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.
Files changed (49) hide show
  1. package/.jsii +4 -4
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  7. package/node_modules/@types/aws-lambda/package.json +2 -2
  8. package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +36 -0
  9. package/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +2 -0
  10. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  11. package/node_modules/aws-sdk/README.md +1 -1
  12. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +3 -0
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +74 -68
  14. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +3 -1
  15. package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +84 -1
  16. package/node_modules/aws-sdk/apis/ds-2015-04-16.paginators.json +78 -2
  17. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +137 -121
  18. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +294 -250
  19. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +44 -28
  20. package/node_modules/aws-sdk/apis/metadata.json +2 -1
  21. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +88 -17
  22. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +46 -40
  23. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +3 -59
  24. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +4 -0
  25. package/node_modules/aws-sdk/clients/appflow.d.ts +15 -1
  26. package/node_modules/aws-sdk/clients/browser_default.d.ts +1 -0
  27. package/node_modules/aws-sdk/clients/browser_default.js +1 -0
  28. package/node_modules/aws-sdk/clients/connect.d.ts +8 -0
  29. package/node_modules/aws-sdk/clients/directoryservice.d.ts +121 -0
  30. package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
  31. package/node_modules/aws-sdk/clients/guardduty.d.ts +19 -8
  32. package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
  33. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/medialive.d.ts +42 -0
  35. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +13 -0
  36. package/node_modules/aws-sdk/clients/panorama.d.ts +85 -7
  37. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
  39. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  40. package/node_modules/aws-sdk/clients/transfer.d.ts +60 -55
  41. package/node_modules/aws-sdk/clients/translate.d.ts +49 -19
  42. package/node_modules/aws-sdk/clients/wisdom.d.ts +0 -56
  43. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  44. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  45. package/node_modules/aws-sdk/dist/aws-sdk.js +660 -307
  46. package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
  47. package/node_modules/aws-sdk/lib/core.js +1 -1
  48. package/node_modules/aws-sdk/package.json +1 -1
  49. 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
- "limit_key": "Limit"
82
+ "result_key": "Tags"
7
83
  }
8
84
  }
9
- }
85
+ }