cdk-docker-image-deployment 0.0.87 → 0.0.88

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 (60) 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 +23 -1
  6. package/node_modules/aws-sdk/README.md +29 -1
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +441 -110
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +12 -0
  9. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +124 -45
  10. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +331 -215
  11. package/node_modules/aws-sdk/apis/ecs-2014-11-13.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +252 -214
  13. package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +26 -0
  14. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +686 -105
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +43 -8
  16. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +97 -16
  17. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  18. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +931 -118
  19. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
  20. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +23 -14
  21. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.paginators.json +4 -1
  22. package/node_modules/aws-sdk/apis/oam-2022-06-10.examples.json +5 -0
  23. package/node_modules/aws-sdk/apis/oam-2022-06-10.min.json +482 -0
  24. package/node_modules/aws-sdk/apis/oam-2022-06-10.paginators.json +22 -0
  25. package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +62 -16
  26. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +379 -236
  27. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +310 -62
  29. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +98 -95
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/backup.d.ts +405 -15
  33. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +30 -16
  34. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +196 -65
  35. package/node_modules/aws-sdk/clients/drs.d.ts +104 -5
  36. package/node_modules/aws-sdk/clients/ecs.d.ts +159 -17
  37. package/node_modules/aws-sdk/clients/efs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/iot.d.ts +76 -4
  39. package/node_modules/aws-sdk/clients/iotdata.d.ts +31 -1
  40. package/node_modules/aws-sdk/clients/iotwireless.d.ts +599 -14
  41. package/node_modules/aws-sdk/clients/kendra.d.ts +84 -39
  42. package/node_modules/aws-sdk/clients/mgn.d.ts +1046 -68
  43. package/node_modules/aws-sdk/clients/oam.d.ts +559 -0
  44. package/node_modules/aws-sdk/clients/oam.js +18 -0
  45. package/node_modules/aws-sdk/clients/organizations.d.ts +69 -8
  46. package/node_modules/aws-sdk/clients/rds.d.ts +199 -2
  47. package/node_modules/aws-sdk/clients/textract.d.ts +264 -0
  48. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +210 -191
  49. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +29 -10
  50. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +91 -33
  51. package/node_modules/aws-sdk/dist/aws-sdk.js +1167 -707
  52. package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
  53. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  54. package/node_modules/aws-sdk/lib/core.js +1 -1
  55. package/node_modules/aws-sdk/lib/event_listeners.js +22 -5
  56. package/node_modules/aws-sdk/lib/region_config.js +3 -1
  57. package/node_modules/aws-sdk/lib/region_config_data.json +11 -1
  58. package/node_modules/aws-sdk/lib/signers/bearer.js +1 -1
  59. package/node_modules/aws-sdk/package.json +1 -1
  60. package/package.json +6 -5
@@ -11,6 +11,40 @@
11
11
  "uid": "backup-2018-11-15"
12
12
  },
13
13
  "operations": {
14
+ "CancelLegalHold": {
15
+ "http": {
16
+ "method": "DELETE",
17
+ "requestUri": "/legal-holds/{legalHoldId}",
18
+ "responseCode": 201
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "LegalHoldId",
24
+ "CancelDescription"
25
+ ],
26
+ "members": {
27
+ "LegalHoldId": {
28
+ "location": "uri",
29
+ "locationName": "legalHoldId"
30
+ },
31
+ "CancelDescription": {
32
+ "location": "querystring",
33
+ "locationName": "cancelDescription"
34
+ },
35
+ "RetainRecordInDays": {
36
+ "location": "querystring",
37
+ "locationName": "retainRecordInDays",
38
+ "type": "long"
39
+ }
40
+ }
41
+ },
42
+ "output": {
43
+ "type": "structure",
44
+ "members": {}
45
+ },
46
+ "idempotent": true
47
+ },
14
48
  "CreateBackupPlan": {
15
49
  "http": {
16
50
  "method": "PUT",
@@ -23,10 +57,10 @@
23
57
  ],
24
58
  "members": {
25
59
  "BackupPlan": {
26
- "shape": "S2"
60
+ "shape": "S6"
27
61
  },
28
62
  "BackupPlanTags": {
29
- "shape": "Sc"
63
+ "shape": "Sf"
30
64
  },
31
65
  "CreatorRequestId": {}
32
66
  }
@@ -41,7 +75,7 @@
41
75
  },
42
76
  "VersionId": {},
43
77
  "AdvancedBackupSettings": {
44
- "shape": "Sj"
78
+ "shape": "Sm"
45
79
  }
46
80
  }
47
81
  },
@@ -64,7 +98,7 @@
64
98
  "locationName": "backupPlanId"
65
99
  },
66
100
  "BackupSelection": {
67
- "shape": "St"
101
+ "shape": "Sv"
68
102
  },
69
103
  "CreatorRequestId": {}
70
104
  }
@@ -97,7 +131,7 @@
97
131
  "locationName": "backupVaultName"
98
132
  },
99
133
  "BackupVaultTags": {
100
- "shape": "Sc"
134
+ "shape": "Sf"
101
135
  },
102
136
  "EncryptionKeyArn": {},
103
137
  "CreatorRequestId": {}
@@ -129,13 +163,13 @@
129
163
  "FrameworkName": {},
130
164
  "FrameworkDescription": {},
131
165
  "FrameworkControls": {
132
- "shape": "S1b"
166
+ "shape": "S1d"
133
167
  },
