aws-sdk 2.1375.0 → 2.1376.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 +7 -1
- package/README.md +1 -1
- package/apis/elasticmapreduce-2009-03-31.min.json +85 -37
- package/apis/rds-2014-10-31.min.json +9 -3
- package/apis/swf-2012-01-25.min.json +3 -0
- package/clients/emr.d.ts +228 -136
- package/clients/rds.d.ts +26 -10
- package/clients/swf.d.ts +26 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +97 -43
- package/dist/aws-sdk.min.js +55 -55
- 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/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 | 
             
                /**
         |