cdk-docker-image-deployment 0.0.75 → 0.0.77
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +2 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
- package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
- package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
- package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
- package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -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 +106 -32
- package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -395,6 +395,20 @@
|
|
|
395
395
|
}
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
|
+
"GetConfiguration": {
|
|
399
|
+
"http": {
|
|
400
|
+
"method": "GET",
|
|
401
|
+
"requestUri": "/configuration"
|
|
402
|
+
},
|
|
403
|
+
"output": {
|
|
404
|
+
"type": "structure",
|
|
405
|
+
"members": {
|
|
406
|
+
"configuration": {
|
|
407
|
+
"shape": "S1h"
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
398
412
|
"ListApplications": {
|
|
399
413
|
"http": {
|
|
400
414
|
"method": "GET",
|
|
@@ -501,7 +515,14 @@
|
|
|
501
515
|
"type": "structure",
|
|
502
516
|
"members": {
|
|
503
517
|
"name": {},
|
|
504
|
-
"arn": {}
|
|
518
|
+
"arn": {},
|
|
519
|
+
"resourceType": {},
|
|
520
|
+
"resourceDetails": {
|
|
521
|
+
"type": "structure",
|
|
522
|
+
"members": {
|
|
523
|
+
"tagValue": {}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
505
526
|
}
|
|
506
527
|
}
|
|
507
528
|
},
|
|
@@ -579,7 +600,10 @@
|
|
|
579
600
|
"members": {
|
|
580
601
|
"id": {},
|
|
581
602
|
"arn": {},
|
|
582
|
-
"name": {
|
|
603
|
+
"name": {
|
|
604
|
+
"deprecated": true,
|
|
605
|
+
"deprecatedMessage": "This field is deprecated. We recommend not using the field when using ListAttributeGroupsForApplication."
|
|
606
|
+
}
|
|
583
607
|
}
|
|
584
608
|
}
|
|
585
609
|
},
|
|
@@ -614,6 +638,23 @@
|
|
|
614
638
|
}
|
|
615
639
|
}
|
|
616
640
|
},
|
|
641
|
+
"PutConfiguration": {
|
|
642
|
+
"http": {
|
|
643
|
+
"method": "PUT",
|
|
644
|
+
"requestUri": "/configuration"
|
|
645
|
+
},
|
|
646
|
+
"input": {
|
|
647
|
+
"type": "structure",
|
|
648
|
+
"required": [
|
|
649
|
+
"configuration"
|
|
650
|
+
],
|
|
651
|
+
"members": {
|
|
652
|
+
"configuration": {
|
|
653
|
+
"shape": "S1h"
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
617
658
|
"SyncResource": {
|
|
618
659
|
"http": {
|
|
619
660
|
"requestUri": "/sync/{resourceType}/{resource}"
|
|
@@ -845,6 +886,17 @@
|
|
|
845
886
|
"arn": {},
|
|
846
887
|
"errorMessage": {}
|
|
847
888
|
}
|
|
889
|
+
},
|
|
890
|
+
"S1h": {
|
|
891
|
+
"type": "structure",
|
|
892
|
+
"members": {
|
|
893
|
+
"tagQueryConfiguration": {
|
|
894
|
+
"type": "structure",
|
|
895
|
+
"members": {
|
|
896
|
+
"tagKey": {}
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
}
|
|
848
900
|
}
|
|
849
901
|
}
|
|
850
902
|
}
|
package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json}
RENAMED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
"protocol": "rest-json",
|
|
8
8
|
"serviceAbbreviation": "SsmSap",
|
|
9
9
|
"serviceFullName": "AWS Systems Manager for SAP",
|
|
10
|
-
"serviceId": "
|
|
10
|
+
"serviceId": "Ssm Sap",
|
|
11
11
|
"signatureVersion": "v4",
|
|
12
12
|
"signingName": "ssm-sap",
|
|
13
|
-
"uid": "
|
|
13
|
+
"uid": "ssm-sap-2018-05-10"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
16
|
"DeleteResourcePermission": {
|
|
File without changes
|
|
@@ -439,6 +439,9 @@
|
|
|
439
439
|
},
|
|
440
440
|
"heartbeatInSeconds": {
|
|
441
441
|
"type": "long"
|
|
442
|
+
},
|
|
443
|
+
"taskCredentials": {
|
|
444
|
+
"shape": "S1x"
|
|
442
445
|
}
|
|
443
446
|
}
|
|
444
447
|
},
|
|
@@ -603,16 +606,16 @@
|
|
|
603
606
|
}
|
|
604
607
|
},
|
|
605
608
|
"mapIterationStartedEventDetails": {
|
|
606
|
-
"shape": "
|
|
609
|
+
"shape": "S2c"
|
|
607
610
|
},
|
|
608
611
|
"mapIterationSucceededEventDetails": {
|
|
609
|
-
"shape": "
|
|
612
|
+
"shape": "S2c"
|
|
610
613
|
},
|
|
611
614
|
"mapIterationFailedEventDetails": {
|
|
612
|
-
"shape": "
|
|
615
|
+
"shape": "S2c"
|
|
613
616
|
},
|
|
614
617
|
"mapIterationAbortedEventDetails": {
|
|
615
|
-
"shape": "
|
|
618
|
+
"shape": "S2c"
|
|
616
619
|
},
|
|
617
620
|
"lambdaFunctionFailedEventDetails": {
|
|
618
621
|
"type": "structure",
|
|
@@ -651,6 +654,9 @@
|
|
|
651
654
|
},
|
|
652
655
|
"timeoutInSeconds": {
|
|
653
656
|
"type": "long"
|
|
657
|
+
},
|
|
658
|
+
"taskCredentials": {
|
|
659
|
+
"shape": "S1x"
|
|
654
660
|
}
|
|
655
661
|
}
|
|
656
662
|
},
|
|
@@ -1201,7 +1207,13 @@
|
|
|
1201
1207
|
}
|
|
1202
1208
|
}
|
|
1203
1209
|
},
|
|
1204
|
-
"
|
|
1210
|
+
"S1x": {
|
|
1211
|
+
"type": "structure",
|
|
1212
|
+
"members": {
|
|
1213
|
+
"roleArn": {}
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"S2c": {
|
|
1205
1217
|
"type": "structure",
|
|
1206
1218
|
"members": {
|
|
1207
1219
|
"name": {},
|