@aws-sdk/client-account 3.952.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +186 -128
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AcceptPrimaryEmailUpdateCommand.js +2 -2
- package/dist-es/commands/DeleteAlternateContactCommand.js +2 -2
- package/dist-es/commands/DisableRegionCommand.js +2 -2
- package/dist-es/commands/EnableRegionCommand.js +2 -2
- package/dist-es/commands/GetAccountInformationCommand.js +2 -2
- package/dist-es/commands/GetAlternateContactCommand.js +2 -2
- package/dist-es/commands/GetContactInformationCommand.js +2 -2
- package/dist-es/commands/GetGovCloudAccountInformationCommand.js +2 -2
- package/dist-es/commands/GetPrimaryEmailCommand.js +2 -2
- package/dist-es/commands/GetRegionOptStatusCommand.js +2 -2
- package/dist-es/commands/ListRegionsCommand.js +2 -2
- package/dist-es/commands/PutAccountNameCommand.js +2 -2
- package/dist-es/commands/PutAlternateContactCommand.js +2 -2
- package/dist-es/commands/PutContactInformationCommand.js +2 -2
- package/dist-es/commands/StartPrimaryEmailUpdateCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +118 -111
- package/dist-types/AccountClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +52 -74
- package/dist-types/ts3.4/AccountClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -75
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class AccountClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class AccountServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, AccountServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends AccountServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
errorType;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends AccountService
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.errorType = opts.errorType;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class ConflictException extends AccountServiceException {
|
|
135
135
|
name = "ConflictException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
errorType;
|
|
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends AccountServiceExceptio
|
|
|
144
144
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
145
145
|
this.errorType = opts.errorType;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InternalServerException extends AccountServiceException {
|
|
149
149
|
name = "InternalServerException";
|
|
150
150
|
$fault = "server";
|
|
151
151
|
$retryable = {};
|
|
@@ -159,8 +159,8 @@ let InternalServerException$1 = class InternalServerException extends AccountSer
|
|
|
159
159
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
160
160
|
this.errorType = opts.errorType;
|
|
161
161
|
}
|
|
162
|
-
}
|
|
163
|
-
|
|
162
|
+
}
|
|
163
|
+
class ResourceNotFoundException extends AccountServiceException {
|
|
164
164
|
name = "ResourceNotFoundException";
|
|
165
165
|
$fault = "client";
|
|
166
166
|
errorType;
|
|
@@ -173,8 +173,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Accoun
|
|
|
173
173
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
174
174
|
this.errorType = opts.errorType;
|
|
175
175
|
}
|
|
176
|
-
}
|
|
177
|
-
|
|
176
|
+
}
|
|
177
|
+
class TooManyRequestsException extends AccountServiceException {
|
|
178
178
|
name = "TooManyRequestsException";
|
|
179
179
|
$fault = "client";
|
|
180
180
|
$retryable = {
|
|
@@ -190,8 +190,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends AccountS
|
|
|
190
190
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
191
191
|
this.errorType = opts.errorType;
|
|
192
192
|
}
|
|
193
|
-
}
|
|
194
|
-
|
|
193
|
+
}
|
|
194
|
+
class ValidationException extends AccountServiceException {
|
|
195
195
|
name = "ValidationException";
|
|
196
196
|
$fault = "client";
|
|
197
197
|
reason;
|
|
@@ -206,8 +206,8 @@ let ValidationException$1 = class ValidationException extends AccountServiceExce
|
|
|
206
206
|
this.reason = opts.reason;
|
|
207
207
|
this.fieldList = opts.fieldList;
|
|
208
208
|
}
|
|
209
|
-
}
|
|
210
|
-
|
|
209
|
+
}
|
|
210
|
+
class ResourceUnavailableException extends AccountServiceException {
|
|
211
211
|
name = "ResourceUnavailableException";
|
|
212
212
|
$fault = "client";
|
|
213
213
|
errorType;
|
|
@@ -220,7 +220,7 @@ let ResourceUnavailableException$1 = class ResourceUnavailableException extends
|
|
|
220
220
|
Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
|
|
221
221
|
this.errorType = opts.errorType;
|
|
222
222
|
}
|
|
223
|
-
}
|
|
223
|
+
}
|
|
224
224
|
|
|
225
225
|
const _AC = "AlternateContact";
|
|
226
226
|
const _ACD = "AccountCreatedDate";
|
|
@@ -341,7 +341,7 @@ var SensitiveString = [0, n0, _SS, 8, 0];
|
|
|
341
341
|
var StateOrRegion = [0, n0, _SOR, 8, 0];
|
|
342
342
|
var Title = [0, n0, _T, 8, 0];
|
|
343
343
|
var WebsiteUrl = [0, n0, _WU, 8, 0];
|
|
344
|
-
var AcceptPrimaryEmailUpdateRequest = [
|
|
344
|
+
var AcceptPrimaryEmailUpdateRequest$ = [
|
|
345
345
|
3,
|
|
346
346
|
n0,
|
|
347
347
|
_APEUR,
|
|
@@ -349,8 +349,8 @@ var AcceptPrimaryEmailUpdateRequest = [
|
|
|
349
349
|
[_AI, _PE, _O],
|
|
350
350
|
[0, [() => PrimaryEmailAddress, 0], [() => Otp, 0]],
|
|
351
351
|
];
|
|
352
|
-
var AcceptPrimaryEmailUpdateResponse = [3, n0, _APEURc, 0, [_S], [0]];
|
|
353
|
-
var AccessDeniedException = [
|
|
352
|
+
var AcceptPrimaryEmailUpdateResponse$ = [3, n0, _APEURc, 0, [_S], [0]];
|
|
353
|
+
var AccessDeniedException$ = [
|
|
354
354
|
-3,
|
|
355
355
|
n0,
|
|
356
356
|
_ADE,
|
|
@@ -358,8 +358,8 @@ var AccessDeniedException = [
|
|
|
358
358
|
[_m, _eT],
|
|
359
359
|
[0, [0, { [_hH]: _xaE }]],
|
|
360
360
|
];
|
|
361
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
362
|
-
var AlternateContact = [
|
|
361
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
362
|
+
var AlternateContact$ = [
|
|
363
363
|
3,
|
|
364
364
|
n0,
|
|
365
365
|
_AC,
|
|
@@ -367,7 +367,7 @@ var AlternateContact = [
|
|
|
367
367
|
[_N, _T, _EA, _PN, _ACT],
|
|
368
368
|
[[() => Name, 0], [() => Title, 0], [() => EmailAddress, 0], [() => PhoneNumber, 0], 0],
|
|
369
369
|
];
|
|
370
|
-
var ConflictException = [
|
|
370
|
+
var ConflictException$ = [
|
|
371
371
|
-3,
|
|
372
372
|
n0,
|
|
373
373
|
_CE,
|
|
@@ -375,8 +375,8 @@ var ConflictException = [
|
|
|
375
375
|
[_m, _eT],
|
|
376
376
|
[0, [0, { [_hH]: _xaE }]],
|
|
377
377
|
];
|
|
378
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
379
|
-
var ContactInformation = [
|
|
378
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
379
|
+
var ContactInformation$ = [
|
|
380
380
|
3,
|
|
381
381
|
n0,
|
|
382
382
|
_CI,
|
|
@@ -397,11 +397,11 @@ var ContactInformation = [
|
|
|
397
397
|
[() => WebsiteUrl, 0],
|
|
398
398
|
],
|
|
399
399
|
];
|
|
400
|
-
var DeleteAlternateContactRequest = [3, n0, _DACR, 0, [_ACT, _AI], [0, 0]];
|
|
401
|
-
var DisableRegionRequest = [3, n0, _DRR, 0, [_AI, _RN], [0, 0]];
|
|
402
|
-
var EnableRegionRequest = [3, n0, _ERR, 0, [_AI, _RN], [0, 0]];
|
|
403
|
-
var GetAccountInformationRequest = [3, n0, _GAIR, 0, [_AI], [0]];
|
|
404
|
-
var GetAccountInformationResponse = [
|
|
400
|
+
var DeleteAlternateContactRequest$ = [3, n0, _DACR, 0, [_ACT, _AI], [0, 0]];
|
|
401
|
+
var DisableRegionRequest$ = [3, n0, _DRR, 0, [_AI, _RN], [0, 0]];
|
|
402
|
+
var EnableRegionRequest$ = [3, n0, _ERR, 0, [_AI, _RN], [0, 0]];
|
|
403
|
+
var GetAccountInformationRequest$ = [3, n0, _GAIR, 0, [_AI], [0]];
|
|
404
|
+
var GetAccountInformationResponse$ = [
|
|
405
405
|
3,
|
|
406
406
|
n0,
|
|
407
407
|
_GAIRe,
|
|
@@ -409,31 +409,38 @@ var GetAccountInformationResponse = [
|
|
|
409
409
|
[_AI, _AN, _ACD],
|
|
410
410
|
[0, [() => AccountName, 0], 5],
|
|
411
411
|
];
|
|
412
|
-
var GetAlternateContactRequest = [3, n0, _GACR, 0, [_ACT, _AI], [0, 0]];
|
|
413
|
-
var GetAlternateContactResponse = [
|
|
412
|
+
var GetAlternateContactRequest$ = [3, n0, _GACR, 0, [_ACT, _AI], [0, 0]];
|
|
413
|
+
var GetAlternateContactResponse$ = [
|
|
414
414
|
3,
|
|
415
415
|
n0,
|
|
416
416
|
_GACRe,
|
|
417
417
|
0,
|
|
418
418
|
[_AC],
|
|
419
|
-
[[() => AlternateContact
|
|
419
|
+
[[() => AlternateContact$, 0]],
|
|
420
420
|
];
|
|
421
|
-
var GetContactInformationRequest = [3, n0, _GCIR, 0, [_AI], [0]];
|
|
422
|
-
var GetContactInformationResponse = [
|
|
421
|
+
var GetContactInformationRequest$ = [3, n0, _GCIR, 0, [_AI], [0]];
|
|
422
|
+
var GetContactInformationResponse$ = [
|
|
423
423
|
3,
|
|
424
424
|
n0,
|
|
425
425
|
_GCIRe,
|
|
426
426
|
0,
|
|
427
427
|
[_CI],
|
|
428
|
-
[[() => ContactInformation
|
|
429
|
-
];
|
|
430
|
-
var GetGovCloudAccountInformationRequest = [3, n0, _GGCAIR, 0, [_SAI], [0]];
|
|
431
|
-
var GetGovCloudAccountInformationResponse = [3, n0, _GGCAIRe, 0, [_GCAI, _AS], [0, 0]];
|
|
432
|
-
var GetPrimaryEmailRequest = [3, n0, _GPER, 0, [_AI], [0]];
|
|
433
|
-
var GetPrimaryEmailResponse = [
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
428
|
+
[[() => ContactInformation$, 0]],
|
|
429
|
+
];
|
|
430
|
+
var GetGovCloudAccountInformationRequest$ = [3, n0, _GGCAIR, 0, [_SAI], [0]];
|
|
431
|
+
var GetGovCloudAccountInformationResponse$ = [3, n0, _GGCAIRe, 0, [_GCAI, _AS], [0, 0]];
|
|
432
|
+
var GetPrimaryEmailRequest$ = [3, n0, _GPER, 0, [_AI], [0]];
|
|
433
|
+
var GetPrimaryEmailResponse$ = [
|
|
434
|
+
3,
|
|
435
|
+
n0,
|
|
436
|
+
_GPERe,
|
|
437
|
+
0,
|
|
438
|
+
[_PE],
|
|
439
|
+
[[() => PrimaryEmailAddress, 0]],
|
|
440
|
+
];
|
|
441
|
+
var GetRegionOptStatusRequest$ = [3, n0, _GROSR, 0, [_AI, _RN], [0, 0]];
|
|
442
|
+
var GetRegionOptStatusResponse$ = [3, n0, _GROSRe, 0, [_RN, _ROS], [0, 0]];
|
|
443
|
+
var InternalServerException$ = [
|
|
437
444
|
-3,
|
|
438
445
|
n0,
|
|
439
446
|
_ISE,
|
|
@@ -441,11 +448,11 @@ var InternalServerException = [
|
|
|
441
448
|
[_m, _eT],
|
|
442
449
|
[0, [0, { [_hH]: _xaE }]],
|
|
443
450
|
];
|
|
444
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
445
|
-
var ListRegionsRequest = [3, n0, _LRR, 0, [_AI, _MR, _NT, _ROSC], [0, 1, 0, 64 | 0]];
|
|
446
|
-
var ListRegionsResponse = [3, n0, _LRRi, 0, [_NT, _R], [0, () => RegionOptList]];
|
|
447
|
-
var PutAccountNameRequest = [3, n0, _PANR, 0, [_AN, _AI], [[() => AccountName, 0], 0]];
|
|
448
|
-
var PutAlternateContactRequest = [
|
|
451
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
452
|
+
var ListRegionsRequest$ = [3, n0, _LRR, 0, [_AI, _MR, _NT, _ROSC], [0, 1, 0, 64 | 0]];
|
|
453
|
+
var ListRegionsResponse$ = [3, n0, _LRRi, 0, [_NT, _R], [0, () => RegionOptList]];
|
|
454
|
+
var PutAccountNameRequest$ = [3, n0, _PANR, 0, [_AN, _AI], [[() => AccountName, 0], 0]];
|
|
455
|
+
var PutAlternateContactRequest$ = [
|
|
449
456
|
3,
|
|
450
457
|
n0,
|
|
451
458
|
_PACR,
|
|
@@ -453,16 +460,16 @@ var PutAlternateContactRequest = [
|
|
|
453
460
|
[_N, _T, _EA, _PN, _ACT, _AI],
|
|
454
461
|
[[() => Name, 0], [() => Title, 0], [() => EmailAddress, 0], [() => PhoneNumber, 0], 0, 0],
|
|
455
462
|
];
|
|
456
|
-
var PutContactInformationRequest = [
|
|
463
|
+
var PutContactInformationRequest$ = [
|
|
457
464
|
3,
|
|
458
465
|
n0,
|
|
459
466
|
_PCIR,
|
|
460
467
|
0,
|
|
461
468
|
[_CI, _AI],
|
|
462
|
-
[[() => ContactInformation
|
|
469
|
+
[[() => ContactInformation$, 0], 0],
|
|
463
470
|
];
|
|
464
|
-
var Region = [3, n0, _Re, 0, [_RN, _ROS], [0, 0]];
|
|
465
|
-
var ResourceNotFoundException = [
|
|
471
|
+
var Region$ = [3, n0, _Re, 0, [_RN, _ROS], [0, 0]];
|
|
472
|
+
var ResourceNotFoundException$ = [
|
|
466
473
|
-3,
|
|
467
474
|
n0,
|
|
468
475
|
_RNFE,
|
|
@@ -470,8 +477,8 @@ var ResourceNotFoundException = [
|
|
|
470
477
|
[_m, _eT],
|
|
471
478
|
[0, [0, { [_hH]: _xaE }]],
|
|
472
479
|
];
|
|
473
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
474
|
-
var ResourceUnavailableException = [
|
|
480
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
481
|
+
var ResourceUnavailableException$ = [
|
|
475
482
|
-3,
|
|
476
483
|
n0,
|
|
477
484
|
_RUE,
|
|
@@ -479,8 +486,8 @@ var ResourceUnavailableException = [
|
|
|
479
486
|
[_m, _eT],
|
|
480
487
|
[0, [0, { [_hH]: _xaE }]],
|
|
481
488
|
];
|
|
482
|
-
schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException
|
|
483
|
-
var StartPrimaryEmailUpdateRequest = [
|
|
489
|
+
schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
|
|
490
|
+
var StartPrimaryEmailUpdateRequest$ = [
|
|
484
491
|
3,
|
|
485
492
|
n0,
|
|
486
493
|
_SPEUR,
|
|
@@ -488,8 +495,8 @@ var StartPrimaryEmailUpdateRequest = [
|
|
|
488
495
|
[_AI, _PE],
|
|
489
496
|
[0, [() => PrimaryEmailAddress, 0]],
|
|
490
497
|
];
|
|
491
|
-
var StartPrimaryEmailUpdateResponse = [3, n0, _SPEURt, 0, [_S], [0]];
|
|
492
|
-
var TooManyRequestsException = [
|
|
498
|
+
var StartPrimaryEmailUpdateResponse$ = [3, n0, _SPEURt, 0, [_S], [0]];
|
|
499
|
+
var TooManyRequestsException$ = [
|
|
493
500
|
-3,
|
|
494
501
|
n0,
|
|
495
502
|
_TMRE,
|
|
@@ -497,8 +504,8 @@ var TooManyRequestsException = [
|
|
|
497
504
|
[_m, _eT],
|
|
498
505
|
[0, [0, { [_hH]: _xaE }]],
|
|
499
506
|
];
|
|
500
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
501
|
-
var ValidationException = [
|
|
507
|
+
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
508
|
+
var ValidationException$ = [
|
|
502
509
|
-3,
|
|
503
510
|
n0,
|
|
504
511
|
_VE,
|
|
@@ -506,8 +513,8 @@ var ValidationException = [
|
|
|
506
513
|
[_m, _r, _fL],
|
|
507
514
|
[[() => SensitiveString, 0], 0, [() => ValidationExceptionFieldList, 0]],
|
|
508
515
|
];
|
|
509
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
510
|
-
var ValidationExceptionField = [
|
|
516
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
517
|
+
var ValidationExceptionField$ = [
|
|
511
518
|
3,
|
|
512
519
|
n0,
|
|
513
520
|
_VEF,
|
|
@@ -516,129 +523,129 @@ var ValidationExceptionField = [
|
|
|
516
523
|
[0, [() => SensitiveString, 0]],
|
|
517
524
|
];
|
|
518
525
|
var __Unit = "unit";
|
|
519
|
-
var AccountServiceException = [-3, _sm, "AccountServiceException", 0, [], []];
|
|
520
|
-
schema.TypeRegistry.for(_sm).registerError(AccountServiceException
|
|
521
|
-
var RegionOptList = [1, n0, _ROL, 0, () => Region];
|
|
522
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, [() => ValidationExceptionField
|
|
523
|
-
var AcceptPrimaryEmailUpdate = [
|
|
526
|
+
var AccountServiceException$ = [-3, _sm, "AccountServiceException", 0, [], []];
|
|
527
|
+
schema.TypeRegistry.for(_sm).registerError(AccountServiceException$, AccountServiceException);
|
|
528
|
+
var RegionOptList = [1, n0, _ROL, 0, () => Region$];
|
|
529
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, [() => ValidationExceptionField$, 0]];
|
|
530
|
+
var AcceptPrimaryEmailUpdate$ = [
|
|
524
531
|
9,
|
|
525
532
|
n0,
|
|
526
533
|
_APEU,
|
|
527
534
|
{ [_h]: ["POST", "/acceptPrimaryEmailUpdate", 200] },
|
|
528
|
-
() => AcceptPrimaryEmailUpdateRequest
|
|
529
|
-
() => AcceptPrimaryEmailUpdateResponse
|
|
535
|
+
() => AcceptPrimaryEmailUpdateRequest$,
|
|
536
|
+
() => AcceptPrimaryEmailUpdateResponse$,
|
|
530
537
|
];
|
|
531
|
-
var DeleteAlternateContact = [
|
|
538
|
+
var DeleteAlternateContact$ = [
|
|
532
539
|
9,
|
|
533
540
|
n0,
|
|
534
541
|
_DAC,
|
|
535
542
|
{ [_h]: ["POST", "/deleteAlternateContact", 200] },
|
|
536
|
-
() => DeleteAlternateContactRequest
|
|
543
|
+
() => DeleteAlternateContactRequest$,
|
|
537
544
|
() => __Unit,
|
|
538
545
|
];
|
|
539
|
-
var DisableRegion = [
|
|
546
|
+
var DisableRegion$ = [
|
|
540
547
|
9,
|
|
541
548
|
n0,
|
|
542
549
|
_DR,
|
|
543
550
|
{ [_h]: ["POST", "/disableRegion", 200] },
|
|
544
|
-
() => DisableRegionRequest
|
|
551
|
+
() => DisableRegionRequest$,
|
|
545
552
|
() => __Unit,
|
|
546
553
|
];
|
|
547
|
-
var EnableRegion = [
|
|
554
|
+
var EnableRegion$ = [
|
|
548
555
|
9,
|
|
549
556
|
n0,
|
|
550
557
|
_ER,
|
|
551
558
|
{ [_h]: ["POST", "/enableRegion", 200] },
|
|
552
|
-
() => EnableRegionRequest
|
|
559
|
+
() => EnableRegionRequest$,
|
|
553
560
|
() => __Unit,
|
|
554
561
|
];
|
|
555
|
-
var GetAccountInformation = [
|
|
562
|
+
var GetAccountInformation$ = [
|
|
556
563
|
9,
|
|
557
564
|
n0,
|
|
558
565
|
_GAI,
|
|
559
566
|
{ [_h]: ["POST", "/getAccountInformation", 200] },
|
|
560
|
-
() => GetAccountInformationRequest
|
|
561
|
-
() => GetAccountInformationResponse
|
|
567
|
+
() => GetAccountInformationRequest$,
|
|
568
|
+
() => GetAccountInformationResponse$,
|
|
562
569
|
];
|
|
563
|
-
var GetAlternateContact = [
|
|
570
|
+
var GetAlternateContact$ = [
|
|
564
571
|
9,
|
|
565
572
|
n0,
|
|
566
573
|
_GAC,
|
|
567
574
|
{ [_h]: ["POST", "/getAlternateContact", 200] },
|
|
568
|
-
() => GetAlternateContactRequest
|
|
569
|
-
() => GetAlternateContactResponse
|
|
575
|
+
() => GetAlternateContactRequest$,
|
|
576
|
+
() => GetAlternateContactResponse$,
|
|
570
577
|
];
|
|
571
|
-
var GetContactInformation = [
|
|
578
|
+
var GetContactInformation$ = [
|
|
572
579
|
9,
|
|
573
580
|
n0,
|
|
574
581
|
_GCI,
|
|
575
582
|
{ [_h]: ["POST", "/getContactInformation", 200] },
|
|
576
|
-
() => GetContactInformationRequest
|
|
577
|
-
() => GetContactInformationResponse
|
|
583
|
+
() => GetContactInformationRequest$,
|
|
584
|
+
() => GetContactInformationResponse$,
|
|
578
585
|
];
|
|
579
|
-
var GetGovCloudAccountInformation = [
|
|
586
|
+
var GetGovCloudAccountInformation$ = [
|
|
580
587
|
9,
|
|
581
588
|
n0,
|
|
582
589
|
_GGCAI,
|
|
583
590
|
{ [_h]: ["POST", "/getGovCloudAccountInformation", 200] },
|
|
584
|
-
() => GetGovCloudAccountInformationRequest
|
|
585
|
-
() => GetGovCloudAccountInformationResponse
|
|
591
|
+
() => GetGovCloudAccountInformationRequest$,
|
|
592
|
+
() => GetGovCloudAccountInformationResponse$,
|
|
586
593
|
];
|
|
587
|
-
var GetPrimaryEmail = [
|
|
594
|
+
var GetPrimaryEmail$ = [
|
|
588
595
|
9,
|
|
589
596
|
n0,
|
|
590
597
|
_GPE,
|
|
591
598
|
{ [_h]: ["POST", "/getPrimaryEmail", 200] },
|
|
592
|
-
() => GetPrimaryEmailRequest
|
|
593
|
-
() => GetPrimaryEmailResponse
|
|
599
|
+
() => GetPrimaryEmailRequest$,
|
|
600
|
+
() => GetPrimaryEmailResponse$,
|
|
594
601
|
];
|
|
595
|
-
var GetRegionOptStatus = [
|
|
602
|
+
var GetRegionOptStatus$ = [
|
|
596
603
|
9,
|
|
597
604
|
n0,
|
|
598
605
|
_GROS,
|
|
599
606
|
{ [_h]: ["POST", "/getRegionOptStatus", 200] },
|
|
600
|
-
() => GetRegionOptStatusRequest
|
|
601
|
-
() => GetRegionOptStatusResponse
|
|
607
|
+
() => GetRegionOptStatusRequest$,
|
|
608
|
+
() => GetRegionOptStatusResponse$,
|
|
602
609
|
];
|
|
603
|
-
var ListRegions = [
|
|
610
|
+
var ListRegions$ = [
|
|
604
611
|
9,
|
|
605
612
|
n0,
|
|
606
613
|
_LR,
|
|
607
614
|
{ [_h]: ["POST", "/listRegions", 200] },
|
|
608
|
-
() => ListRegionsRequest
|
|
609
|
-
() => ListRegionsResponse
|
|
615
|
+
() => ListRegionsRequest$,
|
|
616
|
+
() => ListRegionsResponse$,
|
|
610
617
|
];
|
|
611
|
-
var PutAccountName = [
|
|
618
|
+
var PutAccountName$ = [
|
|
612
619
|
9,
|
|
613
620
|
n0,
|
|
614
621
|
_PAN,
|
|
615
622
|
{ [_h]: ["POST", "/putAccountName", 200] },
|
|
616
|
-
() => PutAccountNameRequest
|
|
623
|
+
() => PutAccountNameRequest$,
|
|
617
624
|
() => __Unit,
|
|
618
625
|
];
|
|
619
|
-
var PutAlternateContact = [
|
|
626
|
+
var PutAlternateContact$ = [
|
|
620
627
|
9,
|
|
621
628
|
n0,
|
|
622
629
|
_PAC,
|
|
623
630
|
{ [_h]: ["POST", "/putAlternateContact", 200] },
|
|
624
|
-
() => PutAlternateContactRequest
|
|
631
|
+
() => PutAlternateContactRequest$,
|
|
625
632
|
() => __Unit,
|
|
626
633
|
];
|
|
627
|
-
var PutContactInformation = [
|
|
634
|
+
var PutContactInformation$ = [
|
|
628
635
|
9,
|
|
629
636
|
n0,
|
|
630
637
|
_PCI,
|
|
631
638
|
{ [_h]: ["POST", "/putContactInformation", 200] },
|
|
632
|
-
() => PutContactInformationRequest
|
|
639
|
+
() => PutContactInformationRequest$,
|
|
633
640
|
() => __Unit,
|
|
634
641
|
];
|
|
635
|
-
var StartPrimaryEmailUpdate = [
|
|
642
|
+
var StartPrimaryEmailUpdate$ = [
|
|
636
643
|
9,
|
|
637
644
|
n0,
|
|
638
645
|
_SPEU,
|
|
639
646
|
{ [_h]: ["POST", "/startPrimaryEmailUpdate", 200] },
|
|
640
|
-
() => StartPrimaryEmailUpdateRequest
|
|
641
|
-
() => StartPrimaryEmailUpdateResponse
|
|
647
|
+
() => StartPrimaryEmailUpdateRequest$,
|
|
648
|
+
() => StartPrimaryEmailUpdateResponse$,
|
|
642
649
|
];
|
|
643
650
|
|
|
644
651
|
class AcceptPrimaryEmailUpdateCommand extends smithyClient.Command
|
|
@@ -649,7 +656,7 @@ class AcceptPrimaryEmailUpdateCommand extends smithyClient.Command
|
|
|
649
656
|
})
|
|
650
657
|
.s("Account", "AcceptPrimaryEmailUpdate", {})
|
|
651
658
|
.n("AccountClient", "AcceptPrimaryEmailUpdateCommand")
|
|
652
|
-
.sc(AcceptPrimaryEmailUpdate)
|
|
659
|
+
.sc(AcceptPrimaryEmailUpdate$)
|
|
653
660
|
.build() {
|
|
654
661
|
}
|
|
655
662
|
|
|
@@ -661,7 +668,7 @@ class DeleteAlternateContactCommand extends smithyClient.Command
|
|
|
661
668
|
})
|
|
662
669
|
.s("Account", "DeleteAlternateContact", {})
|
|
663
670
|
.n("AccountClient", "DeleteAlternateContactCommand")
|
|
664
|
-
.sc(DeleteAlternateContact)
|
|
671
|
+
.sc(DeleteAlternateContact$)
|
|
665
672
|
.build() {
|
|
666
673
|
}
|
|
667
674
|
|
|
@@ -673,7 +680,7 @@ class DisableRegionCommand extends smithyClient.Command
|
|
|
673
680
|
})
|
|
674
681
|
.s("Account", "DisableRegion", {})
|
|
675
682
|
.n("AccountClient", "DisableRegionCommand")
|
|
676
|
-
.sc(DisableRegion)
|
|
683
|
+
.sc(DisableRegion$)
|
|
677
684
|
.build() {
|
|
678
685
|
}
|
|
679
686
|
|
|
@@ -685,7 +692,7 @@ class EnableRegionCommand extends smithyClient.Command
|
|
|
685
692
|
})
|
|
686
693
|
.s("Account", "EnableRegion", {})
|
|
687
694
|
.n("AccountClient", "EnableRegionCommand")
|
|
688
|
-
.sc(EnableRegion)
|
|
695
|
+
.sc(EnableRegion$)
|
|
689
696
|
.build() {
|
|
690
697
|
}
|
|
691
698
|
|
|
@@ -697,7 +704,7 @@ class GetAccountInformationCommand extends smithyClient.Command
|
|
|
697
704
|
})
|
|
698
705
|
.s("Account", "GetAccountInformation", {})
|
|
699
706
|
.n("AccountClient", "GetAccountInformationCommand")
|
|
700
|
-
.sc(GetAccountInformation)
|
|
707
|
+
.sc(GetAccountInformation$)
|
|
701
708
|
.build() {
|
|
702
709
|
}
|
|
703
710
|
|
|
@@ -709,7 +716,7 @@ class GetAlternateContactCommand extends smithyClient.Command
|
|
|
709
716
|
})
|
|
710
717
|
.s("Account", "GetAlternateContact", {})
|
|
711
718
|
.n("AccountClient", "GetAlternateContactCommand")
|
|
712
|
-
.sc(GetAlternateContact)
|
|
719
|
+
.sc(GetAlternateContact$)
|
|
713
720
|
.build() {
|
|
714
721
|
}
|
|
715
722
|
|
|
@@ -721,7 +728,7 @@ class GetContactInformationCommand extends smithyClient.Command
|
|
|
721
728
|
})
|
|
722
729
|
.s("Account", "GetContactInformation", {})
|
|
723
730
|
.n("AccountClient", "GetContactInformationCommand")
|
|
724
|
-
.sc(GetContactInformation)
|
|
731
|
+
.sc(GetContactInformation$)
|
|
725
732
|
.build() {
|
|
726
733
|
}
|
|
727
734
|
|
|
@@ -733,7 +740,7 @@ class GetGovCloudAccountInformationCommand extends smithyClient.Command
|
|
|
733
740
|
})
|
|
734
741
|
.s("Account", "GetGovCloudAccountInformation", {})
|
|
735
742
|
.n("AccountClient", "GetGovCloudAccountInformationCommand")
|
|
736
|
-
.sc(GetGovCloudAccountInformation)
|
|
743
|
+
.sc(GetGovCloudAccountInformation$)
|
|
737
744
|
.build() {
|
|
738
745
|
}
|
|
739
746
|
|
|
@@ -745,7 +752,7 @@ class GetPrimaryEmailCommand extends smithyClient.Command
|
|
|
745
752
|
})
|
|
746
753
|
.s("Account", "GetPrimaryEmail", {})
|
|
747
754
|
.n("AccountClient", "GetPrimaryEmailCommand")
|
|
748
|
-
.sc(GetPrimaryEmail)
|
|
755
|
+
.sc(GetPrimaryEmail$)
|
|
749
756
|
.build() {
|
|
750
757
|
}
|
|
751
758
|
|
|
@@ -757,7 +764,7 @@ class GetRegionOptStatusCommand extends smithyClient.Command
|
|
|
757
764
|
})
|
|
758
765
|
.s("Account", "GetRegionOptStatus", {})
|
|
759
766
|
.n("AccountClient", "GetRegionOptStatusCommand")
|
|
760
|
-
.sc(GetRegionOptStatus)
|
|
767
|
+
.sc(GetRegionOptStatus$)
|
|
761
768
|
.build() {
|
|
762
769
|
}
|
|
763
770
|
|
|
@@ -769,7 +776,7 @@ class ListRegionsCommand extends smithyClient.Command
|
|
|
769
776
|
})
|
|
770
777
|
.s("Account", "ListRegions", {})
|
|
771
778
|
.n("AccountClient", "ListRegionsCommand")
|
|
772
|
-
.sc(ListRegions)
|
|
779
|
+
.sc(ListRegions$)
|
|
773
780
|
.build() {
|
|
774
781
|
}
|
|
775
782
|
|
|
@@ -781,7 +788,7 @@ class PutAccountNameCommand extends smithyClient.Command
|
|
|
781
788
|
})
|
|
782
789
|
.s("Account", "PutAccountName", {})
|
|
783
790
|
.n("AccountClient", "PutAccountNameCommand")
|
|
784
|
-
.sc(PutAccountName)
|
|
791
|
+
.sc(PutAccountName$)
|
|
785
792
|
.build() {
|
|
786
793
|
}
|
|
787
794
|
|
|
@@ -793,7 +800,7 @@ class PutAlternateContactCommand extends smithyClient.Command
|
|
|
793
800
|
})
|
|
794
801
|
.s("Account", "PutAlternateContact", {})
|
|
795
802
|
.n("AccountClient", "PutAlternateContactCommand")
|
|
796
|
-
.sc(PutAlternateContact)
|
|
803
|
+
.sc(PutAlternateContact$)
|
|
797
804
|
.build() {
|
|
798
805
|
}
|
|
799
806
|
|
|
@@ -805,7 +812,7 @@ class PutContactInformationCommand extends smithyClient.Command
|
|
|
805
812
|
})
|
|
806
813
|
.s("Account", "PutContactInformation", {})
|
|
807
814
|
.n("AccountClient", "PutContactInformationCommand")
|
|
808
|
-
.sc(PutContactInformation)
|
|
815
|
+
.sc(PutContactInformation$)
|
|
809
816
|
.build() {
|
|
810
817
|
}
|
|
811
818
|
|
|
@@ -817,7 +824,7 @@ class StartPrimaryEmailUpdateCommand extends smithyClient.Command
|
|
|
817
824
|
})
|
|
818
825
|
.s("Account", "StartPrimaryEmailUpdate", {})
|
|
819
826
|
.n("AccountClient", "StartPrimaryEmailUpdateCommand")
|
|
820
|
-
.sc(StartPrimaryEmailUpdate)
|
|
827
|
+
.sc(StartPrimaryEmailUpdate$)
|
|
821
828
|
.build() {
|
|
822
829
|
}
|
|
823
830
|
|
|
@@ -879,34 +886,85 @@ Object.defineProperty(exports, "__Client", {
|
|
|
879
886
|
enumerable: true,
|
|
880
887
|
get: function () { return smithyClient.Client; }
|
|
881
888
|
});
|
|
889
|
+
exports.AcceptPrimaryEmailUpdate$ = AcceptPrimaryEmailUpdate$;
|
|
882
890
|
exports.AcceptPrimaryEmailUpdateCommand = AcceptPrimaryEmailUpdateCommand;
|
|
883
|
-
exports.
|
|
891
|
+
exports.AcceptPrimaryEmailUpdateRequest$ = AcceptPrimaryEmailUpdateRequest$;
|
|
892
|
+
exports.AcceptPrimaryEmailUpdateResponse$ = AcceptPrimaryEmailUpdateResponse$;
|
|
893
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
894
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
884
895
|
exports.Account = Account;
|
|
885
896
|
exports.AccountClient = AccountClient;
|
|
886
|
-
exports.AccountServiceException = AccountServiceException
|
|
897
|
+
exports.AccountServiceException = AccountServiceException;
|
|
898
|
+
exports.AccountServiceException$ = AccountServiceException$;
|
|
899
|
+
exports.AlternateContact$ = AlternateContact$;
|
|
887
900
|
exports.AlternateContactType = AlternateContactType;
|
|
888
901
|
exports.AwsAccountState = AwsAccountState;
|
|
889
|
-
exports.ConflictException = ConflictException
|
|
902
|
+
exports.ConflictException = ConflictException;
|
|
903
|
+
exports.ConflictException$ = ConflictException$;
|
|
904
|
+
exports.ContactInformation$ = ContactInformation$;
|
|
905
|
+
exports.DeleteAlternateContact$ = DeleteAlternateContact$;
|
|
890
906
|
exports.DeleteAlternateContactCommand = DeleteAlternateContactCommand;
|
|
907
|
+
exports.DeleteAlternateContactRequest$ = DeleteAlternateContactRequest$;
|
|
908
|
+
exports.DisableRegion$ = DisableRegion$;
|
|
891
909
|
exports.DisableRegionCommand = DisableRegionCommand;
|
|
910
|
+
exports.DisableRegionRequest$ = DisableRegionRequest$;
|
|
911
|
+
exports.EnableRegion$ = EnableRegion$;
|
|
892
912
|
exports.EnableRegionCommand = EnableRegionCommand;
|
|
913
|
+
exports.EnableRegionRequest$ = EnableRegionRequest$;
|
|
914
|
+
exports.GetAccountInformation$ = GetAccountInformation$;
|
|
893
915
|
exports.GetAccountInformationCommand = GetAccountInformationCommand;
|
|
916
|
+
exports.GetAccountInformationRequest$ = GetAccountInformationRequest$;
|
|
917
|
+
exports.GetAccountInformationResponse$ = GetAccountInformationResponse$;
|
|
918
|
+
exports.GetAlternateContact$ = GetAlternateContact$;
|
|
894
919
|
exports.GetAlternateContactCommand = GetAlternateContactCommand;
|
|
920
|
+
exports.GetAlternateContactRequest$ = GetAlternateContactRequest$;
|
|
921
|
+
exports.GetAlternateContactResponse$ = GetAlternateContactResponse$;
|
|
922
|
+
exports.GetContactInformation$ = GetContactInformation$;
|
|
895
923
|
exports.GetContactInformationCommand = GetContactInformationCommand;
|
|
924
|
+
exports.GetContactInformationRequest$ = GetContactInformationRequest$;
|
|
925
|
+
exports.GetContactInformationResponse$ = GetContactInformationResponse$;
|
|
926
|
+
exports.GetGovCloudAccountInformation$ = GetGovCloudAccountInformation$;
|
|
896
927
|
exports.GetGovCloudAccountInformationCommand = GetGovCloudAccountInformationCommand;
|
|
928
|
+
exports.GetGovCloudAccountInformationRequest$ = GetGovCloudAccountInformationRequest$;
|
|
929
|
+
exports.GetGovCloudAccountInformationResponse$ = GetGovCloudAccountInformationResponse$;
|
|
930
|
+
exports.GetPrimaryEmail$ = GetPrimaryEmail$;
|
|
897
931
|
exports.GetPrimaryEmailCommand = GetPrimaryEmailCommand;
|
|
932
|
+
exports.GetPrimaryEmailRequest$ = GetPrimaryEmailRequest$;
|
|
933
|
+
exports.GetPrimaryEmailResponse$ = GetPrimaryEmailResponse$;
|
|
934
|
+
exports.GetRegionOptStatus$ = GetRegionOptStatus$;
|
|
898
935
|
exports.GetRegionOptStatusCommand = GetRegionOptStatusCommand;
|
|
899
|
-
exports.
|
|
936
|
+
exports.GetRegionOptStatusRequest$ = GetRegionOptStatusRequest$;
|
|
937
|
+
exports.GetRegionOptStatusResponse$ = GetRegionOptStatusResponse$;
|
|
938
|
+
exports.InternalServerException = InternalServerException;
|
|
939
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
940
|
+
exports.ListRegions$ = ListRegions$;
|
|
900
941
|
exports.ListRegionsCommand = ListRegionsCommand;
|
|
942
|
+
exports.ListRegionsRequest$ = ListRegionsRequest$;
|
|
943
|
+
exports.ListRegionsResponse$ = ListRegionsResponse$;
|
|
901
944
|
exports.PrimaryEmailUpdateStatus = PrimaryEmailUpdateStatus;
|
|
945
|
+
exports.PutAccountName$ = PutAccountName$;
|
|
902
946
|
exports.PutAccountNameCommand = PutAccountNameCommand;
|
|
947
|
+
exports.PutAccountNameRequest$ = PutAccountNameRequest$;
|
|
948
|
+
exports.PutAlternateContact$ = PutAlternateContact$;
|
|
903
949
|
exports.PutAlternateContactCommand = PutAlternateContactCommand;
|
|
950
|
+
exports.PutAlternateContactRequest$ = PutAlternateContactRequest$;
|
|
951
|
+
exports.PutContactInformation$ = PutContactInformation$;
|
|
904
952
|
exports.PutContactInformationCommand = PutContactInformationCommand;
|
|
953
|
+
exports.PutContactInformationRequest$ = PutContactInformationRequest$;
|
|
954
|
+
exports.Region$ = Region$;
|
|
905
955
|
exports.RegionOptStatus = RegionOptStatus;
|
|
906
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
907
|
-
exports.
|
|
956
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
957
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
958
|
+
exports.ResourceUnavailableException = ResourceUnavailableException;
|
|
959
|
+
exports.ResourceUnavailableException$ = ResourceUnavailableException$;
|
|
960
|
+
exports.StartPrimaryEmailUpdate$ = StartPrimaryEmailUpdate$;
|
|
908
961
|
exports.StartPrimaryEmailUpdateCommand = StartPrimaryEmailUpdateCommand;
|
|
909
|
-
exports.
|
|
910
|
-
exports.
|
|
962
|
+
exports.StartPrimaryEmailUpdateRequest$ = StartPrimaryEmailUpdateRequest$;
|
|
963
|
+
exports.StartPrimaryEmailUpdateResponse$ = StartPrimaryEmailUpdateResponse$;
|
|
964
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
965
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
966
|
+
exports.ValidationException = ValidationException;
|
|
967
|
+
exports.ValidationException$ = ValidationException$;
|
|
968
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
911
969
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
912
970
|
exports.paginateListRegions = paginateListRegions;
|