diff --git a/.changes/1.20.10.json b/.changes/1.20.10.json new file mode 100644 index 0000000000..4398832f63 --- /dev/null +++ b/.changes/1.20.10.json @@ -0,0 +1,17 @@ +[ + { + "category": "``ec2``", + "description": "Update ec2 client to latest version", + "type": "api-change" + }, + { + "category": "``config``", + "description": "Update config client to latest version", + "type": "api-change" + }, + { + "category": "``lookoutvision``", + "description": "Update lookoutvision client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ed4b2df79c..1a043b748f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.20.10 +======= + +* api-change:``ec2``: Update ec2 client to latest version +* api-change:``config``: Update config client to latest version +* api-change:``lookoutvision``: Update lookoutvision client to latest version + + 1.20.9 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 240100781f..9b93f9c9ba 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.20.9' +__version__ = '1.20.10' class NullHandler(logging.Handler): diff --git a/botocore/data/config/2014-11-12/service-2.json b/botocore/data/config/2014-11-12/service-2.json index 711ee4567f..f976f90519 100644 --- a/botocore/data/config/2014-11-12/service-2.json +++ b/botocore/data/config/2014-11-12/service-2.json @@ -2283,7 +2283,8 @@ "type":"string", "enum":[ "COMPLIANT", - "NON_COMPLIANT" + "NON_COMPLIANT", + "INSUFFICIENT_DATA" ] }, "ConformancePackConfigRuleNames":{ diff --git a/botocore/data/ec2/2016-11-15/service-2.json b/botocore/data/ec2/2016-11-15/service-2.json index 6fa606355e..063ea7a8a7 100644 --- a/botocore/data/ec2/2016-11-15/service-2.json +++ b/botocore/data/ec2/2016-11-15/service-2.json @@ -3872,7 +3872,7 @@ }, "input":{"shape":"RegisterImageRequest"}, "output":{"shape":"RegisterImageResult"}, - "documentation":"

Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs in the Amazon Elastic Compute Cloud User Guide.

For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself.

You can also use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using the block device mapping. For more information, see Launching a Linux instance from a backup in the Amazon Elastic Compute Cloud User Guide.

If any snapshots have AWS Marketplace product codes, they are copied to the new AMI.

Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association:

  1. Launch an instance from an existing AMI with that billing product code.

  2. Customize the instance.

  3. Create an AMI from the instance using CreateImage.

If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Obtaining billing information in the Amazon Elastic Compute Cloud User Guide.

If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

" + "documentation":"

Registers an AMI. When you're creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Creating your own AMIs in the Amazon Elastic Compute Cloud User Guide.

For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don't have to register the AMI yourself.

If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

Register a snapshot of a root device volume

You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted.

For more information, see Create a Linux AMI from a snapshot and Use encryption with EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide.

AWS Marketplace product codes

If any snapshots have AWS Marketplace product codes, they are copied to the new AMI.

Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association:

  1. Launch an instance from an existing AMI with that billing product code.

  2. Customize the instance.

  3. Create an AMI from the instance using CreateImage.

If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Obtaining billing information in the Amazon Elastic Compute Cloud User Guide.

" }, "RegisterInstanceEventNotificationAttributes":{ "name":"RegisterInstanceEventNotificationAttributes", @@ -5334,7 +5334,7 @@ "members":{ "Ipv6AddressCount":{ "shape":"Integer", - "documentation":"

The number of IPv6 addresses to assign to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.

", + "documentation":"

The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.

", "locationName":"ipv6AddressCount" }, "Ipv6Addresses":{ @@ -5354,7 +5354,7 @@ "members":{ "AssignedIpv6Addresses":{ "shape":"Ipv6AddressList", - "documentation":"

The IPv6 addresses assigned to the network interface.

", + "documentation":"

The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

", "locationName":"assignedIpv6Addresses" }, "NetworkInterfaceId":{ @@ -5433,11 +5433,11 @@ }, "InstanceId":{ "shape":"InstanceId", - "documentation":"

The ID of the instance. This is required for EC2-Classic. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. The operation fails if you specify an instance ID unless exactly one network interface is attached.

" + "documentation":"

The ID of the instance. The instance must have exactly one attached network interface. For EC2-VPC, you can specify either the instance ID or the network interface ID, but not both. For EC2-Classic, you must specify an instance ID and the instance must be in the running state.

" }, "PublicIp":{ "shape":"String", - "documentation":"

The Elastic IP address to associate with the instance. This is required for EC2-Classic.

" + "documentation":"

[EC2-Classic] The Elastic IP address to associate with the instance. This is required for EC2-Classic.

" }, "AllowReassociation":{ "shape":"Boolean", @@ -5561,7 +5561,7 @@ }, "CertificateS3ObjectKey":{ "shape":"String", - "documentation":"

The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: certificate_arn/role_arn.

", + "documentation":"

The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: role_arn/certificate_arn.

", "locationName":"certificateS3ObjectKey" }, "EncryptionKmsKeyId":{ @@ -5805,7 +5805,7 @@ }, "CertificateS3ObjectKey":{ "shape":"String", - "documentation":"

The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle is stored. The object key is formated as follows: certificate_arn/role_arn.

", + "documentation":"

The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle is stored. The object key is formated as follows: role_arn/certificate_arn.

", "locationName":"certificateS3ObjectKey" }, "EncryptionKmsKeyId":{ @@ -8331,7 +8331,7 @@ "members":{ "ClientToken":{ "shape":"String", - "documentation":"

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.

" + "documentation":"

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

" }, "Description":{ "shape":"String", @@ -9264,7 +9264,7 @@ }, "ExportToS3Task":{ "shape":"ExportToS3TaskSpecification", - "documentation":"

The format and location for an instance export task.

", + "documentation":"

The format and location for an export instance task.

", "locationName":"exportToS3" }, "InstanceId":{ @@ -9279,7 +9279,7 @@ }, "TagSpecifications":{ "shape":"TagSpecificationList", - "documentation":"

The tags to apply to the instance export task during creation.

", + "documentation":"

The tags to apply to the export instance task during creation.

", "locationName":"TagSpecification" } } @@ -9289,7 +9289,7 @@ "members":{ "ExportTask":{ "shape":"ExportTask", - "documentation":"

Information about the instance export task.

", + "documentation":"

Information about the export instance task.

", "locationName":"exportTask" } } @@ -11107,7 +11107,7 @@ }, "PrivateDnsEnabled":{ "shape":"Boolean", - "documentation":"

(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.

To use a private hosted zone, you must set the following VPC attributes to true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to set the VPC attributes.

Private DNS is not supported for Amazon S3 interface endpoints.

Default: true for supported endpoints

" + "documentation":"

(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.

To use a private hosted zone, you must set the following VPC attributes to true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to set the VPC attributes.

Default: true

" }, "TagSpecifications":{ "shape":"TagSpecificationList", @@ -15972,7 +15972,7 @@ "members":{ "Filters":{ "shape":"FilterList", - "documentation":"

One or more filters.

", + "documentation":"

One or more filters.

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

The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.

", + "documentation":"

The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.

", "locationName":"Filter" }, "GroupIds":{ @@ -18093,7 +18093,7 @@ }, "Filters":{ "shape":"FilterList", - "documentation":"

One or more filters.

", + "documentation":"

One or more filters.

", "locationName":"Filter" }, "MaxResults":{ @@ -20456,7 +20456,7 @@ }, "TagSpecifications":{ "shape":"TagSpecificationList", - "documentation":"

The tags to apply to the image being exported.

", + "documentation":"

The tags to apply to the export image task during creation.

", "locationName":"TagSpecification" } } @@ -20511,7 +20511,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

Any tags assigned to the image being exported.

", + "documentation":"

Any tags assigned to the export image task.

", "locationName":"tagSet" } } @@ -20556,7 +20556,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

Any tags assigned to the image being exported.

", + "documentation":"

Any tags assigned to the export image task.

", "locationName":"tagSet" } }, @@ -20616,7 +20616,7 @@ "locationName":"tagSet" } }, - "documentation":"

Describes an instance export task.

" + "documentation":"

Describes an export instance task.

" }, "ExportTaskId":{"type":"string"}, "ExportTaskIdStringList":{ @@ -20697,7 +20697,7 @@ "locationName":"s3Key" } }, - "documentation":"

Describes the format and location for an instance export task.

" + "documentation":"

Describes the format and location for the export task.

" }, "ExportToS3TaskSpecification":{ "type":"structure", @@ -20723,7 +20723,7 @@ "locationName":"s3Prefix" } }, - "documentation":"

Describes an instance export task.

" + "documentation":"

Describes an export instance task.

" }, "ExportTransitGatewayRoutesRequest":{ "type":"structure", @@ -20838,7 +20838,7 @@ "locationName":"Value" } }, - "documentation":"

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs. The filters supported by a describe operation are documented with the describe operation. For example:

" + "documentation":"

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

" }, "FilterList":{ "type":"list", @@ -23284,7 +23284,7 @@ }, "Format":{ "shape":"String", - "documentation":"

The format of the disk image being imported.

Valid values: OVA | VHD | VHDX |VMDK

" + "documentation":"

The format of the disk image being imported.

Valid values: OVA | VHD | VHDX | VMDK | RAW

" }, "SnapshotId":{ "shape":"SnapshotId", @@ -23467,7 +23467,7 @@ }, "TagSpecifications":{ "shape":"TagSpecificationList", - "documentation":"

The tags to apply to the image being imported.

", + "documentation":"

The tags to apply to the import image task during creation.

", "locationName":"TagSpecification" } } @@ -23547,7 +23547,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

Any tags assigned to the image being imported.

", + "documentation":"

Any tags assigned to the import image task.

", "locationName":"tagSet" } } @@ -23908,7 +23908,7 @@ }, "TagSpecifications":{ "shape":"TagSpecificationList", - "documentation":"

The tags to apply to the snapshot being imported.

", + "documentation":"

The tags to apply to the import snapshot task during creation.

", "locationName":"TagSpecification" } } @@ -23933,7 +23933,7 @@ }, "Tags":{ "shape":"TagList", - "documentation":"

Any tags assigned to the snapshot being imported.

", + "documentation":"

Any tags assigned to the import snapshot task.

", "locationName":"tagSet" } } @@ -26531,7 +26531,7 @@ }, "NoDevice":{ "shape":"String", - "documentation":"

Suppresses the specified device included in the block device mapping of the AMI.

", + "documentation":"

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

", "locationName":"noDevice" } }, @@ -26561,7 +26561,7 @@ }, "NoDevice":{ "shape":"String", - "documentation":"

Suppresses the specified device included in the block device mapping of the AMI.

" + "documentation":"

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

" } }, "documentation":"

Describes a block device mapping.

" @@ -26715,7 +26715,7 @@ }, "Iops":{ "shape":"Integer", - "documentation":"

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.

" + "documentation":"

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

This parameter is supported for io1, io2, and gp3 volumes only. This parameter is not supported for gp2, st1, sc1, or standard volumes.

" }, "KmsKeyId":{ "shape":"KmsKeyId", @@ -26727,11 +26727,11 @@ }, "VolumeSize":{ "shape":"Integer", - "documentation":"

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.

The following are the supported volumes sizes for each volume type:

" + "documentation":"

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:

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

The volume type. The default is gp2. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

" + "documentation":"

The volume type. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

" }, "Throughput":{ "shape":"Integer", @@ -29631,7 +29631,7 @@ }, "PrivateDnsEnabled":{ "shape":"Boolean", - "documentation":"

(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.

Private DNS is not supported for Amazon S3 interface endpoints.

" + "documentation":"

(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.

" } }, "documentation":"

Contains the parameters for ModifyVpcEndpoint.

" @@ -30719,7 +30719,7 @@ }, "RequesterId":{ "shape":"String", - "documentation":"

The ID of the entity that launched the instance on your behalf (for example, AWS Management Console or Auto Scaling).

", + "documentation":"

The alias or AWS account ID of the principal or service that created the network interface.

", "locationName":"requesterId" }, "RequesterManaged":{ @@ -32714,7 +32714,7 @@ }, "BlockDeviceMappings":{ "shape":"BlockDeviceMappingRequestList", - "documentation":"

The block device mapping entries.

If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

", + "documentation":"

The block device mapping entries.

If you specify an EBS volume using the ID of an EBS snapshot, you can't specify the encryption state of the volume.

If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

", "locationName":"BlockDeviceMapping" }, "Description":{ @@ -33467,7 +33467,7 @@ }, "IamInstanceProfile":{ "shape":"LaunchTemplateIamInstanceProfileSpecificationRequest", - "documentation":"

The IAM instance profile.

" + "documentation":"

The name or Amazon Resource Name (ARN) of an IAM instance profile.

" }, "BlockDeviceMappings":{ "shape":"LaunchTemplateBlockDeviceMappingRequestList", @@ -35341,7 +35341,7 @@ }, "IamInstanceProfile":{ "shape":"IamInstanceProfileSpecification", - "documentation":"

The IAM instance profile.

", + "documentation":"

The name or Amazon Resource Name (ARN) of an IAM instance profile.

", "locationName":"iamInstanceProfile" }, "InstanceInitiatedShutdownBehavior":{ @@ -36637,7 +36637,7 @@ }, "Format":{ "shape":"String", - "documentation":"

The format of the disk image being imported.

Valid values: VHD | VMDK

" + "documentation":"

The format of the disk image being imported.

Valid values: VHD | VMDK | RAW

" }, "Url":{ "shape":"String", @@ -37982,7 +37982,7 @@ "type":"structure", "members":{ "AssociationId":{ - "shape":"String", + "shape":"SubnetCidrAssociationId", "documentation":"

The association ID for the CIDR block.

", "locationName":"associationId" }, @@ -42265,5 +42265,5 @@ "totalFpgaMemory":{"type":"integer"}, "totalGpuMemory":{"type":"integer"} }, - "documentation":"Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the AWS cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster.

To learn more, see the following resources:

" + "documentation":"Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the AWS Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you've defined. Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available and reliable storage volumes that can be attached to any running instance and used like a hard drive.

To learn more, see the following resources:

" } diff --git a/botocore/data/lookoutvision/2020-11-20/service-2.json b/botocore/data/lookoutvision/2020-11-20/service-2.json index ffe7e7c07c..ad02799f0d 100644 --- a/botocore/data/lookoutvision/2020-11-20/service-2.json +++ b/botocore/data/lookoutvision/2020-11-20/service-2.json @@ -88,7 +88,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], - "documentation":"

Deletes an existing Amazon Lookout for Vision dataset.

If your the project has a single dataset, you must create a new dataset before you can create a model.

If you project has a training dataset and a test dataset consider the following.

It might take a while to delete the dataset. To check the current status, check the Status field in the response from a call to DescribeDataset.

This operation requires permissions to perform the lookoutvision:DeleteDataset operation.

" + "documentation":"

Deletes an existing Amazon Lookout for Vision dataset.

If your the project has a single dataset, you must create a new dataset before you can create a model.

If you project has a training dataset and a test dataset consider the following.

This operation requires permissions to perform the lookoutvision:DeleteDataset operation.

" }, "DeleteModel":{ "name":"DeleteModel", @@ -107,7 +107,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], - "documentation":"

Deletes an Amazon Lookout for Vision model. You can't delete a running model. To stop a running model, use the StopModel operation.

This operation requires permissions to perform the lookoutvision:DeleteModel operation.

" + "documentation":"

Deletes an Amazon Lookout for Vision model. You can't delete a running model. To stop a running model, use the StopModel operation.

It might take a few seconds to delete a model. To determine if a model has been deleted, call ListProjects and check if the version of the model (ModelVersion) is in the Models array.

This operation requires permissions to perform the lookoutvision:DeleteModel operation.

" }, "DeleteProject":{ "name":"DeleteProject", @@ -289,7 +289,7 @@ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"} ], - "documentation":"

Starts the running of the version of an Amazon Lookout for Vision model. Starting a model takes a while to complete. To check the current state of the model, use DescribeModel.

Once the model is running, you can detect custom labels in new images by calling DetectAnomalies.

You are charged for the amount of time that the model is running. To stop a running model, call StopModel.

This operation requires permissions to perform the lookoutvision:StartModel operation.

" + "documentation":"

Starts the running of the version of an Amazon Lookout for Vision model. Starting a model takes a while to complete. To check the current state of the model, use DescribeModel.

A model is ready to use when its status is HOSTED.

Once the model is running, you can detect custom labels in new images by calling DetectAnomalies.

You are charged for the amount of time that the model is running. To stop a running model, call StopModel.

This operation requires permissions to perform the lookoutvision:StartModel operation.

" }, "StopModel":{ "name":"StopModel", @@ -308,7 +308,7 @@ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], - "documentation":"

Stops a running model. The operation might take a while to complete. To check the current status, call DescribeModel.

This operation requires permissions to perform the lookoutvision:StopModel operation.

" + "documentation":"

Stops the hosting of a running model. The operation might take a while to complete. To check the current status, call DescribeModel.

After the model hosting stops, the Status of the model is TRAINED.

This operation requires permissions to perform the lookoutvision:StopModel operation.

" }, "TagResource":{ "name":"TagResource", @@ -488,7 +488,7 @@ }, "KmsKeyId":{ "shape":"KmsKeyId", - "documentation":"

The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for encypting the model. If this parameter is not specified, the model is encrypted by a key that AWS owns and manages.

" + "documentation":"

The identifier for your AWS Key Management Service (AWS KMS) customer master key (CMK). The key is used to encrypt training and test images copied into the service for model training. Your source images are unaffected. If this parameter is not specified, the copied images are encrypted by a key that AWS owns and manages.

" }, "Tags":{ "shape":"TagList", @@ -879,7 +879,7 @@ "shape":"ContentType", "documentation":"

The type of the image passed in Body. Valid values are image/png (PNG format images) and image/jpeg (JPG format images).

", "location":"header", - "locationName":"content-type" + "locationName":"Content-Type" } }, "payload":"Body" @@ -1206,10 +1206,11 @@ "ModelHostingStatus":{ "type":"string", "enum":[ - "RUNNING", - "STARTING", - "STOPPED", - "FAILED" + "STARTING_HOSTING", + "HOSTED", + "HOSTING_FAILED", + "STOPPING_HOSTING", + "SYSTEM_UPDATING" ] }, "ModelMetadata":{ @@ -1434,14 +1435,14 @@ "members":{ "Bucket":{ "shape":"S3BucketName", - "documentation":"

The S3 bucket that contain the manifest file.

" + "documentation":"

The S3 bucket that contains the training output.

" }, "Prefix":{ "shape":"S3KeyPrefix", - "documentation":"

The path and name of the manifest file with the S3 bucket.

" + "documentation":"

The path of the folder, within the S3 bucket, that contains the training output.

" } }, - "documentation":"

Information about the location of a manifest file.

" + "documentation":"

Information about the location training output.

" }, "S3ObjectKey":{ "type":"string", diff --git a/docs/source/conf.py b/docs/source/conf.py index b84e051687..2c610decbc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = '1.20' +version = '1.20.' # The full version, including alpha/beta/rc tags. -release = '1.20.9' +release = '1.20.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.