cdk-docker-image-deployment 0.0.204 → 0.0.206
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 +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +2 -1
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +516 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +346 -251
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +12 -9
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +0 -709
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.min.json +572 -14
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +379 -93
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/athena.d.ts +40 -32
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1623 -183
- package/node_modules/aws-sdk/clients/connect.d.ts +8 -4
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +3 -3
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +456 -2
- package/node_modules/aws-sdk/clients/medialive.d.ts +17 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +17 -17
- package/node_modules/aws-sdk/clients/securityhub.d.ts +199 -10
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +36 -23
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +654 -25
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +22 -22
- package/node_modules/aws-sdk/clients/voiceid.d.ts +400 -59
- 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 +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +11 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -87
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
"output_token": "NextToken",
|
|
25
25
|
"result_key": "Receipts"
|
|
26
26
|
},
|
|
27
|
+
"ListPageResolutions": {
|
|
28
|
+
"input_token": "NextToken",
|
|
29
|
+
"output_token": "NextToken",
|
|
30
|
+
"result_key": "PageResolutions"
|
|
31
|
+
},
|
|
27
32
|
"ListPagesByContact": {
|
|
28
33
|
"input_token": "NextToken",
|
|
29
34
|
"limit_key": "MaxResults",
|
|
@@ -35,6 +40,30 @@
|
|
|
35
40
|
"limit_key": "MaxResults",
|
|
36
41
|
"output_token": "NextToken",
|
|
37
42
|
"result_key": "Pages"
|
|
43
|
+
},
|
|
44
|
+
"ListPreviewRotationShifts": {
|
|
45
|
+
"input_token": "NextToken",
|
|
46
|
+
"limit_key": "MaxResults",
|
|
47
|
+
"output_token": "NextToken",
|
|
48
|
+
"result_key": "RotationShifts"
|
|
49
|
+
},
|
|
50
|
+
"ListRotationOverrides": {
|
|
51
|
+
"input_token": "NextToken",
|
|
52
|
+
"limit_key": "MaxResults",
|
|
53
|
+
"output_token": "NextToken",
|
|
54
|
+
"result_key": "RotationOverrides"
|
|
55
|
+
},
|
|
56
|
+
"ListRotationShifts": {
|
|
57
|
+
"input_token": "NextToken",
|
|
58
|
+
"limit_key": "MaxResults",
|
|
59
|
+
"output_token": "NextToken",
|
|
60
|
+
"result_key": "RotationShifts"
|
|
61
|
+
},
|
|
62
|
+
"ListRotations": {
|
|
63
|
+
"input_token": "NextToken",
|
|
64
|
+
"limit_key": "MaxResults",
|
|
65
|
+
"output_token": "NextToken",
|
|
66
|
+
"result_key": "Rotations"
|
|
38
67
|
}
|
|
39
68
|
}
|
|
40
69
|
}
|