@aws-sdk/client-amplify 3.168.0 → 3.170.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 (52) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Amplify.d.ts +670 -190
  3. package/dist-types/ts3.4/AmplifyClient.d.ts +351 -110
  4. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +5 -5
  44. package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1277 -1196
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +449 -113
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  52. package/package.json +34 -34
@@ -1,110 +1,351 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
10
- import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "./commands/CreateBackendEnvironmentCommand";
11
- import { CreateBranchCommandInput, CreateBranchCommandOutput } from "./commands/CreateBranchCommand";
12
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
13
- import { CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput } from "./commands/CreateDomainAssociationCommand";
14
- import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "./commands/CreateWebhookCommand";
15
- import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
16
- import { DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput } from "./commands/DeleteBackendEnvironmentCommand";
17
- import { DeleteBranchCommandInput, DeleteBranchCommandOutput } from "./commands/DeleteBranchCommand";
18
- import { DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput } from "./commands/DeleteDomainAssociationCommand";
19
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
20
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "./commands/DeleteWebhookCommand";
21
- import { GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput } from "./commands/GenerateAccessLogsCommand";
22
- import { GetAppCommandInput, GetAppCommandOutput } from "./commands/GetAppCommand";
23
- import { GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput } from "./commands/GetArtifactUrlCommand";
24
- import { GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput } from "./commands/GetBackendEnvironmentCommand";
25
- import { GetBranchCommandInput, GetBranchCommandOutput } from "./commands/GetBranchCommand";
26
- import { GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput } from "./commands/GetDomainAssociationCommand";
27
- import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
28
- import { GetWebhookCommandInput, GetWebhookCommandOutput } from "./commands/GetWebhookCommand";
29
- import { ListAppsCommandInput, ListAppsCommandOutput } from "./commands/ListAppsCommand";
30
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
31
- import { ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput } from "./commands/ListBackendEnvironmentsCommand";
32
- import { ListBranchesCommandInput, ListBranchesCommandOutput } from "./commands/ListBranchesCommand";
33
- import { ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput } from "./commands/ListDomainAssociationsCommand";
34
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
35
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
36
- import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "./commands/ListWebhooksCommand";
37
- import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "./commands/StartDeploymentCommand";
38
- import { StartJobCommandInput, StartJobCommandOutput } from "./commands/StartJobCommand";
39
- import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
40
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
41
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
42
- import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/UpdateAppCommand";
43
- import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "./commands/UpdateBranchCommand";
44
- import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "./commands/UpdateDomainAssociationCommand";
45
- import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./commands/UpdateWebhookCommand";
46
- export declare type ServiceInputTypes = CreateAppCommandInput | CreateBackendEnvironmentCommandInput | CreateBranchCommandInput | CreateDeploymentCommandInput | CreateDomainAssociationCommandInput | CreateWebhookCommandInput | DeleteAppCommandInput | DeleteBackendEnvironmentCommandInput | DeleteBranchCommandInput | DeleteDomainAssociationCommandInput | DeleteJobCommandInput | DeleteWebhookCommandInput | GenerateAccessLogsCommandInput | GetAppCommandInput | GetArtifactUrlCommandInput | GetBackendEnvironmentCommandInput | GetBranchCommandInput | GetDomainAssociationCommandInput | GetJobCommandInput | GetWebhookCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListBackendEnvironmentsCommandInput | ListBranchesCommandInput | ListDomainAssociationsCommandInput | ListJobsCommandInput | ListTagsForResourceCommandInput | ListWebhooksCommandInput | StartDeploymentCommandInput | StartJobCommandInput | StopJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAppCommandInput | UpdateBranchCommandInput | UpdateDomainAssociationCommandInput | UpdateWebhookCommandInput;
47
- export declare type ServiceOutputTypes = CreateAppCommandOutput | CreateBackendEnvironmentCommandOutput | CreateBranchCommandOutput | CreateDeploymentCommandOutput | CreateDomainAssociationCommandOutput | CreateWebhookCommandOutput | DeleteAppCommandOutput | DeleteBackendEnvironmentCommandOutput | DeleteBranchCommandOutput | DeleteDomainAssociationCommandOutput | DeleteJobCommandOutput | DeleteWebhookCommandOutput | GenerateAccessLogsCommandOutput | GetAppCommandOutput | GetArtifactUrlCommandOutput | GetBackendEnvironmentCommandOutput | GetBranchCommandOutput | GetDomainAssociationCommandOutput | GetJobCommandOutput | GetWebhookCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListBackendEnvironmentsCommandOutput | ListBranchesCommandOutput | ListDomainAssociationsCommandOutput | ListJobsCommandOutput | ListTagsForResourceCommandOutput | ListWebhooksCommandOutput | StartDeploymentCommandOutput | StartJobCommandOutput | StopJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAppCommandOutput | UpdateBranchCommandOutput | UpdateDomainAssociationCommandOutput | UpdateWebhookCommandOutput;
48
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
49
-
50
- requestHandler?: __HttpHandler;
51
-
52
- sha256?: __HashConstructor;
53
-
54
- urlParser?: __UrlParser;
55
-
56
- bodyLengthChecker?: __BodyLengthCalculator;
57
-
58
- streamCollector?: __StreamCollector;
59
-
60
- base64Decoder?: __Decoder;
61
-
62
- base64Encoder?: __Encoder;
63
-
64
- utf8Decoder?: __Decoder;
65
-
66
- utf8Encoder?: __Encoder;
67
-
68
- runtime?: string;
69
-
70
- disableHostPrefix?: boolean;
71
-
72
- maxAttempts?: number | __Provider<number>;
73
-
74
- retryMode?: string | __Provider<string>;
75
-
76
- logger?: __Logger;
77
-
78
- useDualstackEndpoint?: boolean | __Provider<boolean>;
79
-
80
- useFipsEndpoint?: boolean | __Provider<boolean>;
81
-
82
- serviceId?: string;
83
-
84
- region?: string | __Provider<string>;
85
-
86
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
87
-
88
- regionInfoProvider?: RegionInfoProvider;
89
-
90
- defaultUserAgentProvider?: Provider<__UserAgent>;
91
-
92
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
93
- }
94
- declare type AmplifyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
95
-
96
- export interface AmplifyClientConfig extends AmplifyClientConfigType {
97
- }
98
- declare type AmplifyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
99
-
100
- export interface AmplifyClientResolvedConfig extends AmplifyClientResolvedConfigType {
101
- }
102
-
103
- export declare class AmplifyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AmplifyClientResolvedConfig> {
104
-
105
- readonly config: AmplifyClientResolvedConfig;
106
- constructor(configuration: AmplifyClientConfig);
107
-
108
- destroy(): void;
109
- }
110
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateAppCommandInput,
47
+ CreateAppCommandOutput,
48
+ } from "./commands/CreateAppCommand";
49
+ import {
50
+ CreateBackendEnvironmentCommandInput,
51
+ CreateBackendEnvironmentCommandOutput,
52
+ } from "./commands/CreateBackendEnvironmentCommand";
53
+ import {
54
+ CreateBranchCommandInput,
55
+ CreateBranchCommandOutput,
56
+ } from "./commands/CreateBranchCommand";
57
+ import {
58
+ CreateDeploymentCommandInput,
59
+ CreateDeploymentCommandOutput,
60
+ } from "./commands/CreateDeploymentCommand";
61
+ import {
62
+ CreateDomainAssociationCommandInput,
63
+ CreateDomainAssociationCommandOutput,
64
+ } from "./commands/CreateDomainAssociationCommand";
65
+ import {
66
+ CreateWebhookCommandInput,
67
+ CreateWebhookCommandOutput,
68
+ } from "./commands/CreateWebhookCommand";
69
+ import {
70
+ DeleteAppCommandInput,
71
+ DeleteAppCommandOutput,
72
+ } from "./commands/DeleteAppCommand";
73
+ import {
74
+ DeleteBackendEnvironmentCommandInput,
75
+ DeleteBackendEnvironmentCommandOutput,
76
+ } from "./commands/DeleteBackendEnvironmentCommand";
77
+ import {
78
+ DeleteBranchCommandInput,
79
+ DeleteBranchCommandOutput,
80
+ } from "./commands/DeleteBranchCommand";
81
+ import {
82
+ DeleteDomainAssociationCommandInput,
83
+ DeleteDomainAssociationCommandOutput,
84
+ } from "./commands/DeleteDomainAssociationCommand";
85
+ import {
86
+ DeleteJobCommandInput,
87
+ DeleteJobCommandOutput,
88
+ } from "./commands/DeleteJobCommand";
89
+ import {
90
+ DeleteWebhookCommandInput,
91
+ DeleteWebhookCommandOutput,
92
+ } from "./commands/DeleteWebhookCommand";
93
+ import {
94
+ GenerateAccessLogsCommandInput,
95
+ GenerateAccessLogsCommandOutput,
96
+ } from "./commands/GenerateAccessLogsCommand";
97
+ import {
98
+ GetAppCommandInput,
99
+ GetAppCommandOutput,
100
+ } from "./commands/GetAppCommand";
101
+ import {
102
+ GetArtifactUrlCommandInput,
103
+ GetArtifactUrlCommandOutput,
104
+ } from "./commands/GetArtifactUrlCommand";
105
+ import {
106
+ GetBackendEnvironmentCommandInput,
107
+ GetBackendEnvironmentCommandOutput,
108
+ } from "./commands/GetBackendEnvironmentCommand";
109
+ import {
110
+ GetBranchCommandInput,
111
+ GetBranchCommandOutput,
112
+ } from "./commands/GetBranchCommand";
113
+ import {
114
+ GetDomainAssociationCommandInput,
115
+ GetDomainAssociationCommandOutput,
116
+ } from "./commands/GetDomainAssociationCommand";
117
+ import {
118
+ GetJobCommandInput,
119
+ GetJobCommandOutput,
120
+ } from "./commands/GetJobCommand";
121
+ import {
122
+ GetWebhookCommandInput,
123
+ GetWebhookCommandOutput,
124
+ } from "./commands/GetWebhookCommand";
125
+ import {
126
+ ListAppsCommandInput,
127
+ ListAppsCommandOutput,
128
+ } from "./commands/ListAppsCommand";
129
+ import {
130
+ ListArtifactsCommandInput,
131
+ ListArtifactsCommandOutput,
132
+ } from "./commands/ListArtifactsCommand";
133
+ import {
134
+ ListBackendEnvironmentsCommandInput,
135
+ ListBackendEnvironmentsCommandOutput,
136
+ } from "./commands/ListBackendEnvironmentsCommand";
137
+ import {
138
+ ListBranchesCommandInput,
139
+ ListBranchesCommandOutput,
140
+ } from "./commands/ListBranchesCommand";
141
+ import {
142
+ ListDomainAssociationsCommandInput,
143
+ ListDomainAssociationsCommandOutput,
144
+ } from "./commands/ListDomainAssociationsCommand";
145
+ import {
146
+ ListJobsCommandInput,
147
+ ListJobsCommandOutput,
148
+ } from "./commands/ListJobsCommand";
149
+ import {
150
+ ListTagsForResourceCommandInput,
151
+ ListTagsForResourceCommandOutput,
152
+ } from "./commands/ListTagsForResourceCommand";
153
+ import {
154
+ ListWebhooksCommandInput,
155
+ ListWebhooksCommandOutput,
156
+ } from "./commands/ListWebhooksCommand";
157
+ import {
158
+ StartDeploymentCommandInput,
159
+ StartDeploymentCommandOutput,
160
+ } from "./commands/StartDeploymentCommand";
161
+ import {
162
+ StartJobCommandInput,
163
+ StartJobCommandOutput,
164
+ } from "./commands/StartJobCommand";
165
+ import {
166
+ StopJobCommandInput,
167
+ StopJobCommandOutput,
168
+ } from "./commands/StopJobCommand";
169
+ import {
170
+ TagResourceCommandInput,
171
+ TagResourceCommandOutput,
172
+ } from "./commands/TagResourceCommand";
173
+ import {
174
+ UntagResourceCommandInput,
175
+ UntagResourceCommandOutput,
176
+ } from "./commands/UntagResourceCommand";
177
+ import {
178
+ UpdateAppCommandInput,
179
+ UpdateAppCommandOutput,
180
+ } from "./commands/UpdateAppCommand";
181
+ import {
182
+ UpdateBranchCommandInput,
183
+ UpdateBranchCommandOutput,
184
+ } from "./commands/UpdateBranchCommand";
185
+ import {
186
+ UpdateDomainAssociationCommandInput,
187
+ UpdateDomainAssociationCommandOutput,
188
+ } from "./commands/UpdateDomainAssociationCommand";
189
+ import {
190
+ UpdateWebhookCommandInput,
191
+ UpdateWebhookCommandOutput,
192
+ } from "./commands/UpdateWebhookCommand";
193
+ export declare type ServiceInputTypes =
194
+ | CreateAppCommandInput
195
+ | CreateBackendEnvironmentCommandInput
196
+ | CreateBranchCommandInput
197
+ | CreateDeploymentCommandInput
198
+ | CreateDomainAssociationCommandInput
199
+ | CreateWebhookCommandInput
200
+ | DeleteAppCommandInput
201
+ | DeleteBackendEnvironmentCommandInput
202
+ | DeleteBranchCommandInput
203
+ | DeleteDomainAssociationCommandInput
204
+ | DeleteJobCommandInput
205
+ | DeleteWebhookCommandInput
206
+ | GenerateAccessLogsCommandInput
207
+ | GetAppCommandInput
208
+ | GetArtifactUrlCommandInput
209
+ | GetBackendEnvironmentCommandInput
210
+ | GetBranchCommandInput
211
+ | GetDomainAssociationCommandInput
212
+ | GetJobCommandInput
213
+ | GetWebhookCommandInput
214
+ | ListAppsCommandInput
215
+ | ListArtifactsCommandInput
216
+ | ListBackendEnvironmentsCommandInput
217
+ | ListBranchesCommandInput
218
+ | ListDomainAssociationsCommandInput
219
+ | ListJobsCommandInput
220
+ | ListTagsForResourceCommandInput
221
+ | ListWebhooksCommandInput
222
+ | StartDeploymentCommandInput
223
+ | StartJobCommandInput
224
+ | StopJobCommandInput
225
+ | TagResourceCommandInput
226
+ | UntagResourceCommandInput
227
+ | UpdateAppCommandInput
228
+ | UpdateBranchCommandInput
229
+ | UpdateDomainAssociationCommandInput
230
+ | UpdateWebhookCommandInput;
231
+ export declare type ServiceOutputTypes =
232
+ | CreateAppCommandOutput
233
+ | CreateBackendEnvironmentCommandOutput
234
+ | CreateBranchCommandOutput
235
+ | CreateDeploymentCommandOutput
236
+ | CreateDomainAssociationCommandOutput
237
+ | CreateWebhookCommandOutput
238
+ | DeleteAppCommandOutput
239
+ | DeleteBackendEnvironmentCommandOutput
240
+ | DeleteBranchCommandOutput
241
+ | DeleteDomainAssociationCommandOutput
242
+ | DeleteJobCommandOutput
243
+ | DeleteWebhookCommandOutput
244
+ | GenerateAccessLogsCommandOutput
245
+ | GetAppCommandOutput
246
+ | GetArtifactUrlCommandOutput
247
+ | GetBackendEnvironmentCommandOutput
248
+ | GetBranchCommandOutput
249
+ | GetDomainAssociationCommandOutput
250
+ | GetJobCommandOutput
251
+ | GetWebhookCommandOutput
252
+ | ListAppsCommandOutput
253
+ | ListArtifactsCommandOutput
254
+ | ListBackendEnvironmentsCommandOutput
255
+ | ListBranchesCommandOutput
256
+ | ListDomainAssociationsCommandOutput
257
+ | ListJobsCommandOutput
258
+ | ListTagsForResourceCommandOutput
259
+ | ListWebhooksCommandOutput
260
+ | StartDeploymentCommandOutput
261
+ | StartJobCommandOutput
262
+ | StopJobCommandOutput
263
+ | TagResourceCommandOutput
264
+ | UntagResourceCommandOutput
265
+ | UpdateAppCommandOutput
266
+ | UpdateBranchCommandOutput
267
+ | UpdateDomainAssociationCommandOutput
268
+ | UpdateWebhookCommandOutput;
269
+ export interface ClientDefaults
270
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
271
+ requestHandler?: __HttpHandler;
272
+
273
+ sha256?: __HashConstructor;
274
+
275
+ urlParser?: __UrlParser;
276
+
277
+ bodyLengthChecker?: __BodyLengthCalculator;
278
+
279
+ streamCollector?: __StreamCollector;
280
+
281
+ base64Decoder?: __Decoder;
282
+
283
+ base64Encoder?: __Encoder;
284
+
285
+ utf8Decoder?: __Decoder;
286
+
287
+ utf8Encoder?: __Encoder;
288
+
289
+ runtime?: string;
290
+
291
+ disableHostPrefix?: boolean;
292
+
293
+ maxAttempts?: number | __Provider<number>;
294
+
295
+ retryMode?: string | __Provider<string>;
296
+
297
+ logger?: __Logger;
298
+
299
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
300
+
301
+ useFipsEndpoint?: boolean | __Provider<boolean>;
302
+
303
+ serviceId?: string;
304
+
305
+ region?: string | __Provider<string>;
306
+
307
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
308
+
309
+ regionInfoProvider?: RegionInfoProvider;
310
+
311
+ defaultUserAgentProvider?: Provider<__UserAgent>;
312
+
313
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
314
+ }
315
+ declare type AmplifyClientConfigType = Partial<
316
+ __SmithyConfiguration<__HttpHandlerOptions>
317
+ > &
318
+ ClientDefaults &
319
+ RegionInputConfig &
320
+ EndpointsInputConfig &
321
+ RetryInputConfig &
322
+ HostHeaderInputConfig &
323
+ AwsAuthInputConfig &
324
+ UserAgentInputConfig;
325
+
326
+ export interface AmplifyClientConfig extends AmplifyClientConfigType {}
327
+ declare type AmplifyClientResolvedConfigType =
328
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
329
+ Required<ClientDefaults> &
330
+ RegionResolvedConfig &
331
+ EndpointsResolvedConfig &
332
+ RetryResolvedConfig &
333
+ HostHeaderResolvedConfig &
334
+ AwsAuthResolvedConfig &
335
+ UserAgentResolvedConfig;
336
+
337
+ export interface AmplifyClientResolvedConfig
338
+ extends AmplifyClientResolvedConfigType {}
339
+
340
+ export declare class AmplifyClient extends __Client<
341
+ __HttpHandlerOptions,
342
+ ServiceInputTypes,
343
+ ServiceOutputTypes,
344
+ AmplifyClientResolvedConfig
345
+ > {
346
+ readonly config: AmplifyClientResolvedConfig;
347
+ constructor(configuration: AmplifyClientConfig);
348
+
349
+ destroy(): void;
350
+ }
351
+ export {};
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
- import { CreateAppRequest, CreateAppResult } from "../models/models_0";
5
- export interface CreateAppCommandInput extends CreateAppRequest {
6
- }
7
- export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig> {
11
- readonly input: CreateAppCommandInput;
12
- constructor(input: CreateAppCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AmplifyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AmplifyClient";
13
+ import { CreateAppRequest, CreateAppResult } from "../models/models_0";
14
+ export interface CreateAppCommandInput extends CreateAppRequest {}
15
+ export interface CreateAppCommandOutput
16
+ extends CreateAppResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateAppCommand extends $Command<
20
+ CreateAppCommandInput,
21
+ CreateAppCommandOutput,
22
+ AmplifyClientResolvedConfig
23
+ > {
24
+ readonly input: CreateAppCommandInput;
25
+ constructor(input: CreateAppCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AmplifyClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
- import { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from "../models/models_0";
5
- export interface CreateBackendEnvironmentCommandInput extends CreateBackendEnvironmentRequest {
6
- }
7
- export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvironmentResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBackendEnvironmentCommand extends $Command<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig> {
11
- readonly input: CreateBackendEnvironmentCommandInput;
12
- constructor(input: CreateBackendEnvironmentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AmplifyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AmplifyClient";
13
+ import {
14
+ CreateBackendEnvironmentRequest,
15
+ CreateBackendEnvironmentResult,
16
+ } from "../models/models_0";
17
+ export interface CreateBackendEnvironmentCommandInput
18
+ extends CreateBackendEnvironmentRequest {}
19
+ export interface CreateBackendEnvironmentCommandOutput
20
+ extends CreateBackendEnvironmentResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateBackendEnvironmentCommand extends $Command<
24
+ CreateBackendEnvironmentCommandInput,
25
+ CreateBackendEnvironmentCommandOutput,
26
+ AmplifyClientResolvedConfig
27
+ > {
28
+ readonly input: CreateBackendEnvironmentCommandInput;
29
+ constructor(input: CreateBackendEnvironmentCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AmplifyClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateBackendEnvironmentCommandInput,
37
+ CreateBackendEnvironmentCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
4
- import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
5
- export interface CreateBranchCommandInput extends CreateBranchRequest {
6
- }
7
- export interface CreateBranchCommandOutput extends CreateBranchResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBranchCommand extends $Command<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig> {
11
- readonly input: CreateBranchCommandInput;
12
- constructor(input: CreateBranchCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBranchCommandInput, CreateBranchCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AmplifyClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AmplifyClient";
13
+ import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
14
+ export interface CreateBranchCommandInput extends CreateBranchRequest {}
15
+ export interface CreateBranchCommandOutput
16
+ extends CreateBranchResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateBranchCommand extends $Command<
20
+ CreateBranchCommandInput,
21
+ CreateBranchCommandOutput,
22
+ AmplifyClientResolvedConfig
23
+ > {
24
+ readonly input: CreateBranchCommandInput;
25
+ constructor(input: CreateBranchCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AmplifyClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateBranchCommandInput, CreateBranchCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }