@aws-sdk/client-backup 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/Backup.d.ts +1198 -335
- package/dist-types/ts3.4/BackupClient.d.ts +525 -139
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BackupServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2050 -1910
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +16 -16
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,139 +1,525 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateBackupPlanCommandInput,
|
|
47
|
+
CreateBackupPlanCommandOutput,
|
|
48
|
+
} from "./commands/CreateBackupPlanCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateBackupSelectionCommandInput,
|
|
51
|
+
CreateBackupSelectionCommandOutput,
|
|
52
|
+
} from "./commands/CreateBackupSelectionCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateBackupVaultCommandInput,
|
|
55
|
+
CreateBackupVaultCommandOutput,
|
|
56
|
+
} from "./commands/CreateBackupVaultCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateFrameworkCommandInput,
|
|
59
|
+
CreateFrameworkCommandOutput,
|
|
60
|
+
} from "./commands/CreateFrameworkCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateReportPlanCommandInput,
|
|
63
|
+
CreateReportPlanCommandOutput,
|
|
64
|
+
} from "./commands/CreateReportPlanCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteBackupPlanCommandInput,
|
|
67
|
+
DeleteBackupPlanCommandOutput,
|
|
68
|
+
} from "./commands/DeleteBackupPlanCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteBackupSelectionCommandInput,
|
|
71
|
+
DeleteBackupSelectionCommandOutput,
|
|
72
|
+
} from "./commands/DeleteBackupSelectionCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteBackupVaultAccessPolicyCommandInput,
|
|
75
|
+
DeleteBackupVaultAccessPolicyCommandOutput,
|
|
76
|
+
} from "./commands/DeleteBackupVaultAccessPolicyCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteBackupVaultCommandInput,
|
|
79
|
+
DeleteBackupVaultCommandOutput,
|
|
80
|
+
} from "./commands/DeleteBackupVaultCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteBackupVaultLockConfigurationCommandInput,
|
|
83
|
+
DeleteBackupVaultLockConfigurationCommandOutput,
|
|
84
|
+
} from "./commands/DeleteBackupVaultLockConfigurationCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteBackupVaultNotificationsCommandInput,
|
|
87
|
+
DeleteBackupVaultNotificationsCommandOutput,
|
|
88
|
+
} from "./commands/DeleteBackupVaultNotificationsCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteFrameworkCommandInput,
|
|
91
|
+
DeleteFrameworkCommandOutput,
|
|
92
|
+
} from "./commands/DeleteFrameworkCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteRecoveryPointCommandInput,
|
|
95
|
+
DeleteRecoveryPointCommandOutput,
|
|
96
|
+
} from "./commands/DeleteRecoveryPointCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteReportPlanCommandInput,
|
|
99
|
+
DeleteReportPlanCommandOutput,
|
|
100
|
+
} from "./commands/DeleteReportPlanCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeBackupJobCommandInput,
|
|
103
|
+
DescribeBackupJobCommandOutput,
|
|
104
|
+
} from "./commands/DescribeBackupJobCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeBackupVaultCommandInput,
|
|
107
|
+
DescribeBackupVaultCommandOutput,
|
|
108
|
+
} from "./commands/DescribeBackupVaultCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeCopyJobCommandInput,
|
|
111
|
+
DescribeCopyJobCommandOutput,
|
|
112
|
+
} from "./commands/DescribeCopyJobCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeFrameworkCommandInput,
|
|
115
|
+
DescribeFrameworkCommandOutput,
|
|
116
|
+
} from "./commands/DescribeFrameworkCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeGlobalSettingsCommandInput,
|
|
119
|
+
DescribeGlobalSettingsCommandOutput,
|
|
120
|
+
} from "./commands/DescribeGlobalSettingsCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeProtectedResourceCommandInput,
|
|
123
|
+
DescribeProtectedResourceCommandOutput,
|
|
124
|
+
} from "./commands/DescribeProtectedResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeRecoveryPointCommandInput,
|
|
127
|
+
DescribeRecoveryPointCommandOutput,
|
|
128
|
+
} from "./commands/DescribeRecoveryPointCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeRegionSettingsCommandInput,
|
|
131
|
+
DescribeRegionSettingsCommandOutput,
|
|
132
|
+
} from "./commands/DescribeRegionSettingsCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeReportJobCommandInput,
|
|
135
|
+
DescribeReportJobCommandOutput,
|
|
136
|
+
} from "./commands/DescribeReportJobCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeReportPlanCommandInput,
|
|
139
|
+
DescribeReportPlanCommandOutput,
|
|
140
|
+
} from "./commands/DescribeReportPlanCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeRestoreJobCommandInput,
|
|
143
|
+
DescribeRestoreJobCommandOutput,
|
|
144
|
+
} from "./commands/DescribeRestoreJobCommand";
|
|
145
|
+
import {
|
|
146
|
+
DisassociateRecoveryPointCommandInput,
|
|
147
|
+
DisassociateRecoveryPointCommandOutput,
|
|
148
|
+
} from "./commands/DisassociateRecoveryPointCommand";
|
|
149
|
+
import {
|
|
150
|
+
ExportBackupPlanTemplateCommandInput,
|
|
151
|
+
ExportBackupPlanTemplateCommandOutput,
|
|
152
|
+
} from "./commands/ExportBackupPlanTemplateCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetBackupPlanCommandInput,
|
|
155
|
+
GetBackupPlanCommandOutput,
|
|
156
|
+
} from "./commands/GetBackupPlanCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetBackupPlanFromJSONCommandInput,
|
|
159
|
+
GetBackupPlanFromJSONCommandOutput,
|
|
160
|
+
} from "./commands/GetBackupPlanFromJSONCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetBackupPlanFromTemplateCommandInput,
|
|
163
|
+
GetBackupPlanFromTemplateCommandOutput,
|
|
164
|
+
} from "./commands/GetBackupPlanFromTemplateCommand";
|
|
165
|
+
import {
|
|
166
|
+
GetBackupSelectionCommandInput,
|
|
167
|
+
GetBackupSelectionCommandOutput,
|
|
168
|
+
} from "./commands/GetBackupSelectionCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetBackupVaultAccessPolicyCommandInput,
|
|
171
|
+
GetBackupVaultAccessPolicyCommandOutput,
|
|
172
|
+
} from "./commands/GetBackupVaultAccessPolicyCommand";
|
|
173
|
+
import {
|
|
174
|
+
GetBackupVaultNotificationsCommandInput,
|
|
175
|
+
GetBackupVaultNotificationsCommandOutput,
|
|
176
|
+
} from "./commands/GetBackupVaultNotificationsCommand";
|
|
177
|
+
import {
|
|
178
|
+
GetRecoveryPointRestoreMetadataCommandInput,
|
|
179
|
+
GetRecoveryPointRestoreMetadataCommandOutput,
|
|
180
|
+
} from "./commands/GetRecoveryPointRestoreMetadataCommand";
|
|
181
|
+
import {
|
|
182
|
+
GetSupportedResourceTypesCommandInput,
|
|
183
|
+
GetSupportedResourceTypesCommandOutput,
|
|
184
|
+
} from "./commands/GetSupportedResourceTypesCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListBackupJobsCommandInput,
|
|
187
|
+
ListBackupJobsCommandOutput,
|
|
188
|
+
} from "./commands/ListBackupJobsCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListBackupPlansCommandInput,
|
|
191
|
+
ListBackupPlansCommandOutput,
|
|
192
|
+
} from "./commands/ListBackupPlansCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListBackupPlanTemplatesCommandInput,
|
|
195
|
+
ListBackupPlanTemplatesCommandOutput,
|
|
196
|
+
} from "./commands/ListBackupPlanTemplatesCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListBackupPlanVersionsCommandInput,
|
|
199
|
+
ListBackupPlanVersionsCommandOutput,
|
|
200
|
+
} from "./commands/ListBackupPlanVersionsCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListBackupSelectionsCommandInput,
|
|
203
|
+
ListBackupSelectionsCommandOutput,
|
|
204
|
+
} from "./commands/ListBackupSelectionsCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListBackupVaultsCommandInput,
|
|
207
|
+
ListBackupVaultsCommandOutput,
|
|
208
|
+
} from "./commands/ListBackupVaultsCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListCopyJobsCommandInput,
|
|
211
|
+
ListCopyJobsCommandOutput,
|
|
212
|
+
} from "./commands/ListCopyJobsCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListFrameworksCommandInput,
|
|
215
|
+
ListFrameworksCommandOutput,
|
|
216
|
+
} from "./commands/ListFrameworksCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListProtectedResourcesCommandInput,
|
|
219
|
+
ListProtectedResourcesCommandOutput,
|
|
220
|
+
} from "./commands/ListProtectedResourcesCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListRecoveryPointsByBackupVaultCommandInput,
|
|
223
|
+
ListRecoveryPointsByBackupVaultCommandOutput,
|
|
224
|
+
} from "./commands/ListRecoveryPointsByBackupVaultCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListRecoveryPointsByResourceCommandInput,
|
|
227
|
+
ListRecoveryPointsByResourceCommandOutput,
|
|
228
|
+
} from "./commands/ListRecoveryPointsByResourceCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListReportJobsCommandInput,
|
|
231
|
+
ListReportJobsCommandOutput,
|
|
232
|
+
} from "./commands/ListReportJobsCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListReportPlansCommandInput,
|
|
235
|
+
ListReportPlansCommandOutput,
|
|
236
|
+
} from "./commands/ListReportPlansCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListRestoreJobsCommandInput,
|
|
239
|
+
ListRestoreJobsCommandOutput,
|
|
240
|
+
} from "./commands/ListRestoreJobsCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListTagsCommandInput,
|
|
243
|
+
ListTagsCommandOutput,
|
|
244
|
+
} from "./commands/ListTagsCommand";
|
|
245
|
+
import {
|
|
246
|
+
PutBackupVaultAccessPolicyCommandInput,
|
|
247
|
+
PutBackupVaultAccessPolicyCommandOutput,
|
|
248
|
+
} from "./commands/PutBackupVaultAccessPolicyCommand";
|
|
249
|
+
import {
|
|
250
|
+
PutBackupVaultLockConfigurationCommandInput,
|
|
251
|
+
PutBackupVaultLockConfigurationCommandOutput,
|
|
252
|
+
} from "./commands/PutBackupVaultLockConfigurationCommand";
|
|
253
|
+
import {
|
|
254
|
+
PutBackupVaultNotificationsCommandInput,
|
|
255
|
+
PutBackupVaultNotificationsCommandOutput,
|
|
256
|
+
} from "./commands/PutBackupVaultNotificationsCommand";
|
|
257
|
+
import {
|
|
258
|
+
StartBackupJobCommandInput,
|
|
259
|
+
StartBackupJobCommandOutput,
|
|
260
|
+
} from "./commands/StartBackupJobCommand";
|
|
261
|
+
import {
|
|
262
|
+
StartCopyJobCommandInput,
|
|
263
|
+
StartCopyJobCommandOutput,
|
|
264
|
+
} from "./commands/StartCopyJobCommand";
|
|
265
|
+
import {
|
|
266
|
+
StartReportJobCommandInput,
|
|
267
|
+
StartReportJobCommandOutput,
|
|
268
|
+
} from "./commands/StartReportJobCommand";
|
|
269
|
+
import {
|
|
270
|
+
StartRestoreJobCommandInput,
|
|
271
|
+
StartRestoreJobCommandOutput,
|
|
272
|
+
} from "./commands/StartRestoreJobCommand";
|
|
273
|
+
import {
|
|
274
|
+
StopBackupJobCommandInput,
|
|
275
|
+
StopBackupJobCommandOutput,
|
|
276
|
+
} from "./commands/StopBackupJobCommand";
|
|
277
|
+
import {
|
|
278
|
+
TagResourceCommandInput,
|
|
279
|
+
TagResourceCommandOutput,
|
|
280
|
+
} from "./commands/TagResourceCommand";
|
|
281
|
+
import {
|
|
282
|
+
UntagResourceCommandInput,
|
|
283
|
+
UntagResourceCommandOutput,
|
|
284
|
+
} from "./commands/UntagResourceCommand";
|
|
285
|
+
import {
|
|
286
|
+
UpdateBackupPlanCommandInput,
|
|
287
|
+
UpdateBackupPlanCommandOutput,
|
|
288
|
+
} from "./commands/UpdateBackupPlanCommand";
|
|
289
|
+
import {
|
|
290
|
+
UpdateFrameworkCommandInput,
|
|
291
|
+
UpdateFrameworkCommandOutput,
|
|
292
|
+
} from "./commands/UpdateFrameworkCommand";
|
|
293
|
+
import {
|
|
294
|
+
UpdateGlobalSettingsCommandInput,
|
|
295
|
+
UpdateGlobalSettingsCommandOutput,
|
|
296
|
+
} from "./commands/UpdateGlobalSettingsCommand";
|
|
297
|
+
import {
|
|
298
|
+
UpdateRecoveryPointLifecycleCommandInput,
|
|
299
|
+
UpdateRecoveryPointLifecycleCommandOutput,
|
|
300
|
+
} from "./commands/UpdateRecoveryPointLifecycleCommand";
|
|
301
|
+
import {
|
|
302
|
+
UpdateRegionSettingsCommandInput,
|
|
303
|
+
UpdateRegionSettingsCommandOutput,
|
|
304
|
+
} from "./commands/UpdateRegionSettingsCommand";
|
|
305
|
+
import {
|
|
306
|
+
UpdateReportPlanCommandInput,
|
|
307
|
+
UpdateReportPlanCommandOutput,
|
|
308
|
+
} from "./commands/UpdateReportPlanCommand";
|
|
309
|
+
export declare type ServiceInputTypes =
|
|
310
|
+
| CreateBackupPlanCommandInput
|
|
311
|
+
| CreateBackupSelectionCommandInput
|
|
312
|
+
| CreateBackupVaultCommandInput
|
|
313
|
+
| CreateFrameworkCommandInput
|
|
314
|
+
| CreateReportPlanCommandInput
|
|
315
|
+
| DeleteBackupPlanCommandInput
|
|
316
|
+
| DeleteBackupSelectionCommandInput
|
|
317
|
+
| DeleteBackupVaultAccessPolicyCommandInput
|
|
318
|
+
| DeleteBackupVaultCommandInput
|
|
319
|
+
| DeleteBackupVaultLockConfigurationCommandInput
|
|
320
|
+
| DeleteBackupVaultNotificationsCommandInput
|
|
321
|
+
| DeleteFrameworkCommandInput
|
|
322
|
+
| DeleteRecoveryPointCommandInput
|
|
323
|
+
| DeleteReportPlanCommandInput
|
|
324
|
+
| DescribeBackupJobCommandInput
|
|
325
|
+
| DescribeBackupVaultCommandInput
|
|
326
|
+
| DescribeCopyJobCommandInput
|
|
327
|
+
| DescribeFrameworkCommandInput
|
|
328
|
+
| DescribeGlobalSettingsCommandInput
|
|
329
|
+
| DescribeProtectedResourceCommandInput
|
|
330
|
+
| DescribeRecoveryPointCommandInput
|
|
331
|
+
| DescribeRegionSettingsCommandInput
|
|
332
|
+
| DescribeReportJobCommandInput
|
|
333
|
+
| DescribeReportPlanCommandInput
|
|
334
|
+
| DescribeRestoreJobCommandInput
|
|
335
|
+
| DisassociateRecoveryPointCommandInput
|
|
336
|
+
| ExportBackupPlanTemplateCommandInput
|
|
337
|
+
| GetBackupPlanCommandInput
|
|
338
|
+
| GetBackupPlanFromJSONCommandInput
|
|
339
|
+
| GetBackupPlanFromTemplateCommandInput
|
|
340
|
+
| GetBackupSelectionCommandInput
|
|
341
|
+
| GetBackupVaultAccessPolicyCommandInput
|
|
342
|
+
| GetBackupVaultNotificationsCommandInput
|
|
343
|
+
| GetRecoveryPointRestoreMetadataCommandInput
|
|
344
|
+
| GetSupportedResourceTypesCommandInput
|
|
345
|
+
| ListBackupJobsCommandInput
|
|
346
|
+
| ListBackupPlanTemplatesCommandInput
|
|
347
|
+
| ListBackupPlanVersionsCommandInput
|
|
348
|
+
| ListBackupPlansCommandInput
|
|
349
|
+
| ListBackupSelectionsCommandInput
|
|
350
|
+
| ListBackupVaultsCommandInput
|
|
351
|
+
| ListCopyJobsCommandInput
|
|
352
|
+
| ListFrameworksCommandInput
|
|
353
|
+
| ListProtectedResourcesCommandInput
|
|
354
|
+
| ListRecoveryPointsByBackupVaultCommandInput
|
|
355
|
+
| ListRecoveryPointsByResourceCommandInput
|
|
356
|
+
| ListReportJobsCommandInput
|
|
357
|
+
| ListReportPlansCommandInput
|
|
358
|
+
| ListRestoreJobsCommandInput
|
|
359
|
+
| ListTagsCommandInput
|
|
360
|
+
| PutBackupVaultAccessPolicyCommandInput
|
|
361
|
+
| PutBackupVaultLockConfigurationCommandInput
|
|
362
|
+
| PutBackupVaultNotificationsCommandInput
|
|
363
|
+
| StartBackupJobCommandInput
|
|
364
|
+
| StartCopyJobCommandInput
|
|
365
|
+
| StartReportJobCommandInput
|
|
366
|
+
| StartRestoreJobCommandInput
|
|
367
|
+
| StopBackupJobCommandInput
|
|
368
|
+
| TagResourceCommandInput
|
|
369
|
+
| UntagResourceCommandInput
|
|
370
|
+
| UpdateBackupPlanCommandInput
|
|
371
|
+
| UpdateFrameworkCommandInput
|
|
372
|
+
| UpdateGlobalSettingsCommandInput
|
|
373
|
+
| UpdateRecoveryPointLifecycleCommandInput
|
|
374
|
+
| UpdateRegionSettingsCommandInput
|
|
375
|
+
| UpdateReportPlanCommandInput;
|
|
376
|
+
export declare type ServiceOutputTypes =
|
|
377
|
+
| CreateBackupPlanCommandOutput
|
|
378
|
+
| CreateBackupSelectionCommandOutput
|
|
379
|
+
| CreateBackupVaultCommandOutput
|
|
380
|
+
| CreateFrameworkCommandOutput
|
|
381
|
+
| CreateReportPlanCommandOutput
|
|
382
|
+
| DeleteBackupPlanCommandOutput
|
|
383
|
+
| DeleteBackupSelectionCommandOutput
|
|
384
|
+
| DeleteBackupVaultAccessPolicyCommandOutput
|
|
385
|
+
| DeleteBackupVaultCommandOutput
|
|
386
|
+
| DeleteBackupVaultLockConfigurationCommandOutput
|
|
387
|
+
| DeleteBackupVaultNotificationsCommandOutput
|
|
388
|
+
| DeleteFrameworkCommandOutput
|
|
389
|
+
| DeleteRecoveryPointCommandOutput
|
|
390
|
+
| DeleteReportPlanCommandOutput
|
|
391
|
+
| DescribeBackupJobCommandOutput
|
|
392
|
+
| DescribeBackupVaultCommandOutput
|
|
393
|
+
| DescribeCopyJobCommandOutput
|
|
394
|
+
| DescribeFrameworkCommandOutput
|
|
395
|
+
| DescribeGlobalSettingsCommandOutput
|
|
396
|
+
| DescribeProtectedResourceCommandOutput
|
|
397
|
+
| DescribeRecoveryPointCommandOutput
|
|
398
|
+
| DescribeRegionSettingsCommandOutput
|
|
399
|
+
| DescribeReportJobCommandOutput
|
|
400
|
+
| DescribeReportPlanCommandOutput
|
|
401
|
+
| DescribeRestoreJobCommandOutput
|
|
402
|
+
| DisassociateRecoveryPointCommandOutput
|
|
403
|
+
| ExportBackupPlanTemplateCommandOutput
|
|
404
|
+
| GetBackupPlanCommandOutput
|
|
405
|
+
| GetBackupPlanFromJSONCommandOutput
|
|
406
|
+
| GetBackupPlanFromTemplateCommandOutput
|
|
407
|
+
| GetBackupSelectionCommandOutput
|
|
408
|
+
| GetBackupVaultAccessPolicyCommandOutput
|
|
409
|
+
| GetBackupVaultNotificationsCommandOutput
|
|
410
|
+
| GetRecoveryPointRestoreMetadataCommandOutput
|
|
411
|
+
| GetSupportedResourceTypesCommandOutput
|
|
412
|
+
| ListBackupJobsCommandOutput
|
|
413
|
+
| ListBackupPlanTemplatesCommandOutput
|
|
414
|
+
| ListBackupPlanVersionsCommandOutput
|
|
415
|
+
| ListBackupPlansCommandOutput
|
|
416
|
+
| ListBackupSelectionsCommandOutput
|
|
417
|
+
| ListBackupVaultsCommandOutput
|
|
418
|
+
| ListCopyJobsCommandOutput
|
|
419
|
+
| ListFrameworksCommandOutput
|
|
420
|
+
| ListProtectedResourcesCommandOutput
|
|
421
|
+
| ListRecoveryPointsByBackupVaultCommandOutput
|
|
422
|
+
| ListRecoveryPointsByResourceCommandOutput
|
|
423
|
+
| ListReportJobsCommandOutput
|
|
424
|
+
| ListReportPlansCommandOutput
|
|
425
|
+
| ListRestoreJobsCommandOutput
|
|
426
|
+
| ListTagsCommandOutput
|
|
427
|
+
| PutBackupVaultAccessPolicyCommandOutput
|
|
428
|
+
| PutBackupVaultLockConfigurationCommandOutput
|
|
429
|
+
| PutBackupVaultNotificationsCommandOutput
|
|
430
|
+
| StartBackupJobCommandOutput
|
|
431
|
+
| StartCopyJobCommandOutput
|
|
432
|
+
| StartReportJobCommandOutput
|
|
433
|
+
| StartRestoreJobCommandOutput
|
|
434
|
+
| StopBackupJobCommandOutput
|
|
435
|
+
| TagResourceCommandOutput
|
|
436
|
+
| UntagResourceCommandOutput
|
|
437
|
+
| UpdateBackupPlanCommandOutput
|
|
438
|
+
| UpdateFrameworkCommandOutput
|
|
439
|
+
| UpdateGlobalSettingsCommandOutput
|
|
440
|
+
| UpdateRecoveryPointLifecycleCommandOutput
|
|
441
|
+
| UpdateRegionSettingsCommandOutput
|
|
442
|
+
| UpdateReportPlanCommandOutput;
|
|
443
|
+
export interface ClientDefaults
|
|
444
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
445
|
+
requestHandler?: __HttpHandler;
|
|
446
|
+
|
|
447
|
+
sha256?: __HashConstructor;
|
|
448
|
+
|
|
449
|
+
urlParser?: __UrlParser;
|
|
450
|
+
|
|
451
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
452
|
+
|
|
453
|
+
streamCollector?: __StreamCollector;
|
|
454
|
+
|
|
455
|
+
base64Decoder?: __Decoder;
|
|
456
|
+
|
|
457
|
+
base64Encoder?: __Encoder;
|
|
458
|
+
|
|
459
|
+
utf8Decoder?: __Decoder;
|
|
460
|
+
|
|
461
|
+
utf8Encoder?: __Encoder;
|
|
462
|
+
|
|
463
|
+
runtime?: string;
|
|
464
|
+
|
|
465
|
+
disableHostPrefix?: boolean;
|
|
466
|
+
|
|
467
|
+
maxAttempts?: number | __Provider<number>;
|
|
468
|
+
|
|
469
|
+
retryMode?: string | __Provider<string>;
|
|
470
|
+
|
|
471
|
+
logger?: __Logger;
|
|
472
|
+
|
|
473
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
474
|
+
|
|
475
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
476
|
+
|
|
477
|
+
serviceId?: string;
|
|
478
|
+
|
|
479
|
+
region?: string | __Provider<string>;
|
|
480
|
+
|
|
481
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
482
|
+
|
|
483
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
484
|
+
|
|
485
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
486
|
+
|
|
487
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
488
|
+
}
|
|
489
|
+
declare type BackupClientConfigType = Partial<
|
|
490
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
491
|
+
> &
|
|
492
|
+
ClientDefaults &
|
|
493
|
+
RegionInputConfig &
|
|
494
|
+
EndpointsInputConfig &
|
|
495
|
+
RetryInputConfig &
|
|
496
|
+
HostHeaderInputConfig &
|
|
497
|
+
AwsAuthInputConfig &
|
|
498
|
+
UserAgentInputConfig;
|
|
499
|
+
|
|
500
|
+
export interface BackupClientConfig extends BackupClientConfigType {}
|
|
501
|
+
declare type BackupClientResolvedConfigType =
|
|
502
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
503
|
+
Required<ClientDefaults> &
|
|
504
|
+
RegionResolvedConfig &
|
|
505
|
+
EndpointsResolvedConfig &
|
|
506
|
+
RetryResolvedConfig &
|
|
507
|
+
HostHeaderResolvedConfig &
|
|
508
|
+
AwsAuthResolvedConfig &
|
|
509
|
+
UserAgentResolvedConfig;
|
|
510
|
+
|
|
511
|
+
export interface BackupClientResolvedConfig
|
|
512
|
+
extends BackupClientResolvedConfigType {}
|
|
513
|
+
|
|
514
|
+
export declare class BackupClient extends __Client<
|
|
515
|
+
__HttpHandlerOptions,
|
|
516
|
+
ServiceInputTypes,
|
|
517
|
+
ServiceOutputTypes,
|
|
518
|
+
BackupClientResolvedConfig
|
|
519
|
+
> {
|
|
520
|
+
readonly config: BackupClientResolvedConfig;
|
|
521
|
+
constructor(configuration: BackupClientConfig);
|
|
522
|
+
|
|
523
|
+
destroy(): void;
|
|
524
|
+
}
|
|
525
|
+
export {};
|