@aws-sdk/client-backup 3.36.0 → 3.39.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 (178) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Backup.js +0 -7
  3. package/dist-cjs/BackupClient.js +0 -12
  4. package/dist-cjs/commands/CreateBackupPlanCommand.js +0 -28
  5. package/dist-cjs/commands/CreateBackupSelectionCommand.js +0 -64
  6. package/dist-cjs/commands/CreateBackupVaultCommand.js +0 -30
  7. package/dist-cjs/commands/CreateFrameworkCommand.js +0 -27
  8. package/dist-cjs/commands/CreateReportPlanCommand.js +0 -27
  9. package/dist-cjs/commands/DeleteBackupPlanCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteBackupSelectionCommand.js +0 -25
  11. package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +0 -24
  12. package/dist-cjs/commands/DeleteBackupVaultCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +0 -29
  14. package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +0 -24
  15. package/dist-cjs/commands/DeleteFrameworkCommand.js +0 -24
  16. package/dist-cjs/commands/DeleteRecoveryPointCommand.js +0 -26
  17. package/dist-cjs/commands/DeleteReportPlanCommand.js +0 -24
  18. package/dist-cjs/commands/DescribeBackupJobCommand.js +0 -24
  19. package/dist-cjs/commands/DescribeBackupVaultCommand.js +0 -24
  20. package/dist-cjs/commands/DescribeCopyJobCommand.js +0 -24
  21. package/dist-cjs/commands/DescribeFrameworkCommand.js +0 -24
  22. package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +0 -27
  23. package/dist-cjs/commands/DescribeProtectedResourceCommand.js +0 -26
  24. package/dist-cjs/commands/DescribeRecoveryPointCommand.js +0 -25
  25. package/dist-cjs/commands/DescribeRegionSettingsCommand.js +0 -28
  26. package/dist-cjs/commands/DescribeReportJobCommand.js +0 -25
  27. package/dist-cjs/commands/DescribeReportPlanCommand.js +0 -24
  28. package/dist-cjs/commands/DescribeRestoreJobCommand.js +0 -24
  29. package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +0 -27
  30. package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +0 -24
  31. package/dist-cjs/commands/GetBackupPlanCommand.js +0 -25
  32. package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +0 -24
  33. package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +0 -24
  34. package/dist-cjs/commands/GetBackupSelectionCommand.js +0 -25
  35. package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +0 -25
  36. package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +0 -24
  37. package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +0 -24
  38. package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +0 -24
  39. package/dist-cjs/commands/ListBackupJobsCommand.js +0 -25
  40. package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +0 -25
  41. package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +0 -25
  42. package/dist-cjs/commands/ListBackupPlansCommand.js +0 -26
  43. package/dist-cjs/commands/ListBackupSelectionsCommand.js +0 -25
  44. package/dist-cjs/commands/ListBackupVaultsCommand.js +0 -25
  45. package/dist-cjs/commands/ListCopyJobsCommand.js +0 -24
  46. package/dist-cjs/commands/ListFrameworksCommand.js +0 -24
  47. package/dist-cjs/commands/ListProtectedResourcesCommand.js +0 -26
  48. package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +0 -24
  49. package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +0 -29
  50. package/dist-cjs/commands/ListReportJobsCommand.js +0 -24
  51. package/dist-cjs/commands/ListReportPlansCommand.js +0 -25
  52. package/dist-cjs/commands/ListRestoreJobsCommand.js +0 -25
  53. package/dist-cjs/commands/ListTagsCommand.js +0 -30
  54. package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +0 -26
  55. package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +0 -28
  56. package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +0 -24
  57. package/dist-cjs/commands/StartBackupJobCommand.js +0 -24
  58. package/dist-cjs/commands/StartCopyJobCommand.js +0 -25
  59. package/dist-cjs/commands/StartReportJobCommand.js +0 -24
  60. package/dist-cjs/commands/StartRestoreJobCommand.js +0 -24
  61. package/dist-cjs/commands/StopBackupJobCommand.js +0 -24
  62. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  63. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  64. package/dist-cjs/commands/UpdateBackupPlanCommand.js +0 -26
  65. package/dist-cjs/commands/UpdateFrameworkCommand.js +0 -25
  66. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +0 -26
  67. package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +0 -33
  68. package/dist-cjs/commands/UpdateRegionSettingsCommand.js +0 -29
  69. package/dist-cjs/commands/UpdateReportPlanCommand.js +0 -25
  70. package/dist-cjs/commands/index.js +69 -0
  71. package/dist-cjs/endpoints.js +6 -1
  72. package/dist-cjs/index.js +4 -84
  73. package/dist-cjs/models/models_0.js +0 -462
  74. package/dist-cjs/pagination/ListBackupJobsPaginator.js +0 -10
  75. package/dist-cjs/pagination/ListBackupPlanTemplatesPaginator.js +0 -10
  76. package/dist-cjs/pagination/ListBackupPlanVersionsPaginator.js +0 -10
  77. package/dist-cjs/pagination/ListBackupPlansPaginator.js +0 -10
  78. package/dist-cjs/pagination/ListBackupSelectionsPaginator.js +0 -10
  79. package/dist-cjs/pagination/ListBackupVaultsPaginator.js +0 -10
  80. package/dist-cjs/pagination/ListCopyJobsPaginator.js +0 -10
  81. package/dist-cjs/pagination/ListFrameworksPaginator.js +0 -10
  82. package/dist-cjs/pagination/ListProtectedResourcesPaginator.js +0 -10
  83. package/dist-cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -10
  84. package/dist-cjs/pagination/ListRecoveryPointsByResourcePaginator.js +0 -10
  85. package/dist-cjs/pagination/ListReportJobsPaginator.js +0 -10
  86. package/dist-cjs/pagination/ListReportPlansPaginator.js +0 -10
  87. package/dist-cjs/pagination/ListRestoreJobsPaginator.js +0 -10
  88. package/dist-cjs/pagination/ListTagsPaginator.js +0 -10
  89. package/dist-cjs/pagination/index.js +19 -0
  90. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  91. package/dist-cjs/runtimeConfig.browser.js +1 -5
  92. package/dist-cjs/runtimeConfig.js +1 -5
  93. package/dist-cjs/runtimeConfig.native.js +0 -3
  94. package/dist-cjs/runtimeConfig.shared.js +0 -3
  95. package/dist-es/commands/index.js +66 -0
  96. package/dist-es/endpoints.js +6 -1
  97. package/dist-es/index.js +4 -84
  98. package/dist-es/pagination/index.js +16 -0
  99. package/dist-types/commands/index.d.ts +66 -0
  100. package/dist-types/index.d.ts +4 -84
  101. package/dist-types/pagination/index.d.ts +16 -0
  102. package/dist-types/ts3.4/Backup.d.ts +67 -340
  103. package/dist-types/ts3.4/BackupClient.d.ts +24 -93
  104. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +2 -24
  105. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +2 -60
  106. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +2 -26
  107. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +2 -23
  108. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +2 -23
  109. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +2 -22
  110. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +2 -21
  111. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +2 -21
  113. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +2 -25
  114. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +2 -20
  115. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +2 -20
  116. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +2 -22
  117. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +2 -20
  119. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +2 -20
  120. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +2 -20
  121. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +2 -23
  123. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +2 -22
  124. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +2 -21
  125. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +2 -24
  126. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +2 -21
  127. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +2 -20
  128. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +2 -20
  129. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +2 -23
  130. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +2 -20
  131. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +2 -20
  133. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -20
  134. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +2 -21
  135. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +2 -21
  136. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +2 -20
  137. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +2 -20
  139. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +2 -21
  140. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +2 -21
  141. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +2 -21
  142. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +2 -22
  143. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +2 -21
  144. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +2 -21
  145. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +2 -20
  146. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +2 -20
  147. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +2 -22
  148. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +2 -20
  149. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +2 -25
  150. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +2 -20
  151. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +2 -21
  152. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +2 -21
  153. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -26
  154. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +2 -22
  155. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +2 -24
  156. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +2 -20
  157. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +2 -20
  158. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +2 -21
  159. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +2 -20
  160. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +2 -20
  161. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +2 -20
  162. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  163. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
  164. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +2 -22
  165. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +2 -21
  166. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -22
  167. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -29
  168. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +2 -25
  169. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +2 -21
  170. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  171. package/dist-types/ts3.4/index.d.ts +4 -84
  172. package/dist-types/ts3.4/models/models_0.d.ts +751 -3372
  173. package/dist-types/ts3.4/pagination/index.d.ts +16 -0
  174. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  175. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  176. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  177. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  178. package/package.json +32 -32