134
168
  "IdempotencyToken": {
135
169
  "idempotencyToken": true
136
170
  },
137
171
  "FrameworkTags": {
138
- "shape": "S1l"
172
+ "shape": "S1n"
139
173
  }
140
174
  }
141
175
  },
@@ -148,6 +182,46 @@
148
182
  },
149
183
  "idempotent": true
150
184
  },
185
+ "CreateLegalHold": {
186
+ "http": {
187
+ "requestUri": "/legal-holds/"
188
+ },
189
+ "input": {
190
+ "type": "structure",
191
+ "required": [
192
+ "Title",
193
+ "Description"
194
+ ],
195
+ "members": {
196
+ "Title": {},
197
+ "Description": {},
198
+ "IdempotencyToken": {},
199
+ "RecoveryPointSelection": {
200
+ "shape": "S1q"
201
+ },
202
+ "Tags": {
203
+ "shape": "Sf"
204
+ }
205
+ }
206
+ },
207
+ "output": {
208
+ "type": "structure",
209
+ "members": {
210
+ "Title": {},
211
+ "Status": {},
212
+ "Description": {},
213
+ "LegalHoldId": {},
214
+ "LegalHoldArn": {},
215
+ "CreationDate": {
216
+ "type": "timestamp"
217
+ },
218
+ "RecoveryPointSelection": {
219
+ "shape": "S1q"
220
+ }
221
+ }
222
+ },
223
+ "idempotent": true
224
+ },
151
225
  "CreateReportPlan": {
152
226
  "http": {
153
227
  "requestUri": "/audit/report-plans"
@@ -163,13 +237,13 @@
163
237
  "ReportPlanName": {},
164
238
  "ReportPlanDescription": {},
165
239
  "ReportDeliveryChannel": {
166
- "shape": "S1q"
240
+ "shape": "S1z"
167
241
  },
168
242
  "ReportSetting": {
169
- "shape": "S1s"
243
+ "shape": "S21"
170
244
  },
171
245
  "ReportPlanTags": {
172
- "shape": "S1l"
246
+ "shape": "S1n"
173
247
  },
174
248
  "IdempotencyToken": {
175
249
  "idempotencyToken": true
@@ -416,7 +490,7 @@
416
490
  },
417
491
  "IamRoleArn": {},
418
492
  "CreatedBy": {
419
- "shape": "S2a"
493
+ "shape": "S2j"
420
494
  },
421
495
  "ResourceType": {},
422
496
  "BytesTransferred": {
@@ -429,9 +503,23 @@
429
503
  "type": "timestamp"
430
504
  },
431
505
  "BackupOptions": {
432
- "shape": "Sm"
506
+ "shape": "Sp"
433
507
  },
434
- "BackupType": {}
508
+ "BackupType": {},
509
+ "ParentJobId": {},
510
+ "IsParent": {
511
+ "type": "boolean"
512
+ },
513
+ "NumberOfChildJobs": {
514
+ "type": "long"
515
+ },
516
+ "ChildJobsInState": {
517
+ "type": "map",
518
+ "key": {},
519
+ "value": {
520
+ "type": "long"
521
+ }
522
+ }
435
523
  }
436
524
  },
437
525
  "idempotent": true
@@ -503,7 +591,7 @@
503
591
  "type": "structure",
504
592
  "members": {
505
593
  "CopyJob": {
506
- "shape": "S2g"
594
+ "shape": "S2r"
507
595
  }
508
596
  }
509
597
  },
@@ -533,7 +621,7 @@
533
621
  "FrameworkArn": {},
534
622
  "FrameworkDescription": {},
535
623
  "FrameworkControls": {
536
- "shape": "S1b"
624
+ "shape": "S1d"
537
625
  },
538
626
  "CreationTime": {
539
627
  "type": "timestamp"
@@ -557,7 +645,7 @@
557
645
  "type": "structure",
558
646
  "members": {
559
647
  "GlobalSettings": {
560
- "shape": "S2m"
648
+ "shape": "S2y"
561
649
  },
562
650
  "LastUpdateTime": {
563
651
  "type": "timestamp"
@@ -626,7 +714,7 @@
626
714
  "ResourceArn": {},
627
715
  "ResourceType": {},
628
716
  "CreatedBy": {
629
- "shape": "S2a"
717
+ "shape": "S2j"
630
718
  },
631
719
  "IamRoleArn": {},
632
720
  "Status": {},
@@ -641,10 +729,10 @@
641
729
  "type": "long"
642
730
  },
643
731
  "CalculatedLifecycle": {
644
- "shape": "S2u"
732
+ "shape": "S36"
645
733
  },
646
734
  "Lifecycle": {
647
- "shape": "Sa"
735
+ "shape": "Se"
648
736
  },
649
737
  "EncryptionKeyArn": {},
650
738
  "IsEncrypted": {
@@ -653,6 +741,11 @@
653
741
  "StorageClass": {},
654
742
  "LastRestoreTime": {
655
743
  "type": "timestamp"
744
+ },
745
+ "ParentRecoveryPointArn": {},
746
+ "CompositeMemberIdentifier": {},
747
+ "IsParent": {
748
+ "type": "boolean"
656
749
  }
657
750
  }
658
751
  },
@@ -671,10 +764,10 @@
671
764
  "type": "structure",
672
765
  "members": {
673
766
  "ResourceTypeOptInPreference": {
674
- "shape": "S2z"
767
+ "shape": "S3a"
675
768
  },
676
769
  "ResourceTypeManagementPreference": {
677
- "shape": "S31"
770
+ "shape": "S3c"
678
771
  }
679
772
  }
680
773
  }
@@ -700,7 +793,7 @@
700
793
  "type": "structure",
701
794
  "members": {
702
795
  "ReportJob": {
703
- "shape": "S35"
796
+ "shape": "S3g"
704
797
  }
705
798
  }
706
799
  }
@@ -726,7 +819,7 @@
726
819
  "type": "structure",
727
820
  "members": {
728
821
  "ReportPlan": {
729
- "shape": "S39"
822
+ "shape": "S3k"
730
823
  }
731
824
  }
732
825
  }
@@ -798,6 +891,30 @@
798
891
  }
799
892
  }
800
893
  },
894
+ "DisassociateRecoveryPointFromParent": {
895
+ "http": {
896
+ "method": "DELETE",
897
+ "requestUri": "/backup-vaults/{backupVaultName}/recovery-points/{recoveryPointArn}/parentAssociation",
898
+ "responseCode": 204
899
+ },
900
+ "input": {
901
+ "type": "structure",
902
+ "required": [
903
+ "BackupVaultName",
904
+ "RecoveryPointArn"
905
+ ],
906
+ "members": {
907
+ "BackupVaultName": {
908
+ "location": "uri",
909
+ "locationName": "backupVaultName"
910
+ },
911
+ "RecoveryPointArn": {
912
+ "location": "uri",
913
+ "locationName": "recoveryPointArn"
914
+ }
915
+ }
916
+ }
917
+ },
801
918
  "ExportBackupPlanTemplate": {
802
919
  "http": {
803
920
  "method": "GET",
@@ -847,7 +964,7 @@
847
964
  "type": "structure",
848
965
  "members": {
849
966
  "BackupPlan": {
850
- "shape": "S3j"
967
+ "shape": "S3v"
851
968
  },
852
969
  "BackupPlanId": {},
853
970
  "BackupPlanArn": {},
@@ -863,7 +980,7 @@
863
980
  "type": "timestamp"
864
981
  },
865
982
  "AdvancedBackupSettings": {
866
- "shape": "Sj"
983
+ "shape": "Sm"
867
984
  }
868
985
  }
869
986
  },
@@ -886,7 +1003,7 @@
886
1003
  "type": "structure",
887
1004
  "members": {
888
1005
  "BackupPlan": {
889
- "shape": "S3j"
1006
+ "shape": "S3v"
890
1007
  }
891
1008
  }
892
1009
  }
@@ -912,7 +1029,7 @@
912
1029
  "type": "structure",
913
1030
  "members": {
914
1031
  "BackupPlanDocument": {
915
- "shape": "S3j"
1032
+ "shape": "S3v"
916
1033
  }
917
1034
  }
918
1035
  }
@@ -943,7 +1060,7 @@
943
1060
  "type": "structure",
944
1061
  "members": {
945
1062
  "BackupSelection": {
946
- "shape": "St"
1063
+ "shape": "Sv"
947
1064
  },
948
1065
  "SelectionId": {},
949
1066
  "BackupPlanId": {},
@@ -1006,7 +1123,49 @@
1006
1123
  "BackupVaultArn": {},
1007
1124
  "SNSTopicArn": {},
1008
1125
  "BackupVaultEvents": {
1009
- "shape": "S3x"
1126
+ "shape": "S49"
1127
+ }
1128
+ }
1129
+ },
1130
+ "idempotent": true
1131
+ },
1132
+ "GetLegalHold": {
1133
+ "http": {
1134
+ "method": "GET",
1135
+ "requestUri": "/legal-holds/{legalHoldId}/"
1136
+ },
1137
+ "input": {
1138
+ "type": "structure",
1139
+ "required": [
1140
+ "LegalHoldId"
1141
+ ],
1142
+ "members": {
1143
+ "LegalHoldId": {
1144
+ "location": "uri",
1145
+ "locationName": "legalHoldId"
1146
+ }
1147
+ }
1148
+ },
1149
+ "output": {
1150
+ "type": "structure",
1151
+ "members": {
1152
+ "Title": {},
1153
+ "Status": {},
1154
+ "Description": {},
1155
+ "CancelDescription": {},
1156
+ "LegalHoldId": {},
1157
+ "LegalHoldArn": {},
1158
+ "CreationDate": {
1159
+ "type": "timestamp"
1160
+ },
1161
+ "CancellationDate": {
1162
+ "type": "timestamp"
1163
+ },
1164
+ "RetainRecordUntil": {
1165
+ "type": "timestamp"
1166
+ },
1167
+ "RecoveryPointSelection": {
1168
+ "shape": "S1q"
1010
1169
  }
1011
1170
  }
1012
1171
  },
@@ -1040,7 +1199,7 @@
1040
1199
  "BackupVaultArn": {},
1041
1200
  "RecoveryPointArn": {},
1042
1201
  "RestoreMetadata": {
1043
- "shape": "S41"
1202
+ "shape": "S4f"
1044
1203
  }
1045
1204
  }
1046
1205
  },
@@ -1117,6 +1276,10 @@
1117
1276
  "location": "querystring",
1118
1277
  "locationName": "completeBefore",
1119
1278
  "type": "timestamp"
