@aws-sdk/client-launch-wizard 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 (36) hide show
  1. package/dist-cjs/index.js +478 -583
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/LaunchWizardClient.js +2 -0
  4. package/dist-es/commands/CreateDeploymentCommand.js +3 -10
  5. package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
  6. package/dist-es/commands/GetDeploymentCommand.js +3 -10
  7. package/dist-es/commands/GetWorkloadCommand.js +3 -9
  8. package/dist-es/commands/GetWorkloadDeploymentPatternCommand.js +3 -9
  9. package/dist-es/commands/ListDeploymentEventsCommand.js +3 -9
  10. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  11. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  12. package/dist-es/commands/ListWorkloadDeploymentPatternsCommand.js +3 -9
  13. package/dist-es/commands/ListWorkloadsCommand.js +3 -9
  14. package/dist-es/commands/TagResourceCommand.js +3 -9
  15. package/dist-es/commands/UntagResourceCommand.js +3 -9
  16. package/dist-es/models/models_0.js +0 -13
  17. package/dist-es/runtimeConfig.shared.js +2 -0
  18. package/dist-es/schemas/schemas_0.js +446 -0
  19. package/dist-types/LaunchWizardClient.d.ts +10 -1
  20. package/dist-types/models/models_0.d.ts +0 -12
  21. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  22. package/dist-types/runtimeConfig.d.ts +1 -0
  23. package/dist-types/runtimeConfig.native.d.ts +1 -0
  24. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  25. package/dist-types/schemas/schemas_0.d.ts +65 -0
  26. package/dist-types/ts3.4/LaunchWizardClient.d.ts +4 -0
  27. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +71 -0
  33. package/package.json +5 -5
  34. package/dist-es/protocols/Aws_restJson1.js +0 -474
  35. package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
  36. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
@@ -1,149 +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
- CreateDeploymentCommandInput,
8
- CreateDeploymentCommandOutput,
9
- } from "../commands/CreateDeploymentCommand";
10
- import {
11
- DeleteDeploymentCommandInput,
12
- DeleteDeploymentCommandOutput,
13
- } from "../commands/DeleteDeploymentCommand";
14
- import {
15
- GetDeploymentCommandInput,
16
- GetDeploymentCommandOutput,
17
- } from "../commands/GetDeploymentCommand";
18
- import {
19
- GetWorkloadCommandInput,
20
- GetWorkloadCommandOutput,
21
- } from "../commands/GetWorkloadCommand";
22
- import {
23
- GetWorkloadDeploymentPatternCommandInput,
24
- GetWorkloadDeploymentPatternCommandOutput,
25
- } from "../commands/GetWorkloadDeploymentPatternCommand";
26
- import {
27
- ListDeploymentEventsCommandInput,
28
- ListDeploymentEventsCommandOutput,
29
- } from "../commands/ListDeploymentEventsCommand";
30
- import {
31
- ListDeploymentsCommandInput,
32
- ListDeploymentsCommandOutput,
33
- } from "../commands/ListDeploymentsCommand";
34
- import {
35
- ListTagsForResourceCommandInput,
36
- ListTagsForResourceCommandOutput,
37
- } from "../commands/ListTagsForResourceCommand";
38
- import {
39
- ListWorkloadDeploymentPatternsCommandInput,
40
- ListWorkloadDeploymentPatternsCommandOutput,
41
- } from "../commands/ListWorkloadDeploymentPatternsCommand";
42
- import {
43
- ListWorkloadsCommandInput,
44
- ListWorkloadsCommandOutput,
45
- } from "../commands/ListWorkloadsCommand";
46
- import {
47
- TagResourceCommandInput,
48
- TagResourceCommandOutput,
49
- } from "../commands/TagResourceCommand";
50
- import {
51
- UntagResourceCommandInput,
52
- UntagResourceCommandOutput,
53
- } from "../commands/UntagResourceCommand";
54
- export declare const se_CreateDeploymentCommand: (
55
- input: CreateDeploymentCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_DeleteDeploymentCommand: (
59
- input: DeleteDeploymentCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_GetDeploymentCommand: (
63
- input: GetDeploymentCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_GetWorkloadCommand: (
67
- input: GetWorkloadCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_GetWorkloadDeploymentPatternCommand: (
71
- input: GetWorkloadDeploymentPatternCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_ListDeploymentEventsCommand: (
75
- input: ListDeploymentEventsCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_ListDeploymentsCommand: (
79
- input: ListDeploymentsCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_ListTagsForResourceCommand: (
83
- input: ListTagsForResourceCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_ListWorkloadDeploymentPatternsCommand: (
87
- input: ListWorkloadDeploymentPatternsCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_ListWorkloadsCommand: (
91
- input: ListWorkloadsCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_TagResourceCommand: (
95
- input: TagResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_UntagResourceCommand: (
99
- input: UntagResourceCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const de_CreateDeploymentCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<CreateDeploymentCommandOutput>;
106
- export declare const de_DeleteDeploymentCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<DeleteDeploymentCommandOutput>;
110
- export declare const de_GetDeploymentCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<GetDeploymentCommandOutput>;
114
- export declare const de_GetWorkloadCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<GetWorkloadCommandOutput>;
118
- export declare const de_GetWorkloadDeploymentPatternCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<GetWorkloadDeploymentPatternCommandOutput>;
122
- export declare const de_ListDeploymentEventsCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<ListDeploymentEventsCommandOutput>;
126
- export declare const de_ListDeploymentsCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<ListDeploymentsCommandOutput>;
130
- export declare const de_ListTagsForResourceCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<ListTagsForResourceCommandOutput>;
134
- export declare const de_ListWorkloadDeploymentPatternsCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<ListWorkloadDeploymentPatternsCommandOutput>;
138
- export declare const de_ListWorkloadsCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<ListWorkloadsCommandOutput>;
142
- export declare const de_TagResourceCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<TagResourceCommandOutput>;
146
- export declare const de_UntagResourceCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<UntagResourceCommandOutput>;