@aws-sdk/client-account 3.952.0 → 3.954.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 (35) hide show
  1. package/dist-cjs/index.js +186 -128
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AcceptPrimaryEmailUpdateCommand.js +2 -2
  4. package/dist-es/commands/DeleteAlternateContactCommand.js +2 -2
  5. package/dist-es/commands/DisableRegionCommand.js +2 -2
  6. package/dist-es/commands/EnableRegionCommand.js +2 -2
  7. package/dist-es/commands/GetAccountInformationCommand.js +2 -2
  8. package/dist-es/commands/GetAlternateContactCommand.js +2 -2
  9. package/dist-es/commands/GetContactInformationCommand.js +2 -2
  10. package/dist-es/commands/GetGovCloudAccountInformationCommand.js +2 -2
  11. package/dist-es/commands/GetPrimaryEmailCommand.js +2 -2
  12. package/dist-es/commands/GetRegionOptStatusCommand.js +2 -2
  13. package/dist-es/commands/ListRegionsCommand.js +2 -2
  14. package/dist-es/commands/PutAccountNameCommand.js +2 -2
  15. package/dist-es/commands/PutAlternateContactCommand.js +2 -2
  16. package/dist-es/commands/PutContactInformationCommand.js +2 -2
  17. package/dist-es/commands/StartPrimaryEmailUpdateCommand.js +2 -2
  18. package/dist-es/index.js +1 -0
  19. package/dist-es/runtimeConfig.shared.js +6 -1
  20. package/dist-es/schemas/schemas_0.js +118 -111
  21. package/dist-types/AccountClient.d.ts +1 -10
  22. package/dist-types/index.d.ts +1 -0
  23. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  24. package/dist-types/runtimeConfig.d.ts +6 -2
  25. package/dist-types/runtimeConfig.native.d.ts +6 -2
  26. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  27. package/dist-types/schemas/schemas_0.d.ts +52 -74
  28. package/dist-types/ts3.4/AccountClient.d.ts +0 -4
  29. package/dist-types/ts3.4/index.d.ts +1 -0
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -75
  35. package/package.json +34 -34
@@ -100,27 +100,27 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.account";
100
100
  const _xaE = "x-amzn-ErrorType";
101
101
  const n0 = "com.amazonaws.account";
102
102
  import { TypeRegistry } from "@smithy/core/schema";
