Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 8, 2024
1 parent 7f23afd commit 18a9479
Show file tree
Hide file tree
Showing 8 changed files with 236 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cognitoidp-56792.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cognito-idp``",
"description": "Added support for threat protection for custom authentication in Amazon Cognito user pools."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-connect-84151.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect``",
"description": "This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-74570.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-7953.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``glue``",
"description": "This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys."
}
23 changes: 22 additions & 1 deletion botocore/data/cognito-idp/2016-04-18/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3116,6 +3116,23 @@
},
"documentation":"<p>The global sign-out response, as an administrator.</p>"
},
"AdvancedSecurityAdditionalFlowsType":{
"type":"structure",
"members":{
"CustomAuthMode":{
"shape":"AdvancedSecurityEnabledModeType",
"documentation":"<p>The operating mode of advanced security features in custom authentication with <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html\"> Custom authentication challenge Lambda triggers</a>. </p>"
}
},
"documentation":"<p>Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication. </p>"
},
"AdvancedSecurityEnabledModeType":{
"type":"string",
"enum":[
"AUDIT",
"ENFORCED"
]
},
"AdvancedSecurityModeType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -8169,7 +8186,11 @@
"members":{
"AdvancedSecurityMode":{
"shape":"AdvancedSecurityModeType",
"documentation":"<p>The operating mode of advanced security features in your user pool.</p>"
"documentation":"<p>The operating mode of advanced security features for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication. </p>"
},
"AdvancedSecurityAdditionalFlows":{
"shape":"AdvancedSecurityAdditionalFlowsType",
"documentation":"<p>Advanced security configuration options for additional authentication types in your user pool, including custom authentication and refresh-token authentication. </p>"
}
},
"documentation":"<p>User pool add-ons. Contains settings for activation of advanced security features. To log user security information but take no action, set to <code>AUDIT</code>. To configure automatic security responses to risky traffic to your user pool, set to <code>ENFORCED</code>.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pool-settings-advanced-security.html\">Adding advanced security to a user pool</a>.</p>"
Expand Down
2 changes: 1 addition & 1 deletion botocore/data/connect/2017-08-08/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4862,7 +4862,7 @@
"type":"map",
"key":{"shape":"SecurityProfilePolicyKey"},
"value":{"shape":"SecurityProfilePolicyValue"},
"max":2
"max":4
},
"AllowedCapabilities":{
"type":"structure",
Expand Down
63 changes: 62 additions & 1 deletion botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13396,6 +13396,10 @@
"Tier":{
"shape":"IpamTier",
"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=\"http://aws.amazon.com/vpc/pricing/\">Amazon VPC pricing &gt; IPAM tab</a>.</p>"
},
"EnablePrivateGua":{
"shape":"Boolean",
"documentation":"<p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>"
}
}
},
Expand Down Expand Up @@ -37821,6 +37825,14 @@
"locationName":"item"
}
},
"IpSource":{
"type":"string",
"enum":[
"amazon",
"byoip",
"none"
]
},
"Ipam":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -37903,6 +37915,11 @@
"shape":"IpamTier",
"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=\"http://aws.amazon.com/vpc/pricing/\">Amazon VPC pricing &gt; IPAM tab</a>.</p>",
"locationName":"tier"
},
"EnablePrivateGua":{
"shape":"Boolean",
"documentation":"<p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>",
"locationName":"enablePrivateGua"
}
},
"documentation":"<p>IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html\">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>"
Expand Down Expand Up @@ -38194,6 +38211,11 @@
"documentation":"<p>The resource CIDR.</p>",
"locationName":"resourceCidr"
},
"IpSource":{
"shape":"IpamResourceCidrIpSource",
"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>",
"locationName":"ipSource"
},
"ResourceType":{
"shape":"IpamResourceType",
"documentation":"<p>The resource type.</p>",
Expand Down Expand Up @@ -38931,6 +38953,14 @@
},
"documentation":"<p>The CIDR for an IPAM resource.</p>"
},
"IpamResourceCidrIpSource":{
"type":"string",
"enum":[
"amazon",
"byoip",
"none"
]
},
"IpamResourceCidrSet":{
"type":"list",
"member":{
Expand Down Expand Up @@ -39311,6 +39341,13 @@
}
},
"Ipv6Address":{"type":"string"},
"Ipv6AddressAttribute":{
"type":"string",
"enum":[
"public",
"private"
]
},
"Ipv6AddressList":{
"type":"list",
"member":{
Expand Down Expand Up @@ -43207,6 +43244,10 @@
"Tier":{
"shape":"IpamTier",
"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=\"http://aws.amazon.com/vpc/pricing/\">Amazon VPC pricing &gt; IPAM tab</a>.</p>"
},
"EnablePrivateGua":{
"shape":"Boolean",
"documentation":"<p>Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.</p>"
}
}
},
Expand Down Expand Up @@ -48404,7 +48445,7 @@
},
"NetmaskLength":{
"shape":"Integer",
"documentation":"<p>The netmask length of the CIDR you would like to allocate to the public IPv4 pool.</p>"
"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>"
},
"NetworkBorderGroup":{
"shape":"String",
Expand Down Expand Up @@ -55630,6 +55671,16 @@
"shape":"SubnetCidrBlockState",
"documentation":"<p>The state of the CIDR block.</p>",
"locationName":"ipv6CidrBlockState"
},
"Ipv6AddressAttribute":{
"shape":"Ipv6AddressAttribute",
"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>",
"locationName":"ipv6AddressAttribute"
},
"IpSource":{
"shape":"IpSource",
"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>",
"locationName":"ipSource"
}
},
"documentation":"<p>Describes an association between a subnet and an IPv6 CIDR block.</p>"
Expand Down Expand Up @@ -60848,6 +60899,16 @@
"shape":"String",
"documentation":"<p>The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.</p>",
"locationName":"ipv6Pool"
},
"Ipv6AddressAttribute":{
"shape":"Ipv6AddressAttribute",
"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>",
"locationName":"ipv6AddressAttribute"
},
"IpSource":{
"shape":"IpSource",
"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>",
"locationName":"ipSource"
}
},
"documentation":"<p>Describes an IPv6 CIDR block associated with a VPC.</p>"
Expand Down
136 changes: 131 additions & 5 deletions botocore/data/glue/2017-03-31/service-2.json

Large diffs are not rendered by default.

0 comments on commit 18a9479

Please sign in to comment.