aws-sdk 2.1502.0 → 2.1503.0

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 (121) hide show
  1. package/CHANGELOG.md +41 -1
  2. package/README.md +1 -3
  3. package/apis/accessanalyzer-2019-11-01.min.json +423 -86
  4. package/apis/accessanalyzer-2019-11-01.paginators.json +12 -0
  5. package/apis/amp-2020-08-01.min.json +320 -3
  6. package/apis/amp-2020-08-01.paginators.json +6 -0
  7. package/apis/amp-2020-08-01.waiters2.json +33 -0
  8. package/apis/bcm-data-exports-2023-11-26.examples.json +5 -0
  9. package/apis/bcm-data-exports-2023-11-26.min.json +470 -0
  10. package/apis/bcm-data-exports-2023-11-26.paginators.json +22 -0
  11. package/apis/cloudtrail-2013-11-01.min.json +67 -24
  12. package/apis/codestar-connections-2019-12-01.min.json +590 -3
  13. package/apis/codestar-connections-2019-12-01.paginators.json +10 -0
  14. package/apis/compute-optimizer-2019-11-01.min.json +243 -39
  15. package/apis/config-2014-11-12.min.json +204 -169
  16. package/apis/controltower-2018-05-10.min.json +249 -13
  17. package/apis/controltower-2018-05-10.paginators.json +6 -0
  18. package/apis/cost-optimization-hub-2022-07-26.examples.json +5 -0
  19. package/apis/cost-optimization-hub-2022-07-26.min.json +757 -0
  20. package/apis/cost-optimization-hub-2022-07-26.paginators.json +22 -0
  21. package/apis/detective-2018-10-26.min.json +294 -0
  22. package/apis/ecs-2014-11-13.min.json +108 -107
  23. package/apis/eks-2017-11-01.min.json +211 -4
  24. package/apis/eks-2017-11-01.paginators.json +12 -0
  25. package/apis/eks-auth-2023-11-26.examples.json +5 -0
  26. package/apis/eks-auth-2023-11-26.min.json +104 -0
  27. package/apis/eks-auth-2023-11-26.paginators.json +4 -0
  28. package/apis/eks-auth-2023-11-26.waiters2.json +5 -0
  29. package/apis/elasticfilesystem-2015-02-01.min.json +5 -1
  30. package/apis/elasticfilesystem-2015-02-01.paginators.json +18 -3
  31. package/apis/elasticloadbalancingv2-2015-12-01.min.json +403 -75
  32. package/apis/elasticloadbalancingv2-2015-12-01.paginators.json +15 -0
  33. package/apis/freetier-2023-09-07.examples.json +5 -0
  34. package/apis/freetier-2023-09-07.min.json +105 -0
  35. package/apis/freetier-2023-09-07.paginators.json +10 -0
  36. package/apis/fsx-2018-03-01.min.json +259 -135
  37. package/apis/guardduty-2017-11-28.min.json +64 -0
  38. package/apis/iotfleetwise-2021-06-17.min.json +159 -33
  39. package/apis/lakeformation-2017-03-31.min.json +126 -35
  40. package/apis/logs-2014-03-28.min.json +310 -36
  41. package/apis/logs-2014-03-28.paginators.json +12 -0
  42. package/apis/managedblockchain-2018-09-24.min.json +58 -50
  43. package/apis/metadata.json +22 -0
  44. package/apis/models.lex.v2-2020-08-07.min.json +633 -331
  45. package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  46. package/apis/personalize-2018-05-22.min.json +85 -52
  47. package/apis/personalize-events-2018-03-22.min.json +97 -5
  48. package/apis/personalize-runtime-2018-05-22.min.json +68 -11
  49. package/apis/quicksight-2018-04-01.min.json +398 -268
  50. package/apis/redshift-2012-12-01.min.json +14 -2
  51. package/apis/repostspace-2022-05-13.examples.json +5 -0
  52. package/apis/repostspace-2022-05-13.min.json +447 -0
  53. package/apis/repostspace-2022-05-13.paginators.json +10 -0
  54. package/apis/runtime.lex.v2-2020-08-07.min.json +25 -24
  55. package/apis/s3-2006-03-01.examples.json +142 -142
  56. package/apis/s3-2006-03-01.min.json +45 -0
  57. package/apis/s3control-2018-08-20.min.json +1330 -314
  58. package/apis/s3control-2018-08-20.paginators.json +15 -0
  59. package/apis/secretsmanager-2017-10-17.min.json +111 -50
  60. package/apis/secretsmanager-2017-10-17.paginators.json +5 -0
  61. package/apis/securityhub-2018-10-26.examples.json +93 -2
  62. package/apis/securityhub-2018-10-26.min.json +551 -300
  63. package/apis/states-2016-11-23.min.json +85 -0
  64. package/apis/transcribe-2017-10-26.min.json +49 -38
  65. package/apis/workspaces-2015-04-08.min.json +119 -96
  66. package/apis/workspaces-thin-client-2023-08-22.examples.json +5 -0
  67. package/apis/workspaces-thin-client-2023-08-22.min.json +777 -0
  68. package/apis/workspaces-thin-client-2023-08-22.paginators.json +22 -0
  69. package/clients/accessanalyzer.d.ts +374 -5
  70. package/clients/all.d.ts +6 -0
  71. package/clients/all.js +7 -1
  72. package/clients/amp.d.ts +322 -0
  73. package/clients/bcmdataexports.d.ts +589 -0
  74. package/clients/bcmdataexports.js +18 -0
  75. package/clients/cloudtrail.d.ts +76 -2
  76. package/clients/cloudwatchlogs.d.ts +413 -1
  77. package/clients/codestarconnections.d.ts +727 -0
  78. package/clients/computeoptimizer.d.ts +307 -6
  79. package/clients/configservice.d.ts +60 -11
  80. package/clients/controltower.d.ts +258 -20
  81. package/clients/costoptimizationhub.d.ts +1283 -0
  82. package/clients/costoptimizationhub.js +18 -0
  83. package/clients/detective.d.ts +469 -0
  84. package/clients/ecs.d.ts +10 -5
  85. package/clients/efs.d.ts +39 -30
  86. package/clients/eks.d.ts +237 -15
  87. package/clients/eksauth.d.ts +124 -0
  88. package/clients/eksauth.js +19 -0
  89. package/clients/elbv2.d.ts +433 -4
  90. package/clients/freetier.d.ts +149 -0
  91. package/clients/freetier.js +18 -0
  92. package/clients/fsx.d.ts +194 -21
  93. package/clients/guardduty.d.ts +82 -11
  94. package/clients/iotfleetwise.d.ts +198 -13
  95. package/clients/lakeformation.d.ts +118 -2
  96. package/clients/lexmodelsv2.d.ts +343 -2
  97. package/clients/lexruntimev2.d.ts +14 -9
  98. package/clients/managedblockchain.d.ts +26 -5
  99. package/clients/personalize.d.ts +65 -20
  100. package/clients/personalizeevents.d.ts +102 -12
  101. package/clients/personalizeruntime.d.ts +72 -2
  102. package/clients/quicksight.d.ts +124 -0
  103. package/clients/redshift.d.ts +16 -0
  104. package/clients/repostspace.d.ts +458 -0
  105. package/clients/repostspace.js +18 -0
  106. package/clients/s3.d.ts +2 -2
  107. package/clients/s3control.d.ts +841 -13
  108. package/clients/secretsmanager.d.ts +94 -5
  109. package/clients/securityhub.d.ts +305 -2
  110. package/clients/stepfunctions.d.ts +153 -8
  111. package/clients/transcribeservice.d.ts +11 -1
  112. package/clients/workspaces.d.ts +43 -1
  113. package/clients/workspacesthinclient.d.ts +895 -0
  114. package/clients/workspacesthinclient.js +18 -0
  115. package/dist/aws-sdk-core-react-native.js +2 -2
  116. package/dist/aws-sdk-react-native.js +277 -48
  117. package/dist/aws-sdk.js +1976 -565
  118. package/dist/aws-sdk.min.js +104 -104
  119. package/lib/config_service_placeholders.d.ts +12 -0
  120. package/lib/core.js +1 -1
  121. package/package.json +1 -1
