aws-sdk 2.1375.0 → 2.1377.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/elasticache-2015-02-02.min.json +147 -143
- package/apis/elasticmapreduce-2009-03-31.min.json +85 -37
- package/apis/ivs-realtime-2020-07-14.min.json +223 -0
- package/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/apis/omics-2022-11-28.min.json +1393 -897
- package/apis/omics-2022-11-28.paginators.json +12 -0
- package/apis/rds-2014-10-31.min.json +9 -3
- package/apis/support-2013-04-15.min.json +97 -14
- package/apis/swf-2012-01-25.min.json +3 -0
- package/clients/connect.d.ts +6 -6
- package/clients/elasticache.d.ts +25 -8
- package/clients/emr.d.ts +228 -136
- package/clients/es.d.ts +1 -1
- package/clients/health.d.ts +19 -19
- package/clients/ivsrealtime.d.ts +292 -8
- package/clients/omics.d.ts +1451 -965
- package/clients/rds.d.ts +26 -10
- package/clients/support.d.ts +134 -7
- package/clients/swf.d.ts +26 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +244 -186
- package/dist/aws-sdk.min.js +58 -58
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/scripts/lib/ts-generator.js +1 -5
    
        package/clients/rds.d.ts
    CHANGED
    
    | @@ -1552,6 +1552,10 @@ declare namespace RDS { | |
| 1552 1552 | 
             
                 * The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
         | 
| 1553 1553 | 
             
                 */
         | 
| 1554 1554 | 
             
                Iops?: IntegerOptional;
         | 
| 1555 | 
            +
                /**
         | 
| 1556 | 
            +
                 * The storage type for the DB cluster.
         | 
| 1557 | 
            +
                 */
         | 
| 1558 | 
            +
                StorageType?: String;
         | 
| 1555 1559 | 
             
              }
         | 
