diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-16 13:27:47 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-16 13:27:47 +0300 |
commit | 09be10fcbbf04de7c78405d5bf7c18117a1b339f (patch) | |
tree | 0ab099a69bf5edb8d5a1450f27547c6cc0ff8f22 /contrib/python | |
parent | 25576058d620c5b9bc6929278ecaa9e8d1fa3297 (diff) | |
download | ydb-09be10fcbbf04de7c78405d5bf7c18117a1b339f.tar.gz |
intermediate changes
ref:677e7cb3db14a9e7513c72572f8631c729bf84cb
Diffstat (limited to 'contrib/python')
9 files changed, 78 insertions, 462 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index e188ef49191..674367e67d2 100644 --- a/contrib/python/boto3/py3/.dist-info/METADATA +++ b/contrib/python/boto3/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: boto3 -Version: 1.21.41 +Version: 1.21.42 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >= 3.6 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.25.0,>=1.24.41) +Requires-Dist: botocore (<1.25.0,>=1.24.42) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.6.0,>=0.5.0) Provides-Extra: crt diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index 6f12dce517c..6de6ee9e19b 100644 --- a/contrib/python/boto3/py3/boto3/__init__.py +++ b/contrib/python/boto3/py3/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.21.41' +__version__ = '1.21.42' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/boto3/py3/boto3/compat.py b/contrib/python/boto3/py3/boto3/compat.py index c57f99c567a..436cf21510b 100644 --- a/contrib/python/boto3/py3/boto3/compat.py +++ b/contrib/python/boto3/py3/boto3/compat.py @@ -64,18 +64,16 @@ def filter_python_deprecation_warnings(): def _warn_deprecated_python(): - """Python 2.7 is deprecated so this code will no longer run. - - Use this template for future deprecation campaigns as needed. - """ - py_27_params = { - 'date': 'July 15, 2021', - 'blog_link': 'https://aws.amazon.com/blogs/developer/announcing-end-' - 'of-support-for-python-2-7-in-aws-sdk-for-python-and-' - 'aws-cli-v1/' + """Use this template for future deprecation campaigns as needed.""" + py_36_params = { + 'date': 'May 30, 2022', + 'blog_link': ( + 'https://aws.amazon.com/blogs/developer/' + 'python-support-policy-updates-for-aws-sdks-and-tools/' + ) } deprecated_versions = { - (2, 7): py_27_params, + (3, 6): py_36_params, } py_version = sys.version_info[:2] @@ -84,7 +82,7 @@ def _warn_deprecated_python(): warning = ( "Boto3 will no longer support Python {}.{} " "starting {}. To continue receiving service updates, " - "bug fixes, and security updates please upgrade to Python 3.6 or " + "bug fixes, and security updates please upgrade to Python 3.7 or " "later. More information can be found here: {}" ).format(py_version[0], py_version[1], params['date'], params['blog_link']) warnings.warn(warning, PythonDeprecationWarning) diff --git a/contrib/python/botocore/py3/.dist-info/METADATA b/contrib/python/botocore/py3/.dist-info/METADATA index f2a7b3efa48..66a237b7a45 100644 --- a/contrib/python/botocore/py3/.dist-info/METADATA +++ b/contrib/python/botocore/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: botocore -Version: 1.24.41 +Version: 1.24.42 Summary: Low-level, data-driven core of boto 3. Home-page: https://github.com/boto/botocore Author: Amazon Web Services diff --git a/contrib/python/botocore/py3/botocore/__init__.py b/contrib/python/botocore/py3/botocore/__init__.py index 4ac74389ce9..0fe583c466e 100644 --- a/contrib/python/botocore/py3/botocore/__init__.py +++ b/contrib/python/botocore/py3/botocore/__init__.py @@ -16,7 +16,7 @@ import logging import os import re -__version__ = '1.24.41' +__version__ = '1.24.42' class NullHandler(logging.Handler): diff --git a/contrib/python/botocore/py3/botocore/data/athena/2017-05-18/service-2.json b/contrib/python/botocore/py3/botocore/data/athena/2017-05-18/service-2.json index c8820e8d357..2cedb10aa22 100644 --- a/contrib/python/botocore/py3/botocore/data/athena/2017-05-18/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/athena/2017-05-18/service-2.json @@ -547,6 +547,14 @@ "ErrorType":{ "shape":"ErrorType", "documentation":"<p>An integer value that provides specific information about an Athena query error. For the meaning of specific values, see the <a href=\"https://docs.aws.amazon.com/athena/latest/ug/error-reference.html#error-reference-error-type-reference\">Error Type Reference</a> in the <i>Amazon Athena User Guide</i>.</p>" + }, + "Retryable":{ + "shape":"Boolean", + "documentation":"<p>True if the query might succeed if resubmitted.</p>" + }, + "ErrorMessage":{ + "shape":"String", + "documentation":"<p>Contains a short description of the error that occurred.</p>" } }, "documentation":"<p>Provides information about an Athena query error. The <code>AthenaError</code> feature provides standardized error information to help you understand failed queries and take steps after a query failure occurs. <code>AthenaError</code> includes an <code>ErrorCategory</code> field that specifies whether the cause of the failed query is due to system error, user error, or other error.</p>" @@ -1010,14 +1018,14 @@ "members":{ "EncryptionOption":{ "shape":"EncryptionOption", - "documentation":"<p>Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (<code>SSE-S3</code>), server-side encryption with KMS-managed keys (<code>SSE-KMS</code>), or client-side encryption with KMS-managed keys (CSE-KMS) is used.</p> <p>If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. </p>" + "documentation":"<p>Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (<code>SSE_S3</code>), server-side encryption with KMS-managed keys (<code>SSE_KMS</code>), or client-side encryption with KMS-managed keys (<code>CSE_KMS</code>) is used.</p> <p>If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. </p>" }, "KmsKey":{ "shape":"String", - "documentation":"<p>For <code>SSE-KMS</code> and <code>CSE-KMS</code>, this is the KMS key ARN or ID.</p>" + "documentation":"<p>For <code>SSE_KMS</code> and <code>CSE_KMS</code>, this is the KMS key ARN or ID.</p>" } }, - "documentation":"<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information.</p>" + "documentation":"<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information.</p>" }, "EncryptionOption":{ "type":"string", @@ -1907,7 +1915,7 @@ }, "EncryptionConfiguration":{ "shape":"EncryptionConfiguration", - "documentation":"<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a> and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>" + "documentation":"<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a> and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>" }, "ExpectedBucketOwner":{ "shape":"String", diff --git a/contrib/python/botocore/py3/botocore/data/lightsail/2016-11-28/service-2.json b/contrib/python/botocore/py3/botocore/data/lightsail/2016-11-28/service-2.json index 125f7e18dc3..6e9585c27fd 100644 --- a/contrib/python/botocore/py3/botocore/data/lightsail/2016-11-28/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/lightsail/2016-11-28/service-2.json @@ -282,7 +282,7 @@ {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], - "documentation":"<p>Creates a deployment for your Amazon Lightsail container service.</p> <p>A deployment specifies the containers that will be launched on the container service and their settings, such as the ports to open, the environment variables to apply, and the launch command to run. It also specifies the container that will serve as the public endpoint of the deployment and its settings, such as the HTTP or HTTPS port to use, and the health check configuration.</p> <p>You can deploy containers to your container service using container images from a public registry like Docker Hub, or from your local machine. For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-images\">Creating container images for your Amazon Lightsail container services</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" + "documentation":"<p>Creates a deployment for your Amazon Lightsail container service.</p> <p>A deployment specifies the containers that will be launched on the container service and their settings, such as the ports to open, the environment variables to apply, and the launch command to run. It also specifies the container that will serve as the public endpoint of the deployment and its settings, such as the HTTP or HTTPS port to use, and the health check configuration.</p> <p>You can deploy containers to your container service using container images from a public registry such as Amazon ECR Public, or from your local machine. For more information, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-images\">Creating container images for your Amazon Lightsail container services</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" }, "CreateContainerServiceRegistryLogin":{ "name":"CreateContainerServiceRegistryLogin", @@ -1258,7 +1258,7 @@ {"shape":"ServiceException"}, {"shape":"UnauthenticatedException"} ], - "documentation":"<p>Returns information about one or more Amazon Lightsail buckets.</p> <p>For more information about buckets, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail\">Buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>..</p>" + "documentation":"<p>Returns information about one or more Amazon Lightsail buckets. The information returned includes the synchronization status of the Amazon Simple Storage Service (Amazon S3) account-level block public access feature for your Lightsail buckets.</p> <p>For more information about buckets, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail\">Buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" }, "GetBundles":{ "name":"GetBundles", @@ -1542,7 +1542,7 @@ {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], - "documentation":"<p>Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions.</p> <p>A distribution bundle specifies the monthly network transfer quota and monthly cost of your dsitribution.</p>" + "documentation":"<p>Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions.</p> <p>A distribution bundle specifies the monthly network transfer quota and monthly cost of your distribution.</p>" }, "GetDistributionLatestCacheReset":{ "name":"GetDistributionLatestCacheReset", @@ -2758,7 +2758,7 @@ {"shape":"AccessDeniedException"}, {"shape":"UnauthenticatedException"} ], - "documentation":"<p>Updates the bundle of your Amazon Lightsail content delivery network (CDN) distribution.</p> <p>A distribution bundle specifies the monthly network transfer quota and monthly cost of your dsitribution.</p> <p>Update your distribution's bundle if your distribution is going over its monthly network transfer quota and is incurring an overage fee.</p> <p>You can update your distribution's bundle only one time within your monthly AWS billing cycle. To determine if you can update your distribution's bundle, use the <code>GetDistributions</code> action. The <code>ableToUpdateBundle</code> parameter in the result will indicate whether you can currently update your distribution's bundle.</p>" + "documentation":"<p>Updates the bundle of your Amazon Lightsail content delivery network (CDN) distribution.</p> <p>A distribution bundle specifies the monthly network transfer quota and monthly cost of your distribution.</p> <p>Update your distribution's bundle if your distribution is going over its monthly network transfer quota and is incurring an overage fee.</p> <p>You can update your distribution's bundle only one time within your monthly AWS billing cycle. To determine if you can update your distribution's bundle, use the <code>GetDistributions</code> action. The <code>ableToUpdateBundle</code> parameter in the result will indicate whether you can currently update your distribution's bundle.</p>" }, "UpdateDomainEntry":{ "name":"UpdateDomainEntry", @@ -2929,6 +2929,37 @@ "private" ] }, + "AccountLevelBpaSync":{ + "type":"structure", + "members":{ + "status":{ + "shape":"AccountLevelBpaSyncStatus", + "documentation":"<p>The status of the account-level BPA synchronization.</p> <p>The following statuses are possible:</p> <ul> <li> <p> <code>InSync</code> - Account-level BPA is synchronized. The Amazon S3 account-level BPA configuration applies to your Lightsail buckets.</p> </li> <li> <p> <code>NeverSynced</code> - Synchronization has not yet happened. The Amazon S3 account-level BPA configuration does not apply to your Lightsail buckets.</p> </li> <li> <p> <code>Failed</code> - Synchronization failed. The Amazon S3 account-level BPA configuration does not apply to your Lightsail buckets.</p> </li> <li> <p> <code>Defaulted</code> - Synchronization failed and account-level BPA for your Lightsail buckets is defaulted to <i>active</i>.</p> </li> </ul> <note> <p>You might need to complete further actions if the status is <code>Failed</code> or <code>Defaulted</code>. The <code>message</code> parameter provides more information for those statuses.</p> </note>" + }, + "lastSyncedAt":{ + "shape":"IsoDate", + "documentation":"<p>The timestamp of when the account-level BPA configuration was last synchronized. This value is null when the account-level BPA configuration has not been synchronized.</p>" + }, + "message":{ + "shape":"BPAStatusMessage", + "documentation":"<p>A message that provides a reason for a <code>Failed</code> or <code>Defaulted</code> synchronization status.</p> <p>The following messages are possible:</p> <ul> <li> <p> <code>SYNC_ON_HOLD</code> - The synchronization has not yet happened. This status message occurs immediately after you create your first Lightsail bucket. This status message should change after the first synchronization happens, approximately 1 hour after the first bucket is created.</p> </li> <li> <p> <code>DEFAULTED_FOR_SLR_MISSING</code> - The synchronization failed because the required service-linked role is missing from your Amazon Web Services account. The account-level BPA configuration for your Lightsail buckets is defaulted to <i>active</i> until the synchronization can occur. This means that all your buckets are private and not publicly accessible. For more information about how to create the required service-linked role to allow synchronization, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-using-service-linked-roles\">Using Service-Linked Roles for Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p> </li> <li> <p> <code>DEFAULTED_FOR_SLR_MISSING_ON_HOLD</code> - The synchronization failed because the required service-linked role is missing from your Amazon Web Services account. Account-level BPA is not yet configured for your Lightsail buckets. Therefore, only the bucket access permissions and individual object access permissions apply to your Lightsail buckets. For more information about how to create the required service-linked role to allow synchronization, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-using-service-linked-roles\">Using Service-Linked Roles for Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p> </li> <li> <p> <code>Unknown</code> - The reason that synchronization failed is unknown. Contact Amazon Web Services Support for more information.</p> </li> </ul>" + }, + "bpaImpactsLightsail":{ + "shape":"boolean", + "documentation":"<p>A Boolean value that indicates whether account-level block public access is affecting your Lightsail buckets.</p>" + } + }, + "documentation":"<p>Describes the synchronization status of the Amazon Simple Storage Service (Amazon S3) account-level block public access (BPA) feature for your Lightsail buckets.</p> <p>The account-level BPA feature of Amazon S3 provides centralized controls to limit public access to all Amazon S3 buckets in an account. BPA can make all Amazon S3 buckets in an Amazon Web Services account private regardless of the individual bucket and object permissions that are configured. Lightsail buckets take into account the Amazon S3 account-level BPA configuration when allowing or denying public access. To do this, Lightsail periodically fetches the account-level BPA configuration from Amazon S3. When the account-level BPA status is <code>InSync</code>, the Amazon S3 account-level BPA configuration is synchronized and it applies to your Lightsail buckets. For more information about Amazon Simple Storage Service account-level BPA and how it affects Lightsail buckets, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-block-public-access-for-buckets\">Block public access for buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>" + }, + "AccountLevelBpaSyncStatus":{ + "type":"string", + "enum":[ + "InSync", + "Failed", + "NeverSynced", + "Defaulted" + ] + }, "AccountSetupInProgressException":{ "type":"structure", "members":{ @@ -3331,6 +3362,15 @@ "type":"list", "member":{"shape":"AvailabilityZone"} }, + "BPAStatusMessage":{ + "type":"string", + "enum":[ + "DEFAULTED_FOR_SLR_MISSING", + "SYNC_ON_HOLD", + "DEFAULTED_FOR_SLR_MISSING_ON_HOLD", + "Unknown" + ] + }, "Base64":{"type":"string"}, "BehaviorEnum":{ "type":"string", @@ -3481,7 +3521,7 @@ }, "destination":{ "shape":"BucketName", - "documentation":"<p>The name of the bucket where the access is saved. The destination can be a Lightsail bucket in the same account, and in the same AWS Region as the source bucket.</p> <note> <p>This parameter is required when enabling the access log for a bucket, and should be omitted when disabling the access log.</p> </note>" + "documentation":"<p>The name of the bucket where the access logs are saved. The destination can be a Lightsail bucket in the same account, and in the same AWS Region as the source bucket.</p> <note> <p>This parameter is required when enabling the access log for a bucket, and should be omitted when disabling the access log.</p> </note>" }, "prefix":{ "shape":"BucketAccessLogPrefix", @@ -6721,6 +6761,10 @@ "nextPageToken":{ "shape":"string", "documentation":"<p>The token to advance to the next page of results from your request.</p> <p>A next page token is not returned if there are no more results to display.</p> <p>To get the next page of results, perform another <code>GetBuckets</code> request and specify the next page token using the <code>pageToken</code> parameter.</p>" + }, + "accountLevelBpaSync":{ + "shape":"AccountLevelBpaSync", + "documentation":"<p>An object that describes the synchronization status of the Amazon S3 account-level block public access feature for your Lightsail buckets.</p> <p>For more information about this feature and how it affects Lightsail buckets, see <a href=\"https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-block-public-access-for-buckets\">Block public access for buckets in Amazon Lightsail</a>.</p>" } } }, diff --git a/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/paginators-1.json b/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/paginators-1.json index 7c11906e5af..08eeee0e541 100644 --- a/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/paginators-1.json +++ b/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/paginators-1.json @@ -175,18 +175,6 @@ "output_token": "Marker", "result_key": "DBClusterEndpoints" }, - "DescribeCustomAvailabilityZones": { - "input_token": "Marker", - "limit_key": "MaxRecords", - "output_token": "Marker", - "result_key": "CustomAvailabilityZones" - }, - "DescribeInstallationMedia": { - "input_token": "Marker", - "limit_key": "MaxRecords", - "output_token": "Marker", - "result_key": "InstallationMedia" - }, "DescribeDBProxies": { "input_token": "Marker", "limit_key": "MaxRecords", diff --git a/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json b/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json index 5ebf7323ca6..83649aab29e 100644 --- a/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json @@ -242,24 +242,6 @@ ], "documentation":"<p>Copies the specified option group.</p>" }, - "CreateCustomAvailabilityZone":{ - "name":"CreateCustomAvailabilityZone", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"CreateCustomAvailabilityZoneMessage"}, - "output":{ - "shape":"CreateCustomAvailabilityZoneResult", - "resultWrapper":"CreateCustomAvailabilityZoneResult" - }, - "errors":[ - {"shape":"CustomAvailabilityZoneAlreadyExistsFault"}, - {"shape":"CustomAvailabilityZoneQuotaExceededFault"}, - {"shape":"KMSKeyNotAccessibleFault"} - ], - "documentation":"<p>Creates a custom Availability Zone (AZ).</p> <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p> <p>For more information about RDS on VMware, see the <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html\"> RDS on VMware User Guide.</a> </p>" - }, "CreateCustomDBEngineVersion":{ "name":"CreateCustomDBEngineVersion", "http":{ @@ -607,23 +589,6 @@ ], "documentation":"<p>Creates a new option group. You can create up to 20 option groups.</p> <p>This command doesn't apply to RDS Custom.</p>" }, - "DeleteCustomAvailabilityZone":{ - "name":"DeleteCustomAvailabilityZone", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"DeleteCustomAvailabilityZoneMessage"}, - "output":{ - "shape":"DeleteCustomAvailabilityZoneResult", - "resultWrapper":"DeleteCustomAvailabilityZoneResult" - }, - "errors":[ - {"shape":"CustomAvailabilityZoneNotFoundFault"}, - {"shape":"KMSKeyNotAccessibleFault"} - ], - "documentation":"<p>Deletes a custom Availability Zone (AZ).</p> <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p> <p>For more information about RDS on VMware, see the <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html\"> RDS on VMware User Guide.</a> </p>" - }, "DeleteCustomDBEngineVersion":{ "name":"DeleteCustomDBEngineVersion", "http":{ @@ -872,22 +837,6 @@ ], "documentation":"<p>Deletes a global database cluster. The primary and secondary clusters must already be detached or destroyed first.</p> <note> <p>This action only applies to Aurora DB clusters.</p> </note>" }, - "DeleteInstallationMedia":{ - "name":"DeleteInstallationMedia", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"DeleteInstallationMediaMessage"}, - "output":{ - "shape":"InstallationMedia", - "resultWrapper":"DeleteInstallationMediaResult" - }, - "errors":[ - {"shape":"InstallationMediaNotFoundFault"} - ], - "documentation":"<p>Deletes the installation medium for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.</p>" - }, "DeleteOptionGroup":{ "name":"DeleteOptionGroup", "http":{ @@ -949,22 +898,6 @@ ], "documentation":"<p>Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.</p>" }, - "DescribeCustomAvailabilityZones":{ - "name":"DescribeCustomAvailabilityZones", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"DescribeCustomAvailabilityZonesMessage"}, - "output":{ - "shape":"CustomAvailabilityZoneMessage", - "resultWrapper":"DescribeCustomAvailabilityZonesResult" - }, - "errors":[ - {"shape":"CustomAvailabilityZoneNotFoundFault"} - ], - "documentation":"<p>Returns information about custom Availability Zones (AZs).</p> <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p> <p>For more information about RDS on VMware, see the <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html\"> RDS on VMware User Guide.</a> </p>" - }, "DescribeDBClusterBacktracks":{ "name":"DescribeDBClusterBacktracks", "http":{ @@ -1405,22 +1338,6 @@ ], "documentation":"<p>Returns information about Aurora global database clusters. This API supports pagination.</p> <p>For more information on Amazon Aurora, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This action only applies to Aurora DB clusters.</p> </note>" }, - "DescribeInstallationMedia":{ - "name":"DescribeInstallationMedia", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"DescribeInstallationMediaMessage"}, - "output":{ - "shape":"InstallationMediaMessage", - "resultWrapper":"DescribeInstallationMediaResult" - }, - "errors":[ - {"shape":"InstallationMediaNotFoundFault"} - ], - "documentation":"<p>Describes the available installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.</p>" - }, "DescribeOptionGroupOptions":{ "name":"DescribeOptionGroupOptions", "http":{ @@ -1595,23 +1512,6 @@ ], "documentation":"<p>Initiates the failover process for an Aurora global database (<a>GlobalCluster</a>).</p> <p>A failover for an Aurora global database promotes one of secondary read-only DB clusters to be the primary DB cluster and demotes the primary DB cluster to being a secondary (read-only) DB cluster. In other words, the role of the current primary DB cluster and the selected (target) DB cluster are switched. The selected secondary DB cluster assumes full read/write capabilities for the Aurora global database.</p> <p>For more information about failing over an Amazon Aurora global database, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html#aurora-global-database-disaster-recovery.managed-failover\">Managed planned failover for Amazon Aurora global databases</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This action applies to <a>GlobalCluster</a> (Aurora global databases) only. Use this action only on healthy Aurora global databases with running Aurora DB clusters and no Region-wide outages, to test disaster recovery scenarios or to reconfigure your Aurora global database topology.</p> </note>" }, - "ImportInstallationMedia":{ - "name":"ImportInstallationMedia", - "http":{ - "method":"POST", - "requestUri":"/" - }, - "input":{"shape":"ImportInstallationMediaMessage"}, - "output":{ - "shape":"InstallationMedia", - "resultWrapper":"ImportInstallationMediaResult" - }, - "errors":[ - {"shape":"CustomAvailabilityZoneNotFoundFault"}, - {"shape":"InstallationMediaAlreadyExistsFault"} - ], - "documentation":"<p>Imports the installation media for a DB engine that requires an on-premises customer provided license, such as SQL Server.</p>" - }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ @@ -1646,7 +1546,7 @@ "errors":[ {"shape":"CertificateNotFoundFault"} ], - "documentation":"<p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances temporarily, or remove the override.</p> <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS.</p> <p>You might need to override the default certificate in the following situations:</p> <ul> <li> <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet the RDS default CA certificate for the specified Amazon Web Services Region.</p> </li> <li> <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services Region, but you are still in the process of supporting the new CA certificate. In this case, you temporarily need additional time to finish your application changes.</p> </li> </ul> <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html\"> Rotating Your SSL/TLS Certificate</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html\"> Rotating Your SSL/TLS Certificate</a> in the <i>Amazon Aurora User Guide</i>.</p>" + "documentation":"<p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances, or remove the override.</p> <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS.</p> <p>You might need to override the default certificate in the following situations:</p> <ul> <li> <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet the RDS default CA certificate for the specified Amazon Web Services Region.</p> </li> <li> <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services Region, but you are still in the process of supporting the new CA certificate. In this case, you temporarily need additional time to finish your application changes.</p> </li> </ul> <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html\"> Rotating Your SSL/TLS Certificate</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html\"> Rotating Your SSL/TLS Certificate</a> in the <i>Amazon Aurora User Guide</i>.</p>" }, "ModifyCurrentDBClusterCapacity":{ "name":"ModifyCurrentDBClusterCapacity", @@ -3333,35 +3233,6 @@ "OptionGroup":{"shape":"OptionGroup"} } }, - "CreateCustomAvailabilityZoneMessage":{ - "type":"structure", - "required":["CustomAvailabilityZoneName"], - "members":{ - "CustomAvailabilityZoneName":{ - "shape":"String", - "documentation":"<p>The name of the custom Availability Zone (AZ).</p>" - }, - "ExistingVpnId":{ - "shape":"String", - "documentation":"<p>The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.</p>" - }, - "NewVpnTunnelName":{ - "shape":"String", - "documentation":"<p>The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.</p> <p>Specify this parameter only if <code>ExistingVpnId</code> isn't specified.</p>" - }, - "VpnTunnelOriginatorIP":{ - "shape":"String", - "documentation":"<p>The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.</p> <p>Specify this parameter only if <code>ExistingVpnId</code> isn't specified.</p>" - } - }, - "documentation":"<p/>" - }, - "CreateCustomAvailabilityZoneResult":{ - "type":"structure", - "members":{ - "CustomAvailabilityZone":{"shape":"CustomAvailabilityZone"} - } - }, "CreateCustomDBEngineVersionMessage":{ "type":"structure", "required":[ @@ -3736,7 +3607,7 @@ }, "AvailabilityZone":{ "shape":"String", - "documentation":"<p>The Availability Zone (AZ) where the database will be created. For information on Amazon Web Services Regions and Availability Zones, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html\">Regions and Availability Zones</a>.</p> <p> <b>Amazon Aurora</b> </p> <p>Not applicable. Availability Zones are managed by the DB cluster.</p> <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.</p> <p>Example: <code>us-east-1d</code> </p> <p>Constraint: The <code>AvailabilityZone</code> parameter can't be specified if the DB instance is a Multi-AZ deployment. The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.</p> <note> <p>If you're creating a DB instance in an RDS on VMware environment, specify the identifier of the custom Availability Zone to create the DB instance in.</p> <p>For more information about RDS on VMware, see the <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html\"> RDS on VMware User Guide.</a> </p> </note>" + "documentation":"<p>The Availability Zone (AZ) where the database will be created. For information on Amazon Web Services Regions and Availability Zones, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html\">Regions and Availability Zones</a>.</p> <p> <b>Amazon Aurora</b> </p> <p>Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.</p> <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.</p> <p>Example: <code>us-east-1d</code> </p> <p>Constraint: The <code>AvailabilityZone</code> parameter can't be specified if the DB instance is a Multi-AZ deployment. The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint.</p> <note> <p>If you're creating a DB instance in an RDS on VMware environment, specify the identifier of the custom Availability Zone to create the DB instance in.</p> <p>For more information about RDS on VMware, see the <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html\"> RDS on VMware User Guide.</a> </p> </note>" }, "DBSubnetGroupName":{ "shape":"String", @@ -4389,61 +4260,6 @@ "OptionGroup":{"shape":"OptionGroup"} } }, - "CustomAvailabilityZone":{ - "type":"structure", - "members":{ - "CustomAvailabilityZoneId":{ - "shape":"String", - "documentation":"<p>The identifier of the custom AZ.</p> <p>Amazon RDS generates a unique identifier when a custom AZ is created.</p>" - }, - "CustomAvailabilityZoneName":{ - "shape":"String", - "documentation":"<p>The name of the custom AZ.</p>" - }, - "CustomAvailabilityZoneStatus":{ - "shape":"String", - "documentation":"<p>The status of the custom AZ.</p>" - }, - "VpnDetails":{ - "shape":"VpnDetails", - "documentation":"<p>Information about the virtual private network (VPN) between the VMware vSphere cluster and the Amazon Web Services website.</p>" - } - }, - "documentation":"<p>A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.</p> <p>For more information about RDS on VMware, see the <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html\"> RDS on VMware User Guide.</a> </p>", - "wrapper":true - }, - "CustomAvailabilityZoneAlreadyExistsFault":{ - "type":"structure", - "members":{ - }, - "documentation":"<p> <code>CustomAvailabilityZoneName</code> is already used by an existing custom Availability Zone.</p>", - "error":{ - "code":"CustomAvailabilityZoneAlreadyExists", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - "CustomAvailabilityZoneList":{ - "type":"list", - "member":{ - "shape":"CustomAvailabilityZone", - "locationName":"CustomAvailabilityZone" - } - }, - "CustomAvailabilityZoneMessage":{ - "type":"structure", - "members":{ - "Marker":{ - "shape":"String", - "documentation":"<p>An optional pagination token provided by a previous <code>DescribeCustomAvailabilityZones</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>" - }, - "CustomAvailabilityZones":{ - "shape":"CustomAvailabilityZoneList", - "documentation":"<p>The list of <a>CustomAvailabilityZone</a> objects for the Amazon Web Services account.</p>" - } - } - }, "CustomAvailabilityZoneNotFoundFault":{ "type":"structure", "members":{ @@ -4456,18 +4272,6 @@ }, "exception":true }, - "CustomAvailabilityZoneQuotaExceededFault":{ - "type":"structure", - "members":{ - }, - "documentation":"<p>You have exceeded the maximum number of custom Availability Zones.</p>", - "error":{ - "code":"CustomAvailabilityZoneQuotaExceeded", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, "CustomDBEngineVersionAlreadyExistsFault":{ "type":"structure", "members":{ @@ -7124,22 +6928,6 @@ }, "exception":true }, - "DeleteCustomAvailabilityZoneMessage":{ - "type":"structure", - "required":["CustomAvailabilityZoneId"], - "members":{ - "CustomAvailabilityZoneId":{ - "shape":"String", - "documentation":"<p>The custom AZ identifier.</p>" - } - } - }, - "DeleteCustomAvailabilityZoneResult":{ - "type":"structure", - "members":{ - "CustomAvailabilityZone":{"shape":"CustomAvailabilityZone"} - } - }, "DeleteCustomDBEngineVersionMessage":{ "type":"structure", "required":[ @@ -7390,16 +7178,6 @@ "GlobalCluster":{"shape":"GlobalCluster"} } }, - "DeleteInstallationMediaMessage":{ - "type":"structure", - "required":["InstallationMediaId"], - "members":{ - "InstallationMediaId":{ - "shape":"String", - "documentation":"<p>The installation medium ID.</p>" - } - } - }, "DeleteOptionGroupMessage":{ "type":"structure", "required":["OptionGroupName"], @@ -7466,27 +7244,6 @@ }, "documentation":"<p/>" }, - "DescribeCustomAvailabilityZonesMessage":{ - "type":"structure", - "members":{ - "CustomAvailabilityZoneId":{ - "shape":"String", - "documentation":"<p>The custom AZ identifier. If this parameter is specified, information from only the specific custom AZ is returned.</p>" - }, - "Filters":{ - "shape":"FilterList", - "documentation":"<p>A filter that specifies one or more custom AZs to describe.</p>" - }, - "MaxRecords":{ - "shape":"IntegerOptional", - "documentation":"<p>The maximum number of records to include in the response. If more records exist than the specified <code>MaxRecords</code> value, a pagination token called a marker is included in the response so you can retrieve the remaining results.</p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>" - }, - "Marker":{ - "shape":"String", - "documentation":"<p>An optional pagination token provided by a previous <code>DescribeCustomAvailabilityZones</code> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>" - } - } - }, "DescribeDBClusterBacktracksMessage":{ "type":"structure", "required":["DBClusterIdentifier"], @@ -8176,7 +7933,7 @@ "members":{ "DBParameterGroupFamily":{ "shape":"String", - "documentation":"<p>The name of the DB parameter group family.</p>" + "documentation":"<p>The name of the DB parameter group family.</p> <p>Valid Values:</p> <ul> <li> <p> <code>aurora5.6</code> </p> </li> <li> <p> <code>aurora-mysql5.7</code> </p> </li> <li> <p> <code>aurora-mysql8.0</code> </p> </li> <li> <p> <code>aurora-postgresql10</code> </p> </li> <li> <p> <code>aurora-postgresql11</code> </p> </li> <li> <p> <code>aurora-postgresql12</code> </p> </li> <li> <p> <code>aurora-postgresql13</code> </p> </li> <li> <p> <code>mariadb10.2</code> </p> </li> <li> <p> <code>mariadb10.3</code> </p> </li> <li> <p> <code>mariadb10.4</code> </p> </li> <li> <p> <code>mariadb10.5</code> </p> </li> <li> <p> <code>mariadb10.6</code> </p> </li> <li> <p> <code>mysql5.7</code> </p> </li> <li> <p> <code>mysql8.0</code> </p> </li> <li> <p> <code>postgres10</code> </p> </li> <li> <p> <code>postgres11</code> </p> </li> <li> <p> <code>postgres12</code> </p> </li> <li> <p> <code>postgres13</code> </p> </li> <li> <p> <code>postgres14</code> </p> </li> <li> <p> <code>sqlserver-ee-11.0</code> </p> </li> <li> <p> <code>sqlserver-ee-12.0</code> </p> </li> <li> <p> <code>sqlserver-ee-13.0</code> </p> </li> <li> <p> <code>sqlserver-ee-14.0</code> </p> </li> <li> <p> <code>sqlserver-ee-15.0</code> </p> </li> <li> <p> <code>sqlserver-ex-11.0</code> </p> </li> <li> <p> <code>sqlserver-ex-12.0</code> </p> </li> <li> <p> <code>sqlserver-ex-13.0</code> </p> </li> <li> <p> <code>sqlserver-ex-14.0</code> </p> </li> <li> <p> <code>sqlserver-ex-15.0</code> </p> </li> <li> <p> <code>sqlserver-se-11.0</code> </p> </li> <li> <p> <code>sqlserver-se-12.0</code> </p> </li> <li> <p> <code>sqlserver-se-13.0</code> </p> </li> <li> <p> <code>sqlserver-se-14.0</code> </p> </li> <li> <p> <code>sqlserver-se-15.0</code> </p> </li> <li> <p> <code>sqlserver-web-11.0</code> </p> </li> <li> <p> <code>sqlserver-web-12.0</code> </p> </li> <li> <p> <code>sqlserver-web-13.0</code> </p> </li> <li> <p> <code>sqlserver-web-14.0</code> </p> </li> <li> <p> <code>sqlserver-web-15.0</code> </p> </li> </ul>" }, "Filters":{ "shape":"FilterList", @@ -8323,27 +8080,6 @@ } } }, - "DescribeInstallationMediaMessage":{ - "type":"structure", - "members":{ - "InstallationMediaId":{ - "shape":"String", - "documentation":"<p>The installation medium ID.</p>" - }, - "Filters":{ - "shape":"FilterList", - "documentation":"<p>A filter that specifies one or more installation media to describe. Supported filters include the following:</p> <ul> <li> <p> <code>custom-availability-zone-id</code> - Accepts custom Availability Zone (AZ) identifiers. The results list includes information about only the custom AZs identified by these identifiers.</p> </li> <li> <p> <code>engine</code> - Accepts database engines. The results list includes information about only the database engines identified by these identifiers.</p> <p>For more information about the valid engines for installation media, see <a>ImportInstallationMedia</a>.</p> </li> </ul>" - }, - "MaxRecords":{ - "shape":"IntegerOptional", - "documentation":"<p>An optional pagination token provided by a previous DescribeInstallationMedia request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>" - }, - "Marker":{ - "shape":"String", - "documentation":"<p>An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>" - } - } - }, "DescribeOptionGroupOptionsMessage":{ "type":"structure", "required":["EngineName"], @@ -9370,130 +9106,6 @@ }, "exception":true }, - "ImportInstallationMediaMessage":{ - "type":"structure", - "required":[ - "CustomAvailabilityZoneId", - "Engine", - "EngineVersion", - "EngineInstallationMediaPath", - "OSInstallationMediaPath" - ], - "members":{ - "CustomAvailabilityZoneId":{ - "shape":"String", - "documentation":"<p>The identifier of the custom Availability Zone (AZ) to import the installation media to.</p>" - }, - "Engine":{ - "shape":"String", - "documentation":"<p>The name of the database engine to be used for this instance.</p> <p>The list only includes supported DB engines that require an on-premises customer provided license.</p> <p>Valid Values:</p> <ul> <li> <p> <code>sqlserver-ee</code> </p> </li> <li> <p> <code>sqlserver-se</code> </p> </li> <li> <p> <code>sqlserver-ex</code> </p> </li> <li> <p> <code>sqlserver-web</code> </p> </li> </ul>" - }, - "EngineVersion":{ - "shape":"String", - "documentation":"<p>The version number of the database engine to use.</p> <p>For a list of valid engine versions, call <a>DescribeDBEngineVersions</a>.</p> <p>The following are the database engines and links to information about the major and minor versions. The list only includes DB engines that require an on-premises customer provided license.</p> <p> <b>Microsoft SQL Server</b> </p> <p>See <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport\"> Microsoft SQL Server Versions on Amazon RDS</a> in the <i>Amazon RDS User Guide</i>.</p>" - }, - "EngineInstallationMediaPath":{ - "shape":"String", - "documentation":"<p>The path to the installation medium for the specified DB engine.</p> <p>Example: <code>SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso</code> </p>" - }, - "OSInstallationMediaPath":{ - "shape":"String", - "documentation":"<p>The path to the installation medium for the operating system associated with the specified DB engine.</p> <p>Example: <code>WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso</code> </p>" - } - } - }, - "InstallationMedia":{ - "type":"structure", - "members":{ - "InstallationMediaId":{ - "shape":"String", - "documentation":"<p>The installation medium ID.</p>" - }, - "CustomAvailabilityZoneId":{ - "shape":"String", - "documentation":"<p>The custom Availability Zone (AZ) that contains the installation media.</p>" - }, - "Engine":{ - "shape":"String", - "documentation":"<p>The DB engine.</p>" - }, - "EngineVersion":{ - "shape":"String", - "documentation":"<p>The engine version of the DB engine.</p>" - }, - "EngineInstallationMediaPath":{ - "shape":"String", - "documentation":"<p>The path to the installation medium for the DB engine.</p>" - }, - "OSInstallationMediaPath":{ - "shape":"String", - "documentation":"<p>The path to the installation medium for the operating system associated with the DB engine.</p>" - }, - "Status":{ - "shape":"String", - "documentation":"<p>The status of the installation medium.</p>" - }, - "FailureCause":{ - "shape":"InstallationMediaFailureCause", - "documentation":"<p>If an installation media failure occurred, the cause of the failure.</p>" - } - }, - "documentation":"<p>Contains the installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.</p>" - }, - "InstallationMediaAlreadyExistsFault":{ - "type":"structure", - "members":{ - }, - "documentation":"<p>The specified installation medium has already been imported.</p>", - "error":{ - "code":"InstallationMediaAlreadyExists", - "httpStatusCode":400, - "senderFault":true - }, - "exception":true - }, - "InstallationMediaFailureCause":{ - "type":"structure", - "members":{ - "Message":{ - "shape":"String", - "documentation":"<p>The reason that an installation media import failed.</p>" - } - }, - "documentation":"<p>Contains the cause of an installation media failure. Installation media is used for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.</p>" - }, - "InstallationMediaList":{ - "type":"list", - "member":{ - "shape":"InstallationMedia", - "locationName":"InstallationMedia" - } - }, - "InstallationMediaMessage":{ - "type":"structure", - "members":{ - "Marker":{ - "shape":"String", - "documentation":"<p>An optional pagination token provided by a previous <a>DescribeInstallationMedia</a> request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>.</p>" - }, - "InstallationMedia":{ - "shape":"InstallationMediaList", - "documentation":"<p>The list of <a>InstallationMedia</a> objects for the Amazon Web Services account.</p>" - } - } - }, - "InstallationMediaNotFoundFault":{ - "type":"structure", - "members":{ - }, - "documentation":"<p> <code>InstallationMediaID</code> doesn't refer to an existing installation medium.</p>", - "error":{ - "code":"InstallationMediaNotFound", - "httpStatusCode":404, - "senderFault":true - }, - "exception":true - }, "InstanceQuotaExceededFault":{ "type":"structure", "members":{ @@ -13526,10 +13138,6 @@ "type":"list", "member":{"shape":"String"} }, - "StringSensitive":{ - "type":"string", - "sensitive":true - }, "Subnet":{ "type":"structure", "members":{ @@ -13913,36 +13521,6 @@ "locationName":"VpcSecurityGroupMembership" } }, - "VpnDetails":{ - "type":"structure", - "members":{ - "VpnId":{ - "shape":"String", - "documentation":"<p>The ID of the VPN.</p>" - }, - "VpnTunnelOriginatorIP":{ - "shape":"String", - "documentation":"<p>The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.</p>" - }, - "VpnGatewayIp":{ - "shape":"String", - "documentation":"<p>The IP address of network traffic from Amazon Web Services to your on-premises data center.</p>" - }, - "VpnPSK":{ - "shape":"StringSensitive", - "documentation":"<p>The preshared key (PSK) for the VPN.</p>" - }, - "VpnName":{ - "shape":"String", - "documentation":"<p>The name of the VPN.</p>" - }, - "VpnState":{ - "shape":"String", - "documentation":"<p>The state of the VPN.</p>" - } - }, - "documentation":"<p>Information about the virtual private network (VPN) between the VMware vSphere cluster and the Amazon Web Services website.</p> <p>For more information about RDS on VMware, see the <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html\"> RDS on VMware User Guide.</a> </p>" - }, "WriteForwardingStatus":{ "type":"string", "enum":[ |