@aws-sdk/client-dlm 3.758.0 → 3.774.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 +16 -16
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
CreateLifecyclePolicyCommand: () => CreateLifecyclePolicyCommand,
|
|
25
25
|
DLM: () => DLM,
|
|
26
26
|
DLMClient: () => DLMClient,
|
|
@@ -53,7 +53,7 @@ __export(src_exports, {
|
|
|
53
53
|
UpdateLifecyclePolicyCommand: () => UpdateLifecyclePolicyCommand,
|
|
54
54
|
__Client: () => import_smithy_client.Client
|
|
55
55
|
});
|
|
56
|
-
module.exports = __toCommonJS(
|
|
56
|
+
module.exports = __toCommonJS(index_exports);
|
|
57
57
|
|
|
58
58
|
// src/DLMClient.ts
|
|
59
59
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -180,9 +180,9 @@ var DLMClient = class extends import_smithy_client.Client {
|
|
|
180
180
|
this.middlewareStack.use(
|
|
181
181
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
182
182
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDLMHttpAuthSchemeParametersProvider,
|
|
183
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
183
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
184
184
|
"aws.auth#sigv4": config.credentials
|
|
185
|
-
})
|
|
185
|
+
}), "identityProviderConfigProvider")
|
|
186
186
|
})
|
|
187
187
|
);
|
|
188
188
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -420,16 +420,16 @@ var se_CreateLifecyclePolicyCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
420
420
|
(0, import_smithy_client.take)(input, {
|
|
421
421
|
CopyTags: [],
|
|
422
422
|
CreateInterval: [],
|
|
423
|
-
CrossRegionCopyTargets: (_) => (0, import_smithy_client._json)(_),
|
|
423
|
+
CrossRegionCopyTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CrossRegionCopyTargets"),
|
|
424
424
|
DefaultPolicy: [],
|
|
425
425
|
Description: [],
|
|
426
|
-
Exclusions: (_) => (0, import_smithy_client._json)(_),
|
|
426
|
+
Exclusions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Exclusions"),
|
|
427
427
|
ExecutionRoleArn: [],
|
|
428
428
|
ExtendDeletion: [],
|
|
429
|
-
PolicyDetails: (_) => (0, import_smithy_client._json)(_),
|
|
429
|
+
PolicyDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PolicyDetails"),
|
|
430
430
|
RetainInterval: [],
|
|
431
431
|
State: [],
|
|
432
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
432
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
433
433
|
})
|
|
434
434
|
);
|
|
435
435
|
b.m("POST").h(headers).b(body);
|
|
@@ -488,7 +488,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
488
488
|
let body;
|
|
489
489
|
body = JSON.stringify(
|
|
490
490
|
(0, import_smithy_client.take)(input, {
|
|
491
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
491
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
492
492
|
})
|
|
493
493
|
);
|
|
494
494
|
b.m("POST").h(headers).b(body);
|
|
@@ -518,12 +518,12 @@ var se_UpdateLifecyclePolicyCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
518
518
|
(0, import_smithy_client.take)(input, {
|
|
519
519
|
CopyTags: [],
|
|
520
520
|
CreateInterval: [],
|
|
521
|
-
CrossRegionCopyTargets: (_) => (0, import_smithy_client._json)(_),
|
|
521
|
+
CrossRegionCopyTargets: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CrossRegionCopyTargets"),
|
|
522
522
|
Description: [],
|
|
523
|
-
Exclusions: (_) => (0, import_smithy_client._json)(_),
|
|
523
|
+
Exclusions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Exclusions"),
|
|
524
524
|
ExecutionRoleArn: [],
|
|
525
525
|
ExtendDeletion: [],
|
|
526
|
-
PolicyDetails: (_) => (0, import_smithy_client._json)(_),
|
|
526
|
+
PolicyDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PolicyDetails"),
|
|
527
527
|
RetainInterval: [],
|
|
528
528
|
State: []
|
|
529
529
|
})
|
|
@@ -578,7 +578,7 @@ var de_GetLifecyclePolicyCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
578
578
|
});
|
|
579
579
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
580
580
|
const doc = (0, import_smithy_client.take)(data, {
|
|
581
|
-
Policy: (_) => de_LifecyclePolicy(_, context)
|
|
581
|
+
Policy: /* @__PURE__ */ __name((_) => de_LifecyclePolicy(_, context), "Policy")
|
|
582
582
|
});
|
|
583
583
|
Object.assign(contents, doc);
|
|
584
584
|
return contents;
|
|
@@ -719,8 +719,8 @@ var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
719
719
|
}, "de_ResourceNotFoundExceptionRes");
|
|
720
720
|
var de_LifecyclePolicy = /* @__PURE__ */ __name((output, context) => {
|
|
721
721
|
return (0, import_smithy_client.take)(output, {
|
|
722
|
-
DateCreated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
723
|
-
DateModified: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
722
|
+
DateCreated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "DateCreated"),
|
|
723
|
+
DateModified: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "DateModified"),
|
|
724
724
|
DefaultPolicy: import_smithy_client.expectBoolean,
|
|
725
725
|
Description: import_smithy_client.expectString,
|
|
726
726
|
ExecutionRoleArn: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dlm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dlm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-dlm",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|