diff --git a/apis/cognito-idp/2016-04-18/api-2.json b/apis/cognito-idp/2016-04-18/api-2.json index 52fd1afa0b7..fda7a5bf1d0 100644 --- a/apis/cognito-idp/2016-04-18/api-2.json +++ b/apis/cognito-idp/2016-04-18/api-2.json @@ -1053,7 +1053,6 @@ {"shape":"InvalidEmailRoleAccessPolicyException"}, {"shape":"CodeDeliveryFailureException"}, {"shape":"UserNotFoundException"}, - {"shape":"UserNotConfirmedException"}, {"shape":"InternalErrorException"} ], "authtype":"none" @@ -2623,7 +2622,7 @@ "BlockedIPRangeListType":{ "type":"list", "member":{"shape":"StringType"}, - "max":20 + "max":200 }, "BooleanType":{"type":"boolean"}, "CSSType":{"type":"string"}, @@ -4277,7 +4276,6 @@ "PasswordType":{ "type":"string", "max":256, - "min":6, "pattern":"[\\S]+", "sensitive":true }, @@ -4400,6 +4398,11 @@ "max":315360000, "min":0 }, + "RegionCodeType":{ + "type":"string", + "max":32, + "min":5 + }, "ResendConfirmationCodeRequest":{ "type":"structure", "required":[ @@ -4764,14 +4767,15 @@ "SkippedIPRangeListType":{ "type":"list", "member":{"shape":"StringType"}, - "max":20 + "max":200 }, "SmsConfigurationType":{ "type":"structure", "required":["SnsCallerArn"], "members":{ "SnsCallerArn":{"shape":"ArnType"}, - "ExternalId":{"shape":"StringType"} + "ExternalId":{"shape":"StringType"}, + "SnsRegion":{"shape":"RegionCodeType"} } }, "SmsMfaConfigType":{ diff --git a/apis/cognito-idp/2016-04-18/docs-2.json b/apis/cognito-idp/2016-04-18/docs-2.json index 018eb8bf219..55e3ad956a2 100644 --- a/apis/cognito-idp/2016-04-18/docs-2.json +++ b/apis/cognito-idp/2016-04-18/docs-2.json @@ -5,29 +5,29 @@ "AddCustomAttributes": "

Adds additional user attributes to the user pool schema.

", "AdminAddUserToGroup": "

Adds the specified user to the specified group.

Calling this action requires developer credentials.

", "AdminConfirmSignUp": "

Confirms user registration as an admin without using a confirmation code. Works on any user.

Calling this action requires developer credentials.

", - "AdminCreateUser": "

Creates a new user in the specified user pool.

If MessageAction isn't set, the default is to send a welcome message via email or phone (SMS).

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

This message is based on a template that you configured in your call to create or update a user pool. This template includes your custom sign-up instructions and placeholders for user name and temporary password.

Alternatively, you can call AdminCreateUser with SUPPRESS for the MessageAction parameter, and Amazon Cognito won't send any email.

In either case, the user will be in the FORCE_CHANGE_PASSWORD state until they sign in and change their password.

AdminCreateUser requires developer credentials.

", + "AdminCreateUser": "

Creates a new user in the specified user pool.

If MessageAction isn't set, the default is to send a welcome message via email or phone (SMS).

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

This message is based on a template that you configured in your call to create or update a user pool. This template includes your custom sign-up instructions and placeholders for user name and temporary password.

Alternatively, you can call AdminCreateUser with SUPPRESS for the MessageAction parameter, and Amazon Cognito won't send any email.

In either case, the user will be in the FORCE_CHANGE_PASSWORD state until they sign in and change their password.

AdminCreateUser requires developer credentials.

", "AdminDeleteUser": "

Deletes a user as an administrator. Works on any user.

Calling this action requires developer credentials.

", "AdminDeleteUserAttributes": "

Deletes the user attributes in a user pool as an administrator. Works on any user.

Calling this action requires developer credentials.

", - "AdminDisableProviderForUser": "

Disables the user from signing in with the specified external (SAML or social) identity provider. If the user to disable is a Amazon Cognito User Pools native username + password user, they aren't permitted to use their password to sign in. If the user to deactivate is a linked external identity provider (IdP) user, any link between that user and an existing user is removed. The next time the external user (no longer attached to the previously linked DestinationUser) signs in, they must create a new user account. See AdminLinkProviderForUser.

This action is enabled only for admin access and requires developer credentials.

The ProviderName must match the value specified when creating an IdP for the pool.

To deactivate a native username + password user, the ProviderName value must be Cognito and the ProviderAttributeName must be Cognito_Subject. The ProviderAttributeValue must be the name that is used in the user pool for the user.

The ProviderAttributeName must always be Cognito_Subject for social identity providers. The ProviderAttributeValue must always be the exact subject that was used when the user was originally linked as a source user.

For de-linking a SAML identity, there are two scenarios. If the linked identity has not yet been used to sign in, the ProviderAttributeName and ProviderAttributeValue must be the same values that were used for the SourceUser when the identities were originally linked using AdminLinkProviderForUser call. (If the linking was done with ProviderAttributeName set to Cognito_Subject, the same applies here). However, if the user has already signed in, the ProviderAttributeName must be Cognito_Subject and ProviderAttributeValue must be the subject of the SAML assertion.

", + "AdminDisableProviderForUser": "

Prevents the user from signing in with the specified external (SAML or social) identity provider. If the user that you want to deactivate is a Amazon Cognito user pools native username + password user, they can't use their password to sign in. If the user to deactivate is a linked external identity provider (IdP) user, any link between that user and an existing user is removed. When the external user signs in again, and the user is no longer attached to the previously linked DestinationUser, the user must create a new user account. See AdminLinkProviderForUser.

This action is enabled only for admin access and requires developer credentials.

The ProviderName must match the value specified when creating an IdP for the pool.

To deactivate a native username + password user, the ProviderName value must be Cognito and the ProviderAttributeName must be Cognito_Subject. The ProviderAttributeValue must be the name that is used in the user pool for the user.

The ProviderAttributeName must always be Cognito_Subject for social identity providers. The ProviderAttributeValue must always be the exact subject that was used when the user was originally linked as a source user.

For de-linking a SAML identity, there are two scenarios. If the linked identity has not yet been used to sign in, the ProviderAttributeName and ProviderAttributeValue must be the same values that were used for the SourceUser when the identities were originally linked using AdminLinkProviderForUser call. (If the linking was done with ProviderAttributeName set to Cognito_Subject, the same applies here). However, if the user has already signed in, the ProviderAttributeName must be Cognito_Subject and ProviderAttributeValue must be the subject of the SAML assertion.

", "AdminDisableUser": "

Disables the specified user.

Calling this action requires developer credentials.

", "AdminEnableUser": "

Enables the specified user as an administrator. Works on any user.

Calling this action requires developer credentials.

", "AdminForgetDevice": "

Forgets the device, as an administrator.

Calling this action requires developer credentials.

", "AdminGetDevice": "

Gets the device, as an administrator.

Calling this action requires developer credentials.

", "AdminGetUser": "

Gets the specified user by user name in a user pool as an administrator. Works on any user.

Calling this action requires developer credentials.

", - "AdminInitiateAuth": "

Initiates the authentication flow, as an administrator.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

Calling this action requires developer credentials.

", + "AdminInitiateAuth": "

Initiates the authentication flow, as an administrator.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

Calling this action requires developer credentials.

", "AdminLinkProviderForUser": "

Links an existing user account in a user pool (DestinationUser) to an identity from an external identity provider (SourceUser) based on a specified attribute name and value from the external identity provider. This allows you to create a link from the existing user account to an external federated user identity that has not yet been used to sign in. You can then use the federated user identity to sign in as the existing user account.

For example, if there is an existing user with a username and password, this API links that user to a federated user identity. When the user signs in with a federated user identity, they sign in as the existing user account.

The maximum number of federated identities linked to a user is 5.

Because this API allows a user with an external federated identity to sign in as an existing user in the user pool, it is critical that it only be used with external identity providers and provider attributes that have been trusted by the application owner.

This action is administrative and requires developer credentials.

", "AdminListDevices": "

Lists devices, as an administrator.

Calling this action requires developer credentials.

", "AdminListGroupsForUser": "

Lists the groups that the user belongs to.

Calling this action requires developer credentials.

", "AdminListUserAuthEvents": "

A history of user activity and any risks detected as part of Amazon Cognito advanced security.

", "AdminRemoveUserFromGroup": "

Removes the specified user from the specified group.

Calling this action requires developer credentials.

", - "AdminResetUserPassword": "

Resets the specified user's password in a user pool as an administrator. Works on any user.

When a developer calls this API, the current password is invalidated, so it must be changed. If a user tries to sign in after the API is called, the app will get a PasswordResetRequiredException exception back and should direct the user down the flow to reset the password, which is the same as the forgot password flow. In addition, if the user pool has phone verification selected and a verified phone number exists for the user, or if email verification is selected and a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

Calling this action requires developer credentials.

", - "AdminRespondToAuthChallenge": "

Responds to an authentication challenge, as an administrator.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

Calling this action requires developer credentials.

", + "AdminResetUserPassword": "

Resets the specified user's password in a user pool as an administrator. Works on any user.

When a developer calls this API, the current password is invalidated, so it must be changed. If a user tries to sign in after the API is called, the app will get a PasswordResetRequiredException exception back and should direct the user down the flow to reset the password, which is the same as the forgot password flow. In addition, if the user pool has phone verification selected and a verified phone number exists for the user, or if email verification is selected and a verified email exists for the user, calling this API will also result in sending a message to the end user with the code to change their password.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

Calling this action requires developer credentials.

", + "AdminRespondToAuthChallenge": "

Responds to an authentication challenge, as an administrator.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

Calling this action requires developer credentials.

", "AdminSetUserMFAPreference": "

The user's multi-factor authentication (MFA) preference, including which MFA options are activated, and if any are preferred. Only one factor can be set as preferred. The preferred MFA factor will be used to authenticate a user if multiple factors are activated. If multiple options are activated and no preference is set, a challenge to choose an MFA option will be returned during sign-in.

", "AdminSetUserPassword": "

Sets the specified user's password in a user pool as an administrator. Works on any user.

The password can be temporary or permanent. If it is temporary, the user status enters the FORCE_CHANGE_PASSWORD state. When the user next tries to sign in, the InitiateAuth/AdminInitiateAuth response will contain the NEW_PASSWORD_REQUIRED challenge. If the user doesn't sign in before it expires, the user won't be able to sign in, and an administrator must reset their password.

Once the user has set a new password, or the password is permanent, the user status is set to Confirmed.

", "AdminSetUserSettings": "

This action is no longer supported. You can use it to configure only SMS MFA. You can't use it to configure time-based one-time password (TOTP) software token MFA. To configure either type of MFA, use AdminSetUserMFAPreference instead.

", "AdminUpdateAuthEventFeedback": "

Provides feedback for an authentication event indicating if it was from a valid user. This feedback is used for improving the risk evaluation decision for the user pool as part of Amazon Cognito advanced security.

", "AdminUpdateDeviceStatus": "

Updates the device status as an administrator.

Calling this action requires developer credentials.

", - "AdminUpdateUserAttributes": "

Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user.

For custom attributes, you must prepend the custom: prefix to the attribute name.

In addition to updating user attributes, this API can also be used to mark phone and email as verified.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

Calling this action requires developer credentials.

", + "AdminUpdateUserAttributes": "

Updates the specified user's attributes, including developer attributes, as an administrator. Works on any user.

For custom attributes, you must prepend the custom: prefix to the attribute name.

In addition to updating user attributes, this API can also be used to mark phone and email as verified.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

Calling this action requires developer credentials.

", "AdminUserGlobalSignOut": "

Signs out users from all devices, as an administrator. It also invalidates all refresh tokens issued to a user. The user's current access and Id tokens remain valid until their expiry. Access and Id tokens expire one hour after they're issued.

Calling this action requires developer credentials.

", "AssociateSoftwareToken": "

Returns a unique generated shared secret key code for the user account. The request takes an access token or a session string, but not both.

Calling AssociateSoftwareToken immediately disassociates the existing software token from the user account. If the user doesn't subsequently verify the software token, their account is set up to authenticate without MFA. If MFA config is set to Optional at the user pool level, the user can then log in without MFA. However, if MFA is set to Required for the user pool, the user is asked to set up a new software token MFA during sign-in.

", "ChangePassword": "

Changes the password for a specified user in a user pool.

", @@ -38,7 +38,7 @@ "CreateIdentityProvider": "

Creates an identity provider for a user pool.

", "CreateResourceServer": "

Creates a new OAuth2.0 resource server and defines custom scopes within it.

", "CreateUserImportJob": "

Creates the user import job.

", - "CreateUserPool": "

Creates a new Amazon Cognito user pool and sets the password policy for the pool.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", + "CreateUserPool": "

Creates a new Amazon Cognito user pool and sets the password policy for the pool.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", "CreateUserPoolClient": "

Creates the user pool client.

When you create a new user pool client, token revocation is automatically activated. For more information about revoking tokens, see RevokeToken.

", "CreateUserPoolDomain": "

Creates a new domain for a user pool.

", "DeleteGroup": "

Deletes a group.

Calling this action requires developer credentials.

", @@ -57,7 +57,7 @@ "DescribeUserPoolClient": "

Client method for returning the configuration information and metadata of the specified user pool app client.

", "DescribeUserPoolDomain": "

Gets information about a domain.

", "ForgetDevice": "

Forgets the specified device.

", - "ForgotPassword": "

Calling this API causes a message to be sent to the end user with a confirmation code that is required to change the user's password. For the Username parameter, you can use the username or user alias. The method used to send the confirmation code is sent according to the specified AccountRecoverySetting. For more information, see Recovering User Accounts in the Amazon Cognito Developer Guide. If neither a verified phone number nor a verified email exists, an InvalidParameterException is thrown. To use the confirmation code for resetting the password, call ConfirmForgotPassword.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", + "ForgotPassword": "

Calling this API causes a message to be sent to the end user with a confirmation code that is required to change the user's password. For the Username parameter, you can use the username or user alias. The method used to send the confirmation code is sent according to the specified AccountRecoverySetting. For more information, see Recovering User Accounts in the Amazon Cognito Developer Guide. If neither a verified phone number nor a verified email exists, an InvalidParameterException is thrown. To use the confirmation code for resetting the password, call ConfirmForgotPassword.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", "GetCSVHeader": "

Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.

", "GetDevice": "

Gets the device.

", "GetGroup": "

Gets a group.

Calling this action requires developer credentials.

", @@ -65,10 +65,10 @@ "GetSigningCertificate": "

This method takes a user pool ID, and returns the signing certificate.

", "GetUICustomization": "

Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client. If nothing is set for the particular client, but there is an existing pool level customization (the app clientId is ALL), then that information is returned. If nothing is present, then an empty shape is returned.

", "GetUser": "

Gets the user attributes and metadata for a user.

", - "GetUserAttributeVerificationCode": "

Gets the user attribute verification code for the specified attribute name.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", + "GetUserAttributeVerificationCode": "

Gets the user attribute verification code for the specified attribute name.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", "GetUserPoolMfaConfig": "

Gets the user pool multi-factor authentication (MFA) configuration.

", "GlobalSignOut": "

Signs out users from all devices. It also invalidates all refresh tokens issued to a user. The user's current access and ID tokens remain valid until their expiry. Access and Id tokens expire one hour after they're issued.

", - "InitiateAuth": "

Initiates the authentication flow.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", + "InitiateAuth": "

Initiates the authentication flow.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", "ListDevices": "

Lists the devices.

", "ListGroups": "

Lists the groups associated with a user pool.

Calling this action requires developer credentials.

", "ListIdentityProviders": "

Lists information about all identity providers for a user pool.

", @@ -79,15 +79,15 @@ "ListUserPools": "

Lists the user pools associated with an Amazon Web Services account.

", "ListUsers": "

Lists the users in the Amazon Cognito user pool.

", "ListUsersInGroup": "

Lists the users in the specified group.

Calling this action requires developer credentials.

", - "ResendConfirmationCode": "

Resends the confirmation (for confirmation of registration) to a specific user in the user pool.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", - "RespondToAuthChallenge": "

Responds to the authentication challenge.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", + "ResendConfirmationCode": "

Resends the confirmation (for confirmation of registration) to a specific user in the user pool.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", + "RespondToAuthChallenge": "

Responds to the authentication challenge.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", "RevokeToken": "

Revokes all of the access tokens generated by the specified refresh token. After the token is revoked, you can't use the revoked token to access Amazon Cognito authenticated APIs.

", "SetRiskConfiguration": "

Configures actions on detected risks. To delete the risk configuration for UserPoolId or ClientId, pass null values for all four configuration types.

To activate Amazon Cognito advanced security features, update the user pool to include the UserPoolAddOns keyAdvancedSecurityMode.

", "SetUICustomization": "

Sets the user interface (UI) customization information for a user pool's built-in app UI.

You can specify app UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL). If you specify ALL, the default configuration is used for every client that has no previously set UI customization. If you specify UI customization settings for a particular client, it will no longer return to the ALL configuration.

To use this API, your user pool must have a domain associated with it. Otherwise, there is no place to host the app's pages, and the service will throw an error.

", "SetUserMFAPreference": "

Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and if any are preferred. Only one factor can be set as preferred. The preferred MFA factor will be used to authenticate a user if multiple factors are activated. If multiple options are activated and no preference is set, a challenge to choose an MFA option will be returned during sign-in. If an MFA type is activated for a user, the user will be prompted for MFA during all sign-in attempts unless device tracking is turned on and the device has been trusted. If you want MFA to be applied selectively based on the assessed risk level of sign-in attempts, deactivate MFA for users and turn on Adaptive Authentication for the user pool.

", - "SetUserPoolMfaConfig": "

Sets the user pool multi-factor authentication (MFA) configuration.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", + "SetUserPoolMfaConfig": "

Sets the user pool multi-factor authentication (MFA) configuration.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", "SetUserSettings": "

This action is no longer supported. You can use it to configure only SMS MFA. You can't use it to configure time-based one-time password (TOTP) software token MFA. To configure either type of MFA, use SetUserMFAPreference instead.

", - "SignUp": "

Registers the user in the specified user pool and creates a user name, password, and user attributes.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", + "SignUp": "

Registers the user in the specified user pool and creates a user name, password, and user attributes.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", "StartUserImportJob": "

Starts the user import.

", "StopUserImportJob": "

Stops the user import job.

", "TagResource": "

Assigns a set of tags to an Amazon Cognito user pool. A tag is a label that you can use to categorize and manage user pools in different ways, such as by purpose, owner, environment, or other criteria.

Each tag consists of a key and value, both of which you define. A key is a general category for more specific values. For example, if you have two versions of a user pool, one for testing and another for production, you might assign an Environment tag key to both user pools. The value of this key might be Test for one user pool, and Production for the other.

Tags are useful for cost tracking and access control. You can activate your tags so that they appear on the Billing and Cost Management console, where you can track the costs associated with your user pools. In an Identity and Access Management policy, you can constrain permissions for user pools based on specific tags or tag values.

You can use this action up to 5 times per second, per account. A user pool can have as many as 50 tags.

", @@ -97,8 +97,8 @@ "UpdateGroup": "

Updates the specified group with the specified attributes.

Calling this action requires developer credentials.

", "UpdateIdentityProvider": "

Updates identity provider information for a user pool.

", "UpdateResourceServer": "

Updates the name and scopes of resource server. All other fields are read-only.

If you don't provide a value for an attribute, it is set to the default value.

", - "UpdateUserAttributes": "

Allows a user to update a specific attribute (one at a time).

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", - "UpdateUserPool": "

Updates the specified user pool with the specified attributes. You can get a list of the current user pool settings using DescribeUserPool. If you don't provide a value for an attribute, it will be set to the default value.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to U.S. phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito will use the registered number automatically. Otherwise, Amazon Cognito users that must receive SMS messages might be unable to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in SMS sandbox. In sandbox mode , you will have limitations, such as sending messages only to verified phone numbers. After testing in the sandbox environment, you can move out of the SMS sandbox and into production. For more information, see SMS message settings for Amazon Cognito User Pools in the Amazon Cognito Developer Guide.

", + "UpdateUserAttributes": "

Allows a user to update a specific attribute (one at a time).

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", + "UpdateUserPool": "

Updates the specified user pool with the specified attributes. You can get a list of the current user pool settings using DescribeUserPool. If you don't provide a value for an attribute, it will be set to the default value.

This action might generate an SMS text message. Starting June 1, 2021, US telecom carriers require you to register an origination phone number before you can send SMS messages to US phone numbers. If you use SMS text messages in Amazon Cognito, you must register a phone number with Amazon Pinpoint. Amazon Cognito uses the registered number automatically. Otherwise, Amazon Cognito users who must receive SMS messages might not be able to sign up, activate their accounts, or sign in.

If you have never used SMS text messages with Amazon Cognito or any other Amazon Web Service, Amazon Simple Notification Service might place your account in the SMS sandbox. In sandbox mode , you can send messages only to verified phone numbers. After you test your app while in the sandbox environment, you can move out of the sandbox and into production. For more information, see SMS message settings for Amazon Cognito user pools in the Amazon Cognito Developer Guide.

", "UpdateUserPoolClient": "

Updates the specified user pool app client with the specified attributes. You can get a list of the current user pool app client settings using DescribeUserPoolClient.

If you don't provide a value for an attribute, it will be set to the default value.

You can also use this operation to enable token revocation for user pool clients. For more information about revoking tokens, see RevokeToken.

", "UpdateUserPoolDomain": "

Updates the Secure Sockets Layer (SSL) certificate for the custom domain for your user pool.

You can use this operation to provide the Amazon Resource Name (ARN) of a new certificate to Amazon Cognito. You can't use it to change the domain for a user pool.

A custom domain is used to host the Amazon Cognito hosted UI, which provides sign-up and sign-in pages for your application. When you set up a custom domain, you provide a certificate that you manage with Certificate Manager (ACM). When necessary, you can use this operation to change the certificate that you applied to your custom domain.

Usually, this is unnecessary following routine certificate renewal with ACM. When you renew your existing certificate in ACM, the ARN for your certificate remains the same, and your custom domain uses the new certificate automatically.

However, if you replace your existing certificate with a new one, ACM gives the new certificate a new ARN. To apply the new certificate to your custom domain, you must provide this ARN to Amazon Cognito.

When you add your new certificate in ACM, you must choose US East (N. Virginia) as the Amazon Web Services Region.

After you submit your request, Amazon Cognito requires up to 1 hour to distribute your new certificate to your custom domain.

For more information about adding a custom domain to your user pool, see Using Your Own Domain for the Hosted UI.

", "VerifySoftwareToken": "

Use this API to register a user's entered time-based one-time password (TOTP) code and mark the user's software token MFA status as \"verified\" if successful. The request takes an access token or a session string, but not both.

", @@ -150,7 +150,7 @@ "AccountTakeoverEventActionType": { "base": null, "refs": { - "AccountTakeoverActionType$EventAction": "

The event action.

" + "AccountTakeoverActionType$EventAction": "

The action to take in response to the account takeover action. Valid values are:

" } }, "AccountTakeoverRiskConfigurationType": { @@ -449,15 +449,15 @@ } }, "AnalyticsConfigurationType": { - "base": "

The Amazon Pinpoint analytics configuration for collecting metrics for a user pool.

In Regions where Pinpoint isn't available, User Pools only supports sending events to Amazon Pinpoint projects in us-east-1. In Regions where Pinpoint is available, User Pools will support sending events to Amazon Pinpoint projects within that same Region.

", + "base": "

The Amazon Pinpoint analytics configuration for collecting metrics for a user pool.

In Regions where Amazon Pinpointisn't available, user pools only support sending events to Amazon Pinpoint projects in us-east-1. In Regions where Amazon Pinpoint is available, user pools support sending events to Amazon Pinpoint projects within that same Region.

", "refs": { - "CreateUserPoolClientRequest$AnalyticsConfiguration": "

The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.

In Amazon Web Services Regions where isn't available, User Pools only supports sending events to Amazon Pinpoint projects in Amazon Web Services Region us-east-1. In Regions where is available, User Pools will support sending events to Amazon Pinpoint projects within that same Region.

", - "UpdateUserPoolClientRequest$AnalyticsConfiguration": "

The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.

In Amazon Web Services Regions where isn't available, User Pools only supports sending events to Amazon Pinpoint projects in us-east-1. In Regions where Pinpoint is available, User Pools will support sending events to Amazon Pinpoint projects within that same Region.

", - "UserPoolClientType$AnalyticsConfiguration": "

The Amazon Pinpoint analytics configuration for the user pool client.

Amazon Cognito User Pools only supports sending events to Amazon Pinpoint projects in the US East (N. Virginia) us-east-1 Region, regardless of the Region in which the user pool resides.

" + "CreateUserPoolClientRequest$AnalyticsConfiguration": "

The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.

In Amazon Web Services Regions where Amazon Pinpoint isn't available, user pools only support sending events to Amazon Pinpoint projects in Amazon Web Services Region us-east-1. In Regions where Amazon Pinpoint is available, user pools support sending events to Amazon Pinpoint projects within that same Region.

", + "UpdateUserPoolClientRequest$AnalyticsConfiguration": "

The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.

In Amazon Web Services Regions where Amazon Pinpoint isn't available, user pools only support sending events to Amazon Pinpoint projects in us-east-1. In Regions where Amazon Pinpoint is available, user pools support sending events to Amazon Pinpoint projects within that same Region.

", + "UserPoolClientType$AnalyticsConfiguration": "

The Amazon Pinpoint analytics configuration for the user pool client.

Amazon Cognito user pools only support sending events to Amazon Pinpoint projects in the US East (N. Virginia) us-east-1 Region, regardless of the Region where the user pool resides.

" } }, "AnalyticsMetadataType": { - "base": "

An Amazon Pinpoint analytics endpoint.

An endpoint uniquely identifies a mobile device, email address, or phone number that can receive messages from Amazon Pinpoint analytics.

Amazon Cognito User Pools only supports sending events to Amazon Pinpoint projects in the US East (N. Virginia) us-east-1 Region, regardless of the Region in which the user pool resides.

", + "base": "

An Amazon Pinpoint analytics endpoint.

An endpoint uniquely identifies a mobile device, email address, or phone number that can receive messages from Amazon Pinpoint analytics.

Amazon Cognito user pools only support sending events to Amazon Pinpoint projects in the US East (N. Virginia) us-east-1 Region, regardless of the Region where the user pool resides.

", "refs": { "AdminInitiateAuthRequest$AnalyticsMetadata": "

The analytics metadata for collecting Amazon Pinpoint metrics for AdminInitiateAuth calls.

", "AdminRespondToAuthChallengeRequest$AnalyticsMetadata": "

The analytics metadata for collecting Amazon Pinpoint metrics for AdminRespondToAuthChallenge calls.

", @@ -473,14 +473,14 @@ "ArnType": { "base": null, "refs": { - "AnalyticsConfigurationType$ApplicationArn": "

The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project for integration with the chosen User Pool Client. Amazon Cognito publishes events to the Amazon Pinpointproject declared by the app ARN.

", + "AnalyticsConfigurationType$ApplicationArn": "

The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project to integrate with the chosen user pool Client. Amazon Cognito publishes events to the Amazon Pinpointproject declared by the app ARN.

", "AnalyticsConfigurationType$RoleArn": "

The ARN of an Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.

", "CreateGroupRequest$RoleArn": "

The role Amazon Resource Name (ARN) for the group.

", "CreateUserImportJobRequest$CloudWatchLogsRoleArn": "

The role ARN for the Amazon CloudWatch Logs Logging role for the user import job.

", "CustomDomainConfigType$CertificateArn": "

The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.

", "CustomEmailLambdaVersionConfigType$LambdaArn": "

The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send email notifications to users.

", "CustomSMSLambdaVersionConfigType$LambdaArn": "

The Amazon Resource Name (ARN) of the Lambda function that Amazon Cognito activates to send SMS notifications to users.

", - "EmailConfigurationType$SourceArn": "

The ARN of a verified email address in Amazon SES. Amazon Cognito uses this email address in one of the following ways, depending on the value that you specify for the EmailSendingAccount parameter:

", + "EmailConfigurationType$SourceArn": "

The ARN of a verified email address in Amazon SES. Amazon Cognito uses this email address in one of the following ways, depending on the value that you specify for the EmailSendingAccount parameter:

The Region value of the SourceArn parameter must indicate a supported Amazon Web Services Region of your user pool. Typically, the Region in the SourceArn and the user pool Region are the same. For more information, see Amazon SES email configuration regions in the Amazon Cognito Developer Guide.

", "GroupType$RoleArn": "

The role Amazon Resource Name (ARN) for the group.

", "LambdaConfigType$PreSignUp": "

A pre-registration Lambda trigger.

", "LambdaConfigType$CustomMessage": "

A custom Message Lambda trigger.

", @@ -682,7 +682,7 @@ "AdminInitiateAuthResponse$ChallengeName": "

The name of the challenge that you're responding to with this call. This is returned in the AdminInitiateAuth response if you must pass another challenge.

", "AdminRespondToAuthChallengeRequest$ChallengeName": "

The challenge name. For more information, see AdminInitiateAuth.

", "AdminRespondToAuthChallengeResponse$ChallengeName": "

The name of the challenge. For more information, see AdminInitiateAuth.

", - "InitiateAuthResponse$ChallengeName": "

The name of the challenge that you're responding to with this call. This name is returned in the AdminInitiateAuth response if you must pass another challenge.

Valid values include the following. Note that all of these challenges require USERNAME and SECRET_HASH (if applicable) in the parameters.

", + "InitiateAuthResponse$ChallengeName": "

The name of the challenge that you're responding to with this call. This name is returned in the AdminInitiateAuth response if you must pass another challenge.

Valid values include the following:

All of the following challenges require USERNAME and SECRET_HASH (if applicable) in the parameters.

", "RespondToAuthChallengeRequest$ChallengeName": "

The challenge name. For more information, see InitiateAuth.

ADMIN_NO_SRP_AUTH isn't a valid value.

", "RespondToAuthChallengeResponse$ChallengeName": "

The challenge name. For more information, see InitiateAuth.

" } @@ -760,21 +760,21 @@ "ClientMetadataType": { "base": null, "refs": { - "AdminConfirmSignUpRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

If your user pool configuration includes triggers, the AdminConfirmSignUp API action invokes the Lambda function that is specified for the post confirmation trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. In this payload, the clientMetadata attribute provides the data that you assigned to the ClientMetadata parameter in your AdminConfirmSignUp request. In your function code in Lambda, you can process the ClientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "AdminCreateUserRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminCreateUser API action, Amazon Cognito invokes the function that is assigned to the pre sign-up trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminCreateUser request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "AdminInitiateAuthRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for certain custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminInitiateAuth API action, Amazon Cognito invokes the Lambda functions that are specified for various triggers. The ClientMetadata value is passed as input to the functions for only the following triggers:

When Amazon Cognito invokes the functions for these triggers, it passes a JSON payload, which the function receives as input. This payload contains a validationData attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminInitiateAuth request. In your function code in Lambda, you can process the validationData value to enhance your workflow for your specific needs.

When you use the AdminInitiateAuth API action, Amazon Cognito also invokes the functions for the following triggers, but it doesn't provide the ClientMetadata value as input:

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "AdminResetUserPasswordRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminResetUserPassword API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminResetUserPassword request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "AdminRespondToAuthChallengeRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminRespondToAuthChallenge API action, Amazon Cognito invokes any functions that are assigned to the following triggers: pre sign-up, custom message, post authentication, user migration, pre token generation, define auth challenge, create auth challenge, and verify auth challenge response. When Amazon Cognito invokes any of these functions, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminRespondToAuthChallenge request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "AdminUpdateUserAttributesRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminUpdateUserAttributes API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminUpdateUserAttributes request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "ConfirmForgotPasswordRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the ConfirmForgotPassword API action, Amazon Cognito invokes the function that is assigned to the post confirmation trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your ConfirmForgotPassword request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "ConfirmSignUpRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the ConfirmSignUp API action, Amazon Cognito invokes the function that is assigned to the post confirmation trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your ConfirmSignUp request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "ForgotPasswordRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the ForgotPassword API action, Amazon Cognito invokes any functions that are assigned to the following triggers: pre sign-up, custom message, and user migration. When Amazon Cognito invokes any of these functions, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your ForgotPassword request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "GetUserAttributeVerificationCodeRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the GetUserAttributeVerificationCode API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your GetUserAttributeVerificationCode request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "InitiateAuthRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for certain custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the InitiateAuth API action, Amazon Cognito invokes the Lambda functions that are specified for various triggers. The ClientMetadata value is passed as input to the functions for only the following triggers:

When Amazon Cognito invokes the functions for these triggers, it passes a JSON payload, which the function receives as input. This payload contains a validationData attribute, which provides the data that you assigned to the ClientMetadata parameter in your InitiateAuth request. In your function code in Lambda, you can process the validationData value to enhance your workflow for your specific needs.

When you use the InitiateAuth API action, Amazon Cognito also invokes the functions for the following triggers, but it doesn't provide the ClientMetadata value as input:

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "ResendConfirmationCodeRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the ResendConfirmationCode API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your ResendConfirmationCode request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "RespondToAuthChallengeRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the RespondToAuthChallenge API action, Amazon Cognito invokes any functions that are assigned to the following triggers: post authentication, pre token generation, define auth challenge, create auth challenge, and verify auth challenge. When Amazon Cognito invokes any of these functions, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your RespondToAuthChallenge request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "SignUpRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the SignUp API action, Amazon Cognito invokes any functions that are assigned to the following triggers: pre sign-up, custom message, and post confirmation. When Amazon Cognito invokes any of these functions, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your SignUp request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", - "UpdateUserAttributesRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action initiates.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the UpdateUserAttributes API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your UpdateUserAttributes request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing User Pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

" + "AdminConfirmSignUpRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

If your user pool configuration includes triggers, the AdminConfirmSignUp API action invokes the Lambda function that is specified for the post confirmation trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. In this payload, the clientMetadata attribute provides the data that you assigned to the ClientMetadata parameter in your AdminConfirmSignUp request. In your function code in Lambda, you can process the ClientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "AdminCreateUserRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminCreateUser API action, Amazon Cognito invokes the function that is assigned to the pre sign-up trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminCreateUser request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "AdminInitiateAuthRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for certain custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminInitiateAuth API action, Amazon Cognito invokes the Lambda functions that are specified for various triggers. The ClientMetadata value is passed as input to the functions for only the following triggers:

When Amazon Cognito invokes the functions for these triggers, it passes a JSON payload, which the function receives as input. This payload contains a validationData attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminInitiateAuth request. In your function code in Lambda, you can process the validationData value to enhance your workflow for your specific needs.

When you use the AdminInitiateAuth API action, Amazon Cognito also invokes the functions for the following triggers, but it doesn't provide the ClientMetadata value as input:

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "AdminResetUserPasswordRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminResetUserPassword API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminResetUserPassword request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "AdminRespondToAuthChallengeRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminRespondToAuthChallenge API action, Amazon Cognito invokes any functions that you have assigned to the following triggers:

When Amazon Cognito invokes any of these functions, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute that provides the data that you assigned to the ClientMetadata parameter in your AdminRespondToAuthChallenge request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "AdminUpdateUserAttributesRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the AdminUpdateUserAttributes API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your AdminUpdateUserAttributes request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "ConfirmForgotPasswordRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the ConfirmForgotPassword API action, Amazon Cognito invokes the function that is assigned to the post confirmation trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your ConfirmForgotPassword request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "ConfirmSignUpRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the ConfirmSignUp API action, Amazon Cognito invokes the function that is assigned to the post confirmation trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your ConfirmSignUp request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "ForgotPasswordRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the ForgotPassword API action, Amazon Cognito invokes any functions that are assigned to the following triggers: pre sign-up, custom message, and user migration. When Amazon Cognito invokes any of these functions, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your ForgotPassword request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "GetUserAttributeVerificationCodeRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the GetUserAttributeVerificationCode API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your GetUserAttributeVerificationCode request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "InitiateAuthRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for certain custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the InitiateAuth API action, Amazon Cognito invokes the Lambda functions that are specified for various triggers. The ClientMetadata value is passed as input to the functions for only the following triggers:

When Amazon Cognito invokes the functions for these triggers, it passes a JSON payload, which the function receives as input. This payload contains a validationData attribute, which provides the data that you assigned to the ClientMetadata parameter in your InitiateAuth request. In your function code in Lambda, you can process the validationData value to enhance your workflow for your specific needs.

When you use the InitiateAuth API action, Amazon Cognito also invokes the functions for the following triggers, but it doesn't provide the ClientMetadata value as input:

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "ResendConfirmationCodeRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the ResendConfirmationCode API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your ResendConfirmationCode request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "RespondToAuthChallengeRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the RespondToAuthChallenge API action, Amazon Cognito invokes any functions that are assigned to the following triggers: post authentication, pre token generation, define auth challenge, create auth challenge, and verify auth challenge. When Amazon Cognito invokes any of these functions, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your RespondToAuthChallenge request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "SignUpRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the SignUp API action, Amazon Cognito invokes any functions that are assigned to the following triggers: pre sign-up, custom message, and post confirmation. When Amazon Cognito invokes any of these functions, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your SignUp request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

", + "UpdateUserAttributesRequest$ClientMetadata": "

A map of custom key-value pairs that you can provide as input for any custom workflows that this action initiates.

You create custom workflows by assigning Lambda functions to user pool triggers. When you use the UpdateUserAttributes API action, Amazon Cognito invokes the function that is assigned to the custom message trigger. When Amazon Cognito invokes this function, it passes a JSON payload, which the function receives as input. This payload contains a clientMetadata attribute, which provides the data that you assigned to the ClientMetadata parameter in your UpdateUserAttributes request. In your function code in Lambda, you can process the clientMetadata value to enhance your workflow for your specific needs.

For more information, see Customizing user pool Workflows with Lambda Triggers in the Amazon Cognito Developer Guide.

When you use the ClientMetadata parameter, remember that Amazon Cognito won't do the following:

" } }, "ClientNameType": { @@ -790,7 +790,7 @@ "base": null, "refs": { "CreateUserPoolClientRequest$ReadAttributes": "

The read attributes.

", - "CreateUserPoolClientRequest$WriteAttributes": "

The user pool attributes that the app client can write to.

If your app client allows users to sign in through an identity provider, this array must include all attributes that are mapped to identity provider attributes. Amazon Cognito updates mapped attributes when users sign in to your application through an identity provider. If your app client lacks write access to a mapped attribute, Amazon Cognito throws an error when it tries to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your User Pool.

", + "CreateUserPoolClientRequest$WriteAttributes": "

The user pool attributes that the app client can write to.

If your app client allows users to sign in through an identity provider, this array must include all attributes that you have mapped to identity provider attributes. Amazon Cognito updates mapped attributes when users sign in to your application through an identity provider. If your app client does not have write access to a mapped attribute, Amazon Cognito throws an error when it tries to update the attribute. For more information, see Specifying Identity Provider Attribute Mappings for Your user pool.

", "UpdateUserPoolClientRequest$ReadAttributes": "

The read-only attributes of the user pool.

", "UpdateUserPoolClientRequest$WriteAttributes": "

The writeable attributes of the user pool.

", "UserPoolClientType$ReadAttributes": "

The Read-only attributes.

", @@ -1305,11 +1305,11 @@ } }, "EmailConfigurationType": { - "base": "

The email configuration type.

Amazon Cognito has specific Regions for use with Amazon Simple Email Service. For more information on the supported Regions, see Email settings for Amazon Cognito user pools.

", + "base": "

The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for messages from your user pool.

Amazon Cognito can send email messages with Amazon Simple Email Service resources in the Amazon Web Services Region where you created your user pool, and in alternate Regions in some cases. For more information on the supported Regions, see Email settings for Amazon Cognito user pools.

", "refs": { - "CreateUserPoolRequest$EmailConfiguration": "

The email configuration.

", - "UpdateUserPoolRequest$EmailConfiguration": "

Email configuration.

", - "UserPoolType$EmailConfiguration": "

The email configuration.

" + "CreateUserPoolRequest$EmailConfiguration": "

The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for messages from your user pool.

", + "UpdateUserPoolRequest$EmailConfiguration": "

The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for email invitation and verification messages from your user pool.

", + "UserPoolType$EmailConfiguration": "

The email configuration of your user pool. The email configuration type sets your preferred sending method, Amazon Web Services Region, and sender for messages tfrom your user pool.

" } }, "EmailNotificationBodyType": { @@ -1328,7 +1328,7 @@ "EmailSendingAccountType": { "base": null, "refs": { - "EmailConfigurationType$EmailSendingAccount": "

Specifies whether Amazon Cognito emails your users by using its built-in email functionality or your Amazon Simple Email Service email configuration. Specify one of the following values:

COGNITO_DEFAULT

When Amazon Cognito emails your users, it uses its built-in email functionality. When you use the default option, Amazon Cognito allows only a limited number of emails each day for your user pool. For typical production environments, the default email limit is less than the required delivery volume. To achieve a higher delivery volume, specify DEVELOPER to use your Amazon SES email configuration.

To look up the email delivery limit for the default option, see Limits in in the Developer Guide.

The default FROM address is no-reply@verificationemail.com. To customize the FROM address, provide the Amazon Resource Name (ARN) of an Amazon SES verified email address for the SourceArn parameter.

If EmailSendingAccount is COGNITO_DEFAULT, you can't use the following parameters:

DEVELOPER EmailSendingAccount is required.

DEVELOPER

When Amazon Cognito emails your users, it uses your Amazon SES configuration. Amazon Cognito calls Amazon SES on your behalf to send email from your verified email address. When you use this option, the email delivery limits are the same limits that apply to your Amazon SES verified email address in your Amazon Web Services account.

If you use this option, you must provide the ARN of an Amazon SES verified email address for the SourceArn parameter.

Before Amazon Cognito can email your users, it requires additional permissions to call Amazon SES on your behalf. When you update your user pool with this option, Amazon Cognito creates a service-linked role, which is a type of role, in your Amazon Web Services account. This role contains the permissions that allow to access Amazon SES and send email messages with your address. For more information about the service-linked role that Amazon Cognito creates, see Using Service-Linked Roles for Amazon Cognito in the Amazon Cognito Developer Guide.

" + "EmailConfigurationType$EmailSendingAccount": "

Specifies whether Amazon Cognito uses its built-in functionality to send your users email messages, or uses your Amazon Simple Email Service email configuration. Specify one of the following values:

COGNITO_DEFAULT

When Amazon Cognito emails your users, it uses its built-in email functionality. When you use the default option, Amazon Cognito allows only a limited number of emails each day for your user pool. For typical production environments, the default email limit is less than the required delivery volume. To achieve a higher delivery volume, specify DEVELOPER to use your Amazon SES email configuration.

To look up the email delivery limit for the default option, see Limits in in the Developer Guide.

The default FROM address is no-reply@verificationemail.com. To customize the FROM address, provide the Amazon Resource Name (ARN) of an Amazon SES verified email address for the SourceArn parameter.

If EmailSendingAccount is COGNITO_DEFAULT, you can't use the following parameters:

DEVELOPER EmailSendingAccount is required.

DEVELOPER

When Amazon Cognito emails your users, it uses your Amazon SES configuration. Amazon Cognito calls Amazon SES on your behalf to send email from your verified email address. When you use this option, the email delivery limits are the same limits that apply to your Amazon SES verified email address in your Amazon Web Services account.

If you use this option, you must provide the ARN of an Amazon SES verified email address for the SourceArn parameter.

Before Amazon Cognito can email your users, it requires additional permissions to call Amazon SES on your behalf. When you update your user pool with this option, Amazon Cognito creates a service-linked role, which is a type of role, in your Amazon Web Services account. This role contains the permissions that allow to access Amazon SES and send email messages with your address. For more information about the service-linked role that Amazon Cognito creates, see Using Service-Linked Roles for Amazon Cognito in the Amazon Cognito Developer Guide.

" } }, "EmailVerificationMessageByLinkType": { @@ -1425,7 +1425,7 @@ "ExplicitAuthFlowsListType": { "base": null, "refs": { - "CreateUserPoolClientRequest$ExplicitAuthFlows": "

The authentication flows that are supported by the user pool clients. Flow names without the ALLOW_ prefix are no longer supported, in favor of new names with the ALLOW_ prefix. Note that values with ALLOW_ prefix must be used only along with the ALLOW_ prefix.

Valid values include:

", + "CreateUserPoolClientRequest$ExplicitAuthFlows": "

The authentication flows that are supported by the user pool clients. Flow names without the ALLOW_ prefix are no longer supported, in favor of new names with the ALLOW_ prefix.

Values with ALLOW_ prefix must be used only along with the ALLOW_ prefix.

Valid values include:

", "UpdateUserPoolClientRequest$ExplicitAuthFlows": "

The authentication flows that are supported by the user pool clients. Flow names without the ALLOW_ prefix are no longer supported in favor of new names with the ALLOW_ prefix. Note that values with ALLOW_ prefix must be used only along with values with the ALLOW_ prefix.

Valid values include:

", "UserPoolClientType$ExplicitAuthFlows": "

The authentication flows that are supported by the user pool clients. Flow names without the ALLOW_ prefix are no longer supported in favor of new names with the ALLOW_ prefix. Note that values with ALLOW_ prefix must be used only along with values including the ALLOW_ prefix.

Valid values include:

" } @@ -1902,7 +1902,7 @@ } }, "MFAOptionType": { - "base": "

This data type is no longer supported. You can use it only for SMS multi-factor authentication (MFA) configurations. You can't use it for time-based one-time password (TOTP) software token MFA configurations.

", + "base": "

This data type is no longer supported. Applies only to SMS multi-factor authentication (MFA) configurations. Does not apply to time-based one-time password (TOTP) software token MFA configurations.

", "refs": { "MFAOptionListType$member": null } @@ -2141,7 +2141,7 @@ "base": "

A container for information about an identity provider for a user pool.

", "refs": { "AdminDisableProviderForUserRequest$User": "

The user to be disabled.

", - "AdminLinkProviderForUserRequest$DestinationUser": "

The existing user in the user pool to be linked to the external identity provider user account. Can be a native (Username + Password) Amazon Cognito User Pools user or a federated user (for example, a SAML or Facebook user). If the user doesn't exist, an exception is thrown. This is the user that is returned when the new user (with the linked identity provider attribute) signs in.

For a native username + password user, the ProviderAttributeValue for the DestinationUser should be the username in the user pool. For a federated user, it should be the provider-specific user_id.

The ProviderAttributeName of the DestinationUser is ignored.

The ProviderName should be set to Cognito for users in Cognito user pools.

All attributes in the DestinationUser profile must be mutable. If you have assigned the user any immutable custom attributes, the operation won't succeed.

", + "AdminLinkProviderForUserRequest$DestinationUser": "

The existing user in the user pool that you want to assign to the external identity provider user account. This user can be a native (Username + Password) Amazon Cognito user pools user or a federated user (for example, a SAML or Facebook user). If the user doesn't exist, Amazon Cognito generates an exception. Amazon Cognito returns this user when the new user (with the linked identity provider attribute) signs in.

For a native username + password user, the ProviderAttributeValue for the DestinationUser should be the username in the user pool. For a federated user, it should be the provider-specific user_id.

The ProviderAttributeName of the DestinationUser is ignored.

The ProviderName should be set to Cognito for users in Cognito user pools.

All attributes in the DestinationUser profile must be mutable. If you have assigned the user any immutable custom attributes, the operation won't succeed.

", "AdminLinkProviderForUserRequest$SourceUser": "

An external identity provider account for a user who doesn't exist yet in the user pool. This user must be a federated user (for example, a SAML or Facebook user), not another native user.

If the SourceUser is using a federated social identity provider, such as Facebook, Google, or Login with Amazon, you must set the ProviderAttributeName to Cognito_Subject. For social identity providers, the ProviderName will be Facebook, Google, or LoginWithAmazon, and Amazon Cognito will automatically parse the Facebook, Google, and Login with Amazon tokens for id, sub, and user_id, respectively. The ProviderAttributeValue for the user must be the same value as the id, sub, or user_id value found in the social identity provider token.

For SAML, the ProviderAttributeName can be any value that matches a claim in the SAML assertion. If you want to link SAML users based on the subject of the SAML assertion, you should map the subject to a claim through the SAML identity provider and submit that claim name as the ProviderAttributeName. If you set ProviderAttributeName to Cognito_Subject, Amazon Cognito will automatically parse the default unique identifier found in the subject from the SAML token.

" } }, @@ -2205,6 +2205,12 @@ "UserPoolClientType$RefreshTokenValidity": "

The time limit, in days, after which the refresh token is no longer valid and can't be used.

" } }, + "RegionCodeType": { + "base": null, + "refs": { + "SmsConfigurationType$SnsRegion": "

The Amazon Web Services Region to use with Amazon SNS integration. You can choose the same Region as your user pool, or a supported Legacy Amazon SNS alternate Region.

Amazon Cognito resources in the Asia Pacific (Seoul) Amazon Web Services Region must use your Amazon SNS configuration in the Asia Pacific (Tokyo) Region. For more information, see SMS message settings for Amazon Cognito user pools.

" + } + }, "ResendConfirmationCodeRequest": { "base": "

Represents the request to resend the confirmation code.

", "refs": { @@ -2334,7 +2340,7 @@ "SESConfigurationSet": { "base": null, "refs": { - "EmailConfigurationType$ConfigurationSet": "

The set of configuration rules that can be applied to emails sent using Amazon Simple Email Service. A configuration set is applied to an email by including a reference to the configuration set in the headers of the email. Once applied, all of the rules in that configuration set are applied to the email. Configuration sets can be used to apply the following types of rules to emails:

" + "EmailConfigurationType$ConfigurationSet": "

The set of configuration rules that can be applied to emails sent using Amazon Simple Email Service. A configuration set is applied to an email by including a reference to the configuration set in the headers of the email. Once applied, all of the rules in that configuration set are applied to the email. Configuration sets can be used to apply the following types of rules to emails:

Event publishing

Amazon Simple Email Service can track the number of send, delivery, open, click, bounce, and complaint events for each email sent. Use event publishing to send information about these events to other Amazon Web Services services such as and Amazon CloudWatch

IP pool management

When leasing dedicated IP addresses with Amazon Simple Email Service, you can create groups of IP addresses, called dedicated IP pools. You can then associate the dedicated IP pools with configuration sets.

" } }, "SMSMfaSettingsType": { @@ -2492,12 +2498,12 @@ } }, "SmsConfigurationType": { - "base": "

The SMS configuration type that includes the settings the Amazon Cognito User Pool must call for the Amazon Simple Notification Service service to send an SMS message from your Amazon Web Services account. The Amazon Cognito User Pool makes the request to the Amazon SNS Service by using an Identity and Access Management role that you provide for your Amazon Web Services account.

", + "base": "

The SMS configuration type is the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.

", "refs": { - "CreateUserPoolRequest$SmsConfiguration": "

The SMS configuration.

", - "SmsMfaConfigType$SmsConfiguration": "

The SMS configuration.

", - "UpdateUserPoolRequest$SmsConfiguration": "

SMS configuration.

", - "UserPoolType$SmsConfiguration": "

The SMS configuration.

" + "CreateUserPoolRequest$SmsConfiguration": "

The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.

", + "SmsMfaConfigType$SmsConfiguration": "

The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To request Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role that you provide for your Amazon Web Services account.

", + "UpdateUserPoolRequest$SmsConfiguration": "

The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.

", + "UserPoolType$SmsConfiguration": "

The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from your Amazon Web Services account through Amazon Simple Notification Service. To send SMS messages with Amazon SNS in the Amazon Web Services Region that you want, the Amazon Cognito user pool uses an Identity and Access Management (IAM) role in your Amazon Web Services account.

" } }, "SmsMfaConfigType": { @@ -2632,13 +2638,13 @@ "ProviderUserIdentifierType$ProviderAttributeValue": "

The value of the provider attribute to link to, such as xxxxx_account.

", "SignUpResponse$UserSub": "

The UUID of the authenticated user. This isn't the same as username.

", "SkippedIPRangeListType$member": null, - "SmsConfigurationType$ExternalId": "

The external ID is a value that you should use to add security to your IAM role that is used to call Amazon SNS to send SMS messages for your user pool. If you provide an ExternalId, the Amazon Cognito User Pool will include it when attempting to assume your IAM role so that you can set your roles trust policy to require the ExternalID. If you use the Amazon Cognito Management Console to create a role for SMS multi-factor authentication (MFA), Amazon Cognito will create a role with the required permissions and a trust policy that demonstrates use of the ExternalId.

For more information about the ExternalId of a role, see How to use an external ID when granting access to your Amazon Web Services resources to a third party

", + "SmsConfigurationType$ExternalId": "

The external ID provides additional security for your IAM role. You can use an ExternalId with the IAM role that you use with Amazon SNS to send SMS messages for your user pool. If you provide an ExternalId, your Amazon Cognito user pool includes it in the request to assume your IAM role. You can configure the role trust policy to require that Amazon Cognito, and any principal, provide the ExternalID. If you use the Amazon Cognito Management Console to create a role for SMS multi-factor authentication (MFA), Amazon Cognito creates a role with the required permissions and a trust policy that demonstrates use of the ExternalId.

For more information about the ExternalId of a role, see How to use an external ID when granting access to your Amazon Web Services resources to a third party

", "StringAttributeConstraintsType$MinLength": "

The minimum length.

", "StringAttributeConstraintsType$MaxLength": "

The maximum length.

", "UserContextDataType$EncodedData": "

Contextual data, such as the user's device fingerprint, IP address, or location, used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.

", "UserMFASettingListType$member": null, - "UserPoolType$SmsConfigurationFailure": "

The reason why the SMS configuration can't send the messages to your users.

This message might include comma-separated values to describe why your SMS configuration can't send messages to user pool end users.

", - "UserPoolType$EmailConfigurationFailure": "

The reason why the email configuration can't send the messages to your users.

", + "UserPoolType$SmsConfigurationFailure": "

The reason why the SMS configuration can't send the messages to your users.

This message might include comma-separated values to describe why your SMS configuration can't send messages to user pool end users.

InvalidSmsRoleAccessPolicyException

The Identity and Access Management role that Amazon Cognito uses to send SMS messages isn't properly configured. For more information, see SmsConfigurationType.

SNSSandbox

The Amazon Web Services account is in the SNS SMS Sandbox and messages will only reach verified end users. This parameter won’t get populated with SNSSandbox if the IAM user creating the user pool doesn’t have SNS permissions. To learn how to move your Amazon Web Services account out of the sandbox, see Moving out of the SMS sandbox.

", + "UserPoolType$EmailConfigurationFailure": "

Deprecated. Review error codes from API requests with EventSource:cognito-idp.amazonaws.com in CloudTrail for information about problems with user pool email configuration.

", "VerifySoftwareTokenRequest$FriendlyDeviceName": "

The friendly device name.

" } }, @@ -3087,7 +3093,7 @@ "refs": { "CreateUserPoolRequest$MfaConfiguration": "

Specifies MFA configuration details.

", "GetUserPoolMfaConfigResponse$MfaConfiguration": "

The multi-factor (MFA) configuration. Valid values include:

", - "SetUserPoolMfaConfigRequest$MfaConfiguration": "

The MFA configuration. If you set the MfaConfiguration value to ‘ON’, only users with an MFA factor set up can sign in. To learn more, see Adding Multi-Factor Authentication (MFA) to a User Pool. Valid values include:

", + "SetUserPoolMfaConfigRequest$MfaConfiguration": "

The MFA configuration. If you set the MfaConfiguration value to ‘ON’, only users who have set up an MFA factor can sign in. To learn more, see Adding Multi-Factor Authentication (MFA) to a user pool. Valid values include:

", "SetUserPoolMfaConfigResponse$MfaConfiguration": "

The MFA configuration. Valid values include:

", "UpdateUserPoolRequest$MfaConfiguration": "

Can be one of the following values:

", "UserPoolType$MfaConfiguration": "

Can be one of the following values:

" @@ -3140,8 +3146,8 @@ "UserStatusType": { "base": null, "refs": { - "AdminGetUserResponse$UserStatus": "

The user status. Can be one of the following:

", - "UserType$UserStatus": "

The user status. This can be one of the following:

" + "AdminGetUserResponse$UserStatus": "

The user status. Can be one of the following:

", + "UserType$UserStatus": "

The user status. This can be one of the following:

" } }, "UserType": { @@ -3274,7 +3280,7 @@ "EventRiskType$CompromisedCredentialsDetected": "

Indicates whether compromised credentials were detected during an authentication event.

", "UpdateUserPoolClientRequest$EnableTokenRevocation": "

Activates or deactivates token revocation. For more information about revoking tokens, see RevokeToken.

", "UserPoolClientType$EnableTokenRevocation": "

Indicates whether token revocation is activated for the user pool client. When you create a new user pool client, token revocation is activated by default. For more information about revoking tokens, see RevokeToken.

", - "UsernameConfigurationType$CaseSensitive": "

Specifies whether username case sensitivity will be applied for all users in the user pool through Amazon Cognito APIs.

Valid values include:

" + "UsernameConfigurationType$CaseSensitive": "

Specifies whether username case sensitivity will be applied for all users in the user pool through Amazon Cognito APIs.

Valid values include:

True

Enables case sensitivity for all username input. When this option is set to True, users must sign in using the exact capitalization of their given username, such as “UserName”. This is the default value.

False

Enables case insensitivity for all username input. For example, when this option is set to False, users can sign in using either \"username\" or \"Username\". This option also enables both preferred_username and email alias to be case insensitive, in addition to the username attribute.

" } } } diff --git a/apis/dataexchange/2017-07-25/api-2.json b/apis/dataexchange/2017-07-25/api-2.json index 1451abd939f..47f9e6e1aeb 100644 --- a/apis/dataexchange/2017-07-25/api-2.json +++ b/apis/dataexchange/2017-07-25/api-2.json @@ -129,6 +129,9 @@ }, { "shape": "AccessDeniedException" + }, + { + "shape": "ConflictException" } ] }, @@ -576,6 +579,40 @@ }, "errors": [] }, + "RevokeRevision": { + "name": "RevokeRevision", + "http": { + "method": "POST", + "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/revoke", + "responseCode": 200 + }, + "input": { + "shape": "RevokeRevisionRequest" + }, + "output": { + "shape": "RevokeRevisionResponse" + }, + "errors": [ + { + "shape": "ValidationException" + }, + { + "shape": "InternalServerException" + }, + { + "shape": "AccessDeniedException" + }, + { + "shape": "ResourceNotFoundException" + }, + { + "shape": "ThrottlingException" + }, + { + "shape": "ConflictException" + } + ] + }, "SendApiAsset": { "name": "SendApiAsset", "http": { @@ -1229,6 +1266,15 @@ }, "UpdatedAt": { "shape": "Timestamp" + }, + "RevocationComment": { + "shape": "__stringMin10Max512" + }, + "Revoked": { + "shape": "__boolean" + }, + "RevokedAt": { + "shape": "Timestamp" } } }, @@ -1785,6 +1831,15 @@ }, "UpdatedAt": { "shape": "Timestamp" + }, + "RevocationComment": { + "shape": "__stringMin10Max512" + }, + "Revoked": { + "shape": "__boolean" + }, + "RevokedAt": { + "shape": "Timestamp" } } }, @@ -2547,6 +2602,15 @@ }, "UpdatedAt": { "shape": "Timestamp" + }, + "RevocationComment": { + "shape": "__stringMin10Max512" + }, + "Revoked": { + "shape": "__boolean" + }, + "RevokedAt": { + "shape": "Timestamp" } }, "required": [ @@ -2568,6 +2632,67 @@ "DataSetId" ] }, + "RevokeRevisionRequest": { + "type": "structure", + "members": { + "DataSetId": { + "shape": "__string", + "location": "uri", + "locationName": "DataSetId" + }, + "RevisionId": { + "shape": "__string", + "location": "uri", + "locationName": "RevisionId" + }, + "RevocationComment": { + "shape": "__stringMin10Max512" + } + }, + "required": [ + "RevisionId", + "DataSetId", + "RevocationComment" + ] + }, + "RevokeRevisionResponse": { + "type": "structure", + "members": { + "Arn": { + "shape": "Arn" + }, + "Comment": { + "shape": "__stringMin0Max16384" + }, + "CreatedAt": { + "shape": "Timestamp" + }, + "DataSetId": { + "shape": "Id" + }, + "Finalized": { + "shape": "__boolean" + }, + "Id": { + "shape": "Id" + }, + "RevocationComment": { + "shape": "__stringMin10Max512" + }, + "Revoked": { + "shape": "__boolean" + }, + "RevokedAt": { + "shape": "Timestamp" + }, + "SourceId": { + "shape": "Id" + }, + "UpdatedAt": { + "shape": "Timestamp" + } + } + }, "S3SnapshotAsset": { "type": "structure", "members": { @@ -2973,6 +3098,15 @@ }, "UpdatedAt": { "shape": "Timestamp" + }, + "RevocationComment": { + "shape": "__stringMin10Max512" + }, + "Revoked": { + "shape": "__boolean" + }, + "RevokedAt": { + "shape": "Timestamp" } } }, @@ -3067,6 +3201,11 @@ "min": 24, "max": 24, "pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$" + }, + "__stringMin10Max512": { + "type": "string", + "min": 10, + "max": 512 } } } diff --git a/apis/dataexchange/2017-07-25/docs-2.json b/apis/dataexchange/2017-07-25/docs-2.json index b7afeb4a351..1c367cf6d9d 100644 --- a/apis/dataexchange/2017-07-25/docs-2.json +++ b/apis/dataexchange/2017-07-25/docs-2.json @@ -22,6 +22,7 @@ "ListJobs" : "

This operation lists your jobs sorted by CreatedAt in descending order.

", "ListRevisionAssets" : "

This operation lists a revision's assets sorted alphabetically in descending order.

", "ListTagsForResource" : "

This operation lists the tags on the resource.

", + "RevokeRevision" : "

This operation revokes subscribers' access to a revision.

", "SendApiAsset" : "

This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.

", "StartJob" : "

This operation starts a job.

", "TagResource" : "

This operation tags a resource.

", @@ -77,7 +78,7 @@ } }, "Asset" : { - "base" : "

An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare (Preview). When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.

", + "base" : "

An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare. When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.

", "refs" : { } }, "AssetDestinationEntry" : { @@ -94,7 +95,7 @@ } }, "AssetEntry" : { - "base" : "

An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare (Preview). When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.

", + "base" : "

An asset in AWS Data Exchange is a piece of data (S3 object) or a means of fulfilling data (Amazon Redshift datashare or Amazon API Gateway API). The asset can be a structured data file, an image file, or some other data file that can be stored as an S3 object, an Amazon API Gateway API, or an Amazon Redshift datashare. When you create an import job for your files, API Gateway APIs, or Amazon Redshift datashares, you create an asset in AWS Data Exchange.

", "refs" : { "ListOfAssetEntry$member" : null } @@ -571,6 +572,10 @@ "Event$RevisionPublished" : "

What occurs to start the revision publish action.

" } }, + "RevokeRevisionRequest" : { + "base" : "

The request sent to revoke the revision.

", + "refs" : { } + }, "S3SnapshotAsset" : { "base" : "

The S3 object that is the asset.

", "refs" : { @@ -642,12 +647,15 @@ "JobEntry$CreatedAt" : "

The date and time that the job was created, in ISO 8601 format.

", "JobEntry$UpdatedAt" : "

The date and time that the job was last updated, in ISO 8601 format.

", "Revision$CreatedAt" : "

The date and time that the revision was created, in ISO 8601 format.

", + "Revision$RevokedAt" : "

The date and time that the revision was revoked, in ISO 8601 format.

", "Revision$UpdatedAt" : "

The date and time that the revision was last updated, in ISO 8601 format.

", "RevisionEntry$CreatedAt" : "

The date and time that the revision was created, in ISO 8601 format.

", + "RevisionEntry$RevokedAt" : "

The date and time that the revision was revoked, in ISO 8601 format.

", "RevisionEntry$UpdatedAt" : "

The date and time that the revision was last updated, in ISO 8601 format.

", "TaggedDataSet$CreatedAt" : "

The date and time that the data set was created, in ISO 8601 format.

", "TaggedDataSet$UpdatedAt" : "

The date and time that the data set was last updated, in ISO 8601 format.

", "TaggedRevision$CreatedAt" : "

The date and time that the revision was created, in ISO 8601 format.

", + "TaggedRevision$RevokedAt" : "

The date and time that the revision was revoked, in ISO 8601 format.

", "TaggedRevision$UpdatedAt" : "

The date and time that the revision was last updated, in ISO 8601 format.

" } }, @@ -683,8 +691,11 @@ "base" : null, "refs" : { "Revision$Finalized" : "

To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.

Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.

", + "Revision$Revoked" : "

A status indicating that subscribers' access to the revision was revoked.

", "RevisionEntry$Finalized" : "

To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.

Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.

", + "RevisionEntry$Revoked" : "

A status indicating that subscribers' access to the revision was revoked.

", "TaggedRevision$Finalized" : "

To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.

Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.

", + "TaggedRevision$Revoked" : "

A status indicating that subscribers' access to the revision was revoked.

", "UpdateRevisionRequest$Finalized" : "

Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.

" } }, @@ -808,6 +819,15 @@ "UpdateRevisionRequest$Comment" : "

An optional comment about the revision.

" } }, + "__stringMin10Max512" : { + "base" : null, + "refs" : { + "Revision$RevocationComment" : "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", + "RevisionEntry$RevocationComment" : "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", + "RevokeRevisionRequest$RevocationComment" : "

A required comment to inform subscribers of the reason their access to the revision was revoked.

", + "TaggedRevision$RevocationComment" : "

A required comment to inform subscribers of the reason their access to the revision was revoked.

" + } + }, "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093" : { "base" : null, "refs" : { diff --git a/apis/ec2/2016-11-15/api-2.json b/apis/ec2/2016-11-15/api-2.json index 36c41258c4d..3f80df7e7d9 100644 --- a/apis/ec2/2016-11-15/api-2.json +++ b/apis/ec2/2016-11-15/api-2.json @@ -11269,7 +11269,8 @@ "required":["IpamId"], "members":{ "DryRun":{"shape":"Boolean"}, - "IpamId":{"shape":"IpamId"} + "IpamId":{"shape":"IpamId"}, + "Cascade":{"shape":"Boolean"} } }, "DeleteIpamResult":{ @@ -31330,7 +31331,8 @@ "type":"structure", "required":[ "IpamPoolId", - "Cidr" + "Cidr", + "IpamPoolAllocationId" ], "members":{ "DryRun":{"shape":"Boolean"}, diff --git a/apis/ec2/2016-11-15/docs-2.json b/apis/ec2/2016-11-15/docs-2.json index b5166bd3bd9..974aa525ca0 100644 --- a/apis/ec2/2016-11-15/docs-2.json +++ b/apis/ec2/2016-11-15/docs-2.json @@ -460,10 +460,10 @@ "ModifyVpnTunnelOptions": "

Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN tunnel options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

", "MonitorInstances": "

Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitor your instances using CloudWatch in the Amazon EC2 User Guide.

To disable detailed monitoring, see UnmonitorInstances.

", "MoveAddressToVpc": "

Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.

", - "MoveByoipCidrToIpam": "

Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.

", + "MoveByoipCidrToIpam": "

Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.

If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.

", "ProvisionByoipCidr": "

Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr.

Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring your own IP addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs. To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress with either the specific address from the address pool or the ID of the address pool.

", - "ProvisionIpamPoolCidr": "

Provision a CIDR to an IPAM pool. You can use thsi action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it.

For more information, see Provision CIDRs to pools in the Amazon VPC IPAM User Guide.

", - "ProvisionPublicIpv4PoolCidr": "

Provision a CIDR to a public IPv4 pool.

For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

", + "ProvisionIpamPoolCidr": "

Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it.

For more information, see Provision CIDRs to pools in the Amazon VPC IPAM User Guide.

", + "ProvisionPublicIpv4PoolCidr": "

Provision a CIDR to a public IPv4 pool.

For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

", "PurchaseHostReservation": "

Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.

", "PurchaseReservedInstancesOffering": "

Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing.

Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances.

To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time.

For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.

", "PurchaseScheduledInstances": "

Purchases the Scheduled Instances with the specified schedule.

Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period.

After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase.

", @@ -1784,6 +1784,7 @@ "DeleteInternetGatewayRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteIpamPoolRequest$DryRun": "

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteIpamRequest$DryRun": "

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", + "DeleteIpamRequest$Cascade": "

Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:

", "DeleteIpamScopeRequest$DryRun": "

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteKeyPairRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", "DeleteLaunchTemplateRequest$DryRun": "

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

", @@ -10911,7 +10912,7 @@ } }, "IpamScope": { - "base": "

In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

For more information, see How IPAM works in the Amazon VPC IPAM User Guide

", + "base": "

In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

For more information, see How IPAM works in the Amazon VPC IPAM User Guide.

", "refs": { "CreateIpamScopeResult$IpamScope": "

Information about the created scope.

", "DeleteIpamScopeResult$IpamScope": "

Information about the results of the deletion.

", diff --git a/apis/ecs/2014-11-13/docs-2.json b/apis/ecs/2014-11-13/docs-2.json index 89a9e751889..1100aa9fb67 100644 --- a/apis/ecs/2014-11-13/docs-2.json +++ b/apis/ecs/2014-11-13/docs-2.json @@ -50,8 +50,8 @@ "UpdateCluster": "

Updates the cluster.

", "UpdateClusterSettings": "

Modifies the settings to use for a cluster.

", "UpdateContainerAgent": "

Updates the Amazon ECS container agent on a specified container instance. Updating the Amazon ECS container agent doesn't interrupt running tasks or services on the container instance. The process for updating the agent differs depending on whether your container instance was launched with the Amazon ECS-optimized AMI or another operating system.

The UpdateContainerAgent API isn't supported for container instances using the Amazon ECS-optimized Amazon Linux 2 (arm64) AMI. To update the container agent, you can update the ecs-init package. This updates the agent. For more information, see Updating the Amazon ECS container agent in the Amazon Elastic Container Service Developer Guide.

The UpdateContainerAgent API requires an Amazon ECS-optimized AMI or Amazon Linux AMI with the ecs-init service installed and running. For help updating the Amazon ECS container agent on other operating systems, see Manually updating the Amazon ECS container agent in the Amazon Elastic Container Service Developer Guide.

", - "UpdateContainerInstancesState": "

Modifies the status of an Amazon ECS container instance.

Once a container instance has reached an ACTIVE state, you can change the status of a container instance to DRAINING to manually remove an instance from a cluster, for example to perform system updates, update the Docker daemon, or scale down the cluster size.

A container instance can't be changed to DRAINING until it has reached an ACTIVE status. If the instance is in any other status, an error will be received.

When you set a container instance to DRAINING, Amazon ECS prevents new tasks from being scheduled for placement on the container instance and replacement service tasks are started on other container instances in the cluster if the resources are available. Service tasks on the container instance that are in the PENDING state are stopped immediately.

Service tasks on the container instance that are in the RUNNING state are stopped and replaced according to the service's deployment configuration parameters, minimumHealthyPercent and maximumPercent. You can change the deployment configuration of your service using UpdateService.

Any PENDING or RUNNING tasks that do not belong to a service aren't affected. You must wait for them to finish or stop them manually.

A container instance has completed draining when it has no more RUNNING tasks. You can verify this using ListTasks.

When a container instance has been drained, you can set a container instance to ACTIVE status and once it has reached that status the Amazon ECS scheduler can begin scheduling tasks on the instance again.

", - "UpdateService": "

Updating the task placement strategies and constraints on an Amazon ECS service remains in preview and is a Beta Service as defined by and subject to the Beta Service Participation Service Terms located at https://aws.amazon.com/service-terms (\"Beta Terms\"). These Beta Terms apply to your participation in this preview.

Modifies the parameters of a service.

For services using the rolling update (ECS) you can update the desired count, the deployment configuration, the network configuration, load balancers, service registries, enable ECS managed tags option, propagate tags option, task placement constraints and strategies, and the task definition. When you update any of these parameters, Amazon ECS starts new tasks with the new configuration.

For services using the blue/green (CODE_DEPLOY) deployment controller, only the desired count, deployment configuration, task placement constraints and strategies, enable ECS managed tags option, and propagate tags can be updated using this API. If the network configuration, platform version, task definition, or load balancer need to be updated, create a new CodeDeploy deployment. For more information, see CreateDeployment in the CodeDeploy API Reference.

For services using an external deployment controller, you can update only the desired count, task placement constraints and strategies, health check grace period, enable ECS managed tags option, and propagate tags option, using this API. If the launch type, load balancer, network configuration, platform version, or task definition need to be updated, create a new task set For more information, see CreateTaskSet.

You can add to or subtract from the number of instantiations of a task definition in a service by specifying the cluster that the service is running in and a new desiredCount parameter.

If you have updated the Docker image of your application, you can create a new task definition with that image and deploy it to your service. The service scheduler uses the minimum healthy percent and maximum percent parameters (in the service's deployment configuration) to determine the deployment strategy.

If your updated Docker image uses the same tag as what is in the existing task definition for your service (for example, my_image:latest), you don't need to create a new revision of your task definition. You can update the service using the forceNewDeployment option. The new tasks launched by the deployment pull the current image/tag combination from your repository when they start.

You can also update the deployment configuration of a service. When a deployment is triggered by updating the task definition of a service, the service scheduler uses the deployment configuration parameters, minimumHealthyPercent and maximumPercent, to determine the deployment strategy.

When UpdateService stops a task during a deployment, the equivalent of docker stop is issued to the containers running in the task. This results in a SIGTERM and a 30-second timeout. After this, SIGKILL is sent and the containers are forcibly stopped. If the container handles the SIGTERM gracefully and exits within 30 seconds from receiving it, no SIGKILL is sent.

When the service scheduler launches new tasks, it determines task placement in your cluster with the following logic.

When the service scheduler stops running tasks, it attempts to maintain balance across the Availability Zones in your cluster using the following logic:

You must have a service-linked role when you update any of the following service properties. If you specified a custom IAM role when you created the service, Amazon ECS automatically replaces the roleARN associated with the service with the ARN of your service-linked role. For more information, see Service-linked roles in the Amazon Elastic Container Service Developer Guide.

", + "UpdateContainerInstancesState": "

Modifies the status of an Amazon ECS container instance.

Once a container instance has reached an ACTIVE state, you can change the status of a container instance to DRAINING to manually remove an instance from a cluster, for example to perform system updates, update the Docker daemon, or scale down the cluster size.

A container instance can't be changed to DRAINING until it has reached an ACTIVE status. If the instance is in any other status, an error will be received.

When you set a container instance to DRAINING, Amazon ECS prevents new tasks from being scheduled for placement on the container instance and replacement service tasks are started on other container instances in the cluster if the resources are available. Service tasks on the container instance that are in the PENDING state are stopped immediately.

Service tasks on the container instance that are in the RUNNING state are stopped and replaced according to the service's deployment configuration parameters, minimumHealthyPercent and maximumPercent. You can change the deployment configuration of your service using UpdateService.

Any PENDING or RUNNING tasks that do not belong to a service aren't affected. You must wait for them to finish or stop them manually.

A container instance has completed draining when it has no more RUNNING tasks. You can verify this using ListTasks.

When a container instance has been drained, you can set a container instance to ACTIVE status and once it has reached that status the Amazon ECS scheduler can begin scheduling tasks on the instance again.

", + "UpdateService": "

Updating the task placement strategies and constraints on an Amazon ECS service remains in preview and is a Beta Service as defined by and subject to the Beta Service Participation Service Terms located at https://aws.amazon.com/service-terms (\"Beta Terms\"). These Beta Terms apply to your participation in this preview.

Modifies the parameters of a service.

For services using the rolling update (ECS) you can update the desired count, deployment configuration, network configuration, load balancers, service registries, enable ECS managed tags option, propagate tags option, task placement constraints and strategies, and task definition. When you update any of these parameters, Amazon ECS starts new tasks with the new configuration.

For services using the blue/green (CODE_DEPLOY) deployment controller, only the desired count, deployment configuration, health check grace period, task placement constraints and strategies, enable ECS managed tags option, and propagate tags can be updated using this API. If the network configuration, platform version, task definition, or load balancer need to be updated, create a new CodeDeploy deployment. For more information, see CreateDeployment in the CodeDeploy API Reference.

For services using an external deployment controller, you can update only the desired count, task placement constraints and strategies, health check grace period, enable ECS managed tags option, and propagate tags option, using this API. If the launch type, load balancer, network configuration, platform version, or task definition need to be updated, create a new task set For more information, see CreateTaskSet.

You can add to or subtract from the number of instantiations of a task definition in a service by specifying the cluster that the service is running in and a new desiredCount parameter.

If you have updated the Docker image of your application, you can create a new task definition with that image and deploy it to your service. The service scheduler uses the minimum healthy percent and maximum percent parameters (in the service's deployment configuration) to determine the deployment strategy.

If your updated Docker image uses the same tag as what is in the existing task definition for your service (for example, my_image:latest), you don't need to create a new revision of your task definition. You can update the service using the forceNewDeployment option. The new tasks launched by the deployment pull the current image/tag combination from your repository when they start.

You can also update the deployment configuration of a service. When a deployment is triggered by updating the task definition of a service, the service scheduler uses the deployment configuration parameters, minimumHealthyPercent and maximumPercent, to determine the deployment strategy.

When UpdateService stops a task during a deployment, the equivalent of docker stop is issued to the containers running in the task. This results in a SIGTERM and a 30-second timeout. After this, SIGKILL is sent and the containers are forcibly stopped. If the container handles the SIGTERM gracefully and exits within 30 seconds from receiving it, no SIGKILL is sent.

When the service scheduler launches new tasks, it determines task placement in your cluster with the following logic.

When the service scheduler stops running tasks, it attempts to maintain balance across the Availability Zones in your cluster using the following logic:

You must have a service-linked role when you update any of the following service properties. If you specified a custom IAM role when you created the service, Amazon ECS automatically replaces the roleARN associated with the service with the ARN of your service-linked role. For more information, see Service-linked roles in the Amazon Elastic Container Service Developer Guide.

", "UpdateServicePrimaryTaskSet": "

Modifies which task set in a service is the primary task set. Any parameters that are updated on the primary task set in a service will transition to the service. This is used when a service uses the EXTERNAL deployment controller type. For more information, see Amazon ECS Deployment Types in the Amazon Elastic Container Service Developer Guide.

", "UpdateTaskSet": "

Modifies a task set. This is used when a service uses the EXTERNAL deployment controller type. For more information, see Amazon ECS Deployment Types in the Amazon Elastic Container Service Developer Guide.

" }, @@ -169,7 +169,7 @@ "ExecuteCommandResponse$interactive": "

Determines whether the execute command session is running in interactive mode. Amazon ECS only supports initiating interactive sessions, so you must specify true for this value.

", "ListAccountSettingsRequest$effectiveSettings": "

Determines whether to return the effective settings. If true, the account settings for the root user or the default setting for the principalArn are returned. If false, the account settings for the principalArn are returned if they're set. Otherwise, no account settings are returned.

", "RunTaskRequest$enableECSManagedTags": "

Specifies whether to use Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

", - "RunTaskRequest$enableExecuteCommand": "

Determines whether to use the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

", + "RunTaskRequest$enableExecuteCommand": "

Determines whether to use the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.

If true, then the task definition must have a task role, or you must provide one as an override.

", "Service$enableECSManagedTags": "

Determines whether to use Amazon ECS managed tags for the tasks in the service. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

", "Service$enableExecuteCommand": "

Determines whether the execute command functionality is enabled for the service. If true, the execute command functionality is enabled for all containers in tasks as part of the service.

", "StartTaskRequest$enableECSManagedTags": "

Specifies whether to use Amazon ECS managed tags for the task. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.

", @@ -342,7 +342,7 @@ "base": "

The execute command configuration for the cluster.

", "refs": { "Cluster$configuration": "

The execute command configuration for the cluster.

", - "CreateClusterRequest$configuration": "

The execute command configuration for the cluster.

", + "CreateClusterRequest$configuration": "

The execute command configuration for the cluster.

", "UpdateClusterRequest$configuration": "

The execute command configuration for the cluster.

" } }, @@ -971,7 +971,7 @@ } }, "HealthCheck": { - "base": "

An object representing a container health check. Health check parameters that are specified in a container definition override any Docker health checks that exist in the container image (such as those specified in a parent image or from the image's Dockerfile).

You can view the health status of both individual containers and a task with the DescribeTasks API operation or when viewing the task details in the console.

The following describes the possible healthStatus values for a container:

The following describes the possible healthStatus values for a task. The container health check status of nonessential containers do not have an effect on the health status of a task.

If a task is run manually, and not as part of a service, the task will continue its lifecycle regardless of its health status. For tasks that are part of a service, if the task reports as unhealthy then the task will be stopped and the service scheduler will replace it.

The following are notes about container health check support:

", + "base": "

An object representing a container health check. Health check parameters that are specified in a container definition override any Docker health checks that exist in the container image (such as those specified in a parent image or from the image's Dockerfile).

The Amazon ECS container agent only monitors and reports on the health checks specified in the task definition. Amazon ECS does not monitor Docker health checks that are embedded in a container image and not specified in the container definition. Health check parameters that are specified in a container definition override any Docker health checks that exist in the container image.

You can view the health status of both individual containers and a task with the DescribeTasks API operation or when viewing the task details in the console.

The following describes the possible healthStatus values for a container:

The following describes the possible healthStatus values for a task. The container health check status of nonessential containers do not have an effect on the health status of a task.

If a task is run manually, and not as part of a service, the task will continue its lifecycle regardless of its health status. For tasks that are part of a service, if the task reports as unhealthy then the task will be stopped and the service scheduler will replace it.

The following are notes about container health check support:

", "refs": { "ContainerDefinition$healthCheck": "

The container health check command and associated configuration parameters for the container. This parameter maps to HealthCheck in the Create a container section of the Docker Remote API and the HEALTHCHECK parameter of docker run.

" } @@ -1501,7 +1501,7 @@ "PropagateTags": { "base": null, "refs": { - "CreateServiceRequest$propagateTags": "

Specifies whether to propagate the tags from the task definition or the service to the tasks in the service. If no value is specified, the tags aren't propagated. Tags can only be propagated to the tasks within the service during service creation. To add tags to a task after service creation or task creation, use the TagResource API action.

", + "CreateServiceRequest$propagateTags": "

Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

", "RunTaskRequest$propagateTags": "

Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use the TagResource API action.

An error will be received if you specify the SERVICE option when running a task.

", "Service$propagateTags": "

Determines whether to propagate the tags from the task definition or the service to the task. If no value is specified, the tags aren't propagated.

", "StartTaskRequest$propagateTags": "

Specifies whether to propagate the tags from the task definition or the service to the task. If no value is specified, the tags aren't propagated.

", @@ -2054,7 +2054,7 @@ "RunTaskRequest$platformVersion": "

The platform version the task uses. A platform version is only specified for tasks hosted on Fargate. If one isn't specified, the LATEST platform version is used. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.

", "RunTaskRequest$referenceId": "

The reference ID to use for the task. The reference ID can have a maximum length of 1024 characters.

", "RunTaskRequest$startedBy": "

An optional tag specified when a task is started. For example, if you automatically trigger a task to run a batch process job, you could apply a unique identifier for that job to your task with the startedBy parameter. You can then identify which tasks belong to that job by filtering the results of a ListTasks call with the startedBy value. Up to 36 letters (uppercase and lowercase), numbers, hyphens (-), and underscores (_) are allowed.

If a task is started by an Amazon ECS service, then the startedBy parameter contains the deployment ID of the service that starts it.

", - "RunTaskRequest$taskDefinition": "

The family and revision (family:revision) or full ARN of the task definition to run. If a revision isn't specified, the latest ACTIVE revision is used.

The full ARN value must match the value that you specified as the Resource of the IAM principal's permissions policy. For example, if the Resource is arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*, the taskDefinition ARN value must be arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName.

", + "RunTaskRequest$taskDefinition": "

The family and revision (family:revision) or full ARN of the task definition to run. If a revision isn't specified, the latest ACTIVE revision is used.

When you create an IAM policy for run-task, you can set the resource to be the latest task definition revision, or a specific revision.

The full ARN value must match the value that you specified as the Resource of the IAM principal's permissions policy.

When you specify the policy resource as the latest task definition version (by setting the Resource in the policy to arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName), then set this value to arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName.

When you specify the policy resource as a specific task definition version (by setting the Resource in the policy to arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1 or arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*), then set this value to arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1.

For more information, see Policy Resources for Amazon ECS in the Amazon Elastic Container Service developer Guide.

", "Secret$name": "

The name of the secret.

", "Secret$valueFrom": "

The secret to expose to the container. The supported values are either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the SSM Parameter Store.

For information about the require Identity and Access Management permissions, see Required IAM permissions for Amazon ECS secrets (for Secrets Manager) or Required IAM permissions for Amazon ECS secrets (for Systems Manager Parameter store) in the Amazon Elastic Container Service Developer Guide.

If the SSM Parameter Store parameter exists in the same Region as the task you're launching, then you can use either the full ARN or name of the parameter. If the parameter exists in a different Region, then the full ARN must be specified.

", "ServerException$message": null, @@ -2309,7 +2309,7 @@ } }, "TargetNotConnectedException": { - "base": "

The target container isn't properly configured with the execute command agent or the container is no longer active or running.

", + "base": "

The execute command cannot run. This error can be caused by any of the following configuration issues:

For information about how to troubleshoot the issues, see Troubleshooting issues with ECS Exec in the Amazon Elastic Container Service Developer Guide.

", "refs": { } }, diff --git a/apis/keyspaces/2022-02-10/docs-2.json b/apis/keyspaces/2022-02-10/docs-2.json index 024aebc9759..cc7bf762ec2 100644 --- a/apis/keyspaces/2022-02-10/docs-2.json +++ b/apis/keyspaces/2022-02-10/docs-2.json @@ -1,17 +1,17 @@ { "version": "2.0", - "service": "

Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate, run, and scale Cassandra workloads in the Amazon Web Services Cloud. With just a few clicks on the Amazon Web Services Management Console or a few lines of code, you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software.

 <p>In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers, Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI. This API reference describes the supported DDL operations in detail. </p> <p>For the list of all supported CQL APIs, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/cassandra-apis.html">Supported Cassandra APIs, operations, and data types in Amazon Keyspaces</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>To learn how Amazon Keyspaces API actions are tracked in CloudTrail, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/logging-using-cloudtrail.html#service-name-info-in-cloudtrail">Amazon Keyspaces information in CloudTrail</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> <p>For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a> in the <i>General Reference</i>. </p> 
", + "service": "

Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate, run, and scale Cassandra workloads in the Amazon Web Services Cloud. With just a few clicks on the Amazon Web Services Management Console or a few lines of code, you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software.

In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers, Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI. This API reference describes the supported DDL operations in detail.

For the list of all supported CQL APIs, see Supported Cassandra APIs, operations, and data types in Amazon Keyspaces in the Amazon Keyspaces Developer Guide.

To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see Amazon Keyspaces information in CloudTrail in the Amazon Keyspaces Developer Guide.

For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see Amazon Web Services APIs in the General Reference.

", "operations": { - "CreateKeyspace": "

The CreateKeyspace operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names must be unique within each Region.

CreateKeyspace is an asynchronous operation. You can monitor the creation status of the new keyspace by using the GetKeyspace operation.

For more information, see Creating keyspaces in the Amazon Keyspaces Developer Guide.

", - "CreateTable": "

The CreateTable operation adds a new table to the specified keyspace. Within a keyspace, table names must be unique.

CreateTable is an asynchronous operation. When the request is received, the status of the table is set to CREATING. You can monitor the creation status of the new table by using the GetTable operation, which returns the current status of the table. You can start using a table when the status is ACTIVE.

For more information, see Creating tables in the Amazon Keyspaces Developer Guide.

", + "CreateKeyspace": "

The CreateKeyspace operation adds a new keyspace to your account. In an Amazon Web Services account, keyspace names must be unique within each Region.

CreateKeyspace is an asynchronous operation. You can monitor the creation status of the new keyspace by using the GetKeyspace operation.

For more information, see Creating keyspaces in the Amazon Keyspaces Developer Guide.

", + "CreateTable": "

The CreateTable operation adds a new table to the specified keyspace. Within a keyspace, table names must be unique.

CreateTable is an asynchronous operation. When the request is received, the status of the table is set to CREATING. You can monitor the creation status of the new table by using the GetTable operation, which returns the current status of the table. You can start using a table when the status is ACTIVE.

For more information, see Creating tables in the Amazon Keyspaces Developer Guide.

", "DeleteKeyspace": "

The DeleteKeyspace operation deletes a keyspace and all of its tables.

", - "DeleteTable": "

The DeleteTable operation deletes a table and all of its data. After a DeleteTable request is received, the specified table is in the DELETING state until Amazon Keyspaces completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is either in the CREATING or UPDATING states, then Amazon Keyspaces returns a ResourceInUseException. If the specified table does not exist, Amazon Keyspaces returns a ResourceNotFoundException. If the table is already in the DELETING state, no error is returned.

", + "DeleteTable": "

The DeleteTable operation deletes a table and all of its data. After a DeleteTable request is received, the specified table is in the DELETING state until Amazon Keyspaces completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is either in the CREATING or UPDATING states, then Amazon Keyspaces returns a ResourceInUseException. If the specified table does not exist, Amazon Keyspaces returns a ResourceNotFoundException. If the table is already in the DELETING state, no error is returned.

", "GetKeyspace": "

Returns the name and the Amazon Resource Name (ARN) of the specified table.

", "GetTable": "

Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.

To read table metadata using GetTable, Select action permissions for the table and system tables are required to complete the operation.

", "ListKeyspaces": "

Returns a list of keyspaces.

", "ListTables": "

Returns a list of tables for a specified keyspace.

", "ListTagsForResource": "

Returns a list of all tags associated with the specified Amazon Keyspaces resource.

", - "RestoreTable": "

Restores the specified table to the specified point in time within the earliest_restorable_timestamp and the current time. For more information about restore points, see Time window for PITR continuous backups in the Amazon Keyspaces Developer Guide.

Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.

When you restore using point in time recovery, Amazon Keyspaces restores your source table's schema and data to the state based on the selected timestamp (day:hour:minute:second) to a new table. The Time to Live (TTL) settings are also restored to the state based on the selected timestamp.

In addition to the table's schema, data, and TTL settings, RestoreTable restores the capacity mode, encryption, and point-in-time recovery settings from the source table. Unlike the table's schema data and TTL settings, which are restored based on the selected timestamp, these settings are always restored based on the table's settings as of the current time or when the table was deleted.

You can also overwrite these settings during restore:

For more information, see PITR restore settings in the Amazon Keyspaces Developer Guide.

The following settings are not restored, and you must configure them manually for the new table.

", + "RestoreTable": "

Restores the specified table to the specified point in time within the earliest_restorable_timestamp and the current time. For more information about restore points, see Time window for PITR continuous backups in the Amazon Keyspaces Developer Guide.

Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account.

When you restore using point in time recovery, Amazon Keyspaces restores your source table's schema and data to the state based on the selected timestamp (day:hour:minute:second) to a new table. The Time to Live (TTL) settings are also restored to the state based on the selected timestamp.

In addition to the table's schema, data, and TTL settings, RestoreTable restores the capacity mode, encryption, and point-in-time recovery settings from the source table. Unlike the table's schema data and TTL settings, which are restored based on the selected timestamp, these settings are always restored based on the table's settings as of the current time or when the table was deleted.

You can also overwrite these settings during restore:

• Read/write capacity mode

• Provisioned throughput capacity settings

• Point-in-time (PITR) settings

• Tags

For more information, see PITR restore settings in the Amazon Keyspaces Developer Guide.

Note that the following settings are not restored, and you must configure them manually for the new table:

• Automatic scaling policies (for tables that use provisioned capacity mode)

• Identity and Access Management (IAM) policies

• Amazon CloudWatch metrics and alarms

", "TagResource": "

Associates a set of tags with a Amazon Keyspaces resource. You can then activate these user-defined tags so that they appear on the Cost Management Console for cost allocation tracking. For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

For IAM policy examples that show how to control access to Amazon Keyspaces resources based on tags, see Amazon Keyspaces resource access based on tags in the Amazon Keyspaces Developer Guide.

", "UntagResource": "

Removes the association of tags from a Amazon Keyspaces resource.

", "UpdateTable": "

Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption, point-in-time recovery, or ttl settings. Note that you can only update one specific table setting per update operation.

" @@ -40,17 +40,17 @@ } }, "CapacitySpecification": { - "base": "

Amazon Keyspaces has two read/write capacity modes for processing reads and writes on your tables:

 <p> The read/write capacity mode that you choose controls how you are charged for read and write throughput and how table throughput capacity is managed. </p> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html">Read/write capacity modes</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> 
", + "base": "

Amazon Keyspaces has two read/write capacity modes for processing reads and writes on your tables:

• On-demand (default)

• Provisioned

The read/write capacity mode that you choose controls how you are charged for read and write throughput and how table throughput capacity is managed.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", "refs": { - "CreateTableRequest$capacitySpecification": "

Specifies the read/write throughput capacity mode for the table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", - "RestoreTableRequest$capacitySpecificationOverride": "

Specifies the read/write throughput capacity mode for the target table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", - "UpdateTableRequest$capacitySpecification": "

Modifies the read/write throughput capacity mode for the table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" + "CreateTableRequest$capacitySpecification": "

Specifies the read/write throughput capacity mode for the table. The options are:

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", + "RestoreTableRequest$capacitySpecificationOverride": "

Specifies the read/write throughput capacity mode for the target table. The options are:

throughputMode:PAY_PER_REQUEST

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", + "UpdateTableRequest$capacitySpecification": "

Modifies the read/write throughput capacity mode for the table. The options are:

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" } }, "CapacitySpecificationSummary": { - "base": "

The read/write throughput capacity mode for a table. The options are:

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", + "base": "

The read/write throughput capacity mode for a table. The options are:

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", "refs": { - "GetTableResponse$capacitySpecification": "

The read/write throughput capacity mode for a table. The options are:

" + "GetTableResponse$capacitySpecification": "

The read/write throughput capacity mode for a table. The options are:

throughputMode:PAY_PER_REQUEST

throughputMode:PROVISIONED

" } }, "CapacityUnits": { @@ -84,7 +84,7 @@ "base": null, "refs": { "SchemaDefinition$allColumns": "

The regular columns of the table.

", - "UpdateTableRequest$addColumns": "

For each column to be added to the specified table:

" + "UpdateTableRequest$addColumns": "

For each column to be added to the specified table:

name - The name of the column.

type - An Amazon Keyspaces data type. For more information, see Data types in the Amazon Keyspaces Developer Guide.

" } }, "Comment": { @@ -148,18 +148,18 @@ } }, "EncryptionSpecification": { - "base": "

Amazon Keyspaces encrypts and decrypts the table data at rest transparently and integrates with Key Management Service for storing and managing the encryption key. You can choose one of the following KMS keys (KMS keys):

For more information about encryption at rest in Amazon Keyspaces, see Encryption at rest in the Amazon Keyspaces Developer Guide.

For more information about KMS, see KMS management service concepts in the Key Management Service Developer Guide.

", + "base": "

Amazon Keyspaces encrypts and decrypts the table data at rest transparently and integrates with Key Management Service for storing and managing the encryption key. You can choose one of the following KMS keys (KMS keys):

• Amazon Web Services owned key - This is the default encryption type. The key is owned by Amazon Keyspaces (no additional charge).

• Customer managed key - This key is stored in your account and is created, owned, and managed by you. You have full control over the customer managed key (KMS charges apply).

For more information about encryption at rest in Amazon Keyspaces, see Encryption at rest in the Amazon Keyspaces Developer Guide.

For more information about KMS, see KMS management service concepts in the Key Management Service Developer Guide.

", "refs": { - "CreateTableRequest$encryptionSpecification": "

Specifies how the encryption key for encryption at rest is managed for the table. You can choose one of the following KMS key (KMS key):

 <ul> <li> <p> <code>type:AWS_OWNED_KMS_KEY</code> - This key is owned by Amazon Keyspaces. </p> </li> <li> <p> <code>type:CUSTOMER_MANAGED_KMS_KEY</code> - This key is stored in your account and is created, owned, and managed by you. This option requires the <code>kms_key_identifier</code> of the KMS key in Amazon Resource Name (ARN) format as input. </p> </li> </ul> <p>The default is <code>type:AWS_OWNED_KMS_KEY</code>. </p> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html">Encryption at rest</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> 
", + "CreateTableRequest$encryptionSpecification": "

Specifies how the encryption key for encryption at rest is managed for the table. You can choose one of the following KMS key (KMS key):

type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

", "GetTableResponse$encryptionSpecification": "

The encryption settings of the specified table.

", - "RestoreTableRequest$encryptionSpecificationOverride": "

Specifies the encryption settings for the target table. You can choose one of the following KMS key (KMS key):

 <ul> <li> <p> <code>type:AWS_OWNED_KMS_KEY</code> - This key is owned by Amazon Keyspaces. </p> </li> <li> <p> <code>type:CUSTOMER_MANAGED_KMS_KEY</code> - This key is stored in your account and is created, owned, and managed by you. This option requires the <code>kms_key_identifier</code> of the KMS key in Amazon Resource Name (ARN) format as input. </p> </li> </ul> <p>The default is <code>type:AWS_OWNED_KMS_KEY</code>. </p> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html">Encryption at rest</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> 
", - "UpdateTableRequest$encryptionSpecification": "

Modifies the encryption settings of the table. You can choose one of the following KMS key (KMS key):

 <ul> <li> <p> <code>type:AWS_OWNED_KMS_KEY</code> - This key is owned by Amazon Keyspaces. </p> </li> <li> <p> <code>type:CUSTOMER_MANAGED_KMS_KEY</code> - This key is stored in your account and is created, owned, and managed by you. This option requires the <code>kms_key_identifier</code> of the KMS key in Amazon Resource Name (ARN) format as input. </p> </li> </ul> <p>The default is <code>AWS_OWNED_KMS_KEY</code>. </p> <p>For more information, see <a href="https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html">Encryption at rest</a> in the <i>Amazon Keyspaces Developer Guide</i>.</p> 
" + "RestoreTableRequest$encryptionSpecificationOverride": "

Specifies the encryption settings for the target table. You can choose one of the following KMS key (KMS key):

type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

", + "UpdateTableRequest$encryptionSpecification": "

Modifies the encryption settings of the table. You can choose one of the following KMS key (KMS key):

type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

" } }, "EncryptionType": { "base": null, "refs": { - "EncryptionSpecification$type": "

The encryption option specified for the table. You can choose one of the following KMS keys (KMS keys):

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

" + "EncryptionSpecification$type": "

The encryption option specified for the table. You can choose one of the following KMS keys (KMS keys):

type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

" } }, "GenericString": { @@ -278,7 +278,7 @@ } }, "PartitionKey": { - "base": "

The partition key portion of the primary key is required and determines how Amazon Keyspaces stores the data. The partition key can be a single column, or it can be a compound value composed of two or more columns.

", + "base": "

The partition key portion of the primary key is required and determines how Amazon Keyspaces stores the data. The partition key can be a single column, or it can be a compound value composed of two or more columns.

", "refs": { "PartitionKeyList$member": null } @@ -292,15 +292,15 @@ "PointInTimeRecovery": { "base": "

Point-in-time recovery (PITR) helps protect your Amazon Keyspaces tables from accidental write or delete operations by providing you continuous backups of your table data.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

", "refs": { - "CreateTableRequest$pointInTimeRecovery": "

Specifies if pointInTimeRecovery is enabled or disabled for the table. The options are:

If it's not specified, the default is DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

", - "RestoreTableRequest$pointInTimeRecoveryOverride": "

Specifies the pointInTimeRecovery settings for the target table. The options are:

If it's not specified, the default is DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

", - "UpdateTableRequest$pointInTimeRecovery": "

Modifies the pointInTimeRecovery settings of the table. The options are:

If it's not specified, the default is DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

" + "CreateTableRequest$pointInTimeRecovery": "

Specifies if pointInTimeRecovery is enabled or disabled for the table. The options are:

ENABLED

DISABLED

If it's not specified, the default is DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

", + "RestoreTableRequest$pointInTimeRecoveryOverride": "

Specifies the pointInTimeRecovery settings for the target table. The options are:

ENABLED

DISABLED

If it's not specified, the default is DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

", + "UpdateTableRequest$pointInTimeRecovery": "

Modifies the pointInTimeRecovery settings of the table. The options are:

ENABLED

DISABLED

If it's not specified, the default is DISABLED.

For more information, see Point-in-time recovery in the Amazon Keyspaces Developer Guide.

" } }, "PointInTimeRecoveryStatus": { "base": null, "refs": { - "PointInTimeRecovery$status": "

The options are:

", + "PointInTimeRecovery$status": "

The options are:

ENABLED

DISABLED

", "PointInTimeRecoverySummary$status": "

Shows if point-in-time recovery is enabled or disabled for the specified table.

" } }, @@ -328,7 +328,7 @@ "SchemaDefinition": { "base": "

Describes the schema of the table.

", "refs": { - "CreateTableRequest$schemaDefinition": "

The schemaDefinition consists of the following parameters.

For each column to be created:

 <p>The primary key of the table consists of the following columns:</p> <ul> <li> <p> <code>partitionKeys</code> - The partition key can be a single column, or it can be a compound value composed of two or more columns. The partition key portion of the primary key is required and determines how Amazon Keyspaces stores your data.</p> <ul> <li> <p> <i> <code>name</code> </i> - The name of each partition key column.</p> </li> </ul> </li> <li> <p> <code>clusteringKeys</code> - The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.</p> <ul> <li> <p> <i> <code>name</code> </i> - The name of the clustering column. </p> </li> <li> <p> <i> <code>orderBy</code> </i> - Sets the ascendant (<code>ASC</code>) or descendant (<code>DESC</code>) order modifier.</p> </li> </ul> </li> </ul> <p>To define a column as static use <code> <i>staticColumns</i> </code> - Static columns store values that are shared by all rows in the same partition:</p> <ul> <li> <p> <i> <code>name</code> </i> - The name of the column.</p> </li> <li> <p> <code> <i>type</i> </code> - An Amazon Keyspaces data type.</p> </li> </ul> 
", + "CreateTableRequest$schemaDefinition": "

The schemaDefinition consists of the following parameters.

For each column to be created:

name - The name of the column.

type - An Amazon Keyspaces data type. For more information, see Data types in the Amazon Keyspaces Developer Guide.

The primary key of the table consists of the following columns:

partitionKeys - The partition key can be a single column, or it can be a compound value composed of two or more columns. The partition key portion of the primary key is required and determines how Amazon Keyspaces stores your data.

name - The name of each partition key column.

clusteringKeys - The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.

name - The name of the clustering column.

orderBy - Sets the ascendant (ASC) or descendant (DESC) order modifier.

To define a column as static use staticColumns - Static columns store values that are shared by all rows in the same partition:

name - The name of the column.

type - An Amazon Keyspaces data type.

", "GetTableResponse$schemaDefinition": "

The schema definition of the specified table.

" } }, @@ -399,7 +399,7 @@ } }, "Tag": { - "base": "

Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single Amazon Keyspaces resource.

Amazon Web Services-assigned tag names and values are automatically assigned the aws: prefix, which the user cannot assign. Amazon Web Services-assigned tag names do not count towards the tag limit of 50. User-assigned tag names have the prefix user: in the Cost Allocation Report. You cannot backdate the application of a tag.

For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

", + "base": "

Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single Amazon Keyspaces resource.

Amazon Web Services-assigned tag names and values are automatically assigned the aws: prefix, which the user cannot assign. Amazon Web Services-assigned tag names do not count towards the tag limit of 50. User-assigned tag names have the prefix user: in the Cost Allocation Report. You cannot backdate the application of a tag.

For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.

", "refs": { "TagList$member": null } @@ -440,16 +440,16 @@ "ThroughputMode": { "base": null, "refs": { - "CapacitySpecification$throughputMode": "

The read/write throughput capacity mode for a table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", - "CapacitySpecificationSummary$throughputMode": "

The read/write throughput capacity mode for a table. The options are:

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" + "CapacitySpecification$throughputMode": "

The read/write throughput capacity mode for a table. The options are:

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

", + "CapacitySpecificationSummary$throughputMode": "

The read/write throughput capacity mode for a table. The options are:

throughputMode:PAY_PER_REQUEST and

throughputMode:PROVISIONED - Provisioned capacity mode requires readCapacityUnits and writeCapacityUnits as input.

The default is throughput_mode:PAY_PER_REQUEST.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

" } }, "TimeToLive": { "base": "

Enable custom Time to Live (TTL) settings for rows and columns without setting a TTL default for the specified table.

For more information, see Enabling TTL on tables in the Amazon Keyspaces Developer Guide.

", "refs": { - "CreateTableRequest$ttl": "

Enables Time to Live custom settings for the table. The options are:

The default is status:disabled. After ttl is enabled, you can't disable it for the table.

For more information, see Expiring data by using Amazon Keyspaces Time to Live (TTL) in the Amazon Keyspaces Developer Guide.

", + "CreateTableRequest$ttl": "

Enables Time to Live custom settings for the table. The options are:

status:enabled

status:disabled

The default is status:disabled. After ttl is enabled, you can't disable it for the table.

For more information, see Expiring data by using Amazon Keyspaces Time to Live (TTL) in the Amazon Keyspaces Developer Guide.

", "GetTableResponse$ttl": "

The custom Time to Live settings of the specified table.

", - "UpdateTableRequest$ttl": "

Modifies Time to Live custom settings for the table. The options are:

The default is status:disabled. After ttl is enabled, you can't disable it for the table.

For more information, see Expiring data by using Amazon Keyspaces Time to Live (TTL) in the Amazon Keyspaces Developer Guide.

" + "UpdateTableRequest$ttl": "

Modifies Time to Live custom settings for the table. The options are:

status:enabled

status:disabled

The default is status:disabled. After ttl is enabled, you can't disable it for the table.

For more information, see Expiring data by using Amazon Keyspaces Time to Live (TTL) in the Amazon Keyspaces Developer Guide.

" } }, "TimeToLiveStatus": { @@ -495,7 +495,7 @@ "kmsKeyARN": { "base": null, "refs": { - "EncryptionSpecification$kmsKeyIdentifier": "

The Amazon Resource Name (ARN) of the customer managed KMS key, for example kms_key_identifier:ARN.

" + "EncryptionSpecification$kmsKeyIdentifier": "

The Amazon Resource Name (ARN) of the customer managed KMS key, for example kms_key_identifier:ARN.

" } } } diff --git a/apis/location/2020-11-19/docs-2.json b/apis/location/2020-11-19/docs-2.json index e6a0bbcefe5..0839a587200 100644 --- a/apis/location/2020-11-19/docs-2.json +++ b/apis/location/2020-11-19/docs-2.json @@ -330,7 +330,7 @@ "CalculateRouteRequest$DepartNow": "

Sets the time of departure as the current time. Uses the current time to calculate a route. Otherwise, the best time of day to travel with the best traffic conditions is used to calculate the route.

Default Value: false

Valid Values: false | true

", "CalculateRouteRequest$IncludeLegGeometry": "

Set to include the geometry details in the result for each path between a pair of positions.

Default Value: false

Valid Values: false | true

", "CalculateRouteTruckModeOptions$AvoidFerries": "

Avoids ferries when calculating routes.

Default Value: false

Valid Values: false | true

", - "CalculateRouteTruckModeOptions$AvoidTolls": "

Avoids ferries when calculating routes.

Default Value: false

Valid Values: false | true

", + "CalculateRouteTruckModeOptions$AvoidTolls": "

Avoids tolls when calculating routes.

Default Value: false

Valid Values: false | true

", "Place$Interpolated": "

True if the result is interpolated from other known places.

False if the Place is a known place.

Not returned when the partner does not provide the information.

For example, returns False for an address location that is found in the partner data, but returns True if an address does not exist in the partner data and its location is calculated by interpolating between other known addresses.

" } }, @@ -1123,7 +1123,7 @@ "MapStyle": { "base": null, "refs": { - "MapConfiguration$Style": "

Specifies the map style selected from an available data provider.

Valid Esri map styles:

Valid HERE Technologies map styles:

" + "MapConfiguration$Style": "

Specifies the map style selected from an available data provider.

Valid Esri map styles:

Valid HERE Technologies map styles:

" } }, "Place": { @@ -1159,7 +1159,7 @@ "CalculateRouteRequest$DestinationPosition": "

The finish position for the route. Defined in WGS 84 format: [longitude, latitude].

If you specify a destination that's not located on a road, Amazon Location moves the position to the nearest road.

Valid Values: [-180 to 180,-90 to 90]

", "CalculateRouteRequestWaypointPositionsList$member": null, "DevicePosition$Position": "

The last known device position.

", - "DevicePositionUpdate$Position": "

The latest device position defined in WGS 84 format: [X or longitude, Y or latitude].

", + "DevicePositionUpdate$Position": "

The latest device position defined in WGS 84 format: [X or longitude, Y or latitude].

", "GetDevicePositionResponse$Position": "

The last known device position.

", "Leg$EndPosition": "

The terminating position of the leg. Follows the format [longitude,latitude].

If the EndPosition isn't located on a road, it's snapped to a nearby road.

", "Leg$StartPosition": "

The starting position of the leg. Follows the format [longitude,latitude].

If the StartPosition isn't located on a road, it's snapped to a nearby road.

", @@ -1361,7 +1361,7 @@ } }, "RouteMatrixEntry": { - "base": "

The result for one SnappedDeparturePosition SnappedDestinationPosition pair.

", + "base": "

The result for the calculated route of one DeparturePosition DestinationPosition pair.

", "refs": { "RouteMatrixRow$member": null } @@ -1557,7 +1557,7 @@ "DescribeRouteCalculatorResponse$DataSource": "

The data provider of traffic and road network data. Indicates one of the available providers:

For more information about data providers, see Amazon Location Service data providers.

", "DescribeTrackerResponse$PricingPlanDataSource": "

No longer used. Always returns an empty string.

", "GetGeofenceResponse$Status": "

Identifies the state of the geofence. A geofence will hold one of the following states:

", - "GetMapGlyphsRequest$FontStack": "

A comma-separated list of fonts to load glyphs from in order of preference. For example, Noto Sans Regular, Arial Unicode.

Valid fonts stacks for Esri styles:

Valid font stacks for HERE Technologies styles:

", + "GetMapGlyphsRequest$FontStack": "

A comma-separated list of fonts to load glyphs from in order of preference. For example, Noto Sans Regular, Arial Unicode.

Valid fonts stacks for Esri styles:

Valid font stacks for HERE Technologies styles:

", "GetMapGlyphsResponse$ContentType": "

The map glyph content type. For example, application/octet-stream.

", "GetMapSpritesResponse$ContentType": "

The content type of the sprite sheet and offsets. For example, the sprite sheet content type is image/png, and the sprite offset JSON document is application/json.

", "GetMapStyleDescriptorResponse$ContentType": "

The style descriptor's content type. For example, application/json.

", diff --git a/apis/rds/2013-01-10/docs-2.json b/apis/rds/2013-01-10/docs-2.json index 1b4cbd6ec44..647f5d1cd2d 100644 --- a/apis/rds/2013-01-10/docs-2.json +++ b/apis/rds/2013-01-10/docs-2.json @@ -309,7 +309,7 @@ } }, "DBInstanceNotFoundFault": { - "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", + "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", "refs": { } }, @@ -342,7 +342,7 @@ } }, "DBParameterGroupNotFoundFault": { - "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", + "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", "refs": { } }, @@ -378,7 +378,7 @@ } }, "DBSecurityGroupAlreadyExistsFault": { - "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", + "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", "refs": { } }, @@ -409,7 +409,7 @@ } }, "DBSecurityGroupNotFoundFault": { - "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", + "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", "refs": { } }, @@ -439,7 +439,7 @@ } }, "DBSnapshotAlreadyExistsFault": { - "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", + "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", "refs": { } }, @@ -455,7 +455,7 @@ } }, "DBSnapshotNotFoundFault": { - "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", + "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", "refs": { } }, @@ -469,7 +469,7 @@ } }, "DBSubnetGroupAlreadyExistsFault": { - "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", + "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", "refs": { } }, @@ -484,7 +484,7 @@ } }, "DBSubnetGroupNotFoundFault": { - "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", + "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", "refs": { } }, @@ -856,7 +856,7 @@ } }, "InvalidDBSubnetStateFault": { - "base": "

The DB subnet isn't in the available state.

", + "base": "

The DB subnet isn't in the available state.

", "refs": { } }, @@ -866,7 +866,7 @@ } }, "InvalidOptionGroupStateFault": { - "base": "

The option group isn't in the available state.

", + "base": "

The option group isn't in the available state.

", "refs": { } }, @@ -1073,7 +1073,7 @@ } }, "PointInTimeRestoreNotEnabledFault": { - "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", + "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", "refs": { } }, diff --git a/apis/rds/2013-02-12/docs-2.json b/apis/rds/2013-02-12/docs-2.json index b31c46fb4a4..7545eeb78a1 100644 --- a/apis/rds/2013-02-12/docs-2.json +++ b/apis/rds/2013-02-12/docs-2.json @@ -317,7 +317,7 @@ } }, "DBInstanceNotFoundFault": { - "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", + "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", "refs": { } }, @@ -355,7 +355,7 @@ } }, "DBParameterGroupNotFoundFault": { - "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", + "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", "refs": { } }, @@ -391,7 +391,7 @@ } }, "DBSecurityGroupAlreadyExistsFault": { - "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", + "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", "refs": { } }, @@ -422,7 +422,7 @@ } }, "DBSecurityGroupNotFoundFault": { - "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", + "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", "refs": { } }, @@ -452,7 +452,7 @@ } }, "DBSnapshotAlreadyExistsFault": { - "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", + "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", "refs": { } }, @@ -468,7 +468,7 @@ } }, "DBSnapshotNotFoundFault": { - "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", + "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", "refs": { } }, @@ -482,7 +482,7 @@ } }, "DBSubnetGroupAlreadyExistsFault": { - "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", + "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", "refs": { } }, @@ -497,7 +497,7 @@ } }, "DBSubnetGroupNotFoundFault": { - "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", + "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", "refs": { } }, @@ -903,7 +903,7 @@ } }, "InvalidDBSubnetStateFault": { - "base": "

The DB subnet isn't in the available state.

", + "base": "

The DB subnet isn't in the available state.

", "refs": { } }, @@ -913,7 +913,7 @@ } }, "InvalidOptionGroupStateFault": { - "base": "

The option group isn't in the available state.

", + "base": "

The option group isn't in the available state.

", "refs": { } }, @@ -1166,7 +1166,7 @@ } }, "PointInTimeRestoreNotEnabledFault": { - "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", + "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", "refs": { } }, diff --git a/apis/rds/2013-09-09/docs-2.json b/apis/rds/2013-09-09/docs-2.json index a26431cfd19..7ab6511235f 100644 --- a/apis/rds/2013-09-09/docs-2.json +++ b/apis/rds/2013-09-09/docs-2.json @@ -320,7 +320,7 @@ } }, "DBInstanceNotFoundFault": { - "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", + "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", "refs": { } }, @@ -370,7 +370,7 @@ } }, "DBParameterGroupNotFoundFault": { - "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", + "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", "refs": { } }, @@ -406,7 +406,7 @@ } }, "DBSecurityGroupAlreadyExistsFault": { - "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", + "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", "refs": { } }, @@ -437,7 +437,7 @@ } }, "DBSecurityGroupNotFoundFault": { - "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", + "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", "refs": { } }, @@ -467,7 +467,7 @@ } }, "DBSnapshotAlreadyExistsFault": { - "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", + "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", "refs": { } }, @@ -483,7 +483,7 @@ } }, "DBSnapshotNotFoundFault": { - "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", + "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", "refs": { } }, @@ -497,7 +497,7 @@ } }, "DBSubnetGroupAlreadyExistsFault": { - "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", + "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", "refs": { } }, @@ -517,7 +517,7 @@ } }, "DBSubnetGroupNotFoundFault": { - "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", + "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", "refs": { } }, @@ -964,7 +964,7 @@ } }, "InvalidDBSubnetStateFault": { - "base": "

The DB subnet isn't in the available state.

", + "base": "

The DB subnet isn't in the available state.

", "refs": { } }, @@ -974,7 +974,7 @@ } }, "InvalidOptionGroupStateFault": { - "base": "

The option group isn't in the available state.

", + "base": "

The option group isn't in the available state.

", "refs": { } }, @@ -1227,7 +1227,7 @@ } }, "PointInTimeRestoreNotEnabledFault": { - "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", + "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", "refs": { } }, diff --git a/apis/rds/2014-09-01/docs-2.json b/apis/rds/2014-09-01/docs-2.json index 478347b38a0..c007f86dda1 100644 --- a/apis/rds/2014-09-01/docs-2.json +++ b/apis/rds/2014-09-01/docs-2.json @@ -342,7 +342,7 @@ } }, "DBInstanceNotFoundFault": { - "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", + "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", "refs": { } }, @@ -393,7 +393,7 @@ } }, "DBParameterGroupNotFoundFault": { - "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", + "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", "refs": { } }, @@ -429,7 +429,7 @@ } }, "DBSecurityGroupAlreadyExistsFault": { - "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", + "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", "refs": { } }, @@ -460,7 +460,7 @@ } }, "DBSecurityGroupNotFoundFault": { - "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", + "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", "refs": { } }, @@ -490,7 +490,7 @@ } }, "DBSnapshotAlreadyExistsFault": { - "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", + "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", "refs": { } }, @@ -506,7 +506,7 @@ } }, "DBSnapshotNotFoundFault": { - "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", + "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", "refs": { } }, @@ -520,7 +520,7 @@ } }, "DBSubnetGroupAlreadyExistsFault": { - "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", + "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", "refs": { } }, @@ -540,7 +540,7 @@ } }, "DBSubnetGroupNotFoundFault": { - "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", + "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", "refs": { } }, @@ -987,7 +987,7 @@ } }, "InvalidDBSubnetStateFault": { - "base": "

The DB subnet isn't in the available state.

", + "base": "

The DB subnet isn't in the available state.

", "refs": { } }, @@ -997,7 +997,7 @@ } }, "InvalidOptionGroupStateFault": { - "base": "

The option group isn't in the available state.

", + "base": "

The option group isn't in the available state.

", "refs": { } }, @@ -1251,7 +1251,7 @@ } }, "PointInTimeRestoreNotEnabledFault": { - "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", + "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", "refs": { } }, @@ -1459,7 +1459,7 @@ } }, "StorageTypeNotSupportedFault": { - "base": "

Storage of the StorageType specified can't be associated with the DB instance.

", + "base": "

Storage of the StorageType specified can't be associated with the DB instance.

", "refs": { } }, diff --git a/apis/rds/2014-10-31/docs-2.json b/apis/rds/2014-10-31/docs-2.json index f25b149e488..113061c5d6a 100644 --- a/apis/rds/2014-10-31/docs-2.json +++ b/apis/rds/2014-10-31/docs-2.json @@ -1,44 +1,44 @@ { "version": "2.0", - "service": "Amazon Relational Database Service

Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your DB instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use.

This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.

Amazon RDS API Reference

Amazon RDS User Guide

", + "service": "Amazon Relational Database Service

Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your DB instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use.

This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.

Amazon RDS API Reference

Amazon RDS User Guide

", "operations": { "AddRoleToDBCluster": "

Associates an Identity and Access Management (IAM) role with a DB cluster.

", "AddRoleToDBInstance": "

Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.

To add a role to a DB instance, the status of the DB instance must be available.

This command doesn't apply to RDS Custom.

", "AddSourceIdentifierToSubscription": "

Adds a source identifier to an existing RDS event notification subscription.

", "AddTagsToResource": "

Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.

For an overview on tagging Amazon RDS resources, see Tagging Amazon RDS Resources.

", "ApplyPendingMaintenanceAction": "

Applies a pending maintenance action to a resource (for example, to a DB instance).

", - "AuthorizeDBSecurityGroupIngress": "

Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).

You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

", - "BacktrackDBCluster": "

Backtracks a DB cluster to a specific time, without creating a new DB cluster.

For more information on backtracking, see Backtracking an Aurora DB Cluster in the Amazon Aurora User Guide.

This action only applies to Aurora MySQL DB clusters.

", - "CancelExportTask": "

Cancels an export task in progress that is exporting a snapshot to Amazon S3. Any data that has already been written to the S3 bucket isn't removed.

", + "AuthorizeDBSecurityGroupIngress": "

Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).

You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

", + "BacktrackDBCluster": "

Backtracks a DB cluster to a specific time, without creating a new DB cluster.

For more information on backtracking, see Backtracking an Aurora DB Cluster in the Amazon Aurora User Guide.

This action only applies to Aurora MySQL DB clusters.

", + "CancelExportTask": "

Cancels an export task in progress that is exporting a snapshot to Amazon S3. Any data that has already been written to the S3 bucket isn't removed.

", "CopyDBClusterParameterGroup": "

Copies the specified DB cluster parameter group.

", - "CopyDBClusterSnapshot": "

Copies a snapshot of a DB cluster.

To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.

You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case, the Amazon Web Services Region where you call the CopyDBClusterSnapshot action is the destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the following values:

To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified by TargetDBClusterSnapshotIdentifier while that DB cluster snapshot is in \"copying\" status.

For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see Copying a Snapshot in the Amazon Aurora User Guide.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "CopyDBClusterSnapshot": "

Copies a snapshot of a DB cluster.

To copy a DB cluster snapshot from a shared manual DB cluster snapshot, SourceDBClusterSnapshotIdentifier must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.

You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case, the Amazon Web Services Region where you call the CopyDBClusterSnapshot action is the destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the following values:

To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified by TargetDBClusterSnapshotIdentifier while that DB cluster snapshot is in \"copying\" status.

For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see Copying a Snapshot in the Amazon Aurora User Guide.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "CopyDBParameterGroup": "

Copies the specified DB parameter group.

", - "CopyDBSnapshot": "

Copies the specified DB snapshot. The source DB snapshot must be in the available state.

You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region where you call the CopyDBSnapshot action is the destination Amazon Web Services Region for the DB snapshot copy.

This command doesn't apply to RDS Custom.

For more information about copying snapshots, see Copying a DB Snapshot in the Amazon RDS User Guide.

", + "CopyDBSnapshot": "

Copies the specified DB snapshot. The source DB snapshot must be in the available state.

You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region where you call the CopyDBSnapshot action is the destination Amazon Web Services Region for the DB snapshot copy.

This command doesn't apply to RDS Custom.

For more information about copying snapshots, see Copying a DB Snapshot in the Amazon RDS User Guide.

", "CopyOptionGroup": "

Copies the specified option group.

", "CreateCustomAvailabilityZone": "

Creates a custom Availability Zone (AZ).

A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.

For more information about RDS on VMware, see the RDS on VMware User Guide.

", - "CreateCustomDBEngineVersion": "

Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific AMI. The supported engines are the following:

Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software. The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3.

When you create a custom engine version, you specify the files in a JSON document called a CEV manifest. This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from the installation files that you provided. This service model is called Bring Your Own Media (BYOM).

Creation takes approximately two hours. If creation fails, RDS Custom issues RDS-EVENT-0196 with the message Creation failed for custom engine version, and includes details about the failure. For example, the event prints missing files.

After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or inactive.

The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the CreateCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the CreateCustomDbEngineVersion event.

For more information, see Creating a CEV in the Amazon RDS User Guide.

", - "CreateDBCluster": "

Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.

You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For cross-Region replication where the DB cluster identified by ReplicationSourceIdentifier is encrypted, also specify the PreSignedUrl parameter.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "CreateCustomDBEngineVersion": "

Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific AMI. The supported engines are the following:

Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software. The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3.

When you create a custom engine version, you specify the files in a JSON document called a CEV manifest. This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from the installation files that you provided. This service model is called Bring Your Own Media (BYOM).

Creation takes approximately two hours. If creation fails, RDS Custom issues RDS-EVENT-0196 with the message Creation failed for custom engine version, and includes details about the failure. For example, the event prints missing files.

After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or inactive.

The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the CreateCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the CreateCustomDbEngineVersion event.

For more information, see Creating a CEV in the Amazon RDS User Guide.

", + "CreateDBCluster": "

Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.

You can use the ReplicationSourceIdentifier parameter to create an Amazon Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For cross-Region replication where the DB cluster identified by ReplicationSourceIdentifier is encrypted, also specify the PreSignedUrl parameter.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "CreateDBClusterEndpoint": "

Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.

This action only applies to Aurora DB clusters.

", - "CreateDBClusterParameterGroup": "

Creates a new DB cluster parameter group.

Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.

A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBClusterParameterGroup. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using ModifyDBCluster.

When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.

When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters action to verify that your DB cluster parameter group has been created or modified.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "CreateDBClusterSnapshot": "

Creates a snapshot of a DB cluster.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "CreateDBClusterParameterGroup": "

Creates a new DB cluster parameter group.

Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.

A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBClusterParameterGroup. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using ModifyDBCluster.

When you associate a new DB cluster parameter group with a running Aurora DB cluster, reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.

When you associate a new DB cluster parameter group with a running Multi-AZ DB cluster, reboot the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters action to verify that your DB cluster parameter group has been created or modified.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "CreateDBClusterSnapshot": "

Creates a snapshot of a DB cluster.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "CreateDBInstance": "

Creates a new DB instance.

", - "CreateDBInstanceReadReplica": "

Creates a new DB instance that acts as a read replica for an existing source DB instance. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. For more information, see Working with Read Replicas in the Amazon RDS User Guide.

Amazon Aurora doesn't support this action. Call the CreateDBInstance action to create a DB instance for an Aurora DB cluster.

All read replica DB instances are created with backups disabled. All other DB instance attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance, except as specified.

Your source DB instance must have backup retention enabled.

", - "CreateDBParameterGroup": "

Creates a new DB parameter group.

A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup. Once you've created a DB parameter group, you need to associate it with your DB instance using ModifyDBInstance. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect.

This command doesn't apply to RDS Custom.

After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

", + "CreateDBInstanceReadReplica": "

Creates a new DB instance that acts as a read replica for an existing source DB instance. You can create a read replica for a DB instance running MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. For more information, see Working with Read Replicas in the Amazon RDS User Guide.

Amazon Aurora doesn't support this action. Call the CreateDBInstance action to create a DB instance for an Aurora DB cluster.

All read replica DB instances are created with backups disabled. All other DB instance attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance, except as specified.

Your source DB instance must have backup retention enabled.

", + "CreateDBParameterGroup": "

Creates a new DB parameter group.

A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup. Once you've created a DB parameter group, you need to associate it with your DB instance using ModifyDBInstance. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect.

This command doesn't apply to RDS Custom.

After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

", "CreateDBProxy": "

Creates a new DB proxy.

", - "CreateDBProxyEndpoint": "

Creates a DBProxyEndpoint. Only applies to proxies that are associated with Aurora DB clusters. You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.

", + "CreateDBProxyEndpoint": "

Creates a DBProxyEndpoint. Only applies to proxies that are associated with Aurora DB clusters. You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.

", "CreateDBSecurityGroup": "

Creates a new DB security group. DB security groups control access to a DB instance.

A DB security group controls access to EC2-Classic DB instances that are not in a VPC.

", "CreateDBSnapshot": "

Creates a snapshot of a DB instance. The source DB instance must be in the available or storage-optimization state.

", "CreateDBSubnetGroup": "

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.

", "CreateEventSubscription": "

Creates an RDS event notification subscription. This action requires a topic Amazon Resource Name (ARN) created by either the RDS console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.

You can specify the type of source (SourceType) that you want to be notified of and provide a list of RDS sources (SourceIds) that triggers the events. You can also provide a list of event categories (EventCategories) for events that you want to be notified of. For example, you can specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories = Availability, Backup.

If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIds = myDBInstance1, you are notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify SourceIds, you receive notice of the events for that source type for all your RDS sources. If you don't specify either the SourceType or the SourceIds, you are notified of events generated from all RDS sources belonging to your customer account.

RDS event notification is only available for unencrypted SNS topics. If you specify an encrypted SNS topic, event notifications aren't sent for the topic.

", - "CreateGlobalCluster": "

Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem.

You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database.

This action only applies to Aurora DB clusters.

", + "CreateGlobalCluster": "

Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem.

You can create a global database that is initially empty, and then add a primary cluster and a secondary cluster to it. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database.

This action only applies to Aurora DB clusters.

", "CreateOptionGroup": "

Creates a new option group. You can create up to 20 option groups.

This command doesn't apply to RDS Custom.

", "DeleteCustomAvailabilityZone": "

Deletes a custom Availability Zone (AZ).

A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.

For more information about RDS on VMware, see the RDS on VMware User Guide.

", "DeleteCustomDBEngineVersion": "

Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:

Typically, deletion takes a few minutes.

The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the DeleteCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the DeleteCustomDbEngineVersion event.

For more information, see Deleting a CEV in the Amazon RDS User Guide.

", - "DeleteDBCluster": "

The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "DeleteDBCluster": "

The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "DeleteDBClusterEndpoint": "

Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.

This action only applies to Aurora DB clusters.

", - "DeleteDBClusterParameterGroup": "

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "DeleteDBClusterSnapshot": "

Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

The DB cluster snapshot must be in the available state to be deleted.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "DeleteDBInstance": "

The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted.

If you request a final DB snapshot the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.

When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when you skip creation of the final snapshot with the SkipFinalSnapshot parameter.

If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following conditions are true:

To delete a DB instance in this case, first call the PromoteReadReplicaDBCluster API action to promote the DB cluster so it's no longer a read replica. After the promotion completes, then call the DeleteDBInstance API action to delete the final instance in the DB cluster.

", + "DeleteDBClusterParameterGroup": "

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "DeleteDBClusterSnapshot": "

Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

The DB cluster snapshot must be in the available state to be deleted.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "DeleteDBInstance": "

The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered. Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted.

If you request a final DB snapshot the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.

When a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when you skip creation of the final snapshot with the SkipFinalSnapshot parameter.

If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following conditions are true:

To delete a DB instance in this case, first call the PromoteReadReplicaDBCluster API action to promote the DB cluster so it's no longer a read replica. After the promotion completes, then call the DeleteDBInstance API action to delete the final instance in the DB cluster.

", "DeleteDBInstanceAutomatedBackup": "

Deletes automated backups using the DbiResourceId value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.

", "DeleteDBParameterGroup": "

Deletes a specified DB parameter group. The DB parameter group to be deleted can't be associated with any DB instances.

", "DeleteDBProxy": "

Deletes an existing DB proxy.

", @@ -47,41 +47,41 @@ "DeleteDBSnapshot": "

Deletes a DB snapshot. If the snapshot is being copied, the copy operation is terminated.

The DB snapshot must be in the available state to be deleted.

", "DeleteDBSubnetGroup": "

Deletes a DB subnet group.

The specified database subnet group must not be associated with any DB instances.

", "DeleteEventSubscription": "

Deletes an RDS event notification subscription.

", - "DeleteGlobalCluster": "

Deletes a global database cluster. The primary and secondary clusters must already be detached or destroyed first.

This action only applies to Aurora DB clusters.

", + "DeleteGlobalCluster": "

Deletes a global database cluster. The primary and secondary clusters must already be detached or destroyed first.

This action only applies to Aurora DB clusters.

", "DeleteInstallationMedia": "

Deletes the installation medium for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.

", "DeleteOptionGroup": "

Deletes an existing option group.

", "DeregisterDBProxyTargets": "

Remove the association between one or more DBProxyTarget data structures and a DBProxyTargetGroup.

", "DescribeAccountAttributes": "

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.

This command doesn't take any parameters.

", "DescribeCertificates": "

Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.

", "DescribeCustomAvailabilityZones": "

Returns information about custom Availability Zones (AZs).

A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.

For more information about RDS on VMware, see the RDS on VMware User Guide.

", - "DescribeDBClusterBacktracks": "

Returns information about backtracks for a DB cluster.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora MySQL DB clusters.

", + "DescribeDBClusterBacktracks": "

Returns information about backtracks for a DB cluster.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora MySQL DB clusters.

", "DescribeDBClusterEndpoints": "

Returns information about endpoints for an Amazon Aurora DB cluster.

This action only applies to Aurora DB clusters.

", - "DescribeDBClusterParameterGroups": "

Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list will contain only the description of the specified DB cluster parameter group.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "DescribeDBClusterParameters": "

Returns the detailed parameter list for a particular DB cluster parameter group.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "DescribeDBClusterParameterGroups": "

Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list will contain only the description of the specified DB cluster parameter group.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "DescribeDBClusterParameters": "

Returns the detailed parameter list for a particular DB cluster parameter group.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "DescribeDBClusterSnapshotAttributes": "

Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.

When sharing snapshots with other Amazon Web Services accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.

To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.

", - "DescribeDBClusterSnapshots": "

Returns information about DB cluster snapshots. This API action supports pagination.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "DescribeDBClusters": "

Returns information about Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.

", + "DescribeDBClusterSnapshots": "

Returns information about DB cluster snapshots. This API action supports pagination.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "DescribeDBClusters": "

Returns information about Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.

", "DescribeDBEngineVersions": "

Returns a list of the available DB engines.

", "DescribeDBInstanceAutomatedBackups": "

Displays backups for both current and deleted instances. For example, use this operation to find details about automated backups for previously deleted instances. Current instances with retention periods greater than zero (0) are returned for both the DescribeDBInstanceAutomatedBackups and DescribeDBInstances operations.

All parameters are optional.

", "DescribeDBInstances": "

Returns information about provisioned RDS instances. This API supports pagination.

This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.

", "DescribeDBLogFiles": "

Returns a list of DB log files for the DB instance.

This command doesn't apply to RDS Custom.

", - "DescribeDBParameterGroups": "

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.

", + "DescribeDBParameterGroups": "

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.

", "DescribeDBParameters": "

Returns the detailed parameter list for a particular DB parameter group.

", "DescribeDBProxies": "

Returns information about DB proxies.

", "DescribeDBProxyEndpoints": "

Returns information about DB proxy endpoints.

", "DescribeDBProxyTargetGroups": "

Returns information about DB proxy target groups, represented by DBProxyTargetGroup data structures.

", "DescribeDBProxyTargets": "

Returns information about DBProxyTarget objects. This API supports pagination.

", - "DescribeDBSecurityGroups": "

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

", + "DescribeDBSecurityGroups": "

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

", "DescribeDBSnapshotAttributes": "

Returns a list of DB snapshot attribute names and values for a manual DB snapshot.

When sharing snapshots with other Amazon Web Services accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual DB snapshot. If all is included in the list of values for the restore attribute, then the manual DB snapshot is public and can be copied or restored by all Amazon Web Services accounts.

To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.

", "DescribeDBSnapshots": "

Returns information about DB snapshots. This API action supports pagination.

", - "DescribeDBSubnetGroups": "

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

", - "DescribeEngineDefaultClusterParameters": "

Returns the default engine and system parameter information for the cluster database engine.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

", + "DescribeDBSubnetGroups": "

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

", + "DescribeEngineDefaultClusterParameters": "

Returns the default engine and system parameter information for the cluster database engine.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

", "DescribeEngineDefaultParameters": "

Returns the default engine and system parameter information for the specified database engine.

", - "DescribeEventCategories": "

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can also see this list in the \"Amazon RDS event categories and event messages\" section of the Amazon RDS User Guide or the Amazon Aurora User Guide .

", + "DescribeEventCategories": "

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can also see this list in the \"Amazon RDS event categories and event messages\" section of the Amazon RDS User Guide or the Amazon Aurora User Guide .

", "DescribeEventSubscriptions": "

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

", "DescribeEvents": "

Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, DB cluster snapshots, and RDS Proxies for the past 14 days. Events specific to a particular DB instance, DB cluster, DB parameter group, DB security group, DB snapshot, DB cluster snapshot group, or RDS Proxy can be obtained by providing the name as a parameter.

By default, RDS returns events that were generated in the past hour.

", - "DescribeExportTasks": "

Returns information about a snapshot export to Amazon S3. This API operation supports pagination.

", - "DescribeGlobalClusters": "

Returns information about Aurora global database clusters. This API supports pagination.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

", + "DescribeExportTasks": "

Returns information about a snapshot export to Amazon S3. This API operation supports pagination.

", + "DescribeGlobalClusters": "

Returns information about Aurora global database clusters. This API supports pagination.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

", "DescribeInstallationMedia": "

Describes the available installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.

", "DescribeOptionGroupOptions": "

Describes all available options.

", "DescribeOptionGroups": "

Describes the available option groups.

", @@ -90,58 +90,58 @@ "DescribeReservedDBInstances": "

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.

", "DescribeReservedDBInstancesOfferings": "

Lists available reserved DB instance offerings.

", "DescribeSourceRegions": "

Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. This API action supports pagination.

", - "DescribeValidDBInstanceModifications": "

You can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance.

This command doesn't apply to RDS Custom.

", + "DescribeValidDBInstanceModifications": "

You can call DescribeValidDBInstanceModifications to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance.

This command doesn't apply to RDS Custom.

", "DownloadDBLogFilePortion": "

Downloads all or a portion of the specified log file, up to 1 MB in size.

This command doesn't apply to RDS Custom.

", - "FailoverDBCluster": "

Forces a failover for a DB cluster.

For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances) in the DB cluster to be the primary DB instance (the cluster writer).

For a Multi-AZ DB cluster, failover for a DB cluster promotes one of the readable standby DB instances (read-only instances) in the DB cluster to be the primary DB instance (the cluster writer).

An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists, when the primary DB instance fails. A Multi-AZ DB cluster automatically fails over to a readbable standby DB instance when the primary DB instance fails.

To simulate a failure of a primary instance for testing, you can force a failover. Because each instance in a DB cluster has its own endpoint address, make sure to clean up and re-establish any existing connections that use those endpoint addresses when the failover is complete.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "FailoverGlobalCluster": "

Initiates the failover process for an Aurora global database (GlobalCluster).

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.

For more information about failing over an Amazon Aurora global database, see Managed planned failover for Amazon Aurora global databases in the Amazon Aurora User Guide.

This action applies to GlobalCluster (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.

", + "FailoverDBCluster": "

Forces a failover for a DB cluster.

For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances) in the DB cluster to be the primary DB instance (the cluster writer).

For a Multi-AZ DB cluster, failover for a DB cluster promotes one of the readable standby DB instances (read-only instances) in the DB cluster to be the primary DB instance (the cluster writer).

An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists, when the primary DB instance fails. A Multi-AZ DB cluster automatically fails over to a readbable standby DB instance when the primary DB instance fails.

To simulate a failure of a primary instance for testing, you can force a failover. Because each instance in a DB cluster has its own endpoint address, make sure to clean up and re-establish any existing connections that use those endpoint addresses when the failover is complete.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "FailoverGlobalCluster": "

Initiates the failover process for an Aurora global database (GlobalCluster).

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.

For more information about failing over an Amazon Aurora global database, see Managed planned failover for Amazon Aurora global databases in the Amazon Aurora User Guide.

This action applies to GlobalCluster (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.

", "ImportInstallationMedia": "

Imports the installation media for a DB engine that requires an on-premises customer provided license, such as SQL Server.

", "ListTagsForResource": "

Lists all tags on an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

", "ModifyCertificates": "

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.

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.

You might need to override the default certificate in the following situations:

For more information about rotating your SSL/TLS certificate for RDS DB engines, see Rotating Your SSL/TLS Certificate in the Amazon RDS User Guide.

For more information about rotating your SSL/TLS certificate for Aurora DB engines, see Rotating Your SSL/TLS Certificate in the Amazon Aurora User Guide.

", - "ModifyCurrentDBClusterCapacity": "

Set the capacity of an Aurora Serverless DB cluster to a specific value.

Aurora Serverless scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale fast enough to meet a sudden change in workload, such as a large number of new transactions. Call ModifyCurrentDBClusterCapacity to set the capacity explicitly.

After this call sets the DB cluster capacity, Aurora Serverless can automatically scale the DB cluster based on the cooldown period for scaling up and the cooldown period for scaling down.

For more information about Aurora Serverless, see Using Amazon Aurora Serverless in the Amazon Aurora User Guide.

If you call ModifyCurrentDBClusterCapacity with the default TimeoutAction, connections that prevent Aurora Serverless from finding a scaling point might be dropped. For more information about scaling points, see Autoscaling for Aurora Serverless in the Amazon Aurora User Guide.

This action only applies to Aurora Serverless DB clusters.

", + "ModifyCurrentDBClusterCapacity": "

Set the capacity of an Aurora Serverless v1 DB cluster to a specific value.

Aurora Serverless v1 scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale fast enough to meet a sudden change in workload, such as a large number of new transactions. Call ModifyCurrentDBClusterCapacity to set the capacity explicitly.

After this call sets the DB cluster capacity, Aurora Serverless v1 can automatically scale the DB cluster based on the cooldown period for scaling up and the cooldown period for scaling down.

For more information about Aurora Serverless v1, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

If you call ModifyCurrentDBClusterCapacity with the default TimeoutAction, connections that prevent Aurora Serverless v1 from finding a scaling point might be dropped. For more information about scaling points, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.

This action only applies to Aurora Serverless v1 DB clusters.

", "ModifyCustomDBEngineVersion": "

Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling DescribeDBEngineVersions.

The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the ModifyCustomDbEngineVersion event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the ModifyCustomDbEngineVersion event.

For more information, see Modifying CEV status in the Amazon RDS User Guide.

", - "ModifyDBCluster": "

Modify the settings for an Amazon Aurora DB cluster or a Multi-AZ DB cluster. You can change one or more settings by specifying these parameters and the new values in the request.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "ModifyDBCluster": "

Modify the settings for an Amazon Aurora DB cluster or a Multi-AZ DB cluster. You can change one or more settings by specifying these parameters and the new values in the request.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "ModifyDBClusterEndpoint": "

Modifies the properties of an endpoint in an Amazon Aurora DB cluster.

This action only applies to Aurora DB clusters.

", - "ModifyDBClusterParameterGroup": "

Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters action to verify that your DB cluster parameter group has been created or modified.

If the modified DB cluster parameter group is used by an Aurora Serverless cluster, Aurora applies the update immediately. The cluster restart might interrupt your workload. In that case, your application must reopen any connections and retry any transactions that were active when the parameter changes took effect.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "ModifyDBClusterParameterGroup": "

Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters action to verify that your DB cluster parameter group has been created or modified.

If the modified DB cluster parameter group is used by an Aurora Serverless v1 cluster, Aurora applies the update immediately. The cluster restart might interrupt your workload. In that case, your application must reopen any connections and retry any transactions that were active when the parameter changes took effect.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "ModifyDBClusterSnapshotAttribute": "

Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.

To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB cluster snapshot. Use the value all to make the manual DB cluster snapshot public, which means that it can be copied or restored by all Amazon Web Services accounts.

Don't add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all Amazon Web Services accounts.

If a manual DB cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case.

To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot is public or private, use the DescribeDBClusterSnapshotAttributes API action. The accounts are returned as values for the restore attribute.

", - "ModifyDBInstance": "

Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. To learn what modifications you can make to your DB instance, call DescribeValidDBInstanceModifications before you call ModifyDBInstance.

", - "ModifyDBParameterGroup": "

Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

", + "ModifyDBInstance": "

Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. To learn what modifications you can make to your DB instance, call DescribeValidDBInstanceModifications before you call ModifyDBInstance.

", + "ModifyDBParameterGroup": "

Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

", "ModifyDBProxy": "

Changes the settings for an existing DB proxy.

", "ModifyDBProxyEndpoint": "

Changes the settings for an existing DB proxy endpoint.

", "ModifyDBProxyTargetGroup": "

Modifies the properties of a DBProxyTargetGroup.

", - "ModifyDBSnapshot": "

Updates a manual DB snapshot with a new engine version. The snapshot can be encrypted or unencrypted, but not shared or public.

Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command doesn't apply to RDS Custom.

", + "ModifyDBSnapshot": "

Updates a manual DB snapshot with a new engine version. The snapshot can be encrypted or unencrypted, but not shared or public.

Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command doesn't apply to RDS Custom.

", "ModifyDBSnapshotAttribute": "

Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.

To share a manual DB snapshot with other Amazon Web Services accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB snapshot. Uses the value all to make the manual DB snapshot public, which means it can be copied or restored by all Amazon Web Services accounts.

Don't add the all value for any manual DB snapshots that contain private information that you don't want available to all Amazon Web Services accounts.

If the manual DB snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the ValuesToAdd parameter. You can't use all as a value for that parameter in this case.

To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API action. The accounts are returned as values for the restore attribute.

", "ModifyDBSubnetGroup": "

Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.

", "ModifyEventSubscription": "

Modifies an existing RDS event notification subscription. You can't modify the source identifiers using this call. To change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.

You can see a list of the event categories for a given source type (SourceType) in Events in the Amazon RDS User Guide or by using the DescribeEventCategories operation.

", - "ModifyGlobalCluster": "

Modify a setting for an Amazon Aurora global cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

", + "ModifyGlobalCluster": "

Modify a setting for an Amazon Aurora global cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

", "ModifyOptionGroup": "

Modifies an existing option group.

", "PromoteReadReplica": "

Promotes a read replica DB instance to a standalone DB instance.

", "PromoteReadReplicaDBCluster": "

Promotes a read replica DB cluster to a standalone DB cluster.

", "PurchaseReservedDBInstancesOffering": "

Purchases a reserved DB instance offering.

", - "RebootDBCluster": "

You might need to reboot your DB cluster, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB cluster parameter group associated with the DB cluster, reboot the DB cluster for the changes to take effect.

Rebooting a DB cluster restarts the database engine service. Rebooting a DB cluster results in a momentary outage, during which the DB cluster status is set to rebooting.

Use this operation only for a non-Aurora Multi-AZ DB cluster.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "RebootDBInstance": "

You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB parameter group associated with the DB instance, you must reboot the instance for the changes to take effect.

Rebooting a DB instance restarts the database engine service. Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.

For more information about rebooting, see Rebooting a DB Instance in the Amazon RDS User Guide.

This command doesn't apply to RDS Custom.

", + "RebootDBCluster": "

You might need to reboot your DB cluster, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB cluster parameter group associated with the DB cluster, reboot the DB cluster for the changes to take effect.

Rebooting a DB cluster restarts the database engine service. Rebooting a DB cluster results in a momentary outage, during which the DB cluster status is set to rebooting.

Use this operation only for a non-Aurora Multi-AZ DB cluster.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "RebootDBInstance": "

You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB parameter group associated with the DB instance, you must reboot the instance for the changes to take effect.

Rebooting a DB instance restarts the database engine service. Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.

For more information about rebooting, see Rebooting a DB Instance in the Amazon RDS User Guide.

This command doesn't apply to RDS Custom.

", "RegisterDBProxyTargets": "

Associate one or more DBProxyTarget data structures with a DBProxyTargetGroup.

", - "RemoveFromGlobalCluster": "

Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary cluster in a different Region.

This action only applies to Aurora DB clusters.

", - "RemoveRoleFromDBCluster": "

Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a DB cluster.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "RemoveFromGlobalCluster": "

Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary cluster in a different Region.

This action only applies to Aurora DB clusters.

", + "RemoveRoleFromDBCluster": "

Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a DB cluster.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "RemoveRoleFromDBInstance": "

Disassociates an Amazon Web Services Identity and Access Management (IAM) role from a DB instance.

", "RemoveSourceIdentifierFromSubscription": "

Removes a source identifier from an existing RDS event notification subscription.

", "RemoveTagsFromResource": "

Removes metadata tags from an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

", - "ResetDBClusterParameterGroup": "

Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB cluster parameter group, specify the DBClusterParameterGroupName and ResetAllParameters parameters.

When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster that you want the updated static parameter to apply to.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "ResetDBParameterGroup": "

Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.

", - "RestoreDBClusterFromS3": "

Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket. Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be created using the Percona XtraBackup utility as described in Migrating Data from MySQL by Using an Amazon S3 Bucket in the Amazon Aurora User Guide.

This action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterFromS3 action has completed and the DB cluster is available.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters. The source DB engine must be MySQL.

", - "RestoreDBClusterFromSnapshot": "

Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

The target DB cluster is created from the source snapshot with a default configuration. If you don't specify a security group, the new DB cluster is associated with the default security group.

This action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterFromSnapshot action has completed and the DB cluster is available.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "RestoreDBClusterToPointInTime": "

Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before LatestRestorableTime for up to BackupRetentionPeriod days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group.

For Aurora, this action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterToPointInTime action has completed and the DB cluster is available.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "ResetDBClusterParameterGroup": "

Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB cluster parameter group, specify the DBClusterParameterGroupName and ResetAllParameters parameters.

When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster that you want the updated static parameter to apply to.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "ResetDBParameterGroup": "

Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters, provide a list of the following: ParameterName and ApplyMethod. To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.

", + "RestoreDBClusterFromS3": "

Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket. Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be created using the Percona XtraBackup utility as described in Migrating Data from MySQL by Using an Amazon S3 Bucket in the Amazon Aurora User Guide.

This action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterFromS3 action has completed and the DB cluster is available.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters. The source DB engine must be MySQL.

", + "RestoreDBClusterFromSnapshot": "

Creates a new DB cluster from a DB snapshot or DB cluster snapshot.

The target DB cluster is created from the source snapshot with a default configuration. If you don't specify a security group, the new DB cluster is associated with the default security group.

This action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterFromSnapshot action has completed and the DB cluster is available.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "RestoreDBClusterToPointInTime": "

Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before LatestRestorableTime for up to BackupRetentionPeriod days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group.

For Aurora, this action only restores the DB cluster, not the DB instances for that DB cluster. You must invoke the CreateDBInstance action to create DB instances for the restored DB cluster, specifying the identifier of the restored DB cluster in DBClusterIdentifier. You can create DB instances only after the RestoreDBClusterToPointInTime action has completed and the DB cluster is available.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "RestoreDBInstanceFromDBSnapshot": "

Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most of the source's original configuration, including the default security group and DB parameter group. By default, the new DB instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.

If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the RestoreDBInstanceFromDBSnapshot action. RDS doesn't allow two DB instances with the same name. After you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you replace the original DB instance with the DB instance created from the snapshot.

If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared DB snapshot.

This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterFromSnapshot.

", "RestoreDBInstanceFromS3": "

Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files. You can create a backup of your on-premises database, store it on Amazon Simple Storage Service (Amazon S3), and then restore the backup file onto a new Amazon RDS DB instance running MySQL. For more information, see Importing Data into an Amazon RDS MySQL DB Instance in the Amazon RDS User Guide.

This command doesn't apply to RDS Custom.

", "RestoreDBInstanceToPointInTime": "

Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property.

The target database is created with most of the original configuration, but in a system-selected Availability Zone, with the default security group, the default subnet group, and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored deployment and not a single-AZ deployment.

This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use RestoreDBClusterToPointInTime.

", "RevokeDBSecurityGroupIngress": "

Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).

", "StartActivityStream": "

Starts a database activity stream to monitor activity on the database. For more information, see Database Activity Streams in the Amazon Aurora User Guide.

", - "StartDBCluster": "

Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the StopDBCluster action.

For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

", - "StartDBInstance": "

Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action.

For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide.

This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.

", + "StartDBCluster": "

Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster CLI command, or the StopDBCluster action.

For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

", + "StartDBInstance": "

Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action.

For more information, see Starting an Amazon RDS DB instance That Was Previously Stopped in the Amazon RDS User Guide.

This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora DB clusters, use StartDBCluster instead.

", "StartDBInstanceAutomatedBackupsReplication": "

Enables replication of automated backups to a different Amazon Web Services Region.

This command doesn't apply to RDS Custom.

For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.

", - "StartExportTask": "

Starts an export of a snapshot to Amazon S3. The provided IAM role must have access to the S3 bucket.

This command doesn't apply to RDS Custom.

", + "StartExportTask": "

Starts an export of a snapshot to Amazon S3. The provided IAM role must have access to the S3 bucket.

This command doesn't apply to RDS Custom.

", "StopActivityStream": "

Stops a database activity stream that was started using the Amazon Web Services console, the start-activity-stream CLI command, or the StartActivityStream action.

For more information, see Database Activity Streams in the Amazon Aurora User Guide.

", - "StopDBCluster": "

Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's metadata, including its endpoints and DB parameter groups. Aurora also retains the transaction logs so you can do a point-in-time restore if necessary.

For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

", - "StopDBInstance": "

Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary.

For more information, see Stopping an Amazon RDS DB Instance Temporarily in the Amazon RDS User Guide.

This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora clusters, use StopDBCluster instead.

", + "StopDBCluster": "

Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's metadata, including its endpoints and DB parameter groups. Aurora also retains the transaction logs so you can do a point-in-time restore if necessary.

For more information, see Stopping and Starting an Aurora Cluster in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

", + "StopDBInstance": "

Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint, DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if necessary.

For more information, see Stopping an Amazon RDS DB Instance Temporarily in the Amazon RDS User Guide.

This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL. For Aurora clusters, use StopDBCluster instead.

", "StopDBInstanceAutomatedBackupsReplication": "

Stops automated backup replication for a DB instance.

This command doesn't apply to RDS Custom.

For more information, see Replicating Automated Backups to Another Amazon Web Services Region in the Amazon RDS User Guide.

" }, "shapes": { @@ -165,9 +165,9 @@ "ActivityStreamMode": { "base": null, "refs": { - "DBCluster$ActivityStreamMode": "

The mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.

", + "DBCluster$ActivityStreamMode": "

The mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.

", "DBInstance$ActivityStreamMode": "

The mode of the database activity stream. Database events such as a change or access generate an activity stream event. RDS for Oracle always handles these events asynchronously.

", - "StartActivityStreamRequest$Mode": "

Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.

", + "StartActivityStreamRequest$Mode": "

Specifies the mode of the database activity stream. Database events such as a change or access generate an activity stream event. The database session can handle these events either synchronously or asynchronously.

", "StartActivityStreamResponse$Mode": "

The mode of the database activity stream.

" } }, @@ -279,7 +279,7 @@ } }, "AvailabilityZone": { - "base": "

Contains Availability Zone information.

This data type is used as an element in the OrderableDBInstanceOption data type.

", + "base": "

Contains Availability Zone information.

This data type is used as an element in the OrderableDBInstanceOption data type.

", "refs": { "AvailabilityZoneList$member": null, "Subnet$SubnetAvailabilityZone": null @@ -294,7 +294,7 @@ "AvailabilityZones": { "base": null, "refs": { - "CreateDBClusterMessage$AvailabilityZones": "

A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.

For information on Amazon Web Services Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "CreateDBClusterMessage$AvailabilityZones": "

A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.

For information on Amazon Web Services Regions and Availability Zones, see Choosing the Regions and Availability Zones in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "DBCluster$AvailabilityZones": "

Provides the list of Availability Zones (AZs) where instances in the DB cluster can be created.

", "DBClusterSnapshot$AvailabilityZones": "

Provides the list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.

", "RestoreDBClusterFromS3Message$AvailabilityZones": "

A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.

", @@ -311,7 +311,7 @@ "base": null, "refs": { "OrderableDBInstanceOption$AvailableProcessorFeatures": "

A list of the available processor features for the DB instance class of a DB instance.

", - "ValidDBInstanceModificationsMessage$ValidProcessorFeatures": "

Valid processor features for your DB instance.

" + "ValidDBInstanceModificationsMessage$ValidProcessorFeatures": "

Valid processor features for your DB instance.

" } }, "AwsBackupRecoveryPointArn": { @@ -351,7 +351,7 @@ "DBInstance$StorageEncrypted": "

Specifies whether the DB instance is encrypted.

", "DBInstance$CopyTagsToSnapshot": "

Specifies whether tags are copied from the DB instance to snapshots of the DB instance.

Amazon Aurora

Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting. For more information, see DBCluster.

", "DBInstance$IAMDatabaseAuthenticationEnabled": "

True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

IAM database authentication can be enabled for the following database engines

", - "DBInstance$DeletionProtection": "

Indicates if the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. For more information, see Deleting a DB Instance.

", + "DBInstance$DeletionProtection": "

Indicates if the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. For more information, see Deleting a DB Instance.

", "DBInstanceAutomatedBackup$Encrypted": "

Specifies whether the automated backup is encrypted.

", "DBInstanceAutomatedBackup$IAMDatabaseAuthenticationEnabled": "

True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

", "DBInstanceStatusInfo$Normal": "

Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.

", @@ -371,20 +371,20 @@ "DescribeDBSnapshotsMessage$IncludePublic": "

A value that indicates whether to include manual DB cluster snapshots that are public and can be copied or restored by any Amazon Web Services account. By default, the public snapshots are not included.

You can share a manual DB snapshot as public by using the ModifyDBSnapshotAttribute API.

This setting doesn't apply to RDS Custom.

", "DownloadDBLogFilePortionDetails$AdditionalDataPending": "

Boolean value that if true, indicates there is more data to be downloaded.

", "EventSubscription$Enabled": "

A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

", - "GlobalClusterMember$IsWriter": "

Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.

", + "GlobalClusterMember$IsWriter": "

Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.

", "ModifyDBClusterMessage$ApplyImmediately": "

A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB cluster. If this parameter is disabled, changes to the DB cluster are applied during the next maintenance window.

The ApplyImmediately parameter only affects the EnableIAMDatabaseAuthentication, MasterUserPassword, and NewDBClusterIdentifier values. If the ApplyImmediately parameter is disabled, then changes to the EnableIAMDatabaseAuthentication, MasterUserPassword, and NewDBClusterIdentifier values are applied during the next maintenance window. All other changes are applied immediately, regardless of the value of the ApplyImmediately parameter.

By default, this parameter is disabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "ModifyDBClusterMessage$AllowMajorVersionUpgrade": "

A value that indicates whether major version upgrades are allowed.

Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.

Valid for: Aurora DB clusters only

", - "ModifyDBInstanceMessage$ApplyImmediately": "

A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance. By default, this parameter is disabled.

If this parameter is disabled, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and are applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance in the Amazon RDS User Guide to see the impact of enabling or disabling ApplyImmediately for each modified parameter and to determine when the changes are applied.

", + "ModifyDBInstanceMessage$ApplyImmediately": "

A value that indicates whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance. By default, this parameter is disabled.

If this parameter is disabled, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and are applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance in the Amazon RDS User Guide to see the impact of enabling or disabling ApplyImmediately for each modified parameter and to determine when the changes are applied.

", "ModifyDBInstanceMessage$AllowMajorVersionUpgrade": "

A value that indicates whether major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible.

This setting doesn't apply to RDS Custom.

Constraints: Major version upgrades must be allowed when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

", "ModifyOptionGroupMessage$ApplyImmediately": "

A value that indicates whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.

", "Option$Persistent": "

Indicate if this option is persistent.

", "Option$Permanent": "

Indicate if this option is permanent.

", - "OptionGroup$AllowsVpcAndNonVpcInstanceMemberships": "

Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.

", + "OptionGroup$AllowsVpcAndNonVpcInstanceMemberships": "

Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.

", "OptionGroupOption$PortRequired": "

Specifies whether the option requires a port.

", "OptionGroupOption$Persistent": "

Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.

", "OptionGroupOption$Permanent": "

Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.

", - "OptionGroupOption$RequiresAutoMinorEngineVersionUpgrade": "

If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.

", - "OptionGroupOption$VpcOnly": "

If true, you can only use this option with a DB instance that is in a VPC.

", + "OptionGroupOption$RequiresAutoMinorEngineVersionUpgrade": "

If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.

", + "OptionGroupOption$VpcOnly": "

If true, you can only use this option with a DB instance that is in a VPC.

", "OptionGroupOptionSetting$IsModifiable": "

Boolean value where true indicates that this option group option can be changed from the default value.

", "OptionGroupOptionSetting$IsRequired": "

Boolean value where true indicates that a value must be specified for this option setting of the option group option.

", "OptionSetting$IsModifiable": "

A Boolean value that, when true, indicates the option setting can be modified from the default.

", @@ -401,13 +401,13 @@ "OrderableDBInstanceOption$OutpostCapable": "

Whether a DB instance supports RDS on Outposts.

For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

", "OrderableDBInstanceOption$SupportsGlobalDatabases": "

A value that indicates whether you can use Aurora global databases with a specific combination of other DB engine attributes.

", "OrderableDBInstanceOption$SupportsClusters": "

Whether DB instances can be configured as a Multi-AZ DB cluster.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", - "Parameter$IsModifiable": "

Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

", + "Parameter$IsModifiable": "

Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

", "ReservedDBInstance$MultiAZ": "

Indicates if the reservation applies to Multi-AZ deployments.

", "ReservedDBInstancesOffering$MultiAZ": "

Indicates if the offering applies to Multi-AZ deployments.

", "ResetDBClusterParameterGroupMessage$ResetAllParameters": "

A value that indicates whether to reset all parameters in the DB cluster parameter group to their default values. You can't use this parameter if there is a list of parameter names specified for the Parameters parameter.

", - "ResetDBParameterGroupMessage$ResetAllParameters": "

A value that indicates whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.

", - "RestoreDBClusterToPointInTimeMessage$UseLatestRestorableTime": "

A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster isn't restored to the latest restorable backup time.

Constraints: Can't be specified if RestoreToTime parameter is provided.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBInstanceToPointInTimeMessage$UseLatestRestorableTime": "

A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.

Constraints: Can't be specified if the RestoreTime parameter is provided.

", + "ResetDBParameterGroupMessage$ResetAllParameters": "

A value that indicates whether to reset all parameters in the DB parameter group to default values. By default, all parameters in the DB parameter group are reset to default values.

", + "RestoreDBClusterToPointInTimeMessage$UseLatestRestorableTime": "

A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster isn't restored to the latest restorable backup time.

Constraints: Can't be specified if RestoreToTime parameter is provided.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "RestoreDBInstanceToPointInTimeMessage$UseLatestRestorableTime": "

A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.

Constraints: Can't be specified if the RestoreTime parameter is provided.

", "SourceRegion$SupportsDBInstanceAutomatedBackupsReplication": "

Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.

", "StartActivityStreamResponse$ApplyImmediately": "

Indicates whether or not the database activity stream will start as soon as possible, regardless of the maintenance window for the database.

", "UpgradeTarget$AutoUpgrade": "

A value that indicates whether the target version is applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

", @@ -425,38 +425,38 @@ "CopyDBClusterSnapshotMessage$CopyTags": "

A value that indicates whether to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot. By default, tags are not copied.

", "CopyDBSnapshotMessage$CopyTags": "

A value that indicates whether to copy all tags from the source DB snapshot to the target DB snapshot. By default, tags are not copied.

", "CreateDBClusterMessage$StorageEncrypted": "

A value that indicates whether the DB cluster is encrypted.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "CreateDBClusterMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "CreateDBClusterMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide..

Valid for: Aurora DB clusters only

", "CreateDBClusterMessage$DeletionProtection": "

A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "CreateDBClusterMessage$EnableHttpEndpoint": "

A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster. By default, the HTTP endpoint is disabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "CreateDBClusterMessage$EnableHttpEndpoint": "

A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is disabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "CreateDBClusterMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "CreateDBClusterMessage$EnableGlobalWriteForwarding": "

A value that indicates whether to enable this DB cluster to forward write operations to the primary cluster of an Aurora global database (GlobalCluster). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.

You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by the FailoverGlobalCluster API operation, but it does nothing until then.

Valid for: Aurora DB clusters only

", + "CreateDBClusterMessage$EnableGlobalWriteForwarding": "

A value that indicates whether to enable this DB cluster to forward write operations to the primary cluster of an Aurora global database (GlobalCluster). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.

You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by the FailoverGlobalCluster API operation, but it does nothing until then.

Valid for: Aurora DB clusters only

", "CreateDBClusterMessage$PubliclyAccessible": "

A value that indicates whether the DB cluster is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether DBSubnetGroupName is specified.

If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies:

If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies:

Valid for: Multi-AZ DB clusters only

", "CreateDBClusterMessage$AutoMinorVersionUpgrade": "

A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.

Valid for: Multi-AZ DB clusters only

", - "CreateDBClusterMessage$EnablePerformanceInsights": "

A value that indicates whether to turn on Performance Insights for the DB cluster.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

", + "CreateDBClusterMessage$EnablePerformanceInsights": "

A value that indicates whether to turn on Performance Insights for the DB cluster.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

", "CreateDBInstanceMessage$MultiAZ": "

A value that indicates whether the DB instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$AutoMinorVersionUpgrade": "

A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.

If you create an RDS Custom DB instance, you must set AutoMinorVersionUpgrade to false.

", "CreateDBInstanceMessage$PubliclyAccessible": "

A value that indicates whether the DB instance is publicly accessible.

When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether DBSubnetGroupName is specified.

If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies:

If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies:

", "CreateDBInstanceMessage$StorageEncrypted": "

A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.

For RDS Custom instances, either set this parameter to true or leave it unset. If you set this parameter to false, RDS reports an error.

Amazon Aurora

Not applicable. The encryption for DB instances is managed by the DB cluster.

", "CreateDBInstanceMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

Amazon Aurora

Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.

", - "CreateDBInstanceMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

This setting doesn't apply to RDS Custom or Amazon Aurora. In Aurora, mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster.

For more information, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

", - "CreateDBInstanceMessage$EnablePerformanceInsights": "

A value that indicates whether to enable Performance Insights for the DB instance. For more information, see Using Amazon Performance Insights in the Amazon Relational Database Service User Guide.

This setting doesn't apply to RDS Custom.

", - "CreateDBInstanceMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

Amazon Aurora

Not applicable. You can enable or disable deletion protection for the DB cluster. For more information, see CreateDBCluster. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.

", + "CreateDBInstanceMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

This setting doesn't apply to RDS Custom or Amazon Aurora. In Aurora, mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster.

For more information, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

", + "CreateDBInstanceMessage$EnablePerformanceInsights": "

A value that indicates whether to enable Performance Insights for the DB instance. For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", + "CreateDBInstanceMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

Amazon Aurora

Not applicable. You can enable or disable deletion protection for the DB cluster. For more information, see CreateDBCluster. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.

", "CreateDBInstanceMessage$EnableCustomerOwnedIp": "

A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

", - "CreateDBInstanceReadReplicaMessage$MultiAZ": "

A value that indicates whether the read replica is in a Multi-AZ deployment.

You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your read replica as a Multi-AZ DB instance is independent of whether the source database is a Multi-AZ DB instance.

This setting doesn't apply to RDS Custom.

", + "CreateDBInstanceReadReplicaMessage$MultiAZ": "

A value that indicates whether the read replica is in a Multi-AZ deployment.

You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of your replica in another Availability Zone for failover support for the replica. Creating your read replica as a Multi-AZ DB instance is independent of whether the source database is a Multi-AZ DB instance.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$AutoMinorVersionUpgrade": "

A value that indicates whether minor engine upgrades are applied automatically to the read replica during the maintenance window.

This setting doesn't apply to RDS Custom.

Default: Inherits from the source DB instance

", "CreateDBInstanceReadReplicaMessage$PubliclyAccessible": "

A value that indicates whether the DB instance is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

", "CreateDBInstanceReadReplicaMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the read replica to snapshots of the read replica. By default, tags are not copied.

", - "CreateDBInstanceReadReplicaMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", - "CreateDBInstanceReadReplicaMessage$EnablePerformanceInsights": "

A value that indicates whether to enable Performance Insights for the read replica.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", + "CreateDBInstanceReadReplicaMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", + "CreateDBInstanceReadReplicaMessage$EnablePerformanceInsights": "

A value that indicates whether to enable Performance Insights for the read replica.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$UseDefaultProcessorFeatures": "

A value that indicates whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom.

", - "CreateDBInstanceReadReplicaMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", - "CreateEventSubscriptionMessage$Enabled": "

A value that indicates whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.

", - "CreateGlobalClusterMessage$DeletionProtection": "

The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.

", - "CreateGlobalClusterMessage$StorageEncrypted": "

The storage encryption setting for the new global database cluster.

", + "CreateDBInstanceReadReplicaMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", + "CreateEventSubscriptionMessage$Enabled": "

A value that indicates whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.

", + "CreateGlobalClusterMessage$DeletionProtection": "

The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.

", + "CreateGlobalClusterMessage$StorageEncrypted": "

The storage encryption setting for the new global database cluster.

", "DBCluster$MultiAZ": "

Specifies whether the DB cluster has instances in multiple Availability Zones.

", "DBCluster$IAMDatabaseAuthenticationEnabled": "

A value that indicates whether the mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

", - "DBCluster$DeletionProtection": "

Indicates if the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.

", - "DBCluster$HttpEndpointEnabled": "

A value that indicates whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless in the Amazon Aurora User Guide.

", + "DBCluster$DeletionProtection": "

Indicates if the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.

", + "DBCluster$HttpEndpointEnabled": "

A value that indicates whether the HTTP endpoint for an Aurora Serverless v1 DB cluster is enabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide.

", "DBCluster$CopyTagsToSnapshot": "

Specifies whether tags are copied from the DB cluster to snapshots of the DB cluster.

", "DBCluster$CrossAccountClone": "

Specifies whether the DB cluster is a clone of a DB cluster owned by a different Amazon Web Services account.

", "DBCluster$GlobalWriteForwardingRequested": "

Specifies whether you have requested to enable write forwarding for a secondary cluster in an Aurora global database. Because write forwarding takes time to enable, check the value of GlobalWriteForwardingStatus to confirm that the request has completed before using the write forwarding feature for this cluster.

", @@ -466,52 +466,52 @@ "DBInstance$CustomerOwnedIpEnabled": "

Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

", "DBInstance$ActivityStreamEngineNativeAuditFieldsIncluded": "

Indicates whether engine-native audit fields are included in the database activity stream.

", "DeleteDBInstanceMessage$DeleteAutomatedBackups": "

A value that indicates whether to remove automated backups immediately after the DB instance is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB instance is deleted.

", - "DescribeDBEngineVersionsMessage$ListSupportedCharacterSets": "

A value that indicates whether to list the supported character sets for each engine version.

If this parameter is enabled and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

For RDS Custom, the default is not to list supported character sets. If you set ListSupportedCharacterSets to true, RDS Custom returns no results.

", - "DescribeDBEngineVersionsMessage$ListSupportedTimezones": "

A value that indicates whether to list the supported time zones for each engine version.

If this parameter is enabled and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version.

For RDS Custom, the default is not to list supported time zones. If you set ListSupportedTimezones to true, RDS Custom returns no results.

", + "DescribeDBEngineVersionsMessage$ListSupportedCharacterSets": "

A value that indicates whether to list the supported character sets for each engine version.

If this parameter is enabled and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

For RDS Custom, the default is not to list supported character sets. If you set ListSupportedCharacterSets to true, RDS Custom returns no results.

", + "DescribeDBEngineVersionsMessage$ListSupportedTimezones": "

A value that indicates whether to list the supported time zones for each engine version.

If this parameter is enabled and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version.

For RDS Custom, the default is not to list supported time zones. If you set ListSupportedTimezones to true, RDS Custom returns no results.

", "DescribeDBEngineVersionsMessage$IncludeAll": "

A value that indicates whether to include engine versions that aren't available in the list. The default is to list only available engine versions.

", "DescribeOrderableDBInstanceOptionsMessage$Vpc": "

A value that indicates whether to show only VPC or non-VPC offerings. RDS Custom supports only VPC offerings.

RDS Custom supports only VPC offerings. If you describe non-VPC offerings for RDS Custom, the output shows VPC offerings.

", "DescribeReservedDBInstancesMessage$MultiAZ": "

A value that indicates whether to show only those reservations that support Multi-AZ.

", "DescribeReservedDBInstancesOfferingsMessage$MultiAZ": "

A value that indicates whether to show only those reservations that support Multi-AZ.

", - "GlobalCluster$StorageEncrypted": "

The storage encryption setting for the global database cluster.

", - "GlobalCluster$DeletionProtection": "

The deletion protection setting for the new global database cluster.

", + "GlobalCluster$StorageEncrypted": "

The storage encryption setting for the global database cluster.

", + "GlobalCluster$DeletionProtection": "

The deletion protection setting for the new global database cluster.

", "ModifyCertificatesMessage$RemoveCustomerOverride": "

A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.

", - "ModifyDBClusterMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "ModifyDBClusterMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "ModifyDBClusterMessage$DeletionProtection": "

A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "ModifyDBClusterMessage$EnableHttpEndpoint": "

A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless DB cluster. By default, the HTTP endpoint is disabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "ModifyDBClusterMessage$EnableHttpEndpoint": "

A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is disabled.

When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor.

For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "ModifyDBClusterMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "ModifyDBClusterMessage$EnableGlobalWriteForwarding": "

A value that indicates whether to enable this DB cluster to forward write operations to the primary cluster of an Aurora global database (GlobalCluster). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.

You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by the FailoverGlobalCluster API operation, but it does nothing until then.

Valid for: Aurora DB clusters only

", + "ModifyDBClusterMessage$EnableGlobalWriteForwarding": "

A value that indicates whether to enable this DB cluster to forward write operations to the primary cluster of an Aurora global database (GlobalCluster). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database.

You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by the FailoverGlobalCluster API operation, but it does nothing until then.

Valid for: Aurora DB clusters only

", "ModifyDBClusterMessage$AutoMinorVersionUpgrade": "

A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.

Valid for: Multi-AZ DB clusters only

", - "ModifyDBClusterMessage$EnablePerformanceInsights": "

A value that indicates whether to turn on Performance Insights for the DB cluster.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

", - "ModifyDBInstanceMessage$MultiAZ": "

A value that indicates whether the DB instance is a Multi-AZ deployment. Changing this parameter doesn't result in an outage. The change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request.

This setting doesn't apply to RDS Custom.

", + "ModifyDBClusterMessage$EnablePerformanceInsights": "

A value that indicates whether to turn on Performance Insights for the DB cluster.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

", + "ModifyDBInstanceMessage$MultiAZ": "

A value that indicates whether the DB instance is a Multi-AZ deployment. Changing this parameter doesn't result in an outage. The change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request.

This setting doesn't apply to RDS Custom.

", "ModifyDBInstanceMessage$AutoMinorVersionUpgrade": "

A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window. An outage occurs when all the following conditions are met:

If any of the preceding conditions isn't met, RDS applies the change as soon as possible and doesn't cause an outage.

For an RDS Custom DB instance, set AutoMinorVersionUpgrade to false. Otherwise, the operation returns an error.

", "ModifyDBInstanceMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

Amazon Aurora

Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting. For more information, see ModifyDBCluster.

", - "ModifyDBInstanceMessage$PubliclyAccessible": "

A value that indicates whether the DB instance is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be enabled for it to be publicly accessible.

Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

", + "ModifyDBInstanceMessage$PubliclyAccessible": "

A value that indicates whether the DB instance is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be enabled for it to be publicly accessible.

Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

", "ModifyDBInstanceMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

This setting doesn't apply to Amazon Aurora. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", - "ModifyDBInstanceMessage$EnablePerformanceInsights": "

A value that indicates whether to enable Performance Insights for the DB instance.

For more information, see Using Amazon Performance Insights in the Amazon Relational Database Service User Guide.

This setting doesn't apply to RDS Custom.

", + "ModifyDBInstanceMessage$EnablePerformanceInsights": "

A value that indicates whether to enable Performance Insights for the DB instance.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide..

This setting doesn't apply to RDS Custom.

", "ModifyDBInstanceMessage$UseDefaultProcessorFeatures": "

A value that indicates whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom.

", - "ModifyDBInstanceMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", - "ModifyDBInstanceMessage$CertificateRotationRestart": "

A value that indicates whether the DB instance is restarted when you rotate your SSL/TLS certificate.

By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted.

Set this parameter only if you are not using SSL/TLS to connect to the DB instance.

If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate:

This setting doesn't apply to RDS Custom.

", + "ModifyDBInstanceMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", + "ModifyDBInstanceMessage$CertificateRotationRestart": "

A value that indicates whether the DB instance is restarted when you rotate your SSL/TLS certificate.

By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted.

Set this parameter only if you are not using SSL/TLS to connect to the DB instance.

If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate:

This setting doesn't apply to RDS Custom.

", "ModifyDBInstanceMessage$EnableCustomerOwnedIp": "

A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

", "ModifyDBProxyRequest$RequireTLS": "

Whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy, even if the associated database doesn't use TLS.

", "ModifyDBProxyRequest$DebugLogging": "

Whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.

", - "ModifyEventSubscriptionMessage$Enabled": "

A value that indicates whether to activate the subscription.

", - "ModifyGlobalClusterMessage$DeletionProtection": "

Indicates if the global database cluster has deletion protection enabled. The global database cluster can't be deleted when deletion protection is enabled.

", + "ModifyEventSubscriptionMessage$Enabled": "

A value that indicates whether to activate the subscription.

", + "ModifyGlobalClusterMessage$DeletionProtection": "

Indicates if the global database cluster has deletion protection enabled. The global database cluster can't be deleted when deletion protection is enabled.

", "ModifyGlobalClusterMessage$AllowMajorVersionUpgrade": "

A value that indicates whether major version upgrades are allowed.

Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.

If you upgrade the major version of a global database, the cluster and DB instance parameter groups are set to the default parameter groups for the new version. Apply any custom parameter groups after completing the upgrade.

", - "OptionGroupOption$SupportsOptionVersionDowngrade": "

If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.

", + "OptionGroupOption$SupportsOptionVersionDowngrade": "

If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.

", "OrderableDBInstanceOption$SupportsStorageAutoscaling": "

Whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.

", "OrderableDBInstanceOption$SupportsKerberosAuthentication": "

Whether a DB instance supports Kerberos Authentication.

", "PendingModifiedValues$MultiAZ": "

A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.

", "PendingModifiedValues$IAMDatabaseAuthenticationEnabled": "

Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

", - "RebootDBInstanceMessage$ForceFailover": "

A value that indicates whether the reboot is conducted through a Multi-AZ failover.

Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.

", + "RebootDBInstanceMessage$ForceFailover": "

A value that indicates whether the reboot is conducted through a Multi-AZ failover.

Constraint: You can't enable force failover if the instance isn't configured for Multi-AZ.

", "RestoreDBClusterFromS3Message$StorageEncrypted": "

A value that indicates whether the restored DB cluster is encrypted.

", - "RestoreDBClusterFromS3Message$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

", - "RestoreDBClusterFromS3Message$DeletionProtection": "

A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

", + "RestoreDBClusterFromS3Message$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

", + "RestoreDBClusterFromS3Message$DeletionProtection": "

A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

", "RestoreDBClusterFromS3Message$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.

", - "RestoreDBClusterFromSnapshotMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "RestoreDBClusterFromSnapshotMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "RestoreDBClusterFromSnapshotMessage$DeletionProtection": "

A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterFromSnapshotMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterFromSnapshotMessage$PubliclyAccessible": "

A value that indicates whether the DB cluster is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether DBSubnetGroupName is specified.

If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies:

If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBClusterToPointInTimeMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "RestoreDBClusterToPointInTimeMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information, see IAM Database Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "RestoreDBClusterToPointInTimeMessage$DeletionProtection": "

A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterToPointInTimeMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterToPointInTimeMessage$PubliclyAccessible": "

A value that indicates whether the DB cluster is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether DBSubnetGroupName is specified.

If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies:

If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies:

Valid for: Multi-AZ DB clusters only

", @@ -521,27 +521,27 @@ "RestoreDBInstanceFromDBSnapshotMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance.

In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the restored DB instance.

For more information, see Copying tags to DB instance snapshots in the Amazon RDS User Guide.

", "RestoreDBInstanceFromDBSnapshotMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceFromDBSnapshotMessage$UseDefaultProcessorFeatures": "

A value that indicates whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom.

", - "RestoreDBInstanceFromDBSnapshotMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", + "RestoreDBInstanceFromDBSnapshotMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", "RestoreDBInstanceFromDBSnapshotMessage$EnableCustomerOwnedIp": "

A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

This setting doesn't apply to RDS Custom.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

", - "RestoreDBInstanceFromS3Message$MultiAZ": "

A value that indicates whether the DB instance is a Multi-AZ deployment. If the DB instance is a Multi-AZ deployment, you can't set the AvailabilityZone parameter.

", - "RestoreDBInstanceFromS3Message$AutoMinorVersionUpgrade": "

A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are not applied automatically.

", + "RestoreDBInstanceFromS3Message$MultiAZ": "

A value that indicates whether the DB instance is a Multi-AZ deployment. If the DB instance is a Multi-AZ deployment, you can't set the AvailabilityZone parameter.

", + "RestoreDBInstanceFromS3Message$AutoMinorVersionUpgrade": "

A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are not applied automatically.

", "RestoreDBInstanceFromS3Message$PubliclyAccessible": "

A value that indicates whether the DB instance is publicly accessible.

When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

", - "RestoreDBInstanceFromS3Message$StorageEncrypted": "

A value that indicates whether the new DB instance is encrypted or not.

", - "RestoreDBInstanceFromS3Message$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

", + "RestoreDBInstanceFromS3Message$StorageEncrypted": "

A value that indicates whether the new DB instance is encrypted or not.

", + "RestoreDBInstanceFromS3Message$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

", "RestoreDBInstanceFromS3Message$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

", - "RestoreDBInstanceFromS3Message$EnablePerformanceInsights": "

A value that indicates whether to enable Performance Insights for the DB instance.

For more information, see Using Amazon Performance Insights in the Amazon Relational Database Service User Guide.

", + "RestoreDBInstanceFromS3Message$EnablePerformanceInsights": "

A value that indicates whether to enable Performance Insights for the DB instance.

For more information, see Using Amazon Performance Insights in the Amazon RDS User Guide..

", "RestoreDBInstanceFromS3Message$UseDefaultProcessorFeatures": "

A value that indicates whether the DB instance class of the DB instance uses its default processor features.

", - "RestoreDBInstanceFromS3Message$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", + "RestoreDBInstanceFromS3Message$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", "RestoreDBInstanceToPointInTimeMessage$MultiAZ": "

A value that indicates whether the DB instance is a Multi-AZ deployment.

This setting doesn't apply to RDS Custom.

Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

", "RestoreDBInstanceToPointInTimeMessage$PubliclyAccessible": "

A value that indicates whether the DB instance is publicly accessible.

When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.

When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.

For more information, see CreateDBInstance.

", "RestoreDBInstanceToPointInTimeMessage$AutoMinorVersionUpgrade": "

A value that indicates whether minor version upgrades are applied automatically to the DB instance during the maintenance window.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceToPointInTimeMessage$CopyTagsToSnapshot": "

A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.

", "RestoreDBInstanceToPointInTimeMessage$EnableIAMDatabaseAuthentication": "

A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled.

This setting doesn't apply to RDS Custom.

For more information about IAM database authentication, see IAM Database Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.

", "RestoreDBInstanceToPointInTimeMessage$UseDefaultProcessorFeatures": "

A value that indicates whether the DB instance class of the DB instance uses its default processor features.

This setting doesn't apply to RDS Custom.

", - "RestoreDBInstanceToPointInTimeMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", + "RestoreDBInstanceToPointInTimeMessage$DeletionProtection": "

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

", "RestoreDBInstanceToPointInTimeMessage$EnableCustomerOwnedIp": "

A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network.

This setting doesn't apply to RDS Custom.

For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

For more information about CoIPs, see Customer-owned IP addresses in the Amazon Web Services Outposts User Guide.

", - "ScalingConfiguration$AutoPause": "

A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).

If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it.

", - "ScalingConfigurationInfo$AutoPause": "

A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode.

When the value is set to false for an Aurora Serverless DB cluster, the DB cluster automatically resumes.

", + "ScalingConfiguration$AutoPause": "

A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in serverless DB engine mode. A DB cluster can be paused only when it's idle (it has no connections).

If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot. In this case, the DB cluster is restored when there is a request to connect to it.

", + "ScalingConfigurationInfo$AutoPause": "

A value that indicates whether automatic pause is allowed for the Aurora DB cluster in serverless DB engine mode.

When the value is set to false for an Aurora Serverless v1 DB cluster, the DB cluster automatically resumes.

", "StartActivityStreamRequest$ApplyImmediately": "

Specifies whether or not the database activity stream is to start as soon as possible, regardless of the maintenance window for the database.

", "StartActivityStreamRequest$EngineNativeAuditFieldsIncluded": "

Specifies whether the database activity stream includes engine-native audit fields. This option only applies to an Oracle DB instance. By default, no engine-native audit fields are included.

", "StartActivityStreamResponse$EngineNativeAuditFieldsIncluded": "

Indicates whether engine-native audit fields are included in the database activity stream.

", @@ -581,21 +581,21 @@ } }, "CertificateNotFoundFault": { - "base": "

CertificateIdentifier doesn't refer to an existing certificate.

", + "base": "

CertificateIdentifier doesn't refer to an existing certificate.

", "refs": { } }, "CharacterSet": { - "base": "

This data type is used as a response element in the action DescribeDBEngineVersions.

", + "base": "

This data type is used as a response element in the action DescribeDBEngineVersions.

", "refs": { - "DBEngineVersion$DefaultCharacterSet": "

The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

", + "DBEngineVersion$DefaultCharacterSet": "

The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

", "SupportedCharacterSetsList$member": null } }, "CloudwatchLogsExportConfiguration": { "base": "

The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance or DB cluster.

The EnableLogTypes and DisableLogTypes arrays determine which logs will be exported (or not exported) to CloudWatch Logs. The values within these arrays depend on the DB engine being used.

For more information about exporting CloudWatch Logs for Amazon RDS DB instances, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora DB clusters, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

", "refs": { - "ModifyDBClusterMessage$CloudwatchLogsExportConfiguration": "

The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Relational Database Service User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "ModifyDBClusterMessage$CloudwatchLogsExportConfiguration": "

The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB cluster. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "ModifyDBInstanceMessage$CloudwatchLogsExportConfiguration": "

The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance.

A change to the CloudwatchLogsExportConfiguration parameter is always applied to the DB instance immediately. Therefore, the ApplyImmediately parameter has no effect.

This setting doesn't apply to RDS Custom.

" } }, @@ -869,7 +869,7 @@ "CustomDBEngineVersionManifest": { "base": null, "refs": { - "CreateCustomDBEngineVersionMessage$Manifest": "

The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed.

The following JSON fields are valid:

MediaImportTemplateVersion

Version of the CEV manifest. The date is in the format YYYY-MM-DD.

databaseInstallationFileNames

Ordered list of installation files for the CEV.

opatchFileNames

Ordered list of OPatch installers used for the Oracle DB engine.

psuRuPatchFileNames

The PSU and RU patches for this CEV.

OtherPatchFileNames

The patches that are not in the list of PSU and RU patches. Amazon RDS applies these patches after applying the PSU and RU patches.

For more information, see Creating the CEV manifest in the Amazon RDS User Guide.

" + "CreateCustomDBEngineVersionMessage$Manifest": "

The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed.

The following JSON fields are valid:

MediaImportTemplateVersion

Version of the CEV manifest. The date is in the format YYYY-MM-DD.

databaseInstallationFileNames

Ordered list of installation files for the CEV.

opatchFileNames

Ordered list of OPatch installers used for the Oracle DB engine.

psuRuPatchFileNames

The PSU and RU patches for this CEV.

OtherPatchFileNames

The patches that are not in the list of PSU and RU patches. Amazon RDS applies these patches after applying the PSU and RU patches.

For more information, see Creating the CEV manifest in the Amazon RDS User Guide.

" } }, "CustomDBEngineVersionNotFoundFault": { @@ -901,11 +901,11 @@ "CustomEngineVersionStatus": { "base": null, "refs": { - "ModifyCustomDBEngineVersionMessage$Status": "

The availability status to be assigned to the CEV. Valid values are as follows:

available

You can use this CEV to create a new RDS Custom DB instance.

inactive

You can create a new RDS Custom instance by restoring a DB snapshot with this CEV. You can't patch or create new instances with this CEV.

You can change any status to any status. A typical reason to change status is to prevent the accidental use of a CEV, or to make a deprecated CEV eligible for use again. For example, you might change the status of your CEV from available to inactive, and from inactive back to available. To change the availability status of the CEV, it must not currently be in use by an RDS Custom instance, snapshot, or automated backup.

" + "ModifyCustomDBEngineVersionMessage$Status": "

The availability status to be assigned to the CEV. Valid values are as follows:

available

You can use this CEV to create a new RDS Custom DB instance.

inactive

You can create a new RDS Custom instance by restoring a DB snapshot with this CEV. You can't patch or create new instances with this CEV.

You can change any status to any status. A typical reason to change status is to prevent the accidental use of a CEV, or to make a deprecated CEV eligible for use again. For example, you might change the status of your CEV from available to inactive, and from inactive back to available. To change the availability status of the CEV, it must not currently be in use by an RDS Custom instance, snapshot, or automated backup.

" } }, "DBCluster": { - "base": "

Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.

For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, RestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster.

For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", + "base": "

Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.

For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, RestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster.

For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime.

For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide.

", "refs": { "CreateDBClusterResult$DBCluster": null, "DBClusterList$member": null, @@ -944,7 +944,7 @@ } }, "DBClusterBacktrackNotFoundFault": { - "base": "

BacktrackIdentifier doesn't refer to an existing backtrack.

", + "base": "

BacktrackIdentifier doesn't refer to an existing backtrack.

", "refs": { } }, @@ -988,7 +988,7 @@ "DBClusterIdentifier": { "base": null, "refs": { - "FailoverGlobalClusterMessage$TargetDbClusterIdentifier": "

Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.

" + "FailoverGlobalClusterMessage$TargetDbClusterIdentifier": "

Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.

" } }, "DBClusterList": { @@ -1015,7 +1015,7 @@ } }, "DBClusterNotFoundFault": { - "base": "

DBClusterIdentifier doesn't refer to an existing DB cluster.

", + "base": "

DBClusterIdentifier doesn't refer to an existing DB cluster.

", "refs": { } }, @@ -1032,7 +1032,7 @@ } }, "DBClusterParameterGroup": { - "base": "

Contains the details of an Amazon RDS DB cluster parameter group.

This data type is used as a response element in the DescribeDBClusterParameterGroups action.

", + "base": "

Contains the details of an Amazon RDS DB cluster parameter group.

This data type is used as a response element in the DescribeDBClusterParameterGroups action.

", "refs": { "CopyDBClusterParameterGroupResult$DBClusterParameterGroup": null, "CreateDBClusterParameterGroupResult$DBClusterParameterGroup": null, @@ -1056,7 +1056,7 @@ } }, "DBClusterParameterGroupNotFoundFault": { - "base": "

DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.

", + "base": "

DBClusterParameterGroupName doesn't refer to an existing DB cluster parameter group.

", "refs": { } }, @@ -1098,7 +1098,7 @@ } }, "DBClusterSnapshot": { - "base": "

Contains the details for an Amazon RDS DB cluster snapshot

This data type is used as a response element in the DescribeDBClusterSnapshots action.

", + "base": "

Contains the details for an Amazon RDS DB cluster snapshot

This data type is used as a response element in the DescribeDBClusterSnapshots action.

", "refs": { "CopyDBClusterSnapshotResult$DBClusterSnapshot": null, "CreateDBClusterSnapshotResult$DBClusterSnapshot": null, @@ -1137,17 +1137,17 @@ } }, "DBClusterSnapshotMessage": { - "base": "

Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.

", + "base": "

Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.

", "refs": { } }, "DBClusterSnapshotNotFoundFault": { - "base": "

DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.

", + "base": "

DBClusterSnapshotIdentifier doesn't refer to an existing DB cluster snapshot.

", "refs": { } }, "DBEngineVersion": { - "base": "

This data type is used as a response element in the action DescribeDBEngineVersions.

", + "base": "

This data type is used as a response element in the action DescribeDBEngineVersions.

", "refs": { "DBEngineVersionList$member": null } @@ -1155,16 +1155,16 @@ "DBEngineVersionList": { "base": null, "refs": { - "DBEngineVersionMessage$DBEngineVersions": "

A list of DBEngineVersion elements.

" + "DBEngineVersionMessage$DBEngineVersions": "

A list of DBEngineVersion elements.

" } }, "DBEngineVersionMessage": { - "base": "

Contains the result of a successful invocation of the DescribeDBEngineVersions action.

", + "base": "

Contains the result of a successful invocation of the DescribeDBEngineVersions action.

", "refs": { } }, "DBInstance": { - "base": "

Contains the details of an Amazon RDS DB instance.

This data type is used as a response element in the operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance.

", + "base": "

Contains the details of an Amazon RDS DB instance.

This data type is used as a response element in the operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, RestoreDBInstanceToPointInTime, StartDBInstance, and StopDBInstance.

", "refs": { "CreateDBInstanceReadReplicaResult$DBInstance": null, "CreateDBInstanceResult$DBInstance": null, @@ -1197,11 +1197,11 @@ "DBInstanceAutomatedBackupList": { "base": null, "refs": { - "DBInstanceAutomatedBackupMessage$DBInstanceAutomatedBackups": "

A list of DBInstanceAutomatedBackup instances.

" + "DBInstanceAutomatedBackupMessage$DBInstanceAutomatedBackups": "

A list of DBInstanceAutomatedBackup instances.

" } }, "DBInstanceAutomatedBackupMessage": { - "base": "

Contains the result of a successful invocation of the DescribeDBInstanceAutomatedBackups action.

", + "base": "

Contains the result of a successful invocation of the DescribeDBInstanceAutomatedBackups action.

", "refs": { } }, @@ -1231,16 +1231,16 @@ "DBInstanceList": { "base": null, "refs": { - "DBInstanceMessage$DBInstances": "

A list of DBInstance instances.

" + "DBInstanceMessage$DBInstances": "

A list of DBInstance instances.

" } }, "DBInstanceMessage": { - "base": "

Contains the result of a successful invocation of the DescribeDBInstances action.

", + "base": "

Contains the result of a successful invocation of the DescribeDBInstances action.

", "refs": { } }, "DBInstanceNotFoundFault": { - "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", + "base": "

DBInstanceIdentifier doesn't refer to an existing DB instance.

", "refs": { } }, @@ -1268,7 +1268,7 @@ "DBInstanceRoles": { "base": null, "refs": { - "DBInstance$AssociatedRoles": "

The Amazon Web Services Identity and Access Management (IAM) roles associated with the DB instance.

" + "DBInstance$AssociatedRoles": "

The Amazon Web Services Identity and Access Management (IAM) roles associated with the DB instance.

" } }, "DBInstanceStatusInfo": { @@ -1289,7 +1289,7 @@ } }, "DBParameterGroup": { - "base": "

Contains the details of an Amazon RDS DB parameter group.

This data type is used as a response element in the DescribeDBParameterGroups action.

", + "base": "

Contains the details of an Amazon RDS DB parameter group.

This data type is used as a response element in the DescribeDBParameterGroups action.

", "refs": { "CopyDBParameterGroupResult$DBParameterGroup": null, "CreateDBParameterGroupResult$DBParameterGroup": null, @@ -1302,23 +1302,23 @@ } }, "DBParameterGroupDetails": { - "base": "

Contains the result of a successful invocation of the DescribeDBParameters action.

", + "base": "

Contains the result of a successful invocation of the DescribeDBParameters action.

", "refs": { } }, "DBParameterGroupList": { "base": null, "refs": { - "DBParameterGroupsMessage$DBParameterGroups": "

A list of DBParameterGroup instances.

" + "DBParameterGroupsMessage$DBParameterGroups": "

A list of DBParameterGroup instances.

" } }, "DBParameterGroupNameMessage": { - "base": "

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

", + "base": "

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

", "refs": { } }, "DBParameterGroupNotFoundFault": { - "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", + "base": "

DBParameterGroupName doesn't refer to an existing DB parameter group.

", "refs": { } }, @@ -1340,7 +1340,7 @@ } }, "DBParameterGroupsMessage": { - "base": "

Contains the result of a successful invocation of the DescribeDBParameterGroups action.

", + "base": "

Contains the result of a successful invocation of the DescribeDBParameterGroups action.

", "refs": { } }, @@ -1469,7 +1469,7 @@ } }, "DBSecurityGroup": { - "base": "

Contains the details for an Amazon RDS DB security group.

This data type is used as a response element in the DescribeDBSecurityGroups action.

", + "base": "

Contains the details for an Amazon RDS DB security group.

This data type is used as a response element in the DescribeDBSecurityGroups action.

", "refs": { "AuthorizeDBSecurityGroupIngressResult$DBSecurityGroup": null, "CreateDBSecurityGroupResult$DBSecurityGroup": null, @@ -1478,7 +1478,7 @@ } }, "DBSecurityGroupAlreadyExistsFault": { - "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", + "base": "

A DB security group with the name specified in DBSecurityGroupName already exists.

", "refs": { } }, @@ -1491,12 +1491,12 @@ "DBSecurityGroupMembershipList": { "base": null, "refs": { - "DBInstance$DBSecurityGroups": "

A list of DB security group elements containing DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

", + "DBInstance$DBSecurityGroups": "

A list of DB security group elements containing DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

", "Option$DBSecurityGroupMemberships": "

If the option requires access to a port, then this DB security group allows access to the port.

" } }, "DBSecurityGroupMessage": { - "base": "

Contains the result of a successful invocation of the DescribeDBSecurityGroups action.

", + "base": "

Contains the result of a successful invocation of the DescribeDBSecurityGroups action.

", "refs": { } }, @@ -1510,7 +1510,7 @@ } }, "DBSecurityGroupNotFoundFault": { - "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", + "base": "

DBSecurityGroupName doesn't refer to an existing DB security group.

", "refs": { } }, @@ -1527,11 +1527,11 @@ "DBSecurityGroups": { "base": null, "refs": { - "DBSecurityGroupMessage$DBSecurityGroups": "

A list of DBSecurityGroup instances.

" + "DBSecurityGroupMessage$DBSecurityGroups": "

A list of DBSecurityGroup instances.

" } }, "DBSnapshot": { - "base": "

Contains the details of an Amazon RDS DB snapshot.

This data type is used as a response element in the DescribeDBSnapshots action.

", + "base": "

Contains the details of an Amazon RDS DB snapshot.

This data type is used as a response element in the DescribeDBSnapshots action.

", "refs": { "CopyDBSnapshotResult$DBSnapshot": null, "CreateDBSnapshotResult$DBSnapshot": null, @@ -1541,7 +1541,7 @@ } }, "DBSnapshotAlreadyExistsFault": { - "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", + "base": "

DBSnapshotIdentifier is already used by an existing snapshot.

", "refs": { } }, @@ -1567,21 +1567,21 @@ "DBSnapshotList": { "base": null, "refs": { - "DBSnapshotMessage$DBSnapshots": "

A list of DBSnapshot instances.

" + "DBSnapshotMessage$DBSnapshots": "

A list of DBSnapshot instances.

" } }, "DBSnapshotMessage": { - "base": "

Contains the result of a successful invocation of the DescribeDBSnapshots action.

", + "base": "

Contains the result of a successful invocation of the DescribeDBSnapshots action.

", "refs": { } }, "DBSnapshotNotFoundFault": { - "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", + "base": "

DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

", "refs": { } }, "DBSubnetGroup": { - "base": "

Contains the details of an Amazon RDS DB subnet group.

This data type is used as a response element in the DescribeDBSubnetGroups action.

", + "base": "

Contains the details of an Amazon RDS DB subnet group.

This data type is used as a response element in the DescribeDBSubnetGroups action.

", "refs": { "CreateDBSubnetGroupResult$DBSubnetGroup": null, "DBInstance$DBSubnetGroup": "

Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.

", @@ -1590,7 +1590,7 @@ } }, "DBSubnetGroupAlreadyExistsFault": { - "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", + "base": "

DBSubnetGroupName is already used by an existing DB subnet group.

", "refs": { } }, @@ -1600,7 +1600,7 @@ } }, "DBSubnetGroupMessage": { - "base": "

Contains the result of a successful invocation of the DescribeDBSubnetGroups action.

", + "base": "

Contains the result of a successful invocation of the DescribeDBSubnetGroups action.

", "refs": { } }, @@ -1610,7 +1610,7 @@ } }, "DBSubnetGroupNotFoundFault": { - "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", + "base": "

DBSubnetGroupName doesn't refer to an existing DB subnet group.

", "refs": { } }, @@ -1622,7 +1622,7 @@ "DBSubnetGroups": { "base": null, "refs": { - "DBSubnetGroupMessage$DBSubnetGroups": "

A list of DBSubnetGroup instances.

" + "DBSubnetGroupMessage$DBSubnetGroups": "

A list of DBSubnetGroup instances.

" } }, "DBSubnetQuotaExceededFault": { @@ -1846,7 +1846,7 @@ } }, "DescribeDBInstanceAutomatedBackupsMessage": { - "base": "

Parameter input for DescribeDBInstanceAutomatedBackups.

", + "base": "

Parameter input for DescribeDBInstanceAutomatedBackups.

", "refs": { } }, @@ -1873,7 +1873,7 @@ } }, "DescribeDBLogFilesResponse": { - "base": "

The response from a call to DescribeDBLogFiles.

", + "base": "

The response from a call to DescribeDBLogFiles.

", "refs": { } }, @@ -2061,14 +2061,14 @@ } }, "DomainMembershipList": { - "base": "

List of Active Directory Domain membership records associated with a DB instance or cluster.

", + "base": null, "refs": { "DBCluster$DomainMemberships": "

The Active Directory Domain membership records associated with the DB cluster.

", "DBInstance$DomainMemberships": "

The Active Directory Domain membership records associated with the DB instance.

" } }, "DomainNotFoundFault": { - "base": "

Domain doesn't refer to an existing Active Directory domain.

", + "base": "

Domain doesn't refer to an existing Active Directory domain.

", "refs": { } }, @@ -2100,7 +2100,7 @@ "DoubleRangeList": { "base": null, "refs": { - "ValidStorageOptions$IopsToStorageRatio": "

The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.

" + "ValidStorageOptions$IopsToStorageRatio": "

The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.

" } }, "DownloadDBLogFilePortionDetails": { @@ -2122,7 +2122,7 @@ "EC2SecurityGroupList": { "base": null, "refs": { - "DBSecurityGroup$EC2SecurityGroups": "

Contains a list of EC2SecurityGroup elements.

" + "DBSecurityGroup$EC2SecurityGroups": "

Contains a list of EC2SecurityGroup elements.

" } }, "Endpoint": { @@ -2133,7 +2133,7 @@ } }, "EngineDefaults": { - "base": "

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.

", + "base": "

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.

", "refs": { "DescribeEngineDefaultClusterParametersResult$EngineDefaults": null, "DescribeEngineDefaultParametersResult$EngineDefaults": null @@ -2155,7 +2155,7 @@ } }, "Event": { - "base": "

This data type is used as a response element in the DescribeEvents action.

", + "base": "

This data type is used as a response element in the DescribeEvents action.

", "refs": { "EventList$member": null } @@ -2163,12 +2163,12 @@ "EventCategoriesList": { "base": null, "refs": { - "CreateEventSubscriptionMessage$EventCategories": "

A list of event categories for a particular source type (SourceType) that you want to subscribe to. You can see a list of the categories for a given source type in the \"Amazon RDS event categories and event messages\" section of the Amazon RDS User Guide or the Amazon Aurora User Guide . You can also see this list by using the DescribeEventCategories operation.

", + "CreateEventSubscriptionMessage$EventCategories": "

A list of event categories for a particular source type (SourceType) that you want to subscribe to. You can see a list of the categories for a given source type in the \"Amazon RDS event categories and event messages\" section of the Amazon RDS User Guide or the Amazon Aurora User Guide . You can also see this list by using the DescribeEventCategories operation.

", "DescribeEventsMessage$EventCategories": "

A list of event categories that trigger notifications for a event notification subscription.

", "Event$EventCategories": "

Specifies the category for the event.

", "EventCategoriesMap$EventCategories": "

The event categories for the specified source type

", "EventSubscription$EventCategoriesList": "

A list of event categories for the RDS event notification subscription.

", - "ModifyEventSubscriptionMessage$EventCategories": "

A list of event categories for a source type (SourceType) that you want to subscribe to. You can see a list of the categories for a given source type in Events in the Amazon RDS User Guide or by using the DescribeEventCategories operation.

" + "ModifyEventSubscriptionMessage$EventCategories": "

A list of event categories for a source type (SourceType) that you want to subscribe to. You can see a list of the categories for a given source type in Events in the Amazon RDS User Guide or by using the DescribeEventCategories operation.

" } }, "EventCategoriesMap": { @@ -2180,7 +2180,7 @@ "EventCategoriesMapList": { "base": null, "refs": { - "EventCategoriesMessage$EventCategoriesMapList": "

A list of EventCategoriesMap data types.

" + "EventCategoriesMessage$EventCategoriesMapList": "

A list of EventCategoriesMap data types.

" } }, "EventCategoriesMessage": { @@ -2191,7 +2191,7 @@ "EventList": { "base": null, "refs": { - "EventsMessage$Events": "

A list of Event instances.

" + "EventsMessage$Events": "

A list of Event instances.

" } }, "EventSubscription": { @@ -2222,12 +2222,12 @@ } }, "EventsMessage": { - "base": "

Contains the result of a successful invocation of the DescribeEvents action.

", + "base": "

Contains the result of a successful invocation of the DescribeEvents action.

", "refs": { } }, "ExportTask": { - "base": "

Contains the details of a snapshot export to Amazon S3.

This data type is used as a response element in the DescribeExportTasks action.

", + "base": "

Contains the details of a snapshot export to Amazon S3.

This data type is used as a response element in the DescribeExportTasks action.

", "refs": { "ExportTasksList$member": null } @@ -2274,21 +2274,21 @@ } }, "FailoverState": { - "base": "

Contains the state of scheduled or in-process failover operations on an Aurora global database (GlobalCluster). This Data type is empty unless a failover operation is scheduled or is currently underway on the Aurora global database.

", + "base": "

Contains the state of scheduled or in-process failover operations on an Aurora global database (GlobalCluster). This Data type is empty unless a failover operation is scheduled or is currently underway on the Aurora global database.

", "refs": { - "GlobalCluster$FailoverState": "

A data object containing all properties for the current state of an in-process or pending failover process for this Aurora global database. This object is empty unless the FailoverGlobalCluster API operation has been called on this Aurora global database (GlobalCluster).

" + "GlobalCluster$FailoverState": "

A data object containing all properties for the current state of an in-process or pending failover process for this Aurora global database. This object is empty unless the FailoverGlobalCluster API operation has been called on this Aurora global database (GlobalCluster).

" } }, "FailoverStatus": { "base": null, "refs": { - "FailoverState$Status": "

The current status of the Aurora global database (GlobalCluster). Possible values are as follows:

" + "FailoverState$Status": "

The current status of the Aurora global database (GlobalCluster). Possible values are as follows:

" } }, "FeatureNameList": { "base": null, "refs": { - "DBEngineVersion$SupportedFeatureNames": "

A list of features supported by the DB engine.

The supported features vary by DB engine and DB engine version.

To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

The supported features are listed under SupportedFeatureNames in the output.

" + "DBEngineVersion$SupportedFeatureNames": "

A list of features supported by the DB engine.

The supported features vary by DB engine and DB engine version.

To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

aws rds describe-db-engine-versions --engine <engine_name> --engine-version <engine_version>

For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

The supported features are listed under SupportedFeatureNames in the output.

" } }, "Filter": { @@ -2303,12 +2303,12 @@ "DescribeCertificatesMessage$Filters": "

This parameter isn't currently supported.

", "DescribeCustomAvailabilityZonesMessage$Filters": "

A filter that specifies one or more custom AZs to describe.

", "DescribeDBClusterBacktracksMessage$Filters": "

A filter that specifies one or more DB clusters to describe. Supported filters include the following:

", - "DescribeDBClusterEndpointsMessage$Filters": "

A set of name-value pairs that define which endpoints to include in the output. The filters are specified as name-value pairs, in the format Name=endpoint_type,Values=endpoint_type1,endpoint_type2,.... Name can be one of: db-cluster-endpoint-type, db-cluster-endpoint-custom-type, db-cluster-endpoint-id, db-cluster-endpoint-status. Values for the db-cluster-endpoint-type filter can be one or more of: reader, writer, custom. Values for the db-cluster-endpoint-custom-type filter can be one or more of: reader, any. Values for the db-cluster-endpoint-status filter can be one or more of: available, creating, deleting, inactive, modifying.

", + "DescribeDBClusterEndpointsMessage$Filters": "

A set of name-value pairs that define which endpoints to include in the output. The filters are specified as name-value pairs, in the format Name=endpoint_type,Values=endpoint_type1,endpoint_type2,.... Name can be one of: db-cluster-endpoint-type, db-cluster-endpoint-custom-type, db-cluster-endpoint-id, db-cluster-endpoint-status. Values for the db-cluster-endpoint-type filter can be one or more of: reader, writer, custom. Values for the db-cluster-endpoint-custom-type filter can be one or more of: reader, any. Values for the db-cluster-endpoint-status filter can be one or more of: available, creating, deleting, inactive, modifying.

", "DescribeDBClusterParameterGroupsMessage$Filters": "

This parameter isn't currently supported.

", "DescribeDBClusterParametersMessage$Filters": "

This parameter isn't currently supported.

", "DescribeDBClusterSnapshotsMessage$Filters": "

A filter that specifies one or more DB cluster snapshots to describe.

Supported filters:

", "DescribeDBClustersMessage$Filters": "

A filter that specifies one or more DB clusters to describe.

Supported filters:

", - "DescribeDBEngineVersionsMessage$Filters": "

A filter that specifies one or more DB engine versions to describe.

Supported filters:

", + "DescribeDBEngineVersionsMessage$Filters": "

A filter that specifies one or more DB engine versions to describe.

Supported filters:

", "DescribeDBInstanceAutomatedBackupsMessage$Filters": "

A filter that specifies which resources to return based on status.

Supported filters are the following:

Returns all resources by default. The status for each resource is specified in the response.

", "DescribeDBInstancesMessage$Filters": "

A filter that specifies one or more DB instances to describe.

Supported filters:

", "DescribeDBLogFilesMessage$Filters": "

This parameter isn't currently supported.

", @@ -2326,7 +2326,7 @@ "DescribeEventCategoriesMessage$Filters": "

This parameter isn't currently supported.

", "DescribeEventSubscriptionsMessage$Filters": "

This parameter isn't currently supported.

", "DescribeEventsMessage$Filters": "

This parameter isn't currently supported.

", - "DescribeExportTasksMessage$Filters": "

Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output. Filter names and values are case-sensitive.

Supported filters include the following:

", + "DescribeExportTasksMessage$Filters": "

Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output. Filter names and values are case-sensitive.

Supported filters include the following:

", "DescribeGlobalClustersMessage$Filters": "

This parameter isn't currently supported.

", "DescribeInstallationMediaMessage$Filters": "

A filter that specifies one or more installation media to describe. Supported filters include the following:

", "DescribeOptionGroupOptionsMessage$Filters": "

This parameter isn't currently supported.

", @@ -2364,17 +2364,17 @@ "GlobalClusterIdentifier": { "base": null, "refs": { - "FailoverGlobalClusterMessage$GlobalClusterIdentifier": "

Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier is the unique key assigned by the user when the Aurora global database was created. In other words, it's the name of the Aurora global database that you want to fail over.

Constraints:

" + "FailoverGlobalClusterMessage$GlobalClusterIdentifier": "

Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier is the unique key assigned by the user when the Aurora global database was created. In other words, it's the name of the Aurora global database that you want to fail over.

Constraints:

" } }, "GlobalClusterList": { "base": null, "refs": { - "GlobalClustersMessage$GlobalClusters": "

The list of global clusters returned by this request.

" + "GlobalClustersMessage$GlobalClusters": "

The list of global clusters returned by this request.

" } }, "GlobalClusterMember": { - "base": "

A data structure with information about any primary and secondary clusters associated with an Aurora global database.

", + "base": "

A data structure with information about any primary and secondary clusters associated with an Aurora global database.

", "refs": { "GlobalClusterMemberList$member": null } @@ -2382,11 +2382,11 @@ "GlobalClusterMemberList": { "base": null, "refs": { - "GlobalCluster$GlobalClusterMembers": "

The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.

" + "GlobalCluster$GlobalClusterMembers": "

The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.

" } }, "GlobalClusterNotFoundFault": { - "base": "

The GlobalClusterIdentifier doesn't refer to an existing global database cluster.

", + "base": "

The GlobalClusterIdentifier doesn't refer to an existing global database cluster.

", "refs": { } }, @@ -2408,7 +2408,7 @@ } }, "IPRange": { - "base": "

This data type is used as a response element in the DescribeDBSecurityGroups action.

", + "base": "

This data type is used as a response element in the DescribeDBSecurityGroups action.

", "refs": { "IPRangeList$member": null } @@ -2416,7 +2416,7 @@ "IPRangeList": { "base": null, "refs": { - "DBSecurityGroup$IPRanges": "

Contains a list of IPRange elements.

" + "DBSecurityGroup$IPRanges": "

Contains a list of IPRange elements.

" } }, "IamRoleMissingPermissionsFault": { @@ -2496,7 +2496,7 @@ "base": null, "refs": { "ConnectionPoolConfigurationInfo$MaxConnectionsPercent": "

The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group.

", - "ConnectionPoolConfigurationInfo$MaxIdleConnectionsPercent": "

Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.

", + "ConnectionPoolConfigurationInfo$MaxIdleConnectionsPercent": "

Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.

", "ConnectionPoolConfigurationInfo$ConnectionBorrowTimeout": "

The number of seconds for a proxy to wait for a connection to become available in the connection pool. Only applies when the proxy has opened its maximum number of connections and all connections are busy with client sessions.

", "DBClusterSnapshot$AllocatedStorage": "

Specifies the allocated storage size in gibibytes (GiB).

", "DBClusterSnapshot$Port": "

Specifies the port that the DB cluster was listening on at the time of the snapshot.

", @@ -2526,95 +2526,95 @@ "base": null, "refs": { "ConnectionPoolConfiguration$MaxConnectionsPercent": "

The maximum size of the connection pool for each target in a target group. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group.

Default: 100

Constraints: between 1 and 100

", - "ConnectionPoolConfiguration$MaxIdleConnectionsPercent": "

Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.

Default: 50

Constraints: between 0 and MaxConnectionsPercent

", + "ConnectionPoolConfiguration$MaxIdleConnectionsPercent": "

Controls how actively the proxy closes idle database connections in the connection pool. The value is expressed as a percentage of the max_connections setting for the RDS DB instance or Aurora DB cluster used by the target group. With a high value, the proxy leaves a high percentage of idle database connections open. A low value causes the proxy to close more idle connections and return them to the database.

Default: 50

Constraints: between 0 and MaxConnectionsPercent

", "ConnectionPoolConfiguration$ConnectionBorrowTimeout": "

The number of seconds for a proxy to wait for a connection to become available in the connection pool. Only applies when the proxy has opened its maximum number of connections and all connections are busy with client sessions.

Default: 120

Constraints: between 1 and 3600, or 0 representing unlimited

", "CreateDBClusterMessage$BackupRetentionPeriod": "

The number of days for which automated backups are retained.

Default: 1

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "CreateDBClusterMessage$Port": "

The port number on which the instances in the DB cluster accept connections.

RDS for MySQL and Aurora MySQL

Default: 3306

Valid values: 1150-65535

RDS for PostgreSQL and Aurora PostgreSQL

Default: 5432

Valid values: 1150-65535

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "CreateDBClusterMessage$Port": "

The port number on which the instances in the DB cluster accept connections.

RDS for MySQL and Aurora MySQL

Default: 3306

Valid values: 1150-65535

RDS for PostgreSQL and Aurora PostgreSQL

Default: 5432

Valid values: 1150-65535

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$AllocatedStorage": "

The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.

This setting is required to create a Multi-AZ DB cluster.

Valid for: Multi-AZ DB clusters only

", - "CreateDBClusterMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid Iops values, see Amazon RDS Provisioned IOPS storage to improve performance in the Amazon RDS User Guide.

This setting is required to create a Multi-AZ DB cluster.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.

Valid for: Multi-AZ DB clusters only

", + "CreateDBClusterMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid Iops values, see Amazon RDS Provisioned IOPS storage to improve performance in the Amazon RDS User Guide.

This setting is required to create a Multi-AZ DB cluster.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.

Valid for: Multi-AZ DB clusters only

", "CreateDBClusterMessage$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

Valid for: Multi-AZ DB clusters only

", "CreateDBClusterMessage$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

Valid for: Multi-AZ DB clusters only

", - "CreateDBInstanceMessage$AllocatedStorage": "

The amount of storage in gibibytes (GiB) to allocate for the DB instance.

Type: Integer

Amazon Aurora

Not applicable. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume.

Amazon RDS Custom

Constraints to the amount of storage for each storage type are the following:

MySQL

Constraints to the amount of storage for each storage type are the following:

MariaDB

Constraints to the amount of storage for each storage type are the following:

PostgreSQL

Constraints to the amount of storage for each storage type are the following:

Oracle

Constraints to the amount of storage for each storage type are the following:

SQL Server

Constraints to the amount of storage for each storage type are the following:

", + "CreateDBInstanceMessage$AllocatedStorage": "

The amount of storage in gibibytes (GiB) to allocate for the DB instance.

Type: Integer

Amazon Aurora

Not applicable. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume.

Amazon RDS Custom

Constraints to the amount of storage for each storage type are the following:

MySQL

Constraints to the amount of storage for each storage type are the following:

MariaDB

Constraints to the amount of storage for each storage type are the following:

PostgreSQL

Constraints to the amount of storage for each storage type are the following:

Oracle

Constraints to the amount of storage for each storage type are the following:

SQL Server

Constraints to the amount of storage for each storage type are the following:

", "CreateDBInstanceMessage$BackupRetentionPeriod": "

The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Amazon Aurora

Not applicable. The retention period for automated backups is managed by the DB cluster.

Default: 1

Constraints:

", - "CreateDBInstanceMessage$Port": "

The port number on which the database accepts connections.

MySQL

Default: 3306

Valid values: 1150-65535

Type: Integer

MariaDB

Default: 3306

Valid values: 1150-65535

Type: Integer

PostgreSQL

Default: 5432

Valid values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid values: 1150-65535

SQL Server

Default: 1433

Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and 49152-49156.

Amazon Aurora

Default: 3306

Valid values: 1150-65535

Type: Integer

", - "CreateDBInstanceMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. For information about valid Iops values, see Amazon RDS Provisioned IOPS storage to improve performance in the Amazon RDS User Guide.

Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50 of the storage amount for the DB instance. For SQL Server DB instances, must be a multiple between 1 and 50 of the storage amount for the DB instance.

", + "CreateDBInstanceMessage$Port": "

The port number on which the database accepts connections.

MySQL

Default: 3306

Valid values: 1150-65535

Type: Integer

MariaDB

Default: 3306

Valid values: 1150-65535

Type: Integer

PostgreSQL

Default: 5432

Valid values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid values: 1150-65535

SQL Server

Default: 1433

Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and 49152-49156.

Amazon Aurora

Default: 3306

Valid values: 1150-65535

Type: Integer

", + "CreateDBInstanceMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance. For information about valid Iops values, see Amazon RDS Provisioned IOPS storage to improve performance in the Amazon RDS User Guide.

Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50 of the storage amount for the DB instance. For SQL Server DB instances, must be a multiple between 1 and 50 of the storage amount for the DB instance.

", "CreateDBInstanceMessage$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collection of Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, then you must set MonitoringInterval to a value other than 0.

This setting doesn't apply to RDS Custom.

Valid Values: 0, 1, 5, 10, 15, 30, 60

", - "CreateDBInstanceMessage$PromotionTier": "

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

This setting doesn't apply to RDS Custom.

Default: 1

Valid Values: 0 - 15

", + "CreateDBInstanceMessage$PromotionTier": "

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

This setting doesn't apply to RDS Custom.

Default: 1

Valid Values: 0 - 15

", "CreateDBInstanceMessage$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$MaxAllocatedStorage": "

The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$Port": "

The port number that the DB instance uses for connections.

Default: Inherits from the source DB instance

Valid Values: 1150-65535

", "CreateDBInstanceReadReplicaMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

", "CreateDBInstanceReadReplicaMessage$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the read replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

This setting doesn't apply to RDS Custom.

Valid Values: 0, 1, 5, 10, 15, 30, 60

", - "CreateDBInstanceReadReplicaMessage$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

This setting doesn't apply to RDS Custom.

", + "CreateDBInstanceReadReplicaMessage$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$MaxAllocatedStorage": "

The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

", "CreateDBProxyRequest$IdleClientTimeout": "

The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.

", "DBCluster$AllocatedStorage": "

For all database engines except Amazon Aurora, AllocatedStorage specifies the allocated storage size in gibibytes (GiB). For Aurora, AllocatedStorage always returns 1, because Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed.

", "DBCluster$BackupRetentionPeriod": "

Specifies the number of days for which automatic DB snapshots are retained.

", "DBCluster$Port": "

Specifies the port that the database engine is listening on.

", - "DBCluster$Capacity": "

The current capacity of an Aurora Serverless DB cluster. The capacity is 0 (zero) when the cluster is paused.

For more information about Aurora Serverless, see Using Amazon Aurora Serverless in the Amazon Aurora User Guide.

", + "DBCluster$Capacity": "

The current capacity of an Aurora Serverless v1 DB cluster. The capacity is 0 (zero) when the cluster is paused.

For more information about Aurora Serverless v1, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

", "DBCluster$Iops": "

The Provisioned IOPS (I/O operations per second) value.

This setting is only for non-Aurora Multi-AZ DB clusters.

", "DBCluster$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.

This setting is only for non-Aurora Multi-AZ DB clusters.

", "DBCluster$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

This setting is only for non-Aurora Multi-AZ DB clusters.

", "DBClusterCapacityInfo$PendingCapacity": "

A value that specifies the capacity that the DB cluster scales to next.

", "DBClusterCapacityInfo$CurrentCapacity": "

The current capacity of the DB cluster.

", "DBClusterCapacityInfo$SecondsBeforeTimeout": "

The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.

", - "DBClusterMember$PromotionTier": "

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

", + "DBClusterMember$PromotionTier": "

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

", "DBInstance$Iops": "

Specifies the Provisioned IOPS (I/O operations per second) value.

", "DBInstance$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.

", - "DBInstance$PromotionTier": "

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

", - "DBInstance$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

", + "DBInstance$PromotionTier": "

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

", + "DBInstance$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

", "DBInstance$MaxAllocatedStorage": "

The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

", - "DBInstanceAutomatedBackup$Iops": "

The IOPS (I/O operations per second) value for the automated backup.

", + "DBInstanceAutomatedBackup$Iops": "

The IOPS (I/O operations per second) value for the automated backup.

", "DBInstanceAutomatedBackup$BackupRetentionPeriod": "

The retention period for the automated backups.

", "DBSnapshot$Iops": "

Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

", - "DescribeCertificatesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeCertificatesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribeCustomAvailabilityZonesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBClusterBacktracksMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBClusterEndpointsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBClusterParameterGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBClusterParametersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBClusterSnapshotsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBClustersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBEngineVersionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBClusterBacktracksMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBClusterEndpointsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBClusterParameterGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBClusterParametersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBClusterSnapshotsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBClustersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBEngineVersionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribeDBInstanceAutomatedBackupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

", - "DescribeDBInstancesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBInstancesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribeDBLogFilesMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

", - "DescribeDBParameterGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBParametersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBSecurityGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBSnapshotsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBSubnetGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeEngineDefaultClusterParametersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeEngineDefaultParametersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeEventSubscriptionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBParameterGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBParametersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBSecurityGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBSnapshotsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBSubnetGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeEngineDefaultClusterParametersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeEngineDefaultParametersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeEventSubscriptionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribeEventsMessage$Duration": "

The number of minutes to retrieve events for.

Default: 60

", - "DescribeEventsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeGlobalClustersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeEventsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeGlobalClustersMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", "DescribeInstallationMediaMessage$MaxRecords": "

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 MaxRecords.

", - "DescribeOptionGroupOptionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeOptionGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeOrderableDBInstanceOptionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribePendingMaintenanceActionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeReservedDBInstancesMessage$MaxRecords": "

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeReservedDBInstancesOfferingsMessage$MaxRecords": "

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeSourceRegionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "ModifyCurrentDBClusterCapacityMessage$Capacity": "

The DB cluster capacity.

When you change the capacity of a paused Aurora Serverless DB cluster, it automatically resumes.

Constraints:

", - "ModifyCurrentDBClusterCapacityMessage$SecondsBeforeTimeout": "

The amount of time, in seconds, that Aurora Serverless tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300.

Specify a value between 10 and 600 seconds.

", + "DescribeOptionGroupOptionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeOptionGroupsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeOrderableDBInstanceOptionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribePendingMaintenanceActionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeReservedDBInstancesMessage$MaxRecords": "

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeReservedDBInstancesOfferingsMessage$MaxRecords": "

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeSourceRegionsMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "ModifyCurrentDBClusterCapacityMessage$Capacity": "

The DB cluster capacity.

When you change the capacity of a paused Aurora Serverless v1 DB cluster, it automatically resumes.

Constraints:

", + "ModifyCurrentDBClusterCapacityMessage$SecondsBeforeTimeout": "

The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300.

Specify a value between 10 and 600 seconds.

", "ModifyDBClusterMessage$BackupRetentionPeriod": "

The number of days for which automated backups are retained. Specify a minimum value of 1.

Default: 1

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "ModifyDBClusterMessage$Port": "

The port number on which the DB cluster accepts connections.

Constraints: Value must be 1150-65535

Default: The same port as the original DB cluster.

Valid for: Aurora DB clusters only

", "ModifyDBClusterMessage$AllocatedStorage": "

The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.

Type: Integer

Valid for: Multi-AZ DB clusters only

", - "ModifyDBClusterMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid Iops values, see Amazon RDS Provisioned IOPS Storage to Improve Performance in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.

Valid for: Multi-AZ DB clusters only

", + "ModifyDBClusterMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid Iops values, see Amazon RDS Provisioned IOPS Storage to Improve Performance in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.

Valid for: Multi-AZ DB clusters only

", "ModifyDBClusterMessage$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

Valid for: Multi-AZ DB clusters only

", "ModifyDBClusterMessage$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

Valid for: Multi-AZ DB clusters only

", - "ModifyDBInstanceMessage$AllocatedStorage": "

The new amount of storage in gibibytes (GiB) to allocate for the DB instance.

For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

For the valid values for allocated storage for each engine, see CreateDBInstance.

", + "ModifyDBInstanceMessage$AllocatedStorage": "

The new amount of storage in gibibytes (GiB) to allocate for the DB instance.

For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

For the valid values for allocated storage for each engine, see CreateDBInstance.

", "ModifyDBInstanceMessage$BackupRetentionPeriod": "

The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Enabling and disabling backups can result in a brief I/O suspension that lasts from a few seconds to a few minutes, depending on the size and class of your DB instance.

These changes are applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

Amazon Aurora

Not applicable. The retention period for automated backups is managed by the DB cluster. For more information, see ModifyDBCluster.

Default: Uses existing setting

Constraints:

", - "ModifyDBInstanceMessage$Iops": "

The new Provisioned IOPS (I/O operations per second) value for the RDS instance.

Changing this setting doesn't result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance.

Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

Default: Uses existing setting

", + "ModifyDBInstanceMessage$Iops": "

The new Provisioned IOPS (I/O operations per second) value for the RDS instance.

Changing this setting doesn't result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance.

Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL, the value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

Default: Uses existing setting

", "ModifyDBInstanceMessage$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0, which is the default.

If MonitoringRoleArn is specified, set MonitoringInterval to a value other than 0.

This setting doesn't apply to RDS Custom.

Valid Values: 0, 1, 5, 10, 15, 30, 60

", - "ModifyDBInstanceMessage$DBPortNumber": "

The port number on which the database accepts connections.

The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

If you change the DBPortNumber value, your database restarts regardless of the value of the ApplyImmediately parameter.

This setting doesn't apply to RDS Custom.

MySQL

Default: 3306

Valid values: 1150-65535

MariaDB

Default: 3306

Valid values: 1150-65535

PostgreSQL

Default: 5432

Valid values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid values: 1150-65535

SQL Server

Default: 1433

Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and 49152-49156.

Amazon Aurora

Default: 3306

Valid values: 1150-65535

", - "ModifyDBInstanceMessage$PromotionTier": "

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

This setting doesn't apply to RDS Custom.

Default: 1

Valid Values: 0 - 15

", + "ModifyDBInstanceMessage$DBPortNumber": "

The port number on which the database accepts connections.

The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

If you change the DBPortNumber value, your database restarts regardless of the value of the ApplyImmediately parameter.

This setting doesn't apply to RDS Custom.

MySQL

Default: 3306

Valid values: 1150-65535

MariaDB

Default: 3306

Valid values: 1150-65535

PostgreSQL

Default: 5432

Valid values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid values: 1150-65535

SQL Server

Default: 1433

Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and 49152-49156.

Amazon Aurora

Default: 3306

Valid values: 1150-65535

", + "ModifyDBInstanceMessage$PromotionTier": "

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.

This setting doesn't apply to RDS Custom.

Default: 1

Valid Values: 0 - 15

", "ModifyDBInstanceMessage$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

This setting doesn't apply to RDS Custom.

", "ModifyDBInstanceMessage$MaxAllocatedStorage": "

The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", - "ModifyDBInstanceMessage$ResumeFullAutomationModeMinutes": "

The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

", + "ModifyDBInstanceMessage$ResumeFullAutomationModeMinutes": "

The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

", "ModifyDBProxyRequest$IdleClientTimeout": "

The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.

", "Option$Port": "

If required, the port configured for this option to use.

", "OptionConfiguration$Port": "

The optional port for the option.

", @@ -2629,21 +2629,21 @@ "PendingModifiedValues$Iops": "

The Provisioned IOPS value for the DB instance.

", "PromoteReadReplicaMessage$BackupRetentionPeriod": "

The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Default: 1

Constraints:

", "PurchaseReservedDBInstancesOfferingMessage$DBInstanceCount": "

The number of instances to reserve.

Default: 1

", - "Range$Step": "

The step value for the range. For example, if you have a range of 5,000 to 10,000, with a step value of 1,000, the valid values start at 5,000 and step up by 1,000. Even though 7,500 is within the range, it isn't a valid value for the range. The valid values are 5,000, 6,000, 7,000, 8,000...

", + "Range$Step": "

The step value for the range. For example, if you have a range of 5,000 to 10,000, with a step value of 1,000, the valid values start at 5,000 and step up by 1,000. Even though 7,500 is within the range, it isn't a valid value for the range. The valid values are 5,000, 6,000, 7,000, 8,000...

", "RestoreDBClusterFromS3Message$BackupRetentionPeriod": "

The number of days for which automated backups of the restored DB cluster are retained. You must specify a minimum value of 1.

Default: 1

Constraints:

", - "RestoreDBClusterFromS3Message$Port": "

The port number on which the instances in the restored DB cluster accept connections.

Default: 3306

", + "RestoreDBClusterFromS3Message$Port": "

The port number on which the instances in the restored DB cluster accept connections.

Default: 3306

", "RestoreDBClusterFromSnapshotMessage$Port": "

The port number on which the new DB cluster accepts connections.

Constraints: This value must be 1150-65535

Default: The same port as the original DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBClusterFromSnapshotMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid Iops values, see Amazon RDS Provisioned IOPS Storage to Improve Performance in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBClusterToPointInTimeMessage$Port": "

The port number on which the new DB cluster accepts connections.

Constraints: A value from 1150-65535.

Default: The default port for the engine.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBClusterToPointInTimeMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid Iops values, see Amazon RDS Provisioned IOPS storage to improve performance in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance.

Valid for: Multi-AZ DB clusters only

", + "RestoreDBClusterFromSnapshotMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid Iops values, see Amazon RDS Provisioned IOPS Storage to Improve Performance in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "RestoreDBClusterToPointInTimeMessage$Port": "

The port number on which the new DB cluster accepts connections.

Constraints: A value from 1150-65535.

Default: The default port for the engine.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "RestoreDBClusterToPointInTimeMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.

For information about valid Iops values, see Amazon RDS Provisioned IOPS storage to improve performance in the Amazon RDS User Guide.

Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance.

Valid for: Multi-AZ DB clusters only

", "RestoreDBInstanceFromDBSnapshotMessage$Port": "

The port number on which the database accepts connections.

Default: The same port as the original DB instance

Constraints: Value must be 1150-65535

", - "RestoreDBInstanceFromDBSnapshotMessage$Iops": "

Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is available for connections before the conversion starts.

The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned IOPS Storage to Improve Performance in the Amazon RDS User Guide.

Constraints: Must be an integer greater than 1000.

", - "RestoreDBInstanceFromS3Message$AllocatedStorage": "

The amount of storage (in gigabytes) to allocate initially for the DB instance. Follow the allocation rules specified in CreateDBInstance.

Be sure to allocate enough memory for your new DB instance so that the restore operation can succeed. You can also allocate additional memory for future growth.

", - "RestoreDBInstanceFromS3Message$BackupRetentionPeriod": "

The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. For more information, see CreateDBInstance.

", - "RestoreDBInstanceFromS3Message$Port": "

The port number on which the database accepts connections.

Type: Integer

Valid Values: 1150-65535

Default: 3306

", + "RestoreDBInstanceFromDBSnapshotMessage$Iops": "

Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is available for connections before the conversion starts.

The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned IOPS Storage to Improve Performance in the Amazon RDS User Guide.

Constraints: Must be an integer greater than 1000.

", + "RestoreDBInstanceFromS3Message$AllocatedStorage": "

The amount of storage (in gigabytes) to allocate initially for the DB instance. Follow the allocation rules specified in CreateDBInstance.

Be sure to allocate enough memory for your new DB instance so that the restore operation can succeed. You can also allocate additional memory for future growth.

", + "RestoreDBInstanceFromS3Message$BackupRetentionPeriod": "

The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. For more information, see CreateDBInstance.

", + "RestoreDBInstanceFromS3Message$Port": "

The port number on which the database accepts connections.

Type: Integer

Valid Values: 1150-65535

Default: 3306

", "RestoreDBInstanceFromS3Message$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to allocate initially for the DB instance. For information about valid Iops values, see Amazon RDS Provisioned IOPS Storage to Improve Performance in the Amazon RDS User Guide.

", - "RestoreDBInstanceFromS3Message$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

Default: 0

", - "RestoreDBInstanceFromS3Message$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

", + "RestoreDBInstanceFromS3Message$MonitoringInterval": "

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

Default: 0

", + "RestoreDBInstanceFromS3Message$PerformanceInsightsRetentionPeriod": "

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

", "RestoreDBInstanceFromS3Message$MaxAllocatedStorage": "

The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling in the Amazon RDS User Guide.

", "RestoreDBInstanceToPointInTimeMessage$Port": "

The port number on which the database accepts connections.

Constraints: Value must be 1150-65535

Default: The same port as the original DB instance.

", "RestoreDBInstanceToPointInTimeMessage$Iops": "

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

Constraints: Must be an integer greater than 1000.

SQL Server

Setting the IOPS value for the SQL Server database engine isn't supported.

", @@ -2651,7 +2651,7 @@ "ScalingConfiguration$MinCapacity": "

The minimum capacity for an Aurora DB cluster in serverless DB engine mode.

For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.

For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.

The minimum capacity must be less than or equal to the maximum capacity.

", "ScalingConfiguration$MaxCapacity": "

The maximum capacity for an Aurora DB cluster in serverless DB engine mode.

For Aurora MySQL, valid capacity values are 1, 2, 4, 8, 16, 32, 64, 128, and 256.

For Aurora PostgreSQL, valid capacity values are 2, 4, 8, 16, 32, 64, 192, and 384.

The maximum capacity must be greater than or equal to the minimum capacity.

", "ScalingConfiguration$SecondsUntilAutoPause": "

The time, in seconds, before an Aurora DB cluster in serverless mode is paused.

Specify a value between 300 and 86,400 seconds.

", - "ScalingConfiguration$SecondsBeforeTimeout": "

The amount of time, in seconds, that Aurora Serverless tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300.

Specify a value between 60 and 600 seconds.

", + "ScalingConfiguration$SecondsBeforeTimeout": "

The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action. The default is 300.

Specify a value between 60 and 600 seconds.

", "ScalingConfigurationInfo$MinCapacity": "

The maximum capacity for the Aurora DB cluster in serverless DB engine mode.

", "ScalingConfigurationInfo$MaxCapacity": "

The maximum capacity for an Aurora DB cluster in serverless DB engine mode.

", "ScalingConfigurationInfo$SecondsUntilAutoPause": "

The remaining amount of time, in seconds, before the Aurora DB cluster in serverless mode is paused. A DB cluster can be paused only when it's idle (it has no connections).

", @@ -2685,7 +2685,7 @@ } }, "InvalidDBInstanceAutomatedBackupStateFault": { - "base": "

The automated backup is in an invalid state. For example, this automated backup is associated with an active instance.

", + "base": "

The automated backup is in an invalid state. For example, this automated backup is associated with an active instance.

", "refs": { } }, @@ -2730,7 +2730,7 @@ } }, "InvalidDBSubnetStateFault": { - "base": "

The DB subnet isn't in the available state.

", + "base": "

The DB subnet isn't in the available state.

", "refs": { } }, @@ -2755,12 +2755,12 @@ } }, "InvalidGlobalClusterStateFault": { - "base": "

The global cluster is in an invalid state and can't perform the requested operation.

", + "base": "

The global cluster is in an invalid state and can't perform the requested operation.

", "refs": { } }, "InvalidOptionGroupStateFault": { - "base": "

The option group isn't in the available state.

", + "base": "

The option group isn't in the available state.

", "refs": { } }, @@ -2811,8 +2811,8 @@ "refs": { "CloudwatchLogsExportConfiguration$EnableLogTypes": "

The list of log types to enable.

", "CloudwatchLogsExportConfiguration$DisableLogTypes": "

The list of log types to disable.

", - "CreateDBClusterMessage$EnableCloudwatchLogsExports": "

The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Relational Database Service User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "CreateDBInstanceMessage$EnableCloudwatchLogsExports": "

The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Relational Database Service User Guide.

Amazon Aurora

Not applicable. CloudWatch Logs exports are managed by the DB cluster.

RDS Custom

Not applicable.

MariaDB

Possible values are audit, error, general, and slowquery.

Microsoft SQL Server

Possible values are agent and error.

MySQL

Possible values are audit, error, general, and slowquery.

Oracle

Possible values are alert, audit, listener, trace, and oemagent.

PostgreSQL

Possible values are postgresql and upgrade.

", + "CreateDBClusterMessage$EnableCloudwatchLogsExports": "

The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "CreateDBInstanceMessage$EnableCloudwatchLogsExports": "

The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

Amazon Aurora

Not applicable. CloudWatch Logs exports are managed by the DB cluster.

RDS Custom

Not applicable.

MariaDB

Possible values are audit, error, general, and slowquery.

Microsoft SQL Server

Possible values are agent and error.

MySQL

Possible values are audit, error, general, and slowquery.

Oracle

Possible values are alert, audit, listener, trace, and oemagent.

PostgreSQL

Possible values are postgresql and upgrade.

", "CreateDBInstanceReadReplicaMessage$EnableCloudwatchLogsExports": "

The list of logs that the new DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", "DBCluster$EnabledCloudwatchLogsExports": "

A list of log types that this DB cluster is configured to export to CloudWatch Logs.

Log types vary by DB engine. For information about the log types for each DB engine, see Amazon RDS Database Log Files in the Amazon Aurora User Guide.

", "DBEngineVersion$ExportableLogTypes": "

The types of logs that the database engine has available for export to CloudWatch Logs.

", @@ -2820,8 +2820,8 @@ "PendingCloudwatchLogsExports$LogTypesToEnable": "

Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

", "PendingCloudwatchLogsExports$LogTypesToDisable": "

Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

", "RestoreDBClusterFromS3Message$EnableCloudwatchLogsExports": "

The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

", - "RestoreDBClusterFromSnapshotMessage$EnableCloudwatchLogsExports": "

The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Relational Database Service User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBClusterToPointInTimeMessage$EnableCloudwatchLogsExports": "

The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Relational Database Service User Guide.

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "RestoreDBClusterFromSnapshotMessage$EnableCloudwatchLogsExports": "

The list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide..

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "RestoreDBClusterToPointInTimeMessage$EnableCloudwatchLogsExports": "

The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used.

RDS for MySQL

Possible values are error, general, and slowquery.

RDS for PostgreSQL

Possible values are postgresql and upgrade.

Aurora MySQL

Possible values are audit, error, general, and slowquery.

Aurora PostgreSQL

Possible value is postgresql.

For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide..

For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBInstanceFromDBSnapshotMessage$EnableCloudwatchLogsExports": "

The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceFromS3Message$EnableCloudwatchLogsExports": "

The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

", "RestoreDBInstanceToPointInTimeMessage$EnableCloudwatchLogsExports": "

The list of logs that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

" @@ -2841,7 +2841,7 @@ "LongOptional": { "base": null, "refs": { - "CreateDBClusterMessage$BacktrackWindow": "

The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Default: 0

Constraints:

Valid for: Aurora MySQL DB clusters only

", + "CreateDBClusterMessage$BacktrackWindow": "

The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Default: 0

Constraints:

Valid for: Aurora MySQL DB clusters only

", "DBCluster$BacktrackWindow": "

The target backtrack window, in seconds. If this value is set to 0, backtracking is disabled for the DB cluster. Otherwise, backtracking is enabled.

", "DBCluster$BacktrackConsumedChangeRecords": "

The number of change records stored for Backtrack.

", "ModifyDBClusterMessage$BacktrackWindow": "

The target backtrack window, in seconds. To disable backtracking, set this value to 0.

Default: 0

Constraints:

Valid for: Aurora MySQL DB clusters only

", @@ -2853,11 +2853,11 @@ "MaxRecords": { "base": null, "refs": { - "DescribeDBProxiesRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBProxyEndpointsRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBProxyTargetGroupsRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeDBProxyTargetsRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", - "DescribeExportTasksMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified value, a pagination token called a marker is included in the response. You can use the marker in a later DescribeExportTasks request to retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

" + "DescribeDBProxiesRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBProxyEndpointsRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBProxyTargetGroupsRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeDBProxyTargetsRequest$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

", + "DescribeExportTasksMessage$MaxRecords": "

The maximum number of records to include in the response. If more records exist than the specified value, a pagination token called a marker is included in the response. You can use the marker in a later DescribeExportTasks request to retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

" } }, "MinimumEngineVersionPerAllowedValue": { @@ -3177,7 +3177,7 @@ } }, "OrderableDBInstanceOption": { - "base": "

Contains a list of available options for a DB instance.

This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.

", + "base": "

Contains a list of available options for a DB instance.

This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.

", "refs": { "OrderableDBInstanceOptionsList$member": null } @@ -3189,7 +3189,7 @@ } }, "OrderableDBInstanceOptionsMessage": { - "base": "

Contains the result of a successful invocation of the DescribeOrderableDBInstanceOptions action.

", + "base": "

Contains the result of a successful invocation of the DescribeOrderableDBInstanceOptions action.

", "refs": { } }, @@ -3200,7 +3200,7 @@ } }, "Parameter": { - "base": "

This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.

This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.

", + "base": "

This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.

This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.

", "refs": { "ParametersList$member": null } @@ -3209,7 +3209,7 @@ "base": null, "refs": { "DBClusterParameterGroupDetails$Parameters": "

Provides a list of parameters for the DB cluster parameter group.

", - "DBParameterGroupDetails$Parameters": "

A list of Parameter values.

", + "DBParameterGroupDetails$Parameters": "

A list of Parameter values.

", "EngineDefaults$Parameters": "

Contains a list of engine default parameters.

", "ModifyDBClusterParameterGroupMessage$Parameters": "

A list of parameters in the DB cluster parameter group to modify.

Valid Values (for the application method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

When the application method is immediate, changes to dynamic parameters are applied immediately to the DB clusters associated with the parameter group. When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB clusters associated with the parameter group.

", "ModifyDBParameterGroupMessage$Parameters": "

An array of parameter names, values, and the application methods for the parameter update. At least one parameter name, value, and application method must be supplied; later arguments are optional. A maximum of 20 parameters can be modified in a single request.

Valid Values (for the application method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters.

When the application method is immediate, changes to dynamic parameters are applied immediately to the DB instances associated with the parameter group.

When the application method is pending-reboot, changes to dynamic and static parameters are applied after a reboot without failover to the DB instances associated with the parameter group.

You can't use pending-reboot with dynamic parameters on RDS for SQL Server DB instances. Use immediate.

For more information on modifying DB parameters, see Working with DB parameter groups in the Amazon RDS User Guide.

", @@ -3248,13 +3248,13 @@ } }, "PendingModifiedValues": { - "base": "

This data type is used as a response element in the ModifyDBInstance operation and contains changes that will be applied during the next maintenance window.

", + "base": "

This data type is used as a response element in the ModifyDBInstance operation and contains changes that will be applied during the next maintenance window.

", "refs": { "DBInstance$PendingModifiedValues": "

A value that specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.

" } }, "PointInTimeRestoreNotEnabledFault": { - "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", + "base": "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", "refs": { } }, @@ -3322,8 +3322,8 @@ "RangeList": { "base": null, "refs": { - "ValidStorageOptions$StorageSize": "

The valid range of storage in gibibytes (GiB). For example, 100 to 16384.

", - "ValidStorageOptions$ProvisionedIops": "

The valid range of provisioned IOPS. For example, 1000-20000.

" + "ValidStorageOptions$StorageSize": "

The valid range of storage in gibibytes (GiB). For example, 100 to 16384.

", + "ValidStorageOptions$ProvisionedIops": "

The valid range of provisioned IOPS. For example, 1000-20000.

" } }, "ReadReplicaDBClusterIdentifierList": { @@ -3347,7 +3347,7 @@ "ReadersArnList": { "base": null, "refs": { - "GlobalClusterMember$Readers": "

The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.

" + "GlobalClusterMember$Readers": "

The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.

" } }, "RebootDBClusterMessage": { @@ -3371,7 +3371,7 @@ } }, "RecurringCharge": { - "base": "

This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.

", + "base": "

This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.

", "refs": { "RecurringChargeList$member": null } @@ -3437,7 +3437,7 @@ } }, "ReservedDBInstance": { - "base": "

This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.

", + "base": "

This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.

", "refs": { "PurchaseReservedDBInstancesOfferingResult$ReservedDBInstance": null, "ReservedDBInstanceList$member": null @@ -3455,7 +3455,7 @@ } }, "ReservedDBInstanceMessage": { - "base": "

Contains the result of a successful invocation of the DescribeReservedDBInstances action.

", + "base": "

Contains the result of a successful invocation of the DescribeReservedDBInstances action.

", "refs": { } }, @@ -3470,7 +3470,7 @@ } }, "ReservedDBInstancesOffering": { - "base": "

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

", + "base": "

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

", "refs": { "ReservedDBInstancesOfferingList$member": null } @@ -3482,7 +3482,7 @@ } }, "ReservedDBInstancesOfferingMessage": { - "base": "

Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.

", + "base": "

Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.

", "refs": { } }, @@ -3605,7 +3605,7 @@ } }, "ScalingConfiguration": { - "base": "

Contains the scaling configuration of an Aurora Serverless DB cluster.

For more information, see Using Amazon Aurora Serverless in the Amazon Aurora User Guide.

", + "base": "

Contains the scaling configuration of an Aurora Serverless v1 DB cluster.

For more information, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

", "refs": { "CreateDBClusterMessage$ScalingConfiguration": "

For DB clusters in serverless DB engine mode, the scaling properties of the DB cluster.

Valid for: Aurora DB clusters only

", "ModifyDBClusterMessage$ScalingConfiguration": "

The scaling properties of the DB cluster. You can only modify scaling properties for DB clusters in serverless DB engine mode.

Valid for: Aurora DB clusters only

", @@ -3614,7 +3614,7 @@ } }, "ScalingConfigurationInfo": { - "base": "

Shows the scaling configuration for an Aurora DB cluster in serverless DB engine mode.

For more information, see Using Amazon Aurora Serverless in the Amazon Aurora User Guide.

", + "base": "

Shows the scaling configuration for an Aurora DB cluster in serverless DB engine mode.

For more information, see Using Amazon Aurora Serverless v1 in the Amazon Aurora User Guide.

", "refs": { "DBCluster$ScalingConfigurationInfo": null } @@ -3650,7 +3650,7 @@ "SourceRegionList": { "base": null, "refs": { - "SourceRegionMessage$SourceRegions": "

A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.

" + "SourceRegionMessage$SourceRegions": "

A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.

" } }, "SourceRegionMessage": { @@ -3756,7 +3756,7 @@ } }, "StorageTypeNotSupportedFault": { - "base": "

Storage of the StorageType specified can't be associated with the DB instance.

", + "base": "

Storage of the StorageType specified can't be associated with the DB instance.

", "refs": { } }, @@ -3769,8 +3769,8 @@ "AddRoleToDBClusterMessage$RoleArn": "

The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole.

", "AddRoleToDBClusterMessage$FeatureName": "

The name of the feature for the DB cluster that the IAM role is to be associated with. For information about supported feature names, see DBEngineVersion.

", "AddRoleToDBInstanceMessage$DBInstanceIdentifier": "

The name of the DB instance to associate the IAM role with.

", - "AddRoleToDBInstanceMessage$RoleArn": "

The Amazon Resource Name (ARN) of the IAM role to associate with the DB instance, for example arn:aws:iam::123456789012:role/AccessRole.

", - "AddRoleToDBInstanceMessage$FeatureName": "

The name of the feature for the DB instance that the IAM role is to be associated with. For information about supported feature names, see DBEngineVersion.

", + "AddRoleToDBInstanceMessage$RoleArn": "

The Amazon Resource Name (ARN) of the IAM role to associate with the DB instance, for example arn:aws:iam::123456789012:role/AccessRole.

", + "AddRoleToDBInstanceMessage$FeatureName": "

The name of the feature for the DB instance that the IAM role is to be associated with. For information about supported feature names, see DBEngineVersion.

", "AddSourceIdentifierToSubscriptionMessage$SubscriptionName": "

The name of the RDS event notification subscription you want to add a source identifier to.

", "AddSourceIdentifierToSubscriptionMessage$SourceIdentifier": "

The identifier of the event source to be added.

Constraints:

", "AddTagsToResourceMessage$ResourceName": "

The Amazon RDS resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

", @@ -3780,9 +3780,9 @@ "AttributeValueList$member": null, "AuthorizeDBSecurityGroupIngressMessage$DBSecurityGroupName": "

The name of the DB security group to add authorization to.

", "AuthorizeDBSecurityGroupIngressMessage$CIDRIP": "

The IP range to authorize.

", - "AuthorizeDBSecurityGroupIngressMessage$EC2SecurityGroupName": "

Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", - "AuthorizeDBSecurityGroupIngressMessage$EC2SecurityGroupId": "

Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", - "AuthorizeDBSecurityGroupIngressMessage$EC2SecurityGroupOwnerId": "

Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", + "AuthorizeDBSecurityGroupIngressMessage$EC2SecurityGroupName": "

Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", + "AuthorizeDBSecurityGroupIngressMessage$EC2SecurityGroupId": "

Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", + "AuthorizeDBSecurityGroupIngressMessage$EC2SecurityGroupOwnerId": "

Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", "AvailabilityZone$Name": "

The name of the Availability Zone.

", "AvailabilityZones$member": null, "AvailableProcessorFeature$Name": "

The name of the processor feature. Valid names are coreCount and threadsPerCore.

", @@ -3794,31 +3794,31 @@ "Certificate$CertificateType": "

The type of the certificate.

", "Certificate$Thumbprint": "

The thumbprint of the certificate.

", "Certificate$CertificateArn": "

The Amazon Resource Name (ARN) for the certificate.

", - "CertificateMessage$Marker": "

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", + "CertificateMessage$Marker": "

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", "CharacterSet$CharacterSetName": "

The name of the character set.

", "CharacterSet$CharacterSetDescription": "

The description of the character set.

", "ClusterPendingModifiedValues$DBClusterIdentifier": "

The DBClusterIdentifier value for the DB cluster.

", "ClusterPendingModifiedValues$MasterUserPassword": "

The master credentials for the DB cluster.

", "ClusterPendingModifiedValues$EngineVersion": "

The database engine version.

", - "ConnectionPoolConfiguration$InitQuery": "

One or more SQL statements for the proxy to run when opening each new database connection. Typically used with SET statements to make sure that each connection has identical settings such as time zone and character set. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single SET statement, such as SET x=1, y=2.

Default: no initialization query

", - "ConnectionPoolConfigurationInfo$InitQuery": "

One or more SQL statements for the proxy to run when opening each new database connection. Typically used with SET statements to make sure that each connection has identical settings such as time zone and character set. This setting is empty by default. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single SET statement, such as SET x=1, y=2.

", - "CopyDBClusterParameterGroupMessage$SourceDBClusterParameterGroupIdentifier": "

The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon Aurora User Guide.

Constraints:

", + "ConnectionPoolConfiguration$InitQuery": "

One or more SQL statements for the proxy to run when opening each new database connection. Typically used with SET statements to make sure that each connection has identical settings such as time zone and character set. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single SET statement, such as SET x=1, y=2.

Default: no initialization query

", + "ConnectionPoolConfigurationInfo$InitQuery": "

One or more SQL statements for the proxy to run when opening each new database connection. Typically used with SET statements to make sure that each connection has identical settings such as time zone and character set. This setting is empty by default. For multiple statements, use semicolons as the separator. You can also include multiple variables in a single SET statement, such as SET x=1, y=2.

", + "CopyDBClusterParameterGroupMessage$SourceDBClusterParameterGroupIdentifier": "

The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon Aurora User Guide.

Constraints:

", "CopyDBClusterParameterGroupMessage$TargetDBClusterParameterGroupIdentifier": "

The identifier for the copied DB cluster parameter group.

Constraints:

Example: my-cluster-param-group1

", "CopyDBClusterParameterGroupMessage$TargetDBClusterParameterGroupDescription": "

A description for the copied DB cluster parameter group.

", - "CopyDBClusterSnapshotMessage$SourceDBClusterSnapshotIdentifier": "

The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive.

You can't copy an encrypted, shared DB cluster snapshot from one Amazon Web Services Region to another.

Constraints:

Example: my-cluster-snapshot1

", + "CopyDBClusterSnapshotMessage$SourceDBClusterSnapshotIdentifier": "

The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive.

You can't copy an encrypted, shared DB cluster snapshot from one Amazon Web Services Region to another.

Constraints:

Example: my-cluster-snapshot1

", "CopyDBClusterSnapshotMessage$TargetDBClusterSnapshotIdentifier": "

The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter isn't case-sensitive.

Constraints:

Example: my-cluster-snapshot2

", - "CopyDBClusterSnapshotMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB cluster snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS key.

If you copy an encrypted DB cluster snapshot from your Amazon Web Services account, you can specify a value for KmsKeyId to encrypt the copy with a new KMS key. If you don't specify a value for KmsKeyId, then the copy of the DB cluster snapshot is encrypted with the same KMS key as the source DB cluster snapshot.

If you copy an encrypted DB cluster snapshot that is shared from another Amazon Web Services account, then you must specify a value for KmsKeyId.

To copy an encrypted DB cluster snapshot to another Amazon Web Services Region, you must set KmsKeyId to the Amazon Web Services KMS key identifier you want to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region.

If you copy an unencrypted DB cluster snapshot and specify a value for the KmsKeyId parameter, an error is returned.

", + "CopyDBClusterSnapshotMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB cluster snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS key.

If you copy an encrypted DB cluster snapshot from your Amazon Web Services account, you can specify a value for KmsKeyId to encrypt the copy with a new KMS key. If you don't specify a value for KmsKeyId, then the copy of the DB cluster snapshot is encrypted with the same KMS key as the source DB cluster snapshot.

If you copy an encrypted DB cluster snapshot that is shared from another Amazon Web Services account, then you must specify a value for KmsKeyId.

To copy an encrypted DB cluster snapshot to another Amazon Web Services Region, you must set KmsKeyId to the Amazon Web Services KMS key identifier you want to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region.

If you copy an unencrypted DB cluster snapshot and specify a value for the KmsKeyId parameter, an error is returned.

", "CopyDBClusterSnapshotMessage$PreSignedUrl": "

The URL that contains a Signature Version 4 signed request for the CopyDBClusterSnapshot API action in the Amazon Web Services Region that contains the source DB cluster snapshot to copy. The PreSignedUrl parameter must be used when copying an encrypted DB cluster snapshot from another Amazon Web Services Region. Don't specify PreSignedUrl when you are copying an encrypted DB cluster snapshot in the same Amazon Web Services Region.

The pre-signed URL must be a valid request for the CopyDBClusterSnapshot API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster snapshot to be copied. The pre-signed URL request must contain the following parameter values:

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region.

", - "CopyDBParameterGroupMessage$SourceDBParameterGroupIdentifier": "

The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

Constraints:

", + "CopyDBParameterGroupMessage$SourceDBParameterGroupIdentifier": "

The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

Constraints:

", "CopyDBParameterGroupMessage$TargetDBParameterGroupIdentifier": "

The identifier for the copied DB parameter group.

Constraints:

Example: my-db-parameter-group

", "CopyDBParameterGroupMessage$TargetDBParameterGroupDescription": "

A description for the copied DB parameter group.

", - "CopyDBSnapshotMessage$SourceDBSnapshotIdentifier": "

The identifier for the source DB snapshot.

If the source snapshot is in the same Amazon Web Services Region as the copy, specify a valid DB snapshot identifier. For example, you might specify rds:mysql-instance1-snapshot-20130805.

If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB snapshot ARN. For example, you might specify arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805.

If you are copying from a shared manual DB snapshot, this parameter must be the Amazon Resource Name (ARN) of the shared DB snapshot.

If you are copying an encrypted snapshot this parameter must be in the ARN format for the source Amazon Web Services Region, and must match the SourceDBSnapshotIdentifier in the PreSignedUrl parameter.

Constraints:

Example: rds:mydb-2012-04-02-00-01

Example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805

", - "CopyDBSnapshotMessage$TargetDBSnapshotIdentifier": "

The identifier for the copy of the snapshot.

Constraints:

Example: my-db-snapshot

", - "CopyDBSnapshotMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you copy an encrypted DB snapshot from your Amazon Web Services account, you can specify a value for this parameter to encrypt the copy with a new KMS key. If you don't specify a value for this parameter, then the copy of the DB snapshot is encrypted with the same Amazon Web Services KMS key as the source DB snapshot.

If you copy an encrypted DB snapshot that is shared from another Amazon Web Services account, then you must specify a value for this parameter.

If you specify this parameter when you copy an unencrypted snapshot, the copy is encrypted.

If you copy an encrypted snapshot to a different Amazon Web Services Region, then you must specify an Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region.

", - "CopyDBSnapshotMessage$PreSignedUrl": "

The URL that contains a Signature Version 4 signed request for the CopyDBSnapshot API action in the source Amazon Web Services Region that contains the source DB snapshot to copy.

You must specify this parameter when you copy an encrypted DB snapshot from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are copying an encrypted DB snapshot in the same Amazon Web Services Region.

The presigned URL must be a valid request for the CopyDBSnapshot API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB snapshot to be copied. The presigned URL request must contain the following parameter values:

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region.

", - "CopyDBSnapshotMessage$OptionGroupName": "

The name of an option group to associate with the copy of the snapshot.

Specify this option if you are copying a snapshot from one Amazon Web Services Region to another, and your DB instance uses a nondefault option group. If your source DB instance uses Transparent Data Encryption for Oracle or Microsoft SQL Server, you must specify this option when copying across Amazon Web Services Regions. For more information, see Option group considerations in the Amazon RDS User Guide.

", + "CopyDBSnapshotMessage$SourceDBSnapshotIdentifier": "

The identifier for the source DB snapshot.

If the source snapshot is in the same Amazon Web Services Region as the copy, specify a valid DB snapshot identifier. For example, you might specify rds:mysql-instance1-snapshot-20130805.

If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB snapshot ARN. For example, you might specify arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805.

If you are copying from a shared manual DB snapshot, this parameter must be the Amazon Resource Name (ARN) of the shared DB snapshot.

If you are copying an encrypted snapshot this parameter must be in the ARN format for the source Amazon Web Services Region, and must match the SourceDBSnapshotIdentifier in the PreSignedUrl parameter.

Constraints:

Example: rds:mydb-2012-04-02-00-01

Example: arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805

", + "CopyDBSnapshotMessage$TargetDBSnapshotIdentifier": "

The identifier for the copy of the snapshot.

Constraints:

Example: my-db-snapshot

", + "CopyDBSnapshotMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you copy an encrypted DB snapshot from your Amazon Web Services account, you can specify a value for this parameter to encrypt the copy with a new KMS key. If you don't specify a value for this parameter, then the copy of the DB snapshot is encrypted with the same Amazon Web Services KMS key as the source DB snapshot.

If you copy an encrypted DB snapshot that is shared from another Amazon Web Services account, then you must specify a value for this parameter.

If you specify this parameter when you copy an unencrypted snapshot, the copy is encrypted.

If you copy an encrypted snapshot to a different Amazon Web Services Region, then you must specify an Amazon Web Services KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region.

", + "CopyDBSnapshotMessage$PreSignedUrl": "

The URL that contains a Signature Version 4 signed request for the CopyDBSnapshot API action in the source Amazon Web Services Region that contains the source DB snapshot to copy.

You must specify this parameter when you copy an encrypted DB snapshot from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are copying an encrypted DB snapshot in the same Amazon Web Services Region.

The presigned URL must be a valid request for the CopyDBSnapshot API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB snapshot to be copied. The presigned URL request must contain the following parameter values:

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region.

", + "CopyDBSnapshotMessage$OptionGroupName": "

The name of an option group to associate with the copy of the snapshot.

Specify this option if you are copying a snapshot from one Amazon Web Services Region to another, and your DB instance uses a nondefault option group. If your source DB instance uses Transparent Data Encryption for Oracle or Microsoft SQL Server, you must specify this option when copying across Amazon Web Services Regions. For more information, see Option group considerations in the Amazon RDS User Guide.

", "CopyDBSnapshotMessage$TargetCustomAvailabilityZone": "

The external custom Availability Zone (CAZ) identifier for the target CAZ.

Example: rds-caz-aiqhTgQv.

", - "CopyOptionGroupMessage$SourceOptionGroupIdentifier": "

The identifier for the source option group.

Constraints:

", + "CopyOptionGroupMessage$SourceOptionGroupIdentifier": "

The identifier for the source option group.

Constraints:

", "CopyOptionGroupMessage$TargetOptionGroupIdentifier": "

The identifier for the copied option group.

Constraints:

Example: my-option-group

", "CopyOptionGroupMessage$TargetOptionGroupDescription": "

The description for the copied option group.

", "CreateCustomAvailabilityZoneMessage$CustomAvailabilityZoneName": "

The name of the custom Availability Zone (AZ).

", @@ -3831,24 +3831,24 @@ "CreateDBClusterMessage$CharacterSetName": "

A value that indicates that the DB cluster should be associated with the specified CharacterSet.

Valid for: Aurora DB clusters only

", "CreateDBClusterMessage$DatabaseName": "

The name for your database of up to 64 alphanumeric characters. If you do not provide a name, Amazon RDS doesn't create a database in the DB cluster you are creating.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$DBClusterIdentifier": "

The DB cluster identifier. This parameter is stored as a lowercase string.

Constraints:

Example: my-cluster1

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "CreateDBClusterMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group to associate with this DB cluster. If you do not specify a value, then the default DB cluster parameter group for the specified DB engine and version is used.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "CreateDBClusterMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group to associate with this DB cluster. If you do not specify a value, then the default DB cluster parameter group for the specified DB engine and version is used.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$DBSubnetGroupName": "

A DB subnet group to associate with this DB cluster.

This setting is required to create a Multi-AZ DB cluster.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$Engine": "

The name of the database engine to be used for this DB cluster.

Valid Values:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "CreateDBClusterMessage$EngineVersion": "

The version number of the database engine to use.

To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for Aurora PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for MySQL, use the following command:

aws rds describe-db-engine-versions --engine mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine postgres --query \"DBEngineVersions[].EngineVersion\"

Aurora MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon Aurora User Guide.

Aurora PostgreSQL

For information, see Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide.

MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

PostgreSQL

For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "CreateDBClusterMessage$EngineVersion": "

The version number of the database engine to use.

To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for Aurora PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for MySQL, use the following command:

aws rds describe-db-engine-versions --engine mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine postgres --query \"DBEngineVersions[].EngineVersion\"

Aurora MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon Aurora User Guide.

Aurora PostgreSQL

For information, see Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide.

MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

PostgreSQL

For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$MasterUsername": "

The name of the master user for the DB cluster.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$MasterUserPassword": "

The password for the master database user. This password can contain any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain from 8 to 41 characters.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$OptionGroupName": "

A value that indicates that the DB cluster should be associated with the specified option group.

DB clusters are associated with a default option group that can't be modified.

", - "CreateDBClusterMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "CreateDBClusterMessage$PreferredMaintenanceWindow": "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "CreateDBClusterMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "CreateDBClusterMessage$PreferredMaintenanceWindow": "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$ReplicationSourceIdentifier": "

The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica.

Valid for: Aurora DB clusters only

", - "CreateDBClusterMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

When a KMS key isn't specified in KmsKeyId:

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

If you create a read replica of an encrypted DB cluster in another Amazon Web Services Region, you must set KmsKeyId to a KMS key identifier that is valid in the destination Amazon Web Services Region. This KMS key is used to encrypt the read replica in that Amazon Web Services Region.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "CreateDBClusterMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

When a KMS key isn't specified in KmsKeyId:

There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

If you create a read replica of an encrypted DB cluster in another Amazon Web Services Region, you must set KmsKeyId to a KMS key identifier that is valid in the destination Amazon Web Services Region. This KMS key is used to encrypt the read replica in that Amazon Web Services Region.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBClusterMessage$PreSignedUrl": "

A URL that contains a Signature Version 4 signed request for the CreateDBCluster action to be called in the source Amazon Web Services Region where the DB cluster is replicated from. Specify PreSignedUrl only when you are performing cross-Region replication from an encrypted DB cluster.

The pre-signed URL must be a valid request for the CreateDBCluster API action that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster to be copied.

The pre-signed URL request must contain the following parameter values:

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a pre-signed URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region.

Valid for: Aurora DB clusters only

", - "CreateDBClusterMessage$EngineMode": "

The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.

The parallelquery engine mode isn't required for Aurora MySQL version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x versions.

The global engine mode isn't required for Aurora MySQL version 1.22 and higher 1.x versions, and global engine mode isn't required for any 2.x versions.

The multimaster engine mode only applies for DB clusters created with Aurora MySQL version 5.6.10a.

For Aurora PostgreSQL, the global engine mode isn't required, and both the parallelquery and the multimaster engine modes currently aren't supported.

Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the Amazon Aurora User Guide:

Valid for: Aurora DB clusters only

", - "CreateDBClusterMessage$GlobalClusterIdentifier": "

The global cluster ID of an Aurora cluster that becomes the primary cluster in the new global database cluster.

Valid for: Aurora DB clusters only

", - "CreateDBClusterMessage$Domain": "

The Active Directory directory ID to create the DB cluster in.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication to authenticate users that connect to the DB cluster.

For more information, see Kerberos authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "CreateDBClusterMessage$EngineMode": "

The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster.

The parallelquery engine mode isn't required for Aurora MySQL version 1.23 and higher 1.x versions, and version 2.09 and higher 2.x versions.

The global engine mode isn't required for Aurora MySQL version 1.22 and higher 1.x versions, and global engine mode isn't required for any 2.x versions.

The multimaster engine mode only applies for DB clusters created with Aurora MySQL version 5.6.10a.

For Aurora PostgreSQL, the global engine mode isn't required, and both the parallelquery and the multimaster engine modes currently aren't supported.

Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the Amazon Aurora User Guide:

Valid for: Aurora DB clusters only

", + "CreateDBClusterMessage$GlobalClusterIdentifier": "

The global cluster ID of an Aurora cluster that becomes the primary cluster in the new global database cluster.

Valid for: Aurora DB clusters only

", + "CreateDBClusterMessage$Domain": "

The Active Directory directory ID to create the DB cluster in.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication to authenticate users that connect to the DB cluster.

For more information, see Kerberos authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "CreateDBClusterMessage$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

Valid for: Aurora DB clusters only

", - "CreateDBClusterMessage$DBClusterInstanceClass": "

The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes and availability for your engine, see DB instance class in the Amazon RDS User Guide.

This setting is required to create a Multi-AZ DB cluster.

Valid for: Multi-AZ DB clusters only

", - "CreateDBClusterMessage$StorageType": "

Specifies the storage type to be associated with the DB cluster.

This setting is required to create a Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

", + "CreateDBClusterMessage$DBClusterInstanceClass": "

The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes and availability for your engine, see DB instance class in the Amazon RDS User Guide.

This setting is required to create a Multi-AZ DB cluster.

Valid for: Multi-AZ DB clusters only

", + "CreateDBClusterMessage$StorageType": "

Specifies the storage type to be associated with the DB cluster.

This setting is required to create a Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

", "CreateDBClusterMessage$MonitoringRoleArn": "

The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example is arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see Setting up and enabling Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn value.

Valid for: Multi-AZ DB clusters only

", "CreateDBClusterMessage$PerformanceInsightsKMSKeyId": "

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Valid for: Multi-AZ DB clusters only

", "CreateDBClusterParameterGroupMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group.

Constraints:

This value is stored as a lowercase string.

", @@ -3856,49 +3856,49 @@ "CreateDBClusterParameterGroupMessage$Description": "

The description for the DB cluster parameter group.

", "CreateDBClusterSnapshotMessage$DBClusterSnapshotIdentifier": "

The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.

Constraints:

Example: my-cluster1-snapshot1

", "CreateDBClusterSnapshotMessage$DBClusterIdentifier": "

The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive.

Constraints:

Example: my-cluster1

", - "CreateDBInstanceMessage$DBName": "

The meaning of this parameter differs according to the database engine you use.

MySQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

MariaDB

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

PostgreSQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance.

Constraints:

Oracle

The Oracle System ID (SID) of the created DB instance. If you specify null, the default value ORCL is used. You can't specify the string NULL, or any other reserved word, for DBName.

Default: ORCL

Constraints:

Amazon RDS Custom for Oracle

The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL.

Default: ORCL

Constraints:

Amazon RDS Custom for SQL Server

Not applicable. Must be null.

SQL Server

Not applicable. Must be null.

Amazon Aurora MySQL

The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster.

Constraints:

Amazon Aurora PostgreSQL

The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster.

Constraints:

", + "CreateDBInstanceMessage$DBName": "

The meaning of this parameter differs according to the database engine you use.

MySQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

MariaDB

The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.

Constraints:

PostgreSQL

The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance.

Constraints:

Oracle

The Oracle System ID (SID) of the created DB instance. If you specify null, the default value ORCL is used. You can't specify the string NULL, or any other reserved word, for DBName.

Default: ORCL

Constraints:

Amazon RDS Custom for Oracle

The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL.

Default: ORCL

Constraints:

Amazon RDS Custom for SQL Server

Not applicable. Must be null.

SQL Server

Not applicable. Must be null.

Amazon Aurora MySQL

The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster.

Constraints:

Amazon Aurora PostgreSQL

The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster.

Constraints:

", "CreateDBInstanceMessage$DBInstanceIdentifier": "

The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

Example: mydbinstance

", - "CreateDBInstanceMessage$DBInstanceClass": "

The compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

", - "CreateDBInstanceMessage$Engine": "

The name of the database engine to be used for this instance.

Not every database engine is available for every Amazon Web Services Region.

Valid Values:

", - "CreateDBInstanceMessage$MasterUsername": "

The name for the master user.

Amazon Aurora

Not applicable. The name for the master user is managed by the DB cluster.

Amazon RDS

Constraints:

", + "CreateDBInstanceMessage$DBInstanceClass": "

The compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

", + "CreateDBInstanceMessage$Engine": "

The name of the database engine to be used for this instance.

Not every database engine is available for every Amazon Web Services Region.

Valid Values:

", + "CreateDBInstanceMessage$MasterUsername": "

The name for the master user.

Amazon Aurora

Not applicable. The name for the master user is managed by the DB cluster.

Amazon RDS

Constraints:

", "CreateDBInstanceMessage$MasterUserPassword": "

The password for the master user. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".

Amazon Aurora

Not applicable. The password for the master user is managed by the DB cluster.

MariaDB

Constraints: Must contain from 8 to 41 characters.

Microsoft SQL Server

Constraints: Must contain from 8 to 128 characters.

MySQL

Constraints: Must contain from 8 to 41 characters.

Oracle

Constraints: Must contain from 8 to 30 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

", - "CreateDBInstanceMessage$AvailabilityZone": "

The Availability Zone (AZ) where the database will be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.

Amazon Aurora

Not applicable. Availability Zones are managed by the DB cluster.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

Constraint: The AvailabilityZone 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.

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.

For more information about RDS on VMware, see the RDS on VMware User Guide.

", + "CreateDBInstanceMessage$AvailabilityZone": "

The Availability Zone (AZ) where the database will be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.

Amazon Aurora

Not applicable. Availability Zones are managed by the DB cluster.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

Constraint: The AvailabilityZone 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.

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.

For more information about RDS on VMware, see the RDS on VMware User Guide.

", "CreateDBInstanceMessage$DBSubnetGroupName": "

A DB subnet group to associate with this DB instance.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

", - "CreateDBInstanceMessage$PreferredMaintenanceWindow": "

The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window.

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

", + "CreateDBInstanceMessage$PreferredMaintenanceWindow": "

The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window.

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

", "CreateDBInstanceMessage$DBParameterGroupName": "

The name of the DB parameter group to associate with this DB instance. If you do not specify a value, then the default DB parameter group for the specified DB engine and version is used.

This setting doesn't apply to RDS Custom.

Constraints:

", - "CreateDBInstanceMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see Backup window in the Amazon RDS User Guide.

Amazon Aurora

Not applicable. The daily time range for creating automated backups is managed by the DB cluster.

Constraints:

", - "CreateDBInstanceMessage$EngineVersion": "

The version number of the database engine to use.

For a list of valid engine versions, use the DescribeDBEngineVersions action.

The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every Amazon Web Services Region.

Amazon Aurora

Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster.

Amazon RDS Custom for Oracle

A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV name has the following format: 19.customized_string . An example identifier is 19.my_cev1. For more information, see Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide..

Amazon RDS Custom for SQL Server

See RDS Custom for SQL Server general requirements in the Amazon RDS User Guide.

MariaDB

For information, see MariaDB on Amazon RDS Versions in the Amazon RDS User Guide.

Microsoft SQL Server

For information, see Microsoft SQL Server Versions on Amazon RDS in the Amazon RDS User Guide.

MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

Oracle

For information, see Oracle Database Engine Release Notes in the Amazon RDS User Guide.

PostgreSQL

For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

", - "CreateDBInstanceMessage$LicenseModel": "

License model information for this DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

This setting doesn't apply to RDS Custom.

", + "CreateDBInstanceMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see Backup window in the Amazon RDS User Guide.

Amazon Aurora

Not applicable. The daily time range for creating automated backups is managed by the DB cluster.

Constraints:

", + "CreateDBInstanceMessage$EngineVersion": "

The version number of the database engine to use.

For a list of valid engine versions, use the DescribeDBEngineVersions action.

The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every Amazon Web Services Region.

Amazon Aurora

Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster.

Amazon RDS Custom for Oracle

A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV name has the following format: 19.customized_string . An example identifier is 19.my_cev1. For more information, see Creating an RDS Custom for Oracle DB instance in the Amazon RDS User Guide.

Amazon RDS Custom for SQL Server

See RDS Custom for SQL Server general requirements in the Amazon RDS User Guide.

MariaDB

For information, see MariaDB on Amazon RDS Versions in the Amazon RDS User Guide.

Microsoft SQL Server

For information, see Microsoft SQL Server Versions on Amazon RDS in the Amazon RDS User Guide.

MySQL

For information, see MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

Oracle

For information, see Oracle Database Engine Release Notes in the Amazon RDS User Guide.

PostgreSQL

For information, see Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

", + "CreateDBInstanceMessage$LicenseModel": "

License model information for this DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$OptionGroupName": "

A value that indicates that the DB instance should be associated with the specified option group.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance after it is associated with a DB instance.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$CharacterSetName": "

For supported engines, this value indicates that the DB instance should be associated with the specified CharacterSet.

This setting doesn't apply to RDS Custom. However, if you need to change the character set, you can change it on the database itself.

Amazon Aurora

Not applicable. The character set is managed by the DB cluster. For more information, see CreateDBCluster.

", "CreateDBInstanceMessage$NcharCharacterSetName": "

The name of the NCHAR character set for the Oracle DB instance.

This parameter doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$DBClusterIdentifier": "

The identifier of the DB cluster that the instance will belong to.

This setting doesn't apply to RDS Custom.

", - "CreateDBInstanceMessage$StorageType": "

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

", + "CreateDBInstanceMessage$StorageType": "

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

", "CreateDBInstanceMessage$TdeCredentialArn": "

The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$TdeCredentialPassword": "

The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

Amazon Aurora

Not applicable. The Amazon Web Services KMS key identifier is managed by the DB cluster. For more information, see CreateDBCluster.

If StorageEncrypted is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Amazon RDS Custom

A KMS key is required for RDS Custom instances. For most RDS engines, if you leave this parameter empty while enabling StorageEncrypted, the engine uses the default KMS key. However, RDS Custom doesn't use the default key when this parameter is empty. You must explicitly specify a key.

", "CreateDBInstanceMessage$Domain": "

The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$MonitoringRoleArn": "

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see Setting Up and Enabling Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceMessage$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

", - "CreateDBInstanceMessage$Timezone": "

The time zone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server.

", + "CreateDBInstanceMessage$Timezone": "

The time zone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server.

", "CreateDBInstanceMessage$PerformanceInsightsKMSKeyId": "

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

", - "CreateDBInstanceMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon Relational Database Service User Guide.

This setting is required for RDS Custom.

", + "CreateDBInstanceMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

", "CreateDBInstanceMessage$BackupTarget": "

Specifies where automated backups and manual snapshots are stored.

Possible values are outposts (Amazon Web Services Outposts) and region (Amazon Web Services Region). The default is region.

For more information, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

", "CreateDBInstanceReadReplicaMessage$DBInstanceIdentifier": "

The DB instance identifier of the read replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

", "CreateDBInstanceReadReplicaMessage$SourceDBInstanceIdentifier": "

The identifier of the DB instance that will act as the source for the read replica. Each DB instance can have up to five read replicas.

Constraints:

", - "CreateDBInstanceReadReplicaMessage$DBInstanceClass": "

The compute and memory capacity of the read replica, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Default: Inherits from the source DB instance.

", - "CreateDBInstanceReadReplicaMessage$AvailabilityZone": "

The Availability Zone (AZ) where the read replica will be created.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

", + "CreateDBInstanceReadReplicaMessage$DBInstanceClass": "

The compute and memory capacity of the read replica, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Default: Inherits from the source DB instance.

", + "CreateDBInstanceReadReplicaMessage$AvailabilityZone": "

The Availability Zone (AZ) where the read replica will be created.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

", "CreateDBInstanceReadReplicaMessage$OptionGroupName": "

The option group the DB instance is associated with. If omitted, the option group associated with the source instance is used.

For SQL Server, you must use the option group associated with the source instance.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$DBParameterGroupName": "

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

If you do not specify a value for DBParameterGroupName, then Amazon RDS uses the DBParameterGroup of source DB instance for a same Region read replica, or the default DBParameterGroup for the specified DB engine for a cross-Region read replica.

Specifying a parameter group for this operation is only supported for Oracle DB instances. It isn't supported for RDS Custom.

Constraints:

", "CreateDBInstanceReadReplicaMessage$DBSubnetGroupName": "

Specifies a DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC.

Constraints:

Example: mydbsubnetgroup

", - "CreateDBInstanceReadReplicaMessage$StorageType": "

Specifies the storage type to be associated with the read replica.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

", + "CreateDBInstanceReadReplicaMessage$StorageType": "

Specifies the storage type to be associated with the read replica.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

", "CreateDBInstanceReadReplicaMessage$MonitoringRoleArn": "

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted read replica.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you create an encrypted read replica in the same Amazon Web Services Region as the source DB instance, then do not specify a value for this parameter. A read replica in the same Amazon Web Services Region is always encrypted with the same KMS key as the source DB instance.

If you create an encrypted read replica in a different Amazon Web Services Region, then you must specify a KMS key identifier for the destination Amazon Web Services Region. KMS keys are specific to the Amazon Web Services Region that they are created in, and you can't use KMS keys from one Amazon Web Services Region in another Amazon Web Services Region.

You can't create an encrypted read replica from an unencrypted DB instance.

This setting doesn't apply to RDS Custom, which uses the same KMS key as the primary replica.

", - "CreateDBInstanceReadReplicaMessage$PreSignedUrl": "

The URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API action in the source Amazon Web Services Region that contains the source DB instance.

You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region.

The presigned URL must be a valid request for the CreateDBInstanceReadReplica API action that can be executed in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values:

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region.

SourceRegion isn't supported for SQL Server, because SQL Server on Amazon RDS doesn't support cross-Region read replicas.

This setting doesn't apply to RDS Custom.

", + "CreateDBInstanceReadReplicaMessage$PreSignedUrl": "

The URL that contains a Signature Version 4 signed request for the CreateDBInstanceReadReplica API action in the source Amazon Web Services Region that contains the source DB instance.

You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region.

The presigned URL must be a valid request for the CreateDBInstanceReadReplica API action that can be executed in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values:

To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) and Signature Version 4 Signing Process.

If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can be executed in the source Amazon Web Services Region.

SourceRegion isn't supported for SQL Server, because SQL Server on Amazon RDS doesn't support cross-Region read replicas.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$PerformanceInsightsKMSKeyId": "

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$Domain": "

The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", "CreateDBInstanceReadReplicaMessage$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

This setting doesn't apply to RDS Custom.

", - "CreateDBInstanceReadReplicaMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon Relational Database Service User Guide.

This setting is required for RDS Custom.

", + "CreateDBInstanceReadReplicaMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

", "CreateDBParameterGroupMessage$DBParameterGroupName": "

The name of the DB parameter group.

Constraints:

This value is stored as a lowercase string.

", "CreateDBParameterGroupMessage$DBParameterGroupFamily": "

The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.

To list all of the available parameter group families for a DB engine, use the following command:

aws rds describe-db-engine-versions --query \"DBEngineVersions[].DBParameterGroupFamily\" --engine <engine>

For example, to list all of the available parameter group families for the MySQL DB engine, use the following command:

aws rds describe-db-engine-versions --query \"DBEngineVersions[].DBParameterGroupFamily\" --engine mysql

The output contains duplicates.

The following are the valid DB engine values:

", "CreateDBParameterGroupMessage$Description": "

The description for the DB parameter group.

", @@ -3914,12 +3914,12 @@ "CreateEventSubscriptionMessage$SnsTopicArn": "

The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "CreateEventSubscriptionMessage$SourceType": "

The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy

", "CreateGlobalClusterMessage$GlobalClusterIdentifier": "

The cluster identifier of the new global database cluster.

", - "CreateGlobalClusterMessage$SourceDBClusterIdentifier": "

The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.

", + "CreateGlobalClusterMessage$SourceDBClusterIdentifier": "

The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.

", "CreateGlobalClusterMessage$Engine": "

The name of the database engine to be used for this DB cluster.

", "CreateGlobalClusterMessage$EngineVersion": "

The engine version of the Aurora global database.

", - "CreateGlobalClusterMessage$DatabaseName": "

The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.

", + "CreateGlobalClusterMessage$DatabaseName": "

The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon Aurora will not create a database in the global database cluster you are creating.

", "CreateOptionGroupMessage$OptionGroupName": "

Specifies the name of the option group to be created.

Constraints:

Example: myoptiongroup

", - "CreateOptionGroupMessage$EngineName": "

Specifies the name of the engine that this option group should be associated with.

Valid Values:

", + "CreateOptionGroupMessage$EngineName": "

Specifies the name of the engine that this option group should be associated with.

Valid Values:

", "CreateOptionGroupMessage$MajorEngineVersion": "

Specifies the major version of the engine that this option group should be associated with.

", "CreateOptionGroupMessage$OptionGroupDescription": "

The description of the option group.

", "CustomAvailabilityZone$CustomAvailabilityZoneId": "

The identifier of the custom AZ.

Amazon RDS generates a unique identifier when a custom AZ is created.

", @@ -3934,11 +3934,11 @@ "DBCluster$Status": "

Specifies the current state of this DB cluster.

", "DBCluster$PercentProgress": "

Specifies the progress of the operation as a percentage.

", "DBCluster$Endpoint": "

Specifies the connection endpoint for the primary instance of the DB cluster.

", - "DBCluster$ReaderEndpoint": "

The reader endpoint for the DB cluster. The reader endpoint for a DB cluster load-balances connections across the Aurora Replicas that are available in a DB cluster. As clients request new connections to the reader endpoint, Aurora distributes the connection requests among the Aurora Replicas in the DB cluster. This functionality can help balance your read workload across multiple Aurora Replicas in your DB cluster.

If a failover occurs, and the Aurora Replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Aurora Replicas in the cluster, you can then reconnect to the reader endpoint.

", + "DBCluster$ReaderEndpoint": "

The reader endpoint for the DB cluster. The reader endpoint for a DB cluster load-balances connections across the Aurora Replicas that are available in a DB cluster. As clients request new connections to the reader endpoint, Aurora distributes the connection requests among the Aurora Replicas in the DB cluster. This functionality can help balance your read workload across multiple Aurora Replicas in your DB cluster.

If a failover occurs, and the Aurora Replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Aurora Replicas in the cluster, you can then reconnect to the reader endpoint.

", "DBCluster$Engine": "

The name of the database engine to be used for this DB cluster.

", "DBCluster$EngineVersion": "

Indicates the database engine version.

", "DBCluster$MasterUsername": "

Contains the master username for the DB cluster.

", - "DBCluster$PreferredBackupWindow": "

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

", + "DBCluster$PreferredBackupWindow": "

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

", "DBCluster$PreferredMaintenanceWindow": "

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

", "DBCluster$ReplicationSourceIdentifier": "

Contains the identifier of the source DB cluster if this DB cluster is a read replica.

", "DBCluster$HostedZoneId": "

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

", @@ -3957,7 +3957,7 @@ "DBClusterBacktrack$BacktrackIdentifier": "

Contains the backtrack identifier.

", "DBClusterBacktrack$Status": "

The status of the backtrack. This property returns one of the following values:

", "DBClusterBacktrackMessage$Marker": "

A pagination token that can be used in a later DescribeDBClusterBacktracks request.

", - "DBClusterCapacityInfo$DBClusterIdentifier": "

A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

", + "DBClusterCapacityInfo$DBClusterIdentifier": "

A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

", "DBClusterCapacityInfo$TimeoutAction": "

The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.

", "DBClusterEndpoint$DBClusterEndpointIdentifier": "

The identifier associated with the endpoint. This parameter is stored as a lowercase string.

", "DBClusterEndpoint$DBClusterIdentifier": "

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

", @@ -3967,7 +3967,7 @@ "DBClusterEndpoint$EndpointType": "

The type of the endpoint. One of: READER, WRITER, CUSTOM.

", "DBClusterEndpoint$CustomEndpointType": "

The type associated with a custom endpoint. One of: READER, WRITER, ANY.

", "DBClusterEndpoint$DBClusterEndpointArn": "

The Amazon Resource Name (ARN) for the endpoint.

", - "DBClusterEndpointMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DBClusterEndpointMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DBClusterMember$DBInstanceIdentifier": "

Specifies the instance identifier for this member of the DB cluster.

", "DBClusterMember$DBClusterParameterGroupStatus": "

Specifies the status of the DB cluster parameter group for this member of the DB cluster.

", "DBClusterMessage$Marker": "

A pagination token that can be used in a later DescribeDBClusters request.

", @@ -3977,12 +3977,12 @@ "DBClusterParameterGroup$DBParameterGroupFamily": "

The name of the DB parameter group family that this DB cluster parameter group is compatible with.

", "DBClusterParameterGroup$Description": "

Provides the customer-specified description for this DB cluster parameter group.

", "DBClusterParameterGroup$DBClusterParameterGroupArn": "

The Amazon Resource Name (ARN) for the DB cluster parameter group.

", - "DBClusterParameterGroupDetails$Marker": "

An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", + "DBClusterParameterGroupDetails$Marker": "

An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DBClusterParameterGroupNameMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group.

Constraints:

This value is stored as a lowercase string.

", - "DBClusterParameterGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DBClusterParameterGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DBClusterRole$RoleArn": "

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.

", "DBClusterRole$Status": "

Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values:

", - "DBClusterRole$FeatureName": "

The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.

", + "DBClusterRole$FeatureName": "

The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.

", "DBClusterSnapshot$DBClusterSnapshotIdentifier": "

Specifies the identifier for the DB cluster snapshot.

", "DBClusterSnapshot$DBClusterIdentifier": "

Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

", "DBClusterSnapshot$Engine": "

Specifies the name of the database engine for this DB cluster snapshot.

", @@ -3998,7 +3998,7 @@ "DBClusterSnapshot$SourceDBClusterSnapshotArn": "

If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the source DB cluster snapshot, otherwise, a null value.

", "DBClusterSnapshotAttribute$AttributeName": "

The name of the manual DB cluster snapshot attribute.

The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

", "DBClusterSnapshotAttributesResult$DBClusterSnapshotIdentifier": "

The identifier of the manual DB cluster snapshot that the attributes apply to.

", - "DBClusterSnapshotMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DBClusterSnapshotMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DBEngineVersion$Engine": "

The name of the database engine.

", "DBEngineVersion$EngineVersion": "

The version number of the database engine.

", "DBEngineVersion$DBParameterGroupFamily": "

The name of the DB parameter group family for the database engine.

", @@ -4010,42 +4010,42 @@ "DBEngineVersion$DatabaseInstallationFilesS3Prefix": "

The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

", "DBEngineVersion$DBEngineVersionArn": "

The ARN of the custom engine version.

", "DBEngineVersion$KMSKeyId": "

The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

", - "DBEngineVersionMessage$Marker": "

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 MaxRecords.

", + "DBEngineVersionMessage$Marker": "

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 MaxRecords.

", "DBInstance$DBInstanceIdentifier": "

Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.

", "DBInstance$DBInstanceClass": "

Contains the name of the compute and memory capacity class of the DB instance.

", "DBInstance$Engine": "

The name of the database engine to be used for this DB instance.

", "DBInstance$DBInstanceStatus": "

Specifies the current state of this database.

For information about DB instance statuses, see Viewing DB instance status in the Amazon RDS User Guide.

", "DBInstance$MasterUsername": "

Contains the master username for the DB instance.

", "DBInstance$DBName": "

The meaning of this parameter differs according to the database engine you use.

MySQL, MariaDB, SQL Server, PostgreSQL

Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.

Type: String

Oracle

Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.

", - "DBInstance$PreferredBackupWindow": "

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

", + "DBInstance$PreferredBackupWindow": "

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

", "DBInstance$AvailabilityZone": "

Specifies the name of the Availability Zone the DB instance is located in.

", "DBInstance$PreferredMaintenanceWindow": "

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

", "DBInstance$EngineVersion": "

Indicates the database engine version.

", "DBInstance$ReadReplicaSourceDBInstanceIdentifier": "

Contains the identifier of the source DB instance if this DB instance is a read replica.

", "DBInstance$LicenseModel": "

License model information for this DB instance. This setting doesn't apply to RDS Custom.

", "DBInstance$CharacterSetName": "

If present, specifies the name of the character set that this instance is associated with.

", - "DBInstance$NcharCharacterSetName": "

The name of the NCHAR character set for the Oracle DB instance. This character set specifies the Unicode encoding for data stored in table columns of type NCHAR, NCLOB, or NVARCHAR2.

", + "DBInstance$NcharCharacterSetName": "

The name of the NCHAR character set for the Oracle DB instance. This character set specifies the Unicode encoding for data stored in table columns of type NCHAR, NCLOB, or NVARCHAR2.

", "DBInstance$SecondaryAvailabilityZone": "

If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.

", "DBInstance$StorageType": "

Specifies the storage type associated with DB instance.

", "DBInstance$TdeCredentialArn": "

The ARN from the key store with which the instance is associated for TDE encryption.

", "DBInstance$DBClusterIdentifier": "

If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.

", - "DBInstance$KmsKeyId": "

If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

", + "DBInstance$KmsKeyId": "

If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

", "DBInstance$DbiResourceId": "

The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB instance is accessed.

", "DBInstance$CACertificateIdentifier": "

The identifier of the CA certificate for this DB instance.

", "DBInstance$EnhancedMonitoringResourceArn": "

The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance.

", "DBInstance$MonitoringRoleArn": "

The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.

", "DBInstance$DBInstanceArn": "

The Amazon Resource Name (ARN) for the DB instance.

", - "DBInstance$Timezone": "

The time zone of the DB instance. In most cases, the Timezone element is empty. Timezone content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.

", + "DBInstance$Timezone": "

The time zone of the DB instance. In most cases, the Timezone element is empty. Timezone content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.

", "DBInstance$PerformanceInsightsKMSKeyId": "

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

", "DBInstance$AwsBackupRecoveryPointArn": "

The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.

", "DBInstance$ActivityStreamKmsKeyId": "

The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

", "DBInstance$ActivityStreamKinesisStreamName": "

The name of the Amazon Kinesis data stream used for the database activity stream.

", - "DBInstance$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon Relational Database Service User Guide.

", + "DBInstance$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

", "DBInstance$BackupTarget": "

Specifies where automated backups and manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

", "DBInstanceAutomatedBackup$DBInstanceArn": "

The Amazon Resource Name (ARN) for the automated backups.

", "DBInstanceAutomatedBackup$DbiResourceId": "

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

", "DBInstanceAutomatedBackup$Region": "

The Amazon Web Services Region associated with the automated backup.

", - "DBInstanceAutomatedBackup$DBInstanceIdentifier": "

The customer id of the instance that is/was associated with the automated backup.

", + "DBInstanceAutomatedBackup$DBInstanceIdentifier": "

The customer id of the instance that is/was associated with the automated backup.

", "DBInstanceAutomatedBackup$Status": "

Provides a list of status information for an automated backup:

", "DBInstanceAutomatedBackup$AvailabilityZone": "

The Availability Zone that the automated backup was created in. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.

", "DBInstanceAutomatedBackup$VpcId": "

Provides the VPC ID associated with the DB instance

", @@ -4060,11 +4060,11 @@ "DBInstanceAutomatedBackup$Timezone": "

The time zone of the automated backup. In most cases, the Timezone element is empty. Timezone content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.

", "DBInstanceAutomatedBackup$DBInstanceAutomatedBackupsArn": "

The Amazon Resource Name (ARN) for the replicated automated backups.

", "DBInstanceAutomatedBackup$BackupTarget": "

Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

", - "DBInstanceAutomatedBackupMessage$Marker": "

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 MaxRecords .

", + "DBInstanceAutomatedBackupMessage$Marker": "

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 MaxRecords.

", "DBInstanceAutomatedBackupsReplication$DBInstanceAutomatedBackupsArn": "

The Amazon Resource Name (ARN) of the replicated automated backups.

", - "DBInstanceMessage$Marker": "

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 MaxRecords .

", + "DBInstanceMessage$Marker": "

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 MaxRecords .

", "DBInstanceRole$RoleArn": "

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.

", - "DBInstanceRole$FeatureName": "

The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.

", + "DBInstanceRole$FeatureName": "

The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.

", "DBInstanceRole$Status": "

Describes the state of association between the IAM role and the DB instance. The Status property returns one of the following values:

", "DBInstanceStatusInfo$StatusType": "

This value is currently \"read replication.\"

", "DBInstanceStatusInfo$Status": "

Status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.

", @@ -4073,11 +4073,11 @@ "DBParameterGroup$DBParameterGroupFamily": "

The name of the DB parameter group family that this DB parameter group is compatible with.

", "DBParameterGroup$Description": "

Provides the customer-specified description for this DB parameter group.

", "DBParameterGroup$DBParameterGroupArn": "

The Amazon Resource Name (ARN) for the DB parameter group.

", - "DBParameterGroupDetails$Marker": "

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 MaxRecords.

", + "DBParameterGroupDetails$Marker": "

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 MaxRecords.

", "DBParameterGroupNameMessage$DBParameterGroupName": "

The name of the DB parameter group.

", "DBParameterGroupStatus$DBParameterGroupName": "

The name of the DB parameter group.

", "DBParameterGroupStatus$ParameterApplyStatus": "

The status of parameter updates.

", - "DBParameterGroupsMessage$Marker": "

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 MaxRecords.

", + "DBParameterGroupsMessage$Marker": "

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 MaxRecords.

", "DBProxy$DBProxyName": "

The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.

", "DBProxy$DBProxyArn": "

The Amazon Resource Name (ARN) for the proxy.

", "DBProxy$EngineFamily": "

The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.

", @@ -4104,7 +4104,7 @@ "DBSecurityGroup$DBSecurityGroupArn": "

The Amazon Resource Name (ARN) for the DB security group.

", "DBSecurityGroupMembership$DBSecurityGroupName": "

The name of the DB security group.

", "DBSecurityGroupMembership$Status": "

The status of the DB security group.

", - "DBSecurityGroupMessage$Marker": "

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 MaxRecords.

", + "DBSecurityGroupMessage$Marker": "

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 MaxRecords.

", "DBSecurityGroupNameList$member": null, "DBSnapshot$DBSnapshotIdentifier": "

Specifies the identifier for the DB snapshot.

", "DBSnapshot$DBInstanceIdentifier": "

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

", @@ -4121,137 +4121,137 @@ "DBSnapshot$SourceDBSnapshotIdentifier": "

The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has a value in the case of a cross-account or cross-Region copy.

", "DBSnapshot$StorageType": "

Specifies the storage type associated with DB snapshot.

", "DBSnapshot$TdeCredentialArn": "

The ARN from the key store with which to associate the instance for TDE encryption.

", - "DBSnapshot$KmsKeyId": "

If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

", + "DBSnapshot$KmsKeyId": "

If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

", "DBSnapshot$DBSnapshotArn": "

The Amazon Resource Name (ARN) for the DB snapshot.

", - "DBSnapshot$Timezone": "

The time zone of the DB snapshot. In most cases, the Timezone element is empty. Timezone content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.

", + "DBSnapshot$Timezone": "

The time zone of the DB snapshot. In most cases, the Timezone element is empty. Timezone content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.

", "DBSnapshot$DbiResourceId": "

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

", "DBSnapshot$SnapshotTarget": "

Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.

", "DBSnapshotAttribute$AttributeName": "

The name of the manual DB snapshot attribute.

The attribute named restore refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

", "DBSnapshotAttributesResult$DBSnapshotIdentifier": "

The identifier of the manual DB snapshot that the attributes apply to.

", - "DBSnapshotMessage$Marker": "

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 MaxRecords.

", + "DBSnapshotMessage$Marker": "

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 MaxRecords.

", "DBSubnetGroup$DBSubnetGroupName": "

The name of the DB subnet group.

", "DBSubnetGroup$DBSubnetGroupDescription": "

Provides the description of the DB subnet group.

", "DBSubnetGroup$VpcId": "

Provides the VpcId of the DB subnet group.

", "DBSubnetGroup$SubnetGroupStatus": "

Provides the status of the DB subnet group.

", "DBSubnetGroup$DBSubnetGroupArn": "

The Amazon Resource Name (ARN) for the DB subnet group.

", - "DBSubnetGroupMessage$Marker": "

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 MaxRecords.

", + "DBSubnetGroupMessage$Marker": "

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 MaxRecords.

", "DeleteCustomAvailabilityZoneMessage$CustomAvailabilityZoneId": "

The custom AZ identifier.

", "DeleteDBClusterEndpointMessage$DBClusterEndpointIdentifier": "

The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.

", "DeleteDBClusterMessage$DBClusterIdentifier": "

The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

Constraints:

", - "DeleteDBClusterMessage$FinalDBSnapshotIdentifier": "

The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is disabled.

Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the SkipFinalShapshot parameter results in an error.

Constraints:

", + "DeleteDBClusterMessage$FinalDBSnapshotIdentifier": "

The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is disabled.

Specifying this parameter and also skipping the creation of a final DB cluster snapshot with the SkipFinalShapshot parameter results in an error.

Constraints:

", "DeleteDBClusterParameterGroupMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group.

Constraints:

", "DeleteDBClusterSnapshotMessage$DBClusterSnapshotIdentifier": "

The identifier of the DB cluster snapshot to delete.

Constraints: Must be the name of an existing DB cluster snapshot in the available state.

", "DeleteDBInstanceAutomatedBackupMessage$DbiResourceId": "

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

", "DeleteDBInstanceAutomatedBackupMessage$DBInstanceAutomatedBackupsArn": "

The Amazon Resource Name (ARN) of the automated backups to delete, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.

", "DeleteDBInstanceMessage$DBInstanceIdentifier": "

The DB instance identifier for the DB instance to be deleted. This parameter isn't case-sensitive.

Constraints:

", - "DeleteDBInstanceMessage$FinalDBSnapshotIdentifier": "

The DBSnapshotIdentifier of the new DBSnapshot created when the SkipFinalSnapshot parameter is disabled.

If you enable this parameter and also enable SkipFinalShapshot, the command results in an error.

This setting doesn't apply to RDS Custom.

Constraints:

", + "DeleteDBInstanceMessage$FinalDBSnapshotIdentifier": "

The DBSnapshotIdentifier of the new DBSnapshot created when the SkipFinalSnapshot parameter is disabled.

If you enable this parameter and also enable SkipFinalShapshot, the command results in an error.

This setting doesn't apply to RDS Custom.

Constraints:

", "DeleteDBParameterGroupMessage$DBParameterGroupName": "

The name of the DB parameter group.

Constraints:

", "DeleteDBProxyRequest$DBProxyName": "

The name of the DB proxy to delete.

", "DeleteDBSecurityGroupMessage$DBSecurityGroupName": "

The name of the DB security group to delete.

You can't delete the default DB security group.

Constraints:

", "DeleteDBSnapshotMessage$DBSnapshotIdentifier": "

The DB snapshot identifier.

Constraints: Must be the name of an existing DB snapshot in the available state.

", "DeleteDBSubnetGroupMessage$DBSubnetGroupName": "

The name of the database subnet group to delete.

You can't delete the default subnet group.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

", "DeleteEventSubscriptionMessage$SubscriptionName": "

The name of the RDS event notification subscription you want to delete.

", - "DeleteGlobalClusterMessage$GlobalClusterIdentifier": "

The cluster identifier of the global database cluster being deleted.

", + "DeleteGlobalClusterMessage$GlobalClusterIdentifier": "

The cluster identifier of the global database cluster being deleted.

", "DeleteInstallationMediaMessage$InstallationMediaId": "

The installation medium ID.

", "DeleteOptionGroupMessage$OptionGroupName": "

The name of the option group to be deleted.

You can't delete default option groups.

", "DeregisterDBProxyTargetsRequest$DBProxyName": "

The identifier of the DBProxy that is associated with the DBProxyTargetGroup.

", "DeregisterDBProxyTargetsRequest$TargetGroupName": "

The identifier of the DBProxyTargetGroup.

", "DescribeCertificatesMessage$CertificateIdentifier": "

The user-supplied certificate identifier. If this parameter is specified, information for only the identified certificate is returned. This parameter isn't case-sensitive.

Constraints:

", - "DescribeCertificatesMessage$Marker": "

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeCertificatesMessage$Marker": "

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeCustomAvailabilityZonesMessage$CustomAvailabilityZoneId": "

The custom AZ identifier. If this parameter is specified, information from only the specific custom AZ is returned.

", "DescribeCustomAvailabilityZonesMessage$Marker": "

An optional pagination token provided by a previous DescribeCustomAvailabilityZones request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBClusterBacktracksMessage$DBClusterIdentifier": "

The DB cluster identifier of the DB cluster to be described. This parameter is stored as a lowercase string.

Constraints:

Example: my-cluster1

", "DescribeDBClusterBacktracksMessage$BacktrackIdentifier": "

If specified, this value is the backtrack identifier of the backtrack to be described.

Constraints:

Example: 123e4567-e89b-12d3-a456-426655440000

", - "DescribeDBClusterBacktracksMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterBacktracks request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBClusterBacktracksMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterBacktracks request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBClusterEndpointsMessage$DBClusterIdentifier": "

The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

", "DescribeDBClusterEndpointsMessage$DBClusterEndpointIdentifier": "

The identifier of the endpoint to describe. This parameter is stored as a lowercase string.

", - "DescribeDBClusterEndpointsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBClusterEndpointsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterEndpoints request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBClusterParameterGroupsMessage$DBClusterParameterGroupName": "

The name of a specific DB cluster parameter group to return details for.

Constraints:

", - "DescribeDBClusterParameterGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBClusterParameterGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBClusterParametersMessage$DBClusterParameterGroupName": "

The name of a specific DB cluster parameter group to return parameter details for.

Constraints:

", - "DescribeDBClusterParametersMessage$Source": "

A value that indicates to return only parameters for a specific source. Parameter sources can be engine, service, or customer.

", - "DescribeDBClusterParametersMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBClusterParametersMessage$Source": "

A value that indicates to return only parameters for a specific source. Parameter sources can be engine, service, or customer.

", + "DescribeDBClusterParametersMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBClusterSnapshotAttributesMessage$DBClusterSnapshotIdentifier": "

The identifier for the DB cluster snapshot to describe the attributes for.

", - "DescribeDBClusterSnapshotsMessage$DBClusterIdentifier": "

The ID of the DB cluster to retrieve the list of DB cluster snapshots for. This parameter can't be used in conjunction with the DBClusterSnapshotIdentifier parameter. This parameter isn't case-sensitive.

Constraints:

", - "DescribeDBClusterSnapshotsMessage$DBClusterSnapshotIdentifier": "

A specific DB cluster snapshot identifier to describe. This parameter can't be used in conjunction with the DBClusterIdentifier parameter. This value is stored as a lowercase string.

Constraints:

", + "DescribeDBClusterSnapshotsMessage$DBClusterIdentifier": "

The ID of the DB cluster to retrieve the list of DB cluster snapshots for. This parameter can't be used in conjunction with the DBClusterSnapshotIdentifier parameter. This parameter isn't case-sensitive.

Constraints:

", + "DescribeDBClusterSnapshotsMessage$DBClusterSnapshotIdentifier": "

A specific DB cluster snapshot identifier to describe. This parameter can't be used in conjunction with the DBClusterIdentifier parameter. This value is stored as a lowercase string.

Constraints:

", "DescribeDBClusterSnapshotsMessage$SnapshotType": "

The type of DB cluster snapshots to be returned. You can specify one of the following values:

If you don't specify a SnapshotType value, then both automated and manual DB cluster snapshots are returned. You can include shared DB cluster snapshots with these results by enabling the IncludeShared parameter. You can include public DB cluster snapshots with these results by enabling the IncludePublic parameter.

The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.

", - "DescribeDBClusterSnapshotsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBClusterSnapshotsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBClustersMessage$DBClusterIdentifier": "

The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive.

Constraints:

", - "DescribeDBClustersMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", - "DescribeDBEngineVersionsMessage$Engine": "

The database engine to return.

Valid Values:

", + "DescribeDBClustersMessage$Marker": "

An optional pagination token provided by a previous DescribeDBClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBEngineVersionsMessage$Engine": "

The database engine to return.

Valid Values:

", "DescribeDBEngineVersionsMessage$EngineVersion": "

The database engine version to return.

Example: 5.1.49

", "DescribeDBEngineVersionsMessage$DBParameterGroupFamily": "

The name of a specific DB parameter group family to return details for.

Constraints:

", - "DescribeDBEngineVersionsMessage$Marker": "

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 MaxRecords.

", - "DescribeDBInstanceAutomatedBackupsMessage$DbiResourceId": "

The resource ID of the DB instance that is the source of the automated backup. This parameter isn't case-sensitive.

", - "DescribeDBInstanceAutomatedBackupsMessage$DBInstanceIdentifier": "

(Optional) The user-supplied instance identifier. If this parameter is specified, it must match the identifier of an existing DB instance. It returns information from the specific DB instance' automated backup. This parameter isn't case-sensitive.

", + "DescribeDBEngineVersionsMessage$Marker": "

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 MaxRecords.

", + "DescribeDBInstanceAutomatedBackupsMessage$DbiResourceId": "

The resource ID of the DB instance that is the source of the automated backup. This parameter isn't case-sensitive.

", + "DescribeDBInstanceAutomatedBackupsMessage$DBInstanceIdentifier": "

(Optional) The user-supplied instance identifier. If this parameter is specified, it must match the identifier of an existing DB instance. It returns information from the specific DB instance' automated backup. This parameter isn't case-sensitive.

", "DescribeDBInstanceAutomatedBackupsMessage$Marker": "

The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

", "DescribeDBInstanceAutomatedBackupsMessage$DBInstanceAutomatedBackupsArn": "

The Amazon Resource Name (ARN) of the replicated automated backups, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.

", "DescribeDBInstancesMessage$DBInstanceIdentifier": "

The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

Constraints:

", - "DescribeDBInstancesMessage$Marker": "

An optional pagination token provided by a previous DescribeDBInstances request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBInstancesMessage$Marker": "

An optional pagination token provided by a previous DescribeDBInstances request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBLogFilesDetails$LogFileName": "

The name of the log file for the specified DB instance.

", "DescribeDBLogFilesMessage$DBInstanceIdentifier": "

The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

", "DescribeDBLogFilesMessage$FilenameContains": "

Filters the available log files for log file names that contain the specified string.

", "DescribeDBLogFilesMessage$Marker": "

The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

", - "DescribeDBLogFilesResponse$Marker": "

A pagination token that can be used in a later DescribeDBLogFiles request.

", + "DescribeDBLogFilesResponse$Marker": "

A pagination token that can be used in a later DescribeDBLogFiles request.

", "DescribeDBParameterGroupsMessage$DBParameterGroupName": "

The name of a specific DB parameter group to return details for.

Constraints:

", - "DescribeDBParameterGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBParameterGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBParametersMessage$DBParameterGroupName": "

The name of a specific DB parameter group to return details for.

Constraints:

", "DescribeDBParametersMessage$Source": "

The parameter types to return.

Default: All parameter types returned

Valid Values: user | system | engine-default

", - "DescribeDBParametersMessage$Marker": "

An optional pagination token provided by a previous DescribeDBParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBParametersMessage$Marker": "

An optional pagination token provided by a previous DescribeDBParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBProxiesRequest$DBProxyName": "

The name of the DB proxy. If you omit this parameter, the output includes information about all DB proxies owned by your Amazon Web Services account ID.

", - "DescribeDBProxiesRequest$Marker": "

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 MaxRecords.

", - "DescribeDBProxiesResponse$Marker": "

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 MaxRecords.

", - "DescribeDBProxyEndpointsRequest$Marker": "

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 MaxRecords.

", - "DescribeDBProxyEndpointsResponse$Marker": "

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 MaxRecords.

", + "DescribeDBProxiesRequest$Marker": "

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 MaxRecords.

", + "DescribeDBProxiesResponse$Marker": "

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 MaxRecords.

", + "DescribeDBProxyEndpointsRequest$Marker": "

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 MaxRecords.

", + "DescribeDBProxyEndpointsResponse$Marker": "

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 MaxRecords.

", "DescribeDBProxyTargetGroupsRequest$DBProxyName": "

The identifier of the DBProxy associated with the target group.

", "DescribeDBProxyTargetGroupsRequest$TargetGroupName": "

The identifier of the DBProxyTargetGroup to describe.

", - "DescribeDBProxyTargetGroupsRequest$Marker": "

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 MaxRecords.

", - "DescribeDBProxyTargetGroupsResponse$Marker": "

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 MaxRecords.

", + "DescribeDBProxyTargetGroupsRequest$Marker": "

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 MaxRecords.

", + "DescribeDBProxyTargetGroupsResponse$Marker": "

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 MaxRecords.

", "DescribeDBProxyTargetsRequest$DBProxyName": "

The identifier of the DBProxyTarget to describe.

", "DescribeDBProxyTargetsRequest$TargetGroupName": "

The identifier of the DBProxyTargetGroup to describe.

", - "DescribeDBProxyTargetsRequest$Marker": "

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 MaxRecords.

", - "DescribeDBProxyTargetsResponse$Marker": "

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 MaxRecords.

", + "DescribeDBProxyTargetsRequest$Marker": "

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 MaxRecords.

", + "DescribeDBProxyTargetsResponse$Marker": "

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 MaxRecords.

", "DescribeDBSecurityGroupsMessage$DBSecurityGroupName": "

The name of the DB security group to return details for.

", - "DescribeDBSecurityGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBSecurityGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBSecurityGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBSecurityGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBSnapshotAttributesMessage$DBSnapshotIdentifier": "

The identifier for the DB snapshot to describe the attributes for.

", - "DescribeDBSnapshotsMessage$DBInstanceIdentifier": "

The ID of the DB instance to retrieve the list of DB snapshots for. This parameter can't be used in conjunction with DBSnapshotIdentifier. This parameter isn't case-sensitive.

Constraints:

", - "DescribeDBSnapshotsMessage$DBSnapshotIdentifier": "

A specific DB snapshot identifier to describe. This parameter can't be used in conjunction with DBInstanceIdentifier. This value is stored as a lowercase string.

Constraints:

", + "DescribeDBSnapshotsMessage$DBInstanceIdentifier": "

The ID of the DB instance to retrieve the list of DB snapshots for. This parameter can't be used in conjunction with DBSnapshotIdentifier. This parameter isn't case-sensitive.

Constraints:

", + "DescribeDBSnapshotsMessage$DBSnapshotIdentifier": "

A specific DB snapshot identifier to describe. This parameter can't be used in conjunction with DBInstanceIdentifier. This value is stored as a lowercase string.

Constraints:

", "DescribeDBSnapshotsMessage$SnapshotType": "

The type of snapshots to be returned. You can specify one of the following values:

If you don't specify a SnapshotType value, then both automated and manual snapshots are returned. Shared and public DB snapshots are not included in the returned results by default. You can include shared snapshots with these results by enabling the IncludeShared parameter. You can include public snapshots with these results by enabling the IncludePublic parameter.

The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.

", - "DescribeDBSnapshotsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBSnapshotsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeDBSnapshotsMessage$DbiResourceId": "

A specific DB resource ID to describe.

", "DescribeDBSubnetGroupsMessage$DBSubnetGroupName": "

The name of the DB subnet group to return details for.

", - "DescribeDBSubnetGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBSubnetGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeDBSubnetGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeDBSubnetGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeEngineDefaultClusterParametersMessage$DBParameterGroupFamily": "

The name of the DB cluster parameter group family to return engine parameter information for.

", - "DescribeEngineDefaultClusterParametersMessage$Marker": "

An optional pagination token provided by a previous DescribeEngineDefaultClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeEngineDefaultClusterParametersMessage$Marker": "

An optional pagination token provided by a previous DescribeEngineDefaultClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeEngineDefaultParametersMessage$DBParameterGroupFamily": "

The name of the DB parameter group family.

", - "DescribeEngineDefaultParametersMessage$Marker": "

An optional pagination token provided by a previous DescribeEngineDefaultParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeEngineDefaultParametersMessage$Marker": "

An optional pagination token provided by a previous DescribeEngineDefaultParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeEventCategoriesMessage$SourceType": "

The type of source that is generating the events. For RDS Proxy events, specify db-proxy.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy

", "DescribeEventSubscriptionsMessage$SubscriptionName": "

The name of the RDS event notification subscription you want to describe.

", - "DescribeEventSubscriptionsMessage$Marker": "

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", + "DescribeEventSubscriptionsMessage$Marker": "

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", "DescribeEventsMessage$SourceIdentifier": "

The identifier of the event source for which events are returned. If not specified, then all sources are included in the response.

Constraints:

", - "DescribeEventsMessage$Marker": "

An optional pagination token provided by a previous DescribeEvents request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeEventsMessage$Marker": "

An optional pagination token provided by a previous DescribeEvents request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeExportTasksMessage$ExportTaskIdentifier": "

The identifier of the snapshot export task to be described.

", "DescribeExportTasksMessage$SourceArn": "

The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.

", - "DescribeExportTasksMessage$Marker": "

An optional pagination token provided by a previous DescribeExportTasks request. If you specify this parameter, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

", - "DescribeGlobalClustersMessage$GlobalClusterIdentifier": "

The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive.

Constraints:

", - "DescribeGlobalClustersMessage$Marker": "

An optional pagination token provided by a previous DescribeGlobalClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeExportTasksMessage$Marker": "

An optional pagination token provided by a previous DescribeExportTasks request. If you specify this parameter, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.

", + "DescribeGlobalClustersMessage$GlobalClusterIdentifier": "

The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive.

Constraints:

", + "DescribeGlobalClustersMessage$Marker": "

An optional pagination token provided by a previous DescribeGlobalClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribeInstallationMediaMessage$InstallationMediaId": "

The installation medium ID.

", "DescribeInstallationMediaMessage$Marker": "

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 MaxRecords.

", - "DescribeOptionGroupOptionsMessage$EngineName": "

A required parameter. Options available for the given engine name are described.

Valid Values:

", + "DescribeOptionGroupOptionsMessage$EngineName": "

A required parameter. Options available for the given engine name are described.

Valid Values:

", "DescribeOptionGroupOptionsMessage$MajorEngineVersion": "

If specified, filters the results to include only options for the specified major engine version.

", "DescribeOptionGroupOptionsMessage$Marker": "

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 MaxRecords.

", "DescribeOptionGroupsMessage$OptionGroupName": "

The name of the option group to describe. Can't be supplied together with EngineName or MajorEngineVersion.

", - "DescribeOptionGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", - "DescribeOptionGroupsMessage$EngineName": "

Filters the list of option groups to only include groups associated with a specific database engine.

Valid Values:

", + "DescribeOptionGroupsMessage$Marker": "

An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "DescribeOptionGroupsMessage$EngineName": "

Filters the list of option groups to only include groups associated with a specific database engine.

Valid Values:

", "DescribeOptionGroupsMessage$MajorEngineVersion": "

Filters the list of option groups to only include groups associated with a specific database engine version. If specified, then EngineName must also be specified.

", - "DescribeOrderableDBInstanceOptionsMessage$Engine": "

The name of the engine to retrieve DB instance options for.

Valid Values:

", + "DescribeOrderableDBInstanceOptionsMessage$Engine": "

The name of the engine to retrieve DB instance options for.

Valid Values:

", "DescribeOrderableDBInstanceOptionsMessage$EngineVersion": "

The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

", "DescribeOrderableDBInstanceOptionsMessage$DBInstanceClass": "

The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

", "DescribeOrderableDBInstanceOptionsMessage$LicenseModel": "

The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

RDS Custom supports only the BYOL licensing model.

", - "DescribeOrderableDBInstanceOptionsMessage$AvailabilityZoneGroup": "

The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available offerings for the Local Zones in the group.

Omit this parameter to show the available offerings in the specified Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

", - "DescribeOrderableDBInstanceOptionsMessage$Marker": "

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", + "DescribeOrderableDBInstanceOptionsMessage$AvailabilityZoneGroup": "

The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available offerings for the Local Zones in the group.

Omit this parameter to show the available offerings in the specified Amazon Web Services Region.

This setting doesn't apply to RDS Custom.

", + "DescribeOrderableDBInstanceOptionsMessage$Marker": "

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "DescribePendingMaintenanceActionsMessage$ResourceIdentifier": "

The ARN of a resource to return pending maintenance actions for.

", - "DescribePendingMaintenanceActionsMessage$Marker": "

An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

", + "DescribePendingMaintenanceActionsMessage$Marker": "

An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

", "DescribeReservedDBInstancesMessage$ReservedDBInstanceId": "

The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

", "DescribeReservedDBInstancesMessage$ReservedDBInstancesOfferingId": "

The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

", "DescribeReservedDBInstancesMessage$DBInstanceClass": "

The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

", @@ -4259,33 +4259,33 @@ "DescribeReservedDBInstancesMessage$ProductDescription": "

The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

", "DescribeReservedDBInstancesMessage$OfferingType": "

The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

", "DescribeReservedDBInstancesMessage$LeaseId": "

The lease identifier filter value. Specify this parameter to show only the reservation that matches the specified lease ID.

Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.

", - "DescribeReservedDBInstancesMessage$Marker": "

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 MaxRecords.

", + "DescribeReservedDBInstancesMessage$Marker": "

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 MaxRecords.

", "DescribeReservedDBInstancesOfferingsMessage$ReservedDBInstancesOfferingId": "

The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

", "DescribeReservedDBInstancesOfferingsMessage$DBInstanceClass": "

The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

", "DescribeReservedDBInstancesOfferingsMessage$Duration": "

Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

Valid Values: 1 | 3 | 31536000 | 94608000

", "DescribeReservedDBInstancesOfferingsMessage$ProductDescription": "

Product description filter value. Specify this parameter to show only the available offerings that contain the specified product description.

The results show offerings that partially match the filter value.

", "DescribeReservedDBInstancesOfferingsMessage$OfferingType": "

The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

", - "DescribeReservedDBInstancesOfferingsMessage$Marker": "

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 MaxRecords.

", + "DescribeReservedDBInstancesOfferingsMessage$Marker": "

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 MaxRecords.

", "DescribeSourceRegionsMessage$RegionName": "

The source Amazon Web Services Region name. For example, us-east-1.

Constraints:

", "DescribeSourceRegionsMessage$Marker": "

An optional pagination token provided by a previous DescribeSourceRegions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", - "DescribeValidDBInstanceModificationsMessage$DBInstanceIdentifier": "

The customer identifier or the ARN of your DB instance.

", + "DescribeValidDBInstanceModificationsMessage$DBInstanceIdentifier": "

The customer identifier or the ARN of your DB instance.

", "DomainMembership$Domain": "

The identifier of the Active Directory Domain.

", "DomainMembership$Status": "

The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.

", "DomainMembership$FQDN": "

The fully qualified domain name of the Active Directory Domain.

", "DomainMembership$IAMRoleName": "

The name of the IAM role to be used when making API calls to the Directory Service.

", "DownloadDBLogFilePortionDetails$LogFileData": "

Entries from the specified log file.

", - "DownloadDBLogFilePortionDetails$Marker": "

A pagination token that can be used in a later DownloadDBLogFilePortion request.

", + "DownloadDBLogFilePortionDetails$Marker": "

A pagination token that can be used in a later DownloadDBLogFilePortion request.

", "DownloadDBLogFilePortionMessage$DBInstanceIdentifier": "

The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

", "DownloadDBLogFilePortionMessage$LogFileName": "

The name of the log file to be downloaded.

", "DownloadDBLogFilePortionMessage$Marker": "

The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

", "EC2SecurityGroup$Status": "

Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

", "EC2SecurityGroup$EC2SecurityGroupName": "

Specifies the name of the EC2 security group.

", "EC2SecurityGroup$EC2SecurityGroupId": "

Specifies the id of the EC2 security group.

", - "EC2SecurityGroup$EC2SecurityGroupOwnerId": "

Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

", + "EC2SecurityGroup$EC2SecurityGroupOwnerId": "

Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

", "Endpoint$Address": "

Specifies the DNS address of the DB instance.

", "Endpoint$HostedZoneId": "

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

", "EngineDefaults$DBParameterGroupFamily": "

Specifies the name of the DB parameter group family that the engine default parameters apply to.

", - "EngineDefaults$Marker": "

An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", + "EngineDefaults$Marker": "

An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", "EngineModeList$member": null, "Event$SourceIdentifier": "

Provides the identifier for the source of the event.

", "Event$Message": "

Provides the text of this event.

", @@ -4299,39 +4299,39 @@ "EventSubscription$SubscriptionCreationTime": "

The time the RDS event notification subscription was created.

", "EventSubscription$SourceType": "

The source type for the RDS event notification subscription.

", "EventSubscription$EventSubscriptionArn": "

The Amazon Resource Name (ARN) for the event subscription.

", - "EventSubscriptionsMessage$Marker": "

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", - "EventsMessage$Marker": "

An optional pagination token provided by a previous Events request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", - "ExportTask$ExportTaskIdentifier": "

A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is exported to.

", + "EventSubscriptionsMessage$Marker": "

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "EventsMessage$Marker": "

An optional pagination token provided by a previous Events request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "ExportTask$ExportTaskIdentifier": "

A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is exported to.

", "ExportTask$SourceArn": "

The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.

", "ExportTask$S3Bucket": "

The Amazon S3 bucket that the snapshot is exported to.

", "ExportTask$S3Prefix": "

The Amazon S3 bucket prefix that is the file name and path of the exported snapshot.

", - "ExportTask$IamRoleArn": "

The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.

", - "ExportTask$KmsKeyId": "

The key identifier of the Amazon Web Services KMS key that is used to encrypt the snapshot when it's exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption and decryption permissions to use this KMS key.

", + "ExportTask$IamRoleArn": "

The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot.

", + "ExportTask$KmsKeyId": "

The key identifier of the Amazon Web Services KMS key that is used to encrypt the snapshot when it's exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the snapshot export must have encryption and decryption permissions to use this KMS key.

", "ExportTask$Status": "

The progress status of the export task.

", "ExportTask$FailureCause": "

The reason the export failed, if it failed.

", "ExportTask$WarningMessage": "

A warning about the snapshot export task.

", "ExportTasksMessage$Marker": "

A pagination token that can be used in a later DescribeExportTasks request. A marker is used for pagination to identify the location to begin output for the next response of DescribeExportTasks.

", "FailoverDBClusterMessage$DBClusterIdentifier": "

A DB cluster identifier to force a failover for. This parameter isn't case-sensitive.

Constraints:

", "FailoverDBClusterMessage$TargetDBInstanceIdentifier": "

The name of the DB instance to promote to the primary DB instance.

Specify the DB instance identifier for an Aurora Replica or a Multi-AZ readable standby in the DB cluster, for example mydbcluster-replica1.

This setting isn't supported for RDS for MySQL Multi-AZ DB clusters.

", - "FailoverState$FromDbClusterArn": "

The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being demoted, and which is associated with this state.

", + "FailoverState$FromDbClusterArn": "

The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being demoted, and which is associated with this state.

", "FailoverState$ToDbClusterArn": "

The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being promoted, and which is associated with this state.

", "FeatureNameList$member": null, "Filter$Name": "

The name of the filter. Filter names are case-sensitive.

", "FilterValueList$member": null, - "GlobalCluster$GlobalClusterIdentifier": "

Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.

", - "GlobalCluster$GlobalClusterResourceId": "

The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.

", + "GlobalCluster$GlobalClusterIdentifier": "

Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.

", + "GlobalCluster$GlobalClusterResourceId": "

The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS key for the DB cluster is accessed.

", "GlobalCluster$GlobalClusterArn": "

The Amazon Resource Name (ARN) for the global database cluster.

", "GlobalCluster$Status": "

Specifies the current state of this global database cluster.

", - "GlobalCluster$Engine": "

The Aurora database engine used by the global database cluster.

", + "GlobalCluster$Engine": "

The Aurora database engine used by the global database cluster.

", "GlobalCluster$EngineVersion": "

Indicates the database engine version.

", - "GlobalCluster$DatabaseName": "

The default database name within the new global database cluster.

", - "GlobalClusterMember$DBClusterArn": "

The Amazon Resource Name (ARN) for each Aurora cluster.

", - "GlobalClustersMessage$Marker": "

An optional pagination token provided by a previous DescribeGlobalClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", + "GlobalCluster$DatabaseName": "

The default database name within the new global database cluster.

", + "GlobalClusterMember$DBClusterArn": "

The Amazon Resource Name (ARN) for each Aurora cluster.

", + "GlobalClustersMessage$Marker": "

An optional pagination token provided by a previous DescribeGlobalClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "IPRange$Status": "

Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

", "IPRange$CIDRIP": "

Specifies the IP range.

", "ImportInstallationMediaMessage$CustomAvailabilityZoneId": "

The identifier of the custom Availability Zone (AZ) to import the installation media to.

", - "ImportInstallationMediaMessage$Engine": "

The name of the database engine to be used for this instance.

The list only includes supported DB engines that require an on-premises customer provided license.

Valid Values:

", - "ImportInstallationMediaMessage$EngineVersion": "

The version number of the database engine to use.

For a list of valid engine versions, call DescribeDBEngineVersions.

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.

Microsoft SQL Server

See Microsoft SQL Server Versions on Amazon RDS in the Amazon RDS User Guide.

", + "ImportInstallationMediaMessage$Engine": "

The name of the database engine to be used for this instance.

The list only includes supported DB engines that require an on-premises customer provided license.

Valid Values:

", + "ImportInstallationMediaMessage$EngineVersion": "

The version number of the database engine to use.

For a list of valid engine versions, call DescribeDBEngineVersions.

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.

Microsoft SQL Server

See Microsoft SQL Server Versions on Amazon RDS in the Amazon RDS User Guide.

", "ImportInstallationMediaMessage$EngineInstallationMediaPath": "

The path to the installation medium for the specified DB engine.

Example: SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso

", "ImportInstallationMediaMessage$OSInstallationMediaPath": "

The path to the installation medium for the operating system associated with the specified DB engine.

Example: WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso

", "InstallationMedia$InstallationMediaId": "

The installation medium ID.

", @@ -4358,31 +4358,31 @@ "ModifyDBClusterMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group to use for the DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "ModifyDBClusterMessage$MasterUserPassword": "

The new password for the master database user. This password can contain any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain from 8 to 41 characters.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "ModifyDBClusterMessage$OptionGroupName": "

A value that indicates that the DB cluster should be associated with the specified option group.

DB clusters are associated with a default option group that can't be modified.

", - "ModifyDBClusterMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "ModifyDBClusterMessage$PreferredMaintenanceWindow": "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "ModifyDBClusterMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "ModifyDBClusterMessage$PreferredMaintenanceWindow": "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "ModifyDBClusterMessage$EngineVersion": "

The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled.

To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for Aurora PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for MySQL, use the following command:

aws rds describe-db-engine-versions --engine mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine postgres --query \"DBEngineVersions[].EngineVersion\"

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "ModifyDBClusterMessage$DBInstanceParameterGroupName": "

The name of the DB parameter group to apply to all instances of the DB cluster.

When you apply a parameter group using the DBInstanceParameterGroupName parameter, the DB cluster isn't rebooted automatically. Also, parameter changes are applied immediately rather than during the next maintenance window.

Default: The existing name setting

Constraints:

Valid for: Aurora DB clusters only

", - "ModifyDBClusterMessage$Domain": "

The Active Directory directory ID to move the DB cluster to. Specify none to remove the cluster from its current domain. The domain must be created prior to this operation.

For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "ModifyDBClusterMessage$DBInstanceParameterGroupName": "

The name of the DB parameter group to apply to all instances of the DB cluster.

When you apply a parameter group using the DBInstanceParameterGroupName parameter, the DB cluster isn't rebooted automatically. Also, parameter changes are applied immediately rather than during the next maintenance window.

Default: The existing name setting

Constraints:

Valid for: Aurora DB clusters only

", + "ModifyDBClusterMessage$Domain": "

The Active Directory directory ID to move the DB cluster to. Specify none to remove the cluster from its current domain. The domain must be created prior to this operation.

For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "ModifyDBClusterMessage$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

Valid for: Aurora DB clusters only

", - "ModifyDBClusterMessage$DBClusterInstanceClass": "

The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

", - "ModifyDBClusterMessage$StorageType": "

Specifies the storage type to be associated with the DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

", + "ModifyDBClusterMessage$DBClusterInstanceClass": "

The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

", + "ModifyDBClusterMessage$StorageType": "

Specifies the storage type to be associated with the DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

", "ModifyDBClusterMessage$MonitoringRoleArn": "

The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example is arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see To create an IAM role for Amazon RDS Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn value.

Valid for: Multi-AZ DB clusters only

", "ModifyDBClusterMessage$PerformanceInsightsKMSKeyId": "

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

Valid for: Multi-AZ DB clusters only

", "ModifyDBClusterParameterGroupMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group to modify.

", "ModifyDBClusterSnapshotAttributeMessage$DBClusterSnapshotIdentifier": "

The identifier for the DB cluster snapshot to modify the attributes for.

", "ModifyDBClusterSnapshotAttributeMessage$AttributeName": "

The name of the DB cluster snapshot attribute to modify.

To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB cluster snapshot, set this value to restore.

To view the list of attributes available to modify, use the DescribeDBClusterSnapshotAttributes API action.

", "ModifyDBInstanceMessage$DBInstanceIdentifier": "

The DB instance identifier. This value is stored as a lowercase string.

Constraints:

", - "ModifyDBInstanceMessage$DBInstanceClass": "

The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless ApplyImmediately is enabled for this request.

This setting doesn't apply to RDS Custom for Oracle.

Default: Uses existing setting

", - "ModifyDBInstanceMessage$DBSubnetGroupName": "

The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable ApplyImmediately.

This parameter doesn't apply to RDS Custom.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

", - "ModifyDBInstanceMessage$MasterUserPassword": "

The new password for the master user. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".

Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. The password for the master user is managed by the DB cluster. For more information, see ModifyDBCluster.

Default: Uses existing setting

MariaDB

Constraints: Must contain from 8 to 41 characters.

Microsoft SQL Server

Constraints: Must contain from 8 to 128 characters.

MySQL

Constraints: Must contain from 8 to 41 characters.

Oracle

Constraints: Must contain from 8 to 30 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.

", + "ModifyDBInstanceMessage$DBInstanceClass": "

The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless ApplyImmediately is enabled for this request.

This setting doesn't apply to RDS Custom for Oracle.

Default: Uses existing setting

", + "ModifyDBInstanceMessage$DBSubnetGroupName": "

The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance isn't in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.

Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you enable ApplyImmediately.

This parameter doesn't apply to RDS Custom.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

", + "ModifyDBInstanceMessage$MasterUserPassword": "

The new password for the master user. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".

Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. The password for the master user is managed by the DB cluster. For more information, see ModifyDBCluster.

Default: Uses existing setting

MariaDB

Constraints: Must contain from 8 to 41 characters.

Microsoft SQL Server

Constraints: Must contain from 8 to 128 characters.

MySQL

Constraints: Must contain from 8 to 41 characters.

Oracle

Constraints: Must contain from 8 to 30 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.

", "ModifyDBInstanceMessage$DBParameterGroupName": "

The name of the DB parameter group to apply to the DB instance.

Changing this setting doesn't result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. In this case, the DB instance isn't rebooted automatically, and the parameter changes aren't applied during the next maintenance window. However, if you modify dynamic parameters in the newly associated DB parameter group, these changes are applied immediately without a reboot.

This setting doesn't apply to RDS Custom.

Default: Uses existing setting

Constraints: The DB parameter group must be in the same DB parameter group family as the DB instance.

", - "ModifyDBInstanceMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod parameter. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see Backup window in the Amazon RDS User Guide.

Amazon Aurora

Not applicable. The daily time range for creating automated backups is managed by the DB cluster. For more information, see ModifyDBCluster.

Constraints:

", + "ModifyDBInstanceMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod parameter. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see Backup window in the Amazon RDS User Guide.

Amazon Aurora

Not applicable. The daily time range for creating automated backups is managed by the DB cluster. For more information, see ModifyDBCluster.

Constraints:

", "ModifyDBInstanceMessage$PreferredMaintenanceWindow": "

The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter doesn't result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

For more information, see Amazon RDS Maintenance Window in the Amazon RDS User Guide.

Default: Uses existing setting

Format: ddd:hh24:mi-ddd:hh24:mi

Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

Constraints: Must be at least 30 minutes

", - "ModifyDBInstanceMessage$EngineVersion": "

The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request.

For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

If you specify only a major version, Amazon RDS will update the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions.

In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle.

", + "ModifyDBInstanceMessage$EngineVersion": "

The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request.

For major version upgrades, if a nondefault DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

If you specify only a major version, Amazon RDS will update the DB instance to the default minor version if the current minor version is lower. For information about valid engine versions, see CreateDBInstance, or call DescribeDBEngineVersions.

In RDS Custom for Oracle, this parameter is supported for read replicas only if they are in the PATCH_DB_FAILURE lifecycle.

", "ModifyDBInstanceMessage$LicenseModel": "

The license model for the DB instance.

This setting doesn't apply to RDS Custom.

Valid values: license-included | bring-your-own-license | general-public-license

", "ModifyDBInstanceMessage$OptionGroupName": "

A value that indicates the DB instance should be associated with the specified option group.

Changing this parameter doesn't result in an outage, with one exception. If the parameter change results in an option group that enables OEM, it can cause a brief period, lasting less than a second, during which new connections are rejected but existing connections aren't interrupted.

The change is applied during the next maintenance window unless the ApplyImmediately parameter is enabled for this request.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance.

This setting doesn't apply to RDS Custom.

", - "ModifyDBInstanceMessage$NewDBInstanceIdentifier": "

The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot occurs immediately if you enable ApplyImmediately, or will occur during the next maintenance window if you disable Apply Immediately. This value is stored as a lowercase string.

This setting doesn't apply to RDS Custom.

Constraints:

Example: mydbinstance

", - "ModifyDBInstanceMessage$StorageType": "

Specifies the storage type to be associated with the DB instance.

If you specify Provisioned IOPS (io1), you must also include a value for the Iops parameter.

If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance.

Valid values: standard | gp2 | io1

Default: io1 if the Iops parameter is specified, otherwise gp2

", + "ModifyDBInstanceMessage$NewDBInstanceIdentifier": "

The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot occurs immediately if you enable ApplyImmediately, or will occur during the next maintenance window if you disable Apply Immediately. This value is stored as a lowercase string.

This setting doesn't apply to RDS Custom.

Constraints:

Example: mydbinstance

", + "ModifyDBInstanceMessage$StorageType": "

Specifies the storage type to be associated with the DB instance.

If you specify Provisioned IOPS (io1), you must also include a value for the Iops parameter.

If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance is available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance are suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a read replica for the instance, and creating a DB snapshot of the instance.

Valid values: standard | gp2 | io1

Default: io1 if the Iops parameter is specified, otherwise gp2

", "ModifyDBInstanceMessage$TdeCredentialArn": "

The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

", "ModifyDBInstanceMessage$TdeCredentialPassword": "

The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

", "ModifyDBInstanceMessage$CACertificateIdentifier": "

Specifies the certificate to associate with the DB instance.

This setting doesn't apply to RDS Custom.

", @@ -4400,15 +4400,15 @@ "ModifyDBSnapshotAttributeMessage$DBSnapshotIdentifier": "

The identifier for the DB snapshot to modify the attributes for.

", "ModifyDBSnapshotAttributeMessage$AttributeName": "

The name of the DB snapshot attribute to modify.

To manage authorization for other Amazon Web Services accounts to copy or restore a manual DB snapshot, set this value to restore.

To view the list of attributes available to modify, use the DescribeDBSnapshotAttributes API action.

", "ModifyDBSnapshotMessage$DBSnapshotIdentifier": "

The identifier of the DB snapshot to modify.

", - "ModifyDBSnapshotMessage$EngineVersion": "

The engine version to upgrade the DB snapshot to.

The following are the database engines and engine versions that are available when you upgrade a DB snapshot.

MySQL

Oracle

PostgreSQL

For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading the PostgreSQL DB Engine for Amazon RDS.

", - "ModifyDBSnapshotMessage$OptionGroupName": "

The option group to identify with the upgraded DB snapshot.

You can specify this parameter when you upgrade an Oracle DB snapshot. The same option group considerations apply when upgrading a DB snapshot as when upgrading a DB instance. For more information, see Option group considerations in the Amazon RDS User Guide.

", - "ModifyDBSubnetGroupMessage$DBSubnetGroupName": "

The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

", + "ModifyDBSnapshotMessage$EngineVersion": "

The engine version to upgrade the DB snapshot to.

The following are the database engines and engine versions that are available when you upgrade a DB snapshot.

MySQL

Oracle

PostgreSQL

For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading the PostgreSQL DB Engine for Amazon RDS.

", + "ModifyDBSnapshotMessage$OptionGroupName": "

The option group to identify with the upgraded DB snapshot.

You can specify this parameter when you upgrade an Oracle DB snapshot. The same option group considerations apply when upgrading a DB snapshot as when upgrading a DB instance. For more information, see Option group considerations in the Amazon RDS User Guide.

", + "ModifyDBSubnetGroupMessage$DBSubnetGroupName": "

The name for the DB subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

Example: mydbsubnetgroup

", "ModifyDBSubnetGroupMessage$DBSubnetGroupDescription": "

The description for the DB subnet group.

", "ModifyEventSubscriptionMessage$SubscriptionName": "

The name of the RDS event notification subscription.

", "ModifyEventSubscriptionMessage$SnsTopicArn": "

The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "ModifyEventSubscriptionMessage$SourceType": "

The type of source that is generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. For RDS Proxy events, specify db-proxy. If this value isn't specified, all events are returned.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy

", - "ModifyGlobalClusterMessage$GlobalClusterIdentifier": "

The DB cluster identifier for the global cluster being modified. This parameter isn't case-sensitive.

Constraints:

", - "ModifyGlobalClusterMessage$NewGlobalClusterIdentifier": "

The new cluster identifier for the global database cluster when modifying a global database cluster. This value is stored as a lowercase string.

Constraints:

Example: my-cluster2

", + "ModifyGlobalClusterMessage$GlobalClusterIdentifier": "

The DB cluster identifier for the global cluster being modified. This parameter isn't case-sensitive.

Constraints:

", + "ModifyGlobalClusterMessage$NewGlobalClusterIdentifier": "

The new cluster identifier for the global database cluster when modifying a global database cluster. This value is stored as a lowercase string.

Constraints:

Example: my-cluster2

", "ModifyGlobalClusterMessage$EngineVersion": "

The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled.

To list all of the available engine versions for aurora (for MySQL 5.6-compatible Aurora), use the following command:

aws rds describe-db-engine-versions --engine aurora --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'

To list all of the available engine versions for aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'

To list all of the available engine versions for aurora-postgresql, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'

", "ModifyOptionGroupMessage$OptionGroupName": "

The name of the option group to be modified.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance once it is associated with a DB instance

", "Option$OptionName": "

The name of the option.

", @@ -4420,10 +4420,10 @@ "OptionGroup$OptionGroupDescription": "

Provides a description of the option group.

", "OptionGroup$EngineName": "

Indicates the name of the engine that this option group can be applied to.

", "OptionGroup$MajorEngineVersion": "

Indicates the major engine version associated with this option group.

", - "OptionGroup$VpcId": "

If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.

", + "OptionGroup$VpcId": "

If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.

", "OptionGroup$OptionGroupArn": "

The Amazon Resource Name (ARN) for the option group.

", "OptionGroupMembership$OptionGroupName": "

The name of the option group that the instance belongs to.

", - "OptionGroupMembership$Status": "

The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

", + "OptionGroupMembership$Status": "

The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

", "OptionGroupOption$Name": "

The name of the option.

", "OptionGroupOption$Description": "

The description of the option.

", "OptionGroupOption$EngineName": "

The name of the engine that this option can be applied to.

", @@ -4435,7 +4435,7 @@ "OptionGroupOptionSetting$ApplyType": "

The DB engine specific parameter type for the option group option.

", "OptionGroupOptionSetting$AllowedValues": "

Indicates the acceptable values for the option group option.

", "OptionGroupOptionsMessage$Marker": "

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 MaxRecords.

", - "OptionGroups$Marker": "

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 MaxRecords.

", + "OptionGroups$Marker": "

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 MaxRecords.

", "OptionNamesList$member": null, "OptionSetting$Name": "

The name of the option that has settings that you can set.

", "OptionSetting$Value": "

The current value of the option setting.

", @@ -4453,7 +4453,7 @@ "OrderableDBInstanceOption$LicenseModel": "

The license model for a DB instance.

", "OrderableDBInstanceOption$AvailabilityZoneGroup": "

The Availability Zone group for a DB instance.

", "OrderableDBInstanceOption$StorageType": "

Indicates the storage type for a DB instance.

", - "OrderableDBInstanceOptionsMessage$Marker": "

An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

", + "OrderableDBInstanceOptionsMessage$Marker": "

An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

", "Outpost$Arn": "

The Amazon Resource Name (ARN) of the Outpost.

", "Parameter$ParameterName": "

Specifies the name of the parameter.

", "Parameter$ParameterValue": "

Specifies the value of the parameter.

", @@ -4466,7 +4466,7 @@ "PendingMaintenanceAction$Action": "

The type of pending maintenance action that is available for the resource. Valid actions are system-update, db-upgrade, hardware-maintenance, and ca-certificate-rotation.

", "PendingMaintenanceAction$OptInStatus": "

Indicates the type of opt-in request that has been received for the resource.

", "PendingMaintenanceAction$Description": "

A description providing more detail about the maintenance action.

", - "PendingMaintenanceActionsMessage$Marker": "

An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

", + "PendingMaintenanceActionsMessage$Marker": "

An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

", "PendingModifiedValues$DBInstanceClass": "

The name of the compute and memory capacity class for the DB instance.

", "PendingModifiedValues$MasterUserPassword": "

The master credentials for the DB instance.

", "PendingModifiedValues$EngineVersion": "

The database engine version.

", @@ -4477,9 +4477,9 @@ "PendingModifiedValues$DBSubnetGroupName": "

The DB subnet group for the DB instance.

", "ProcessorFeature$Name": "

The name of the processor feature. Valid names are coreCount and threadsPerCore.

", "ProcessorFeature$Value": "

The value of a processor feature name.

", - "PromoteReadReplicaDBClusterMessage$DBClusterIdentifier": "

The identifier of the DB cluster read replica to promote. This parameter isn't case-sensitive.

Constraints:

Example: my-cluster-replica1

", + "PromoteReadReplicaDBClusterMessage$DBClusterIdentifier": "

The identifier of the DB cluster read replica to promote. This parameter isn't case-sensitive.

Constraints:

Example: my-cluster-replica1

", "PromoteReadReplicaMessage$DBInstanceIdentifier": "

The DB instance identifier. This value is stored as a lowercase string.

Constraints:

Example: mydbinstance

", - "PromoteReadReplicaMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

", + "PromoteReadReplicaMessage$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

", "PurchaseReservedDBInstancesOfferingMessage$ReservedDBInstancesOfferingId": "

The ID of the Reserved DB instance offering to purchase.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

", "PurchaseReservedDBInstancesOfferingMessage$ReservedDBInstanceId": "

Customer-specified identifier to track this reservation.

Example: myreservationID

", "ReadReplicaDBClusterIdentifierList$member": null, @@ -4491,16 +4491,16 @@ "RecurringCharge$RecurringChargeFrequency": "

The frequency of the recurring charge.

", "RegisterDBProxyTargetsRequest$DBProxyName": "

The identifier of the DBProxy that is associated with the DBProxyTargetGroup.

", "RegisterDBProxyTargetsRequest$TargetGroupName": "

The identifier of the DBProxyTargetGroup.

", - "RemoveFromGlobalClusterMessage$GlobalClusterIdentifier": "

The cluster identifier to detach from the Aurora global database cluster.

", - "RemoveFromGlobalClusterMessage$DbClusterIdentifier": "

The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

", + "RemoveFromGlobalClusterMessage$GlobalClusterIdentifier": "

The cluster identifier to detach from the Aurora global database cluster.

", + "RemoveFromGlobalClusterMessage$DbClusterIdentifier": "

The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

", "RemoveRoleFromDBClusterMessage$DBClusterIdentifier": "

The name of the DB cluster to disassociate the IAM role from.

", "RemoveRoleFromDBClusterMessage$RoleArn": "

The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole.

", "RemoveRoleFromDBClusterMessage$FeatureName": "

The name of the feature for the DB cluster that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.

", "RemoveRoleFromDBInstanceMessage$DBInstanceIdentifier": "

The name of the DB instance to disassociate the IAM role from.

", "RemoveRoleFromDBInstanceMessage$RoleArn": "

The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example, arn:aws:iam::123456789012:role/AccessRole.

", - "RemoveRoleFromDBInstanceMessage$FeatureName": "

The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.

", + "RemoveRoleFromDBInstanceMessage$FeatureName": "

The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.

", "RemoveSourceIdentifierFromSubscriptionMessage$SubscriptionName": "

The name of the RDS event notification subscription you want to remove a source identifier from.

", - "RemoveSourceIdentifierFromSubscriptionMessage$SourceIdentifier": "

The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

", + "RemoveSourceIdentifierFromSubscriptionMessage$SourceIdentifier": "

The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

", "RemoveTagsFromResourceMessage$ResourceName": "

The Amazon RDS resource that the tags are removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide.

", "ReservedDBInstance$ReservedDBInstanceId": "

The unique identifier for the reservation.

", "ReservedDBInstance$ReservedDBInstancesOfferingId": "

The offering identifier.

", @@ -4511,40 +4511,40 @@ "ReservedDBInstance$State": "

The state of the reserved DB instance.

", "ReservedDBInstance$ReservedDBInstanceArn": "

The Amazon Resource Name (ARN) for the reserved DB instance.

", "ReservedDBInstance$LeaseId": "

The unique identifier for the lease associated with the reserved DB instance.

Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.

", - "ReservedDBInstanceMessage$Marker": "

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 MaxRecords.

", + "ReservedDBInstanceMessage$Marker": "

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 MaxRecords.

", "ReservedDBInstancesOffering$ReservedDBInstancesOfferingId": "

The offering identifier.

", "ReservedDBInstancesOffering$DBInstanceClass": "

The DB instance class for the reserved DB instance.

", "ReservedDBInstancesOffering$CurrencyCode": "

The currency code for the reserved DB instance offering.

", "ReservedDBInstancesOffering$ProductDescription": "

The database engine used by the offering.

", "ReservedDBInstancesOffering$OfferingType": "

The offering type.

", - "ReservedDBInstancesOfferingMessage$Marker": "

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 MaxRecords.

", + "ReservedDBInstancesOfferingMessage$Marker": "

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 MaxRecords.

", "ResetDBClusterParameterGroupMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group to reset.

", "ResetDBParameterGroupMessage$DBParameterGroupName": "

The name of the DB parameter group.

Constraints:

", "ResourcePendingMaintenanceActions$ResourceIdentifier": "

The ARN of the resource that has pending maintenance actions.

", "RestoreDBClusterFromS3Message$CharacterSetName": "

A value that indicates that the restored DB cluster should be associated with the specified CharacterSet.

", "RestoreDBClusterFromS3Message$DatabaseName": "

The database name for the restored DB cluster.

", "RestoreDBClusterFromS3Message$DBClusterIdentifier": "

The name of the DB cluster to create from the source data in the Amazon S3 bucket. This parameter isn't case-sensitive.

Constraints:

Example: my-cluster1

", - "RestoreDBClusterFromS3Message$DBClusterParameterGroupName": "

The name of the DB cluster parameter group to associate with the restored DB cluster. If this argument is omitted, default.aurora5.6 is used.

Constraints:

", + "RestoreDBClusterFromS3Message$DBClusterParameterGroupName": "

The name of the DB cluster parameter group to associate with the restored DB cluster. If this argument is omitted, default.aurora5.6 is used.

Constraints:

", "RestoreDBClusterFromS3Message$DBSubnetGroupName": "

A DB subnet group to associate with the restored DB cluster.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

", "RestoreDBClusterFromS3Message$Engine": "

The name of the database engine to be used for this DB cluster.

Valid Values: aurora (for MySQL 5.6-compatible Aurora), aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), and aurora-postgresql

", "RestoreDBClusterFromS3Message$EngineVersion": "

The version number of the database engine to use.

To list all of the available engine versions for aurora (for MySQL 5.6-compatible Aurora), use the following command:

aws rds describe-db-engine-versions --engine aurora --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for aurora-postgresql, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query \"DBEngineVersions[].EngineVersion\"

Aurora MySQL

Example: 5.6.10a, 5.6.mysql_aurora.1.19.2, 5.7.12, 5.7.mysql_aurora.2.04.5, 8.0.mysql_aurora.3.01.0

Aurora PostgreSQL

Example: 9.6.3, 10.7

", "RestoreDBClusterFromS3Message$MasterUsername": "

The name of the master user for the restored DB cluster.

Constraints:

", "RestoreDBClusterFromS3Message$MasterUserPassword": "

The password for the master database user. This password can contain any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain from 8 to 41 characters.

", "RestoreDBClusterFromS3Message$OptionGroupName": "

A value that indicates that the restored DB cluster should be associated with the specified option group.

Permanent options can't be removed from an option group. An option group can't be removed from a DB cluster once it is associated with a DB cluster.

", - "RestoreDBClusterFromS3Message$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

", - "RestoreDBClusterFromS3Message$PreferredMaintenanceWindow": "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

", + "RestoreDBClusterFromS3Message$PreferredBackupWindow": "

The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window in the Amazon Aurora User Guide.

Constraints:

", + "RestoreDBClusterFromS3Message$PreferredMaintenanceWindow": "

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon Aurora User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.

Constraints: Minimum 30-minute window.

", "RestoreDBClusterFromS3Message$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If the StorageEncrypted parameter is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

", - "RestoreDBClusterFromS3Message$SourceEngine": "

The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket.

Valid values: mysql

", - "RestoreDBClusterFromS3Message$SourceEngineVersion": "

The version of the database that the backup files were created from.

MySQL versions 5.5, 5.6, and 5.7 are supported.

Example: 5.6.40, 5.7.28

", + "RestoreDBClusterFromS3Message$SourceEngine": "

The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket.

Valid values: mysql

", + "RestoreDBClusterFromS3Message$SourceEngineVersion": "

The version of the database that the backup files were created from.

MySQL versions 5.5, 5.6, and 5.7 are supported.

Example: 5.6.40, 5.7.28

", "RestoreDBClusterFromS3Message$S3BucketName": "

The name of the Amazon S3 bucket that contains the data used to create the Amazon Aurora DB cluster.

", "RestoreDBClusterFromS3Message$S3Prefix": "

The prefix for all of the file names that contain the data used to create the Amazon Aurora DB cluster. If you do not specify a SourceS3Prefix value, then the Amazon Aurora DB cluster is created by using all of the files in the Amazon S3 bucket.

", "RestoreDBClusterFromS3Message$S3IngestionRoleArn": "

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that authorizes Amazon RDS to access the Amazon S3 bucket on your behalf.

", - "RestoreDBClusterFromS3Message$Domain": "

Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster. For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

", + "RestoreDBClusterFromS3Message$Domain": "

Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster. For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

", "RestoreDBClusterFromS3Message$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

", "RestoreDBClusterFromSnapshotMessage$DBClusterIdentifier": "

The name of the DB cluster to create from the DB snapshot or DB cluster snapshot. This parameter isn't case-sensitive.

Constraints:

Example: my-snapshot-id

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterFromSnapshotMessage$SnapshotIdentifier": "

The identifier for the DB snapshot or DB cluster snapshot to restore from.

You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterFromSnapshotMessage$Engine": "

The database engine to use for the new DB cluster.

Default: The same as source

Constraint: Must be compatible with the engine of the source

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBClusterFromSnapshotMessage$EngineVersion": "

The version of the database engine to use for the new DB cluster.

To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for Aurora PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for MySQL, use the following command:

aws rds describe-db-engine-versions --engine mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine postgres --query \"DBEngineVersions[].EngineVersion\"

Aurora MySQL

See MySQL on Amazon RDS Versions in the Amazon Aurora User Guide.

Aurora PostgreSQL

See Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide.

MySQL

See MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

PostgreSQL

See Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "RestoreDBClusterFromSnapshotMessage$EngineVersion": "

The version of the database engine to use for the new DB cluster.

To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:

aws rds describe-db-engine-versions --engine aurora-mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for Aurora PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine aurora-postgresql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for MySQL, use the following command:

aws rds describe-db-engine-versions --engine mysql --query \"DBEngineVersions[].EngineVersion\"

To list all of the available engine versions for RDS for PostgreSQL, use the following command:

aws rds describe-db-engine-versions --engine postgres --query \"DBEngineVersions[].EngineVersion\"

Aurora MySQL

See MySQL on Amazon RDS Versions in the Amazon Aurora User Guide.

Aurora PostgreSQL

See Amazon Aurora PostgreSQL releases and engine versions in the Amazon Aurora User Guide.

MySQL

See MySQL on Amazon RDS Versions in the Amazon RDS User Guide.

PostgreSQL

See Amazon RDS for PostgreSQL versions and extensions in the Amazon RDS User Guide.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterFromSnapshotMessage$DBSubnetGroupName": "

The name of the DB subnet group to use for the new DB cluster.

Constraints: If supplied, must match the name of an existing DB subnet group.

Example: mydbsubnetgroup

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterFromSnapshotMessage$DatabaseName": "

The database name for the restored DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterFromSnapshotMessage$OptionGroupName": "

The name of the option group to use for the restored DB cluster.

DB clusters are associated with a default option group that can't be modified.

", @@ -4554,7 +4554,7 @@ "RestoreDBClusterFromSnapshotMessage$Domain": "

Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

Valid for: Aurora DB clusters only

", "RestoreDBClusterFromSnapshotMessage$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

Valid for: Aurora DB clusters only

", "RestoreDBClusterFromSnapshotMessage$DBClusterInstanceClass": "

The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

", - "RestoreDBClusterFromSnapshotMessage$StorageType": "

Specifies the storage type to be associated with the each DB instance in the Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", + "RestoreDBClusterFromSnapshotMessage$StorageType": "

Specifies the storage type to be associated with the each DB instance in the Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterToPointInTimeMessage$DBClusterIdentifier": "

The name of the new DB cluster to be created.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterToPointInTimeMessage$RestoreType": "

The type of restore to be performed. You can specify one of the following values:

Constraints: You can't specify copy-on-write if the engine version of the source DB cluster is earlier than 1.11.

If you don't specify a RestoreType value, then the new DB cluster is restored as a full copy of the source DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterToPointInTimeMessage$SourceDBClusterIdentifier": "

The identifier of the source DB cluster from which to restore.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", @@ -4562,21 +4562,21 @@ "RestoreDBClusterToPointInTimeMessage$OptionGroupName": "

The name of the option group for the new DB cluster.

DB clusters are associated with a default option group that can't be modified.

", "RestoreDBClusterToPointInTimeMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

You can restore to a new DB cluster and encrypt the new DB cluster with a KMS key that is different from the KMS key used to encrypt the source DB cluster. The new DB cluster is encrypted with the KMS key identified by the KmsKeyId parameter.

If you don't specify a value for the KmsKeyId parameter, then the following occurs:

If DBClusterIdentifier refers to a DB cluster that isn't encrypted, then the restore request is rejected.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterToPointInTimeMessage$DBClusterParameterGroupName": "

The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, the default DB cluster parameter group for the specified engine is used.

Constraints:

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBClusterToPointInTimeMessage$Domain": "

Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster. For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", + "RestoreDBClusterToPointInTimeMessage$Domain": "

Specify the Active Directory directory ID to restore the DB cluster in. The domain must be created prior to this operation.

For Amazon Aurora DB clusters, Amazon RDS can use Kerberos Authentication to authenticate users that connect to the DB cluster. For more information, see Kerberos Authentication in the Amazon Aurora User Guide.

Valid for: Aurora DB clusters only

", "RestoreDBClusterToPointInTimeMessage$DomainIAMRoleName": "

Specify the name of the IAM role to be used when making API calls to the Directory Service.

Valid for: Aurora DB clusters only

", - "RestoreDBClusterToPointInTimeMessage$EngineMode": "

The engine mode of the new cluster. Specify provisioned or serverless, depending on the type of the cluster you are creating. You can create an Aurora Serverless clone from a provisioned cluster, or a provisioned clone from an Aurora Serverless cluster. To create a clone that is an Aurora Serverless cluster, the original cluster must be an Aurora Serverless cluster or an encrypted provisioned cluster.

Valid for: Aurora DB clusters only

", + "RestoreDBClusterToPointInTimeMessage$EngineMode": "

The engine mode of the new cluster. Specify provisioned or serverless, depending on the type of the cluster you are creating. You can create an Aurora Serverless v1 clone from a provisioned cluster, or a provisioned clone from an Aurora Serverless v1 cluster. To create a clone that is an Aurora Serverless v1 cluster, the original cluster must be an Aurora Serverless v1 cluster or an encrypted provisioned cluster.

Valid for: Aurora DB clusters only

", "RestoreDBClusterToPointInTimeMessage$DBClusterInstanceClass": "

The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.

For the full list of DB instance classes, and availability for your engine, see DB instance class in the Amazon RDS User Guide.

Valid for: Multi-AZ DB clusters only

", - "RestoreDBClusterToPointInTimeMessage$StorageType": "

Specifies the storage type to be associated with the each DB instance in the Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

", + "RestoreDBClusterToPointInTimeMessage$StorageType": "

Specifies the storage type to be associated with the each DB instance in the Multi-AZ DB cluster.

Valid values: io1

When specified, a value for the Iops parameter is required.

Default: io1

Valid for: Multi-AZ DB clusters only

", "RestoreDBInstanceFromDBSnapshotMessage$DBInstanceIdentifier": "

Name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.

Constraints:

Example: my-snapshot-id

", "RestoreDBInstanceFromDBSnapshotMessage$DBSnapshotIdentifier": "

The identifier for the DB snapshot to restore from.

Constraints:

", "RestoreDBInstanceFromDBSnapshotMessage$DBInstanceClass": "

The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Default: The same DBInstanceClass as the original DB instance.

", "RestoreDBInstanceFromDBSnapshotMessage$AvailabilityZone": "

The Availability Zone (AZ) where the DB instance will be created.

Default: A random, system-chosen Availability Zone.

Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

Example: us-east-1a

", "RestoreDBInstanceFromDBSnapshotMessage$DBSubnetGroupName": "

The DB subnet group name to use for the new instance.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

", - "RestoreDBInstanceFromDBSnapshotMessage$LicenseModel": "

License model information for the restored DB instance.

This setting doesn't apply to RDS Custom.

Default: Same as source.

Valid values: license-included | bring-your-own-license | general-public-license

", + "RestoreDBInstanceFromDBSnapshotMessage$LicenseModel": "

License model information for the restored DB instance.

This setting doesn't apply to RDS Custom.

Default: Same as source.

Valid values: license-included | bring-your-own-license | general-public-license

", "RestoreDBInstanceFromDBSnapshotMessage$DBName": "

The database name for the restored DB instance.

This parameter doesn't apply to the MySQL, PostgreSQL, or MariaDB engines. It also doesn't apply to RDS Custom DB instances.

", "RestoreDBInstanceFromDBSnapshotMessage$Engine": "

The database engine to use for the new instance.

This setting doesn't apply to RDS Custom.

Default: The same as source

Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1 DB instance from a MySQL 5.6 snapshot.

Valid Values:

", "RestoreDBInstanceFromDBSnapshotMessage$OptionGroupName": "

The name of the option group to be used for the restored DB instance.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance.

This setting doesn't apply to RDS Custom.

", - "RestoreDBInstanceFromDBSnapshotMessage$StorageType": "

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

", + "RestoreDBInstanceFromDBSnapshotMessage$StorageType": "

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

", "RestoreDBInstanceFromDBSnapshotMessage$TdeCredentialArn": "

The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceFromDBSnapshotMessage$TdeCredentialPassword": "

The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceFromDBSnapshotMessage$Domain": "

Specify the Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this operation. Currently, you can create only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

This setting doesn't apply to RDS Custom.

", @@ -4584,39 +4584,39 @@ "RestoreDBInstanceFromDBSnapshotMessage$DBParameterGroupName": "

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

If you don't specify a value for DBParameterGroupName, then RDS uses the default DBParameterGroup for the specified DB engine.

This setting doesn't apply to RDS Custom.

Constraints:

", "RestoreDBInstanceFromDBSnapshotMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

", "RestoreDBInstanceFromDBSnapshotMessage$BackupTarget": "

Specifies where automated backups and manual snapshots are stored for the restored DB instance.

Possible values are outposts (Amazon Web Services Outposts) and region (Amazon Web Services Region). The default is region.

For more information, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

", - "RestoreDBInstanceFromS3Message$DBName": "

The name of the database to create when the DB instance is created. Follow the naming rules specified in CreateDBInstance.

", - "RestoreDBInstanceFromS3Message$DBInstanceIdentifier": "

The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

Example: mydbinstance

", - "RestoreDBInstanceFromS3Message$DBInstanceClass": "

The compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Importing from Amazon S3 isn't supported on the db.t2.micro DB instance class.

", - "RestoreDBInstanceFromS3Message$Engine": "

The name of the database engine to be used for this instance.

Valid Values: mysql

", - "RestoreDBInstanceFromS3Message$MasterUsername": "

The name for the master user.

Constraints:

", - "RestoreDBInstanceFromS3Message$MasterUserPassword": "

The password for the master user. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain from 8 to 41 characters.

", - "RestoreDBInstanceFromS3Message$AvailabilityZone": "

The Availability Zone that the DB instance is created in. For information about Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones in the Amazon RDS User Guide.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

Constraint: The AvailabilityZone 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.

", + "RestoreDBInstanceFromS3Message$DBName": "

The name of the database to create when the DB instance is created. Follow the naming rules specified in CreateDBInstance.

", + "RestoreDBInstanceFromS3Message$DBInstanceIdentifier": "

The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

Example: mydbinstance

", + "RestoreDBInstanceFromS3Message$DBInstanceClass": "

The compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Importing from Amazon S3 isn't supported on the db.t2.micro DB instance class.

", + "RestoreDBInstanceFromS3Message$Engine": "

The name of the database engine to be used for this instance.

Valid Values: mysql

", + "RestoreDBInstanceFromS3Message$MasterUsername": "

The name for the master user.

Constraints:

", + "RestoreDBInstanceFromS3Message$MasterUserPassword": "

The password for the master user. The password can include any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain from 8 to 41 characters.

", + "RestoreDBInstanceFromS3Message$AvailabilityZone": "

The Availability Zone that the DB instance is created in. For information about Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones in the Amazon RDS User Guide.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

Constraint: The AvailabilityZone 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.

", "RestoreDBInstanceFromS3Message$DBSubnetGroupName": "

A DB subnet group to associate with this DB instance.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

", "RestoreDBInstanceFromS3Message$PreferredMaintenanceWindow": "

The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window in the Amazon RDS User Guide.

Constraints:

", "RestoreDBInstanceFromS3Message$DBParameterGroupName": "

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

If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used.

", "RestoreDBInstanceFromS3Message$PreferredBackupWindow": "

The time range each day during which automated backups are created if automated backups are enabled. For more information, see Backup window in the Amazon RDS User Guide.

Constraints:

", - "RestoreDBInstanceFromS3Message$EngineVersion": "

The version number of the database engine to use. Choose the latest minor version of your database engine. For information about engine versions, see CreateDBInstance, or call DescribeDBEngineVersions.

", - "RestoreDBInstanceFromS3Message$LicenseModel": "

The license model for this DB instance. Use general-public-license.

", - "RestoreDBInstanceFromS3Message$OptionGroupName": "

The name of the option group to associate with this DB instance. If this argument is omitted, the default option group for the specified engine is used.

", - "RestoreDBInstanceFromS3Message$StorageType": "

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise gp2

", - "RestoreDBInstanceFromS3Message$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If the StorageEncrypted parameter is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

", - "RestoreDBInstanceFromS3Message$MonitoringRoleArn": "

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see Setting Up and Enabling Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

", - "RestoreDBInstanceFromS3Message$SourceEngine": "

The name of the engine of your source database.

Valid Values: mysql

", - "RestoreDBInstanceFromS3Message$SourceEngineVersion": "

The version of the database that the backup files were created from.

MySQL versions 5.6 and 5.7 are supported.

Example: 5.6.40

", - "RestoreDBInstanceFromS3Message$S3BucketName": "

The name of your Amazon S3 bucket that contains your database backup file.

", - "RestoreDBInstanceFromS3Message$S3Prefix": "

The prefix of your Amazon S3 bucket.

", - "RestoreDBInstanceFromS3Message$S3IngestionRoleArn": "

An Amazon Web Services Identity and Access Management (IAM) role to allow Amazon RDS to access your Amazon S3 bucket.

", + "RestoreDBInstanceFromS3Message$EngineVersion": "

The version number of the database engine to use. Choose the latest minor version of your database engine. For information about engine versions, see CreateDBInstance, or call DescribeDBEngineVersions.

", + "RestoreDBInstanceFromS3Message$LicenseModel": "

The license model for this DB instance. Use general-public-license.

", + "RestoreDBInstanceFromS3Message$OptionGroupName": "

The name of the option group to associate with this DB instance. If this argument is omitted, the default option group for the specified engine is used.

", + "RestoreDBInstanceFromS3Message$StorageType": "

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise gp2

", + "RestoreDBInstanceFromS3Message$KmsKeyId": "

The Amazon Web Services KMS key identifier for an encrypted DB instance.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN.

If the StorageEncrypted parameter is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

", + "RestoreDBInstanceFromS3Message$MonitoringRoleArn": "

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, see Setting Up and Enabling Enhanced Monitoring in the Amazon RDS User Guide.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

", + "RestoreDBInstanceFromS3Message$SourceEngine": "

The name of the engine of your source database.

Valid Values: mysql

", + "RestoreDBInstanceFromS3Message$SourceEngineVersion": "

The version of the database that the backup files were created from.

MySQL versions 5.6 and 5.7 are supported.

Example: 5.6.40

", + "RestoreDBInstanceFromS3Message$S3BucketName": "

The name of your Amazon S3 bucket that contains your database backup file.

", + "RestoreDBInstanceFromS3Message$S3Prefix": "

The prefix of your Amazon S3 bucket.

", + "RestoreDBInstanceFromS3Message$S3IngestionRoleArn": "

An Amazon Web Services Identity and Access Management (IAM) role to allow Amazon RDS to access your Amazon S3 bucket.

", "RestoreDBInstanceFromS3Message$PerformanceInsightsKMSKeyId": "

The Amazon Web Services KMS key identifier for encryption of Performance Insights data.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.

", "RestoreDBInstanceToPointInTimeMessage$SourceDBInstanceIdentifier": "

The identifier of the source DB instance from which to restore.

Constraints:

", "RestoreDBInstanceToPointInTimeMessage$TargetDBInstanceIdentifier": "

The name of the new DB instance to be created.

Constraints:

", - "RestoreDBInstanceToPointInTimeMessage$DBInstanceClass": "

The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Default: The same DBInstanceClass as the original DB instance.

", + "RestoreDBInstanceToPointInTimeMessage$DBInstanceClass": "

The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Default: The same DBInstanceClass as the original DB instance.

", "RestoreDBInstanceToPointInTimeMessage$AvailabilityZone": "

The Availability Zone (AZ) where the DB instance will be created.

Default: A random, system-chosen Availability Zone.

Constraint: You can't specify the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment.

Example: us-east-1a

", "RestoreDBInstanceToPointInTimeMessage$DBSubnetGroupName": "

The DB subnet group name to use for the new instance.

Constraints: If supplied, must match the name of an existing DBSubnetGroup.

Example: mydbsubnetgroup

", - "RestoreDBInstanceToPointInTimeMessage$LicenseModel": "

License model information for the restored DB instance.

This setting doesn't apply to RDS Custom.

Default: Same as source.

Valid values: license-included | bring-your-own-license | general-public-license

", + "RestoreDBInstanceToPointInTimeMessage$LicenseModel": "

License model information for the restored DB instance.

This setting doesn't apply to RDS Custom.

Default: Same as source.

Valid values: license-included | bring-your-own-license | general-public-license

", "RestoreDBInstanceToPointInTimeMessage$DBName": "

The database name for the restored DB instance.

This parameter isn't supported for the MySQL or MariaDB engines. It also doesn't apply to RDS Custom.

", "RestoreDBInstanceToPointInTimeMessage$Engine": "

The database engine to use for the new instance.

This setting doesn't apply to RDS Custom.

Default: The same as source

Constraint: Must be compatible with the engine of the source

Valid Values:

", "RestoreDBInstanceToPointInTimeMessage$OptionGroupName": "

The name of the option group to be used for the restored DB instance.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group, and that option group can't be removed from a DB instance after it is associated with a DB instance

This setting doesn't apply to RDS Custom.

", - "RestoreDBInstanceToPointInTimeMessage$StorageType": "

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

", + "RestoreDBInstanceToPointInTimeMessage$StorageType": "

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified, otherwise gp2

", "RestoreDBInstanceToPointInTimeMessage$TdeCredentialArn": "

The ARN from the key store with which to associate the instance for TDE encryption.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceToPointInTimeMessage$TdeCredentialPassword": "

The password for the given ARN from the key store in order to access the device.

This setting doesn't apply to RDS Custom.

", "RestoreDBInstanceToPointInTimeMessage$Domain": "

Specify the Active Directory directory ID to restore the DB instance in. Create the domain before running this command. Currently, you can create only the MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

This setting doesn't apply to RDS Custom.

For more information, see Kerberos Authentication in the Amazon RDS User Guide.

", @@ -4624,20 +4624,20 @@ "RestoreDBInstanceToPointInTimeMessage$DBParameterGroupName": "

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

If you do not specify a value for DBParameterGroupName, then the default DBParameterGroup for the specified DB engine is used.

This setting doesn't apply to RDS Custom.

Constraints:

", "RestoreDBInstanceToPointInTimeMessage$SourceDbiResourceId": "

The resource ID of the source DB instance from which to restore.

", "RestoreDBInstanceToPointInTimeMessage$SourceDBInstanceAutomatedBackupsArn": "

The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

This setting doesn't apply to RDS Custom.

", - "RestoreDBInstanceToPointInTimeMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon Relational Database Service User Guide.

This setting is required for RDS Custom.

", + "RestoreDBInstanceToPointInTimeMessage$CustomIamInstanceProfile": "

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.

This setting is required for RDS Custom.

", "RestoreDBInstanceToPointInTimeMessage$BackupTarget": "

Specifies where automated backups and manual snapshots are stored for the restored DB instance.

Possible values are outposts (Amazon Web Services Outposts) and region (Amazon Web Services Region). The default is region.

For more information, see Working with Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.

", "RevokeDBSecurityGroupIngressMessage$DBSecurityGroupName": "

The name of the DB security group to revoke ingress from.

", - "RevokeDBSecurityGroupIngressMessage$CIDRIP": "

The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId can't be provided.

", - "RevokeDBSecurityGroupIngressMessage$EC2SecurityGroupName": "

The name of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", - "RevokeDBSecurityGroupIngressMessage$EC2SecurityGroupId": "

The id of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", - "RevokeDBSecurityGroupIngressMessage$EC2SecurityGroupOwnerId": "

The Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", - "ScalingConfiguration$TimeoutAction": "

The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.

ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.

RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.

If you specify ForceApplyCapacityChange, connections that prevent Aurora Serverless from finding a scaling point might be dropped.

For more information, see Autoscaling for Aurora Serverless in the Amazon Aurora User Guide.

", - "ScalingConfigurationInfo$TimeoutAction": "

The action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless cluster. The value is either ForceApplyCapacityChange or RollbackCapacityChange.

ForceApplyCapacityChange, the default, sets the capacity to the specified value as soon as possible.

RollbackCapacityChange ignores the capacity change if a scaling point isn't found in the timeout period.

", + "RevokeDBSecurityGroupIngressMessage$CIDRIP": "

The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId can't be provided.

", + "RevokeDBSecurityGroupIngressMessage$EC2SecurityGroupName": "

The name of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", + "RevokeDBSecurityGroupIngressMessage$EC2SecurityGroupId": "

The id of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", + "RevokeDBSecurityGroupIngressMessage$EC2SecurityGroupOwnerId": "

The Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

", + "ScalingConfiguration$TimeoutAction": "

The action to take when the timeout is reached, either ForceApplyCapacityChange or RollbackCapacityChange.

ForceApplyCapacityChange sets the capacity to the specified value as soon as possible.

RollbackCapacityChange, the default, ignores the capacity change if a scaling point isn't found in the timeout period.

If you specify ForceApplyCapacityChange, connections that prevent Aurora Serverless v1 from finding a scaling point might be dropped.

For more information, see Autoscaling for Aurora Serverless v1 in the Amazon Aurora User Guide.

", + "ScalingConfigurationInfo$TimeoutAction": "

The action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless v1 cluster. The value is either ForceApplyCapacityChange or RollbackCapacityChange.

ForceApplyCapacityChange, the default, sets the capacity to the specified value as soon as possible.

RollbackCapacityChange ignores the capacity change if a scaling point isn't found in the timeout period.

", "SourceIdsList$member": null, "SourceRegion$RegionName": "

The name of the source Amazon Web Services Region.

", "SourceRegion$Endpoint": "

The endpoint for the source Amazon Web Services Region endpoint.

", "SourceRegion$Status": "

The status of the source Amazon Web Services Region.

", - "SourceRegionMessage$Marker": "

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 MaxRecords.

", + "SourceRegionMessage$Marker": "

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 MaxRecords.

", "StartActivityStreamRequest$ResourceArn": "

The Amazon Resource Name (ARN) of the DB cluster, for example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.

", "StartActivityStreamRequest$KmsKeyId": "

The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

", "StartActivityStreamResponse$KmsKeyId": "

The Amazon Web Services KMS key identifier for encryption of messages in the database activity stream.

", @@ -4646,20 +4646,20 @@ "StartDBInstanceAutomatedBackupsReplicationMessage$SourceDBInstanceArn": "

The Amazon Resource Name (ARN) of the source DB instance for the replicated automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase.

", "StartDBInstanceAutomatedBackupsReplicationMessage$KmsKeyId": "

The Amazon Web Services KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination Amazon Web Services Region, for example, arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE.

", "StartDBInstanceAutomatedBackupsReplicationMessage$PreSignedUrl": "

A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be called in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for the StartDBInstanceAutomatedBackupsReplication API action that can be executed in the Amazon Web Services Region that contains the source DB instance.

", - "StartDBInstanceMessage$DBInstanceIdentifier": "

The user-supplied instance identifier.

", - "StartExportTaskMessage$ExportTaskIdentifier": "

A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is to be exported to.

", + "StartDBInstanceMessage$DBInstanceIdentifier": "

The user-supplied instance identifier.

", + "StartExportTaskMessage$ExportTaskIdentifier": "

A unique identifier for the snapshot export task. This ID isn't an identifier for the Amazon S3 bucket where the snapshot is to be exported to.

", "StartExportTaskMessage$SourceArn": "

The Amazon Resource Name (ARN) of the snapshot to export to Amazon S3.

", "StartExportTaskMessage$S3BucketName": "

The name of the Amazon S3 bucket to export the snapshot to.

", - "StartExportTaskMessage$IamRoleArn": "

The name of the IAM role to use for writing to the Amazon S3 bucket when exporting a snapshot.

", - "StartExportTaskMessage$KmsKeyId": "

The ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. The caller of this operation must be authorized to execute the following operations. These can be set in the Amazon Web Services KMS key policy:

", + "StartExportTaskMessage$IamRoleArn": "

The name of the IAM role to use for writing to the Amazon S3 bucket when exporting a snapshot.

", + "StartExportTaskMessage$KmsKeyId": "

The ID of the Amazon Web Services KMS key to use to encrypt the snapshot exported to Amazon S3. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. The caller of this operation must be authorized to execute the following operations. These can be set in the Amazon Web Services KMS key policy:

", "StartExportTaskMessage$S3Prefix": "

The Amazon S3 bucket prefix to use as the file name and path of the exported snapshot.

", - "StopActivityStreamRequest$ResourceArn": "

The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.

", + "StopActivityStreamRequest$ResourceArn": "

The Amazon Resource Name (ARN) of the DB cluster for the database activity stream. For example, arn:aws:rds:us-east-1:12345667890:cluster:das-cluster.

", "StopActivityStreamResponse$KmsKeyId": "

The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

", "StopActivityStreamResponse$KinesisStreamName": "

The name of the Amazon Kinesis data stream used for the database activity stream.

", "StopDBClusterMessage$DBClusterIdentifier": "

The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.

", "StopDBInstanceAutomatedBackupsReplicationMessage$SourceDBInstanceArn": "

The Amazon Resource Name (ARN) of the source DB instance for which to stop replicating automated backups, for example, arn:aws:rds:us-west-2:123456789012:db:mydatabase.

", - "StopDBInstanceMessage$DBInstanceIdentifier": "

The user-supplied instance identifier.

", - "StopDBInstanceMessage$DBSnapshotIdentifier": "

The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.

", + "StopDBInstanceMessage$DBInstanceIdentifier": "

The user-supplied instance identifier.

", + "StopDBInstanceMessage$DBSnapshotIdentifier": "

The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.

", "StringList$member": null, "Subnet$SubnetIdentifier": "

The identifier of the subnet.

", "Subnet$SubnetStatus": "

The status of the subnet.

", @@ -4677,7 +4677,7 @@ "UserAuthConfigInfo$Description": "

A user-specified description about the authentication used by a proxy to log in as a specific database user.

", "UserAuthConfigInfo$UserName": "

The name of the database user to which the proxy connects.

", "UserAuthConfigInfo$SecretArn": "

The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.

", - "ValidStorageOptions$StorageType": "

The valid storage types for your DB instance. For example, gp2, io1.

", + "ValidStorageOptions$StorageType": "

The valid storage types for your DB instance. For example, gp2, io1.

", "VpcSecurityGroupIdList$member": null, "VpcSecurityGroupMembership$VpcSecurityGroupId": "

The name of the VPC security group.

", "VpcSecurityGroupMembership$Status": "

The status of the VPC security group.

", @@ -4731,7 +4731,7 @@ } }, "Subnet": { - "base": "

This data type is used as a response element for the DescribeDBSubnetGroups operation.

", + "base": "

This data type is used as a response element for the DescribeDBSubnetGroups operation.

", "refs": { "SubnetList$member": null } @@ -4751,7 +4751,7 @@ "SubnetList": { "base": null, "refs": { - "DBSubnetGroup$Subnets": "

Contains a list of Subnet elements.

" + "DBSubnetGroup$Subnets": "

Contains a list of Subnet elements.

" } }, "SubscriptionAlreadyExistFault": { @@ -4772,14 +4772,14 @@ "SupportedCharacterSetsList": { "base": null, "refs": { - "DBEngineVersion$SupportedCharacterSets": "

A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

", - "DBEngineVersion$SupportedNcharCharacterSets": "

A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

" + "DBEngineVersion$SupportedCharacterSets": "

A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

", + "DBEngineVersion$SupportedNcharCharacterSets": "

A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

" } }, "SupportedTimezonesList": { "base": null, "refs": { - "DBEngineVersion$SupportedTimezones": "

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

" + "DBEngineVersion$SupportedTimezones": "

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

" } }, "TStamp": { @@ -4803,8 +4803,8 @@ "DBInstance$AutomaticRestartTime": "

The time when a stopped DB instance is restarted automatically.

", "DBInstance$InstanceCreateTime": "

Provides the date and time the DB instance was created.

", "DBInstance$LatestRestorableTime": "

Specifies the latest time to which a database can be restored with point-in-time restore.

", - "DBInstance$ResumeFullAutomationModeTime": "

The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

", - "DBInstanceAutomatedBackup$InstanceCreateTime": "

Provides the date and time that the DB instance was created.

", + "DBInstance$ResumeFullAutomationModeTime": "

The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

", + "DBInstanceAutomatedBackup$InstanceCreateTime": "

Provides the date and time that the DB instance was created.

", "DBProxy$CreatedDate": "

The date and time when the proxy was first created.

", "DBProxy$UpdatedDate": "

The date and time when the proxy was last updated.

", "DBProxyEndpoint$CreatedDate": "

The date and time when the DB proxy endpoint was first created.

", @@ -4813,8 +4813,8 @@ "DBSnapshot$SnapshotCreateTime": "

Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.

", "DBSnapshot$InstanceCreateTime": "

Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.

", "DBSnapshot$OriginalSnapshotCreateTime": "

Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.

", - "DescribeEventsMessage$StartTime": "

The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example: 2009-07-08T18:00Z

", - "DescribeEventsMessage$EndTime": "

The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example: 2009-07-08T18:00Z

", + "DescribeEventsMessage$StartTime": "

The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example: 2009-07-08T18:00Z

", + "DescribeEventsMessage$EndTime": "

The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example: 2009-07-08T18:00Z

", "Event$Date": "

Specifies the date and time of the event.

", "ExportTask$SnapshotTime": "

The time that the snapshot was created.

", "ExportTask$TaskStartTime": "

The time that the snapshot export task started.

", @@ -4822,7 +4822,7 @@ "PendingMaintenanceAction$AutoAppliedAfterDate": "

The date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date.

", "PendingMaintenanceAction$ForcedApplyDate": "

The date when the maintenance action is automatically applied.

On this date, the maintenance action is applied to the resource as soon as possible, regardless of the maintenance window for the resource. There might be a delay of one or more days from this date before the maintenance action is applied.

", "PendingMaintenanceAction$CurrentApplyDate": "

The effective date when the pending maintenance action is applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

", - "PendingModifiedValues$ResumeFullAutomationModeTime": "

The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

", + "PendingModifiedValues$ResumeFullAutomationModeTime": "

The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

", "ReservedDBInstance$StartTime": "

The time the reservation started.

", "RestoreDBClusterToPointInTimeMessage$RestoreToTime": "

The date and time to restore the DB cluster to.

Valid Values: Value must be a time in Universal Coordinated Time (UTC) format

Constraints:

Example: 2015-03-07T23:45:00Z

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBInstanceToPointInTimeMessage$RestoreTime": "

The date and time to restore from.

Valid Values: Value must be a time in Universal Coordinated Time (UTC) format

Constraints:

Example: 2009-09-07T23:45:00Z

", @@ -4872,7 +4872,7 @@ "RestoreDBInstanceFromDBSnapshotMessage$Tags": null, "RestoreDBInstanceFromS3Message$Tags": "

A list of tags to associate with this DB instance. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

", "RestoreDBInstanceToPointInTimeMessage$Tags": null, - "TagListMessage$TagList": "

List of tags returned by the ListTagsForResource operation.

" + "TagListMessage$TagList": "

List of tags returned by the ListTagsForResource operation.

" } }, "TagListMessage": { @@ -4914,7 +4914,7 @@ "TargetState": { "base": null, "refs": { - "TargetHealth$State": "

The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:

registering > unavailable > available > unavailable > available

" + "TargetHealth$State": "

The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:

registering > unavailable > available > unavailable > available

" } }, "TargetType": { @@ -4924,7 +4924,7 @@ } }, "Timezone": { - "base": "

A time zone associated with a DBInstance or a DBSnapshot. This data type is an element in the response to the DescribeDBInstances, the DescribeDBSnapshots, and the DescribeDBEngineVersions actions.

", + "base": "

A time zone associated with a DBInstance or a DBSnapshot. This data type is an element in the response to the DescribeDBInstances, the DescribeDBSnapshots, and the DescribeDBEngineVersions actions.

", "refs": { "SupportedTimezonesList$member": null } @@ -4961,13 +4961,13 @@ } }, "ValidDBInstanceModificationsMessage": { - "base": "

Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action. You can use this information when you call ModifyDBInstance.

", + "base": "

Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action. You can use this information when you call ModifyDBInstance.

", "refs": { "DescribeValidDBInstanceModificationsResult$ValidDBInstanceModificationsMessage": null } }, "ValidStorageOptions": { - "base": "

Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action.

", + "base": "

Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action.

", "refs": { "ValidStorageOptionsList$member": null } @@ -4975,7 +4975,7 @@ "ValidStorageOptionsList": { "base": null, "refs": { - "ValidDBInstanceModificationsMessage$Storage": "

Valid storage options for your DB instance.

" + "ValidDBInstanceModificationsMessage$Storage": "

Valid storage options for your DB instance.

" } }, "ValidUpgradeTargetList": { @@ -4989,16 +4989,16 @@ "refs": { "CreateDBClusterMessage$VpcSecurityGroupIds": "

A list of EC2 VPC security groups to associate with this DB cluster.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "CreateDBInstanceMessage$VpcSecurityGroupIds": "

A list of Amazon EC2 VPC security groups to associate with this DB instance.

Amazon Aurora

Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

", - "CreateDBInstanceReadReplicaMessage$VpcSecurityGroupIds": "

A list of Amazon EC2 VPC security groups to associate with the read replica.

This setting doesn't apply to RDS Custom.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

", + "CreateDBInstanceReadReplicaMessage$VpcSecurityGroupIds": "

A list of Amazon EC2 VPC security groups to associate with the read replica.

This setting doesn't apply to RDS Custom.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

", "ModifyDBClusterMessage$VpcSecurityGroupIds": "

A list of VPC security groups that the DB cluster will belong to.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "ModifyDBInstanceMessage$VpcSecurityGroupIds": "

A list of Amazon EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

This setting doesn't apply to RDS Custom.

Amazon Aurora

Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see ModifyDBCluster.

Constraints:

", "OptionConfiguration$VpcSecurityGroupMemberships": "

A list of VpcSecurityGroupMembership name strings used for this option.

", "RestoreDBClusterFromS3Message$VpcSecurityGroupIds": "

A list of EC2 VPC security groups to associate with the restored DB cluster.

", "RestoreDBClusterFromSnapshotMessage$VpcSecurityGroupIds": "

A list of VPC security groups that the new DB cluster will belong to.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", "RestoreDBClusterToPointInTimeMessage$VpcSecurityGroupIds": "

A list of VPC security groups that the new DB cluster belongs to.

Valid for: Aurora DB clusters and Multi-AZ DB clusters

", - "RestoreDBInstanceFromDBSnapshotMessage$VpcSecurityGroupIds": "

A list of EC2 VPC security groups to associate with this DB instance.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

", - "RestoreDBInstanceFromS3Message$VpcSecurityGroupIds": "

A list of VPC security groups to associate with this DB instance.

", - "RestoreDBInstanceToPointInTimeMessage$VpcSecurityGroupIds": "

A list of EC2 VPC security groups to associate with this DB instance.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

" + "RestoreDBInstanceFromDBSnapshotMessage$VpcSecurityGroupIds": "

A list of EC2 VPC security groups to associate with this DB instance.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

", + "RestoreDBInstanceFromS3Message$VpcSecurityGroupIds": "

A list of VPC security groups to associate with this DB instance.

", + "RestoreDBInstanceToPointInTimeMessage$VpcSecurityGroupIds": "

A list of EC2 VPC security groups to associate with this DB instance.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

" } }, "VpcSecurityGroupMembership": { diff --git a/apis/robomaker/2018-06-29/api-2.json b/apis/robomaker/2018-06-29/api-2.json index cc4e3af5d8f..7773feae741 100644 --- a/apis/robomaker/2018-06-29/api-2.json +++ b/apis/robomaker/2018-06-29/api-2.json @@ -1440,7 +1440,7 @@ "DataSourceConfigs":{ "type":"list", "member":{"shape":"DataSourceConfig"}, - "max":5, + "max":6, "min":1 }, "DataSourceNames":{ @@ -1938,7 +1938,7 @@ "type":"map", "key":{"shape":"EnvironmentVariableKey"}, "value":{"shape":"EnvironmentVariableValue"}, - "max":16, + "max":20, "min":0 }, "EnvironmentVariableValue":{ @@ -2324,9 +2324,12 @@ }, "LoggingConfig":{ "type":"structure", - "required":["recordAllRosTopics"], "members":{ - "recordAllRosTopics":{"shape":"BoxedBoolean"} + "recordAllRosTopics":{ + "shape":"BoxedBoolean", + "deprecated":true, + "deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html." + } } }, "MaxConcurrency":{"type":"integer"}, @@ -2527,9 +2530,17 @@ "applicationVersion":{"shape":"Version"}, "launchConfig":{"shape":"LaunchConfig"}, "uploadConfigurations":{"shape":"UploadConfigurations"}, - "useDefaultUploadConfigurations":{"shape":"BoxedBoolean"}, + "useDefaultUploadConfigurations":{ + "shape":"BoxedBoolean", + "deprecated":true, + "deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html." + }, "tools":{"shape":"Tools"}, - "useDefaultTools":{"shape":"BoxedBoolean"} + "useDefaultTools":{ + "shape":"BoxedBoolean", + "deprecated":true, + "deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html." + } } }, "RobotApplicationConfigs":{ @@ -2706,9 +2717,17 @@ "launchConfig":{"shape":"LaunchConfig"}, "uploadConfigurations":{"shape":"UploadConfigurations"}, "worldConfigs":{"shape":"WorldConfigs"}, - "useDefaultUploadConfigurations":{"shape":"BoxedBoolean"}, + "useDefaultUploadConfigurations":{ + "shape":"BoxedBoolean", + "deprecated":true, + "deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html." + }, "tools":{"shape":"Tools"}, - "useDefaultTools":{"shape":"BoxedBoolean"} + "useDefaultTools":{ + "shape":"BoxedBoolean", + "deprecated":true, + "deprecatedMessage":"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html." + } } }, "SimulationApplicationConfigs":{ @@ -3327,7 +3346,8 @@ "arn":{"shape":"Arn"}, "status":{"shape":"WorldExportJobStatus"}, "createdAt":{"shape":"CreatedAt"}, - "worlds":{"shape":"Arns"} + "worlds":{"shape":"Arns"}, + "outputLocation":{"shape":"OutputLocation"} } }, "WorldFailure":{ diff --git a/apis/robomaker/2018-06-29/docs-2.json b/apis/robomaker/2018-06-29/docs-2.json index 8b066805320..76fdab6df83 100644 --- a/apis/robomaker/2018-06-29/docs-2.json +++ b/apis/robomaker/2018-06-29/docs-2.json @@ -241,11 +241,11 @@ "BoxedBoolean": { "base": null, "refs": { - "LoggingConfig$recordAllRosTopics": "

A boolean indicating whether to record all ROS topics.

", - "RobotApplicationConfig$useDefaultUploadConfigurations": "

A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

If you set this value, you must specify an outputLocation.

", - "RobotApplicationConfig$useDefaultTools": "

A Boolean indicating whether to use default robot application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is False.

", - "SimulationApplicationConfig$useDefaultUploadConfigurations": "

A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

If you set this value, you must specify an outputLocation.

", - "SimulationApplicationConfig$useDefaultTools": "

A Boolean indicating whether to use default simulation application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is False.

", + "LoggingConfig$recordAllRosTopics": "

A boolean indicating whether to record all ROS topics.

This API is no longer supported and will throw an error if used.

", + "RobotApplicationConfig$useDefaultUploadConfigurations": "

A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

If you set this value, you must specify an outputLocation.

This API is no longer supported and will throw an error if used.

", + "RobotApplicationConfig$useDefaultTools": "

A Boolean indicating whether to use default robot application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is False.

This API is no longer supported and will throw an error if used.

", + "SimulationApplicationConfig$useDefaultUploadConfigurations": "

A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

If you set this value, you must specify an outputLocation.

This API is no longer supported and will throw an error if used.

", + "SimulationApplicationConfig$useDefaultTools": "

A Boolean indicating whether to use default simulation application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is False.

This API is no longer supported and will throw an error if used.

", "SimulationJobRequest$useDefaultApplications": "

A Boolean indicating whether to use default applications in the simulation job. Default applications include Gazebo, rqt, rviz and terminal access.

", "Tool$streamUI": "

Boolean indicating whether a streaming session will be configured for the tool. If True, AWS RoboMaker will configure a connection so you can interact with the tool as it is running in the simulation. It must have a graphical user interface. The default is False.

", "Tool$streamOutputToCloudWatch": "

Boolean indicating whether logs will be recorded in CloudWatch for the tool. The default is False.

" @@ -1332,7 +1332,8 @@ "DescribeSimulationJobResponse$outputLocation": "

Location for output files generated by the simulation job.

", "DescribeWorldExportJobResponse$outputLocation": null, "SimulationJob$outputLocation": "

Location for output files generated by the simulation job.

", - "SimulationJobRequest$outputLocation": null + "SimulationJobRequest$outputLocation": null, + "WorldExportJobSummary$outputLocation": null } }, "PaginationToken": { diff --git a/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md b/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md index e452bdd0520..518da5ca9a5 100644 --- a/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md +++ b/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.65.0 (2022-03-15) +------------------ + +* Feature - Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region. + 1.64.0 (2022-02-24) ------------------ diff --git a/gems/aws-sdk-cognitoidentityprovider/VERSION b/gems/aws-sdk-cognitoidentityprovider/VERSION index 9405730420f..902c74186fb 100644 --- a/gems/aws-sdk-cognitoidentityprovider/VERSION +++ b/gems/aws-sdk-cognitoidentityprovider/VERSION @@ -1 +1 @@ -1.64.0 +1.65.0 diff --git a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb index d4438a21ddc..7c25bb17564 100644 --- a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb +++ b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider.rb @@ -48,6 +48,6 @@ # @!group service module Aws::CognitoIdentityProvider - GEM_VERSION = '1.64.0' + GEM_VERSION = '1.65.0' end diff --git a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb index 910c051a480..14c84bcae7d 100644 --- a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb +++ b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client.rb @@ -461,8 +461,8 @@ def admin_add_user_to_group(params = {}, options = {}) # can process the ClientMetadata value to enhance your workflow for your # specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -511,22 +511,22 @@ def admin_confirm_sign_up(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -663,8 +663,8 @@ def admin_confirm_sign_up(params = {}, options = {}) # your function code in Lambda, you can process the `clientMetadata` # value to enhance your workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -805,14 +805,14 @@ def admin_delete_user_attributes(params = {}, options = {}) req.send_request(options) end - # Disables the user from signing in with the specified external (SAML or - # social) identity provider. If the user to disable is a Amazon Cognito - # User Pools native username + password user, they aren't permitted to - # use their password to sign in. If the user to deactivate is a linked - # external identity provider (IdP) user, any link between that user and - # an existing user is removed. The next time the external user (no - # longer attached to the previously linked `DestinationUser`) signs in, - # they must create a new user account. See + # Prevents the user from signing in with the specified external (SAML or + # social) identity provider. If the user that you want to deactivate is + # a Amazon Cognito user pools native username + password user, they + # can't use their password to sign in. If the user to deactivate is a + # linked external identity provider (IdP) user, any link between that + # user and an existing user is removed. When the external user signs in + # again, and the user is no longer attached to the previously linked + # `DestinationUser`, the user must create a new user account. See # [AdminLinkProviderForUser][1]. # # This action is enabled only for admin access and requires developer @@ -1066,22 +1066,22 @@ def admin_get_user(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -1194,8 +1194,8 @@ def admin_get_user(params = {}, options = {}) # # * Verify auth challenge # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -1312,12 +1312,13 @@ def admin_initiate_auth(params = {}, options = {}) # The user pool ID for the user pool. # # @option params [required, Types::ProviderUserIdentifierType] :destination_user - # The existing user in the user pool to be linked to the external - # identity provider user account. Can be a native (Username + Password) - # Amazon Cognito User Pools user or a federated user (for example, a - # SAML or Facebook user). If the user doesn't exist, an exception is - # thrown. This is the user that is returned when the new user (with the - # linked identity provider attribute) signs in. + # The existing user in the user pool that you want to assign to the + # external identity provider user account. This user can be a native + # (Username + Password) Amazon Cognito user pools user or a federated + # user (for example, a SAML or Facebook user). If the user doesn't + # exist, Amazon Cognito generates an exception. Amazon Cognito returns + # this user when the new user (with the linked identity provider + # attribute) signs in. # # For a native username + password user, the `ProviderAttributeValue` # for the `DestinationUser` should be the username in the user pool. For @@ -1601,22 +1602,22 @@ def admin_remove_user_from_group(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -1649,8 +1650,8 @@ def admin_remove_user_from_group(params = {}, options = {}) # `clientMetadata` value to enhance your workflow for your specific # needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -1696,22 +1697,22 @@ def admin_reset_user_password(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -1790,20 +1791,35 @@ def admin_reset_user_password(params = {}, options = {}) # # You create custom workflows by assigning Lambda functions to user pool # triggers. When you use the AdminRespondToAuthChallenge API action, - # Amazon Cognito invokes any functions that are assigned to the - # following triggers: *pre sign-up*, *custom message*, *post - # authentication*, *user migration*, *pre token generation*, *define - # auth challenge*, *create auth challenge*, and *verify auth challenge - # response*. When Amazon Cognito invokes any of these functions, it - # passes a JSON payload, which the function receives as input. This - # payload contains a `clientMetadata` attribute, which provides the data - # that you assigned to the ClientMetadata parameter in your - # AdminRespondToAuthChallenge request. In your function code in Lambda, - # you can process the `clientMetadata` value to enhance your workflow - # for your specific needs. + # Amazon Cognito invokes any functions that you have assigned to the + # following triggers: + # + # * pre sign-up + # + # * custom message + # + # * post authentication + # + # * user migration + # + # * pre token generation + # + # * define auth challenge + # + # * create auth challenge + # + # * verify auth challenge response # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # When Amazon Cognito invokes any of these functions, it passes a JSON + # payload, which the function receives as input. This payload contains a + # `clientMetadata` attribute that provides the data that you assigned to + # the ClientMetadata parameter in your AdminRespondToAuthChallenge + # request. In your function code in Lambda, you can process the + # `clientMetadata` value to enhance your workflow for your specific + # needs. + # + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -2103,22 +2119,22 @@ def admin_update_device_status(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -2157,8 +2173,8 @@ def admin_update_device_status(params = {}, options = {}) # you can process the `clientMetadata` value to enhance your workflow # for your specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -2410,8 +2426,8 @@ def confirm_device(params = {}, options = {}) # can process the `clientMetadata` value to enhance your workflow for # your specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -2512,8 +2528,8 @@ def confirm_forgot_password(params = {}, options = {}) # function code in Lambda, you can process the `clientMetadata` value to # enhance your workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -2868,22 +2884,22 @@ def create_user_import_job(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -2967,10 +2983,17 @@ def create_user_import_job(params = {}, options = {}) # The device configuration. # # @option params [Types::EmailConfigurationType] :email_configuration - # The email configuration. + # The email configuration of your user pool. The email configuration + # type sets your preferred sending method, Amazon Web Services Region, + # and sender for messages from your user pool. # # @option params [Types::SmsConfigurationType] :sms_configuration - # The SMS configuration. + # The SMS configuration with the settings that your Amazon Cognito user + # pool must use to send an SMS message from your Amazon Web Services + # account through Amazon Simple Notification Service. To send SMS + # messages with Amazon SNS in the Amazon Web Services Region that you + # want, the Amazon Cognito user pool uses an Identity and Access + # Management (IAM) role in your Amazon Web Services account. # # @option params [Hash] :user_pool_tags # The tag keys and values to assign to the user pool. A tag is a label @@ -3078,6 +3101,7 @@ def create_user_import_job(params = {}, options = {}) # sms_configuration: { # sns_caller_arn: "ArnType", # required # external_id: "StringType", + # sns_region: "RegionCodeType", # }, # user_pool_tags: { # "TagKeysType" => "TagValueType", @@ -3189,6 +3213,7 @@ def create_user_import_job(params = {}, options = {}) # resp.user_pool.email_configuration.configuration_set #=> String # resp.user_pool.sms_configuration.sns_caller_arn #=> String # resp.user_pool.sms_configuration.external_id #=> String + # resp.user_pool.sms_configuration.sns_region #=> String # resp.user_pool.user_pool_tags #=> Hash # resp.user_pool.user_pool_tags["TagKeysType"] #=> String # resp.user_pool.sms_configuration_failure #=> String @@ -3262,13 +3287,13 @@ def create_user_pool(params = {}, options = {}) # The user pool attributes that the app client can write to. # # If your app client allows users to sign in through an identity - # provider, this array must include all attributes that are mapped to - # identity provider attributes. Amazon Cognito updates mapped attributes - # when users sign in to your application through an identity provider. - # If your app client lacks write access to a mapped attribute, Amazon - # Cognito throws an error when it tries to update the attribute. For - # more information, see [Specifying Identity Provider Attribute Mappings - # for Your User Pool][1]. + # provider, this array must include all attributes that you have mapped + # to identity provider attributes. Amazon Cognito updates mapped + # attributes when users sign in to your application through an identity + # provider. If your app client does not have write access to a mapped + # attribute, Amazon Cognito throws an error when it tries to update the + # attribute. For more information, see [Specifying Identity Provider + # Attribute Mappings for Your user pool][1]. # # # @@ -3277,8 +3302,12 @@ def create_user_pool(params = {}, options = {}) # @option params [Array] :explicit_auth_flows # The authentication flows that are supported by the user pool clients. # Flow names without the `ALLOW_` prefix are no longer supported, in - # favor of new names with the `ALLOW_` prefix. Note that values with - # `ALLOW_` prefix must be used only along with the `ALLOW_` prefix. + # favor of new names with the `ALLOW_` prefix. + # + # Values with `ALLOW_` prefix must be used only along with the `ALLOW_` + # prefix. + # + # # # Valid values include: # @@ -3376,14 +3405,14 @@ def create_user_pool(params = {}, options = {}) # interacting with Amazon Cognito user pools. # # @option params [Types::AnalyticsConfigurationType] :analytics_configuration - # The Amazon Pinpoint analytics configuration for collecting metrics for - # this user pool. + # The user pool analytics configuration for collecting metrics and + # sending them to your Amazon Pinpoint campaign. # - # In Amazon Web Services Regions where isn't available, User Pools only - # supports sending events to Amazon Pinpoint projects in Amazon Web - # Services Region us-east-1. In Regions where is available, User Pools - # will support sending events to Amazon Pinpoint projects within that - # same Region. + # In Amazon Web Services Regions where Amazon Pinpoint isn't available, + # user pools only support sending events to Amazon Pinpoint projects in + # Amazon Web Services Region us-east-1. In Regions where Amazon Pinpoint + # is available, user pools support sending events to Amazon Pinpoint + # projects within that same Region. # # # @@ -4029,6 +4058,7 @@ def describe_user_import_job(params = {}, options = {}) # resp.user_pool.email_configuration.configuration_set #=> String # resp.user_pool.sms_configuration.sns_caller_arn #=> String # resp.user_pool.sms_configuration.external_id #=> String + # resp.user_pool.sms_configuration.sns_region #=> String # resp.user_pool.user_pool_tags #=> Hash # resp.user_pool.user_pool_tags["TagKeysType"] #=> String # resp.user_pool.sms_configuration_failure #=> String @@ -4200,22 +4230,22 @@ def forget_device(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][3]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][3]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][4] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][4] in the *Amazon + # Cognito Developer Guide*. # # # @@ -4262,8 +4292,8 @@ def forget_device(params = {}, options = {}) # your function code in Lambda, you can process the `clientMetadata` # value to enhance your workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -4591,22 +4621,22 @@ def get_user(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -4638,8 +4668,8 @@ def get_user(params = {}, options = {}) # Lambda, you can process the `clientMetadata` value to enhance your # workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -4711,6 +4741,7 @@ def get_user_attribute_verification_code(params = {}, options = {}) # resp.sms_mfa_configuration.sms_authentication_message #=> String # resp.sms_mfa_configuration.sms_configuration.sns_caller_arn #=> String # resp.sms_mfa_configuration.sms_configuration.external_id #=> String + # resp.sms_mfa_configuration.sms_configuration.sns_region #=> String # resp.software_token_mfa_configuration.enabled #=> Boolean # resp.mfa_configuration #=> String, one of "OFF", "ON", "OPTIONAL" # @@ -4752,22 +4783,22 @@ def global_sign_out(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -4865,8 +4896,8 @@ def global_sign_out(params = {}, options = {}) # # * Verify auth challenge # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -5524,22 +5555,22 @@ def list_users_in_group(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -5584,8 +5615,8 @@ def list_users_in_group(params = {}, options = {}) # `clientMetadata` value to enhance your workflow for your specific # needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -5646,22 +5677,22 @@ def resend_confirmation_code(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -5749,8 +5780,8 @@ def resend_confirmation_code(params = {}, options = {}) # `clientMetadata` value to enhance your workflow for your specific # needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -6089,22 +6120,22 @@ def set_user_mfa_preference(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -6124,9 +6155,9 @@ def set_user_mfa_preference(params = {}, options = {}) # # @option params [String] :mfa_configuration # The MFA configuration. If you set the MfaConfiguration value to ‘ON’, - # only users with an MFA factor set up can sign in. To learn more, see - # [Adding Multi-Factor Authentication (MFA) to a User - # Pool](cognito/latest/developerguide/user-pool-settings-mfa.html). + # only users who have set up an MFA factor can sign in. To learn more, + # see [Adding Multi-Factor Authentication (MFA) to a user + # pool](cognito/latest/developerguide/user-pool-settings-mfa.html). # Valid values include: # # * `OFF` MFA won't be used for any users. @@ -6151,6 +6182,7 @@ def set_user_mfa_preference(params = {}, options = {}) # sms_configuration: { # sns_caller_arn: "ArnType", # required # external_id: "StringType", + # sns_region: "RegionCodeType", # }, # }, # software_token_mfa_configuration: { @@ -6164,6 +6196,7 @@ def set_user_mfa_preference(params = {}, options = {}) # resp.sms_mfa_configuration.sms_authentication_message #=> String # resp.sms_mfa_configuration.sms_configuration.sns_caller_arn #=> String # resp.sms_mfa_configuration.sms_configuration.external_id #=> String + # resp.sms_mfa_configuration.sms_configuration.sns_region #=> String # resp.software_token_mfa_configuration.enabled #=> Boolean # resp.mfa_configuration #=> String, one of "OFF", "ON", "OPTIONAL" # @@ -6220,22 +6253,22 @@ def set_user_settings(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -6291,8 +6324,8 @@ def set_user_settings(params = {}, options = {}) # function code in Lambda, you can process the `clientMetadata` value to # enhance your workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -6777,22 +6810,22 @@ def update_resource_server(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][1]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][1]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][2] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][2] in the *Amazon + # Cognito Developer Guide*. # # # @@ -6824,8 +6857,8 @@ def update_resource_server(params = {}, options = {}) # In your function code in Lambda, you can process the `clientMetadata` # value to enhance your workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with Lambda - # Triggers][1] in the *Amazon Cognito Developer Guide*. + # For more information, see [ Customizing user pool Workflows with + # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon # Cognito won't do the following: @@ -6888,22 +6921,22 @@ def update_user_attributes(params = {}, options = {}) # # This action might generate an SMS text message. Starting June 1, 2021, # US telecom carriers require you to register an origination phone - # number before you can send SMS messages to U.S. phone numbers. If you + # number before you can send SMS messages to US phone numbers. If you # use SMS text messages in Amazon Cognito, you must register a phone - # number with [Amazon Pinpoint][2]. Amazon Cognito will use the - # registered number automatically. Otherwise, Amazon Cognito users that - # must receive SMS messages might be unable to sign up, activate their - # accounts, or sign in. + # number with [Amazon Pinpoint][2]. Amazon Cognito uses the registered + # number automatically. Otherwise, Amazon Cognito users who must receive + # SMS messages might not be able to sign up, activate their accounts, or + # sign in. # # If you have never used SMS text messages with Amazon Cognito or any # other Amazon Web Service, Amazon Simple Notification Service might - # place your account in SMS sandbox. In sandbox - # mode , you will have limitations, such as sending messages - # only to verified phone numbers. After testing in the sandbox - # environment, you can move out of the SMS sandbox and into production. - # For more information, see [ SMS message settings for Amazon Cognito - # User Pools][3] in the *Amazon Cognito Developer Guide*. + # mode , you can send messages only to verified phone numbers. + # After you test your app while in the sandbox environment, you can move + # out of the sandbox and into production. For more information, see [ + # SMS message settings for Amazon Cognito user pools][3] in the *Amazon + # Cognito Developer Guide*. # # # @@ -6964,10 +6997,18 @@ def update_user_attributes(params = {}, options = {}) # Device configuration. # # @option params [Types::EmailConfigurationType] :email_configuration - # Email configuration. + # The email configuration of your user pool. The email configuration + # type sets your preferred sending method, Amazon Web Services Region, + # and sender for email invitation and verification messages from your + # user pool. # # @option params [Types::SmsConfigurationType] :sms_configuration - # SMS configuration. + # The SMS configuration with the settings that your Amazon Cognito user + # pool must use to send an SMS message from your Amazon Web Services + # account through Amazon Simple Notification Service. To send SMS + # messages with Amazon SNS in the Amazon Web Services Region that you + # want, the Amazon Cognito user pool uses an Identity and Access + # Management (IAM) role in your Amazon Web Services account. # # @option params [Hash] :user_pool_tags # The tag keys and values to assign to the user pool. A tag is a label @@ -7056,6 +7097,7 @@ def update_user_attributes(params = {}, options = {}) # sms_configuration: { # sns_caller_arn: "ArnType", # required # external_id: "StringType", + # sns_region: "RegionCodeType", # }, # user_pool_tags: { # "TagKeysType" => "TagValueType", @@ -7244,10 +7286,11 @@ def update_user_pool(params = {}, options = {}) # The Amazon Pinpoint analytics configuration for collecting metrics for # this user pool. # - # In Amazon Web Services Regions where isn't available, User Pools only - # supports sending events to Amazon Pinpoint projects in us-east-1. In - # Regions where Pinpoint is available, User Pools will support sending - # events to Amazon Pinpoint projects within that same Region. + # In Amazon Web Services Regions where Amazon Pinpoint isn't available, + # user pools only support sending events to Amazon Pinpoint projects in + # us-east-1. In Regions where Amazon Pinpoint is available, user pools + # support sending events to Amazon Pinpoint projects within that same + # Region. # # # @@ -7539,7 +7582,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-cognitoidentityprovider' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client_api.rb b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client_api.rb index 37a560b3918..ce83ff86bc9 100644 --- a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client_api.rb +++ b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/client_api.rb @@ -332,6 +332,7 @@ module ClientApi RecoveryOptionType = Shapes::StructureShape.new(name: 'RecoveryOptionType') RedirectUrlType = Shapes::StringShape.new(name: 'RedirectUrlType') RefreshTokenValidityType = Shapes::IntegerShape.new(name: 'RefreshTokenValidityType') + RegionCodeType = Shapes::StringShape.new(name: 'RegionCodeType') ResendConfirmationCodeRequest = Shapes::StructureShape.new(name: 'ResendConfirmationCodeRequest') ResendConfirmationCodeResponse = Shapes::StructureShape.new(name: 'ResendConfirmationCodeResponse') ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException') @@ -1616,6 +1617,7 @@ module ClientApi SmsConfigurationType.add_member(:sns_caller_arn, Shapes::ShapeRef.new(shape: ArnType, required: true, location_name: "SnsCallerArn")) SmsConfigurationType.add_member(:external_id, Shapes::ShapeRef.new(shape: StringType, location_name: "ExternalId")) + SmsConfigurationType.add_member(:sns_region, Shapes::ShapeRef.new(shape: RegionCodeType, location_name: "SnsRegion")) SmsConfigurationType.struct_class = Types::SmsConfigurationType SmsMfaConfigType.add_member(:sms_authentication_message, Shapes::ShapeRef.new(shape: SmsVerificationMessageType, location_name: "SmsAuthenticationMessage")) @@ -2896,7 +2898,6 @@ module ClientApi o.errors << Shapes::ShapeRef.new(shape: InvalidEmailRoleAccessPolicyException) o.errors << Shapes::ShapeRef.new(shape: CodeDeliveryFailureException) o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException) - o.errors << Shapes::ShapeRef.new(shape: UserNotConfirmedException) o.errors << Shapes::ShapeRef.new(shape: InternalErrorException) end) diff --git a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb index 625c2feaa44..0a768179db3 100644 --- a/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb +++ b/gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb @@ -51,7 +51,8 @@ class AccountRecoverySettingType < Struct.new( # @return [Boolean] # # @!attribute [rw] event_action - # The event action. + # The action to take in response to the account takeover action. Valid + # values are: # # * `BLOCK` Choosing this action will block the request. # @@ -292,7 +293,7 @@ class AdminAddUserToGroupRequest < Struct.new( # you can process the ClientMetadata value to enhance your workflow # for your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -543,7 +544,7 @@ class AdminCreateUserConfigType < Struct.new( # `clientMetadata` value to enhance your workflow for your specific # needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -914,8 +915,6 @@ class AdminGetUserRequest < Struct.new( # # * ARCHIVED - User is no longer active. # - # * COMPROMISED - User is disabled due to a potential security threat. - # # * UNKNOWN - User status isn't known. # # * RESET\_REQUIRED - User is confirmed, but the user must request a @@ -1099,7 +1098,7 @@ class AdminGetUserResponse < Struct.new( # # * Verify auth challenge # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -1267,12 +1266,13 @@ class AdminInitiateAuthResponse < Struct.new( # @return [String] # # @!attribute [rw] destination_user - # The existing user in the user pool to be linked to the external - # identity provider user account. Can be a native (Username + - # Password) Amazon Cognito User Pools user or a federated user (for - # example, a SAML or Facebook user). If the user doesn't exist, an - # exception is thrown. This is the user that is returned when the new - # user (with the linked identity provider attribute) signs in. + # The existing user in the user pool that you want to assign to the + # external identity provider user account. This user can be a native + # (Username + Password) Amazon Cognito user pools user or a federated + # user (for example, a SAML or Facebook user). If the user doesn't + # exist, Amazon Cognito generates an exception. Amazon Cognito returns + # this user when the new user (with the linked identity provider + # attribute) signs in. # # For a native username + password user, the `ProviderAttributeValue` # for the `DestinationUser` should be the username in the user pool. @@ -1569,7 +1569,7 @@ class AdminRemoveUserFromGroupRequest < Struct.new( # can process the `clientMetadata` value to enhance your workflow for # your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -1721,19 +1721,34 @@ class AdminResetUserPasswordResponse < Aws::EmptyStructure; end # # You create custom workflows by assigning Lambda functions to user # pool triggers. When you use the AdminRespondToAuthChallenge API - # action, Amazon Cognito invokes any functions that are assigned to - # the following triggers: *pre sign-up*, *custom message*, *post - # authentication*, *user migration*, *pre token generation*, *define - # auth challenge*, *create auth challenge*, and *verify auth challenge - # response*. When Amazon Cognito invokes any of these functions, it - # passes a JSON payload, which the function receives as input. This - # payload contains a `clientMetadata` attribute, which provides the - # data that you assigned to the ClientMetadata parameter in your + # action, Amazon Cognito invokes any functions that you have assigned + # to the following triggers: + # + # * pre sign-up + # + # * custom message + # + # * post authentication + # + # * user migration + # + # * pre token generation + # + # * define auth challenge + # + # * create auth challenge + # + # * verify auth challenge response + # + # When Amazon Cognito invokes any of these functions, it passes a JSON + # payload, which the function receives as input. This payload contains + # a `clientMetadata` attribute that provides the data that you + # assigned to the ClientMetadata parameter in your # AdminRespondToAuthChallenge request. In your function code in # Lambda, you can process the `clientMetadata` value to enhance your # workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -2091,7 +2106,7 @@ class AdminUpdateDeviceStatusResponse < Aws::EmptyStructure; end # you can process the `clientMetadata` value to enhance your workflow # for your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -2185,10 +2200,10 @@ class AliasExistsException < Struct.new( # The Amazon Pinpoint analytics configuration for collecting metrics for # a user pool. # - # In Regions where Pinpoint isn't available, User Pools only supports - # sending events to Amazon Pinpoint projects in us-east-1. In Regions - # where Pinpoint is available, User Pools will support sending events to - # Amazon Pinpoint projects within that same Region. + # In Regions where Amazon Pinpointisn't available, user pools only + # support sending events to Amazon Pinpoint projects in us-east-1. In + # Regions where Amazon Pinpoint is available, user pools support sending + # events to Amazon Pinpoint projects within that same Region. # # # @@ -2209,8 +2224,8 @@ class AliasExistsException < Struct.new( # # @!attribute [rw] application_arn # The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You - # can use the Amazon Pinpoint project for integration with the chosen - # User Pool Client. Amazon Cognito publishes events to the Amazon + # can use the Amazon Pinpoint project to integrate with the chosen + # user pool Client. Amazon Cognito publishes events to the Amazon # Pinpointproject declared by the app ARN. # @return [String] # @@ -2245,9 +2260,9 @@ class AnalyticsConfigurationType < Struct.new( # An endpoint uniquely identifies a mobile device, email address, or # phone number that can receive messages from Amazon Pinpoint analytics. # - # Amazon Cognito User Pools only supports sending events to Amazon + # Amazon Cognito user pools only support sending events to Amazon # Pinpoint projects in the US East (N. Virginia) us-east-1 Region, - # regardless of the Region in which the user pool resides. + # regardless of the Region where the user pool resides. # # # @@ -2748,7 +2763,7 @@ class ConfirmDeviceResponse < Struct.new( # can process the `clientMetadata` value to enhance your workflow for # your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -2870,7 +2885,7 @@ class ConfirmForgotPasswordResponse < Aws::EmptyStructure; end # process the `clientMetadata` value to enhance your workflow for your # specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -3358,13 +3373,13 @@ class CreateUserImportJobResponse < Struct.new( # The user pool attributes that the app client can write to. # # If your app client allows users to sign in through an identity - # provider, this array must include all attributes that are mapped to - # identity provider attributes. Amazon Cognito updates mapped - # attributes when users sign in to your application through an - # identity provider. If your app client lacks write access to a mapped - # attribute, Amazon Cognito throws an error when it tries to update - # the attribute. For more information, see [Specifying Identity - # Provider Attribute Mappings for Your User Pool][1]. + # provider, this array must include all attributes that you have + # mapped to identity provider attributes. Amazon Cognito updates + # mapped attributes when users sign in to your application through an + # identity provider. If your app client does not have write access to + # a mapped attribute, Amazon Cognito throws an error when it tries to + # update the attribute. For more information, see [Specifying Identity + # Provider Attribute Mappings for Your user pool][1]. # # # @@ -3374,10 +3389,13 @@ class CreateUserImportJobResponse < Struct.new( # @!attribute [rw] explicit_auth_flows # The authentication flows that are supported by the user pool # clients. Flow names without the `ALLOW_` prefix are no longer - # supported, in favor of new names with the `ALLOW_` prefix. Note that - # values with `ALLOW_` prefix must be used only along with the + # supported, in favor of new names with the `ALLOW_` prefix. + # + # Values with `ALLOW_` prefix must be used only along with the # `ALLOW_` prefix. # + # + # # Valid values include: # # * `ALLOW_ADMIN_USER_PASSWORD_AUTH`\: Enable admin based user @@ -3484,14 +3502,14 @@ class CreateUserImportJobResponse < Struct.new( # @return [Boolean] # # @!attribute [rw] analytics_configuration - # The Amazon Pinpoint analytics configuration for collecting metrics - # for this user pool. + # The user pool analytics configuration for collecting metrics and + # sending them to your Amazon Pinpoint campaign. # - # In Amazon Web Services Regions where isn't available, User Pools - # only supports sending events to Amazon Pinpoint projects in Amazon - # Web Services Region us-east-1. In Regions where is available, User - # Pools will support sending events to Amazon Pinpoint projects within - # that same Region. + # In Amazon Web Services Regions where Amazon Pinpoint isn't + # available, user pools only support sending events to Amazon Pinpoint + # projects in Amazon Web Services Region us-east-1. In Regions where + # Amazon Pinpoint is available, user pools support sending events to + # Amazon Pinpoint projects within that same Region. # # # @return [Types::AnalyticsConfigurationType] @@ -3696,6 +3714,7 @@ class CreateUserPoolDomainResponse < Struct.new( # sms_configuration: { # sns_caller_arn: "ArnType", # required # external_id: "StringType", + # sns_region: "RegionCodeType", # }, # user_pool_tags: { # "TagKeysType" => "TagValueType", @@ -3830,11 +3849,18 @@ class CreateUserPoolDomainResponse < Struct.new( # @return [Types::DeviceConfigurationType] # # @!attribute [rw] email_configuration - # The email configuration. + # The email configuration of your user pool. The email configuration + # type sets your preferred sending method, Amazon Web Services Region, + # and sender for messages from your user pool. # @return [Types::EmailConfigurationType] # # @!attribute [rw] sms_configuration - # The SMS configuration. + # The SMS configuration with the settings that your Amazon Cognito + # user pool must use to send an SMS message from your Amazon Web + # Services account through Amazon Simple Notification Service. To send + # SMS messages with Amazon SNS in the Amazon Web Services Region that + # you want, the Amazon Cognito user pool uses an Identity and Access + # Management (IAM) role in your Amazon Web Services account. # @return [Types::SmsConfigurationType] # # @!attribute [rw] user_pool_tags @@ -4658,11 +4684,15 @@ class DuplicateProviderException < Struct.new( include Aws::Structure end - # The email configuration type. + # The email configuration of your user pool. The email configuration + # type sets your preferred sending method, Amazon Web Services Region, + # and sender for messages from your user pool. # - # Amazon Cognito has specific Regions for use with Amazon Simple Email - # Service. For more information on the supported Regions, see [Email - # settings for Amazon Cognito user pools][1]. + # Amazon Cognito can send email messages with Amazon Simple Email + # Service resources in the Amazon Web Services Region where you created + # your user pool, and in alternate Regions in some cases. For more + # information on the supported Regions, see [Email settings for Amazon + # Cognito user pools][1]. # # # @@ -4692,6 +4722,17 @@ class DuplicateProviderException < Struct.new( # # * If you specify `DEVELOPER`, Amazon Cognito emails your users with # this address by calling Amazon SES on your behalf. + # + # The Region value of the `SourceArn` parameter must indicate a + # supported Amazon Web Services Region of your user pool. Typically, + # the Region in the `SourceArn` and the user pool Region are the same. + # For more information, see [Amazon SES email configuration + # regions][1] in the [Amazon Cognito Developer Guide][2]. + # + # + # + # [1]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-email.html#user-pool-email-developer-region-mapping + # [2]: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html # @return [String] # # @!attribute [rw] reply_to_email_address @@ -4699,9 +4740,9 @@ class DuplicateProviderException < Struct.new( # @return [String] # # @!attribute [rw] email_sending_account - # Specifies whether Amazon Cognito emails your users by using its - # built-in email functionality or your Amazon Simple Email Service - # email configuration. Specify one of the following values: + # Specifies whether Amazon Cognito uses its built-in functionality to + # send your users email messages, or uses your Amazon Simple Email + # Service email configuration. Specify one of the following values: # # COGNITO\_DEFAULT # @@ -4787,16 +4828,20 @@ class DuplicateProviderException < Struct.new( # configuration set are applied to the email. Configuration sets can # be used to apply the following types of rules to emails: # - # * Event publishing – Amazon Simple Email Service can track the - # number of send, delivery, open, click, bounce, and complaint - # events for each email sent. Use event publishing to send - # information about these events to other Amazon Web Services - # services such as and Amazon CloudWatch. + # Event publishing # - # * IP pool management – When leasing dedicated IP addresses with - # Amazon Simple Email Service, you can create groups of IP - # addresses, called dedicated IP pools. You can then associate the - # dedicated IP pools with configuration sets. + # : Amazon Simple Email Service can track the number of send, + # delivery, open, click, bounce, and complaint events for each email + # sent. Use event publishing to send information about these events + # to other Amazon Web Services services such as and Amazon + # CloudWatch + # + # IP pool management + # + # : When leasing dedicated IP addresses with Amazon Simple Email + # Service, you can create groups of IP addresses, called dedicated + # IP pools. You can then associate the dedicated IP pools with + # configuration sets. # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/EmailConfigurationType AWS API Documentation @@ -5013,7 +5058,7 @@ class ForgetDeviceRequest < Struct.new( # `clientMetadata` value to enhance your workflow for your specific # needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -5334,7 +5379,7 @@ class GetUICustomizationResponse < Struct.new( # Lambda, you can process the `clientMetadata` value to enhance your # workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -5852,7 +5897,7 @@ class IdentityProviderType < Struct.new( # # * Verify auth challenge # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -5910,9 +5955,12 @@ class InitiateAuthRequest < Struct.new( # This name is returned in the `AdminInitiateAuth` response if you # must pass another challenge. # - # Valid values include the following. Note that all of these - # challenges require `USERNAME` and `SECRET_HASH` (if applicable) in - # the parameters. + # Valid values include the following: + # + # All of the following challenges require `USERNAME` and `SECRET_HASH` + # (if applicable) in the parameters. + # + # # # * `SMS_MFA`\: Next challenge is to supply an `SMS_MFA_CODE`, # delivered via SMS. @@ -6857,10 +6905,9 @@ class MFAMethodNotFoundException < Struct.new( include Aws::Structure end - # *This data type is no longer supported.* You can use it only for SMS - # multi-factor authentication (MFA) configurations. You can't use it - # for time-based one-time password (TOTP) software token MFA - # configurations. + # *This data type is no longer supported.* Applies only to SMS + # multi-factor authentication (MFA) configurations. Does not apply to + # time-based one-time password (TOTP) software token MFA configurations. # # @note When making an API call, you may pass MFAOptionType # data as a hash: @@ -7345,7 +7392,7 @@ class RecoveryOptionType < Struct.new( # can process the `clientMetadata` value to enhance your workflow for # your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -7580,7 +7627,7 @@ class ResourceServerType < Struct.new( # can process the `clientMetadata` value to enhance your workflow for # your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -8115,6 +8162,7 @@ class SetUserMFAPreferenceResponse < Aws::EmptyStructure; end # sms_configuration: { # sns_caller_arn: "ArnType", # required # external_id: "StringType", + # sns_region: "RegionCodeType", # }, # }, # software_token_mfa_configuration: { @@ -8137,9 +8185,9 @@ class SetUserMFAPreferenceResponse < Aws::EmptyStructure; end # # @!attribute [rw] mfa_configuration # The MFA configuration. If you set the MfaConfiguration value to - # ‘ON’, only users with an MFA factor set up can sign in. To learn - # more, see [Adding Multi-Factor Authentication (MFA) to a User - # Pool](cognito/latest/developerguide/user-pool-settings-mfa.html). + # ‘ON’, only users who have set up an MFA factor can sign in. To learn + # more, see [Adding Multi-Factor Authentication (MFA) to a user + # pool](cognito/latest/developerguide/user-pool-settings-mfa.html). # Valid values include: # # * `OFF` MFA won't be used for any users. @@ -8317,7 +8365,7 @@ class SetUserSettingsResponse < Aws::EmptyStructure; end # your function code in Lambda, you can process the `clientMetadata` # value to enhance your workflow for your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -8383,12 +8431,12 @@ class SignUpResponse < Struct.new( include Aws::Structure end - # The SMS configuration type that includes the settings the Amazon - # Cognito User Pool must call for the Amazon Simple Notification Service - # service to send an SMS message from your Amazon Web Services account. - # The Amazon Cognito User Pool makes the request to the Amazon SNS - # Service by using an Identity and Access Management role that you - # provide for your Amazon Web Services account. + # The SMS configuration type is the settings that your Amazon Cognito + # user pool must use to send an SMS message from your Amazon Web + # Services account through Amazon Simple Notification Service. To send + # SMS messages with Amazon SNS in the Amazon Web Services Region that + # you want, the Amazon Cognito user pool uses an Identity and Access + # Management (IAM) role in your Amazon Web Services account. # # @note When making an API call, you may pass SmsConfigurationType # data as a hash: @@ -8396,6 +8444,7 @@ class SignUpResponse < Struct.new( # { # sns_caller_arn: "ArnType", # required # external_id: "StringType", + # sns_region: "RegionCodeType", # } # # @!attribute [rw] sns_caller_arn @@ -8410,14 +8459,15 @@ class SignUpResponse < Struct.new( # @return [String] # # @!attribute [rw] external_id - # The external ID is a value that you should use to add security to - # your IAM role that is used to call Amazon SNS to send SMS messages - # for your user pool. If you provide an `ExternalId`, the Amazon - # Cognito User Pool will include it when attempting to assume your IAM - # role so that you can set your roles trust policy to require the - # `ExternalID`. If you use the Amazon Cognito Management Console to - # create a role for SMS multi-factor authentication (MFA), Amazon - # Cognito will create a role with the required permissions and a trust + # The external ID provides additional security for your IAM role. You + # can use an `ExternalId` with the IAM role that you use with Amazon + # SNS to send SMS messages for your user pool. If you provide an + # `ExternalId`, your Amazon Cognito user pool includes it in the + # request to assume your IAM role. You can configure the role trust + # policy to require that Amazon Cognito, and any principal, provide + # the `ExternalID`. If you use the Amazon Cognito Management Console + # to create a role for SMS multi-factor authentication (MFA), Amazon + # Cognito creates a role with the required permissions and a trust # policy that demonstrates use of the `ExternalId`. # # For more information about the `ExternalId` of a role, see [How to @@ -8429,11 +8479,27 @@ class SignUpResponse < Struct.new( # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html # @return [String] # + # @!attribute [rw] sns_region + # The Amazon Web Services Region to use with Amazon SNS integration. + # You can choose the same Region as your user pool, or a supported + # **Legacy Amazon SNS alternate Region**. + # + # Amazon Cognito resources in the Asia Pacific (Seoul) Amazon Web + # Services Region must use your Amazon SNS configuration in the Asia + # Pacific (Tokyo) Region. For more information, see [SMS message + # settings for Amazon Cognito user pools][1]. + # + # + # + # [1]: https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-sms-settings.html + # @return [String] + # # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/SmsConfigurationType AWS API Documentation # class SmsConfigurationType < Struct.new( :sns_caller_arn, - :external_id) + :external_id, + :sns_region) SENSITIVE = [] include Aws::Structure end @@ -8449,6 +8515,7 @@ class SmsConfigurationType < Struct.new( # sms_configuration: { # sns_caller_arn: "ArnType", # required # external_id: "StringType", + # sns_region: "RegionCodeType", # }, # } # @@ -8460,7 +8527,12 @@ class SmsConfigurationType < Struct.new( # @return [String] # # @!attribute [rw] sms_configuration - # The SMS configuration. + # The SMS configuration with the settings that your Amazon Cognito + # user pool must use to send an SMS message from your Amazon Web + # Services account through Amazon Simple Notification Service. To + # request Amazon SNS in the Amazon Web Services Region that you want, + # the Amazon Cognito user pool uses an Identity and Access Management + # (IAM) role that you provide for your Amazon Web Services account. # @return [Types::SmsConfigurationType] # # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/SmsMfaConfigType AWS API Documentation @@ -9224,7 +9296,7 @@ class UpdateResourceServerResponse < Struct.new( # can process the `clientMetadata` value to enhance your workflow for # your specific needs. # - # For more information, see [Customizing User Pool Workflows with + # For more information, see [ Customizing user pool Workflows with # Lambda Triggers][1] in the *Amazon Cognito Developer Guide*. # # When you use the ClientMetadata parameter, remember that Amazon @@ -9467,11 +9539,11 @@ class UpdateUserAttributesResponse < Struct.new( # The Amazon Pinpoint analytics configuration for collecting metrics # for this user pool. # - # In Amazon Web Services Regions where isn't available, User Pools - # only supports sending events to Amazon Pinpoint projects in - # us-east-1. In Regions where Pinpoint is available, User Pools will - # support sending events to Amazon Pinpoint projects within that same - # Region. + # In Amazon Web Services Regions where Amazon Pinpoint isn't + # available, user pools only support sending events to Amazon Pinpoint + # projects in us-east-1. In Regions where Amazon Pinpoint is + # available, user pools support sending events to Amazon Pinpoint + # projects within that same Region. # # # @return [Types::AnalyticsConfigurationType] @@ -9672,6 +9744,7 @@ class UpdateUserPoolDomainResponse < Struct.new( # sms_configuration: { # sns_caller_arn: "ArnType", # required # external_id: "StringType", + # sns_region: "RegionCodeType", # }, # user_pool_tags: { # "TagKeysType" => "TagValueType", @@ -9760,11 +9833,19 @@ class UpdateUserPoolDomainResponse < Struct.new( # @return [Types::DeviceConfigurationType] # # @!attribute [rw] email_configuration - # Email configuration. + # The email configuration of your user pool. The email configuration + # type sets your preferred sending method, Amazon Web Services Region, + # and sender for email invitation and verification messages from your + # user pool. # @return [Types::EmailConfigurationType] # # @!attribute [rw] sms_configuration - # SMS configuration. + # The SMS configuration with the settings that your Amazon Cognito + # user pool must use to send an SMS message from your Amazon Web + # Services account through Amazon Simple Notification Service. To send + # SMS messages with Amazon SNS in the Amazon Web Services Region that + # you want, the Amazon Cognito user pool uses an Identity and Access + # Management (IAM) role in your Amazon Web Services account. # @return [Types::SmsConfigurationType] # # @!attribute [rw] user_pool_tags @@ -10236,9 +10317,9 @@ class UserPoolClientDescription < Struct.new( # The Amazon Pinpoint analytics configuration for the user pool # client. # - # Amazon Cognito User Pools only supports sending events to Amazon + # Amazon Cognito user pools only support sending events to Amazon # Pinpoint projects in the US East (N. Virginia) us-east-1 Region, - # regardless of the Region in which the user pool resides. + # regardless of the Region where the user pool resides. # # # @return [Types::AnalyticsConfigurationType] @@ -10473,11 +10554,18 @@ class UserPoolTaggingException < Struct.new( # @return [Integer] # # @!attribute [rw] email_configuration - # The email configuration. + # The email configuration of your user pool. The email configuration + # type sets your preferred sending method, Amazon Web Services Region, + # and sender for messages tfrom your user pool. # @return [Types::EmailConfigurationType] # # @!attribute [rw] sms_configuration - # The SMS configuration. + # The SMS configuration with the settings that your Amazon Cognito + # user pool must use to send an SMS message from your Amazon Web + # Services account through Amazon Simple Notification Service. To send + # SMS messages with Amazon SNS in the Amazon Web Services Region that + # you want, the Amazon Cognito user pool uses an Identity and Access + # Management (IAM) role in your Amazon Web Services account. # @return [Types::SmsConfigurationType] # # @!attribute [rw] user_pool_tags @@ -10494,12 +10582,15 @@ class UserPoolTaggingException < Struct.new( # This message might include comma-separated values to describe why # your SMS configuration can't send messages to user pool end users. # - # * InvalidSmsRoleAccessPolicyException - The Identity and Access - # Management role that Amazon Cognito uses to send SMS messages - # isn't properly configured. For more information, see - # [SmsConfigurationType][1]. + # InvalidSmsRoleAccessPolicyException + # + # : The Identity and Access Management role that Amazon Cognito uses + # to send SMS messages isn't properly configured. For more + # information, see [SmsConfigurationType][1]. # - # * SNSSandbox - The Amazon Web Services account is in SNS Sandbox and + # SNSSandbox + # + # : The Amazon Web Services account is in the SNS SMS Sandbox and # messages will only reach verified end users. This parameter won’t # get populated with SNSSandbox if the IAM user creating the user # pool doesn’t have SNS permissions. To learn how to move your @@ -10513,8 +10604,9 @@ class UserPoolTaggingException < Struct.new( # @return [String] # # @!attribute [rw] email_configuration_failure - # The reason why the email configuration can't send the messages to - # your users. + # Deprecated. Review error codes from API requests with + # `EventSource:cognito-idp.amazonaws.com` in CloudTrail for + # information about problems with user pool email configuration. # @return [String] # # @!attribute [rw] domain @@ -10639,8 +10731,6 @@ class UserPoolType < Struct.new( # # * ARCHIVED - User is no longer active. # - # * COMPROMISED - User is disabled due to a potential security threat. - # # * UNKNOWN - User status isn't known. # # * RESET\_REQUIRED - User is confirmed, but the user must request a @@ -10685,16 +10775,20 @@ class UserType < Struct.new( # # Valid values include: # - # * True \: Enables case sensitivity for all - # username input. When this option is set to `True`, users must sign - # in using the exact capitalization of their given username, such as - # “UserName”. This is the default value. + # True + # + # : Enables case sensitivity for all username input. When this option + # is set to `True`, users must sign in using the exact + # capitalization of their given username, such as “UserName”. This + # is the default value. + # + # False # - # * False \: Enables case insensitivity for all - # username input. For example, when this option is set to `False`, - # users can sign in using either "username" or "Username". This - # option also enables both `preferred_username` and `email` alias to - # be case insensitive, in addition to the `username` attribute. + # : Enables case insensitivity for all username input. For example, + # when this option is set to `False`, users can sign in using either + # "username" or "Username". This option also enables both + # `preferred_username` and `email` alias to be case insensitive, in + # addition to the `username` attribute. # @return [Boolean] # # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/UsernameConfigurationType AWS API Documentation diff --git a/gems/aws-sdk-dataexchange/CHANGELOG.md b/gems/aws-sdk-dataexchange/CHANGELOG.md index 9337d9a1938..0b16142f939 100644 --- a/gems/aws-sdk-dataexchange/CHANGELOG.md +++ b/gems/aws-sdk-dataexchange/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.26.0 (2022-03-15) +------------------ + +* Feature - This feature enables data providers to use the RevokeRevision operation to revoke subscriber access to a given revision. Subscribers are unable to interact with assets within a revoked revision. + 1.25.0 (2022-02-24) ------------------ diff --git a/gems/aws-sdk-dataexchange/VERSION b/gems/aws-sdk-dataexchange/VERSION index ad2191947f7..5ff8c4f5d2a 100644 --- a/gems/aws-sdk-dataexchange/VERSION +++ b/gems/aws-sdk-dataexchange/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb index a64d13cc48e..c97bda4926c 100644 --- a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb +++ b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange.rb @@ -48,6 +48,6 @@ # @!group service module Aws::DataExchange - GEM_VERSION = '1.25.0' + GEM_VERSION = '1.26.0' end diff --git a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb index da6a66575a8..57c1566db44 100644 --- a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb +++ b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client.rb @@ -699,6 +699,9 @@ def create_job(params = {}, options = {}) # * {Types::CreateRevisionResponse#source_id #source_id} => String # * {Types::CreateRevisionResponse#tags #tags} => Hash<String,String> # * {Types::CreateRevisionResponse#updated_at #updated_at} => Time + # * {Types::CreateRevisionResponse#revocation_comment #revocation_comment} => String + # * {Types::CreateRevisionResponse#revoked #revoked} => Boolean + # * {Types::CreateRevisionResponse#revoked_at #revoked_at} => Time # # @example Request syntax with placeholder values # @@ -722,6 +725,9 @@ def create_job(params = {}, options = {}) # resp.tags #=> Hash # resp.tags["__string"] #=> String # resp.updated_at #=> Time + # resp.revocation_comment #=> String + # resp.revoked #=> Boolean + # resp.revoked_at #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateRevision AWS API Documentation # @@ -1088,6 +1094,9 @@ def get_job(params = {}, options = {}) # * {Types::GetRevisionResponse#source_id #source_id} => String # * {Types::GetRevisionResponse#tags #tags} => Hash<String,String> # * {Types::GetRevisionResponse#updated_at #updated_at} => Time + # * {Types::GetRevisionResponse#revocation_comment #revocation_comment} => String + # * {Types::GetRevisionResponse#revoked #revoked} => Boolean + # * {Types::GetRevisionResponse#revoked_at #revoked_at} => Time # # @example Request syntax with placeholder values # @@ -1108,6 +1117,9 @@ def get_job(params = {}, options = {}) # resp.tags #=> Hash # resp.tags["__string"] #=> String # resp.updated_at #=> Time + # resp.revocation_comment #=> String + # resp.revoked #=> Boolean + # resp.revoked_at #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetRevision AWS API Documentation # @@ -1154,6 +1166,9 @@ def get_revision(params = {}, options = {}) # resp.revisions[0].id #=> String # resp.revisions[0].source_id #=> String # resp.revisions[0].updated_at #=> Time + # resp.revisions[0].revocation_comment #=> String + # resp.revisions[0].revoked #=> Boolean + # resp.revisions[0].revoked_at #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ListDataSetRevisions AWS API Documentation # @@ -1454,6 +1469,61 @@ def list_tags_for_resource(params = {}, options = {}) req.send_request(options) end + # This operation revokes subscribers' access to a revision. + # + # @option params [required, String] :data_set_id + # + # @option params [required, String] :revision_id + # + # @option params [required, String] :revocation_comment + # A required comment to inform subscribers of the reason their access to + # the revision was revoked. + # + # @return [Types::RevokeRevisionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: + # + # * {Types::RevokeRevisionResponse#arn #arn} => String + # * {Types::RevokeRevisionResponse#comment #comment} => String + # * {Types::RevokeRevisionResponse#created_at #created_at} => Time + # * {Types::RevokeRevisionResponse#data_set_id #data_set_id} => String + # * {Types::RevokeRevisionResponse#finalized #finalized} => Boolean + # * {Types::RevokeRevisionResponse#id #id} => String + # * {Types::RevokeRevisionResponse#revocation_comment #revocation_comment} => String + # * {Types::RevokeRevisionResponse#revoked #revoked} => Boolean + # * {Types::RevokeRevisionResponse#revoked_at #revoked_at} => Time + # * {Types::RevokeRevisionResponse#source_id #source_id} => String + # * {Types::RevokeRevisionResponse#updated_at #updated_at} => Time + # + # @example Request syntax with placeholder values + # + # resp = client.revoke_revision({ + # data_set_id: "__string", # required + # revision_id: "__string", # required + # revocation_comment: "__stringMin10Max512", # required + # }) + # + # @example Response structure + # + # resp.arn #=> String + # resp.comment #=> String + # resp.created_at #=> Time + # resp.data_set_id #=> String + # resp.finalized #=> Boolean + # resp.id #=> String + # resp.revocation_comment #=> String + # resp.revoked #=> Boolean + # resp.revoked_at #=> Time + # resp.source_id #=> String + # resp.updated_at #=> Time + # + # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/RevokeRevision AWS API Documentation + # + # @overload revoke_revision(params = {}) + # @param [Hash] params ({}) + def revoke_revision(params = {}, options = {}) + req = build_request(:revoke_revision, params) + req.send_request(options) + end + # This operation invokes an API Gateway API asset. The request is # proxied to the provider’s API Gateway API. # @@ -1783,6 +1853,9 @@ def update_event_action(params = {}, options = {}) # * {Types::UpdateRevisionResponse#id #id} => String # * {Types::UpdateRevisionResponse#source_id #source_id} => String # * {Types::UpdateRevisionResponse#updated_at #updated_at} => Time + # * {Types::UpdateRevisionResponse#revocation_comment #revocation_comment} => String + # * {Types::UpdateRevisionResponse#revoked #revoked} => Boolean + # * {Types::UpdateRevisionResponse#revoked_at #revoked_at} => Time # # @example Request syntax with placeholder values # @@ -1803,6 +1876,9 @@ def update_event_action(params = {}, options = {}) # resp.id #=> String # resp.source_id #=> String # resp.updated_at #=> Time + # resp.revocation_comment #=> String + # resp.revoked #=> Boolean + # resp.revoked_at #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateRevision AWS API Documentation # @@ -1826,7 +1902,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-dataexchange' - context[:gem_version] = '1.25.0' + context[:gem_version] = '1.26.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client_api.rb b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client_api.rb index 59506e0d353..82907fac446 100644 --- a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client_api.rb +++ b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/client_api.rb @@ -119,6 +119,8 @@ module ClientApi RevisionDestinationEntry = Shapes::StructureShape.new(name: 'RevisionDestinationEntry') RevisionEntry = Shapes::StructureShape.new(name: 'RevisionEntry') RevisionPublished = Shapes::StructureShape.new(name: 'RevisionPublished') + RevokeRevisionRequest = Shapes::StructureShape.new(name: 'RevokeRevisionRequest') + RevokeRevisionResponse = Shapes::StructureShape.new(name: 'RevokeRevisionResponse') S3SnapshotAsset = Shapes::StructureShape.new(name: 'S3SnapshotAsset') SendApiAssetRequest = Shapes::StructureShape.new(name: 'SendApiAssetRequest') SendApiAssetResponse = Shapes::StructureShape.new(name: 'SendApiAssetResponse') @@ -146,6 +148,7 @@ module ClientApi __doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0') __string = Shapes::StringShape.new(name: '__string') __stringMin0Max16384 = Shapes::StringShape.new(name: '__stringMin0Max16384') + __stringMin10Max512 = Shapes::StringShape.new(name: '__stringMin10Max512') __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = Shapes::StringShape.new(name: '__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093') AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message")) @@ -266,6 +269,9 @@ module ClientApi CreateRevisionResponse.add_member(:source_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourceId")) CreateRevisionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "Tags")) CreateRevisionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt")) + CreateRevisionResponse.add_member(:revocation_comment, Shapes::ShapeRef.new(shape: __stringMin10Max512, location_name: "RevocationComment")) + CreateRevisionResponse.add_member(:revoked, Shapes::ShapeRef.new(shape: __boolean, location_name: "Revoked")) + CreateRevisionResponse.add_member(:revoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RevokedAt")) CreateRevisionResponse.struct_class = Types::CreateRevisionResponse DataSetEntry.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn")) @@ -419,6 +425,9 @@ module ClientApi GetRevisionResponse.add_member(:source_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourceId")) GetRevisionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "Tags")) GetRevisionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt")) + GetRevisionResponse.add_member(:revocation_comment, Shapes::ShapeRef.new(shape: __stringMin10Max512, location_name: "RevocationComment")) + GetRevisionResponse.add_member(:revoked, Shapes::ShapeRef.new(shape: __boolean, location_name: "Revoked")) + GetRevisionResponse.add_member(:revoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RevokedAt")) GetRevisionResponse.struct_class = Types::GetRevisionResponse ImportAssetFromApiGatewayApiRequestDetails.add_member(:api_description, Shapes::ShapeRef.new(shape: ApiDescription, location_name: "ApiDescription")) @@ -627,11 +636,32 @@ module ClientApi RevisionEntry.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id")) RevisionEntry.add_member(:source_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourceId")) RevisionEntry.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdatedAt")) + RevisionEntry.add_member(:revocation_comment, Shapes::ShapeRef.new(shape: __stringMin10Max512, location_name: "RevocationComment")) + RevisionEntry.add_member(:revoked, Shapes::ShapeRef.new(shape: __boolean, location_name: "Revoked")) + RevisionEntry.add_member(:revoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RevokedAt")) RevisionEntry.struct_class = Types::RevisionEntry RevisionPublished.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "DataSetId")) RevisionPublished.struct_class = Types::RevisionPublished + RevokeRevisionRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "DataSetId")) + RevokeRevisionRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "RevisionId")) + RevokeRevisionRequest.add_member(:revocation_comment, Shapes::ShapeRef.new(shape: __stringMin10Max512, required: true, location_name: "RevocationComment")) + RevokeRevisionRequest.struct_class = Types::RevokeRevisionRequest + + RevokeRevisionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn")) + RevokeRevisionResponse.add_member(:comment, Shapes::ShapeRef.new(shape: __stringMin0Max16384, location_name: "Comment")) + RevokeRevisionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt")) + RevokeRevisionResponse.add_member(:data_set_id, Shapes::ShapeRef.new(shape: Id, location_name: "DataSetId")) + RevokeRevisionResponse.add_member(:finalized, Shapes::ShapeRef.new(shape: __boolean, location_name: "Finalized")) + RevokeRevisionResponse.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id")) + RevokeRevisionResponse.add_member(:revocation_comment, Shapes::ShapeRef.new(shape: __stringMin10Max512, location_name: "RevocationComment")) + RevokeRevisionResponse.add_member(:revoked, Shapes::ShapeRef.new(shape: __boolean, location_name: "Revoked")) + RevokeRevisionResponse.add_member(:revoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RevokedAt")) + RevokeRevisionResponse.add_member(:source_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourceId")) + RevokeRevisionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt")) + RevokeRevisionResponse.struct_class = Types::RevokeRevisionResponse + S3SnapshotAsset.add_member(:size, Shapes::ShapeRef.new(shape: __doubleMin0, required: true, location_name: "Size")) S3SnapshotAsset.struct_class = Types::S3SnapshotAsset @@ -735,6 +765,9 @@ module ClientApi UpdateRevisionResponse.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id")) UpdateRevisionResponse.add_member(:source_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourceId")) UpdateRevisionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdatedAt")) + UpdateRevisionResponse.add_member(:revocation_comment, Shapes::ShapeRef.new(shape: __stringMin10Max512, location_name: "RevocationComment")) + UpdateRevisionResponse.add_member(:revoked, Shapes::ShapeRef.new(shape: __boolean, location_name: "Revoked")) + UpdateRevisionResponse.add_member(:revoked_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "RevokedAt")) UpdateRevisionResponse.struct_class = Types::UpdateRevisionResponse ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Message")) @@ -809,6 +842,7 @@ module ClientApi o.errors << Shapes::ShapeRef.new(shape: ValidationException) o.errors << Shapes::ShapeRef.new(shape: InternalServerException) o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ConflictException) end) api.add_operation(:create_revision, Seahorse::Model::Operation.new.tap do |o| @@ -1036,6 +1070,20 @@ module ClientApi o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse) end) + api.add_operation(:revoke_revision, Seahorse::Model::Operation.new.tap do |o| + o.name = "RevokeRevision" + o.http_method = "POST" + o.http_request_uri = "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/revoke" + o.input = Shapes::ShapeRef.new(shape: RevokeRevisionRequest) + o.output = Shapes::ShapeRef.new(shape: RevokeRevisionResponse) + o.errors << Shapes::ShapeRef.new(shape: ValidationException) + o.errors << Shapes::ShapeRef.new(shape: InternalServerException) + o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException) + o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException) + o.errors << Shapes::ShapeRef.new(shape: ThrottlingException) + o.errors << Shapes::ShapeRef.new(shape: ConflictException) + end) + api.add_operation(:send_api_asset, Seahorse::Model::Operation.new.tap do |o| o.name = "SendApiAsset" o.http_method = "POST" diff --git a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb index b43fc0909c3..3e7b11e2940 100644 --- a/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb +++ b/gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb @@ -169,9 +169,9 @@ class AssetDetails < Struct.new( # means of fulfilling data (Amazon Redshift datashare or Amazon API # Gateway API). The asset can be a structured data file, an image file, # or some other data file that can be stored as an S3 object, an Amazon - # API Gateway API, or an Amazon Redshift datashare (Preview). When you - # create an import job for your files, API Gateway APIs, or Amazon - # Redshift datashares, you create an asset in AWS Data Exchange. + # API Gateway API, or an Amazon Redshift datashare. When you create an + # import job for your files, API Gateway APIs, or Amazon Redshift + # datashares, you create an asset in AWS Data Exchange. # # @!attribute [rw] arn # The ARN for the asset. @@ -799,6 +799,17 @@ class CreateRevisionRequest < Struct.new( # format. # @return [Time] # + # @!attribute [rw] revocation_comment + # @return [String] + # + # @!attribute [rw] revoked + # @return [Boolean] + # + # @!attribute [rw] revoked_at + # Dates and times in AWS Data Exchange are recorded in ISO 8601 + # format. + # @return [Time] + # # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/CreateRevisionResponse AWS API Documentation # class CreateRevisionResponse < Struct.new( @@ -810,7 +821,10 @@ class CreateRevisionResponse < Struct.new( :id, :source_id, :tags, - :updated_at) + :updated_at, + :revocation_comment, + :revoked, + :revoked_at) SENSITIVE = [] include Aws::Structure end @@ -1670,6 +1684,17 @@ class GetRevisionRequest < Struct.new( # format. # @return [Time] # + # @!attribute [rw] revocation_comment + # @return [String] + # + # @!attribute [rw] revoked + # @return [Boolean] + # + # @!attribute [rw] revoked_at + # Dates and times in AWS Data Exchange are recorded in ISO 8601 + # format. + # @return [Time] + # # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/GetRevisionResponse AWS API Documentation # class GetRevisionResponse < Struct.new( @@ -1681,7 +1706,10 @@ class GetRevisionResponse < Struct.new( :id, :source_id, :tags, - :updated_at) + :updated_at, + :revocation_comment, + :revoked, + :revoked_at) SENSITIVE = [] include Aws::Structure end @@ -2752,6 +2780,20 @@ class RevisionDestinationEntry < Struct.new( # format. # @return [Time] # + # @!attribute [rw] revocation_comment + # A required comment to inform subscribers of the reason their access + # to the revision was revoked. + # @return [String] + # + # @!attribute [rw] revoked + # A status indicating that subscribers' access to the revision was + # revoked. + # @return [Boolean] + # + # @!attribute [rw] revoked_at + # The date and time that the revision was revoked, in ISO 8601 format. + # @return [Time] + # # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/RevisionEntry AWS API Documentation # class RevisionEntry < Struct.new( @@ -2762,7 +2804,10 @@ class RevisionEntry < Struct.new( :finalized, :id, :source_id, - :updated_at) + :updated_at, + :revocation_comment, + :revoked, + :revoked_at) SENSITIVE = [] include Aws::Structure end @@ -2788,6 +2833,100 @@ class RevisionPublished < Struct.new( include Aws::Structure end + # The request sent to revoke the revision. + # + # @note When making an API call, you may pass RevokeRevisionRequest + # data as a hash: + # + # { + # data_set_id: "__string", # required + # revision_id: "__string", # required + # revocation_comment: "__stringMin10Max512", # required + # } + # + # @!attribute [rw] data_set_id + # @return [String] + # + # @!attribute [rw] revision_id + # @return [String] + # + # @!attribute [rw] revocation_comment + # A required comment to inform subscribers of the reason their access + # to the revision was revoked. + # @return [String] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/RevokeRevisionRequest AWS API Documentation + # + class RevokeRevisionRequest < Struct.new( + :data_set_id, + :revision_id, + :revocation_comment) + SENSITIVE = [] + include Aws::Structure + end + + # @!attribute [rw] arn + # An Amazon Resource Name (ARN) that uniquely identifies an AWS + # resource. + # @return [String] + # + # @!attribute [rw] comment + # @return [String] + # + # @!attribute [rw] created_at + # Dates and times in AWS Data Exchange are recorded in ISO 8601 + # format. + # @return [Time] + # + # @!attribute [rw] data_set_id + # A unique identifier. + # @return [String] + # + # @!attribute [rw] finalized + # @return [Boolean] + # + # @!attribute [rw] id + # A unique identifier. + # @return [String] + # + # @!attribute [rw] revocation_comment + # @return [String] + # + # @!attribute [rw] revoked + # @return [Boolean] + # + # @!attribute [rw] revoked_at + # Dates and times in AWS Data Exchange are recorded in ISO 8601 + # format. + # @return [Time] + # + # @!attribute [rw] source_id + # A unique identifier. + # @return [String] + # + # @!attribute [rw] updated_at + # Dates and times in AWS Data Exchange are recorded in ISO 8601 + # format. + # @return [Time] + # + # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/RevokeRevisionResponse AWS API Documentation + # + class RevokeRevisionResponse < Struct.new( + :arn, + :comment, + :created_at, + :data_set_id, + :finalized, + :id, + :revocation_comment, + :revoked, + :revoked_at, + :source_id, + :updated_at) + SENSITIVE = [] + include Aws::Structure + end + # The S3 object that is the asset. # # @!attribute [rw] size @@ -3335,6 +3474,17 @@ class UpdateRevisionRequest < Struct.new( # format. # @return [Time] # + # @!attribute [rw] revocation_comment + # @return [String] + # + # @!attribute [rw] revoked + # @return [Boolean] + # + # @!attribute [rw] revoked_at + # Dates and times in AWS Data Exchange are recorded in ISO 8601 + # format. + # @return [Time] + # # @see http://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateRevisionResponse AWS API Documentation # class UpdateRevisionResponse < Struct.new( @@ -3345,7 +3495,10 @@ class UpdateRevisionResponse < Struct.new( :finalized, :id, :source_id, - :updated_at) + :updated_at, + :revocation_comment, + :revoked, + :revoked_at) SENSITIVE = [] include Aws::Structure end diff --git a/gems/aws-sdk-ec2/CHANGELOG.md b/gems/aws-sdk-ec2/CHANGELOG.md index 64964b4ece9..f8711020203 100644 --- a/gems/aws-sdk-ec2/CHANGELOG.md +++ b/gems/aws-sdk-ec2/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.303.0 (2022-03-15) +------------------ + +* Feature - Adds the Cascade parameter to the DeleteIpam API. Customers can use this parameter to automatically delete their IPAM, including non-default scopes, pools, cidrs, and allocations. There mustn't be any pools provisioned in the default public scope to use this parameter. + 1.302.0 (2022-03-04) ------------------ diff --git a/gems/aws-sdk-ec2/VERSION b/gems/aws-sdk-ec2/VERSION index f2d7ce7c122..04780bff1d2 100644 --- a/gems/aws-sdk-ec2/VERSION +++ b/gems/aws-sdk-ec2/VERSION @@ -1 +1 @@ -1.302.0 +1.303.0 diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb index b11cd91bd40..8635a6c33ba 100644 --- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb +++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2.rb @@ -72,6 +72,6 @@ # @!group service module Aws::EC2 - GEM_VERSION = '1.302.0' + GEM_VERSION = '1.303.0' end diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb index 7fdf82dbb5f..dbeab42f083 100644 --- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb +++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client.rb @@ -13721,6 +13721,30 @@ def delete_internet_gateway(params = {}, options = {}) # @option params [required, String] :ipam_id # The ID of the IPAM to delete. # + # @option params [Boolean] :cascade + # Enables you to quickly delete an IPAM, private scopes, pools in + # private scopes, and any allocations in the pools in private scopes. + # You cannot delete the IPAM with this option if there is a pool in your + # public scope. If you use this option, IPAM does the following: + # + # * Deallocates any CIDRs allocated to VPC resources (such as VPCs) in + # pools in private scopes. + # + # No VPC resources are deleted as a result of enabling this option. + # The CIDR associated with the resource will no longer be allocated + # from an IPAM pool, but the CIDR itself will remain unchanged. + # + # + # + # * Deprovisions all IPv4 CIDRs provisioned to IPAM pools in private + # scopes. + # + # * Deletes all IPAM pools in private scopes. + # + # * Deletes all non-default private scopes in the IPAM. + # + # * Deletes the default public and private scopes and the IPAM. + # # @return [Types::DeleteIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::DeleteIpamResult#ipam #ipam} => Types::Ipam @@ -13730,6 +13754,7 @@ def delete_internet_gateway(params = {}, options = {}) # resp = client.delete_ipam({ # dry_run: false, # ipam_id: "IpamId", # required + # cascade: false, # }) # # @example Response structure @@ -42888,6 +42913,12 @@ def move_address_to_vpc(params = {}, options = {}) # Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool. # + # If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you + # can move the CIDR to IPAM from a public IPv4 pool. You cannot move an + # IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web + # Services for the first time, complete the steps in [Tutorial: BYOIP + # address CIDRs to IPAM](/vpc/latest/ipam/tutorials-byoip-ipam.html). + # # @option params [Boolean] :dry_run # A check for whether you have the required permissions for the action # without actually making the request and provides an error response. If @@ -43033,7 +43064,7 @@ def provision_byoip_cidr(params = {}, options = {}) req.send_request(options) end - # Provision a CIDR to an IPAM pool. You can use thsi action to provision + # Provision a CIDR to an IPAM pool. You can use this action to provision # new CIDRs to a top-level pool or to transfer a CIDR from a top-level # pool to a pool within it. # @@ -44258,7 +44289,7 @@ def release_hosts(params = {}, options = {}) # @option params [required, String] :cidr # The CIDR of the allocation you want to release. # - # @option params [String] :ipam_pool_allocation_id + # @option params [required, String] :ipam_pool_allocation_id # The ID of the allocation. # # @return [Types::ReleaseIpamPoolAllocationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -44271,7 +44302,7 @@ def release_hosts(params = {}, options = {}) # dry_run: false, # ipam_pool_id: "IpamPoolId", # required # cidr: "String", # required - # ipam_pool_allocation_id: "IpamPoolAllocationId", + # ipam_pool_allocation_id: "IpamPoolAllocationId", # required # }) # # @example Response structure @@ -49312,7 +49343,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ec2' - context[:gem_version] = '1.302.0' + context[:gem_version] = '1.303.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client_api.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client_api.rb index d6d5ebbfa86..266ca507e3a 100644 --- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client_api.rb +++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/client_api.rb @@ -4753,6 +4753,7 @@ module ClientApi DeleteIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun")) DeleteIpamRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId")) + DeleteIpamRequest.add_member(:cascade, Shapes::ShapeRef.new(shape: Boolean, location_name: "Cascade")) DeleteIpamRequest.struct_class = Types::DeleteIpamRequest DeleteIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam")) @@ -10864,7 +10865,7 @@ module ClientApi ReleaseIpamPoolAllocationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun")) ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId")) ReleaseIpamPoolAllocationRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr")) - ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId")) + ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, required: true, location_name: "IpamPoolAllocationId")) ReleaseIpamPoolAllocationRequest.struct_class = Types::ReleaseIpamPoolAllocationRequest ReleaseIpamPoolAllocationResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success")) diff --git a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb index bac8931c476..fd45cca92fd 100644 --- a/gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb +++ b/gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb @@ -14675,6 +14675,7 @@ class DeleteIpamPoolResult < Struct.new( # { # dry_run: false, # ipam_id: "IpamId", # required + # cascade: false, # } # # @!attribute [rw] dry_run @@ -14688,11 +14689,37 @@ class DeleteIpamPoolResult < Struct.new( # The ID of the IPAM to delete. # @return [String] # + # @!attribute [rw] cascade + # Enables you to quickly delete an IPAM, private scopes, pools in + # private scopes, and any allocations in the pools in private scopes. + # You cannot delete the IPAM with this option if there is a pool in + # your public scope. If you use this option, IPAM does the following: + # + # * Deallocates any CIDRs allocated to VPC resources (such as VPCs) in + # pools in private scopes. + # + # No VPC resources are deleted as a result of enabling this option. + # The CIDR associated with the resource will no longer be allocated + # from an IPAM pool, but the CIDR itself will remain unchanged. + # + # + # + # * Deprovisions all IPv4 CIDRs provisioned to IPAM pools in private + # scopes. + # + # * Deletes all IPAM pools in private scopes. + # + # * Deletes all non-default private scopes in the IPAM. + # + # * Deletes the default public and private scopes and the IPAM. + # @return [Boolean] + # # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteIpamRequest AWS API Documentation # class DeleteIpamRequest < Struct.new( :dry_run, - :ipam_id) + :ipam_id, + :cascade) SENSITIVE = [] include Aws::Structure end @@ -42927,7 +42954,7 @@ class IpamResourceTag < Struct.new( # # For more information, see [How IPAM # works](/vpc/latest/ipam/how-it-works-ipam.html) in the *Amazon VPC - # IPAM User Guide* + # IPAM User Guide*. # # @!attribute [rw] owner_id # The Amazon Web Services account ID of the owner of the scope. @@ -54913,7 +54940,7 @@ class ReleaseHostsResult < Struct.new( # dry_run: false, # ipam_pool_id: "IpamPoolId", # required # cidr: "String", # required - # ipam_pool_allocation_id: "IpamPoolAllocationId", + # ipam_pool_allocation_id: "IpamPoolAllocationId", # required # } # # @!attribute [rw] dry_run diff --git a/gems/aws-sdk-ecs/CHANGELOG.md b/gems/aws-sdk-ecs/CHANGELOG.md index 566d1638493..5fb8d2a1729 100644 --- a/gems/aws-sdk-ecs/CHANGELOG.md +++ b/gems/aws-sdk-ecs/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.98.0 (2022-03-15) +------------------ + +* Feature - Documentation only update to address tickets + 1.97.0 (2022-03-07) ------------------ diff --git a/gems/aws-sdk-ecs/VERSION b/gems/aws-sdk-ecs/VERSION index acbb747ac54..783fda86436 100644 --- a/gems/aws-sdk-ecs/VERSION +++ b/gems/aws-sdk-ecs/VERSION @@ -1 +1 @@ -1.97.0 +1.98.0 diff --git a/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb b/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb index 61f0816a213..a3827bf0faf 100644 --- a/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb +++ b/gems/aws-sdk-ecs/lib/aws-sdk-ecs.rb @@ -49,6 +49,6 @@ # @!group service module Aws::ECS - GEM_VERSION = '1.97.0' + GEM_VERSION = '1.98.0' end diff --git a/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb b/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb index b9bac7f1393..d90d53252df 100644 --- a/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb +++ b/gems/aws-sdk-ecs/lib/aws-sdk-ecs/client.rb @@ -526,7 +526,7 @@ def create_capacity_provider(params = {}, options = {}) # PutAccountSetting or PutAccountSettingDefault. # # @option params [Types::ClusterConfiguration] :configuration - # The execute command configuration for the cluster. + # The `execute` command configuration for the cluster. # # @option params [Array] :capacity_providers # The short name of one or more capacity providers to associate with the @@ -1109,12 +1109,10 @@ def create_cluster(params = {}, options = {}) # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html # # @option params [String] :propagate_tags - # Specifies whether to propagate the tags from the task definition or - # the service to the tasks in the service. If no value is specified, the - # tags aren't propagated. Tags can only be propagated to the tasks - # within the service during service creation. To add tags to a task - # after service creation or task creation, use the TagResource API - # action. + # Specifies whether to propagate the tags from the task definition to + # the task. If no value is specified, the tags aren't propagated. Tags + # can only be propagated to the task during task creation. To add tags + # to a task after task creation, use the TagResource API action. # # @option params [Boolean] :enable_execute_command # Determines whether the execute command functionality is enabled for @@ -6284,6 +6282,9 @@ def register_task_definition(params = {}, options = {}) # containers in this task. If `true`, this enables execute command # functionality on all containers in the task. # + # If `true`, then the task definition must have a task role, or you must + # provide one as an override. + # # @option params [String] :group # The name of the task group to associate with the task. The default # value is the family name of the task definition (for example, @@ -6427,13 +6428,33 @@ def register_task_definition(params = {}, options = {}) # task definition to run. If a `revision` isn't specified, the latest # `ACTIVE` revision is used. # + # When you create an IAM policy for run-task, you can set the resource + # to be the latest task definition revision, or a specific revision. + # # The full ARN value must match the value that you specified as the - # `Resource` of the IAM principal's permissions policy. For example, if - # the `Resource` is - # arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*, - # the `taskDefinition` ARN value must be + # `Resource` of the IAM principal's permissions policy. + # + # When you specify the policy resource as the latest task definition + # version (by setting the `Resource` in the policy to + # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`), + # then set this value to # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`. # + # When you specify the policy resource as a specific task definition + # version (by setting the `Resource` in the policy to + # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1` + # or + # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*`), + # then set this value to + # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1`. + # + # For more information, see [Policy Resources for Amazon ECS][1] in the + # Amazon Elastic Container Service developer Guide. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-resources + # # @return [Types::RunTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::RunTaskResponse#tasks #tasks} => Array<Types::Task> @@ -7857,7 +7878,7 @@ def update_container_agent(params = {}, options = {}) # services that do not use a load balancer are considered healthy if # they're in the `RUNNING` state. Tasks for services that use a load # balancer are considered healthy if they're in the `RUNNING` state - # and are reported as healthy by the load balancer.. + # and are reported as healthy by the load balancer. # # * The `maximumPercent` parameter represents an upper limit on the # number of running tasks during task replacement. You can use this to @@ -7986,20 +8007,20 @@ def update_container_instances_state(params = {}, options = {}) # Modifies the parameters of a service. # # For services using the rolling update (`ECS`) you can update the - # desired count, the deployment configuration, the network - # configuration, load balancers, service registries, enable ECS managed - # tags option, propagate tags option, task placement constraints and - # strategies, and the task definition. When you update any of these - # parameters, Amazon ECS starts new tasks with the new configuration. + # desired count, deployment configuration, network configuration, load + # balancers, service registries, enable ECS managed tags option, + # propagate tags option, task placement constraints and strategies, and + # task definition. When you update any of these parameters, Amazon ECS + # starts new tasks with the new configuration. # # For services using the blue/green (`CODE_DEPLOY`) deployment - # controller, only the desired count, deployment configuration, task - # placement constraints and strategies, enable ECS managed tags option, - # and propagate tags can be updated using this API. If the network - # configuration, platform version, task definition, or load balancer - # need to be updated, create a new CodeDeploy deployment. For more - # information, see [CreateDeployment][2] in the *CodeDeploy API - # Reference*. + # controller, only the desired count, deployment configuration, health + # check grace period, task placement constraints and strategies, enable + # ECS managed tags option, and propagate tags can be updated using this + # API. If the network configuration, platform version, task definition, + # or load balancer need to be updated, create a new CodeDeploy + # deployment. For more information, see [CreateDeployment][2] in the + # *CodeDeploy API Reference*. # # For services using an external deployment controller, you can update # only the desired count, task placement constraints and strategies, @@ -8708,7 +8729,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.97.0' + context[:gem_version] = '1.98.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb b/gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb index 8465542c5aa..a8fe8ce326e 100644 --- a/gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb +++ b/gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb @@ -2624,7 +2624,7 @@ class CreateCapacityProviderResponse < Struct.new( # @return [Array] # # @!attribute [rw] configuration - # The execute command configuration for the cluster. + # The `execute` command configuration for the cluster. # @return [Types::ClusterConfiguration] # # @!attribute [rw] capacity_providers @@ -3101,12 +3101,10 @@ class CreateClusterResponse < Struct.new( # @return [Boolean] # # @!attribute [rw] propagate_tags - # Specifies whether to propagate the tags from the task definition or - # the service to the tasks in the service. If no value is specified, - # the tags aren't propagated. Tags can only be propagated to the - # tasks within the service during service creation. To add tags to a - # task after service creation or task creation, use the TagResource - # API action. + # Specifies whether to propagate the tags from the task definition to + # the task. If no value is specified, the tags aren't propagated. + # Tags can only be propagated to the task during task creation. To add + # tags to a task after task creation, use the TagResource API action. # @return [String] # # @!attribute [rw] enable_execute_command @@ -5317,6 +5315,15 @@ class FirelensConfiguration < Struct.new( # Docker health checks that exist in the container image (such as those # specified in a parent image or from the image's Dockerfile). # + # The Amazon ECS container agent only monitors and reports on the health + # checks specified in the task definition. Amazon ECS does not monitor + # Docker health checks that are embedded in a container image and not + # specified in the container definition. Health check parameters that + # are specified in a container definition override any Docker health + # checks that exist in the container image. + # + # + # # You can view the health status of both individual containers and a # task with the DescribeTasks API operation or when viewing the task # details in the console. @@ -8772,6 +8779,9 @@ class ResourceRequirement < Struct.new( # Determines whether to use the execute command functionality for the # containers in this task. If `true`, this enables execute command # functionality on all containers in the task. + # + # If `true`, then the task definition must have a task role, or you + # must provide one as an override. # @return [Boolean] # # @!attribute [rw] group @@ -8928,12 +8938,32 @@ class ResourceRequirement < Struct.new( # task definition to run. If a `revision` isn't specified, the latest # `ACTIVE` revision is used. # + # When you create an IAM policy for run-task, you can set the resource + # to be the latest task definition revision, or a specific revision. + # # The full ARN value must match the value that you specified as the - # `Resource` of the IAM principal's permissions policy. For example, - # if the `Resource` is - # arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*, - # the `taskDefinition` ARN value must be + # `Resource` of the IAM principal's permissions policy. + # + # When you specify the policy resource as the latest task definition + # version (by setting the `Resource` in the policy to + # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`), + # then set this value to # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName`. + # + # When you specify the policy resource as a specific task definition + # version (by setting the `Resource` in the policy to + # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1` + # or + # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:*`), + # then set this value to + # `arn:aws:ecs:us-east-1:111122223333:task-definition/TaskFamilyName:1`. + # + # For more information, see [Policy Resources for Amazon ECS][1] in + # the Amazon Elastic Container Service developer Guide. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-resources # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/RunTaskRequest AWS API Documentation @@ -10252,8 +10282,23 @@ class TagResourceRequest < Struct.new( # class TagResourceResponse < Aws::EmptyStructure; end - # The target container isn't properly configured with the execute - # command agent or the container is no longer active or running. + # The execute command cannot run. This error can be caused by any of the + # following configuration issues: + # + # * Incorrect IAM permissions + # + # * The SSM agent is not installed or is not running + # + # * There is an interface Amazon VPC endpoint for Amazon ECS, but there + # is not one for for Systems Manager Session Manager + # + # For information about how to troubleshoot the issues, see + # [Troubleshooting issues with ECS Exec][1] in the *Amazon Elastic + # Container Service Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html # # @see http://docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/TargetNotConnectedException AWS API Documentation # diff --git a/gems/aws-sdk-keyspaces/CHANGELOG.md b/gems/aws-sdk-keyspaces/CHANGELOG.md index b81d438cda5..1c45c66b35d 100644 --- a/gems/aws-sdk-keyspaces/CHANGELOG.md +++ b/gems/aws-sdk-keyspaces/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.2.0 (2022-03-15) +------------------ + +* Feature - Fixing formatting issues in CLI and SDK documentation + 1.1.0 (2022-03-08) ------------------ diff --git a/gems/aws-sdk-keyspaces/VERSION b/gems/aws-sdk-keyspaces/VERSION index 9084fa2f716..26aaba0e866 100644 --- a/gems/aws-sdk-keyspaces/VERSION +++ b/gems/aws-sdk-keyspaces/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb index 356ac754d1d..1c4a054fca9 100644 --- a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb +++ b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces.rb @@ -49,6 +49,6 @@ # @!group service module Aws::Keyspaces - GEM_VERSION = '1.1.0' + GEM_VERSION = '1.2.0' end diff --git a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb index a8bd78e9f5d..b9914090107 100644 --- a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb +++ b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/client.rb @@ -445,13 +445,35 @@ def create_keyspace(params = {}, options = {}) # # For each column to be created: # - # * name - The name of the column. + # • `name` - The name of the column. # - # * ` type ` - An Amazon Keyspaces data type. For more information, see - # [Data types][1] in the *Amazon Keyspaces Developer Guide*. - # ^ + # • `type` - An Amazon Keyspaces data type. For more information, see + # [Data types][1] in the *Amazon Keyspaces Developer Guide*. # - #

The primary key of the table consists of the following columns:

  • partitionKeys - The partition key can be a single column, or it can be a compound value composed of two or more columns. The partition key portion of the primary key is required and determines how Amazon Keyspaces stores your data.

    • name - The name of each partition key column.

  • clusteringKeys - The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.

    • name - The name of the clustering column.

    • orderBy - Sets the ascendant (ASC) or descendant (DESC) order modifier.

To define a column as static use staticColumns - Static columns store values that are shared by all rows in the same partition:

  • name - The name of the column.

  • type - An Amazon Keyspaces data type.

+ # The primary key of the table consists of the following columns: + # + # • `partitionKeys` - The partition key can be a single column, or it + # can be a compound value composed of two or more columns. The partition + # key portion of the primary key is required and determines how Amazon + # Keyspaces stores your data. + # + # • `name` - The name of each partition key column. + # + # • `clusteringKeys` - The optional clustering column portion of your + # primary key determines how the data is clustered and sorted within + # each partition. + # + # • `name` - The name of the clustering column. + # + # • `orderBy` - Sets the ascendant (`ASC`) or descendant (`DESC`) order + # modifier. + # + # To define a column as static use `staticColumns` - Static columns + # store values that are shared by all rows in the same partition: + # + # • `name` - The name of the column. + # + # • `type` - An Amazon Keyspaces data type. # # # @@ -464,10 +486,10 @@ def create_keyspace(params = {}, options = {}) # Specifies the read/write throughput capacity mode for the table. The # options are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` and # - # * `throughputMode:PROVISIONED`. The provisioned capacity mode requires - # `readCapacityUnits` and `writeCapacityUnits` as inputs. + # • `throughputMode:PROVISIONED` - Provisioned capacity mode requires + # `readCapacityUnits` and `writeCapacityUnits` as input. # # The default is `throughput_mode:PAY_PER_REQUEST`. # @@ -482,15 +504,29 @@ def create_keyspace(params = {}, options = {}) # Specifies how the encryption key for encryption at rest is managed for # the table. You can choose one of the following KMS key (KMS key): # - #
  • type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

  • type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

+ # • `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces. + # + # • `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your account + # and is created, owned, and managed by you. This option requires the + # `kms_key_identifier` of the KMS key in Amazon Resource Name (ARN) + # format as input. + # + # The default is `type:AWS_OWNED_KMS_KEY`. + # + # For more information, see [Encryption at rest][1] in the *Amazon + # Keyspaces Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html # # @option params [Types::PointInTimeRecovery] :point_in_time_recovery # Specifies if `pointInTimeRecovery` is enabled or disabled for the # table. The options are: # - # * `ENABLED` + # • `ENABLED` # - # * `DISABLED` + # • `DISABLED` # # If it's not specified, the default is `DISABLED`. # @@ -504,9 +540,9 @@ def create_keyspace(params = {}, options = {}) # @option params [Types::TimeToLive] :ttl # Enables Time to Live custom settings for the table. The options are: # - # * `status:enabled` + # • `status:enabled` # - # * `status:disabled` + # • `status:disabled` # # The default is `status:disabled`. After `ttl` is enabled, you can't # disable it for the table. @@ -932,26 +968,26 @@ def list_tags_for_resource(params = {}, options = {}) # # You can also overwrite these settings during restore: # - # * Read/write capacity mode + # • Read/write capacity mode # - # * Provisioned throughput capacity settings + # • Provisioned throughput capacity settings # - # * Point-in-time (PITR) settings + # • Point-in-time (PITR) settings # - # * Tags + # • Tags # # For more information, see [PITR restore settings][2] in the *Amazon # Keyspaces Developer Guide*. # - # The following settings are not restored, and you must configure them - # manually for the new table. + # Note that the following settings are not restored, and you must + # configure them manually for the new table: # - # * Automatic scaling policies (for tables that use provisioned capacity - # mode) + # • Automatic scaling policies (for tables that use provisioned capacity + # mode) # - # * Identity and Access Management (IAM) policies + # • Identity and Access Management (IAM) policies # - # * Amazon CloudWatch metrics and alarms + # • Amazon CloudWatch metrics and alarms # # # @@ -977,10 +1013,10 @@ def list_tags_for_resource(params = {}, options = {}) # Specifies the read/write throughput capacity mode for the target # table. The options are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` # - # * `throughputMode:PROVISIONED`. The provisioned capacity mode requires - # `readCapacityUnits` and `writeCapacityUnits` as inputs. + # • `throughputMode:PROVISIONED` - Provisioned capacity mode requires + # `readCapacityUnits` and `writeCapacityUnits` as input. # # The default is `throughput_mode:PAY_PER_REQUEST`. # @@ -995,15 +1031,29 @@ def list_tags_for_resource(params = {}, options = {}) # Specifies the encryption settings for the target table. You can choose # one of the following KMS key (KMS key): # - #
  • type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

  • type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

+ # • `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces. + # + # • `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your account + # and is created, owned, and managed by you. This option requires the + # `kms_key_identifier` of the KMS key in Amazon Resource Name (ARN) + # format as input. + # + # The default is `type:AWS_OWNED_KMS_KEY`. + # + # For more information, see [Encryption at rest][1] in the *Amazon + # Keyspaces Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html # # @option params [Types::PointInTimeRecovery] :point_in_time_recovery_override # Specifies the `pointInTimeRecovery` settings for the target table. The # options are: # - # * `ENABLED` + # • `ENABLED` # - # * `DISABLED` + # • `DISABLED` # # If it's not specified, the default is `DISABLED`. # @@ -1161,10 +1211,10 @@ def untag_resource(params = {}, options = {}) # @option params [Array] :add_columns # For each column to be added to the specified table: # - # * name - The name of the column. + # • `name` - The name of the column. # - # * ` type ` - An Amazon Keyspaces data type. For more information, see - # [Data types][1] in the *Amazon Keyspaces Developer Guide*. + # • `type` - An Amazon Keyspaces data type. For more information, see + # [Data types][1] in the *Amazon Keyspaces Developer Guide*. # # # @@ -1174,10 +1224,10 @@ def untag_resource(params = {}, options = {}) # Modifies the read/write throughput capacity mode for the table. The # options are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` and # - # * `throughputMode:PROVISIONED`. The provisioned capacity mode requires - # `readCapacityUnits` and `writeCapacityUnits` as inputs. + # • `throughputMode:PROVISIONED` - Provisioned capacity mode requires + # `readCapacityUnits` and `writeCapacityUnits` as input. # # The default is `throughput_mode:PAY_PER_REQUEST`. # @@ -1192,15 +1242,29 @@ def untag_resource(params = {}, options = {}) # Modifies the encryption settings of the table. You can choose one of # the following KMS key (KMS key): # - #
  • type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

  • type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

+ # • `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces. + # + # • `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your account + # and is created, owned, and managed by you. This option requires the + # `kms_key_identifier` of the KMS key in Amazon Resource Name (ARN) + # format as input. + # + # The default is `AWS_OWNED_KMS_KEY`. + # + # For more information, see [Encryption at rest][1] in the *Amazon + # Keyspaces Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html # # @option params [Types::PointInTimeRecovery] :point_in_time_recovery # Modifies the `pointInTimeRecovery` settings of the table. The options # are: # - # * `ENABLED` + # • `ENABLED` # - # * `DISABLED` + # • `DISABLED` # # If it's not specified, the default is `DISABLED`. # @@ -1214,9 +1278,9 @@ def untag_resource(params = {}, options = {}) # @option params [Types::TimeToLive] :ttl # Modifies Time to Live custom settings for the table. The options are: # - # * `status:enabled` + # • `status:enabled` # - # * `status:disabled` + # • `status:disabled` # # The default is `status:disabled`. After `ttl` is enabled, you can't # disable it for the table. @@ -1297,7 +1361,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-keyspaces' - context[:gem_version] = '1.1.0' + context[:gem_version] = '1.2.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb index c8d7f0190a1..ea08edb20a6 100644 --- a/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb +++ b/gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb @@ -26,12 +26,20 @@ class AccessDeniedException < Struct.new( # Amazon Keyspaces has two read/write capacity modes for processing # reads and writes on your tables: # - # * On-demand (default) + # • On-demand (default) # - # * Provisioned - # ^ + # • Provisioned # - #

The read/write capacity mode that you choose controls how you are charged for read and write throughput and how table throughput capacity is managed.

For more information, see Read/write capacity modes in the Amazon Keyspaces Developer Guide.

+ # The read/write capacity mode that you choose controls how you are + # charged for read and write throughput and how table throughput + # capacity is managed. + # + # For more information, see [Read/write capacity modes][1] in the + # *Amazon Keyspaces Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/ReadWriteCapacityMode.html # # @note When making an API call, you may pass CapacitySpecification # data as a hash: @@ -46,10 +54,10 @@ class AccessDeniedException < Struct.new( # The read/write throughput capacity mode for a table. The options # are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` and # - # * `throughputMode:PROVISIONED`. The provisioned capacity mode - # requires `readCapacityUnits` and `writeCapacityUnits` as inputs. + # • `throughputMode:PROVISIONED` - Provisioned capacity mode requires + # `readCapacityUnits` and `writeCapacityUnits` as input. # # The default is `throughput_mode:PAY_PER_REQUEST`. # @@ -83,9 +91,9 @@ class CapacitySpecification < Struct.new( # The read/write throughput capacity mode for a table. The options are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` and # - # * `throughputMode:PROVISIONED`. + # • `throughputMode:PROVISIONED`. # # For more information, see [Read/write capacity modes][1] in the # *Amazon Keyspaces Developer Guide*. @@ -98,10 +106,10 @@ class CapacitySpecification < Struct.new( # The read/write throughput capacity mode for a table. The options # are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` and # - # * `throughputMode:PROVISIONED`. The provisioned capacity mode - # requires `readCapacityUnits` and `writeCapacityUnits` as inputs. + # • `throughputMode:PROVISIONED` - Provisioned capacity mode requires + # `readCapacityUnits` and `writeCapacityUnits` as input. # # The default is `throughput_mode:PAY_PER_REQUEST`. # @@ -356,13 +364,35 @@ class CreateKeyspaceResponse < Struct.new( # # For each column to be created: # - # * name - The name of the column. + # • `name` - The name of the column. + # + # • `type` - An Amazon Keyspaces data type. For more information, see + # [Data types][1] in the *Amazon Keyspaces Developer Guide*. + # + # The primary key of the table consists of the following columns: + # + # • `partitionKeys` - The partition key can be a single column, or it + # can be a compound value composed of two or more columns. The + # partition key portion of the primary key is required and determines + # how Amazon Keyspaces stores your data. + # + # • `name` - The name of each partition key column. # - # * ` type ` - An Amazon Keyspaces data type. For more information, - # see [Data types][1] in the *Amazon Keyspaces Developer Guide*. - # ^ + # • `clusteringKeys` - The optional clustering column portion of your + # primary key determines how the data is clustered and sorted within + # each partition. # - #

The primary key of the table consists of the following columns:

  • partitionKeys - The partition key can be a single column, or it can be a compound value composed of two or more columns. The partition key portion of the primary key is required and determines how Amazon Keyspaces stores your data.

    • name - The name of each partition key column.

  • clusteringKeys - The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.

    • name - The name of the clustering column.

    • orderBy - Sets the ascendant (ASC) or descendant (DESC) order modifier.

To define a column as static use staticColumns - Static columns store values that are shared by all rows in the same partition:

  • name - The name of the column.

  • type - An Amazon Keyspaces data type.

+ # • `name` - The name of the clustering column. + # + # • `orderBy` - Sets the ascendant (`ASC`) or descendant (`DESC`) + # order modifier. + # + # To define a column as static use `staticColumns` - Static columns + # store values that are shared by all rows in the same partition: + # + # • `name` - The name of the column. + # + # • `type` - An Amazon Keyspaces data type. # # # @@ -377,10 +407,10 @@ class CreateKeyspaceResponse < Struct.new( # Specifies the read/write throughput capacity mode for the table. The # options are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` and # - # * `throughputMode:PROVISIONED`. The provisioned capacity mode - # requires `readCapacityUnits` and `writeCapacityUnits` as inputs. + # • `throughputMode:PROVISIONED` - Provisioned capacity mode requires + # `readCapacityUnits` and `writeCapacityUnits` as input. # # The default is `throughput_mode:PAY_PER_REQUEST`. # @@ -397,16 +427,30 @@ class CreateKeyspaceResponse < Struct.new( # for the table. You can choose one of the following KMS key (KMS # key): # - #
  • type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

  • type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

+ # • `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces. + # + # • `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your + # account and is created, owned, and managed by you. This option + # requires the `kms_key_identifier` of the KMS key in Amazon Resource + # Name (ARN) format as input. + # + # The default is `type:AWS_OWNED_KMS_KEY`. + # + # For more information, see [Encryption at rest][1] in the *Amazon + # Keyspaces Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html # @return [Types::EncryptionSpecification] # # @!attribute [rw] point_in_time_recovery # Specifies if `pointInTimeRecovery` is enabled or disabled for the # table. The options are: # - # * `ENABLED` + # • `ENABLED` # - # * `DISABLED` + # • `DISABLED` # # If it's not specified, the default is `DISABLED`. # @@ -421,9 +465,9 @@ class CreateKeyspaceResponse < Struct.new( # @!attribute [rw] ttl # Enables Time to Live custom settings for the table. The options are: # - # * `status:enabled` + # • `status:enabled` # - # * `status:disabled` + # • `status:disabled` # # The default is `status:disabled`. After `ttl` is enabled, you can't # disable it for the table. @@ -545,12 +589,12 @@ class DeleteTableResponse < Aws::EmptyStructure; end # and managing the encryption key. You can choose one of the following # KMS keys (KMS keys): # - # * Amazon Web Services owned key - This is the default encryption type. - # The key is owned by Amazon Keyspaces (no additional charge). + # • Amazon Web Services owned key - This is the default encryption type. + # The key is owned by Amazon Keyspaces (no additional charge). # - # * Customer managed key - This key is stored in your account and is - # created, owned, and managed by you. You have full control over the - # customer managed key (KMS charges apply). + # • Customer managed key - This key is stored in your account and is + # created, owned, and managed by you. You have full control over the + # customer managed key (KMS charges apply). # # For more information about encryption at rest in Amazon Keyspaces, see # [Encryption at rest][1] in the *Amazon Keyspaces Developer Guide*. @@ -574,12 +618,12 @@ class DeleteTableResponse < Aws::EmptyStructure; end # The encryption option specified for the table. You can choose one of # the following KMS keys (KMS keys): # - # * `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces. + # • `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces. # - # * `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your - # account and is created, owned, and managed by you. This option - # requires the `kms_key_identifier` of the KMS key in Amazon - # Resource Name (ARN) format as input. + # • `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your + # account and is created, owned, and managed by you. This option + # requires the `kms_key_identifier` of the KMS key in Amazon Resource + # Name (ARN) format as input. # # The default is `type:AWS_OWNED_KMS_KEY`. # @@ -694,9 +738,9 @@ class GetTableRequest < Struct.new( # The read/write throughput capacity mode for a table. The options # are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` # - # * `throughputMode:PROVISIONED`. + # • `throughputMode:PROVISIONED` # @return [Types::CapacitySpecificationSummary] # # @!attribute [rw] encryption_specification @@ -970,9 +1014,9 @@ class PartitionKey < Struct.new( # @!attribute [rw] status # The options are: # - # * `ENABLED` + # • `ENABLED` # - # * `DISABLED` + # • `DISABLED` # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/keyspaces-2022-02-10/PointInTimeRecovery AWS API Documentation @@ -1078,10 +1122,10 @@ class ResourceNotFoundException < Struct.new( # Specifies the read/write throughput capacity mode for the target # table. The options are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` # - # * `throughputMode:PROVISIONED`. The provisioned capacity mode - # requires `readCapacityUnits` and `writeCapacityUnits` as inputs. + # • `throughputMode:PROVISIONED` - Provisioned capacity mode requires + # `readCapacityUnits` and `writeCapacityUnits` as input. # # The default is `throughput_mode:PAY_PER_REQUEST`. # @@ -1097,16 +1141,30 @@ class ResourceNotFoundException < Struct.new( # Specifies the encryption settings for the target table. You can # choose one of the following KMS key (KMS key): # - #
  • type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

  • type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is type:AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

+ # • `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces. + # + # • `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your + # account and is created, owned, and managed by you. This option + # requires the `kms_key_identifier` of the KMS key in Amazon Resource + # Name (ARN) format as input. + # + # The default is `type:AWS_OWNED_KMS_KEY`. + # + # For more information, see [Encryption at rest][1] in the *Amazon + # Keyspaces Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html # @return [Types::EncryptionSpecification] # # @!attribute [rw] point_in_time_recovery_override # Specifies the `pointInTimeRecovery` settings for the target table. # The options are: # - # * `ENABLED` + # • `ENABLED` # - # * `DISABLED` + # • `DISABLED` # # If it's not specified, the default is `DISABLED`. # @@ -1469,10 +1527,10 @@ class UntagResourceResponse < Aws::EmptyStructure; end # @!attribute [rw] add_columns # For each column to be added to the specified table: # - # * name - The name of the column. + # • `name` - The name of the column. # - # * ` type ` - An Amazon Keyspaces data type. For more information, - # see [Data types][1] in the *Amazon Keyspaces Developer Guide*. + # • `type` - An Amazon Keyspaces data type. For more information, see + # [Data types][1] in the *Amazon Keyspaces Developer Guide*. # # # @@ -1483,10 +1541,10 @@ class UntagResourceResponse < Aws::EmptyStructure; end # Modifies the read/write throughput capacity mode for the table. The # options are: # - # * `throughputMode:PAY_PER_REQUEST` and + # • `throughputMode:PAY_PER_REQUEST` and # - # * `throughputMode:PROVISIONED`. The provisioned capacity mode - # requires `readCapacityUnits` and `writeCapacityUnits` as inputs. + # • `throughputMode:PROVISIONED` - Provisioned capacity mode requires + # `readCapacityUnits` and `writeCapacityUnits` as input. # # The default is `throughput_mode:PAY_PER_REQUEST`. # @@ -1502,16 +1560,30 @@ class UntagResourceResponse < Aws::EmptyStructure; end # Modifies the encryption settings of the table. You can choose one of # the following KMS key (KMS key): # - #
  • type:AWS_OWNED_KMS_KEY - This key is owned by Amazon Keyspaces.

  • type:CUSTOMER_MANAGED_KMS_KEY - This key is stored in your account and is created, owned, and managed by you. This option requires the kms_key_identifier of the KMS key in Amazon Resource Name (ARN) format as input.

The default is AWS_OWNED_KMS_KEY.

For more information, see Encryption at rest in the Amazon Keyspaces Developer Guide.

+ # • `type:AWS_OWNED_KMS_KEY` - This key is owned by Amazon Keyspaces. + # + # • `type:CUSTOMER_MANAGED_KMS_KEY` - This key is stored in your + # account and is created, owned, and managed by you. This option + # requires the `kms_key_identifier` of the KMS key in Amazon Resource + # Name (ARN) format as input. + # + # The default is `AWS_OWNED_KMS_KEY`. + # + # For more information, see [Encryption at rest][1] in the *Amazon + # Keyspaces Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/EncryptionAtRest.html # @return [Types::EncryptionSpecification] # # @!attribute [rw] point_in_time_recovery # Modifies the `pointInTimeRecovery` settings of the table. The # options are: # - # * `ENABLED` + # • `ENABLED` # - # * `DISABLED` + # • `DISABLED` # # If it's not specified, the default is `DISABLED`. # @@ -1527,9 +1599,9 @@ class UntagResourceResponse < Aws::EmptyStructure; end # Modifies Time to Live custom settings for the table. The options # are: # - # * `status:enabled` + # • `status:enabled` # - # * `status:disabled` + # • `status:disabled` # # The default is `status:disabled`. After `ttl` is enabled, you can't # disable it for the table. diff --git a/gems/aws-sdk-locationservice/CHANGELOG.md b/gems/aws-sdk-locationservice/CHANGELOG.md index 96a98cd5c60..8d73a7c2c56 100644 --- a/gems/aws-sdk-locationservice/CHANGELOG.md +++ b/gems/aws-sdk-locationservice/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.20.0 (2022-03-15) +------------------ + +* Feature - New HERE style "VectorHereExplore" and "VectorHereExploreTruck". + 1.19.0 (2022-02-24) ------------------ diff --git a/gems/aws-sdk-locationservice/VERSION b/gems/aws-sdk-locationservice/VERSION index 815d5ca06d5..39893559155 100644 --- a/gems/aws-sdk-locationservice/VERSION +++ b/gems/aws-sdk-locationservice/VERSION @@ -1 +1 @@ -1.19.0 +1.20.0 diff --git a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb index f7b9e3435bb..b7881427a5f 100644 --- a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb +++ b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice.rb @@ -48,6 +48,6 @@ # @!group service module Aws::LocationService - GEM_VERSION = '1.19.0' + GEM_VERSION = '1.20.0' end diff --git a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb index 8d811d1eb6c..33d62481fb9 100644 --- a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb +++ b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/client.rb @@ -2379,7 +2379,9 @@ def get_geofence(params = {}, options = {}) # # * VectorHereBerlin – `Fira GO Regular` \| `Fira GO Bold` # - # ^ + # * VectorHereExplore, VectorHereExploreTruck – `Firo GO Italic` \| + # `Fira GO Map` \| `Fira GO Map Bold` \| `Noto Sans CJK JP Bold` \| + # `Noto Sans CJK JP Light` \| `Noto Sans CJK JP Regular` # # # @@ -3750,7 +3752,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-locationservice' - context[:gem_version] = '1.19.0' + context[:gem_version] = '1.20.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb index f8f94f92d07..d23e1e4bdc7 100644 --- a/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb +++ b/gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb @@ -1236,7 +1236,7 @@ class CalculateRouteSummary < Struct.new( # @return [Boolean] # # @!attribute [rw] avoid_tolls - # Avoids ferries when calculating routes. + # Avoids tolls when calculating routes. # # Default Value: `false` # @@ -2674,7 +2674,7 @@ class DevicePosition < Struct.new( # # # - # [1]: https://earth-info.nga.mil/GandG/wgs84/index.html + # [1]: https://earth-info.nga.mil/index.php?dir=wgs84&action=wgs84 # @return [Array] # # @!attribute [rw] position_properties @@ -3063,7 +3063,9 @@ class GetGeofenceResponse < Struct.new( # # * VectorHereBerlin – `Fira GO Regular` \| `Fira GO Bold` # - # ^ + # * VectorHereExplore, VectorHereExploreTruck – `Firo GO Italic` \| + # `Fira GO Map` \| `Fira GO Map Bold` \| `Noto Sans CJK JP Bold` \| + # `Noto Sans CJK JP Light` \| `Noto Sans CJK JP Regular` # # # @@ -4271,18 +4273,20 @@ class ListTrackersResponseEntry < Struct.new( # * `VectorHereBerlin` – The HERE Berlin map style is a high contrast # detailed base map of the world that blends 3D and 2D rendering. # - # When using HERE as your data provider, and selecting the Style - # `VectorHereBerlin`, you may not use HERE Technologies maps for - # Asset Management. See the [AWS Service Terms][3] for Amazon - # Location Service. + # * `VectorHereExplore` – A default HERE map style containing a + # neutral, global map and its features including roads, buildings, + # landmarks, and water features. It also now includes a fully + # designed map of Japan. # - # + # * `VectorHereExploreTruck` – A global map containing truck + # restrictions and attributes (e.g. width / height / HAZMAT) + # symbolized with highlighted segments and icons on top of HERE + # Explore to support use cases within transport and logistics. # # # # [1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html # [2]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html - # [3]: https://aws.amazon.com/service-terms/ # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/MapConfiguration AWS API Documentation @@ -4520,8 +4524,8 @@ class ResourceNotFoundException < Struct.new( include Aws::Structure end - # The result for one `SnappedDeparturePosition` - # `SnappedDestinationPosition` pair. + # The result for the calculated route of one `DeparturePosition` + # `DestinationPosition` pair. # # @!attribute [rw] distance # The total distance of travel for the route. diff --git a/gems/aws-sdk-rds/CHANGELOG.md b/gems/aws-sdk-rds/CHANGELOG.md index 54afe39739f..03789e6f19e 100644 --- a/gems/aws-sdk-rds/CHANGELOG.md +++ b/gems/aws-sdk-rds/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.142.0 (2022-03-15) +------------------ + +* Feature - Various documentation improvements + 1.141.0 (2022-03-01) ------------------ diff --git a/gems/aws-sdk-rds/VERSION b/gems/aws-sdk-rds/VERSION index 642c6da52ce..246c5532a6a 100644 --- a/gems/aws-sdk-rds/VERSION +++ b/gems/aws-sdk-rds/VERSION @@ -1 +1 @@ -1.141.0 +1.142.0 diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds.rb index a17be0c8043..90942fa74c7 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds.rb @@ -74,6 +74,6 @@ # @!group service module Aws::RDS - GEM_VERSION = '1.141.0' + GEM_VERSION = '1.142.0' end diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb index 55eddfa6065..04873e38bbc 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/client.rb @@ -763,7 +763,7 @@ def authorize_db_security_group_ingress(params = {}, options = {}) # cluster. # # For more information on backtracking, see [ Backtracking an Aurora DB - # Cluster][1] in the *Amazon Aurora User Guide.* + # Cluster][1] in the *Amazon Aurora User Guide*. # # This action only applies to Aurora MySQL DB clusters. # @@ -1090,14 +1090,14 @@ def copy_db_cluster_parameter_group(params = {}, options = {}) # # For more information on copying encrypted Amazon Aurora DB cluster # snapshots from one Amazon Web Services Region to another, see [ - # Copying a Snapshot][3] in the *Amazon Aurora User Guide.* + # Copying a Snapshot][3] in the *Amazon Aurora User Guide*. # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][4] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][4] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][5] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -1124,7 +1124,7 @@ def copy_db_cluster_parameter_group(params = {}, options = {}) # * If the source snapshot is in a different Amazon Web Services Region # than the copy, specify a valid DB cluster snapshot ARN. For more # information, go to [ Copying Snapshots Across Amazon Web Services - # Regions][1] in the *Amazon Aurora User Guide.* + # Regions][1] in the *Amazon Aurora User Guide*. # # Example: `my-cluster-snapshot1` # @@ -1421,7 +1421,7 @@ def copy_db_parameter_group(params = {}, options = {}) # This command doesn't apply to RDS Custom. # # For more information about copying snapshots, see [Copying a DB - # Snapshot][1] in the *Amazon RDS User Guide.* + # Snapshot][1] in the *Amazon RDS User Guide*. # # # @@ -1580,7 +1580,7 @@ def copy_db_parameter_group(params = {}, options = {}) # Encryption for Oracle or Microsoft SQL Server, you must specify this # option when copying across Amazon Web Services Regions. For more # information, see [Option group considerations][1] in the *Amazon RDS - # User Guide.* + # User Guide*. # # # @@ -2111,11 +2111,11 @@ def create_custom_db_engine_version(params = {}, options = {}) # `PreSignedUrl` parameter. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -2263,22 +2263,22 @@ def create_custom_db_engine_version(params = {}, options = {}) # **Aurora MySQL** # # For information, see [MySQL on Amazon RDS Versions][1] in the *Amazon - # Aurora User Guide.* + # Aurora User Guide*. # # **Aurora PostgreSQL** # # For information, see [Amazon Aurora PostgreSQL releases and engine - # versions][2] in the *Amazon Aurora User Guide.* + # versions][2] in the *Amazon Aurora User Guide*. # # **MySQL** # # For information, see [MySQL on Amazon RDS Versions][3] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **PostgreSQL** # # For information, see [Amazon RDS for PostgreSQL versions and - # extensions][4] in the *Amazon RDS User Guide.* + # extensions][4] in the *Amazon RDS User Guide*. # # Valid for: Aurora DB clusters and Multi-AZ DB clusters # @@ -2343,7 +2343,7 @@ def create_custom_db_engine_version(params = {}, options = {}) # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -2371,7 +2371,7 @@ def create_custom_db_engine_version(params = {}, options = {}) # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -2489,7 +2489,7 @@ def create_custom_db_engine_version(params = {}, options = {}) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide.*. # # Valid for: Aurora DB clusters only # @@ -2535,7 +2535,7 @@ def create_custom_db_engine_version(params = {}, options = {}) # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in @@ -2571,7 +2571,7 @@ def create_custom_db_engine_version(params = {}, options = {}) # information, see the following sections in the *Amazon Aurora User # Guide*\: # - # * [ Limitations of Aurora Serverless][1] + # * [ Limitations of Aurora Serverless v1][1] # # * [ Limitations of Parallel Query][2] # @@ -2609,16 +2609,16 @@ def create_custom_db_engine_version(params = {}, options = {}) # # @option params [Boolean] :enable_http_endpoint # A value that indicates whether to enable the HTTP endpoint for an - # Aurora Serverless DB cluster. By default, the HTTP endpoint is + # Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is # disabled. # # When enabled, the HTTP endpoint provides a connectionless web service - # API for running SQL queries on the Aurora Serverless DB cluster. You - # can also query your database from inside the RDS console with the + # API for running SQL queries on the Aurora Serverless v1 DB cluster. + # You can also query your database from inside the RDS console with the # query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -2677,7 +2677,7 @@ def create_custom_db_engine_version(params = {}, options = {}) # engines. # # For the full list of DB instance classes and availability for your - # engine, see [DB instance class][1] in the *Amazon RDS User Guide.* + # engine, see [DB instance class][1] in the *Amazon RDS User Guide*. # # This setting is required to create a Multi-AZ DB cluster. # @@ -3161,11 +3161,11 @@ def create_db_cluster_endpoint(params = {}, options = {}) # that your DB cluster parameter group has been created or modified. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][2] in the *Amazon Aurora User Guide.* + # Aurora?][2] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][3] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -3299,11 +3299,11 @@ def create_db_cluster_parameter_group(params = {}, options = {}) # Creates a snapshot of a DB cluster. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -3647,7 +3647,7 @@ def create_db_cluster_snapshot(params = {}, options = {}) # db.m4.large. Not all DB instance classes are available in all Amazon # Web Services Regions, or for all database engines. For the full list # of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # # @@ -3962,37 +3962,37 @@ def create_db_cluster_snapshot(params = {}, options = {}) # setting is required for RDS Custom for Oracle. The CEV name has the # following format: `19.customized_string `. An example identifier is # `19.my_cev1`. For more information, see [ Creating an RDS Custom for - # Oracle DB instance][1] in the *Amazon RDS User Guide.*. + # Oracle DB instance][1] in the *Amazon RDS User Guide*. # # **Amazon RDS Custom for SQL Server** # # See [RDS Custom for SQL Server general requirements][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **MariaDB** # # For information, see [MariaDB on Amazon RDS Versions][3] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **Microsoft SQL Server** # # For information, see [Microsoft SQL Server Versions on Amazon RDS][4] - # in the *Amazon RDS User Guide.* + # in the *Amazon RDS User Guide*. # # **MySQL** # # For information, see [MySQL on Amazon RDS Versions][5] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **Oracle** # # For information, see [Oracle Database Engine Release Notes][6] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **PostgreSQL** # # For information, see [Amazon RDS for PostgreSQL versions and - # extensions][7] in the *Amazon RDS User Guide.* + # extensions][7] in the *Amazon RDS User Guide*. # # # @@ -4260,7 +4260,7 @@ def create_db_cluster_snapshot(params = {}, options = {}) # managed by the DB cluster. # # For more information, see [ IAM Database Authentication for MySQL and - # PostgreSQL][1] in the *Amazon RDS User Guide.* + # PostgreSQL][1] in the *Amazon RDS User Guide*. # # # @@ -4269,7 +4269,7 @@ def create_db_cluster_snapshot(params = {}, options = {}) # @option params [Boolean] :enable_performance_insights # A value that indicates whether to enable Performance Insights for the # DB instance. For more information, see [Using Amazon Performance - # Insights][1] in the *Amazon Relational Database Service User Guide*. + # Insights][1] in the *Amazon RDS User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -4300,8 +4300,8 @@ def create_db_cluster_snapshot(params = {}, options = {}) # @option params [Array] :enable_cloudwatch_logs_exports # The list of log types that need to be enabled for exporting to # CloudWatch Logs. The values in the list depend on the DB engine. For - # more information, see [Publishing Database Logs to Amazon CloudWatch - # Logs][1] in the *Amazon Relational Database Service User Guide*. + # more information, see [ Publishing Database Logs to Amazon CloudWatch + # Logs][1] in the *Amazon RDS User Guide*. # # **Amazon Aurora** # @@ -4408,8 +4408,7 @@ def create_db_cluster_snapshot(params = {}, options = {}) # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ Configure - # IAM and your VPC][1] in the *Amazon Relational Database Service User - # Guide*. + # IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # @@ -4739,7 +4738,7 @@ def create_db_instance(params = {}, options = {}) # db.m4.large. Not all DB instance classes are available in all Amazon # Web Services Regions, or for all database engines. For the full list # of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # Default: Inherits from the source DB instance. # @@ -5021,7 +5020,7 @@ def create_db_instance(params = {}, options = {}) # # For more information about IAM database authentication, see [ IAM # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -5169,8 +5168,7 @@ def create_db_instance(params = {}, options = {}) # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ Configure - # IAM and your VPC][1] in the *Amazon Relational Database Service User - # Guide*. + # IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # @@ -6634,11 +6632,11 @@ def delete_custom_db_engine_version(params = {}, options = {}) # snapshots of the specified DB cluster are not deleted. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -6885,11 +6883,11 @@ def delete_db_cluster_endpoint(params = {}, options = {}) # clusters. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -6942,11 +6940,11 @@ def delete_db_cluster_parameter_group(params = {}, options = {}) # # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -8098,7 +8096,7 @@ def describe_custom_availability_zones(params = {}, options = {}) # Returns information about backtracks for a DB cluster. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # This action only applies to Aurora MySQL DB clusters. # @@ -8317,11 +8315,11 @@ def describe_db_cluster_endpoints(params = {}, options = {}) # group. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -8414,11 +8412,11 @@ def describe_db_cluster_parameter_groups(params = {}, options = {}) # parameter group. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -8587,11 +8585,11 @@ def describe_db_cluster_snapshot_attributes(params = {}, options = {}) # supports pagination. # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][1] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -8788,11 +8786,11 @@ def describe_db_cluster_snapshots(params = {}, options = {}) # clusters. This API supports pagination. # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][1] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # This operation can also return information for Amazon Neptune DB # instances and Amazon DocumentDB instances. @@ -10679,7 +10677,7 @@ def describe_db_subnet_groups(params = {}, options = {}) # cluster database engine. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # # @@ -11286,7 +11284,7 @@ def describe_export_tasks(params = {}, options = {}) # supports pagination. # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][1] in the *Amazon Aurora User Guide.* + # Aurora?][1] in the *Amazon Aurora User Guide*. # # This action only applies to Aurora DB clusters. # @@ -11811,7 +11809,7 @@ def describe_option_groups(params = {}, options = {}) # An optional pagination token provided by a previous # DescribeOrderableDBInstanceOptions request. If this parameter is # specified, the response includes only records beyond the marker, up to - # the value specified by `MaxRecords` . + # the value specified by `MaxRecords`. # # @return [Types::OrderableDBInstanceOptionsMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # @@ -12568,11 +12566,11 @@ def download_db_log_file_portion(params = {}, options = {}) # complete. # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][1] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -12750,7 +12748,7 @@ def failover_db_cluster(params = {}, options = {}) # # For more information about failing over an Amazon Aurora global # database, see [Managed planned failover for Amazon Aurora global - # databases][1] in the *Amazon Aurora User Guide.* + # databases][1] in the *Amazon Aurora User Guide*. # # This action applies to GlobalCluster (Aurora global databases) only. # Use this action only on healthy Aurora global databases with running @@ -12859,7 +12857,7 @@ def failover_global_cluster(params = {}, options = {}) # **Microsoft SQL Server** # # See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -13063,29 +13061,29 @@ def modify_certificates(params = {}, options = {}) req.send_request(options) end - # Set the capacity of an Aurora Serverless DB cluster to a specific + # Set the capacity of an Aurora Serverless v1 DB cluster to a specific # value. # - # Aurora Serverless scales seamlessly based on the workload on the DB + # Aurora Serverless v1 scales seamlessly based on the workload on the DB # cluster. In some cases, the capacity might not scale fast enough to # meet a sudden change in workload, such as a large number of new # transactions. Call `ModifyCurrentDBClusterCapacity` to set the # capacity explicitly. # - # After this call sets the DB cluster capacity, Aurora Serverless can + # After this call sets the DB cluster capacity, Aurora Serverless v1 can # automatically scale the DB cluster based on the cooldown period for # scaling up and the cooldown period for scaling down. # - # For more information about Aurora Serverless, see [Using Amazon Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information about Aurora Serverless v1, see [Using Amazon + # Aurora Serverless v1][1] in the *Amazon Aurora User Guide*. # # If you call `ModifyCurrentDBClusterCapacity` with the default - # `TimeoutAction`, connections that prevent Aurora Serverless from + # `TimeoutAction`, connections that prevent Aurora Serverless v1 from # finding a scaling point might be dropped. For more information about - # scaling points, see [ Autoscaling for Aurora Serverless][2] in the + # scaling points, see [ Autoscaling for Aurora Serverless v1][2] in the # *Amazon Aurora User Guide*. # - # This action only applies to Aurora Serverless DB clusters. + # This action only applies to Aurora Serverless v1 DB clusters. # # # @@ -13107,8 +13105,8 @@ def modify_certificates(params = {}, options = {}) # @option params [Integer] :capacity # The DB cluster capacity. # - # When you change the capacity of a paused Aurora Serverless DB cluster, - # it automatically resumes. + # When you change the capacity of a paused Aurora Serverless v1 DB + # cluster, it automatically resumes. # # Constraints: # @@ -13119,9 +13117,9 @@ def modify_certificates(params = {}, options = {}) # `16`, `32`, `64`, `192`, and `384`. # # @option params [Integer] :seconds_before_timeout - # The amount of time, in seconds, that Aurora Serverless tries to find a - # scaling point to perform seamless scaling before enforcing the timeout - # action. The default is 300. + # The amount of time, in seconds, that Aurora Serverless v1 tries to + # find a scaling point to perform seamless scaling before enforcing the + # timeout action. The default is 300. # # Specify a value between 10 and 600 seconds. # @@ -13325,11 +13323,11 @@ def modify_custom_db_engine_version(params = {}, options = {}) # parameters and the new values in the request. # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][1] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -13437,7 +13435,7 @@ def modify_custom_db_engine_version(params = {}, options = {}) # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -13465,7 +13463,7 @@ def modify_custom_db_engine_version(params = {}, options = {}) # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -13483,7 +13481,7 @@ def modify_custom_db_engine_version(params = {}, options = {}) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -13528,8 +13526,8 @@ def modify_custom_db_engine_version(params = {}, options = {}) # Possible value is `postgresql`. # # For more information about exporting CloudWatch Logs for Amazon RDS, - # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the + # *Amazon RDS User Guide*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in @@ -13648,16 +13646,16 @@ def modify_custom_db_engine_version(params = {}, options = {}) # # @option params [Boolean] :enable_http_endpoint # A value that indicates whether to enable the HTTP endpoint for an - # Aurora Serverless DB cluster. By default, the HTTP endpoint is + # Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is # disabled. # # When enabled, the HTTP endpoint provides a connectionless web service - # API for running SQL queries on the Aurora Serverless DB cluster. You - # can also query your database from inside the RDS console with the + # API for running SQL queries on the Aurora Serverless v1 DB cluster. + # You can also query your database from inside the RDS console with the # query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -13695,7 +13693,7 @@ def modify_custom_db_engine_version(params = {}, options = {}) # engines. # # For the full list of DB instance classes and availability for your - # engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.* + # engine, see [ DB Instance Class][1] in the *Amazon RDS User Guide*. # # Valid for: Multi-AZ DB clusters only # @@ -14079,13 +14077,13 @@ def modify_db_cluster_endpoint(params = {}, options = {}) # cluster parameter group has been created or modified. # # If the modified DB cluster parameter group is used by an Aurora - # Serverless cluster, Aurora applies the update immediately. The cluster - # restart might interrupt your workload. In that case, your application - # must reopen any connections and retry any transactions that were - # active when the parameter changes took effect. + # Serverless v1 cluster, Aurora applies the update immediately. The + # cluster restart might interrupt your workload. In that case, your + # application must reopen any connections and retry any transactions + # that were active when the parameter changes took effect. # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][2] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][2] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][3] in the *Amazon @@ -14920,7 +14918,7 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {}) # DB instance. # # For more information, see [Using Amazon Performance Insights][1] in - # the *Amazon Relational Database Service User Guide*. + # the *Amazon RDS User Guide.*. # # This setting doesn't apply to RDS Custom. # @@ -15015,7 +15013,7 @@ def modify_db_cluster_snapshot_attribute(params = {}, options = {}) # # * For more information about rotating your SSL/TLS certificate for # Aurora DB engines, see [ Rotating Your SSL/TLS Certificate][2] in - # the *Amazon Aurora User Guide.* + # the *Amazon Aurora User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -16056,7 +16054,7 @@ def modify_event_subscription(params = {}, options = {}) # one or more database configuration parameters by specifying these # parameters and the new values in the request. For more information on # Amazon Aurora, see [ What is Amazon Aurora?][1] in the *Amazon Aurora - # User Guide.* + # User Guide*. # # This action only applies to Aurora DB clusters. # @@ -17242,7 +17240,7 @@ def remove_from_global_cluster(params = {}, options = {}) # Management (IAM) role from a DB cluster. # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][1] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon @@ -17448,7 +17446,7 @@ def remove_tags_from_resource(params = {}, options = {}) # cluster that you want the updated static parameter to apply to. # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][1] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon @@ -17645,7 +17643,7 @@ def reset_db_parameter_group(params = {}, options = {}) # # # For more information on Amazon Aurora, see [ What is Amazon - # Aurora?][2] in the *Amazon Aurora User Guide.* + # Aurora?][2] in the *Amazon Aurora User Guide*. # # This action only applies to Aurora DB clusters. The source DB engine # must be MySQL. @@ -17795,7 +17793,7 @@ def reset_db_parameter_group(params = {}, options = {}) # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -17821,7 +17819,7 @@ def reset_db_parameter_group(params = {}, options = {}) # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred Maintenance Window][1] in the *Amazon Aurora - # User Guide.* + # User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -17863,7 +17861,7 @@ def reset_db_parameter_group(params = {}, options = {}) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # # @@ -18135,7 +18133,7 @@ def restore_db_cluster_from_s3(params = {}, options = {}) # # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][1] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon @@ -18229,12 +18227,12 @@ def restore_db_cluster_from_s3(params = {}, options = {}) # **Aurora MySQL** # # See [MySQL on Amazon RDS Versions][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # **Aurora PostgreSQL** # # See [Amazon Aurora PostgreSQL releases and engine versions][2] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # **MySQL** # @@ -18321,7 +18319,7 @@ def restore_db_cluster_from_s3(params = {}, options = {}) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -18371,7 +18369,7 @@ def restore_db_cluster_from_s3(params = {}, options = {}) # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide.*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in @@ -18731,7 +18729,7 @@ def restore_db_cluster_from_snapshot(params = {}, options = {}) # # # For more information on Amazon Aurora DB clusters, see [ What is - # Amazon Aurora?][1] in the *Amazon Aurora User Guide.* + # Amazon Aurora?][1] in the *Amazon Aurora User Guide*. # # For more information on Multi-AZ DB clusters, see [ Multi-AZ # deployments with two readable standby DB instances][2] in the *Amazon @@ -18890,7 +18888,7 @@ def restore_db_cluster_from_snapshot(params = {}, options = {}) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -18936,7 +18934,7 @@ def restore_db_cluster_from_snapshot(params = {}, options = {}) # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide.*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in @@ -19011,10 +19009,11 @@ def restore_db_cluster_from_snapshot(params = {}, options = {}) # @option params [String] :engine_mode # The engine mode of the new cluster. Specify `provisioned` or # `serverless`, depending on the type of the cluster you are creating. - # You can create an Aurora Serverless clone from a provisioned cluster, - # or a provisioned clone from an Aurora Serverless cluster. To create a - # clone that is an Aurora Serverless cluster, the original cluster must - # be an Aurora Serverless cluster or an encrypted provisioned cluster. + # You can create an Aurora Serverless v1 clone from a provisioned + # cluster, or a provisioned clone from an Aurora Serverless v1 cluster. + # To create a clone that is an Aurora Serverless v1 cluster, the + # original cluster must be an Aurora Serverless v1 cluster or an + # encrypted provisioned cluster. # # Valid for: Aurora DB clusters only # @@ -20301,7 +20300,7 @@ def restore_db_instance_from_db_snapshot(params = {}, options = {}) # DB instance. # # For more information, see [Using Amazon Performance Insights][1] in - # the *Amazon Relational Database Service User Guide*. + # the *Amazon RDS User Guide.*. # # # @@ -20641,7 +20640,7 @@ def restore_db_instance_from_s3(params = {}, options = {}) # example db.m4.large. Not all DB instance classes are available in all # Amazon Web Services Regions, or for all database engines. For the full # list of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # Default: The same DBInstanceClass as the original DB instance. # @@ -20967,8 +20966,7 @@ def restore_db_instance_from_s3(params = {}, options = {}) # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ Configure - # IAM and your VPC][1] in the *Amazon Relational Database Service User - # Guide*. + # IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # @@ -21454,7 +21452,7 @@ def start_activity_stream(params = {}, options = {}) # StopDBCluster action. # # For more information, see [ Stopping and Starting an Aurora - # Cluster][1] in the *Amazon Aurora User Guide.* + # Cluster][1] in the *Amazon Aurora User Guide*. # # This action only applies to Aurora DB clusters. # @@ -22044,7 +22042,7 @@ def stop_activity_stream(params = {}, options = {}) # do a point-in-time restore if necessary. # # For more information, see [ Stopping and Starting an Aurora - # Cluster][1] in the *Amazon Aurora User Guide.* + # Cluster][1] in the *Amazon Aurora User Guide*. # # This action only applies to Aurora DB clusters. # @@ -22444,7 +22442,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.141.0' + context[:gem_version] = '1.142.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster.rb index bd2d93b804a..8dca6a632db 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster.rb @@ -329,11 +329,11 @@ def enabled_cloudwatch_logs_exports data[:enabled_cloudwatch_logs_exports] end - # The current capacity of an Aurora Serverless DB cluster. The capacity - # is 0 (zero) when the cluster is paused. + # The current capacity of an Aurora Serverless v1 DB cluster. The + # capacity is 0 (zero) when the cluster is paused. # - # For more information about Aurora Serverless, see [Using Amazon Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information about Aurora Serverless v1, see [Using Amazon + # Aurora Serverless v1][1] in the *Amazon Aurora User Guide*. # # # @@ -359,8 +359,8 @@ def engine_mode # Shows the scaling configuration for an Aurora DB cluster in # `serverless` DB engine mode. # - # For more information, see [Using Amazon Aurora Serverless][1] in the - # *Amazon Aurora User Guide*. + # For more information, see [Using Amazon Aurora Serverless v1][1] in + # the *Amazon Aurora User Guide*. # # # @@ -378,15 +378,15 @@ def deletion_protection end # A value that indicates whether the HTTP endpoint for an Aurora - # Serverless DB cluster is enabled. + # Serverless v1 DB cluster is enabled. # # When enabled, the HTTP endpoint provides a connectionless web service - # API for running SQL queries on the Aurora Serverless DB cluster. You - # can also query your database from inside the RDS console with the + # API for running SQL queries on the Aurora Serverless v1 DB cluster. + # You can also query your database from inside the RDS console with the # query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # # @@ -900,22 +900,22 @@ def wait_until(options = {}, &block) # **Aurora MySQL** # # For information, see [MySQL on Amazon RDS Versions][1] in the *Amazon - # Aurora User Guide.* + # Aurora User Guide*. # # **Aurora PostgreSQL** # # For information, see [Amazon Aurora PostgreSQL releases and engine - # versions][2] in the *Amazon Aurora User Guide.* + # versions][2] in the *Amazon Aurora User Guide*. # # **MySQL** # # For information, see [MySQL on Amazon RDS Versions][3] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **PostgreSQL** # # For information, see [Amazon RDS for PostgreSQL versions and - # extensions][4] in the *Amazon RDS User Guide.* + # extensions][4] in the *Amazon RDS User Guide*. # # Valid for: Aurora DB clusters and Multi-AZ DB clusters # @@ -975,7 +975,7 @@ def wait_until(options = {}, &block) # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -1002,7 +1002,7 @@ def wait_until(options = {}, &block) # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -1114,7 +1114,7 @@ def wait_until(options = {}, &block) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide.*. # # Valid for: Aurora DB clusters only # @@ -1158,7 +1158,7 @@ def wait_until(options = {}, &block) # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in @@ -1193,7 +1193,7 @@ def wait_until(options = {}, &block) # information, see the following sections in the *Amazon Aurora User # Guide*\: # - # * [ Limitations of Aurora Serverless][1] + # * [ Limitations of Aurora Serverless v1][1] # # * [ Limitations of Parallel Query][2] # @@ -1227,16 +1227,16 @@ def wait_until(options = {}, &block) # Valid for: Aurora DB clusters only # @option options [Boolean] :enable_http_endpoint # A value that indicates whether to enable the HTTP endpoint for an - # Aurora Serverless DB cluster. By default, the HTTP endpoint is + # Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is # disabled. # # When enabled, the HTTP endpoint provides a connectionless web service - # API for running SQL queries on the Aurora Serverless DB cluster. You - # can also query your database from inside the RDS console with the + # API for running SQL queries on the Aurora Serverless v1 DB cluster. + # You can also query your database from inside the RDS console with the # query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -1290,7 +1290,7 @@ def wait_until(options = {}, &block) # engines. # # For the full list of DB instance classes and availability for your - # engine, see [DB instance class][1] in the *Amazon RDS User Guide.* + # engine, see [DB instance class][1] in the *Amazon RDS User Guide*. # # This setting is required to create a Multi-AZ DB cluster. # @@ -1692,7 +1692,7 @@ def failover(options = {}) # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -1719,7 +1719,7 @@ def failover(options = {}) # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -1736,7 +1736,7 @@ def failover(options = {}) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -1779,8 +1779,8 @@ def failover(options = {}) # Possible value is `postgresql`. # # For more information about exporting CloudWatch Logs for Amazon RDS, - # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the + # *Amazon RDS User Guide*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in @@ -1891,16 +1891,16 @@ def failover(options = {}) # Valid for: Aurora DB clusters and Multi-AZ DB clusters # @option options [Boolean] :enable_http_endpoint # A value that indicates whether to enable the HTTP endpoint for an - # Aurora Serverless DB cluster. By default, the HTTP endpoint is + # Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is # disabled. # # When enabled, the HTTP endpoint provides a connectionless web service - # API for running SQL queries on the Aurora Serverless DB cluster. You - # can also query your database from inside the RDS console with the + # API for running SQL queries on the Aurora Serverless v1 DB cluster. + # You can also query your database from inside the RDS console with the # query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -1935,7 +1935,7 @@ def failover(options = {}) # engines. # # For the full list of DB instance classes and availability for your - # engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.* + # engine, see [ DB Instance Class][1] in the *Amazon RDS User Guide*. # # Valid for: Multi-AZ DB clusters only # @@ -2217,7 +2217,7 @@ def modify(options = {}) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -2261,7 +2261,7 @@ def modify(options = {}) # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide.*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in @@ -2329,10 +2329,11 @@ def modify(options = {}) # @option options [String] :engine_mode # The engine mode of the new cluster. Specify `provisioned` or # `serverless`, depending on the type of the cluster you are creating. - # You can create an Aurora Serverless clone from a provisioned cluster, - # or a provisioned clone from an Aurora Serverless cluster. To create a - # clone that is an Aurora Serverless cluster, the original cluster must - # be an Aurora Serverless cluster or an encrypted provisioned cluster. + # You can create an Aurora Serverless v1 clone from a provisioned + # cluster, or a provisioned clone from an Aurora Serverless v1 cluster. + # To create a clone that is an Aurora Serverless v1 cluster, the + # original cluster must be an Aurora Serverless v1 cluster or an + # encrypted provisioned cluster. # # Valid for: Aurora DB clusters only # @option options [String] :db_cluster_instance_class diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster_snapshot.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster_snapshot.rb index d24c48fb97f..4f53c72fb8b 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster_snapshot.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_cluster_snapshot.rb @@ -607,12 +607,12 @@ def delete(options = {}) # **Aurora MySQL** # # See [MySQL on Amazon RDS Versions][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # **Aurora PostgreSQL** # # See [Amazon Aurora PostgreSQL releases and engine versions][2] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # **MySQL** # @@ -691,7 +691,7 @@ def delete(options = {}) # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -739,7 +739,7 @@ def delete(options = {}) # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide.*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb index 92ebf392f98..a86134b7044 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_instance.rb @@ -661,8 +661,7 @@ def resume_full_automation_mode_time # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ Configure - # IAM and your VPC][1] in the *Amazon Relational Database Service User - # Guide*. + # IAM and your VPC][1] in the *Amazon RDS User Guide*. # # # @@ -1097,7 +1096,7 @@ def wait_until(options = {}, &block) # db.m4.large. Not all DB instance classes are available in all Amazon # Web Services Regions, or for all database engines. For the full list # of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # # @@ -1398,37 +1397,37 @@ def wait_until(options = {}, &block) # setting is required for RDS Custom for Oracle. The CEV name has the # following format: `19.customized_string `. An example identifier is # `19.my_cev1`. For more information, see [ Creating an RDS Custom for - # Oracle DB instance][1] in the *Amazon RDS User Guide.*. + # Oracle DB instance][1] in the *Amazon RDS User Guide*. # # **Amazon RDS Custom for SQL Server** # # See [RDS Custom for SQL Server general requirements][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **MariaDB** # # For information, see [MariaDB on Amazon RDS Versions][3] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **Microsoft SQL Server** # # For information, see [Microsoft SQL Server Versions on Amazon RDS][4] - # in the *Amazon RDS User Guide.* + # in the *Amazon RDS User Guide*. # # **MySQL** # # For information, see [MySQL on Amazon RDS Versions][5] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **Oracle** # # For information, see [Oracle Database Engine Release Notes][6] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **PostgreSQL** # # For information, see [Amazon RDS for PostgreSQL versions and - # extensions][7] in the *Amazon RDS User Guide.* + # extensions][7] in the *Amazon RDS User Guide*. # # # @@ -1674,7 +1673,7 @@ def wait_until(options = {}, &block) # managed by the DB cluster. # # For more information, see [ IAM Database Authentication for MySQL and - # PostgreSQL][1] in the *Amazon RDS User Guide.* + # PostgreSQL][1] in the *Amazon RDS User Guide*. # # # @@ -1682,7 +1681,7 @@ def wait_until(options = {}, &block) # @option options [Boolean] :enable_performance_insights # A value that indicates whether to enable Performance Insights for the # DB instance. For more information, see [Using Amazon Performance - # Insights][1] in the *Amazon Relational Database Service User Guide*. + # Insights][1] in the *Amazon RDS User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -1710,8 +1709,8 @@ def wait_until(options = {}, &block) # @option options [Array] :enable_cloudwatch_logs_exports # The list of log types that need to be enabled for exporting to # CloudWatch Logs. The values in the list depend on the DB engine. For - # more information, see [Publishing Database Logs to Amazon CloudWatch - # Logs][1] in the *Amazon Relational Database Service User Guide*. + # more information, see [ Publishing Database Logs to Amazon CloudWatch + # Logs][1] in the *Amazon RDS User Guide*. # # **Amazon Aurora** # @@ -1813,8 +1812,7 @@ def wait_until(options = {}, &block) # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ Configure - # IAM and your VPC][1] in the *Amazon Relational Database Service User - # Guide*. + # IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # @@ -1901,7 +1899,7 @@ def create(options = {}) # db.m4.large. Not all DB instance classes are available in all Amazon # Web Services Regions, or for all database engines. For the full list # of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # Default: Inherits from the source DB instance. # @@ -2165,7 +2163,7 @@ def create(options = {}) # # For more information about IAM database authentication, see [ IAM # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -2301,8 +2299,7 @@ def create(options = {}) # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ Configure - # IAM and your VPC][1] in the *Amazon Relational Database Service User - # Guide*. + # IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # @@ -3066,7 +3063,7 @@ def delete(options = {}) # DB instance. # # For more information, see [Using Amazon Performance Insights][1] in - # the *Amazon Relational Database Service User Guide*. + # the *Amazon RDS User Guide.*. # # This setting doesn't apply to RDS Custom. # @@ -3153,7 +3150,7 @@ def delete(options = {}) # # * For more information about rotating your SSL/TLS certificate for # Aurora DB engines, see [ Rotating Your SSL/TLS Certificate][2] in - # the *Amazon Aurora User Guide.* + # the *Amazon Aurora User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -3389,7 +3386,7 @@ def reboot(options = {}) # example db.m4.large. Not all DB instance classes are available in all # Amazon Web Services Regions, or for all database engines. For the full # list of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # Default: The same DBInstanceClass as the original DB instance. # @@ -3685,8 +3682,7 @@ def reboot(options = {}) # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ Configure - # IAM and your VPC][1] in the *Amazon Relational Database Service User - # Guide*. + # IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_snapshot.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_snapshot.rb index 7679c525fba..3dad6a84145 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/db_snapshot.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/db_snapshot.rb @@ -547,7 +547,7 @@ def create(options = {}) # Encryption for Oracle or Microsoft SQL Server, you must specify this # option when copying across Amazon Web Services Regions. For more # information, see [Option group considerations][1] in the *Amazon RDS - # User Guide.* + # User Guide*. # # # diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb index 17e01668855..a051c7fce0b 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/resource.rb @@ -229,22 +229,22 @@ def client # **Aurora MySQL** # # For information, see [MySQL on Amazon RDS Versions][1] in the *Amazon - # Aurora User Guide.* + # Aurora User Guide*. # # **Aurora PostgreSQL** # # For information, see [Amazon Aurora PostgreSQL releases and engine - # versions][2] in the *Amazon Aurora User Guide.* + # versions][2] in the *Amazon Aurora User Guide*. # # **MySQL** # # For information, see [MySQL on Amazon RDS Versions][3] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **PostgreSQL** # # For information, see [Amazon RDS for PostgreSQL versions and - # extensions][4] in the *Amazon RDS User Guide.* + # extensions][4] in the *Amazon RDS User Guide*. # # Valid for: Aurora DB clusters and Multi-AZ DB clusters # @@ -304,7 +304,7 @@ def client # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -331,7 +331,7 @@ def client # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -443,7 +443,7 @@ def client # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide.*. # # Valid for: Aurora DB clusters only # @@ -487,7 +487,7 @@ def client # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] in @@ -522,7 +522,7 @@ def client # information, see the following sections in the *Amazon Aurora User # Guide*\: # - # * [ Limitations of Aurora Serverless][1] + # * [ Limitations of Aurora Serverless v1][1] # # * [ Limitations of Parallel Query][2] # @@ -556,16 +556,16 @@ def client # Valid for: Aurora DB clusters only # @option options [Boolean] :enable_http_endpoint # A value that indicates whether to enable the HTTP endpoint for an - # Aurora Serverless DB cluster. By default, the HTTP endpoint is + # Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is # disabled. # # When enabled, the HTTP endpoint provides a connectionless web service - # API for running SQL queries on the Aurora Serverless DB cluster. You - # can also query your database from inside the RDS console with the + # API for running SQL queries on the Aurora Serverless v1 DB cluster. + # You can also query your database from inside the RDS console with the # query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -619,7 +619,7 @@ def client # engines. # # For the full list of DB instance classes and availability for your - # engine, see [DB instance class][1] in the *Amazon RDS User Guide.* + # engine, see [DB instance class][1] in the *Amazon RDS User Guide*. # # This setting is required to create a Multi-AZ DB cluster. # @@ -1167,7 +1167,7 @@ def create_db_cluster_parameter_group(options = {}) # db.m4.large. Not all DB instance classes are available in all Amazon # Web Services Regions, or for all database engines. For the full list # of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # # @@ -1468,37 +1468,37 @@ def create_db_cluster_parameter_group(options = {}) # setting is required for RDS Custom for Oracle. The CEV name has the # following format: `19.customized_string `. An example identifier is # `19.my_cev1`. For more information, see [ Creating an RDS Custom for - # Oracle DB instance][1] in the *Amazon RDS User Guide.*. + # Oracle DB instance][1] in the *Amazon RDS User Guide*. # # **Amazon RDS Custom for SQL Server** # # See [RDS Custom for SQL Server general requirements][2] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **MariaDB** # # For information, see [MariaDB on Amazon RDS Versions][3] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **Microsoft SQL Server** # # For information, see [Microsoft SQL Server Versions on Amazon RDS][4] - # in the *Amazon RDS User Guide.* + # in the *Amazon RDS User Guide*. # # **MySQL** # # For information, see [MySQL on Amazon RDS Versions][5] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # **Oracle** # # For information, see [Oracle Database Engine Release Notes][6] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **PostgreSQL** # # For information, see [Amazon RDS for PostgreSQL versions and - # extensions][7] in the *Amazon RDS User Guide.* + # extensions][7] in the *Amazon RDS User Guide*. # # # @@ -1744,7 +1744,7 @@ def create_db_cluster_parameter_group(options = {}) # managed by the DB cluster. # # For more information, see [ IAM Database Authentication for MySQL and - # PostgreSQL][1] in the *Amazon RDS User Guide.* + # PostgreSQL][1] in the *Amazon RDS User Guide*. # # # @@ -1752,7 +1752,7 @@ def create_db_cluster_parameter_group(options = {}) # @option options [Boolean] :enable_performance_insights # A value that indicates whether to enable Performance Insights for the # DB instance. For more information, see [Using Amazon Performance - # Insights][1] in the *Amazon Relational Database Service User Guide*. + # Insights][1] in the *Amazon RDS User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -1780,8 +1780,8 @@ def create_db_cluster_parameter_group(options = {}) # @option options [Array] :enable_cloudwatch_logs_exports # The list of log types that need to be enabled for exporting to # CloudWatch Logs. The values in the list depend on the DB engine. For - # more information, see [Publishing Database Logs to Amazon CloudWatch - # Logs][1] in the *Amazon Relational Database Service User Guide*. + # more information, see [ Publishing Database Logs to Amazon CloudWatch + # Logs][1] in the *Amazon RDS User Guide*. # # **Amazon Aurora** # @@ -1883,8 +1883,7 @@ def create_db_cluster_parameter_group(options = {}) # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ Configure - # IAM and your VPC][1] in the *Amazon Relational Database Service User - # Guide*. + # IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # diff --git a/gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb b/gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb index 9bee94d331e..2702e5a140f 100644 --- a/gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb +++ b/gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb @@ -1063,7 +1063,7 @@ class CopyDBClusterParameterGroupResult < Struct.new( # * If the source snapshot is in a different Amazon Web Services # Region than the copy, specify a valid DB cluster snapshot ARN. For # more information, go to [ Copying Snapshots Across Amazon Web - # Services Regions][1] in the *Amazon Aurora User Guide.* + # Services Regions][1] in the *Amazon Aurora User Guide*. # # Example: `my-cluster-snapshot1` # @@ -1486,7 +1486,7 @@ class CopyDBParameterGroupResult < Struct.new( # Data Encryption for Oracle or Microsoft SQL Server, you must specify # this option when copying across Amazon Web Services Regions. For # more information, see [Option group considerations][1] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # # @@ -2080,22 +2080,22 @@ class CreateDBClusterEndpointMessage < Struct.new( # **Aurora MySQL** # # For information, see [MySQL on Amazon RDS Versions][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # **Aurora PostgreSQL** # # For information, see [Amazon Aurora PostgreSQL releases and engine - # versions][2] in the *Amazon Aurora User Guide.* + # versions][2] in the *Amazon Aurora User Guide*. # # **MySQL** # # For information, see [MySQL on Amazon RDS Versions][3] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **PostgreSQL** # # For information, see [Amazon RDS for PostgreSQL versions and - # extensions][4] in the *Amazon RDS User Guide.* + # extensions][4] in the *Amazon RDS User Guide*. # # Valid for: Aurora DB clusters and Multi-AZ DB clusters # @@ -2165,7 +2165,7 @@ class CreateDBClusterEndpointMessage < Struct.new( # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -2194,7 +2194,7 @@ class CreateDBClusterEndpointMessage < Struct.new( # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -2318,7 +2318,7 @@ class CreateDBClusterEndpointMessage < Struct.new( # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide.*. # # Valid for: Aurora DB clusters only # @@ -2366,7 +2366,7 @@ class CreateDBClusterEndpointMessage < Struct.new( # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] @@ -2403,7 +2403,7 @@ class CreateDBClusterEndpointMessage < Struct.new( # information, see the following sections in the *Amazon Aurora User # Guide*\: # - # * [ Limitations of Aurora Serverless][1] + # * [ Limitations of Aurora Serverless v1][1] # # * [ Limitations of Parallel Query][2] # @@ -2446,16 +2446,16 @@ class CreateDBClusterEndpointMessage < Struct.new( # # @!attribute [rw] enable_http_endpoint # A value that indicates whether to enable the HTTP endpoint for an - # Aurora Serverless DB cluster. By default, the HTTP endpoint is + # Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is # disabled. # # When enabled, the HTTP endpoint provides a connectionless web - # service API for running SQL queries on the Aurora Serverless DB + # service API for running SQL queries on the Aurora Serverless v1 DB # cluster. You can also query your database from inside the RDS # console with the query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -2519,7 +2519,7 @@ class CreateDBClusterEndpointMessage < Struct.new( # database engines. # # For the full list of DB instance classes and availability for your - # engine, see [DB instance class][1] in the *Amazon RDS User Guide.* + # engine, see [DB instance class][1] in the *Amazon RDS User Guide*. # # This setting is required to create a Multi-AZ DB cluster. # @@ -3278,7 +3278,7 @@ class CreateDBClusterSnapshotResult < Struct.new( # db.m4.large. Not all DB instance classes are available in all Amazon # Web Services Regions, or for all database engines. For the full list # of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # # @@ -3608,37 +3608,37 @@ class CreateDBClusterSnapshotResult < Struct.new( # setting is required for RDS Custom for Oracle. The CEV name has the # following format: `19.customized_string `. An example identifier is # `19.my_cev1`. For more information, see [ Creating an RDS Custom for - # Oracle DB instance][1] in the *Amazon RDS User Guide.*. + # Oracle DB instance][1] in the *Amazon RDS User Guide*. # # **Amazon RDS Custom for SQL Server** # # See [RDS Custom for SQL Server general requirements][2] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **MariaDB** # # For information, see [MariaDB on Amazon RDS Versions][3] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **Microsoft SQL Server** # # For information, see [Microsoft SQL Server Versions on Amazon - # RDS][4] in the *Amazon RDS User Guide.* + # RDS][4] in the *Amazon RDS User Guide*. # # **MySQL** # # For information, see [MySQL on Amazon RDS Versions][5] in the - # *Amazon RDS User Guide.* + # *Amazon RDS User Guide*. # # **Oracle** # # For information, see [Oracle Database Engine Release Notes][6] in - # the *Amazon RDS User Guide.* + # the *Amazon RDS User Guide*. # # **PostgreSQL** # # For information, see [Amazon RDS for PostgreSQL versions and - # extensions][7] in the *Amazon RDS User Guide.* + # extensions][7] in the *Amazon RDS User Guide*. # # # @@ -3931,7 +3931,7 @@ class CreateDBClusterSnapshotResult < Struct.new( # accounts is managed by the DB cluster. # # For more information, see [ IAM Database Authentication for MySQL - # and PostgreSQL][1] in the *Amazon RDS User Guide.* + # and PostgreSQL][1] in the *Amazon RDS User Guide*. # # # @@ -3941,7 +3941,7 @@ class CreateDBClusterSnapshotResult < Struct.new( # @!attribute [rw] enable_performance_insights # A value that indicates whether to enable Performance Insights for # the DB instance. For more information, see [Using Amazon Performance - # Insights][1] in the *Amazon Relational Database Service User Guide*. + # Insights][1] in the *Amazon RDS User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -3976,8 +3976,8 @@ class CreateDBClusterSnapshotResult < Struct.new( # @!attribute [rw] enable_cloudwatch_logs_exports # The list of log types that need to be enabled for exporting to # CloudWatch Logs. The values in the list depend on the DB engine. For - # more information, see [Publishing Database Logs to Amazon CloudWatch - # Logs][1] in the *Amazon Relational Database Service User Guide*. + # more information, see [ Publishing Database Logs to Amazon + # CloudWatch Logs][1] in the *Amazon RDS User Guide*. # # **Amazon Aurora** # @@ -4091,8 +4091,7 @@ class CreateDBClusterSnapshotResult < Struct.new( # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ - # Configure IAM and your VPC][1] in the *Amazon Relational Database - # Service User Guide*. + # Configure IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # @@ -4277,7 +4276,7 @@ class CreateDBInstanceMessage < Struct.new( # db.m4.large. Not all DB instance classes are available in all Amazon # Web Services Regions, or for all database engines. For the full list # of DB instance classes, and availability for your engine, see [DB - # Instance Class][1] in the *Amazon RDS User Guide.* + # Instance Class][1] in the *Amazon RDS User Guide*. # # Default: Inherits from the source DB instance. # @@ -4581,7 +4580,7 @@ class CreateDBInstanceMessage < Struct.new( # # For more information about IAM database authentication, see [ IAM # Database Authentication for MySQL and PostgreSQL][1] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -4742,8 +4741,7 @@ class CreateDBInstanceMessage < Struct.new( # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ - # Configure IAM and your VPC][1] in the *Amazon Relational Database - # Service User Guide*. + # Configure IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # @@ -6016,11 +6014,11 @@ class CustomDBEngineVersionQuotaExceededFault < Aws::EmptyStructure; end # @return [Array] # # @!attribute [rw] capacity - # The current capacity of an Aurora Serverless DB cluster. The + # The current capacity of an Aurora Serverless v1 DB cluster. The # capacity is 0 (zero) when the cluster is paused. # - # For more information about Aurora Serverless, see [Using Amazon - # Aurora Serverless][1] in the *Amazon Aurora User Guide*. + # For more information about Aurora Serverless v1, see [Using Amazon + # Aurora Serverless v1][1] in the *Amazon Aurora User Guide*. # # # @@ -6042,8 +6040,8 @@ class CustomDBEngineVersionQuotaExceededFault < Aws::EmptyStructure; end # Shows the scaling configuration for an Aurora DB cluster in # `serverless` DB engine mode. # - # For more information, see [Using Amazon Aurora Serverless][1] in the - # *Amazon Aurora User Guide*. + # For more information, see [Using Amazon Aurora Serverless v1][1] in + # the *Amazon Aurora User Guide*. # # # @@ -6057,15 +6055,15 @@ class CustomDBEngineVersionQuotaExceededFault < Aws::EmptyStructure; end # # @!attribute [rw] http_endpoint_enabled # A value that indicates whether the HTTP endpoint for an Aurora - # Serverless DB cluster is enabled. + # Serverless v1 DB cluster is enabled. # # When enabled, the HTTP endpoint provides a connectionless web - # service API for running SQL queries on the Aurora Serverless DB + # service API for running SQL queries on the Aurora Serverless v1 DB # cluster. You can also query your database from inside the RDS # console with the query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # # @@ -6672,9 +6670,9 @@ class DBClusterParameterGroup < Struct.new( # # @!attribute [rw] marker # An optional pagination token provided by a previous - # DescribeDBClusterParameters request. If this parameter is specified, - # the response includes only records beyond the marker, up to the - # value specified by `MaxRecords` . + # `DescribeDBClusterParameters` request. If this parameter is + # specified, the response includes only records beyond the marker, up + # to the value specified by `MaxRecords`. # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBClusterParameterGroupDetails AWS API Documentation @@ -7760,8 +7758,7 @@ class DBEngineVersionMessage < Struct.new( # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ - # Configure IAM and your VPC][1] in the *Amazon Relational Database - # Service User Guide*. + # Configure IAM and your VPC][1] in the *Amazon RDS User Guide*. # # # @@ -8042,7 +8039,7 @@ class DBInstanceAutomatedBackup < Struct.new( # @!attribute [rw] marker # 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 `MaxRecords` . + # the marker, up to the value specified by `MaxRecords`. # @return [String] # # @!attribute [rw] db_instance_automated_backups @@ -11171,7 +11168,7 @@ class DescribeDBLogFilesMessage < Struct.new( # @return [Array] # # @!attribute [rw] marker - # A pagination token that can be used in a later DescribeDBLogFiles + # A pagination token that can be used in a later `DescribeDBLogFiles` # request. # @return [String] # @@ -12767,7 +12764,7 @@ class DescribeOptionGroupsMessage < Struct.new( # An optional pagination token provided by a previous # DescribeOrderableDBInstanceOptions request. If this parameter is # specified, the response includes only records beyond the marker, up - # to the value specified by `MaxRecords` . + # to the value specified by `MaxRecords`. # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeOrderableDBInstanceOptionsMessage AWS API Documentation @@ -13222,7 +13219,7 @@ class DoubleRange < Struct.new( # # @!attribute [rw] marker # A pagination token that can be used in a later - # DownloadDBLogFilePortion request. + # `DownloadDBLogFilePortion` request. # @return [String] # # @!attribute [rw] additional_data_pending @@ -13474,7 +13471,7 @@ class EventCategoriesMap < Struct.new( # Data returned from the `DescribeEventCategories` operation. # # @!attribute [rw] event_categories_map_list - # A list of EventCategoriesMap data types. + # A list of `EventCategoriesMap` data types. # @return [Array] # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/EventCategoriesMessage AWS API Documentation @@ -13592,7 +13589,7 @@ class EventSubscriptionsMessage < Struct.new( # @!attribute [rw] marker # An optional pagination token provided by a previous Events request. # If this parameter is specified, the response includes only records - # beyond the marker, up to the value specified by `MaxRecords` . + # beyond the marker, up to the value specified by `MaxRecords`. # @return [String] # # @!attribute [rw] events @@ -14201,7 +14198,7 @@ class IamRoleNotFoundFault < Aws::EmptyStructure; end # **Microsoft SQL Server** # # See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon - # RDS User Guide.* + # RDS User Guide*. # # # @@ -14671,7 +14668,7 @@ class ModifyCertificatesResult < Struct.new( # @!attribute [rw] capacity # The DB cluster capacity. # - # When you change the capacity of a paused Aurora Serverless DB + # When you change the capacity of a paused Aurora Serverless v1 DB # cluster, it automatically resumes. # # Constraints: @@ -14684,9 +14681,9 @@ class ModifyCertificatesResult < Struct.new( # @return [Integer] # # @!attribute [rw] seconds_before_timeout - # The amount of time, in seconds, that Aurora Serverless tries to find - # a scaling point to perform seamless scaling before enforcing the - # timeout action. The default is 300. + # The amount of time, in seconds, that Aurora Serverless v1 tries to + # find a scaling point to perform seamless scaling before enforcing + # the timeout action. The default is 300. # # Specify a value between 10 and 600 seconds. # @return [Integer] @@ -14976,7 +14973,7 @@ class ModifyDBClusterEndpointMessage < Struct.new( # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -15005,7 +15002,7 @@ class ModifyDBClusterEndpointMessage < Struct.new( # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred DB Cluster Maintenance Window][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -15024,7 +15021,7 @@ class ModifyDBClusterEndpointMessage < Struct.new( # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -15071,8 +15068,8 @@ class ModifyDBClusterEndpointMessage < Struct.new( # Possible value is `postgresql`. # # For more information about exporting CloudWatch Logs for Amazon RDS, - # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # see [ Publishing Database Logs to Amazon CloudWatch Logs][1] in the + # *Amazon RDS User Guide*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] @@ -15201,16 +15198,16 @@ class ModifyDBClusterEndpointMessage < Struct.new( # # @!attribute [rw] enable_http_endpoint # A value that indicates whether to enable the HTTP endpoint for an - # Aurora Serverless DB cluster. By default, the HTTP endpoint is + # Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is # disabled. # # When enabled, the HTTP endpoint provides a connectionless web - # service API for running SQL queries on the Aurora Serverless DB + # service API for running SQL queries on the Aurora Serverless v1 DB # cluster. You can also query your database from inside the RDS # console with the query editor. # - # For more information, see [Using the Data API for Aurora - # Serverless][1] in the *Amazon Aurora User Guide*. + # For more information, see [Using the Data API for Aurora Serverless + # v1][1] in the *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -15251,7 +15248,7 @@ class ModifyDBClusterEndpointMessage < Struct.new( # database engines. # # For the full list of DB instance classes and availability for your - # engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.* + # engine, see [ DB Instance Class][1] in the *Amazon RDS User Guide*. # # Valid for: Multi-AZ DB clusters only # @@ -16313,7 +16310,7 @@ class ModifyDBClusterSnapshotAttributeResult < Struct.new( # the DB instance. # # For more information, see [Using Amazon Performance Insights][1] in - # the *Amazon Relational Database Service User Guide*. + # the *Amazon RDS User Guide.*. # # This setting doesn't apply to RDS Custom. # @@ -16417,7 +16414,7 @@ class ModifyDBClusterSnapshotAttributeResult < Struct.new( # # * For more information about rotating your SSL/TLS certificate for # Aurora DB engines, see [ Rotating Your SSL/TLS Certificate][2] in - # the *Amazon Aurora User Guide.* + # the *Amazon Aurora User Guide*. # # This setting doesn't apply to RDS Custom. # @@ -18024,7 +18021,7 @@ class OrderableDBInstanceOption < Struct.new( # An optional pagination token provided by a previous # OrderableDBInstanceOptions request. If this parameter is specified, # the response includes only records beyond the marker, up to the - # value specified by `MaxRecords` . + # value specified by `MaxRecords`. # @return [String] # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OrderableDBInstanceOptionsMessage AWS API Documentation @@ -19651,7 +19648,7 @@ class ResourcePendingMaintenanceActions < Struct.new( # The default is a 30-minute window selected at random from an 8-hour # block of time for each Amazon Web Services Region. To view the time # blocks available, see [ Backup window][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # Constraints: # @@ -19678,7 +19675,7 @@ class ResourcePendingMaintenanceActions < Struct.new( # block of time for each Amazon Web Services Region, occurring on a # random day of the week. To see the time blocks available, see [ # Adjusting the Preferred Maintenance Window][1] in the *Amazon Aurora - # User Guide.* + # User Guide*. # # Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. # @@ -19724,7 +19721,7 @@ class ResourcePendingMaintenanceActions < Struct.new( # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # # @@ -20045,12 +20042,12 @@ class RestoreDBClusterFromS3Result < Struct.new( # **Aurora MySQL** # # See [MySQL on Amazon RDS Versions][1] in the *Amazon Aurora User - # Guide.* + # Guide*. # # **Aurora PostgreSQL** # # See [Amazon Aurora PostgreSQL releases and engine versions][2] in - # the *Amazon Aurora User Guide.* + # the *Amazon Aurora User Guide*. # # **MySQL** # @@ -20148,7 +20145,7 @@ class RestoreDBClusterFromS3Result < Struct.new( # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -20200,7 +20197,7 @@ class RestoreDBClusterFromS3Result < Struct.new( # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide.*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] @@ -20654,7 +20651,7 @@ class RestoreDBClusterFromSnapshotResult < Struct.new( # accounts. By default, mapping isn't enabled. # # For more information, see [ IAM Database Authentication][1] in the - # *Amazon Aurora User Guide.* + # *Amazon Aurora User Guide*. # # Valid for: Aurora DB clusters only # @@ -20702,7 +20699,7 @@ class RestoreDBClusterFromSnapshotResult < Struct.new( # # For more information about exporting CloudWatch Logs for Amazon RDS, # see [Publishing Database Logs to Amazon CloudWatch Logs][1] in the - # *Amazon Relational Database Service User Guide*. + # *Amazon RDS User Guide.*. # # For more information about exporting CloudWatch Logs for Amazon # Aurora, see [Publishing Database Logs to Amazon CloudWatch Logs][2] @@ -20785,11 +20782,11 @@ class RestoreDBClusterFromSnapshotResult < Struct.new( # @!attribute [rw] engine_mode # The engine mode of the new cluster. Specify `provisioned` or # `serverless`, depending on the type of the cluster you are creating. - # You can create an Aurora Serverless clone from a provisioned - # cluster, or a provisioned clone from an Aurora Serverless cluster. - # To create a clone that is an Aurora Serverless cluster, the original - # cluster must be an Aurora Serverless cluster or an encrypted - # provisioned cluster. + # You can create an Aurora Serverless v1 clone from a provisioned + # cluster, or a provisioned clone from an Aurora Serverless v1 + # cluster. To create a clone that is an Aurora Serverless v1 cluster, + # the original cluster must be an Aurora Serverless v1 cluster or an + # encrypted provisioned cluster. # # Valid for: Aurora DB clusters only # @return [String] @@ -21887,7 +21884,7 @@ class RestoreDBInstanceFromDBSnapshotResult < Struct.new( # the DB instance. # # For more information, see [Using Amazon Performance Insights][1] in - # the *Amazon Relational Database Service User Guide*. + # the *Amazon RDS User Guide.*. # # # @@ -22133,7 +22130,7 @@ class RestoreDBInstanceFromS3Result < Struct.new( # example db.m4.large. Not all DB instance classes are available in # all Amazon Web Services Regions, or for all database engines. For # the full list of DB instance classes, and availability for your - # engine, see [DB Instance Class][1] in the *Amazon RDS User Guide.* + # engine, see [DB Instance Class][1] in the *Amazon RDS User Guide*. # # Default: The same DBInstanceClass as the original DB instance. # @@ -22494,8 +22491,7 @@ class RestoreDBInstanceFromS3Result < Struct.new( # start with the prefix `AWSRDSCustom`. # # For the list of permissions required for the IAM role, see [ - # Configure IAM and your VPC][1] in the *Amazon Relational Database - # Service User Guide*. + # Configure IAM and your VPC][1] in the *Amazon RDS User Guide*. # # This setting is required for RDS Custom. # @@ -22691,10 +22687,11 @@ class SNSNoAuthorizationFault < Aws::EmptyStructure; end # class SNSTopicArnNotFoundFault < Aws::EmptyStructure; end - # Contains the scaling configuration of an Aurora Serverless DB cluster. + # Contains the scaling configuration of an Aurora Serverless v1 DB + # cluster. # - # For more information, see [Using Amazon Aurora Serverless][1] in the - # *Amazon Aurora User Guide*. + # For more information, see [Using Amazon Aurora Serverless v1][1] in + # the *Amazon Aurora User Guide*. # # # @@ -22770,10 +22767,10 @@ class SNSTopicArnNotFoundFault < Aws::EmptyStructure; end # if a scaling point isn't found in the timeout period. # # If you specify `ForceApplyCapacityChange`, connections that prevent - # Aurora Serverless from finding a scaling point might be dropped. + # Aurora Serverless v1 from finding a scaling point might be dropped. # - # For more information, see [ Autoscaling for Aurora Serverless][1] in - # the *Amazon Aurora User Guide*. + # For more information, see [ Autoscaling for Aurora Serverless v1][1] + # in the *Amazon Aurora User Guide*. # # # @@ -22781,9 +22778,9 @@ class SNSTopicArnNotFoundFault < Aws::EmptyStructure; end # @return [String] # # @!attribute [rw] seconds_before_timeout - # The amount of time, in seconds, that Aurora Serverless tries to find - # a scaling point to perform seamless scaling before enforcing the - # timeout action. The default is 300. + # The amount of time, in seconds, that Aurora Serverless v1 tries to + # find a scaling point to perform seamless scaling before enforcing + # the timeout action. The default is 300. # # Specify a value between 60 and 600 seconds. # @return [Integer] @@ -22804,8 +22801,8 @@ class ScalingConfiguration < Struct.new( # Shows the scaling configuration for an Aurora DB cluster in # `serverless` DB engine mode. # - # For more information, see [Using Amazon Aurora Serverless][1] in the - # *Amazon Aurora User Guide*. + # For more information, see [Using Amazon Aurora Serverless v1][1] in + # the *Amazon Aurora User Guide*. # # # @@ -22825,8 +22822,8 @@ class ScalingConfiguration < Struct.new( # A value that indicates whether automatic pause is allowed for the # Aurora DB cluster in `serverless` DB engine mode. # - # When the value is set to false for an Aurora Serverless DB cluster, - # the DB cluster automatically resumes. + # When the value is set to false for an Aurora Serverless v1 DB + # cluster, the DB cluster automatically resumes. # @return [Boolean] # # @!attribute [rw] seconds_until_auto_pause @@ -22837,7 +22834,7 @@ class ScalingConfiguration < Struct.new( # # @!attribute [rw] timeout_action # The action that occurs when Aurora times out while attempting to - # change the capacity of an Aurora Serverless cluster. The value is + # change the capacity of an Aurora Serverless v1 cluster. The value is # either `ForceApplyCapacityChange` or `RollbackCapacityChange`. # # `ForceApplyCapacityChange`, the default, sets the capacity to the @@ -22927,7 +22924,7 @@ class SourceRegion < Struct.new( # @return [String] # # @!attribute [rw] source_regions - # A list of SourceRegion instances that contains each source Amazon + # A list of `SourceRegion` instances that contains each source Amazon # Web Services Region that the current Amazon Web Services Region can # get a read replica or a DB snapshot from. # @return [Array] @@ -23618,7 +23615,7 @@ class Tag < Struct.new( end # @!attribute [rw] tag_list - # List of tags returned by the ListTagsForResource operation. + # List of tags returned by the `ListTagsForResource` operation. # @return [Array] # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/TagListMessage AWS API Documentation diff --git a/gems/aws-sdk-robomaker/CHANGELOG.md b/gems/aws-sdk-robomaker/CHANGELOG.md index 404fdb0992c..3dbf6cebfd1 100644 --- a/gems/aws-sdk-robomaker/CHANGELOG.md +++ b/gems/aws-sdk-robomaker/CHANGELOG.md @@ -1,6 +1,11 @@ Unreleased Changes ------------------ +1.51.0 (2022-03-15) +------------------ + +* Feature - This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites. + 1.50.0 (2022-02-24) ------------------ diff --git a/gems/aws-sdk-robomaker/VERSION b/gems/aws-sdk-robomaker/VERSION index 5a5c7211dc6..ba0a719118c 100644 --- a/gems/aws-sdk-robomaker/VERSION +++ b/gems/aws-sdk-robomaker/VERSION @@ -1 +1 @@ -1.50.0 +1.51.0 diff --git a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb index e58c1c90257..ca6ed84f749 100644 --- a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb +++ b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker.rb @@ -48,6 +48,6 @@ # @!group service module Aws::RoboMaker - GEM_VERSION = '1.50.0' + GEM_VERSION = '1.51.0' end diff --git a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb index 492da5544c2..82fcef622bc 100644 --- a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb +++ b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client.rb @@ -1257,7 +1257,7 @@ def create_simulation_application_version(params = {}, options = {}) # s3_prefix: "S3Key", # }, # logging_config: { - # record_all_ros_topics: false, # required + # record_all_ros_topics: false, # }, # max_job_duration_in_seconds: 1, # required # iam_role: "IamRole", # required @@ -3317,6 +3317,8 @@ def list_tags_for_resource(params = {}, options = {}) # resp.world_export_job_summaries[0].created_at #=> Time # resp.world_export_job_summaries[0].worlds #=> Array # resp.world_export_job_summaries[0].worlds[0] #=> String + # resp.world_export_job_summaries[0].output_location.s3_bucket #=> String + # resp.world_export_job_summaries[0].output_location.s3_prefix #=> String # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListWorldExportJobs AWS API Documentation @@ -3613,7 +3615,7 @@ def restart_simulation_job(params = {}, options = {}) # s3_prefix: "S3Key", # }, # logging_config: { - # record_all_ros_topics: false, # required + # record_all_ros_topics: false, # }, # max_job_duration_in_seconds: 1, # required # iam_role: "IamRole", @@ -4308,7 +4310,7 @@ def build_request(operation_name, params = {}) params: params, config: config) context[:gem_name] = 'aws-sdk-robomaker' - context[:gem_version] = '1.50.0' + context[:gem_version] = '1.51.0' Seahorse::Client::Request.new(handlers, context) end diff --git a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client_api.rb b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client_api.rb index 68ea86e64a0..1854aa76baa 100644 --- a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client_api.rb +++ b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/client_api.rb @@ -999,7 +999,7 @@ module ClientApi ListWorldsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken")) ListWorldsResponse.struct_class = Types::ListWorldsResponse - LoggingConfig.add_member(:record_all_ros_topics, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "recordAllRosTopics")) + LoggingConfig.add_member(:record_all_ros_topics, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "recordAllRosTopics", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."})) LoggingConfig.struct_class = Types::LoggingConfig NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "networkInterfaceId")) @@ -1065,9 +1065,9 @@ module ClientApi RobotApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion")) RobotApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig")) RobotApplicationConfig.add_member(:upload_configurations, Shapes::ShapeRef.new(shape: UploadConfigurations, location_name: "uploadConfigurations")) - RobotApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultUploadConfigurations")) + RobotApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "useDefaultUploadConfigurations", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."})) RobotApplicationConfig.add_member(:tools, Shapes::ShapeRef.new(shape: Tools, location_name: "tools")) - RobotApplicationConfig.add_member(:use_default_tools, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultTools")) + RobotApplicationConfig.add_member(:use_default_tools, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "useDefaultTools", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."})) RobotApplicationConfig.struct_class = Types::RobotApplicationConfig RobotApplicationConfigs.member = Shapes::ShapeRef.new(shape: RobotApplicationConfig) @@ -1125,9 +1125,9 @@ module ClientApi SimulationApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig")) SimulationApplicationConfig.add_member(:upload_configurations, Shapes::ShapeRef.new(shape: UploadConfigurations, location_name: "uploadConfigurations")) SimulationApplicationConfig.add_member(:world_configs, Shapes::ShapeRef.new(shape: WorldConfigs, location_name: "worldConfigs")) - SimulationApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultUploadConfigurations")) + SimulationApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "useDefaultUploadConfigurations", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."})) SimulationApplicationConfig.add_member(:tools, Shapes::ShapeRef.new(shape: Tools, location_name: "tools")) - SimulationApplicationConfig.add_member(:use_default_tools, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultTools")) + SimulationApplicationConfig.add_member(:use_default_tools, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "useDefaultTools", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."})) SimulationApplicationConfig.struct_class = Types::SimulationApplicationConfig SimulationApplicationConfigs.member = Shapes::ShapeRef.new(shape: SimulationApplicationConfig) @@ -1385,6 +1385,7 @@ module ClientApi WorldExportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: WorldExportJobStatus, location_name: "status")) WorldExportJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt")) WorldExportJobSummary.add_member(:worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "worlds")) + WorldExportJobSummary.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation")) WorldExportJobSummary.struct_class = Types::WorldExportJobSummary WorldFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldGenerationJobErrorCode, location_name: "failureCode")) diff --git a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb index 250b9ffe264..907fa28bede 100644 --- a/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb +++ b/gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb @@ -1093,7 +1093,7 @@ class CreateSimulationApplicationVersionResponse < Struct.new( # s3_prefix: "S3Key", # }, # logging_config: { - # record_all_ros_topics: false, # required + # record_all_ros_topics: false, # }, # max_job_duration_in_seconds: 1, # required # iam_role: "IamRole", # required @@ -4666,11 +4666,13 @@ class ListWorldsResponse < Struct.new( # data as a hash: # # { - # record_all_ros_topics: false, # required + # record_all_ros_topics: false, # } # # @!attribute [rw] record_all_ros_topics # A boolean indicating whether to record all ROS topics. + # + # This API is no longer supported and will throw an error if used. # @return [Boolean] # # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/LoggingConfig AWS API Documentation @@ -5093,6 +5095,8 @@ class Robot < Struct.new( # application terminates and all ROS topics will be recorded. # # If you set this value, you must specify an `outputLocation`. + # + # This API is no longer supported and will throw an error if used. # @return [Boolean] # # @!attribute [rw] tools @@ -5103,6 +5107,8 @@ class Robot < Struct.new( # A Boolean indicating whether to use default robot application tools. # The default tools are rviz, rqt, terminal and rosbag record. The # default is `False`. + # + # This API is no longer supported and will throw an error if used. # @return [Boolean] # # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RobotApplicationConfig AWS API Documentation @@ -5370,6 +5376,8 @@ class ServiceUnavailableException < Struct.new( # application terminates and all ROS topics will be recorded. # # If you set this value, you must specify an `outputLocation`. + # + # This API is no longer supported and will throw an error if used. # @return [Boolean] # # @!attribute [rw] tools @@ -5380,6 +5388,8 @@ class ServiceUnavailableException < Struct.new( # A Boolean indicating whether to use default simulation application # tools. The default tools are rviz, rqt, terminal and rosbag record. # The default is `False`. + # + # This API is no longer supported and will throw an error if used. # @return [Boolean] # # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SimulationApplicationConfig AWS API Documentation @@ -5672,7 +5682,7 @@ class SimulationJobBatchSummary < Struct.new( # s3_prefix: "S3Key", # }, # logging_config: { - # record_all_ros_topics: false, # required + # record_all_ros_topics: false, # }, # max_job_duration_in_seconds: 1, # required # iam_role: "IamRole", @@ -6039,7 +6049,7 @@ class SourceConfig < Struct.new( # s3_prefix: "S3Key", # }, # logging_config: { - # record_all_ros_topics: false, # required + # record_all_ros_topics: false, # }, # max_job_duration_in_seconds: 1, # required # iam_role: "IamRole", @@ -7181,13 +7191,18 @@ class WorldCount < Struct.new( # A list of worlds. # @return [Array] # + # @!attribute [rw] output_location + # The output location. + # @return [Types::OutputLocation] + # # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/WorldExportJobSummary AWS API Documentation # class WorldExportJobSummary < Struct.new( :arn, :status, :created_at, - :worlds) + :worlds, + :output_location) SENSITIVE = [] include Aws::Structure end