@aws-sdk/client-backup 3.933.0 → 3.934.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 (37) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +251 -0
  3. package/dist-es/Backup.js +10 -0
  4. package/dist-es/commands/CreateTieringConfigurationCommand.js +16 -0
  5. package/dist-es/commands/DeleteTieringConfigurationCommand.js +16 -0
  6. package/dist-es/commands/GetTieringConfigurationCommand.js +16 -0
  7. package/dist-es/commands/ListTieringConfigurationsCommand.js +16 -0
  8. package/dist-es/commands/UpdateTieringConfigurationCommand.js +16 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/pagination/ListTieringConfigurationsPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/schemas/schemas_0.js +178 -0
  13. package/dist-types/Backup.d.ts +36 -0
  14. package/dist-types/BackupClient.d.ts +7 -2
  15. package/dist-types/commands/CreateTieringConfigurationCommand.d.ts +115 -0
  16. package/dist-types/commands/DeleteTieringConfigurationCommand.d.ts +85 -0
  17. package/dist-types/commands/GetTieringConfigurationCommand.d.ts +105 -0
  18. package/dist-types/commands/ListTieringConfigurationsCommand.d.ts +91 -0
  19. package/dist-types/commands/UpdateTieringConfigurationCommand.d.ts +134 -0
  20. package/dist-types/commands/index.d.ts +5 -0
  21. package/dist-types/models/models_0.d.ts +333 -0
  22. package/dist-types/pagination/ListTieringConfigurationsPaginator.d.ts +7 -0
  23. package/dist-types/pagination/index.d.ts +1 -0
  24. package/dist-types/schemas/schemas_0.d.ts +22 -0
  25. package/dist-types/ts3.4/Backup.d.ts +86 -0
  26. package/dist-types/ts3.4/BackupClient.d.ts +32 -2
  27. package/dist-types/ts3.4/commands/CreateTieringConfigurationCommand.d.ts +51 -0
  28. package/dist-types/ts3.4/commands/DeleteTieringConfigurationCommand.d.ts +51 -0
  29. package/dist-types/ts3.4/commands/GetTieringConfigurationCommand.d.ts +51 -0
  30. package/dist-types/ts3.4/commands/ListTieringConfigurationsCommand.d.ts +51 -0
  31. package/dist-types/ts3.4/commands/UpdateTieringConfigurationCommand.d.ts +51 -0
  32. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  33. package/dist-types/ts3.4/models/models_0.d.ts +68 -0
  34. package/dist-types/ts3.4/pagination/ListTieringConfigurationsPaginator.d.ts +11 -0
  35. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  37. package/package.json +5 -5
package/README.md CHANGED
@@ -303,6 +303,14 @@ CreateRestoreTestingSelection
303
303
 
304
304
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/CreateRestoreTestingSelectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/CreateRestoreTestingSelectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/CreateRestoreTestingSelectionCommandOutput/)
305
305
 
306
+ </details>
307
+ <details>
308
+ <summary>
309
+ CreateTieringConfiguration
310
+ </summary>
311
+
312
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/CreateTieringConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/CreateTieringConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/CreateTieringConfigurationCommandOutput/)
313
+
306
314
  </details>
307
315
  <details>
308
316
  <summary>
@@ -391,6 +399,14 @@ DeleteRestoreTestingSelection
391
399
 
392
400
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/DeleteRestoreTestingSelectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/DeleteRestoreTestingSelectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/DeleteRestoreTestingSelectionCommandOutput/)
393
401
 
402
+ </details>
403
+ <details>
404
+ <summary>
405
+ DeleteTieringConfiguration
406
+ </summary>
407
+
408
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/DeleteTieringConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/DeleteTieringConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/DeleteTieringConfigurationCommandOutput/)
409
+
394
410
  </details>
395
411
  <details>
396
412
  <summary>
@@ -623,6 +639,14 @@ GetSupportedResourceTypes
623
639
 
624
640
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/GetSupportedResourceTypesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/GetSupportedResourceTypesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/GetSupportedResourceTypesCommandOutput/)
625
641
 
642
+ </details>
643
+ <details>
644
+ <summary>
645
+ GetTieringConfiguration
646
+ </summary>
647
+
648
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/GetTieringConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/GetTieringConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/GetTieringConfigurationCommandOutput/)
649
+
626
650
  </details>
627
651
  <details>
628
652
  <summary>
@@ -831,6 +855,14 @@ ListTags
831
855
 
832
856
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/ListTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListTagsCommandOutput/)
833
857
 
858
+ </details>
859
+ <details>
860
+ <summary>
861
+ ListTieringConfigurations
862
+ </summary>
863
+
864
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/ListTieringConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListTieringConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/ListTieringConfigurationsCommandOutput/)
865
+
834
866
  </details>
835
867
  <details>
836
868
  <summary>
@@ -1000,3 +1032,11 @@ UpdateRestoreTestingSelection
1000
1032
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/UpdateRestoreTestingSelectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/UpdateRestoreTestingSelectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/UpdateRestoreTestingSelectionCommandOutput/)
1001
1033
 
1002
1034
  </details>
1035
+ <details>
1036
+ <summary>
1037
+ UpdateTieringConfiguration
1038
+ </summary>
1039
+
1040
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/backup/command/UpdateTieringConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/UpdateTieringConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-backup/Interface/UpdateTieringConfigurationCommandOutput/)
1041
+
1042
+ </details>
package/dist-cjs/index.js CHANGED
@@ -647,6 +647,9 @@ const _CRTSO = "CreateRestoreTestingSelectionOutput";
647
647
  const _CS = "ControlScope";
648
648
  const _CSTTRR = "CopySourceTagsToRestoredResource";
649
649
  const _CT = "ConditionType";
650
+ const _CTC = "CreateTieringConfiguration";
651
+ const _CTCI = "CreateTieringConfigurationInput";
652
+ const _CTCO = "CreateTieringConfigurationOutput";
650
653
  const _CTo = "CompletionTime";
651
654
  const _CTr = "CreationTime";
652
655
  const _CV = "ConditionValue";
@@ -732,6 +735,9 @@ const _DRTSI = "DeleteRestoreTestingSelectionInput";
732
735
  const _DS = "DeploymentStatus";
733
736
  const _DSM = "DeletionStatusMessage";
734
737
  const _DSe = "DeletionStatus";
738
+ const _DTC = "DeleteTieringConfiguration";
739
+ const _DTCI = "DeleteTieringConfigurationInput";
740
+ const _DTCO = "DeleteTieringConfigurationOutput";
735
741
  const _DVLS = "DestinationVaultLockState";
736
742
  const _DVT = "DestinationVaultType";
737
743
  const _EBPT = "ExportBackupPlanTemplate";
@@ -801,6 +807,9 @@ const _GRTSO = "GetRestoreTestingSelectionOutput";
801
807
  const _GS = "GlobalSettings";
802
808
  const _GSRT = "GetSupportedResourceTypes";
803
809
  const _GSRTO = "GetSupportedResourceTypesOutput";
810
+ const _GTC = "GetTieringConfiguration";
811
+ const _GTCI = "GetTieringConfigurationInput";
812
+ const _GTCO = "GetTieringConfigurationOutput";
804
813
  const _I = "Index";
805
814
  const _IA = "IndexActions";
806
815
  const _IAn = "IndexAction";
@@ -925,9 +934,13 @@ const _LRTSI = "ListRestoreTestingSelectionsInput";
925
934
  const _LRTSO = "ListRestoreTestingSelectionsOutput";
926
935
  const _LSET = "LastSuccessfulExecutionTime";
927
936
  const _LT = "ListTags";
937
+ const _LTC = "ListTieringConfigurations";
938
+ const _LTCI = "ListTieringConfigurationsInput";
939
+ const _LTCO = "ListTieringConfigurationsOutput";
928
940
  const _LTI = "ListTagsInput";
929
941
  const _LTO = "ListTagsOutput";
930
942
  const _LUT = "LastUpdateTime";
943
+ const _LUTa = "LastUpdatedTime";
931
944
  const _Lo = "Locked";
932
945
  const _M = "Message";
933
946
  const _MATA = "MpaApprovalTeamArn";
@@ -1025,6 +1038,8 @@ const _RRABVI = "RevokeRestoreAccessBackupVaultInput";
1025
1038
  const _RRID = "RetainRecordInDays";
1026
1039
  const _RRU = "RetainRecordUntil";
1027
1040
  const _RS = "ReportSetting";
1041
+ const _RSe = "ResourceSelection";
1042
+ const _RSes = "ResourceSelections";
1028
1043
  const _RT = "ResourceType";
1029
1044
  const _RTMP = "ResourceTypeManagementPreference";
1030
1045
  const _RTOIP = "ResourceTypeOptInPreference";
@@ -1095,7 +1110,17 @@ const _SWM = "StartWindowMinutes";
1095
1110
  const _St = "Status";
1096
1111
  const _T = "Type";
1097
1112
  const _TBVN = "TargetBackupVaultName";
1113
+ const _TC = "TieringConfiguration";
1114
+ const _TCA = "TieringConfigurationArn";
1115
+ const _TCIFC = "TieringConfigurationInputForCreate";
1116
+ const _TCIFU = "TieringConfigurationInputForUpdate";
1117
+ const _TCL = "TieringConfigurationsList";
1118
+ const _TCLM = "TieringConfigurationsListMember";
1119
+ const _TCN = "TieringConfigurationName";
1120
+ const _TCT = "TieringConfigurationTags";
1121
+ const _TCi = "TieringConfigurations";
1098
1122
  const _TD = "ToDate";
1123
+ const _TDSID = "TieringDownSettingsInDays";
1099
1124
  const _TII = "TotalItemsIndexed";
1100
1125
  const _TKL = "TagKeyList";
1101
1126
  const _TLAGBVA = "TargetLogicallyAirGappedBackupVaultArn";
@@ -1131,6 +1156,9 @@ const _URTS = "UpdateRestoreTestingSelection";
1131
1156
  const _URTSI = "UpdateRestoreTestingSelectionInput";
1132
1157
  const _URTSO = "UpdateRestoreTestingSelectionOutput";
1133
1158
  const _UT = "UpdateTime";
1159
+ const _UTC = "UpdateTieringConfiguration";
1160
+ const _UTCI = "UpdateTieringConfigurationInput";
1161
+ const _UTCO = "UpdateTieringConfigurationOutput";
1134
1162
  const _V = "Value";
1135
1163
  const _VI = "VersionId";
1136
1164
  const _VLS = "VaultLockState";
@@ -1596,6 +1624,15 @@ var CreateRestoreTestingSelectionOutput = [
1596
1624
  [_CTr, _RTPA, _RTPN, _RTSN],
1597
1625
  [4, 0, 0, 0],
1598
1626
  ];
1627
+ var CreateTieringConfigurationInput = [
1628
+ 3,
1629
+ n0,
1630
+ _CTCI,
1631
+ 0,
1632
+ [_TC, _TCT, _CRI],
1633
+ [() => TieringConfigurationInputForCreate, [() => Tags, 0], [0, 4]],
1634
+ ];
1635
+ var CreateTieringConfigurationOutput = [3, n0, _CTCO, 0, [_TCA, _TCN, _CTr], [0, 0, 4]];
1599
1636
  var DateRange = [3, n0, _DR, 0, [_FDr, _TD], [4, 4]];
1600
1637
  var DeleteBackupPlanInput = [3, n0, _DBPI, 0, [_BPIa], [[0, 1]]];
1601
1638
  var DeleteBackupPlanOutput = [3, n0, _DBPO, 0, [_BPIa, _BPA, _DD, _VI], [0, 0, 4, 0]];
@@ -1639,6 +1676,8 @@ var DeleteRestoreTestingSelectionInput = [
1639
1676
  [0, 1],
1640
1677
  ],
1641
1678
  ];
1679
+ var DeleteTieringConfigurationInput = [3, n0, _DTCI, 0, [_TCN], [[0, 1]]];
1680
+ var DeleteTieringConfigurationOutput = [3, n0, _DTCO, 0, [], []];
1642
1681
  var DependencyFailureException = [
1643
1682
  -3,
1644
1683
  n0,
@@ -2127,6 +2166,15 @@ var GetRestoreTestingSelectionOutput = [
2127
2166
  [[() => RestoreTestingSelectionForGet, 0]],
2128
2167
  ];
2129
2168
  var GetSupportedResourceTypesOutput = [3, n0, _GSRTO, 0, [_RTe], [64 | 0]];
2169
+ var GetTieringConfigurationInput = [3, n0, _GTCI, 0, [_TCN], [[0, 1]]];
2170
+ var GetTieringConfigurationOutput = [
2171
+ 3,
2172
+ n0,
2173
+ _GTCO,
2174
+ 0,
2175
+ [_TC],
2176
+ [() => TieringConfiguration],
2177
+ ];
2130
2178
  var IndexAction = [3, n0, _IAn, 0, [_RTe], [64 | 0]];
2131
2179
  var IndexedRecoveryPoint = [
2132
2180
  3,
@@ -3313,6 +3361,35 @@ var ListTagsInput = [
3313
3361
  ],
3314
3362
  ];
3315
3363
  var ListTagsOutput = [3, n0, _LTO, 0, [_NT, _Ta], [0, [() => Tags, 0]]];
3364
+ var ListTieringConfigurationsInput = [
3365
+ 3,
3366
+ n0,
3367
+ _LTCI,
3368
+ 0,
3369
+ [_MR, _NT],
3370
+ [
3371
+ [
3372
+ 1,
3373
+ {
3374
+ [_hQ]: _mR,
3375
+ },
3376
+ ],
3377
+ [
3378
+ 0,
3379
+ {
3380
+ [_hQ]: _nT,
3381
+ },
3382
+ ],
3383
+ ],
3384
+ ];
3385
+ var ListTieringConfigurationsOutput = [
3386
+ 3,
3387
+ n0,
3388
+ _LTCO,
3389
+ 0,
3390
+ [_TCi, _NT],
3391
+ [() => TieringConfigurationsList, 0],
3392
+ ];
3316
3393
  var MissingParameterValueException = [
3317
3394
  -3,
3318
3395
  n0,
@@ -3491,6 +3568,7 @@ var ResourceNotFoundException = [
3491
3568
  [0, 0, 0, 0],
3492
3569
  ];
3493
3570
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
3571
+ var ResourceSelection = [3, n0, _RSe, 0, [_Re, _TDSID, _RT], [64 | 0, 1, 0]];
3494
3572
  var RestoreAccessBackupVaultListMember = [
3495
3573
  3,
3496
3574
  n0,
@@ -3692,6 +3770,38 @@ var TagResourceInput = [
3692
3770
  [() => Tags, 0],
3693
3771
  ],
3694
3772
  ];
3773
+ var TieringConfiguration = [
3774
+ 3,
3775
+ n0,
3776
+ _TC,
3777
+ 0,
3778
+ [_TCN, _TCA, _BVN, _RSe, _CRI, _CTr, _LUTa],
3779
+ [0, 0, 0, () => ResourceSelections, 0, 4, 4],
3780
+ ];
3781
+ var TieringConfigurationInputForCreate = [
3782
+ 3,
3783
+ n0,
3784
+ _TCIFC,
3785
+ 0,
3786
+ [_TCN, _BVN, _RSe],
3787
+ [0, 0, () => ResourceSelections],
3788
+ ];
3789
+ var TieringConfigurationInputForUpdate = [
3790
+ 3,
3791
+ n0,
3792
+ _TCIFU,
3793
+ 0,
3794
+ [_RSe, _BVN],
3795
+ [() => ResourceSelections, 0],
3796
+ ];
3797
+ var TieringConfigurationsListMember = [
3798
+ 3,
3799
+ n0,
3800
+ _TCLM,
3801
+ 0,
3802
+ [_TCA, _TCN, _BVN, _CTr, _LUTa],
3803
+ [0, 0, 0, 4, 4],
3804
+ ];
3695
3805
  var UntagResourceInput = [
3696
3806
  3,
3697
3807
  n0,
@@ -3810,6 +3920,22 @@ var UpdateRestoreTestingSelectionOutput = [
3810
3920
  [_CTr, _RTPA, _RTPN, _RTSN, _UT],
3811
3921
  [4, 0, 0, 0, 4],
3812
3922
  ];
3923
+ var UpdateTieringConfigurationInput = [
3924
+ 3,
3925
+ n0,
3926
+ _UTCI,
3927
+ 0,
3928
+ [_TCN, _TC],
3929
+ [[0, 1], () => TieringConfigurationInputForUpdate],
3930
+ ];
3931
+ var UpdateTieringConfigurationOutput = [
3932
+ 3,
3933
+ n0,
3934
+ _UTCO,
3935
+ 0,
3936
+ [_TCA, _TCN, _CTr, _LUTa],
3937
+ [0, 0, 4, 4],
3938
+ ];
3813
3939
  var __Unit = "unit";
3814
3940
  var BackupServiceException = [-3, _sm, "BackupServiceException", 0, [], []];
3815
3941
  schema.TypeRegistry.for(_sm).registerError(BackupServiceException, BackupServiceException$1);
@@ -3841,6 +3967,7 @@ var RecoveryPointByResourceList = [1, n0, _RPBRL, 0, () => RecoveryPointByResour
3841
3967
  var RecoveryPointsList = [1, n0, _RPLe, 0, () => RecoveryPointMember];
3842
3968
  var ReportJobList = [1, n0, _RJL, 0, () => ReportJob];
3843
3969
  var ReportPlanList = [1, n0, _RPLep, 0, () => ReportPlan];
3970
+ var ResourceSelections = [1, n0, _RSes, 0, () => ResourceSelection];
3844
3971
  var RestoreAccessBackupVaultList = [
3845
3972
  1,
3846
3973
  n0,
@@ -3854,6 +3981,7 @@ var RestoreTestingPlans = [1, n0, _RTPe, 0, () => RestoreTestingPlanForList];
3854
3981
  var RestoreTestingSelections = [1, n0, _RTSe, 0, () => RestoreTestingSelectionForList];
3855
3982
  var ScheduledRunsPreview = [1, n0, _SRP, 0, () => ScheduledPlanExecutionMember];
3856
3983
  var TagKeyList = [1, n0, _TKL, 8, 0];
3984
+ var TieringConfigurationsList = [1, n0, _TCL, 0, () => TieringConfigurationsListMember];
3857
3985
  var Metadata = [2, n0, _Me, 8, 0, 0];
3858
3986
  var SensitiveStringMap = [2, n0, _SSM, 8, 0, 0];
3859
3987
  var Tags = [2, n0, _Ta, 8, 0, 0];
@@ -3977,6 +4105,16 @@ var CreateRestoreTestingSelection = [
3977
4105
  () => CreateRestoreTestingSelectionInput,
3978
4106
  () => CreateRestoreTestingSelectionOutput,
3979
4107
  ];
4108
+ var CreateTieringConfiguration = [
4109
+ 9,
4110
+ n0,
4111
+ _CTC,
4112
+ {
4113
+ [_h]: ["PUT", "/tiering-configurations", 200],
4114
+ },
4115
+ () => CreateTieringConfigurationInput,
4116
+ () => CreateTieringConfigurationOutput,
4117
+ ];
3980
4118
  var DeleteBackupPlan = [
3981
4119
  9,
3982
4120
  n0,
@@ -4087,6 +4225,16 @@ var DeleteRestoreTestingSelection = [
4087
4225
  () => DeleteRestoreTestingSelectionInput,
4088
4226
  () => __Unit,
4089
4227
  ];
4228
+ var DeleteTieringConfiguration = [
4229
+ 9,
4230
+ n0,
4231
+ _DTC,
4232
+ {
4233
+ [_h]: ["DELETE", "/tiering-configurations/{TieringConfigurationName}", 200],
4234
+ },
4235
+ () => DeleteTieringConfigurationInput,
4236
+ () => DeleteTieringConfigurationOutput,
4237
+ ];
4090
4238
  var DescribeBackupJob = [
4091
4239
  9,
4092
4240
  n0,
@@ -4377,6 +4525,16 @@ var GetSupportedResourceTypes = [
4377
4525
  () => __Unit,
4378
4526
  () => GetSupportedResourceTypesOutput,
4379
4527
  ];
4528
+ var GetTieringConfiguration = [
4529
+ 9,
4530
+ n0,
4531
+ _GTC,
4532
+ {
4533
+ [_h]: ["GET", "/tiering-configurations/{TieringConfigurationName}", 200],
4534
+ },
4535
+ () => GetTieringConfigurationInput,
4536
+ () => GetTieringConfigurationOutput,
4537
+ ];
4380
4538
  var ListBackupJobs = [
4381
4539
  9,
4382
4540
  n0,
@@ -4637,6 +4795,16 @@ var ListTags = [
4637
4795
  () => ListTagsInput,
4638
4796
  () => ListTagsOutput,
4639
4797
  ];
4798
+ var ListTieringConfigurations = [
4799
+ 9,
4800
+ n0,
4801
+ _LTC,
4802
+ {
4803
+ [_h]: ["GET", "/tiering-configurations", 200],
4804
+ },
4805
+ () => ListTieringConfigurationsInput,
4806
+ () => ListTieringConfigurationsOutput,
4807
+ ];
4640
4808
  var PutBackupVaultAccessPolicy = [
4641
4809
  9,
4642
4810
  n0,
@@ -4851,6 +5019,16 @@ var UpdateRestoreTestingSelection = [
4851
5019
  () => UpdateRestoreTestingSelectionInput,
4852
5020
  () => UpdateRestoreTestingSelectionOutput,
4853
5021
  ];
5022
+ var UpdateTieringConfiguration = [
5023
+ 9,
5024
+ n0,
5025
+ _UTC,
5026
+ {
5027
+ [_h]: ["PUT", "/tiering-configurations/{TieringConfigurationName}", 200],
5028
+ },
5029
+ () => UpdateTieringConfigurationInput,
5030
+ () => UpdateTieringConfigurationOutput,
5031
+ ];
4854
5032
 
4855
5033
  class AssociateBackupVaultMpaApprovalTeamCommand extends smithyClient.Command
4856
5034
  .classBuilder()
@@ -4996,6 +5174,18 @@ class CreateRestoreTestingSelectionCommand extends smithyClient.Command
4996
5174
  .build() {
4997
5175
  }
4998
5176
 
5177
+ class CreateTieringConfigurationCommand extends smithyClient.Command
5178
+ .classBuilder()
5179
+ .ep(commonParams)
5180
+ .m(function (Command, cs, config, o) {
5181
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5182
+ })
5183
+ .s("CryoControllerUserManager", "CreateTieringConfiguration", {})
5184
+ .n("BackupClient", "CreateTieringConfigurationCommand")
5185
+ .sc(CreateTieringConfiguration)
5186
+ .build() {
5187
+ }
5188
+
4999
5189
  class DeleteBackupPlanCommand extends smithyClient.Command
5000
5190
  .classBuilder()
5001
5191
  .ep(commonParams)
@@ -5128,6 +5318,18 @@ class DeleteRestoreTestingSelectionCommand extends smithyClient.Command
5128
5318
  .build() {
5129
5319
  }
5130
5320
 
5321
+ class DeleteTieringConfigurationCommand extends smithyClient.Command
5322
+ .classBuilder()
5323
+ .ep(commonParams)
5324
+ .m(function (Command, cs, config, o) {
5325
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5326
+ })
5327
+ .s("CryoControllerUserManager", "DeleteTieringConfiguration", {})
5328
+ .n("BackupClient", "DeleteTieringConfigurationCommand")
5329
+ .sc(DeleteTieringConfiguration)
5330
+ .build() {
5331
+ }
5332
+
5131
5333
  class DescribeBackupJobCommand extends smithyClient.Command
5132
5334
  .classBuilder()
5133
5335
  .ep(commonParams)
@@ -5476,6 +5678,18 @@ class GetSupportedResourceTypesCommand extends smithyClient.Command
5476
5678
  .build() {
5477
5679
  }
5478
5680
 
5681
+ class GetTieringConfigurationCommand extends smithyClient.Command
5682
+ .classBuilder()
5683
+ .ep(commonParams)
5684
+ .m(function (Command, cs, config, o) {
5685
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5686
+ })
5687
+ .s("CryoControllerUserManager", "GetTieringConfiguration", {})
5688
+ .n("BackupClient", "GetTieringConfigurationCommand")
5689
+ .sc(GetTieringConfiguration)
5690
+ .build() {
5691
+ }
5692
+
5479
5693
  class ListBackupJobsCommand extends smithyClient.Command
5480
5694
  .classBuilder()
5481
5695
  .ep(commonParams)
@@ -5788,6 +6002,18 @@ class ListTagsCommand extends smithyClient.Command
5788
6002
  .build() {
5789
6003
  }
5790
6004
 
6005
+ class ListTieringConfigurationsCommand extends smithyClient.Command
6006
+ .classBuilder()
6007
+ .ep(commonParams)
6008
+ .m(function (Command, cs, config, o) {
6009
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6010
+ })
6011
+ .s("CryoControllerUserManager", "ListTieringConfigurations", {})
6012
+ .n("BackupClient", "ListTieringConfigurationsCommand")
6013
+ .sc(ListTieringConfigurations)
6014
+ .build() {
6015
+ }
6016
+
5791
6017
  class PutBackupVaultAccessPolicyCommand extends smithyClient.Command
5792
6018
  .classBuilder()
5793
6019
  .ep(commonParams)
@@ -6040,6 +6266,18 @@ class UpdateRestoreTestingSelectionCommand extends smithyClient.Command
6040
6266
  .build() {
6041
6267
  }
6042
6268
 
6269
+ class UpdateTieringConfigurationCommand extends smithyClient.Command
6270
+ .classBuilder()
6271
+ .ep(commonParams)
6272
+ .m(function (Command, cs, config, o) {
6273
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6274
+ })
6275
+ .s("CryoControllerUserManager", "UpdateTieringConfiguration", {})
6276
+ .n("BackupClient", "UpdateTieringConfigurationCommand")
6277
+ .sc(UpdateTieringConfiguration)
6278
+ .build() {
6279
+ }
6280
+
6043
6281
  const commands = {
6044
6282
  AssociateBackupVaultMpaApprovalTeamCommand,
6045
6283
  CancelLegalHoldCommand,
@@ -6053,6 +6291,7 @@ const commands = {
6053
6291
  CreateRestoreAccessBackupVaultCommand,
6054
6292
  CreateRestoreTestingPlanCommand,
6055
6293
  CreateRestoreTestingSelectionCommand,
6294
+ CreateTieringConfigurationCommand,
6056
6295
  DeleteBackupPlanCommand,
6057
6296
  DeleteBackupSelectionCommand,
6058
6297
  DeleteBackupVaultCommand,
@@ -6064,6 +6303,7 @@ const commands = {
6064
6303
  DeleteReportPlanCommand,
6065
6304
  DeleteRestoreTestingPlanCommand,
6066
6305
  DeleteRestoreTestingSelectionCommand,
6306
+ DeleteTieringConfigurationCommand,
6067
6307
  DescribeBackupJobCommand,
6068
6308
  DescribeBackupVaultCommand,
6069
6309
  DescribeCopyJobCommand,
@@ -6093,6 +6333,7 @@ const commands = {
6093
6333
  GetRestoreTestingPlanCommand,
6094
6334
  GetRestoreTestingSelectionCommand,
6095
6335
  GetSupportedResourceTypesCommand,
6336
+ GetTieringConfigurationCommand,
6096
6337
  ListBackupJobsCommand,
6097
6338
  ListBackupJobSummariesCommand,
6098
6339
  ListBackupPlansCommand,
@@ -6119,6 +6360,7 @@ const commands = {
6119
6360
  ListRestoreTestingPlansCommand,
6120
6361
  ListRestoreTestingSelectionsCommand,
6121
6362
  ListTagsCommand,
6363
+ ListTieringConfigurationsCommand,
6122
6364
  PutBackupVaultAccessPolicyCommand,
6123
6365
  PutBackupVaultLockConfigurationCommand,
6124
6366
  PutBackupVaultNotificationsCommand,
@@ -6140,6 +6382,7 @@ const commands = {
6140
6382
  UpdateReportPlanCommand,
6141
6383
  UpdateRestoreTestingPlanCommand,
6142
6384
  UpdateRestoreTestingSelectionCommand,
6385
+ UpdateTieringConfigurationCommand,
6143
6386
  };
6144
6387
  class Backup extends BackupClient {
6145
6388
  }
@@ -6197,6 +6440,8 @@ const paginateListRestoreTestingSelections = core.createPaginator(BackupClient,
6197
6440
 
6198
6441
  const paginateListTags = core.createPaginator(BackupClient, ListTagsCommand, "NextToken", "NextToken", "MaxResults");
6199
6442
 
6443
+ const paginateListTieringConfigurations = core.createPaginator(BackupClient, ListTieringConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
6444
+
6200
6445
  Object.defineProperty(exports, "$Command", {
6201
6446
  enumerable: true,
6202
6447
  get: function () { return smithyClient.Command; }
@@ -6229,6 +6474,7 @@ exports.CreateReportPlanCommand = CreateReportPlanCommand;
6229
6474
  exports.CreateRestoreAccessBackupVaultCommand = CreateRestoreAccessBackupVaultCommand;
6230
6475
  exports.CreateRestoreTestingPlanCommand = CreateRestoreTestingPlanCommand;
6231
6476
  exports.CreateRestoreTestingSelectionCommand = CreateRestoreTestingSelectionCommand;
6477
+ exports.CreateTieringConfigurationCommand = CreateTieringConfigurationCommand;
6232
6478
  exports.DeleteBackupPlanCommand = DeleteBackupPlanCommand;
6233
6479
  exports.DeleteBackupSelectionCommand = DeleteBackupSelectionCommand;
6234
6480
  exports.DeleteBackupVaultAccessPolicyCommand = DeleteBackupVaultAccessPolicyCommand;
@@ -6240,6 +6486,7 @@ exports.DeleteRecoveryPointCommand = DeleteRecoveryPointCommand;
6240
6486
  exports.DeleteReportPlanCommand = DeleteReportPlanCommand;
6241
6487
  exports.DeleteRestoreTestingPlanCommand = DeleteRestoreTestingPlanCommand;
6242
6488
  exports.DeleteRestoreTestingSelectionCommand = DeleteRestoreTestingSelectionCommand;
6489
+ exports.DeleteTieringConfigurationCommand = DeleteTieringConfigurationCommand;
6243
6490
  exports.DependencyFailureException = DependencyFailureException$1;
6244
6491
  exports.DescribeBackupJobCommand = DescribeBackupJobCommand;
6245
6492
  exports.DescribeBackupVaultCommand = DescribeBackupVaultCommand;
@@ -6271,6 +6518,7 @@ exports.GetRestoreTestingInferredMetadataCommand = GetRestoreTestingInferredMeta
6271
6518
  exports.GetRestoreTestingPlanCommand = GetRestoreTestingPlanCommand;
6272
6519
  exports.GetRestoreTestingSelectionCommand = GetRestoreTestingSelectionCommand;
6273
6520
  exports.GetSupportedResourceTypesCommand = GetSupportedResourceTypesCommand;
6521
+ exports.GetTieringConfigurationCommand = GetTieringConfigurationCommand;
6274
6522
  exports.Index = Index;
6275
6523
  exports.IndexStatus = IndexStatus;
6276
6524
  exports.InvalidParameterValueException = InvalidParameterValueException$1;
@@ -6305,6 +6553,7 @@ exports.ListRestoreJobsCommand = ListRestoreJobsCommand;
6305
6553
  exports.ListRestoreTestingPlansCommand = ListRestoreTestingPlansCommand;
6306
6554
  exports.ListRestoreTestingSelectionsCommand = ListRestoreTestingSelectionsCommand;
6307
6555
  exports.ListTagsCommand = ListTagsCommand;
6556
+ exports.ListTieringConfigurationsCommand = ListTieringConfigurationsCommand;
6308
6557
  exports.MissingParameterValueException = MissingParameterValueException$1;
6309
6558
  exports.MpaRevokeSessionStatus = MpaRevokeSessionStatus;
6310
6559
  exports.MpaSessionStatus = MpaSessionStatus;
@@ -6340,6 +6589,7 @@ exports.UpdateRegionSettingsCommand = UpdateRegionSettingsCommand;
6340
6589
  exports.UpdateReportPlanCommand = UpdateReportPlanCommand;
6341
6590
  exports.UpdateRestoreTestingPlanCommand = UpdateRestoreTestingPlanCommand;
6342
6591
  exports.UpdateRestoreTestingSelectionCommand = UpdateRestoreTestingSelectionCommand;
6592
+ exports.UpdateTieringConfigurationCommand = UpdateTieringConfigurationCommand;
6343
6593
  exports.VaultState = VaultState;
6344
6594
  exports.VaultType = VaultType;
6345
6595
  exports.paginateListBackupJobSummaries = paginateListBackupJobSummaries;
@@ -6368,3 +6618,4 @@ exports.paginateListRestoreJobsByProtectedResource = paginateListRestoreJobsByPr
6368
6618
  exports.paginateListRestoreTestingPlans = paginateListRestoreTestingPlans;
6369
6619
  exports.paginateListRestoreTestingSelections = paginateListRestoreTestingSelections;
6370
6620
  exports.paginateListTags = paginateListTags;
6621
+ exports.paginateListTieringConfigurations = paginateListTieringConfigurations;
package/dist-es/Backup.js CHANGED
@@ -12,6 +12,7 @@ import { CreateReportPlanCommand, } from "./commands/CreateReportPlanCommand";
12
12
  import { CreateRestoreAccessBackupVaultCommand, } from "./commands/CreateRestoreAccessBackupVaultCommand";
13
13
  import { CreateRestoreTestingPlanCommand, } from "./commands/CreateRestoreTestingPlanCommand";
14
14
  import { CreateRestoreTestingSelectionCommand, } from "./commands/CreateRestoreTestingSelectionCommand";
15
+ import { CreateTieringConfigurationCommand, } from "./commands/CreateTieringConfigurationCommand";
15
16
  import { DeleteBackupPlanCommand, } from "./commands/DeleteBackupPlanCommand";
16
17
  import { DeleteBackupSelectionCommand, } from "./commands/DeleteBackupSelectionCommand";
17
18
  import { DeleteBackupVaultAccessPolicyCommand, } from "./commands/DeleteBackupVaultAccessPolicyCommand";
@@ -23,6 +24,7 @@ import { DeleteRecoveryPointCommand, } from "./commands/DeleteRecoveryPointComma
23
24
  import { DeleteReportPlanCommand, } from "./commands/DeleteReportPlanCommand";
24
25
  import { DeleteRestoreTestingPlanCommand, } from "./commands/DeleteRestoreTestingPlanCommand";
25
26
  import { DeleteRestoreTestingSelectionCommand, } from "./commands/DeleteRestoreTestingSelectionCommand";
27
+ import { DeleteTieringConfigurationCommand, } from "./commands/DeleteTieringConfigurationCommand";
26
28
  import { DescribeBackupJobCommand, } from "./commands/DescribeBackupJobCommand";
27
29
  import { DescribeBackupVaultCommand, } from "./commands/DescribeBackupVaultCommand";
28
30
  import { DescribeCopyJobCommand, } from "./commands/DescribeCopyJobCommand";
@@ -52,6 +54,7 @@ import { GetRestoreTestingInferredMetadataCommand, } from "./commands/GetRestore
52
54
  import { GetRestoreTestingPlanCommand, } from "./commands/GetRestoreTestingPlanCommand";
53
55
  import { GetRestoreTestingSelectionCommand, } from "./commands/GetRestoreTestingSelectionCommand";
54
56
  import { GetSupportedResourceTypesCommand, } from "./commands/GetSupportedResourceTypesCommand";
57
+ import { GetTieringConfigurationCommand, } from "./commands/GetTieringConfigurationCommand";
55
58
  import { ListBackupJobsCommand, } from "./commands/ListBackupJobsCommand";
56
59
  import { ListBackupJobSummariesCommand, } from "./commands/ListBackupJobSummariesCommand";
57
60
  import { ListBackupPlansCommand, } from "./commands/ListBackupPlansCommand";
@@ -78,6 +81,7 @@ import { ListRestoreJobSummariesCommand, } from "./commands/ListRestoreJobSummar
78
81
  import { ListRestoreTestingPlansCommand, } from "./commands/ListRestoreTestingPlansCommand";
79
82
  import { ListRestoreTestingSelectionsCommand, } from "./commands/ListRestoreTestingSelectionsCommand";
80
83
  import { ListTagsCommand } from "./commands/ListTagsCommand";
84
+ import { ListTieringConfigurationsCommand, } from "./commands/ListTieringConfigurationsCommand";
81
85
  import { PutBackupVaultAccessPolicyCommand, } from "./commands/PutBackupVaultAccessPolicyCommand";
82
86
  import { PutBackupVaultLockConfigurationCommand, } from "./commands/PutBackupVaultLockConfigurationCommand";
83
87
  import { PutBackupVaultNotificationsCommand, } from "./commands/PutBackupVaultNotificationsCommand";
@@ -99,6 +103,7 @@ import { UpdateRegionSettingsCommand, } from "./commands/UpdateRegionSettingsCom
99
103
  import { UpdateReportPlanCommand, } from "./commands/UpdateReportPlanCommand";
100
104
  import { UpdateRestoreTestingPlanCommand, } from "./commands/UpdateRestoreTestingPlanCommand";
101
105
  import { UpdateRestoreTestingSelectionCommand, } from "./commands/UpdateRestoreTestingSelectionCommand";
106
+ import { UpdateTieringConfigurationCommand, } from "./commands/UpdateTieringConfigurationCommand";
102
107
  const commands = {
103
108
  AssociateBackupVaultMpaApprovalTeamCommand,
104
109
  CancelLegalHoldCommand,
@@ -112,6 +117,7 @@ const commands = {
112
117
  CreateRestoreAccessBackupVaultCommand,
113
118
  CreateRestoreTestingPlanCommand,
114
119
  CreateRestoreTestingSelectionCommand,
120
+ CreateTieringConfigurationCommand,
115
121
  DeleteBackupPlanCommand,
116
122
  DeleteBackupSelectionCommand,
117
123
  DeleteBackupVaultCommand,
@@ -123,6 +129,7 @@ const commands = {
123
129
  DeleteReportPlanCommand,
124
130
  DeleteRestoreTestingPlanCommand,
125
131
  DeleteRestoreTestingSelectionCommand,
132
+ DeleteTieringConfigurationCommand,
126
133
  DescribeBackupJobCommand,
127
134
  DescribeBackupVaultCommand,
128
135
  DescribeCopyJobCommand,
@@ -152,6 +159,7 @@ const commands = {
152
159
  GetRestoreTestingPlanCommand,
153
160
  GetRestoreTestingSelectionCommand,
154
161
  GetSupportedResourceTypesCommand,
162
+ GetTieringConfigurationCommand,
155
163
  ListBackupJobsCommand,
156
164
  ListBackupJobSummariesCommand,
157
165
  ListBackupPlansCommand,
@@ -178,6 +186,7 @@ const commands = {
178
186
  ListRestoreTestingPlansCommand,
179
187
  ListRestoreTestingSelectionsCommand,
180
188
  ListTagsCommand,
189
+ ListTieringConfigurationsCommand,
181
190
  PutBackupVaultAccessPolicyCommand,
182
191
  PutBackupVaultLockConfigurationCommand,
183
192
  PutBackupVaultNotificationsCommand,
@@ -199,6 +208,7 @@ const commands = {
199
208
  UpdateReportPlanCommand,
200
209
  UpdateRestoreTestingPlanCommand,
201
210
  UpdateRestoreTestingSelectionCommand,
211
+ UpdateTieringConfigurationCommand,
202
212
  };
203
213
  export class Backup extends BackupClient {
204
214
  }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateTieringConfiguration } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateTieringConfigurationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("CryoControllerUserManager", "CreateTieringConfiguration", {})
13
+ .n("BackupClient", "CreateTieringConfigurationCommand")
14
+ .sc(CreateTieringConfiguration)
15
+ .build() {
16
+ }