@aws-sdk/client-amplify 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/Amplify.d.ts +128 -194
- package/dist-types/ts3.4/AmplifyClient.d.ts +28 -77
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -36,10 +33,7 @@ import {
|
|
|
36
33
|
HttpAuthSchemeInputConfig,
|
|
37
34
|
HttpAuthSchemeResolvedConfig,
|
|
38
35
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
-
import {
|
|
40
|
-
CreateAppCommandInput,
|
|
41
|
-
CreateAppCommandOutput,
|
|
42
|
-
} from "./commands/CreateAppCommand";
|
|
36
|
+
import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
|
|
43
37
|
import {
|
|
44
38
|
CreateBackendEnvironmentCommandInput,
|
|
45
39
|
CreateBackendEnvironmentCommandOutput,
|
|
@@ -60,10 +54,7 @@ import {
|
|
|
60
54
|
CreateWebhookCommandInput,
|
|
61
55
|
CreateWebhookCommandOutput,
|
|
62
56
|
} from "./commands/CreateWebhookCommand";
|
|
63
|
-
import {
|
|
64
|
-
DeleteAppCommandInput,
|
|
65
|
-
DeleteAppCommandOutput,
|
|
66
|
-
} from "./commands/DeleteAppCommand";
|
|
57
|
+
import { DeleteAppCommandInput, DeleteAppCommandOutput } from "./commands/DeleteAppCommand";
|
|
67
58
|
import {
|
|
68
59
|
DeleteBackendEnvironmentCommandInput,
|
|
69
60
|
DeleteBackendEnvironmentCommandOutput,
|
|
@@ -76,10 +67,7 @@ import {
|
|
|
76
67
|
DeleteDomainAssociationCommandInput,
|
|
77
68
|
DeleteDomainAssociationCommandOutput,
|
|
78
69
|
} from "./commands/DeleteDomainAssociationCommand";
|
|
79
|
-
import {
|
|
80
|
-
DeleteJobCommandInput,
|
|
81
|
-
DeleteJobCommandOutput,
|
|
82
|
-
} from "./commands/DeleteJobCommand";
|
|
70
|
+
import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
|
|
83
71
|
import {
|
|
84
72
|
DeleteWebhookCommandInput,
|
|
85
73
|
DeleteWebhookCommandOutput,
|
|
@@ -88,10 +76,7 @@ import {
|
|
|
88
76
|
GenerateAccessLogsCommandInput,
|
|
89
77
|
GenerateAccessLogsCommandOutput,
|
|
90
78
|
} from "./commands/GenerateAccessLogsCommand";
|
|
91
|
-
import {
|
|
92
|
-
GetAppCommandInput,
|
|
93
|
-
GetAppCommandOutput,
|
|
94
|
-
} from "./commands/GetAppCommand";
|
|
79
|
+
import { GetAppCommandInput, GetAppCommandOutput } from "./commands/GetAppCommand";
|
|
95
80
|
import {
|
|
96
81
|
GetArtifactUrlCommandInput,
|
|
97
82
|
GetArtifactUrlCommandOutput,
|
|
@@ -100,26 +85,14 @@ import {
|
|
|
100
85
|
GetBackendEnvironmentCommandInput,
|
|
101
86
|
GetBackendEnvironmentCommandOutput,
|
|
102
87
|
} from "./commands/GetBackendEnvironmentCommand";
|
|
103
|
-
import {
|
|
104
|
-
GetBranchCommandInput,
|
|
105
|
-
GetBranchCommandOutput,
|
|
106
|
-
} from "./commands/GetBranchCommand";
|
|
88
|
+
import { GetBranchCommandInput, GetBranchCommandOutput } from "./commands/GetBranchCommand";
|
|
107
89
|
import {
|
|
108
90
|
GetDomainAssociationCommandInput,
|
|
109
91
|
GetDomainAssociationCommandOutput,
|
|
110
92
|
} from "./commands/GetDomainAssociationCommand";
|
|
111
|
-
import {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
} from "./commands/GetJobCommand";
|
|
115
|
-
import {
|
|
116
|
-
GetWebhookCommandInput,
|
|
117
|
-
GetWebhookCommandOutput,
|
|
118
|
-
} from "./commands/GetWebhookCommand";
|
|
119
|
-
import {
|
|
120
|
-
ListAppsCommandInput,
|
|
121
|
-
ListAppsCommandOutput,
|
|
122
|
-
} from "./commands/ListAppsCommand";
|
|
93
|
+
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
94
|
+
import { GetWebhookCommandInput, GetWebhookCommandOutput } from "./commands/GetWebhookCommand";
|
|
95
|
+
import { ListAppsCommandInput, ListAppsCommandOutput } from "./commands/ListAppsCommand";
|
|
123
96
|
import {
|
|
124
97
|
ListArtifactsCommandInput,
|
|
125
98
|
ListArtifactsCommandOutput,
|
|
@@ -136,10 +109,7 @@ import {
|
|
|
136
109
|
ListDomainAssociationsCommandInput,
|
|
137
110
|
ListDomainAssociationsCommandOutput,
|
|
138
111
|
} from "./commands/ListDomainAssociationsCommand";
|
|
139
|
-
import {
|
|
140
|
-
ListJobsCommandInput,
|
|
141
|
-
ListJobsCommandOutput,
|
|
142
|
-
} from "./commands/ListJobsCommand";
|
|
112
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
143
113
|
import {
|
|
144
114
|
ListTagsForResourceCommandInput,
|
|
145
115
|
ListTagsForResourceCommandOutput,
|
|
@@ -152,26 +122,14 @@ import {
|
|
|
152
122
|
StartDeploymentCommandInput,
|
|
153
123
|
StartDeploymentCommandOutput,
|
|
154
124
|
} from "./commands/StartDeploymentCommand";
|
|
155
|
-
import {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
} from "./commands/StartJobCommand";
|
|
159
|
-
import {
|
|
160
|
-
StopJobCommandInput,
|
|
161
|
-
StopJobCommandOutput,
|
|
162
|
-
} from "./commands/StopJobCommand";
|
|
163
|
-
import {
|
|
164
|
-
TagResourceCommandInput,
|
|
165
|
-
TagResourceCommandOutput,
|
|
166
|
-
} from "./commands/TagResourceCommand";
|
|
125
|
+
import { StartJobCommandInput, StartJobCommandOutput } from "./commands/StartJobCommand";
|
|
126
|
+
import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
|
|
127
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
167
128
|
import {
|
|
168
129
|
UntagResourceCommandInput,
|
|
169
130
|
UntagResourceCommandOutput,
|
|
170
131
|
} from "./commands/UntagResourceCommand";
|
|
171
|
-
import {
|
|
172
|
-
UpdateAppCommandInput,
|
|
173
|
-
UpdateAppCommandOutput,
|
|
174
|
-
} from "./commands/UpdateAppCommand";
|
|
132
|
+
import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/UpdateAppCommand";
|
|
175
133
|
import {
|
|
176
134
|
UpdateBranchCommandInput,
|
|
177
135
|
UpdateBranchCommandOutput,
|
|
@@ -267,8 +225,7 @@ export type ServiceOutputTypes =
|
|
|
267
225
|
| UpdateBranchCommandOutput
|
|
268
226
|
| UpdateDomainAssociationCommandOutput
|
|
269
227
|
| UpdateWebhookCommandOutput;
|
|
270
|
-
export interface ClientDefaults
|
|
271
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
228
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
272
229
|
requestHandler?: __HttpHandlerUserInput;
|
|
273
230
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
274
231
|
urlParser?: __UrlParser;
|
|
@@ -293,9 +250,7 @@ export interface ClientDefaults
|
|
|
293
250
|
extensions?: RuntimeExtension[];
|
|
294
251
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
295
252
|
}
|
|
296
|
-
export type AmplifyClientConfigType = Partial<
|
|
297
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
298
|
-
> &
|
|
253
|
+
export type AmplifyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
299
254
|
ClientDefaults &
|
|
300
255
|
UserAgentInputConfig &
|
|
301
256
|
RetryInputConfig &
|
|
@@ -305,19 +260,17 @@ export type AmplifyClientConfigType = Partial<
|
|
|
305
260
|
HttpAuthSchemeInputConfig &
|
|
306
261
|
ClientInputEndpointParameters;
|
|
307
262
|
export interface AmplifyClientConfig extends AmplifyClientConfigType {}
|
|
308
|
-
export type AmplifyClientResolvedConfigType =
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
export interface AmplifyClientResolvedConfig
|
|
320
|
-
extends AmplifyClientResolvedConfigType {}
|
|
263
|
+
export type AmplifyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
264
|
+
Required<ClientDefaults> &
|
|
265
|
+
RuntimeExtensionsConfig &
|
|
266
|
+
UserAgentResolvedConfig &
|
|
267
|
+
RetryResolvedConfig &
|
|
268
|
+
RegionResolvedConfig &
|
|
269
|
+
HostHeaderResolvedConfig &
|
|
270
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
271
|
+
HttpAuthSchemeResolvedConfig &
|
|
272
|
+
ClientResolvedEndpointParameters;
|
|
273
|
+
export interface AmplifyClientResolvedConfig extends AmplifyClientResolvedConfigType {}
|
|
321
274
|
export declare class AmplifyClient extends __Client<
|
|
322
275
|
__HttpHandlerOptions,
|
|
323
276
|
ServiceInputTypes,
|
|
@@ -325,8 +278,6 @@ export declare class AmplifyClient extends __Client<
|
|
|
325
278
|
AmplifyClientResolvedConfig
|
|
326
279
|
> {
|
|
327
280
|
readonly config: AmplifyClientResolvedConfig;
|
|
328
|
-
constructor(
|
|
329
|
-
...[configuration]: __CheckOptionalClientConfig<AmplifyClientConfig>
|
|
330
|
-
);
|
|
281
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<AmplifyClientConfig>);
|
|
331
282
|
destroy(): void;
|
|
332
283
|
}
|
|
@@ -7,17 +7,10 @@ import { AmplifyHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: AmplifyHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: AmplifyHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): AmplifyHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { AmplifyClientResolvedConfig } from "../AmplifyClient";
|
|
15
|
-
export interface AmplifyHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface AmplifyHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface AmplifyHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface AmplifyHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
AmplifyClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
AmplifyHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultAmplifyHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: AmplifyClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<AmplifyHttpAuthSchemeParameters>;
|
|
31
|
-
export interface AmplifyHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<AmplifyHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface AmplifyHttpAuthSchemeProvider extends HttpAuthSchemeProvider<AmplifyHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultAmplifyHttpAuthSchemeProvider: AmplifyHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: AmplifyHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: AmplifyHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./AmplifyClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
AmplifyClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateAppRequest, CreateAppResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateAppCommandInput extends CreateAppRequest {}
|
|
5
|
-
export interface CreateAppCommandOutput
|
|
6
|
-
extends CreateAppResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateAppCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: CreateAppCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CreateAppCommandInput,
|
|
11
11
|
CreateAppCommandOutput,
|
|
12
12
|
import("..").AmplifyClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: CreateAppCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
CreateAppCommandInput,
|
|
18
20
|
CreateAppCommandOutput,
|
|
19
21
|
import("..").AmplifyClientResolvedConfig,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateBackendEnvironmentResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateBackendEnvironmentCommandInput
|
|
8
|
-
extends CreateBackendEnvironmentRequest {}
|
|
7
|
+
export interface CreateBackendEnvironmentCommandInput extends CreateBackendEnvironmentRequest {}
|
|
9
8
|
export interface CreateBackendEnvironmentCommandOutput
|
|
10
|
-
extends CreateBackendEnvironmentResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateBackendEnvironmentResult, __MetadataBearer {}
|
|
12
10
|
declare const CreateBackendEnvironmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateBackendEnvironmentCommandInput
|
|
12
|
+
input: CreateBackendEnvironmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateBackendEnvironmentCommandInput,
|
|
17
15
|
CreateBackendEnvironmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateBackendEnvironmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateBackendEnvironmentCommandInput
|
|
21
|
+
input: CreateBackendEnvironmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateBackendEnvironmentCommandInput,
|
|
26
24
|
CreateBackendEnvironmentCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateBranchCommandInput extends CreateBranchRequest {}
|
|
5
|
-
export interface CreateBranchCommandOutput
|
|
6
|
-
extends CreateBranchResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateBranchCommandOutput extends CreateBranchResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateBranchCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateBranchCommandInput
|
|
8
|
+
input: CreateBranchCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateBranchCommandInput,
|
|
13
11
|
CreateBranchCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateBranchCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateBranchCommandInput
|
|
17
|
+
input: CreateBranchCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateBranchCommandInput,
|
|
22
20
|
CreateBranchCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDeploymentRequest,
|
|
4
|
-
CreateDeploymentResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
8
|
-
export interface CreateDeploymentCommandOutput
|
|
9
|
-
extends CreateDeploymentResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, __MetadataBearer {}
|
|
11
6
|
declare const CreateDeploymentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDeploymentCommandInput
|
|
8
|
+
input: CreateDeploymentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDeploymentCommandInput,
|
|
16
11
|
CreateDeploymentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDeploymentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDeploymentCommandInput
|
|
17
|
+
input: CreateDeploymentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDeploymentCommandInput,
|
|
25
20
|
CreateDeploymentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDomainAssociationRequest,
|
|
4
|
-
CreateDomainAssociationResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDomainAssociationRequest, CreateDomainAssociationResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDomainAssociationCommandInput
|
|
8
|
-
extends CreateDomainAssociationRequest {}
|
|
4
|
+
export interface CreateDomainAssociationCommandInput extends CreateDomainAssociationRequest {}
|
|
9
5
|
export interface CreateDomainAssociationCommandOutput
|
|
10
|
-
extends CreateDomainAssociationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDomainAssociationResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateDomainAssociationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDomainAssociationCommandInput
|
|
9
|
+
input: CreateDomainAssociationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDomainAssociationCommandInput,
|
|
17
12
|
CreateDomainAssociationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDomainAssociationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDomainAssociationCommandInput
|
|
18
|
+
input: CreateDomainAssociationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDomainAssociationCommandInput,
|
|
26
21
|
CreateDomainAssociationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateWebhookCommandInput extends CreateWebhookRequest {}
|
|
5
|
-
export interface CreateWebhookCommandOutput
|
|
6
|
-
extends CreateWebhookResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateWebhookCommandOutput extends CreateWebhookResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateWebhookCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateWebhookCommandInput
|
|
8
|
+
input: CreateWebhookCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateWebhookCommandInput,
|
|
13
11
|
CreateWebhookCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateWebhookCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateWebhookCommandInput
|
|
17
|
+
input: CreateWebhookCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateWebhookCommandInput,
|
|
22
20
|
CreateWebhookCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteAppCommandInput extends DeleteAppRequest {}
|
|
5
|
-
export interface DeleteAppCommandOutput
|
|
6
|
-
extends DeleteAppResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteAppCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: DeleteAppCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteAppCommandInput,
|
|
11
11
|
DeleteAppCommandOutput,
|
|
12
12
|
import("..").AmplifyClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteAppCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
DeleteAppCommandInput,
|
|
18
20
|
DeleteAppCommandOutput,
|
|
19
21
|
import("..").AmplifyClientResolvedConfig,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteBackendEnvironmentResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteBackendEnvironmentCommandInput
|
|
8
|
-
extends DeleteBackendEnvironmentRequest {}
|
|
7
|
+
export interface DeleteBackendEnvironmentCommandInput extends DeleteBackendEnvironmentRequest {}
|
|
9
8
|
export interface DeleteBackendEnvironmentCommandOutput
|
|
10
|
-
extends DeleteBackendEnvironmentResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteBackendEnvironmentResult, __MetadataBearer {}
|
|
12
10
|
declare const DeleteBackendEnvironmentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteBackendEnvironmentCommandInput
|
|
12
|
+
input: DeleteBackendEnvironmentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteBackendEnvironmentCommandInput,
|
|
17
15
|
DeleteBackendEnvironmentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteBackendEnvironmentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteBackendEnvironmentCommandInput
|
|
21
|
+
input: DeleteBackendEnvironmentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteBackendEnvironmentCommandInput,
|
|
26
24
|
DeleteBackendEnvironmentCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteBranchCommandInput extends DeleteBranchRequest {}
|
|
5
|
-
export interface DeleteBranchCommandOutput
|
|
6
|
-
extends DeleteBranchResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteBranchCommandOutput extends DeleteBranchResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteBranchCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBranchCommandInput
|
|
8
|
+
input: DeleteBranchCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBranchCommandInput,
|
|
13
11
|
DeleteBranchCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBranchCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBranchCommandInput
|
|
17
|
+
input: DeleteBranchCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBranchCommandInput,
|
|
22
20
|
DeleteBranchCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteDomainAssociationRequest,
|
|
4
|
-
DeleteDomainAssociationResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDomainAssociationCommandInput
|
|
8
|
-
extends DeleteDomainAssociationRequest {}
|
|
4
|
+
export interface DeleteDomainAssociationCommandInput extends DeleteDomainAssociationRequest {}
|
|
9
5
|
export interface DeleteDomainAssociationCommandOutput
|
|
10
|
-
extends DeleteDomainAssociationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteDomainAssociationResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteDomainAssociationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteDomainAssociationCommandInput
|
|
9
|
+
input: DeleteDomainAssociationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteDomainAssociationCommandInput,
|
|
17
12
|
DeleteDomainAssociationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteDomainAssociationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteDomainAssociationCommandInput
|
|
18
|
+
input: DeleteDomainAssociationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteDomainAssociationCommandInput,
|
|
26
21
|
DeleteDomainAssociationCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteJobCommandInput extends DeleteJobRequest {}
|
|
5
|
-
export interface DeleteJobCommandOutput
|
|
6
|
-
extends DeleteJobResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteJobCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: DeleteJobCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteJobCommandInput,
|
|
11
11
|
DeleteJobCommandOutput,
|
|
12
12
|
import("..").AmplifyClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteJobCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
DeleteJobCommandInput,
|
|
18
20
|
DeleteJobCommandOutput,
|
|
19
21
|
import("..").AmplifyClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {}
|
|
5
|
-
export interface DeleteWebhookCommandOutput
|
|
6
|
-
extends DeleteWebhookResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteWebhookCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteWebhookCommandInput
|
|
8
|
+
input: DeleteWebhookCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteWebhookCommandInput,
|
|
13
11
|
DeleteWebhookCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteWebhookCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteWebhookCommandInput
|
|
17
|
+
input: DeleteWebhookCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteWebhookCommandInput,
|
|
22
20
|
DeleteWebhookCommandOutput,
|