1279
+ },
1280
+ "ByParentJobId": {
1281
+ "location": "querystring",
1282
+ "locationName": "parentJobId"
1120
1283
  }
1121
1284
  }
1122
1285
  },
@@ -1148,7 +1311,7 @@
1148
1311
  },
1149
1312
  "IamRoleArn": {},
1150
1313
  "CreatedBy": {
1151
- "shape": "S2a"
1314
+ "shape": "S2j"
1152
1315
  },
1153
1316
  "ExpectedCompletionDate": {
1154
1317
  "type": "timestamp"
@@ -1161,9 +1324,13 @@
1161
1324
  "type": "long"
1162
1325
  },
1163
1326
  "BackupOptions": {
1164
- "shape": "Sm"
1327
+ "shape": "Sp"
1165
1328
  },
1166
- "BackupType": {}
1329
+ "BackupType": {},
1330
+ "ParentJobId": {},
1331
+ "IsParent": {
1332
+ "type": "boolean"
1333
+ }
1167
1334
  }
1168
1335
  }
1169
1336
  },
@@ -1241,7 +1408,7 @@
1241
1408
  "BackupPlanVersionsList": {
1242
1409
  "type": "list",
1243
1410
  "member": {
1244
- "shape": "S4i"
1411
+ "shape": "S4w"
1245
1412
  }
1246
1413
  }
1247
1414
  }
@@ -1279,7 +1446,7 @@
1279
1446
  "BackupPlansList": {
1280
1447
  "type": "list",
1281
1448
  "member": {
1282
- "shape": "S4i"
1449
+ "shape": "S4w"
1283
1450
  }
1284
1451
  }
1285
1452
  }
@@ -1449,6 +1616,10 @@
1449
1616
  "location": "querystring",
1450
1617
  "locationName": "completeAfter",
1451
1618
  "type": "timestamp"
1619
+ },
1620
+ "ByParentJobId": {
1621
+ "location": "querystring",
1622
+ "locationName": "parentJobId"
1452
1623
  }
1453
1624
  }
1454
1625
  },
@@ -1458,7 +1629,7 @@
1458
1629
  "CopyJobs": {
1459
1630
  "type": "list",
1460
1631
  "member": {
1461
- "shape": "S2g"
1632
+ "shape": "S2r"
1462
1633
  }
1463
1634
  },
1464
1635
  "NextToken": {}
@@ -1509,6 +1680,52 @@
1509
1680
  }
1510
1681
  }
1511
1682
  },
1683
+ "ListLegalHolds": {
1684
+ "http": {
1685
+ "method": "GET",
1686
+ "requestUri": "/legal-holds/"
1687
+ },
1688
+ "input": {
1689
+ "type": "structure",
1690
+ "members": {
1691
+ "NextToken": {
1692
+ "location": "querystring",
1693
+ "locationName": "nextToken"
1694
+ },
1695
+ "MaxResults": {
1696
+ "location": "querystring",
1697
+ "locationName": "maxResults",
1698
+ "type": "integer"
1699
+ }
1700
+ }
1701
+ },
1702
+ "output": {
1703
+ "type": "structure",
1704
+ "members": {
1705
+ "NextToken": {},
1706
+ "LegalHolds": {
1707
+ "type": "list",
1708
+ "member": {
1709
+ "type": "structure",
1710
+ "members": {
1711
+ "Title": {},
1712
+ "Status": {},
1713
+ "Description": {},
1714
+ "LegalHoldId": {},
1715
+ "LegalHoldArn": {},
1716
+ "CreationDate": {
1717
+ "type": "timestamp"
1718
+ },
1719
+ "CancellationDate": {
1720
+ "type": "timestamp"
1721
+ }
1722
+ }
1723
+ }
1724
+ }
1725
+ }
1726
+ },
1727
+ "idempotent": true
1728
+ },
1512
1729
  "ListProtectedResources": {
1513
1730
  "http": {
1514
1731
  "method": "GET",
@@ -1594,6 +1811,10 @@
1594
1811
  "location": "querystring",
1595
1812
  "locationName": "createdAfter",
1596
1813
  "type": "timestamp"
1814
+ },
1815
+ "ByParentRecoveryPointArn": {
1816
+ "location": "querystring",
1817
+ "locationName": "parentRecoveryPointArn"
1597
1818
  }
1598
1819
  }
1599
1820
  },
@@ -1613,7 +1834,7 @@
1613
1834
  "ResourceArn": {},
1614
1835
  "ResourceType": {},
1615
1836
  "CreatedBy": {
1616
- "shape": "S2a"
1837
+ "shape": "S2j"
1617
1838
  },
1618
1839
  "IamRoleArn": {},
1619
1840
  "Status": {},
@@ -1628,10 +1849,10 @@
1628
1849
  "type": "long"
1629
1850
  },
1630
1851
  "CalculatedLifecycle": {
1631
- "shape": "S2u"
1852
+ "shape": "S36"
1632
1853
  },
1633
1854
  "Lifecycle": {
1634
- "shape": "Sa"
1855
+ "shape": "Se"
1635
1856
  },
1636
1857
  "EncryptionKeyArn": {},
1637
1858
  "IsEncrypted": {
@@ -1639,6 +1860,11 @@
1639
1860
  },
