diff --git a/.changes/1.21.26.json b/.changes/1.21.26.json new file mode 100644 index 0000000000..f7fd961f4d --- /dev/null +++ b/.changes/1.21.26.json @@ -0,0 +1,22 @@ +[ + { + "category": "``eks``", + "description": "Adds support for EKS add-ons \"preserve\" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management.", + "type": "api-change" + }, + { + "category": "``comprehend``", + "description": "Add tagging support for Comprehend async inference job.", + "type": "api-change" + }, + { + "category": "``robomaker``", + "description": "Documentation updates for RoboMaker", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "encryptionInTransitSupported added to DescribeInstanceTypes API", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c949dcbf9e..a048a0f956 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.21.26 +======= + +* api-change:``eks``: Adds support for EKS add-ons "preserve" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management. +* api-change:``comprehend``: Add tagging support for Comprehend async inference job. +* api-change:``robomaker``: Documentation updates for RoboMaker +* api-change:``ec2``: encryptionInTransitSupported added to DescribeInstanceTypes API + + 1.21.25 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 875cd85392..90e4c016a2 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.21.25' +__version__ = '1.21.26' class NullHandler(logging.Handler): diff --git a/botocore/data/comprehend/2017-11-27/service-2.json b/botocore/data/comprehend/2017-11-27/service-2.json index 3745ff1bd6..e8fd8b15fc 100644 --- a/botocore/data/comprehend/2017-11-27/service-2.json +++ b/botocore/data/comprehend/2017-11-27/service-2.json @@ -718,6 +718,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceUnavailableException"}, {"shape":"KmsKeyValidationException"}, + {"shape":"TooManyTagsException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts an asynchronous document classification job. Use the operation to track the progress of the job.

" @@ -734,6 +735,7 @@ {"shape":"InvalidRequestException"}, {"shape":"TooManyRequestsException"}, {"shape":"KmsKeyValidationException"}, + {"shape":"TooManyTagsException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts an asynchronous dominant language detection job for a collection of documents. Use the operation to track the status of a job.

" @@ -752,6 +754,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceUnavailableException"}, {"shape":"KmsKeyValidationException"}, + {"shape":"TooManyTagsException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts an asynchronous entity detection job for a collection of documents. Use the operation to track the status of a job.

This API can be used for either standard entity detection or custom entity recognition. In order to be used for custom entity recognition, the optional EntityRecognizerArn must be used in order to provide access to the recognizer being used to detect the custom entity.

" @@ -768,6 +771,7 @@ {"shape":"InvalidRequestException"}, {"shape":"TooManyRequestsException"}, {"shape":"KmsKeyValidationException"}, + {"shape":"TooManyTagsException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts an asynchronous event detection job for a collection of documents.

" @@ -784,6 +788,7 @@ {"shape":"InvalidRequestException"}, {"shape":"TooManyRequestsException"}, {"shape":"KmsKeyValidationException"}, + {"shape":"TooManyTagsException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts an asynchronous key phrase detection job for a collection of documents. Use the operation to track the status of a job.

" @@ -800,6 +805,7 @@ {"shape":"InvalidRequestException"}, {"shape":"TooManyRequestsException"}, {"shape":"KmsKeyValidationException"}, + {"shape":"TooManyTagsException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts an asynchronous PII entity detection job for a collection of documents.

" @@ -816,6 +822,7 @@ {"shape":"InvalidRequestException"}, {"shape":"TooManyRequestsException"}, {"shape":"KmsKeyValidationException"}, + {"shape":"TooManyTagsException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts an asynchronous sentiment detection job for a collection of documents. use the operation to track the status of a job.

" @@ -832,6 +839,7 @@ {"shape":"InvalidRequestException"}, {"shape":"TooManyRequestsException"}, {"shape":"KmsKeyValidationException"}, + {"shape":"TooManyTagsException"}, {"shape":"InternalServerException"} ], "documentation":"

Starts an asynchronous topic detection job. Use the DescribeTopicDetectionJob operation to track the status of a job.

" @@ -2100,6 +2108,10 @@ "shape":"JobId", "documentation":"

The identifier assigned to the document classification job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the document classification job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:document-classification-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:document-classification-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobName":{ "shape":"JobName", "documentation":"

The name that you assigned to the document classification job.

" @@ -2364,6 +2376,10 @@ "shape":"JobId", "documentation":"

The identifier assigned to the dominant language detection job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the dominant language detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:dominant-language-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:dominant-language-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobName":{ "shape":"JobName", "documentation":"

The name that you assigned to the dominant language detection job.

" @@ -2519,6 +2535,10 @@ "shape":"JobId", "documentation":"

The identifier assigned to the entities detection job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the entities detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:entities-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobName":{ "shape":"JobName", "documentation":"

The name that you assigned the entities detection job.

" @@ -2933,6 +2953,10 @@ "shape":"JobId", "documentation":"

The identifier assigned to the events detection job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobName":{ "shape":"JobName", "documentation":"

The name you assigned the events detection job.

" @@ -3121,6 +3145,10 @@ "shape":"JobId", "documentation":"

The identifier assigned to the key phrases detection job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the key phrases detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:key-phrases-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:key-phrases-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobName":{ "shape":"JobName", "documentation":"

The name that you assigned the key phrases detection job.

" @@ -3725,6 +3753,10 @@ "shape":"JobId", "documentation":"

The identifier assigned to the PII entities detection job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the PII entities detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobName":{ "shape":"JobName", "documentation":"

The name that you assigned the PII entities detection job.

" @@ -3951,6 +3983,10 @@ "shape":"JobId", "documentation":"

The identifier assigned to the sentiment detection job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the sentiment detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:sentiment-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobName":{ "shape":"JobName", "documentation":"

The name that you assigned to the sentiment detection job

" @@ -4074,6 +4110,10 @@ "VpcConfig":{ "shape":"VpcConfig", "documentation":"

Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job. For more information, see Amazon VPC.

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

Tags to be associated with the document classification job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with \"Sales\" as the key might be added to a resource to indicate its use by the sales department.

" } } }, @@ -4084,6 +4124,10 @@ "shape":"JobId", "documentation":"

The identifier generated for the job. To get the status of the job, use this identifier with the operation.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the document classification job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:document-classification-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:document-classification-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobStatus":{ "shape":"JobStatus", "documentation":"

The status of the job:

" @@ -4126,6 +4170,10 @@ "VpcConfig":{ "shape":"VpcConfig", "documentation":"

Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job. For more information, see Amazon VPC.

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

Tags to be associated with the dominant language detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with \"Sales\" as the key might be added to a resource to indicate its use by the sales department.

" } } }, @@ -4136,6 +4184,10 @@ "shape":"JobId", "documentation":"

The identifier generated for the job. To get the status of a job, use this identifier with the operation.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the dominant language detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:dominant-language-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:dominant-language-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobStatus":{ "shape":"JobStatus", "documentation":"

The status of the job.

" @@ -4187,6 +4239,10 @@ "VpcConfig":{ "shape":"VpcConfig", "documentation":"

Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job. For more information, see Amazon VPC.

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

Tags to be associated with the entities detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with \"Sales\" as the key might be added to a resource to indicate its use by the sales department.

" } } }, @@ -4197,6 +4253,10 @@ "shape":"JobId", "documentation":"

The identifier generated for the job. To get the status of job, use this identifier with the operation.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the entities detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:entities-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:entities-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobStatus":{ "shape":"JobStatus", "documentation":"

The status of the job.

" @@ -4241,6 +4301,10 @@ "TargetEventTypes":{ "shape":"TargetEventTypes", "documentation":"

The types of events to detect in the input documents.

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

Tags to be associated with the events detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with \"Sales\" as the key might be added to a resource to indicate its use by the sales department.

" } } }, @@ -4251,6 +4315,10 @@ "shape":"JobId", "documentation":"

An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobStatus":{ "shape":"JobStatus", "documentation":"

The status of the events detection job.

" @@ -4298,6 +4366,10 @@ "VpcConfig":{ "shape":"VpcConfig", "documentation":"

Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job. For more information, see Amazon VPC.

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

Tags to be associated with the key phrases detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with \"Sales\" as the key might be added to a resource to indicate its use by the sales department.

" } } }, @@ -4308,6 +4380,10 @@ "shape":"JobId", "documentation":"

The identifier generated for the job. To get the status of a job, use this identifier with the operation.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the key phrase detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:key-phrases-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:key-phrases-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobStatus":{ "shape":"JobStatus", "documentation":"

The status of the job.

" @@ -4356,6 +4432,10 @@ "shape":"ClientRequestTokenString", "documentation":"

A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.

", "idempotencyToken":true + }, + "Tags":{ + "shape":"TagList", + "documentation":"

Tags to be associated with the PII entities detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with \"Sales\" as the key might be added to a resource to indicate its use by the sales department.

" } } }, @@ -4366,6 +4446,10 @@ "shape":"JobId", "documentation":"

The identifier generated for the job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobStatus":{ "shape":"JobStatus", "documentation":"

The status of the job.

" @@ -4413,6 +4497,10 @@ "VpcConfig":{ "shape":"VpcConfig", "documentation":"

Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job. For more information, see Amazon VPC.

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

Tags to be associated with the sentiment detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with \"Sales\" as the key might be added to a resource to indicate its use by the sales department.

" } } }, @@ -4423,6 +4511,10 @@ "shape":"JobId", "documentation":"

The identifier generated for the job. To get the status of a job, use this identifier with the operation.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the sentiment detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:sentiment-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:sentiment-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobStatus":{ "shape":"JobStatus", "documentation":"

The status of the job.

" @@ -4469,6 +4561,10 @@ "VpcConfig":{ "shape":"VpcConfig", "documentation":"

Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job. For more information, see Amazon VPC.

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

Tags to be associated with the topics detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with \"Sales\" as the key might be added to a resource to indicate its use by the sales department.

" } } }, @@ -4479,6 +4575,10 @@ "shape":"JobId", "documentation":"

The identifier generated for the job. To get the status of the job, use this identifier with the DescribeTopicDetectionJob operation.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:document-classification-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobStatus":{ "shape":"JobStatus", "documentation":"

The status of the job:

" @@ -4828,6 +4928,10 @@ "shape":"JobId", "documentation":"

The identifier assigned to the topic detection job.

" }, + "JobArn":{ + "shape":"ComprehendArn", + "documentation":"

The Amazon Resource Name (ARN) of the topics detection job. It is a unique, fully qualified identifier for the job. It includes the AWS account, Region, and the job ID. The format of the ARN is as follows:

arn:<partition>:comprehend:<region>:<account-id>:topics-detection-job/<job-id>

The following is an example job ARN:

arn:aws:comprehend:us-west-2:111122223333:topics-detection-job/1234abcd12ab34cd56ef1234567890ab

" + }, "JobName":{ "shape":"JobName", "documentation":"

The name of the topic detection job.

" diff --git a/botocore/data/ec2/2016-11-15/paginators-1.json b/botocore/data/ec2/2016-11-15/paginators-1.json index a905a9532c..fab43117c5 100644 --- a/botocore/data/ec2/2016-11-15/paginators-1.json +++ b/botocore/data/ec2/2016-11-15/paginators-1.json @@ -613,6 +613,12 @@ "limit_key": "MaxResults", "output_token": "NextToken", "result_key": "InstanceEventWindows" + }, + "DescribeTrunkInterfaceAssociations": { + "input_token": "NextToken", + "limit_key": "MaxResults", + "output_token": "NextToken", + "result_key": "InterfaceAssociations" } } } diff --git a/botocore/data/ec2/2016-11-15/service-2.json b/botocore/data/ec2/2016-11-15/service-2.json index c28479a19d..68710d4e57 100644 --- a/botocore/data/ec2/2016-11-15/service-2.json +++ b/botocore/data/ec2/2016-11-15/service-2.json @@ -6925,11 +6925,11 @@ }, "NoDevice":{ "shape":"String", - "documentation":"

To omit the device from the block device mapping, specify an empty string.

", + "documentation":"

To omit the device from the block device mapping, specify an empty string. When this property is specified, the device is removed from the block device mapping regardless of the assigned value.

", "locationName":"noDevice" } }, - "documentation":"

Describes a block device mapping.

" + "documentation":"

Describes a block device mapping, which defines the EBS volumes and instance store volumes to attach to an instance at launch.

" }, "BlockDeviceMappingList":{ "type":"list", @@ -8997,7 +8997,7 @@ }, "InstanceCount":{ "shape":"Integer", - "documentation":"

The number of instances for which to reserve capacity.

" + "documentation":"

The number of instances for which to reserve capacity.

Valid range: 1 - 1000

" }, "EbsOptimized":{ "shape":"Boolean", @@ -15295,7 +15295,7 @@ "members":{ "Filter":{ "shape":"FilterList", - "documentation":"

The filters.

" + "documentation":"

The filters.

" }, "HostReservationIdSet":{ "shape":"HostReservationIdSet", @@ -15707,7 +15707,7 @@ }, "Filters":{ "shape":"FilterList", - "documentation":"

One or more filters.

", + "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ @@ -15839,7 +15839,7 @@ }, "Filters":{ "shape":"FilterList", - "documentation":"

One or more filters. Filter names and values are case-sensitive.

", + "documentation":"

One or more filters. Filter names and values are case-sensitive.

", "locationName":"Filter" }, "MaxResults":{ @@ -15872,7 +15872,7 @@ "members":{ "Filters":{ "shape":"FilterList", - "documentation":"

The filters.

", + "documentation":"

The filters.

", "locationName":"Filter" }, "InstanceIds":{ @@ -16834,7 +16834,7 @@ "members":{ "Filters":{ "shape":"FilterList", - "documentation":"

The filters.

", + "documentation":"

The filters.

", "locationName":"Filter" }, "DryRun":{ @@ -17230,7 +17230,7 @@ "members":{ "Filters":{ "shape":"FilterList", - "documentation":"

One or more filters.

", + "documentation":"

One or more filters.

", "locationName":"Filter" }, "OfferingClass":{ @@ -17844,7 +17844,7 @@ "members":{ "Filters":{ "shape":"FilterList", - "documentation":"

One or more filters.

", + "documentation":"

One or more filters.

", "locationName":"Filter" }, "DryRun":{ @@ -21209,6 +21209,7 @@ }, "documentation":"

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

" }, + "EncryptionInTransitSupported":{"type":"boolean"}, "EndDateType":{ "type":"string", "enum":[ @@ -21258,7 +21259,7 @@ }, "EventSubType":{ "shape":"String", - "documentation":"

The event.

The following are the error events:

The following are the fleetRequestChange events:

The following are the instanceChange events:

The following are the Information events:

", + "documentation":"

The event.

The following are the error events:

The following are the fleetRequestChange events:

The following are the instanceChange events:

The following are the Information events:

", "locationName":"eventSubType" }, "InstanceId":{ @@ -26223,11 +26224,11 @@ "members":{ "Ipv4Prefix":{ "shape":"String", - "documentation":"

One or more IPv4 delegated prefixes assigned to the network interface.

", + "documentation":"

One or more IPv4 prefixes assigned to the network interface.

", "locationName":"ipv4Prefix" } }, - "documentation":"

Information about an IPv4 delegated prefix.

" + "documentation":"

Information about an IPv4 prefix.

" }, "InstanceIpv4PrefixList":{ "type":"list", @@ -26276,11 +26277,11 @@ "members":{ "Ipv6Prefix":{ "shape":"String", - "documentation":"

One or more IPv6 delegated prefixes assigned to the network interface.

", + "documentation":"

One or more IPv6 prefixes assigned to the network interface.

", "locationName":"ipv6Prefix" } }, - "documentation":"

Information about an IPv6 delegated prefix.

" + "documentation":"

Information about an IPv6 prefix.

" }, "InstanceIpv6PrefixList":{ "type":"list", @@ -27365,6 +27366,15 @@ "m6gd.8xlarge", "m6gd.12xlarge", "m6gd.16xlarge", + "m6i.large", + "m6i.xlarge", + "m6i.2xlarge", + "m6i.4xlarge", + "m6i.8xlarge", + "m6i.12xlarge", + "m6i.16xlarge", + "m6i.24xlarge", + "m6i.32xlarge", "mac1.metal", "x2gd.medium", "x2gd.large", @@ -30046,7 +30056,7 @@ }, "InstanceCount":{ "shape":"Integer", - "documentation":"

The number of instances for which to reserve capacity.

" + "documentation":"

The number of instances for which to reserve capacity.

Valid range: 1 - 1000

" }, "EndDate":{ "shape":"DateTime", @@ -32377,6 +32387,11 @@ "shape":"EfaInfo", "documentation":"

Describes the Elastic Fabric Adapters for the instance type.

", "locationName":"efaInfo" + }, + "EncryptionInTransitSupported":{ + "shape":"EncryptionInTransitSupported", + "documentation":"

Indicates whether the instance type automatically encrypts in-transit traffic between instances.

", + "locationName":"encryptionInTransitSupported" } }, "documentation":"

Describes the networking features of the instance type.

" @@ -37292,7 +37307,7 @@ "members":{ "BlockDeviceMappings":{ "shape":"BlockDeviceMappingRequestList", - "documentation":"

The block device mapping entries.

", + "documentation":"

The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see Block device mappings in the Amazon EC2 User Guide.

", "locationName":"BlockDeviceMapping" }, "ImageId":{ @@ -37314,7 +37329,7 @@ }, "KernelId":{ "shape":"KernelId", - "documentation":"

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

" + "documentation":"

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

" }, "KeyName":{ "shape":"KeyPairName", @@ -37338,7 +37353,7 @@ }, "RamdiskId":{ "shape":"RamdiskId", - "documentation":"

The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

" + "documentation":"

The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

" }, "SecurityGroupIds":{ "shape":"SecurityGroupIdStringList", diff --git a/botocore/data/eks/2017-11-01/service-2.json b/botocore/data/eks/2017-11-01/service-2.json index e51bf9309f..6671a97092 100644 --- a/botocore/data/eks/2017-11-01/service-2.json +++ b/botocore/data/eks/2017-11-01/service-2.json @@ -666,7 +666,8 @@ "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", - "UnsupportedAddonModification" + "UnsupportedAddonModification", + "K8sResourceNotFound" ] }, "AddonIssueList":{ @@ -1224,6 +1225,12 @@ "documentation":"

The name of the add-on. The name must match one of the names returned by ListAddons .

", "location":"uri", "locationName":"addonName" + }, + "preserve":{ + "shape":"Boolean", + "documentation":"

Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it is not removed.

", + "location":"querystring", + "locationName":"preserve" } } }, @@ -1607,7 +1614,8 @@ "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", - "UnsupportedAddonModification" + "UnsupportedAddonModification", + "K8sResourceNotFound" ] }, "ErrorDetail":{ diff --git a/botocore/data/robomaker/2018-06-29/service-2.json b/botocore/data/robomaker/2018-06-29/service-2.json index deeef72454..50fbf761d6 100644 --- a/botocore/data/robomaker/2018-06-29/service-2.json +++ b/botocore/data/robomaker/2018-06-29/service-2.json @@ -1572,7 +1572,7 @@ }, "failureBehavior":{ "shape":"FailureBehavior", - "documentation":"

The failure behavior the simulation job.

Continue

Restart the simulation job in the same host instance.

Fail

Stop the simulation job and terminate the instance.

" + "documentation":"

The failure behavior the simulation job.

Continue

Leaves the instance running for its maximum timeout duration after a 4XX error code.

Fail

Stop the simulation job and terminate the instance.

" }, "robotApplications":{ "shape":"RobotApplicationConfigs", @@ -4109,7 +4109,7 @@ }, "failureBehavior":{ "shape":"FailureBehavior", - "documentation":"

The failure behavior the simulation job.

Continue

Restart the simulation job in the same host instance.

Fail

Stop the simulation job and terminate the instance.

" + "documentation":"

The failure behavior the simulation job.

Continue

Leaves the host running for its maximum timeout duration after a 4XX error code.

Fail

Stop the simulation job and terminate the instance.

" }, "failureCode":{ "shape":"SimulationJobErrorCode", @@ -4282,7 +4282,7 @@ }, "failureBehavior":{ "shape":"FailureBehavior", - "documentation":"

The failure behavior the simulation job.

Continue

Restart the simulation job in the same host instance.

Fail

Stop the simulation job and terminate the instance.

" + "documentation":"

The failure behavior the simulation job.

Continue

Leaves the host running for its maximum timeout duration after a 4XX error code.

Fail

Stop the simulation job and terminate the instance.

" }, "useDefaultApplications":{ "shape":"BoxedBoolean", diff --git a/docs/source/conf.py b/docs/source/conf.py index 74c21c992f..eb3c08d45d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.21.' # The full version, including alpha/beta/rc tags. -release = '1.21.25' +release = '1.21.26' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.