@aws-sdk/client-backup 3.296.0 → 3.297.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 (95) hide show
  1. package/dist-types/Backup.d.ts +73 -0
  2. package/dist-types/BackupClient.d.ts +24 -4
  3. package/dist-types/commands/CancelLegalHoldCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateBackupPlanCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateBackupSelectionCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateBackupVaultCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateFrameworkCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateLegalHoldCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateReportPlanCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteBackupPlanCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteBackupVaultCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteFrameworkCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteReportPlanCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeBackupJobCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeBackupVaultCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeCopyJobCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeFrameworkCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeReportJobCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeReportPlanCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeRestoreJobCommand.d.ts +16 -0
  30. package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateRecoveryPointFromParentCommand.d.ts +16 -0
  32. package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +16 -0
  33. package/dist-types/commands/GetBackupPlanCommand.d.ts +16 -0
  34. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +16 -0
  35. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +16 -0
  36. package/dist-types/commands/GetBackupSelectionCommand.d.ts +16 -0
  37. package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +16 -0
  38. package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetLegalHoldCommand.d.ts +16 -0
  40. package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +16 -0
  41. package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListBackupJobsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +16 -0
  44. package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListBackupPlansCommand.d.ts +16 -0
  46. package/dist-types/commands/ListBackupSelectionsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListBackupVaultsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListCopyJobsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListFrameworksCommand.d.ts +16 -0
  50. package/dist-types/commands/ListLegalHoldsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListProtectedResourcesCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRecoveryPointsByLegalHoldCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/ListReportJobsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListReportPlansCommand.d.ts +16 -0
  57. package/dist-types/commands/ListRestoreJobsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  59. package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +16 -0
  60. package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +16 -0
  61. package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +16 -0
  62. package/dist-types/commands/StartBackupJobCommand.d.ts +16 -0
  63. package/dist-types/commands/StartCopyJobCommand.d.ts +16 -0
  64. package/dist-types/commands/StartReportJobCommand.d.ts +16 -0
  65. package/dist-types/commands/StartRestoreJobCommand.d.ts +16 -0
  66. package/dist-types/commands/StopBackupJobCommand.d.ts +16 -0
  67. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateFrameworkCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateReportPlanCommand.d.ts +16 -0
  75. package/dist-types/models/BackupServiceException.d.ts +2 -0
  76. package/dist-types/models/models_0.d.ts +451 -6
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListBackupJobsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListBackupPlanTemplatesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListBackupPlanVersionsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListBackupPlansPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListBackupSelectionsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListBackupVaultsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListCopyJobsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListFrameworksPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListLegalHoldsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListProtectedResourcesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListRecoveryPointsByLegalHoldPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListRecoveryPointsByResourcePaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListReportJobsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListReportPlansPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListRestoreJobsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
  95. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DeleteFrameworkInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFrameworkCommand}.
8
10
  */
9
11
  export interface DeleteFrameworkCommandInput extends DeleteFrameworkInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFrameworkCommand}.
13
17
  */
14
18
  export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the framework specified by a framework name.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFrameworkCommandInput - {@link DeleteFrameworkCommandInput}
34
+ * @returns {@link DeleteFrameworkCommandOutput}
28
35
  * @see {@link DeleteFrameworkCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFrameworkCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
51
58
  export declare class DeleteFrameworkCommand extends $Command<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput, BackupClientResolvedConfig> {
52
59
  readonly input: DeleteFrameworkCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteFrameworkCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DeleteRecoveryPointInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRecoveryPointCommand}.
8
10
  */
9
11
  export interface DeleteRecoveryPointCommandInput extends DeleteRecoveryPointInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRecoveryPointCommand}.
13
17
  */
14
18
  export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the recovery point specified by a recovery point ID.</p>
18
23
  * <p>If the recovery point ID belongs to a continuous backup, calling this endpoint deletes
19
24
  * the existing continuous backup and stops future continuous backup.</p>
@@ -37,6 +42,8 @@ export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param DeleteRecoveryPointCommandInput - {@link DeleteRecoveryPointCommandInput}
46
+ * @returns {@link DeleteRecoveryPointCommandOutput}
40
47
  * @see {@link DeleteRecoveryPointCommandInput} for command's `input` shape.
41
48
  * @see {@link DeleteRecoveryPointCommandOutput} for command's `response` shape.
42
49
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -67,11 +74,20 @@ export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
67
74
  export declare class DeleteRecoveryPointCommand extends $Command<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput, BackupClientResolvedConfig> {
68
75
  readonly input: DeleteRecoveryPointCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: DeleteRecoveryPointCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DeleteReportPlanInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteReportPlanCommand}.
