aws-sdk 2.1430.0 → 2.1432.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 +12 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +178 -67
- package/apis/backup-2018-11-15.paginators.json +6 -0
- package/apis/elasticache-2015-02-02.min.json +37 -10
- package/apis/kinesis-video-archived-media-2017-09-30.min.json +0 -1
- package/apis/rekognition-2016-06-27.examples.json +501 -1
- package/clients/backup.d.ts +121 -7
- package/clients/elasticache.d.ts +22 -1
- package/clients/ivsrealtime.d.ts +2 -2
- package/clients/kinesisvideo.d.ts +2 -2
- package/clients/kinesisvideoarchivedmedia.d.ts +16 -16
- package/clients/rekognition.d.ts +19 -19
- package/clients/servicecatalog.d.ts +16 -16
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +40 -14
- package/dist/aws-sdk.min.js +59 -59
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,18 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1432.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1432.0
|
6
|
+
* feature: Backup: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.
|
7
|
+
* feature: ElastiCache: Added support for cluster mode in online migration and test migration API
|
8
|
+
* feature: ServiceCatalog: Introduce support for HashiCorp Terraform Cloud in Service Catalog by addying TERRAFORM_CLOUD product type in CreateProduct and CreateProvisioningArtifact API.
|
9
|
+
|
10
|
+
## 2.1431.0
|
11
|
+
* feature: Detective: Updated the email validation regex to be in line with the TLD name specifications.
|
12
|
+
* feature: IVSRealTime: Add QUOTA_EXCEEDED and PUBLISHER_NOT_FOUND to EventErrorCode for stage health events.
|
13
|
+
* feature: KinesisVideo: This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.
|
14
|
+
* feature: KinesisVideoArchivedMedia: This release enables minimum of Images SamplingInterval to be as low as 200 milliseconds in Kinesis Video Stream Image feature.
|
15
|
+
|
5
16
|
## 2.1430.0
|
6
17
|
* feature: Connect: Added a new API UpdateRoutingProfileAgentAvailabilityTimer to update agent availability timer of a routing profile.
|
7
18
|
* feature: DataSync: Display cloud storage used capacity at a cluster level.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1432.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -222,6 +222,48 @@
|
|
222
222
|
},
|
223
223
|
"idempotent": true
|
224
224
|
},
|
225
|
+
"CreateLogicallyAirGappedBackupVault": {
|
226
|
+
"http": {
|
227
|
+
"method": "PUT",
|
228
|
+
"requestUri": "/logically-air-gapped-backup-vaults/{backupVaultName}"
|
229
|
+
},
|
230
|
+
"input": {
|
231
|
+
"type": "structure",
|
232
|
+
"required": [
|
233
|
+
"BackupVaultName",
|
234
|
+
"MinRetentionDays",
|
235
|
+
"MaxRetentionDays"
|
236
|
+
],
|
237
|
+
"members": {
|
238
|
+
"BackupVaultName": {
|
239
|
+
"location": "uri",
|
240
|
+
"locationName": "backupVaultName"
|
241
|
+
},
|
242
|
+
"BackupVaultTags": {
|
243
|
+
"shape": "Sf"
|
244
|
+
},
|
245
|
+
"CreatorRequestId": {},
|
246
|
+
"MinRetentionDays": {
|
247
|
+
"type": "long"
|
248
|
+
},
|
249
|
+
"MaxRetentionDays": {
|
250
|
+
"type": "long"
|
251
|
+
}
|
252
|
+
}
|
253
|
+
},
|
254
|
+
"output": {
|
255
|
+
"type": "structure",
|
256
|
+
"members": {
|
257
|
+
"BackupVaultName": {},
|
258
|
+
"BackupVaultArn": {},
|
259
|
+
"CreationDate": {
|
260
|
+
"type": "timestamp"
|
261
|
+
},
|
262
|
+
"VaultState": {}
|
263
|
+
}
|
264
|
+
},
|
265
|
+
"idempotent": true
|
266
|
+
},
|
225
267
|
"CreateReportPlan": {
|
226
268
|
"http": {
|
227
269
|
"requestUri": "/audit/report-plans"
|
@@ -237,10 +279,10 @@
|
|
237
279
|
"ReportPlanName": {},
|
238
280
|
"ReportPlanDescription": {},
|
239
281
|
"ReportDeliveryChannel": {
|
240
|
-
"shape": "
|
282
|
+
"shape": "S22"
|
241
283
|
},
|
242
284
|
"ReportSetting": {
|
243
|
-
"shape": "
|
285
|
+
"shape": "S24"
|
244
286
|
},
|
245
287
|
"ReportPlanTags": {
|
246
288
|
"shape": "S1n"
|
@@ -490,7 +532,7 @@
|
|
490
532
|
},
|
491
533
|
"IamRoleArn": {},
|
492
534
|
"CreatedBy": {
|
493
|
-
"shape": "
|
535
|
+
"shape": "S2m"
|
494
536
|
},
|
495
537
|
"ResourceType": {},
|
496
538
|
"BytesTransferred": {
|
@@ -539,6 +581,10 @@
|
|
539
581
|
"BackupVaultName": {
|
540
582
|
"location": "uri",
|
541
583
|
"locationName": "backupVaultName"
|
584
|
+
},
|
585
|
+
"BackupVaultAccountId": {
|
586
|
+
"location": "querystring",
|
587
|
+
"locationName": "backupVaultAccountId"
|
542
588
|
}
|
543
589
|
}
|
544
590
|
},
|
@@ -547,6 +593,7 @@
|
|
547
593
|
"members": {
|
548
594
|
"BackupVaultName": {},
|
549
595
|
"BackupVaultArn": {},
|
596
|
+
"VaultType": {},
|
550
597
|
"EncryptionKeyArn": {},
|
551
598
|
"CreationDate": {
|
552
599
|
"type": "timestamp"
|
@@ -592,7 +639,7 @@
|
|
592
639
|
"type": "structure",
|
593
640
|
"members": {
|
594
641
|
"CopyJob": {
|
595
|
-
"shape": "
|
642
|
+
"shape": "S2v"
|
596
643
|
}
|
597
644
|
}
|
598
645
|
},
|
@@ -646,7 +693,7 @@
|
|
646
693
|
"type": "structure",
|
647
694
|
"members": {
|
648
695
|
"GlobalSettings": {
|
649
|
-
"shape": "
|
696
|
+
"shape": "S32"
|
650
697
|
},
|
651
698
|
"LastUpdateTime": {
|
652
699
|
"type": "timestamp"
|
@@ -703,6 +750,10 @@
|
|
703
750
|
"RecoveryPointArn": {
|
704
751
|
"location": "uri",
|
705
752
|
"locationName": "recoveryPointArn"
|
753
|
+
},
|
754
|
+
"BackupVaultAccountId": {
|
755
|
+
"location": "querystring",
|
756
|
+
"locationName": "backupVaultAccountId"
|
706
757
|
}
|
707
758
|
}
|
708
759
|
},
|
@@ -716,7 +767,7 @@
|
|
716
767
|
"ResourceArn": {},
|
717
768
|
"ResourceType": {},
|
718
769
|
"CreatedBy": {
|
719
|
-
"shape": "
|
770
|
+
"shape": "S2m"
|
720
771
|
},
|
721
772
|
"IamRoleArn": {},
|
722
773
|
"Status": {},
|
@@ -731,7 +782,7 @@
|
|
731
782
|
"type": "long"
|
732
783
|
},
|
733
784
|
"CalculatedLifecycle": {
|
734
|
-
"shape": "
|
785
|
+
"shape": "S3a"
|
735
786
|
},
|
736
787
|
"Lifecycle": {
|
737
788
|
"shape": "Se"
|
@@ -767,10 +818,10 @@
|
|
767
818
|
"type": "structure",
|
768
819
|
"members": {
|
769
820
|
"ResourceTypeOptInPreference": {
|
770
|
-
"shape": "
|
821
|
+
"shape": "S3e"
|
771
822
|
},
|
772
823
|
"ResourceTypeManagementPreference": {
|
773
|
-
"shape": "
|
824
|
+
"shape": "S3g"
|
774
825
|
}
|
775
826
|
}
|
776
827
|
}
|
@@ -796,7 +847,7 @@
|
|
796
847
|
"type": "structure",
|
797
848
|
"members": {
|
798
849
|
"ReportJob": {
|
799
|
-
"shape": "
|
850
|
+
"shape": "S3k"
|
800
851
|
}
|
801
852
|
}
|
802
853
|
}
|
@@ -822,7 +873,7 @@
|
|
822
873
|
"type": "structure",
|
823
874
|
"members": {
|
824
875
|
"ReportPlan": {
|
825
|
-
"shape": "
|
876
|
+
"shape": "S3o"
|
826
877
|
}
|
827
878
|
}
|
828
879
|
}
|
@@ -967,7 +1018,7 @@
|
|
967
1018
|
"type": "structure",
|
968
1019
|
"members": {
|
969
1020
|
"BackupPlan": {
|
970
|
-
"shape": "
|
1021
|
+
"shape": "S3z"
|
971
1022
|
},
|
972
1023
|
"BackupPlanId": {},
|
973
1024
|
"BackupPlanArn": {},
|
@@ -1006,7 +1057,7 @@
|
|
1006
1057
|
"type": "structure",
|
1007
1058
|
"members": {
|
1008
1059
|
"BackupPlan": {
|
1009
|
-
"shape": "
|
1060
|
+
"shape": "S3z"
|
1010
1061
|
}
|
1011
1062
|
}
|
1012
1063
|
}
|
@@ -1032,7 +1083,7 @@
|
|
1032
1083
|
"type": "structure",
|
1033
1084
|
"members": {
|
1034
1085
|
"BackupPlanDocument": {
|
1035
|
-
"shape": "
|
1086
|
+
"shape": "S3z"
|
1036
1087
|
}
|
1037
1088
|
}
|
1038
1089
|
}
|
@@ -1126,7 +1177,7 @@
|
|
1126
1177
|
"BackupVaultArn": {},
|
1127
1178
|
"SNSTopicArn": {},
|
1128
1179
|
"BackupVaultEvents": {
|
1129
|
-
"shape": "
|
1180
|
+
"shape": "S4d"
|
1130
1181
|
}
|
1131
1182
|
}
|
1132
1183
|
},
|
@@ -1193,6 +1244,10 @@
|
|
1193
1244
|
"RecoveryPointArn": {
|
1194
1245
|
"location": "uri",
|
1195
1246
|
"locationName": "recoveryPointArn"
|
1247
|
+
},
|
1248
|
+
"BackupVaultAccountId": {
|
1249
|
+
"location": "querystring",
|
1250
|
+
"locationName": "backupVaultAccountId"
|
1196
1251
|
}
|
1197
1252
|
}
|
1198
1253
|
},
|
@@ -1202,7 +1257,7 @@
|
|
1202
1257
|
"BackupVaultArn": {},
|
1203
1258
|
"RecoveryPointArn": {},
|
1204
1259
|
"RestoreMetadata": {
|
1205
|
-
"shape": "
|
1260
|
+
"shape": "S4j"
|
1206
1261
|
}
|
1207
1262
|
}
|
1208
1263
|
},
|
@@ -1314,7 +1369,7 @@
|
|
1314
1369
|
},
|
1315
1370
|
"IamRoleArn": {},
|
1316
1371
|
"CreatedBy": {
|
1317
|
-
"shape": "
|
1372
|
+
"shape": "S2m"
|
1318
1373
|
},
|
1319
1374
|
"ExpectedCompletionDate": {
|
1320
1375
|
"type": "timestamp"
|
@@ -1412,7 +1467,7 @@
|
|
1412
1467
|
"BackupPlanVersionsList": {
|
1413
1468
|
"type": "list",
|
1414
1469
|
"member": {
|
1415
|
-
"shape": "
|
1470
|
+
"shape": "S50"
|
1416
1471
|
}
|
1417
1472
|
}
|
1418
1473
|
}
|
@@ -1450,7 +1505,7 @@
|
|
1450
1505
|
"BackupPlansList": {
|
1451
1506
|
"type": "list",
|
1452
1507
|
"member": {
|
1453
|
-
"shape": "
|
1508
|
+
"shape": "S50"
|
1454
1509
|
}
|
1455
1510
|
}
|
1456
1511
|
}
|
@@ -1515,6 +1570,15 @@
|
|
1515
1570
|
"input": {
|
1516
1571
|
"type": "structure",
|
1517
1572
|
"members": {
|
1573
|
+
"ByVaultType": {
|
1574
|
+
"location": "querystring",
|
1575
|
+
"locationName": "vaultType"
|
1576
|
+
},
|
1577
|
+
"ByShared": {
|
1578
|
+
"location": "querystring",
|
1579
|
+
"locationName": "shared",
|
1580
|
+
"type": "boolean"
|
1581
|
+
},
|
1518
1582
|
"NextToken": {
|
1519
1583
|
"location": "querystring",
|
1520
1584
|
"locationName": "nextToken"
|
@@ -1633,7 +1697,7 @@
|
|
1633
1697
|
"CopyJobs": {
|
1634
1698
|
"type": "list",
|
1635
1699
|
"member": {
|
1636
|
-
"shape": "
|
1700
|
+
"shape": "S2v"
|
1637
1701
|
}
|
1638
1702
|
},
|
1639
1703
|
"NextToken": {}
|
@@ -1753,24 +1817,53 @@
|
|
1753
1817
|
"type": "structure",
|
1754
1818
|
"members": {
|
1755
1819
|
"Results": {
|
1756
|
-
"
|
1757
|
-
"member": {
|
1758
|
-
"type": "structure",
|
1759
|
-
"members": {
|
1760
|
-
"ResourceArn": {},
|
1761
|
-
"ResourceType": {},
|
1762
|
-
"LastBackupTime": {
|
1763
|
-
"type": "timestamp"
|
1764
|
-
},
|
1765
|
-
"ResourceName": {}
|
1766
|
-
}
|
1767
|
-
}
|
1820
|
+
"shape": "S5q"
|
1768
1821
|
},
|
1769
1822
|
"NextToken": {}
|
1770
1823
|
}
|
1771
1824
|
},
|
1772
1825
|
"idempotent": true
|
1773
1826
|
},
|
1827
|
+
"ListProtectedResourcesByBackupVault": {
|
1828
|
+
"http": {
|
1829
|
+
"method": "GET",
|
1830
|
+
"requestUri": "/backup-vaults/{backupVaultName}/resources/"
|
1831
|
+
},
|
1832
|
+
"input": {
|
1833
|
+
"type": "structure",
|
1834
|
+
"required": [
|
1835
|
+
"BackupVaultName"
|
1836
|
+
],
|
1837
|
+
"members": {
|
1838
|
+
"BackupVaultName": {
|
1839
|
+
"location": "uri",
|
1840
|
+
"locationName": "backupVaultName"
|
1841
|
+
},
|
1842
|
+
"BackupVaultAccountId": {
|
1843
|
+
"location": "querystring",
|
1844
|
+
"locationName": "backupVaultAccountId"
|
1845
|
+
},
|
1846
|
+
"NextToken": {
|
1847
|
+
"location": "querystring",
|
1848
|
+
"locationName": "nextToken"
|
1849
|
+
},
|
1850
|
+
"MaxResults": {
|
1851
|
+
"location": "querystring",
|
1852
|
+
"locationName": "maxResults",
|
1853
|
+
"type": "integer"
|
1854
|
+
}
|
1855
|
+
}
|
1856
|
+
},
|
1857
|
+
"output": {
|
1858
|
+
"type": "structure",
|
1859
|
+
"members": {
|
1860
|
+
"Results": {
|
1861
|
+
"shape": "S5q"
|
1862
|
+
},
|
1863
|
+
"NextToken": {}
|
1864
|
+
}
|
1865
|
+
}
|
1866
|
+
},
|
1774
1867
|
"ListRecoveryPointsByBackupVault": {
|
1775
1868
|
"http": {
|
1776
1869
|
"method": "GET",
|
@@ -1786,6 +1879,10 @@
|
|
1786
1879
|
"location": "uri",
|
1787
1880
|
"locationName": "backupVaultName"
|
1788
1881
|
},
|
1882
|
+
"BackupVaultAccountId": {
|
1883
|
+
"location": "querystring",
|
1884
|
+
"locationName": "backupVaultAccountId"
|
1885
|
+
},
|
1789
1886
|
"NextToken": {
|
1790
1887
|
"location": "querystring",
|
1791
1888
|
"locationName": "nextToken"
|
@@ -1839,7 +1936,7 @@
|
|
1839
1936
|
"ResourceArn": {},
|
1840
1937
|
"ResourceType": {},
|
1841
1938
|
"CreatedBy": {
|
1842
|
-
"shape": "
|
1939
|
+
"shape": "S2m"
|
1843
1940
|
},
|
1844
1941
|
"IamRoleArn": {},
|
1845
1942
|
"Status": {},
|
@@ -1854,7 +1951,7 @@
|
|
1854
1951
|
"type": "long"
|
1855
1952
|
},
|
1856
1953
|
"CalculatedLifecycle": {
|
1857
|
-
"shape": "
|
1954
|
+
"shape": "S3a"
|
1858
1955
|
},
|
1859
1956
|
"Lifecycle": {
|
1860
1957
|
"shape": "Se"
|
@@ -2026,7 +2123,7 @@
|
|
2026
2123
|
"ReportJobs": {
|
2027
2124
|
"type": "list",
|
2028
2125
|
"member": {
|
2029
|
-
"shape": "
|
2126
|
+
"shape": "S3k"
|
2030
2127
|
}
|
2031
2128
|
},
|
2032
2129
|
"NextToken": {}
|
@@ -2058,7 +2155,7 @@
|
|
2058
2155
|
"ReportPlans": {
|
2059
2156
|
"type": "list",
|
2060
2157
|
"member": {
|
2061
|
-
"shape": "
|
2158
|
+
"shape": "S3o"
|
2062
2159
|
}
|
2063
2160
|
},
|
2064
2161
|
"NextToken": {}
|
@@ -2253,7 +2350,7 @@
|
|
2253
2350
|
},
|
2254
2351
|
"SNSTopicArn": {},
|
2255
2352
|
"BackupVaultEvents": {
|
2256
|
-
"shape": "
|
2353
|
+
"shape": "S4d"
|
2257
2354
|
}
|
2258
2355
|
}
|
2259
2356
|
},
|
@@ -2387,7 +2484,7 @@
|
|
2387
2484
|
"members": {
|
2388
2485
|
"RecoveryPointArn": {},
|
2389
2486
|
"Metadata": {
|
2390
|
-
"shape": "
|
2487
|
+
"shape": "S4j"
|
2391
2488
|
},
|
2392
2489
|
"IamRoleArn": {},
|
2393
2490
|
"IdempotencyToken": {},
|
@@ -2549,7 +2646,7 @@
|
|
2549
2646
|
"type": "structure",
|
2550
2647
|
"members": {
|
2551
2648
|
"GlobalSettings": {
|
2552
|
-
"shape": "
|
2649
|
+
"shape": "S32"
|
2553
2650
|
}
|
2554
2651
|
}
|
2555
2652
|
}
|
@@ -2587,7 +2684,7 @@
|
|
2587
2684
|
"shape": "Se"
|
2588
2685
|
},
|
2589
2686
|
"CalculatedLifecycle": {
|
2590
|
-
"shape": "
|
2687
|
+
"shape": "S3a"
|
2591
2688
|
}
|
2592
2689
|
}
|
2593
2690
|
},
|
@@ -2602,10 +2699,10 @@
|
|
2602
2699
|
"type": "structure",
|
2603
2700
|
"members": {
|
2604
2701
|
"ResourceTypeOptInPreference": {
|
2605
|
-
"shape": "
|
2702
|
+
"shape": "S3e"
|
2606
2703
|
},
|
2607
2704
|
"ResourceTypeManagementPreference": {
|
2608
|
-
"shape": "
|
2705
|
+
"shape": "S3g"
|
2609
2706
|
}
|
2610
2707
|
}
|
2611
2708
|
}
|
@@ -2627,10 +2724,10 @@
|
|
2627
2724
|
},
|
2628
2725
|
"ReportPlanDescription": {},
|
2629
2726
|
"ReportDeliveryChannel": {
|
2630
|
-
"shape": "
|
2727
|
+
"shape": "S22"
|
2631
2728
|
},
|
2632
2729
|
"ReportSetting": {
|
2633
|
-
"shape": "
|
2730
|
+
"shape": "S24"
|
2634
2731
|
},
|
2635
2732
|
"IdempotencyToken": {
|
2636
2733
|
"idempotencyToken": true
|
@@ -2881,7 +2978,7 @@
|
|
2881
2978
|
}
|
2882
2979
|
}
|
2883
2980
|
},
|
2884
|
-
"
|
2981
|
+
"S22": {
|
2885
2982
|
"type": "structure",
|
2886
2983
|
"required": [
|
2887
2984
|
"S3BucketName"
|
@@ -2895,7 +2992,7 @@
|
|
2895
2992
|
}
|
2896
2993
|
}
|
2897
2994
|
},
|
2898
|
-
"
|
2995
|
+
"S24": {
|
2899
2996
|
"type": "structure",
|
2900
2997
|
"required": [
|
2901
2998
|
"ReportTemplate"
|
@@ -2903,27 +3000,27 @@
|
|
2903
3000
|
"members": {
|
2904
3001
|
"ReportTemplate": {},
|
2905
3002
|
"FrameworkArns": {
|
2906
|
-
"shape": "
|
3003
|
+
"shape": "S25"
|
2907
3004
|
},
|
2908
3005
|
"NumberOfFrameworks": {
|
2909
3006
|
"type": "integer"
|
2910
3007
|
},
|
2911
3008
|
"Accounts": {
|
2912
|
-
"shape": "
|
3009
|
+
"shape": "S25"
|
2913
3010
|
},
|
2914
3011
|
"OrganizationUnits": {
|
2915
|
-
"shape": "
|
3012
|
+
"shape": "S25"
|
2916
3013
|
},
|
2917
3014
|
"Regions": {
|
2918
|
-
"shape": "
|
3015
|
+
"shape": "S25"
|
2919
3016
|
}
|
2920
3017
|
}
|
2921
3018
|
},
|
2922
|
-
"
|
3019
|
+
"S25": {
|
2923
3020
|
"type": "list",
|
2924
3021
|
"member": {}
|
2925
3022
|
},
|
2926
|
-
"
|
3023
|
+
"S2m": {
|
2927
3024
|
"type": "structure",
|
2928
3025
|
"members": {
|
2929
3026
|
"BackupPlanId": {},
|
@@ -2932,7 +3029,7 @@
|
|
2932
3029
|
"BackupRuleId": {}
|
2933
3030
|
}
|
2934
3031
|
},
|
2935
|
-
"
|
3032
|
+
"S2v": {
|
2936
3033
|
"type": "structure",
|
2937
3034
|
"members": {
|
2938
3035
|
"AccountId": {},
|
@@ -2955,7 +3052,7 @@
|
|
2955
3052
|
},
|
2956
3053
|
"IamRoleArn": {},
|
2957
3054
|
"CreatedBy": {
|
2958
|
-
"shape": "
|
3055
|
+
"shape": "S2m"
|
2959
3056
|
},
|
2960
3057
|
"ResourceType": {},
|
2961
3058
|
"ParentJobId": {},
|
@@ -2976,12 +3073,12 @@
|
|
2976
3073
|
"ResourceName": {}
|
2977
3074
|
}
|
2978
3075
|
},
|
2979
|
-
"
|
3076
|
+
"S32": {
|
2980
3077
|
"type": "map",
|
2981
3078
|
"key": {},
|
2982
3079
|
"value": {}
|
2983
3080
|
},
|
2984
|
-
"
|
3081
|
+
"S3a": {
|
2985
3082
|
"type": "structure",
|
2986
3083
|
"members": {
|
2987
3084
|
"MoveToColdStorageAt": {
|
@@ -2992,21 +3089,21 @@
|
|
2992
3089
|
}
|
2993
3090
|
}
|
2994
3091
|
},
|
2995
|
-
"
|
3092
|
+
"S3e": {
|
2996
3093
|
"type": "map",
|
2997
3094
|
"key": {},
|
2998
3095
|
"value": {
|
2999
3096
|
"type": "boolean"
|
3000
3097
|
}
|
3001
3098
|
},
|
3002
|
-
"
|
3099
|
+
"S3g": {
|
3003
3100
|
"type": "map",
|
3004
3101
|
"key": {},
|
3005
3102
|
"value": {
|
3006
3103
|
"type": "boolean"
|
3007
3104
|
}
|
3008
3105
|
},
|
3009
|
-
"
|
3106
|
+
"S3k": {
|
3010
3107
|
"type": "structure",
|
3011
3108
|
"members": {
|
3012
3109
|
"ReportJobId": {},
|
@@ -3025,23 +3122,23 @@
|
|
3025
3122
|
"members": {
|
3026
3123
|
"S3BucketName": {},
|
3027
3124
|
"S3Keys": {
|
3028
|
-
"shape": "
|
3125
|
+
"shape": "S25"
|
3029
3126
|
}
|
3030
3127
|
}
|
3031
3128
|
}
|
3032
3129
|
}
|
3033
3130
|
},
|
3034
|
-
"
|
3131
|
+
"S3o": {
|
3035
3132
|
"type": "structure",
|
3036
3133
|
"members": {
|
3037
3134
|
"ReportPlanArn": {},
|
3038
3135
|
"ReportPlanName": {},
|
3039
3136
|
"ReportPlanDescription": {},
|
3040
3137
|
"ReportSetting": {
|
3041
|
-
"shape": "
|
3138
|
+
"shape": "S24"
|
3042
3139
|
},
|
3043
3140
|
"ReportDeliveryChannel": {
|
3044
|
-
"shape": "
|
3141
|
+
"shape": "S22"
|
3045
3142
|
},
|
3046
3143
|
"DeploymentStatus": {},
|
3047
3144
|
"CreationTime": {
|
@@ -3055,7 +3152,7 @@
|
|
3055
3152
|
}
|
3056
3153
|
}
|
3057
3154
|
},
|
3058
|
-
"
|
3155
|
+
"S3z": {
|
3059
3156
|
"type": "structure",
|
3060
3157
|
"required": [
|
3061
3158
|
"BackupPlanName",
|
@@ -3102,17 +3199,17 @@
|
|
3102
3199
|
}
|
3103
3200
|
}
|
3104
3201
|
},
|
3105
|
-
"
|
3202
|
+
"S4d": {
|
3106
3203
|
"type": "list",
|
3107
3204
|
"member": {}
|
3108
3205
|
},
|
3109
|
-
"
|
3206
|
+
"S4j": {
|
3110
3207
|
"type": "map",
|
3111
3208
|
"key": {},
|
3112
3209
|
"value": {},
|
3113
3210
|
"sensitive": true
|
3114
3211
|
},
|
3115
|
-
"
|
3212
|
+
"S50": {
|
3116
3213
|
"type": "structure",
|
3117
3214
|
"members": {
|
3118
3215
|
"BackupPlanArn": {},
|
@@ -3133,6 +3230,20 @@
|
|
3133
3230
|
"shape": "Sm"
|
3134
3231
|
}
|
3135
3232
|
}
|
3233
|
+
},
|
3234
|
+
"S5q": {
|
3235
|
+
"type": "list",
|
3236
|
+
"member": {
|
3237
|
+
"type": "structure",
|
3238
|
+
"members": {
|
3239
|
+
"ResourceArn": {},
|
3240
|
+
"ResourceType": {},
|
3241
|
+
"LastBackupTime": {
|
3242
|
+
"type": "timestamp"
|
3243
|
+
},
|
3244
|
+
"ResourceName": {}
|
3245
|
+
}
|
3246
|
+
}
|
3136
3247
|
}
|
3137
3248
|
}
|
3138
3249
|
}
|
@@ -59,6 +59,12 @@
|
|
59
59
|
"limit_key": "MaxResults",
|
60
60
|
"result_key": "Results"
|
61
61
|
},
|
62
|
+
"ListProtectedResourcesByBackupVault": {
|
63
|
+
"input_token": "NextToken",
|
64
|
+
"output_token": "NextToken",
|
65
|
+
"limit_key": "MaxResults",
|
66
|
+
"result_key": "Results"
|
67
|
+
},
|
62
68
|
"ListRecoveryPointsByBackupVault": {
|
63
69
|
"input_token": "NextToken",
|
64
70
|
"output_token": "NextToken",
|