@aws-sdk/client-ssm-quicksetup 3.928.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 (38) hide show
  1. package/dist-cjs/index.js +532 -683
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SSMQuickSetupClient.js +2 -0
  4. package/dist-es/commands/CreateConfigurationManagerCommand.js +3 -10
  5. package/dist-es/commands/DeleteConfigurationManagerCommand.js +3 -9
  6. package/dist-es/commands/GetConfigurationCommand.js +3 -9
  7. package/dist-es/commands/GetConfigurationManagerCommand.js +3 -10
  8. package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
  9. package/dist-es/commands/ListConfigurationManagersCommand.js +3 -9
  10. package/dist-es/commands/ListConfigurationsCommand.js +3 -9
  11. package/dist-es/commands/ListQuickSetupTypesCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  13. package/dist-es/commands/TagResourceCommand.js +3 -10
  14. package/dist-es/commands/UntagResourceCommand.js +3 -9
  15. package/dist-es/commands/UpdateConfigurationDefinitionCommand.js +3 -9
  16. package/dist-es/commands/UpdateConfigurationManagerCommand.js +3 -9
  17. package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
  18. package/dist-es/models/models_0.js +0 -20
  19. package/dist-es/runtimeConfig.shared.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +490 -0
  21. package/dist-types/SSMQuickSetupClient.d.ts +10 -1
  22. package/dist-types/models/models_0.d.ts +0 -20
  23. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  24. package/dist-types/runtimeConfig.d.ts +1 -0
  25. package/dist-types/runtimeConfig.native.d.ts +1 -0
  26. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  27. package/dist-types/schemas/schemas_0.d.ts +67 -0
  28. package/dist-types/ts3.4/SSMQuickSetupClient.d.ts +4 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +0 -13
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +73 -0
  35. package/package.json +2 -2
  36. package/dist-es/protocols/Aws_restJson1.js +0 -546
  37. package/dist-types/protocols/Aws_restJson1.d.ts +0 -128
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
@@ -0,0 +1,490 @@
1
+ const _A = "Account";
2
+ const _ADE = "AccessDeniedException";
3
+ const _CA = "CreatedAt";
4
+ const _CCM = "CreateConfigurationManager";
5
+ const _CCMI = "CreateConfigurationManagerInput";
6
+ const _CCMO = "CreateConfigurationManagerOutput";
7
+ const _CD = "ConfigurationDefinition";
8
+ const _CDI = "ConfigurationDefinitionInput";
9
+ const _CDIL = "ConfigurationDefinitionsInputList";
10
+ const _CDIo = "ConfigurationDefinitionId";
11
+ const _CDL = "ConfigurationDefinitionsList";
12
+ const _CDS = "ConfigurationDefinitionSummary";
13
+ const _CDSL = "ConfigurationDefinitionSummariesList";
14
+ const _CDSo = "ConfigurationDefinitionSummaries";
15
+ const _CDo = "ConfigurationDefinitions";
16
+ const _CE = "ConflictException";
17
+ const _CI = "ConfigurationId";
18
+ const _CL = "ConfigurationsList";
19
+ const _CML = "ConfigurationManagersList";
20
+ const _CMLo = "ConfigurationManagerList";
21
+ const _CMS = "ConfigurationManagerSummary";
22
+ const _CS = "ConfigurationSummary";
23
+ const _D = "Description";
24
+ const _DCM = "DeleteConfigurationManager";
25
+ const _DCMI = "DeleteConfigurationManagerInput";
26
+ const _EERA = "ExplorerEnablingRoleArn";
27
+ const _F = "Filter";
28
+ const _FCP = "FirstClassParameters";
29
+ const _FL = "FiltersList";
30
+ const _Fi = "Filters";
31
+ const _GC = "GetConfiguration";
32
+ const _GCI = "GetConfigurationInput";
33
+ const _GCM = "GetConfigurationManager";
34
+ const _GCMI = "GetConfigurationManagerInput";
35
+ const _GCMO = "GetConfigurationManagerOutput";
36
+ const _GCO = "GetConfigurationOutput";
37
+ const _GSS = "GetServiceSettings";
38
+ const _GSSO = "GetServiceSettingsOutput";
39
+ const _I = "Id";
40
+ const _ISE = "InternalServerException";
41
+ const _K = "Key";
42
+ const _LC = "ListConfigurations";
43
+ const _LCI = "ListConfigurationsInput";
44
+ const _LCM = "ListConfigurationManagers";
45
+ const _LCMI = "ListConfigurationManagersInput";
46
+ const _LCMO = "ListConfigurationManagersOutput";
47
+ const _LCO = "ListConfigurationsOutput";
48
+ const _LDARA = "LocalDeploymentAdministrationRoleArn";
49
+ const _LDERN = "LocalDeploymentExecutionRoleName";
50
+ const _LMA = "LastModifiedAt";
51
+ const _LQST = "ListQuickSetupTypes";
52
+ const _LQSTO = "ListQuickSetupTypesOutput";
53
+ const _LTFR = "ListTagsForResource";
54
+ const _LTFRR = "ListTagsForResourceRequest";
55
+ const _LTFRRi = "ListTagsForResourceResponse";
56
+ const _LUA = "LastUpdatedAt";
57
+ const _LV = "LatestVersion";
58
+ const _M = "Message";
59
+ const _MA = "ManagerArn";
60
+ const _MI = "MaxItems";
61
+ const _N = "Name";
62
+ const _NT = "NextToken";
63
+ const _P = "Parameters";
64
+ const _QSTL = "QuickSetupTypeList";
65
+ const _QSTO = "QuickSetupTypeOutput";
66
+ const _R = "Region";
67
+ const _RA = "ResourceArn";
68
+ const _RNFE = "ResourceNotFoundException";
69
+ const _S = "Status";
70
+ const _SD = "StatusDetails";
71
+ const _SM = "StatusMessage";
72
+ const _SS = "StatusSummaries";
73
+ const _SSL = "StatusSummariesList";
74
+ const _SSe = "ServiceSettings";
75
+ const _SSt = "StatusSummary";
76
+ const _ST = "StartingToken";
77
+ const _STt = "StatusType";
78
+ const _T = "Type";
79
+ const _TE = "TagEntry";
80
+ const _TEh = "ThrottlingException";
81
+ const _TK = "TagKeys";
82
+ const _TM = "TagsMap";
83
+ const _TR = "TagResource";
84
+ const _TRI = "TagResourceInput";
85
+ const _TV = "TypeVersion";
86
+ const _Ta = "Tags";
87
+ const _UCD = "UpdateConfigurationDefinition";
88
+ const _UCDI = "UpdateConfigurationDefinitionInput";
89
+ const _UCM = "UpdateConfigurationManager";
90
+ const _UCMI = "UpdateConfigurationManagerInput";
91
+ const _UR = "UntagResource";
92
+ const _URI = "UntagResourceInput";
93
+ const _USS = "UpdateServiceSettings";
94
+ const _USSI = "UpdateServiceSettingsInput";
95
+ const _V = "Values";
96
+ const _VE = "ValidationException";
97
+ const _Va = "Value";
98
+ const _c = "client";
99
+ const _e = "error";
100
+ const _h = "http";
101
+ const _hE = "httpError";
102
+ const _hQ = "httpQuery";
103
+ const _s = "server";
104
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ssmquicksetup";
105
+ const _tK = "tagKeys";
106
+ const n0 = "com.amazonaws.ssmquicksetup";
107
+ import { TypeRegistry } from "@smithy/core/schema";
108
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
109
+ import { SSMQuickSetupServiceException as __SSMQuickSetupServiceException } from "../models/SSMQuickSetupServiceException";
110
+ export var AccessDeniedException = [
111
+ -3,
112
+ n0,
113
+ _ADE,
114
+ {
115
+ [_e]: _c,
116
+ [_hE]: 403,
117
+ },
118
+ [_M],
119
+ [0],
120
+ ];
121
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
122
+ export var ConfigurationDefinition = [
123
+ 3,
124
+ n0,
125
+ _CD,
126
+ 0,
127
+ [_T, _P, _TV, _LDERN, _LDARA, _I],
128
+ [0, 128 | 0, 0, 0, 0, 0],
129
+ ];
130
+ export var ConfigurationDefinitionInput = [
131
+ 3,
132
+ n0,
133
+ _CDI,
134
+ 0,
135
+ [_T, _P, _TV, _LDERN, _LDARA],
136
+ [0, 128 | 0, 0, 0, 0],
137
+ ];
138
+ export var ConfigurationDefinitionSummary = [
139
+ 3,
140
+ n0,
141
+ _CDS,
142
+ 0,
143
+ [_I, _T, _TV, _FCP],
144
+ [0, 0, 0, 128 | 0],
145
+ ];
146
+ export var ConfigurationManagerSummary = [
147
+ 3,
148
+ n0,
149
+ _CMS,
150
+ 0,
151
+ [_MA, _D, _N, _SS, _CDSo],
152
+ [0, 0, 0, () => StatusSummariesList, () => ConfigurationDefinitionSummariesList],
153
+ ];
154
+ export var ConfigurationSummary = [
155
+ 3,
156
+ n0,
157
+ _CS,
158
+ 0,
159
+ [_I, _MA, _CDIo, _T, _TV, _R, _A, _CA, _FCP, _SS],
160
+ [0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList],
161
+ ];
162
+ export var ConflictException = [
163
+ -3,
164
+ n0,
165
+ _CE,
166
+ {
167
+ [_e]: _c,
168
+ [_hE]: 409,
169
+ },
170
+ [_M],
171
+ [0],
172
+ ];
173
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
174
+ export var CreateConfigurationManagerInput = [
175
+ 3,
176
+ n0,
177
+ _CCMI,
178
+ 0,
179
+ [_N, _D, _CDo, _Ta],
180
+ [0, 0, () => ConfigurationDefinitionsInputList, [() => TagsMap, 0]],
181
+ ];
182
+ export var CreateConfigurationManagerOutput = [3, n0, _CCMO, 0, [_MA], [0]];
183
+ export var DeleteConfigurationManagerInput = [3, n0, _DCMI, 0, [_MA], [[0, 1]]];
184
+ export var Filter = [3, n0, _F, 0, [_K, _V], [0, 64 | 0]];
185
+ export var GetConfigurationInput = [3, n0, _GCI, 0, [_CI], [[0, 1]]];
186
+ export var GetConfigurationManagerInput = [3, n0, _GCMI, 0, [_MA], [[0, 1]]];
187
+ export var GetConfigurationManagerOutput = [
188
+ 3,
189
+ n0,
190
+ _GCMO,
191
+ 0,
192
+ [_MA, _D, _N, _CA, _LMA, _SS, _CDo, _Ta],
193
+ [0, 0, 0, 5, 5, () => StatusSummariesList, () => ConfigurationDefinitionsList, [() => TagsMap, 0]],
194
+ ];
195
+ export var GetConfigurationOutput = [
196
+ 3,
197
+ n0,
198
+ _GCO,
199
+ 0,
200
+ [_I, _MA, _CDIo, _T, _TV, _A, _R, _CA, _LMA, _SS, _P],
201
+ [0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0],
202
+ ];
203
+ export var GetServiceSettingsOutput = [3, n0, _GSSO, 0, [_SSe], [() => ServiceSettings]];
204
+ export var InternalServerException = [
205
+ -3,
206
+ n0,
207
+ _ISE,
208
+ {
209
+ [_e]: _s,
210
+ [_hE]: 500,
211
+ },
212
+ [_M],
213
+ [0],
214
+ ];
215
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
216
+ export var ListConfigurationManagersInput = [
217
+ 3,
218
+ n0,
219
+ _LCMI,
220
+ 0,
221
+ [_ST, _MI, _Fi],
222
+ [0, 1, () => FiltersList],
223
+ ];
224
+ export var ListConfigurationManagersOutput = [
225
+ 3,
226
+ n0,
227
+ _LCMO,
228
+ 0,
229
+ [_CML, _NT],
230
+ [() => ConfigurationManagerList, 0],
231
+ ];
232
+ export var ListConfigurationsInput = [
233
+ 3,
234
+ n0,
235
+ _LCI,
236
+ 0,
237
+ [_ST, _MI, _Fi, _MA, _CDIo],
238
+ [0, 1, () => FiltersList, 0, 0],
239
+ ];
240
+ export var ListConfigurationsOutput = [
241
+ 3,
242
+ n0,
243
+ _LCO,
244
+ 0,
245
+ [_CL, _NT],
246
+ [() => ConfigurationsList, 0],
247
+ ];
248
+ export var ListQuickSetupTypesOutput = [3, n0, _LQSTO, 0, [_QSTL], [() => QuickSetupTypeList]];
249
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
250
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [[() => Tags, 0]]];
251
+ export var QuickSetupTypeOutput = [3, n0, _QSTO, 0, [_T, _LV], [0, 0]];
252
+ export var ResourceNotFoundException = [
253
+ -3,
254
+ n0,
255
+ _RNFE,
256
+ {
257
+ [_e]: _c,
258
+ [_hE]: 404,
259
+ },
260
+ [_M],
261
+ [0],
262
+ ];
263
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
264
+ export var ServiceSettings = [3, n0, _SSe, 0, [_EERA], [0]];
265
+ export var StatusSummary = [3, n0, _SSt, 0, [_STt, _S, _SM, _LUA, _SD], [0, 0, 0, 5, 128 | 0]];
266
+ export var TagEntry = [3, n0, _TE, 8, [_K, _Va], [0, 0]];
267
+ export var TagResourceInput = [
268
+ 3,
269
+ n0,
270
+ _TRI,
271
+ 0,
272
+ [_RA, _Ta],
273
+ [
274
+ [0, 1],
275
+ [() => TagsMap, 0],
276
+ ],
277
+ ];
278
+ export var ThrottlingException = [
279
+ -3,
280
+ n0,
281
+ _TEh,
282
+ {
283
+ [_e]: _c,
284
+ [_hE]: 429,
285
+ },
286
+ [_M],
287
+ [0],
288
+ ];
289
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
290
+ export var UntagResourceInput = [
291
+ 3,
292
+ n0,
293
+ _URI,
294
+ 0,
295
+ [_RA, _TK],
296
+ [
297
+ [0, 1],
298
+ [
299
+ 64 | 0,
300
+ {
301
+ [_hQ]: _tK,
302
+ },
303
+ ],
304
+ ],
305
+ ];
306
+ export var UpdateConfigurationDefinitionInput = [
307
+ 3,
308
+ n0,
309
+ _UCDI,
310
+ 0,
311
+ [_MA, _I, _TV, _P, _LDERN, _LDARA],
312
+ [[0, 1], [0, 1], 0, 128 | 0, 0, 0],
313
+ ];
314
+ export var UpdateConfigurationManagerInput = [3, n0, _UCMI, 0, [_MA, _N, _D], [[0, 1], 0, 0]];
315
+ export var UpdateServiceSettingsInput = [3, n0, _USSI, 0, [_EERA], [0]];
316
+ export var ValidationException = [
317
+ -3,
318
+ n0,
319
+ _VE,
320
+ {
321
+ [_e]: _c,
322
+ [_hE]: 400,
323
+ },
324
+ [_M],
325
+ [0],
326
+ ];
327
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
328
+ export var __Unit = "unit";
329
+ export var SSMQuickSetupServiceException = [-3, _sm, "SSMQuickSetupServiceException", 0, [], []];
330
+ TypeRegistry.for(_sm).registerError(SSMQuickSetupServiceException, __SSMQuickSetupServiceException);
331
+ export var ConfigurationDefinitionsInputList = [1, n0, _CDIL, 0, () => ConfigurationDefinitionInput];
332
+ export var ConfigurationDefinitionsList = [1, n0, _CDL, 0, () => ConfigurationDefinition];
333
+ export var ConfigurationDefinitionSummariesList = [
334
+ 1,
335
+ n0,
336
+ _CDSL,
337
+ 0,
338
+ () => ConfigurationDefinitionSummary,
339
+ ];
340
+ export var ConfigurationManagerList = [1, n0, _CMLo, 0, () => ConfigurationManagerSummary];
341
+ export var ConfigurationsList = [1, n0, _CL, 0, () => ConfigurationSummary];
342
+ export var FiltersList = [1, n0, _FL, 0, () => Filter];
343
+ export var FilterValues = 64 | 0;
344
+ export var QuickSetupTypeList = [1, n0, _QSTL, 0, () => QuickSetupTypeOutput];
345
+ export var StatusSummariesList = [1, n0, _SSL, 0, () => StatusSummary];
346
+ export var TagKeys = 64 | 0;
347
+ export var Tags = [1, n0, _Ta, 8, [() => TagEntry, 0]];
348
+ export var ConfigurationParametersMap = 128 | 0;
349
+ export var StatusDetails = 128 | 0;
350
+ export var TagsMap = [2, n0, _TM, 8, 0, 0];
351
+ export var CreateConfigurationManager = [
352
+ 9,
353
+ n0,
354
+ _CCM,
355
+ {
356
+ [_h]: ["POST", "/configurationManager", 200],
357
+ },
358
+ () => CreateConfigurationManagerInput,
359
+ () => CreateConfigurationManagerOutput,
360
+ ];
361
+ export var DeleteConfigurationManager = [
362
+ 9,
363
+ n0,
364
+ _DCM,
365
+ {
366
+ [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200],
367
+ },
368
+ () => DeleteConfigurationManagerInput,
369
+ () => __Unit,
370
+ ];
371
+ export var GetConfiguration = [
372
+ 9,
373
+ n0,
374
+ _GC,
375
+ {
376
+ [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200],
377
+ },
378
+ () => GetConfigurationInput,
379
+ () => GetConfigurationOutput,
380
+ ];
381
+ export var GetConfigurationManager = [
382
+ 9,
383
+ n0,
384
+ _GCM,
385
+ {
386
+ [_h]: ["GET", "/configurationManager/{ManagerArn}", 200],
387
+ },
388
+ () => GetConfigurationManagerInput,
389
+ () => GetConfigurationManagerOutput,
390
+ ];
391
+ export var GetServiceSettings = [
392
+ 9,
393
+ n0,
394
+ _GSS,
395
+ {
396
+ [_h]: ["GET", "/serviceSettings", 200],
397
+ },
398
+ () => __Unit,
399
+ () => GetServiceSettingsOutput,
400
+ ];
401
+ export var ListConfigurationManagers = [
402
+ 9,
403
+ n0,
404
+ _LCM,
405
+ {
406
+ [_h]: ["POST", "/listConfigurationManagers", 200],
407
+ },
408
+ () => ListConfigurationManagersInput,
409
+ () => ListConfigurationManagersOutput,
410
+ ];
411
+ export var ListConfigurations = [
412
+ 9,
413
+ n0,
414
+ _LC,
415
+ {
416
+ [_h]: ["POST", "/listConfigurations", 200],
417
+ },
418
+ () => ListConfigurationsInput,
419
+ () => ListConfigurationsOutput,
420
+ ];
421
+ export var ListQuickSetupTypes = [
422
+ 9,
423
+ n0,
424
+ _LQST,
425
+ {
426
+ [_h]: ["GET", "/listQuickSetupTypes", 200],
427
+ },
428
+ () => __Unit,
429
+ () => ListQuickSetupTypesOutput,
430
+ ];
431
+ export var ListTagsForResource = [
432
+ 9,
433
+ n0,
434
+ _LTFR,
435
+ {
436
+ [_h]: ["GET", "/tags/{ResourceArn}", 200],
437
+ },
438
+ () => ListTagsForResourceRequest,
439
+ () => ListTagsForResourceResponse,
440
+ ];
441
+ export var TagResource = [
442
+ 9,
443
+ n0,
444
+ _TR,
445
+ {
446
+ [_h]: ["PUT", "/tags/{ResourceArn}", 200],
447
+ },
448
+ () => TagResourceInput,
449
+ () => __Unit,
450
+ ];
451
+ export var UntagResource = [
452
+ 9,
453
+ n0,
454
+ _UR,
455
+ {
456
+ [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
457
+ },
458
+ () => UntagResourceInput,
459
+ () => __Unit,
460
+ ];
461
+ export var UpdateConfigurationDefinition = [
462
+ 9,
463
+ n0,
464
+ _UCD,
465
+ {
466
+ [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200],
467
+ },
468
+ () => UpdateConfigurationDefinitionInput,
469
+ () => __Unit,
470
+ ];
471
+ export var UpdateConfigurationManager = [
472
+ 9,
473
+ n0,
474
+ _UCM,
475
+ {
476
+ [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200],
477
+ },
478
+ () => UpdateConfigurationManagerInput,
479
+ () => __Unit,
480
+ ];
481
+ export var UpdateServiceSettings = [
482
+ 9,
483
+ n0,
484
+ _USS,
485
+ {
486
+ [_h]: ["PUT", "/serviceSettings", 200],
487
+ },
488
+ () => UpdateServiceSettingsInput,
489
+ () => __Unit,
490
+ ];
@@ -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 { CreateConfigurationManagerCommandInput, CreateConfigurationManagerCommandOutput } from "./commands/CreateConfigurationManagerCommand";
11
11
  import { DeleteConfigurationManagerCommandInput, DeleteConfigurationManagerCommandOutput } from "./commands/DeleteConfigurationManagerCommand";
@@ -155,6 +155,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
155
155
  * Optional extensions
156
156
  */
157
157
  extensions?: RuntimeExtension[];
158
+ /**
159
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
160
+ * may be overridden. A default will always be set by the client.
161
+ * Available options depend on the service's supported protocols and will not be validated by
162
+ * the client.
163
+ * @alpha
164
+ *
165
+ */
166
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
158
167
  /**
159
168
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
160
169
  */
@@ -2171,23 +2171,3 @@ export interface UpdateServiceSettingsInput {
2171
2171
  */
2172
2172
  ExplorerEnablingRoleArn?: string | undefined;
2173
2173
  }
2174
- /**
2175
- * @internal
2176
- */
2177
- export declare const CreateConfigurationManagerInputFilterSensitiveLog: (obj: CreateConfigurationManagerInput) => any;
2178
- /**
2179
- * @internal
2180
- */
2181
- export declare const GetConfigurationManagerOutputFilterSensitiveLog: (obj: GetConfigurationManagerOutput) => any;
2182
- /**
2183
- * @internal
2184
- */
2185
- export declare const TagEntryFilterSensitiveLog: (obj: TagEntry) => any;
2186
- /**
2187
- * @internal
2188
- */
2189
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2190
- /**
2191
- * @internal
2192
- */
2193
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: SSMQuickSetupClientConfig) => {
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: SSMQuickSetupClientConfig) => {
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: SSMQuickSetupClientConfig) => {
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: SSMQuickSetupClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SSMQuickSetupHttpAuthSchemeProvider;
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,67 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException: StaticErrorSchema;
3
+ export declare var ConfigurationDefinition: StaticStructureSchema;
4
+ export declare var ConfigurationDefinitionInput: StaticStructureSchema;
5
+ export declare var ConfigurationDefinitionSummary: StaticStructureSchema;
6
+ export declare var ConfigurationManagerSummary: StaticStructureSchema;
7
+ export declare var ConfigurationSummary: StaticStructureSchema;
8
+ export declare var ConflictException: StaticErrorSchema;
9
+ export declare var CreateConfigurationManagerInput: StaticStructureSchema;
10
+ export declare var CreateConfigurationManagerOutput: StaticStructureSchema;
11
+ export declare var DeleteConfigurationManagerInput: StaticStructureSchema;
12
+ export declare var Filter: StaticStructureSchema;
13
+ export declare var GetConfigurationInput: StaticStructureSchema;
14
+ export declare var GetConfigurationManagerInput: StaticStructureSchema;
15
+ export declare var GetConfigurationManagerOutput: StaticStructureSchema;
16
+ export declare var GetConfigurationOutput: StaticStructureSchema;
17
+ export declare var GetServiceSettingsOutput: StaticStructureSchema;
18
+ export declare var InternalServerException: StaticErrorSchema;
19
+ export declare var ListConfigurationManagersInput: StaticStructureSchema;
20
+ export declare var ListConfigurationManagersOutput: StaticStructureSchema;
21
+ export declare var ListConfigurationsInput: StaticStructureSchema;
22
+ export declare var ListConfigurationsOutput: StaticStructureSchema;
23
+ export declare var ListQuickSetupTypesOutput: StaticStructureSchema;
24
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
25
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
26
+ export declare var QuickSetupTypeOutput: StaticStructureSchema;
27
+ export declare var ResourceNotFoundException: StaticErrorSchema;
28
+ export declare var ServiceSettings: StaticStructureSchema;
29
+ export declare var StatusSummary: StaticStructureSchema;
30
+ export declare var TagEntry: StaticStructureSchema;
31
+ export declare var TagResourceInput: StaticStructureSchema;
32
+ export declare var ThrottlingException: StaticErrorSchema;
33
+ export declare var UntagResourceInput: StaticStructureSchema;
34
+ export declare var UpdateConfigurationDefinitionInput: StaticStructureSchema;
35
+ export declare var UpdateConfigurationManagerInput: StaticStructureSchema;
36
+ export declare var UpdateServiceSettingsInput: StaticStructureSchema;
37
+ export declare var ValidationException: StaticErrorSchema;
38
+ export declare var __Unit: "unit";
39
+ export declare var SSMQuickSetupServiceException: StaticErrorSchema;
40
+ export declare var ConfigurationDefinitionsInputList: StaticListSchema;
41
+ export declare var ConfigurationDefinitionsList: StaticListSchema;
42
+ export declare var ConfigurationDefinitionSummariesList: StaticListSchema;
43
+ export declare var ConfigurationManagerList: StaticListSchema;
44
+ export declare var ConfigurationsList: StaticListSchema;
45
+ export declare var FiltersList: StaticListSchema;
46
+ export declare var FilterValues: number;
47
+ export declare var QuickSetupTypeList: StaticListSchema;
48
+ export declare var StatusSummariesList: StaticListSchema;
49
+ export declare var TagKeys: number;
50
+ export declare var Tags: StaticListSchema;
51
+ export declare var ConfigurationParametersMap: number;
52
+ export declare var StatusDetails: number;
53
+ export declare var TagsMap: StaticMapSchema;
54
+ export declare var CreateConfigurationManager: StaticOperationSchema;
55
+ export declare var DeleteConfigurationManager: StaticOperationSchema;
56
+ export declare var GetConfiguration: StaticOperationSchema;
57
+ export declare var GetConfigurationManager: StaticOperationSchema;
58
+ export declare var GetServiceSettings: StaticOperationSchema;
59
+ export declare var ListConfigurationManagers: StaticOperationSchema;
60
+ export declare var ListConfigurations: StaticOperationSchema;
61
+ export declare var ListQuickSetupTypes: StaticOperationSchema;
62
+ export declare var ListTagsForResource: StaticOperationSchema;
63
+ export declare var TagResource: StaticOperationSchema;
64
+ export declare var UntagResource: StaticOperationSchema;
65
+ export declare var UpdateConfigurationDefinition: StaticOperationSchema;
66
+ export declare var UpdateConfigurationManager: StaticOperationSchema;
67
+ export declare var UpdateServiceSettings: 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,
@@ -162,6 +165,7 @@ export interface ClientDefaults
162
165
  retryMode?: string | __Provider<string>;
163
166
  logger?: __Logger;
164
167
  extensions?: RuntimeExtension[];
168
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
165
169
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
166
170
  }
167
171
  export type SSMQuickSetupClientConfigType = Partial<
@@ -227,16 +227,3 @@ export interface UpdateConfigurationManagerInput {
227
227
  export interface UpdateServiceSettingsInput {
228
228
  ExplorerEnablingRoleArn?: string | undefined;
229
229
  }
230
- export declare const CreateConfigurationManagerInputFilterSensitiveLog: (
231
- obj: CreateConfigurationManagerInput
232
- ) => any;
233
- export declare const GetConfigurationManagerOutputFilterSensitiveLog: (
234
- obj: GetConfigurationManagerOutput
235
- ) => any;
236
- export declare const TagEntryFilterSensitiveLog: (obj: TagEntry) => any;
237
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
238
- obj: ListTagsForResourceResponse
239
- ) => any;
240
- export declare const TagResourceInputFilterSensitiveLog: (
241
- obj: TagResourceInput
242
- ) => any;