@aws-sdk/client-backup 3.932.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 (52) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +277 -8
  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/models/models_0.js +3 -0
  11. package/dist-es/pagination/ListTieringConfigurationsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/schemas/schemas_0.js +200 -8
  14. package/dist-types/Backup.d.ts +36 -0
  15. package/dist-types/BackupClient.d.ts +7 -2
  16. package/dist-types/commands/CreateBackupPlanCommand.d.ts +3 -0
  17. package/dist-types/commands/CreateTieringConfigurationCommand.d.ts +115 -0
  18. package/dist-types/commands/DeleteTieringConfigurationCommand.d.ts +85 -0
  19. package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -0
  20. package/dist-types/commands/DescribeCopyJobCommand.d.ts +2 -0
  21. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -0
  22. package/dist-types/commands/GetBackupPlanCommand.d.ts +3 -0
  23. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +3 -0
  24. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +3 -0
  25. package/dist-types/commands/GetTieringConfigurationCommand.d.ts +105 -0
  26. package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -0
  27. package/dist-types/commands/ListCopyJobsCommand.d.ts +3 -0
  28. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -0
  29. package/dist-types/commands/ListTieringConfigurationsCommand.d.ts +91 -0
  30. package/dist-types/commands/StartBackupJobCommand.d.ts +2 -0
  31. package/dist-types/commands/StartCopyJobCommand.d.ts +1 -0
  32. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +3 -0
  33. package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -0
  34. package/dist-types/commands/UpdateTieringConfigurationCommand.d.ts +134 -0
  35. package/dist-types/commands/index.d.ts +5 -0
  36. package/dist-types/models/models_0.d.ts +395 -2
  37. package/dist-types/pagination/ListTieringConfigurationsPaginator.d.ts +7 -0
  38. package/dist-types/pagination/index.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +22 -0
  40. package/dist-types/ts3.4/Backup.d.ts +86 -0
  41. package/dist-types/ts3.4/BackupClient.d.ts +32 -2
  42. package/dist-types/ts3.4/commands/CreateTieringConfigurationCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/DeleteTieringConfigurationCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/GetTieringConfigurationCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/ListTieringConfigurationsCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/UpdateTieringConfigurationCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +79 -0
  49. package/dist-types/ts3.4/pagination/ListTieringConfigurationsPaginator.d.ts +11 -0
  50. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  52. package/package.json +6 -6
@@ -12,6 +12,7 @@ import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "./c
12
12
  import { CreateRestoreAccessBackupVaultCommandInput, CreateRestoreAccessBackupVaultCommandOutput } from "./commands/CreateRestoreAccessBackupVaultCommand";
13
13
  import { CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput } from "./commands/CreateRestoreTestingPlanCommand";
14
14
  import { CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput } from "./commands/CreateRestoreTestingSelectionCommand";
15
+ import { CreateTieringConfigurationCommandInput, CreateTieringConfigurationCommandOutput } from "./commands/CreateTieringConfigurationCommand";
15
16
  import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "./commands/DeleteBackupPlanCommand";
16
17
  import { DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput } from "./commands/DeleteBackupSelectionCommand";
17
18
  import { DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput } from "./commands/DeleteBackupVaultAccessPolicyCommand";
@@ -23,6 +24,7 @@ import { DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput } fro
23
24
  import { DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput } from "./commands/DeleteReportPlanCommand";
24
25
  import { DeleteRestoreTestingPlanCommandInput, DeleteRestoreTestingPlanCommandOutput } from "./commands/DeleteRestoreTestingPlanCommand";
25
26
  import { DeleteRestoreTestingSelectionCommandInput, DeleteRestoreTestingSelectionCommandOutput } from "./commands/DeleteRestoreTestingSelectionCommand";
27
+ import { DeleteTieringConfigurationCommandInput, DeleteTieringConfigurationCommandOutput } from "./commands/DeleteTieringConfigurationCommand";
26
28
  import { DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput } from "./commands/DescribeBackupJobCommand";
27
29
  import { DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput } from "./commands/DescribeBackupVaultCommand";
28
30
  import { DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput } from "./commands/DescribeCopyJobCommand";
