cdk-lambda-subminute 2.0.298 → 2.0.300

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.
Files changed (54) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +27 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
  9. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
  10. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
  11. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +361 -16
  12. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +423 -268
  15. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  16. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
  20. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  21. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
  22. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  23. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
  24. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  26. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  27. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
  28. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
  29. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  30. package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
  31. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
  32. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  33. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +370 -5
  34. package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
  35. package/node_modules/aws-sdk/clients/ec2.d.ts +179 -1
  36. package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
  37. package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
  38. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  39. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  40. package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
  41. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  42. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  43. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
  44. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  45. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  46. package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
  47. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +24 -24
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +799 -569
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  52. package/node_modules/aws-sdk/lib/core.js +1 -1
  53. package/node_modules/aws-sdk/package.json +1 -1
  54. package/package.json +2 -2
@@ -69,27 +69,27 @@ declare class Signer extends Service {
69
69
  */
70
70
  listProfilePermissions(callback?: (err: AWSError, data: Signer.Types.ListProfilePermissionsResponse) => void): Request<Signer.Types.ListProfilePermissionsResponse, AWSError>;
71
71
  /**
72
- * Lists all your signing jobs. You can use the maxResults parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.
72
+ * Lists all your signing jobs. You can use the maxResults parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, AWS Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.
73
73
  */
74
74
  listSigningJobs(params: Signer.Types.ListSigningJobsRequest, callback?: (err: AWSError, data: Signer.Types.ListSigningJobsResponse) => void): Request<Signer.Types.ListSigningJobsResponse, AWSError>;
75
75
  /**
76
- * Lists all your signing jobs. You can use the maxResults parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.
76
+ * Lists all your signing jobs. You can use the maxResults parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, AWS Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.
77
77
  */
78
78
  listSigningJobs(callback?: (err: AWSError, data: Signer.Types.ListSigningJobsResponse) => void): Request<Signer.Types.ListSigningJobsResponse, AWSError>;
79
79
  /**
80
- * Lists all signing platforms available in code signing that match the request parameters. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.
80
+ * Lists all signing platforms available in AWS Signer that match the request parameters. If additional jobs remain to be listed, Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.
81
81
  */
82
82
  listSigningPlatforms(params: Signer.Types.ListSigningPlatformsRequest, callback?: (err: AWSError, data: Signer.Types.ListSigningPlatformsResponse) => void): Request<Signer.Types.ListSigningPlatformsResponse, AWSError>;
83
83
  /**
84
- * Lists all signing platforms available in code signing that match the request parameters. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.
84
+ * Lists all signing platforms available in AWS Signer that match the request parameters. If additional jobs remain to be listed, Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.
85
85
  */
86
86
  listSigningPlatforms(callback?: (err: AWSError, data: Signer.Types.ListSigningPlatformsResponse) => void): Request<Signer.Types.ListSigningPlatformsResponse, AWSError>;
87
87
  /**
88
- * Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE status unless the includeCanceled request field is set to true. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.
88
+ * Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE status unless the includeCanceled request field is set to true. If additional jobs remain to be listed, AWS Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.
89
89
  */
90
90
  listSigningProfiles(params: Signer.Types.ListSigningProfilesRequest, callback?: (err: AWSError, data: Signer.Types.ListSigningProfilesResponse) => void): Request<Signer.Types.ListSigningProfilesResponse, AWSError>;
91
91
  /**
92
- * Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE status unless the includeCanceled request field is set to true. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.
92
+ * Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE status unless the includeCanceled request field is set to true. If additional jobs remain to be listed, AWS Signer returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that Signer returns in the nextToken parameter until all of your signing jobs have been returned.
93
93
  */
94
94
  listSigningProfiles(callback?: (err: AWSError, data: Signer.Types.ListSigningProfilesResponse) => void): Request<Signer.Types.ListSigningProfilesResponse, AWSError>;
95
95
  /**
@@ -101,11 +101,11 @@ declare class Signer extends Service {
101
101
  */
102
102
  listTagsForResource(callback?: (err: AWSError, data: Signer.Types.ListTagsForResourceResponse) => void): Request<Signer.Types.ListTagsForResourceResponse, AWSError>;
103
103
  /**
104
- * Creates a signing profile. A signing profile is a code signing template that can be used to carry out a pre-defined signing job.
104
+ * Creates a signing profile. A signing profile is a code-signing template that can be used to carry out a pre-defined signing job.
105
105
  */
106
106
  putSigningProfile(params: Signer.Types.PutSigningProfileRequest, callback?: (err: AWSError, data: Signer.Types.PutSigningProfileResponse) => void): Request<Signer.Types.PutSigningProfileResponse, AWSError>;
107
107
  /**
108
- * Creates a signing profile. A signing profile is a code signing template that can be used to carry out a pre-defined signing job.
108
+ * Creates a signing profile. A signing profile is a code-signing template that can be used to carry out a pre-defined signing job.
109
109
  */
110
110
  putSigningProfile(callback?: (err: AWSError, data: Signer.Types.PutSigningProfileResponse) => void): Request<Signer.Types.PutSigningProfileResponse, AWSError>;
111
111
  /**
@@ -141,11 +141,11 @@ declare class Signer extends Service {
141
141
  */
142
142
  signPayload(callback?: (err: AWSError, data: Signer.Types.SignPayloadResponse) => void): Request<Signer.Types.SignPayloadResponse, AWSError>;
143
143
  /**
144
- * Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation for two years after they are performed. Note the following requirements: You must create an Amazon S3 source bucket. For more information, see Creating a Bucket in the Amazon S3 Getting Started Guide. Your S3 source bucket must be version enabled. You must create an S3 destination bucket. Code signing uses your S3 destination bucket to write your signed code. You specify the name of the source and destination buckets when calling the StartSigningJob operation. You must also specify a request token that identifies your request to code signing. You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob. For a Java example that shows how to use this action, see StartSigningJob.
144
+ * Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation for two years after they are performed. Note the following requirements: You must create an Amazon S3 source bucket. For more information, see Creating a Bucket in the Amazon S3 Getting Started Guide. Your S3 source bucket must be version enabled. You must create an S3 destination bucket. AWS Signer uses your S3 destination bucket to write your signed code. You specify the name of the source and destination buckets when calling the StartSigningJob operation. You must also specify a request token that identifies your request to Signer. You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob. For a Java example that shows how to use this action, see StartSigningJob.
145
145
  */
146
146
  startSigningJob(params: Signer.Types.StartSigningJobRequest, callback?: (err: AWSError, data: Signer.Types.StartSigningJobResponse) => void): Request<Signer.Types.StartSigningJobResponse, AWSError>;
147
147
  /**
148
- * Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation for two years after they are performed. Note the following requirements: You must create an Amazon S3 source bucket. For more information, see Creating a Bucket in the Amazon S3 Getting Started Guide. Your S3 source bucket must be version enabled. You must create an S3 destination bucket. Code signing uses your S3 destination bucket to write your signed code. You specify the name of the source and destination buckets when calling the StartSigningJob operation. You must also specify a request token that identifies your request to code signing. You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob. For a Java example that shows how to use this action, see StartSigningJob.
148
+ * Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs operation for two years after they are performed. Note the following requirements: You must create an Amazon S3 source bucket. For more information, see Creating a Bucket in the Amazon S3 Getting Started Guide. Your S3 source bucket must be version enabled. You must create an S3 destination bucket. AWS Signer uses your S3 destination bucket to write your signed code. You specify the name of the source and destination buckets when calling the StartSigningJob operation. You must also specify a request token that identifies your request to Signer. You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob. For a Java example that shows how to use this action, see StartSigningJob.
149
149
  */
150
150
  startSigningJob(callback?: (err: AWSError, data: Signer.Types.StartSigningJobResponse) => void): Request<Signer.Types.StartSigningJobResponse, AWSError>;
151
151
  /**
@@ -292,7 +292,7 @@ declare namespace Signer {
292
292
  */
293
293
  revocationRecord?: SigningJobRevocationRecord;
294
294
  /**
295
- * Name of the S3 bucket where the signed code image is saved by code signing.
295
+ * Name of the S3 bucket where the signed code image is saved by AWS Signer.
296
296
  */
297
297
  signedObject?: SignedObject;
298
298
  /**
@@ -314,11 +314,11 @@ declare namespace Signer {
314
314
  export type EncryptionAlgorithm = "RSA"|"ECDSA"|string;
315
315
  export interface EncryptionAlgorithmOptions {
316
316
  /**
317
- * The set of accepted encryption algorithms that are allowed in a code signing job.
317
+ * The set of accepted encryption algorithms that are allowed in a code-signing job.
318
318
  */
319
319
  allowedValues: EncryptionAlgorithms;
320
320
  /**
321
- * The default encryption algorithm that is used by a code signing job.
321
+ * The default encryption algorithm that is used by a code-signing job.
322
322
  */
323
323
  defaultValue: EncryptionAlgorithm;
324
324
  }
@@ -341,13 +341,13 @@ declare namespace Signer {
341
341
  */
342
342
  jobArn: Arn;
343
343
  /**
344
- * A list of composite signed hashes that identify certificates. A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA.
344
+ * A list of composite signed hashes that identify certificates. A certificate identifier consists of a subject certificate TBS hash (signed by the parent CA) combined with a parent CA TBS hash (signed by the parent CA’s CA). Root certificates are defined as their own CA. The following example shows how to calculate a hash for this parameter using OpenSSL commands: openssl asn1parse -in childCert.pem -strparse 4 -out childCert.tbs openssl sha384 &lt; childCert.tbs -binary &gt; childCertTbsHash openssl asn1parse -in parentCert.pem -strparse 4 -out parentCert.tbs openssl sha384 &lt; parentCert.tbs -binary &gt; parentCertTbsHash xxd -p childCertTbsHash &gt; certificateHash.hex xxd -p parentCertTbsHash &gt;&gt; certificateHash.hex cat certificateHash.hex | tr -d '\n'
345
345
  */
346
346
  certificateHashes: CertificateHashes;
347
347
  }
348
348
  export interface GetRevocationStatusResponse {
349
349
  /**
350
- * A list of revoked entities (including one or more of the signing profile ARN, signing job ID, and certificate hash) supplied as input to the API.
350
+ * A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.
351
351
  */
352
352
  revokedEntities?: RevokedEntities;
353
353
  }
