cdk-lambda-subminute 2.0.403 → 2.0.405
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +34 -1
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -2
- package/node_modules/aws-sdk/apis/metadata.json +4 -4
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +129 -129
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +522 -0
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.paginators.json +16 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/amplify.d.ts +8 -8
- package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/fis.d.ts +60 -13
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +71 -0
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +108 -100
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +4 -4
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +773 -0
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +409 -409
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +3 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +0 -923
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +0 -28
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +0 -534
- package/node_modules/aws-sdk/clients/iotroborunner.js +0 -18
- /package/node_modules/aws-sdk/apis/{iot-roborunner-2018-05-10.examples.json → timestream-influxdb-2023-01-27.examples.json} +0 -0
@@ -12,19 +12,19 @@ declare class Fis extends Service {
|
|
12
12
|
constructor(options?: Fis.Types.ClientConfiguration)
|
13
13
|
config: Config & Fis.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Creates an experiment template. An experiment template includes the following components: Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. For more information, see experiment templates in the Fault Injection
|
15
|
+
* Creates an experiment template. An experiment template includes the following components: Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. For more information, see experiment templates in the Fault Injection Service User Guide.
|
16
16
|
*/
|
17
17
|
createExperimentTemplate(params: Fis.Types.CreateExperimentTemplateRequest, callback?: (err: AWSError, data: Fis.Types.CreateExperimentTemplateResponse) => void): Request<Fis.Types.CreateExperimentTemplateResponse, AWSError>;
|
18
18
|
/**
|
19
|
-
* Creates an experiment template. An experiment template includes the following components: Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. For more information, see experiment templates in the Fault Injection
|
19
|
+
* Creates an experiment template. An experiment template includes the following components: Targets: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. Actions: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. Stop conditions: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. For more information, see experiment templates in the Fault Injection Service User Guide.
|
20
20
|
*/
|
21
21
|
createExperimentTemplate(callback?: (err: AWSError, data: Fis.Types.CreateExperimentTemplateResponse) => void): Request<Fis.Types.CreateExperimentTemplateResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection
|
23
|
+
* Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.
|
24
24
|
*/
|
25
25
|
createTargetAccountConfiguration(params: Fis.Types.CreateTargetAccountConfigurationRequest, callback?: (err: AWSError, data: Fis.Types.CreateTargetAccountConfigurationResponse) => void): Request<Fis.Types.CreateTargetAccountConfigurationResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection
|
27
|
+
* Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.
|
28
28
|
*/
|
29
29
|
createTargetAccountConfiguration(callback?: (err: AWSError, data: Fis.Types.CreateTargetAccountConfigurationResponse) => void): Request<Fis.Types.CreateTargetAccountConfigurationResponse, AWSError>;
|
30
30
|
/**
|
@@ -211,6 +211,10 @@ declare namespace Fis {
|
|
211
211
|
* The ID of the action.
|
212
212
|
*/
|
213
213
|
id?: ActionId;
|
214
|
+
/**
|
215
|
+
* The Amazon Resource Name (ARN) of the action.
|
216
|
+
*/
|
217
|
+
arn?: ResourceArn;
|
214
218
|
/**
|
215
219
|
* The description for the action.
|
216
220
|
*/
|
@@ -249,6 +253,10 @@ declare namespace Fis {
|
|
249
253
|
* The ID of the action.
|
250
254
|
*/
|
251
255
|
id?: ActionId;
|
256
|
+
/**
|
257
|
+
* The Amazon Resource Name (ARN) of the action.
|
258
|
+
*/
|
259
|
+
arn?: ResourceArn;
|
252
260
|
/**
|
253
261
|
* The description for the action.
|
254
262
|
*/
|
@@ -271,6 +279,7 @@ declare namespace Fis {
|
|
271
279
|
}
|
272
280
|
export type ActionTargetMap = {[key: string]: ActionTarget};
|
273
281
|
export type ActionTargetName = string;
|
282
|
+
export type ActionsMode = "skip-all"|"run-all"|string;
|
274
283
|
export type ClientToken = string;
|
275
284
|
export type CloudWatchLogGroupArn = string;
|
276
285
|
export interface CreateExperimentTemplateActionInput {
|
@@ -412,7 +421,7 @@ declare namespace Fis {
|
|
412
421
|
*/
|
413
422
|
experimentTemplateId: ExperimentTemplateId;
|
414
423
|
/**
|
415
|
-
* The
|
424
|
+
* The Amazon Web Services account ID of the target account.
|
416
425
|
*/
|
417
426
|
accountId: TargetAccountId;
|
418
427
|
/**
|
@@ -449,7 +458,7 @@ declare namespace Fis {
|
|
449
458
|
*/
|
450
459
|
experimentTemplateId: ExperimentTemplateId;
|
451
460
|
/**
|
452
|
-
* The
|
461
|
+
* The Amazon Web Services account ID of the target account.
|
453
462
|
*/
|
454
463
|
accountId: TargetAccountId;
|
455
464
|
}
|
@@ -465,6 +474,10 @@ declare namespace Fis {
|
|
465
474
|
* The ID of the experiment.
|
466
475
|
*/
|
467
476
|
id?: ExperimentId;
|
477
|
+
/**
|
478
|
+
* The Amazon Resource Name (ARN) of the experiment.
|
479
|
+
*/
|
480
|
+
arn?: ResourceArn;
|
468
481
|
/**
|
469
482
|
* The ID of the experiment template.
|
470
483
|
*/
|
@@ -607,6 +620,10 @@ declare namespace Fis {
|
|
607
620
|
* The empty target resolution mode for an experiment.
|
608
621
|
*/
|
609
622
|
emptyTargetResolutionMode?: EmptyTargetResolutionMode;
|
623
|
+
/**
|
624
|
+
* The actions mode of the experiment that is set from the StartExperiment API command.
|
625
|
+
*/
|
626
|
+
actionsMode?: ActionsMode;
|
610
627
|
}
|
611
628
|
export interface ExperimentS3LogConfiguration {
|
612
629
|
/**
|
@@ -647,6 +664,10 @@ declare namespace Fis {
|
|
647
664
|
* The ID of the experiment.
|
648
665
|
*/
|
649
666
|
id?: ExperimentId;
|
667
|
+
/**
|
668
|
+
* The Amazon Resource Name (ARN) of the experiment.
|
669
|
+
*/
|
670
|
+
arn?: ResourceArn;
|
650
671
|
/**
|
651
672
|
* The ID of the experiment template.
|
652
673
|
*/
|
@@ -663,6 +684,10 @@ declare namespace Fis {
|
|
663
684
|
* The tags for the experiment.
|
664
685
|
*/
|
665
686
|
tags?: TagMap;
|
687
|
+
/**
|
688
|
+
* The experiment options for the experiment.
|
689
|
+
*/
|
690
|
+
experimentOptions?: ExperimentOptions;
|
666
691
|
}
|
667
692
|
export type ExperimentSummaryList = ExperimentSummary[];
|
668
693
|
export interface ExperimentTarget {
|
@@ -697,7 +722,7 @@ declare namespace Fis {
|
|
697
722
|
*/
|
698
723
|
roleArn?: RoleArn;
|
699
724
|
/**
|
700
|
-
* The
|
725
|
+
* The Amazon Web Services account ID of the target account.
|
701
726
|
*/
|
702
727
|
accountId?: TargetAccountId;
|
703
728
|
/**
|
@@ -712,7 +737,7 @@ declare namespace Fis {
|
|
712
737
|
*/
|
713
738
|
roleArn?: RoleArn;
|
714
739
|
/**
|
715
|
-
* The
|
740
|
+
* The Amazon Web Services account ID of the target account.
|
716
741
|
*/
|
717
742
|
accountId?: TargetAccountId;
|
718
743
|
/**
|
@@ -745,6 +770,10 @@ declare namespace Fis {
|
|
745
770
|
* The ID of the experiment template.
|
746
771
|
*/
|
747
772
|
id?: ExperimentTemplateId;
|
773
|
+
/**
|
774
|
+
* The Amazon Resource Name (ARN) of the experiment template.
|
775
|
+
*/
|
776
|
+
arn?: ResourceArn;
|
748
777
|
/**
|
749
778
|
* The description for the experiment template.
|
750
779
|
*/
|
@@ -896,6 +925,10 @@ declare namespace Fis {
|
|
896
925
|
* The ID of the experiment template.
|
897
926
|
*/
|
898
927
|
id?: ExperimentTemplateId;
|
928
|
+
/**
|
929
|
+
* The Amazon Resource Name (ARN) of the experiment template.
|
930
|
+
*/
|
931
|
+
arn?: ResourceArn;
|
899
932
|
/**
|
900
933
|
* The description of the experiment template.
|
901
934
|
*/
|
@@ -1001,7 +1034,7 @@ declare namespace Fis {
|
|
1001
1034
|
*/
|
1002
1035
|
experimentId: ExperimentId;
|
1003
1036
|
/**
|
1004
|
-
* The
|
1037
|
+
* The Amazon Web Services account ID of the target account.
|
1005
1038
|
*/
|
1006
1039
|
accountId: TargetAccountId;
|
1007
1040
|
}
|
@@ -1029,7 +1062,7 @@ declare namespace Fis {
|
|
1029
1062
|
*/
|
1030
1063
|
experimentTemplateId: ExperimentTemplateId;
|
1031
1064
|
/**
|
1032
|
-
* The
|
1065
|
+
* The Amazon Web Services account ID of the target account.
|
1033
1066
|
*/
|
1034
1067
|
accountId: TargetAccountId;
|
1035
1068
|
}
|
@@ -1153,6 +1186,10 @@ declare namespace Fis {
|
|
1153
1186
|
* The token for the next page of results.
|
1154
1187
|
*/
|
1155
1188
|
nextToken?: NextToken;
|
1189
|
+
/**
|
1190
|
+
* The ID of the experiment template.
|
1191
|
+
*/
|
1192
|
+
experimentTemplateId?: ExperimentTemplateId;
|
1156
1193
|
}
|
1157
1194
|
export interface ListExperimentsResponse {
|
1158
1195
|
/**
|
@@ -1244,6 +1281,12 @@ declare namespace Fis {
|
|
1244
1281
|
export type RoleArn = string;
|
1245
1282
|
export type S3BucketName = string;
|
1246
1283
|
export type S3ObjectKey = string;
|
1284
|
+
export interface StartExperimentExperimentOptionsInput {
|
1285
|
+
/**
|
1286
|
+
* Specifies the actions mode for experiment options.
|
1287
|
+
*/
|
1288
|
+
actionsMode?: ActionsMode;
|
1289
|
+
}
|
1247
1290
|
export interface StartExperimentRequest {
|
1248
1291
|
/**
|
1249
1292
|
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
@@ -1253,6 +1296,10 @@ declare namespace Fis {
|
|
1253
1296
|
* The ID of the experiment template.
|
1254
1297
|
*/
|
1255
1298
|
experimentTemplateId: ExperimentTemplateId;
|
1299
|
+
/**
|
1300
|
+
* The experiment options for running the experiment.
|
1301
|
+
*/
|
1302
|
+
experimentOptions?: StartExperimentExperimentOptionsInput;
|
1256
1303
|
/**
|
1257
1304
|
* The tags to apply to the experiment.
|
1258
1305
|
*/
|
@@ -1300,7 +1347,7 @@ declare namespace Fis {
|
|
1300
1347
|
*/
|
1301
1348
|
roleArn?: RoleArn;
|
1302
1349
|
/**
|
1303
|
-
* The
|
1350
|
+
* The Amazon Web Services account ID of the target account.
|
1304
1351
|
*/
|
1305
1352
|
accountId?: TargetAccountId;
|
1306
1353
|
/**
|
@@ -1316,7 +1363,7 @@ declare namespace Fis {
|
|
1316
1363
|
*/
|
1317
1364
|
roleArn?: RoleArn;
|
1318
1365
|
/**
|
1319
|
-
* The
|
1366
|
+
* The Amazon Web Services account ID of the target account.
|
1320
1367
|
*/
|
1321
1368
|
accountId?: TargetAccountId;
|
1322
1369
|
/**
|
@@ -1510,7 +1557,7 @@ declare namespace Fis {
|
|
1510
1557
|
*/
|
1511
1558
|
experimentTemplateId: ExperimentTemplateId;
|
1512
1559
|
/**
|
1513
|
-
* The
|
1560
|
+
* The Amazon Web Services account ID of the target account.
|
1514
1561
|
*/
|
1515
1562
|
accountId: TargetAccountId;
|
1516
1563
|
/**
|
@@ -663,13 +663,34 @@ declare namespace IVSRealTime {
|
|
663
663
|
* This attribute name identifies the featured slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
|
664
664
|
*/
|
665
665
|
featuredParticipantAttribute?: AttributeKey;
|
666
|
+
/**
|
667
|
+
* Specifies the spacing between participant tiles in pixels. Default: 2.
|
668
|
+
*/
|
669
|
+
gridGap?: GridGap;
|
670
|
+
/**
|
671
|
+
* Determines whether to omit participants with stopped video in the composition. Default: false.
|
672
|
+
*/
|
673
|
+
omitStoppedVideo?: OmitStoppedVideo;
|
674
|
+
/**
|
675
|
+
* Sets the non-featured participant display mode. Default: VIDEO.
|
676
|
+
*/
|
677
|
+
videoAspectRatio?: VideoAspectRatio;
|
678
|
+
/**
|
679
|
+
* Defines how video fits within the participant tile. When not set, videoFillMode defaults to COVER fill mode for participants in the grid and to CONTAIN fill mode for featured participants.
|
680
|
+
*/
|
681
|
+
videoFillMode?: VideoFillMode;
|
666
682
|
}
|
683
|
+
export type GridGap = number;
|
667
684
|
export type Height = number;
|
668
685
|
export interface LayoutConfiguration {
|
669
686
|
/**
|
670
687
|
* Configuration related to grid layout. Default: Grid layout.
|
671
688
|
*/
|
672
689
|
grid?: GridConfiguration;
|
690
|
+
/**
|
691
|
+
* Configuration related to PiP layout.
|
692
|
+
*/
|
693
|
+
pip?: PipConfiguration;
|
673
694
|
}
|
674
695
|
export interface ListCompositionsRequest {
|
675
696
|
/**
|
@@ -874,6 +895,7 @@ declare namespace IVSRealTime {
|
|
874
895
|
export type MaxStageResults = number;
|
875
896
|
export type MaxStageSessionResults = number;
|
876
897
|
export type MaxStorageConfigurationResults = number;
|
898
|
+
export type OmitStoppedVideo = boolean;
|
877
899
|
export type PaginationToken = string;
|
878
900
|
export interface Participant {
|
879
901
|
/**
|
@@ -1010,6 +1032,53 @@ declare namespace IVSRealTime {
|
|
1010
1032
|
export type ParticipantTokenList = ParticipantToken[];
|
1011
1033
|
export type ParticipantTokenString = string;
|
1012
1034
|
export type ParticipantTokenUserId = string;
|
1035
|
+
export type PipBehavior = "STATIC"|"DYNAMIC"|string;
|
1036
|
+
export interface PipConfiguration {
|
1037
|
+
/**
|
1038
|
+
* This attribute name identifies the featured slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
|
1039
|
+
*/
|
1040
|
+
featuredParticipantAttribute?: AttributeKey;
|
1041
|
+
/**
|
1042
|
+
* Specifies the spacing between participant tiles in pixels. Default: 0.
|
1043
|
+
*/
|
1044
|
+
gridGap?: GridGap;
|
1045
|
+
/**
|
1046
|
+
* Determines whether to omit participants with stopped video in the composition. Default: false.
|
1047
|
+
*/
|
1048
|
+
omitStoppedVideo?: OmitStoppedVideo;
|
1049
|
+
/**
|
1050
|
+
* Defines PiP behavior when all participants have left. Default: STATIC.
|
1051
|
+
*/
|
1052
|
+
pipBehavior?: PipBehavior;
|
1053
|
+
/**
|
1054
|
+
* Specifies the height of the PiP window in pixels. When this is not set explicitly, pipHeight’s value will be based on the size of the composition and the aspect ratio of the participant’s video.
|
1055
|
+
*/
|
1056
|
+
pipHeight?: PipHeight;
|
1057
|
+
/**
|
1058
|
+
* Sets the PiP window’s offset position in pixels from the closest edges determined by PipPosition. Default: 0.
|
1059
|
+
*/
|
1060
|
+
pipOffset?: PipOffset;
|
1061
|
+
/**
|
1062
|
+
* Identifies the PiP slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the PiP slot.
|
1063
|
+
*/
|
1064
|
+
pipParticipantAttribute?: AttributeKey;
|
1065
|
+
/**
|
1066
|
+
* Determines the corner position of the PiP window. Default: BOTTOM_RIGHT.
|
1067
|
+
*/
|
1068
|
+
pipPosition?: PipPosition;
|
1069
|
+
/**
|
1070
|
+
* Specifies the width of the PiP window in pixels. When this is not set explicitly, pipWidth’s value will be based on the size of the composition and the aspect ratio of the participant’s video.
|
1071
|
+
*/
|
1072
|
+
pipWidth?: PipWidth;
|
1073
|
+
/**
|
1074
|
+
* Defines how video fits within the participant tile. Default: COVER.
|
1075
|
+
*/
|
1076
|
+
videoFillMode?: VideoFillMode;
|
1077
|
+
}
|
1078
|
+
export type PipHeight = number;
|
1079
|
+
export type PipOffset = number;
|
1080
|
+
export type PipPosition = "TOP_LEFT"|"TOP_RIGHT"|"BOTTOM_LEFT"|"BOTTOM_RIGHT"|string;
|
1081
|
+
export type PipWidth = number;
|
1013
1082
|
export type Published = boolean;
|
1014
1083
|
export interface RecordingConfiguration {
|
1015
1084
|
/**
|
@@ -1255,6 +1324,8 @@ declare namespace IVSRealTime {
|
|
1255
1324
|
*/
|
1256
1325
|
width?: Width;
|
1257
1326
|
}
|
1327
|
+
export type VideoAspectRatio = "AUTO"|"VIDEO"|"SQUARE"|"PORTRAIT"|string;
|
1328
|
+
export type VideoFillMode = "FILL"|"COVER"|"CONTAIN"|string;
|
1258
1329
|
export type Width = number;
|
1259
1330
|
/**
|
1260
1331
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|