@@ -6,29 +6,11 @@ export interface GetBackupVaultNotificationsCommandInput extends GetBackupVaultN
6
6
  }
7
7
  export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVaultNotificationsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns event notifications for the specified backup vault.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { BackupClient, GetBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import
15
- * // const { BackupClient, GetBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
16
- * const client = new BackupClient(config);
17
- * const command = new GetBackupVaultNotificationsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetBackupVaultNotificationsCommandInput} for command's `input` shape.
22
- * @see {@link GetBackupVaultNotificationsCommandOutput} for command's `response` shape.
23
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetBackupVaultNotificationsCommand extends $Command<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
27
11
  readonly input: GetBackupVaultNotificationsCommandInput;
28
12
  constructor(input: GetBackupVaultNotificationsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface GetRecoveryPointRestoreMetadataCommandInput extends GetRecovery
6
6
  }
7
7
  export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecoveryPointRestoreMetadataOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a set of metadata key-value pairs that were used to create the backup.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { BackupClient, GetRecoveryPointRestoreMetadataCommand } from "@aws-sdk/client-backup"; // ES Modules import
15
- * // const { BackupClient, GetRecoveryPointRestoreMetadataCommand } = require("@aws-sdk/client-backup"); // CommonJS import
16
- * const client = new BackupClient(config);
17
- * const command = new GetRecoveryPointRestoreMetadataCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetRecoveryPointRestoreMetadataCommandInput} for command's `input` shape.
22
- * @see {@link GetRecoveryPointRestoreMetadataCommandOutput} for command's `response` shape.
23
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetRecoveryPointRestoreMetadataCommand extends $Command<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput, BackupClientResolvedConfig> {
27
11
  readonly input: GetRecoveryPointRestoreMetadataCommandInput;
28
12
  constructor(input: GetRecoveryPointRestoreMetadataCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface GetSupportedResourceTypesCommandInput {
6
6
  }
7
7
  export interface GetSupportedResourceTypesCommandOutput extends GetSupportedResourceTypesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns the Amazon Web Services resource types supported by Backup.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { BackupClient, GetSupportedResourceTypesCommand } from "@aws-sdk/client-backup"; // ES Modules import
15
- * // const { BackupClient, GetSupportedResourceTypesCommand } = require("@aws-sdk/client-backup"); // CommonJS import
16
- * const client = new BackupClient(config);
17
- * const command = new GetSupportedResourceTypesCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetSupportedResourceTypesCommandInput} for command's `input` shape.
22
- * @see {@link GetSupportedResourceTypesCommandOutput} for command's `response` shape.
23
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetSupportedResourceTypesCommand extends $Command<GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput, BackupClientResolvedConfig> {
27
11
  readonly input: GetSupportedResourceTypesCommandInput;
28
12
  constructor(input: GetSupportedResourceTypesCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListBackupJobsCommandInput extends ListBackupJobsInput {
6
6
  }
7
7
  export interface ListBackupJobsCommandOutput extends ListBackupJobsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of existing backup jobs for an authenticated account for the last 30
11
- * days. For a longer period of time, consider using these <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">monitoring tools</a>.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { BackupClient, ListBackupJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
16
- * // const { BackupClient, ListBackupJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
17
- * const client = new BackupClient(config);
18
- * const command = new ListBackupJobsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListBackupJobsCommandInput} for command's `input` shape.
23
- * @see {@link ListBackupJobsCommandOutput} for command's `response` shape.
24
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListBackupJobsCommand extends $Command<ListBackupJobsCommandInput, ListBackupJobsCommandOutput, BackupClientResolvedConfig> {
28
11
  readonly input: ListBackupJobsCommandInput;
29
12
  constructor(input: ListBackupJobsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackupJobsCommandInput, ListBackupJobsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListBackupPlanTemplatesCommandInput extends ListBackupPlanTempl
6
6
  }
7
7
  export interface ListBackupPlanTemplatesCommandOutput extends ListBackupPlanTemplatesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns metadata of your saved backup plan templates, including the template ID, name,
11
- * and the creation and deletion dates.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { BackupClient, ListBackupPlanTemplatesCommand } from "@aws-sdk/client-backup"; // ES Modules import
16
- * // const { BackupClient, ListBackupPlanTemplatesCommand } = require("@aws-sdk/client-backup"); // CommonJS import
17
- * const client = new BackupClient(config);
18
- * const command = new ListBackupPlanTemplatesCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListBackupPlanTemplatesCommandInput} for command's `input` shape.
23
- * @see {@link ListBackupPlanTemplatesCommandOutput} for command's `response` shape.
24
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListBackupPlanTemplatesCommand extends $Command<ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput, BackupClientResolvedConfig> {
28
11
  readonly input: ListBackupPlanTemplatesCommandInput;
29
12
  constructor(input: ListBackupPlanTemplatesCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListBackupPlanVersionsCommandInput extends ListBackupPlanVersio
6
6
  }
7
7
  export interface ListBackupPlanVersionsCommandOutput extends ListBackupPlanVersionsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns version metadata of your backup plans, including Amazon Resource Names (ARNs),
11
- * backup plan IDs, creation and deletion dates, plan names, and version IDs.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { BackupClient, ListBackupPlanVersionsCommand } from "@aws-sdk/client-backup"; // ES Modules import
16
- * // const { BackupClient, ListBackupPlanVersionsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
17
- * const client = new BackupClient(config);
18
- * const command = new ListBackupPlanVersionsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListBackupPlanVersionsCommandInput} for command's `input` shape.
23
- * @see {@link ListBackupPlanVersionsCommandOutput} for command's `response` shape.
24
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListBackupPlanVersionsCommand extends $Command<ListBackupPlanVersionsCommandInput, ListBackupPlanVersionsCommandOutput, BackupClientResolvedConfig> {
28
11
  readonly input: ListBackupPlanVersionsCommandInput;
29
12
  constructor(input: ListBackupPlanVersionsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackupPlanVersionsCommandInput, ListBackupPlanVersionsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface ListBackupPlansCommandInput extends ListBackupPlansInput {
6
6
  }
7
7
  export interface ListBackupPlansCommandOutput extends ListBackupPlansOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of all active backup plans for an authenticated account. The list
11
- * contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion
12
- * dates, version IDs, plan names, and creator request IDs.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { BackupClient, ListBackupPlansCommand } from "@aws-sdk/client-backup"; // ES Modules import
17
- * // const { BackupClient, ListBackupPlansCommand } = require("@aws-sdk/client-backup"); // CommonJS import
18
- * const client = new BackupClient(config);
19
- * const command = new ListBackupPlansCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ListBackupPlansCommandInput} for command's `input` shape.
24
- * @see {@link ListBackupPlansCommandOutput} for command's `response` shape.
25
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class ListBackupPlansCommand extends $Command<ListBackupPlansCommandInput, ListBackupPlansCommandOutput, BackupClientResolvedConfig> {
29
11
  readonly input: ListBackupPlansCommandInput;
30
12
  constructor(input: ListBackupPlansCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackupPlansCommandInput, ListBackupPlansCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListBackupSelectionsCommandInput extends ListBackupSelectionsIn
6
6
  }
7
7
  export interface ListBackupSelectionsCommandOutput extends ListBackupSelectionsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns an array containing metadata of the resources associated with the target backup
11
- * plan.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { BackupClient, ListBackupSelectionsCommand } from "@aws-sdk/client-backup"; // ES Modules import
16
- * // const { BackupClient, ListBackupSelectionsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
17
- * const client = new BackupClient(config);
18
- * const command = new ListBackupSelectionsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListBackupSelectionsCommandInput} for command's `input` shape.
23
- * @see {@link ListBackupSelectionsCommandOutput} for command's `response` shape.
24
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListBackupSelectionsCommand extends $Command<ListBackupSelectionsCommandInput, ListBackupSelectionsCommandOutput, BackupClientResolvedConfig> {
28
11
  readonly input: ListBackupSelectionsCommandInput;
29
12
  constructor(input: ListBackupSelectionsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackupSelectionsCommandInput, ListBackupSelectionsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListBackupVaultsCommandInput extends ListBackupVaultsInput {
6
6
  }
7
7
  export interface ListBackupVaultsCommandOutput extends ListBackupVaultsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of recovery point storage containers along with information about
11
- * them.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { BackupClient, ListBackupVaultsCommand } from "@aws-sdk/client-backup"; // ES Modules import
16
- * // const { BackupClient, ListBackupVaultsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
17
- * const client = new BackupClient(config);
18
- * const command = new ListBackupVaultsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListBackupVaultsCommandInput} for command's `input` shape.
23
- * @see {@link ListBackupVaultsCommandOutput} for command's `response` shape.
24
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListBackupVaultsCommand extends $Command<ListBackupVaultsCommandInput, ListBackupVaultsCommandOutput, BackupClientResolvedConfig> {
28
11
  readonly input: ListBackupVaultsCommandInput;
29
12
  constructor(input: ListBackupVaultsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackupVaultsCommandInput, ListBackupVaultsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListCopyJobsCommandInput extends ListCopyJobsInput {
6
6
  }
7
7
  export interface ListCopyJobsCommandOutput extends ListCopyJobsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns metadata about your copy jobs.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { BackupClient, ListCopyJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
15
- * // const { BackupClient, ListCopyJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
16
- * const client = new BackupClient(config);
17
- * const command = new ListCopyJobsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListCopyJobsCommandInput} for command's `input` shape.
22
- * @see {@link ListCopyJobsCommandOutput} for command's `response` shape.
23
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListCopyJobsCommand extends $Command<ListCopyJobsCommandInput, ListCopyJobsCommandOutput, BackupClientResolvedConfig> {
27
11
  readonly input: ListCopyJobsCommandInput;
28
12
  constructor(input: ListCopyJobsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCopyJobsCommandInput, ListCopyJobsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListFrameworksCommandInput extends ListFrameworksInput {
6
6
  }
7
7
  export interface ListFrameworksCommandOutput extends ListFrameworksOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { BackupClient, ListFrameworksCommand } from "@aws-sdk/client-backup"; // ES Modules import
15
- * // const { BackupClient, ListFrameworksCommand } = require("@aws-sdk/client-backup"); // CommonJS import
16
- * const client = new BackupClient(config);
17
- * const command = new ListFrameworksCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListFrameworksCommandInput} for command's `input` shape.
22
- * @see {@link ListFrameworksCommandOutput} for command's `response` shape.
23
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListFrameworksCommand extends $Command<ListFrameworksCommandInput, ListFrameworksCommandOutput, BackupClientResolvedConfig> {
27
11
  readonly input: ListFrameworksCommandInput;
28
12
  constructor(input: ListFrameworksCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFrameworksCommandInput, ListFrameworksCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface ListProtectedResourcesCommandInput extends ListProtectedResourc
6
6
  }
7
7
  export interface ListProtectedResourcesCommandOutput extends ListProtectedResourcesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns an array of resources successfully backed up by Backup, including
11
- * the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a
12
- * resource type.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { BackupClient, ListProtectedResourcesCommand } from "@aws-sdk/client-backup"; // ES Modules import
17
- * // const { BackupClient, ListProtectedResourcesCommand } = require("@aws-sdk/client-backup"); // CommonJS import
18
- * const client = new BackupClient(config);
19
- * const command = new ListProtectedResourcesCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ListProtectedResourcesCommandInput} for command's `input` shape.
24
- * @see {@link ListProtectedResourcesCommandOutput} for command's `response` shape.
25
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class ListProtectedResourcesCommand extends $Command<ListProtectedResourcesCommandInput, ListProtectedResourcesCommandOutput, BackupClientResolvedConfig> {
29
11
  readonly input: ListProtectedResourcesCommandInput;
30
12
  constructor(input: ListProtectedResourcesCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProtectedResourcesCommandInput, ListProtectedResourcesCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListRecoveryPointsByBackupVaultCommandInput extends ListRecover
6
6
  }
7
7
  export interface ListRecoveryPointsByBackupVaultCommandOutput extends ListRecoveryPointsByBackupVaultOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns detailed information about the recovery points stored in a backup vault.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { BackupClient, ListRecoveryPointsByBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import
15
- * // const { BackupClient, ListRecoveryPointsByBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import
16
- * const client = new BackupClient(config);
17
- * const command = new ListRecoveryPointsByBackupVaultCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListRecoveryPointsByBackupVaultCommandInput} for command's `input` shape.
22
- * @see {@link ListRecoveryPointsByBackupVaultCommandOutput} for command's `response` shape.
23
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListRecoveryPointsByBackupVaultCommand extends $Command<ListRecoveryPointsByBackupVaultCommandInput, ListRecoveryPointsByBackupVaultCommandOutput, BackupClientResolvedConfig> {
27
11
  readonly input: ListRecoveryPointsByBackupVaultCommandInput;
28
12
  constructor(input: ListRecoveryPointsByBackupVaultCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecoveryPointsByBackupVaultCommandInput, ListRecoveryPointsByBackupVaultCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,34 +6,11 @@ export interface ListRecoveryPointsByResourceCommandInput extends ListRecoveryPo
6
6
  }
7
7
  export interface ListRecoveryPointsByResourceCommandOutput extends ListRecoveryPointsByResourceOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns detailed information about all the recovery points of the type specified by a
11
- * resource Amazon Resource Name (ARN).</p>
12
- * <note>
13
- * <p>For Amazon EFS and Amazon EC2, this action only lists recovery points
14
- * created by Backup.</p>
15
- * </note>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { BackupClient, ListRecoveryPointsByResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import
20
- * // const { BackupClient, ListRecoveryPointsByResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import
21
- * const client = new BackupClient(config);
22
- * const command = new ListRecoveryPointsByResourceCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link ListRecoveryPointsByResourceCommandInput} for command's `input` shape.
27
- * @see {@link ListRecoveryPointsByResourceCommandOutput} for command's `response` shape.
28
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
9
+
31
10
  export declare class ListRecoveryPointsByResourceCommand extends $Command<ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput, BackupClientResolvedConfig> {
32
11
  readonly input: ListRecoveryPointsByResourceCommandInput;
33
12
  constructor(input: ListRecoveryPointsByResourceCommandInput);
34
- /**
35
- * @internal
36
- */
13
+
37
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput>;
38
15
  private serialize;
39
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListReportJobsCommandInput extends ListReportJobsInput {
6
6
  }
7
7
  export interface ListReportJobsCommandOutput extends ListReportJobsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns details about your report jobs.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { BackupClient, ListReportJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
15
- * // const { BackupClient, ListReportJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
16
- * const client = new BackupClient(config);
17
- * const command = new ListReportJobsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListReportJobsCommandInput} for command's `input` shape.
22
- * @see {@link ListReportJobsCommandOutput} for command's `response` shape.
23
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListReportJobsCommand extends $Command<ListReportJobsCommandInput, ListReportJobsCommandOutput, BackupClientResolvedConfig> {
27
11
  readonly input: ListReportJobsCommandInput;
28
12
  constructor(input: ListReportJobsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportJobsCommandInput, ListReportJobsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListReportPlansCommandInput extends ListReportPlansInput {
6
6
  }
7
7
  export interface ListReportPlansCommandOutput extends ListReportPlansOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of your report plans. For detailed information about a single report
11
- * plan, use <code>DescribeReportPlan</code>.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { BackupClient, ListReportPlansCommand } from "@aws-sdk/client-backup"; // ES Modules import
16
- * // const { BackupClient, ListReportPlansCommand } = require("@aws-sdk/client-backup"); // CommonJS import
17
- * const client = new BackupClient(config);
18
- * const command = new ListReportPlansCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListReportPlansCommandInput} for command's `input` shape.
23
- * @see {@link ListReportPlansCommandOutput} for command's `response` shape.
24
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListReportPlansCommand extends $Command<ListReportPlansCommandInput, ListReportPlansCommandOutput, BackupClientResolvedConfig> {
28
11
  readonly input: ListReportPlansCommandInput;
29
12
  constructor(input: ListReportPlansCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportPlansCommandInput, ListReportPlansCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListRestoreJobsCommandInput extends ListRestoreJobsInput {
6
6
  }
7
7
  export interface ListRestoreJobsCommandOutput extends ListRestoreJobsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of jobs that Backup initiated to restore a saved resource,
11
- * including details about the recovery process.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { BackupClient, ListRestoreJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
16
- * // const { BackupClient, ListRestoreJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
17
- * const client = new BackupClient(config);
18
- * const command = new ListRestoreJobsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListRestoreJobsCommandInput} for command's `input` shape.
23
- * @see {@link ListRestoreJobsCommandOutput} for command's `response` shape.
24
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListRestoreJobsCommand extends $Command<ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput, BackupClientResolvedConfig> {
28
11
  readonly input: ListRestoreJobsCommandInput;
29
12
  constructor(input: ListRestoreJobsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,35 +6,11 @@ export interface ListTagsCommandInput extends ListTagsInput {
6
6
  }
7
7
  export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of key-value pairs assigned to a target recovery point, backup plan, or
11
- * backup vault.</p>
12
- * <note>
13
- * <p>
14
- * <code>ListTags</code> are currently only supported with Amazon EFS
15
- * backups.</p>
16
- * </note>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { BackupClient, ListTagsCommand } from "@aws-sdk/client-backup"; // ES Modules import
21
- * // const { BackupClient, ListTagsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
22
- * const client = new BackupClient(config);
23
- * const command = new ListTagsCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link ListTagsCommandInput} for command's `input` shape.
28
- * @see {@link ListTagsCommandOutput} for command's `response` shape.
29
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
9
+
32
10
  export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, BackupClientResolvedConfig> {
33
11
  readonly input: ListTagsCommandInput;
34
12
  constructor(input: ListTagsCommandInput);
35
- /**
36
- * @internal
37
- */
13
+
38
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
39
15
  private serialize;
40
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface PutBackupVaultAccessPolicyCommandInput extends PutBackupVaultAc
6
6
  }
7
7
  export interface PutBackupVaultAccessPolicyCommandOutput extends __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Sets a resource-based policy that is used to manage access permissions on the target
11
- * backup vault. Requires a backup vault name and an access policy document in JSON
12
- * format.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { BackupClient, PutBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import
17
- * // const { BackupClient, PutBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import
18
- * const client = new BackupClient(config);
19
- * const command = new PutBackupVaultAccessPolicyCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link PutBackupVaultAccessPolicyCommandInput} for command's `input` shape.
24
- * @see {@link PutBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
25
- * @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class PutBackupVaultAccessPolicyCommand extends $Command<PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
29
11
  readonly input: PutBackupVaultAccessPolicyCommandInput;
30
12
  constructor(input: PutBackupVaultAccessPolicyCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;