cdk-lambda-subminute 2.0.298 → 2.0.299
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
- package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
- package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
- package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
- package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
- package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
- package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +216 -174
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -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
|
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
|
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
|
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.
|
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
|
-
*
|
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
|
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
|
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
|
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
|
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
|
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
|
/**
|
@@ -63,6 +63,10 @@ declare class ResourceExplorer2 extends Service {
|
|
63
63
|
* After you call this operation, the affected Amazon Web Services Region no longer has a default view. All Search operations in that Region must explicitly specify a view or the operation fails. You can configure a new default by calling the AssociateDefaultView operation. If an Amazon Web Services Region doesn't have a default view configured, then users must explicitly specify a view with every Search operation performed in that Region.
|
64
64
|
*/
|
65
65
|
disassociateDefaultView(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
66
|
+
/**
|
67
|
+
* Retrieves the status of your account's Amazon Web Services service access, and validates the service linked role required to access the multi-account search feature. Only the management account or a delegated administrator with service access enabled can invoke this API call.
|
68
|
+
*/
|
69
|
+
getAccountLevelServiceConfiguration(callback?: (err: AWSError, data: ResourceExplorer2.Types.GetAccountLevelServiceConfigurationOutput) => void): Request<ResourceExplorer2.Types.GetAccountLevelServiceConfigurationOutput, AWSError>;
|
66
70
|
/**
|
67
71
|
* Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation. You can then call GetView to retrieve the details of that view.
|
68
72
|
*/
|
@@ -87,6 +91,14 @@ declare class ResourceExplorer2 extends Service {
|
|
87
91
|
* Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer.
|
88
92
|
*/
|
89
93
|
listIndexes(callback?: (err: AWSError, data: ResourceExplorer2.Types.ListIndexesOutput) => void): Request<ResourceExplorer2.Types.ListIndexesOutput, AWSError>;
|
94
|
+
/**
|
95
|
+
* Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call.
|
96
|
+
*/
|
97
|
+
listIndexesForMembers(params: ResourceExplorer2.Types.ListIndexesForMembersInput, callback?: (err: AWSError, data: ResourceExplorer2.Types.ListIndexesForMembersOutput) => void): Request<ResourceExplorer2.Types.ListIndexesForMembersOutput, AWSError>;
|
98
|
+
/**
|
99
|
+
* Retrieves a list of a member's indexes in all Amazon Web Services Regions that are currently collecting resource information for Amazon Web Services Resource Explorer. Only the management account or a delegated administrator with service access enabled can invoke this API call.
|
100
|
+
*/
|
101
|
+
listIndexesForMembers(callback?: (err: AWSError, data: ResourceExplorer2.Types.ListIndexesForMembersOutput) => void): Request<ResourceExplorer2.Types.ListIndexesForMembersOutput, AWSError>;
|
90
102
|
/**
|
91
103
|
* Retrieves a list of all resource types currently supported by Amazon Web Services Resource Explorer.
|
92
104
|
*/
|
@@ -153,6 +165,8 @@ declare class ResourceExplorer2 extends Service {
|
|
153
165
|
updateView(callback?: (err: AWSError, data: ResourceExplorer2.Types.UpdateViewOutput) => void): Request<ResourceExplorer2.Types.UpdateViewOutput, AWSError>;
|
154
166
|
}
|
155
167
|
declare namespace ResourceExplorer2 {
|
168
|
+
export type AWSServiceAccessStatus = "ENABLED"|"DISABLED"|string;
|
169
|
+
export type AccountId = string;
|
156
170
|
export interface AssociateDefaultViewInput {
|
157
171
|
/**
|
158
172
|
* The Amazon resource name (ARN) of the view to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation. The specified view must already exist in the called Region.
|
@@ -197,7 +211,7 @@ declare namespace ResourceExplorer2 {
|
|
197
211
|
export type Boolean = boolean;
|
198
212
|
export interface CreateIndexInput {
|
199
213
|
/**
|
200
|
-
* This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the uniqueness of your
|
214
|
+
* This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the uniqueness of your index.
|
201
215
|
*/
|
202
216
|
ClientToken?: String;
|
203
217
|
/**
|
@@ -232,6 +246,10 @@ declare namespace ResourceExplorer2 {
|
|
232
246
|
* Specifies optional fields that you want included in search results from this view. It is a list of objects that each describe a field to include. The default is an empty list, with no optional fields included in the results.
|
233
247
|
*/
|
234
248
|
IncludedProperties?: IncludedPropertyList;
|
249
|
+
/**
|
250
|
+
* The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.
|
251
|
+
*/
|
252
|
+
Scope?: CreateViewInputScopeString;
|
235
253
|
/**
|
236
254
|
* Tag key and value pairs that are attached to the view.
|
237
255
|
*/
|
@@ -242,6 +260,7 @@ declare namespace ResourceExplorer2 {
|
|
242
260
|
ViewName: ViewName;
|
243
261
|
}
|
244
262
|
export type CreateViewInputClientTokenString = string;
|
263
|
+
export type CreateViewInputScopeString = string;
|
245
264
|
export interface CreateViewOutput {
|
246
265
|
/**
|
247
266
|
* A structure that contains the details about the new view.
|
@@ -283,6 +302,12 @@ declare namespace ResourceExplorer2 {
|
|
283
302
|
}
|
284
303
|
export interface Document {
|
285
304
|
}
|
305
|
+
export interface GetAccountLevelServiceConfigurationOutput {
|
306
|
+
/**
|
307
|
+
* Details about the organization, and whether configuration is ENABLED or DISABLED.
|
308
|
+
*/
|
309
|
+
OrgConfiguration?: OrgConfiguration;
|
310
|
+
}
|
286
311
|
export interface GetDefaultViewOutput {
|
287
312
|
/**
|
288
313
|
* The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region in which you called this operation.
|
@@ -365,13 +390,40 @@ declare namespace ResourceExplorer2 {
|
|
365
390
|
export type IndexList = Index[];
|
366
391
|
export type IndexState = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|"UPDATING"|string;
|
367
392
|
export type IndexType = "LOCAL"|"AGGREGATOR"|string;
|
393
|
+
export interface ListIndexesForMembersInput {
|
394
|
+
/**
|
395
|
+
* The account IDs will limit the output to only indexes from these accounts.
|
396
|
+
*/
|
397
|
+
AccountIdList: ListIndexesForMembersInputAccountIdListList;
|
398
|
+
/**
|
399
|
+
* The maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
400
|
+
*/
|
401
|
+
MaxResults?: ListIndexesForMembersInputMaxResultsInteger;
|
402
|
+
/**
|
403
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
404
|
+
*/
|
405
|
+
NextToken?: ListIndexesForMembersInputNextTokenString;
|
406
|
+
}
|
407
|
+
export type ListIndexesForMembersInputAccountIdListList = AccountId[];
|
408
|
+
export type ListIndexesForMembersInputMaxResultsInteger = number;
|
409
|
+
export type ListIndexesForMembersInputNextTokenString = string;
|
410
|
+
export interface ListIndexesForMembersOutput {
|
411
|
+
/**
|
412
|
+
* A structure that contains the details and status of each index.
|
413
|
+
*/
|
414
|
+
Indexes?: MemberIndexList;
|
415
|
+
/**
|
416
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
417
|
+
*/
|
418
|
+
NextToken?: String;
|
419
|
+
}
|
368
420
|
export interface ListIndexesInput {
|
369
421
|
/**
|
370
422
|
* The maximum number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value appropriate to the operation. If additional items exist beyond those included in the current response, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. An API operation can return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
371
423
|
*/
|
372
424
|
MaxResults?: ListIndexesInputMaxResultsInteger;
|
373
425
|
/**
|
374
|
-
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
|
426
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
375
427
|
*/
|
376
428
|
NextToken?: ListIndexesInputNextTokenString;
|
377
429
|
/**
|
@@ -392,7 +444,7 @@ declare namespace ResourceExplorer2 {
|
|
392
444
|
*/
|
393
445
|
Indexes?: IndexList;
|
394
446
|
/**
|
395
|
-
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
|
447
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
396
448
|
*/
|
397
449
|
NextToken?: String;
|
398
450
|
}
|
@@ -402,14 +454,14 @@ declare namespace ResourceExplorer2 {
|
|
402
454
|
*/
|
403
455
|
MaxResults?: ListSupportedResourceTypesInputMaxResultsInteger;
|
404
456
|
/**
|
405
|
-
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
|
457
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
406
458
|
*/
|
407
459
|
NextToken?: String;
|
408
460
|
}
|
409
461
|
export type ListSupportedResourceTypesInputMaxResultsInteger = number;
|
410
462
|
export interface ListSupportedResourceTypesOutput {
|
411
463
|
/**
|
412
|
-
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
|
464
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
413
465
|
*/
|
414
466
|
NextToken?: String;
|
415
467
|
/**
|
@@ -435,14 +487,14 @@ declare namespace ResourceExplorer2 {
|
|
435
487
|
*/
|
436
488
|
MaxResults?: ListViewsInputMaxResultsInteger;
|
437
489
|
/**
|
438
|
-
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
|
490
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
439
491
|
*/
|
440
492
|
NextToken?: String;
|
441
493
|
}
|
442
494
|
export type ListViewsInputMaxResultsInteger = number;
|
443
495
|
export interface ListViewsOutput {
|
444
496
|
/**
|
445
|
-
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
|
497
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
446
498
|
*/
|
447
499
|
NextToken?: String;
|
448
500
|
/**
|
@@ -451,6 +503,35 @@ declare namespace ResourceExplorer2 {
|
|
451
503
|
Views?: ViewArnList;
|
452
504
|
}
|
453
505
|
export type Long = number;
|
506
|
+
export interface MemberIndex {
|
507
|
+
/**
|
508
|
+
* The account ID for the index.
|
509
|
+
*/
|
510
|
+
AccountId?: String;
|
511
|
+
/**
|
512
|
+
* The Amazon resource name (ARN) of the index.
|
513
|
+
*/
|
514
|
+
Arn?: String;
|
515
|
+
/**
|
516
|
+
* The Amazon Web Services Region in which the index exists.
|
517
|
+
*/
|
518
|
+
Region?: String;
|
519
|
+
/**
|
520
|
+
* The type of index. It can be one of the following values: LOCAL – The index contains information about resources from only the same Amazon Web Services Region. AGGREGATOR – Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.
|
521
|
+
*/
|
522
|
+
Type?: IndexType;
|
523
|
+
}
|
524
|
+
export type MemberIndexList = MemberIndex[];
|
525
|
+
export interface OrgConfiguration {
|
526
|
+
/**
|
527
|
+
* This value displays whether your Amazon Web Services service access is ENABLED or DISABLED.
|
528
|
+
*/
|
529
|
+
AWSServiceAccessStatus: AWSServiceAccessStatus;
|
530
|
+
/**
|
531
|
+
* This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
|
532
|
+
*/
|
533
|
+
ServiceLinkedRole?: String;
|
534
|
+
}
|
454
535
|
export type QueryString = string;
|
455
536
|
export type RegionList = String[];
|
456
537
|
export interface Resource {
|
@@ -523,7 +604,7 @@ declare namespace ResourceExplorer2 {
|
|
523
604
|
*/
|
524
605
|
MaxResults?: SearchInputMaxResultsInteger;
|
525
606
|
/**
|
526
|
-
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.
|
607
|
+
* The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from. The pagination tokens expire after 24 hours.
|
527
608
|
*/
|
528
609
|
NextToken?: SearchInputNextTokenString;
|
529
610
|
/**
|
@@ -544,7 +625,7 @@ declare namespace ResourceExplorer2 {
|
|
544
625
|
*/
|
545
626
|
Count?: ResourceCount;
|
546
627
|
/**
|
547
|
-
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
|
628
|
+
* If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. The pagination tokens expire after 24 hours.
|
548
629
|
*/
|
549
630
|
NextToken?: SearchOutputNextTokenString;
|
550
631
|
/**
|
@@ -12776,11 +12776,11 @@ declare namespace SageMaker {
|
|
12776
12776
|
/**
|
12777
12777
|
* The supported MIME types for the input data.
|
12778
12778
|
*/
|
12779
|
-
SupportedContentTypes
|
12779
|
+
SupportedContentTypes?: ContentTypes;
|
12780
12780
|
/**
|
12781
12781
|
* The supported MIME types for the output data.
|
12782
12782
|
*/
|
12783
|
-
SupportedResponseMIMETypes
|
12783
|
+
SupportedResponseMIMETypes?: ResponseMIMETypes;
|
12784
12784
|
}
|
12785
12785
|
export type InferenceSpecificationName = string;
|
12786
12786
|
export type InitialInstanceCount = number;
|