cdk-docker-image-deployment 0.0.68 → 0.0.70
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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +123 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +76 -3
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +457 -137
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +365 -317
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +93 -40
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +88 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +192 -63
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.min.json +701 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +39 -15
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ec2.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +79 -0
- package/node_modules/aws-sdk/clients/es.d.ts +301 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -8
- package/node_modules/aws-sdk/clients/iot.d.ts +60 -3
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +73 -5
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +89 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +171 -11
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/scheduler.d.ts +829 -0
- package/node_modules/aws-sdk/clients/scheduler.js +18 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +32 -0
- 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 +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +727 -386
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +114 -49
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1086,6 +1086,33 @@
|
|
|
1086
1086
|
}
|
|
1087
1087
|
}
|
|
1088
1088
|
},
|
|
1089
|
+
"ListReceivedGrantsForOrganization": {
|
|
1090
|
+
"input": {
|
|
1091
|
+
"type": "structure",
|
|
1092
|
+
"required": [
|
|
1093
|
+
"LicenseArn"
|
|
1094
|
+
],
|
|
1095
|
+
"members": {
|
|
1096
|
+
"LicenseArn": {},
|
|
1097
|
+
"Filters": {
|
|
1098
|
+
"shape": "S3n"
|
|
1099
|
+
},
|
|
1100
|
+
"NextToken": {},
|
|
1101
|
+
"MaxResults": {
|
|
1102
|
+
"type": "integer"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"output": {
|
|
1107
|
+
"type": "structure",
|
|
1108
|
+
"members": {
|
|
1109
|
+
"Grants": {
|
|
1110
|
+
"shape": "S3u"
|
|
1111
|
+
},
|
|
1112
|
+
"NextToken": {}
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1089
1116
|
"ListReceivedLicenses": {
|
|
1090
1117
|
"input": {
|
|
1091
1118
|
"type": "structure",
|
|
@@ -1106,46 +1133,30 @@
|
|
|
1106
1133
|
"type": "structure",
|
|
1107
1134
|
"members": {
|
|
1108
1135
|
"Licenses": {
|
|
1109
|
-
"
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
"shape": "Sd"
|
|
1134
|
-
},
|
|
1135
|
-
"CreateTime": {},
|
|
1136
|
-
"Version": {},
|
|
1137
|
-
"ReceivedMetadata": {
|
|
1138
|
-
"type": "structure",
|
|
1139
|
-
"members": {
|
|
1140
|
-
"ReceivedStatus": {},
|
|
1141
|
-
"ReceivedStatusReason": {},
|
|
1142
|
-
"AllowedOperations": {
|
|
1143
|
-
"shape": "So"
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1136
|
+
"shape": "S4q"
|
|
1137
|
+
},
|
|
1138
|
+
"NextToken": {}
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"ListReceivedLicensesForOrganization": {
|
|
1143
|
+
"input": {
|
|
1144
|
+
"type": "structure",
|
|
1145
|
+
"members": {
|
|
1146
|
+
"Filters": {
|
|
1147
|
+
"shape": "S3n"
|
|
1148
|
+
},
|
|
1149
|
+
"NextToken": {},
|
|
1150
|
+
"MaxResults": {
|
|
1151
|
+
"type": "integer"
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1155
|
+
"output": {
|
|
1156
|
+
"type": "structure",
|
|
1157
|
+
"members": {
|
|
1158
|
+
"Licenses": {
|
|
1159
|
+
"shape": "S4q"
|
|
1149
1160
|
},
|
|
1150
1161
|
"NextToken": {}
|
|
1151
1162
|
}
|
|
@@ -1838,6 +1849,48 @@
|
|
|
1838
1849
|
"member": {
|
|
1839
1850
|
"shape": "S2s"
|
|
1840
1851
|
}
|
|
1852
|
+
},
|
|
1853
|
+
"S4q": {
|
|
1854
|
+
"type": "list",
|
|
1855
|
+
"member": {
|
|
1856
|
+
"type": "structure",
|
|
1857
|
+
"members": {
|
|
1858
|
+
"LicenseArn": {},
|
|
1859
|
+
"LicenseName": {},
|
|
1860
|
+
"ProductName": {},
|
|
1861
|
+
"ProductSKU": {},
|
|
1862
|
+
"Issuer": {
|
|
1863
|
+
"shape": "S2t"
|
|
1864
|
+
},
|
|
1865
|
+
"HomeRegion": {},
|
|
1866
|
+
"Status": {},
|
|
1867
|
+
"Validity": {
|
|
1868
|
+
"shape": "Sw"
|
|
1869
|
+
},
|
|
1870
|
+
"Beneficiary": {},
|
|
1871
|
+
"Entitlements": {
|
|
1872
|
+
"shape": "Sx"
|
|
1873
|
+
},
|
|
1874
|
+
"ConsumptionConfiguration": {
|
|
1875
|
+
"shape": "S12"
|
|
1876
|
+
},
|
|
1877
|
+
"LicenseMetadata": {
|
|
1878
|
+
"shape": "Sd"
|
|
1879
|
+
},
|
|
1880
|
+
"CreateTime": {},
|
|
1881
|
+
"Version": {},
|
|
1882
|
+
"ReceivedMetadata": {
|
|
1883
|
+
"type": "structure",
|
|
1884
|
+
"members": {
|
|
1885
|
+
"ReceivedStatus": {},
|
|
1886
|
+
"ReceivedStatusReason": {},
|
|
1887
|
+
"AllowedOperations": {
|
|
1888
|
+
"shape": "So"
|
|
1889
|
+
}
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
}
|
|
1841
1894
|
}
|
|
1842
1895
|
}
|
|
1843
1896
|
}
|
|
@@ -231,6 +231,29 @@
|
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
|
+
"ListTagsForResource": {
|
|
235
|
+
"http": {
|
|
236
|
+
"requestUri": "/ListTagsForResource"
|
|
237
|
+
},
|
|
238
|
+
"input": {
|
|
239
|
+
"type": "structure",
|
|
240
|
+
"required": [
|
|
241
|
+
"ResourceArn"
|
|
242
|
+
],
|
|
243
|
+
"members": {
|
|
244
|
+
"ResourceArn": {}
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"output": {
|
|
248
|
+
"type": "structure",
|
|
249
|
+
"members": {
|
|
250
|
+
"ResourceArn": {},
|
|
251
|
+
"Tags": {
|
|
252
|
+
"shape": "S1e"
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
234
257
|
"StartChangeSet": {
|
|
235
258
|
"http": {
|
|
236
259
|
"requestUri": "/StartChangeSet"
|
|
@@ -257,6 +280,9 @@
|
|
|
257
280
|
"Entity": {
|
|
258
281
|
"shape": "Sg"
|
|
259
282
|
},
|
|
283
|
+
"EntityTags": {
|
|
284
|
+
"shape": "S1e"
|
|
285
|
+
},
|
|
260
286
|
"Details": {},
|
|
261
287
|
"ChangeName": {}
|
|
262
288
|
}
|
|
@@ -265,6 +291,9 @@
|
|
|
265
291
|
"ChangeSetName": {},
|
|
266
292
|
"ClientRequestToken": {
|
|
267
293
|
"idempotencyToken": true
|
|
294
|
+
},
|
|
295
|
+
"ChangeSetTags": {
|
|
296
|
+
"shape": "S1e"
|
|
268
297
|
}
|
|
269
298
|
}
|
|
270
299
|
},
|
|
@@ -275,6 +304,51 @@
|
|
|
275
304
|
"ChangeSetArn": {}
|
|
276
305
|
}
|
|
277
306
|
}
|
|
307
|
+
},
|
|
308
|
+
"TagResource": {
|
|
309
|
+
"http": {
|
|
310
|
+
"requestUri": "/TagResource"
|
|
311
|
+
},
|
|
312
|
+
"input": {
|
|
313
|
+
"type": "structure",
|
|
314
|
+
"required": [
|
|
315
|
+
"ResourceArn",
|
|
316
|
+
"Tags"
|
|
317
|
+
],
|
|
318
|
+
"members": {
|
|
319
|
+
"ResourceArn": {},
|
|
320
|
+
"Tags": {
|
|
321
|
+
"shape": "S1e"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"output": {
|
|
326
|
+
"type": "structure",
|
|
327
|
+
"members": {}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"UntagResource": {
|
|
331
|
+
"http": {
|
|
332
|
+
"requestUri": "/UntagResource"
|
|
333
|
+
},
|
|
334
|
+
"input": {
|
|
335
|
+
"type": "structure",
|
|
336
|
+
"required": [
|
|
337
|
+
"ResourceArn",
|
|
338
|
+
"TagKeys"
|
|
339
|
+
],
|
|
340
|
+
"members": {
|
|
341
|
+
"ResourceArn": {},
|
|
342
|
+
"TagKeys": {
|
|
343
|
+
"type": "list",
|
|
344
|
+
"member": {}
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"output": {
|
|
349
|
+
"type": "structure",
|
|
350
|
+
"members": {}
|
|
351
|
+
}
|
|
278
352
|
}
|
|
279
353
|
},
|
|
280
354
|
"shapes": {
|
|
@@ -307,6 +381,20 @@
|
|
|
307
381
|
"SortBy": {},
|
|
308
382
|
"SortOrder": {}
|
|
309
383
|
}
|
|
384
|
+
},
|
|
385
|
+
"S1e": {
|
|
386
|
+
"type": "list",
|
|
387
|
+
"member": {
|
|
388
|
+
"type": "structure",
|
|
389
|
+
"required": [
|
|
390
|
+
"Key",
|
|
391
|
+
"Value"
|
|
392
|
+
],
|
|
393
|
+
"members": {
|
|
394
|
+
"Key": {},
|
|
395
|
+
"Value": {}
|
|
396
|
+
}
|
|
397
|
+
}
|
|
310
398
|
}
|
|
311
399
|
}
|
|
312
400
|
}
|