cdk-docker-image-deployment 0.0.73 → 0.0.75

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 (55) hide show
  1. package/.jsii +3 -3
  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/aws-sdk/CHANGELOG.md +24 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
  9. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
  10. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
  11. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +11 -4
  12. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
  13. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
  16. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
  17. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
  18. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
  19. package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
  20. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
  21. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.examples.json +5 -0
  22. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.min.json +581 -0
  23. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.paginators.json +22 -0
  24. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +50 -18
  25. package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
  26. package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
  27. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  28. package/node_modules/aws-sdk/clients/all.js +2 -1
  29. package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
  30. package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
  31. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  32. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
  33. package/node_modules/aws-sdk/clients/connect.d.ts +47 -5
  34. package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
  35. package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
  36. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +18 -2
  37. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
  38. package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
  39. package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
  40. package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
  41. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  42. package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
  43. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
  44. package/node_modules/aws-sdk/clients/ssmsap.d.ts +770 -0
  45. package/node_modules/aws-sdk/clients/ssmsap.js +18 -0
  46. package/node_modules/aws-sdk/clients/workspaces.d.ts +42 -0
  47. package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +57 -20
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +682 -400
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  52. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/package.json +1 -1
  55. package/package.json +6 -6
@@ -0,0 +1,581 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "ssm-sap",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "SsmSap",
9
+ "serviceFullName": "AWS Systems Manager for SAP",
10
+ "serviceId": "SsmSap",
11
+ "signatureVersion": "v4",
12
+ "signingName": "ssm-sap",
13
+ "uid": "ssmsap-2018-05-10"
14
+ },
15
+ "operations": {
16
+ "DeleteResourcePermission": {
17
+ "http": {
18
+ "requestUri": "/delete-resource-permission",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "ResourceArn"
25
+ ],
26
+ "members": {
27
+ "ActionType": {},
28
+ "SourceResourceArn": {},
29
+ "ResourceArn": {}
30
+ }
31
+ },
32
+ "output": {
33
+ "type": "structure",
34
+ "members": {
35
+ "Policy": {}
36
+ }
37
+ }
38
+ },
39
+ "DeregisterApplication": {
40
+ "http": {
41
+ "requestUri": "/deregister-application",
42
+ "responseCode": 200
43
+ },
44
+ "input": {
45
+ "type": "structure",
46
+ "required": [
47
+ "ApplicationId"
48
+ ],
49
+ "members": {
50
+ "ApplicationId": {}
51
+ }
52
+ },
53
+ "output": {
54
+ "type": "structure",
55
+ "members": {}
56
+ }
57
+ },
58
+ "GetApplication": {
59
+ "http": {
60
+ "requestUri": "/get-application",
61
+ "responseCode": 200
62
+ },
63
+ "input": {
64
+ "type": "structure",
65
+ "members": {
66
+ "ApplicationId": {},
67
+ "ApplicationArn": {}
68
+ }
69
+ },
70
+ "output": {
71
+ "type": "structure",
72
+ "members": {
73
+ "Application": {
74
+ "shape": "Sc"
75
+ },
76
+ "Tags": {
77
+ "shape": "Sj"
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "GetComponent": {
83
+ "http": {
84
+ "requestUri": "/get-component",
85
+ "responseCode": 200
86
+ },
87
+ "input": {
88
+ "type": "structure",
89
+ "required": [
90
+ "ApplicationId",
91
+ "ComponentId"
92
+ ],
93
+ "members": {
94
+ "ApplicationId": {},
95
+ "ComponentId": {}
96
+ }
97
+ },
98
+ "output": {
99
+ "type": "structure",
100
+ "members": {
101
+ "Component": {
102
+ "type": "structure",
103
+ "members": {
104
+ "ComponentId": {},
105
+ "ApplicationId": {},
106
+ "ComponentType": {},
107
+ "Status": {},
108
+ "Databases": {
109
+ "type": "list",
110
+ "member": {}
111
+ },
112
+ "Hosts": {
113
+ "type": "list",
114
+ "member": {
115
+ "type": "structure",
116
+ "members": {
117
+ "HostName": {},
118
+ "HostRole": {},
119
+ "HostIp": {},
120
+ "InstanceId": {}
121
+ }
122
+ }
123
+ },
124
+ "PrimaryHost": {},
125
+ "LastUpdated": {
126
+ "type": "timestamp"
127
+ }
128
+ }
129
+ }
130
+ }
131
+ }
132
+ },
133
+ "GetDatabase": {
134
+ "http": {
135
+ "requestUri": "/get-database",
136
+ "responseCode": 200
137
+ },
138
+ "input": {
139
+ "type": "structure",
140
+ "members": {
141
+ "ApplicationId": {},
142
+ "ComponentId": {},
143
+ "DatabaseId": {},
144
+ "DatabaseArn": {}
145
+ }
146
+ },
147
+ "output": {
148
+ "type": "structure",
149
+ "members": {
150
+ "Database": {
151
+ "type": "structure",
152
+ "members": {
153
+ "ApplicationId": {},
154
+ "ComponentId": {},
155
+ "Credentials": {
156
+ "shape": "Sz"
157
+ },
158
+ "DatabaseId": {},
159
+ "DatabaseName": {},
160
+ "DatabaseType": {},
161
+ "Arn": {},
162
+ "Status": {},
163
+ "PrimaryHost": {},
164
+ "SQLPort": {
165
+ "type": "integer"
166
+ },
167
+ "LastUpdated": {
168
+ "type": "timestamp"
169
+ }
170
+ }
171
+ },
172
+ "Tags": {
173
+ "shape": "Sj"
174
+ }
175
+ }
176
+ }
177
+ },
178
+ "GetOperation": {
179
+ "http": {
180
+ "requestUri": "/get-operation",
181
+ "responseCode": 200
182
+ },
183
+ "input": {
184
+ "type": "structure",
185
+ "required": [
186
+ "OperationId"
187
+ ],
188
+ "members": {
189
+ "OperationId": {}
190
+ }
191
+ },
192
+ "output": {
193
+ "type": "structure",
194
+ "members": {
195
+ "Operation": {
196
+ "type": "structure",
197
+ "members": {
198
+ "Id": {},
199
+ "Type": {},
200
+ "Status": {},
201
+ "StatusMessage": {},
202
+ "Properties": {
203
+ "type": "map",
204
+ "key": {},
205
+ "value": {}
206
+ },
207
+ "ResourceType": {},
208
+ "ResourceId": {},
209
+ "ResourceArn": {},
210
+ "StartTime": {
211
+ "type": "timestamp"
212
+ },
213
+ "EndTime": {
214
+ "type": "timestamp"
215
+ },
216
+ "LastUpdatedTime": {
217
+ "type": "timestamp"
218
+ }
219
+ }
220
+ }
221
+ }
222
+ }
223
+ },
224
+ "GetResourcePermission": {
225
+ "http": {
226
+ "requestUri": "/get-resource-permission",
227
+ "responseCode": 200
228
+ },
229
+ "input": {
230
+ "type": "structure",
231
+ "required": [
232
+ "ResourceArn"
233
+ ],
234
+ "members": {
235
+ "ActionType": {},
236
+ "ResourceArn": {}
237
+ }
238
+ },
239
+ "output": {
240
+ "type": "structure",
241
+ "members": {
242
+ "Policy": {}
243
+ }
244
+ }
245
+ },
246
+ "ListApplications": {
247
+ "http": {
248
+ "requestUri": "/list-applications",
249
+ "responseCode": 200
250
+ },
251
+ "input": {
252
+ "type": "structure",
253
+ "members": {
254
+ "NextToken": {},
255
+ "MaxResults": {
256
+ "type": "integer"
257
+ }
258
+ }
259
+ },
260
+ "output": {
261
+ "type": "structure",
262
+ "members": {
263
+ "Applications": {
264
+ "type": "list",
265
+ "member": {
266
+ "type": "structure",
267
+ "members": {
268
+ "Id": {},
269
+ "Type": {},
270
+ "Arn": {},
271
+ "Tags": {
272
+ "shape": "Sj"
273
+ }
274
+ }
275
+ }
276
+ },
277
+ "NextToken": {}
278
+ }
279
+ }
280
+ },
281
+ "ListComponents": {
282
+ "http": {
283
+ "requestUri": "/list-components",
284
+ "responseCode": 200
285
+ },
286
+ "input": {
287
+ "type": "structure",
288
+ "members": {
289
+ "ApplicationId": {},
290
+ "NextToken": {},
291
+ "MaxResults": {
292
+ "type": "integer"
293
+ }
294
+ }
295
+ },
296
+ "output": {
297
+ "type": "structure",
298
+ "members": {
299
+ "Components": {
300
+ "type": "list",
301
+ "member": {
302
+ "type": "structure",
303
+ "members": {
304
+ "ApplicationId": {},
305
+ "ComponentId": {},
306
+ "ComponentType": {},
307
+ "Tags": {
308
+ "shape": "Sj"
309
+ }
310
+ }
311
+ }
312
+ },
313
+ "NextToken": {}
314
+ }
315
+ }
316
+ },
317
+ "ListDatabases": {
318
+ "http": {
319
+ "requestUri": "/list-databases",
320
+ "responseCode": 200
321
+ },
322
+ "input": {
323
+ "type": "structure",
324
+ "members": {
325
+ "ApplicationId": {},
326
+ "ComponentId": {},
327
+ "NextToken": {},
328
+ "MaxResults": {
329
+ "type": "integer"
330
+ }
331
+ }
332
+ },
333
+ "output": {
334
+ "type": "structure",
335
+ "members": {
336
+ "Databases": {
337
+ "type": "list",
338
+ "member": {
339
+ "type": "structure",
340
+ "members": {
341
+ "ApplicationId": {},
342
+ "ComponentId": {},
343
+ "DatabaseId": {},
344
+ "DatabaseType": {},
345
+ "Arn": {},
346
+ "Tags": {
347
+ "shape": "Sj"
348
+ }
349
+ }
350
+ }
351
+ },
352
+ "NextToken": {}
353
+ }
354
+ }
355
+ },
356
+ "ListTagsForResource": {
357
+ "http": {
358
+ "method": "GET",
359
+ "requestUri": "/tags/{resourceArn}",
360
+ "responseCode": 200
361
+ },
362
+ "input": {
363
+ "type": "structure",
364
+ "required": [
365
+ "resourceArn"
366
+ ],
367
+ "members": {
368
+ "resourceArn": {
369
+ "location": "uri",
370
+ "locationName": "resourceArn"
371
+ }
372
+ }
373
+ },
374
+ "output": {
375
+ "type": "structure",
376
+ "members": {
377
+ "tags": {
378
+ "shape": "Sj"
379
+ }
380
+ }
381
+ }
382
+ },
383
+ "PutResourcePermission": {
384
+ "http": {
385
+ "requestUri": "/put-resource-permission",
386
+ "responseCode": 200
387
+ },
388
+ "input": {
389
+ "type": "structure",
390
+ "required": [
391
+ "ActionType",
392
+ "SourceResourceArn",
393
+ "ResourceArn"
394
+ ],
395
+ "members": {
396
+ "ActionType": {},
397
+ "SourceResourceArn": {},
398
+ "ResourceArn": {}
399
+ }
400
+ },
401
+ "output": {
402
+ "type": "structure",
403
+ "members": {
404
+ "Policy": {}
405
+ }
406
+ }
407
+ },
408
+ "RegisterApplication": {
409
+ "http": {
410
+ "requestUri": "/register-application",
411
+ "responseCode": 200
412
+ },
413
+ "input": {
414
+ "type": "structure",
415
+ "required": [
416
+ "ApplicationId",
417
+ "ApplicationType",
418
+ "Instances",
419
+ "Credentials"
420
+ ],
421
+ "members": {
422
+ "ApplicationId": {},
423
+ "ApplicationType": {},
424
+ "Instances": {
425
+ "type": "list",
426
+ "member": {}
427
+ },
428
+ "SapInstanceNumber": {},
429
+ "Sid": {},
430
+ "Tags": {
431
+ "shape": "Sj"
432
+ },
433
+ "Credentials": {
434
+ "shape": "Sz"
435
+ }
436
+ }
437
+ },
438
+ "output": {
439
+ "type": "structure",
440
+ "members": {
441
+ "Application": {
442
+ "shape": "Sc"
443
+ },
444
+ "OperationId": {}
445
+ }
446
+ }
447
+ },
448
+ "TagResource": {
449
+ "http": {
450
+ "requestUri": "/tags/{resourceArn}",
451
+ "responseCode": 200
452
+ },
453
+ "input": {
454
+ "type": "structure",
455
+ "required": [
456
+ "resourceArn",
457
+ "tags"
458
+ ],
459
+ "members": {
460
+ "resourceArn": {
461
+ "location": "uri",
462
+ "locationName": "resourceArn"
463
+ },
464
+ "tags": {
465
+ "shape": "Sj"
466
+ }
467
+ }
468
+ },
469
+ "output": {
470
+ "type": "structure",
471
+ "members": {}
472
+ }
473
+ },
474
+ "UntagResource": {
475
+ "http": {
476
+ "method": "DELETE",
477
+ "requestUri": "/tags/{resourceArn}",
478
+ "responseCode": 200
479
+ },
480
+ "input": {
481
+ "type": "structure",
482
+ "required": [
483
+ "resourceArn",
484
+ "tagKeys"
485
+ ],
486
+ "members": {
487
+ "resourceArn": {
488
+ "location": "uri",
489
+ "locationName": "resourceArn"
490
+ },
491
+ "tagKeys": {
492
+ "location": "querystring",
493
+ "locationName": "tagKeys",
494
+ "type": "list",
495
+ "member": {}
496
+ }
497
+ }
498
+ },
499
+ "output": {
500
+ "type": "structure",
501
+ "members": {}
502
+ },
503
+ "idempotent": true
504
+ },
505
+ "UpdateApplicationSettings": {
506
+ "http": {
507
+ "requestUri": "/update-application-settings",
508
+ "responseCode": 200
509
+ },
510
+ "input": {
511
+ "type": "structure",
512
+ "required": [
513
+ "ApplicationId"
514
+ ],
515
+ "members": {
516
+ "ApplicationId": {},
517
+ "CredentialsToAddOrUpdate": {
518
+ "shape": "Sz"
519
+ },
520
+ "CredentialsToRemove": {
521
+ "shape": "Sz"
522
+ }
523
+ }
524
+ },
525
+ "output": {
526
+ "type": "structure",
527
+ "members": {
528
+ "Message": {},
529
+ "OperationIds": {
530
+ "type": "list",
531
+ "member": {}
532
+ }
533
+ }
534
+ }
535
+ }
536
+ },
537
+ "shapes": {
538
+ "Sc": {
539
+ "type": "structure",
540
+ "members": {
541
+ "Id": {},
542
+ "Type": {},
543
+ "Arn": {},
544
+ "AppRegistryArn": {},
545
+ "Status": {},
546
+ "Components": {
547
+ "type": "list",
548
+ "member": {}
549
+ },
550
+ "LastUpdated": {
551
+ "type": "timestamp"
552
+ },
553
+ "StatusMessage": {}
554
+ }
555
+ },
556
+ "Sj": {
557
+ "type": "map",
558
+ "key": {},
559
+ "value": {}
560
+ },
561
+ "Sz": {
562
+ "type": "list",
563
+ "member": {
564
+ "type": "structure",
565
+ "required": [
566
+ "DatabaseName",
567
+ "CredentialType",
568
+ "SecretId"
569
+ ],
570
+ "members": {
571
+ "DatabaseName": {},
572
+ "CredentialType": {},
573
+ "SecretId": {
574
+ "type": "string",
575
+ "sensitive": true
576
+ }
577
+ }
578
+ }
579
+ }
580
+ }
581
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "pagination": {
3
+ "ListApplications": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Applications"
8
+ },
9
+ "ListComponents": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Components"
14
+ },
15
+ "ListDatabases": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "Databases"
20
+ }
21
+ }
22
+ }