@aws-sdk/client-launch-wizard 3.928.0 → 3.930.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 +478 -583
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/LaunchWizardClient.js +2 -0
- package/dist-es/commands/CreateDeploymentCommand.js +3 -10
- package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
- package/dist-es/commands/GetDeploymentCommand.js +3 -10
- package/dist-es/commands/GetWorkloadCommand.js +3 -9
- package/dist-es/commands/GetWorkloadDeploymentPatternCommand.js +3 -9
- package/dist-es/commands/ListDeploymentEventsCommand.js +3 -9
- package/dist-es/commands/ListDeploymentsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWorkloadDeploymentPatternsCommand.js +3 -9
- package/dist-es/commands/ListWorkloadsCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -13
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +446 -0
- package/dist-types/LaunchWizardClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +65 -0
- package/dist-types/ts3.4/LaunchWizardClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +71 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -474
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
|
|
4
|
-
import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "../commands/DeleteDeploymentCommand";
|
|
5
|
-
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
|
|
6
|
-
import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "../commands/GetWorkloadCommand";
|
|
7
|
-
import { GetWorkloadDeploymentPatternCommandInput, GetWorkloadDeploymentPatternCommandOutput } from "../commands/GetWorkloadDeploymentPatternCommand";
|
|
8
|
-
import { ListDeploymentEventsCommandInput, ListDeploymentEventsCommandOutput } from "../commands/ListDeploymentEventsCommand";
|
|
9
|
-
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
|
|
10
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
11
|
-
import { ListWorkloadDeploymentPatternsCommandInput, ListWorkloadDeploymentPatternsCommandOutput } from "../commands/ListWorkloadDeploymentPatternsCommand";
|
|
12
|
-
import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
|
|
13
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
14
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
15
|
-
/**
|
|
16
|
-
* serializeAws_restJson1CreateDeploymentCommand
|
|
17
|
-
*/
|
|
18
|
-
export declare const se_CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
-
/**
|
|
20
|
-
* serializeAws_restJson1DeleteDeploymentCommand
|
|
21
|
-
*/
|
|
22
|
-
export declare const se_DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_restJson1GetDeploymentCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1GetWorkloadCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_GetWorkloadCommand: (input: GetWorkloadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1GetWorkloadDeploymentPatternCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_GetWorkloadDeploymentPatternCommand: (input: GetWorkloadDeploymentPatternCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1ListDeploymentEventsCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_ListDeploymentEventsCommand: (input: ListDeploymentEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1ListDeploymentsCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1ListWorkloadDeploymentPatternsCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_ListWorkloadDeploymentPatternsCommand: (input: ListWorkloadDeploymentPatternsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1ListWorkloadsCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_ListWorkloadsCommand: (input: ListWorkloadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1TagResourceCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* deserializeAws_restJson1CreateDeploymentCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const de_CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* deserializeAws_restJson1DeleteDeploymentCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const de_DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
|
|
71
|
-
/**
|
|
72
|
-
* deserializeAws_restJson1GetDeploymentCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const de_GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* deserializeAws_restJson1GetWorkloadCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const de_GetWorkloadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* deserializeAws_restJson1GetWorkloadDeploymentPatternCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const de_GetWorkloadDeploymentPatternCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkloadDeploymentPatternCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* deserializeAws_restJson1ListDeploymentEventsCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const de_ListDeploymentEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentEventsCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* deserializeAws_restJson1ListDeploymentsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const de_ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* deserializeAws_restJson1ListWorkloadDeploymentPatternsCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const de_ListWorkloadDeploymentPatternsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadDeploymentPatternsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* deserializeAws_restJson1ListWorkloadsCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const de_ListWorkloadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkloadsCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -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>;
|