From 3922dde1192f55ae7a2011f6d82acf2988c357b1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 20 Nov 2023 20:17:05 +0000 Subject: [PATCH 1/3] Update to latest models --- .../api-change-codestarconnections-2104.json | 5 + .../next-release/api-change-docdb-11702.json | 5 + .../next-release/api-change-ec2-37681.json | 5 + .../2019-12-01/service-2.json | 1387 +---------------- botocore/data/docdb/2014-10-31/service-2.json | 28 + botocore/data/ec2/2016-11-15/service-2.json | 48 +- 6 files changed, 105 insertions(+), 1373 deletions(-) create mode 100644 .changes/next-release/api-change-codestarconnections-2104.json create mode 100644 .changes/next-release/api-change-docdb-11702.json create mode 100644 .changes/next-release/api-change-ec2-37681.json diff --git a/.changes/next-release/api-change-codestarconnections-2104.json b/.changes/next-release/api-change-codestarconnections-2104.json new file mode 100644 index 0000000000..ea5f13ba3f --- /dev/null +++ b/.changes/next-release/api-change-codestarconnections-2104.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codestar-connections``", + "description": "This release updates a few CodeStar Connections related APIs." +} diff --git a/.changes/next-release/api-change-docdb-11702.json b/.changes/next-release/api-change-docdb-11702.json new file mode 100644 index 0000000000..cfcecb3d3c --- /dev/null +++ b/.changes/next-release/api-change-docdb-11702.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``docdb``", + "description": "Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized." +} diff --git a/.changes/next-release/api-change-ec2-37681.json b/.changes/next-release/api-change-ec2-37681.json new file mode 100644 index 0000000000..5bce2a9644 --- /dev/null +++ b/.changes/next-release/api-change-ec2-37681.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway." +} diff --git a/botocore/data/codestar-connections/2019-12-01/service-2.json b/botocore/data/codestar-connections/2019-12-01/service-2.json index 43eac7af70..6a5ab07ced 100644 --- a/botocore/data/codestar-connections/2019-12-01/service-2.json +++ b/botocore/data/codestar-connections/2019-12-01/service-2.json @@ -41,44 +41,6 @@ ], "documentation":"

Creates a resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.

A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.

" }, - "CreateRepositoryLink":{ - "name":"CreateRepositoryLink", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"CreateRepositoryLinkInput"}, - "output":{"shape":"CreateRepositoryLinkOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ConcurrentModificationException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"LimitExceededException"}, - {"shape":"ResourceAlreadyExistsException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Creates a link to a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.

" - }, - "CreateSyncConfiguration":{ - "name":"CreateSyncConfiguration", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"CreateSyncConfigurationInput"}, - "output":{"shape":"CreateSyncConfigurationOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ConcurrentModificationException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"LimitExceededException"}, - {"shape":"ResourceAlreadyExistsException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource. Parameters for the sync configuration are determined by the sync type.

" - }, "DeleteConnection":{ "name":"DeleteConnection", "http":{ @@ -106,44 +68,6 @@ ], "documentation":"

The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.

A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.

" }, - "DeleteRepositoryLink":{ - "name":"DeleteRepositoryLink", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"DeleteRepositoryLinkInput"}, - "output":{"shape":"DeleteRepositoryLinkOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ConcurrentModificationException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"SyncConfigurationStillExistsException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"UnsupportedProviderTypeException"} - ], - "documentation":"

Deletes the association between your connection and a specified external Git repository.

" - }, - "DeleteSyncConfiguration":{ - "name":"DeleteSyncConfiguration", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"DeleteSyncConfigurationInput"}, - "output":{"shape":"DeleteSyncConfigurationOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ConcurrentModificationException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"LimitExceededException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Deletes the sync configuration for a specified repository and connection.

" - }, "GetConnection":{ "name":"GetConnection", "http":{ @@ -172,92 +96,6 @@ ], "documentation":"

Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.

" }, - "GetRepositoryLink":{ - "name":"GetRepositoryLink", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"GetRepositoryLinkInput"}, - "output":{"shape":"GetRepositoryLinkOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ConcurrentModificationException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Returns details about a repository link. A repository link allows Git sync to monitor and sync changes from files in a specified Git repository.

" - }, - "GetRepositorySyncStatus":{ - "name":"GetRepositorySyncStatus", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"GetRepositorySyncStatusInput"}, - "output":{"shape":"GetRepositorySyncStatusOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Returns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.

" - }, - "GetResourceSyncStatus":{ - "name":"GetResourceSyncStatus", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"GetResourceSyncStatusInput"}, - "output":{"shape":"GetResourceSyncStatusOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Returns the status of the sync with the Git repository for a specific Amazon Web Services resource.

" - }, - "GetSyncBlockerSummary":{ - "name":"GetSyncBlockerSummary", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"GetSyncBlockerSummaryInput"}, - "output":{"shape":"GetSyncBlockerSummaryOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Returns a list of the most recent sync blockers.

" - }, - "GetSyncConfiguration":{ - "name":"GetSyncConfiguration", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"GetSyncConfigurationInput"}, - "output":{"shape":"GetSyncConfigurationOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.

" - }, "ListConnections":{ "name":"ListConnections", "http":{ @@ -281,58 +119,6 @@ "output":{"shape":"ListHostsOutput"}, "documentation":"

Lists the hosts associated with your account.

" }, - "ListRepositoryLinks":{ - "name":"ListRepositoryLinks", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"ListRepositoryLinksInput"}, - "output":{"shape":"ListRepositoryLinksOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ConcurrentModificationException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Lists the repository links created for connections in your account.

" - }, - "ListRepositorySyncDefinitions":{ - "name":"ListRepositorySyncDefinitions", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"ListRepositorySyncDefinitionsInput"}, - "output":{"shape":"ListRepositorySyncDefinitionsOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Lists the repository sync definitions for repository links in your account.

" - }, - "ListSyncConfigurations":{ - "name":"ListSyncConfigurations", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"ListSyncConfigurationsInput"}, - "output":{"shape":"ListSyncConfigurationsOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Returns a list of sync configurations for a specified repository.

" - }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ @@ -388,74 +174,9 @@ {"shape":"UnsupportedOperationException"} ], "documentation":"

Updates a specified host with the provided configurations.

" - }, - "UpdateRepositoryLink":{ - "name":"UpdateRepositoryLink", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"UpdateRepositoryLinkInput"}, - "output":{"shape":"UpdateRepositoryLinkOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ConditionalCheckFailedException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"UpdateOutOfSyncException"} - ], - "documentation":"

Updates the association between your connection and a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.