| 1556 1560 | 
             
              export interface ConnectionPoolConfiguration {
         | 
| 1557 1561 | 
             
                /**
         | 
| @@ -1911,7 +1915,7 @@ declare namespace RDS { | |
| 1911 1915 | 
             
                 */
         | 
| 1912 1916 | 
             
                EnableCloudwatchLogsExports?: LogTypeList;
         | 
| 1913 1917 | 
             
                /**
         | 
| 1914 | 
            -
                 * The DB engine mode of the DB cluster, either provisioned or serverless. The serverless engine mode only applies for Aurora Serverless v1 DB clusters.  | 
| 1918 | 
            +
                 * The DB engine mode of the DB cluster, either provisioned or serverless. The serverless engine mode only applies for Aurora Serverless v1 DB clusters. For information about limitations and requirements for Serverless DB clusters, see the following sections in the Amazon Aurora User Guide:    Limitations of Aurora Serverless v1     Requirements for Aurora Serverless v2    Valid for: Aurora DB clusters only
         | 
| 1915 1919 | 
             
                 */
         | 
| 1916 1920 | 
             
                EngineMode?: String;
         | 
| 1917 1921 | 
             
                /**
         | 
| @@ -1955,7 +1959,7 @@ declare namespace RDS { | |
| 1955 1959 | 
             
                 */
         | 
| 1956 1960 | 
             
                AllocatedStorage?: IntegerOptional;
         | 
| 1957 1961 | 
             
                /**
         | 
| 1958 | 
            -
                 * Specifies the storage type to be associated with the DB cluster. This setting is required to create a Multi-AZ DB cluster.  | 
| 1962 | 
            +
                 * Specifies the storage type to be associated with the DB cluster. This setting is required to create a Multi-AZ DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
         | 
| 1959 1963 | 
             
                 */
         | 
| 1960 1964 | 
             
                StorageType?: String;
         | 
| 1961 1965 | 
             
                /**
         | 
| @@ -2858,7 +2862,7 @@ declare namespace RDS { | |
| 2858 2862 | 
             
                 */
         | 
| 2859 2863 | 
             
                Capacity?: IntegerOptional;
         | 
| 2860 2864 | 
             
                /**
         | 
| 2861 | 
            -
                 * The DB engine mode of the DB cluster, either provisioned | 
| 2865 | 
            +
                 * The DB engine mode of the DB cluster, either provisioned or serverless. For more information, see  CreateDBCluster.
         | 
| 2862 2866 | 
             
                 */
         | 
| 2863 2867 | 
             
                EngineMode?: String;
         | 
| 2864 2868 | 
             
                ScalingConfigurationInfo?: ScalingConfigurationInfo;
         | 
| @@ -2916,7 +2920,7 @@ declare namespace RDS { | |
| 2916 2920 | 
             
                 */
         | 
| 2917 2921 | 
             
                DBClusterInstanceClass?: String;
         | 
| 2918 2922 | 
             
                /**
         | 
| 2919 | 
            -
                 * The storage type associated with the DB cluster. | 
| 2923 | 
            +
                 * The storage type associated with the DB cluster.
         | 
| 2920 2924 | 
             
                 */
         | 
| 2921 2925 | 
             
                StorageType?: String;
         | 
| 2922 2926 | 
             
                /**
         | 
| @@ -2964,6 +2968,10 @@ declare namespace RDS { | |
| 2964 2968 | 
             
                 * Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide and Password management with Amazon Web Services Secrets Manager in the Amazon Aurora User Guide. 
         | 
| 2965 2969 | 
             
                 */
         | 
| 2966 2970 | 
             
                MasterUserSecret?: MasterUserSecret;
         | 
| 2971 | 
            +
                /**
         | 
| 2972 | 
            +
                 * The next time you can modify the DB cluster to use the aurora-iopt1 storage type. This setting is only for Aurora DB clusters.
         | 
| 2973 | 
            +
                 */
         | 
| 2974 | 
            +
                IOOptimizedNextAllowedModificationTime?: TStamp;
         | 
| 2967 2975 | 
             
              }
         | 
| 2968 2976 | 
             
              export interface DBClusterBacktrack {
         | 
| 2969 2977 | 
             
                /**
         | 
| @@ -3269,6 +3277,10 @@ declare namespace RDS { | |
| 3269 3277 | 
             
                 * Reserved for future use.
         | 
| 3270 3278 | 
             
                 */
         | 
| 3271 3279 | 
             
                DBSystemId?: String;
         | 
| 3280 | 
            +
                /**
         | 
| 3281 | 
            +
                 * The storage type associated with the DB cluster snapshot. This setting is only for Aurora DB clusters.
         | 
| 3282 | 
            +
                 */
         | 
| 3283 | 
            +
                StorageType?: String;
         | 
| 3272 3284 | 
             
              }
         | 
| 3273 3285 | 
             
              export interface DBClusterSnapshotAttribute {
         | 
| 3274 3286 | 
             
                /**
         | 
| @@ -3642,7 +3654,7 @@ declare namespace RDS { | |
| 3642 3654 | 
             
                 */
         | 
| 3643 3655 | 
             
                Timezone?: String;
         | 
| 3644 3656 | 
             
                /**
         | 
| 3645 | 
            -
                 * True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.  | 
| 3657 | 
            +
                 * True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. For a list of engine versions that support IAM database authentication, see IAM database authentication in the Amazon RDS User Guide and IAM database authentication in Aurora in the Amazon Aurora User Guide.
         | 
| 3646 3658 | 
             
                 */
         | 
| 3647 3659 | 
             
                IAMDatabaseAuthenticationEnabled?: Boolean;
         | 
| 3648 3660 | 
             
                /**
         | 
| @@ -4677,7 +4689,7 @@ declare namespace RDS { | |
| 4677 4689 | 
             
                 */
         | 
| 4678 4690 | 
             
                DBClusterIdentifier: String;
         | 
| 4679 4691 | 
             
                /**
         | 
| 4680 | 
            -
                 * If specified, this value is the backtrack identifier of the backtrack to be described. Constraints:   Must contain a valid universally unique identifier (UUID). For more information about UUIDs, see  | 
| 4692 | 
            +
                 * If specified, this value is the backtrack identifier of the backtrack to be described. Constraints:   Must contain a valid universally unique identifier (UUID). For more information about UUIDs, see Universally unique identifier.   Example: 123e4567-e89b-12d3-a456-426655440000 
         | 
| 4681 4693 | 
             
                 */
         | 
| 4682 4694 | 
             
                BacktrackIdentifier?: String;
         | 
| 4683 4695 | 
             
                /**
         | 
| @@ -6270,7 +6282,7 @@ declare namespace RDS { | |
| 6270 6282 | 
             
                 */
         | 
| 6271 6283 | 
             
                AllocatedStorage?: IntegerOptional;
         | 
| 6272 6284 | 
             
                /**
         | 
| 6273 | 
            -
                 * Specifies the storage type to be associated with the DB cluster.  | 
| 6285 | 
            +
                 * Specifies the storage type to be associated with the DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
         | 
| 6274 6286 | 
             
                 */
         | 
| 6275 6287 | 
             
                StorageType?: String;
         | 
| 6276 6288 | 
             
                /**
         | 
| @@ -6559,7 +6571,7 @@ declare namespace RDS { | |
| 6559 6571 | 
             
                 */
         | 
| 6560 6572 | 
             
                StorageThroughput?: IntegerOptional;
         | 
| 6561 6573 | 
             
                /**
         | 
| 6562 | 
            -
                 * A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager. If the DB  | 
| 6574 | 
            +
                 * A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager. If the DB instance doesn't manage the master user password with Amazon Web Services Secrets Manager, you can turn on this management. In this case, you can't specify MasterUserPassword. If the DB instance already manages the master user password with Amazon Web Services Secrets Manager, and you specify that the master user password is not managed with Amazon Web Services Secrets Manager, then you must specify MasterUserPassword. In this case, RDS deletes the secret and uses the new password for the master user specified by MasterUserPassword. For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide.  Constraints:   Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified.  
         | 
| 6563 6575 | 
             
                 */
         | 
| 6564 6576 | 
             
                ManageMasterUserPassword?: BooleanOptional;
         | 
| 6565 6577 | 
             
                /**
         | 
| @@ -7923,6 +7935,10 @@ declare namespace RDS { | |
| 7923 7935 | 
             
                 * The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the 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 you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed 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.
         | 
| 7924 7936 | 
             
                 */
         | 
| 7925 7937 | 
             
                MasterUserSecretKmsKeyId?: String;
         | 
| 7938 | 
            +
                /**
         | 
| 7939 | 
            +
                 * Specifies the storage type to be associated with the DB cluster. Valid values: aurora, aurora-iopt1  Default: aurora  Valid for: Aurora DB clusters only
         | 
| 7940 | 
            +
                 */
         | 
| 7941 | 
            +
                StorageType?: String;
         | 
| 7926 7942 | 
             
              }
         | 
| 7927 7943 | 
             
              export interface RestoreDBClusterFromS3Result {
         | 
| 7928 7944 | 
             
                DBCluster?: DBCluster;
         | 
| @@ -8021,7 +8037,7 @@ declare namespace RDS { | |
| 8021 8037 | 
             
                 */
         | 
| 8022 8038 | 
             
                DBClusterInstanceClass?: String;
         | 
| 8023 8039 | 
             
                /**
         | 
| 8024 | 
            -
                 * Specifies the storage type to be associated with the  | 
| 8040 | 
            +
                 * Specifies the storage type to be associated with the DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
         | 
| 8025 8041 | 
             
                 */
         | 
| 8026 8042 | 
             
                StorageType?: String;
         | 
| 8027 8043 | 
             
                /**
         | 
| @@ -8128,7 +8144,7 @@ declare namespace RDS { | |
| 8128 8144 | 
             
                 */
         | 
| 8129 8145 | 
             
                DBClusterInstanceClass?: String;
         | 
| 8130 8146 | 
             
                /**
         | 
| 8131 | 
            -
                 * Specifies the storage type to be associated with the  | 
| 8147 | 
            +
                 * Specifies the storage type to be associated with the DB cluster. When specified for a Multi-AZ DB cluster, a value for the Iops parameter is required. Valid values: aurora, aurora-iopt1 (Aurora DB clusters); io1 (Multi-AZ DB clusters) Default: aurora (Aurora DB clusters); io1 (Multi-AZ DB clusters) Valid for: Aurora DB clusters and Multi-AZ DB clusters
         | 
| 8132 8148 | 
             
                 */
         | 
| 8133 8149 | 
             
                StorageType?: String;
         | 
| 8134 8150 | 
             
                /**
         | 
    
        package/clients/support.d.ts
    CHANGED
    
    | @@ -59,6 +59,14 @@ declare class Support extends Service { | |
| 59 59 | 
             
               * Returns communications and attachments for one or more support cases. Use the afterTime and beforeTime parameters to filter by date. You can use the caseId parameter to restrict the results to a specific case. Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error. You can use the maxResults and nextToken parameters to control the pagination of the results. Set maxResults to the number of cases that you want to display on each page, and use nextToken to specify the resumption of pagination.    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.    If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.   
         | 
| 60 60 | 
             
               */
         | 
| 61 61 | 
             
              describeCommunications(callback?: (err: AWSError, data: Support.Types.DescribeCommunicationsResponse) => void): Request<Support.Types.DescribeCommunicationsResponse, AWSError>;
         | 
| 62 | 
            +
              /**
         | 
| 63 | 
            +
               * Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability. You can specify the language categoryCode, issueType and serviceCode used to retrieve the CreateCaseOptions.    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.    If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.   
         | 
| 64 | 
            +
               */
         | 
| 65 | 
            +
              describeCreateCaseOptions(params: Support.Types.DescribeCreateCaseOptionsRequest, callback?: (err: AWSError, data: Support.Types.DescribeCreateCaseOptionsResponse) => void): Request<Support.Types.DescribeCreateCaseOptionsResponse, AWSError>;
         | 
| 66 | 
            +
              /**
         | 
| 67 | 
            +
               * Returns a list of CreateCaseOption types along with the corresponding supported hours and language availability. You can specify the language categoryCode, issueType and serviceCode used to retrieve the CreateCaseOptions.    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.    If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.   
         | 
| 68 | 
            +
               */
         | 
| 69 | 
            +
              describeCreateCaseOptions(callback?: (err: AWSError, data: Support.Types.DescribeCreateCaseOptionsResponse) => void): Request<Support.Types.DescribeCreateCaseOptionsResponse, AWSError>;
         | 
| 62 70 | 
             
              /**
         | 
| 63 71 | 
             
               * Returns the current list of Amazon Web Services services and a list of service categories for each service. You then use service names and categories in your CreateCase requests. Each Amazon Web Services service has its own set of categories. The service codes and category codes correspond to the values that appear in the Service and Category lists on the Amazon Web Services Support Center Create Case page. The values in those fields don't necessarily match the service codes and categories returned by the DescribeServices operation. Always use the service codes and categories that the DescribeServices operation returns, so that you have the most recent set of service and category codes.    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.    If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.   
         | 
| 64 72 | 
             
               */
         | 
| @@ -75,6 +83,14 @@ declare class Support extends Service { | |
| 75 83 | 
             
               * Returns the list of severity levels that you can assign to a support case. The severity level for a case is also a field in the CaseDetails data type that you include for a CreateCase request.    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.    If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.   
         | 
| 76 84 | 
             
               */
         | 
| 77 85 | 
             
              describeSeverityLevels(callback?: (err: AWSError, data: Support.Types.DescribeSeverityLevelsResponse) => void): Request<Support.Types.DescribeSeverityLevelsResponse, AWSError>;
         | 
| 86 | 
            +
              /**
         | 
| 87 | 
            +
               * Returns a list of supported languages for a specified categoryCode, issueType and serviceCode. The returned supported languages will include a ISO 639-1 code for the language, and the language display name.    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.    If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.   
         | 
| 88 | 
            +
               */
         | 
| 89 | 
            +
              describeSupportedLanguages(params: Support.Types.DescribeSupportedLanguagesRequest, callback?: (err: AWSError, data: Support.Types.DescribeSupportedLanguagesResponse) => void): Request<Support.Types.DescribeSupportedLanguagesResponse, AWSError>;
         | 
| 90 | 
            +
              /**
         | 
| 91 | 
            +
               * Returns a list of supported languages for a specified categoryCode, issueType and serviceCode. The returned supported languages will include a ISO 639-1 code for the language, and the language display name.    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.    If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.   
         | 
| 92 | 
            +
               */
         | 
| 93 | 
            +
              describeSupportedLanguages(callback?: (err: AWSError, data: Support.Types.DescribeSupportedLanguagesResponse) => void): Request<Support.Types.DescribeSupportedLanguagesResponse, AWSError>;
         | 
| 78 94 | 
             
              /**
         | 
| 79 95 | 
             
               * Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. Some checks are refreshed automatically, and you can't return their refresh statuses by using the DescribeTrustedAdvisorCheckRefreshStatuses operation. If you call this operation for these checks, you might see an InvalidParameterValue error.    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.    If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.    To call the Trusted Advisor operations in the Amazon Web Services Support API, you must use the US East (N. Virginia) endpoint. Currently, the US West (Oregon) and Europe (Ireland) endpoints don't support the Trusted Advisor operations. For more information, see About the Amazon Web Services Support API in the Amazon Web Services Support User Guide.
         | 
| 80 96 | 
             
               */
         | 
| @@ -242,7 +258,7 @@ declare namespace Support { | |
| 242 258 | 
             
                 */
         | 
| 243 259 | 
             
                ccEmailAddresses?: CcEmailAddressList;
         | 
| 244 260 | 
             
                /**
         | 
| 245 | 
            -
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports English ("en")  | 
| 261 | 
            +
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
         | 
| 246 262 | 
             
                 */
         | 
| 247 263 | 
             
                language?: Language;
         | 
| 248 264 | 
             
              }
         | 
| @@ -265,6 +281,7 @@ declare namespace Support { | |
| 265 281 | 
             
              export type CategoryName = string;
         | 
| 266 282 | 
             
              export type CcEmailAddress = string;
         | 
| 267 283 | 
             
              export type CcEmailAddressList = CcEmailAddress[];
         | 
| 284 | 
            +
              export type Code = string;
         | 
| 268 285 | 
             
              export interface Communication {
         | 
| 269 286 | 
             
                /**
         | 
| 270 287 | 
             
                 * The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47 
         | 
| @@ -273,9 +290,9 @@ declare namespace Support { | |
| 273 290 | 
             
                /**
         | 
| 274 291 | 
             
                 * The text of the communication between the customer and Amazon Web Services Support.
         | 
| 275 292 | 
             
                 */
         | 
| 276 | 
            -
                body?:  | 
| 293 | 
            +
                body?: ValidatedCommunicationBody;
         | 
| 277 294 | 
             
                /**
         | 
| 278 | 
            -
                 * The identity of the account that submitted, or responded to, the support case. Customer entries include the  | 
| 295 | 
            +
                 * The identity of the account that submitted, or responded to, the support case. Customer entries include the IAM role as well as the email address (for example, "AdminRole (Role) <janedoe@example.com>). Entries from the Amazon Web Services Support team display "Amazon Web Services," and don't show an email address. 
         | 
| 279 296 | 
             
                 */
         | 
| 280 297 | 
             
                submittedBy?: SubmittedBy;
         | 
| 281 298 | 
             
                /**
         | 
| @@ -289,6 +306,21 @@ declare namespace Support { | |
| 289 306 | 
             
              }
         | 
| 290 307 | 
             
              export type CommunicationBody = string;
         | 
| 291 308 | 
             
              export type CommunicationList = Communication[];
         | 
| 309 | 
            +
              export interface CommunicationTypeOptions {
         | 
| 310 | 
            +
                /**
         | 
| 311 | 
            +
                 *  A string value indicating the communication type. At the moment the type value can assume one of 3 values at the moment chat, web and call. 
         | 
| 312 | 
            +
                 */
         | 
| 313 | 
            +
                type?: Type;
         | 
| 314 | 
            +
                /**
         | 
| 315 | 
            +
                 *  A JSON-formatted list containing time ranges when support is available. 
         | 
| 316 | 
            +
                 */
         | 
| 317 | 
            +
                supportedHours?: SupportedHoursList;
         | 
| 318 | 
            +
                /**
         | 
| 319 | 
            +
                 *  A JSON-formatted list containing date and time ranges for periods without support 
         | 
| 320 | 
            +
                 */
         | 
| 321 | 
            +
                datesWithoutSupport?: DatesWithoutSupportList;
         | 
| 322 | 
            +
              }
         | 
| 323 | 
            +
              export type CommunicationTypeOptionsList = CommunicationTypeOptions[];
         | 
| 292 324 | 
             
              export interface CreateCaseRequest {
         | 
| 293 325 | 
             
                /**
         | 
| 294 326 | 
             
                 * The title of the support case. The title appears in the Subject field on the Amazon Web Services Support Center Create Case page.
         | 
| @@ -315,7 +347,7 @@ declare namespace Support { | |
| 315 347 | 
             
                 */
         | 
| 316 348 | 
             
                ccEmailAddresses?: CcEmailAddressList;
         | 
| 317 349 | 
             
                /**
         | 
| 318 | 
            -
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports English ("en")  | 
| 350 | 
            +
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
         | 
| 319 351 | 
             
                 */
         | 
| 320 352 | 
             
                language?: Language;
         | 
| 321 353 | 
             
                /**
         | 
| @@ -334,6 +366,17 @@ declare namespace Support { | |
| 334 366 | 
             
                caseId?: CaseId;
         | 
| 335 367 | 
             
              }
         | 
| 336 368 | 
             
              export type Data = Buffer|Uint8Array|Blob|string;
         | 
| 369 | 
            +
              export interface DateInterval {
         | 
| 370 | 
            +
                /**
         | 
| 371 | 
            +
                 *  A JSON object containing start and date time (UTC). Date and time format is RFC 3339 : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'. 
         | 
| 372 | 
            +
                 */
         | 
| 373 | 
            +
                startDateTime?: ValidatedDateTime;
         | 
| 374 | 
            +
                /**
         | 
| 375 | 
            +
                 *  End Date Time (UTC). RFC 3339 format : 'yyyy-MM-dd'T'HH:mm:ss.SSSZZ'. 
         | 
| 376 | 
            +
                 */
         | 
| 377 | 
            +
                endDateTime?: ValidatedDateTime;
         | 
| 378 | 
            +
              }
         | 
| 379 | 
            +
              export type DatesWithoutSupportList = DateInterval[];
         | 
| 337 380 | 
             
              export interface DescribeAttachmentRequest {
         | 
| 338 381 | 
             
                /**
         | 
| 339 382 | 
             
                 * The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
         | 
| @@ -376,7 +419,7 @@ declare namespace Support { | |
| 376 419 | 
             
                 */
         | 
| 377 420 | 
             
                maxResults?: MaxResults;
         | 
| 378 421 | 
             
                /**
         | 
| 379 | 
            -
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports English ("en")  | 
| 422 | 
            +
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
         | 
| 380 423 | 
             
                 */
         | 
| 381 424 | 
             
                language?: Language;
         | 
| 382 425 | 
             
                /**
         | 
| @@ -426,13 +469,41 @@ declare namespace Support { | |
| 426 469 | 
             
                 */
         | 
| 427 470 | 
             
                nextToken?: NextToken;
         | 
| 428 471 | 
             
              }
         | 
| 472 | 
            +
              export interface DescribeCreateCaseOptionsRequest {
         | 
| 473 | 
            +
                /**
         | 
| 474 | 
            +
                 * The type of issue for the case. You can specify customer-service or technical. If you don't specify a value, the default is technical.
         | 
| 475 | 
            +
                 */
         | 
| 476 | 
            +
                issueType: IssueType;
         | 
| 477 | 
            +
                /**
         | 
| 478 | 
            +
                 * The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values.
         | 
| 479 | 
            +
                 */
         | 
| 480 | 
            +
                serviceCode: ServiceCode;
         | 
| 481 | 
            +
                /**
         | 
| 482 | 
            +
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
         | 
| 483 | 
            +
                 */
         | 
| 484 | 
            +
                language: Language;
         | 
| 485 | 
            +
                /**
         | 
| 486 | 
            +
                 * The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
         | 
| 487 | 
            +
                 */
         | 
| 488 | 
            +
                categoryCode: CategoryCode;
         | 
| 489 | 
            +
              }
         | 
| 490 | 
            +
              export interface DescribeCreateCaseOptionsResponse {
         | 
| 491 | 
            +
                /**
         | 
| 492 | 
            +
                 * Language availability can be any of the following:    available     best_effort     unavailable   
         | 
| 493 | 
            +
                 */
         | 
| 494 | 
            +
                languageAvailability?: ValidatedLanguageAvailability;
         | 
| 495 | 
            +
                /**
         | 
| 496 | 
            +
                 *  A JSON-formatted array that contains the available communication type options, along with the available support timeframes for the given inputs. 
         | 
| 497 | 
            +
                 */
         | 
| 498 | 
            +
                communicationTypes?: CommunicationTypeOptionsList;
         | 
| 499 | 
            +
              }
         | 
| 429 500 | 
             
              export interface DescribeServicesRequest {
         | 
| 430 501 | 
             
                /**
         | 
| 431 502 | 
             
                 * A JSON-formatted list of service codes available for Amazon Web Services services.
         | 
| 432 503 | 
             
                 */
         | 
| 433 504 | 
             
                serviceCodeList?: ServiceCodeList;
         | 
| 434 505 | 
             
                /**
         | 
| 435 | 
            -
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports English ("en")  | 
| 506 | 
            +
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
         | 
| 436 507 | 
             
                 */
         | 
| 437 508 | 
             
                language?: Language;
         | 
| 438 509 | 
             
              }
         | 
| @@ -444,7 +515,7 @@ declare namespace Support { | |
| 444 515 | 
             
              }
         | 
| 445 516 | 
             
              export interface DescribeSeverityLevelsRequest {
         | 
| 446 517 | 
             
                /**
         | 
| 447 | 
            -
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports English ("en")  | 
| 518 | 
            +
                 * The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
         | 
| 448 519 | 
             
                 */
         | 
| 449 520 | 
             
                language?: Language;
         | 
| 450 521 | 
             
              }
         | 
| @@ -454,6 +525,26 @@ declare namespace Support { | |
| 454 525 | 
             
                 */
         | 
| 455 526 | 
             
                severityLevels?: SeverityLevelsList;
         | 
| 456 527 | 
             
              }
         | 
| 528 | 
            +
              export interface DescribeSupportedLanguagesRequest {
         | 
| 529 | 
            +
                /**
         | 
| 530 | 
            +
                 * The type of issue for the case. You can specify customer-service or technical.
         | 
| 531 | 
            +
                 */
         | 
| 532 | 
            +
                issueType: ValidatedIssueTypeString;
         | 
| 533 | 
            +
                /**
         | 
| 534 | 
            +
                 * The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values.
         | 
| 535 | 
            +
                 */
         | 
| 536 | 
            +
                serviceCode: ValidatedServiceCode;
         | 
| 537 | 
            +
                /**
         | 
| 538 | 
            +
                 * The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
         | 
| 539 | 
            +
                 */
         | 
| 540 | 
            +
                categoryCode: ValidatedCategoryCode;
         | 
| 541 | 
            +
              }
         | 
| 542 | 
            +
              export interface DescribeSupportedLanguagesResponse {
         | 
| 543 | 
            +
                /**
         | 
| 544 | 
            +
                 *  A JSON-formatted array that contains the available ISO 639-1 language codes. 
         | 
| 545 | 
            +
                 */
         | 
| 546 | 
            +
                supportedLanguages?: SupportedLanguagesList;
         | 
| 547 | 
            +
              }
         | 
| 457 548 | 
             
              export interface DescribeTrustedAdvisorCheckRefreshStatusesRequest {
         | 
| 458 549 | 
             
                /**
         | 
| 459 550 | 
             
                 * The IDs of the Trusted Advisor checks to get the status.  If you specify the check ID of a check that is automatically refreshed, you might see an InvalidParameterValue error. 
         | 
| @@ -506,8 +597,10 @@ declare namespace Support { | |
| 506 597 | 
             
                 */
         | 
| 507 598 | 
             
                checks: TrustedAdvisorCheckList;
         | 
| 508 599 | 
             
              }
         | 
| 600 | 
            +
              export type Display = string;
         | 
| 509 601 | 
             
              export type DisplayId = string;
         | 
| 510 602 | 
             
              export type Double = number;
         | 
| 603 | 
            +
              export type EndTime = string;
         | 
| 511 604 | 
             
              export type ExpiryTime = string;
         | 
| 512 605 | 
             
              export type FileName = string;
         | 
| 513 606 | 
             
              export type IncludeCommunications = boolean;
         | 
| @@ -588,11 +681,38 @@ declare namespace Support { | |
| 588 681 | 
             
              export type SeverityLevelCode = string;
         | 
| 589 682 | 
             
              export type SeverityLevelName = string;
         | 
| 590 683 | 
             
              export type SeverityLevelsList = SeverityLevel[];
         | 
| 684 | 
            +
              export type StartTime = string;
         | 
| 591 685 | 
             
              export type Status = string;
         | 
| 592 686 | 
             
              export type String = string;
         | 
| 593 687 | 
             
              export type StringList = String[];
         | 
| 594 688 | 
             
              export type Subject = string;
         | 
| 595 689 | 
             
              export type SubmittedBy = string;
         | 
| 690 | 
            +
              export interface SupportedHour {
         | 
| 691 | 
            +
                /**
         | 
| 692 | 
            +
                 *  Start Time. RFC 3339 format 'HH:mm:ss.SSS'. 
         | 
| 693 | 
            +
                 */
         | 
| 694 | 
            +
                startTime?: StartTime;
         | 
| 695 | 
            +
                /**
         | 
| 696 | 
            +
                 *  End Time. RFC 3339 format 'HH:mm:ss.SSS'. 
         | 
| 697 | 
            +
                 */
         | 
| 698 | 
            +
                endTime?: EndTime;
         | 
| 699 | 
            +
              }
         | 
| 700 | 
            +
              export type SupportedHoursList = SupportedHour[];
         | 
| 701 | 
            +
              export interface SupportedLanguage {
         | 
| 702 | 
            +
                /**
         | 
| 703 | 
            +
                 *  2 digit ISO 639-1 code. e.g. en 
         | 
| 704 | 
            +
                 */
         | 
| 705 | 
            +
                code?: Code;
         | 
| 706 | 
            +
                /**
         | 
| 707 | 
            +
                 *  Full language description e.g. ENGLISH 
         | 
| 708 | 
            +
                 */
         | 
| 709 | 
            +
                language?: Language;
         | 
| 710 | 
            +
                /**
         | 
| 711 | 
            +
                 *  Language display value e.g. ENGLISH 
         | 
| 712 | 
            +
                 */
         | 
| 713 | 
            +
                display?: Display;
         | 
| 714 | 
            +
              }
         | 
| 715 | 
            +
              export type SupportedLanguagesList = SupportedLanguage[];
         | 
| 596 716 | 
             
              export type TimeCreated = string;
         | 
| 597 717 | 
             
              export interface TrustedAdvisorCategorySpecificSummary {
         | 
| 598 718 | 
             
                /**
         | 
| @@ -736,6 +856,13 @@ declare namespace Support { | |
| 736 856 | 
             
                 */
         | 
| 737 857 | 
             
                resourcesSuppressed: Long;
         | 
| 738 858 | 
             
              }
         | 
| 859 | 
            +
              export type Type = string;
         | 
| 860 | 
            +
              export type ValidatedCategoryCode = string;
         | 
| 861 | 
            +
              export type ValidatedCommunicationBody = string;
         | 
| 862 | 
            +
              export type ValidatedDateTime = string;
         | 
| 863 | 
            +
              export type ValidatedIssueTypeString = string;
         | 
| 864 | 
            +
              export type ValidatedLanguageAvailability = string;
         | 
| 865 | 
            +
              export type ValidatedServiceCode = string;
         | 
| 739 866 | 
             
              /**
         | 
| 740 867 | 
             
               * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
         | 
| 741 868 | 
             
               */
         | 
    
        package/clients/swf.d.ts
    CHANGED
    
    | @@ -1192,7 +1192,7 @@ declare namespace SWF { | |
| 1192 1192 | 
             
                 */
         | 
| 1193 1193 | 
             
                execution: WorkflowExecution;
         | 
| 1194 1194 | 
             
                /**
         | 
| 1195 | 
            -
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after  | 
| 1195 | 
            +
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".  The configured maximumPageSize determines how many results can be returned in a single call. 
         | 
| 1196 1196 | 
             
                 */
         | 
| 1197 1197 | 
             
                nextPageToken?: PageToken;
         | 
| 1198 1198 | 
             
                /**
         | 
| @@ -1540,7 +1540,7 @@ declare namespace SWF { | |
| 1540 1540 | 
             
                 */
         | 
| 1541 1541 | 
             
                registrationStatus: RegistrationStatus;
         | 
| 1542 1542 | 
             
                /**
         | 
| 1543 | 
            -
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after  | 
| 1543 | 
            +
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".  The configured maximumPageSize determines how many results can be returned in a single call. 
         | 
| 1544 1544 | 
             
                 */
         | 
| 1545 1545 | 
             
                nextPageToken?: PageToken;
         | 
| 1546 1546 | 
             
                /**
         | 
| @@ -1582,7 +1582,7 @@ declare namespace SWF { | |
| 1582 1582 | 
             
                 */
         | 
| 1583 1583 | 
             
                tagFilter?: TagFilter;
         | 
| 1584 1584 | 
             
                /**
         | 
| 1585 | 
            -
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after  | 
| 1585 | 
            +
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".  The configured maximumPageSize determines how many results can be returned in a single call. 
         | 
| 1586 1586 | 
             
                 */
         | 
| 1587 1587 | 
             
                nextPageToken?: PageToken;
         | 
| 1588 1588 | 
             
                /**
         | 
| @@ -1596,7 +1596,7 @@ declare namespace SWF { | |
| 1596 1596 | 
             
              }
         | 
| 1597 1597 | 
             
              export interface ListDomainsInput {
         | 
| 1598 1598 | 
             
                /**
         | 
| 1599 | 
            -
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after  | 
| 1599 | 
            +
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".  The configured maximumPageSize determines how many results can be returned in a single call. 
         | 
| 1600 1600 | 
             
                 */
         | 
| 1601 1601 | 
             
                nextPageToken?: PageToken;
         | 
| 1602 1602 | 
             
                /**
         | 
| @@ -1630,7 +1630,7 @@ declare namespace SWF { | |
| 1630 1630 | 
             
                 */
         | 
| 1631 1631 | 
             
                tagFilter?: TagFilter;
         | 
| 1632 1632 | 
             
                /**
         | 
| 1633 | 
            -
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after  | 
| 1633 | 
            +
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".  The configured maximumPageSize determines how many results can be returned in a single call. 
         | 
| 1634 1634 | 
             
                 */
         | 
| 1635 1635 | 
             
                nextPageToken?: PageToken;
         | 
| 1636 1636 | 
             
                /**
         | 
| @@ -1672,7 +1672,7 @@ declare namespace SWF { | |
| 1672 1672 | 
             
                 */
         | 
| 1673 1673 | 
             
                registrationStatus: RegistrationStatus;
         | 
| 1674 1674 | 
             
                /**
         | 
| 1675 | 
            -
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after  | 
| 1675 | 
            +
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".  The configured maximumPageSize determines how many results can be returned in a single call. 
         | 
| 1676 1676 | 
             
                 */
         | 
| 1677 1677 | 
             
                nextPageToken?: PageToken;
         | 
| 1678 1678 | 
             
                /**
         | 
| @@ -1733,7 +1733,7 @@ declare namespace SWF { | |
| 1733 1733 | 
             
                 */
         | 
| 1734 1734 | 
             
                domain: DomainName;
         | 
| 1735 1735 | 
             
                /**
         | 
| 1736 | 
            -
                 * Specifies the task list to poll for decision tasks. The specified string must not  | 
| 1736 | 
            +
                 * Specifies the task list to poll for decision tasks. The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 1737 1737 | 
             
                 */
         | 
| 1738 1738 | 
             
                taskList: TaskList;
         | 
| 1739 1739 | 
             
                /**
         | 
| @@ -1741,7 +1741,7 @@ declare namespace SWF { | |
| 1741 1741 | 
             
                 */
         | 
| 1742 1742 | 
             
                identity?: Identity;
         | 
| 1743 1743 | 
             
                /**
         | 
| 1744 | 
            -
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after  | 
| 1744 | 
            +
                 * If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".  The configured maximumPageSize determines how many results can be returned in a single call.   The nextPageToken returned by this action cannot be used with GetWorkflowExecutionHistory to get the next page. You must call PollForDecisionTask again (with the nextPageToken) to retrieve the next page of history records. Calling PollForDecisionTask with a nextPageToken doesn't return a new decision task. 
         | 
| 1745 1745 | 
             
                 */
         | 
| 1746 1746 | 
             
                nextPageToken?: PageToken;
         | 
| 1747 1747 | 
             
                /**
         | 
| @@ -1752,6 +1752,10 @@ declare namespace SWF { | |
| 1752 1752 | 
             
                 * When set to true, returns the events in reverse order. By default the results are returned in ascending order of the eventTimestamp of the events.
         | 
| 1753 1753 | 
             
                 */
         | 
| 1754 1754 | 
             
                reverseOrder?: ReverseOrder;
         | 
| 1755 | 
            +
                /**
         | 
| 1756 | 
            +
                 * When set to true, returns the events with eventTimestamp greater than or equal to eventTimestamp of the most recent DecisionTaskStarted event. By default, this parameter is set to false.
         | 
| 1757 | 
            +
                 */
         | 
| 1758 | 
            +
                startAtPreviousStartedEvent?: StartAtPreviousStartedEvent;
         | 
| 1755 1759 | 
             
              }
         | 
| 1756 1760 | 
             
              export interface RecordActivityTaskHeartbeatInput {
         | 
| 1757 1761 | 
             
                /**
         | 
| @@ -1794,11 +1798,11 @@ declare namespace SWF { | |
| 1794 1798 | 
             
                 */
         | 
| 1795 1799 | 
             
                domain: DomainName;
         | 
| 1796 1800 | 
             
                /**
         | 
| 1797 | 
            -
                 * The name of the activity type within the domain. The specified string must not  | 
| 1801 | 
            +
                 * The name of the activity type within the domain. The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 1798 1802 | 
             
                 */
         | 
| 1799 1803 | 
             
                name: Name;
         | 
| 1800 1804 | 
             
                /**
         | 
| 1801 | 
            -
                 * The version of the activity type.  The activity type consists of the name and version, the combination of which must be unique within the domain.  The specified string must not  | 
| 1805 | 
            +
                 * The version of the activity type.  The activity type consists of the name and version, the combination of which must be unique within the domain.  The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 1802 1806 | 
             
                 */
         | 
| 1803 1807 | 
             
                version: Version;
         | 
| 1804 1808 | 
             
                /**
         | 
| @@ -1854,11 +1858,11 @@ declare namespace SWF { | |
| 1854 1858 | 
             
                 */
         | 
| 1855 1859 | 
             
                domain: DomainName;
         | 
| 1856 1860 | 
             
                /**
         | 
| 1857 | 
            -
                 * The name of the workflow type. The specified string must not  | 
| 1861 | 
            +
                 * The name of the workflow type. The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 1858 1862 | 
             
                 */
         | 
| 1859 1863 | 
             
                name: Name;
         | 
| 1860 1864 | 
             
                /**
         | 
| 1861 | 
            -
                 * The version of the workflow type.  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.  The specified string must not  | 
| 1865 | 
            +
                 * The version of the workflow type.  The workflow type consists of the name and version, the combination of which must be unique within the domain. To get a list of all currently registered workflow types, use the ListWorkflowTypes action.  The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 1862 1866 | 
             
                 */
         | 
| 1863 1867 | 
             
                version: Version;
         | 
| 1864 1868 | 
             
                /**
         | 
| @@ -2060,7 +2064,7 @@ declare namespace SWF { | |
| 2060 2064 | 
             
                 */
         | 
| 2061 2065 | 
             
                activityType: ActivityType;
         | 
| 2062 2066 | 
             
                /**
         | 
| 2063 | 
            -
                 *  The activityId of the activity task. The specified string must not  | 
| 2067 | 
            +
                 *  The activityId of the activity task. The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 2064 2068 | 
             
                 */
         | 
| 2065 2069 | 
             
                activityId: ActivityId;
         | 
| 2066 2070 | 
             
                /**
         | 
| @@ -2076,7 +2080,7 @@ declare namespace SWF { | |
| 2076 2080 | 
             
                 */
         | 
| 2077 2081 | 
             
                scheduleToCloseTimeout?: DurationInSecondsOptional;
         | 
| 2078 2082 | 
             
                /**
         | 
| 2079 | 
            -
                 * If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.  The specified string must not  | 
| 2083 | 
            +
                 * If set, specifies the name of the task list in which to schedule the activity task. If not specified, the defaultTaskList registered with the activity type is used.  A task list for this activity task must be specified either as a default for the activity type or through this field. If neither this field is set nor a default task list was specified at registration time then a fault is returned.  The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 2080 2084 | 
             
                 */
         | 
| 2081 2085 | 
             
                taskList?: TaskList;
         | 
| 2082 2086 | 
             
                /**
         | 
| @@ -2133,7 +2137,7 @@ declare namespace SWF { | |
| 2133 2137 | 
             
                 */
         | 
| 2134 2138 | 
             
                input?: FunctionInput;
         | 
| 2135 2139 | 
             
                /**
         | 
| 2136 | 
            -
                 * The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1- | 
| 2140 | 
            +
                 * The timeout value, in seconds, after which the Lambda function is considered to be failed once it has started. This can be any integer from 1-900 (1s-15m). If no value is supplied, then a default value of 900s is assumed.
         | 
| 2137 2141 | 
             
                 */
         | 
| 2138 2142 | 
             
                startToCloseTimeout?: DurationInSecondsOptional;
         | 
| 2139 2143 | 
             
              }
         | 
| @@ -2254,13 +2258,14 @@ declare namespace SWF { | |
| 2254 2258 | 
             
                 */
         | 
| 2255 2259 | 
             
                input?: Data;
         | 
| 2256 2260 | 
             
              }
         | 
| 2261 | 
            +
              export type StartAtPreviousStartedEvent = boolean;
         | 
| 2257 2262 | 
             
              export interface StartChildWorkflowExecutionDecisionAttributes {
         | 
| 2258 2263 | 
             
                /**
         | 
| 2259 2264 | 
             
                 *  The type of the workflow execution to be started.
         | 
| 2260 2265 | 
             
                 */
         | 
| 2261 2266 | 
             
                workflowType: WorkflowType;
         | 
| 2262 2267 | 
             
                /**
         | 
| 2263 | 
            -
                 *  The workflowId of the workflow execution. The specified string must not  | 
| 2268 | 
            +
                 *  The workflowId of the workflow execution. The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 2264 2269 | 
             
                 */
         | 
| 2265 2270 | 
             
                workflowId: WorkflowId;
         | 
| 2266 2271 | 
             
                /**
         | 
| @@ -2276,7 +2281,7 @@ declare namespace SWF { | |
| 2276 2281 | 
             
                 */
         | 
| 2277 2282 | 
             
                executionStartToCloseTimeout?: DurationInSecondsOptional;
         | 
| 2278 2283 | 
             
                /**
         | 
| 2279 | 
            -
                 * The name of the task list to be used for decision tasks of the child workflow execution.  A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not  | 
| 2284 | 
            +
                 * The name of the task list to be used for decision tasks of the child workflow execution.  A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.  The specified string must not start or end with whitespace. It must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 2280 2285 | 
             
                 */
         | 
| 2281 2286 | 
             
                taskList?: TaskList;
         | 
| 2282 2287 | 
             
                /**
         | 
| @@ -2394,7 +2399,7 @@ declare namespace SWF { | |
| 2394 2399 | 
             
              }
         | 
| 2395 2400 | 
             
              export interface StartTimerDecisionAttributes {
         | 
| 2396 2401 | 
             
                /**
         | 
| 2397 | 
            -
                 *  The unique ID of the timer. The specified string must not  | 
| 2402 | 
            +
                 *  The unique ID of the timer. The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 2398 2403 | 
             
                 */
         | 
| 2399 2404 | 
             
                timerId: TimerId;
         | 
| 2400 2405 | 
             
                /**
         | 
| @@ -2423,11 +2428,11 @@ declare namespace SWF { | |
| 2423 2428 | 
             
              }
         | 
| 2424 2429 | 
             
              export interface StartWorkflowExecutionInput {
         | 
| 2425 2430 | 
             
                /**
         | 
| 2426 | 
            -
                 * The name of the domain in which the workflow execution is created.
         | 
| 2431 | 
            +
                 * The name of the domain in which the workflow execution is created. The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 2427 2432 | 
             
                 */
         | 
| 2428 2433 | 
             
                domain: DomainName;
         | 
| 2429 2434 | 
             
                /**
         | 
| 2430 | 
            -
                 * The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time within the same domain. The specified string must not  | 
| 2435 | 
            +
                 * The user defined identifier associated with the workflow execution. You can use this to associate a custom identifier with the workflow execution. You may specify the same identifier if a workflow execution is logically a restart of a previous execution. You cannot have two open workflow executions with the same workflowId at the same time within the same domain. The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 2431 2436 | 
             
                 */
         | 
| 2432 2437 | 
             
                workflowId: WorkflowId;
         | 
| 2433 2438 | 
             
                /**
         | 
| @@ -2435,7 +2440,7 @@ declare namespace SWF { | |
| 2435 2440 | 
             
                 */
         | 
| 2436 2441 | 
             
                workflowType: WorkflowType;
         | 
| 2437 2442 | 
             
                /**
         | 
| 2438 | 
            -
                 * The task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.  A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.  The specified string must not  | 
| 2443 | 
            +
                 * The task list to use for the decision tasks generated for this workflow execution. This overrides the defaultTaskList specified when registering the workflow type.  A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault is returned.  The specified string must not contain a : (colon), / (slash), | (vertical bar), or any control characters (\u0000-\u001f | \u007f-\u009f). Also, it must not be the literal string arn.
         | 
| 2439 2444 | 
             
                 */
         | 
| 2440 2445 | 
             
                taskList?: TaskList;
         | 
| 2441 2446 | 
             
                /**
         |