103
- import { AccountServiceException as __AccountServiceException } from "../models/AccountServiceException";
104
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, TooManyRequestsException as __TooManyRequestsException, ValidationException as __ValidationException, } from "../models/errors";
105
- export var AccountName = [0, n0, _AN, 8, 0];
106
- export var AddressLine = [0, n0, _AL, 8, 0];
107
- export var City = [0, n0, _C, 8, 0];
108
- export var CompanyName = [0, n0, _CN, 8, 0];
109
- export var ContactInformationPhoneNumber = [0, n0, _CIPN, 8, 0];
110
- export var CountryCode = [0, n0, _CC, 8, 0];
111
- export var DistrictOrCounty = [0, n0, _DOC, 8, 0];
112
- export var EmailAddress = [0, n0, _EA, 8, 0];
113
- export var FullName = [0, n0, _FN, 8, 0];
114
- export var Name = [0, n0, _N, 8, 0];
115
- export var Otp = [0, n0, _O, 8, 0];
116
- export var PhoneNumber = [0, n0, _PN, 8, 0];
117
- export var PostalCode = [0, n0, _PC, 8, 0];
118
- export var PrimaryEmailAddress = [0, n0, _PEA, 8, 0];
119
- export var SensitiveString = [0, n0, _SS, 8, 0];
120
- export var StateOrRegion = [0, n0, _SOR, 8, 0];
121
- export var Title = [0, n0, _T, 8, 0];
122
- export var WebsiteUrl = [0, n0, _WU, 8, 0];
123
- export var AcceptPrimaryEmailUpdateRequest = [
103
+ import { AccountServiceException } from "../models/AccountServiceException";
104
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ResourceUnavailableException, TooManyRequestsException, ValidationException, } from "../models/errors";
105
+ var AccountName = [0, n0, _AN, 8, 0];
106
+ var AddressLine = [0, n0, _AL, 8, 0];
107
+ var City = [0, n0, _C, 8, 0];
108
+ var CompanyName = [0, n0, _CN, 8, 0];
109
+ var ContactInformationPhoneNumber = [0, n0, _CIPN, 8, 0];
110
+ var CountryCode = [0, n0, _CC, 8, 0];
111
+ var DistrictOrCounty = [0, n0, _DOC, 8, 0];
112
+ var EmailAddress = [0, n0, _EA, 8, 0];
113
+ var FullName = [0, n0, _FN, 8, 0];
114
+ var Name = [0, n0, _N, 8, 0];
115
+ var Otp = [0, n0, _O, 8, 0];
116
+ var PhoneNumber = [0, n0, _PN, 8, 0];
117
+ var PostalCode = [0, n0, _PC, 8, 0];
118
+ var PrimaryEmailAddress = [0, n0, _PEA, 8, 0];
119
+ var SensitiveString = [0, n0, _SS, 8, 0];
120
+ var StateOrRegion = [0, n0, _SOR, 8, 0];
121
+ var Title = [0, n0, _T, 8, 0];
122
+ var WebsiteUrl = [0, n0, _WU, 8, 0];
123
+ export var AcceptPrimaryEmailUpdateRequest$ = [
124
124
  3,
125
125
  n0,
126
126
  _APEUR,
@@ -128,8 +128,8 @@ export var AcceptPrimaryEmailUpdateRequest = [
128
128
  [_AI, _PE, _O],
129
129
  [0, [() => PrimaryEmailAddress, 0], [() => Otp, 0]],
130
130
  ];
131
- export var AcceptPrimaryEmailUpdateResponse = [3, n0, _APEURc, 0, [_S], [0]];
132
- export var AccessDeniedException = [
131
+ export var AcceptPrimaryEmailUpdateResponse$ = [3, n0, _APEURc, 0, [_S], [0]];
132
+ export var AccessDeniedException$ = [
133
133
  -3,
134
134
  n0,
135
135
  _ADE,
@@ -137,8 +137,8 @@ export var AccessDeniedException = [
137
137
  [_m, _eT],
138
138
  [0, [0, { [_hH]: _xaE }]],
139
139
  ];
140
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
141
- export var AlternateContact = [
140
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
141
+ export var AlternateContact$ = [
142
142
  3,
143
143
  n0,
144
144
  _AC,
@@ -146,7 +146,7 @@ export var AlternateContact = [
146
146
  [_N, _T, _EA, _PN, _ACT],
147
147
  [[() => Name, 0], [() => Title, 0], [() => EmailAddress, 0], [() => PhoneNumber, 0], 0],
148
148
  ];
149
- export var ConflictException = [
149
+ export var ConflictException$ = [
150
150
  -3,
151
151
  n0,
152
152
  _CE,
@@ -154,8 +154,8 @@ export var ConflictException = [
154
154
  [_m, _eT],
155
155
  [0, [0, { [_hH]: _xaE }]],
156
156
  ];
157
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
158
- export var ContactInformation = [
157
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
158
+ export var ContactInformation$ = [
159
159
  3,
160
160
  n0,
161
161
  _CI,
@@ -176,11 +176,11 @@ export var ContactInformation = [
176
176
  [() => WebsiteUrl, 0],
177
177
  ],
178
178
  ];
179
- export var DeleteAlternateContactRequest = [3, n0, _DACR, 0, [_ACT, _AI], [0, 0]];
180
- export var DisableRegionRequest = [3, n0, _DRR, 0, [_AI, _RN], [0, 0]];
181
- export var EnableRegionRequest = [3, n0, _ERR, 0, [_AI, _RN], [0, 0]];
182
- export var GetAccountInformationRequest = [3, n0, _GAIR, 0, [_AI], [0]];
183
- export var GetAccountInformationResponse = [
179
+ export var DeleteAlternateContactRequest$ = [3, n0, _DACR, 0, [_ACT, _AI], [0, 0]];
180
+ export var DisableRegionRequest$ = [3, n0, _DRR, 0, [_AI, _RN], [0, 0]];
181
+ export var EnableRegionRequest$ = [3, n0, _ERR, 0, [_AI, _RN], [0, 0]];
182
+ export var GetAccountInformationRequest$ = [3, n0, _GAIR, 0, [_AI], [0]];
183
+ export var GetAccountInformationResponse$ = [
184
184
  3,
185
185
  n0,
186
186
  _GAIRe,
@@ -188,31 +188,38 @@ export var GetAccountInformationResponse = [
188
188
  [_AI, _AN, _ACD],
189
189
  [0, [() => AccountName, 0], 5],
190
190
  ];
191
- export var GetAlternateContactRequest = [3, n0, _GACR, 0, [_ACT, _AI], [0, 0]];
192
- export var GetAlternateContactResponse = [
191
+ export var GetAlternateContactRequest$ = [3, n0, _GACR, 0, [_ACT, _AI], [0, 0]];
192
+ export var GetAlternateContactResponse$ = [
193
193
  3,
194
194
  n0,
195
195
  _GACRe,
196
196
  0,
197
197
  [_AC],
198
- [[() => AlternateContact, 0]],
198
+ [[() => AlternateContact$, 0]],
199
199
  ];
200
- export var GetContactInformationRequest = [3, n0, _GCIR, 0, [_AI], [0]];
201
- export var GetContactInformationResponse = [
200
+ export var GetContactInformationRequest$ = [3, n0, _GCIR, 0, [_AI], [0]];
201
+ export var GetContactInformationResponse$ = [
202
202
  3,
203
203
  n0,
204
204
  _GCIRe,
205
205
  0,
206
206
  [_CI],
207
- [[() => ContactInformation, 0]],
208
- ];
209
- export var GetGovCloudAccountInformationRequest = [3, n0, _GGCAIR, 0, [_SAI], [0]];
210
- export var GetGovCloudAccountInformationResponse = [3, n0, _GGCAIRe, 0, [_GCAI, _AS], [0, 0]];
211
- export var GetPrimaryEmailRequest = [3, n0, _GPER, 0, [_AI], [0]];
212
- export var GetPrimaryEmailResponse = [3, n0, _GPERe, 0, [_PE], [[() => PrimaryEmailAddress, 0]]];
213
- export var GetRegionOptStatusRequest = [3, n0, _GROSR, 0, [_AI, _RN], [0, 0]];
214
- export var GetRegionOptStatusResponse = [3, n0, _GROSRe, 0, [_RN, _ROS], [0, 0]];
215
- export var InternalServerException = [
207
+ [[() => ContactInformation$, 0]],
208
+ ];
209
+ export var GetGovCloudAccountInformationRequest$ = [3, n0, _GGCAIR, 0, [_SAI], [0]];
210
+ export var GetGovCloudAccountInformationResponse$ = [3, n0, _GGCAIRe, 0, [_GCAI, _AS], [0, 0]];
211
+ export var GetPrimaryEmailRequest$ = [3, n0, _GPER, 0, [_AI], [0]];
212
+ export var GetPrimaryEmailResponse$ = [
213
+ 3,
214
+ n0,
215
+ _GPERe,
216
+ 0,
217
+ [_PE],
218
+ [[() => PrimaryEmailAddress, 0]],
219
+ ];
220
+ export var GetRegionOptStatusRequest$ = [3, n0, _GROSR, 0, [_AI, _RN], [0, 0]];
221
+ export var GetRegionOptStatusResponse$ = [3, n0, _GROSRe, 0, [_RN, _ROS], [0, 0]];
222
+ export var InternalServerException$ = [
216
223
  -3,
217
224
  n0,
218
225
  _ISE,
@@ -220,11 +227,11 @@ export var InternalServerException = [
220
227
  [_m, _eT],
221
228
  [0, [0, { [_hH]: _xaE }]],
222
229
  ];
223
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
224
- export var ListRegionsRequest = [3, n0, _LRR, 0, [_AI, _MR, _NT, _ROSC], [0, 1, 0, 64 | 0]];
225
- export var ListRegionsResponse = [3, n0, _LRRi, 0, [_NT, _R], [0, () => RegionOptList]];
226
- export var PutAccountNameRequest = [3, n0, _PANR, 0, [_AN, _AI], [[() => AccountName, 0], 0]];
227
- export var PutAlternateContactRequest = [
230
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
231
+ export var ListRegionsRequest$ = [3, n0, _LRR, 0, [_AI, _MR, _NT, _ROSC], [0, 1, 0, 64 | 0]];
232
+ export var ListRegionsResponse$ = [3, n0, _LRRi, 0, [_NT, _R], [0, () => RegionOptList]];
233
+ export var PutAccountNameRequest$ = [3, n0, _PANR, 0, [_AN, _AI], [[() => AccountName, 0], 0]];
234
+ export var PutAlternateContactRequest$ = [
228
235
  3,
229
236
  n0,
230
237
  _PACR,
@@ -232,16 +239,16 @@ export var PutAlternateContactRequest = [
232
239
  [_N, _T, _EA, _PN, _ACT, _AI],
233
240
  [[() => Name, 0], [() => Title, 0], [() => EmailAddress, 0], [() => PhoneNumber, 0], 0, 0],
234
241
  ];
235
- export var PutContactInformationRequest = [
242
+ export var PutContactInformationRequest$ = [
236
243
  3,
237
244
  n0,
238
245
  _PCIR,
239
246
  0,
240
247
  [_CI, _AI],
241
- [[() => ContactInformation, 0], 0],
248
+ [[() => ContactInformation$, 0], 0],
242
249
  ];
243
- export var Region = [3, n0, _Re, 0, [_RN, _ROS], [0, 0]];
244
- export var ResourceNotFoundException = [
250
+ export var Region$ = [3, n0, _Re, 0, [_RN, _ROS], [0, 0]];
251
+ export var ResourceNotFoundException$ = [
245
252
  -3,
246
253
  n0,
247
254
  _RNFE,
@@ -249,8 +256,8 @@ export var ResourceNotFoundException = [
249
256
  [_m, _eT],
250
257
  [0, [0, { [_hH]: _xaE }]],
251
258
  ];
252
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
253
- export var ResourceUnavailableException = [
259
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
260
+ export var ResourceUnavailableException$ = [
254
261
  -3,
255
262
  n0,
256
263
  _RUE,
@@ -258,8 +265,8 @@ export var ResourceUnavailableException = [
258
265
  [_m, _eT],
259
266
  [0, [0, { [_hH]: _xaE }]],
260
267
  ];
261
- TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
262
- export var StartPrimaryEmailUpdateRequest = [
268
+ TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
269
+ export var StartPrimaryEmailUpdateRequest$ = [
263
270
  3,
264
271
  n0,
265
272
  _SPEUR,
@@ -267,8 +274,8 @@ export var StartPrimaryEmailUpdateRequest = [
267
274
  [_AI, _PE],
268
275
  [0, [() => PrimaryEmailAddress, 0]],
269
276
  ];
270
- export var StartPrimaryEmailUpdateResponse = [3, n0, _SPEURt, 0, [_S], [0]];
271
- export var TooManyRequestsException = [
277
+ export var StartPrimaryEmailUpdateResponse$ = [3, n0, _SPEURt, 0, [_S], [0]];
278
+ export var TooManyRequestsException$ = [
272
279
  -3,
273
280
  n0,
274
281
  _TMRE,
@@ -276,8 +283,8 @@ export var TooManyRequestsException = [
276
283
  [_m, _eT],
277
284
  [0, [0, { [_hH]: _xaE }]],
278
285
  ];
279
- TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
280
- export var ValidationException = [
286
+ TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
287
+ export var ValidationException$ = [
281
288
  -3,
282
289
  n0,
283
290
  _VE,
@@ -285,8 +292,8 @@ export var ValidationException = [
285
292
  [_m, _r, _fL],
286
293
  [[() => SensitiveString, 0], 0, [() => ValidationExceptionFieldList, 0]],
287
294
  ];
288
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
289
- export var ValidationExceptionField = [
295
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
296
+ export var ValidationExceptionField$ = [
290
297
  3,
291
298
  n0,
292
299
  _VEF,
@@ -294,129 +301,129 @@ export var ValidationExceptionField = [
294
301
  [_n, _m],
295
302
  [0, [() => SensitiveString, 0]],
296
303
  ];
297
- export var __Unit = "unit";
298
- export var AccountServiceException = [-3, _sm, "AccountServiceException", 0, [], []];
299
- TypeRegistry.for(_sm).registerError(AccountServiceException, __AccountServiceException);
300
- export var RegionOptList = [1, n0, _ROL, 0, () => Region];
301
- export var RegionOptStatusList = 64 | 0;
302
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, [() => ValidationExceptionField, 0]];
303
- export var AcceptPrimaryEmailUpdate = [
304
+ var __Unit = "unit";
305
+ export var AccountServiceException$ = [-3, _sm, "AccountServiceException", 0, [], []];
306
+ TypeRegistry.for(_sm).registerError(AccountServiceException$, AccountServiceException);
307
+ var RegionOptList = [1, n0, _ROL, 0, () => Region$];
308
+ var RegionOptStatusList = 64 | 0;
309
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, [() => ValidationExceptionField$, 0]];
310
+ export var AcceptPrimaryEmailUpdate$ = [
304
311
  9,
305
312
  n0,
306
313
  _APEU,
307
314
  { [_h]: ["POST", "/acceptPrimaryEmailUpdate", 200] },
308
- () => AcceptPrimaryEmailUpdateRequest,
309
- () => AcceptPrimaryEmailUpdateResponse,
315
+ () => AcceptPrimaryEmailUpdateRequest$,
316
+ () => AcceptPrimaryEmailUpdateResponse$,
310
317
  ];
311
- export var DeleteAlternateContact = [
318
+ export var DeleteAlternateContact$ = [
312
319
  9,
313
320
  n0,
314
321
  _DAC,
315
322
  { [_h]: ["POST", "/deleteAlternateContact", 200] },
316
- () => DeleteAlternateContactRequest,
323
+ () => DeleteAlternateContactRequest$,
317
324
  () => __Unit,
318
325
  ];
319
- export var DisableRegion = [
326
+ export var DisableRegion$ = [
320
327
  9,
321
328
  n0,
322
329
  _DR,
323
330
  { [_h]: ["POST", "/disableRegion", 200] },
324
- () => DisableRegionRequest,
331
+ () => DisableRegionRequest$,
325
332
  () => __Unit,
326
333
  ];
327
- export var EnableRegion = [
334
+ export var EnableRegion$ = [
328
335
  9,
329
336
  n0,
330
337
  _ER,
331
338
  { [_h]: ["POST", "/enableRegion", 200] },
332
- () => EnableRegionRequest,
339
+ () => EnableRegionRequest$,
333
340
  () => __Unit,
334
341
  ];
335
- export var GetAccountInformation = [
342
+ export var GetAccountInformation$ = [
336
343
  9,
337
344
  n0,
338
345
  _GAI,
339
346
  { [_h]: ["POST", "/getAccountInformation", 200] },
340
- () => GetAccountInformationRequest,
341
- () => GetAccountInformationResponse,
347
+ () => GetAccountInformationRequest$,
348
+ () => GetAccountInformationResponse$,
342
349
  ];
343
- export var GetAlternateContact = [
350
+ export var GetAlternateContact$ = [
344
351
  9,
345
352
  n0,
346
353
  _GAC,
347
354
  { [_h]: ["POST", "/getAlternateContact", 200] },
348
- () => GetAlternateContactRequest,
349
- () => GetAlternateContactResponse,
355
+ () => GetAlternateContactRequest$,
356
+ () => GetAlternateContactResponse$,
350
357
  ];
351
- export var GetContactInformation = [
358
+ export var GetContactInformation$ = [
352
359
  9,
353
360
  n0,
354
361
  _GCI,
355
362
  { [_h]: ["POST", "/getContactInformation", 200] },
356
- () => GetContactInformationRequest,
357
- () => GetContactInformationResponse,
363
+ () => GetContactInformationRequest$,
364
+ () => GetContactInformationResponse$,
358
365
  ];
359
- export var GetGovCloudAccountInformation = [
366
+ export var GetGovCloudAccountInformation$ = [
360
367
  9,
361
368
  n0,
362
369
  _GGCAI,
363
370
  { [_h]: ["POST", "/getGovCloudAccountInformation", 200] },
364
- () => GetGovCloudAccountInformationRequest,
365
- () => GetGovCloudAccountInformationResponse,
371
+ () => GetGovCloudAccountInformationRequest$,
372
+ () => GetGovCloudAccountInformationResponse$,
366
373
  ];
367
- export var GetPrimaryEmail = [
374
+ export var GetPrimaryEmail$ = [
368
375
  9,
369
376
  n0,
370
377
  _GPE,
371
378
  { [_h]: ["POST", "/getPrimaryEmail", 200] },
372
- () => GetPrimaryEmailRequest,
373
- () => GetPrimaryEmailResponse,
379
+ () => GetPrimaryEmailRequest$,
380
+ () => GetPrimaryEmailResponse$,
374
381
  ];
375
- export var GetRegionOptStatus = [
382
+ export var GetRegionOptStatus$ = [
376
383
  9,
377
384
  n0,
378
385
  _GROS,
379
386
  { [_h]: ["POST", "/getRegionOptStatus", 200] },
380
- () => GetRegionOptStatusRequest,
381
- () => GetRegionOptStatusResponse,
387
+ () => GetRegionOptStatusRequest$,
388
+ () => GetRegionOptStatusResponse$,
382
389
  ];
383
- export var ListRegions = [
390
+ export var ListRegions$ = [
384
391
  9,
385
392
  n0,
386
393
  _LR,
387
394
  { [_h]: ["POST", "/listRegions", 200] },
388
- () => ListRegionsRequest,
389
- () => ListRegionsResponse,
395
+ () => ListRegionsRequest$,
396
+ () => ListRegionsResponse$,
390
397
  ];
391
- export var PutAccountName = [
398
+ export var PutAccountName$ = [
392
399
  9,
393
400
  n0,
394
401
  _PAN,
395
402
  { [_h]: ["POST", "/putAccountName", 200] },
396
- () => PutAccountNameRequest,
403
+ () => PutAccountNameRequest$,
397
404
  () => __Unit,
398
405
  ];
399
- export var PutAlternateContact = [
406
+ export var PutAlternateContact$ = [
400
407
  9,
401
408
  n0,
402
409
  _PAC,
403
410
  { [_h]: ["POST", "/putAlternateContact", 200] },
404
- () => PutAlternateContactRequest,
411
+ () => PutAlternateContactRequest$,
405
412
  () => __Unit,
406
413
  ];
407
- export var PutContactInformation = [
414
+ export var PutContactInformation$ = [
408
415
  9,
409
416
  n0,
410
417
  _PCI,
411
418
  { [_h]: ["POST", "/putContactInformation", 200] },
412
- () => PutContactInformationRequest,
419
+ () => PutContactInformationRequest$,
413
420
  () => __Unit,
414
421
  ];
415
- export var StartPrimaryEmailUpdate = [
422
+ export var StartPrimaryEmailUpdate$ = [
416
423
  9,
417
424
  n0,
418
425
  _SPEU,
419
426
  { [_h]: ["POST", "/startPrimaryEmailUpdate", 200] },
420
- () => StartPrimaryEmailUpdateRequest,
421
- () => StartPrimaryEmailUpdateResponse,
427
+ () => StartPrimaryEmailUpdateRequest$,
428
+ () => StartPrimaryEmailUpdateResponse$,
422
429
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AcceptPrimaryEmailUpdateCommandInput, AcceptPrimaryEmailUpdateCommandOutput } from "./commands/AcceptPrimaryEmailUpdateCommand";
11
11
  import { DeleteAlternateContactCommandInput, DeleteAlternateContactCommandOutput } from "./commands/DeleteAlternateContactCommand";
@@ -156,15 +156,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
156
156
  * Optional extensions
157
157
  */
158
158
  extensions?: RuntimeExtension[];
159
- /**
160
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
161
- * may be overridden. A default will always be set by the client.
162
- * Available options depend on the service's supported protocols and will not be validated by
163
- * the client.
164
- * @alpha
165
- *
166
- */
167
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
168
159
  /**
169
160
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
170
161
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { AccountExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  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;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { AccountClientConfig } from "./AccountClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: AccountClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AccountHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;