Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Aug 8, 2024
1 parent 41575dc commit 1820910
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 6 deletions.
39 changes: 38 additions & 1 deletion codegen/sdk-codegen/aws-models/cognito-identity-provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -3782,6 +3782,37 @@
"smithy.api#output": {}
}
},
"com.amazonaws.cognitoidentityprovider#AdvancedSecurityAdditionalFlowsType": {
"type": "structure",
"members": {
"CustomAuthMode": {
"target": "com.amazonaws.cognitoidentityprovider#AdvancedSecurityEnabledModeType",
"traits": {
"smithy.api#documentation": "<p>The operating mode of advanced security features in custom authentication with \n <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html\">\n Custom authentication challenge Lambda triggers</a>.\n </p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>Advanced security configuration options for additional authentication types\n in your user pool, including custom authentication and refresh-token \n authentication.\n </p>"
}
},
"com.amazonaws.cognitoidentityprovider#AdvancedSecurityEnabledModeType": {
"type": "enum",
"members": {
"AUDIT": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "AUDIT"
}
},
"ENFORCED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ENFORCED"
}
}
}
},
"com.amazonaws.cognitoidentityprovider#AdvancedSecurityModeType": {
"type": "enum",
"members": {
Expand Down Expand Up @@ -15227,9 +15258,15 @@
"AdvancedSecurityMode": {
"target": "com.amazonaws.cognitoidentityprovider#AdvancedSecurityModeType",
"traits": {
"smithy.api#documentation": "<p>The operating mode of advanced security features in your user pool.</p>",
"smithy.api#documentation": "<p>The operating mode of advanced security features for standard authentication types\n in your user pool, including username-password and secure remote password (SRP)\n authentication.\n </p>",
"smithy.api#required": {}
}
},
"AdvancedSecurityAdditionalFlows": {
"target": "com.amazonaws.cognitoidentityprovider#AdvancedSecurityAdditionalFlowsType",
"traits": {
"smithy.api#documentation": "<p>Advanced security configuration options for additional authentication types\n in your user pool, including custom authentication and refresh-token \n authentication.\n </p>"
}
}
},
"traits": {
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 2
"max": 4
}
}
},
Expand Down
125 changes: 124 additions & 1 deletion codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16156,6 +16156,12 @@
"traits": {
"smithy.api#documentation": "<p>IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see <a href=\"https://aws.amazon.com/vpc/pricing/\">Amazon VPC pricing > IPAM tab</a>.</p>"
}
},
"EnablePrivateGua": {
"target": "com.amazonaws.ec2#Boolean",
"traits": {
"smithy.api#documentation": "<p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -67226,6 +67232,29 @@
}
}
},
"com.amazonaws.ec2#IpSource": {
"type": "enum",
"members": {
"amazon": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "amazon"
}
},
"byoip": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "byoip"
}
},
"none": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "none"
}
}
}
},
"com.amazonaws.ec2#Ipam": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -67356,6 +67385,14 @@
"smithy.api#documentation": "<p>IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see <a href=\"https://aws.amazon.com/vpc/pricing/\">Amazon VPC pricing > IPAM tab</a>.</p>",
"smithy.api#xmlName": "tier"
}
},
"EnablePrivateGua": {
"target": "com.amazonaws.ec2#Boolean",
"traits": {
"aws.protocols#ec2QueryName": "EnablePrivateGua",
"smithy.api#documentation": "<p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>",
"smithy.api#xmlName": "enablePrivateGua"
}
}
},
"traits": {
Expand Down Expand Up @@ -67846,6 +67883,14 @@
"smithy.api#xmlName": "resourceCidr"
}
},
"IpSource": {
"target": "com.amazonaws.ec2#IpamResourceCidrIpSource",
"traits": {
"aws.protocols#ec2QueryName": "IpSource",
"smithy.api#documentation": "<p>The source that allocated the IP address space. <code>byoip</code> or <code>amazon</code> indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). <code>none</code> indicates private space.</p>",
"smithy.api#xmlName": "ipSource"
}
},
"ResourceType": {
"target": "com.amazonaws.ec2#IpamResourceType",
"traits": {
Expand Down Expand Up @@ -69233,6 +69278,29 @@
"smithy.api#documentation": "<p>The CIDR for an IPAM resource.</p>"
}
},
"com.amazonaws.ec2#IpamResourceCidrIpSource": {
"type": "enum",
"members": {
"amazon": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "amazon"
}
},
"byoip": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "byoip"
}
},
"none": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "none"
}
}
}
},
"com.amazonaws.ec2#IpamResourceCidrSet": {
"type": "list",
"member": {
Expand Down Expand Up @@ -70039,6 +70107,23 @@
"com.amazonaws.ec2#Ipv6Address": {
"type": "string"
},
"com.amazonaws.ec2#Ipv6AddressAttribute": {
"type": "enum",
"members": {
"public": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "public"
}
},
"private": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "private"
}
}
}
},
"com.amazonaws.ec2#Ipv6AddressList": {
"type": "list",
"member": {
Expand Down Expand Up @@ -76580,6 +76665,12 @@
"traits": {
"smithy.api#documentation": "<p>IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see <a href=\"https://aws.amazon.com/vpc/pricing/\">Amazon VPC pricing > IPAM tab</a>.</p>"
}
},
"EnablePrivateGua": {
"target": "com.amazonaws.ec2#Boolean",
"traits": {
"smithy.api#documentation": "<p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -85646,7 +85737,7 @@
"target": "com.amazonaws.ec2#Integer",
"traits": {
"smithy.api#clientOptional": {},
"smithy.api#documentation": "<p>The netmask length of the CIDR you would like to allocate to the public IPv4 pool.</p>",
"smithy.api#documentation": "<p>The netmask length of the CIDR you would like to allocate to the public IPv4 pool. The least specific netmask length you can define is 24.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -98530,6 +98621,22 @@
"smithy.api#documentation": "<p>The state of the CIDR block.</p>",
"smithy.api#xmlName": "ipv6CidrBlockState"
}
},
"Ipv6AddressAttribute": {
"target": "com.amazonaws.ec2#Ipv6AddressAttribute",
"traits": {
"aws.protocols#ec2QueryName": "Ipv6AddressAttribute",
"smithy.api#documentation": "<p>Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.</p>",
"smithy.api#xmlName": "ipv6AddressAttribute"
}
},
"IpSource": {
"target": "com.amazonaws.ec2#IpSource",
"traits": {
"aws.protocols#ec2QueryName": "IpSource",
"smithy.api#documentation": "<p>The source that allocated the IP address space. <code>byoip</code> or <code>amazon</code> indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). <code>none</code> indicates private space.</p>",
"smithy.api#xmlName": "ipSource"
}
}
},
"traits": {
Expand Down Expand Up @@ -107387,6 +107494,22 @@
"smithy.api#documentation": "<p>The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.</p>",
"smithy.api#xmlName": "ipv6Pool"
}
},
"Ipv6AddressAttribute": {
"target": "com.amazonaws.ec2#Ipv6AddressAttribute",
"traits": {
"aws.protocols#ec2QueryName": "Ipv6AddressAttribute",
"smithy.api#documentation": "<p>Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.</p>",
"smithy.api#xmlName": "ipv6AddressAttribute"
}
},
"IpSource": {
"target": "com.amazonaws.ec2#IpSource",
"traits": {
"aws.protocols#ec2QueryName": "IpSource",
"smithy.api#documentation": "<p>The source that allocated the IP address space. <code>byoip</code> or <code>amazon</code> indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). <code>none</code> indicates private space.</p>",
"smithy.api#xmlName": "ipSource"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit 1820910

Please sign in to comment.