@aws-sdk/client-ssm-quicksetup 3.987.0 → 3.989.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.
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SSMQuickSetupServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class SSMQuickSetupServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, SSMQuickSetupServiceException.prototype);
10
+ }
11
+ }
12
+ exports.SSMQuickSetupServiceException = SSMQuickSetupServiceException;
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ResourceNotFoundException = exports.ValidationException = exports.ThrottlingException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
4
+ const SSMQuickSetupServiceException_1 = require("./SSMQuickSetupServiceException");
5
+ class AccessDeniedException extends SSMQuickSetupServiceException_1.SSMQuickSetupServiceException {
6
+ name = "AccessDeniedException";
7
+ $fault = "client";
8
+ Message;
9
+ constructor(opts) {
10
+ super({
11
+ name: "AccessDeniedException",
12
+ $fault: "client",
13
+ ...opts,
14
+ });
15
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
+ this.Message = opts.Message;
17
+ }
18
+ }
19
+ exports.AccessDeniedException = AccessDeniedException;
20
+ class ConflictException extends SSMQuickSetupServiceException_1.SSMQuickSetupServiceException {
21
+ name = "ConflictException";
22
+ $fault = "client";
23
+ Message;
24
+ constructor(opts) {
25
+ super({
26
+ name: "ConflictException",
27
+ $fault: "client",
28
+ ...opts,
29
+ });
30
+ Object.setPrototypeOf(this, ConflictException.prototype);
31
+ this.Message = opts.Message;
32
+ }
33
+ }
34
+ exports.ConflictException = ConflictException;
35
+ class InternalServerException extends SSMQuickSetupServiceException_1.SSMQuickSetupServiceException {
36
+ name = "InternalServerException";
37
+ $fault = "server";
38
+ $retryable = {};
39
+ Message;
40
+ constructor(opts) {
41
+ super({
42
+ name: "InternalServerException",
43
+ $fault: "server",
44
+ ...opts,
45
+ });
46
+ Object.setPrototypeOf(this, InternalServerException.prototype);
47
+ this.Message = opts.Message;
48
+ }
49
+ }
50
+ exports.InternalServerException = InternalServerException;
51
+ class ThrottlingException extends SSMQuickSetupServiceException_1.SSMQuickSetupServiceException {
52
+ name = "ThrottlingException";
53
+ $fault = "client";
54
+ $retryable = {};
55
+ Message;
56
+ constructor(opts) {
57
+ super({
58
+ name: "ThrottlingException",
59
+ $fault: "client",
60
+ ...opts,
61
+ });
62
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
63
+ this.Message = opts.Message;
64
+ }
65
+ }
66
+ exports.ThrottlingException = ThrottlingException;
67
+ class ValidationException extends SSMQuickSetupServiceException_1.SSMQuickSetupServiceException {
68
+ name = "ValidationException";
69
+ $fault = "client";
70
+ Message;
71
+ constructor(opts) {
72
+ super({
73
+ name: "ValidationException",
74
+ $fault: "client",
75
+ ...opts,
76
+ });
77
+ Object.setPrototypeOf(this, ValidationException.prototype);
78
+ this.Message = opts.Message;
79
+ }
80
+ }
81
+ exports.ValidationException = ValidationException;
82
+ class ResourceNotFoundException extends SSMQuickSetupServiceException_1.SSMQuickSetupServiceException {
83
+ name = "ResourceNotFoundException";
84
+ $fault = "client";
85
+ Message;
86
+ constructor(opts) {
87
+ super({
88
+ name: "ResourceNotFoundException",
89
+ $fault: "client",
90
+ ...opts,
91
+ });
92
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
93
+ this.Message = opts.Message;
94
+ }
95
+ }
96
+ exports.ResourceNotFoundException = ResourceNotFoundException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2018-05-10",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.ssmquicksetup",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2018-05-10",
33
35
  serviceTarget: "QuickSetup",
34
36
  },
