cdk-lambda-subminute 2.0.329 → 2.0.331
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +65 -44
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +33 -13
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +163 -152
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -2
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +507 -112
- package/node_modules/aws-sdk/apis/eks-2017-11-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +9 -5
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +81 -22
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +251 -31
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +86 -73
- package/node_modules/aws-sdk/clients/appsync.d.ts +39 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +56 -23
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +96 -81
- package/node_modules/aws-sdk/clients/ec2.d.ts +21 -6
- package/node_modules/aws-sdk/clients/eks.d.ts +592 -178
- package/node_modules/aws-sdk/clients/fsx.d.ts +11 -2
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +74 -2
- package/node_modules/aws-sdk/clients/quicksight.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +335 -0
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +35 -17
- 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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +511 -210
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +63 -63
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/console +1 -1
- package/package.json +4 -4
@@ -6,12 +6,34 @@
|
|
6
6
|
"output_token": "nextToken",
|
7
7
|
"result_key": "addons"
|
8
8
|
},
|
9
|
+
"ListAccessEntries": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"limit_key": "maxResults",
|
12
|
+
"output_token": "nextToken",
|
13
|
+
"result_key": "accessEntries"
|
14
|
+
},
|
15
|
+
"ListAccessPolicies": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"limit_key": "maxResults",
|
18
|
+
"output_token": "nextToken",
|
19
|
+
"result_key": "accessPolicies"
|
20
|
+
},
|
9
21
|
"ListAddons": {
|
10
22
|
"input_token": "nextToken",
|
11
23
|
"limit_key": "maxResults",
|
12
24
|
"output_token": "nextToken",
|
13
25
|
"result_key": "addons"
|
14
26
|
},
|
27
|
+
"ListAssociatedAccessPolicies": {
|
28
|
+
"input_token": "nextToken",
|
29
|
+
"limit_key": "maxResults",
|
30
|
+
"non_aggregate_keys": [
|
31
|
+
"clusterName",
|
32
|
+
"principalArn"
|
33
|
+
],
|
34
|
+
"output_token": "nextToken",
|
35
|
+
"result_key": "associatedAccessPolicies"
|
36
|
+
},
|
15
37
|
"ListClusters": {
|
16
38
|
"input_token": "nextToken",
|
17
39
|
"limit_key": "maxResults",
|
@@ -1126,7 +1126,10 @@
|
|
1126
1126
|
"MaxResults": {
|
1127
1127
|
"type": "integer"
|
1128
1128
|
},
|
1129
|
-
"NextToken": {}
|
1129
|
+
"NextToken": {},
|
1130
|
+
"IncludeShared": {
|
1131
|
+
"type": "boolean"
|
1132
|
+
}
|
1130
1133
|
}
|
1131
1134
|
},
|
1132
1135
|
"output": {
|
@@ -1473,7 +1476,7 @@
|
|
1473
1476
|
"type": "integer"
|
1474
1477
|
},
|
1475
1478
|
"SelfManagedActiveDirectoryConfiguration": {
|
1476
|
-
"shape": "
|
1479
|
+
"shape": "Saq"
|
1477
1480
|
},
|
1478
1481
|
"AuditLogConfiguration": {
|
1479
1482
|
"shape": "S6h"
|
@@ -1625,7 +1628,7 @@
|
|
1625
1628
|
"type": "structure",
|
1626
1629
|
"members": {
|
1627
1630
|
"SelfManagedActiveDirectoryConfiguration": {
|
1628
|
-
"shape": "
|
1631
|
+
"shape": "Saq"
|
1629
1632
|
},
|
1630
1633
|
"NetBiosName": {}
|
1631
1634
|
}
|
@@ -2237,7 +2240,8 @@
|
|
2237
2240
|
"type": "boolean"
|
2238
2241
|
},
|
2239
2242
|
"SourceSnapshotARN": {},
|
2240
|
-
"DestinationSnapshot": {}
|
2243
|
+
"DestinationSnapshot": {},
|
2244
|
+
"CopyStrategy": {}
|
2241
2245
|
}
|
2242
2246
|
}
|
2243
2247
|
}
|
@@ -2955,7 +2959,7 @@
|
|
2955
2959
|
}
|
2956
2960
|
}
|
2957
2961
|
},
|
2958
|
-
"
|
2962
|
+
"Saq": {
|
2959
2963
|
"type": "structure",
|
2960
2964
|
"members": {
|
2961
2965
|
"UserName": {},
|
@@ -13,6 +13,65 @@
|
|
13
13
|
"uid": "marketplace-catalog-2018-09-17"
|
14
14
|
},
|
15
15
|
"operations": {
|
16
|
+
"BatchDescribeEntities": {
|
17
|
+
"http": {
|
18
|
+
"requestUri": "/BatchDescribeEntities"
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"EntityRequestList"
|
24
|
+
],
|
25
|
+
"members": {
|
26
|
+
"EntityRequestList": {
|
27
|
+
"type": "list",
|
28
|
+
"member": {
|
29
|
+
"type": "structure",
|
30
|
+
"required": [
|
31
|
+
"Catalog",
|
32
|
+
"EntityId"
|
33
|
+
],
|
34
|
+
"members": {
|
35
|
+
"Catalog": {},
|
36
|
+
"EntityId": {}
|
37
|
+
}
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"output": {
|
43
|
+
"type": "structure",
|
44
|
+
"members": {
|
45
|
+
"EntityDetails": {
|
46
|
+
"type": "map",
|
47
|
+
"key": {},
|
48
|
+
"value": {
|
49
|
+
"type": "structure",
|
50
|
+
"members": {
|
51
|
+
"EntityType": {},
|
52
|
+
"EntityArn": {},
|
53
|
+
"EntityIdentifier": {},
|
54
|
+
"LastModifiedDate": {},
|
55
|
+
"DetailsDocument": {
|
56
|
+
"shape": "Sd"
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"Errors": {
|
62
|
+
"type": "map",
|
63
|
+
"key": {},
|
64
|
+
"value": {
|
65
|
+
"type": "structure",
|
66
|
+
"members": {
|
67
|
+
"ErrorCode": {},
|
68
|
+
"ErrorMessage": {}
|
69
|
+
}
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
16
75
|
"CancelChangeSet": {
|
17
76
|
"http": {
|
18
77
|
"method": "PATCH",
|
@@ -105,11 +164,11 @@
|
|
105
164
|
"members": {
|
106
165
|
"ChangeType": {},
|
107
166
|
"Entity": {
|
108
|
-
"shape": "
|
167
|
+
"shape": "Sx"
|
109
168
|
},
|
110
169
|
"Details": {},
|
111
170
|
"DetailsDocument": {
|
112
|
-
"shape": "
|
171
|
+
"shape": "Sd"
|
113
172
|
},
|
114
173
|
"ErrorDetailList": {
|
115
174
|
"type": "list",
|
@@ -159,7 +218,7 @@
|
|
159
218
|
"LastModifiedDate": {},
|
160
219
|
"Details": {},
|
161
220
|
"DetailsDocument": {
|
162
|
-
"shape": "
|
221
|
+
"shape": "Sd"
|
163
222
|
}
|
164
223
|
}
|
165
224
|
}
|
@@ -200,10 +259,10 @@
|
|
200
259
|
"members": {
|
201
260
|
"Catalog": {},
|
202
261
|
"FilterList": {
|
203
|
-
"shape": "
|
262
|
+
"shape": "S19"
|
204
263
|
},
|
205
264
|
"Sort": {
|
206
|
-
"shape": "
|
265
|
+
"shape": "S1e"
|
207
266
|
},
|
208
267
|
"MaxResults": {
|
209
268
|
"type": "integer"
|
@@ -251,10 +310,10 @@
|
|
251
310
|
"Catalog": {},
|
252
311
|
"EntityType": {},
|
253
312
|
"FilterList": {
|
254
|
-
"shape": "
|
313
|
+
"shape": "S19"
|
255
314
|
},
|
256
315
|
"Sort": {
|
257
|
-
"shape": "
|
316
|
+
"shape": "S1e"
|
258
317
|
},
|
259
318
|
"NextToken": {},
|
260
319
|
"MaxResults": {
|
@@ -837,7 +896,7 @@
|
|
837
896
|
"members": {
|
838
897
|
"ResourceArn": {},
|
839
898
|
"Tags": {
|
840
|
-
"shape": "
|
899
|
+
"shape": "S5u"
|
841
900
|
}
|
842
901
|
}
|
843
902
|
}
|
@@ -885,14 +944,14 @@
|
|
885
944
|
"members": {
|
886
945
|
"ChangeType": {},
|
887
946
|
"Entity": {
|
888
|
-
"shape": "
|
947
|
+
"shape": "Sx"
|
889
948
|
},
|
890
949
|
"EntityTags": {
|
891
|
-
"shape": "
|
950
|
+
"shape": "S5u"
|
892
951
|
},
|
893
952
|
"Details": {},
|
894
953
|
"DetailsDocument": {
|
895
|
-
"shape": "
|
954
|
+
"shape": "Sd"
|
896
955
|
},
|
897
956
|
"ChangeName": {}
|
898
957
|
}
|
@@ -903,7 +962,7 @@
|
|
903
962
|
"idempotencyToken": true
|
904
963
|
},
|
905
964
|
"ChangeSetTags": {
|
906
|
-
"shape": "
|
965
|
+
"shape": "S5u"
|
907
966
|
}
|
908
967
|
}
|
909
968
|
},
|
@@ -928,7 +987,7 @@
|
|
928
987
|
"members": {
|
929
988
|
"ResourceArn": {},
|
930
989
|
"Tags": {
|
931
|
-
"shape": "
|
990
|
+
"shape": "S5u"
|
932
991
|
}
|
933
992
|
}
|
934
993
|
},
|
@@ -962,7 +1021,12 @@
|
|
962
1021
|
}
|
963
1022
|
},
|
964
1023
|
"shapes": {
|
965
|
-
"
|
1024
|
+
"Sd": {
|
1025
|
+
"type": "structure",
|
1026
|
+
"members": {},
|
1027
|
+
"document": true
|
1028
|
+
},
|
1029
|
+
"Sx": {
|
966
1030
|
"type": "structure",
|
967
1031
|
"required": [
|
968
1032
|
"Type"
|
@@ -972,12 +1036,7 @@
|
|
972
1036
|
"Identifier": {}
|
973
1037
|
}
|
974
1038
|
},
|
975
|
-
"
|
976
|
-
"type": "structure",
|
977
|
-
"members": {},
|
978
|
-
"document": true
|
979
|
-
},
|
980
|
-
"Sy": {
|
1039
|
+
"S19": {
|
981
1040
|
"type": "list",
|
982
1041
|
"member": {
|
983
1042
|
"type": "structure",
|
@@ -990,14 +1049,14 @@
|
|
990
1049
|
}
|
991
1050
|
}
|
992
1051
|
},
|
993
|
-
"
|
1052
|
+
"S1e": {
|
994
1053
|
"type": "structure",
|
995
1054
|
"members": {
|
996
1055
|
"SortBy": {},
|
997
1056
|
"SortOrder": {}
|
998
1057
|
}
|
999
1058
|
},
|
1000
|
-
"
|
1059
|
+
"S5u": {
|
1001
1060
|
"type": "list",
|
1002
1061
|
"member": {
|
1003
1062
|
"type": "structure",
|