aws-sdk 2.1002.0 → 2.1006.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 +27 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +109 -38
- package/apis/chime-2018-05-01.min.json +263 -197
- package/apis/ec2-2016-11-15.min.json +235 -233
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +26 -24
- package/apis/firehose-2015-08-04.min.json +198 -82
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/grafana-2020-08-18.examples.json +5 -0
- package/apis/grafana-2020-08-18.min.json +728 -0
- package/apis/grafana-2020-08-18.paginators.json +16 -0
- package/apis/kendra-2019-02-03.min.json +45 -38
- package/apis/mediaconvert-2017-08-29.min.json +77 -0
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/models.lex.v2-2020-08-07.min.json +182 -118
- package/apis/securityhub-2018-10-26.min.json +634 -259
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +72 -0
- package/clients/chime.d.ts +83 -3
- package/clients/ec2.d.ts +99 -94
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +10 -1
- package/clients/firehose.d.ts +62 -0
- package/clients/frauddetector.d.ts +434 -26
- package/clients/grafana.d.ts +718 -0
- package/clients/grafana.js +18 -0
- package/clients/kendra.d.ts +30 -1
- package/clients/lexmodelsv2.d.ts +72 -10
- package/clients/lexruntimev2.d.ts +7 -7
- package/clients/mediaconvert.d.ts +63 -0
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/secretsmanager.d.ts +27 -27
- package/clients/securityhub.d.ts +668 -11
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +465 -342
- package/dist/aws-sdk.min.js +64 -64
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,33 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1006.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1006.0
|
|
6
|
+
* feature: CloudSearch: Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling.
|
|
7
|
+
* feature: EC2: EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API
|
|
8
|
+
* feature: MediaTailor: MediaTailor now supports ad prefetching.
|
|
9
|
+
|
|
10
|
+
## 2.1005.0
|
|
11
|
+
* feature: ELBv2: Enable support for ALB IPv6 Target Groups (IP Address Type)
|
|
12
|
+
* feature: FraudDetector: New model type: Transaction Fraud Insights, which is optimized for online transaction fraud. Stored Events, which allows customers to send and store data directly within Amazon Fraud Detector. Batch Import, which allows customers to upload a CSV file of historic event data for processing and storage
|
|
13
|
+
* feature: MediaLive: This release adds support for Transport Stream files as an input type to MediaLive encoders.
|
|
14
|
+
|
|
15
|
+
## 2.1004.0
|
|
16
|
+
* feature: EC2: This release removes a requirement for filters on SearchLocalGatewayRoutes operations.
|
|
17
|
+
* feature: LexModelsV2: Added configuration support for an Amazon Lex bot to provide fulfillment progress updates to users while their requests are being processed. See documentation for more details: https://docs.aws.amazon.com/lexv2/latest/dg/streaming-progress.html
|
|
18
|
+
* feature: LexRuntimeV2: Updates API to latest version.
|
|
19
|
+
* feature: MediaConvert: AWS Elemental MediaConvert has added the ability to set account policies which control access restrictions for HTTP, HTTPS, and S3 content sources.
|
|
20
|
+
* feature: SecurityHub: Added new resource details objects to ASFF, including resources for WAF rate-based rules, EC2 VPC endpoints, ECR repositories, EKS clusters, X-Ray encryption, and OpenSearch domains. Added additional details for CloudFront distributions, CodeBuild projects, ELB V2 load balancers, and S3 buckets.
|
|
21
|
+
* feature: protocol: Update protocol tests
|
|
22
|
+
|
|
23
|
+
## 2.1003.0
|
|
24
|
+
* feature: Backup: Launch of AWS Backup Vault Lock, which protects your backups from malicious and accidental actions, works with existing backup policies, and helps you meet compliance requirements.
|
|
25
|
+
* feature: Chime: This release enables customers to configure Chime MediaCapturePipeline via API.
|
|
26
|
+
* feature: Firehose: Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.
|
|
27
|
+
* feature: Grafana: Initial release of the SDK for Amazon Managed Grafana API.
|
|
28
|
+
* feature: Kendra: Amazon Kendra now supports indexing and querying documents in different languages.
|
|
29
|
+
* feature: Schemas: Removing unused request/response objects.
|
|
30
|
+
|
|
5
31
|
## 2.1002.0
|
|
6
32
|
* feature: AmplifyBackend: Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project.
|
|
7
33
|
* feature: FSx: This release adds support for Lustre 2.12 to FSx for Lustre.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1006.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -277,6 +277,25 @@
|
|
|
277
277
|
},
|
|
278
278
|
"idempotent": true
|
|
279
279
|
},
|
|
280
|
+
"DeleteBackupVaultLockConfiguration": {
|
|
281
|
+
"http": {
|
|
282
|
+
"method": "DELETE",
|
|
283
|
+
"requestUri": "/backup-vaults/{backupVaultName}/vault-lock"
|
|
284
|
+
},
|
|
285
|
+
"input": {
|
|
286
|
+
"type": "structure",
|
|
287
|
+
"required": [
|
|
288
|
+
"BackupVaultName"
|
|
289
|
+
],
|
|
290
|
+
"members": {
|
|
291
|
+
"BackupVaultName": {
|
|
292
|
+
"location": "uri",
|
|
293
|
+
"locationName": "backupVaultName"
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"idempotent": true
|
|
298
|
+
},
|
|
280
299
|
"DeleteBackupVaultNotifications": {
|
|
281
300
|
"http": {
|
|
282
301
|
"method": "DELETE",
|
|
@@ -397,7 +416,7 @@
|
|
|
397
416
|
},
|
|
398
417
|
"IamRoleArn": {},
|
|
399
418
|
"CreatedBy": {
|
|
400
|
-
"shape": "
|
|
419
|
+
"shape": "S27"
|
|
401
420
|
},
|
|
402
421
|
"ResourceType": {},
|
|
403
422
|
"BytesTransferred": {
|
|
@@ -446,6 +465,18 @@
|
|
|
446
465
|
"CreatorRequestId": {},
|
|
447
466
|
"NumberOfRecoveryPoints": {
|
|
448
467
|
"type": "long"
|
|
468
|
+
},
|
|
469
|
+
"Locked": {
|
|
470
|
+
"type": "boolean"
|
|
471
|
+
},
|
|
472
|
+
"MinRetentionDays": {
|
|
473
|
+
"type": "long"
|
|
474
|
+
},
|
|
475
|
+
"MaxRetentionDays": {
|
|
476
|
+
"type": "long"
|
|
477
|
+
},
|
|
478
|
+
"LockDate": {
|
|
479
|
+
"type": "timestamp"
|
|
449
480
|
}
|
|
450
481
|
}
|
|
451
482
|
},
|
|
@@ -472,7 +503,7 @@
|
|
|
472
503
|
"type": "structure",
|
|
473
504
|
"members": {
|
|
474
505
|
"CopyJob": {
|
|
475
|
-
"shape": "
|
|
506
|
+
"shape": "S2d"
|
|
476
507
|
}
|
|
477
508
|
}
|
|
478
509
|
},
|
|
@@ -526,7 +557,7 @@
|
|
|
526
557
|
"type": "structure",
|
|
527
558
|
"members": {
|
|
528
559
|
"GlobalSettings": {
|
|
529
|
-
"shape": "
|
|
560
|
+
"shape": "S2j"
|
|
530
561
|
},
|
|
531
562
|
"LastUpdateTime": {
|
|
532
563
|
"type": "timestamp"
|
|
@@ -595,7 +626,7 @@
|
|
|
595
626
|
"ResourceArn": {},
|
|
596
627
|
"ResourceType": {},
|
|
597
628
|
"CreatedBy": {
|
|
598
|
-
"shape": "
|
|
629
|
+
"shape": "S27"
|
|
599
630
|
},
|
|
600
631
|
"IamRoleArn": {},
|
|
601
632
|
"Status": {},
|
|
@@ -610,7 +641,7 @@
|
|
|
610
641
|
"type": "long"
|
|
611
642
|
},
|
|
612
643
|
"CalculatedLifecycle": {
|
|
613
|
-
"shape": "
|
|
644
|
+
"shape": "S2r"
|
|
614
645
|
},
|
|
615
646
|
"Lifecycle": {
|
|
616
647
|
"shape": "Sa"
|
|
@@ -640,7 +671,7 @@
|
|
|
640
671
|
"type": "structure",
|
|
641
672
|
"members": {
|
|
642
673
|
"ResourceTypeOptInPreference": {
|
|
643
|
-
"shape": "
|
|
674
|
+
"shape": "S2w"
|
|
644
675
|
}
|
|
645
676
|
}
|
|
646
677
|
}
|
|
@@ -666,7 +697,7 @@
|
|
|
666
697
|
"type": "structure",
|
|
667
698
|
"members": {
|
|
668
699
|
"ReportJob": {
|
|
669
|
-
"shape": "
|
|
700
|
+
"shape": "S31"
|
|
670
701
|
}
|
|
671
702
|
}
|
|
672
703
|
}
|
|
@@ -692,7 +723,7 @@
|
|
|
692
723
|
"type": "structure",
|
|
693
724
|
"members": {
|
|
694
725
|
"ReportPlan": {
|
|
695
|
-
"shape": "
|
|
726
|
+
"shape": "S35"
|
|
696
727
|
}
|
|
697
728
|
}
|
|
698
729
|
}
|
|
@@ -813,7 +844,7 @@
|
|
|
813
844
|
"type": "structure",
|
|
814
845
|
"members": {
|
|
815
846
|
"BackupPlan": {
|
|
816
|
-
"shape": "
|
|
847
|
+
"shape": "S3f"
|
|
817
848
|
},
|
|
818
849
|
"BackupPlanId": {},
|
|
819
850
|
"BackupPlanArn": {},
|
|
@@ -852,7 +883,7 @@
|
|
|
852
883
|
"type": "structure",
|
|
853
884
|
"members": {
|
|
854
885
|
"BackupPlan": {
|
|
855
|
-
"shape": "
|
|
886
|
+
"shape": "S3f"
|
|
856
887
|
}
|
|
857
888
|
}
|
|
858
889
|
}
|
|
@@ -878,7 +909,7 @@
|
|
|
878
909
|
"type": "structure",
|
|
879
910
|
"members": {
|
|
880
911
|
"BackupPlanDocument": {
|
|
881
|
-
"shape": "
|
|
912
|
+
"shape": "S3f"
|
|
882
913
|
}
|
|
883
914
|
}
|
|
884
915
|
}
|
|
@@ -972,7 +1003,7 @@
|
|
|
972
1003
|
"BackupVaultArn": {},
|
|
973
1004
|
"SNSTopicArn": {},
|
|
974
1005
|
"BackupVaultEvents": {
|
|
975
|
-
"shape": "
|
|
1006
|
+
"shape": "S3t"
|
|
976
1007
|
}
|
|
977
1008
|
}
|
|
978
1009
|
},
|
|
@@ -1006,7 +1037,7 @@
|
|
|
1006
1037
|
"BackupVaultArn": {},
|
|
1007
1038
|
"RecoveryPointArn": {},
|
|
1008
1039
|
"RestoreMetadata": {
|
|
1009
|
-
"shape": "
|
|
1040
|
+
"shape": "S3x"
|
|
1010
1041
|
}
|
|
1011
1042
|
}
|
|
1012
1043
|
},
|
|
@@ -1104,7 +1135,7 @@
|
|
|
1104
1135
|
},
|
|
1105
1136
|
"IamRoleArn": {},
|
|
1106
1137
|
"CreatedBy": {
|
|
1107
|
-
"shape": "
|
|
1138
|
+
"shape": "S27"
|
|
1108
1139
|
},
|
|
1109
1140
|
"ExpectedCompletionDate": {
|
|
1110
1141
|
"type": "timestamp"
|
|
@@ -1197,7 +1228,7 @@
|
|
|
1197
1228
|
"BackupPlanVersionsList": {
|
|
1198
1229
|
"type": "list",
|
|
1199
1230
|
"member": {
|
|
1200
|
-
"shape": "
|
|
1231
|
+
"shape": "S4e"
|
|
1201
1232
|
}
|
|
1202
1233
|
}
|
|
1203
1234
|
}
|
|
@@ -1235,7 +1266,7 @@
|
|
|
1235
1266
|
"BackupPlansList": {
|
|
1236
1267
|
"type": "list",
|
|
1237
1268
|
"member": {
|
|
1238
|
-
"shape": "
|
|
1269
|
+
"shape": "S4e"
|
|
1239
1270
|
}
|
|
1240
1271
|
}
|
|
1241
1272
|
}
|
|
@@ -1328,6 +1359,18 @@
|
|
|
1328
1359
|
"CreatorRequestId": {},
|
|
1329
1360
|
"NumberOfRecoveryPoints": {
|
|
1330
1361
|
"type": "long"
|
|
1362
|
+
},
|
|
1363
|
+
"Locked": {
|
|
1364
|
+
"type": "boolean"
|
|
1365
|
+
},
|
|
1366
|
+
"MinRetentionDays": {
|
|
1367
|
+
"type": "long"
|
|
1368
|
+
},
|
|
1369
|
+
"MaxRetentionDays": {
|
|
1370
|
+
"type": "long"
|
|
1371
|
+
},
|
|
1372
|
+
"LockDate": {
|
|
1373
|
+
"type": "timestamp"
|
|
1331
1374
|
}
|
|
1332
1375
|
}
|
|
1333
1376
|
}
|
|
@@ -1392,7 +1435,7 @@
|
|
|
1392
1435
|
"CopyJobs": {
|
|
1393
1436
|
"type": "list",
|
|
1394
1437
|
"member": {
|
|
1395
|
-
"shape": "
|
|
1438
|
+
"shape": "S2d"
|
|
1396
1439
|
}
|
|
1397
1440
|
},
|
|
1398
1441
|
"NextToken": {}
|
|
@@ -1547,7 +1590,7 @@
|
|
|
1547
1590
|
"ResourceArn": {},
|
|
1548
1591
|
"ResourceType": {},
|
|
1549
1592
|
"CreatedBy": {
|
|
1550
|
-
"shape": "
|
|
1593
|
+
"shape": "S27"
|
|
1551
1594
|
},
|
|
1552
1595
|
"IamRoleArn": {},
|
|
1553
1596
|
"Status": {},
|
|
@@ -1562,7 +1605,7 @@
|
|
|
1562
1605
|
"type": "long"
|
|
1563
1606
|
},
|
|
1564
1607
|
"CalculatedLifecycle": {
|
|
1565
|
-
"shape": "
|
|
1608
|
+
"shape": "S2r"
|
|
1566
1609
|
},
|
|
1567
1610
|
"Lifecycle": {
|
|
1568
1611
|
"shape": "Sa"
|
|
@@ -1677,7 +1720,7 @@
|
|
|
1677
1720
|
"ReportJobs": {
|
|
1678
1721
|
"type": "list",
|
|
1679
1722
|
"member": {
|
|
1680
|
-
"shape": "
|
|
1723
|
+
"shape": "S31"
|
|
1681
1724
|
}
|
|
1682
1725
|
},
|
|
1683
1726
|
"NextToken": {}
|
|
@@ -1709,7 +1752,7 @@
|
|
|
1709
1752
|
"ReportPlans": {
|
|
1710
1753
|
"type": "list",
|
|
1711
1754
|
"member": {
|
|
1712
|
-
"shape": "
|
|
1755
|
+
"shape": "S35"
|
|
1713
1756
|
}
|
|
1714
1757
|
},
|
|
1715
1758
|
"NextToken": {}
|
|
@@ -1847,6 +1890,34 @@
|
|
|
1847
1890
|
},
|
|
1848
1891
|
"idempotent": true
|
|
1849
1892
|
},
|
|
1893
|
+
"PutBackupVaultLockConfiguration": {
|
|
1894
|
+
"http": {
|
|
1895
|
+
"method": "PUT",
|
|
1896
|
+
"requestUri": "/backup-vaults/{backupVaultName}/vault-lock"
|
|
1897
|
+
},
|
|
1898
|
+
"input": {
|
|
1899
|
+
"type": "structure",
|
|
1900
|
+
"required": [
|
|
1901
|
+
"BackupVaultName"
|
|
1902
|
+
],
|
|
1903
|
+
"members": {
|
|
1904
|
+
"BackupVaultName": {
|
|
1905
|
+
"location": "uri",
|
|
1906
|
+
"locationName": "backupVaultName"
|
|
1907
|
+
},
|
|
1908
|
+
"MinRetentionDays": {
|
|
1909
|
+
"type": "long"
|
|
1910
|
+
},
|
|
1911
|
+
"MaxRetentionDays": {
|
|
1912
|
+
"type": "long"
|
|
1913
|
+
},
|
|
1914
|
+
"ChangeableForDays": {
|
|
1915
|
+
"type": "long"
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"idempotent": true
|
|
1920
|
+
},
|
|
1850
1921
|
"PutBackupVaultNotifications": {
|
|
1851
1922
|
"http": {
|
|
1852
1923
|
"method": "PUT",
|
|
@@ -1866,7 +1937,7 @@
|
|
|
1866
1937
|
},
|
|
1867
1938
|
"SNSTopicArn": {},
|
|
1868
1939
|
"BackupVaultEvents": {
|
|
1869
|
-
"shape": "
|
|
1940
|
+
"shape": "S3t"
|
|
1870
1941
|
}
|
|
1871
1942
|
}
|
|
1872
1943
|
},
|
|
@@ -1995,7 +2066,7 @@
|
|
|
1995
2066
|
"members": {
|
|
1996
2067
|
"RecoveryPointArn": {},
|
|
1997
2068
|
"Metadata": {
|
|
1998
|
-
"shape": "
|
|
2069
|
+
"shape": "S3x"
|
|
1999
2070
|
},
|
|
2000
2071
|
"IamRoleArn": {},
|
|
2001
2072
|
"IdempotencyToken": {},
|
|
@@ -2154,7 +2225,7 @@
|
|
|
2154
2225
|
"type": "structure",
|
|
2155
2226
|
"members": {
|
|
2156
2227
|
"GlobalSettings": {
|
|
2157
|
-
"shape": "
|
|
2228
|
+
"shape": "S2j"
|
|
2158
2229
|
}
|
|
2159
2230
|
}
|
|
2160
2231
|
}
|
|
@@ -2192,7 +2263,7 @@
|
|
|
2192
2263
|
"shape": "Sa"
|
|
2193
2264
|
},
|
|
2194
2265
|
"CalculatedLifecycle": {
|
|
2195
|
-
"shape": "
|
|
2266
|
+
"shape": "S2r"
|
|
2196
2267
|
}
|
|
2197
2268
|
}
|
|
2198
2269
|
},
|
|
@@ -2207,7 +2278,7 @@
|
|
|
2207
2278
|
"type": "structure",
|
|
2208
2279
|
"members": {
|
|
2209
2280
|
"ResourceTypeOptInPreference": {
|
|
2210
|
-
"shape": "
|
|
2281
|
+
"shape": "S2w"
|
|
2211
2282
|
}
|
|
2212
2283
|
}
|
|
2213
2284
|
}
|
|
@@ -2455,7 +2526,7 @@
|
|
|
2455
2526
|
"type": "list",
|
|
2456
2527
|
"member": {}
|
|
2457
2528
|
},
|
|
2458
|
-
"
|
|
2529
|
+
"S27": {
|
|
2459
2530
|
"type": "structure",
|
|
2460
2531
|
"members": {
|
|
2461
2532
|
"BackupPlanId": {},
|
|
@@ -2464,7 +2535,7 @@
|
|
|
2464
2535
|
"BackupRuleId": {}
|
|
2465
2536
|
}
|
|
2466
2537
|
},
|
|
2467
|
-
"
|
|
2538
|
+
"S2d": {
|
|
2468
2539
|
"type": "structure",
|
|
2469
2540
|
"members": {
|
|
2470
2541
|
"AccountId": {},
|
|
@@ -2487,17 +2558,17 @@
|
|
|
2487
2558
|
},
|
|
2488
2559
|
"IamRoleArn": {},
|
|
2489
2560
|
"CreatedBy": {
|
|
2490
|
-
"shape": "
|
|
2561
|
+
"shape": "S27"
|
|
2491
2562
|
},
|
|
2492
2563
|
"ResourceType": {}
|
|
2493
2564
|
}
|
|
2494
2565
|
},
|
|
2495
|
-
"
|
|
2566
|
+
"S2j": {
|
|
2496
2567
|
"type": "map",
|
|
2497
2568
|
"key": {},
|
|
2498
2569
|
"value": {}
|
|
2499
2570
|
},
|
|
2500
|
-
"
|
|
2571
|
+
"S2r": {
|
|
2501
2572
|
"type": "structure",
|
|
2502
2573
|
"members": {
|
|
2503
2574
|
"MoveToColdStorageAt": {
|
|
@@ -2508,14 +2579,14 @@
|
|
|
2508
2579
|
}
|
|
2509
2580
|
}
|
|
2510
2581
|
},
|
|
2511
|
-
"
|
|
2582
|
+
"S2w": {
|
|
2512
2583
|
"type": "map",
|
|
2513
2584
|
"key": {},
|
|
2514
2585
|
"value": {
|
|
2515
2586
|
"type": "boolean"
|
|
2516
2587
|
}
|
|
2517
2588
|
},
|
|
2518
|
-
"
|
|
2589
|
+
"S31": {
|
|
2519
2590
|
"type": "structure",
|
|
2520
2591
|
"members": {
|
|
2521
2592
|
"ReportJobId": {},
|
|
@@ -2540,7 +2611,7 @@
|
|
|
2540
2611
|
}
|
|
2541
2612
|
}
|
|
2542
2613
|
},
|
|
2543
|
-
"
|
|
2614
|
+
"S35": {
|
|
2544
2615
|
"type": "structure",
|
|
2545
2616
|
"members": {
|
|
2546
2617
|
"ReportPlanArn": {},
|
|
@@ -2564,7 +2635,7 @@
|
|
|
2564
2635
|
}
|
|
2565
2636
|
}
|
|
2566
2637
|
},
|
|
2567
|
-
"
|
|
2638
|
+
"S3f": {
|
|
2568
2639
|
"type": "structure",
|
|
2569
2640
|
"required": [
|
|
2570
2641
|
"BackupPlanName",
|
|
@@ -2611,17 +2682,17 @@
|
|
|
2611
2682
|
}
|
|
2612
2683
|
}
|
|
2613
2684
|
},
|
|
2614
|
-
"
|
|
2685
|
+
"S3t": {
|
|
2615
2686
|
"type": "list",
|
|
2616
2687
|
"member": {}
|
|
2617
2688
|
},
|
|
2618
|
-
"
|
|
2689
|
+
"S3x": {
|
|
2619
2690
|
"type": "map",
|
|
2620
2691
|
"key": {},
|
|
2621
2692
|
"value": {},
|
|
2622
2693
|
"sensitive": true
|
|
2623
2694
|
},
|
|
2624
|
-
"
|
|
2695
|
+
"S4e": {
|
|
2625
2696
|
"type": "structure",
|
|
2626
2697
|
"members": {
|
|
2627
2698
|
"BackupPlanArn": {},
|