@@ -0,0 +1,385 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateConfigurationDefinition$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListQuickSetupTypes$ = exports.ListConfigurations$ = exports.ListConfigurationManagers$ = exports.GetServiceSettings$ = exports.GetConfigurationManager$ = exports.GetConfiguration$ = exports.DeleteConfigurationManager$ = exports.CreateConfigurationManager$ = exports.UpdateServiceSettingsInput$ = exports.UpdateConfigurationManagerInput$ = exports.UpdateConfigurationDefinitionInput$ = exports.UntagResourceInput$ = exports.TagResourceInput$ = exports.TagEntry$ = exports.StatusSummary$ = exports.ServiceSettings$ = exports.QuickSetupTypeOutput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListQuickSetupTypesOutput$ = exports.ListConfigurationsOutput$ = exports.ListConfigurationsInput$ = exports.ListConfigurationManagersOutput$ = exports.ListConfigurationManagersInput$ = exports.GetServiceSettingsOutput$ = exports.GetConfigurationOutput$ = exports.GetConfigurationManagerOutput$ = exports.GetConfigurationManagerInput$ = exports.GetConfigurationInput$ = exports.Filter$ = exports.DeleteConfigurationManagerInput$ = exports.CreateConfigurationManagerOutput$ = exports.CreateConfigurationManagerInput$ = exports.ConfigurationSummary$ = exports.ConfigurationManagerSummary$ = exports.ConfigurationDefinitionSummary$ = exports.ConfigurationDefinitionInput$ = exports.ConfigurationDefinition$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.SSMQuickSetupServiceException$ = void 0;
4
+ exports.UpdateServiceSettings$ = exports.UpdateConfigurationManager$ = void 0;
5
+ const _A = "Account";
6
+ const _ADE = "AccessDeniedException";
7
+ const _CA = "CreatedAt";
8
+ const _CCM = "CreateConfigurationManager";
9
+ const _CCMI = "CreateConfigurationManagerInput";
10
+ const _CCMO = "CreateConfigurationManagerOutput";
11
+ const _CD = "ConfigurationDefinition";
12
+ const _CDI = "ConfigurationDefinitionInput";
13
+ const _CDIL = "ConfigurationDefinitionsInputList";
14
+ const _CDIo = "ConfigurationDefinitionId";
15
+ const _CDL = "ConfigurationDefinitionsList";
16
+ const _CDS = "ConfigurationDefinitionSummary";
17
+ const _CDSL = "ConfigurationDefinitionSummariesList";
18
+ const _CDSo = "ConfigurationDefinitionSummaries";
19
+ const _CDo = "ConfigurationDefinitions";
20
+ const _CE = "ConflictException";
21
+ const _CI = "ConfigurationId";
22
+ const _CL = "ConfigurationsList";
23
+ const _CML = "ConfigurationManagersList";
24
+ const _CMLo = "ConfigurationManagerList";
25
+ const _CMS = "ConfigurationManagerSummary";
26
+ const _CS = "ConfigurationSummary";
27
+ const _D = "Description";
28
+ const _DCM = "DeleteConfigurationManager";
29
+ const _DCMI = "DeleteConfigurationManagerInput";
30
+ const _EERA = "ExplorerEnablingRoleArn";
31
+ const _F = "Filter";
32
+ const _FCP = "FirstClassParameters";
33
+ const _FL = "FiltersList";
34
+ const _Fi = "Filters";
35
+ const _GC = "GetConfiguration";
36
+ const _GCI = "GetConfigurationInput";
37
+ const _GCM = "GetConfigurationManager";
38
+ const _GCMI = "GetConfigurationManagerInput";
39
+ const _GCMO = "GetConfigurationManagerOutput";
40
+ const _GCO = "GetConfigurationOutput";
41
+ const _GSS = "GetServiceSettings";
42
+ const _GSSO = "GetServiceSettingsOutput";
43
+ const _I = "Id";
44
+ const _ISE = "InternalServerException";
45
+ const _K = "Key";
46
+ const _LC = "ListConfigurations";
47
+ const _LCI = "ListConfigurationsInput";
48
+ const _LCM = "ListConfigurationManagers";
49
+ const _LCMI = "ListConfigurationManagersInput";
50
+ const _LCMO = "ListConfigurationManagersOutput";
51
+ const _LCO = "ListConfigurationsOutput";
52
+ const _LDARA = "LocalDeploymentAdministrationRoleArn";
53
+ const _LDERN = "LocalDeploymentExecutionRoleName";
54
+ const _LMA = "LastModifiedAt";
55
+ const _LQST = "ListQuickSetupTypes";
56
+ const _LQSTO = "ListQuickSetupTypesOutput";
57
+ const _LTFR = "ListTagsForResource";
58
+ const _LTFRR = "ListTagsForResourceRequest";
59
+ const _LTFRRi = "ListTagsForResourceResponse";
60
+ const _LUA = "LastUpdatedAt";
61
+ const _LV = "LatestVersion";
62
+ const _M = "Message";
63
+ const _MA = "ManagerArn";
64
+ const _MI = "MaxItems";
65
+ const _N = "Name";
66
+ const _NT = "NextToken";
67
+ const _P = "Parameters";
68
+ const _QSTL = "QuickSetupTypeList";
69
+ const _QSTO = "QuickSetupTypeOutput";
70
+ const _R = "Region";
71
+ const _RA = "ResourceArn";
72
+ const _RNFE = "ResourceNotFoundException";
73
+ const _S = "Status";
74
+ const _SD = "StatusDetails";
75
+ const _SM = "StatusMessage";
76
+ const _SS = "StatusSummaries";
77
+ const _SSL = "StatusSummariesList";
78
+ const _SSe = "ServiceSettings";
79
+ const _SSt = "StatusSummary";
80
+ const _ST = "StartingToken";
81
+ const _STt = "StatusType";
82
+ const _T = "Type";
83
+ const _TE = "ThrottlingException";
84
+ const _TEa = "TagEntry";
85
+ const _TK = "TagKeys";
86
+ const _TM = "TagsMap";
87
+ const _TR = "TagResource";
88
+ const _TRI = "TagResourceInput";
89
+ const _TV = "TypeVersion";
90
+ const _Ta = "Tags";
91
+ const _UCD = "UpdateConfigurationDefinition";
92
+ const _UCDI = "UpdateConfigurationDefinitionInput";
93
+ const _UCM = "UpdateConfigurationManager";
94
+ const _UCMI = "UpdateConfigurationManagerInput";
95
+ const _UR = "UntagResource";
96
+ const _URI = "UntagResourceInput";
97
+ const _USS = "UpdateServiceSettings";
98
+ const _USSI = "UpdateServiceSettingsInput";
99
+ const _V = "Values";
100
+ const _VE = "ValidationException";
101
+ const _Va = "Value";
102
+ const _c = "client";
103
+ const _e = "error";
104
+ const _h = "http";
105
+ const _hE = "httpError";
106
+ const _hQ = "httpQuery";
107
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ssmquicksetup";
108
+ const _se = "server";
109
+ const _tK = "tagKeys";
110
+ const n0 = "com.amazonaws.ssmquicksetup";
111
+ const schema_1 = require("@smithy/core/schema");
112
+ const errors_1 = require("../models/errors");
113
+ const SSMQuickSetupServiceException_1 = require("../models/SSMQuickSetupServiceException");
114
+ const _s_registry = schema_1.TypeRegistry.for(_s);
115
+ exports.SSMQuickSetupServiceException$ = [-3, _s, "SSMQuickSetupServiceException", 0, [], []];
116
+ _s_registry.registerError(exports.SSMQuickSetupServiceException$, SSMQuickSetupServiceException_1.SSMQuickSetupServiceException);
117
+ const n0_registry = schema_1.TypeRegistry.for(n0);
118
+ exports.AccessDeniedException$ = [-3, n0, _ADE,
119
+ { [_e]: _c, [_hE]: 403 },
120
+ [_M],
121
+ [0]
122
+ ];
123
+ n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
124
+ exports.ConflictException$ = [-3, n0, _CE,
125
+ { [_e]: _c, [_hE]: 409 },
126
+ [_M],
127
+ [0]
128
+ ];
129
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
130
+ exports.InternalServerException$ = [-3, n0, _ISE,
131
+ { [_e]: _se, [_hE]: 500 },
132
+ [_M],
133
+ [0]
134
+ ];
135
+ n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
136
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
137
+ { [_e]: _c, [_hE]: 404 },
138
+ [_M],
139
+ [0]
140
+ ];
141
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
142
+ exports.ThrottlingException$ = [-3, n0, _TE,
143
+ { [_e]: _c, [_hE]: 429 },
144
+ [_M],
145
+ [0], 1
146
+ ];
147
+ n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
148
+ exports.ValidationException$ = [-3, n0, _VE,
149
+ { [_e]: _c, [_hE]: 400 },
150
+ [_M],
151
+ [0]
152
+ ];
153
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
154
+ exports.errorTypeRegistries = [
155
+ _s_registry,
156
+ n0_registry,
157
+ ];
158
+ exports.ConfigurationDefinition$ = [3, n0, _CD,
159
+ 0,
160
+ [_T, _P, _TV, _LDERN, _LDARA, _I],
161
+ [0, 128 | 0, 0, 0, 0, 0], 2
162
+ ];
163
+ exports.ConfigurationDefinitionInput$ = [3, n0, _CDI,
164
+ 0,
165
+ [_T, _P, _TV, _LDERN, _LDARA],
166
+ [0, 128 | 0, 0, 0, 0], 2
167
+ ];
168
+ exports.ConfigurationDefinitionSummary$ = [3, n0, _CDS,
169
+ 0,
170
+ [_I, _T, _TV, _FCP],
171
+ [0, 0, 0, 128 | 0]
172
+ ];
173
+ exports.ConfigurationManagerSummary$ = [3, n0, _CMS,
174
+ 0,
175
+ [_MA, _D, _N, _SS, _CDSo],
176
+ [0, 0, 0, () => StatusSummariesList, () => ConfigurationDefinitionSummariesList], 1
177
+ ];
178
+ exports.ConfigurationSummary$ = [3, n0, _CS,
179
+ 0,
180
+ [_I, _MA, _CDIo, _T, _TV, _R, _A, _CA, _FCP, _SS],
181
+ [0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList]
182
+ ];
183
+ exports.CreateConfigurationManagerInput$ = [3, n0, _CCMI,
184
+ 0,
185
+ [_CDo, _N, _D, _Ta],
186
+ [() => ConfigurationDefinitionsInputList, 0, 0, [() => TagsMap, 0]], 1
187
+ ];
188
+ exports.CreateConfigurationManagerOutput$ = [3, n0, _CCMO,
189
+ 0,
190
+ [_MA],
191
+ [0], 1
192
+ ];
193
+ exports.DeleteConfigurationManagerInput$ = [3, n0, _DCMI,
194
+ 0,
195
+ [_MA],
196
+ [[0, 1]], 1
197
+ ];
198
+ exports.Filter$ = [3, n0, _F,
199
+ 0,
200
+ [_K, _V],
201
+ [0, 64 | 0], 2
202
+ ];
203
+ exports.GetConfigurationInput$ = [3, n0, _GCI,
204
+ 0,
205
+ [_CI],
206
+ [[0, 1]], 1
207
+ ];
208
+ exports.GetConfigurationManagerInput$ = [3, n0, _GCMI,
209
+ 0,
210
+ [_MA],
211
+ [[0, 1]], 1
212
+ ];
213
+ exports.GetConfigurationManagerOutput$ = [3, n0, _GCMO,
214
+ 0,
215
+ [_MA, _D, _N, _CA, _LMA, _SS, _CDo, _Ta],
216
+ [0, 0, 0, 5, 5, () => StatusSummariesList, () => ConfigurationDefinitionsList, [() => TagsMap, 0]], 1
217
+ ];
218
+ exports.GetConfigurationOutput$ = [3, n0, _GCO,
219
+ 0,
220
+ [_I, _MA, _CDIo, _T, _TV, _A, _R, _CA, _LMA, _SS, _P],
221
+ [0, 0, 0, 0, 0, 0, 0, 5, 5, () => StatusSummariesList, 128 | 0]
222
+ ];
223
+ exports.GetServiceSettingsOutput$ = [3, n0, _GSSO,
224
+ 0,
225
+ [_SSe],
226
+ [() => exports.ServiceSettings$]
227
+ ];
228
+ exports.ListConfigurationManagersInput$ = [3, n0, _LCMI,
229
+ 0,
230
+ [_ST, _MI, _Fi],
231
+ [0, 1, () => FiltersList]
232
+ ];
233
+ exports.ListConfigurationManagersOutput$ = [3, n0, _LCMO,
234
+ 0,
235
+ [_CML, _NT],
236
+ [() => ConfigurationManagerList, 0]
237
+ ];
238
+ exports.ListConfigurationsInput$ = [3, n0, _LCI,
239
+ 0,
240
+ [_ST, _MI, _Fi, _MA, _CDIo],
241
+ [0, 1, () => FiltersList, 0, 0]
242
+ ];
243
+ exports.ListConfigurationsOutput$ = [3, n0, _LCO,
244
+ 0,
245
+ [_CL, _NT],
246
+ [() => ConfigurationsList, 0]
247
+ ];
248
+ exports.ListQuickSetupTypesOutput$ = [3, n0, _LQSTO,
249
+ 0,
250
+ [_QSTL],
251
+ [() => QuickSetupTypeList]
252
+ ];
253
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
254
+ 0,
255
+ [_RA],
256
+ [[0, 1]], 1
257
+ ];
258
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
259
+ 0,
260
+ [_Ta],
261
+ [[() => Tags, 0]]
262
+ ];
263
+ exports.QuickSetupTypeOutput$ = [3, n0, _QSTO,
264
+ 0,
265
+ [_T, _LV],
266
+ [0, 0]
267
+ ];
268
+ exports.ServiceSettings$ = [3, n0, _SSe,
269
+ 0,
270
+ [_EERA],
271
+ [0]
272
+ ];
273
+ exports.StatusSummary$ = [3, n0, _SSt,
274
+ 0,
275
+ [_STt, _LUA, _S, _SM, _SD],
276
+ [0, 5, 0, 0, 128 | 0], 2
277
+ ];
278
+ exports.TagEntry$ = [3, n0, _TEa,
279
+ 8,
280
+ [_K, _Va],
281
+ [0, 0]
282
+ ];
283
+ exports.TagResourceInput$ = [3, n0, _TRI,
284
+ 0,
285
+ [_RA, _Ta],
286
+ [[0, 1], [() => TagsMap, 0]], 2
287
+ ];
288
+ exports.UntagResourceInput$ = [3, n0, _URI,
289
+ 0,
290
+ [_RA, _TK],
291
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
292
+ ];
293
+ exports.UpdateConfigurationDefinitionInput$ = [3, n0, _UCDI,
294
+ 0,
295
+ [_MA, _I, _TV, _P, _LDERN, _LDARA],
296
+ [[0, 1], [0, 1], 0, 128 | 0, 0, 0], 2
297
+ ];
298
+ exports.UpdateConfigurationManagerInput$ = [3, n0, _UCMI,
299
+ 0,
300
+ [_MA, _N, _D],
301
+ [[0, 1], 0, 0], 1
302
+ ];
303
+ exports.UpdateServiceSettingsInput$ = [3, n0, _USSI,
304
+ 0,
305
+ [_EERA],
306
+ [0]
307
+ ];
308
+ var __Unit = "unit";
309
+ var ConfigurationDefinitionsInputList = [1, n0, _CDIL,
310
+ 0, () => exports.ConfigurationDefinitionInput$
311
+ ];
312
+ var ConfigurationDefinitionsList = [1, n0, _CDL,
313
+ 0, () => exports.ConfigurationDefinition$
314
+ ];
315
+ var ConfigurationDefinitionSummariesList = [1, n0, _CDSL,
316
+ 0, () => exports.ConfigurationDefinitionSummary$
317
+ ];
318
+ var ConfigurationManagerList = [1, n0, _CMLo,
319
+ 0, () => exports.ConfigurationManagerSummary$
320
+ ];
321
+ var ConfigurationsList = [1, n0, _CL,
322
+ 0, () => exports.ConfigurationSummary$
323
+ ];
324
+ var FiltersList = [1, n0, _FL,
325
+ 0, () => exports.Filter$
326
+ ];
327
+ var FilterValues = 64 | 0;
328
+ var QuickSetupTypeList = [1, n0, _QSTL,
329
+ 0, () => exports.QuickSetupTypeOutput$
330
+ ];
331
+ var StatusSummariesList = [1, n0, _SSL,
332
+ 0, () => exports.StatusSummary$
333
+ ];
334
+ var TagKeys = 64 | 0;
335
+ var Tags = [1, n0, _Ta,
336
+ 8, [() => exports.TagEntry$,
337
+ 0]
338
+ ];
339
+ var ConfigurationParametersMap = 128 | 0;
340
+ var StatusDetails = 128 | 0;
341
+ var TagsMap = [2, n0, _TM,
342
+ 8, 0, 0
343
+ ];
344
+ exports.CreateConfigurationManager$ = [9, n0, _CCM,
345
+ { [_h]: ["POST", "/configurationManager", 200] }, () => exports.CreateConfigurationManagerInput$, () => exports.CreateConfigurationManagerOutput$
346
+ ];
347
+ exports.DeleteConfigurationManager$ = [9, n0, _DCM,
348
+ { [_h]: ["DELETE", "/configurationManager/{ManagerArn}", 200] }, () => exports.DeleteConfigurationManagerInput$, () => __Unit
349
+ ];
350
+ exports.GetConfiguration$ = [9, n0, _GC,
351
+ { [_h]: ["GET", "/getConfiguration/{ConfigurationId}", 200] }, () => exports.GetConfigurationInput$, () => exports.GetConfigurationOutput$
352
+ ];
353
+ exports.GetConfigurationManager$ = [9, n0, _GCM,
354
+ { [_h]: ["GET", "/configurationManager/{ManagerArn}", 200] }, () => exports.GetConfigurationManagerInput$, () => exports.GetConfigurationManagerOutput$
355
+ ];
356
+ exports.GetServiceSettings$ = [9, n0, _GSS,
357
+ { [_h]: ["GET", "/serviceSettings", 200] }, () => __Unit, () => exports.GetServiceSettingsOutput$
358
+ ];
359
+ exports.ListConfigurationManagers$ = [9, n0, _LCM,
360
+ { [_h]: ["POST", "/listConfigurationManagers", 200] }, () => exports.ListConfigurationManagersInput$, () => exports.ListConfigurationManagersOutput$
361
+ ];
362
+ exports.ListConfigurations$ = [9, n0, _LC,
363
+ { [_h]: ["POST", "/listConfigurations", 200] }, () => exports.ListConfigurationsInput$, () => exports.ListConfigurationsOutput$
364
+ ];
365
+ exports.ListQuickSetupTypes$ = [9, n0, _LQST,
366
+ { [_h]: ["GET", "/listQuickSetupTypes", 200] }, () => __Unit, () => exports.ListQuickSetupTypesOutput$
367
+ ];
368
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
369
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
370
+ ];
371
+ exports.TagResource$ = [9, n0, _TR,
372
+ { [_h]: ["PUT", "/tags/{ResourceArn}", 200] }, () => exports.TagResourceInput$, () => __Unit
373
+ ];
374
+ exports.UntagResource$ = [9, n0, _UR,
375
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => exports.UntagResourceInput$, () => __Unit
376
+ ];
377
+ exports.UpdateConfigurationDefinition$ = [9, n0, _UCD,
378
+ { [_h]: ["PUT", "/configurationDefinition/{ManagerArn}/{Id}", 200] }, () => exports.UpdateConfigurationDefinitionInput$, () => __Unit
379
+ ];
380
+ exports.UpdateConfigurationManager$ = [9, n0, _UCM,
381
+ { [_h]: ["PUT", "/configurationManager/{ManagerArn}", 200] }, () => exports.UpdateConfigurationManagerInput$, () => __Unit
382
+ ];
383
+ exports.UpdateServiceSettings$ = [9, n0, _USS,
384
+ { [_h]: ["PUT", "/serviceSettings", 200] }, () => exports.UpdateServiceSettingsInput$, () => __Unit
385
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultSSMQuickSetupHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-05-10",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.ssmquicksetup",
30
+ errorTypeRegistries,
29
31
  version: "2018-05-10",
30
32
  serviceTarget: "QuickSetup",
31
33
  },
