@aws-sdk/client-amplify 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/Amplify.d.ts +0 -190
- package/dist-types/ts3.4/AmplifyClient.d.ts +0 -110
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -37
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -4
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1388
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand";
|
|
4
|
-
import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "../commands/CreateBackendEnvironmentCommand";
|
|
5
|
-
import { CreateBranchCommandInput, CreateBranchCommandOutput } from "../commands/CreateBranchCommand";
|
|
6
|
-
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
|
|
7
|
-
import { CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput } from "../commands/CreateDomainAssociationCommand";
|
|
8
|
-
import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "../commands/CreateWebhookCommand";
|
|
9
|
-
import { DeleteAppCommandInput, DeleteAppCommandOutput } from "../commands/DeleteAppCommand";
|
|
10
|
-
import { DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput } from "../commands/DeleteBackendEnvironmentCommand";
|
|
11
|
-
import { DeleteBranchCommandInput, DeleteBranchCommandOutput } from "../commands/DeleteBranchCommand";
|
|
12
|
-
import { DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput } from "../commands/DeleteDomainAssociationCommand";
|
|
13
|
-
import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
|
|
14
|
-
import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "../commands/DeleteWebhookCommand";
|
|
15
|
-
import { GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput } from "../commands/GenerateAccessLogsCommand";
|
|
16
|
-
import { GetAppCommandInput, GetAppCommandOutput } from "../commands/GetAppCommand";
|
|
17
|
-
import { GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput } from "../commands/GetArtifactUrlCommand";
|
|
18
|
-
import { GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput } from "../commands/GetBackendEnvironmentCommand";
|
|
19
|
-
import { GetBranchCommandInput, GetBranchCommandOutput } from "../commands/GetBranchCommand";
|
|
20
|
-
import { GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput } from "../commands/GetDomainAssociationCommand";
|
|
21
|
-
import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
|
|
22
|
-
import { GetWebhookCommandInput, GetWebhookCommandOutput } from "../commands/GetWebhookCommand";
|
|
23
|
-
import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
|
|
24
|
-
import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
|
|
25
|
-
import { ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput } from "../commands/ListBackendEnvironmentsCommand";
|
|
26
|
-
import { ListBranchesCommandInput, ListBranchesCommandOutput } from "../commands/ListBranchesCommand";
|
|
27
|
-
import { ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput } from "../commands/ListDomainAssociationsCommand";
|
|
28
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
29
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
30
|
-
import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "../commands/ListWebhooksCommand";
|
|
31
|
-
import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "../commands/StartDeploymentCommand";
|
|
32
|
-
import { StartJobCommandInput, StartJobCommandOutput } from "../commands/StartJobCommand";
|
|
33
|
-
import { StopJobCommandInput, StopJobCommandOutput } from "../commands/StopJobCommand";
|
|
34
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
35
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
36
|
-
import { UpdateAppCommandInput, UpdateAppCommandOutput } from "../commands/UpdateAppCommand";
|
|
37
|
-
import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "../commands/UpdateBranchCommand";
|
|
38
|
-
import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "../commands/UpdateDomainAssociationCommand";
|
|
39
|
-
import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "../commands/UpdateWebhookCommand";
|
|
40
|
-
export declare const serializeAws_restJson1CreateAppCommand: (input: CreateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_restJson1CreateBackendEnvironmentCommand: (input: CreateBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_restJson1CreateBranchCommand: (input: CreateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
export declare const serializeAws_restJson1CreateDomainAssociationCommand: (input: CreateDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const serializeAws_restJson1CreateWebhookCommand: (input: CreateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_restJson1DeleteAppCommand: (input: DeleteAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_restJson1DeleteBackendEnvironmentCommand: (input: DeleteBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_restJson1DeleteBranchCommand: (input: DeleteBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_restJson1DeleteDomainAssociationCommand: (input: DeleteDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_restJson1DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_restJson1DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_restJson1GenerateAccessLogsCommand: (input: GenerateAccessLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_restJson1GetAppCommand: (input: GetAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_restJson1GetArtifactUrlCommand: (input: GetArtifactUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const serializeAws_restJson1GetBackendEnvironmentCommand: (input: GetBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
export declare const serializeAws_restJson1GetBranchCommand: (input: GetBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const serializeAws_restJson1GetDomainAssociationCommand: (input: GetDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
export declare const serializeAws_restJson1GetWebhookCommand: (input: GetWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
export declare const serializeAws_restJson1ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
export declare const serializeAws_restJson1ListArtifactsCommand: (input: ListArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const serializeAws_restJson1ListBackendEnvironmentsCommand: (input: ListBackendEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
export declare const serializeAws_restJson1ListBranchesCommand: (input: ListBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
export declare const serializeAws_restJson1ListDomainAssociationsCommand: (input: ListDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
export declare const serializeAws_restJson1ListWebhooksCommand: (input: ListWebhooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
export declare const serializeAws_restJson1StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
export declare const serializeAws_restJson1StartJobCommand: (input: StartJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const serializeAws_restJson1StopJobCommand: (input: StopJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
export declare const serializeAws_restJson1UpdateAppCommand: (input: UpdateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const serializeAws_restJson1UpdateBranchCommand: (input: UpdateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
export declare const serializeAws_restJson1UpdateDomainAssociationCommand: (input: UpdateDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
export declare const serializeAws_restJson1UpdateWebhookCommand: (input: UpdateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
export declare const deserializeAws_restJson1CreateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppCommandOutput>;
|
|
78
|
-
export declare const deserializeAws_restJson1CreateBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendEnvironmentCommandOutput>;
|
|
79
|
-
export declare const deserializeAws_restJson1CreateBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBranchCommandOutput>;
|
|
80
|
-
export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
|
|
81
|
-
export declare const deserializeAws_restJson1CreateDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainAssociationCommandOutput>;
|
|
82
|
-
export declare const deserializeAws_restJson1CreateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebhookCommandOutput>;
|
|
83
|
-
export declare const deserializeAws_restJson1DeleteAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppCommandOutput>;
|
|
84
|
-
export declare const deserializeAws_restJson1DeleteBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendEnvironmentCommandOutput>;
|
|
85
|
-
export declare const deserializeAws_restJson1DeleteBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBranchCommandOutput>;
|
|
86
|
-
export declare const deserializeAws_restJson1DeleteDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainAssociationCommandOutput>;
|
|
87
|
-
export declare const deserializeAws_restJson1DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
|
|
88
|
-
export declare const deserializeAws_restJson1DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
|
|
89
|
-
export declare const deserializeAws_restJson1GenerateAccessLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateAccessLogsCommandOutput>;
|
|
90
|
-
export declare const deserializeAws_restJson1GetAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppCommandOutput>;
|
|
91
|
-
export declare const deserializeAws_restJson1GetArtifactUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArtifactUrlCommandOutput>;
|
|
92
|
-
export declare const deserializeAws_restJson1GetBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendEnvironmentCommandOutput>;
|
|
93
|
-
export declare const deserializeAws_restJson1GetBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBranchCommandOutput>;
|
|
94
|
-
export declare const deserializeAws_restJson1GetDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainAssociationCommandOutput>;
|
|
95
|
-
export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
|
|
96
|
-
export declare const deserializeAws_restJson1GetWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebhookCommandOutput>;
|
|
97
|
-
export declare const deserializeAws_restJson1ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
|
|
98
|
-
export declare const deserializeAws_restJson1ListArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArtifactsCommandOutput>;
|
|
99
|
-
export declare const deserializeAws_restJson1ListBackendEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackendEnvironmentsCommandOutput>;
|
|
100
|
-
export declare const deserializeAws_restJson1ListBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBranchesCommandOutput>;
|
|
101
|
-
export declare const deserializeAws_restJson1ListDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainAssociationsCommandOutput>;
|
|
102
|
-
export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
103
|
-
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
104
|
-
export declare const deserializeAws_restJson1ListWebhooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebhooksCommandOutput>;
|
|
105
|
-
export declare const deserializeAws_restJson1StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
|
|
106
|
-
export declare const deserializeAws_restJson1StartJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobCommandOutput>;
|
|
107
|
-
export declare const deserializeAws_restJson1StopJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopJobCommandOutput>;
|
|
108
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
109
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
110
|
-
export declare const deserializeAws_restJson1UpdateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppCommandOutput>;
|
|
111
|
-
export declare const deserializeAws_restJson1UpdateBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBranchCommandOutput>;
|
|
112
|
-
export declare const deserializeAws_restJson1UpdateDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainAssociationCommandOutput>;
|
|
113
|
-
export declare const deserializeAws_restJson1UpdateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebhookCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { AmplifyClientConfig } from "./AmplifyClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: AmplifyClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { AmplifyClientConfig } from "./AmplifyClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: AmplifyClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { AmplifyClientConfig } from "./AmplifyClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: AmplifyClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { AmplifyClientConfig } from "./AmplifyClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: AmplifyClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|