1640
1861
  "LastRestoreTime": {
1641
1862
  "type": "timestamp"
1863
+ },
1864
+ "ParentRecoveryPointArn": {},
1865
+ "CompositeMemberIdentifier": {},
1866
+ "IsParent": {
1867
+ "type": "boolean"
1642
1868
  }
1643
1869
  }
1644
1870
  }
@@ -1647,6 +1873,49 @@
1647
1873
  },
1648
1874
  "idempotent": true
1649
1875
  },
1876
+ "ListRecoveryPointsByLegalHold": {
1877
+ "http": {
1878
+ "method": "GET",
1879
+ "requestUri": "/legal-holds/{legalHoldId}/recovery-points"
1880
+ },
1881
+ "input": {
1882
+ "type": "structure",
1883
+ "required": [
1884
+ "LegalHoldId"
1885
+ ],
1886
+ "members": {
1887
+ "LegalHoldId": {
1888
+ "location": "uri",
1889
+ "locationName": "legalHoldId"
1890
+ },
1891
+ "NextToken": {
1892
+ "location": "querystring",
1893
+ "locationName": "nextToken"
1894
+ },
1895
+ "MaxResults": {
1896
+ "location": "querystring",
1897
+ "locationName": "maxResults",
1898
+ "type": "integer"
1899
+ }
1900
+ }
1901
+ },
1902
+ "output": {
1903
+ "type": "structure",
1904
+ "members": {
1905
+ "RecoveryPoints": {
1906
+ "type": "list",
1907
+ "member": {
1908
+ "type": "structure",
1909
+ "members": {
1910
+ "RecoveryPointArn": {}
1911
+ }
1912
+ }
1913
+ },
1914
+ "NextToken": {}
1915
+ }
1916
+ },
1917
+ "idempotent": true
1918
+ },
1650
1919
  "ListRecoveryPointsByResource": {
1651
1920
  "http": {
1652
1921
  "method": "GET",
@@ -1692,7 +1961,11 @@
1692
1961
  "BackupSizeBytes": {
1693
1962
  "type": "long"
1694
1963
  },
1695
- "BackupVaultName": {}
1964
+ "BackupVaultName": {},
1965
+ "IsParent": {
1966
+ "type": "boolean"
1967
+ },
1968
+ "ParentRecoveryPointArn": {}
1696
1969
  }
1697
1970
  }
1698
1971
  }
@@ -1743,7 +2016,7 @@
1743
2016
  "ReportJobs": {
1744
2017
  "type": "list",
1745
2018
  "member": {
1746
- "shape": "S35"
2019
+ "shape": "S3g"
1747
2020
  }
1748
2021
  },
1749
2022
  "NextToken": {}
@@ -1775,7 +2048,7 @@
1775
2048
  "ReportPlans": {
1776
2049
  "type": "list",
1777
2050
  "member": {
1778
- "shape": "S39"
2051
+ "shape": "S3k"
1779
2052
  }
1780
2053
  },
1781
2054
  "NextToken": {}
@@ -1897,7 +2170,7 @@
1897
2170
  "members": {
1898
2171
  "NextToken": {},
1899
2172
  "Tags": {
1900
- "shape": "Sc"
2173
+ "shape": "Sf"
1901
2174
  }
1902
2175
  }
1903
2176
  },
@@ -1970,7 +2243,7 @@
1970
2243
  },
1971
2244
  "SNSTopicArn": {},
1972
2245
  "BackupVaultEvents": {
1973
- "shape": "S3x"
2246
+ "shape": "S49"
1974
2247
  }
1975
2248
  }
1976
2249
  },
@@ -2000,13 +2273,13 @@
2000
2273
  "type": "long"
2001
2274
  },
2002
2275
  "Lifecycle": {
2003
- "shape": "Sa"
2276
+ "shape": "Se"
2004
2277
  },
2005
2278
  "RecoveryPointTags": {
2006
- "shape": "Sc"
2279
+ "shape": "Sf"
2007
2280
  },
2008
2281
  "BackupOptions": {
2009
- "shape": "Sm"
2282
+ "shape": "Sp"
2010
2283
  }
2011
2284
  }
2012
2285
  },
@@ -2017,6 +2290,9 @@
2017
2290
  "RecoveryPointArn": {},
2018
2291
  "CreationDate": {
2019
2292
  "type": "timestamp"
2293
+ },
2294
+ "IsParent": {
2295
+ "type": "boolean"
2020
2296
  }
2021
2297
  }
2022
2298
  },
@@ -2042,7 +2318,7 @@
2042
2318
  "IamRoleArn": {},
2043
2319
  "IdempotencyToken": {},
2044
2320
  "Lifecycle": {
2045
- "shape": "Sa"
2321
+ "shape": "Se"
2046
2322
  }
2047
2323
  }
2048
2324
  },
@@ -2052,6 +2328,9 @@
2052
2328
  "CopyJobId": {},
2053
2329
  "CreationDate": {
2054
2330
  "type": "timestamp"
2331
+ },
2332
+ "IsParent": {
2333
+ "type": "boolean"
2055
2334
  }
2056
2335
  }
2057
2336
  },
@@ -2098,7 +2377,7 @@
2098
2377
  "members": {
2099
2378
  "RecoveryPointArn": {},
2100
2379
  "Metadata": {
2101
- "shape": "S41"
2380
+ "shape": "S4f"
2102
2381
  },
2103
2382
  "IamRoleArn": {},
2104
2383
  "IdempotencyToken": {},
@@ -2146,7 +2425,7 @@
2146
2425
  "locationName": "resourceArn"
2147
2426
  },
