cdk-docker-image-deployment 0.0.40 → 0.0.42
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 +19 -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/mediaconvert-2017-08-29.min.json +12 -0
- 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/mediaconvert.d.ts +12 -0
- 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 +15 -15
- 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
|
@@ -700,7 +700,8 @@
|
|
|
700
700
|
"member": {}
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
|
-
}
|
|
703
|
+
},
|
|
704
|
+
"OsVersion": {}
|
|
704
705
|
}
|
|
705
706
|
}
|
|
706
707
|
},
|
|
@@ -1029,6 +1030,51 @@
|
|
|
1029
1030
|
}
|
|
1030
1031
|
}
|
|
1031
1032
|
},
|
|
1033
|
+
"DescribeUpdateDirectory": {
|
|
1034
|
+
"input": {
|
|
1035
|
+
"type": "structure",
|
|
1036
|
+
"required": [
|
|
1037
|
+
"DirectoryId",
|
|
1038
|
+
"UpdateType"
|
|
1039
|
+
],
|
|
1040
|
+
"members": {
|
|
1041
|
+
"DirectoryId": {},
|
|
1042
|
+
"UpdateType": {},
|
|
1043
|
+
"RegionName": {},
|
|
1044
|
+
"NextToken": {}
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"output": {
|
|
1048
|
+
"type": "structure",
|
|
1049
|
+
"members": {
|
|
1050
|
+
"UpdateActivities": {
|
|
1051
|
+
"type": "list",
|
|
1052
|
+
"member": {
|
|
1053
|
+
"type": "structure",
|
|
1054
|
+
"members": {
|
|
1055
|
+
"Region": {},
|
|
1056
|
+
"Status": {},
|
|
1057
|
+
"StatusReason": {},
|
|
1058
|
+
"InitiatedBy": {},
|
|
1059
|
+
"NewValue": {
|
|
1060
|
+
"shape": "S69"
|
|
1061
|
+
},
|
|
1062
|
+
"PreviousValue": {
|
|
1063
|
+
"shape": "S69"
|
|
1064
|
+
},
|
|
1065
|
+
"StartTime": {
|
|
1066
|
+
"type": "timestamp"
|
|
1067
|
+
},
|
|
1068
|
+
"LastUpdatedDateTime": {
|
|
1069
|
+
"type": "timestamp"
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
"NextToken": {}
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1032
1078
|
"DisableClientAuthentication": {
|
|
1033
1079
|
"input": {
|
|
1034
1080
|
"type": "structure",
|
|
@@ -1668,6 +1714,29 @@
|
|
|
1668
1714
|
"members": {}
|
|
1669
1715
|
}
|
|
1670
1716
|
},
|
|
1717
|
+
"UpdateDirectorySetup": {
|
|
1718
|
+
"input": {
|
|
1719
|
+
"type": "structure",
|
|
1720
|
+
"required": [
|
|
1721
|
+
"DirectoryId",
|
|
1722
|
+
"UpdateType"
|
|
1723
|
+
],
|
|
1724
|
+
"members": {
|
|
1725
|
+
"DirectoryId": {},
|
|
1726
|
+
"UpdateType": {},
|
|
1727
|
+
"OSUpdateSettings": {
|
|
1728
|
+
"shape": "S6a"
|
|
1729
|
+
},
|
|
1730
|
+
"CreateSnapshotBeforeUpdate": {
|
|
1731
|
+
"type": "boolean"
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"output": {
|
|
1736
|
+
"type": "structure",
|
|
1737
|
+
"members": {}
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1671
1740
|
"UpdateNumberOfDomainControllers": {
|
|
1672
1741
|
"input": {
|
|
1673
1742
|
"type": "structure",
|
|
@@ -1906,6 +1975,20 @@
|
|
|
1906
1975
|
"type": "boolean"
|
|
1907
1976
|
}
|
|
1908
1977
|
}
|
|
1978
|
+
},
|
|
1979
|
+
"S69": {
|
|
1980
|
+
"type": "structure",
|
|
1981
|
+
"members": {
|
|
1982
|
+
"OSUpdateSettings": {
|
|
1983
|
+
"shape": "S6a"
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
"S6a": {
|
|
1988
|
+
"type": "structure",
|
|
1989
|
+
"members": {
|
|
1990
|
+
"OSVersion": {}
|
|
1991
|
+
}
|
|
1909
1992
|
}
|
|
1910
1993
|
}
|
|
1911
1994
|
}
|
|
@@ -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
|
+
}
|