@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.
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 +33 -33
  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
@@ -0,0 +1,446 @@
1
+ const _CD = "CreateDeployment";
2
+ const _CDI = "CreateDeploymentInput";
3
+ const _CDO = "CreateDeploymentOutput";
4
+ const _DCF = "DeploymentConditionalField";
5
+ const _DD = "DeploymentData";
6
+ const _DDI = "DeleteDeploymentInput";
7
+ const _DDO = "DeleteDeploymentOutput";
8
+ const _DDS = "DeploymentDataSummary";
9
+ const _DDSL = "DeploymentDataSummaryList";
10
+ const _DDe = "DeleteDeployment";
11
+ const _DEDS = "DeploymentEventDataSummary";
12
+ const _DEDSL = "DeploymentEventDataSummaryList";
13
+ const _DF = "DeploymentFilter";
14
+ const _DFL = "DeploymentFilterList";
15
+ const _DS = "DeploymentSpecifications";
16
+ const _DSD = "DeploymentSpecificationsData";
17
+ const _DSF = "DeploymentSpecificationsField";
18
+ const _GD = "GetDeployment";
19
+ const _GDI = "GetDeploymentInput";
20
+ const _GDO = "GetDeploymentOutput";
21
+ const _GW = "GetWorkload";
22
+ const _GWDP = "GetWorkloadDeploymentPattern";
23
+ const _GWDPI = "GetWorkloadDeploymentPatternInput";
24
+ const _GWDPO = "GetWorkloadDeploymentPatternOutput";
25
+ const _GWI = "GetWorkloadInput";
26
+ const _GWO = "GetWorkloadOutput";
27
+ const _ISE = "InternalServerException";
28
+ const _LD = "ListDeployments";
29
+ const _LDE = "ListDeploymentEvents";
30
+ const _LDEI = "ListDeploymentEventsInput";
31
+ const _LDEO = "ListDeploymentEventsOutput";
32
+ const _LDI = "ListDeploymentsInput";
33
+ const _LDO = "ListDeploymentsOutput";
34
+ const _LTFR = "ListTagsForResource";
35
+ const _LTFRI = "ListTagsForResourceInput";
36
+ const _LTFRO = "ListTagsForResourceOutput";
37
+ const _LW = "ListWorkloads";
38
+ const _LWDP = "ListWorkloadDeploymentPatterns";
39
+ const _LWDPI = "ListWorkloadDeploymentPatternsInput";
40
+ const _LWDPO = "ListWorkloadDeploymentPatternsOutput";
41
+ const _LWI = "ListWorkloadsInput";
42
+ const _LWO = "ListWorkloadsOutput";
43
+ const _RLE = "ResourceLimitException";
44
+ const _RNFE = "ResourceNotFoundException";
45
+ const _SCD = "SpecificationsConditionalData";
46
+ const _TR = "TagResource";
47
+ const _TRI = "TagResourceInput";
48
+ const _TRO = "TagResourceOutput";
49
+ const _UR = "UntagResource";
50
+ const _URI = "UntagResourceInput";
51
+ const _URO = "UntagResourceOutput";
52
+ const _VE = "ValidationException";
53
+ const _WD = "WorkloadData";
54
+ const _WDPD = "WorkloadDeploymentPatternData";
55
+ const _WDPDS = "WorkloadDeploymentPatternDataSummary";
56
+ const _WDPDSL = "WorkloadDeploymentPatternDataSummaryList";
57
+ const _WDS = "WorkloadDataSummary";
58
+ const _WDSL = "WorkloadDataSummaryList";
59
+ const _aV = "allowedValues";
60
+ const _c = "comparator";
61
+ const _cA = "createdAt";
62
+ const _cl = "client";
63
+ const _co = "conditionals";
64
+ const _d = "description";
65
+ const _dA = "deletedAt";
66
+ const _dAe = "deploymentArn";
67
+ const _dE = "deploymentEvents";
68
+ const _dI = "deploymentId";
69
+ const _dN = "displayName";
70
+ const _dPN = "deploymentPatternName";
71
+ const _dR = "dryRun";
72
+ const _dU = "documentationUrl";
73
+ const _de = "deployment";
74
+ const _dep = "deployments";
75
+ const _e = "error";
76
+ const _f = "filters";
77
+ const _h = "http";
78
+ const _hE = "httpError";
79
+ const _hQ = "httpQuery";
80
+ const _i = "id";
81
+ const _iU = "iconUrl";
82
+ const _m = "message";
83
+ const _mR = "maxResults";
84
+ const _n = "name";
85
+ const _nT = "nextToken";
86
+ const _pN = "patternName";
87
+ const _r = "required";
88
+ const _rA = "resourceArn";
89
+ const _rG = "resourceGroup";
90
+ const _s = "specifications";
91
+ const _sM = "statusMessage";
92
+ const _sR = "statusReason";
93
+ const _se = "server";
94
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.launchwizard";
95
+ const _st = "status";
96
+ const _t = "tags";
97
+ const _tK = "tagKeys";
98
+ const _ti = "timestamp";
99
+ const _v = "value";
100
+ const _va = "values";
101
+ const _w = "workload";
102
+ const _wDP = "workloadDeploymentPattern";
103
+ const _wDPo = "workloadDeploymentPatterns";
104
+ const _wN = "workloadName";
105
+ const _wVN = "workloadVersionName";
106
+ const _wo = "workloads";
107
+ const n0 = "com.amazonaws.launchwizard";
108
+ import { TypeRegistry } from "@smithy/core/schema";
109
+ import { InternalServerException as __InternalServerException, ResourceLimitException as __ResourceLimitException, ResourceNotFoundException as __ResourceNotFoundException, ValidationException as __ValidationException, } from "../models/index";
110
+ import { LaunchWizardServiceException as __LaunchWizardServiceException } from "../models/LaunchWizardServiceException";
111
+ export var CreateDeploymentInput = [
112
+ 3,
113
+ n0,
114
+ _CDI,
115
+ 0,
116
+ [_wN, _dPN, _n, _s, _dR, _t],
117
+ [0, 0, 0, [() => DeploymentSpecifications, 0], 2, 128 | 0],
118
+ ];
119
+ export var CreateDeploymentOutput = [3, n0, _CDO, 0, [_dI], [0]];
120
+ export var DeleteDeploymentInput = [3, n0, _DDI, 0, [_dI], [0]];
121
+ export var DeleteDeploymentOutput = [3, n0, _DDO, 0, [_st, _sR], [0, 0]];
122
+ export var DeploymentConditionalField = [3, n0, _DCF, 0, [_n, _v, _c], [0, 0, 0]];
123
+ export var DeploymentData = [
124
+ 3,
125
+ n0,
126
+ _DD,
127
+ 0,
128
+ [_n, _i, _wN, _pN, _st, _cA, _s, _rG, _dA, _t, _dAe],
129
+ [0, 0, 0, 0, 0, 4, [() => DeploymentSpecifications, 0], 0, 4, 128 | 0, 0],
130
+ ];
131
+ export var DeploymentDataSummary = [
132
+ 3,
133
+ n0,
134
+ _DDS,
135
+ 0,
136
+ [_n, _i, _wN, _pN, _st, _cA],
137
+ [0, 0, 0, 0, 0, 4],
138
+ ];
139
+ export var DeploymentEventDataSummary = [
140
+ 3,
141
+ n0,
142
+ _DEDS,
143
+ 0,
144
+ [_n, _d, _st, _sR, _ti],
145
+ [0, 0, 0, 0, 4],
146
+ ];
147
+ export var DeploymentFilter = [3, n0, _DF, 0, [_n, _va], [0, 64 | 0]];
148
+ export var DeploymentSpecificationsField = [
149
+ 3,
150
+ n0,
151
+ _DSF,
152
+ 0,
153
+ [_n, _d, _aV, _r, _co],
154
+ [0, 0, 64 | 0, 0, () => SpecificationsConditionalData],
155
+ ];
156
+ export var GetDeploymentInput = [3, n0, _GDI, 0, [_dI], [0]];
157
+ export var GetDeploymentOutput = [3, n0, _GDO, 0, [_de], [[() => DeploymentData, 0]]];
158
+ export var GetWorkloadDeploymentPatternInput = [3, n0, _GWDPI, 0, [_wN, _dPN], [0, 0]];
159
+ export var GetWorkloadDeploymentPatternOutput = [
160
+ 3,
161
+ n0,
162
+ _GWDPO,
163
+ 0,
164
+ [_wDP],
165
+ [() => WorkloadDeploymentPatternData],
166
+ ];
167
+ export var GetWorkloadInput = [3, n0, _GWI, 0, [_wN], [0]];
168
+ export var GetWorkloadOutput = [3, n0, _GWO, 0, [_w], [() => WorkloadData]];
169
+ export var InternalServerException = [
170
+ -3,
171
+ n0,
172
+ _ISE,
173
+ {
174
+ [_e]: _se,
175
+ [_hE]: 500,
176
+ },
177
+ [_m],
178
+ [0],
179
+ ];
180
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
181
+ export var ListDeploymentEventsInput = [3, n0, _LDEI, 0, [_dI, _mR, _nT], [0, 1, 0]];
182
+ export var ListDeploymentEventsOutput = [
183
+ 3,
184
+ n0,
185
+ _LDEO,
186
+ 0,
187
+ [_dE, _nT],
188
+ [() => DeploymentEventDataSummaryList, 0],
189
+ ];
190
+ export var ListDeploymentsInput = [
191
+ 3,
192
+ n0,
193
+ _LDI,
194
+ 0,
195
+ [_f, _mR, _nT],
196
+ [() => DeploymentFilterList, 1, 0],
197
+ ];
198
+ export var ListDeploymentsOutput = [
199
+ 3,
200
+ n0,
201
+ _LDO,
202
+ 0,
203
+ [_dep, _nT],
204
+ [() => DeploymentDataSummaryList, 0],
205
+ ];
206
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
207
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
208
+ export var ListWorkloadDeploymentPatternsInput = [3, n0, _LWDPI, 0, [_wN, _mR, _nT], [0, 1, 0]];
209
+ export var ListWorkloadDeploymentPatternsOutput = [
210
+ 3,
211
+ n0,
212
+ _LWDPO,
213
+ 0,
214
+ [_wDPo, _nT],
215
+ [() => WorkloadDeploymentPatternDataSummaryList, 0],
216
+ ];
217
+ export var ListWorkloadsInput = [3, n0, _LWI, 0, [_mR, _nT], [1, 0]];
218
+ export var ListWorkloadsOutput = [
219
+ 3,
220
+ n0,
221
+ _LWO,
222
+ 0,
223
+ [_wo, _nT],
224
+ [() => WorkloadDataSummaryList, 0],
225
+ ];
226
+ export var ResourceLimitException = [
227
+ -3,
228
+ n0,
229
+ _RLE,
230
+ {
231
+ [_e]: _cl,
232
+ [_hE]: 400,
233
+ },
234
+ [_m],
235
+ [0],
236
+ ];
237
+ TypeRegistry.for(n0).registerError(ResourceLimitException, __ResourceLimitException);
238
+ export var ResourceNotFoundException = [
239
+ -3,
240
+ n0,
241
+ _RNFE,
242
+ {
243
+ [_e]: _cl,
244
+ [_hE]: 404,
245
+ },
246
+ [_m],
247
+ [0],
248
+ ];
249
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
250
+ export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
251
+ export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
252
+ export var UntagResourceInput = [
253
+ 3,
254
+ n0,
255
+ _URI,
256
+ 0,
257
+ [_rA, _tK],
258
+ [
259
+ [0, 1],
260
+ [
261
+ 64 | 0,
262
+ {
263
+ [_hQ]: _tK,
264
+ },
265
+ ],
266
+ ],
267
+ ];
268
+ export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
269
+ export var ValidationException = [
270
+ -3,
271
+ n0,
272
+ _VE,
273
+ {
274
+ [_e]: _cl,
275
+ [_hE]: 400,
276
+ },
277
+ [_m],
278
+ [0],
279
+ ];
280
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
281
+ export var WorkloadData = [
282
+ 3,
283
+ n0,
284
+ _WD,
285
+ 0,
286
+ [_wN, _dN, _d, _dU, _iU, _st, _sM],
287
+ [0, 0, 0, 0, 0, 0, 0],
288
+ ];
289
+ export var WorkloadDataSummary = [3, n0, _WDS, 0, [_wN, _dN], [0, 0]];
290
+ export var WorkloadDeploymentPatternData = [
291
+ 3,
292
+ n0,
293
+ _WDPD,
294
+ 0,
295
+ [_wN, _dPN, _wVN, _dN, _d, _st, _sM, _s],
296
+ [0, 0, 0, 0, 0, 0, 0, () => DeploymentSpecificationsData],
297
+ ];
298
+ export var WorkloadDeploymentPatternDataSummary = [
299
+ 3,
300
+ n0,
301
+ _WDPDS,
302
+ 0,
303
+ [_wN, _dPN, _wVN, _dN, _d, _st, _sM],
304
+ [0, 0, 0, 0, 0, 0, 0],
305
+ ];
306
+ export var __Unit = "unit";
307
+ export var LaunchWizardServiceException = [-3, _sm, "LaunchWizardServiceException", 0, [], []];
308
+ TypeRegistry.for(_sm).registerError(LaunchWizardServiceException, __LaunchWizardServiceException);
309
+ export var AllowedValues = 64 | 0;
310
+ export var DeploymentDataSummaryList = [1, n0, _DDSL, 0, () => DeploymentDataSummary];
311
+ export var DeploymentEventDataSummaryList = [1, n0, _DEDSL, 0, () => DeploymentEventDataSummary];
312
+ export var DeploymentFilterList = [1, n0, _DFL, 0, () => DeploymentFilter];
313
+ export var DeploymentFilterValues = 64 | 0;
314
+ export var DeploymentSpecificationsData = [1, n0, _DSD, 0, () => DeploymentSpecificationsField];
315
+ export var SpecificationsConditionalData = [1, n0, _SCD, 0, () => DeploymentConditionalField];
316
+ export var TagKeyList = 64 | 0;
317
+ export var WorkloadDataSummaryList = [1, n0, _WDSL, 0, () => WorkloadDataSummary];
318
+ export var WorkloadDeploymentPatternDataSummaryList = [
319
+ 1,
320
+ n0,
321
+ _WDPDSL,
322
+ 0,
323
+ () => WorkloadDeploymentPatternDataSummary,
324
+ ];
325
+ export var DeploymentSpecifications = [2, n0, _DS, 8, 0, 0];
326
+ export var Tags = 128 | 0;
327
+ export var CreateDeployment = [
328
+ 9,
329
+ n0,
330
+ _CD,
331
+ {
332
+ [_h]: ["POST", "/createDeployment", 200],
333
+ },
334
+ () => CreateDeploymentInput,
335
+ () => CreateDeploymentOutput,
336
+ ];
337
+ export var DeleteDeployment = [
338
+ 9,
339
+ n0,
340
+ _DDe,
341
+ {
342
+ [_h]: ["POST", "/deleteDeployment", 200],
343
+ },
344
+ () => DeleteDeploymentInput,
345
+ () => DeleteDeploymentOutput,
346
+ ];
347
+ export var GetDeployment = [
348
+ 9,
349
+ n0,
350
+ _GD,
351
+ {
352
+ [_h]: ["POST", "/getDeployment", 200],
353
+ },
354
+ () => GetDeploymentInput,
355
+ () => GetDeploymentOutput,
356
+ ];
357
+ export var GetWorkload = [
358
+ 9,
359
+ n0,
360
+ _GW,
361
+ {
362
+ [_h]: ["POST", "/getWorkload", 200],
363
+ },
364
+ () => GetWorkloadInput,
365
+ () => GetWorkloadOutput,
366
+ ];
367
+ export var GetWorkloadDeploymentPattern = [
368
+ 9,
369
+ n0,
370
+ _GWDP,
371
+ {
372
+ [_h]: ["POST", "/getWorkloadDeploymentPattern", 200],
373
+ },
374
+ () => GetWorkloadDeploymentPatternInput,
375
+ () => GetWorkloadDeploymentPatternOutput,
376
+ ];
377
+ export var ListDeploymentEvents = [
378
+ 9,
379
+ n0,
380
+ _LDE,
381
+ {
382
+ [_h]: ["POST", "/listDeploymentEvents", 200],
383
+ },
384
+ () => ListDeploymentEventsInput,
385
+ () => ListDeploymentEventsOutput,
386
+ ];
387
+ export var ListDeployments = [
388
+ 9,
389
+ n0,
390
+ _LD,
391
+ {
392
+ [_h]: ["POST", "/listDeployments", 200],
393
+ },
394
+ () => ListDeploymentsInput,
395
+ () => ListDeploymentsOutput,
396
+ ];
397
+ export var ListTagsForResource = [
398
+ 9,
399
+ n0,
400
+ _LTFR,
401
+ {
402
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
403
+ },
404
+ () => ListTagsForResourceInput,
405
+ () => ListTagsForResourceOutput,
406
+ ];
407
+ export var ListWorkloadDeploymentPatterns = [
408
+ 9,
409
+ n0,
410
+ _LWDP,
411
+ {
412
+ [_h]: ["POST", "/listWorkloadDeploymentPatterns", 200],
413
+ },
414
+ () => ListWorkloadDeploymentPatternsInput,
415
+ () => ListWorkloadDeploymentPatternsOutput,
416
+ ];
417
+ export var ListWorkloads = [
418
+ 9,
419
+ n0,
420
+ _LW,
421
+ {
422
+ [_h]: ["POST", "/listWorkloads", 200],
423
+ },
424
+ () => ListWorkloadsInput,
425
+ () => ListWorkloadsOutput,
426
+ ];
427
+ export var TagResource = [
428
+ 9,
429
+ n0,
430
+ _TR,
431
+ {
432
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
433
+ },
434
+ () => TagResourceInput,
435
+ () => TagResourceOutput,
436
+ ];
437
+ export var UntagResource = [
438
+ 9,
439
+ n0,
440
+ _UR,
441
+ {
442
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
443
+ },
444
+ () => UntagResourceInput,
445
+ () => UntagResourceOutput,
446
+ ];
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
11
11
  import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
@@ -153,6 +153,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
153
153
  * Optional extensions
154
154
  */
155
155
  extensions?: RuntimeExtension[];
156
+ /**
157
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
158
+ * may be overridden. A default will always be set by the client.
159
+ * Available options depend on the service's supported protocols and will not be validated by
160
+ * the client.
161
+ * @alpha
162
+ *
163
+ */
164
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
156
165
  /**
157
166
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
158
167
  */
@@ -856,15 +856,3 @@ export interface ListWorkloadDeploymentPatternsOutput {
856
856
  */
857
857
  nextToken?: string | undefined;
858
858
  }
859
- /**
860
- * @internal
861
- */
862
- export declare const CreateDeploymentInputFilterSensitiveLog: (obj: CreateDeploymentInput) => any;
863
- /**
864
- * @internal
865
- */
866
- export declare const DeploymentDataFilterSensitiveLog: (obj: DeploymentData) => any;
867
- /**
868
- * @internal
869
- */
870
- export declare const GetDeploymentOutputFilterSensitiveLog: (obj: GetDeploymentOutput) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  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;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LaunchWizardHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,65 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var CreateDeploymentInput: StaticStructureSchema;
3
+ export declare var CreateDeploymentOutput: StaticStructureSchema;
4
+ export declare var DeleteDeploymentInput: StaticStructureSchema;
5
+ export declare var DeleteDeploymentOutput: StaticStructureSchema;
6
+ export declare var DeploymentConditionalField: StaticStructureSchema;
7
+ export declare var DeploymentData: StaticStructureSchema;
8
+ export declare var DeploymentDataSummary: StaticStructureSchema;
9
+ export declare var DeploymentEventDataSummary: StaticStructureSchema;
10
+ export declare var DeploymentFilter: StaticStructureSchema;
11
+ export declare var DeploymentSpecificationsField: StaticStructureSchema;
12
+ export declare var GetDeploymentInput: StaticStructureSchema;
13
+ export declare var GetDeploymentOutput: StaticStructureSchema;
14
+ export declare var GetWorkloadDeploymentPatternInput: StaticStructureSchema;
15
+ export declare var GetWorkloadDeploymentPatternOutput: StaticStructureSchema;
16
+ export declare var GetWorkloadInput: StaticStructureSchema;
17
+ export declare var GetWorkloadOutput: StaticStructureSchema;
18
+ export declare var InternalServerException: StaticErrorSchema;
19
+ export declare var ListDeploymentEventsInput: StaticStructureSchema;
20
+ export declare var ListDeploymentEventsOutput: StaticStructureSchema;
21
+ export declare var ListDeploymentsInput: StaticStructureSchema;
22
+ export declare var ListDeploymentsOutput: StaticStructureSchema;
23
+ export declare var ListTagsForResourceInput: StaticStructureSchema;
24
+ export declare var ListTagsForResourceOutput: StaticStructureSchema;
25
+ export declare var ListWorkloadDeploymentPatternsInput: StaticStructureSchema;
26
+ export declare var ListWorkloadDeploymentPatternsOutput: StaticStructureSchema;
27
+ export declare var ListWorkloadsInput: StaticStructureSchema;
28
+ export declare var ListWorkloadsOutput: StaticStructureSchema;
29
+ export declare var ResourceLimitException: StaticErrorSchema;
30
+ export declare var ResourceNotFoundException: StaticErrorSchema;
31
+ export declare var TagResourceInput: StaticStructureSchema;
32
+ export declare var TagResourceOutput: StaticStructureSchema;
33
+ export declare var UntagResourceInput: StaticStructureSchema;
34
+ export declare var UntagResourceOutput: StaticStructureSchema;
35
+ export declare var ValidationException: StaticErrorSchema;
36
+ export declare var WorkloadData: StaticStructureSchema;
37
+ export declare var WorkloadDataSummary: StaticStructureSchema;
38
+ export declare var WorkloadDeploymentPatternData: StaticStructureSchema;
39
+ export declare var WorkloadDeploymentPatternDataSummary: StaticStructureSchema;
40
+ export declare var __Unit: "unit";
41
+ export declare var LaunchWizardServiceException: StaticErrorSchema;
42
+ export declare var AllowedValues: number;
43
+ export declare var DeploymentDataSummaryList: StaticListSchema;
44
+ export declare var DeploymentEventDataSummaryList: StaticListSchema;
45
+ export declare var DeploymentFilterList: StaticListSchema;
46
+ export declare var DeploymentFilterValues: number;
47
+ export declare var DeploymentSpecificationsData: StaticListSchema;
48
+ export declare var SpecificationsConditionalData: StaticListSchema;
49
+ export declare var TagKeyList: number;
50
+ export declare var WorkloadDataSummaryList: StaticListSchema;
51
+ export declare var WorkloadDeploymentPatternDataSummaryList: StaticListSchema;
52
+ export declare var DeploymentSpecifications: StaticMapSchema;
53
+ export declare var Tags: number;
54
+ export declare var CreateDeployment: StaticOperationSchema;
55
+ export declare var DeleteDeployment: StaticOperationSchema;
56
+ export declare var GetDeployment: StaticOperationSchema;
57
+ export declare var GetWorkload: StaticOperationSchema;
58
+ export declare var GetWorkloadDeploymentPattern: StaticOperationSchema;
59
+ export declare var ListDeploymentEvents: StaticOperationSchema;
60
+ export declare var ListDeployments: StaticOperationSchema;
61
+ export declare var ListTagsForResource: StaticOperationSchema;
62
+ export declare var ListWorkloadDeploymentPatterns: StaticOperationSchema;
63
+ export declare var ListWorkloads: StaticOperationSchema;
64
+ export declare var TagResource: StaticOperationSchema;
65
+ export declare var UntagResource: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -150,6 +153,7 @@ export interface ClientDefaults
150
153
  retryMode?: string | __Provider<string>;
151
154
  logger?: __Logger;
152
155
  extensions?: RuntimeExtension[];
156
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
153
157
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
154
158
  }
155
159
  export type LaunchWizardClientConfigType = Partial<
@@ -240,12 +240,3 @@ export interface ListWorkloadDeploymentPatternsOutput {
240
240
  | undefined;
241
241
  nextToken?: string | undefined;
242
242
  }
243
- export declare const CreateDeploymentInputFilterSensitiveLog: (
244
- obj: CreateDeploymentInput
245
- ) => any;
246
- export declare const DeploymentDataFilterSensitiveLog: (
247
- obj: DeploymentData
248
- ) => any;
249
- export declare const GetDeploymentOutputFilterSensitiveLog: (
250
- obj: GetDeploymentOutput
251
- ) => any;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: LaunchWizardClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").LaunchWizardHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;