2148
2427
  "Tags": {
2149
- "shape": "Sc"
2428
+ "shape": "Sf"
2150
2429
  }
2151
2430
  }
2152
2431
  },
@@ -2192,7 +2471,7 @@
2192
2471
  "locationName": "backupPlanId"
2193
2472
  },
2194
2473
  "BackupPlan": {
2195
- "shape": "S2"
2474
+ "shape": "S6"
2196
2475
  }
2197
2476
  }
2198
2477
  },
@@ -2206,7 +2485,7 @@
2206
2485
  },
2207
2486
  "VersionId": {},
2208
2487
  "AdvancedBackupSettings": {
2209
- "shape": "Sj"
2488
+ "shape": "Sm"
2210
2489
  }
2211
2490
  }
2212
2491
  },
@@ -2229,7 +2508,7 @@
2229
2508
  },
2230
2509
  "FrameworkDescription": {},
2231
2510
  "FrameworkControls": {
2232
- "shape": "S1b"
2511
+ "shape": "S1d"
2233
2512
  },
2234
2513
  "IdempotencyToken": {
2235
2514
  "idempotencyToken": true
@@ -2257,7 +2536,7 @@
2257
2536
  "type": "structure",
2258
2537
  "members": {
2259
2538
  "GlobalSettings": {
2260
- "shape": "S2m"
2539
+ "shape": "S2y"
2261
2540
  }
2262
2541
  }
2263
2542
  }
@@ -2282,7 +2561,7 @@
2282
2561
  "locationName": "recoveryPointArn"
2283
2562
  },
2284
2563
  "Lifecycle": {
2285
- "shape": "Sa"
2564
+ "shape": "Se"
2286
2565
  }
2287
2566
  }
2288
2567
  },
@@ -2292,10 +2571,10 @@
2292
2571
  "BackupVaultArn": {},
2293
2572
  "RecoveryPointArn": {},
2294
2573
  "Lifecycle": {
2295
- "shape": "Sa"
2574
+ "shape": "Se"
2296
2575
  },
2297
2576
  "CalculatedLifecycle": {
2298
- "shape": "S2u"
2577
+ "shape": "S36"
2299
2578
  }
2300
2579
  }
2301
2580
  },
@@ -2310,10 +2589,10 @@
2310
2589
  "type": "structure",
2311
2590
  "members": {
2312
2591
  "ResourceTypeOptInPreference": {
2313
- "shape": "S2z"
2592
+ "shape": "S3a"
2314
2593
  },
2315
2594
  "ResourceTypeManagementPreference": {
2316
- "shape": "S31"
2595
+ "shape": "S3c"
2317
2596
  }
2318
2597
  }
2319
2598
  }
@@ -2335,10 +2614,10 @@
2335
2614
  },
2336
2615
  "ReportPlanDescription": {},
2337
2616
  "ReportDeliveryChannel": {
2338
- "shape": "S1q"
2617
+ "shape": "S1z"
2339
2618
  },
2340
2619
  "ReportSetting": {
2341
- "shape": "S1s"
2620
+ "shape": "S21"
2342
2621
  },
2343
2622
  "IdempotencyToken": {
2344
2623
  "idempotencyToken": true
@@ -2359,7 +2638,7 @@
2359
2638
  }
2360
2639
  },
2361
2640
  "shapes": {
2362
- "S2": {
2641
+ "S6": {
2363
2642
  "type": "structure",
2364
2643
  "required": [
2365
2644
  "BackupPlanName",
@@ -2386,13 +2665,13 @@
2386
2665
  "type": "long"
2387
2666
  },
2388
2667
  "Lifecycle": {
2389
- "shape": "Sa"
2668
+ "shape": "Se"
2390
2669
  },
2391
2670
  "RecoveryPointTags": {
2392
- "shape": "Sc"
2671
+ "shape": "Sf"
2393
2672
  },
2394
2673
  "CopyActions": {
2395
- "shape": "Sf"
2674
+ "shape": "Si"
2396
2675
  },
2397
2676
  "EnableContinuousBackup": {
2398
2677
  "type": "boolean"
@@ -2401,11 +2680,11 @@
2401
2680
  }
2402
2681
  },
2403
2682
  "AdvancedBackupSettings": {
2404
- "shape": "Sj"
2683
+ "shape": "Sm"
2405
2684
  }
2406
2685
  }
2407
2686
  },
