aws-sdk 2.1503.0 → 2.1505.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.
- package/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +141 -6
- package/apis/b2bi-2022-06-23.examples.json +714 -0
- package/apis/b2bi-2022-06-23.min.json +1095 -0
- package/apis/b2bi-2022-06-23.paginators.json +28 -0
- package/apis/backup-2018-11-15.min.json +855 -84
- package/apis/backup-2018-11-15.paginators.json +18 -0
- package/apis/controltower-2018-05-10.min.json +80 -12
- package/apis/elasticache-2015-02-02.min.json +481 -132
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/elasticfilesystem-2015-02-01.min.json +66 -32
- package/apis/fis-2020-12-01.min.json +366 -15
- package/apis/fis-2020-12-01.paginators.json +10 -0
- package/apis/metadata.json +3 -0
- package/apis/securityhub-2018-10-26.examples.json +433 -8
- package/apis/securityhub-2018-10-26.min.json +790 -336
- package/apis/securityhub-2018-10-26.paginators.json +12 -0
- package/apis/transcribe-2017-10-26.min.json +257 -70
- package/apis/transcribe-2017-10-26.paginators.json +5 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appsync.d.ts +169 -0
- package/clients/b2bi.d.ts +1388 -0
- package/clients/b2bi.js +18 -0
- package/clients/backup.d.ts +848 -45
- package/clients/controltower.d.ts +103 -47
- package/clients/efs.d.ts +42 -9
- package/clients/elasticache.d.ts +484 -12
- package/clients/fis.d.ts +383 -3
- package/clients/glue.d.ts +3 -3
- package/clients/rds.d.ts +80 -80
- package/clients/securityhub.d.ts +603 -13
- package/clients/transcribeservice.d.ts +301 -45
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +54 -17
- package/dist/aws-sdk.js +565 -167
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -114,6 +114,24 @@
|
|
114
114
|
"limit_key": "MaxResults",
|
115
115
|
"result_key": "RestoreJobs"
|
116
116
|
},
|
117
|
+
"ListRestoreJobsByProtectedResource": {
|
118
|
+
"input_token": "NextToken",
|
119
|
+
"output_token": "NextToken",
|
120
|
+
"limit_key": "MaxResults",
|
121
|
+
"result_key": "RestoreJobs"
|
122
|
+
},
|
123
|
+
"ListRestoreTestingPlans": {
|
124
|
+
"input_token": "NextToken",
|
125
|
+
"output_token": "NextToken",
|
126
|
+
"limit_key": "MaxResults",
|
127
|
+
"result_key": "RestoreTestingPlans"
|
128
|
+
},
|
129
|
+
"ListRestoreTestingSelections": {
|
130
|
+
"input_token": "NextToken",
|
131
|
+
"output_token": "NextToken",
|
132
|
+
"limit_key": "MaxResults",
|
133
|
+
"result_key": "RestoreTestingSelections"
|
134
|
+
},
|
117
135
|
"ListTags": {
|
118
136
|
"input_token": "NextToken",
|
119
137
|
"output_token": "NextToken",
|
@@ -109,6 +109,9 @@
|
|
109
109
|
],
|
110
110
|
"members": {
|
111
111
|
"controlIdentifier": {},
|
112
|
+
"parameters": {
|
113
|
+
"shape": "Si"
|
114
|
+
},
|
112
115
|
"tags": {
|
113
116
|
"shape": "S3"
|
114
117
|
},
|
@@ -150,11 +153,11 @@
|
|
150
153
|
"type": "structure",
|
151
154
|
"members": {
|
152
155
|
"endTime": {
|
153
|
-
"shape": "
|
156
|
+
"shape": "Sp"
|
154
157
|
},
|
155
158
|
"operationType": {},
|
156
159
|
"startTime": {
|
157
|
-
"shape": "
|
160
|
+
"shape": "Sp"
|
158
161
|
},
|
159
162
|
"status": {},
|
160
163
|
"statusMessage": {}
|
@@ -189,10 +192,26 @@
|
|
189
192
|
"arn": {},
|
190
193
|
"controlIdentifier": {},
|
191
194
|
"driftStatusSummary": {
|
192
|
-
"shape": "
|
195
|
+
"shape": "Sv"
|
196
|
+
},
|
197
|
+
"parameters": {
|
198
|
+
"type": "list",
|
199
|
+
"member": {
|
200
|
+
"type": "structure",
|
201
|
+
"required": [
|
202
|
+
"key",
|
203
|
+
"value"
|
204
|
+
],
|
205
|
+
"members": {
|
206
|
+
"key": {},
|
207
|
+
"value": {
|
208
|
+
"shape": "Sk"
|
209
|
+
}
|
210
|
+
}
|
211
|
+
}
|
193
212
|
},
|
194
213
|
"statusSummary": {
|
195
|
-
"shape": "
|
214
|
+
"shape": "Sz"
|
196
215
|
},
|
197
216
|
"targetIdentifier": {},
|
198
217
|
"targetRegions": {
|
@@ -278,11 +297,11 @@
|
|
278
297
|
"type": "structure",
|
279
298
|
"members": {
|
280
299
|
"endTime": {
|
281
|
-
"shape": "
|
300
|
+
"shape": "S1d"
|
282
301
|
},
|
283
302
|
"operationType": {},
|
284
303
|
"startTime": {
|
285
|
-
"shape": "
|
304
|
+
"shape": "S1d"
|
286
305
|
},
|
287
306
|
"status": {},
|
288
307
|
"statusMessage": {}
|
@@ -323,10 +342,10 @@
|
|
323
342
|
"arn": {},
|
324
343
|
"controlIdentifier": {},
|
325
344
|
"driftStatusSummary": {
|
326
|
-
"shape": "
|
345
|
+
"shape": "Sv"
|
327
346
|
},
|
328
347
|
"statusSummary": {
|
329
|
-
"shape": "
|
348
|
+
"shape": "Sz"
|
330
349
|
},
|
331
350
|
"targetIdentifier": {}
|
332
351
|
}
|
@@ -479,6 +498,34 @@
|
|
479
498
|
"members": {}
|
480
499
|
}
|
481
500
|
},
|
501
|
+
"UpdateEnabledControl": {
|
502
|
+
"http": {
|
503
|
+
"requestUri": "/update-enabled-control",
|
504
|
+
"responseCode": 200
|
505
|
+
},
|
506
|
+
"input": {
|
507
|
+
"type": "structure",
|
508
|
+
"required": [
|
509
|
+
"enabledControlIdentifier",
|
510
|
+
"parameters"
|
511
|
+
],
|
512
|
+
"members": {
|
513
|
+
"enabledControlIdentifier": {},
|
514
|
+
"parameters": {
|
515
|
+
"shape": "Si"
|
516
|
+
}
|
517
|
+
}
|
518
|
+
},
|
519
|
+
"output": {
|
520
|
+
"type": "structure",
|
521
|
+
"required": [
|
522
|
+
"operationIdentifier"
|
523
|
+
],
|
524
|
+
"members": {
|
525
|
+
"operationIdentifier": {}
|
526
|
+
}
|
527
|
+
}
|
528
|
+
},
|
482
529
|
"UpdateLandingZone": {
|
483
530
|
"http": {
|
484
531
|
"requestUri": "/update-landingzone",
|
@@ -521,24 +568,45 @@
|
|
521
568
|
"key": {},
|
522
569
|
"value": {}
|
523
570
|
},
|
524
|
-
"
|
571
|
+
"Si": {
|
572
|
+
"type": "list",
|
573
|
+
"member": {
|
574
|
+
"type": "structure",
|
575
|
+
"required": [
|
576
|
+
"key",
|
577
|
+
"value"
|
578
|
+
],
|
579
|
+
"members": {
|
580
|
+
"key": {},
|
581
|
+
"value": {
|
582
|
+
"shape": "Sk"
|
583
|
+
}
|
584
|
+
}
|
585
|
+
}
|
586
|
+
},
|
587
|
+
"Sk": {
|
588
|
+
"type": "structure",
|
589
|
+
"members": {},
|
590
|
+
"document": true
|
591
|
+
},
|
592
|
+
"Sp": {
|
525
593
|
"type": "timestamp",
|
526
594
|
"timestampFormat": "iso8601"
|
527
595
|
},
|
528
|
-
"
|
596
|
+
"Sv": {
|
529
597
|
"type": "structure",
|
530
598
|
"members": {
|
531
599
|
"driftStatus": {}
|
532
600
|
}
|
533
601
|
},
|
534
|
-
"
|
602
|
+
"Sz": {
|
535
603
|
"type": "structure",
|
536
604
|
"members": {
|
537
605
|
"lastOperationIdentifier": {},
|
538
606
|
"status": {}
|
539
607
|
}
|
540
608
|
},
|
541
|
-
"
|
609
|
+
"S1d": {
|
542
610
|
"type": "timestamp",
|
543
611
|
"timestampFormat": "iso8601"
|
544
612
|
}
|