Skip to content

Commit

Permalink
Merge branch 'release-1.34.92' into develop
Browse files Browse the repository at this point in the history
* release-1.34.92:
  Bumping version to 1.34.92
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 25, 2024
2 parents 7e2794d + 8df2615 commit 0eafc3e
Show file tree
Hide file tree
Showing 11 changed files with 542 additions and 35 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.92.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``appsync``",
"description": "UpdateGraphQLAPI documentation update and datasource introspection secret arn update",
"type": "api-change"
},
{
"category": "``fms``",
"description": "AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "Bug Fix: IVS does not support arns with the `svs` prefix",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances.",
"type": "api-change"
},
{
"category": "``stepfunctions``",
"description": "Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.34.92
=======

* api-change:``appsync``: UpdateGraphQLAPI documentation update and datasource introspection secret arn update
* api-change:``fms``: AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization.
* api-change:``ivs``: Bug Fix: IVS does not support arns with the `svs` prefix
* api-change:``ivs-realtime``: Bug Fix: IVS Real Time does not support ARNs using the `svs` prefix.
* api-change:``rds``: Updates Amazon RDS documentation for setting local time zones for RDS for Db2 DB instances.
* api-change:``stepfunctions``: Add new ValidateStateMachineDefinition operation, which performs syntax checking on the definition of a Amazon States Language (ASL) state machine.


1.34.91
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.91'
__version__ = '1.34.92'


class NullHandler(logging.Handler):
Expand Down
6 changes: 4 additions & 2 deletions botocore/data/appsync/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"appsync",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceAbbreviation":"AWSAppSync",
"serviceFullName":"AWS AppSync",
"serviceId":"AppSync",
Expand Down Expand Up @@ -4107,7 +4108,7 @@
"type":"string",
"max":2048,
"min":20,
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
"pattern":"^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/+=.@!-]*$"
},
"RdsHttpEndpointConfig":{
"type":"structure",
Expand Down Expand Up @@ -4869,7 +4870,8 @@
"type":"structure",
"required":[
"apiId",
"name"
"name",
"authenticationType"
],
"members":{
"apiId":{
Expand Down
19 changes: 19 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -23994,13 +23994,26 @@
},
"email" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "email-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "email-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "email-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "email-fips.us-gov-west-1.amazonaws.com",
Expand Down Expand Up @@ -25021,6 +25034,12 @@
"us-gov-west-1" : { }
}
},
"license-manager-user-subscriptions" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"logs" : {
"endpoints" : {
"fips-us-gov-east-1" : {
Expand Down
388 changes: 369 additions & 19 deletions botocore/data/fms/2018-01-01/service-2.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions botocore/data/ivs-realtime/2020-07-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"ConflictException"},
{"shape":"PendingVerification"}
],
"documentation":"<p>Updates a stage’s configuration.</p>"
Expand Down Expand Up @@ -520,7 +521,7 @@
"type":"string",
"max":128,
"min":1,
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
"pattern":"^arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
},
"ChannelDestinationConfiguration":{
"type":"structure",
Expand Down Expand Up @@ -1935,7 +1936,7 @@
"type":"string",
"max":128,
"min":1,
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
"pattern":"^arn:aws:ivs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
},
"ResourceNotFoundException":{
"type":"structure",
Expand Down
10 changes: 5 additions & 5 deletions botocore/data/ivs/2020-07-14/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
"members":{
"arn":{
"shape":"ResourceArn",
"documentation":"<p>Channel ARN.</p>"
"documentation":"<p>ARN of an IVS resource; e.g., channel.</p>"
},
"code":{
"shape":"errorCode",
Expand Down Expand Up @@ -839,7 +839,7 @@
"type":"string",
"max":128,
"min":1,
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
"pattern":"^arn:aws:ivs:[a-z0-9-]+:[0-9]+:channel/[a-zA-Z0-9-]+$"
},
"ChannelArnList":{
"type":"list",
Expand Down Expand Up @@ -1695,7 +1695,7 @@
"type":"string",
"max":128,
"min":1,
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
"pattern":"^arn:aws:ivs:[a-z0-9-]+:[0-9]+:playback-key/[a-zA-Z0-9-]+$"
},
"PlaybackKeyPairFingerprint":{"type":"string"},
"PlaybackKeyPairList":{
Expand Down Expand Up @@ -2002,7 +2002,7 @@
"type":"string",
"max":128,
"min":1,
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
"pattern":"^arn:aws:ivs:[a-z0-9-]+:[0-9]+:[a-z-]/[a-zA-Z0-9-]+$"
},
"ResourceNotFoundException":{
"type":"structure",
Expand Down Expand Up @@ -2219,7 +2219,7 @@
"type":"string",
"max":128,
"min":1,
"pattern":"^arn:aws:[is]vs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
"pattern":"^arn:aws:ivs:[a-z0-9-]+:[0-9]+:stream-key/[a-zA-Z0-9-]+$"
},
"StreamKeyArnList":{
"type":"list",
Expand Down
9 changes: 5 additions & 4 deletions botocore/data/rds/2014-10-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"apiVersion":"2014-10-31",
"endpointPrefix":"rds",
"protocol":"query",
"protocols":["query"],
"serviceAbbreviation":"Amazon RDS",
"serviceFullName":"Amazon Relational Database Service",
"serviceId":"RDS",
Expand Down Expand Up @@ -4569,7 +4570,7 @@
},
"Timezone":{
"shape":"String",
"documentation":"<p>The time zone of the DB instance. The time zone parameter is currently supported only by <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone\">Microsoft SQL Server</a>.</p>"
"documentation":"<p>The time zone of the DB instance. The time zone parameter is currently supported only by <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone\">RDS for Db2</a> and <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone\">RDS for SQL Server</a>.</p>"
},
"EnableIAMDatabaseAuthentication":{
"shape":"BooleanOptional",
Expand Down Expand Up @@ -6865,7 +6866,7 @@
},
"Timezone":{
"shape":"String",
"documentation":"<p>The time zone of the DB instance. In most cases, the <code>Timezone</code> element is empty. <code>Timezone</code> content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.</p>"
"documentation":"<p>The time zone of the DB instance. In most cases, the <code>Timezone</code> element is empty. <code>Timezone</code> content appears only for RDS for Db2 and RDS for SQL Server DB instances that were created with a time zone specified.</p>"
},
"IAMDatabaseAuthenticationEnabled":{
"shape":"Boolean",
Expand Down Expand Up @@ -12417,7 +12418,7 @@
},
"DBSubnetGroupName":{
"shape":"String",
"documentation":"<p>The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC\">Working with a DB instance in a VPC</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable <code>ApplyImmediately</code>.</p> <p>This parameter doesn't apply to RDS Custom DB instances.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match existing DB subnet group.</p> </li> </ul> <p>Example: <code>mydbsubnetgroup</code> </p>"
"documentation":"<p>The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Non-VPC2VPC\">Working with a DB instance in a VPC</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable <code>ApplyImmediately</code>.</p> <p>This setting doesn't apply to RDS Custom DB instances.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match existing DB subnet group.</p> </li> </ul> <p>Example: <code>mydbsubnetgroup</code> </p>"
},
"DBSecurityGroups":{
"shape":"DBSecurityGroupNameList",
Expand Down Expand Up @@ -12581,7 +12582,7 @@
},
"DeletionProtection":{
"shape":"BooleanOptional",
"documentation":"<p>Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html\"> Deleting a DB Instance</a>.</p>"
"documentation":"<p>Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html\"> Deleting a DB Instance</a>.</p> <p>This setting doesn't apply to Amazon Aurora DB instances. You can enable or disable deletion protection for the DB cluster. For more information, see <code>ModifyDBCluster</code>. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.</p>"
},
"MaxAllocatedStorage":{
"shape":"IntegerOptional",
Expand Down
Loading

0 comments on commit 0eafc3e

Please sign in to comment.