8
10
  */
9
11
  export interface DeleteReportPlanCommandInput extends DeleteReportPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteReportPlanCommand}.
13
17
  */
14
18
  export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the report plan specified by a report plan name.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteReportPlanCommandInput - {@link DeleteReportPlanCommandInput}
34
+ * @returns {@link DeleteReportPlanCommandOutput}
28
35
  * @see {@link DeleteReportPlanCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteReportPlanCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
51
58
  export declare class DeleteReportPlanCommand extends $Command<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput, BackupClientResolvedConfig> {
52
59
  readonly input: DeleteReportPlanCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteReportPlanCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeBackupJobInput, DescribeBackupJobOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeBackupJobCommand}.
8
10
  */
9
11
  export interface DescribeBackupJobCommandInput extends DescribeBackupJobInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeBackupJobCommand}.
13
17
  */
14
18
  export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns backup job details for the specified <code>BackupJobId</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeBackupJobCommandInput - {@link DescribeBackupJobCommandInput}
34
+ * @returns {@link DescribeBackupJobCommandOutput}
28
35
  * @see {@link DescribeBackupJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeBackupJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput,
50
57
  export declare class DescribeBackupJobCommand extends $Command<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput, BackupClientResolvedConfig> {
51
58
  readonly input: DescribeBackupJobCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DescribeBackupJobCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeBackupVaultInput, DescribeBackupVaultOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeBackupVaultCommand}.
8
10
  */
9
11
  export interface DescribeBackupVaultCommandInput extends DescribeBackupVaultInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeBackupVaultCommand}.
13
17
  */
14
18
  export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns metadata about a backup vault specified by its name.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeBackupVaultCommandInput - {@link DescribeBackupVaultCommandInput}
34
+ * @returns {@link DescribeBackupVaultCommandOutput}
28
35
  * @see {@link DescribeBackupVaultCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeBackupVaultCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOut
47
54
  export declare class DescribeBackupVaultCommand extends $Command<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: DescribeBackupVaultCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeBackupVaultCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeCopyJobInput, DescribeCopyJobOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeCopyJobCommand}.
8
10
  */
9
11
  export interface DescribeCopyJobCommandInput extends DescribeCopyJobInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeCopyJobCommand}.
13
17
  */
14
18
  export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns metadata associated with creating a copy of a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeCopyJobCommandInput - {@link DescribeCopyJobCommandInput}
34
+ * @returns {@link DescribeCopyJobCommandOutput}
28
35
  * @see {@link DescribeCopyJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeCopyJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __M
47
54
  export declare class DescribeCopyJobCommand extends $Command<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: DescribeCopyJobCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeCopyJobCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeFrameworkInput, DescribeFrameworkOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFrameworkCommand}.
8
10
  */
9
11
  export interface DescribeFrameworkCommandInput extends DescribeFrameworkInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFrameworkCommand}.
13
17
  */
14
18
  export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the framework details for the specified <code>FrameworkName</code>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFrameworkCommandInput - {@link DescribeFrameworkCommandInput}
34
+ * @returns {@link DescribeFrameworkCommandOutput}
28
35
  * @see {@link DescribeFrameworkCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFrameworkCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput,
47
54
  export declare class DescribeFrameworkCommand extends $Command<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: DescribeFrameworkCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeFrameworkCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeGlobalSettingsInput, DescribeGlobalSettingsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeGlobalSettingsCommand}.
8
10
  */
9
11
  export interface DescribeGlobalSettingsCommandInput extends DescribeGlobalSettingsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeGlobalSettingsCommand}.
13
17
  */
14
18
  export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSettingsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Describes whether the Amazon Web Services account is opted in to cross-account backup.
18
23
  * Returns an error if the account is not a member of an Organizations organization.
19
24
  * Example: <code>describe-global-settings --region us-west-2</code>
@@ -28,6 +33,8 @@ export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSetti
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeGlobalSettingsCommandInput - {@link DescribeGlobalSettingsCommandInput}
37
+ * @returns {@link DescribeGlobalSettingsCommandOutput}
31
38
  * @see {@link DescribeGlobalSettingsCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeGlobalSettingsCommandOutput} for command's `response` shape.
33
40
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSetti
44
51
  export declare class DescribeGlobalSettingsCommand extends $Command<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput, BackupClientResolvedConfig> {
45
52
  readonly input: DescribeGlobalSettingsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DescribeGlobalSettingsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeProtectedResourceInput, DescribeProtectedResourceOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProtectedResourceCommand}.