@@ -52,6 +54,7 @@ import { GetRestoreTestingInferredMetadataCommandInput, GetRestoreTestingInferre
52
54
  import { GetRestoreTestingPlanCommandInput, GetRestoreTestingPlanCommandOutput } from "./commands/GetRestoreTestingPlanCommand";
53
55
  import { GetRestoreTestingSelectionCommandInput, GetRestoreTestingSelectionCommandOutput } from "./commands/GetRestoreTestingSelectionCommand";
54
56
  import { GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput } from "./commands/GetSupportedResourceTypesCommand";
57
+ import { GetTieringConfigurationCommandInput, GetTieringConfigurationCommandOutput } from "./commands/GetTieringConfigurationCommand";
55
58
  import { ListBackupJobsCommandInput, ListBackupJobsCommandOutput } from "./commands/ListBackupJobsCommand";
56
59
  import { ListBackupJobSummariesCommandInput, ListBackupJobSummariesCommandOutput } from "./commands/ListBackupJobSummariesCommand";
57
60
  import { ListBackupPlansCommandInput, ListBackupPlansCommandOutput } from "./commands/ListBackupPlansCommand";
@@ -78,6 +81,7 @@ import { ListRestoreJobSummariesCommandInput, ListRestoreJobSummariesCommandOutp
78
81
  import { ListRestoreTestingPlansCommandInput, ListRestoreTestingPlansCommandOutput } from "./commands/ListRestoreTestingPlansCommand";
79
82
  import { ListRestoreTestingSelectionsCommandInput, ListRestoreTestingSelectionsCommandOutput } from "./commands/ListRestoreTestingSelectionsCommand";
80
83
  import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
84
+ import { ListTieringConfigurationsCommandInput, ListTieringConfigurationsCommandOutput } from "./commands/ListTieringConfigurationsCommand";
81
85
  import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "./commands/PutBackupVaultAccessPolicyCommand";
82
86
  import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "./commands/PutBackupVaultLockConfigurationCommand";
83
87
  import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "./commands/PutBackupVaultNotificationsCommand";
@@ -99,6 +103,7 @@ import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } f
99
103
  import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
100
104
  import { UpdateRestoreTestingPlanCommandInput, UpdateRestoreTestingPlanCommandOutput } from "./commands/UpdateRestoreTestingPlanCommand";
101
105
  import { UpdateRestoreTestingSelectionCommandInput, UpdateRestoreTestingSelectionCommandOutput } from "./commands/UpdateRestoreTestingSelectionCommand";
106
+ import { UpdateTieringConfigurationCommandInput, UpdateTieringConfigurationCommandOutput } from "./commands/UpdateTieringConfigurationCommand";
102
107
  export interface Backup {
103
108
  /**
104
109
  * @see {@link AssociateBackupVaultMpaApprovalTeamCommand}
@@ -172,6 +177,12 @@ export interface Backup {
172
177
  createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateRestoreTestingSelectionCommandOutput>;
173
178
  createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, cb: (err: any, data?: CreateRestoreTestingSelectionCommandOutput) => void): void;
174
179
  createRestoreTestingSelection(args: CreateRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRestoreTestingSelectionCommandOutput) => void): void;
180
+ /**
181
+ * @see {@link CreateTieringConfigurationCommand}
182
+ */
183
+ createTieringConfiguration(args: CreateTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateTieringConfigurationCommandOutput>;
184
+ createTieringConfiguration(args: CreateTieringConfigurationCommandInput, cb: (err: any, data?: CreateTieringConfigurationCommandOutput) => void): void;
185
+ createTieringConfiguration(args: CreateTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTieringConfigurationCommandOutput) => void): void;
175
186
  /**
176
187
  * @see {@link DeleteBackupPlanCommand}
177
188
  */
@@ -238,6 +249,12 @@ export interface Backup {
238
249
  deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRestoreTestingSelectionCommandOutput>;
239
250
  deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, cb: (err: any, data?: DeleteRestoreTestingSelectionCommandOutput) => void): void;
240
251
  deleteRestoreTestingSelection(args: DeleteRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRestoreTestingSelectionCommandOutput) => void): void;
252
+ /**
253
+ * @see {@link DeleteTieringConfigurationCommand}
254
+ */
255
+ deleteTieringConfiguration(args: DeleteTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTieringConfigurationCommandOutput>;
256
+ deleteTieringConfiguration(args: DeleteTieringConfigurationCommandInput, cb: (err: any, data?: DeleteTieringConfigurationCommandOutput) => void): void;
257
+ deleteTieringConfiguration(args: DeleteTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTieringConfigurationCommandOutput) => void): void;
241
258
  /**
242
259
  * @see {@link DescribeBackupJobCommand}
243
260
  */
@@ -415,6 +432,12 @@ export interface Backup {
415
432
  getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSupportedResourceTypesCommandOutput>;
416
433
  getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
417
434
  getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
435
+ /**
436
+ * @see {@link GetTieringConfigurationCommand}
437
+ */
438
+ getTieringConfiguration(args: GetTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetTieringConfigurationCommandOutput>;
439
+ getTieringConfiguration(args: GetTieringConfigurationCommandInput, cb: (err: any, data?: GetTieringConfigurationCommandOutput) => void): void;
440
+ getTieringConfiguration(args: GetTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTieringConfigurationCommandOutput) => void): void;
418
441
  /**
419
442
  * @see {@link ListBackupJobsCommand}
420
443
  */
@@ -587,6 +610,13 @@ export interface Backup {
587
610
  listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
588
611
  listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
589
612
  listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
613
+ /**
614
+ * @see {@link ListTieringConfigurationsCommand}
615
+ */
616
+ listTieringConfigurations(): Promise<ListTieringConfigurationsCommandOutput>;
617
+ listTieringConfigurations(args: ListTieringConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTieringConfigurationsCommandOutput>;
618
+ listTieringConfigurations(args: ListTieringConfigurationsCommandInput, cb: (err: any, data?: ListTieringConfigurationsCommandOutput) => void): void;
619
+ listTieringConfigurations(args: ListTieringConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTieringConfigurationsCommandOutput) => void): void;
590
620
  /**
591
621
  * @see {@link PutBackupVaultAccessPolicyCommand}
592
622
  */
@@ -715,6 +745,12 @@ export interface Backup {
715
745
  updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRestoreTestingSelectionCommandOutput>;
716
746
  updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, cb: (err: any, data?: UpdateRestoreTestingSelectionCommandOutput) => void): void;
717
747
  updateRestoreTestingSelection(args: UpdateRestoreTestingSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRestoreTestingSelectionCommandOutput) => void): void;
748
+ /**
749
+ * @see {@link UpdateTieringConfigurationCommand}
750
+ */
751
+ updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTieringConfigurationCommandOutput>;
752
+ updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, cb: (err: any, data?: UpdateTieringConfigurationCommandOutput) => void): void;
753
+ updateTieringConfiguration(args: UpdateTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTieringConfigurationCommandOutput) => void): void;
718
754
  }
719
755
  /**
720
756
  * <fullname>Backup</fullname>
@@ -19,6 +19,7 @@ import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "./c
19
19
  import { CreateRestoreAccessBackupVaultCommandInput, CreateRestoreAccessBackupVaultCommandOutput } from "./commands/CreateRestoreAccessBackupVaultCommand";
20
20
  import { CreateRestoreTestingPlanCommandInput, CreateRestoreTestingPlanCommandOutput } from "./commands/CreateRestoreTestingPlanCommand";
21
21
  import { CreateRestoreTestingSelectionCommandInput, CreateRestoreTestingSelectionCommandOutput } from "./commands/CreateRestoreTestingSelectionCommand";
22
+ import { CreateTieringConfigurationCommandInput, CreateTieringConfigurationCommandOutput } from "./commands/CreateTieringConfigurationCommand";
22
23
  import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "./commands/DeleteBackupPlanCommand";
23
24
  import { DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput } from "./commands/DeleteBackupSelectionCommand";
24
25
  import { DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput } from "./commands/DeleteBackupVaultAccessPolicyCommand";
@@ -30,6 +31,7 @@ import { DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput } fro
30
31
  import { DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput } from "./commands/DeleteReportPlanCommand";
31
32
  import { DeleteRestoreTestingPlanCommandInput, DeleteRestoreTestingPlanCommandOutput } from "./commands/DeleteRestoreTestingPlanCommand";
32
33
  import { DeleteRestoreTestingSelectionCommandInput, DeleteRestoreTestingSelectionCommandOutput } from "./commands/DeleteRestoreTestingSelectionCommand";
34
+ import { DeleteTieringConfigurationCommandInput, DeleteTieringConfigurationCommandOutput } from "./commands/DeleteTieringConfigurationCommand";
33
35
  import { DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput } from "./commands/DescribeBackupJobCommand";
34
36
  import { DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput } from "./commands/DescribeBackupVaultCommand";
35
37
  import { DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput } from "./commands/DescribeCopyJobCommand";
@@ -59,6 +61,7 @@ import { GetRestoreTestingInferredMetadataCommandInput, GetRestoreTestingInferre
59
61
  import { GetRestoreTestingPlanCommandInput, GetRestoreTestingPlanCommandOutput } from "./commands/GetRestoreTestingPlanCommand";
60
62
  import { GetRestoreTestingSelectionCommandInput, GetRestoreTestingSelectionCommandOutput } from "./commands/GetRestoreTestingSelectionCommand";
61
63
  import { GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput } from "./commands/GetSupportedResourceTypesCommand";
64
+ import { GetTieringConfigurationCommandInput, GetTieringConfigurationCommandOutput } from "./commands/GetTieringConfigurationCommand";
62
65
  import { ListBackupJobsCommandInput, ListBackupJobsCommandOutput } from "./commands/ListBackupJobsCommand";
63
66
  import { ListBackupJobSummariesCommandInput, ListBackupJobSummariesCommandOutput } from "./commands/ListBackupJobSummariesCommand";
64
67
  import { ListBackupPlansCommandInput, ListBackupPlansCommandOutput } from "./commands/ListBackupPlansCommand";
@@ -85,6 +88,7 @@ import { ListRestoreJobSummariesCommandInput, ListRestoreJobSummariesCommandOutp
85
88
  import { ListRestoreTestingPlansCommandInput, ListRestoreTestingPlansCommandOutput } from "./commands/ListRestoreTestingPlansCommand";
86
89
  import { ListRestoreTestingSelectionsCommandInput, ListRestoreTestingSelectionsCommandOutput } from "./commands/ListRestoreTestingSelectionsCommand";
87
90
  import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
91
+ import { ListTieringConfigurationsCommandInput, ListTieringConfigurationsCommandOutput } from "./commands/ListTieringConfigurationsCommand";
88
92
  import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "./commands/PutBackupVaultAccessPolicyCommand";
89
93
  import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "./commands/PutBackupVaultLockConfigurationCommand";
90
94
  import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "./commands/PutBackupVaultNotificationsCommand";
@@ -106,17 +110,18 @@ import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } f
106
110
  import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
107
111
  import { UpdateRestoreTestingPlanCommandInput, UpdateRestoreTestingPlanCommandOutput } from "./commands/UpdateRestoreTestingPlanCommand";
108
112
  import { UpdateRestoreTestingSelectionCommandInput, UpdateRestoreTestingSelectionCommandOutput } from "./commands/UpdateRestoreTestingSelectionCommand";
113
+ import { UpdateTieringConfigurationCommandInput, UpdateTieringConfigurationCommandOutput } from "./commands/UpdateTieringConfigurationCommand";
109
114
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
110
115
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
111
116
  export { __Client };
112
117
  /**
113
118
  * @public
114
119
  */
115
- export type ServiceInputTypes = AssociateBackupVaultMpaApprovalTeamCommandInput | CancelLegalHoldCommandInput | CreateBackupPlanCommandInput | CreateBackupSelectionCommandInput | CreateBackupVaultCommandInput | CreateFrameworkCommandInput | CreateLegalHoldCommandInput | CreateLogicallyAirGappedBackupVaultCommandInput | CreateReportPlanCommandInput | CreateRestoreAccessBackupVaultCommandInput | CreateRestoreTestingPlanCommandInput | CreateRestoreTestingSelectionCommandInput | DeleteBackupPlanCommandInput | DeleteBackupSelectionCommandInput | DeleteBackupVaultAccessPolicyCommandInput | DeleteBackupVaultCommandInput | DeleteBackupVaultLockConfigurationCommandInput | DeleteBackupVaultNotificationsCommandInput | DeleteFrameworkCommandInput | DeleteRecoveryPointCommandInput | DeleteReportPlanCommandInput | DeleteRestoreTestingPlanCommandInput | DeleteRestoreTestingSelectionCommandInput | DescribeBackupJobCommandInput | DescribeBackupVaultCommandInput | DescribeCopyJobCommandInput | DescribeFrameworkCommandInput | DescribeGlobalSettingsCommandInput | DescribeProtectedResourceCommandInput | DescribeRecoveryPointCommandInput | DescribeRegionSettingsCommandInput | DescribeReportJobCommandInput | DescribeReportPlanCommandInput | DescribeRestoreJobCommandInput | DisassociateBackupVaultMpaApprovalTeamCommandInput | DisassociateRecoveryPointCommandInput | DisassociateRecoveryPointFromParentCommandInput | ExportBackupPlanTemplateCommandInput | GetBackupPlanCommandInput | GetBackupPlanFromJSONCommandInput | GetBackupPlanFromTemplateCommandInput | GetBackupSelectionCommandInput | GetBackupVaultAccessPolicyCommandInput | GetBackupVaultNotificationsCommandInput | GetLegalHoldCommandInput | GetRecoveryPointIndexDetailsCommandInput | GetRecoveryPointRestoreMetadataCommandInput | GetRestoreJobMetadataCommandInput | GetRestoreTestingInferredMetadataCommandInput | GetRestoreTestingPlanCommandInput | GetRestoreTestingSelectionCommandInput | GetSupportedResourceTypesCommandInput | ListBackupJobSummariesCommandInput | ListBackupJobsCommandInput | ListBackupPlanTemplatesCommandInput | ListBackupPlanVersionsCommandInput | ListBackupPlansCommandInput | ListBackupSelectionsCommandInput | ListBackupVaultsCommandInput | ListCopyJobSummariesCommandInput | ListCopyJobsCommandInput | ListFrameworksCommandInput | ListIndexedRecoveryPointsCommandInput | ListLegalHoldsCommandInput | ListProtectedResourcesByBackupVaultCommandInput | ListProtectedResourcesCommandInput | ListRecoveryPointsByBackupVaultCommandInput | ListRecoveryPointsByLegalHoldCommandInput | ListRecoveryPointsByResourceCommandInput | ListReportJobsCommandInput | ListReportPlansCommandInput | ListRestoreAccessBackupVaultsCommandInput | ListRestoreJobSummariesCommandInput | ListRestoreJobsByProtectedResourceCommandInput | ListRestoreJobsCommandInput | ListRestoreTestingPlansCommandInput | ListRestoreTestingSelectionsCommandInput | ListTagsCommandInput | PutBackupVaultAccessPolicyCommandInput | PutBackupVaultLockConfigurationCommandInput | PutBackupVaultNotificationsCommandInput | PutRestoreValidationResultCommandInput | RevokeRestoreAccessBackupVaultCommandInput | StartBackupJobCommandInput | StartCopyJobCommandInput | StartReportJobCommandInput | StartRestoreJobCommandInput | StopBackupJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBackupPlanCommandInput | UpdateFrameworkCommandInput | UpdateGlobalSettingsCommandInput | UpdateRecoveryPointIndexSettingsCommandInput | UpdateRecoveryPointLifecycleCommandInput | UpdateRegionSettingsCommandInput | UpdateReportPlanCommandInput | UpdateRestoreTestingPlanCommandInput | UpdateRestoreTestingSelectionCommandInput;
120
+ export type ServiceInputTypes = AssociateBackupVaultMpaApprovalTeamCommandInput | CancelLegalHoldCommandInput | CreateBackupPlanCommandInput | CreateBackupSelectionCommandInput | CreateBackupVaultCommandInput | CreateFrameworkCommandInput | CreateLegalHoldCommandInput | CreateLogicallyAirGappedBackupVaultCommandInput | CreateReportPlanCommandInput | CreateRestoreAccessBackupVaultCommandInput | CreateRestoreTestingPlanCommandInput | CreateRestoreTestingSelectionCommandInput | CreateTieringConfigurationCommandInput | DeleteBackupPlanCommandInput | DeleteBackupSelectionCommandInput | DeleteBackupVaultAccessPolicyCommandInput | DeleteBackupVaultCommandInput | DeleteBackupVaultLockConfigurationCommandInput | DeleteBackupVaultNotificationsCommandInput | DeleteFrameworkCommandInput | DeleteRecoveryPointCommandInput | DeleteReportPlanCommandInput | DeleteRestoreTestingPlanCommandInput | DeleteRestoreTestingSelectionCommandInput | DeleteTieringConfigurationCommandInput | DescribeBackupJobCommandInput | DescribeBackupVaultCommandInput | DescribeCopyJobCommandInput | DescribeFrameworkCommandInput | DescribeGlobalSettingsCommandInput | DescribeProtectedResourceCommandInput | DescribeRecoveryPointCommandInput | DescribeRegionSettingsCommandInput | DescribeReportJobCommandInput | DescribeReportPlanCommandInput | DescribeRestoreJobCommandInput | DisassociateBackupVaultMpaApprovalTeamCommandInput | DisassociateRecoveryPointCommandInput | DisassociateRecoveryPointFromParentCommandInput | ExportBackupPlanTemplateCommandInput | GetBackupPlanCommandInput | GetBackupPlanFromJSONCommandInput | GetBackupPlanFromTemplateCommandInput | GetBackupSelectionCommandInput | GetBackupVaultAccessPolicyCommandInput | GetBackupVaultNotificationsCommandInput | GetLegalHoldCommandInput | GetRecoveryPointIndexDetailsCommandInput | GetRecoveryPointRestoreMetadataCommandInput | GetRestoreJobMetadataCommandInput | GetRestoreTestingInferredMetadataCommandInput | GetRestoreTestingPlanCommandInput | GetRestoreTestingSelectionCommandInput | GetSupportedResourceTypesCommandInput | GetTieringConfigurationCommandInput | ListBackupJobSummariesCommandInput | ListBackupJobsCommandInput | ListBackupPlanTemplatesCommandInput | ListBackupPlanVersionsCommandInput | ListBackupPlansCommandInput | ListBackupSelectionsCommandInput | ListBackupVaultsCommandInput | ListCopyJobSummariesCommandInput | ListCopyJobsCommandInput | ListFrameworksCommandInput | ListIndexedRecoveryPointsCommandInput | ListLegalHoldsCommandInput | ListProtectedResourcesByBackupVaultCommandInput | ListProtectedResourcesCommandInput | ListRecoveryPointsByBackupVaultCommandInput | ListRecoveryPointsByLegalHoldCommandInput | ListRecoveryPointsByResourceCommandInput | ListReportJobsCommandInput | ListReportPlansCommandInput | ListRestoreAccessBackupVaultsCommandInput | ListRestoreJobSummariesCommandInput | ListRestoreJobsByProtectedResourceCommandInput | ListRestoreJobsCommandInput | ListRestoreTestingPlansCommandInput | ListRestoreTestingSelectionsCommandInput | ListTagsCommandInput | ListTieringConfigurationsCommandInput | PutBackupVaultAccessPolicyCommandInput | PutBackupVaultLockConfigurationCommandInput | PutBackupVaultNotificationsCommandInput | PutRestoreValidationResultCommandInput | RevokeRestoreAccessBackupVaultCommandInput | StartBackupJobCommandInput | StartCopyJobCommandInput | StartReportJobCommandInput | StartRestoreJobCommandInput | StopBackupJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBackupPlanCommandInput | UpdateFrameworkCommandInput | UpdateGlobalSettingsCommandInput | UpdateRecoveryPointIndexSettingsCommandInput | UpdateRecoveryPointLifecycleCommandInput | UpdateRegionSettingsCommandInput | UpdateReportPlanCommandInput | UpdateRestoreTestingPlanCommandInput | UpdateRestoreTestingSelectionCommandInput | UpdateTieringConfigurationCommandInput;
116
121
  /**
117
122
  * @public
118
123
  */
119
- export type ServiceOutputTypes = AssociateBackupVaultMpaApprovalTeamCommandOutput | CancelLegalHoldCommandOutput | CreateBackupPlanCommandOutput | CreateBackupSelectionCommandOutput | CreateBackupVaultCommandOutput | CreateFrameworkCommandOutput | CreateLegalHoldCommandOutput | CreateLogicallyAirGappedBackupVaultCommandOutput | CreateReportPlanCommandOutput | CreateRestoreAccessBackupVaultCommandOutput | CreateRestoreTestingPlanCommandOutput | CreateRestoreTestingSelectionCommandOutput | DeleteBackupPlanCommandOutput | DeleteBackupSelectionCommandOutput | DeleteBackupVaultAccessPolicyCommandOutput | DeleteBackupVaultCommandOutput | DeleteBackupVaultLockConfigurationCommandOutput | DeleteBackupVaultNotificationsCommandOutput | DeleteFrameworkCommandOutput | DeleteRecoveryPointCommandOutput | DeleteReportPlanCommandOutput | DeleteRestoreTestingPlanCommandOutput | DeleteRestoreTestingSelectionCommandOutput | DescribeBackupJobCommandOutput | DescribeBackupVaultCommandOutput | DescribeCopyJobCommandOutput | DescribeFrameworkCommandOutput | DescribeGlobalSettingsCommandOutput | DescribeProtectedResourceCommandOutput | DescribeRecoveryPointCommandOutput | DescribeRegionSettingsCommandOutput | DescribeReportJobCommandOutput | DescribeReportPlanCommandOutput | DescribeRestoreJobCommandOutput | DisassociateBackupVaultMpaApprovalTeamCommandOutput | DisassociateRecoveryPointCommandOutput | DisassociateRecoveryPointFromParentCommandOutput | ExportBackupPlanTemplateCommandOutput | GetBackupPlanCommandOutput | GetBackupPlanFromJSONCommandOutput | GetBackupPlanFromTemplateCommandOutput | GetBackupSelectionCommandOutput | GetBackupVaultAccessPolicyCommandOutput | GetBackupVaultNotificationsCommandOutput | GetLegalHoldCommandOutput | GetRecoveryPointIndexDetailsCommandOutput | GetRecoveryPointRestoreMetadataCommandOutput | GetRestoreJobMetadataCommandOutput | GetRestoreTestingInferredMetadataCommandOutput | GetRestoreTestingPlanCommandOutput | GetRestoreTestingSelectionCommandOutput | GetSupportedResourceTypesCommandOutput | ListBackupJobSummariesCommandOutput | ListBackupJobsCommandOutput | ListBackupPlanTemplatesCommandOutput | ListBackupPlanVersionsCommandOutput | ListBackupPlansCommandOutput | ListBackupSelectionsCommandOutput | ListBackupVaultsCommandOutput | ListCopyJobSummariesCommandOutput | ListCopyJobsCommandOutput | ListFrameworksCommandOutput | ListIndexedRecoveryPointsCommandOutput | ListLegalHoldsCommandOutput | ListProtectedResourcesByBackupVaultCommandOutput | ListProtectedResourcesCommandOutput | ListRecoveryPointsByBackupVaultCommandOutput | ListRecoveryPointsByLegalHoldCommandOutput | ListRecoveryPointsByResourceCommandOutput | ListReportJobsCommandOutput | ListReportPlansCommandOutput | ListRestoreAccessBackupVaultsCommandOutput | ListRestoreJobSummariesCommandOutput | ListRestoreJobsByProtectedResourceCommandOutput | ListRestoreJobsCommandOutput | ListRestoreTestingPlansCommandOutput | ListRestoreTestingSelectionsCommandOutput | ListTagsCommandOutput | PutBackupVaultAccessPolicyCommandOutput | PutBackupVaultLockConfigurationCommandOutput | PutBackupVaultNotificationsCommandOutput | PutRestoreValidationResultCommandOutput | RevokeRestoreAccessBackupVaultCommandOutput | StartBackupJobCommandOutput | StartCopyJobCommandOutput | StartReportJobCommandOutput | StartRestoreJobCommandOutput | StopBackupJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBackupPlanCommandOutput | UpdateFrameworkCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateRecoveryPointIndexSettingsCommandOutput | UpdateRecoveryPointLifecycleCommandOutput | UpdateRegionSettingsCommandOutput | UpdateReportPlanCommandOutput | UpdateRestoreTestingPlanCommandOutput | UpdateRestoreTestingSelectionCommandOutput;
124
+ export type ServiceOutputTypes = AssociateBackupVaultMpaApprovalTeamCommandOutput | CancelLegalHoldCommandOutput | CreateBackupPlanCommandOutput | CreateBackupSelectionCommandOutput | CreateBackupVaultCommandOutput | CreateFrameworkCommandOutput | CreateLegalHoldCommandOutput | CreateLogicallyAirGappedBackupVaultCommandOutput | CreateReportPlanCommandOutput | CreateRestoreAccessBackupVaultCommandOutput | CreateRestoreTestingPlanCommandOutput | CreateRestoreTestingSelectionCommandOutput | CreateTieringConfigurationCommandOutput | DeleteBackupPlanCommandOutput | DeleteBackupSelectionCommandOutput | DeleteBackupVaultAccessPolicyCommandOutput | DeleteBackupVaultCommandOutput | DeleteBackupVaultLockConfigurationCommandOutput | DeleteBackupVaultNotificationsCommandOutput | DeleteFrameworkCommandOutput | DeleteRecoveryPointCommandOutput | DeleteReportPlanCommandOutput | DeleteRestoreTestingPlanCommandOutput | DeleteRestoreTestingSelectionCommandOutput | DeleteTieringConfigurationCommandOutput | DescribeBackupJobCommandOutput | DescribeBackupVaultCommandOutput | DescribeCopyJobCommandOutput | DescribeFrameworkCommandOutput | DescribeGlobalSettingsCommandOutput | DescribeProtectedResourceCommandOutput | DescribeRecoveryPointCommandOutput | DescribeRegionSettingsCommandOutput | DescribeReportJobCommandOutput | DescribeReportPlanCommandOutput | DescribeRestoreJobCommandOutput | DisassociateBackupVaultMpaApprovalTeamCommandOutput | DisassociateRecoveryPointCommandOutput | DisassociateRecoveryPointFromParentCommandOutput | ExportBackupPlanTemplateCommandOutput | GetBackupPlanCommandOutput | GetBackupPlanFromJSONCommandOutput | GetBackupPlanFromTemplateCommandOutput | GetBackupSelectionCommandOutput | GetBackupVaultAccessPolicyCommandOutput | GetBackupVaultNotificationsCommandOutput | GetLegalHoldCommandOutput | GetRecoveryPointIndexDetailsCommandOutput | GetRecoveryPointRestoreMetadataCommandOutput | GetRestoreJobMetadataCommandOutput | GetRestoreTestingInferredMetadataCommandOutput | GetRestoreTestingPlanCommandOutput | GetRestoreTestingSelectionCommandOutput | GetSupportedResourceTypesCommandOutput | GetTieringConfigurationCommandOutput | ListBackupJobSummariesCommandOutput | ListBackupJobsCommandOutput | ListBackupPlanTemplatesCommandOutput | ListBackupPlanVersionsCommandOutput | ListBackupPlansCommandOutput | ListBackupSelectionsCommandOutput | ListBackupVaultsCommandOutput | ListCopyJobSummariesCommandOutput | ListCopyJobsCommandOutput | ListFrameworksCommandOutput | ListIndexedRecoveryPointsCommandOutput | ListLegalHoldsCommandOutput | ListProtectedResourcesByBackupVaultCommandOutput | ListProtectedResourcesCommandOutput | ListRecoveryPointsByBackupVaultCommandOutput | ListRecoveryPointsByLegalHoldCommandOutput | ListRecoveryPointsByResourceCommandOutput | ListReportJobsCommandOutput | ListReportPlansCommandOutput | ListRestoreAccessBackupVaultsCommandOutput | ListRestoreJobSummariesCommandOutput | ListRestoreJobsByProtectedResourceCommandOutput | ListRestoreJobsCommandOutput | ListRestoreTestingPlansCommandOutput | ListRestoreTestingSelectionsCommandOutput | ListTagsCommandOutput | ListTieringConfigurationsCommandOutput | PutBackupVaultAccessPolicyCommandOutput | PutBackupVaultLockConfigurationCommandOutput | PutBackupVaultNotificationsCommandOutput | PutRestoreValidationResultCommandOutput | RevokeRestoreAccessBackupVaultCommandOutput | StartBackupJobCommandOutput | StartCopyJobCommandOutput | StartReportJobCommandOutput | StartRestoreJobCommandOutput | StopBackupJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBackupPlanCommandOutput | UpdateFrameworkCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateRecoveryPointIndexSettingsCommandOutput | UpdateRecoveryPointLifecycleCommandOutput | UpdateRegionSettingsCommandOutput | UpdateReportPlanCommandOutput | UpdateRestoreTestingPlanCommandOutput | UpdateRestoreTestingSelectionCommandOutput | UpdateTieringConfigurationCommandOutput;
120
125
  /**
121
126
  * @public
122
127
  */
@@ -47,6 +47,7 @@ declare const CreateBackupPlanCommand_base: {
47
47
  * { // BackupRuleInput
48
48
  * RuleName: "STRING_VALUE", // required
49
49
  * TargetBackupVaultName: "STRING_VALUE", // required
50
+ * TargetLogicallyAirGappedBackupVaultArn: "STRING_VALUE",
50
51
  * ScheduleExpression: "STRING_VALUE",
51
52
  * StartWindowMinutes: Number("long"),
52
53
  * CompletionWindowMinutes: Number("long"),
@@ -54,6 +55,7 @@ declare const CreateBackupPlanCommand_base: {
54
55
  * MoveToColdStorageAfterDays: Number("long"),
55
56
  * DeleteAfterDays: Number("long"),
56
57
  * OptInToArchiveForSupportedResources: true || false,
58
+ * DeleteAfterEvent: "DELETE_AFTER_COPY",
57
59
  * },
58
60
  * RecoveryPointTags: { // Tags
59
61
  * "<keys>": "STRING_VALUE",
@@ -64,6 +66,7 @@ declare const CreateBackupPlanCommand_base: {
64
66
  * MoveToColdStorageAfterDays: Number("long"),
65
67
  * DeleteAfterDays: Number("long"),
66
68
  * OptInToArchiveForSupportedResources: true || false,
69
+ * DeleteAfterEvent: "DELETE_AFTER_COPY",
67
70
  * },
68
71
  * DestinationBackupVaultArn: "STRING_VALUE", // required
69
72
  * },
@@ -0,0 +1,115 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
+ import { CreateTieringConfigurationInput, CreateTieringConfigurationOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateTieringConfigurationCommand}.
14
+ */
15
+ export interface CreateTieringConfigurationCommandInput extends CreateTieringConfigurationInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateTieringConfigurationCommand}.
21
+ */
22
+ export interface CreateTieringConfigurationCommandOutput extends CreateTieringConfigurationOutput, __MetadataBearer {
23
+ }
24
+ declare const CreateTieringConfigurationCommand_base: {
25
+ new (input: CreateTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTieringConfigurationCommandInput, CreateTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTieringConfigurationCommandInput, CreateTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a tiering configuration.</p>
31
+ * <p>A tiering configuration enables automatic movement of backup data to a lower-cost storage tier based on the age of backed-up objects in the backup vault.</p>
32
+ * <p>Each vault can only have one vault-specific tiering configuration, in addition to any global configuration that applies to all vaults.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { BackupClient, CreateTieringConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
37
+ * // const { BackupClient, CreateTieringConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
38
+ * // import type { BackupClientConfig } from "@aws-sdk/client-backup";
39
+ * const config = {}; // type is BackupClientConfig
40
+ * const client = new BackupClient(config);
41
+ * const input = { // CreateTieringConfigurationInput
42
+ * TieringConfiguration: { // TieringConfigurationInputForCreate
43
+ * TieringConfigurationName: "STRING_VALUE", // required
44
+ * BackupVaultName: "STRING_VALUE", // required
45
+ * ResourceSelection: [ // ResourceSelections // required
46
+ * { // ResourceSelection
47
+ * Resources: [ // ResourceArns // required
48
+ * "STRING_VALUE",
49
+ * ],
50
+ * TieringDownSettingsInDays: Number("int"), // required
51
+ * ResourceType: "STRING_VALUE", // required
52
+ * },
53
+ * ],
54
+ * },
55
+ * TieringConfigurationTags: { // Tags
56
+ * "<keys>": "STRING_VALUE",
57
+ * },
58
+ * CreatorRequestId: "STRING_VALUE",
59
+ * };
60
+ * const command = new CreateTieringConfigurationCommand(input);
61
+ * const response = await client.send(command);
62
+ * // { // CreateTieringConfigurationOutput
63
+ * // TieringConfigurationArn: "STRING_VALUE",
64
+ * // TieringConfigurationName: "STRING_VALUE",
65
+ * // CreationTime: new Date("TIMESTAMP"),
66
+ * // };
67
+ *
68
+ * ```
69
+ *
70
+ * @param CreateTieringConfigurationCommandInput - {@link CreateTieringConfigurationCommandInput}
71
+ * @returns {@link CreateTieringConfigurationCommandOutput}
72
+ * @see {@link CreateTieringConfigurationCommandInput} for command's `input` shape.
73
+ * @see {@link CreateTieringConfigurationCommandOutput} for command's `response` shape.
74
+ * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
75
+ *
76
+ * @throws {@link AlreadyExistsException} (client fault)
77
+ * <p>The required resource already exists.</p>
78
+ *
79
+ * @throws {@link ConflictException} (client fault)
80
+ * <p>Backup can't perform the action that you requested until it finishes
81
+ * performing a previous action. Try again later.</p>
82
+ *
83
+ * @throws {@link InvalidParameterValueException} (client fault)
84
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
85
+ * out of range.</p>
86
+ *
87
+ * @throws {@link LimitExceededException} (client fault)
88
+ * <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
89
+ * in a request.</p>
90
+ *
91
+ * @throws {@link MissingParameterValueException} (client fault)
92
+ * <p>Indicates that a required parameter is missing.</p>
93
+ *
94
+ * @throws {@link ServiceUnavailableException} (server fault)
95
+ * <p>The request failed due to a temporary failure of the server.</p>
96
+ *
97
+ * @throws {@link BackupServiceException}
98
+ * <p>Base exception class for all service exceptions from Backup service.</p>
99
+ *
100
+ *
101
+ * @public
102
+ */
103
+ export declare class CreateTieringConfigurationCommand extends CreateTieringConfigurationCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: CreateTieringConfigurationInput;
108
+ output: CreateTieringConfigurationOutput;
109
+ };
110
+ sdk: {
111
+ input: CreateTieringConfigurationCommandInput;
112
+ output: CreateTieringConfigurationCommandOutput;
113
+ };
114
+ };
115
+ }
@@ -0,0 +1,85 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
+ import { DeleteTieringConfigurationInput, DeleteTieringConfigurationOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteTieringConfigurationCommand}.
14
+ */
15
+ export interface DeleteTieringConfigurationCommandInput extends DeleteTieringConfigurationInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteTieringConfigurationCommand}.
21
+ */
22
+ export interface DeleteTieringConfigurationCommandOutput extends DeleteTieringConfigurationOutput, __MetadataBearer {
23
+ }
24
+ declare const DeleteTieringConfigurationCommand_base: {
25
+ new (input: DeleteTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTieringConfigurationCommandInput, DeleteTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTieringConfigurationCommandInput, DeleteTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes the tiering configuration specified by a tiering configuration name.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BackupClient, DeleteTieringConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
35
+ * // const { BackupClient, DeleteTieringConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
36
+ * // import type { BackupClientConfig } from "@aws-sdk/client-backup";
37
+ * const config = {}; // type is BackupClientConfig
38
+ * const client = new BackupClient(config);
39
+ * const input = { // DeleteTieringConfigurationInput
40
+ * TieringConfigurationName: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteTieringConfigurationCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param DeleteTieringConfigurationCommandInput - {@link DeleteTieringConfigurationCommandInput}
49
+ * @returns {@link DeleteTieringConfigurationCommandOutput}
50
+ * @see {@link DeleteTieringConfigurationCommandInput} for command's `input` shape.
51
+ * @see {@link DeleteTieringConfigurationCommandOutput} for command's `response` shape.
52
+ * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
53
+ *
54
+ * @throws {@link InvalidParameterValueException} (client fault)
55
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
56
+ * out of range.</p>
57
+ *
58
+ * @throws {@link MissingParameterValueException} (client fault)
59
+ * <p>Indicates that a required parameter is missing.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>A resource that is required for the action doesn't exist.</p>
63
+ *
64
+ * @throws {@link ServiceUnavailableException} (server fault)
65
+ * <p>The request failed due to a temporary failure of the server.</p>
66
+ *
67
+ * @throws {@link BackupServiceException}
68
+ * <p>Base exception class for all service exceptions from Backup service.</p>
69
+ *
70
+ *
71
+ * @public
72
+ */
73
+ export declare class DeleteTieringConfigurationCommand extends DeleteTieringConfigurationCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteTieringConfigurationInput;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteTieringConfigurationCommandInput;
82
+ output: DeleteTieringConfigurationCommandOutput;
83
+ };
84
+ };
85
+ }
@@ -49,6 +49,7 @@ declare const DescribeBackupJobCommand_base: {
49
49
  * // MoveToColdStorageAfterDays: Number("long"),
50
50
  * // DeleteAfterDays: Number("long"),
51
51
  * // OptInToArchiveForSupportedResources: true || false,
52
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
52
53
  * // },
53
54
  * // BackupVaultArn: "STRING_VALUE",
54
55
  * // VaultType: "STRING_VALUE",
@@ -56,6 +56,7 @@ declare const DescribeCopyJobCommand_base: {
56
56
  * // MoveToColdStorageAfterDays: Number("long"),
57
57
  * // DeleteAfterDays: Number("long"),
58
58
  * // OptInToArchiveForSupportedResources: true || false,
59
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
59
60
  * // },
60
61
  * // ResourceArn: "STRING_VALUE",
61
62
  * // CreationDate: new Date("TIMESTAMP"),
@@ -74,6 +75,7 @@ declare const DescribeCopyJobCommand_base: {
74
75
  * // BackupRuleCron: "STRING_VALUE",
75
76
  * // BackupRuleTimezone: "STRING_VALUE",
76
77
  * // },
78
+ * // CreatedByBackupJobId: "STRING_VALUE",
77
79
  * // ResourceType: "STRING_VALUE",
78
80
  * // ParentJobId: "STRING_VALUE",
79
81
  * // IsParent: true || false,
@@ -76,6 +76,7 @@ declare const DescribeRecoveryPointCommand_base: {
76
76
  * // MoveToColdStorageAfterDays: Number("long"),
77
77
  * // DeleteAfterDays: Number("long"),
78
78
  * // OptInToArchiveForSupportedResources: true || false,
79
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
79
80
  * // },
80
81
  * // EncryptionKeyArn: "STRING_VALUE",
81
82
  * // IsEncrypted: true || false,
@@ -51,6 +51,7 @@ declare const GetBackupPlanCommand_base: {
51
51
  * // { // BackupRule
52
52
  * // RuleName: "STRING_VALUE", // required
53
53
  * // TargetBackupVaultName: "STRING_VALUE", // required
54
+ * // TargetLogicallyAirGappedBackupVaultArn: "STRING_VALUE",
54
55
  * // ScheduleExpression: "STRING_VALUE",
55
56
  * // StartWindowMinutes: Number("long"),
56
57
  * // CompletionWindowMinutes: Number("long"),
@@ -58,6 +59,7 @@ declare const GetBackupPlanCommand_base: {
58
59
  * // MoveToColdStorageAfterDays: Number("long"),
59
60
  * // DeleteAfterDays: Number("long"),
60
61
  * // OptInToArchiveForSupportedResources: true || false,
62
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
61
63
  * // },
62
64
  * // RecoveryPointTags: { // Tags
63
65
  * // "<keys>": "STRING_VALUE",
@@ -69,6 +71,7 @@ declare const GetBackupPlanCommand_base: {
69
71
  * // MoveToColdStorageAfterDays: Number("long"),
70
72
  * // DeleteAfterDays: Number("long"),
71
73
  * // OptInToArchiveForSupportedResources: true || false,
74
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
72
75
  * // },
73
76
  * // DestinationBackupVaultArn: "STRING_VALUE", // required
74
77
  * // },
@@ -48,6 +48,7 @@ declare const GetBackupPlanFromJSONCommand_base: {
48
48
  * // { // BackupRule
49
49
  * // RuleName: "STRING_VALUE", // required
50
50
  * // TargetBackupVaultName: "STRING_VALUE", // required
51
+ * // TargetLogicallyAirGappedBackupVaultArn: "STRING_VALUE",
51
52
  * // ScheduleExpression: "STRING_VALUE",
52
53
  * // StartWindowMinutes: Number("long"),
53
54
  * // CompletionWindowMinutes: Number("long"),
@@ -55,6 +56,7 @@ declare const GetBackupPlanFromJSONCommand_base: {
55
56
  * // MoveToColdStorageAfterDays: Number("long"),
56
57
  * // DeleteAfterDays: Number("long"),
57
58
  * // OptInToArchiveForSupportedResources: true || false,
59
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
58
60
  * // },
59
61
  * // RecoveryPointTags: { // Tags
60
62
  * // "<keys>": "STRING_VALUE",
@@ -66,6 +68,7 @@ declare const GetBackupPlanFromJSONCommand_base: {
66
68
  * // MoveToColdStorageAfterDays: Number("long"),
67
69
  * // DeleteAfterDays: Number("long"),
68
70
  * // OptInToArchiveForSupportedResources: true || false,
71
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
69
72
  * // },
70
73
  * // DestinationBackupVaultArn: "STRING_VALUE", // required
71
74
  * // },
@@ -48,6 +48,7 @@ declare const GetBackupPlanFromTemplateCommand_base: {
48
48
  * // { // BackupRule
49
49
  * // RuleName: "STRING_VALUE", // required
50
50
  * // TargetBackupVaultName: "STRING_VALUE", // required
51
+ * // TargetLogicallyAirGappedBackupVaultArn: "STRING_VALUE",
51
52
  * // ScheduleExpression: "STRING_VALUE",
52
53
  * // StartWindowMinutes: Number("long"),
53
54
  * // CompletionWindowMinutes: Number("long"),
@@ -55,6 +56,7 @@ declare const GetBackupPlanFromTemplateCommand_base: {
55
56
  * // MoveToColdStorageAfterDays: Number("long"),
56
57
  * // DeleteAfterDays: Number("long"),
57
58
  * // OptInToArchiveForSupportedResources: true || false,
59
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
58
60
  * // },
59
61
  * // RecoveryPointTags: { // Tags
60
62
  * // "<keys>": "STRING_VALUE",
@@ -66,6 +68,7 @@ declare const GetBackupPlanFromTemplateCommand_base: {
66
68
  * // MoveToColdStorageAfterDays: Number("long"),
67
69
  * // DeleteAfterDays: Number("long"),
68
70
  * // OptInToArchiveForSupportedResources: true || false,
71
+ * // DeleteAfterEvent: "DELETE_AFTER_COPY",
69
72
  * // },
70
73
  * // DestinationBackupVaultArn: "STRING_VALUE", // required
71
74
  * // },
@@ -0,0 +1,105 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
+ import { GetTieringConfigurationInput, GetTieringConfigurationOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetTieringConfigurationCommand}.
14
+ */
15
+ export interface GetTieringConfigurationCommandInput extends GetTieringConfigurationInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetTieringConfigurationCommand}.
21
+ */
22
+ export interface GetTieringConfigurationCommandOutput extends GetTieringConfigurationOutput, __MetadataBearer {
23
+ }
24
+ declare const GetTieringConfigurationCommand_base: {
25
+ new (input: GetTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTieringConfigurationCommandInput, GetTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetTieringConfigurationCommandInput, GetTieringConfigurationCommandOutput, BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns <code>TieringConfiguration</code> details for the specified
31
+ * <code>TieringConfigurationName</code>. The details are the body of a tiering configuration
32
+ * in JSON format, in addition to configuration metadata.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { BackupClient, GetTieringConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
37
+ * // const { BackupClient, GetTieringConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
38
+ * // import type { BackupClientConfig } from "@aws-sdk/client-backup";
39
+ * const config = {}; // type is BackupClientConfig
40
+ * const client = new BackupClient(config);
41
+ * const input = { // GetTieringConfigurationInput
42
+ * TieringConfigurationName: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new GetTieringConfigurationCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // GetTieringConfigurationOutput
47
+ * // TieringConfiguration: { // TieringConfiguration
48
+ * // TieringConfigurationName: "STRING_VALUE", // required
49
+ * // TieringConfigurationArn: "STRING_VALUE",
50
+ * // BackupVaultName: "STRING_VALUE", // required
51
+ * // ResourceSelection: [ // ResourceSelections // required
52
+ * // { // ResourceSelection
53
+ * // Resources: [ // ResourceArns // required
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // TieringDownSettingsInDays: Number("int"), // required
57
+ * // ResourceType: "STRING_VALUE", // required
58
+ * // },
59
+ * // ],
60
+ * // CreatorRequestId: "STRING_VALUE",
61
+ * // CreationTime: new Date("TIMESTAMP"),
62
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
63
+ * // },
64
+ * // };
65
+ *
66
+ * ```
67
+ *
68
+ * @param GetTieringConfigurationCommandInput - {@link GetTieringConfigurationCommandInput}
69
+ * @returns {@link GetTieringConfigurationCommandOutput}
70
+ * @see {@link GetTieringConfigurationCommandInput} for command's `input` shape.
71
+ * @see {@link GetTieringConfigurationCommandOutput} for command's `response` shape.
72
+ * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
73
+ *
74
+ * @throws {@link InvalidParameterValueException} (client fault)
75
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
76
+ * out of range.</p>
77
+ *
78
+ * @throws {@link MissingParameterValueException} (client fault)
79
+ * <p>Indicates that a required parameter is missing.</p>
80
+ *
81
+ * @throws {@link ResourceNotFoundException} (client fault)
82
+ * <p>A resource that is required for the action doesn't exist.</p>
83
+ *
84
+ * @throws {@link ServiceUnavailableException} (server fault)
85
+ * <p>The request failed due to a temporary failure of the server.</p>
86
+ *
87
+ * @throws {@link BackupServiceException}
88
+ * <p>Base exception class for all service exceptions from Backup service.</p>
89
+ *
90
+ *
91
+ * @public
92
+ */
93
+ export declare class GetTieringConfigurationCommand extends GetTieringConfigurationCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetTieringConfigurationInput;
98
+ output: GetTieringConfigurationOutput;
99
+ };
100
+ sdk: {
101
+ input: GetTieringConfigurationCommandInput;
102
+ output: GetTieringConfigurationCommandOutput;
103
+ };
104
+ };
105
+ }