@@ -12,6 +12,64 @@
12
12
  "uid": "controltower-2018-05-10"
13
13
  },
14
14
  "operations": {
15
+ "CreateLandingZone": {
16
+ "http": {
17
+ "requestUri": "/create-landingzone",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "manifest",
24
+ "version"
25
+ ],
26
+ "members": {
27
+ "manifest": {
28
+ "shape": "S2"
29
+ },
30
+ "tags": {
31
+ "shape": "S3"
32
+ },
33
+ "version": {}
34
+ }
35
+ },
36
+ "output": {
37
+ "type": "structure",
38
+ "required": [
39
+ "arn",
40
+ "operationIdentifier"
41
+ ],
42
+ "members": {
43
+ "arn": {},
44
+ "operationIdentifier": {}
45
+ }
46
+ }
47
+ },
48
+ "DeleteLandingZone": {
49
+ "http": {
50
+ "requestUri": "/delete-landingzone",
51
+ "responseCode": 200
52
+ },
53
+ "input": {
54
+ "type": "structure",
55
+ "required": [
56
+ "landingZoneIdentifier"
57
+ ],
58
+ "members": {
59
+ "landingZoneIdentifier": {}
60
+ }
61
+ },
62
+ "output": {
63
+ "type": "structure",
64
+ "required": [
65
+ "operationIdentifier"
66
+ ],
67
+ "members": {
68
+ "operationIdentifier": {}
69
+ }
70
+ },
71
+ "idempotent": true
72
+ },
15
73
  "DisableControl": {
16
74
  "http": {
17
75
  "requestUri": "/disable-control",
@@ -52,7 +110,7 @@
52
110
  "members": {
53
111
  "controlIdentifier": {},
54
112
  "tags": {
55
- "shape": "S7"
113
+ "shape": "S3"
56
114
  },
57
115
  "targetIdentifier": {}
58
116
  }
@@ -92,11 +150,11 @@
92
150
  "type": "structure",
93
151
  "members": {
94
152
  "endTime": {
95
- "shape": "Sf"
153
+ "shape": "Sm"
96
154
  },
97
155
  "operationType": {},
98
156
  "startTime": {
99
- "shape": "Sf"
157
+ "shape": "Sm"
100
158
  },
101
159
  "status": {},
102
160
  "statusMessage": {}
@@ -131,10 +189,10 @@
131
189
  "arn": {},
132
190
  "controlIdentifier": {},
133
191
  "driftStatusSummary": {
134
- "shape": "Sm"
192
+ "shape": "Ss"
135
193
  },
136
194
  "statusSummary": {
137
- "shape": "So"
195
+ "shape": "Su"
138
196
  },
139
197
  "targetIdentifier": {},
140
198
  "targetRegions": {
@@ -151,6 +209,88 @@
151
209
  }
152
210
  }
153
211
  },
212
+ "GetLandingZone": {
213
+ "http": {
214
+ "requestUri": "/get-landingzone",
215
+ "responseCode": 200
216
+ },
217
+ "input": {
218
+ "type": "structure",
219
+ "required": [
220
+ "landingZoneIdentifier"
221
+ ],
222
+ "members": {
223
+ "landingZoneIdentifier": {}
224
+ }
225
+ },
226
+ "output": {
227
+ "type": "structure",
228
+ "required": [
229
+ "landingZone"
230
+ ],
231
+ "members": {
232
+ "landingZone": {
233
+ "type": "structure",
234
+ "required": [
235
+ "manifest",
236
+ "version"
237
+ ],
238
+ "members": {
239
+ "arn": {},
240
+ "driftStatus": {
241
+ "type": "structure",
242
+ "members": {
243
+ "status": {}
244
+ }
245
+ },
246
+ "latestAvailableVersion": {},
247
+ "manifest": {
248
+ "shape": "S2"
249
+ },
250
+ "status": {},
251
+ "version": {}
252
+ }
253
+ }
254
+ }
255
+ }
256
+ },
257
+ "GetLandingZoneOperation": {
258
+ "http": {
259
+ "requestUri": "/get-landingzone-operation",
260
+ "responseCode": 200
261
+ },
262
+ "input": {
263
+ "type": "structure",
264
+ "required": [
265
+ "operationIdentifier"
266
+ ],
267
+ "members": {
268
+ "operationIdentifier": {}
269
+ }
270
+ },
271
+ "output": {
272
+ "type": "structure",
273
+ "required": [
274
+ "operationDetails"
275
+ ],
276
+ "members": {
277
+ "operationDetails": {
278
+ "type": "structure",
279
+ "members": {
280
+ "endTime": {
281
+ "shape": "S18"
282
+ },
283
+ "operationType": {},
284
+ "startTime": {
285
+ "shape": "S18"
286
+ },
287
+ "status": {},
288
+ "statusMessage": {}
289
+ }
290
+ }
291
+ }
292
+ }
293
+ },
154
294
  "ListEnabledControls": {
155
295
  "http": {
156
296
  "requestUri": "/list-enabled-controls",
@@ -183,10 +323,10 @@
183
323
  "arn": {},
184
324
  "controlIdentifier": {},
185
325
  "driftStatusSummary": {
186
- "shape": "Sm"
326
+ "shape": "Ss"
187
327
  },
188
328
  "statusSummary": {
189
- "shape": "So"
329
+ "shape": "Su"
190
330
  },
191
331
  "targetIdentifier": {}
192
332
  }
@@ -196,6 +336,39 @@
196
336
  }
197
337
  }
198
338
  },
339
+ "ListLandingZones": {
340
+ "http": {
341
+ "requestUri": "/list-landingzones",
342
+ "responseCode": 200
343
+ },
344
+ "input": {
345
+ "type": "structure",
346
+ "members": {
347
+ "maxResults": {
348
+ "type": "integer"
349
+ },
350
+ "nextToken": {}
351
+ }
352
+ },
353
+ "output": {
354
+ "type": "structure",
355
+ "required": [
356
+ "landingZones"
357
+ ],
358
+ "members": {
359
+ "landingZones": {
360
+ "type": "list",
361
+ "member": {
362
+ "type": "structure",
363
+ "members": {
364
+ "arn": {}
365
+ }
366
+ }
367
+ },
368
+ "nextToken": {}
369
+ }
370
+ }
371
+ },
199
372
  "ListTagsForResource": {
200
373
  "http": {
201
374
  "method": "GET",
@@ -221,11 +394,35 @@
221
394
  ],
222
395
  "members": {
223
396
  "tags": {
224
- "shape": "S7"
397
+ "shape": "S3"
225
398
  }
226
399
  }
227
400
  }
228
401
  },
402
+ "ResetLandingZone": {
403
+ "http": {
404
+ "requestUri": "/reset-landingzone",
405
+ "responseCode": 200
406
+ },
407
+ "input": {
408
+ "type": "structure",
409
+ "required": [
410
+ "landingZoneIdentifier"
411
+ ],
412
+ "members": {
413
+ "landingZoneIdentifier": {}
414
+ }
415
+ },
416
+ "output": {
417
+ "type": "structure",
418
+ "required": [
419
+ "operationIdentifier"
420
+ ],
421
+ "members": {
422
+ "operationIdentifier": {}
423
+ }
424
+ }
425
+ },
229
426
  "TagResource": {
230
427
  "http": {
231
428
  "requestUri": "/tags/{resourceArn}",
@@ -243,7 +440,7 @@
243
440
  "locationName": "resourceArn"
244
441
  },
245
442
  "tags": {
246
- "shape": "S7"
443
+ "shape": "S3"
247
444
  }
248
445
  }
249
446
  },
@@ -281,30 +478,69 @@
281
478
  "type": "structure",
282
479
  "members": {}
283
480
  }
481
+ },
482
+ "UpdateLandingZone": {
483
+ "http": {
484
+ "requestUri": "/update-landingzone",
485
+ "responseCode": 200
486
+ },
487
+ "input": {
488
+ "type": "structure",
489
+ "required": [
490
+ "landingZoneIdentifier",
491
+ "manifest",
492
+ "version"
493
+ ],
494
+ "members": {
495
+ "landingZoneIdentifier": {},
496
+ "manifest": {
497
+ "shape": "S2"
498
+ },
499
+ "version": {}
500
+ }
501
+ },
502
+ "output": {
503
+ "type": "structure",
504
+ "required": [
505
+ "operationIdentifier"
506
+ ],
507
+ "members": {
508
+ "operationIdentifier": {}
509
+ }
510
+ }
284
511
  }
285
512
  },
286
513
  "shapes": {
287
- "S7": {
514
+ "S2": {
515
+ "type": "structure",
516
+ "members": {},
517
+ "document": true
518
+ },
519
+ "S3": {
288
520
  "type": "map",
289
521
  "key": {},
290
522
  "value": {}
291
523
  },
292
- "Sf": {
524
+ "Sm": {
293
525
  "type": "timestamp",
294
526
  "timestampFormat": "iso8601"
295
527
  },
296
- "Sm": {
528
+ "Ss": {
297
529
  "type": "structure",
298
530
  "members": {
299
531
  "driftStatus": {}
300
532
  }
301
533
  },
302
- "So": {
534
+ "Su": {
303
535
  "type": "structure",
304
536
  "members": {
305
537
  "lastOperationIdentifier": {},
306
538
  "status": {}
307
539
  }
540
+ },
541
+ "S18": {
542
+ "type": "timestamp",
543
+ "timestampFormat": "iso8601"
308
544
  }
309
545
  }
310
546
  }
@@ -5,6 +5,12 @@
5
5
  "output_token": "nextToken",
6
6
  "limit_key": "maxResults",
7
7
  "result_key": "enabledControls"
8
+ },
9
+ "ListLandingZones": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "landingZones"
8
14
  }
9
15
  }
10
16
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }