cdk-comprehend-s3olap 2.0.405 → 2.0.407

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 (119) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  6. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  7. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  8. package/node_modules/available-typed-arrays/index.js +4 -2
  9. package/node_modules/available-typed-arrays/package.json +23 -15
  10. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  11. package/node_modules/aws-sdk/README.md +1 -1
  12. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  13. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
  14. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  15. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  16. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  18. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  19. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  22. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  23. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  24. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  26. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
  27. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  28. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  29. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  30. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  31. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
  32. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  33. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  34. package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
  35. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  36. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  37. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  38. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  39. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
  41. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  42. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  44. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  45. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  46. package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
  47. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  48. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  49. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -3
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +243 -89
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  57. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  58. package/node_modules/aws-sdk/package.json +1 -1
  59. package/node_modules/call-bind/CHANGELOG.md +9 -0
  60. package/node_modules/call-bind/index.js +1 -1
  61. package/node_modules/call-bind/package.json +10 -6
  62. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  63. package/node_modules/define-data-property/index.js +2 -2
  64. package/node_modules/define-data-property/package.json +19 -18
  65. package/node_modules/define-data-property/test/index.js +7 -7
  66. package/node_modules/es-errors/.eslintrc +5 -0
  67. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  68. package/node_modules/es-errors/CHANGELOG.md +40 -0
  69. package/node_modules/es-errors/LICENSE +21 -0
  70. package/node_modules/es-errors/README.md +55 -0
  71. package/node_modules/es-errors/eval.d.ts +3 -0
  72. package/node_modules/es-errors/eval.js +4 -0
  73. package/node_modules/es-errors/index.d.ts +3 -0
  74. package/node_modules/es-errors/index.js +4 -0
  75. package/node_modules/es-errors/package.json +80 -0
  76. package/node_modules/es-errors/range.d.ts +3 -0
  77. package/node_modules/es-errors/range.js +4 -0
  78. package/node_modules/es-errors/ref.d.ts +3 -0
  79. package/node_modules/es-errors/ref.js +4 -0
  80. package/node_modules/es-errors/syntax.d.ts +3 -0
  81. package/node_modules/es-errors/syntax.js +4 -0
  82. package/node_modules/es-errors/test/index.js +19 -0
  83. package/node_modules/es-errors/tsconfig.json +49 -0
  84. package/node_modules/es-errors/type.d.ts +3 -0
  85. package/node_modules/es-errors/type.js +4 -0
  86. package/node_modules/es-errors/uri.d.ts +3 -0
  87. package/node_modules/es-errors/uri.js +4 -0
  88. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  89. package/node_modules/get-intrinsic/index.js +15 -7
  90. package/node_modules/get-intrinsic/package.json +12 -12
  91. package/node_modules/has-tostringtag/.eslintrc +0 -6
  92. package/node_modules/has-tostringtag/.nycrc +13 -0
  93. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  94. package/node_modules/has-tostringtag/index.d.ts +3 -0
  95. package/node_modules/has-tostringtag/index.js +1 -0
  96. package/node_modules/has-tostringtag/package.json +37 -13
  97. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  98. package/node_modules/has-tostringtag/shams.js +1 -0
  99. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  100. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  101. package/node_modules/has-tostringtag/test/tests.js +2 -1
  102. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  103. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  104. package/node_modules/is-typed-array/index.d.ts +16 -0
  105. package/node_modules/is-typed-array/index.js +1 -0
  106. package/node_modules/is-typed-array/package.json +18 -7
  107. package/node_modules/is-typed-array/test/index.js +9 -1
  108. package/node_modules/is-typed-array/tsconfig.json +49 -0
  109. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  110. package/node_modules/set-function-length/index.js +1 -1
  111. package/node_modules/set-function-length/package.json +7 -6
  112. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  113. package/node_modules/which-typed-array/index.d.ts +16 -0
  114. package/node_modules/which-typed-array/index.js +39 -18
  115. package/node_modules/which-typed-array/package.json +18 -7
  116. package/node_modules/which-typed-array/test/index.js +9 -1
  117. package/node_modules/which-typed-array/tsconfig.json +49 -0
  118. package/package.json +4 -4
  119. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -53,11 +53,11 @@ declare class CloudWatchLogs extends Service {
53
53
  */
54
54
  createLogAnomalyDetector(callback?: (err: AWSError, data: CloudWatchLogs.Types.CreateLogAnomalyDetectorResponse) => void): Request<CloudWatchLogs.Types.CreateLogAnomalyDetectorResponse, AWSError>;
55
55
  /**
56
- * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
56
+ * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) Log group names can't start with the string aws/ When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
57
57
  */
58
58
  createLogGroup(params: CloudWatchLogs.Types.CreateLogGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
59
59
  /**
60
- * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
60
+ * Creates a log group with the specified name. You can create up to 1,000,000 log groups per Region per account. You must use the following guidelines when naming a log group: Log group names must be unique within a Region for an Amazon Web Services account. Log group names can be between 1 and 512 characters long. Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), '.' (period), and '#' (number sign) Log group names can't start with the string aws/ When you create a log group, by default the log events in the log group do not expire. To set a retention policy so that events expire and are deleted after a specified time, use PutRetentionPolicy. If you associate an KMS key with the log group, ingested data is encrypted using the KMS key. This association is stored as long as the data encrypted with the KMS key is still within CloudWatch Logs. This enables CloudWatch Logs to decrypt this data whenever it is requested. If you attempt to associate a KMS key with the log group but the KMS key does not exist or the KMS key is disabled, you receive an InvalidParameterException error. CloudWatch Logs supports only symmetric KMS keys. Do not associate an asymmetric KMS key with your log group. For more information, see Using Symmetric and Asymmetric Keys.
61
61
  */
62
62
  createLogGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
63
63
  /**
@@ -197,11 +197,11 @@ declare class CloudWatchLogs extends Service {
197
197
  */
198
198
  describeAccountPolicies(callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeAccountPoliciesResponse) => void): Request<CloudWatchLogs.Types.DescribeAccountPoliciesResponse, AWSError>;
199
199
  /**
200
- * Retrieves a list of the deliveries that have been created in the account.
200
+ * Retrieves a list of the deliveries that have been created in the account. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services.
201
201
  */
202
202
  describeDeliveries(params: CloudWatchLogs.Types.DescribeDeliveriesRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeDeliveriesResponse) => void): Request<CloudWatchLogs.Types.DescribeDeliveriesResponse, AWSError>;
203
203
  /**
204
- * Retrieves a list of the deliveries that have been created in the account.
204
+ * Retrieves a list of the deliveries that have been created in the account. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services.
205
205
  */
206
206
  describeDeliveries(callback?: (err: AWSError, data: CloudWatchLogs.Types.DescribeDeliveriesResponse) => void): Request<CloudWatchLogs.Types.DescribeDeliveriesResponse, AWSError>;
207
207
  /**
@@ -317,11 +317,11 @@ declare class CloudWatchLogs extends Service {
317
317
  */
318
318
  getDataProtectionPolicy(callback?: (err: AWSError, data: CloudWatchLogs.Types.GetDataProtectionPolicyResponse) => void): Request<CloudWatchLogs.Types.GetDataProtectionPolicyResponse, AWSError>;
319
319
  /**
320
- * Returns complete information about one delivery. A delivery is a connection between a logical delivery source and a logical delivery destination You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.
320
+ * Returns complete information about one logical delivery. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services. You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.
321
321
  */
322
322
  getDelivery(params: CloudWatchLogs.Types.GetDeliveryRequest, callback?: (err: AWSError, data: CloudWatchLogs.Types.GetDeliveryResponse) => void): Request<CloudWatchLogs.Types.GetDeliveryResponse, AWSError>;
323
323
  /**
324
- * Returns complete information about one delivery. A delivery is a connection between a logical delivery source and a logical delivery destination You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.
324
+ * Returns complete information about one logical delivery. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services. You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.
325
325
  */
326
326
  getDelivery(callback?: (err: AWSError, data: CloudWatchLogs.Types.GetDeliveryResponse) => void): Request<CloudWatchLogs.Types.GetDeliveryResponse, AWSError>;
327
327
  /**
@@ -2011,7 +2011,7 @@ declare namespace CloudWatchLogs {
2011
2011
  */