2408
- "Sa": {
2687
+ "Se": {
2409
2688
  "type": "structure",
2410
2689
  "members": {
2411
2690
  "MoveToColdStorageAfterDays": {
@@ -2416,13 +2695,13 @@
2416
2695
  }
2417
2696
  }
2418
2697
  },
2419
- "Sc": {
2698
+ "Sf": {
2420
2699
  "type": "map",
2421
2700
  "key": {},
2422
2701
  "value": {},
2423
2702
  "sensitive": true
2424
2703
  },
2425
- "Sf": {
2704
+ "Si": {
2426
2705
  "type": "list",
2427
2706
  "member": {
2428
2707
  "type": "structure",
@@ -2431,30 +2710,30 @@
2431
2710
  ],
2432
2711
  "members": {
2433
2712
  "Lifecycle": {
2434
- "shape": "Sa"
2713
+ "shape": "Se"
2435
2714
  },
2436
2715
  "DestinationBackupVaultArn": {}
2437
2716
  }
2438
2717
  }
2439
2718
  },
2440
- "Sj": {
2719
+ "Sm": {
2441
2720
  "type": "list",
2442
2721
  "member": {
2443
2722
  "type": "structure",
2444
2723
  "members": {
2445
2724
  "ResourceType": {},
2446
2725
  "BackupOptions": {
2447
- "shape": "Sm"
2726
+ "shape": "Sp"
2448
2727
  }
2449
2728
  }
2450
2729
  }
2451
2730
  },
2452
- "Sm": {
2731
+ "Sp": {
2453
2732
  "type": "map",
2454
2733
  "key": {},
2455
2734
  "value": {}
2456
2735
  },
2457
- "St": {
2736
+ "Sv": {
2458
2737
  "type": "structure",
2459
2738
  "required": [
2460
2739
  "SelectionName",
@@ -2464,7 +2743,7 @@
2464
2743
  "SelectionName": {},
2465
2744
  "IamRoleArn": {},
2466
2745
  "Resources": {
2467
- "shape": "Sw"
2746
+ "shape": "Sy"
2468
2747
  },
2469
2748
  "ListOfTags": {
2470
2749
  "type": "list",
@@ -2483,32 +2762,32 @@
2483
2762
  }
2484
2763
  },
2485
2764
  "NotResources": {
2486
- "shape": "Sw"
2765
+ "shape": "Sy"
2487
2766
  },
2488
2767
  "Conditions": {
2489
2768
  "type": "structure",
2490
2769
  "members": {
2491
2770
  "StringEquals": {
2492
- "shape": "S13"
2771
+ "shape": "S15"
2493
2772
  },
2494
2773
  "StringNotEquals": {
2495
- "shape": "S13"
2774
+ "shape": "S15"
2496
2775
  },
2497
2776
  "StringLike": {
2498
- "shape": "S13"
2777
+ "shape": "S15"
2499
2778
  },
2500
2779
  "StringNotLike": {
2501
- "shape": "S13"
2780
+ "shape": "S15"
2502
2781
  }
2503
2782
  }
2504
2783
  }
2505
2784
  }
2506
2785
  },
2507
- "Sw": {
2786
+ "Sy": {
2508
2787
  "type": "list",
2509
2788
  "member": {}
2510
2789
  },
2511
- "S13": {
2790
+ "S15": {
2512
2791
  "type": "list",
2513
2792
  "member": {
2514
2793
  "type": "structure",
@@ -2518,7 +2797,7 @@
2518
2797
  }
2519
2798
  }
2520
2799
  },
2521
- "S1b": {
2800
+ "S1d": {
2522
2801
  "type": "list",
2523
2802
  "member": {
2524
2803
  "type": "structure",
@@ -2549,19 +2828,47 @@
2549
2828
  "member": {}
2550
2829
  },
2551
2830
  "Tags": {
2552
- "shape": "S1l"
2831
+ "shape": "S1n"
2553
2832
  }
2554
2833
  }
2555
2834
  }
2556
2835
  }
2557
2836
  }
2558
2837
  },
2559
- "S1l": {
2838
+ "S1n": {
2560
2839
  "type": "map",
2561
2840
  "key": {},
2562
2841
  "value": {}
2563
2842
  },
2564
2843
  "S1q": {
2844
+ "type": "structure",
2845
+ "members": {
2846
+ "VaultNames": {
2847
+ "type": "list",
2848
+ "member": {}
2849
+ },
2850
+ "ResourceIdentifiers": {
2851
+ "type": "list",
2852
+ "member": {}
2853
+ },
2854
+ "DateRange": {
2855
+ "type": "structure",
2856
+ "required": [
2857
+ "FromDate",
2858
+ "ToDate"
2859
+ ],
2860
+ "members": {
2861
+ "FromDate": {
2862
+ "type": "timestamp"
2863
+ },
2864
+ "ToDate": {
2865
+ "type": "timestamp"
2866
+ }
2867
+ }
2868
+ }
2869
+ }
2870
+ },
2871
+ "S1z": {
2565
2872
  "type": "structure",
2566
2873
  "required": [
2567
2874
  "S3BucketName"
@@ -2575,7 +2882,7 @@
2575
2882
  }
2576
2883
  }
2577
2884
  },
2578
- "S1s": {
2885
+ "S21": {
2579
2886
  "type": "structure",
2580
2887
  "required": [
2581
2888
  "ReportTemplate"
@@ -2583,18 +2890,27 @@
2583
2890
  "members": {
2584
2891
  "ReportTemplate": {},
2585
2892
  "FrameworkArns": {
2586
- "shape": "S1t"
2893
+ "shape": "S22"
2587
2894
  },
2588
2895
  "NumberOfFrameworks": {
2589
2896
  "type": "integer"
2897
+ },
2898
+ "Accounts": {
2899
+ "shape": "S22"
2900
+ },
2901
+ "OrganizationUnits": {
2902
+ "shape": "S22"
2903
+ },
2904
+ "Regions": {
2905
+ "shape": "S22"
2590
2906
  }
2591
2907
  }
2592
2908
  },
2593
- "S1t": {
2909
+ "S22": {
2594
2910
  "type": "list",
2595
2911
  "member": {}
2596
2912
  },
2597
- "S2a": {
2913
+ "S2j": {
2598
2914
  "type": "structure",
2599
2915
  "members": {
2600
2916
  "BackupPlanId": {},
@@ -2603,7 +2919,7 @@
2603
2919
  "BackupRuleId": {}
2604
2920
  }
2605
2921
  },
2606
- "S2g": {
2922
+ "S2r": {
2607
2923
  "type": "structure",
2608
2924
  "members": {
2609
2925
  "AccountId": {},
@@ -2626,17 +2942,32 @@
2626
2942
  },
2627
2943
  "IamRoleArn": {},
2628
2944
  "CreatedBy": {
2629
- "shape": "S2a"
2945
+ "shape": "S2j"
2946
+ },
2947
+ "ResourceType": {},
2948
+ "ParentJobId": {},
2949
+ "IsParent": {
2950
+ "type": "boolean"
2630
2951
  },
2631
- "ResourceType": {}
2952
+ "CompositeMemberIdentifier": {},
2953
+ "NumberOfChildJobs": {
2954
+ "type": "long"
2955
+ },
2956
+ "ChildJobsInState": {
2957
+ "type": "map",
2958
+ "key": {},
2959
+ "value": {
2960
+ "type": "long"
2961
+ }
2962
+ }
2632
2963
  }
2633
2964
  },
2634
- "S2m": {
2965
+ "S2y": {
2635
2966
  "type": "map",
2636
2967
  "key": {},
2637
2968
  "value": {}
2638
2969
  },
2639
- "S2u": {
2970
+ "S36": {
2640
2971
  "type": "structure",
2641
2972
  "members": {
2642
2973
  "MoveToColdStorageAt": {
@@ -2647,21 +2978,21 @@
2647
2978
  }
2648
2979
  }
2649
2980
  },
2650
- "S2z": {
2981
+ "S3a": {
2651
2982
  "type": "map",
2652
2983
  "key": {},
2653
2984
  "value": {
2654
2985
  "type": "boolean"
2655
2986
  }
2656
2987
  },
2657
- "S31": {
2988
+ "S3c": {
2658
2989
  "type": "map",
2659
2990
  "key": {},
2660
2991
  "value": {
2661
2992
  "type": "boolean"
2662
2993
  }
2663
2994
  },
2664
- "S35": {
2995
+ "S3g": {
2665
2996
  "type": "structure",
2666
2997
  "members": {
2667
2998
  "ReportJobId": {},
@@ -2680,23 +3011,23 @@
2680
3011
  "members": {
2681
3012
  "S3BucketName": {},
2682
3013
  "S3Keys": {
2683
- "shape": "S1t"
3014
+ "shape": "S22"
2684
3015
  }
2685
3016
  }
2686
3017
  }
2687
3018
  }
2688
3019
  },
2689
- "S39": {
3020
+ "S3k": {
2690
3021
  "type": "structure",
2691
3022
  "members": {
2692
3023
  "ReportPlanArn": {},
2693
3024
  "ReportPlanName": {},
2694
3025
  "ReportPlanDescription": {},
2695
3026
  "ReportSetting": {
2696
- "shape": "S1s"
3027
+ "shape": "S21"
2697
3028
  },
2698
3029
  "ReportDeliveryChannel": {
2699
- "shape": "S1q"
3030
+ "shape": "S1z"
2700
3031
  },
2701
3032
  "DeploymentStatus": {},
2702
3033
  "CreationTime": {
@@ -2710,7 +3041,7 @@
2710
3041
  }
2711
3042
  }
2712
3043
  },
2713
- "S3j": {
3044
+ "S3v": {
2714
3045
  "type": "structure",
2715
3046
  "required": [
2716
3047
  "BackupPlanName",
@@ -2737,14 +3068,14 @@
2737
3068
  "type": "long"
2738
3069
  },
2739
3070
  "Lifecycle": {
2740
- "shape": "Sa"
3071
+ "shape": "Se"
2741
3072
  },
2742
3073
  "RecoveryPointTags": {
2743
- "shape": "Sc"
3074
+ "shape": "Sf"
2744
3075
  },
2745
3076
  "RuleId": {},
2746
3077
  "CopyActions": {
2747
- "shape": "Sf"
3078
+ "shape": "Si"
2748
3079
  },
2749
3080
  "EnableContinuousBackup": {
2750
3081
  "type": "boolean"
@@ -2753,21 +3084,21 @@
2753
3084
  }
2754
3085
  },
2755
3086
  "AdvancedBackupSettings": {
2756
- "shape": "Sj"
3087
+ "shape": "Sm"
2757
3088
  }
2758
3089
  }
2759
3090
  },
2760
- "S3x": {
3091
+ "S49": {
2761
3092
  "type": "list",
2762
3093
  "member": {}
2763
3094
  },
2764
- "S41": {
3095
+ "S4f": {
2765
3096
  "type": "map",
2766
3097
  "key": {},
2767
3098
  "value": {},
2768
3099
  "sensitive": true
2769
3100
  },
2770
- "S4i": {
3101
+ "S4w": {
2771
3102
  "type": "structure",
2772
3103
  "members": {
2773
3104
  "BackupPlanArn": {},
@@ -2785,7 +3116,7 @@
2785
3116
  "type": "timestamp"
2786
3117
  },
2787
3118
  "AdvancedBackupSettings": {
2788
- "shape": "Sj"
3119
+ "shape": "Sm"
2789
3120
  }
2790
3121
  }
2791
3122
  }