" - }, - "UpdateSyncBlocker":{ - "name":"UpdateSyncBlocker", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"UpdateSyncBlockerInput"}, - "output":{"shape":"UpdateSyncBlockerOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"RetryLatestCommitFailedException"}, - {"shape":"SyncBlockerDoesNotExistException"}, - {"shape":"ThrottlingException"} - ], - "documentation":"

Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.

" - }, - "UpdateSyncConfiguration":{ - "name":"UpdateSyncConfiguration", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"UpdateSyncConfigurationInput"}, - "output":{"shape":"UpdateSyncConfigurationOutput"}, - "errors":[ - {"shape":"AccessDeniedException"}, - {"shape":"ConcurrentModificationException"}, - {"shape":"InternalServerException"}, - {"shape":"InvalidInputException"}, - {"shape":"ResourceNotFoundException"}, - {"shape":"ThrottlingException"}, - {"shape":"UpdateOutOfSyncException"} - ], - "documentation":"

Updates the sync configuration for your connection and a specified external Git repository.

" } }, "shapes":{ - "AccessDeniedException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

You do not have sufficient access to perform this action.

", - "exception":true - }, "AccountId":{ "type":"string", "max":12, @@ -468,39 +189,6 @@ "min":1, "pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+" }, - "BlockerStatus":{ - "type":"string", - "enum":[ - "ACTIVE", - "RESOLVED" - ] - }, - "BlockerType":{ - "type":"string", - "enum":["AUTOMATED"] - }, - "BranchName":{ - "type":"string", - "max":255, - "min":1, - "pattern":"^.*$" - }, - "ConcurrentModificationException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

", - "exception":true - }, - "ConditionalCheckFailedException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

The conditional check failed. Try again later.

", - "exception":true - }, "ConflictException":{ "type":"structure", "members":{ @@ -623,10 +311,7 @@ "shape":"VpcConfiguration", "documentation":"

The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.

" }, - "Tags":{ - "shape":"TagList", - "documentation":"

Tags for the host to be created.

" - } + "Tags":{"shape":"TagList"} } }, "CreateHostOutput":{ @@ -636,100 +321,9 @@ "shape":"HostArn", "documentation":"

The Amazon Resource Name (ARN) of the host to be created.

" }, - "Tags":{ - "shape":"TagList", - "documentation":"

Tags for the created host.

" - } - } - }, - "CreateRepositoryLinkInput":{ - "type":"structure", - "required":[ - "ConnectionArn", - "OwnerId", - "RepositoryName" - ], - "members":{ - "ConnectionArn":{ - "shape":"ConnectionArn", - "documentation":"

The Amazon Resource Name (ARN) of the connection to be associated with the repository link.

" - }, - "OwnerId":{ - "shape":"OwnerId", - "documentation":"

The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.

" - }, - "RepositoryName":{ - "shape":"RepositoryName", - "documentation":"

The name of the repository to be associated with the repository link.

" - }, - "EncryptionKeyArn":{ - "shape":"KmsKeyArn", - "documentation":"

The Amazon Resource Name (ARN) encryption key for the repository to be associated with the repository link.

" - }, - "Tags":{ - "shape":"TagList", - "documentation":"

The tags for the repository to be associated with the repository link.

" - } - } - }, - "CreateRepositoryLinkOutput":{ - "type":"structure", - "required":["RepositoryLinkInfo"], - "members":{ - "RepositoryLinkInfo":{ - "shape":"RepositoryLinkInfo", - "documentation":"

The returned information about the created repository link.

" - } - } - }, - "CreateSyncConfigurationInput":{ - "type":"structure", - "required":[ - "Branch", - "ConfigFile", - "RepositoryLinkId", - "ResourceName", - "RoleArn", - "SyncType" - ], - "members":{ - "Branch":{ - "shape":"BranchName", - "documentation":"

The branch in the repository from which changes will be synced.

" - }, - "ConfigFile":{ - "shape":"DeploymentFilePath", - "documentation":"

The file name of the configuration file that manages syncing between the connection and the repository. This configuration file is stored in the repository.

" - }, - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link created for the connection. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.

" - }, - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The name of the Amazon Web Services resource (for example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.

" - }, - "RoleArn":{ - "shape":"IamRoleArn", - "documentation":"

The ARN of the IAM role that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.

" - }, - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The type of sync configuration.

" - } - } - }, - "CreateSyncConfigurationOutput":{ - "type":"structure", - "required":["SyncConfiguration"], - "members":{ - "SyncConfiguration":{ - "shape":"SyncConfiguration", - "documentation":"

The created sync configuration for the connection. A sync configuration allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource.

" - } + "Tags":{"shape":"TagList"} } }, - "CreatedReason":{"type":"string"}, "DeleteConnectionInput":{ "type":"structure", "required":["ConnectionArn"], @@ -760,51 +354,10 @@ "members":{ } }, - "DeleteRepositoryLinkInput":{ - "type":"structure", - "required":["RepositoryLinkId"], - "members":{ - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link to be deleted.

" - } - } - }, - "DeleteRepositoryLinkOutput":{ - "type":"structure", - "members":{ - } - }, - "DeleteSyncConfigurationInput":{ - "type":"structure", - "required":[ - "SyncType", - "ResourceName" - ], - "members":{ - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The type of sync configuration to be deleted.

" - }, - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The name of the Amazon Web Services resource associated with the sync configuration to be deleted.

" - } - } - }, - "DeleteSyncConfigurationOutput":{ - "type":"structure", - "members":{ - } - }, - "DeploymentFilePath":{"type":"string"}, - "Directory":{"type":"string"}, "ErrorMessage":{ "type":"string", "max":600 }, - "Event":{"type":"string"}, - "ExternalId":{"type":"string"}, "GetConnectionInput":{ "type":"structure", "required":["ConnectionArn"], @@ -859,169 +412,28 @@ } } }, - "GetRepositoryLinkInput":{ - "type":"structure", - "required":["RepositoryLinkId"], - "members":{ - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link to get.

" - } - } - }, - "GetRepositoryLinkOutput":{ - "type":"structure", - "required":["RepositoryLinkInfo"], - "members":{ - "RepositoryLinkInfo":{ - "shape":"RepositoryLinkInfo", - "documentation":"

The information returned for a specified repository link.

" - } - } - }, - "GetRepositorySyncStatusInput":{ + "Host":{ "type":"structure", - "required":[ - "Branch", - "RepositoryLinkId", - "SyncType" - ], "members":{ - "Branch":{ - "shape":"BranchName", - "documentation":"

The branch of the repository link for the requested repository sync status.

" + "Name":{ + "shape":"HostName", + "documentation":"

The name of the host.

" }, - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The repository link ID for the requested repository sync status.

" + "HostArn":{ + "shape":"HostArn", + "documentation":"

The Amazon Resource Name (ARN) of the host.

" }, - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The sync type of the requested sync status.