@@ -76,8 +76,8 @@ const _SSt = "StatusSummary";
76
76
  const _ST = "StartingToken";
77
77
  const _STt = "StatusType";
78
78
  const _T = "Type";
79
- const _TE = "TagEntry";
80
- const _TEh = "ThrottlingException";
79
+ const _TE = "ThrottlingException";
80
+ const _TEa = "TagEntry";
81
81
  const _TK = "TagKeys";
82
82
  const _TM = "TagsMap";
83
83
  const _TR = "TagResource";
@@ -100,19 +100,57 @@ const _e = "error";
100
100
  const _h = "http";
101
101
  const _hE = "httpError";
102
102
  const _hQ = "httpQuery";
103
- const _s = "server";
104
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ssmquicksetup";
103
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ssmquicksetup";
104
+ const _se = "server";
105
105
  const _tK = "tagKeys";
106
106
  const n0 = "com.amazonaws.ssmquicksetup";
107
107
  import { TypeRegistry } from "@smithy/core/schema";
108
108
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
109
109
  import { SSMQuickSetupServiceException } from "../models/SSMQuickSetupServiceException";
110
+ const _s_registry = TypeRegistry.for(_s);
111
+ export var SSMQuickSetupServiceException$ = [-3, _s, "SSMQuickSetupServiceException", 0, [], []];
112
+ _s_registry.registerError(SSMQuickSetupServiceException$, SSMQuickSetupServiceException);
113
+ const n0_registry = TypeRegistry.for(n0);
110
114
  export var AccessDeniedException$ = [-3, n0, _ADE,
111
115
  { [_e]: _c, [_hE]: 403 },
112
116
  [_M],
113
117
  [0]
114
118
  ];
