@aws-sdk/client-account 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist-cjs/index.js +528 -707
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AccountClient.js +2 -0
  4. package/dist-es/commands/AcceptPrimaryEmailUpdateCommand.js +3 -10
  5. package/dist-es/commands/DeleteAlternateContactCommand.js +3 -9
  6. package/dist-es/commands/DisableRegionCommand.js +3 -9
  7. package/dist-es/commands/EnableRegionCommand.js +3 -9
  8. package/dist-es/commands/GetAccountInformationCommand.js +3 -10
  9. package/dist-es/commands/GetAlternateContactCommand.js +3 -10
  10. package/dist-es/commands/GetContactInformationCommand.js +3 -10
  11. package/dist-es/commands/GetPrimaryEmailCommand.js +3 -10
  12. package/dist-es/commands/GetRegionOptStatusCommand.js +3 -9
  13. package/dist-es/commands/ListRegionsCommand.js +3 -9
  14. package/dist-es/commands/PutAccountNameCommand.js +3 -10
  15. package/dist-es/commands/PutAlternateContactCommand.js +3 -10
  16. package/dist-es/commands/PutContactInformationCommand.js +3 -10
  17. package/dist-es/commands/StartPrimaryEmailUpdateCommand.js +3 -10
  18. package/dist-es/models/models_0.js +0 -67
  19. package/dist-es/runtimeConfig.shared.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +482 -0
  21. package/dist-types/AccountClient.d.ts +10 -1
  22. package/dist-types/models/models_0.d.ts +0 -48
  23. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  24. package/dist-types/runtimeConfig.d.ts +1 -0
  25. package/dist-types/runtimeConfig.native.d.ts +1 -0
  26. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  27. package/dist-types/schemas/schemas_0.d.ts +70 -0
  28. package/dist-types/ts3.4/AccountClient.d.ts +4 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +0 -36
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +76 -0
  35. package/package.json +5 -5
  36. package/dist-es/protocols/Aws_restJson1.js +0 -515
  37. package/dist-types/protocols/Aws_restJson1.d.ts +0 -128
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
@@ -1,173 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AcceptPrimaryEmailUpdateCommandInput,
8
- AcceptPrimaryEmailUpdateCommandOutput,
9
- } from "../commands/AcceptPrimaryEmailUpdateCommand";
10
- import {
11
- DeleteAlternateContactCommandInput,
12
- DeleteAlternateContactCommandOutput,
13
- } from "../commands/DeleteAlternateContactCommand";
14
- import {
15
- DisableRegionCommandInput,
16
- DisableRegionCommandOutput,
17
- } from "../commands/DisableRegionCommand";
18
- import {
19
- EnableRegionCommandInput,
20
- EnableRegionCommandOutput,
21
- } from "../commands/EnableRegionCommand";
22
- import {
23
- GetAccountInformationCommandInput,
24
- GetAccountInformationCommandOutput,
25
- } from "../commands/GetAccountInformationCommand";
26
- import {
27
- GetAlternateContactCommandInput,
28
- GetAlternateContactCommandOutput,
29
- } from "../commands/GetAlternateContactCommand";
30
- import {
31
- GetContactInformationCommandInput,
32
- GetContactInformationCommandOutput,
33
- } from "../commands/GetContactInformationCommand";
34
- import {
35
- GetPrimaryEmailCommandInput,
36
- GetPrimaryEmailCommandOutput,
37
- } from "../commands/GetPrimaryEmailCommand";
38
- import {
39
- GetRegionOptStatusCommandInput,
40
- GetRegionOptStatusCommandOutput,
41
- } from "../commands/GetRegionOptStatusCommand";
42
- import {
43
- ListRegionsCommandInput,
44
- ListRegionsCommandOutput,
45
- } from "../commands/ListRegionsCommand";
46
- import {
47
- PutAccountNameCommandInput,
48
- PutAccountNameCommandOutput,
49
- } from "../commands/PutAccountNameCommand";
50
- import {
51
- PutAlternateContactCommandInput,
52
- PutAlternateContactCommandOutput,
53
- } from "../commands/PutAlternateContactCommand";
54
- import {
55
- PutContactInformationCommandInput,
56
- PutContactInformationCommandOutput,
57
- } from "../commands/PutContactInformationCommand";
58
- import {
59
- StartPrimaryEmailUpdateCommandInput,
60
- StartPrimaryEmailUpdateCommandOutput,
61
- } from "../commands/StartPrimaryEmailUpdateCommand";
62
- export declare const se_AcceptPrimaryEmailUpdateCommand: (
63
- input: AcceptPrimaryEmailUpdateCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_DeleteAlternateContactCommand: (
67
- input: DeleteAlternateContactCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_DisableRegionCommand: (
71
- input: DisableRegionCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_EnableRegionCommand: (
75
- input: EnableRegionCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_GetAccountInformationCommand: (
79
- input: GetAccountInformationCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_GetAlternateContactCommand: (
83
- input: GetAlternateContactCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_GetContactInformationCommand: (
87
- input: GetContactInformationCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_GetPrimaryEmailCommand: (
91
- input: GetPrimaryEmailCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_GetRegionOptStatusCommand: (
95
- input: GetRegionOptStatusCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_ListRegionsCommand: (
99
- input: ListRegionsCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_PutAccountNameCommand: (
103
- input: PutAccountNameCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_PutAlternateContactCommand: (
107
- input: PutAlternateContactCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_PutContactInformationCommand: (
111
- input: PutContactInformationCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_StartPrimaryEmailUpdateCommand: (
115
- input: StartPrimaryEmailUpdateCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const de_AcceptPrimaryEmailUpdateCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<AcceptPrimaryEmailUpdateCommandOutput>;
122
- export declare const de_DeleteAlternateContactCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<DeleteAlternateContactCommandOutput>;
126
- export declare const de_DisableRegionCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<DisableRegionCommandOutput>;
130
- export declare const de_EnableRegionCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<EnableRegionCommandOutput>;
134
- export declare const de_GetAccountInformationCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<GetAccountInformationCommandOutput>;
138
- export declare const de_GetAlternateContactCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<GetAlternateContactCommandOutput>;
142
- export declare const de_GetContactInformationCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<GetContactInformationCommandOutput>;
146
- export declare const de_GetPrimaryEmailCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<GetPrimaryEmailCommandOutput>;
150
- export declare const de_GetRegionOptStatusCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<GetRegionOptStatusCommandOutput>;
154
- export declare const de_ListRegionsCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<ListRegionsCommandOutput>;
158
- export declare const de_PutAccountNameCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<PutAccountNameCommandOutput>;
162
- export declare const de_PutAlternateContactCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<PutAlternateContactCommandOutput>;
166
- export declare const de_PutContactInformationCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<PutContactInformationCommandOutput>;
170
- export declare const de_StartPrimaryEmailUpdateCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<StartPrimaryEmailUpdateCommandOutput>;