" - } - } - }, - "GetRepositorySyncStatusOutput":{ - "type":"structure", - "required":["LatestSync"], - "members":{ - "LatestSync":{ - "shape":"RepositorySyncAttempt", - "documentation":"

The status of the latest sync returned for a specified repository and branch.

" - } - } - }, - "GetResourceSyncStatusInput":{ - "type":"structure", - "required":[ - "ResourceName", - "SyncType" - ], - "members":{ - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The name of the Amazon Web Services resource for the sync status with the Git repository.

" + "ProviderType":{ + "shape":"ProviderType", + "documentation":"

The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.

" }, - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The sync type for the sync status with the Git repository.

" - } - } - }, - "GetResourceSyncStatusOutput":{ - "type":"structure", - "required":["LatestSync"], - "members":{ - "DesiredState":{ - "shape":"Revision", - "documentation":"

The desired state of the Amazon Web Services resource for the sync status with the Git repository.

" + "ProviderEndpoint":{ + "shape":"Url", + "documentation":"

The endpoint of the infrastructure where your provider type is installed.

" }, - "LatestSuccessfulSync":{ - "shape":"ResourceSyncAttempt", - "documentation":"

The latest successful sync for the sync status with the Git repository.

" - }, - "LatestSync":{ - "shape":"ResourceSyncAttempt", - "documentation":"

The latest sync for the sync status with the Git repository, whether successful or not.

" - } - } - }, - "GetSyncBlockerSummaryInput":{ - "type":"structure", - "required":[ - "SyncType", - "ResourceName" - ], - "members":{ - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The sync type for the sync blocker summary.

" - }, - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.

" - } - } - }, - "GetSyncBlockerSummaryOutput":{ - "type":"structure", - "required":["SyncBlockerSummary"], - "members":{ - "SyncBlockerSummary":{ - "shape":"SyncBlockerSummary", - "documentation":"

The list of sync blockers for a specified resource.

" - } - } - }, - "GetSyncConfigurationInput":{ - "type":"structure", - "required":[ - "SyncType", - "ResourceName" - ], - "members":{ - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The sync type for the sync configuration for which you want to retrieve information.

" - }, - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The name of the Amazon Web Services resource for the sync configuration for which you want to retrieve information.

" - } - } - }, - "GetSyncConfigurationOutput":{ - "type":"structure", - "required":["SyncConfiguration"], - "members":{ - "SyncConfiguration":{ - "shape":"SyncConfiguration", - "documentation":"

The details about the sync configuration for which you want to retrieve information.

" - } - } - }, - "Host":{ - "type":"structure", - "members":{ - "Name":{ - "shape":"HostName", - "documentation":"

The name of the host.

" - }, - "HostArn":{ - "shape":"HostArn", - "documentation":"

The Amazon Resource Name (ARN) of the host.

" - }, - "ProviderType":{ - "shape":"ProviderType", - "documentation":"

The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.

" - }, - "ProviderEndpoint":{ - "shape":"Url", - "documentation":"

The endpoint of the infrastructure where your provider type is installed.

" - }, - "VpcConfiguration":{ - "shape":"VpcConfiguration", - "documentation":"

The VPC configuration provisioned for the host.

" + "VpcConfiguration":{ + "shape":"VpcConfiguration", + "documentation":"

The VPC configuration provisioned for the host.

" }, "Status":{ "shape":"HostStatus", @@ -1057,43 +469,6 @@ "pattern":".*" }, "HostStatusMessage":{"type":"string"}, - "IamRoleArn":{ - "type":"string", - "max":1024, - "min":1, - "pattern":"arn:aws(-[\\w]+)*:iam::\\d{12}:role/[a-zA-Z_0-9+=,.@\\-_/]+" - }, - "Id":{ - "type":"string", - "max":50, - "min":1 - }, - "InternalServerException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

Received an internal server exception. Try again later.

", - "exception":true - }, - "InvalidInputException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

The input is not valid. Verify that the action is typed correctly.

", - "exception":true - }, - "KmsKeyArn":{ - "type":"string", - "max":1024, - "min":1, - "pattern":"arn:aws(-[\\w]+)*:kms:[a-z\\-0-9]+:\\d{12}:key/[a-zA-Z0-9\\-]+" - }, - "LatestSyncBlockerList":{ - "type":"list", - "member":{"shape":"SyncBlocker"} - }, "LimitExceededException":{ "type":"structure", "members":{ @@ -1162,103 +537,6 @@ } } }, - "ListRepositoryLinksInput":{ - "type":"structure", - "members":{ - "MaxResults":{ - "shape":"MaxResults", - "documentation":"

A non-zero, non-negative integer used to limit the number of returned results.

" - }, - "NextToken":{ - "shape":"SharpNextToken", - "documentation":"

An enumeration token that, when provided in a request, returns the next batch of the results.

" - } - } - }, - "ListRepositoryLinksOutput":{ - "type":"structure", - "required":["RepositoryLinks"], - "members":{ - "RepositoryLinks":{ - "shape":"RepositoryLinkList", - "documentation":"

Lists the repository links called by the list repository links operation.

" - }, - "NextToken":{ - "shape":"SharpNextToken", - "documentation":"

An enumeration token that allows the operation to batch the results of the operation.

" - } - } - }, - "ListRepositorySyncDefinitionsInput":{ - "type":"structure", - "required":[ - "RepositoryLinkId", - "SyncType" - ], - "members":{ - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link for the sync definition for which you want to retrieve information.

" - }, - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The sync type of the repository link for the the sync definition for which you want to retrieve information.

" - } - } - }, - "ListRepositorySyncDefinitionsOutput":{ - "type":"structure", - "required":["RepositorySyncDefinitions"], - "members":{ - "RepositorySyncDefinitions":{ - "shape":"RepositorySyncDefinitionList", - "documentation":"

The list of repository sync definitions returned by the request. A RepositorySyncDefinition is a mapping from a repository branch to all the Amazon Web Services resources that are being synced from that branch.

" - }, - "NextToken":{ - "shape":"SharpNextToken", - "documentation":"

An enumeration token that, when provided in a request, returns the next batch of the results.

" - } - } - }, - "ListSyncConfigurationsInput":{ - "type":"structure", - "required":[ - "RepositoryLinkId", - "SyncType" - ], - "members":{ - "MaxResults":{ - "shape":"MaxResults", - "documentation":"

A non-zero, non-negative integer used to limit the number of returned results.

" - }, - "NextToken":{ - "shape":"SharpNextToken", - "documentation":"

An enumeration token that allows the operation to batch the results of the operation.

" - }, - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link for the requested list of sync configurations.

" - }, - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The sync type for the requested list of sync configurations.

" - } - } - }, - "ListSyncConfigurationsOutput":{ - "type":"structure", - "required":["SyncConfigurations"], - "members":{ - "SyncConfigurations":{ - "shape":"SyncConfigurationList", - "documentation":"

The list of repository sync definitions returned by the request.

" - }, - "NextToken":{ - "shape":"SharpNextToken", - "documentation":"

An enumeration token that allows the operation to batch the next results of the operation.

" - } - } - }, "ListTagsForResourceInput":{ "type":"structure", "required":["ResourceArn"], @@ -1287,15 +565,8 @@ "type":"string", "max":1024, "min":1, - "pattern":"^.*$" - }, - "OwnerId":{ - "type":"string", - "max":255, - "min":1, - "pattern":"^.*$" + "pattern":".*" }, - "Parent":{"type":"string"}, "ProviderType":{ "type":"string", "enum":[ @@ -1305,181 +576,6 @@ "GitLab" ] }, - "RepositoryLinkArn":{ - "type":"string", - "pattern":"^arn:aws(?:-[a-z]+)*:codestar-connections:[a-z\\-0-9]+:\\d{12}:repository-link\\/[a-zA-Z0-9\\-:/]+" - }, - "RepositoryLinkId":{ - "type":"string", - "pattern":"^[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$" - }, - "RepositoryLinkInfo":{ - "type":"structure", - "required":[ - "ConnectionArn", - "OwnerId", - "ProviderType", - "RepositoryLinkArn", - "RepositoryLinkId", - "RepositoryName" - ], - "members":{ - "ConnectionArn":{ - "shape":"ConnectionArn", - "documentation":"

The Amazon Resource Name (ARN) of the connection associated with the repository link.

" - }, - "EncryptionKeyArn":{ - "shape":"KmsKeyArn", - "documentation":"

The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.

" - }, - "OwnerId":{ - "shape":"OwnerId", - "documentation":"

The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.

" - }, - "ProviderType":{ - "shape":"ProviderType", - "documentation":"

The provider type for the connection, such as GitHub, associated with the repository link.

" - }, - "RepositoryLinkArn":{ - "shape":"RepositoryLinkArn", - "documentation":"

The Amazon Resource Name (ARN) of the repository link.

" - }, - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link.

" - }, - "RepositoryName":{ - "shape":"RepositoryName", - "documentation":"

The name of the repository associated with the repository link.

" - } - }, - "documentation":"

Information about the repository link resource, such as the repository link ARN, the associated connection ARN, encryption key ARN, and owner ID.

" - }, - "RepositoryLinkList":{ - "type":"list", - "member":{"shape":"RepositoryLinkInfo"} - }, - "RepositoryName":{ - "type":"string", - "max":128, - "min":1, - "pattern":"^.*$" - }, - "RepositorySyncAttempt":{ - "type":"structure", - "required":[ - "StartedAt", - "Status", - "Events" - ], - "members":{ - "StartedAt":{ - "shape":"Timestamp", - "documentation":"

The start time of a specific sync attempt.

" - }, - "Status":{ - "shape":"RepositorySyncStatus", - "documentation":"

The status of a specific sync attempt. The following are valid statuses:

" - }, - "Events":{ - "shape":"RepositorySyncEventList", - "documentation":"

The events associated with a specific sync attempt.

" - } - }, - "documentation":"

Information about a repository sync attempt for a repository with a sync configuration.

" - }, - "RepositorySyncDefinition":{ - "type":"structure", - "required":[ - "Branch", - "Directory", - "Parent", - "Target" - ], - "members":{ - "Branch":{ - "shape":"BranchName", - "documentation":"

The branch specified for a repository sync definition.

" - }, - "Directory":{ - "shape":"Directory", - "documentation":"

The configuration file for a repository sync definition. This value comes from creating or updating the config-file field of a sync-configuration.

" - }, - "Parent":{ - "shape":"Parent", - "documentation":"

The parent resource specified for a repository sync definition.

" - }, - "Target":{ - "shape":"Target", - "documentation":"

The target resource specified for a repository sync definition. In some cases, such as CFN_STACK_SYNC, the parent and target resource are the same.

" - } - }, - "documentation":"

The definition for a repository with a sync configuration.

" - }, - "RepositorySyncDefinitionList":{ - "type":"list", - "member":{"shape":"RepositorySyncDefinition"} - }, - "RepositorySyncEvent":{ - "type":"structure", - "required":[ - "Event", - "Time", - "Type" - ], - "members":{ - "Event":{ - "shape":"Event", - "documentation":"

A description of a repository sync event.

" - }, - "ExternalId":{ - "shape":"ExternalId", - "documentation":"

The ID for a repository sync event.

" - }, - "Time":{ - "shape":"Timestamp", - "documentation":"

The time that a repository sync event occurred.

" - }, - "Type":{ - "shape":"Type", - "documentation":"

The event type for a repository sync event.

" - } - }, - "documentation":"

Information about a repository sync event.

" - }, - "RepositorySyncEventList":{ - "type":"list", - "member":{"shape":"RepositorySyncEvent"} - }, - "RepositorySyncStatus":{ - "type":"string", - "enum":[ - "FAILED", - "INITIATED", - "IN_PROGRESS", - "SUCCEEDED", - "QUEUED" - ] - }, - "ResolvedReason":{ - "type":"string", - "max":250, - "min":1 - }, - "ResourceAlreadyExistsException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

Unable to create resource. Resource already exists.

", - "exception":true - }, - "ResourceName":{ - "type":"string", - "max":100, - "min":1, - "pattern":"^[0-9A-Za-z]+[0-9A-Za-z_\\\\-]*$" - }, "ResourceNotFoundException":{ "type":"structure", "members":{ @@ -1488,84 +584,6 @@ "documentation":"

Resource not found. Verify the connection resource ARN and try again.

", "exception":true }, - "ResourceSyncAttempt":{ - "type":"structure", - "required":[ - "Events", - "InitialRevision", - "StartedAt", - "Status", - "TargetRevision", - "Target" - ], - "members":{ - "Events":{ - "shape":"ResourceSyncEventList", - "documentation":"

The events related to a resource sync attempt.

" - }, - "InitialRevision":{ - "shape":"Revision", - "documentation":"

The current state of the resource as defined in the resource's config-file in the linked repository.

" - }, - "StartedAt":{ - "shape":"Timestamp", - "documentation":"

The start time for a resource sync attempt.

" - }, - "Status":{ - "shape":"ResourceSyncStatus", - "documentation":"

The status for a resource sync attempt. The follow are valid statuses:

" - }, - "TargetRevision":{ - "shape":"Revision", - "documentation":"

The desired state of the resource as defined in the resource's config-file in the linked repository. Git sync attempts to update the resource to this state.

" - }, - "Target":{ - "shape":"Target", - "documentation":"

The name of the Amazon Web Services resource that is attempted to be synchronized.

" - } - }, - "documentation":"

Information about a resource sync attempt.

" - }, - "ResourceSyncEvent":{ - "type":"structure", - "required":[ - "Event", - "Time", - "Type" - ], - "members":{ - "Event":{ - "shape":"Event", - "documentation":"

The event for a resource sync event.

" - }, - "ExternalId":{ - "shape":"ExternalId", - "documentation":"

The ID for a resource sync event.

" - }, - "Time":{ - "shape":"Timestamp", - "documentation":"

The time that a resource sync event occurred.

" - }, - "Type":{ - "shape":"Type", - "documentation":"

The type of resource sync event.

" - } - }, - "documentation":"

Information about a resource sync event for the resource associated with a sync configuration.

" - }, - "ResourceSyncEventList":{ - "type":"list", - "member":{"shape":"ResourceSyncEvent"} - }, - "ResourceSyncStatus":{ - "type":"string", - "enum":[ - "FAILED", - "INITIATED", - "IN_PROGRESS", - "SUCCEEDED" - ] - }, "ResourceUnavailableException":{ "type":"structure", "members":{ @@ -1574,57 +592,6 @@ "documentation":"

Resource not found. Verify the ARN for the host resource and try again.

", "exception":true }, - "RetryLatestCommitFailedException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

Retrying the latest commit failed. Try again later.

", - "exception":true - }, - "Revision":{ - "type":"structure", - "required":[ - "Branch", - "Directory", - "OwnerId", - "RepositoryName", - "ProviderType", - "Sha" - ], - "members":{ - "Branch":{ - "shape":"BranchName", - "documentation":"

The branch name for a specific revision.

" - }, - "Directory":{ - "shape":"Directory", - "documentation":"

The directory, if any, for a specific revision.

" - }, - "OwnerId":{ - "shape":"OwnerId", - "documentation":"

The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.

" - }, - "RepositoryName":{ - "shape":"RepositoryName", - "documentation":"

The repository name for a specific revision.

" - }, - "ProviderType":{ - "shape":"ProviderType", - "documentation":"

The provider type for a revision, such as GitHub.

" - }, - "Sha":{ - "shape":"SHA", - "documentation":"

The SHA, such as the commit ID, for a specific revision.

" - } - }, - "documentation":"

Information about the revision for a specific sync event, such as the branch, owner ID, and name of the repository.

" - }, - "SHA":{ - "type":"string", - "max":255, - "min":1 - }, "SecurityGroupId":{ "type":"string", "max":20, @@ -1637,12 +604,6 @@ "max":10, "min":1 }, - "SharpNextToken":{ - "type":"string", - "max":2048, - "min":1, - "pattern":"^.*$" - }, "SubnetId":{ "type":"string", "max":24, @@ -1655,170 +616,6 @@ "max":10, "min":1 }, - "SyncBlocker":{ - "type":"structure", - "required":[ - "Id", - "Type", - "Status", - "CreatedReason", - "CreatedAt" - ], - "members":{ - "Id":{ - "shape":"Id", - "documentation":"

The ID for a specific sync blocker.

" - }, - "Type":{ - "shape":"BlockerType", - "documentation":"

The sync blocker type.

" - }, - "Status":{ - "shape":"BlockerStatus", - "documentation":"

The status for a specific sync blocker.

" - }, - "CreatedReason":{ - "shape":"CreatedReason", - "documentation":"

The provided reason for a specific sync blocker.

" - }, - "CreatedAt":{ - "shape":"Timestamp", - "documentation":"

The creation time for a specific sync blocker.

" - }, - "Contexts":{ - "shape":"SyncBlockerContextList", - "documentation":"

The contexts for a specific sync blocker.

" - }, - "ResolvedReason":{ - "shape":"ResolvedReason", - "documentation":"

The resolved reason for a specific sync blocker.

" - }, - "ResolvedAt":{ - "shape":"Timestamp", - "documentation":"

The time that a specific sync blocker was resolved.

" - } - }, - "documentation":"

Information about a blocker for a sync event.

" - }, - "SyncBlockerContext":{ - "type":"structure", - "required":[ - "Key", - "Value" - ], - "members":{ - "Key":{ - "shape":"SyncBlockerContextKey", - "documentation":"

The key provided for a context key-value pair for a specific sync blocker.

" - }, - "Value":{ - "shape":"SyncBlockerContextValue", - "documentation":"

The value provided for a context key-value pair for a specific sync blocker.

" - } - }, - "documentation":"

The context for a specific sync blocker.

" - }, - "SyncBlockerContextKey":{"type":"string"}, - "SyncBlockerContextList":{ - "type":"list", - "member":{"shape":"SyncBlockerContext"} - }, - "SyncBlockerContextValue":{"type":"string"}, - "SyncBlockerDoesNotExistException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

Unable to continue. The sync blocker does not exist.

", - "exception":true - }, - "SyncBlockerSummary":{ - "type":"structure", - "required":["ResourceName"], - "members":{ - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The resource name for sync blocker summary.

" - }, - "ParentResourceName":{ - "shape":"ResourceName", - "documentation":"

The parent resource name for a sync blocker summary.

" - }, - "LatestBlockers":{ - "shape":"LatestSyncBlockerList", - "documentation":"

The latest events for a sync blocker summary.

" - } - }, - "documentation":"

A summary for sync blockers.

" - }, - "SyncConfiguration":{ - "type":"structure", - "required":[ - "Branch", - "OwnerId", - "ProviderType", - "RepositoryLinkId", - "RepositoryName", - "ResourceName", - "RoleArn", - "SyncType" - ], - "members":{ - "Branch":{ - "shape":"BranchName", - "documentation":"

The branch associated with a specific sync configuration.

" - }, - "ConfigFile":{ - "shape":"DeploymentFilePath", - "documentation":"

The file path to the configuration file associated with a specific sync configuration. The path should point to an actual file in the sync configurations linked repository.

" - }, - "OwnerId":{ - "shape":"OwnerId", - "documentation":"

The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.

" - }, - "ProviderType":{ - "shape":"ProviderType", - "documentation":"

The connection provider type associated with a specific sync configuration, such as GitHub.

" - }, - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link associated with a specific sync configuration.

" - }, - "RepositoryName":{ - "shape":"RepositoryName", - "documentation":"

The name of the repository associated with a specific sync configuration.

" - }, - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The name of the connection resource associated with a specific sync configuration.

" - }, - "RoleArn":{ - "shape":"IamRoleArn", - "documentation":"

The Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.

" - }, - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The type of sync for a specific sync configuration.

" - } - }, - "documentation":"

Information, such as repository, branch, provider, and resource names for a specific sync configuration.

" - }, - "SyncConfigurationList":{ - "type":"list", - "member":{"shape":"SyncConfiguration"} - }, - "SyncConfigurationStillExistsException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

Unable to continue. The sync blocker still exists.

", - "exception":true - }, - "SyncConfigurationType":{ - "type":"string", - "enum":["CFN_STACK_SYNC"] - }, "Tag":{ "type":"structure", "required":[ @@ -1883,23 +680,12 @@ "min":0, "pattern":".*" }, - "Target":{"type":"string"}, - "ThrottlingException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

The request was denied due to request throttling.

", - "exception":true - }, - "Timestamp":{"type":"timestamp"}, "TlsCertificate":{ "type":"string", "max":16384, "min":1, "pattern":"[\\s\\S]*" }, - "Type":{"type":"string"}, "UnsupportedOperationException":{ "type":"structure", "members":{ @@ -1908,14 +694,6 @@ "documentation":"

The operation is not supported. Check the connection status and try again.

", "exception":true }, - "UnsupportedProviderTypeException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

The specified provider type is not supported for connections.

", - "exception":true - }, "UntagResourceInput":{ "type":"structure", "required":[ @@ -1961,133 +739,6 @@ "members":{ } }, - "UpdateOutOfSyncException":{ - "type":"structure", - "members":{ - "Message":{"shape":"ErrorMessage"} - }, - "documentation":"

The update is out of sync. Try syncing again.

", - "exception":true - }, - "UpdateRepositoryLinkInput":{ - "type":"structure", - "required":["RepositoryLinkId"], - "members":{ - "ConnectionArn":{ - "shape":"ConnectionArn", - "documentation":"

The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.

" - }, - "EncryptionKeyArn":{ - "shape":"KmsKeyArn", - "documentation":"

The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.

" - }, - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link to be updated.

" - } - } - }, - "UpdateRepositoryLinkOutput":{ - "type":"structure", - "required":["RepositoryLinkInfo"], - "members":{ - "RepositoryLinkInfo":{ - "shape":"RepositoryLinkInfo", - "documentation":"

Information about the repository link to be updated.

" - } - } - }, - "UpdateSyncBlockerInput":{ - "type":"structure", - "required":[ - "Id", - "SyncType", - "ResourceName", - "ResolvedReason" - ], - "members":{ - "Id":{ - "shape":"Id", - "documentation":"

The ID of the sync blocker to be updated.

" - }, - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The sync type of the sync blocker to be updated.

" - }, - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The name of the resource for the sync blocker to be updated.

" - }, - "ResolvedReason":{ - "shape":"ResolvedReason", - "documentation":"

The reason for resolving the sync blocker.

" - } - } - }, - "UpdateSyncBlockerOutput":{ - "type":"structure", - "required":[ - "ResourceName", - "SyncBlocker" - ], - "members":{ - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The resource name for the sync blocker.

" - }, - "ParentResourceName":{ - "shape":"ResourceName", - "documentation":"

The parent resource name for the sync blocker.

" - }, - "SyncBlocker":{ - "shape":"SyncBlocker", - "documentation":"

Information about the sync blocker to be updated.

" - } - } - }, - "UpdateSyncConfigurationInput":{ - "type":"structure", - "required":[ - "ResourceName", - "SyncType" - ], - "members":{ - "Branch":{ - "shape":"BranchName", - "documentation":"

The branch for the sync configuration to be updated.

" - }, - "ConfigFile":{ - "shape":"DeploymentFilePath", - "documentation":"

The configuration file for the sync configuration to be updated.

" - }, - "RepositoryLinkId":{ - "shape":"RepositoryLinkId", - "documentation":"

The ID of the repository link for the sync configuration to be updated.

" - }, - "ResourceName":{ - "shape":"ResourceName", - "documentation":"

The name of the Amazon Web Services resource for the sync configuration to be updated.

" - }, - "RoleArn":{ - "shape":"IamRoleArn", - "documentation":"

The ARN of the IAM role for the sync configuration to be updated.

" - }, - "SyncType":{ - "shape":"SyncConfigurationType", - "documentation":"

The sync type for the sync configuration to be updated.

" - } - } - }, - "UpdateSyncConfigurationOutput":{ - "type":"structure", - "required":["SyncConfiguration"], - "members":{ - "SyncConfiguration":{ - "shape":"SyncConfiguration", - "documentation":"

The information returned for the sync configuration to be updated.

" - } - } - }, "Url":{ "type":"string", "max":512, diff --git a/botocore/data/docdb/2014-10-31/service-2.json b/botocore/data/docdb/2014-10-31/service-2.json index 72c1160f7b..594ded0432 100644 --- a/botocore/data/docdb/2014-10-31/service-2.json +++ b/botocore/data/docdb/2014-10-31/service-2.json @@ -1363,6 +1363,10 @@ "GlobalClusterIdentifier":{ "shape":"GlobalClusterIdentifier", "documentation":"

The cluster identifier of the new global cluster.

" + }, + "StorageType":{ + "shape":"String", + "documentation":"

The storage type to associate with the DB cluster.

For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.

Valid values for storage type - standard | iopt1

Default value is standard

When you create a DocumentDB DB cluster with the storage type set to iopt1, the storage type is returned in the response. The storage type isn't returned when you set it to standard.

" } }, "documentation":"

Represents the input to CreateDBCluster.

" @@ -1752,6 +1756,10 @@ "DeletionProtection":{ "shape":"Boolean", "documentation":"

Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.

" + }, + "StorageType":{ + "shape":"String", + "documentation":"

Storage type associated with your cluster

Storage type associated with your cluster

For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.

Valid values for storage type - standard | iopt1

Default value is standard

" } }, "documentation":"

Detailed information about a cluster.

", @@ -2015,6 +2023,10 @@ "SourceDBClusterSnapshotArn":{ "shape":"String", "documentation":"

If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.

" + }, + "StorageType":{ + "shape":"String", + "documentation":"

Storage type associated with your cluster snapshot

For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.

Valid values for storage type - standard | iopt1

Default value is standard

" } }, "documentation":"

Detailed information about a cluster snapshot.

", @@ -3788,6 +3800,10 @@ "DeletionProtection":{ "shape":"BooleanOptional", "documentation":"

Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.

" + }, + "StorageType":{ + "shape":"String", + "documentation":"

The storage type to associate with the DB cluster.

For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.

Valid values for storage type - standard | iopt1

Default value is standard

" } }, "documentation":"

Represents the input to ModifyDBCluster.

" @@ -4021,6 +4037,10 @@ "Vpc":{ "shape":"Boolean", "documentation":"

Indicates whether an instance is in a virtual private cloud (VPC).

" + }, + "StorageType":{ + "shape":"String", + "documentation":"

The storage type to associate with the DB cluster

" } }, "documentation":"

The options that are available for an instance.

", @@ -4437,6 +4457,10 @@ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group to associate with this DB cluster.

Type: String.       Required: No.

If this argument is omitted, the default DB cluster parameter group is used. If supplied, must match the name of an existing default DB cluster parameter group. The string must consist of from 1 to 255 letters, numbers or hyphens. Its first character must be a letter, and it cannot end with a hyphen or contain two consecutive hyphens.

" + }, + "StorageType":{ + "shape":"String", + "documentation":"

The storage type to associate with the DB cluster.

For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.

Valid values for storage type - standard | iopt1

Default value is standard

" } }, "documentation":"

Represents the input to RestoreDBClusterFromSnapshot.

" @@ -4501,6 +4525,10 @@ "DeletionProtection":{ "shape":"BooleanOptional", "documentation":"

Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.

" + }, + "StorageType":{ + "shape":"String", + "documentation":"

The storage type to associate with the DB cluster.

For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide.

Valid values for storage type - standard | iopt1

Default value is standard

" } }, "documentation":"

Represents the input to RestoreDBClusterToPointInTime.

" diff --git a/botocore/data/ec2/2016-11-15/service-2.json b/botocore/data/ec2/2016-11-15/service-2.json index 79238c5e2f..cded22984c 100644 --- a/botocore/data/ec2/2016-11-15/service-2.json +++ b/botocore/data/ec2/2016-11-15/service-2.json @@ -398,7 +398,7 @@ }, "input":{"shape":"AuthorizeSecurityGroupEgressRequest"}, "output":{"shape":"AuthorizeSecurityGroupEgressResult"}, - "documentation":"

Adds the specified outbound (egress) rules to a security group for use with a VPC.

An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups. When specifying an outbound rule for your security group in a VPC, the IpPermissions must include a destination for the traffic.

You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.

Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.

For information about VPC security group quotas, see Amazon VPC quotas.

" + "documentation":"

Adds the specified outbound (egress) rules to a security group for use with a VPC.

An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups. When specifying an outbound rule for your security group in a VPC, the IpPermissions must include a destination for the traffic.

You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.

Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.

For information about VPC security group quotas, see Amazon VPC quotas.

If you want to reference a security group across VPCs attached to a transit gateway using the security group referencing feature, note that you can only reference security groups for ingress rules. You cannot reference a security group for egress rules.

" }, "AuthorizeSecurityGroupIngress":{ "name":"AuthorizeSecurityGroupIngress", @@ -3153,7 +3153,7 @@ }, "input":{"shape":"DescribeSecurityGroupReferencesRequest"}, "output":{"shape":"DescribeSecurityGroupReferencesResult"}, - "documentation":"

Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.

" + "documentation":"

Describes the VPCs on the other side of a VPC peering connection or the VPCs attached to a transit gateway that are referencing the security groups you've specified in this request.

" }, "DescribeSecurityGroupRules":{ "name":"DescribeSecurityGroupRules", @@ -3273,7 +3273,7 @@ }, "input":{"shape":"DescribeStaleSecurityGroupsRequest"}, "output":{"shape":"DescribeStaleSecurityGroupsResult"}, - "documentation":"

Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or in a peer VPC, or if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.

" + "documentation":"

Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC, peered VPC, or in separate VPCs attached to a transit gateway (with security group referencing support enabled). Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted or if they reference a security group in a VPC that has been detached from a transit gateway.

" }, "DescribeStoreImageTasks":{ "name":"DescribeStoreImageTasks", @@ -15390,6 +15390,10 @@ "shape":"DnsSupportValue", "documentation":"

Enable or disable DNS support. The default is enable.

" }, + "SecurityGroupReferencingSupport":{ + "shape":"SecurityGroupReferencingSupportValue", + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway (TGW). Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

If you don't enable or disable SecurityGroupReferencingSupport in the request, the attachment will inherit the security group referencing support setting on the transit gateway.

For important information about this feature, see Create a transit gateway attachment to a VPC in the Amazon Web Services Transit Gateway Guide.

" + }, "Ipv6Support":{ "shape":"Ipv6SupportValue", "documentation":"

Enable or disable IPv6 support. The default is disable.

" @@ -43060,6 +43064,10 @@ "shape":"DnsSupportValue", "documentation":"

Enable or disable DNS support.

" }, + "SecurityGroupReferencingSupport":{ + "shape":"SecurityGroupReferencingSupportValue", + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway (TGW). Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

For important information about this feature, see Create a transit gateway in the Amazon Web Services Transit Gateway Guide.

" + }, "AutoAcceptSharedAttachments":{ "shape":"AutoAcceptSharedAttachmentsValue", "documentation":"

Enable or disable automatic acceptance of attachment requests.

" @@ -43191,6 +43199,10 @@ "shape":"DnsSupportValue", "documentation":"

Enable or disable DNS support. The default is enable.

" }, + "SecurityGroupReferencingSupport":{ + "shape":"SecurityGroupReferencingSupportValue", + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway (TGW). Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

For important information about this feature, see Create a transit gateway attachment to a VPC in the Amazon Web Services Transit Gateway Guide.

" + }, "Ipv6Support":{ "shape":"Ipv6SupportValue", "documentation":"

Enable or disable IPv6 support. The default is enable.

" @@ -47908,7 +47920,7 @@ }, "VpcPeeringConnectionId":{ "shape":"String", - "documentation":"

The ID of the VPC peering connection.

", + "documentation":"

The ID of the VPC peering connection (if applicable).

", "locationName":"vpcPeeringConnectionId" } }, @@ -52198,8 +52210,13 @@ }, "VpcPeeringConnectionId":{ "shape":"String", - "documentation":"

The ID of the VPC peering connection.

", + "documentation":"

The ID of the VPC peering connection (if applicable). For more information about security group referencing for peering connections, see Update your security groups to reference peer security groups in the VPC Peering Guide.

", "locationName":"vpcPeeringConnectionId" + }, + "TransitGatewayId":{ + "shape":"String", + "documentation":"

The ID of the transit gateway (if applicable). For more information about security group referencing for transit gateways, see Create a transit gateway attachment to a VPC in the Amazon Web Services Transit Gateway Guide.

", + "locationName":"transitGatewayId" } }, "documentation":"

Describes a VPC with a security group that references your security group.

" @@ -52211,6 +52228,13 @@ "locationName":"item" } }, + "SecurityGroupReferencingSupportValue":{ + "type":"string", + "enum":[ + "enable", + "disable" + ] + }, "SecurityGroupRule":{ "type":"structure", "members":{ @@ -56400,6 +56424,11 @@ "documentation":"

Indicates whether DNS support is enabled.

", "locationName":"dnsSupport" }, + "SecurityGroupReferencingSupport":{ + "shape":"SecurityGroupReferencingSupportValue", + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway (TGW). Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

For important information about this feature, see Create a transit gateway in the Amazon Web Services Transit Gateway Guide.

", + "locationName":"securityGroupReferencingSupport" + }, "MulticastSupport":{ "shape":"MulticastSupportValue", "documentation":"

Indicates whether multicast is enabled on the transit gateway

", @@ -56795,6 +56824,10 @@ "shape":"DnsSupportValue", "documentation":"

Enable or disable DNS support. Enabled by default.

" }, + "SecurityGroupReferencingSupport":{ + "shape":"SecurityGroupReferencingSupportValue", + "documentation":"

Enables you to reference a security group across VPCs attached to a transit gateway (TGW). Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

For important information about this feature, see Create a transit gateway in the Amazon Web Services Transit Gateway Guide.

" + }, "MulticastSupport":{ "shape":"MulticastSupportValue", "documentation":"

Indicates whether multicast is enabled on the transit gateway

" @@ -57248,6 +57281,11 @@ "documentation":"

Indicates whether DNS support is enabled.

", "locationName":"dnsSupport" }, + "SecurityGroupReferencingSupport":{ + "shape":"SecurityGroupReferencingSupportValue", + "documentation":"

For important information about this feature, see Create a transit gateway attachment to a VPC in the Amazon Web Services Transit Gateway Guide.

", + "locationName":"securityGroupReferencingSupport" + }, "Ipv6Support":{ "shape":"Ipv6SupportValue", "documentation":"

Indicates whether IPv6 support is disabled.

", From c42a79d53d1dca2b036e922d596acb53796331b2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 20 Nov 2023 20:17:07 +0000 Subject: [PATCH 2/3] Update to latest partitions and endpoints --- botocore/data/endpoints.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json index 7d5ddb1fad..9c4cb58e22 100644 --- a/botocore/data/endpoints.json +++ b/botocore/data/endpoints.json @@ -515,7 +515,19 @@ "ap-south-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, - "ca-central-1" : { }, + "ca-central-1" : { + "variants" : [ { + "hostname" : "api.detective-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-central-1-fips" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "api.detective-fips.ca-central-1.amazonaws.com" + }, "eu-central-1" : { }, "eu-north-1" : { }, "eu-south-1" : { }, @@ -6680,6 +6692,7 @@ "ap-south-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, + "ap-southeast-3" : { }, "ca-central-1" : { "variants" : [ { "hostname" : "emr-containers-fips.ca-central-1.amazonaws.com", @@ -6727,6 +6740,7 @@ "deprecated" : true, "hostname" : "emr-containers-fips.us-west-2.amazonaws.com" }, + "me-central-1" : { }, "me-south-1" : { }, "sa-east-1" : { }, "us-east-1" : { @@ -10542,6 +10556,7 @@ "eu-central-2" : { }, "eu-north-1" : { }, "eu-south-1" : { }, + "eu-south-2" : { }, "eu-west-1" : { }, "eu-west-2" : { }, "eu-west-3" : { }, @@ -10701,6 +10716,7 @@ "eu-central-2" : { }, "eu-north-1" : { }, "eu-south-1" : { }, + "eu-south-2" : { }, "eu-west-1" : { }, "eu-west-2" : { }, "eu-west-3" : { }, @@ -12364,8 +12380,11 @@ "osis" : { "endpoints" : { "ap-northeast-1" : { }, + "ap-northeast-2" : { }, + "ap-south-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, + "ca-central-1" : { }, "eu-central-1" : { }, "eu-west-1" : { }, "eu-west-2" : { }, From a627fd99c625b80516e338cf792b558ca379980b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 20 Nov 2023 20:17:19 +0000 Subject: [PATCH 3/3] Bumping version to 1.32.4 --- .changes/1.32.4.json | 22 +++++++++++++++++++ .../api-change-codestarconnections-2104.json | 5 ----- .../next-release/api-change-docdb-11702.json | 5 ----- .../next-release/api-change-ec2-37681.json | 5 ----- .../enhancement-MetadataFetcher-40786.json | 5 ----- CHANGELOG.rst | 9 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 .changes/1.32.4.json delete mode 100644 .changes/next-release/api-change-codestarconnections-2104.json delete mode 100644 .changes/next-release/api-change-docdb-11702.json delete mode 100644 .changes/next-release/api-change-ec2-37681.json delete mode 100644 .changes/next-release/enhancement-MetadataFetcher-40786.json diff --git a/.changes/1.32.4.json b/.changes/1.32.4.json new file mode 100644 index 0000000000..e019118c3b --- /dev/null +++ b/.changes/1.32.4.json @@ -0,0 +1,22 @@ +[ + { + "category": "IMDS", + "description": "Adds a config option to opt out of IMDSv1 fallback", + "type": "enhancement" + }, + { + "category": "``codestar-connections``", + "description": "This release updates a few CodeStar Connections related APIs.", + "type": "api-change" + }, + { + "category": "``docdb``", + "description": "Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codestarconnections-2104.json b/.changes/next-release/api-change-codestarconnections-2104.json deleted file mode 100644 index ea5f13ba3f..0000000000 --- a/.changes/next-release/api-change-codestarconnections-2104.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codestar-connections``", - "description": "This release updates a few CodeStar Connections related APIs." -} diff --git a/.changes/next-release/api-change-docdb-11702.json b/.changes/next-release/api-change-docdb-11702.json deleted file mode 100644 index cfcecb3d3c..0000000000 --- a/.changes/next-release/api-change-docdb-11702.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``docdb``", - "description": "Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized." -} diff --git a/.changes/next-release/api-change-ec2-37681.json b/.changes/next-release/api-change-ec2-37681.json deleted file mode 100644 index 5bce2a9644..0000000000 --- a/.changes/next-release/api-change-ec2-37681.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway." -} diff --git a/.changes/next-release/enhancement-MetadataFetcher-40786.json b/.changes/next-release/enhancement-MetadataFetcher-40786.json deleted file mode 100644 index d8fbf8c28c..0000000000 --- a/.changes/next-release/enhancement-MetadataFetcher-40786.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "IMDS", - "description": "Adds a config option to opt out of IMDSv1 fallback" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c21a45d0e4..bf9cbb538b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.32.4 +====== + +* enhancement:IMDS: Adds a config option to opt out of IMDSv1 fallback +* api-change:``codestar-connections``: This release updates a few CodeStar Connections related APIs. +* api-change:``docdb``: Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized. +* api-change:``ec2``: This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway. + + 1.32.3 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 04bd6d1158..3e3392a320 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.32.3' +__version__ = '1.32.4' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 32c4493a64..a7ab5b52ad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.32' # The full version, including alpha/beta/rc tags. -release = '1.32.3' +release = '1.32.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.