115
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
119
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
120
+ export var ConflictException$ = [-3, n0, _CE,
121
+ { [_e]: _c, [_hE]: 409 },
122
+ [_M],
123
+ [0]
124
+ ];
125
+ n0_registry.registerError(ConflictException$, ConflictException);
126
+ export var InternalServerException$ = [-3, n0, _ISE,
127
+ { [_e]: _se, [_hE]: 500 },
128
+ [_M],
129
+ [0]
130
+ ];
131
+ n0_registry.registerError(InternalServerException$, InternalServerException);
132
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
133
+ { [_e]: _c, [_hE]: 404 },
134
+ [_M],
135
+ [0]
136
+ ];
137
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
138
+ export var ThrottlingException$ = [-3, n0, _TE,
139
+ { [_e]: _c, [_hE]: 429 },
140
+ [_M],
141
+ [0], 1
142
+ ];
143
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
144
+ export var ValidationException$ = [-3, n0, _VE,
145
+ { [_e]: _c, [_hE]: 400 },
146
+ [_M],
147
+ [0]
148
+ ];
149
+ n0_registry.registerError(ValidationException$, ValidationException);
150
+ export const errorTypeRegistries = [
151
+ _s_registry,
152
+ n0_registry,
153
+ ];
116
154
  export var ConfigurationDefinition$ = [3, n0, _CD,
117
155
  0,
118
156
  [_T, _P, _TV, _LDERN, _LDARA, _I],
@@ -138,12 +176,6 @@ export var ConfigurationSummary$ = [3, n0, _CS,
138
176
  [_I, _MA, _CDIo, _T, _TV, _R, _A, _CA, _FCP, _SS],
139
177
  [0, 0, 0, 0, 0, 0, 0, 5, 128 | 0, () => StatusSummariesList]
140
178
  ];
141
- export var ConflictException$ = [-3, n0, _CE,
142
- { [_e]: _c, [_hE]: 409 },
143
- [_M],
144
- [0]
145
- ];
146
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
147
179
  export var CreateConfigurationManagerInput$ = [3, n0, _CCMI,
148
180
  0,
149
181
  [_CDo, _N, _D, _Ta],
@@ -189,12 +221,6 @@ export var GetServiceSettingsOutput$ = [3, n0, _GSSO,
189
221
  [_SSe],
190
222
  [() => ServiceSettings$]
191
223
  ];
192
- export var InternalServerException$ = [-3, n0, _ISE,
193
- { [_e]: _s, [_hE]: 500 },
194
- [_M],
195
- [0]
196
- ];
197
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
198
224
  export var ListConfigurationManagersInput$ = [3, n0, _LCMI,
199
225
  0,
200
226
  [_ST, _MI, _Fi],
@@ -235,12 +261,6 @@ export var QuickSetupTypeOutput$ = [3, n0, _QSTO,
235
261
  [_T, _LV],
236
262
  [0, 0]
237
263
  ];
238
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
239
- { [_e]: _c, [_hE]: 404 },
240
- [_M],
241
- [0]
242
- ];
243
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
244
264
  export var ServiceSettings$ = [3, n0, _SSe,
245
265
  0,
246
266
  [_EERA],
@@ -251,7 +271,7 @@ export var StatusSummary$ = [3, n0, _SSt,
251
271
  [_STt, _LUA, _S, _SM, _SD],
252
272
  [0, 5, 0, 0, 128 | 0], 2
253
273
  ];
254
- export var TagEntry$ = [3, n0, _TE,
274
+ export var TagEntry$ = [3, n0, _TEa,
255
275
  8,
256
276
  [_K, _Va],
257
277
  [0, 0]
@@ -261,12 +281,6 @@ export var TagResourceInput$ = [3, n0, _TRI,
261
281
  [_RA, _Ta],
262
282
  [[0, 1], [() => TagsMap, 0]], 2
263
283
  ];
264
- export var ThrottlingException$ = [-3, n0, _TEh,
265
- { [_e]: _c, [_hE]: 429 },
266
- [_M],
267
- [0], 1
268
- ];
269
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
270
284
  export var UntagResourceInput$ = [3, n0, _URI,
271
285
  0,
272
286
  [_RA, _TK],
@@ -287,15 +301,7 @@ export var UpdateServiceSettingsInput$ = [3, n0, _USSI,
287
301
  [_EERA],
288
302
  [0]
289
303
  ];
290
- export var ValidationException$ = [-3, n0, _VE,
291
- { [_e]: _c, [_hE]: 400 },
292
- [_M],
293
- [0]
294
- ];
295
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
296
304
  var __Unit = "unit";
297
- export var SSMQuickSetupServiceException$ = [-3, _sm, "SSMQuickSetupServiceException", 0, [], []];
298
- TypeRegistry.for(_sm).registerError(SSMQuickSetupServiceException$, SSMQuickSetupServiceException);
299
305
  var ConfigurationDefinitionsInputList = [1, n0, _CDIL,
300
306
  0, () => ConfigurationDefinitionInput$
301
307
  ];