8
10
  */
9
11
  export interface DescribeProtectedResourceCommandInput extends DescribeProtectedResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProtectedResourceCommand}.
13
17
  */
14
18
  export interface DescribeProtectedResourceCommandOutput extends DescribeProtectedResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about a saved resource, including the last time it was backed up,
18
23
  * its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved
19
24
  * resource.</p>
@@ -27,6 +32,8 @@ export interface DescribeProtectedResourceCommandOutput extends DescribeProtecte
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DescribeProtectedResourceCommandInput - {@link DescribeProtectedResourceCommandInput}
36
+ * @returns {@link DescribeProtectedResourceCommandOutput}
30
37
  * @see {@link DescribeProtectedResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link DescribeProtectedResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DescribeProtectedResourceCommandOutput extends DescribeProtecte
49
56
  export declare class DescribeProtectedResourceCommand extends $Command<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput, BackupClientResolvedConfig> {
50
57
  readonly input: DescribeProtectedResourceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DescribeProtectedResourceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeRecoveryPointInput, DescribeRecoveryPointOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRecoveryPointCommand}.
8
10
  */
9
11
  export interface DescribeRecoveryPointCommandInput extends DescribeRecoveryPointInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRecoveryPointCommand}.
13
17
  */
14
18
  export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPointOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns metadata associated with a recovery point, including ID, status, encryption, and
18
23
  * lifecycle.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPoin
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeRecoveryPointCommandInput - {@link DescribeRecoveryPointCommandInput}
35
+ * @returns {@link DescribeRecoveryPointCommandOutput}
29
36
  * @see {@link DescribeRecoveryPointCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeRecoveryPointCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPoin
48
55
  export declare class DescribeRecoveryPointCommand extends $Command<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput, BackupClientResolvedConfig> {
49
56
  readonly input: DescribeRecoveryPointCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DescribeRecoveryPointCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeRegionSettingsInput, DescribeRegionSettingsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRegionSettingsCommand}.
8
10
  */
9
11
  export interface DescribeRegionSettingsCommandInput extends DescribeRegionSettingsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRegionSettingsCommand}.
13
17
  */
14
18
  export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSettingsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the current service opt-in settings for the Region. If service opt-in is enabled
18
23
  * for a service, Backup tries to protect that service's resources in this Region,
19
24
  * when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,
@@ -29,6 +34,8 @@ export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSetti
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DescribeRegionSettingsCommandInput - {@link DescribeRegionSettingsCommandInput}
38
+ * @returns {@link DescribeRegionSettingsCommandOutput}
32
39
  * @see {@link DescribeRegionSettingsCommandInput} for command's `input` shape.
33
40
  * @see {@link DescribeRegionSettingsCommandOutput} for command's `response` shape.
34
41
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -41,11 +48,20 @@ export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSetti
41
48
  export declare class DescribeRegionSettingsCommand extends $Command<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput, BackupClientResolvedConfig> {
42
49
  readonly input: DescribeRegionSettingsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: DescribeRegionSettingsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeReportJobInput, DescribeReportJobOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReportJobCommand}.
8
10
  */
9
11
  export interface DescribeReportJobCommandInput extends DescribeReportJobInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReportJobCommand}.
13
17
  */
14
18
  export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the details associated with creating a report as specified by its
18
23
  * <code>ReportJobId</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeReportJobCommandInput - {@link DescribeReportJobCommandInput}
35
+ * @returns {@link DescribeReportJobCommandOutput}
29
36
  * @see {@link DescribeReportJobCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeReportJobCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput,
44
51
  export declare class DescribeReportJobCommand extends $Command<DescribeReportJobCommandInput, DescribeReportJobCommandOutput, BackupClientResolvedConfig> {
45
52
  readonly input: DescribeReportJobCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DescribeReportJobCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReportJobCommandInput, DescribeReportJobCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeReportPlanInput, DescribeReportPlanOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeReportPlanCommand}.
8
10
  */
9
11
  export interface DescribeReportPlanCommandInput extends DescribeReportPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeReportPlanCommand}.
13
17
  */
14
18
  export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeReportPlanCommandInput - {@link DescribeReportPlanCommandInput}
34
+ * @returns {@link DescribeReportPlanCommandOutput}
28
35
  * @see {@link DescribeReportPlanCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeReportPlanCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutpu
47
54
  export declare class DescribeReportPlanCommand extends $Command<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: DescribeReportPlanCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeReportPlanCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }