@aws-sdk/client-dlm 3.948.0 → 3.953.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/dist-cjs/index.js +178 -124
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/GetLifecyclePoliciesCommand.js +2 -2
- package/dist-es/commands/GetLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +117 -117
- package/dist-types/DLMClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +55 -82
- package/dist-types/ts3.4/DLMClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +54 -82
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("dlm_20180112", "ListTagsForResource", {})
|
|
13
13
|
.n("DLMClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("dlm_20180112", "TagResource", {})
|
|
13
13
|
.n("DLMClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("dlm_20180112", "UntagResource", {})
|
|
13
13
|
.n("DLMClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateLifecyclePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateLifecyclePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateLifecyclePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateLifecyclePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("dlm_20180112", "UpdateLifecyclePolicy", {})
|
|
13
13
|
.n("DLMClient", "UpdateLifecyclePolicyCommand")
|
|
14
|
-
.sc(UpdateLifecyclePolicy)
|
|
14
|
+
.sc(UpdateLifecyclePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.dlm",
|
|
29
|
+
version: "2018-01-12",
|
|
30
|
+
serviceTarget: "dlm_20180112",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "DLM",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -151,21 +151,21 @@ const _tT = "targetTags";
|
|
|
151
151
|
const _tTA = "tagsToAdd";
|
|
152
152
|
const n0 = "com.amazonaws.dlm";
|
|
153
153
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
154
|
-
import { DLMServiceException
|
|
155
|
-
import { InternalServerException
|
|
156
|
-
export var Action = [3, n0, _A, 0, [_N, _CRC], [0, () => CrossRegionCopyActionList]];
|
|
157
|
-
export var ArchiveRetainRule = [3, n0, _ARR, 0, [_RAT], [() => RetentionArchiveTier]];
|
|
158
|
-
export var ArchiveRule = [3, n0, _AR, 0, [_RR], [() => ArchiveRetainRule]];
|
|
159
|
-
export var CreateLifecyclePolicyRequest = [
|
|
154
|
+
import { DLMServiceException } from "../models/DLMServiceException";
|
|
155
|
+
import { InternalServerException, InvalidRequestException, LimitExceededException, ResourceNotFoundException, } from "../models/errors";
|
|
156
|
+
export var Action$ = [3, n0, _A, 0, [_N, _CRC], [0, () => CrossRegionCopyActionList]];
|
|
157
|
+
export var ArchiveRetainRule$ = [3, n0, _ARR, 0, [_RAT], [() => RetentionArchiveTier$]];
|
|
158
|
+
export var ArchiveRule$ = [3, n0, _AR, 0, [_RR], [() => ArchiveRetainRule$]];
|
|
159
|
+
export var CreateLifecyclePolicyRequest$ = [
|
|
160
160
|
3,
|
|
161
161
|
n0,
|
|
162
162
|
_CLPR,
|
|
163
163
|
0,
|
|
164
164
|
[_ERA, _D, _S, _PD, _T, _DP, _CI, _RI, _CT, _ED, _CRCT, _E],
|
|
165
|
-
[0, 0, 0, () => PolicyDetails
|
|
165
|
+
[0, 0, 0, () => PolicyDetails$, 128 | 0, 0, 1, 1, 2, 2, () => CrossRegionCopyTargetList, () => Exclusions$],
|
|
166
166
|
];
|
|
167
|
-
export var CreateLifecyclePolicyResponse = [3, n0, _CLPRr, 0, [_PI], [0]];
|
|
168
|
-
export var CreateRule = [
|
|
167
|
+
export var CreateLifecyclePolicyResponse$ = [3, n0, _CLPRr, 0, [_PI], [0]];
|
|
168
|
+
export var CreateRule$ = [
|
|
169
169
|
3,
|
|
170
170
|
n0,
|
|
171
171
|
_CR,
|
|
@@ -173,34 +173,34 @@ export var CreateRule = [
|
|
|
173
173
|
[_L, _I, _IU, _Ti, _CE, _Sc],
|
|
174
174
|
[0, 1, 0, 64 | 0, 0, () => ScriptsList],
|
|
175
175
|
];
|
|
176
|
-
export var CrossRegionCopyAction = [
|
|
176
|
+
export var CrossRegionCopyAction$ = [
|
|
177
177
|
3,
|
|
178
178
|
n0,
|
|
179
179
|
_CRCA,
|
|
180
180
|
0,
|
|
181
181
|
[_Ta, _EC, _RR],
|
|
182
|
-
[0, () => EncryptionConfiguration
|
|
182
|
+
[0, () => EncryptionConfiguration$, () => CrossRegionCopyRetainRule$],
|
|
183
183
|
];
|
|
184
|
-
export var CrossRegionCopyDeprecateRule = [3, n0, _CRCDR, 0, [_I, _IU], [1, 0]];
|
|
185
|
-
export var CrossRegionCopyRetainRule = [3, n0, _CRCRR, 0, [_I, _IU], [1, 0]];
|
|
186
|
-
export var CrossRegionCopyRule = [
|
|
184
|
+
export var CrossRegionCopyDeprecateRule$ = [3, n0, _CRCDR, 0, [_I, _IU], [1, 0]];
|
|
185
|
+
export var CrossRegionCopyRetainRule$ = [3, n0, _CRCRR, 0, [_I, _IU], [1, 0]];
|
|
186
|
+
export var CrossRegionCopyRule$ = [
|
|
187
187
|
3,
|
|
188
188
|
n0,
|
|
189
189
|
_CRCR,
|
|
190
190
|
0,
|
|
191
191
|
[_TR, _Ta, _En, _CA, _CT, _RR, _DR],
|
|
192
|
-
[0, 0, 2, 0, 2, () => CrossRegionCopyRetainRule
|
|
192
|
+
[0, 0, 2, 0, 2, () => CrossRegionCopyRetainRule$, () => CrossRegionCopyDeprecateRule$],
|
|
193
193
|
];
|
|
194
|
-
export var CrossRegionCopyTarget = [3, n0, _CRCTr, 0, [_TR], [0]];
|
|
195
|
-
export var DeleteLifecyclePolicyRequest = [3, n0, _DLPR, 0, [_PI], [[0, 1]]];
|
|
196
|
-
export var DeleteLifecyclePolicyResponse = [3, n0, _DLPRe, 0, [], []];
|
|
197
|
-
export var DeprecateRule = [3, n0, _DR, 0, [_C, _I, _IU], [1, 1, 0]];
|
|
198
|
-
export var EncryptionConfiguration = [3, n0, _EC, 0, [_En, _CA], [2, 0]];
|
|
199
|
-
export var EventParameters = [3, n0, _EP, 0, [_ET, _SO, _DRe], [0, 64 | 0, 0]];
|
|
200
|
-
export var EventSource = [3, n0, _ES, 0, [_Ty, _P], [0, () => EventParameters]];
|
|
201
|
-
export var Exclusions = [3, n0, _E, 0, [_EBV, _EVT, _ETx], [2, 64 | 0, () => ExcludeTagsList]];
|
|
202
|
-
export var FastRestoreRule = [3, n0, _FRR, 0, [_C, _I, _IU, _AZ], [1, 1, 0, 64 | 0]];
|
|
203
|
-
export var GetLifecyclePoliciesRequest = [
|
|
194
|
+
export var CrossRegionCopyTarget$ = [3, n0, _CRCTr, 0, [_TR], [0]];
|
|
195
|
+
export var DeleteLifecyclePolicyRequest$ = [3, n0, _DLPR, 0, [_PI], [[0, 1]]];
|
|
196
|
+
export var DeleteLifecyclePolicyResponse$ = [3, n0, _DLPRe, 0, [], []];
|
|
197
|
+
export var DeprecateRule$ = [3, n0, _DR, 0, [_C, _I, _IU], [1, 1, 0]];
|
|
198
|
+
export var EncryptionConfiguration$ = [3, n0, _EC, 0, [_En, _CA], [2, 0]];
|
|
199
|
+
export var EventParameters$ = [3, n0, _EP, 0, [_ET, _SO, _DRe], [0, 64 | 0, 0]];
|
|
200
|
+
export var EventSource$ = [3, n0, _ES, 0, [_Ty, _P], [0, () => EventParameters$]];
|
|
201
|
+
export var Exclusions$ = [3, n0, _E, 0, [_EBV, _EVT, _ETx], [2, 64 | 0, () => ExcludeTagsList]];
|
|
202
|
+
export var FastRestoreRule$ = [3, n0, _FRR, 0, [_C, _I, _IU, _AZ], [1, 1, 0, 64 | 0]];
|
|
203
|
+
export var GetLifecyclePoliciesRequest$ = [
|
|
204
204
|
3,
|
|
205
205
|
n0,
|
|
206
206
|
_GLPR,
|
|
@@ -215,7 +215,7 @@ export var GetLifecyclePoliciesRequest = [
|
|
|
215
215
|
[0, { [_hQ]: _dPT }],
|
|
216
216
|
],
|
|
217
217
|
];
|
|
218
|
-
export var GetLifecyclePoliciesResponse = [
|
|
218
|
+
export var GetLifecyclePoliciesResponse$ = [
|
|
219
219
|
3,
|
|
220
220
|
n0,
|
|
221
221
|
_GLPRe,
|
|
@@ -223,11 +223,11 @@ export var GetLifecyclePoliciesResponse = [
|
|
|
223
223
|
[_Po],
|
|
224
224
|
[() => LifecyclePolicySummaryList],
|
|
225
225
|
];
|
|
226
|
-
export var GetLifecyclePolicyRequest = [3, n0, _GLPRet, 0, [_PI], [[0, 1]]];
|
|
227
|
-
export var GetLifecyclePolicyResponse = [3, n0, _GLPReti, 0, [_Pol], [() => LifecyclePolicy]];
|
|
228
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_M, _Co], [0, 0]];
|
|
229
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
230
|
-
export var InvalidRequestException = [
|
|
226
|
+
export var GetLifecyclePolicyRequest$ = [3, n0, _GLPRet, 0, [_PI], [[0, 1]]];
|
|
227
|
+
export var GetLifecyclePolicyResponse$ = [3, n0, _GLPReti, 0, [_Pol], [() => LifecyclePolicy$]];
|
|
228
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_M, _Co], [0, 0]];
|
|
229
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
230
|
+
export var InvalidRequestException$ = [
|
|
231
231
|
-3,
|
|
232
232
|
n0,
|
|
233
233
|
_IRE,
|
|
@@ -235,16 +235,16 @@ export var InvalidRequestException = [
|
|
|
235
235
|
[_M, _Co, _RP, _MEP],
|
|
236
236
|
[0, 0, 64 | 0, 64 | 0],
|
|
237
237
|
];
|
|
238
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
239
|
-
export var LifecyclePolicy = [
|
|
238
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
239
|
+
export var LifecyclePolicy$ = [
|
|
240
240
|
3,
|
|
241
241
|
n0,
|
|
242
242
|
_LP,
|
|
243
243
|
0,
|
|
244
244
|
[_PI, _D, _S, _SM, _ERA, _DC, _DM, _PD, _T, _PA, _DP],
|
|
245
|
-
[0, 0, 0, 0, 0, 5, 5, () => PolicyDetails
|
|
245
|
+
[0, 0, 0, 0, 0, 5, 5, () => PolicyDetails$, 128 | 0, 0, 2],
|
|
246
246
|
];
|
|
247
|
-
export var LifecyclePolicySummary = [
|
|
247
|
+
export var LifecyclePolicySummary$ = [
|
|
248
248
|
3,
|
|
249
249
|
n0,
|
|
250
250
|
_LPS,
|
|
@@ -252,7 +252,7 @@ export var LifecyclePolicySummary = [
|
|
|
252
252
|
[_PI, _D, _S, _T, _PT, _DP],
|
|
253
253
|
[0, 0, 0, 128 | 0, 0, 2],
|
|
254
254
|
];
|
|
255
|
-
export var LimitExceededException = [
|
|
255
|
+
export var LimitExceededException$ = [
|
|
256
256
|
-3,
|
|
257
257
|
n0,
|
|
258
258
|
_LEE,
|
|
@@ -260,10 +260,10 @@ export var LimitExceededException = [
|
|
|
260
260
|
[_M, _Co, _RTe],
|
|
261
261
|
[0, 0, 0],
|
|
262
262
|
];
|
|
263
|
-
TypeRegistry.for(n0).registerError(LimitExceededException
|
|
264
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
265
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
|
|
266
|
-
export var _Parameters = [
|
|
263
|
+
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
264
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
|
|
265
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
|
|
266
|
+
export var _Parameters$ = [
|
|
267
267
|
3,
|
|
268
268
|
n0,
|
|
269
269
|
_P,
|
|
@@ -271,7 +271,7 @@ export var _Parameters = [
|
|
|
271
271
|
[_EBVx, _NR, _EDVT],
|
|
272
272
|
[2, 2, () => ExcludeDataVolumeTagList],
|
|
273
273
|
];
|
|
274
|
-
export var PolicyDetails = [
|
|
274
|
+
export var PolicyDetails$ = [
|
|
275
275
|
3,
|
|
276
276
|
n0,
|
|
277
277
|
_PD,
|
|
@@ -283,8 +283,8 @@ export var PolicyDetails = [
|
|
|
283
283
|
64 | 0,
|
|
284
284
|
() => TargetTagList,
|
|
285
285
|
() => ScheduleList,
|
|
286
|
-
() => _Parameters
|
|
287
|
-
() => EventSource
|
|
286
|
+
() => _Parameters$,
|
|
287
|
+
() => EventSource$,
|
|
288
288
|
() => ActionList,
|
|
289
289
|
0,
|
|
290
290
|
0,
|
|
@@ -293,10 +293,10 @@ export var PolicyDetails = [
|
|
|
293
293
|
2,
|
|
294
294
|
() => CrossRegionCopyTargetList,
|
|
295
295
|
2,
|
|
296
|
-
() => Exclusions
|
|
296
|
+
() => Exclusions$,
|
|
297
297
|
],
|
|
298
298
|
];
|
|
299
|
-
export var ResourceNotFoundException = [
|
|
299
|
+
export var ResourceNotFoundException$ = [
|
|
300
300
|
-3,
|
|
301
301
|
n0,
|
|
302
302
|
_RNFE,
|
|
@@ -304,10 +304,10 @@ export var ResourceNotFoundException = [
|
|
|
304
304
|
[_M, _Co, _RTe, _RIe],
|
|
305
305
|
[0, 0, 0, 64 | 0],
|
|
306
306
|
];
|
|
307
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
308
|
-
export var RetainRule = [3, n0, _RR, 0, [_C, _I, _IU], [1, 1, 0]];
|
|
309
|
-
export var RetentionArchiveTier = [3, n0, _RAT, 0, [_C, _I, _IU], [1, 1, 0]];
|
|
310
|
-
export var Schedule = [
|
|
307
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
308
|
+
export var RetainRule$ = [3, n0, _RR, 0, [_C, _I, _IU], [1, 1, 0]];
|
|
309
|
+
export var RetentionArchiveTier$ = [3, n0, _RAT, 0, [_C, _I, _IU], [1, 1, 0]];
|
|
310
|
+
export var Schedule$ = [
|
|
311
311
|
3,
|
|
312
312
|
n0,
|
|
313
313
|
_Sche,
|
|
@@ -318,16 +318,16 @@ export var Schedule = [
|
|
|
318
318
|
2,
|
|
319
319
|
() => TagsToAddList,
|
|
320
320
|
() => VariableTagsList,
|
|
321
|
-
() => CreateRule
|
|
322
|
-
() => RetainRule
|
|
323
|
-
() => FastRestoreRule
|
|
321
|
+
() => CreateRule$,
|
|
322
|
+
() => RetainRule$,
|
|
323
|
+
() => FastRestoreRule$,
|
|
324
324
|
() => CrossRegionCopyRules,
|
|
325
325
|
() => ShareRules,
|
|
326
|
-
() => DeprecateRule
|
|
327
|
-
() => ArchiveRule
|
|
326
|
+
() => DeprecateRule$,
|
|
327
|
+
() => ArchiveRule$,
|
|
328
328
|
],
|
|
329
329
|
];
|
|
330
|
-
export var Script = [
|
|
330
|
+
export var Script$ = [
|
|
331
331
|
3,
|
|
332
332
|
n0,
|
|
333
333
|
_Scr,
|
|
@@ -335,11 +335,11 @@ export var Script = [
|
|
|
335
335
|
[_St, _EHS, _EH, _EOOSF, _ETxe, _MRC],
|
|
336
336
|
[64 | 0, 0, 0, 2, 1, 1],
|
|
337
337
|
];
|
|
338
|
-
export var ShareRule = [3, n0, _SRh, 0, [_TA, _UI, _UIU], [64 | 0, 1, 0]];
|
|
339
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
340
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
|
|
341
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
342
|
-
export var UntagResourceRequest = [
|
|
338
|
+
export var ShareRule$ = [3, n0, _SRh, 0, [_TA, _UI, _UIU], [64 | 0, 1, 0]];
|
|
339
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
340
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
|
|
341
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
342
|
+
export var UntagResourceRequest$ = [
|
|
343
343
|
3,
|
|
344
344
|
n0,
|
|
345
345
|
_URR,
|
|
@@ -350,106 +350,106 @@ export var UntagResourceRequest = [
|
|
|
350
350
|
[64 | 0, { [_hQ]: _tK }],
|
|
351
351
|
],
|
|
352
352
|
];
|
|
353
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
354
|
-
export var UpdateLifecyclePolicyRequest = [
|
|
353
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
354
|
+
export var UpdateLifecyclePolicyRequest$ = [
|
|
355
355
|
3,
|
|
356
356
|
n0,
|
|
357
357
|
_ULPR,
|
|
358
358
|
0,
|
|
359
359
|
[_PI, _ERA, _S, _D, _PD, _CI, _RI, _CT, _ED, _CRCT, _E],
|
|
360
|
-
[[0, 1], 0, 0, 0, () => PolicyDetails
|
|
360
|
+
[[0, 1], 0, 0, 0, () => PolicyDetails$, 1, 1, 2, 2, () => CrossRegionCopyTargetList, () => Exclusions$],
|
|
361
361
|
];
|
|
362
|
-
export var UpdateLifecyclePolicyResponse = [3, n0, _ULPRp, 0, [], []];
|
|
363
|
-
export var DLMServiceException = [-3, _sm, "DLMServiceException", 0, [], []];
|
|
364
|
-
TypeRegistry.for(_sm).registerError(DLMServiceException
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
export var CreateLifecyclePolicy = [
|
|
362
|
+
export var UpdateLifecyclePolicyResponse$ = [3, n0, _ULPRp, 0, [], []];
|
|
363
|
+
export var DLMServiceException$ = [-3, _sm, "DLMServiceException", 0, [], []];
|
|
364
|
+
TypeRegistry.for(_sm).registerError(DLMServiceException$, DLMServiceException);
|
|
365
|
+
var ActionList = [1, n0, _AL, 0, () => Action$];
|
|
366
|
+
var AvailabilityZoneList = 64 | 0;
|
|
367
|
+
var CrossRegionCopyActionList = [1, n0, _CRCAL, 0, () => CrossRegionCopyAction$];
|
|
368
|
+
var CrossRegionCopyRules = [1, n0, _CRCRr, 0, () => CrossRegionCopyRule$];
|
|
369
|
+
var CrossRegionCopyTargetList = [1, n0, _CRCTL, 0, () => CrossRegionCopyTarget$];
|
|
370
|
+
var ExcludeDataVolumeTagList = [1, n0, _EDVTL, 0, () => Tag$];
|
|
371
|
+
var ExcludeTagsList = [1, n0, _ETL, 0, () => Tag$];
|
|
372
|
+
var ExcludeVolumeTypesList = 64 | 0;
|
|
373
|
+
var LifecyclePolicySummaryList = [1, n0, _LPSL, 0, () => LifecyclePolicySummary$];
|
|
374
|
+
var ParameterList = 64 | 0;
|
|
375
|
+
var PolicyIdList = 64 | 0;
|
|
376
|
+
var ResourceLocationList = 64 | 0;
|
|
377
|
+
var ResourceTypeValuesList = 64 | 0;
|
|
378
|
+
var ScheduleList = [1, n0, _SL, 0, () => Schedule$];
|
|
379
|
+
var ScriptsList = [1, n0, _SLc, 0, () => Script$];
|
|
380
|
+
var ShareRules = [1, n0, _SR, 0, () => ShareRule$];
|
|
381
|
+
var ShareTargetAccountList = 64 | 0;
|
|
382
|
+
var SnapshotOwnerList = 64 | 0;
|
|
383
|
+
var StagesList = 64 | 0;
|
|
384
|
+
var TagKeyList = 64 | 0;
|
|
385
|
+
var TagsToAddFilterList = 64 | 0;
|
|
386
|
+
var TagsToAddList = [1, n0, _TTAL, 0, () => Tag$];
|
|
387
|
+
var TargetTagList = [1, n0, _TTL, 0, () => Tag$];
|
|
388
|
+
var TargetTagsFilterList = 64 | 0;
|
|
389
|
+
var TimesList = 64 | 0;
|
|
390
|
+
var VariableTagsList = [1, n0, _VTL, 0, () => Tag$];
|
|
391
|
+
var TagMap = 128 | 0;
|
|
392
|
+
export var CreateLifecyclePolicy$ = [
|
|
393
393
|
9,
|
|
394
394
|
n0,
|
|
395
395
|
_CLP,
|
|
396
396
|
{ [_h]: ["POST", "/policies", 200] },
|
|
397
|
-
() => CreateLifecyclePolicyRequest
|
|
398
|
-
() => CreateLifecyclePolicyResponse
|
|
397
|
+
() => CreateLifecyclePolicyRequest$,
|
|
398
|
+
() => CreateLifecyclePolicyResponse$,
|
|
399
399
|
];
|
|
400
|
-
export var DeleteLifecyclePolicy = [
|
|
400
|
+
export var DeleteLifecyclePolicy$ = [
|
|
401
401
|
9,
|
|
402
402
|
n0,
|
|
403
403
|
_DLP,
|
|
404
404
|
{ [_h]: ["DELETE", "/policies/{PolicyId}", 200] },
|
|
405
|
-
() => DeleteLifecyclePolicyRequest
|
|
406
|
-
() => DeleteLifecyclePolicyResponse
|
|
405
|
+
() => DeleteLifecyclePolicyRequest$,
|
|
406
|
+
() => DeleteLifecyclePolicyResponse$,
|
|
407
407
|
];
|
|
408
|
-
export var GetLifecyclePolicies = [
|
|
408
|
+
export var GetLifecyclePolicies$ = [
|
|
409
409
|
9,
|
|
410
410
|
n0,
|
|
411
411
|
_GLP,
|
|
412
412
|
{ [_h]: ["GET", "/policies", 200] },
|
|
413
|
-
() => GetLifecyclePoliciesRequest
|
|
414
|
-
() => GetLifecyclePoliciesResponse
|
|
413
|
+
() => GetLifecyclePoliciesRequest$,
|
|
414
|
+
() => GetLifecyclePoliciesResponse$,
|
|
415
415
|
];
|
|
416
|
-
export var GetLifecyclePolicy = [
|
|
416
|
+
export var GetLifecyclePolicy$ = [
|
|
417
417
|
9,
|
|
418
418
|
n0,
|
|
419
419
|
_GLPe,
|
|
420
420
|
{ [_h]: ["GET", "/policies/{PolicyId}", 200] },
|
|
421
|
-
() => GetLifecyclePolicyRequest
|
|
422
|
-
() => GetLifecyclePolicyResponse
|
|
421
|
+
() => GetLifecyclePolicyRequest$,
|
|
422
|
+
() => GetLifecyclePolicyResponse$,
|
|
423
423
|
];
|
|
424
|
-
export var ListTagsForResource = [
|
|
424
|
+
export var ListTagsForResource$ = [
|
|
425
425
|
9,
|
|
426
426
|
n0,
|
|
427
427
|
_LTFR,
|
|
428
428
|
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
429
|
-
() => ListTagsForResourceRequest
|
|
430
|
-
() => ListTagsForResourceResponse
|
|
429
|
+
() => ListTagsForResourceRequest$,
|
|
430
|
+
() => ListTagsForResourceResponse$,
|
|
431
431
|
];
|
|
432
|
-
export var TagResource = [
|
|
432
|
+
export var TagResource$ = [
|
|
433
433
|
9,
|
|
434
434
|
n0,
|
|
435
435
|
_TRa,
|
|
436
436
|
{ [_h]: ["POST", "/tags/{ResourceArn}", 200] },
|
|
437
|
-
() => TagResourceRequest
|
|
438
|
-
() => TagResourceResponse
|
|
437
|
+
() => TagResourceRequest$,
|
|
438
|
+
() => TagResourceResponse$,
|
|
439
439
|
];
|
|
440
|
-
export var UntagResource = [
|
|
440
|
+
export var UntagResource$ = [
|
|
441
441
|
9,
|
|
442
442
|
n0,
|
|
443
443
|
_UR,
|
|
444
444
|
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
|
|
445
|
-
() => UntagResourceRequest
|
|
446
|
-
() => UntagResourceResponse
|
|
445
|
+
() => UntagResourceRequest$,
|
|
446
|
+
() => UntagResourceResponse$,
|
|
447
447
|
];
|
|
448
|
-
export var UpdateLifecyclePolicy = [
|
|
448
|
+
export var UpdateLifecyclePolicy$ = [
|
|
449
449
|
9,
|
|
450
450
|
n0,
|
|
451
451
|
_ULP,
|
|
452
452
|
{ [_h]: ["PATCH", "/policies/{PolicyId}", 200] },
|
|
453
|
-
() => UpdateLifecyclePolicyRequest
|
|
454
|
-
() => UpdateLifecyclePolicyResponse
|
|
453
|
+
() => UpdateLifecyclePolicyRequest$,
|
|
454
|
+
() => UpdateLifecyclePolicyResponse$,
|
|
455
455
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateLifecyclePolicyCommandInput, CreateLifecyclePolicyCommandOutput } from "./commands/CreateLifecyclePolicyCommand";
|
|
11
11
|
import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "./commands/DeleteLifecyclePolicyCommand";
|
|
@@ -149,15 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
149
149
|
* Optional extensions
|
|
150
150
|
*/
|
|
151
151
|
extensions?: RuntimeExtension[];
|
|
152
|
-
/**
|
|
153
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
154
|
-
* may be overridden. A default will always be set by the client.
|
|
155
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
156
|
-
* the client.
|
|
157
|
-
* @alpha
|
|
158
|
-
*
|
|
159
|
-
*/
|
|
160
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
161
152
|
/**
|
|
162
153
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
163
154
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
15
15
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
16
16
|
export type { DLMExtensionConfiguration } from "./extensionConfiguration";
|
|
17
17
|
export * from "./commands";
|
|
18
|
+
export * from "./schemas/schemas_0";
|
|
18
19
|
export * from "./models/enums";
|
|
19
20
|
export * from "./models/errors";
|
|
20
21
|
export type * from "./models/models_0";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: DLMClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: DLMClientConfig) => {
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: DLMClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: DLMClientConfig) => {
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: DLMClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: DLMClientConfig) => {
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { DLMClientConfig } from "./DLMClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: DLMClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DLMHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|