2012
2012
  metricFilterCount?: FilterCount;
2013
2013
  /**
2014
- * The Amazon Resource Name (ARN) of the log group.
2014
+ * The Amazon Resource Name (ARN) of the log group. This version of the ARN includes a trailing :* after the log group name. Use this version to refer to the ARN in IAM policies when specifying permissions for most API actions. The exception is when specifying permissions for TagResource, UntagResource, and ListTagsForResource. The permissions for those three actions require the ARN version that doesn't include a trailing :*.
2015
2015
  */
2016
2016
  arn?: Arn;
2017
2017
  /**
@@ -2034,6 +2034,10 @@ declare namespace CloudWatchLogs {
2034
2034
  * This specifies the log group class for this log group. There are two classes: The Standard log class supports all CloudWatch Logs features. The Infrequent Access log class supports a subset of CloudWatch Logs features and incurs lower costs. For details about the features supported by each class, see Log classes
2035
2035
  */
2036
2036
  logGroupClass?: LogGroupClass;
2037
+ /**
2038
+ * The Amazon Resource Name (ARN) of the log group. This version of the ARN doesn't include a trailing :* after the log group name. Use this version to refer to the ARN in the following situations: In the logGroupIdentifier input field in many CloudWatch Logs APIs. In the resourceArn field in tagging APIs In IAM policies, when specifying permissions for TagResource, UntagResource, and ListTagsForResource.
2039
+ */
2040
+ logGroupArn?: Arn;
2037
2041
  }
2038
2042
  export type LogGroupArn = string;
2039
2043
  export type LogGroupArnList = LogGroupArn[];
@@ -2315,7 +2319,7 @@ declare namespace CloudWatchLogs {
2315
2319
  */
2316
2320
  resourceArn: Arn;
2317
2321
  /**
2318
- * Defines the type of log that the source is sending. For valid values for this parameter, see the documentation for the source service.
2322
+ * Defines the type of log that the source is sending. For Amazon CodeWhisperer, the valid value is EVENT_LOGS.
2319
2323
  */
2320
2324
  logType: LogType;
2321
2325
  /**
@@ -540,6 +540,10 @@ declare namespace CodePipeline {
540
540
  * The last update time of the action execution.
541
541
  */
542
542
  lastUpdateTime?: Timestamp;
543
+ /**
544
+ * The ARN of the user who changed the pipeline execution details.
545
+ */
546
+ updatedBy?: LastUpdatedBy;
543
547
  /**
544
548
  * The status of the action execution. Status categories are InProgress, Succeeded, and Failed.
545
549
  */
@@ -559,6 +563,10 @@ declare namespace CodePipeline {
559
563
  * The pipeline execution ID used to filter action execution history.
560
564
  */
561
565
  pipelineExecutionId?: PipelineExecutionId;
566
+ /**
567
+ * The latest execution in the pipeline. Filtering on the latest execution is available for executions run on or after February 08, 2024.
568
+ */
569
+ latestInPipelineExecution?: LatestInPipelineExecutionFilter;
562
570
  }
563
571
  export type ActionExecutionId = string;
564
572
  export interface ActionExecutionInput {
@@ -615,6 +623,7 @@ declare namespace CodePipeline {
615
623
  * The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
616
624
  */
617
625
  externalExecutionUrl?: Url;
626
+ errorDetails?: ErrorDetails;
618
627
  }
619
628
  export type ActionExecutionStatus = "InProgress"|"Abandoned"|"Succeeded"|"Failed"|string;
620
629
  export type ActionExecutionToken = string;
@@ -1167,6 +1176,7 @@ declare namespace CodePipeline {
1167
1176
  percentComplete?: Percentage;
1168
1177
  }
1169
1178
  export type ExecutionId = string;
1179
+ export type ExecutionMode = "QUEUED"|"SUPERSEDED"|"PARALLEL"|string;
1170
1180
  export type ExecutionSummary = string;
1171
1181
  export interface ExecutionTrigger {
1172
1182
  /**
@@ -1322,21 +1332,74 @@ declare namespace CodePipeline {
1322
1332
  */
1323
1333
  jobDetails?: ThirdPartyJobDetails;
1324
1334
  }
1335
+ export interface GitBranchFilterCriteria {
1336
+ /**
1337
+ * The list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts the pipeline.
1338
+ */
1339
+ includes?: GitBranchPatternList;
1340
+ /**
1341
+ * The list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline.
1342
+ */
1343
+ excludes?: GitBranchPatternList;
1344
+ }
1345
+ export type GitBranchNamePattern = string;
1346
+ export type GitBranchPatternList = GitBranchNamePattern[];
1325
1347
  export interface GitConfiguration {
1326
1348
  /**
1327
1349
  * The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only. You can only specify one trigger configuration per source action.
1328
1350
  */
1329
1351
  sourceActionName: ActionName;
1330
1352
  /**
1331
- * The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. Git tags is the only supported event type.
1353
+ * The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
1332
1354
  */
1333
1355
  push?: GitPushFilterList;
1356
+ /**
1357
+ * The field where the repository event that will start the pipeline is specified as pull requests.
1358
+ */
1359
+ pullRequest?: GitPullRequestFilterList;
1360
+ }
1361
+ export interface GitFilePathFilterCriteria {
1362
+ /**
1363
+ * The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.
1364
+ */
1365
+ includes?: GitFilePathPatternList;
1366
+ /**
1367
+ * The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.
1368
+ */
1369
+ excludes?: GitFilePathPatternList;
1334
1370
  }
1371
+ export type GitFilePathPattern = string;
1372
+ export type GitFilePathPatternList = GitFilePathPattern[];
1373
+ export type GitPullRequestEventType = "OPEN"|"UPDATED"|"CLOSED"|string;
1374
+ export type GitPullRequestEventTypeList = GitPullRequestEventType[];
1375
+ export interface GitPullRequestFilter {
1376
+ /**
1377
+ * The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.
1378
+ */
1379
+ events?: GitPullRequestEventTypeList;
1380
+ /**
1381
+ * The field that specifies to filter on branches for the pull request trigger configuration.
1382
+ */
1383
+ branches?: GitBranchFilterCriteria;
1384
+ /**
1385
+ * The field that specifies to filter on file paths for the pull request trigger configuration.
1386
+ */
1387
+ filePaths?: GitFilePathFilterCriteria;
1388
+ }
1389
+ export type GitPullRequestFilterList = GitPullRequestFilter[];
1335
1390
  export interface GitPushFilter {
1336
1391
  /**
1337
1392
  * The field that contains the details for the Git tags trigger configuration.
1338
1393
  */
1339
1394
  tags?: GitTagFilterCriteria;
1395
+ /**
1396
+ * The field that specifies to filter on branches for the push trigger configuration.
1397
+ */
1398
+ branches?: GitBranchFilterCriteria;
1399
+ /**
1400
+ * The field that specifies to filter on file paths for the push trigger configuration.
1401
+ */
1402
+ filePaths?: GitFilePathFilterCriteria;
1340
1403
  }
1341
1404
  export type GitPushFilterList = GitPushFilter[];
1342
1405
  export interface GitTagFilterCriteria {
@@ -1449,6 +1512,16 @@ declare namespace CodePipeline {
1449
1512
  export type LastChangedAt = Date;
1450
1513
  export type LastChangedBy = string;
1451
1514
  export type LastUpdatedBy = string;
1515
+ export interface LatestInPipelineExecutionFilter {
1516
+ /**
1517
+ * The execution ID for the latest execution in the pipeline.
1518
+ */
1519
+ pipelineExecutionId: PipelineExecutionId;
1520
+ /**
1521
+ * The start time to filter on for the latest execution in the pipeline. Valid options: All Latest
1522
+ */
1523
+ startTimeRange: StartTimeRange;
1524
+ }
1452
1525
  export interface ListActionExecutionsInput {
1453
1526
  /**
1454
1527
  * The name of the pipeline for which you want to list action execution history.
@@ -1690,17 +1763,21 @@ declare namespace CodePipeline {
1690
1763
  */
1691
1764
  version?: PipelineVersion;
1692
1765
  /**
1693
- * CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?. V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
1766
+ * The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
1694
1767
  */
1695
- pipelineType?: PipelineType;
1768
+ executionMode?: ExecutionMode;
1696
1769
  /**
1697
- * The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline. When a trigger configuration is specified, default change detection for repository and branch commits is disabled.
1770
+ * CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?.
1698
1771
  */
1699
- triggers?: PipelineTriggerDeclarationList;
1772
+ pipelineType?: PipelineType;
1700
1773
  /**
1701
1774
  * A list that defines the pipeline variables for a pipeline resource. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9@\-_]+.
1702
1775
  */
1703
1776
  variables?: PipelineVariableDeclarationList;
1777
+ /**
1778
+ * The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline. When a trigger configuration is specified, default change detection for repository and branch commits is disabled.
1779
+ */
1780
+ triggers?: PipelineTriggerDeclarationList;
1704
1781
  }
1705
1782
  export interface PipelineExecution {
1706
1783
  /**
@@ -1727,11 +1804,15 @@ declare namespace CodePipeline {
1727
1804
  * A list of ArtifactRevision objects included in a pipeline execution.
1728
1805
  */
1729
1806
  artifactRevisions?: ArtifactRevisionList;
1730
- trigger?: ExecutionTrigger;
1731
1807
  /**
1732
1808
  * A list of pipeline variables used for the pipeline execution.
1733
1809
  */
1734
1810
  variables?: ResolvedPipelineVariableList;
1811
+ trigger?: ExecutionTrigger;
1812
+ /**
1813
+ * The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
1814
+ */
1815
+ executionMode?: ExecutionMode;
1735
1816
  }
1736
1817
  export type PipelineExecutionId = string;
1737
1818
  export type PipelineExecutionStatus = "Cancelled"|"InProgress"|"Stopped"|"Stopping"|"Succeeded"|"Superseded"|"Failed"|string;
@@ -1765,6 +1846,10 @@ declare namespace CodePipeline {
1765
1846
  * The interaction that stopped a pipeline execution.
1766
1847
  */
1767
1848
  stopTrigger?: StopExecutionTrigger;
1849
+ /**
1850
+ * The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
1851
+ */
1852
+ executionMode?: ExecutionMode;
1768
1853
  }
1769
1854
  export type PipelineExecutionSummaryList = PipelineExecutionSummary[];
1770
1855
  export type PipelineList = PipelineSummary[];
@@ -1798,9 +1883,13 @@ declare namespace CodePipeline {
1798
1883
  */
1799
1884
  version?: PipelineVersion;
1800
1885
  /**
1801
- * CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?. V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
1886
+ * CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?.
1802
1887
  */
1803
1888
  pipelineType?: PipelineType;
1889
+ /**
1890
+ * The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
1891
+ */
1892
+ executionMode?: ExecutionMode;
1804
1893
  /**
1805
1894
  * The date and time the pipeline was created, in timestamp format.
1806
1895
  */
@@ -2177,6 +2266,7 @@ declare namespace CodePipeline {
2177
2266
  */
2178
2267
  status: StageExecutionStatus;
2179
2268
  }
2269
+ export type StageExecutionList = StageExecution[];
2180
2270
  export type StageExecutionStatus = "Cancelled"|"InProgress"|"Failed"|"Stopped"|"Stopping"|"Succeeded"|string;
2181
2271
  export type StageName = string;
2182
2272
  export type StageRetryMode = "FAILED_ACTIONS"|"ALL_ACTIONS"|string;
@@ -2186,6 +2276,10 @@ declare namespace CodePipeline {
2186
2276
  */
2187
2277
  stageName?: StageName;
2188
2278
  inboundExecution?: StageExecution;
2279
+ /**
2280
+ * The inbound executions for a stage.
2281
+ */
2282
+ inboundExecutions?: StageExecutionList;
2189
2283
  /**
2190
2284
  * The state of the inbound transition, which is either enabled or disabled.
2191
2285
  */
@@ -2225,6 +2319,7 @@ declare namespace CodePipeline {
2225
2319
  */
2226
2320
  pipelineExecutionId?: PipelineExecutionId;
2227
2321
  }
2322
+ export type StartTimeRange = "Latest"|"All"|string;
2228
2323
  export interface StopExecutionTrigger {
2229
2324
  /**
2230
2325
  * The user-specified reason the pipeline was stopped.