@aws-sdk/client-dlm 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist-cjs/index.js +528 -397
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DLMClient.js +2 -0
  4. package/dist-es/commands/CreateLifecyclePolicyCommand.js +3 -9
  5. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
  6. package/dist-es/commands/GetLifecyclePoliciesCommand.js +3 -9
  7. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
  8. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  9. package/dist-es/commands/TagResourceCommand.js +3 -9
  10. package/dist-es/commands/UntagResourceCommand.js +3 -9
  11. package/dist-es/commands/UpdateLifecyclePolicyCommand.js +3 -9
  12. package/dist-es/runtimeConfig.shared.js +2 -0
  13. package/dist-es/schemas/schemas_0.js +526 -0
  14. package/dist-types/DLMClient.d.ts +10 -1
  15. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  16. package/dist-types/runtimeConfig.d.ts +1 -0
  17. package/dist-types/runtimeConfig.native.d.ts +1 -0
  18. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  19. package/dist-types/schemas/schemas_0.d.ts +83 -0
  20. package/dist-types/ts3.4/DLMClient.d.ts +4 -0
  21. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  22. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  23. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  24. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  25. package/dist-types/ts3.4/schemas/schemas_0.d.ts +88 -0
  26. package/package.json +5 -5
  27. package/dist-es/protocols/Aws_restJson1.js +0 -343
  28. package/dist-types/protocols/Aws_restJson1.d.ts +0 -74
  29. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -101
@@ -1,101 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateLifecyclePolicyCommandInput,
8
- CreateLifecyclePolicyCommandOutput,
9
- } from "../commands/CreateLifecyclePolicyCommand";
10
- import {
11
- DeleteLifecyclePolicyCommandInput,
12
- DeleteLifecyclePolicyCommandOutput,
13
- } from "../commands/DeleteLifecyclePolicyCommand";
14
- import {
15
- GetLifecyclePoliciesCommandInput,
16
- GetLifecyclePoliciesCommandOutput,
17
- } from "../commands/GetLifecyclePoliciesCommand";
18
- import {
19
- GetLifecyclePolicyCommandInput,
20
- GetLifecyclePolicyCommandOutput,
21
- } from "../commands/GetLifecyclePolicyCommand";
22
- import {
23
- ListTagsForResourceCommandInput,
24
- ListTagsForResourceCommandOutput,
25
- } from "../commands/ListTagsForResourceCommand";
26
- import {
27
- TagResourceCommandInput,
28
- TagResourceCommandOutput,
29
- } from "../commands/TagResourceCommand";
30
- import {
31
- UntagResourceCommandInput,
32
- UntagResourceCommandOutput,
33
- } from "../commands/UntagResourceCommand";
34
- import {
35
- UpdateLifecyclePolicyCommandInput,
36
- UpdateLifecyclePolicyCommandOutput,
37
- } from "../commands/UpdateLifecyclePolicyCommand";
38
- export declare const se_CreateLifecyclePolicyCommand: (
39
- input: CreateLifecyclePolicyCommandInput,
40
- context: __SerdeContext
41
- ) => Promise<__HttpRequest>;
42
- export declare const se_DeleteLifecyclePolicyCommand: (
43
- input: DeleteLifecyclePolicyCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const se_GetLifecyclePoliciesCommand: (
47
- input: GetLifecyclePoliciesCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_GetLifecyclePolicyCommand: (
51
- input: GetLifecyclePolicyCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_ListTagsForResourceCommand: (
55
- input: ListTagsForResourceCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_TagResourceCommand: (
59
- input: TagResourceCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_UntagResourceCommand: (
63
- input: UntagResourceCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_UpdateLifecyclePolicyCommand: (
67
- input: UpdateLifecyclePolicyCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const de_CreateLifecyclePolicyCommand: (
71
- output: __HttpResponse,
72
- context: __SerdeContext
73
- ) => Promise<CreateLifecyclePolicyCommandOutput>;
74
- export declare const de_DeleteLifecyclePolicyCommand: (
75
- output: __HttpResponse,
76
- context: __SerdeContext
77
- ) => Promise<DeleteLifecyclePolicyCommandOutput>;
78
- export declare const de_GetLifecyclePoliciesCommand: (
79
- output: __HttpResponse,
80
- context: __SerdeContext
81
- ) => Promise<GetLifecyclePoliciesCommandOutput>;
82
- export declare const de_GetLifecyclePolicyCommand: (
83
- output: __HttpResponse,
84
- context: __SerdeContext
85
- ) => Promise<GetLifecyclePolicyCommandOutput>;
86
- export declare const de_ListTagsForResourceCommand: (
87
- output: __HttpResponse,
88
- context: __SerdeContext
89
- ) => Promise<ListTagsForResourceCommandOutput>;
90
- export declare const de_TagResourceCommand: (
91
- output: __HttpResponse,
92
- context: __SerdeContext
93
- ) => Promise<TagResourceCommandOutput>;
94
- export declare const de_UntagResourceCommand: (
95
- output: __HttpResponse,
96
- context: __SerdeContext
97
- ) => Promise<UntagResourceCommandOutput>;
98
- export declare const de_UpdateLifecyclePolicyCommand: (
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ) => Promise<UpdateLifecyclePolicyCommandOutput>;