@aws-sdk/client-backup 3.169.0 → 3.171.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 (98) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Backup.d.ts +1132 -335
  3. package/dist-types/ts3.4/BackupClient.d.ts +500 -139
  4. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +31 -17
  17. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +30 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  64. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/BackupServiceException.d.ts +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +1423 -1910
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  77. package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/index.d.ts +16 -16
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  98. package/package.json +34 -34
@@ -1,335 +1,1132 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BackupClient } from "./BackupClient";
3
- import { CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput } from "./commands/CreateBackupPlanCommand";
4
- import { CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput } from "./commands/CreateBackupSelectionCommand";
5
- import { CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput } from "./commands/CreateBackupVaultCommand";
6
- import { CreateFrameworkCommandInput, CreateFrameworkCommandOutput } from "./commands/CreateFrameworkCommand";
7
- import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "./commands/CreateReportPlanCommand";
8
- import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "./commands/DeleteBackupPlanCommand";
9
- import { DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput } from "./commands/DeleteBackupSelectionCommand";
10
- import { DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput } from "./commands/DeleteBackupVaultAccessPolicyCommand";
11
- import { DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput } from "./commands/DeleteBackupVaultCommand";
12
- import { DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput } from "./commands/DeleteBackupVaultLockConfigurationCommand";
13
- import { DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput } from "./commands/DeleteBackupVaultNotificationsCommand";
14
- import { DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput } from "./commands/DeleteFrameworkCommand";
15
- import { DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput } from "./commands/DeleteRecoveryPointCommand";
16
- import { DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput } from "./commands/DeleteReportPlanCommand";
17
- import { DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput } from "./commands/DescribeBackupJobCommand";
18
- import { DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput } from "./commands/DescribeBackupVaultCommand";
19
- import { DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput } from "./commands/DescribeCopyJobCommand";
20
- import { DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput } from "./commands/DescribeFrameworkCommand";
21
- import { DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput } from "./commands/DescribeGlobalSettingsCommand";
22
- import { DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput } from "./commands/DescribeProtectedResourceCommand";
23
- import { DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput } from "./commands/DescribeRecoveryPointCommand";
24
- import { DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput } from "./commands/DescribeRegionSettingsCommand";
25
- import { DescribeReportJobCommandInput, DescribeReportJobCommandOutput } from "./commands/DescribeReportJobCommand";
26
- import { DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput } from "./commands/DescribeReportPlanCommand";
27
- import { DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput } from "./commands/DescribeRestoreJobCommand";
28
- import { DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput } from "./commands/DisassociateRecoveryPointCommand";
29
- import { ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput } from "./commands/ExportBackupPlanTemplateCommand";
30
- import { GetBackupPlanCommandInput, GetBackupPlanCommandOutput } from "./commands/GetBackupPlanCommand";
31
- import { GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput } from "./commands/GetBackupPlanFromJSONCommand";
32
- import { GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput } from "./commands/GetBackupPlanFromTemplateCommand";
33
- import { GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput } from "./commands/GetBackupSelectionCommand";
34
- import { GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput } from "./commands/GetBackupVaultAccessPolicyCommand";
35
- import { GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput } from "./commands/GetBackupVaultNotificationsCommand";
36
- import { GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput } from "./commands/GetRecoveryPointRestoreMetadataCommand";
37
- import { GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput } from "./commands/GetSupportedResourceTypesCommand";
38
- import { ListBackupJobsCommandInput, ListBackupJobsCommandOutput } from "./commands/ListBackupJobsCommand";
39
- import { ListBackupPlansCommandInput, ListBackupPlansCommandOutput } from "./commands/ListBackupPlansCommand";
40
- import { ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput } from "./commands/ListBackupPlanTemplatesCommand";
41
- import { ListBackupPlanVersionsCommandInput, ListBackupPlanVersionsCommandOutput } from "./commands/ListBackupPlanVersionsCommand";
42
- import { ListBackupSelectionsCommandInput, ListBackupSelectionsCommandOutput } from "./commands/ListBackupSelectionsCommand";
43
- import { ListBackupVaultsCommandInput, ListBackupVaultsCommandOutput } from "./commands/ListBackupVaultsCommand";
44
- import { ListCopyJobsCommandInput, ListCopyJobsCommandOutput } from "./commands/ListCopyJobsCommand";
45
- import { ListFrameworksCommandInput, ListFrameworksCommandOutput } from "./commands/ListFrameworksCommand";
46
- import { ListProtectedResourcesCommandInput, ListProtectedResourcesCommandOutput } from "./commands/ListProtectedResourcesCommand";
47
- import { ListRecoveryPointsByBackupVaultCommandInput, ListRecoveryPointsByBackupVaultCommandOutput } from "./commands/ListRecoveryPointsByBackupVaultCommand";
48
- import { ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput } from "./commands/ListRecoveryPointsByResourceCommand";
49
- import { ListReportJobsCommandInput, ListReportJobsCommandOutput } from "./commands/ListReportJobsCommand";
50
- import { ListReportPlansCommandInput, ListReportPlansCommandOutput } from "./commands/ListReportPlansCommand";
51
- import { ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput } from "./commands/ListRestoreJobsCommand";
52
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
53
- import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "./commands/PutBackupVaultAccessPolicyCommand";
54
- import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "./commands/PutBackupVaultLockConfigurationCommand";
55
- import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "./commands/PutBackupVaultNotificationsCommand";
56
- import { StartBackupJobCommandInput, StartBackupJobCommandOutput } from "./commands/StartBackupJobCommand";
57
- import { StartCopyJobCommandInput, StartCopyJobCommandOutput } from "./commands/StartCopyJobCommand";
58
- import { StartReportJobCommandInput, StartReportJobCommandOutput } from "./commands/StartReportJobCommand";
59
- import { StartRestoreJobCommandInput, StartRestoreJobCommandOutput } from "./commands/StartRestoreJobCommand";
60
- import { StopBackupJobCommandInput, StopBackupJobCommandOutput } from "./commands/StopBackupJobCommand";
61
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
62
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
63
- import { UpdateBackupPlanCommandInput, UpdateBackupPlanCommandOutput } from "./commands/UpdateBackupPlanCommand";
64
- import { UpdateFrameworkCommandInput, UpdateFrameworkCommandOutput } from "./commands/UpdateFrameworkCommand";
65
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
66
- import { UpdateRecoveryPointLifecycleCommandInput, UpdateRecoveryPointLifecycleCommandOutput } from "./commands/UpdateRecoveryPointLifecycleCommand";
67
- import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } from "./commands/UpdateRegionSettingsCommand";
68
- import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
69
-
70
- export declare class Backup extends BackupClient {
71
-
72
- createBackupPlan(args: CreateBackupPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupPlanCommandOutput>;
73
- createBackupPlan(args: CreateBackupPlanCommandInput, cb: (err: any, data?: CreateBackupPlanCommandOutput) => void): void;
74
- createBackupPlan(args: CreateBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupPlanCommandOutput) => void): void;
75
-
76
- createBackupSelection(args: CreateBackupSelectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupSelectionCommandOutput>;
77
- createBackupSelection(args: CreateBackupSelectionCommandInput, cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void): void;
78
- createBackupSelection(args: CreateBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void): void;
79
-
80
- createBackupVault(args: CreateBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupVaultCommandOutput>;
81
- createBackupVault(args: CreateBackupVaultCommandInput, cb: (err: any, data?: CreateBackupVaultCommandOutput) => void): void;
82
- createBackupVault(args: CreateBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupVaultCommandOutput) => void): void;
83
-
84
- createFramework(args: CreateFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateFrameworkCommandOutput>;
85
- createFramework(args: CreateFrameworkCommandInput, cb: (err: any, data?: CreateFrameworkCommandOutput) => void): void;
86
- createFramework(args: CreateFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFrameworkCommandOutput) => void): void;
87
-
88
- createReportPlan(args: CreateReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateReportPlanCommandOutput>;
89
- createReportPlan(args: CreateReportPlanCommandInput, cb: (err: any, data?: CreateReportPlanCommandOutput) => void): void;
90
- createReportPlan(args: CreateReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReportPlanCommandOutput) => void): void;
91
-
92
- deleteBackupPlan(args: DeleteBackupPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupPlanCommandOutput>;
93
- deleteBackupPlan(args: DeleteBackupPlanCommandInput, cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void): void;
94
- deleteBackupPlan(args: DeleteBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void): void;
95
-
96
- deleteBackupSelection(args: DeleteBackupSelectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupSelectionCommandOutput>;
97
- deleteBackupSelection(args: DeleteBackupSelectionCommandInput, cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void): void;
98
- deleteBackupSelection(args: DeleteBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void): void;
99
-
100
- deleteBackupVault(args: DeleteBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultCommandOutput>;
101
- deleteBackupVault(args: DeleteBackupVaultCommandInput, cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void): void;
102
- deleteBackupVault(args: DeleteBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void): void;
103
-
104
- deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultAccessPolicyCommandOutput>;
105
- deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void): void;
106
- deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void): void;
107
-
108
- deleteBackupVaultLockConfiguration(args: DeleteBackupVaultLockConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultLockConfigurationCommandOutput>;
109
- deleteBackupVaultLockConfiguration(args: DeleteBackupVaultLockConfigurationCommandInput, cb: (err: any, data?: DeleteBackupVaultLockConfigurationCommandOutput) => void): void;
110
- deleteBackupVaultLockConfiguration(args: DeleteBackupVaultLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultLockConfigurationCommandOutput) => void): void;
111
-
112
- deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultNotificationsCommandOutput>;
113
- deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void): void;
114
- deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void): void;
115
-
116
- deleteFramework(args: DeleteFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFrameworkCommandOutput>;
117
- deleteFramework(args: DeleteFrameworkCommandInput, cb: (err: any, data?: DeleteFrameworkCommandOutput) => void): void;
118
- deleteFramework(args: DeleteFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFrameworkCommandOutput) => void): void;
119
-
120
- deleteRecoveryPoint(args: DeleteRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecoveryPointCommandOutput>;
121
- deleteRecoveryPoint(args: DeleteRecoveryPointCommandInput, cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void): void;
122
- deleteRecoveryPoint(args: DeleteRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void): void;
123
-
124
- deleteReportPlan(args: DeleteReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportPlanCommandOutput>;
125
- deleteReportPlan(args: DeleteReportPlanCommandInput, cb: (err: any, data?: DeleteReportPlanCommandOutput) => void): void;
126
- deleteReportPlan(args: DeleteReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportPlanCommandOutput) => void): void;
127
-
128
- describeBackupJob(args: DescribeBackupJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupJobCommandOutput>;
129
- describeBackupJob(args: DescribeBackupJobCommandInput, cb: (err: any, data?: DescribeBackupJobCommandOutput) => void): void;
130
- describeBackupJob(args: DescribeBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupJobCommandOutput) => void): void;
131
-
132
- describeBackupVault(args: DescribeBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupVaultCommandOutput>;
133
- describeBackupVault(args: DescribeBackupVaultCommandInput, cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void): void;
134
- describeBackupVault(args: DescribeBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void): void;
135
-
136
- describeCopyJob(args: DescribeCopyJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCopyJobCommandOutput>;
137
- describeCopyJob(args: DescribeCopyJobCommandInput, cb: (err: any, data?: DescribeCopyJobCommandOutput) => void): void;
138
- describeCopyJob(args: DescribeCopyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCopyJobCommandOutput) => void): void;
139
-
140
- describeFramework(args: DescribeFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFrameworkCommandOutput>;
141
- describeFramework(args: DescribeFrameworkCommandInput, cb: (err: any, data?: DescribeFrameworkCommandOutput) => void): void;
142
- describeFramework(args: DescribeFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFrameworkCommandOutput) => void): void;
143
-
144
- describeGlobalSettings(args: DescribeGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalSettingsCommandOutput>;
145
- describeGlobalSettings(args: DescribeGlobalSettingsCommandInput, cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void): void;
146
- describeGlobalSettings(args: DescribeGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void): void;
147
-
148
- describeProtectedResource(args: DescribeProtectedResourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProtectedResourceCommandOutput>;
149
- describeProtectedResource(args: DescribeProtectedResourceCommandInput, cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void): void;
150
- describeProtectedResource(args: DescribeProtectedResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void): void;
151
-
152
- describeRecoveryPoint(args: DescribeRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRecoveryPointCommandOutput>;
153
- describeRecoveryPoint(args: DescribeRecoveryPointCommandInput, cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void): void;
154
- describeRecoveryPoint(args: DescribeRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void): void;
155
-
156
- describeRegionSettings(args: DescribeRegionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRegionSettingsCommandOutput>;
157
- describeRegionSettings(args: DescribeRegionSettingsCommandInput, cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void): void;
158
- describeRegionSettings(args: DescribeRegionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void): void;
159
-
160
- describeReportJob(args: DescribeReportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReportJobCommandOutput>;
161
- describeReportJob(args: DescribeReportJobCommandInput, cb: (err: any, data?: DescribeReportJobCommandOutput) => void): void;
162
- describeReportJob(args: DescribeReportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReportJobCommandOutput) => void): void;
163
-
164
- describeReportPlan(args: DescribeReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReportPlanCommandOutput>;
165
- describeReportPlan(args: DescribeReportPlanCommandInput, cb: (err: any, data?: DescribeReportPlanCommandOutput) => void): void;
166
- describeReportPlan(args: DescribeReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReportPlanCommandOutput) => void): void;
167
-
168
- describeRestoreJob(args: DescribeRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRestoreJobCommandOutput>;
169
- describeRestoreJob(args: DescribeRestoreJobCommandInput, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
170
- describeRestoreJob(args: DescribeRestoreJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
171
-
172
- disassociateRecoveryPoint(args: DisassociateRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateRecoveryPointCommandOutput>;
173
- disassociateRecoveryPoint(args: DisassociateRecoveryPointCommandInput, cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void): void;
174
- disassociateRecoveryPoint(args: DisassociateRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void): void;
175
-
176
- exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, options?: __HttpHandlerOptions): Promise<ExportBackupPlanTemplateCommandOutput>;
177
- exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void): void;
178
- exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void): void;
179
-
180
- getBackupPlan(args: GetBackupPlanCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupPlanCommandOutput>;
181
- getBackupPlan(args: GetBackupPlanCommandInput, cb: (err: any, data?: GetBackupPlanCommandOutput) => void): void;
182
- getBackupPlan(args: GetBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanCommandOutput) => void): void;
183
-
184
- getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupPlanFromJSONCommandOutput>;
185
- getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void): void;
186
- getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void): void;
187
-
188
- getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupPlanFromTemplateCommandOutput>;
189
- getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void): void;
190
- getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void): void;
191
-
192
- getBackupSelection(args: GetBackupSelectionCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupSelectionCommandOutput>;
193
- getBackupSelection(args: GetBackupSelectionCommandInput, cb: (err: any, data?: GetBackupSelectionCommandOutput) => void): void;
194
- getBackupSelection(args: GetBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupSelectionCommandOutput) => void): void;
195
-
196
- getBackupVaultAccessPolicy(args: GetBackupVaultAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupVaultAccessPolicyCommandOutput>;
197
- getBackupVaultAccessPolicy(args: GetBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void): void;
198
- getBackupVaultAccessPolicy(args: GetBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void): void;
199
-
200
- getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupVaultNotificationsCommandOutput>;
201
- getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void): void;
202
- getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void): void;
203
-
204
- getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
205
- getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void): void;
206
- getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void): void;
207
-
208
- getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSupportedResourceTypesCommandOutput>;
209
- getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
210
- getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
211
-
212
- listBackupJobs(args: ListBackupJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupJobsCommandOutput>;
213
- listBackupJobs(args: ListBackupJobsCommandInput, cb: (err: any, data?: ListBackupJobsCommandOutput) => void): void;
214
- listBackupJobs(args: ListBackupJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupJobsCommandOutput) => void): void;
215
-
216
- listBackupPlans(args: ListBackupPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupPlansCommandOutput>;
217
- listBackupPlans(args: ListBackupPlansCommandInput, cb: (err: any, data?: ListBackupPlansCommandOutput) => void): void;
218
- listBackupPlans(args: ListBackupPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlansCommandOutput) => void): void;
219
-
220
- listBackupPlanTemplates(args: ListBackupPlanTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupPlanTemplatesCommandOutput>;
221
- listBackupPlanTemplates(args: ListBackupPlanTemplatesCommandInput, cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void): void;
222
- listBackupPlanTemplates(args: ListBackupPlanTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void): void;
223
-
224
- listBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupPlanVersionsCommandOutput>;
225
- listBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void): void;
226
- listBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void): void;
227
-
228
- listBackupSelections(args: ListBackupSelectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupSelectionsCommandOutput>;
229
- listBackupSelections(args: ListBackupSelectionsCommandInput, cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void): void;
230
- listBackupSelections(args: ListBackupSelectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void): void;
231
-
232
- listBackupVaults(args: ListBackupVaultsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupVaultsCommandOutput>;
233
- listBackupVaults(args: ListBackupVaultsCommandInput, cb: (err: any, data?: ListBackupVaultsCommandOutput) => void): void;
234
- listBackupVaults(args: ListBackupVaultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupVaultsCommandOutput) => void): void;
235
-
236
- listCopyJobs(args: ListCopyJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListCopyJobsCommandOutput>;
237
- listCopyJobs(args: ListCopyJobsCommandInput, cb: (err: any, data?: ListCopyJobsCommandOutput) => void): void;
238
- listCopyJobs(args: ListCopyJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCopyJobsCommandOutput) => void): void;
239
-
240
- listFrameworks(args: ListFrameworksCommandInput, options?: __HttpHandlerOptions): Promise<ListFrameworksCommandOutput>;
241
- listFrameworks(args: ListFrameworksCommandInput, cb: (err: any, data?: ListFrameworksCommandOutput) => void): void;
242
- listFrameworks(args: ListFrameworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFrameworksCommandOutput) => void): void;
243
-
244
- listProtectedResources(args: ListProtectedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListProtectedResourcesCommandOutput>;
245
- listProtectedResources(args: ListProtectedResourcesCommandInput, cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void): void;
246
- listProtectedResources(args: ListProtectedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void): void;
247
-
248
- listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPointsByBackupVaultCommandOutput>;
249
- listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void): void;
250
- listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void): void;
251
-
252
- listRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPointsByResourceCommandOutput>;
253
- listRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void): void;
254
- listRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void): void;
255
-
256
- listReportJobs(args: ListReportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportJobsCommandOutput>;
257
- listReportJobs(args: ListReportJobsCommandInput, cb: (err: any, data?: ListReportJobsCommandOutput) => void): void;
258
- listReportJobs(args: ListReportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportJobsCommandOutput) => void): void;
259
-
260
- listReportPlans(args: ListReportPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListReportPlansCommandOutput>;
261
- listReportPlans(args: ListReportPlansCommandInput, cb: (err: any, data?: ListReportPlansCommandOutput) => void): void;
262
- listReportPlans(args: ListReportPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportPlansCommandOutput) => void): void;
263
-
264
- listRestoreJobs(args: ListRestoreJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreJobsCommandOutput>;
265
- listRestoreJobs(args: ListRestoreJobsCommandInput, cb: (err: any, data?: ListRestoreJobsCommandOutput) => void): void;
266
- listRestoreJobs(args: ListRestoreJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreJobsCommandOutput) => void): void;
267
-
268
- listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
269
- listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
270
- listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
271
-
272
- putBackupVaultAccessPolicy(args: PutBackupVaultAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultAccessPolicyCommandOutput>;
273
- putBackupVaultAccessPolicy(args: PutBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void): void;
274
- putBackupVaultAccessPolicy(args: PutBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void): void;
275
-
276
- putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultLockConfigurationCommandOutput>;
277
- putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void): void;
278
- putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void): void;
279
-
280
- putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultNotificationsCommandOutput>;
281
- putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void): void;
282
- putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void): void;
283
-
284
- startBackupJob(args: StartBackupJobCommandInput, options?: __HttpHandlerOptions): Promise<StartBackupJobCommandOutput>;
285
- startBackupJob(args: StartBackupJobCommandInput, cb: (err: any, data?: StartBackupJobCommandOutput) => void): void;
286
- startBackupJob(args: StartBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBackupJobCommandOutput) => void): void;
287
-
288
- startCopyJob(args: StartCopyJobCommandInput, options?: __HttpHandlerOptions): Promise<StartCopyJobCommandOutput>;
289
- startCopyJob(args: StartCopyJobCommandInput, cb: (err: any, data?: StartCopyJobCommandOutput) => void): void;
290
- startCopyJob(args: StartCopyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCopyJobCommandOutput) => void): void;
291
-
292
- startReportJob(args: StartReportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReportJobCommandOutput>;
293
- startReportJob(args: StartReportJobCommandInput, cb: (err: any, data?: StartReportJobCommandOutput) => void): void;
294
- startReportJob(args: StartReportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReportJobCommandOutput) => void): void;
295
-
296
- startRestoreJob(args: StartRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<StartRestoreJobCommandOutput>;
297
- startRestoreJob(args: StartRestoreJobCommandInput, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
298
- startRestoreJob(args: StartRestoreJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
299
-
300
- stopBackupJob(args: StopBackupJobCommandInput, options?: __HttpHandlerOptions): Promise<StopBackupJobCommandOutput>;
301
- stopBackupJob(args: StopBackupJobCommandInput, cb: (err: any, data?: StopBackupJobCommandOutput) => void): void;
302
- stopBackupJob(args: StopBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBackupJobCommandOutput) => void): void;
303
-
304
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
305
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
306
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
307
-
308
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
309
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
310
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
311
-
312
- updateBackupPlan(args: UpdateBackupPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBackupPlanCommandOutput>;
313
- updateBackupPlan(args: UpdateBackupPlanCommandInput, cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void): void;
314
- updateBackupPlan(args: UpdateBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void): void;
315
-
316
- updateFramework(args: UpdateFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFrameworkCommandOutput>;
317
- updateFramework(args: UpdateFrameworkCommandInput, cb: (err: any, data?: UpdateFrameworkCommandOutput) => void): void;
318
- updateFramework(args: UpdateFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFrameworkCommandOutput) => void): void;
319
-
320
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalSettingsCommandOutput>;
321
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
322
- updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
323
-
324
- updateRecoveryPointLifecycle(args: UpdateRecoveryPointLifecycleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecoveryPointLifecycleCommandOutput>;
325
- updateRecoveryPointLifecycle(args: UpdateRecoveryPointLifecycleCommandInput, cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void): void;
326
- updateRecoveryPointLifecycle(args: UpdateRecoveryPointLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void): void;
327
-
328
- updateRegionSettings(args: UpdateRegionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRegionSettingsCommandOutput>;
329
- updateRegionSettings(args: UpdateRegionSettingsCommandInput, cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void): void;
330
- updateRegionSettings(args: UpdateRegionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void): void;
331
-
332
- updateReportPlan(args: UpdateReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReportPlanCommandOutput>;
333
- updateReportPlan(args: UpdateReportPlanCommandInput, cb: (err: any, data?: UpdateReportPlanCommandOutput) => void): void;
334
- updateReportPlan(args: UpdateReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReportPlanCommandOutput) => void): void;
335
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { BackupClient } from "./BackupClient";
3
+ import {
4
+ CreateBackupPlanCommandInput,
5
+ CreateBackupPlanCommandOutput,
6
+ } from "./commands/CreateBackupPlanCommand";
7
+ import {
8
+ CreateBackupSelectionCommandInput,
9
+ CreateBackupSelectionCommandOutput,
10
+ } from "./commands/CreateBackupSelectionCommand";
11
+ import {
12
+ CreateBackupVaultCommandInput,
13
+ CreateBackupVaultCommandOutput,
14
+ } from "./commands/CreateBackupVaultCommand";
15
+ import {
16
+ CreateFrameworkCommandInput,
17
+ CreateFrameworkCommandOutput,
18
+ } from "./commands/CreateFrameworkCommand";
19
+ import {
20
+ CreateReportPlanCommandInput,
21
+ CreateReportPlanCommandOutput,
22
+ } from "./commands/CreateReportPlanCommand";
23
+ import {
24
+ DeleteBackupPlanCommandInput,
25
+ DeleteBackupPlanCommandOutput,
26
+ } from "./commands/DeleteBackupPlanCommand";
27
+ import {
28
+ DeleteBackupSelectionCommandInput,
29
+ DeleteBackupSelectionCommandOutput,
30
+ } from "./commands/DeleteBackupSelectionCommand";
31
+ import {
32
+ DeleteBackupVaultAccessPolicyCommandInput,
33
+ DeleteBackupVaultAccessPolicyCommandOutput,
34
+ } from "./commands/DeleteBackupVaultAccessPolicyCommand";
35
+ import {
36
+ DeleteBackupVaultCommandInput,
37
+ DeleteBackupVaultCommandOutput,
38
+ } from "./commands/DeleteBackupVaultCommand";
39
+ import {
40
+ DeleteBackupVaultLockConfigurationCommandInput,
41
+ DeleteBackupVaultLockConfigurationCommandOutput,
42
+ } from "./commands/DeleteBackupVaultLockConfigurationCommand";
43
+ import {
44
+ DeleteBackupVaultNotificationsCommandInput,
45
+ DeleteBackupVaultNotificationsCommandOutput,
46
+ } from "./commands/DeleteBackupVaultNotificationsCommand";
47
+ import {
48
+ DeleteFrameworkCommandInput,
49
+ DeleteFrameworkCommandOutput,
50
+ } from "./commands/DeleteFrameworkCommand";
51
+ import {
52
+ DeleteRecoveryPointCommandInput,
53
+ DeleteRecoveryPointCommandOutput,
54
+ } from "./commands/DeleteRecoveryPointCommand";
55
+ import {
56
+ DeleteReportPlanCommandInput,
57
+ DeleteReportPlanCommandOutput,
58
+ } from "./commands/DeleteReportPlanCommand";
59
+ import {
60
+ DescribeBackupJobCommandInput,
61
+ DescribeBackupJobCommandOutput,
62
+ } from "./commands/DescribeBackupJobCommand";
63
+ import {
64
+ DescribeBackupVaultCommandInput,
65
+ DescribeBackupVaultCommandOutput,
66
+ } from "./commands/DescribeBackupVaultCommand";
67
+ import {
68
+ DescribeCopyJobCommandInput,
69
+ DescribeCopyJobCommandOutput,
70
+ } from "./commands/DescribeCopyJobCommand";
71
+ import {
72
+ DescribeFrameworkCommandInput,
73
+ DescribeFrameworkCommandOutput,
74
+ } from "./commands/DescribeFrameworkCommand";
75
+ import {
76
+ DescribeGlobalSettingsCommandInput,
77
+ DescribeGlobalSettingsCommandOutput,
78
+ } from "./commands/DescribeGlobalSettingsCommand";
79
+ import {
80
+ DescribeProtectedResourceCommandInput,
81
+ DescribeProtectedResourceCommandOutput,
82
+ } from "./commands/DescribeProtectedResourceCommand";
83
+ import {
84
+ DescribeRecoveryPointCommandInput,
85
+ DescribeRecoveryPointCommandOutput,
86
+ } from "./commands/DescribeRecoveryPointCommand";
87
+ import {
88
+ DescribeRegionSettingsCommandInput,
89
+ DescribeRegionSettingsCommandOutput,
90
+ } from "./commands/DescribeRegionSettingsCommand";
91
+ import {
92
+ DescribeReportJobCommandInput,
93
+ DescribeReportJobCommandOutput,
94
+ } from "./commands/DescribeReportJobCommand";
95
+ import {
96
+ DescribeReportPlanCommandInput,
97
+ DescribeReportPlanCommandOutput,
98
+ } from "./commands/DescribeReportPlanCommand";
99
+ import {
100
+ DescribeRestoreJobCommandInput,
101
+ DescribeRestoreJobCommandOutput,
102
+ } from "./commands/DescribeRestoreJobCommand";
103
+ import {
104
+ DisassociateRecoveryPointCommandInput,
105
+ DisassociateRecoveryPointCommandOutput,
106
+ } from "./commands/DisassociateRecoveryPointCommand";
107
+ import {
108
+ ExportBackupPlanTemplateCommandInput,
109
+ ExportBackupPlanTemplateCommandOutput,
110
+ } from "./commands/ExportBackupPlanTemplateCommand";
111
+ import {
112
+ GetBackupPlanCommandInput,
113
+ GetBackupPlanCommandOutput,
114
+ } from "./commands/GetBackupPlanCommand";
115
+ import {
116
+ GetBackupPlanFromJSONCommandInput,
117
+ GetBackupPlanFromJSONCommandOutput,
118
+ } from "./commands/GetBackupPlanFromJSONCommand";
119
+ import {
120
+ GetBackupPlanFromTemplateCommandInput,
121
+ GetBackupPlanFromTemplateCommandOutput,
122
+ } from "./commands/GetBackupPlanFromTemplateCommand";
123
+ import {
124
+ GetBackupSelectionCommandInput,
125
+ GetBackupSelectionCommandOutput,
126
+ } from "./commands/GetBackupSelectionCommand";
127
+ import {
128
+ GetBackupVaultAccessPolicyCommandInput,
129
+ GetBackupVaultAccessPolicyCommandOutput,
130
+ } from "./commands/GetBackupVaultAccessPolicyCommand";
131
+ import {
132
+ GetBackupVaultNotificationsCommandInput,
133
+ GetBackupVaultNotificationsCommandOutput,
134
+ } from "./commands/GetBackupVaultNotificationsCommand";
135
+ import {
136
+ GetRecoveryPointRestoreMetadataCommandInput,
137
+ GetRecoveryPointRestoreMetadataCommandOutput,
138
+ } from "./commands/GetRecoveryPointRestoreMetadataCommand";
139
+ import {
140
+ GetSupportedResourceTypesCommandInput,
141
+ GetSupportedResourceTypesCommandOutput,
142
+ } from "./commands/GetSupportedResourceTypesCommand";
143
+ import {
144
+ ListBackupJobsCommandInput,
145
+ ListBackupJobsCommandOutput,
146
+ } from "./commands/ListBackupJobsCommand";
147
+ import {
148
+ ListBackupPlansCommandInput,
149
+ ListBackupPlansCommandOutput,
150
+ } from "./commands/ListBackupPlansCommand";
151
+ import {
152
+ ListBackupPlanTemplatesCommandInput,
153
+ ListBackupPlanTemplatesCommandOutput,
154
+ } from "./commands/ListBackupPlanTemplatesCommand";
155
+ import {
156
+ ListBackupPlanVersionsCommandInput,
157
+ ListBackupPlanVersionsCommandOutput,
158
+ } from "./commands/ListBackupPlanVersionsCommand";
159
+ import {
160
+ ListBackupSelectionsCommandInput,
161
+ ListBackupSelectionsCommandOutput,
162
+ } from "./commands/ListBackupSelectionsCommand";
163
+ import {
164
+ ListBackupVaultsCommandInput,
165
+ ListBackupVaultsCommandOutput,
166
+ } from "./commands/ListBackupVaultsCommand";
167
+ import {
168
+ ListCopyJobsCommandInput,
169
+ ListCopyJobsCommandOutput,
170
+ } from "./commands/ListCopyJobsCommand";
171
+ import {
172
+ ListFrameworksCommandInput,
173
+ ListFrameworksCommandOutput,
174
+ } from "./commands/ListFrameworksCommand";
175
+ import {
176
+ ListProtectedResourcesCommandInput,
177
+ ListProtectedResourcesCommandOutput,
178
+ } from "./commands/ListProtectedResourcesCommand";
179
+ import {
180
+ ListRecoveryPointsByBackupVaultCommandInput,
181
+ ListRecoveryPointsByBackupVaultCommandOutput,
182
+ } from "./commands/ListRecoveryPointsByBackupVaultCommand";
183
+ import {
184
+ ListRecoveryPointsByResourceCommandInput,
185
+ ListRecoveryPointsByResourceCommandOutput,
186
+ } from "./commands/ListRecoveryPointsByResourceCommand";
187
+ import {
188
+ ListReportJobsCommandInput,
189
+ ListReportJobsCommandOutput,
190
+ } from "./commands/ListReportJobsCommand";
191
+ import {
192
+ ListReportPlansCommandInput,
193
+ ListReportPlansCommandOutput,
194
+ } from "./commands/ListReportPlansCommand";
195
+ import {
196
+ ListRestoreJobsCommandInput,
197
+ ListRestoreJobsCommandOutput,
198
+ } from "./commands/ListRestoreJobsCommand";
199
+ import {
200
+ ListTagsCommandInput,
201
+ ListTagsCommandOutput,
202
+ } from "./commands/ListTagsCommand";
203
+ import {
204
+ PutBackupVaultAccessPolicyCommandInput,
205
+ PutBackupVaultAccessPolicyCommandOutput,
206
+ } from "./commands/PutBackupVaultAccessPolicyCommand";
207
+ import {
208
+ PutBackupVaultLockConfigurationCommandInput,
209
+ PutBackupVaultLockConfigurationCommandOutput,
210
+ } from "./commands/PutBackupVaultLockConfigurationCommand";
211
+ import {
212
+ PutBackupVaultNotificationsCommandInput,
213
+ PutBackupVaultNotificationsCommandOutput,
214
+ } from "./commands/PutBackupVaultNotificationsCommand";
215
+ import {
216
+ StartBackupJobCommandInput,
217
+ StartBackupJobCommandOutput,
218
+ } from "./commands/StartBackupJobCommand";
219
+ import {
220
+ StartCopyJobCommandInput,
221
+ StartCopyJobCommandOutput,
222
+ } from "./commands/StartCopyJobCommand";
223
+ import {
224
+ StartReportJobCommandInput,
225
+ StartReportJobCommandOutput,
226
+ } from "./commands/StartReportJobCommand";
227
+ import {
228
+ StartRestoreJobCommandInput,
229
+ StartRestoreJobCommandOutput,
230
+ } from "./commands/StartRestoreJobCommand";
231
+ import {
232
+ StopBackupJobCommandInput,
233
+ StopBackupJobCommandOutput,
234
+ } from "./commands/StopBackupJobCommand";
235
+ import {
236
+ TagResourceCommandInput,
237
+ TagResourceCommandOutput,
238
+ } from "./commands/TagResourceCommand";
239
+ import {
240
+ UntagResourceCommandInput,
241
+ UntagResourceCommandOutput,
242
+ } from "./commands/UntagResourceCommand";
243
+ import {
244
+ UpdateBackupPlanCommandInput,
245
+ UpdateBackupPlanCommandOutput,
246
+ } from "./commands/UpdateBackupPlanCommand";
247
+ import {
248
+ UpdateFrameworkCommandInput,
249
+ UpdateFrameworkCommandOutput,
250
+ } from "./commands/UpdateFrameworkCommand";
251
+ import {
252
+ UpdateGlobalSettingsCommandInput,
253
+ UpdateGlobalSettingsCommandOutput,
254
+ } from "./commands/UpdateGlobalSettingsCommand";
255
+ import {
256
+ UpdateRecoveryPointLifecycleCommandInput,
257
+ UpdateRecoveryPointLifecycleCommandOutput,
258
+ } from "./commands/UpdateRecoveryPointLifecycleCommand";
259
+ import {
260
+ UpdateRegionSettingsCommandInput,
261
+ UpdateRegionSettingsCommandOutput,
262
+ } from "./commands/UpdateRegionSettingsCommand";
263
+ import {
264
+ UpdateReportPlanCommandInput,
265
+ UpdateReportPlanCommandOutput,
266
+ } from "./commands/UpdateReportPlanCommand";
267
+ export declare class Backup extends BackupClient {
268
+ createBackupPlan(
269
+ args: CreateBackupPlanCommandInput,
270
+ options?: __HttpHandlerOptions
271
+ ): Promise<CreateBackupPlanCommandOutput>;
272
+ createBackupPlan(
273
+ args: CreateBackupPlanCommandInput,
274
+ cb: (err: any, data?: CreateBackupPlanCommandOutput) => void
275
+ ): void;
276
+ createBackupPlan(
277
+ args: CreateBackupPlanCommandInput,
278
+ options: __HttpHandlerOptions,
279
+ cb: (err: any, data?: CreateBackupPlanCommandOutput) => void
280
+ ): void;
281
+ createBackupSelection(
282
+ args: CreateBackupSelectionCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<CreateBackupSelectionCommandOutput>;
285
+ createBackupSelection(
286
+ args: CreateBackupSelectionCommandInput,
287
+ cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void
288
+ ): void;
289
+ createBackupSelection(
290
+ args: CreateBackupSelectionCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void
293
+ ): void;
294
+ createBackupVault(
295
+ args: CreateBackupVaultCommandInput,
296
+ options?: __HttpHandlerOptions
297
+ ): Promise<CreateBackupVaultCommandOutput>;
298
+ createBackupVault(
299
+ args: CreateBackupVaultCommandInput,
300
+ cb: (err: any, data?: CreateBackupVaultCommandOutput) => void
301
+ ): void;
302
+ createBackupVault(
303
+ args: CreateBackupVaultCommandInput,
304
+ options: __HttpHandlerOptions,
305
+ cb: (err: any, data?: CreateBackupVaultCommandOutput) => void
306
+ ): void;
307
+ createFramework(
308
+ args: CreateFrameworkCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<CreateFrameworkCommandOutput>;
311
+ createFramework(
312
+ args: CreateFrameworkCommandInput,
313
+ cb: (err: any, data?: CreateFrameworkCommandOutput) => void
314
+ ): void;
315
+ createFramework(
316
+ args: CreateFrameworkCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: CreateFrameworkCommandOutput) => void
319
+ ): void;
320
+ createReportPlan(
321
+ args: CreateReportPlanCommandInput,
322
+ options?: __HttpHandlerOptions
323
+ ): Promise<CreateReportPlanCommandOutput>;
324
+ createReportPlan(
325
+ args: CreateReportPlanCommandInput,
326
+ cb: (err: any, data?: CreateReportPlanCommandOutput) => void
327
+ ): void;
328
+ createReportPlan(
329
+ args: CreateReportPlanCommandInput,
330
+ options: __HttpHandlerOptions,
331
+ cb: (err: any, data?: CreateReportPlanCommandOutput) => void
332
+ ): void;
333
+ deleteBackupPlan(
334
+ args: DeleteBackupPlanCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<DeleteBackupPlanCommandOutput>;
337
+ deleteBackupPlan(
338
+ args: DeleteBackupPlanCommandInput,
339
+ cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void
340
+ ): void;
341
+ deleteBackupPlan(
342
+ args: DeleteBackupPlanCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void
345
+ ): void;
346
+ deleteBackupSelection(
347
+ args: DeleteBackupSelectionCommandInput,
348
+ options?: __HttpHandlerOptions
349
+ ): Promise<DeleteBackupSelectionCommandOutput>;
350
+ deleteBackupSelection(
351
+ args: DeleteBackupSelectionCommandInput,
352
+ cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void
353
+ ): void;
354
+ deleteBackupSelection(
355
+ args: DeleteBackupSelectionCommandInput,
356
+ options: __HttpHandlerOptions,
357
+ cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void
358
+ ): void;
359
+ deleteBackupVault(
360
+ args: DeleteBackupVaultCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<DeleteBackupVaultCommandOutput>;
363
+ deleteBackupVault(
364
+ args: DeleteBackupVaultCommandInput,
365
+ cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void
366
+ ): void;
367
+ deleteBackupVault(
368
+ args: DeleteBackupVaultCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void
371
+ ): void;
372
+ deleteBackupVaultAccessPolicy(
373
+ args: DeleteBackupVaultAccessPolicyCommandInput,
374
+ options?: __HttpHandlerOptions
375
+ ): Promise<DeleteBackupVaultAccessPolicyCommandOutput>;
376
+ deleteBackupVaultAccessPolicy(
377
+ args: DeleteBackupVaultAccessPolicyCommandInput,
378
+ cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void
379
+ ): void;
380
+ deleteBackupVaultAccessPolicy(
381
+ args: DeleteBackupVaultAccessPolicyCommandInput,
382
+ options: __HttpHandlerOptions,
383
+ cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void
384
+ ): void;
385
+ deleteBackupVaultLockConfiguration(
386
+ args: DeleteBackupVaultLockConfigurationCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<DeleteBackupVaultLockConfigurationCommandOutput>;
389
+ deleteBackupVaultLockConfiguration(
390
+ args: DeleteBackupVaultLockConfigurationCommandInput,
391
+ cb: (
392
+ err: any,
393
+ data?: DeleteBackupVaultLockConfigurationCommandOutput
394
+ ) => void
395
+ ): void;
396
+ deleteBackupVaultLockConfiguration(
397
+ args: DeleteBackupVaultLockConfigurationCommandInput,
398
+ options: __HttpHandlerOptions,
399
+ cb: (
400
+ err: any,
401
+ data?: DeleteBackupVaultLockConfigurationCommandOutput
402
+ ) => void
403
+ ): void;
404
+ deleteBackupVaultNotifications(
405
+ args: DeleteBackupVaultNotificationsCommandInput,
406
+ options?: __HttpHandlerOptions
407
+ ): Promise<DeleteBackupVaultNotificationsCommandOutput>;
408
+ deleteBackupVaultNotifications(
409
+ args: DeleteBackupVaultNotificationsCommandInput,
410
+ cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void
411
+ ): void;
412
+ deleteBackupVaultNotifications(
413
+ args: DeleteBackupVaultNotificationsCommandInput,
414
+ options: __HttpHandlerOptions,
415
+ cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void
416
+ ): void;
417
+ deleteFramework(
418
+ args: DeleteFrameworkCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<DeleteFrameworkCommandOutput>;
421
+ deleteFramework(
422
+ args: DeleteFrameworkCommandInput,
423
+ cb: (err: any, data?: DeleteFrameworkCommandOutput) => void
424
+ ): void;
425
+ deleteFramework(
426
+ args: DeleteFrameworkCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: DeleteFrameworkCommandOutput) => void
429
+ ): void;
430
+ deleteRecoveryPoint(
431
+ args: DeleteRecoveryPointCommandInput,
432
+ options?: __HttpHandlerOptions
433
+ ): Promise<DeleteRecoveryPointCommandOutput>;
434
+ deleteRecoveryPoint(
435
+ args: DeleteRecoveryPointCommandInput,
436
+ cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void
437
+ ): void;
438
+ deleteRecoveryPoint(
439
+ args: DeleteRecoveryPointCommandInput,
440
+ options: __HttpHandlerOptions,
441
+ cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void
442
+ ): void;
443
+ deleteReportPlan(
444
+ args: DeleteReportPlanCommandInput,
445
+ options?: __HttpHandlerOptions
446
+ ): Promise<DeleteReportPlanCommandOutput>;
447
+ deleteReportPlan(
448
+ args: DeleteReportPlanCommandInput,
449
+ cb: (err: any, data?: DeleteReportPlanCommandOutput) => void
450
+ ): void;
451
+ deleteReportPlan(
452
+ args: DeleteReportPlanCommandInput,
453
+ options: __HttpHandlerOptions,
454
+ cb: (err: any, data?: DeleteReportPlanCommandOutput) => void
455
+ ): void;
456
+ describeBackupJob(
457
+ args: DescribeBackupJobCommandInput,
458
+ options?: __HttpHandlerOptions
459
+ ): Promise<DescribeBackupJobCommandOutput>;
460
+ describeBackupJob(
461
+ args: DescribeBackupJobCommandInput,
462
+ cb: (err: any, data?: DescribeBackupJobCommandOutput) => void
463
+ ): void;
464
+ describeBackupJob(
465
+ args: DescribeBackupJobCommandInput,
466
+ options: __HttpHandlerOptions,
467
+ cb: (err: any, data?: DescribeBackupJobCommandOutput) => void
468
+ ): void;
469
+ describeBackupVault(
470
+ args: DescribeBackupVaultCommandInput,
471
+ options?: __HttpHandlerOptions
472
+ ): Promise<DescribeBackupVaultCommandOutput>;
473
+ describeBackupVault(
474
+ args: DescribeBackupVaultCommandInput,
475
+ cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void
476
+ ): void;
477
+ describeBackupVault(
478
+ args: DescribeBackupVaultCommandInput,
479
+ options: __HttpHandlerOptions,
480
+ cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void
481
+ ): void;
482
+ describeCopyJob(
483
+ args: DescribeCopyJobCommandInput,
484
+ options?: __HttpHandlerOptions
485
+ ): Promise<DescribeCopyJobCommandOutput>;
486
+ describeCopyJob(
487
+ args: DescribeCopyJobCommandInput,
488
+ cb: (err: any, data?: DescribeCopyJobCommandOutput) => void
489
+ ): void;
490
+ describeCopyJob(
491
+ args: DescribeCopyJobCommandInput,
492
+ options: __HttpHandlerOptions,
493
+ cb: (err: any, data?: DescribeCopyJobCommandOutput) => void
494
+ ): void;
495
+ describeFramework(
496
+ args: DescribeFrameworkCommandInput,
497
+ options?: __HttpHandlerOptions
498
+ ): Promise<DescribeFrameworkCommandOutput>;
499
+ describeFramework(
500
+ args: DescribeFrameworkCommandInput,
501
+ cb: (err: any, data?: DescribeFrameworkCommandOutput) => void
502
+ ): void;
503
+ describeFramework(
504
+ args: DescribeFrameworkCommandInput,
505
+ options: __HttpHandlerOptions,
506
+ cb: (err: any, data?: DescribeFrameworkCommandOutput) => void
507
+ ): void;
508
+ describeGlobalSettings(
509
+ args: DescribeGlobalSettingsCommandInput,
510
+ options?: __HttpHandlerOptions
511
+ ): Promise<DescribeGlobalSettingsCommandOutput>;
512
+ describeGlobalSettings(
513
+ args: DescribeGlobalSettingsCommandInput,
514
+ cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void
515
+ ): void;
516
+ describeGlobalSettings(
517
+ args: DescribeGlobalSettingsCommandInput,
518
+ options: __HttpHandlerOptions,
519
+ cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void
520
+ ): void;
521
+ describeProtectedResource(
522
+ args: DescribeProtectedResourceCommandInput,
523
+ options?: __HttpHandlerOptions
524
+ ): Promise<DescribeProtectedResourceCommandOutput>;
525
+ describeProtectedResource(
526
+ args: DescribeProtectedResourceCommandInput,
527
+ cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void
528
+ ): void;
529
+ describeProtectedResource(
530
+ args: DescribeProtectedResourceCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void
533
+ ): void;
534
+ describeRecoveryPoint(
535
+ args: DescribeRecoveryPointCommandInput,
536
+ options?: __HttpHandlerOptions
537
+ ): Promise<DescribeRecoveryPointCommandOutput>;
538
+ describeRecoveryPoint(
539
+ args: DescribeRecoveryPointCommandInput,
540
+ cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void
541
+ ): void;
542
+ describeRecoveryPoint(
543
+ args: DescribeRecoveryPointCommandInput,
544
+ options: __HttpHandlerOptions,
545
+ cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void
546
+ ): void;
547
+ describeRegionSettings(
548
+ args: DescribeRegionSettingsCommandInput,
549
+ options?: __HttpHandlerOptions
550
+ ): Promise<DescribeRegionSettingsCommandOutput>;
551
+ describeRegionSettings(
552
+ args: DescribeRegionSettingsCommandInput,
553
+ cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void
554
+ ): void;
555
+ describeRegionSettings(
556
+ args: DescribeRegionSettingsCommandInput,
557
+ options: __HttpHandlerOptions,
558
+ cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void
559
+ ): void;
560
+ describeReportJob(
561
+ args: DescribeReportJobCommandInput,
562
+ options?: __HttpHandlerOptions
563
+ ): Promise<DescribeReportJobCommandOutput>;
564
+ describeReportJob(
565
+ args: DescribeReportJobCommandInput,
566
+ cb: (err: any, data?: DescribeReportJobCommandOutput) => void
567
+ ): void;
568
+ describeReportJob(
569
+ args: DescribeReportJobCommandInput,
570
+ options: __HttpHandlerOptions,
571
+ cb: (err: any, data?: DescribeReportJobCommandOutput) => void
572
+ ): void;
573
+ describeReportPlan(
574
+ args: DescribeReportPlanCommandInput,
575
+ options?: __HttpHandlerOptions
576
+ ): Promise<DescribeReportPlanCommandOutput>;
577
+ describeReportPlan(
578
+ args: DescribeReportPlanCommandInput,
579
+ cb: (err: any, data?: DescribeReportPlanCommandOutput) => void
580
+ ): void;
581
+ describeReportPlan(
582
+ args: DescribeReportPlanCommandInput,
583
+ options: __HttpHandlerOptions,
584
+ cb: (err: any, data?: DescribeReportPlanCommandOutput) => void
585
+ ): void;
586
+ describeRestoreJob(
587
+ args: DescribeRestoreJobCommandInput,
588
+ options?: __HttpHandlerOptions
589
+ ): Promise<DescribeRestoreJobCommandOutput>;
590
+ describeRestoreJob(
591
+ args: DescribeRestoreJobCommandInput,
592
+ cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void
593
+ ): void;
594
+ describeRestoreJob(
595
+ args: DescribeRestoreJobCommandInput,
596
+ options: __HttpHandlerOptions,
597
+ cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void
598
+ ): void;
599
+ disassociateRecoveryPoint(
600
+ args: DisassociateRecoveryPointCommandInput,
601
+ options?: __HttpHandlerOptions
602
+ ): Promise<DisassociateRecoveryPointCommandOutput>;
603
+ disassociateRecoveryPoint(
604
+ args: DisassociateRecoveryPointCommandInput,
605
+ cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void
606
+ ): void;
607
+ disassociateRecoveryPoint(
608
+ args: DisassociateRecoveryPointCommandInput,
609
+ options: __HttpHandlerOptions,
610
+ cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void
611
+ ): void;
612
+ exportBackupPlanTemplate(
613
+ args: ExportBackupPlanTemplateCommandInput,
614
+ options?: __HttpHandlerOptions
615
+ ): Promise<ExportBackupPlanTemplateCommandOutput>;
616
+ exportBackupPlanTemplate(
617
+ args: ExportBackupPlanTemplateCommandInput,
618
+ cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void
619
+ ): void;
620
+ exportBackupPlanTemplate(
621
+ args: ExportBackupPlanTemplateCommandInput,
622
+ options: __HttpHandlerOptions,
623
+ cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void
624
+ ): void;
625
+ getBackupPlan(
626
+ args: GetBackupPlanCommandInput,
627
+ options?: __HttpHandlerOptions
628
+ ): Promise<GetBackupPlanCommandOutput>;
629
+ getBackupPlan(
630
+ args: GetBackupPlanCommandInput,
631
+ cb: (err: any, data?: GetBackupPlanCommandOutput) => void
632
+ ): void;
633
+ getBackupPlan(
634
+ args: GetBackupPlanCommandInput,
635
+ options: __HttpHandlerOptions,
636
+ cb: (err: any, data?: GetBackupPlanCommandOutput) => void
637
+ ): void;
638
+ getBackupPlanFromJSON(
639
+ args: GetBackupPlanFromJSONCommandInput,
640
+ options?: __HttpHandlerOptions
641
+ ): Promise<GetBackupPlanFromJSONCommandOutput>;
642
+ getBackupPlanFromJSON(
643
+ args: GetBackupPlanFromJSONCommandInput,
644
+ cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void
645
+ ): void;
646
+ getBackupPlanFromJSON(
647
+ args: GetBackupPlanFromJSONCommandInput,
648
+ options: __HttpHandlerOptions,
649
+ cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void
650
+ ): void;
651
+ getBackupPlanFromTemplate(
652
+ args: GetBackupPlanFromTemplateCommandInput,
653
+ options?: __HttpHandlerOptions
654
+ ): Promise<GetBackupPlanFromTemplateCommandOutput>;
655
+ getBackupPlanFromTemplate(
656
+ args: GetBackupPlanFromTemplateCommandInput,
657
+ cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void
658
+ ): void;
659
+ getBackupPlanFromTemplate(
660
+ args: GetBackupPlanFromTemplateCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void
663
+ ): void;
664
+ getBackupSelection(
665
+ args: GetBackupSelectionCommandInput,
666
+ options?: __HttpHandlerOptions
667
+ ): Promise<GetBackupSelectionCommandOutput>;
668
+ getBackupSelection(
669
+ args: GetBackupSelectionCommandInput,
670
+ cb: (err: any, data?: GetBackupSelectionCommandOutput) => void
671
+ ): void;
672
+ getBackupSelection(
673
+ args: GetBackupSelectionCommandInput,
674
+ options: __HttpHandlerOptions,
675
+ cb: (err: any, data?: GetBackupSelectionCommandOutput) => void
676
+ ): void;
677
+ getBackupVaultAccessPolicy(
678
+ args: GetBackupVaultAccessPolicyCommandInput,
679
+ options?: __HttpHandlerOptions
680
+ ): Promise<GetBackupVaultAccessPolicyCommandOutput>;
681
+ getBackupVaultAccessPolicy(
682
+ args: GetBackupVaultAccessPolicyCommandInput,
683
+ cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void
684
+ ): void;
685
+ getBackupVaultAccessPolicy(
686
+ args: GetBackupVaultAccessPolicyCommandInput,
687
+ options: __HttpHandlerOptions,
688
+ cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void
689
+ ): void;
690
+ getBackupVaultNotifications(
691
+ args: GetBackupVaultNotificationsCommandInput,
692
+ options?: __HttpHandlerOptions
693
+ ): Promise<GetBackupVaultNotificationsCommandOutput>;
694
+ getBackupVaultNotifications(
695
+ args: GetBackupVaultNotificationsCommandInput,
696
+ cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void
697
+ ): void;
698
+ getBackupVaultNotifications(
699
+ args: GetBackupVaultNotificationsCommandInput,
700
+ options: __HttpHandlerOptions,
701
+ cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void
702
+ ): void;
703
+ getRecoveryPointRestoreMetadata(
704
+ args: GetRecoveryPointRestoreMetadataCommandInput,
705
+ options?: __HttpHandlerOptions
706
+ ): Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
707
+ getRecoveryPointRestoreMetadata(
708
+ args: GetRecoveryPointRestoreMetadataCommandInput,
709
+ cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void
710
+ ): void;
711
+ getRecoveryPointRestoreMetadata(
712
+ args: GetRecoveryPointRestoreMetadataCommandInput,
713
+ options: __HttpHandlerOptions,
714
+ cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void
715
+ ): void;
716
+ getSupportedResourceTypes(
717
+ args: GetSupportedResourceTypesCommandInput,
718
+ options?: __HttpHandlerOptions
719
+ ): Promise<GetSupportedResourceTypesCommandOutput>;
720
+ getSupportedResourceTypes(
721
+ args: GetSupportedResourceTypesCommandInput,
722
+ cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void
723
+ ): void;
724
+ getSupportedResourceTypes(
725
+ args: GetSupportedResourceTypesCommandInput,
726
+ options: __HttpHandlerOptions,
727
+ cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void
728
+ ): void;
729
+ listBackupJobs(
730
+ args: ListBackupJobsCommandInput,
731
+ options?: __HttpHandlerOptions
732
+ ): Promise<ListBackupJobsCommandOutput>;
733
+ listBackupJobs(
734
+ args: ListBackupJobsCommandInput,
735
+ cb: (err: any, data?: ListBackupJobsCommandOutput) => void
736
+ ): void;
737
+ listBackupJobs(
738
+ args: ListBackupJobsCommandInput,
739
+ options: __HttpHandlerOptions,
740
+ cb: (err: any, data?: ListBackupJobsCommandOutput) => void
741
+ ): void;
742
+ listBackupPlans(
743
+ args: ListBackupPlansCommandInput,
744
+ options?: __HttpHandlerOptions
745
+ ): Promise<ListBackupPlansCommandOutput>;
746
+ listBackupPlans(
747
+ args: ListBackupPlansCommandInput,
748
+ cb: (err: any, data?: ListBackupPlansCommandOutput) => void
749
+ ): void;
750
+ listBackupPlans(
751
+ args: ListBackupPlansCommandInput,
752
+ options: __HttpHandlerOptions,
753
+ cb: (err: any, data?: ListBackupPlansCommandOutput) => void
754
+ ): void;
755
+ listBackupPlanTemplates(
756
+ args: ListBackupPlanTemplatesCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<ListBackupPlanTemplatesCommandOutput>;
759
+ listBackupPlanTemplates(
760
+ args: ListBackupPlanTemplatesCommandInput,
761
+ cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void
762
+ ): void;
763
+ listBackupPlanTemplates(
764
+ args: ListBackupPlanTemplatesCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void
767
+ ): void;
768
+ listBackupPlanVersions(
769
+ args: ListBackupPlanVersionsCommandInput,
770
+ options?: __HttpHandlerOptions
771
+ ): Promise<ListBackupPlanVersionsCommandOutput>;
772
+ listBackupPlanVersions(
773
+ args: ListBackupPlanVersionsCommandInput,
774
+ cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void
775
+ ): void;
776
+ listBackupPlanVersions(
777
+ args: ListBackupPlanVersionsCommandInput,
778
+ options: __HttpHandlerOptions,
779
+ cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void
780
+ ): void;
781
+ listBackupSelections(
782
+ args: ListBackupSelectionsCommandInput,
783
+ options?: __HttpHandlerOptions
784
+ ): Promise<ListBackupSelectionsCommandOutput>;
785
+ listBackupSelections(
786
+ args: ListBackupSelectionsCommandInput,
787
+ cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void
788
+ ): void;
789
+ listBackupSelections(
790
+ args: ListBackupSelectionsCommandInput,
791
+ options: __HttpHandlerOptions,
792
+ cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void
793
+ ): void;
794
+ listBackupVaults(
795
+ args: ListBackupVaultsCommandInput,
796
+ options?: __HttpHandlerOptions
797
+ ): Promise<ListBackupVaultsCommandOutput>;
798
+ listBackupVaults(
799
+ args: ListBackupVaultsCommandInput,
800
+ cb: (err: any, data?: ListBackupVaultsCommandOutput) => void
801
+ ): void;
802
+ listBackupVaults(
803
+ args: ListBackupVaultsCommandInput,
804
+ options: __HttpHandlerOptions,
805
+ cb: (err: any, data?: ListBackupVaultsCommandOutput) => void
806
+ ): void;
807
+ listCopyJobs(
808
+ args: ListCopyJobsCommandInput,
809
+ options?: __HttpHandlerOptions
810
+ ): Promise<ListCopyJobsCommandOutput>;
811
+ listCopyJobs(
812
+ args: ListCopyJobsCommandInput,
813
+ cb: (err: any, data?: ListCopyJobsCommandOutput) => void
814
+ ): void;
815
+ listCopyJobs(
816
+ args: ListCopyJobsCommandInput,
817
+ options: __HttpHandlerOptions,
818
+ cb: (err: any, data?: ListCopyJobsCommandOutput) => void
819
+ ): void;
820
+ listFrameworks(
821
+ args: ListFrameworksCommandInput,
822
+ options?: __HttpHandlerOptions
823
+ ): Promise<ListFrameworksCommandOutput>;
824
+ listFrameworks(
825
+ args: ListFrameworksCommandInput,
826
+ cb: (err: any, data?: ListFrameworksCommandOutput) => void
827
+ ): void;
828
+ listFrameworks(
829
+ args: ListFrameworksCommandInput,
830
+ options: __HttpHandlerOptions,
831
+ cb: (err: any, data?: ListFrameworksCommandOutput) => void
832
+ ): void;
833
+ listProtectedResources(
834
+ args: ListProtectedResourcesCommandInput,
835
+ options?: __HttpHandlerOptions
836
+ ): Promise<ListProtectedResourcesCommandOutput>;
837
+ listProtectedResources(
838
+ args: ListProtectedResourcesCommandInput,
839
+ cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void
840
+ ): void;
841
+ listProtectedResources(
842
+ args: ListProtectedResourcesCommandInput,
843
+ options: __HttpHandlerOptions,
844
+ cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void
845
+ ): void;
846
+ listRecoveryPointsByBackupVault(
847
+ args: ListRecoveryPointsByBackupVaultCommandInput,
848
+ options?: __HttpHandlerOptions
849
+ ): Promise<ListRecoveryPointsByBackupVaultCommandOutput>;
850
+ listRecoveryPointsByBackupVault(
851
+ args: ListRecoveryPointsByBackupVaultCommandInput,
852
+ cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void
853
+ ): void;
854
+ listRecoveryPointsByBackupVault(
855
+ args: ListRecoveryPointsByBackupVaultCommandInput,
856
+ options: __HttpHandlerOptions,
857
+ cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void
858
+ ): void;
859
+ listRecoveryPointsByResource(
860
+ args: ListRecoveryPointsByResourceCommandInput,
861
+ options?: __HttpHandlerOptions
862
+ ): Promise<ListRecoveryPointsByResourceCommandOutput>;
863
+ listRecoveryPointsByResource(
864
+ args: ListRecoveryPointsByResourceCommandInput,
865
+ cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void
866
+ ): void;
867
+ listRecoveryPointsByResource(
868
+ args: ListRecoveryPointsByResourceCommandInput,
869
+ options: __HttpHandlerOptions,
870
+ cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void
871
+ ): void;
872
+ listReportJobs(
873
+ args: ListReportJobsCommandInput,
874
+ options?: __HttpHandlerOptions
875
+ ): Promise<ListReportJobsCommandOutput>;
876
+ listReportJobs(
877
+ args: ListReportJobsCommandInput,
878
+ cb: (err: any, data?: ListReportJobsCommandOutput) => void
879
+ ): void;
880
+ listReportJobs(
881
+ args: ListReportJobsCommandInput,
882
+ options: __HttpHandlerOptions,
883
+ cb: (err: any, data?: ListReportJobsCommandOutput) => void
884
+ ): void;
885
+ listReportPlans(
886
+ args: ListReportPlansCommandInput,
887
+ options?: __HttpHandlerOptions
888
+ ): Promise<ListReportPlansCommandOutput>;
889
+ listReportPlans(
890
+ args: ListReportPlansCommandInput,
891
+ cb: (err: any, data?: ListReportPlansCommandOutput) => void
892
+ ): void;
893
+ listReportPlans(
894
+ args: ListReportPlansCommandInput,
895
+ options: __HttpHandlerOptions,
896
+ cb: (err: any, data?: ListReportPlansCommandOutput) => void
897
+ ): void;
898
+ listRestoreJobs(
899
+ args: ListRestoreJobsCommandInput,
900
+ options?: __HttpHandlerOptions
901
+ ): Promise<ListRestoreJobsCommandOutput>;
902
+ listRestoreJobs(
903
+ args: ListRestoreJobsCommandInput,
904
+ cb: (err: any, data?: ListRestoreJobsCommandOutput) => void
905
+ ): void;
906
+ listRestoreJobs(
907
+ args: ListRestoreJobsCommandInput,
908
+ options: __HttpHandlerOptions,
909
+ cb: (err: any, data?: ListRestoreJobsCommandOutput) => void
910
+ ): void;
911
+ listTags(
912
+ args: ListTagsCommandInput,
913
+ options?: __HttpHandlerOptions
914
+ ): Promise<ListTagsCommandOutput>;
915
+ listTags(
916
+ args: ListTagsCommandInput,
917
+ cb: (err: any, data?: ListTagsCommandOutput) => void
918
+ ): void;
919
+ listTags(
920
+ args: ListTagsCommandInput,
921
+ options: __HttpHandlerOptions,
922
+ cb: (err: any, data?: ListTagsCommandOutput) => void
923
+ ): void;
924
+ putBackupVaultAccessPolicy(
925
+ args: PutBackupVaultAccessPolicyCommandInput,
926
+ options?: __HttpHandlerOptions
927
+ ): Promise<PutBackupVaultAccessPolicyCommandOutput>;
928
+ putBackupVaultAccessPolicy(
929
+ args: PutBackupVaultAccessPolicyCommandInput,
930
+ cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void
931
+ ): void;
932
+ putBackupVaultAccessPolicy(
933
+ args: PutBackupVaultAccessPolicyCommandInput,
934
+ options: __HttpHandlerOptions,
935
+ cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void
936
+ ): void;
937
+ putBackupVaultLockConfiguration(
938
+ args: PutBackupVaultLockConfigurationCommandInput,
939
+ options?: __HttpHandlerOptions
940
+ ): Promise<PutBackupVaultLockConfigurationCommandOutput>;
941
+ putBackupVaultLockConfiguration(
942
+ args: PutBackupVaultLockConfigurationCommandInput,
943
+ cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void
944
+ ): void;
945
+ putBackupVaultLockConfiguration(
946
+ args: PutBackupVaultLockConfigurationCommandInput,
947
+ options: __HttpHandlerOptions,
948
+ cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void
949
+ ): void;
950
+ putBackupVaultNotifications(
951
+ args: PutBackupVaultNotificationsCommandInput,
952
+ options?: __HttpHandlerOptions
953
+ ): Promise<PutBackupVaultNotificationsCommandOutput>;
954
+ putBackupVaultNotifications(
955
+ args: PutBackupVaultNotificationsCommandInput,
956
+ cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void
957
+ ): void;
958
+ putBackupVaultNotifications(
959
+ args: PutBackupVaultNotificationsCommandInput,
960
+ options: __HttpHandlerOptions,
961
+ cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void
962
+ ): void;
963
+ startBackupJob(
964
+ args: StartBackupJobCommandInput,
965
+ options?: __HttpHandlerOptions
966
+ ): Promise<StartBackupJobCommandOutput>;
967
+ startBackupJob(
968
+ args: StartBackupJobCommandInput,
969
+ cb: (err: any, data?: StartBackupJobCommandOutput) => void
970
+ ): void;
971
+ startBackupJob(
972
+ args: StartBackupJobCommandInput,
973
+ options: __HttpHandlerOptions,
974
+ cb: (err: any, data?: StartBackupJobCommandOutput) => void
975
+ ): void;
976
+ startCopyJob(
977
+ args: StartCopyJobCommandInput,
978
+ options?: __HttpHandlerOptions
979
+ ): Promise<StartCopyJobCommandOutput>;
980
+ startCopyJob(
981
+ args: StartCopyJobCommandInput,
982
+ cb: (err: any, data?: StartCopyJobCommandOutput) => void
983
+ ): void;
984
+ startCopyJob(
985
+ args: StartCopyJobCommandInput,
986
+ options: __HttpHandlerOptions,
987
+ cb: (err: any, data?: StartCopyJobCommandOutput) => void
988
+ ): void;
989
+ startReportJob(
990
+ args: StartReportJobCommandInput,
991
+ options?: __HttpHandlerOptions
992
+ ): Promise<StartReportJobCommandOutput>;
993
+ startReportJob(
994
+ args: StartReportJobCommandInput,
995
+ cb: (err: any, data?: StartReportJobCommandOutput) => void
996
+ ): void;
997
+ startReportJob(
998
+ args: StartReportJobCommandInput,
999
+ options: __HttpHandlerOptions,
1000
+ cb: (err: any, data?: StartReportJobCommandOutput) => void
1001
+ ): void;
1002
+ startRestoreJob(
1003
+ args: StartRestoreJobCommandInput,
1004
+ options?: __HttpHandlerOptions
1005
+ ): Promise<StartRestoreJobCommandOutput>;
1006
+ startRestoreJob(
1007
+ args: StartRestoreJobCommandInput,
1008
+ cb: (err: any, data?: StartRestoreJobCommandOutput) => void
1009
+ ): void;
1010
+ startRestoreJob(
1011
+ args: StartRestoreJobCommandInput,
1012
+ options: __HttpHandlerOptions,
1013
+ cb: (err: any, data?: StartRestoreJobCommandOutput) => void
1014
+ ): void;
1015
+ stopBackupJob(
1016
+ args: StopBackupJobCommandInput,
1017
+ options?: __HttpHandlerOptions
1018
+ ): Promise<StopBackupJobCommandOutput>;
1019
+ stopBackupJob(
1020
+ args: StopBackupJobCommandInput,
1021
+ cb: (err: any, data?: StopBackupJobCommandOutput) => void
1022
+ ): void;
1023
+ stopBackupJob(
1024
+ args: StopBackupJobCommandInput,
1025
+ options: __HttpHandlerOptions,
1026
+ cb: (err: any, data?: StopBackupJobCommandOutput) => void
1027
+ ): void;
1028
+ tagResource(
1029
+ args: TagResourceCommandInput,
1030
+ options?: __HttpHandlerOptions
1031
+ ): Promise<TagResourceCommandOutput>;
1032
+ tagResource(
1033
+ args: TagResourceCommandInput,
1034
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1035
+ ): void;
1036
+ tagResource(
1037
+ args: TagResourceCommandInput,
1038
+ options: __HttpHandlerOptions,
1039
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1040
+ ): void;
1041
+ untagResource(
1042
+ args: UntagResourceCommandInput,
1043
+ options?: __HttpHandlerOptions
1044
+ ): Promise<UntagResourceCommandOutput>;
1045
+ untagResource(
1046
+ args: UntagResourceCommandInput,
1047
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1048
+ ): void;
1049
+ untagResource(
1050
+ args: UntagResourceCommandInput,
1051
+ options: __HttpHandlerOptions,
1052
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1053
+ ): void;
1054
+ updateBackupPlan(
1055
+ args: UpdateBackupPlanCommandInput,
1056
+ options?: __HttpHandlerOptions
1057
+ ): Promise<UpdateBackupPlanCommandOutput>;
1058
+ updateBackupPlan(
1059
+ args: UpdateBackupPlanCommandInput,
1060
+ cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void
1061
+ ): void;
1062
+ updateBackupPlan(
1063
+ args: UpdateBackupPlanCommandInput,
1064
+ options: __HttpHandlerOptions,
1065
+ cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void
1066
+ ): void;
1067
+ updateFramework(
1068
+ args: UpdateFrameworkCommandInput,
1069
+ options?: __HttpHandlerOptions
1070
+ ): Promise<UpdateFrameworkCommandOutput>;
1071
+ updateFramework(
1072
+ args: UpdateFrameworkCommandInput,
1073
+ cb: (err: any, data?: UpdateFrameworkCommandOutput) => void
1074
+ ): void;
1075
+ updateFramework(
1076
+ args: UpdateFrameworkCommandInput,
1077
+ options: __HttpHandlerOptions,
1078
+ cb: (err: any, data?: UpdateFrameworkCommandOutput) => void
1079
+ ): void;
1080
+ updateGlobalSettings(
1081
+ args: UpdateGlobalSettingsCommandInput,
1082
+ options?: __HttpHandlerOptions
1083
+ ): Promise<UpdateGlobalSettingsCommandOutput>;
1084
+ updateGlobalSettings(
1085
+ args: UpdateGlobalSettingsCommandInput,
1086
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
1087
+ ): void;
1088
+ updateGlobalSettings(
1089
+ args: UpdateGlobalSettingsCommandInput,
1090
+ options: __HttpHandlerOptions,
1091
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
1092
+ ): void;
1093
+ updateRecoveryPointLifecycle(
1094
+ args: UpdateRecoveryPointLifecycleCommandInput,
1095
+ options?: __HttpHandlerOptions
1096
+ ): Promise<UpdateRecoveryPointLifecycleCommandOutput>;
1097
+ updateRecoveryPointLifecycle(
1098
+ args: UpdateRecoveryPointLifecycleCommandInput,
1099
+ cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void
1100
+ ): void;
1101
+ updateRecoveryPointLifecycle(
1102
+ args: UpdateRecoveryPointLifecycleCommandInput,
1103
+ options: __HttpHandlerOptions,
1104
+ cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void
1105
+ ): void;
1106
+ updateRegionSettings(
1107
+ args: UpdateRegionSettingsCommandInput,
1108
+ options?: __HttpHandlerOptions
1109
+ ): Promise<UpdateRegionSettingsCommandOutput>;
1110
+ updateRegionSettings(
1111
+ args: UpdateRegionSettingsCommandInput,
1112
+ cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void
1113
+ ): void;
1114
+ updateRegionSettings(
1115
+ args: UpdateRegionSettingsCommandInput,
1116
+ options: __HttpHandlerOptions,
1117
+ cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void
1118
+ ): void;
1119
+ updateReportPlan(
1120
+ args: UpdateReportPlanCommandInput,
1121
+ options?: __HttpHandlerOptions
1122
+ ): Promise<UpdateReportPlanCommandOutput>;
1123
+ updateReportPlan(
1124
+ args: UpdateReportPlanCommandInput,
1125
+ cb: (err: any, data?: UpdateReportPlanCommandOutput) => void
1126
+ ): void;
1127
+ updateReportPlan(
1128
+ args: UpdateReportPlanCommandInput,
1129
+ options: __HttpHandlerOptions,
1130
+ cb: (err: any, data?: UpdateReportPlanCommandOutput) => void
1131
+ ): void;
1132
+ }