@@ -460,11 +460,11 @@ declare namespace Signer {
460
460
  export type HashAlgorithm = "SHA1"|"SHA256"|string;
461
461
  export interface HashAlgorithmOptions {
462
462
  /**
463
- * The set of accepted hash algorithms allowed in a code signing job.
463
+ * The set of accepted hash algorithms allowed in a code-signing job.
464
464
  */
465
465
  allowedValues: HashAlgorithms;
466
466
  /**
467
- * The default hash algorithm that is used in a code signing job.
467
+ * The default hash algorithm that is used in a code-signing job.
468
468
  */
469
469
  defaultValue: HashAlgorithm;
470
470
  }
@@ -760,7 +760,7 @@ declare namespace Signer {
760
760
  */
761
761
  bucketName?: BucketName;
762
762
  /**
763
- * An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.
763
+ * An S3 prefix that you can use to limit responses to those that begin with the specified prefix.
764
764
  */
765
765
  prefix?: Prefix;
766
766
  }
@@ -802,7 +802,7 @@ declare namespace Signer {
802
802
  */
803
803
  payload: Payload;
804
804
  /**
805
- * Payload content type
805
+ * Payload content type. The single valid type is application/vnd.cncf.notary.payload.v1+json.
806
806
  */
807
807
  payloadFormat: String;
808
808
  }
@@ -816,7 +816,7 @@ declare namespace Signer {
816
816
  */
817
817
  jobOwner?: AccountId;
818
818
  /**
819
- * Information including the signing profile ARN and the signing job ID. Clients use metadata to signature records, for example, as annotations added to the signature manifest inside an OCI registry.
819
+ * Information including the signing profile ARN and the signing job ID.
820
820
  */
821
821
  metadata?: Metadata;
822
822
  /**
@@ -842,31 +842,31 @@ declare namespace Signer {
842
842
  }
843
843
  export interface SigningConfiguration {
844
844
  /**
845
- * The encryption algorithm options that are available for a code signing job.
845
+ * The encryption algorithm options that are available for a code-signing job.
846
846
  */
847
847
  encryptionAlgorithmOptions: EncryptionAlgorithmOptions;
848
848
  /**
849
- * The hash algorithm options that are available for a code signing job.
849
+ * The hash algorithm options that are available for a code-signing job.
850
850
  */
851
851
  hashAlgorithmOptions: HashAlgorithmOptions;
852
852
  }
853
853
  export interface SigningConfigurationOverrides {
854
854
  /**
855
- * A specified override of the default encryption algorithm that is used in a code signing job.
855
+ * A specified override of the default encryption algorithm that is used in a code-signing job.
856
856
  */
857
857
  encryptionAlgorithm?: EncryptionAlgorithm;
858
858
  /**
859
- * A specified override of the default hash algorithm that is used in a code signing job.
859
+ * A specified override of the default hash algorithm that is used in a code-signing job.
860
860
  */
861
861
  hashAlgorithm?: HashAlgorithm;
862
862
  }
863
863
  export interface SigningImageFormat {
864
864
  /**
865
- * The supported formats of a code signing image.
865
+ * The supported formats of a signing image.
866
866
  */
867
867
  supportedFormats: ImageFormats;
868
868
  /**
869
- * The default format of a code signing image.
869
+ * The default format of a signing image.
870
870
  */
871
871
  defaultFormat: ImageFormat;
872
872
  }
@@ -954,32 +954,32 @@ declare namespace Signer {
954
954
  export type SigningParameters = {[key: string]: SigningParameterValue};
955
955
  export interface SigningPlatform {
956
956
  /**
957
- * The ID of a code signing platform.
957
+ * The ID of a signing platform.
958
958
  */
959
959
  platformId?: String;
960
960
  /**
961
- * The display name of a code signing platform.
961
+ * The display name of a signing platform.
962
962
  */
963
963
  displayName?: String;
964
964
  /**
965
- * Any partner entities linked to a code signing platform.
965
+ * Any partner entities linked to a signing platform.
966
966
  */
967
967
  partner?: String;
968
968
  /**
969
- * The types of targets that can be signed by a code signing platform.
969
+ * The types of targets that can be signed by a signing platform.
970
970
  */
971
971
  target?: String;
972
972
  /**
973
- * The category of a code signing platform.
973
+ * The category of a signing platform.
974
974
  */
975
975
  category?: Category;
976
976
  /**
977
- * The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
977
+ * The configuration of a signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
978
978
  */
979
979
  signingConfiguration?: SigningConfiguration;
980
980
  signingImageFormat?: SigningImageFormat;
981
981
  /**
982
- * The maximum size (in MB) of code that can be signed by a code signing platform.
982
+ * The maximum size (in MB) of code that can be signed by a signing platform.
983
983
  */
984
984
  maxSizeInMB?: MaxSizeInMB;
985
985
  /**
@@ -1028,11 +1028,11 @@ declare namespace Signer {
1028
1028
  */
1029
1029
  platformDisplayName?: DisplayName;
1030
1030
  /**
1031
- * The parameters that are available for use by a code signing user.
1031
+ * The parameters that are available for use by a Signer user.
1032
1032
  */
1033
1033
  signingParameters?: SigningParameters;
1034
1034
  /**
1035
- * The status of a code signing profile.
1035
+ * The status of a signing profile.
1036
1036
  */
1037
1037
  status?: SigningProfileStatus;
1038
1038
  /**
@@ -44,11 +44,11 @@ declare class StepFunctions extends Service {
44
44
  */
45
45
  deleteActivity(callback?: (err: AWSError, data: StepFunctions.Types.DeleteActivityOutput) => void): Request<StepFunctions.Types.DeleteActivityOutput, AWSError>;
46
46
  /**
47
- * Deletes a state machine. This is an asynchronous operation: It sets the state machine's status to DELETING and begins the deletion process. A qualified state machine ARN can either refer to a Distributed Map state defined within a state machine, a version ARN, or an alias ARN. The following are some examples of qualified and unqualified state machine ARNs: The following qualified state machine ARN refers to a Distributed Map state with a label mapStateLabel in a state machine named myStateMachine. arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel If you provide a qualified state machine ARN that refers to a Distributed Map state, the request fails with ValidationException. The following unqualified state machine ARN refers to a state machine named myStateMachine. arn:partition:states:region:account-id:stateMachine:myStateMachine This API action also deletes all versions and aliases associated with a state machine. For EXPRESS state machines, the deletion happens eventually (usually in less than a minute). Running executions may emit logs after DeleteStateMachine API is called.
47
+ * Deletes a state machine. This is an asynchronous operation. It sets the state machine's status to DELETING and begins the deletion process. A state machine is deleted only when all its executions are completed. On the next state transition, the state machine's executions are terminated. A qualified state machine ARN can either refer to a Distributed Map state defined within a state machine, a version ARN, or an alias ARN. The following are some examples of qualified and unqualified state machine ARNs: The following qualified state machine ARN refers to a Distributed Map state with a label mapStateLabel in a state machine named myStateMachine. arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel If you provide a qualified state machine ARN that refers to a Distributed Map state, the request fails with ValidationException. The following unqualified state machine ARN refers to a state machine named myStateMachine. arn:partition:states:region:account-id:stateMachine:myStateMachine This API action also deletes all versions and aliases associated with a state machine. For EXPRESS state machines, the deletion happens eventually (usually in less than a minute). Running executions may emit logs after DeleteStateMachine API is called.
48
48
  */
49
49
  deleteStateMachine(params: StepFunctions.Types.DeleteStateMachineInput, callback?: (err: AWSError, data: StepFunctions.Types.DeleteStateMachineOutput) => void): Request<StepFunctions.Types.DeleteStateMachineOutput, AWSError>;
50
50
  /**
51
- * Deletes a state machine. This is an asynchronous operation: It sets the state machine's status to DELETING and begins the deletion process. A qualified state machine ARN can either refer to a Distributed Map state defined within a state machine, a version ARN, or an alias ARN. The following are some examples of qualified and unqualified state machine ARNs: The following qualified state machine ARN refers to a Distributed Map state with a label mapStateLabel in a state machine named myStateMachine. arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel If you provide a qualified state machine ARN that refers to a Distributed Map state, the request fails with ValidationException. The following unqualified state machine ARN refers to a state machine named myStateMachine. arn:partition:states:region:account-id:stateMachine:myStateMachine This API action also deletes all versions and aliases associated with a state machine. For EXPRESS state machines, the deletion happens eventually (usually in less than a minute). Running executions may emit logs after DeleteStateMachine API is called.
51
+ * Deletes a state machine. This is an asynchronous operation. It sets the state machine's status to DELETING and begins the deletion process. A state machine is deleted only when all its executions are completed. On the next state transition, the state machine's executions are terminated. A qualified state machine ARN can either refer to a Distributed Map state defined within a state machine, a version ARN, or an alias ARN. The following are some examples of qualified and unqualified state machine ARNs: The following qualified state machine ARN refers to a Distributed Map state with a label mapStateLabel in a state machine named myStateMachine. arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel If you provide a qualified state machine ARN that refers to a Distributed Map state, the request fails with ValidationException. The following unqualified state machine ARN refers to a state machine named myStateMachine. arn:partition:states:region:account-id:stateMachine:myStateMachine This API action also deletes all versions and aliases associated with a state machine. For EXPRESS state machines, the deletion happens eventually (usually in less than a minute). Running executions may emit logs after DeleteStateMachine API is called.
52
52
  */
53
53
  deleteStateMachine(callback?: (err: AWSError, data: StepFunctions.Types.DeleteStateMachineOutput) => void): Request<StepFunctions.Types.DeleteStateMachineOutput, AWSError>;
54
54
  /**
@@ -76,19 +76,19 @@ declare class StepFunctions extends Service {
76
76
  */
77
77
  describeActivity(callback?: (err: AWSError, data: StepFunctions.Types.DescribeActivityOutput) => void): Request<StepFunctions.Types.DescribeActivityOutput, AWSError>;
78
78
  /**
79
- * Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. Use this API action to return the Map Run Amazon Resource Name (ARN) if the execution was dispatched by a Map Run. If you specify a version or alias ARN when you call the StartExecution API action, DescribeExecution returns that ARN. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. Executions of an EXPRESS state machinearen't supported by DescribeExecution unless a Map Run dispatched them.
79
+ * Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. If you've redriven an execution, you can use this API action to return information about the redrives of that execution. In addition, you can use this API action to return the Map Run Amazon Resource Name (ARN) if the execution was dispatched by a Map Run. If you specify a version or alias ARN when you call the StartExecution API action, DescribeExecution returns that ARN. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. Executions of an EXPRESS state machine aren't supported by DescribeExecution unless a Map Run dispatched them.
80
80
  */
81
81
  describeExecution(params: StepFunctions.Types.DescribeExecutionInput, callback?: (err: AWSError, data: StepFunctions.Types.DescribeExecutionOutput) => void): Request<StepFunctions.Types.DescribeExecutionOutput, AWSError>;
82
82
  /**
83
- * Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. Use this API action to return the Map Run Amazon Resource Name (ARN) if the execution was dispatched by a Map Run. If you specify a version or alias ARN when you call the StartExecution API action, DescribeExecution returns that ARN. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. Executions of an EXPRESS state machinearen't supported by DescribeExecution unless a Map Run dispatched them.
83
+ * Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. If you've redriven an execution, you can use this API action to return information about the redrives of that execution. In addition, you can use this API action to return the Map Run Amazon Resource Name (ARN) if the execution was dispatched by a Map Run. If you specify a version or alias ARN when you call the StartExecution API action, DescribeExecution returns that ARN. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. Executions of an EXPRESS state machine aren't supported by DescribeExecution unless a Map Run dispatched them.
84
84
  */
85
85
  describeExecution(callback?: (err: AWSError, data: StepFunctions.Types.DescribeExecutionOutput) => void): Request<StepFunctions.Types.DescribeExecutionOutput, AWSError>;
86
86
  /**
87
- * Provides information about a Map Run's configuration, progress, and results. For more information, see Examining Map Run in the Step Functions Developer Guide.
87
+ * Provides information about a Map Run's configuration, progress, and results. If you've redriven a Map Run, this API action also returns information about the redrives of that Map Run. For more information, see Examining Map Run in the Step Functions Developer Guide.
88
88
  */
89
89
  describeMapRun(params: StepFunctions.Types.DescribeMapRunInput, callback?: (err: AWSError, data: StepFunctions.Types.DescribeMapRunOutput) => void): Request<StepFunctions.Types.DescribeMapRunOutput, AWSError>;
90
90
  /**
91
- * Provides information about a Map Run's configuration, progress, and results. For more information, see Examining Map Run in the Step Functions Developer Guide.
91
+ * Provides information about a Map Run's configuration, progress, and results. If you've redriven a Map Run, this API action also returns information about the redrives of that Map Run. For more information, see Examining Map Run in the Step Functions Developer Guide.
92
92
  */
93
93
  describeMapRun(callback?: (err: AWSError, data: StepFunctions.Types.DescribeMapRunOutput) => void): Request<StepFunctions.Types.DescribeMapRunOutput, AWSError>;
94
94
  /**
@@ -140,11 +140,11 @@ declare class StepFunctions extends Service {
140
140
  */
141
141
  listActivities(callback?: (err: AWSError, data: StepFunctions.Types.ListActivitiesOutput) => void): Request<StepFunctions.Types.ListActivitiesOutput, AWSError>;
142
142
  /**
143
- * Lists all executions of a state machine or a Map Run. You can list all executions related to a state machine by specifying a state machine Amazon Resource Name (ARN), or those related to a Map Run by specifying a Map Run ARN. You can also provide a state machine alias ARN or version ARN to list the executions associated with a specific alias or version. Results are sorted by time, with the most recent execution first. If nextToken is returned, there are more results available. The value of nextToken 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 an HTTP 400 InvalidToken error. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
143
+ * Lists all executions of a state machine or a Map Run. You can list all executions related to a state machine by specifying a state machine Amazon Resource Name (ARN), or those related to a Map Run by specifying a Map Run ARN. Using this API action, you can also list all redriven executions. You can also provide a state machine alias ARN or version ARN to list the executions associated with a specific alias or version. Results are sorted by time, with the most recent execution first. If nextToken is returned, there are more results available. The value of nextToken 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 an HTTP 400 InvalidToken error. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
144
144
  */
145
145
  listExecutions(params: StepFunctions.Types.ListExecutionsInput, callback?: (err: AWSError, data: StepFunctions.Types.ListExecutionsOutput) => void): Request<StepFunctions.Types.ListExecutionsOutput, AWSError>;
146
146
  /**
147
- * Lists all executions of a state machine or a Map Run. You can list all executions related to a state machine by specifying a state machine Amazon Resource Name (ARN), or those related to a Map Run by specifying a Map Run ARN. You can also provide a state machine alias ARN or version ARN to list the executions associated with a specific alias or version. Results are sorted by time, with the most recent execution first. If nextToken is returned, there are more results available. The value of nextToken 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 an HTTP 400 InvalidToken error. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
147
+ * Lists all executions of a state machine or a Map Run. You can list all executions related to a state machine by specifying a state machine Amazon Resource Name (ARN), or those related to a Map Run by specifying a Map Run ARN. Using this API action, you can also list all redriven executions. You can also provide a state machine alias ARN or version ARN to list the executions associated with a specific alias or version. Results are sorted by time, with the most recent execution first. If nextToken is returned, there are more results available. The value of nextToken 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 an HTTP 400 InvalidToken error. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes. This API action is not supported by EXPRESS state machines.
148
148
  */
149
149
  listExecutions(callback?: (err: AWSError, data: StepFunctions.Types.ListExecutionsOutput) => void): Request<StepFunctions.Types.ListExecutionsOutput, AWSError>;
150
150
  /**
@@ -196,27 +196,35 @@ declare class StepFunctions extends Service {
196
196
  */
197
197
  publishStateMachineVersion(callback?: (err: AWSError, data: StepFunctions.Types.PublishStateMachineVersionOutput) => void): Request<StepFunctions.Types.PublishStateMachineVersionOutput, AWSError>;
198
198
  /**
199
- * Used by activity workers and task states using the callback pattern to report that the task identified by the taskToken failed.
199
+ * Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. These include failed, aborted, or timed out executions. When you redrive an execution, it continues the failed execution from the unsuccessful step and uses the same input. Step Functions preserves the results and execution history of the successful steps, and doesn't rerun these steps when you redrive an execution. Redriven executions use the same state machine definition and execution ARN as the original execution attempt. For workflows that include an Inline Map or Parallel state, RedriveExecution API action reschedules and redrives only the iterations and branches that failed or aborted. To redrive a workflow that includes a Distributed Map state with failed child workflow executions, you must redrive the parent workflow. The parent workflow redrives all the unsuccessful states, including Distributed Map. This API action is not supported by EXPRESS state machines. However, you can restart the unsuccessful executions of Express child workflows in a Distributed Map by redriving its Map Run. When you redrive a Map Run, the Express child workflows are rerun using the StartExecution API action. For more information, see Redriving Map Runs. You can redrive executions if your original execution meets the following conditions: The execution status isn't SUCCEEDED. Your workflow execution has not exceeded the redrivable period of 14 days. Redrivable period refers to the time during which you can redrive a given execution. This period starts from the day a state machine completes its execution. The workflow execution has not exceeded the maximum open time of one year. For more information about state machine quotas, see Quotas related to state machine executions. The execution event history count is less than 24,999. Redriven executions append their event history to the existing event history. Make sure your workflow execution contains less than 24,999 events to accommodate the ExecutionRedriven history event and at least one other history event.
200
+ */
201
+ redriveExecution(params: StepFunctions.Types.RedriveExecutionInput, callback?: (err: AWSError, data: StepFunctions.Types.RedriveExecutionOutput) => void): Request<StepFunctions.Types.RedriveExecutionOutput, AWSError>;
202
+ /**
203
+ * Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. These include failed, aborted, or timed out executions. When you redrive an execution, it continues the failed execution from the unsuccessful step and uses the same input. Step Functions preserves the results and execution history of the successful steps, and doesn't rerun these steps when you redrive an execution. Redriven executions use the same state machine definition and execution ARN as the original execution attempt. For workflows that include an Inline Map or Parallel state, RedriveExecution API action reschedules and redrives only the iterations and branches that failed or aborted. To redrive a workflow that includes a Distributed Map state with failed child workflow executions, you must redrive the parent workflow. The parent workflow redrives all the unsuccessful states, including Distributed Map. This API action is not supported by EXPRESS state machines. However, you can restart the unsuccessful executions of Express child workflows in a Distributed Map by redriving its Map Run. When you redrive a Map Run, the Express child workflows are rerun using the StartExecution API action. For more information, see Redriving Map Runs. You can redrive executions if your original execution meets the following conditions: The execution status isn't SUCCEEDED. Your workflow execution has not exceeded the redrivable period of 14 days. Redrivable period refers to the time during which you can redrive a given execution. This period starts from the day a state machine completes its execution. The workflow execution has not exceeded the maximum open time of one year. For more information about state machine quotas, see Quotas related to state machine executions. The execution event history count is less than 24,999. Redriven executions append their event history to the existing event history. Make sure your workflow execution contains less than 24,999 events to accommodate the ExecutionRedriven history event and at least one other history event.
204
+ */
205
+ redriveExecution(callback?: (err: AWSError, data: StepFunctions.Types.RedriveExecutionOutput) => void): Request<StepFunctions.Types.RedriveExecutionOutput, AWSError>;
206
+ /**
207
+ * Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run pattern to report that the task identified by the taskToken failed.
200
208
  */
201
209
  sendTaskFailure(params: StepFunctions.Types.SendTaskFailureInput, callback?: (err: AWSError, data: StepFunctions.Types.SendTaskFailureOutput) => void): Request<StepFunctions.Types.SendTaskFailureOutput, AWSError>;
202
210
  /**
203
- * Used by activity workers and task states using the callback pattern to report that the task identified by the taskToken failed.
211
+ * Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run pattern to report that the task identified by the taskToken failed.
204
212
  */
205
213
  sendTaskFailure(callback?: (err: AWSError, data: StepFunctions.Types.SendTaskFailureOutput) => void): Request<StepFunctions.Types.SendTaskFailureOutput, AWSError>;
206
214
  /**
207
- * Used by activity workers and task states using the callback pattern to report to Step Functions that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition (HeartbeatSeconds). This action does not in itself create an event in the execution history. However, if the task times out, the execution history contains an ActivityTimedOut entry for activities, or a TaskTimedOut entry for for tasks using the job run or callback pattern. The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received. Use HeartbeatSeconds to configure the timeout interval for heartbeats.
215
+ * Used by activity workers and Task states using the callback pattern, and optionally Task states using the job run pattern to report to Step Functions that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition (HeartbeatSeconds). This action does not in itself create an event in the execution history. However, if the task times out, the execution history contains an ActivityTimedOut entry for activities, or a TaskTimedOut entry for tasks using the job run or callback pattern. The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received. Use HeartbeatSeconds to configure the timeout interval for heartbeats.
208
216
  */
209
217
  sendTaskHeartbeat(params: StepFunctions.Types.SendTaskHeartbeatInput, callback?: (err: AWSError, data: StepFunctions.Types.SendTaskHeartbeatOutput) => void): Request<StepFunctions.Types.SendTaskHeartbeatOutput, AWSError>;
210
218
  /**
211
- * Used by activity workers and task states using the callback pattern to report to Step Functions that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition (HeartbeatSeconds). This action does not in itself create an event in the execution history. However, if the task times out, the execution history contains an ActivityTimedOut entry for activities, or a TaskTimedOut entry for for tasks using the job run or callback pattern. The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received. Use HeartbeatSeconds to configure the timeout interval for heartbeats.
219
+ * Used by activity workers and Task states using the callback pattern, and optionally Task states using the job run pattern to report to Step Functions that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition (HeartbeatSeconds). This action does not in itself create an event in the execution history. However, if the task times out, the execution history contains an ActivityTimedOut entry for activities, or a TaskTimedOut entry for tasks using the job run or callback pattern. The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received. Use HeartbeatSeconds to configure the timeout interval for heartbeats.
212
220
  */
213
221
  sendTaskHeartbeat(callback?: (err: AWSError, data: StepFunctions.Types.SendTaskHeartbeatOutput) => void): Request<StepFunctions.Types.SendTaskHeartbeatOutput, AWSError>;
214
222
  /**
215
- * Used by activity workers and task states using the callback pattern to report that the task identified by the taskToken completed successfully.
223
+ * Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run pattern to report that the task identified by the taskToken completed successfully.
216
224
  */
217
225
  sendTaskSuccess(params: StepFunctions.Types.SendTaskSuccessInput, callback?: (err: AWSError, data: StepFunctions.Types.SendTaskSuccessOutput) => void): Request<StepFunctions.Types.SendTaskSuccessOutput, AWSError>;
218
226
  /**
219
- * Used by activity workers and task states using the callback pattern to report that the task identified by the taskToken completed successfully.
227
+ * Used by activity workers, Task states using the callback pattern, and optionally Task states using the job run pattern to report that the task identified by the taskToken completed successfully.
220
228
  */
221
229
  sendTaskSuccess(callback?: (err: AWSError, data: StepFunctions.Types.SendTaskSuccessOutput) => void): Request<StepFunctions.Types.SendTaskSuccessOutput, AWSError>;
222
230
  /**
@@ -383,6 +391,7 @@ declare namespace StepFunctions {
383
391
  billedDurationInMilliseconds?: BilledDuration;
384
392
  }
385
393
  export type CharacterRestrictedName = string;
394
+ export type ClientToken = string;
386
395
  export interface CloudWatchEventsExecutionDataDetails {
387
396
  /**
388
397
  * Indicates whether input or output was included in the response. Always true for API calls.
@@ -610,6 +619,22 @@ declare namespace StepFunctions {
610
619
  * The Amazon Resource Name (ARN) of the state machine alias associated with the execution. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD. If you start an execution from a StartExecution request with a state machine version ARN, this field will be null.
611
620
  */
612
621
  stateMachineAliasArn?: Arn;
622
+ /**
623
+ * The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is not updated for redrives that failed to start or are pending to be redriven.
624
+ */
625
+ redriveCount?: RedriveCount;
626
+ /**
627
+ * The date the execution was last redriven. If you have not yet redriven an execution, the redriveDate is null. The redriveDate is unavailable if you redrive a Map Run that starts child workflow executions of type EXPRESS.
628
+ */
629
+ redriveDate?: Timestamp;
630
+ /**
631
+ * Indicates whether or not an execution can be redriven at a given point in time. For executions of type STANDARD, redriveStatus is NOT_REDRIVABLE if calling the RedriveExecution API action would return the ExecutionNotRedrivable error. For a Distributed Map that includes child workflows of type STANDARD, redriveStatus indicates whether or not the Map Run can redrive child workflow executions. For a Distributed Map that includes child workflows of type EXPRESS, redriveStatus indicates whether or not the Map Run can redrive child workflow executions. You can redrive failed or timed out EXPRESS workflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.
632
+ */
633
+ redriveStatus?: ExecutionRedriveStatus;
634
+ /**
635
+ * When redriveStatus is NOT_REDRIVABLE, redriveStatusReason specifies the reason why an execution cannot be redriven. For executions of type STANDARD, or for a Distributed Map that includes child workflows of type STANDARD, redriveStatusReason can include one of the following reasons: State machine is in DELETING status. Execution is RUNNING and cannot be redriven. Execution is SUCCEEDED and cannot be redriven. Execution was started before the launch of RedriveExecution. Execution history event limit exceeded. Execution has exceeded the max execution time. Execution redrivable period exceeded. For a Distributed Map that includes child workflows of type EXPRESS, redriveStatusReason is only returned if the child workflows are not redrivable. This happens when the child workflow executions have completed successfully.
636
+ */
637
+ redriveStatusReason?: SensitiveData;
613
638
  }
614
639
  export interface DescribeMapRunInput {
615
640
  /**
@@ -658,6 +683,14 @@ declare namespace StepFunctions {
658
683
  * A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed and succeeded.
659
684
  */
660
685
  executionCounts: MapRunExecutionCounts;
686
+ /**
687
+ * The number of times you've redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount is 0. This count is not updated for redrives that failed to start or are pending to be redriven.
688
+ */
689
+ redriveCount?: RedriveCount;
690
+ /**
691
+ * The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate is null.
692
+ */
693
+ redriveDate?: Timestamp;
661
694
  }
662
695
  export interface DescribeStateMachineAliasInput {
663
696
  /**
@@ -853,6 +886,22 @@ declare namespace StepFunctions {
853
886
  * The Amazon Resource Name (ARN) of the state machine alias used to start an execution. If the state machine execution was started with an unqualified ARN or a version ARN, it returns null.
854
887
  */
855
888
  stateMachineAliasArn?: Arn;
889
+ /**
890
+ * The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is not updated for redrives that failed to start or are pending to be redriven.
891
+ */
892
+ redriveCount?: RedriveCount;
893
+ /**
894
+ * The date the execution was last redriven.
895
+ */
896
+ redriveDate?: Timestamp;
897
+ }
898
+ export type ExecutionRedriveFilter = "REDRIVEN"|"NOT_REDRIVEN"|string;
899
+ export type ExecutionRedriveStatus = "REDRIVABLE"|"NOT_REDRIVABLE"|"REDRIVABLE_BY_MAP_RUN"|string;
900
+ export interface ExecutionRedrivenEventDetails {
901
+ /**
902
+ * The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is not updated for redrives that failed to start or are pending to be redriven.
903
+ */
904
+ redriveCount?: RedriveCount;
856
905
  }
857
906
  export interface ExecutionStartedEventDetails {
858
907
  /**
@@ -876,7 +925,7 @@ declare namespace StepFunctions {
876
925
  */
877
926
  stateMachineVersionArn?: Arn;
878
927
  }
879
- export type ExecutionStatus = "RUNNING"|"SUCCEEDED"|"FAILED"|"TIMED_OUT"|"ABORTED"|string;
928
+ export type ExecutionStatus = "RUNNING"|"SUCCEEDED"|"FAILED"|"TIMED_OUT"|"ABORTED"|"PENDING_REDRIVE"|string;
880
929
  export interface ExecutionSucceededEventDetails {
881
930
  /**
882
931
  * The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
@@ -1012,6 +1061,10 @@ declare namespace StepFunctions {
1012
1061
  executionSucceededEventDetails?: ExecutionSucceededEventDetails;
1013
1062
  executionAbortedEventDetails?: ExecutionAbortedEventDetails;
1014
1063
  executionTimedOutEventDetails?: ExecutionTimedOutEventDetails;
1064
+ /**
1065
+ * Contains details about the redrive attempt of an execution.
1066
+ */
1067
+ executionRedrivenEventDetails?: ExecutionRedrivenEventDetails;
1015
1068
  /**
1016
1069
  * Contains details about Map state that was started.
1017
1070
  */
@@ -1054,6 +1107,10 @@ declare namespace StepFunctions {
1054
1107
  * Contains error and cause details about a Map Run that failed.
1055
1108
  */
1056
1109
  mapRunFailedEventDetails?: MapRunFailedEventDetails;
1110
+ /**
1111
+ * Contains details about the redrive attempt of a Map Run.
1112
+ */
1113
+ mapRunRedrivenEventDetails?: MapRunRedrivenEventDetails;
1057
1114
  }
1058
1115
  export interface HistoryEventExecutionDataDetails {
1059
1116
  /**
@@ -1062,7 +1119,7 @@ declare namespace StepFunctions {
1062
1119
  truncated?: truncated;
1063
1120
  }
1064
1121
  export type HistoryEventList = HistoryEvent[];
1065
- export type HistoryEventType = "ActivityFailed"|"ActivityScheduled"|"ActivityScheduleFailed"|"ActivityStarted"|"ActivitySucceeded"|"ActivityTimedOut"|"ChoiceStateEntered"|"ChoiceStateExited"|"ExecutionAborted"|"ExecutionFailed"|"ExecutionStarted"|"ExecutionSucceeded"|"ExecutionTimedOut"|"FailStateEntered"|"LambdaFunctionFailed"|"LambdaFunctionScheduled"|"LambdaFunctionScheduleFailed"|"LambdaFunctionStarted"|"LambdaFunctionStartFailed"|"LambdaFunctionSucceeded"|"LambdaFunctionTimedOut"|"MapIterationAborted"|"MapIterationFailed"|"MapIterationStarted"|"MapIterationSucceeded"|"MapStateAborted"|"MapStateEntered"|"MapStateExited"|"MapStateFailed"|"MapStateStarted"|"MapStateSucceeded"|"ParallelStateAborted"|"ParallelStateEntered"|"ParallelStateExited"|"ParallelStateFailed"|"ParallelStateStarted"|"ParallelStateSucceeded"|"PassStateEntered"|"PassStateExited"|"SucceedStateEntered"|"SucceedStateExited"|"TaskFailed"|"TaskScheduled"|"TaskStarted"|"TaskStartFailed"|"TaskStateAborted"|"TaskStateEntered"|"TaskStateExited"|"TaskSubmitFailed"|"TaskSubmitted"|"TaskSucceeded"|"TaskTimedOut"|"WaitStateAborted"|"WaitStateEntered"|"WaitStateExited"|"MapRunAborted"|"MapRunFailed"|"MapRunStarted"|"MapRunSucceeded"|string;
1122
+ export type HistoryEventType = "ActivityFailed"|"ActivityScheduled"|"ActivityScheduleFailed"|"ActivityStarted"|"ActivitySucceeded"|"ActivityTimedOut"|"ChoiceStateEntered"|"ChoiceStateExited"|"ExecutionAborted"|"ExecutionFailed"|"ExecutionStarted"|"ExecutionSucceeded"|"ExecutionTimedOut"|"FailStateEntered"|"LambdaFunctionFailed"|"LambdaFunctionScheduled"|"LambdaFunctionScheduleFailed"|"LambdaFunctionStarted"|"LambdaFunctionStartFailed"|"LambdaFunctionSucceeded"|"LambdaFunctionTimedOut"|"MapIterationAborted"|"MapIterationFailed"|"MapIterationStarted"|"MapIterationSucceeded"|"MapStateAborted"|"MapStateEntered"|"MapStateExited"|"MapStateFailed"|"MapStateStarted"|"MapStateSucceeded"|"ParallelStateAborted"|"ParallelStateEntered"|"ParallelStateExited"|"ParallelStateFailed"|"ParallelStateStarted"|"ParallelStateSucceeded"|"PassStateEntered"|"PassStateExited"|"SucceedStateEntered"|"SucceedStateExited"|"TaskFailed"|"TaskScheduled"|"TaskStarted"|"TaskStartFailed"|"TaskStateAborted"|"TaskStateEntered"|"TaskStateExited"|"TaskSubmitFailed"|"TaskSubmitted"|"TaskSucceeded"|"TaskTimedOut"|"WaitStateAborted"|"WaitStateEntered"|"WaitStateExited"|"MapRunAborted"|"MapRunFailed"|"MapRunStarted"|"MapRunSucceeded"|"ExecutionRedriven"|"MapRunRedriven"|string;
1066
1123
  export type Identity = string;
1067
1124
  export type IncludeExecutionData = boolean;
1068
1125
  export type IncludeExecutionDataGetExecutionHistory = boolean;
@@ -1179,6 +1236,10 @@ declare namespace StepFunctions {
1179
1236
  * The Amazon Resource Name (ARN) of the Map Run that started the child workflow executions. If the mapRunArn field is specified, a list of all of the child workflow executions started by a Map Run is returned. For more information, see Examining Map Run in the Step Functions Developer Guide. You can specify either a mapRunArn or a stateMachineArn, but not both.
1180
1237
  */
1181
1238
  mapRunArn?: LongArn;
1239
+ /**
1240
+ * Sets a filter to list executions based on whether or not they have been redriven. For a Distributed Map, redriveFilter sets a filter to list child workflow executions based on whether or not they have been redriven. If you do not provide a redriveFilter, Step Functions returns a list of both redriven and non-redriven executions. If you provide a state machine ARN in redriveFilter, the API returns a validation exception.
1241
+ */
1242
+ redriveFilter?: ExecutionRedriveFilter;
1182
1243
  }
1183
1244
  export interface ListExecutionsOutput {
1184
1245
  /**
@@ -1315,6 +1376,7 @@ declare namespace StepFunctions {
1315
1376
  destinations?: LogDestinationList;
1316
1377
  }
1317
1378
  export type LongArn = string;
1379
+ export type LongObject = number;
1318
1380
  export interface MapIterationEventDetails {
1319
1381
  /**
1320
1382
  * The name of the iteration’s parent Map state.
@@ -1358,6 +1420,14 @@ declare namespace StepFunctions {
1358
1420
  * Returns the count of child workflow executions whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.
1359
1421
  */
1360
1422
  resultsWritten: UnsignedLong;
1423
+ /**
1424
+ * The number of FAILED, ABORTED, or TIMED_OUT child workflow executions that cannot be redriven because their execution status is terminal. For example, if your execution event history contains 25,000 entries, or the toleratedFailureCount or toleratedFailurePercentage for the Distributed Map has exceeded.
1425
+ */
1426
+ failuresNotRedrivable?: LongObject;
1427
+ /**
1428
+ * The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these child workflow executions could be FAILED, ABORTED, or TIMED_OUT in the original execution attempt or a previous redrive attempt.
1429
+ */
1430
+ pendingRedrive?: LongObject;
1361
1431
  }
1362
1432
  export interface MapRunFailedEventDetails {
1363
1433
  /**
@@ -1402,6 +1472,14 @@ declare namespace StepFunctions {
1402
1472
  * Returns the count of items whose results were written by ResultWriter. For more information, see ResultWriter in the Step Functions Developer Guide.
1403
1473
  */
1404
1474
  resultsWritten: UnsignedLong;
1475
+ /**
1476
+ * The number of FAILED, ABORTED, or TIMED_OUT items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, if your execution event history contains 25,000 entries, or the toleratedFailureCount or toleratedFailurePercentage for the Distributed Map has exceeded.
1477
+ */
1478
+ failuresNotRedrivable?: LongObject;
1479
+ /**
1480
+ * The number of unsuccessful items in child workflow executions currently waiting to be redriven.
1481
+ */
1482
+ pendingRedrive?: LongObject;
1405
1483
  }
1406
1484
  export type MapRunLabel = string;
1407
1485
  export type MapRunList = MapRunListItem[];
@@ -1427,6 +1505,16 @@ declare namespace StepFunctions {
1427
1505
  */
1428
1506
  stopDate?: Timestamp;
1429
1507
  }
1508
+ export interface MapRunRedrivenEventDetails {
1509
+ /**
1510
+ * The Amazon Resource Name (ARN) of a Map Run that was redriven.
1511
+ */
1512
+ mapRunArn?: LongArn;
1513
+ /**
1514
+ * The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
1515
+ */
1516
+ redriveCount?: RedriveCount;
1517
+ }
1430
1518
  export interface MapRunStartedEventDetails {
1431
1519
  /**
1432
1520
  * The Amazon Resource Name (ARN) of a Map Run that was started.
@@ -1469,6 +1557,23 @@ declare namespace StepFunctions {
1469
1557
  */
1470
1558
  stateMachineVersionArn: Arn;
1471
1559
  }
1560
+ export type RedriveCount = number;
1561
+ export interface RedriveExecutionInput {
1562
+ /**
1563
+ * The Amazon Resource Name (ARN) of the execution to be redriven.
1564
+ */
1565
+ executionArn: Arn;
1566
+ /**
1567
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency. The API uses one of the last 10 client tokens provided.
1568
+ */
1569
+ clientToken?: ClientToken;
1570
+ }
1571
+ export interface RedriveExecutionOutput {
1572
+ /**
1573
+ * The date the execution was last redriven.
1574
+ */
1575
+ redriveDate: Timestamp;
1576
+ }
1472
1577
  export type ReverseOrder = boolean;
1473
1578
  export type RevisionId = string;
1474
1579
  export type RoutingConfigurationList = RoutingConfigurationListItem[];
@@ -1478,7 +1583,7 @@ declare namespace StepFunctions {
1478
1583
  */
1479
1584
  stateMachineVersionArn: Arn;
1480
1585
  /**
1481
- * The percentage of traffic you want to route to the second state machine version. The sum of the weights in the routing configuration must be equal to 100.
1586
+ * The percentage of traffic you want to route to a state machine version. The sum of the weights in the routing configuration must be equal to 100.
1482
1587
  */
1483
1588
  weight: VersionWeight;
1484
1589
  }
@@ -1528,7 +1633,7 @@ declare namespace StepFunctions {
1528
1633
  */
1529
1634
  stateMachineArn: Arn;
1530
1635
  /**
1531
- * Optional name of the execution. This name must be unique for your Amazon Web Services account, Region, and state machine for 90 days. For more information, see Limits Related to State Machine Executions in the Step Functions Developer Guide. A name must not contain: white space brackets &lt; &gt; { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ &amp; , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
1636
+ * Optional name of the execution. This name must be unique for your Amazon Web Services account, Region, and state machine for 90 days. For more information, see Limits Related to State Machine Executions in the Step Functions Developer Guide. If you don't provide a name for the execution, Step Functions automatically generates a universally unique identifier (UUID) as the execution name. A name must not contain: white space brackets &lt; &gt; { } [ ] wildcard characters ? * special characters " # % \ ^ | ~ ` $ &amp; , ; : / control characters (U+0000-001F, U+007F-009F) To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
1532
1637
  */
1533
1638
  name?: Name;
1534
1639
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1495.0',
86
+ VERSION: '2.1497.0',
87
87
 
88
88
  /**
89
89
  * @api private