@aws-sdk/client-account 3.687.0 → 3.691.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.
|
@@ -56,7 +56,7 @@ export interface AcceptPrimaryEmailUpdateResponse {
|
|
|
56
56
|
* <p>Retrieves the status of the accepted primary email update request.</p>
|
|
57
57
|
* @public
|
|
58
58
|
*/
|
|
59
|
-
Status?: PrimaryEmailUpdateStatus;
|
|
59
|
+
Status?: PrimaryEmailUpdateStatus | undefined;
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
62
|
* <p>The operation failed because the calling identity doesn't have the minimum required
|
|
@@ -166,12 +166,12 @@ export declare class ValidationException extends __BaseException {
|
|
|
166
166
|
* <p>The reason that validation failed.</p>
|
|
167
167
|
* @public
|
|
168
168
|
*/
|
|
169
|
-
reason?: ValidationExceptionReason;
|
|
169
|
+
reason?: ValidationExceptionReason | undefined;
|
|
170
170
|
/**
|
|
171
171
|
* <p>The field where the invalid entry was detected.</p>
|
|
172
172
|
* @public
|
|
173
173
|
*/
|
|
174
|
-
fieldList?: ValidationExceptionField[];
|
|
174
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
175
175
|
/**
|
|
176
176
|
* @internal
|
|
177
177
|
*/
|
|
@@ -220,7 +220,7 @@ export interface DeleteAlternateContactRequest {
|
|
|
220
220
|
* the account whose contacts you wish to retrieve or modify.</p>
|
|
221
221
|
* @public
|
|
222
222
|
*/
|
|
223
|
-
AccountId?: string;
|
|
223
|
+
AccountId?: string | undefined;
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
226
|
* @public
|
|
@@ -252,7 +252,7 @@ export interface GetAlternateContactRequest {
|
|
|
252
252
|
* the account whose contacts you wish to retrieve or modify.</p>
|
|
253
253
|
* @public
|
|
254
254
|
*/
|
|
255
|
-
AccountId?: string;
|
|
255
|
+
AccountId?: string | undefined;
|
|
256
256
|
}
|
|
257
257
|
/**
|
|
258
258
|
* <p>A structure that contains the details of an alternate contact associated with an Amazon Web Services
|
|
@@ -264,27 +264,27 @@ export interface AlternateContact {
|
|
|
264
264
|
* <p>The name associated with this alternate contact.</p>
|
|
265
265
|
* @public
|
|
266
266
|
*/
|
|
267
|
-
Name?: string;
|
|
267
|
+
Name?: string | undefined;
|
|
268
268
|
/**
|
|
269
269
|
* <p>The title associated with this alternate contact.</p>
|
|
270
270
|
* @public
|
|
271
271
|
*/
|
|
272
|
-
Title?: string;
|
|
272
|
+
Title?: string | undefined;
|
|
273
273
|
/**
|
|
274
274
|
* <p>The email address associated with this alternate contact.</p>
|
|
275
275
|
* @public
|
|
276
276
|
*/
|
|
277
|
-
EmailAddress?: string;
|
|
277
|
+
EmailAddress?: string | undefined;
|
|
278
278
|
/**
|
|
279
279
|
* <p>The phone number associated with this alternate contact.</p>
|
|
280
280
|
* @public
|
|
281
281
|
*/
|
|
282
|
-
PhoneNumber?: string;
|
|
282
|
+
PhoneNumber?: string | undefined;
|
|
283
283
|
/**
|
|
284
284
|
* <p>The type of alternate contact.</p>
|
|
285
285
|
* @public
|
|
286
286
|
*/
|
|
287
|
-
AlternateContactType?: AlternateContactType;
|
|
287
|
+
AlternateContactType?: AlternateContactType | undefined;
|
|
288
288
|
}
|
|
289
289
|
/**
|
|
290
290
|
* @public
|
|
@@ -294,7 +294,7 @@ export interface GetAlternateContactResponse {
|
|
|
294
294
|
* <p>A structure that contains the details for the specified alternate contact.</p>
|
|
295
295
|
* @public
|
|
296
296
|
*/
|
|
297
|
-
AlternateContact?: AlternateContact;
|
|
297
|
+
AlternateContact?: AlternateContact | undefined;
|
|
298
298
|
}
|
|
299
299
|
/**
|
|
300
300
|
* @public
|
|
@@ -346,7 +346,7 @@ export interface PutAlternateContactRequest {
|
|
|
346
346
|
* the account whose contacts you wish to retrieve or modify.</p>
|
|
347
347
|
* @public
|
|
348
348
|
*/
|
|
349
|
-
AccountId?: string;
|
|
349
|
+
AccountId?: string | undefined;
|
|
350
350
|
}
|
|
351
351
|
/**
|
|
352
352
|
* @public
|
|
@@ -373,7 +373,7 @@ export interface GetContactInformationRequest {
|
|
|
373
373
|
* account whose contacts you wish to retrieve or modify.</p>
|
|
374
374
|
* @public
|
|
375
375
|
*/
|
|
376
|
-
AccountId?: string;
|
|
376
|
+
AccountId?: string | undefined;
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
379
|
* <p>Contains the details of the primary contact information associated with an
|
|
@@ -395,12 +395,12 @@ export interface ContactInformation {
|
|
|
395
395
|
* <p>The second line of the primary contact address, if any.</p>
|
|
396
396
|
* @public
|
|
397
397
|
*/
|
|
398
|
-
AddressLine2?: string;
|
|
398
|
+
AddressLine2?: string | undefined;
|
|
399
399
|
/**
|
|
400
400
|
* <p>The third line of the primary contact address, if any.</p>
|
|
401
401
|
* @public
|
|
402
402
|
*/
|
|
403
|
-
AddressLine3?: string;
|
|
403
|
+
AddressLine3?: string | undefined;
|
|
404
404
|
/**
|
|
405
405
|
* <p>The city of the primary contact address.</p>
|
|
406
406
|
* @public
|
|
@@ -414,12 +414,12 @@ export interface ContactInformation {
|
|
|
414
414
|
* and <code>BR</code>.</p>
|
|
415
415
|
* @public
|
|
416
416
|
*/
|
|
417
|
-
StateOrRegion?: string;
|
|
417
|
+
StateOrRegion?: string | undefined;
|
|
418
418
|
/**
|
|
419
419
|
* <p>The district or county of the primary contact address, if any.</p>
|
|
420
420
|
* @public
|
|
421
421
|
*/
|
|
422
|
-
DistrictOrCounty?: string;
|
|
422
|
+
DistrictOrCounty?: string | undefined;
|
|
423
423
|
/**
|
|
424
424
|
* <p>The postal code of the primary contact address.</p>
|
|
425
425
|
* @public
|
|
@@ -441,12 +441,12 @@ export interface ContactInformation {
|
|
|
441
441
|
* any.</p>
|
|
442
442
|
* @public
|
|
443
443
|
*/
|
|
444
|
-
CompanyName?: string;
|
|
444
|
+
CompanyName?: string | undefined;
|
|
445
445
|
/**
|
|
446
446
|
* <p>The URL of the website associated with the primary contact information, if any.</p>
|
|
447
447
|
* @public
|
|
448
448
|
*/
|
|
449
|
-
WebsiteUrl?: string;
|
|
449
|
+
WebsiteUrl?: string | undefined;
|
|
450
450
|
}
|
|
451
451
|
/**
|
|
452
452
|
* @public
|
|
@@ -457,7 +457,7 @@ export interface GetContactInformationResponse {
|
|
|
457
457
|
* Amazon Web Services account.</p>
|
|
458
458
|
* @public
|
|
459
459
|
*/
|
|
460
|
-
ContactInformation?: ContactInformation;
|
|
460
|
+
ContactInformation?: ContactInformation | undefined;
|
|
461
461
|
}
|
|
462
462
|
/**
|
|
463
463
|
* @public
|
|
@@ -490,7 +490,7 @@ export interface PutContactInformationRequest {
|
|
|
490
490
|
* account whose contacts you wish to retrieve or modify.</p>
|
|
491
491
|
* @public
|
|
492
492
|
*/
|
|
493
|
-
AccountId?: string;
|
|
493
|
+
AccountId?: string | undefined;
|
|
494
494
|
}
|
|
495
495
|
/**
|
|
496
496
|
* @public
|
|
@@ -524,7 +524,7 @@ export interface GetPrimaryEmailResponse {
|
|
|
524
524
|
* account.</p>
|
|
525
525
|
* @public
|
|
526
526
|
*/
|
|
527
|
-
PrimaryEmail?: string;
|
|
527
|
+
PrimaryEmail?: string | undefined;
|
|
528
528
|
}
|
|
529
529
|
/**
|
|
530
530
|
* @public
|
|
@@ -563,7 +563,7 @@ export interface StartPrimaryEmailUpdateResponse {
|
|
|
563
563
|
* <p>The status of the primary email update request.</p>
|
|
564
564
|
* @public
|
|
565
565
|
*/
|
|
566
|
-
Status?: PrimaryEmailUpdateStatus;
|
|
566
|
+
Status?: PrimaryEmailUpdateStatus | undefined;
|
|
567
567
|
}
|
|
568
568
|
/**
|
|
569
569
|
* @public
|
|
@@ -590,7 +590,7 @@ export interface DisableRegionRequest {
|
|
|
590
590
|
* account whose contacts you wish to retrieve or modify.</p>
|
|
591
591
|
* @public
|
|
592
592
|
*/
|
|
593
|
-
AccountId?: string;
|
|
593
|
+
AccountId?: string | undefined;
|
|
594
594
|
/**
|
|
595
595
|
* <p>Specifies the Region-code for a given Region name (for example,
|
|
596
596
|
* <code>af-south-1</code>). When you disable a Region, Amazon Web Services performs actions to
|
|
@@ -626,7 +626,7 @@ export interface EnableRegionRequest {
|
|
|
626
626
|
* account whose contacts you wish to retrieve or modify.</p>
|
|
627
627
|
* @public
|
|
628
628
|
*/
|
|
629
|
-
AccountId?: string;
|
|
629
|
+
AccountId?: string | undefined;
|
|
630
630
|
/**
|
|
631
631
|
* <p>Specifies the Region-code for a given Region name (for example,
|
|
632
632
|
* <code>af-south-1</code>). When you enable a Region, Amazon Web Services performs actions to
|
|
@@ -663,7 +663,7 @@ export interface GetRegionOptStatusRequest {
|
|
|
663
663
|
* account whose contacts you wish to retrieve or modify.</p>
|
|
664
664
|
* @public
|
|
665
665
|
*/
|
|
666
|
-
AccountId?: string;
|
|
666
|
+
AccountId?: string | undefined;
|
|
667
667
|
/**
|
|
668
668
|
* <p>Specifies the Region-code for a given Region name (for example,
|
|
669
669
|
* <code>af-south-1</code>). This function will return the status of whatever Region
|
|
@@ -695,13 +695,13 @@ export interface GetRegionOptStatusResponse {
|
|
|
695
695
|
* <p>The Region code that was passed in.</p>
|
|
696
696
|
* @public
|
|
697
697
|
*/
|
|
698
|
-
RegionName?: string;
|
|
698
|
+
RegionName?: string | undefined;
|
|
699
699
|
/**
|
|
700
700
|
* <p>One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled,
|
|
701
701
|
* Disabling, Enabled_By_Default).</p>
|
|
702
702
|
* @public
|
|
703
703
|
*/
|
|
704
|
-
RegionOptStatus?: RegionOptStatus;
|
|
704
|
+
RegionOptStatus?: RegionOptStatus | undefined;
|
|
705
705
|
}
|
|
706
706
|
/**
|
|
707
707
|
* @public
|
|
@@ -728,7 +728,7 @@ export interface ListRegionsRequest {
|
|
|
728
728
|
* account whose contacts you wish to retrieve or modify.</p>
|
|
729
729
|
* @public
|
|
730
730
|
*/
|
|
731
|
-
AccountId?: string;
|
|
731
|
+
AccountId?: string | undefined;
|
|
732
732
|
/**
|
|
733
733
|
* <p>The total number of items to return in the command’s output. If the total number of
|
|
734
734
|
* items available is more than the value specified, a <code>NextToken</code> is provided
|
|
@@ -739,14 +739,14 @@ export interface ListRegionsRequest {
|
|
|
739
739
|
* Guide</i>. </p>
|
|
740
740
|
* @public
|
|
741
741
|
*/
|
|
742
|
-
MaxResults?: number;
|
|
742
|
+
MaxResults?: number | undefined;
|
|
743
743
|
/**
|
|
744
744
|
* <p>A token used to specify where to start paginating. This is the <code>NextToken</code>
|
|
745
745
|
* from a previously truncated response. For usage examples, see <a href="http://docs.aws.amazon.com/cli/latest/userguide/pagination.html">Pagination</a> in the
|
|
746
746
|
* <i>Amazon Web Services Command Line Interface User Guide</i>.</p>
|
|
747
747
|
* @public
|
|
748
748
|
*/
|
|
749
|
-
NextToken?: string;
|
|
749
|
+
NextToken?: string | undefined;
|
|
750
750
|
/**
|
|
751
751
|
* <p>A list of Region statuses (Enabling, Enabled, Disabling, Disabled, Enabled_by_default)
|
|
752
752
|
* to use to filter the list of Regions for a given account. For example, passing in a
|
|
@@ -754,7 +754,7 @@ export interface ListRegionsRequest {
|
|
|
754
754
|
* ENABLING.</p>
|
|
755
755
|
* @public
|
|
756
756
|
*/
|
|
757
|
-
RegionOptStatusContains?: RegionOptStatus[];
|
|
757
|
+
RegionOptStatusContains?: RegionOptStatus[] | undefined;
|
|
758
758
|
}
|
|
759
759
|
/**
|
|
760
760
|
* <p>This is a structure that expresses the Region for a given account, consisting of a
|
|
@@ -766,13 +766,13 @@ export interface Region {
|
|
|
766
766
|
* <p>The Region code of a given Region (for example, <code>us-east-1</code>).</p>
|
|
767
767
|
* @public
|
|
768
768
|
*/
|
|
769
|
-
RegionName?: string;
|
|
769
|
+
RegionName?: string | undefined;
|
|
770
770
|
/**
|
|
771
771
|
* <p>One of potential statuses a Region can undergo (Enabled, Enabling, Disabled,
|
|
772
772
|
* Disabling, Enabled_By_Default).</p>
|
|
773
773
|
* @public
|
|
774
774
|
*/
|
|
775
|
-
RegionOptStatus?: RegionOptStatus;
|
|
775
|
+
RegionOptStatus?: RegionOptStatus | undefined;
|
|
776
776
|
}
|
|
777
777
|
/**
|
|
778
778
|
* @public
|
|
@@ -783,14 +783,14 @@ export interface ListRegionsResponse {
|
|
|
783
783
|
* the <code>next-token</code> request parameter of <code>list-regions</code>.</p>
|
|
784
784
|
* @public
|
|
785
785
|
*/
|
|
786
|
-
NextToken?: string;
|
|
786
|
+
NextToken?: string | undefined;
|
|
787
787
|
/**
|
|
788
788
|
* <p>This is a list of Regions for a given account, or if the filtered parameter was used,
|
|
789
789
|
* a list of Regions that match the filter criteria set in the <code>filter</code>
|
|
790
790
|
* parameter.</p>
|
|
791
791
|
* @public
|
|
792
792
|
*/
|
|
793
|
-
Regions?: Region[];
|
|
793
|
+
Regions?: Region[] | undefined;
|
|
794
794
|
}
|
|
795
795
|
/**
|
|
796
796
|
* @internal
|
|
@@ -12,7 +12,7 @@ export declare const PrimaryEmailUpdateStatus: {
|
|
|
12
12
|
export type PrimaryEmailUpdateStatus =
|
|
13
13
|
(typeof PrimaryEmailUpdateStatus)[keyof typeof PrimaryEmailUpdateStatus];
|
|
14
14
|
export interface AcceptPrimaryEmailUpdateResponse {
|
|
15
|
-
Status?: PrimaryEmailUpdateStatus;
|
|
15
|
+
Status?: PrimaryEmailUpdateStatus | undefined;
|
|
16
16
|
}
|
|
17
17
|
export declare class AccessDeniedException extends __BaseException {
|
|
18
18
|
readonly name: "AccessDeniedException";
|
|
@@ -64,8 +64,8 @@ export type ValidationExceptionReason =
|
|
|
64
64
|
export declare class ValidationException extends __BaseException {
|
|
65
65
|
readonly name: "ValidationException";
|
|
66
66
|
readonly $fault: "client";
|
|
67
|
-
reason?: ValidationExceptionReason;
|
|
68
|
-
fieldList?: ValidationExceptionField[];
|
|
67
|
+
reason?: ValidationExceptionReason | undefined;
|
|
68
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
69
69
|
constructor(
|
|
70
70
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
71
71
|
);
|
|
@@ -79,21 +79,21 @@ export type AlternateContactType =
|
|
|
79
79
|
(typeof AlternateContactType)[keyof typeof AlternateContactType];
|
|
80
80
|
export interface DeleteAlternateContactRequest {
|
|
81
81
|
AlternateContactType: AlternateContactType | undefined;
|
|
82
|
-
AccountId?: string;
|
|
82
|
+
AccountId?: string | undefined;
|
|
83
83
|
}
|
|
84
84
|
export interface GetAlternateContactRequest {
|
|
85
85
|
AlternateContactType: AlternateContactType | undefined;
|
|
86
|
-
AccountId?: string;
|
|
86
|
+
AccountId?: string | undefined;
|
|
87
87
|
}
|
|
88
88
|
export interface AlternateContact {
|
|
89
|
-
Name?: string;
|
|
90
|
-
Title?: string;
|
|
91
|
-
EmailAddress?: string;
|
|
92
|
-
PhoneNumber?: string;
|
|
93
|
-
AlternateContactType?: AlternateContactType;
|
|
89
|
+
Name?: string | undefined;
|
|
90
|
+
Title?: string | undefined;
|
|
91
|
+
EmailAddress?: string | undefined;
|
|
92
|
+
PhoneNumber?: string | undefined;
|
|
93
|
+
AlternateContactType?: AlternateContactType | undefined;
|
|
94
94
|
}
|
|
95
95
|
export interface GetAlternateContactResponse {
|
|
96
|
-
AlternateContact?: AlternateContact;
|
|
96
|
+
AlternateContact?: AlternateContact | undefined;
|
|
97
97
|
}
|
|
98
98
|
export interface PutAlternateContactRequest {
|
|
99
99
|
Name: string | undefined;
|
|
@@ -101,55 +101,55 @@ export interface PutAlternateContactRequest {
|
|
|
101
101
|
EmailAddress: string | undefined;
|
|
102
102
|
PhoneNumber: string | undefined;
|
|
103
103
|
AlternateContactType: AlternateContactType | undefined;
|
|
104
|
-
AccountId?: string;
|
|
104
|
+
AccountId?: string | undefined;
|
|
105
105
|
}
|
|
106
106
|
export interface GetContactInformationRequest {
|
|
107
|
-
AccountId?: string;
|
|
107
|
+
AccountId?: string | undefined;
|
|
108
108
|
}
|
|
109
109
|
export interface ContactInformation {
|
|
110
110
|
FullName: string | undefined;
|
|
111
111
|
AddressLine1: string | undefined;
|
|
112
|
-
AddressLine2?: string;
|
|
113
|
-
AddressLine3?: string;
|
|
112
|
+
AddressLine2?: string | undefined;
|
|
113
|
+
AddressLine3?: string | undefined;
|
|
114
114
|
City: string | undefined;
|
|
115
|
-
StateOrRegion?: string;
|
|
116
|
-
DistrictOrCounty?: string;
|
|
115
|
+
StateOrRegion?: string | undefined;
|
|
116
|
+
DistrictOrCounty?: string | undefined;
|
|
117
117
|
PostalCode: string | undefined;
|
|
118
118
|
CountryCode: string | undefined;
|
|
119
119
|
PhoneNumber: string | undefined;
|
|
120
|
-
CompanyName?: string;
|
|
121
|
-
WebsiteUrl?: string;
|
|
120
|
+
CompanyName?: string | undefined;
|
|
121
|
+
WebsiteUrl?: string | undefined;
|
|
122
122
|
}
|
|
123
123
|
export interface GetContactInformationResponse {
|
|
124
|
-
ContactInformation?: ContactInformation;
|
|
124
|
+
ContactInformation?: ContactInformation | undefined;
|
|
125
125
|
}
|
|
126
126
|
export interface PutContactInformationRequest {
|
|
127
127
|
ContactInformation: ContactInformation | undefined;
|
|
128
|
-
AccountId?: string;
|
|
128
|
+
AccountId?: string | undefined;
|
|
129
129
|
}
|
|
130
130
|
export interface GetPrimaryEmailRequest {
|
|
131
131
|
AccountId: string | undefined;
|
|
132
132
|
}
|
|
133
133
|
export interface GetPrimaryEmailResponse {
|
|
134
|
-
PrimaryEmail?: string;
|
|
134
|
+
PrimaryEmail?: string | undefined;
|
|
135
135
|
}
|
|
136
136
|
export interface StartPrimaryEmailUpdateRequest {
|
|
137
137
|
AccountId: string | undefined;
|
|
138
138
|
PrimaryEmail: string | undefined;
|
|
139
139
|
}
|
|
140
140
|
export interface StartPrimaryEmailUpdateResponse {
|
|
141
|
-
Status?: PrimaryEmailUpdateStatus;
|
|
141
|
+
Status?: PrimaryEmailUpdateStatus | undefined;
|
|
142
142
|
}
|
|
143
143
|
export interface DisableRegionRequest {
|
|
144
|
-
AccountId?: string;
|
|
144
|
+
AccountId?: string | undefined;
|
|
145
145
|
RegionName: string | undefined;
|
|
146
146
|
}
|
|
147
147
|
export interface EnableRegionRequest {
|
|
148
|
-
AccountId?: string;
|
|
148
|
+
AccountId?: string | undefined;
|
|
149
149
|
RegionName: string | undefined;
|
|
150
150
|
}
|
|
151
151
|
export interface GetRegionOptStatusRequest {
|
|
152
|
-
AccountId?: string;
|
|
152
|
+
AccountId?: string | undefined;
|
|
153
153
|
RegionName: string | undefined;
|
|
154
154
|
}
|
|
155
155
|
export declare const RegionOptStatus: {
|
|
@@ -162,22 +162,22 @@ export declare const RegionOptStatus: {
|
|
|
162
162
|
export type RegionOptStatus =
|
|
163
163
|
(typeof RegionOptStatus)[keyof typeof RegionOptStatus];
|
|
164
164
|
export interface GetRegionOptStatusResponse {
|
|
165
|
-
RegionName?: string;
|
|
166
|
-
RegionOptStatus?: RegionOptStatus;
|
|
165
|
+
RegionName?: string | undefined;
|
|
166
|
+
RegionOptStatus?: RegionOptStatus | undefined;
|
|
167
167
|
}
|
|
168
168
|
export interface ListRegionsRequest {
|
|
169
|
-
AccountId?: string;
|
|
170
|
-
MaxResults?: number;
|
|
171
|
-
NextToken?: string;
|
|
172
|
-
RegionOptStatusContains?: RegionOptStatus[];
|
|
169
|
+
AccountId?: string | undefined;
|
|
170
|
+
MaxResults?: number | undefined;
|
|
171
|
+
NextToken?: string | undefined;
|
|
172
|
+
RegionOptStatusContains?: RegionOptStatus[] | undefined;
|
|
173
173
|
}
|
|
174
174
|
export interface Region {
|
|
175
|
-
RegionName?: string;
|
|
176
|
-
RegionOptStatus?: RegionOptStatus;
|
|
175
|
+
RegionName?: string | undefined;
|
|
176
|
+
RegionOptStatus?: RegionOptStatus | undefined;
|
|
177
177
|
}
|
|
178
178
|
export interface ListRegionsResponse {
|
|
179
|
-
NextToken?: string;
|
|
180
|
-
Regions?: Region[];
|
|
179
|
+
NextToken?: string | undefined;
|
|
180
|
+
Regions?: Region[] | undefined;
|
|
181
181
|
}
|
|
182
182
|
export declare const AcceptPrimaryEmailUpdateRequestFilterSensitiveLog: (
|
|
183
183
|
obj: AcceptPrimaryEmailUpdateRequest
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-account",
|
|
3
3
|
"description": "AWS SDK for JavaScript Account Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.691.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-account",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.691.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.691.0",
|
|
25
|
+
"@aws-sdk/core": "3.691.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.691.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.686.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.686.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.686.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.691.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.686.0",
|
|
32
32
|
"@aws-sdk/types": "3.686.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.686.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.686.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.691.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.10",
|
|
37
37
|
"@smithy/core": "^2.5.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.0.0",
|