@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.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/Backup.js +0 -7
- package/dist-cjs/BackupClient.js +0 -12
- package/dist-cjs/commands/CreateBackupPlanCommand.js +0 -28
- package/dist-cjs/commands/CreateBackupSelectionCommand.js +0 -64
- package/dist-cjs/commands/CreateBackupVaultCommand.js +0 -30
- package/dist-cjs/commands/CreateFrameworkCommand.js +0 -27
- package/dist-cjs/commands/CreateReportPlanCommand.js +0 -27
- package/dist-cjs/commands/DeleteBackupPlanCommand.js +0 -26
- package/dist-cjs/commands/DeleteBackupSelectionCommand.js +0 -25
- package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +0 -24
- package/dist-cjs/commands/DeleteBackupVaultCommand.js +0 -25
- package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +0 -29
- package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/DeleteFrameworkCommand.js +0 -24
- package/dist-cjs/commands/DeleteRecoveryPointCommand.js +0 -26
- package/dist-cjs/commands/DeleteReportPlanCommand.js +0 -24
- package/dist-cjs/commands/DescribeBackupJobCommand.js +0 -24
- package/dist-cjs/commands/DescribeBackupVaultCommand.js +0 -24
- package/dist-cjs/commands/DescribeCopyJobCommand.js +0 -24
- package/dist-cjs/commands/DescribeFrameworkCommand.js +0 -24
- package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +0 -27
- package/dist-cjs/commands/DescribeProtectedResourceCommand.js +0 -26
- package/dist-cjs/commands/DescribeRecoveryPointCommand.js +0 -25
- package/dist-cjs/commands/DescribeRegionSettingsCommand.js +0 -28
- package/dist-cjs/commands/DescribeReportJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeReportPlanCommand.js +0 -24
- package/dist-cjs/commands/DescribeRestoreJobCommand.js +0 -24
- package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +0 -27
- package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +0 -24
- package/dist-cjs/commands/GetBackupPlanCommand.js +0 -25
- package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +0 -24
- package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +0 -24
- package/dist-cjs/commands/GetBackupSelectionCommand.js +0 -25
- package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +0 -24
- package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +0 -24
- package/dist-cjs/commands/ListBackupJobsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlansCommand.js +0 -26
- package/dist-cjs/commands/ListBackupSelectionsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupVaultsCommand.js +0 -25
- package/dist-cjs/commands/ListCopyJobsCommand.js +0 -24
- package/dist-cjs/commands/ListFrameworksCommand.js +0 -24
- package/dist-cjs/commands/ListProtectedResourcesCommand.js +0 -26
- package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +0 -24
- package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +0 -29
- package/dist-cjs/commands/ListReportJobsCommand.js +0 -24
- package/dist-cjs/commands/ListReportPlansCommand.js +0 -25
- package/dist-cjs/commands/ListRestoreJobsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsCommand.js +0 -30
- package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +0 -26
- package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +0 -28
- package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/StartBackupJobCommand.js +0 -24
- package/dist-cjs/commands/StartCopyJobCommand.js +0 -25
- package/dist-cjs/commands/StartReportJobCommand.js +0 -24
- package/dist-cjs/commands/StartRestoreJobCommand.js +0 -24
- package/dist-cjs/commands/StopBackupJobCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateBackupPlanCommand.js +0 -26
- package/dist-cjs/commands/UpdateFrameworkCommand.js +0 -25
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +0 -26
- package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +0 -33
- package/dist-cjs/commands/UpdateRegionSettingsCommand.js +0 -29
- package/dist-cjs/commands/UpdateReportPlanCommand.js +0 -25
- package/dist-cjs/commands/index.js +69 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -84
- package/dist-cjs/models/models_0.js +0 -462
- package/dist-cjs/pagination/ListBackupJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlanTemplatesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlanVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlansPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupSelectionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupVaultsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCopyJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFrameworksPaginator.js +0 -10
- package/dist-cjs/pagination/ListProtectedResourcesPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecoveryPointsByResourcePaginator.js +0 -10
- package/dist-cjs/pagination/ListReportJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportPlansPaginator.js +0 -10
- package/dist-cjs/pagination/ListRestoreJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTagsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +66 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -84
- package/dist-es/pagination/index.js +16 -0
- package/dist-types/commands/index.d.ts +66 -0
- package/dist-types/index.d.ts +4 -84
- package/dist-types/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/Backup.d.ts +67 -340
- package/dist-types/ts3.4/BackupClient.d.ts +24 -93
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +2 -60
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +66 -0
- package/dist-types/ts3.4/index.d.ts +4 -84
- package/dist-types/ts3.4/models/models_0.d.ts +751 -3372
- package/dist-types/ts3.4/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -75,128 +75,59 @@ import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./c
|
|
|
75
75
|
export declare type ServiceInputTypes = CreateBackupPlanCommandInput | CreateBackupSelectionCommandInput | CreateBackupVaultCommandInput | CreateFrameworkCommandInput | CreateReportPlanCommandInput | DeleteBackupPlanCommandInput | DeleteBackupSelectionCommandInput | DeleteBackupVaultAccessPolicyCommandInput | DeleteBackupVaultCommandInput | DeleteBackupVaultLockConfigurationCommandInput | DeleteBackupVaultNotificationsCommandInput | DeleteFrameworkCommandInput | DeleteRecoveryPointCommandInput | DeleteReportPlanCommandInput | DescribeBackupJobCommandInput | DescribeBackupVaultCommandInput | DescribeCopyJobCommandInput | DescribeFrameworkCommandInput | DescribeGlobalSettingsCommandInput | DescribeProtectedResourceCommandInput | DescribeRecoveryPointCommandInput | DescribeRegionSettingsCommandInput | DescribeReportJobCommandInput | DescribeReportPlanCommandInput | DescribeRestoreJobCommandInput | DisassociateRecoveryPointCommandInput | ExportBackupPlanTemplateCommandInput | GetBackupPlanCommandInput | GetBackupPlanFromJSONCommandInput | GetBackupPlanFromTemplateCommandInput | GetBackupSelectionCommandInput | GetBackupVaultAccessPolicyCommandInput | GetBackupVaultNotificationsCommandInput | GetRecoveryPointRestoreMetadataCommandInput | GetSupportedResourceTypesCommandInput | ListBackupJobsCommandInput | ListBackupPlanTemplatesCommandInput | ListBackupPlanVersionsCommandInput | ListBackupPlansCommandInput | ListBackupSelectionsCommandInput | ListBackupVaultsCommandInput | ListCopyJobsCommandInput | ListFrameworksCommandInput | ListProtectedResourcesCommandInput | ListRecoveryPointsByBackupVaultCommandInput | ListRecoveryPointsByResourceCommandInput | ListReportJobsCommandInput | ListReportPlansCommandInput | ListRestoreJobsCommandInput | ListTagsCommandInput | PutBackupVaultAccessPolicyCommandInput | PutBackupVaultLockConfigurationCommandInput | PutBackupVaultNotificationsCommandInput | StartBackupJobCommandInput | StartCopyJobCommandInput | StartReportJobCommandInput | StartRestoreJobCommandInput | StopBackupJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBackupPlanCommandInput | UpdateFrameworkCommandInput | UpdateGlobalSettingsCommandInput | UpdateRecoveryPointLifecycleCommandInput | UpdateRegionSettingsCommandInput | UpdateReportPlanCommandInput;
|
|
76
76
|
export declare type ServiceOutputTypes = CreateBackupPlanCommandOutput | CreateBackupSelectionCommandOutput | CreateBackupVaultCommandOutput | CreateFrameworkCommandOutput | CreateReportPlanCommandOutput | DeleteBackupPlanCommandOutput | DeleteBackupSelectionCommandOutput | DeleteBackupVaultAccessPolicyCommandOutput | DeleteBackupVaultCommandOutput | DeleteBackupVaultLockConfigurationCommandOutput | DeleteBackupVaultNotificationsCommandOutput | DeleteFrameworkCommandOutput | DeleteRecoveryPointCommandOutput | DeleteReportPlanCommandOutput | DescribeBackupJobCommandOutput | DescribeBackupVaultCommandOutput | DescribeCopyJobCommandOutput | DescribeFrameworkCommandOutput | DescribeGlobalSettingsCommandOutput | DescribeProtectedResourceCommandOutput | DescribeRecoveryPointCommandOutput | DescribeRegionSettingsCommandOutput | DescribeReportJobCommandOutput | DescribeReportPlanCommandOutput | DescribeRestoreJobCommandOutput | DisassociateRecoveryPointCommandOutput | ExportBackupPlanTemplateCommandOutput | GetBackupPlanCommandOutput | GetBackupPlanFromJSONCommandOutput | GetBackupPlanFromTemplateCommandOutput | GetBackupSelectionCommandOutput | GetBackupVaultAccessPolicyCommandOutput | GetBackupVaultNotificationsCommandOutput | GetRecoveryPointRestoreMetadataCommandOutput | GetSupportedResourceTypesCommandOutput | ListBackupJobsCommandOutput | ListBackupPlanTemplatesCommandOutput | ListBackupPlanVersionsCommandOutput | ListBackupPlansCommandOutput | ListBackupSelectionsCommandOutput | ListBackupVaultsCommandOutput | ListCopyJobsCommandOutput | ListFrameworksCommandOutput | ListProtectedResourcesCommandOutput | ListRecoveryPointsByBackupVaultCommandOutput | ListRecoveryPointsByResourceCommandOutput | ListReportJobsCommandOutput | ListReportPlansCommandOutput | ListRestoreJobsCommandOutput | ListTagsCommandOutput | PutBackupVaultAccessPolicyCommandOutput | PutBackupVaultLockConfigurationCommandOutput | PutBackupVaultNotificationsCommandOutput | StartBackupJobCommandOutput | StartCopyJobCommandOutput | StartReportJobCommandOutput | StartRestoreJobCommandOutput | StopBackupJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBackupPlanCommandOutput | UpdateFrameworkCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateRecoveryPointLifecycleCommandOutput | UpdateRegionSettingsCommandOutput | UpdateReportPlanCommandOutput;
|
|
77
77
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
78
|
-
|
|
79
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
80
|
-
*/
|
|
78
|
+
|
|
81
79
|
requestHandler?: __HttpHandler;
|
|
82
|
-
|
|
83
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
84
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
80
|
+
|
|
87
81
|
sha256?: __HashConstructor;
|
|
88
|
-
|
|
89
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
82
|
+
|
|
92
83
|
urlParser?: __UrlParser;
|
|
93
|
-
|
|
94
|
-
* A function that can calculate the length of a request body.
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
84
|
+
|
|
97
85
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
98
|
-
|
|
99
|
-
* A function that converts a stream into an array of bytes.
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
86
|
+
|
|
102
87
|
streamCollector?: __StreamCollector;
|
|
103
|
-
|
|
104
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
88
|
+
|
|
107
89
|
base64Decoder?: __Decoder;
|
|
108
|
-
|
|
109
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
90
|
+
|
|
112
91
|
base64Encoder?: __Encoder;
|
|
113
|
-
|
|
114
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
92
|
+
|
|
117
93
|
utf8Decoder?: __Decoder;
|
|
118
|
-
|
|
119
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
94
|
+
|
|
122
95
|
utf8Encoder?: __Encoder;
|
|
123
|
-
|
|
124
|
-
* The runtime environment.
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
96
|
+
|
|
127
97
|
runtime?: string;
|
|
128
|
-
|
|
129
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
130
|
-
* trait of an operation.
|
|
131
|
-
*/
|
|
98
|
+
|
|
132
99
|
disableHostPrefix?: boolean;
|
|
133
|
-
|
|
134
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
135
|
-
*/
|
|
100
|
+
|
|
136
101
|
maxAttempts?: number | __Provider<number>;
|
|
137
|
-
|
|
138
|
-
* Specifies which retry algorithm to use.
|
|
139
|
-
*/
|
|
102
|
+
|
|
140
103
|
retryMode?: string | __Provider<string>;
|
|
141
|
-
|
|
142
|
-
* Optional logger for logging debug/info/warn/error.
|
|
143
|
-
*/
|
|
104
|
+
|
|
144
105
|
logger?: __Logger;
|
|
145
|
-
|
|
146
|
-
* Unique service identifier.
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
106
|
+
|
|
149
107
|
serviceId?: string;
|
|
150
|
-
|
|
151
|
-
* The AWS region to which this client will send requests
|
|
152
|
-
*/
|
|
108
|
+
|
|
153
109
|
region?: string | __Provider<string>;
|
|
154
|
-
|
|
155
|
-
* Default credentials provider; Not available in browser runtime.
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
110
|
+
|
|
158
111
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
159
|
-
|
|
160
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
112
|
+
|
|
163
113
|
regionInfoProvider?: RegionInfoProvider;
|
|
164
|
-
|
|
165
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
114
|
+
|
|
168
115
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
169
116
|
}
|
|
170
117
|
declare type BackupClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
171
|
-
|
|
172
|
-
* The configuration interface of BackupClient class constructor that set the region, credentials and other options.
|
|
173
|
-
*/
|
|
118
|
+
|
|
174
119
|
export interface BackupClientConfig extends BackupClientConfigType {
|
|
175
120
|
}
|
|
176
121
|
declare type BackupClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
177
|
-
|
|
178
|
-
* The resolved configuration interface of BackupClient class. This is resolved and normalized from the {@link BackupClientConfig | constructor configuration interface}.
|
|
179
|
-
*/
|
|
122
|
+
|
|
180
123
|
export interface BackupClientResolvedConfig extends BackupClientResolvedConfigType {
|
|
181
124
|
}
|
|
182
|
-
|
|
183
|
-
* <fullname>Backup</fullname>
|
|
184
|
-
* <p>Backup is a unified backup service designed to protect Amazon Web Services
|
|
185
|
-
* services and their associated data. Backup simplifies the creation, migration,
|
|
186
|
-
* restoration, and deletion of backups, while also providing reporting and
|
|
187
|
-
* auditing.</p>
|
|
188
|
-
*/
|
|
125
|
+
|
|
189
126
|
export declare class BackupClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BackupClientResolvedConfig> {
|
|
190
|
-
|
|
191
|
-
* The resolved configuration of BackupClient class. This is resolved and normalized from the {@link BackupClientConfig | constructor configuration interface}.
|
|
192
|
-
*/
|
|
127
|
+
|
|
193
128
|
readonly config: BackupClientResolvedConfig;
|
|
194
129
|
constructor(configuration: BackupClientConfig);
|
|
195
|
-
|
|
196
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
197
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
198
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
199
|
-
*/
|
|
130
|
+
|
|
200
131
|
destroy(): void;
|
|
201
132
|
}
|
|
202
133
|
export {};
|
|
@@ -6,33 +6,11 @@ export interface CreateBackupPlanCommandInput extends CreateBackupPlanInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a backup plan using a backup plan name and backup rules. A backup plan is a
|
|
11
|
-
* document that contains information that Backup uses to schedule tasks that
|
|
12
|
-
* create recovery points for resources.</p>
|
|
13
|
-
* <p>If you call <code>CreateBackupPlan</code> with a plan that already exists, you receive
|
|
14
|
-
* an <code>AlreadyExistsException</code> exception.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { BackupClient, CreateBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
19
|
-
* // const { BackupClient, CreateBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
20
|
-
* const client = new BackupClient(config);
|
|
21
|
-
* const command = new CreateBackupPlanCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link CreateBackupPlanCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link CreateBackupPlanCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class CreateBackupPlanCommand extends $Command<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput, BackupClientResolvedConfig> {
|
|
31
11
|
readonly input: CreateBackupPlanCommandInput;
|
|
32
12
|
constructor(input: CreateBackupPlanCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,69 +6,11 @@ export interface CreateBackupSelectionCommandInput extends CreateBackupSelection
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectionOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
|
11
|
-
* Resources can be included by specifying patterns for a <code>ListOfTags</code> and selected
|
|
12
|
-
* <code>Resources</code>. </p>
|
|
13
|
-
* <p>For example, consider the following patterns:</p>
|
|
14
|
-
* <ul>
|
|
15
|
-
* <li>
|
|
16
|
-
* <p>
|
|
17
|
-
* <code>Resources: "arn:aws:ec2:region:account-id:volume/volume-id"</code>
|
|
18
|
-
* </p>
|
|
19
|
-
* </li>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <code>ConditionKey:"department"</code>
|
|
23
|
-
* </p>
|
|
24
|
-
* <p>
|
|
25
|
-
* <code>ConditionValue:"finance"</code>
|
|
26
|
-
* </p>
|
|
27
|
-
* <p>
|
|
28
|
-
* <code>ConditionType:"StringEquals"</code>
|
|
29
|
-
* </p>
|
|
30
|
-
* </li>
|
|
31
|
-
* <li>
|
|
32
|
-
* <p>
|
|
33
|
-
* <code>ConditionKey:"importance"</code>
|
|
34
|
-
* </p>
|
|
35
|
-
* <p>
|
|
36
|
-
* <code>ConditionValue:"critical"</code>
|
|
37
|
-
* </p>
|
|
38
|
-
* <p>
|
|
39
|
-
* <code>ConditionType:"StringEquals"</code>
|
|
40
|
-
* </p>
|
|
41
|
-
* </li>
|
|
42
|
-
* </ul>
|
|
43
|
-
* <p>Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS)
|
|
44
|
-
* volumes that are tagged as <code>"department=finance"</code>,
|
|
45
|
-
* <code>"importance=critical"</code>, in addition to an EBS volume with the specified
|
|
46
|
-
* volume ID.</p>
|
|
47
|
-
* <p>Resources and conditions are additive in that all resources that match the pattern are
|
|
48
|
-
* selected. This shouldn't be confused with a logical AND, where all conditions must match.
|
|
49
|
-
* The matching patterns are logically put together using the OR operator.
|
|
50
|
-
* In other words, all patterns that match are selected for backup.</p>
|
|
51
|
-
* @example
|
|
52
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
53
|
-
* ```javascript
|
|
54
|
-
* import { BackupClient, CreateBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
55
|
-
* // const { BackupClient, CreateBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
56
|
-
* const client = new BackupClient(config);
|
|
57
|
-
* const command = new CreateBackupSelectionCommand(input);
|
|
58
|
-
* const response = await client.send(command);
|
|
59
|
-
* ```
|
|
60
|
-
*
|
|
61
|
-
* @see {@link CreateBackupSelectionCommandInput} for command's `input` shape.
|
|
62
|
-
* @see {@link CreateBackupSelectionCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
64
|
-
*
|
|
65
|
-
*/
|
|
9
|
+
|
|
66
10
|
export declare class CreateBackupSelectionCommand extends $Command<CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput, BackupClientResolvedConfig> {
|
|
67
11
|
readonly input: CreateBackupSelectionCommandInput;
|
|
68
12
|
constructor(input: CreateBackupSelectionCommandInput);
|
|
69
|
-
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
13
|
+
|
|
72
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput>;
|
|
73
15
|
private serialize;
|
|
74
16
|
private deserialize;
|
|
@@ -6,35 +6,11 @@ export interface CreateBackupVaultCommandInput extends CreateBackupVaultInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a logical container where backups are stored. A <code>CreateBackupVault</code>
|
|
11
|
-
* request includes a name, optionally one or more resource tags, an encryption key, and a
|
|
12
|
-
* request ID.</p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>Do not include sensitive data, such as passport numbers, in the name of a backup
|
|
15
|
-
* vault.</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, CreateBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
21
|
-
* // const { BackupClient, CreateBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
22
|
-
* const client = new BackupClient(config);
|
|
23
|
-
* const command = new CreateBackupVaultCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link CreateBackupVaultCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link CreateBackupVaultCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
9
|
+
|
|
32
10
|
export declare class CreateBackupVaultCommand extends $Command<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput, BackupClientResolvedConfig> {
|
|
33
11
|
readonly input: CreateBackupVaultCommandInput;
|
|
34
12
|
constructor(input: CreateBackupVaultCommandInput);
|
|
35
|
-
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
13
|
+
|
|
38
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput>;
|
|
39
15
|
private serialize;
|
|
40
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface CreateFrameworkCommandInput extends CreateFrameworkInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a framework with one or more controls. A framework is a collection of controls
|
|
11
|
-
* that you can use to evaluate your backup practices. By using pre-built customizable
|
|
12
|
-
* controls to define your policies, you can evaluate whether your backup practices comply
|
|
13
|
-
* with your policies and which resources are not yet in compliance.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { BackupClient, CreateFrameworkCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
18
|
-
* // const { BackupClient, CreateFrameworkCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
19
|
-
* const client = new BackupClient(config);
|
|
20
|
-
* const command = new CreateFrameworkCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link CreateFrameworkCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link CreateFrameworkCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class CreateFrameworkCommand extends $Command<CreateFrameworkCommandInput, CreateFrameworkCommandOutput, BackupClientResolvedConfig> {
|
|
30
11
|
readonly input: CreateFrameworkCommandInput;
|
|
31
12
|
constructor(input: CreateFrameworkCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFrameworkCommandInput, CreateFrameworkCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface CreateReportPlanCommandInput extends CreateReportPlanInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a report plan. A report plan is a document that contains information about the
|
|
11
|
-
* contents of the report and where Backup will deliver it.</p>
|
|
12
|
-
* <p>If you call <code>CreateReportPlan</code> with a plan that already exists, you receive
|
|
13
|
-
* an <code>AlreadyExistsException</code> exception.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { BackupClient, CreateReportPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
18
|
-
* // const { BackupClient, CreateReportPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
19
|
-
* const client = new BackupClient(config);
|
|
20
|
-
* const command = new CreateReportPlanCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link CreateReportPlanCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link CreateReportPlanCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class CreateReportPlanCommand extends $Command<CreateReportPlanCommandInput, CreateReportPlanCommandOutput, BackupClientResolvedConfig> {
|
|
30
11
|
readonly input: CreateReportPlanCommandInput;
|
|
31
12
|
constructor(input: CreateReportPlanCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReportPlanCommandInput, CreateReportPlanCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteBackupPlanCommandInput extends DeleteBackupPlanInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a backup plan. A backup plan can only be deleted after all associated selections
|
|
11
|
-
* of resources have been deleted. Deleting a backup plan deletes the current version of a
|
|
12
|
-
* backup plan. Previous versions, if any, will still exist.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { BackupClient, DeleteBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
17
|
-
* // const { BackupClient, DeleteBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
18
|
-
* const client = new BackupClient(config);
|
|
19
|
-
* const command = new DeleteBackupPlanCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteBackupPlanCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteBackupPlanCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteBackupPlanCommand extends $Command<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput, BackupClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteBackupPlanCommandInput;
|
|
30
12
|
constructor(input: DeleteBackupPlanCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteBackupSelectionCommandInput extends DeleteBackupSelection
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the resource selection associated with a backup plan that is specified by the
|
|
11
|
-
* <code>SelectionId</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, DeleteBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, DeleteBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new DeleteBackupSelectionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteBackupSelectionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteBackupSelectionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteBackupSelectionCommand extends $Command<DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput, BackupClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteBackupSelectionCommandInput;
|
|
29
12
|
constructor(input: DeleteBackupSelectionCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteBackupVaultAccessPolicyCommandInput extends DeleteBackupV
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the policy document that manages permissions on 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, DeleteBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DeleteBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DeleteBackupVaultAccessPolicyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteBackupVaultAccessPolicyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteBackupVaultAccessPolicyCommand extends $Command<DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteBackupVaultAccessPolicyCommandInput;
|
|
28
12
|
constructor(input: DeleteBackupVaultAccessPolicyCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteBackupVaultCommandInput extends DeleteBackupVaultInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the backup vault identified by its name. A vault can be deleted only if it is
|
|
11
|
-
* empty.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { BackupClient, DeleteBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, DeleteBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new DeleteBackupVaultCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteBackupVaultCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteBackupVaultCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteBackupVaultCommand extends $Command<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput, BackupClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteBackupVaultCommandInput;
|
|
29
12
|
constructor(input: DeleteBackupVaultCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,34 +6,11 @@ export interface DeleteBackupVaultLockConfigurationCommandInput extends DeleteBa
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteBackupVaultLockConfigurationCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes Backup Vault Lock from a backup vault specified by a backup vault
|
|
11
|
-
* name.</p>
|
|
12
|
-
* <p>If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using
|
|
13
|
-
* API operations, and you will receive an <code>InvalidRequestException</code> if you attempt
|
|
14
|
-
* to do so. For more information, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html">Vault Lock</a> in the
|
|
15
|
-
* <i>Backup Developer Guide</i>.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { BackupClient, DeleteBackupVaultLockConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
20
|
-
* // const { BackupClient, DeleteBackupVaultLockConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
21
|
-
* const client = new BackupClient(config);
|
|
22
|
-
* const command = new DeleteBackupVaultLockConfigurationCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DeleteBackupVaultLockConfigurationCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DeleteBackupVaultLockConfigurationCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
9
|
+
|
|
31
10
|
export declare class DeleteBackupVaultLockConfigurationCommand extends $Command<DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput, BackupClientResolvedConfig> {
|
|
32
11
|
readonly input: DeleteBackupVaultLockConfigurationCommandInput;
|
|
33
12
|
constructor(input: DeleteBackupVaultLockConfigurationCommandInput);
|
|
34
|
-
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
13
|
+
|
|
37
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput>;
|
|
38
15
|
private serialize;
|
|
39
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteBackupVaultNotificationsCommandInput extends DeleteBackup
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes 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, DeleteBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DeleteBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DeleteBackupVaultNotificationsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteBackupVaultNotificationsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteBackupVaultNotificationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteBackupVaultNotificationsCommand extends $Command<DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteBackupVaultNotificationsCommandInput;
|
|
28
12
|
constructor(input: DeleteBackupVaultNotificationsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteFrameworkCommandInput extends DeleteFrameworkInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the framework specified by a framework name.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, DeleteFrameworkCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DeleteFrameworkCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DeleteFrameworkCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteFrameworkCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteFrameworkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteFrameworkCommand extends $Command<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteFrameworkCommandInput;
|
|
28
12
|
constructor(input: DeleteFrameworkCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DeleteRecoveryPointCommandInput extends DeleteRecoveryPointInpu
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the recovery point specified by a recovery point ID.</p>
|
|
11
|
-
* <p>If the recovery point ID belongs to a continuous backup, calling this endpoint deletes
|
|
12
|
-
* the existing continuous backup and stops future continuous backup.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { BackupClient, DeleteRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
17
|
-
* // const { BackupClient, DeleteRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
18
|
-
* const client = new BackupClient(config);
|
|
19
|
-
* const command = new DeleteRecoveryPointCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DeleteRecoveryPointCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DeleteRecoveryPointCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DeleteRecoveryPointCommand extends $Command<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput, BackupClientResolvedConfig> {
|
|
29
11
|
readonly input: DeleteRecoveryPointCommandInput;
|
|
30
12
|
constructor(input: DeleteRecoveryPointCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|