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
@@ -103,6 +103,7 @@ declare class MWAA extends Service {
103
103
  declare namespace MWAA {
104
104
  export type AirflowConfigurationOptions = {[key: string]: ConfigValue};
105
105
  export type AirflowVersion = string;
106
+ export type CeleryExecutorQueue = string;
106
107
  export type CloudWatchLogGroupArn = string;
107
108
  export type ConfigKey = string;
108
109
  export type ConfigValue = string;
@@ -128,13 +129,17 @@ declare namespace MWAA {
128
129
  */
129
130
  AirflowConfigurationOptions?: AirflowConfigurationOptions;
130
131
  /**
131
- * The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA). Valid values: 1.10.12, 2.0.2, 2.2.2, 2.4.3, 2.5.1, 2.6.3, 2.7.2.
132
+ * The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA). Valid values: 1.10.12, 2.0.2, 2.2.2, 2.4.3, 2.5.1, 2.6.3, 2.7.2
132
133
  */
133
134
  AirflowVersion?: AirflowVersion;
134
135
  /**
135
136
  * The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags. For more information, see Adding or updating DAGs.
136
137
  */
137
138
  DagS3Path: RelativePath;
139
+ /**
140
+ * Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA. If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC. If set to CUSTOMER, you must create, and manage, the VPC endpoints for your VPC. If you choose to create an environment in a shared VPC, you must set this value to CUSTOMER. In a shared VPC deployment, the environment will remain in PENDING status until you create the VPC endpoints. If you do not take action to create the endpoints within 72 hours, the status will change to CREATE_FAILED. You can delete the failed environment and create a new one.
141
+ */
142
+ EndpointManagement?: EndpointManagement;
138
143
  /**
139
144
  * The environment class type. Valid values: mw1.small, mw1.medium, mw1.large. For more information, see Amazon MWAA environment class.
140
145
  */
@@ -204,7 +209,7 @@ declare namespace MWAA {
204
209
  */
205
210
  Tags?: TagMap;
206
211
  /**
207
- * The Apache Airflow Web server access mode. For more information, see Apache Airflow access modes.
212
+ * Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
208
213
  */
209
214
  WebserverAccessMode?: WebserverAccessMode;
210
215
  /**
@@ -255,6 +260,7 @@ declare namespace MWAA {
255
260
  }
256
261
  export type Dimensions = Dimension[];
257
262
  export type Double = number;
263
+ export type EndpointManagement = "CUSTOMER"|"SERVICE"|string;
258
264
  export interface Environment {
259
265
  /**
260
266
  * A list of key-value pairs containing the Apache Airflow configuration options attached to your environment. For more information, see Apache Airflow configuration options.
@@ -268,6 +274,10 @@ declare namespace MWAA {
268
274
  * The Amazon Resource Name (ARN) of the Amazon MWAA environment.
269
275
  */
270
276
  Arn?: EnvironmentArn;
277
+ /**
278
+ * The queue ARN for the environment's Celery Executor. Amazon MWAA uses a Celery Executor to distribute tasks across multiple workers. When you create an environment in a shared VPC, you must provide access to the Celery Executor queue from your VPC.
279
+ */
280
+ CeleryExecutorQueue?: CeleryExecutorQueue;
271
281
  /**
272
282
  * The day and time the environment was created.
273
283
  */
@@ -276,6 +286,14 @@ declare namespace MWAA {
276
286
  * The relative path to the DAGs folder in your Amazon S3 bucket. For example, s3://mwaa-environment/dags. For more information, see Adding or updating DAGs.
277
287
  */
278
288
  DagS3Path?: RelativePath;
289
+ /**
290
+ * The VPC endpoint for the environment's Amazon RDS database.
291
+ */
292
+ DatabaseVpcEndpointService?: VpcEndpointServiceName;
293
+ /**
294
+ * Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA. If set to SERVICE, Amazon MWAA will create and manage the required VPC endpoints in your VPC. If set to CUSTOMER, you must create, and manage, the VPC endpoints in your VPC.
295
+ */
296
+ EndpointManagement?: EndpointManagement;
279
297
  /**
280
298
  * The environment class type. Valid values: mw1.small, mw1.medium, mw1.large. For more information, see Amazon MWAA environment class.
281
299
  */
@@ -349,7 +367,7 @@ declare namespace MWAA {
349
367
  */
350
368
  StartupScriptS3Path?: String;
351
369
  /**
352
- * The status of the Amazon MWAA environment. Valid values: CREATING - Indicates the request to create the environment is in progress. CREATING_SNAPSHOT - Indicates the request to update environment details, or upgrade the environment version, is in progress and Amazon MWAA is creating a storage volume snapshot of the Amazon RDS database cluster associated with the environment. A database snapshot is a backup created at a specific point in time. Amazon MWAA uses snapshots to recover environment metadata if the process to update or upgrade an environment fails. CREATE_FAILED - Indicates the request to create the environment failed, and the environment could not be created. AVAILABLE - Indicates the request was successful and the environment is ready to use. UPDATING - Indicates the request to update the environment is in progress. ROLLING_BACK - Indicates the request to update environment details, or upgrade the environment version, failed and Amazon MWAA is restoring the environment using the latest storage volume snapshot. DELETING - Indicates the request to delete the environment is in progress. DELETED - Indicates the request to delete the environment is complete, and the environment has been deleted. UNAVAILABLE - Indicates the request failed, but the environment was unable to rollback and is not in a stable state. UPDATE_FAILED - Indicates the request to update the environment failed, and the environment has rolled back successfully and is ready to use. We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. For more information, see Amazon MWAA troubleshooting.
370
+ * The status of the Amazon MWAA environment. Valid values: CREATING - Indicates the request to create the environment is in progress. CREATING_SNAPSHOT - Indicates the request to update environment details, or upgrade the environment version, is in progress and Amazon MWAA is creating a storage volume snapshot of the Amazon RDS database cluster associated with the environment. A database snapshot is a backup created at a specific point in time. Amazon MWAA uses snapshots to recover environment metadata if the process to update or upgrade an environment fails. CREATE_FAILED - Indicates the request to create the environment failed, and the environment could not be created. AVAILABLE - Indicates the request was successful and the environment is ready to use. PENDING - Indicates the request was successful, but the process to create the environment is paused until you create the required VPC endpoints in your VPC. After you create the VPC endpoints, the process resumes. UPDATING - Indicates the request to update the environment is in progress. ROLLING_BACK - Indicates the request to update environment details, or upgrade the environment version, failed and Amazon MWAA is restoring the environment using the latest storage volume snapshot. DELETING - Indicates the request to delete the environment is in progress. DELETED - Indicates the request to delete the environment is complete, and the environment has been deleted. UNAVAILABLE - Indicates the request failed, but the environment was unable to rollback and is not in a stable state. UPDATE_FAILED - Indicates the request to update the environment failed, and the environment has rolled back successfully and is ready to use. We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. For more information, see Amazon MWAA troubleshooting.
353
371
  */
354
372
  Status?: EnvironmentStatus;
355
373
  /**
@@ -357,13 +375,17 @@ declare namespace MWAA {
357
375
  */
358
376
  Tags?: TagMap;
359
377
  /**
360
- * The Apache Airflow Web server access mode. For more information, see Apache Airflow access modes.
378
+ * The Apache Airflow web server access mode. For more information, see Apache Airflow access modes.
361
379
  */
362
380
  WebserverAccessMode?: WebserverAccessMode;
363
381
  /**
364
382
  * The Apache Airflow Web server host name for the Amazon MWAA environment. For more information, see Accessing the Apache Airflow UI.
365
383
  */
366
384
  WebserverUrl?: WebserverUrl;
385
+ /**
386
+ * The VPC endpoint for the environment's web server.
387
+ */
388
+ WebserverVpcEndpointService?: VpcEndpointServiceName;
367
389
  /**
368
390
  * The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.
369
391
  */
@@ -373,7 +395,7 @@ declare namespace MWAA {
373
395
  export type EnvironmentClass = string;
374
396
  export type EnvironmentList = EnvironmentName[];
375
397
  export type EnvironmentName = string;
376
- export type EnvironmentStatus = "CREATING"|"CREATE_FAILED"|"AVAILABLE"|"UPDATING"|"DELETING"|"DELETED"|"UNAVAILABLE"|"UPDATE_FAILED"|"ROLLING_BACK"|"CREATING_SNAPSHOT"|string;
398
+ export type EnvironmentStatus = "CREATING"|"CREATE_FAILED"|"AVAILABLE"|"UPDATING"|"DELETING"|"DELETED"|"UNAVAILABLE"|"UPDATE_FAILED"|"ROLLING_BACK"|"CREATING_SNAPSHOT"|"PENDING"|string;
377
399
  export type ErrorCode = string;
378
400
  export type ErrorMessage = string;
379
401
  export interface GetEnvironmentInput {
@@ -730,6 +752,7 @@ declare namespace MWAA {
730
752
  }
731
753
  export type UpdateSource = string;
732
754
  export type UpdateStatus = "SUCCESS"|"PENDING"|"FAILED"|string;
755
+ export type VpcEndpointServiceName = string;
733
756
  export type WebserverAccessMode = "PRIVATE_ONLY"|"PUBLIC_ONLY"|string;
734
757
  export type WebserverUrl = string;
735
758
  export type WeeklyMaintenanceWindowStart = string;
@@ -84,11 +84,11 @@ declare class Pipes extends Service {
84
84
  */
85
85
  untagResource(callback?: (err: AWSError, data: Pipes.Types.UntagResourceResponse) => void): Request<Pipes.Types.UntagResourceResponse, AWSError>;
86
86
  /**
87
- * Update an existing pipe. When you call UpdatePipe, only the fields that are included in the request are changed, the rest are unchanged. The exception to this is if you modify any Amazon Web Services-service specific fields in the SourceParameters, EnrichmentParameters, or TargetParameters objects. The fields in these objects are updated atomically as one and override existing values. This is by design and means that if you don't specify an optional field in one of these Parameters objects, that field will be set to its system-default value after the update. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
87
+ * Update an existing pipe. When you call UpdatePipe, EventBridge only the updates fields you have specified in the request; the rest remain unchanged. The exception to this is if you modify any Amazon Web Services-service specific fields in the SourceParameters, EnrichmentParameters, or TargetParameters objects. For example, DynamoDBStreamParameters or EventBridgeEventBusParameters. EventBridge updates the fields in these objects atomically as one and overrides existing values. This is by design, and means that if you don't specify an optional field in one of these Parameters objects, EventBridge sets that field to its system-default value during the update. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
88
88
  */
89
89
  updatePipe(params: Pipes.Types.UpdatePipeRequest, callback?: (err: AWSError, data: Pipes.Types.UpdatePipeResponse) => void): Request<Pipes.Types.UpdatePipeResponse, AWSError>;
90
90
  /**
91
- * Update an existing pipe. When you call UpdatePipe, only the fields that are included in the request are changed, the rest are unchanged. The exception to this is if you modify any Amazon Web Services-service specific fields in the SourceParameters, EnrichmentParameters, or TargetParameters objects. The fields in these objects are updated atomically as one and override existing values. This is by design and means that if you don't specify an optional field in one of these Parameters objects, that field will be set to its system-default value after the update. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
91
+ * Update an existing pipe. When you call UpdatePipe, EventBridge only the updates fields you have specified in the request; the rest remain unchanged. The exception to this is if you modify any Amazon Web Services-service specific fields in the SourceParameters, EnrichmentParameters, or TargetParameters objects. For example, DynamoDBStreamParameters or EventBridgeEventBusParameters. EventBridge updates the fields in these objects atomically as one and overrides existing values. This is by design, and means that if you don't specify an optional field in one of these Parameters objects, EventBridge sets that field to its system-default value during the update. For more information about pipes, see Amazon EventBridge Pipes in the Amazon EventBridge User Guide.
92
92
  */
93
93
  updatePipe(callback?: (err: AWSError, data: Pipes.Types.UpdatePipeResponse) => void): Request<Pipes.Types.UpdatePipeResponse, AWSError>;
94
94
  }
@@ -198,6 +198,19 @@ declare namespace Pipes {
198
198
  }
199
199
  export type CapacityProviderStrategyItemBase = number;
200
200
  export type CapacityProviderStrategyItemWeight = number;
201
+ export type CloudwatchLogGroupArn = string;
202
+ export interface CloudwatchLogsLogDestination {
203
+ /**
204
+ * The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.
205
+ */
206
+ LogGroupArn?: CloudwatchLogGroupArn;
207
+ }
208
+ export interface CloudwatchLogsLogDestinationParameters {
209
+ /**
210
+ * The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.
211
+ */
212
+ LogGroupArn: CloudwatchLogGroupArn;
213
+ }
201
214
  export interface CreatePipeRequest {
202
215
  /**
203
216
  * A description of the pipe.
@@ -215,6 +228,10 @@ declare namespace Pipes {
215
228
  * The parameters required to set up enrichment on your pipe.
216
229
  */
217
230
  EnrichmentParameters?: PipeEnrichmentParameters;
231
+ /**
232
+ * The logging configuration settings for the pipe.
233
+ */
234
+ LogConfiguration?: PipeLogConfigurationParameters;
218
235
  /**
219
236
  * The name of the pipe.
220
237
  */
@@ -240,7 +257,7 @@ declare namespace Pipes {
240
257
  */
241
258
  Target: Arn;
242
259
  /**
243
- * The parameters required to set up a target for your pipe.
260
+ * The parameters required to set up a target for your pipe. For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
244
261
  */
245
262
  TargetParameters?: PipeTargetParameters;
246
263
  }
@@ -274,7 +291,7 @@ declare namespace Pipes {
274
291
  export type DbUser = string;
275
292
  export interface DeadLetterConfig {
276
293
  /**
277
- * The ARN of the Amazon SQS queue specified as the target for the dead-letter queue.
294
+ * The ARN of the specified target for the dead-letter queue. For Amazon Kinesis stream and Amazon DynamoDB stream sources, specify either an Amazon SNS topic or Amazon SQS queue ARN.
278
295
  */
279
296
  Arn?: Arn;
280
297
  }
@@ -349,6 +366,10 @@ declare namespace Pipes {
349
366
  * When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
350
367
  */
351
368
  LastModifiedTime?: Timestamp;
369
+ /**
370
+ * The logging configuration settings for the pipe.
371
+ */
372
+ LogConfiguration?: PipeLogConfiguration;
352
373
  /**
353
374
  * The name of the pipe.
354
375
  */
@@ -378,7 +399,7 @@ declare namespace Pipes {
378
399
  */
379
400
  Target?: Arn;
380
401
  /**
381
- * The parameters required to set up a target for your pipe.
402
+ * The parameters required to set up a target for your pipe. For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
382
403
  */
383
404
  TargetParameters?: PipeTargetParameters;
384
405
  }
@@ -520,9 +541,24 @@ declare namespace Pipes {
520
541
  Filters?: FilterList;
521
542
  }
522
543
  export type FilterList = Filter[];
544
+ export type FirehoseArn = string;
545
+ export interface FirehoseLogDestination {
546
+ /**
547
+ * The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
548
+ */
549
+ DeliveryStreamArn?: FirehoseArn;
550
+ }
551
+ export interface FirehoseLogDestinationParameters {
552
+ /**
553
+ * Specifies the Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
554
+ */
555
+ DeliveryStreamArn: FirehoseArn;
556
+ }
523
557
  export type HeaderKey = string;
524
558
  export type HeaderParametersMap = {[key: string]: HeaderValue};
525
559
  export type HeaderValue = string;
560
+ export type IncludeExecutionData = IncludeExecutionDataOption[];
561
+ export type IncludeExecutionDataOption = "ALL"|string;
526
562
  export type InputTemplate = string;
527
563
  export type Integer = number;
528
564
  export type JsonPath = string;
@@ -587,6 +623,7 @@ declare namespace Pipes {
587
623
  */
588
624
  tags?: TagMap;
589
625
  }
626
+ export type LogLevel = "OFF"|"ERROR"|"INFO"|"TRACE"|string;
590
627
  export type LogStreamName = string;
591
628
  export interface MQBrokerAccessCredentials {
592
629
  /**
@@ -686,11 +723,55 @@ declare namespace Pipes {
686
723
  */
687
724
  HttpParameters?: PipeEnrichmentHttpParameters;
688
725
  /**
689
- * Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.
726
+ * Valid JSON text passed to the enrichment. In this case, nothing from the event itself is passed to the enrichment. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format. To remove an input template, specify an empty string.
690
727
  */
691
728
  InputTemplate?: InputTemplate;
692
729
  }
693
730
  export type PipeList = Pipe[];
731
+ export interface PipeLogConfiguration {
732
+ /**
733
+ * The Amazon CloudWatch Logs logging configuration settings for the pipe.
734
+ */
735
+ CloudwatchLogsLogDestination?: CloudwatchLogsLogDestination;
736
+ /**
737
+ * The Amazon Kinesis Data Firehose logging configuration settings for the pipe.
738
+ */
739
+ FirehoseLogDestination?: FirehoseLogDestination;
740
+ /**
741
+ * Whether the execution data (specifically, the payload, awsRequest, and awsResponse fields) is included in the log messages for this pipe. This applies to all log destinations for the pipe. For more information, see Including execution data in logs in the Amazon EventBridge User Guide.
742
+ */
743
+ IncludeExecutionData?: IncludeExecutionData;
744
+ /**
745
+ * The level of logging detail to include. This applies to all log destinations for the pipe.
746
+ */
747
+ Level?: LogLevel;
748
+ /**
749
+ * The Amazon S3 logging configuration settings for the pipe.
750
+ */
751
+ S3LogDestination?: S3LogDestination;
752
+ }
753
+ export interface PipeLogConfigurationParameters {
754
+ /**
755
+ * The Amazon CloudWatch Logs logging configuration settings for the pipe.
756
+ */
757
+ CloudwatchLogsLogDestination?: CloudwatchLogsLogDestinationParameters;
758
+ /**
759
+ * The Amazon Kinesis Data Firehose logging configuration settings for the pipe.
760
+ */
761
+ FirehoseLogDestination?: FirehoseLogDestinationParameters;
762
+ /**
763
+ * Specify ON to include the execution data (specifically, the payload and awsRequest fields) in the log messages for this pipe. This applies to all log destinations for the pipe. For more information, see Including execution data in logs in the Amazon EventBridge User Guide. The default is OFF.
764
+ */
765
+ IncludeExecutionData?: IncludeExecutionData;
766
+ /**
767
+ * The level of logging detail to include. This applies to all log destinations for the pipe. For more information, see Specifying EventBridge Pipes log level in the Amazon EventBridge User Guide.
768
+ */
769
+ Level: LogLevel;
770
+ /**
771
+ * The Amazon S3 logging configuration settings for the pipe.
772
+ */
773
+ S3LogDestination?: S3LogDestinationParameters;
774
+ }
694
775
  export type PipeName = string;
695
776
  export interface PipeSourceActiveMQBrokerParameters {
696
777
  /**
@@ -818,7 +899,7 @@ declare namespace Pipes {
818
899
  */
819
900
  DynamoDBStreamParameters?: PipeSourceDynamoDBStreamParameters;
820
901
  /**
821
- * The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
902
+ * The collection of event patterns used to filter events. To remove a filter, specify a FilterCriteria object with an empty array of Filter objects. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
822
903
  */
823
904
  FilterCriteria?: FilterCriteria;
824
905
  /**
@@ -912,7 +993,7 @@ declare namespace Pipes {
912
993
  */
913
994
  MaximumBatchingWindowInSeconds?: MaximumBatchingWindowInSeconds;
914
995
  }
915
- export type PipeState = "RUNNING"|"STOPPED"|"CREATING"|"UPDATING"|"DELETING"|"STARTING"|"STOPPING"|"CREATE_FAILED"|"UPDATE_FAILED"|"START_FAILED"|"STOP_FAILED"|string;
996
+ export type PipeState = "RUNNING"|"STOPPED"|"CREATING"|"UPDATING"|"DELETING"|"STARTING"|"STOPPING"|"CREATE_FAILED"|"UPDATE_FAILED"|"START_FAILED"|"STOP_FAILED"|"DELETE_FAILED"|"CREATE_ROLLBACK_FAILED"|"DELETE_ROLLBACK_FAILED"|"UPDATE_ROLLBACK_FAILED"|string;
916
997
  export type PipeStateReason = string;
917
998
  export interface PipeTargetBatchJobParameters {
918
999
  /**
@@ -1022,7 +1103,7 @@ declare namespace Pipes {
1022
1103
  */
1023
1104
  DetailType?: EventBridgeDetailType;
1024
1105
  /**
1025
- * The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo. When using Java, you must include auth-crt on the class path.
1106
+ * The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
1026
1107
  */
1027
1108
  EndpointId?: EventBridgeEndpointId;
1028
1109
  /**
@@ -1061,7 +1142,7 @@ declare namespace Pipes {
1061
1142
  }
1062
1143
  export interface PipeTargetLambdaFunctionParameters {
1063
1144
  /**
1064
- * Choose from the following options. RequestResponse (default) - Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data. Event - Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code. DryRun - Validate parameter values and verify that the user or role has permission to invoke the function.
1145
+ * Specify whether to invoke the function synchronously or asynchronously. REQUEST_RESPONSE (default) - Invoke synchronously. This corresponds to the RequestResponse option in the InvocationType parameter for the Lambda Invoke API. FIRE_AND_FORGET - Invoke asynchronously. This corresponds to the Event option in the InvocationType parameter for the Lambda Invoke API. For more information, see Invocation types in the Amazon EventBridge User Guide.
1065
1146
  */
1066
1147
  InvocationType?: PipeTargetInvocationType;
1067
1148
  }
@@ -1087,11 +1168,11 @@ declare namespace Pipes {
1087
1168
  */
1088
1169
  HttpParameters?: PipeTargetHttpParameters;
1089
1170
  /**
1090
- * Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format.
1171
+ * Valid JSON text passed to the target. In this case, nothing from the event itself is passed to the target. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format. To remove an input template, specify an empty string.
1091
1172
  */
1092
1173
  InputTemplate?: InputTemplate;
1093
1174
  /**
1094
- * The parameters for using a Kinesis stream as a source.
1175
+ * The parameters for using a Kinesis stream as a target.
1095
1176
  */
1096
1177
  KinesisStreamParameters?: PipeTargetKinesisStreamParameters;
1097
1178
  /**
@@ -1099,7 +1180,7 @@ declare namespace Pipes {
1099
1180
  */
1100
1181
  LambdaFunctionParameters?: PipeTargetLambdaFunctionParameters;
1101
1182
  /**
1102
- * These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API ExecuteStatement.
1183
+ * These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the Amazon Redshift Data API BatchExecuteStatement.
1103
1184
  */
1104
1185
  RedshiftDataParameters?: PipeTargetRedshiftDataParameters;
1105
1186
  /**
@@ -1107,7 +1188,7 @@ declare namespace Pipes {
1107
1188
  */
1108
1189
  SageMakerPipelineParameters?: PipeTargetSageMakerPipelineParameters;
1109
1190
  /**
1110
- * The parameters for using a Amazon SQS stream as a source.
1191
+ * The parameters for using a Amazon SQS stream as a target.
1111
1192
  */
1112
1193
  SqsQueueParameters?: PipeTargetSqsQueueParameters;
1113
1194
  /**
@@ -1125,7 +1206,7 @@ declare namespace Pipes {
1125
1206
  */
1126
1207
  DbUser?: DbUser;
1127
1208
  /**
1128
- * The name or ARN of the secret that enables access to the database. Required when authenticating using SageMaker.
1209
+ * The name or ARN of the secret that enables access to the database. Required when authenticating using Secrets Manager.
1129
1210
  */
1130
1211
  SecretManagerArn?: SecretManagerArnOrJsonPath;
1131
1212
  /**
@@ -1159,7 +1240,7 @@ declare namespace Pipes {
1159
1240
  }
1160
1241
  export interface PipeTargetStateMachineParameters {
1161
1242
  /**
1162
- * Specify whether to wait for the state machine to finish or not.
1243
+ * Specify whether to invoke the Step Functions state machine synchronously or asynchronously. REQUEST_RESPONSE (default) - Invoke synchronously. For more information, see StartSyncExecution in the Step Functions API Reference. REQUEST_RESPONSE is not supported for STANDARD state machine workflows. FIRE_AND_FORGET - Invoke asynchronously. For more information, see StartExecution in the Step Functions API Reference. For more information, see Invocation types in the Amazon EventBridge User Guide.
1163
1244
  */
1164
1245
  InvocationType?: PipeTargetInvocationType;
1165
1246
  }
@@ -1198,6 +1279,46 @@ declare namespace Pipes {
1198
1279
  export type RequestedPipeStateDescribeResponse = "RUNNING"|"STOPPED"|"DELETED"|string;
1199
1280
  export type ResourceArn = string;
1200
1281
  export type RoleArn = string;
1282
+ export interface S3LogDestination {
1283
+ /**
1284
+ * The name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
1285
+ */
1286
+ BucketName?: String;
1287
+ /**
1288
+ * The Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
1289
+ */
1290
+ BucketOwner?: String;
1291
+ /**
1292
+ * The format EventBridge uses for the log records. json: JSON plain: Plain text w3c: W3C extended logging file format
1293
+ */
1294
+ OutputFormat?: S3OutputFormat;
1295
+ /**
1296
+ * The prefix text with which to begin Amazon S3 log object names. For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
1297
+ */
1298
+ Prefix?: String;
1299
+ }
1300
+ export interface S3LogDestinationParameters {
1301
+ /**
1302
+ * Specifies the name of the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
1303
+ */
1304
+ BucketName: S3LogDestinationParametersBucketNameString;
1305
+ /**
1306
+ * Specifies the Amazon Web Services account that owns the Amazon S3 bucket to which EventBridge delivers the log records for the pipe.
1307
+ */
1308
+ BucketOwner: S3LogDestinationParametersBucketOwnerString;
1309
+ /**
1310
+ * How EventBridge should format the log records. json: JSON plain: Plain text w3c: W3C extended logging file format
1311
+ */
1312
+ OutputFormat?: S3OutputFormat;
1313
+ /**
1314
+ * Specifies any prefix text with which to begin Amazon S3 log object names. You can use prefixes to organize the data that you store in Amazon S3 buckets. A prefix is a string of characters at the beginning of the object key name. A prefix can be any length, subject to the maximum length of the object key name (1,024 bytes). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.
1315
+ */
1316
+ Prefix?: S3LogDestinationParametersPrefixString;
1317
+ }
1318
+ export type S3LogDestinationParametersBucketNameString = string;
1319
+ export type S3LogDestinationParametersBucketOwnerString = string;
1320
+ export type S3LogDestinationParametersPrefixString = string;
1321
+ export type S3OutputFormat = "json"|"plain"|"w3c"|string;
1201
1322
  export interface SageMakerPipelineParameter {
1202
1323
  /**
1203
1324
  * Name of parameter to start execution of a SageMaker Model Building Pipeline.
@@ -1377,6 +1498,10 @@ declare namespace Pipes {
1377
1498
  * The parameters required to set up enrichment on your pipe.
1378
1499
  */
1379
1500
  EnrichmentParameters?: PipeEnrichmentParameters;
1501
+ /**
1502
+ * The logging configuration settings for the pipe.
1503
+ */
1504
+ LogConfiguration?: PipeLogConfigurationParameters;
1380
1505
  /**
1381
1506
  * The name of the pipe.
1382
1507
  */
@@ -1394,7 +1519,7 @@ declare namespace Pipes {
1394
1519
  */
1395
1520
  Target?: Arn;
1396
1521
  /**
1397
- * The parameters required to set up a target for your pipe.
1522
+ * The parameters required to set up a target for your pipe. For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
1398
1523
  */
1399
1524
  TargetParameters?: PipeTargetParameters;
1400
1525
  }
@@ -1522,7 +1647,7 @@ declare namespace Pipes {
1522
1647
  */
1523
1648
  DynamoDBStreamParameters?: UpdatePipeSourceDynamoDBStreamParameters;
1524
1649
  /**
1525
- * The collection of event patterns used to filter events. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
1650
+ * The collection of event patterns used to filter events. To remove a filter, specify a FilterCriteria object with an empty array of Filter objects. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
1526
1651
  */
1527
1652
  FilterCriteria?: FilterCriteria;
1528
1653
  /**
@@ -7454,7 +7454,7 @@ declare namespace RDS {
7454
7454
  */
7455
7455
  DBSnapshotIdentifier: String;
7456
7456
  /**
7457
- * The engine version to upgrade the DB snapshot to. The following are the database engines and engine versions that are available when you upgrade a DB snapshot. MySQL 5.5.46 (supported for 5.1 DB snapshots) Oracle 19.0.0.0.ru-2022-01.rur-2022-01.r1 (supported for 12.2.0.1 DB snapshots) 19.0.0.0.ru-2022-07.rur-2022-07.r1 (supported for 12.1.0.2 DB snapshots) 12.1.0.2.v8 (supported for 12.1.0.1 DB snapshots) 11.2.0.4.v12 (supported for 11.2.0.2 DB snapshots) 11.2.0.4.v11 (supported for 11.2.0.3 DB snapshots) PostgreSQL For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading the PostgreSQL DB Engine for Amazon RDS.
7457
+ * The engine version to upgrade the DB snapshot to. The following are the database engines and engine versions that are available when you upgrade a DB snapshot. MySQL For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading a MySQL DB snapshot engine version in the Amazon RDS User Guide. Oracle 19.0.0.0.ru-2022-01.rur-2022-01.r1 (supported for 12.2.0.1 DB snapshots) 19.0.0.0.ru-2022-07.rur-2022-07.r1 (supported for 12.1.0.2 DB snapshots) 12.1.0.2.v8 (supported for 12.1.0.1 DB snapshots) 11.2.0.4.v12 (supported for 11.2.0.2 DB snapshots) 11.2.0.4.v11 (supported for 11.2.0.3 DB snapshots) PostgreSQL For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading a PostgreSQL DB snapshot engine version in the Amazon RDS User Guide.
7458
7458
  */
7459
7459
  EngineVersion?: String;
7460
7460
  /**
@@ -2612,6 +2612,10 @@ declare namespace Redshift {
2612
2612
  * The identifier of the cluster to delete a custom domain association for.
2613
2613
  */
2614
2614
  ClusterIdentifier: String;
2615
+ /**
2616
+ * The custom domain name for the custom domain association.
2617
+ */
2618
+ CustomDomainName: CustomDomainNameString;
2615
2619
  }
2616
2620
  export interface DeleteEndpointAccessMessage {
2617
2621
  /**
@@ -4455,11 +4459,11 @@ declare namespace Redshift {
4455
4459
  /**
4456
4460
  * The custom domain name for a changed custom domain association.
4457
4461
  */
4458
- CustomDomainName?: CustomDomainNameString;
4462
+ CustomDomainName: CustomDomainNameString;
4459
4463
  /**
4460
4464
  * The certificate Amazon Resource Name (ARN) for the changed custom domain association.
4461
4465
  */
4462
- CustomDomainCertificateArn?: CustomDomainCertificateArnString;
4466
+ CustomDomainCertificateArn: CustomDomainCertificateArnString;
4463
4467
  /**
4464
4468
  * The identifier of the cluster to change a custom domain association for.
4465
4469
  */