cdk-docker-image-deployment 0.0.39 → 0.0.41
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/index.d.ts +1 -0
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +36 -0
- package/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +2 -0
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +74 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -1
- package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +84 -1
- package/node_modules/aws-sdk/apis/ds-2015-04-16.paginators.json +78 -2
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +137 -121
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +294 -250
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +44 -28
- package/node_modules/aws-sdk/apis/metadata.json +2 -1
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +88 -17
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +46 -40
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +3 -59
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +4 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +15 -1
- package/node_modules/aws-sdk/clients/browser_default.d.ts +1 -0
- package/node_modules/aws-sdk/clients/browser_default.js +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +8 -0
- package/node_modules/aws-sdk/clients/directoryservice.d.ts +121 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/guardduty.d.ts +19 -8
- package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +1 -1
- package/node_modules/aws-sdk/clients/medialive.d.ts +42 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +13 -0
- package/node_modules/aws-sdk/clients/panorama.d.ts +85 -7
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transfer.d.ts +60 -55
- package/node_modules/aws-sdk/clients/translate.d.ts +49 -19
- package/node_modules/aws-sdk/clients/wisdom.d.ts +0 -56
- 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 +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +660 -307
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -1,9 +1,85 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"DescribeClientAuthenticationSettings": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"limit_key": "Limit",
|
|
6
|
+
"output_token": "NextToken",
|
|
7
|
+
"result_key": "ClientAuthenticationSettingsInfo"
|
|
8
|
+
},
|
|
9
|
+
"DescribeDirectories": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"limit_key": "Limit",
|
|
12
|
+
"output_token": "NextToken",
|
|
13
|
+
"result_key": "DirectoryDescriptions"
|
|
14
|
+
},
|
|
3
15
|
"DescribeDomainControllers": {
|
|
4
16
|
"input_token": "NextToken",
|
|
17
|
+
"limit_key": "Limit",
|
|
18
|
+
"output_token": "NextToken"
|
|
19
|
+
},
|
|
20
|
+
"DescribeLDAPSSettings": {
|
|
21
|
+
"input_token": "NextToken",
|
|
22
|
+
"limit_key": "Limit",
|
|
23
|
+
"output_token": "NextToken",
|
|
24
|
+
"result_key": "LDAPSSettingsInfo"
|
|
25
|
+
},
|
|
26
|
+
"DescribeRegions": {
|
|
27
|
+
"input_token": "NextToken",
|
|
28
|
+
"output_token": "NextToken",
|
|
29
|
+
"result_key": "RegionsDescription"
|
|
30
|
+
},
|
|
31
|
+
"DescribeSharedDirectories": {
|
|
32
|
+
"input_token": "NextToken",
|
|
33
|
+
"limit_key": "Limit",
|
|
34
|
+
"output_token": "NextToken",
|
|
35
|
+
"result_key": "SharedDirectories"
|
|
36
|
+
},
|
|
37
|
+
"DescribeSnapshots": {
|
|
38
|
+
"input_token": "NextToken",
|
|
39
|
+
"limit_key": "Limit",
|
|
40
|
+
"output_token": "NextToken",
|
|
41
|
+
"result_key": "Snapshots"
|
|
42
|
+
},
|
|
43
|
+
"DescribeTrusts": {
|
|
44
|
+
"input_token": "NextToken",
|
|
45
|
+
"limit_key": "Limit",
|
|
46
|
+
"output_token": "NextToken",
|
|
47
|
+
"result_key": "Trusts"
|
|
48
|
+
},
|
|
49
|
+
"DescribeUpdateDirectory": {
|
|
50
|
+
"input_token": "NextToken",
|
|
51
|
+
"output_token": "NextToken",
|
|
52
|
+
"result_key": "UpdateActivities"
|
|
53
|
+
},
|
|
54
|
+
"ListCertificates": {
|
|
55
|
+
"input_token": "NextToken",
|
|
56
|
+
"limit_key": "Limit",
|
|
57
|
+
"output_token": "NextToken",
|
|
58
|
+
"result_key": "CertificatesInfo"
|
|
59
|
+
},
|
|
60
|
+
"ListIpRoutes": {
|
|
61
|
+
"input_token": "NextToken",
|
|
62
|
+
"limit_key": "Limit",
|
|
63
|
+
"output_token": "NextToken",
|
|
64
|
+
"result_key": "IpRoutesInfo"
|
|
65
|
+
},
|
|
66
|
+
"ListLogSubscriptions": {
|
|
67
|
+
"input_token": "NextToken",
|
|
68
|
+
"limit_key": "Limit",
|
|
69
|
+
"output_token": "NextToken",
|
|
70
|
+
"result_key": "LogSubscriptions"
|
|
71
|
+
},
|
|
72
|
+
"ListSchemaExtensions": {
|
|
73
|
+
"input_token": "NextToken",
|
|
74
|
+
"limit_key": "Limit",
|
|
75
|
+
"output_token": "NextToken",
|
|
76
|
+
"result_key": "SchemaExtensionsInfo"
|
|
77
|
+
},
|
|
78
|
+
"ListTagsForResource": {
|
|
79
|
+
"input_token": "NextToken",
|
|
80
|
+
"limit_key": "Limit",
|
|
5
81
|
"output_token": "NextToken",
|
|
6
|
-
"
|
|
82
|
+
"result_key": "Tags"
|
|
7
83
|
}
|
|
8
84
|
}
|
|
9
|
-
}
|
|
85
|
+
}
|