@aws-sdk/client-appsync 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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AppSync.d.ts +904 -255
- package/dist-types/ts3.4/AppSyncClient.d.ts +429 -123
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1573 -1437
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {}
|
|
15
|
+
export interface CreateApiKeyCommandOutput
|
|
16
|
+
extends CreateApiKeyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateApiKeyCommand extends $Command<
|
|
20
|
+
CreateApiKeyCommandInput,
|
|
21
|
+
CreateApiKeyCommandOutput,
|
|
22
|
+
AppSyncClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateApiKeyCommandInput;
|
|
25
|
+
constructor(input: CreateApiKeyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppSyncClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateApiKeyCommandInput, CreateApiKeyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateDataSourceRequest,
|
|
15
|
+
CreateDataSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
|
|
18
|
+
export interface CreateDataSourceCommandOutput
|
|
19
|
+
extends CreateDataSourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDataSourceCommand extends $Command<
|
|
23
|
+
CreateDataSourceCommandInput,
|
|
24
|
+
CreateDataSourceCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDataSourceCommandInput;
|
|
28
|
+
constructor(input: CreateDataSourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateDomainNameRequest,
|
|
15
|
+
CreateDomainNameResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
|
|
18
|
+
export interface CreateDomainNameCommandOutput
|
|
19
|
+
extends CreateDomainNameResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDomainNameCommand extends $Command<
|
|
23
|
+
CreateDomainNameCommandInput,
|
|
24
|
+
CreateDomainNameCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDomainNameCommandInput;
|
|
28
|
+
constructor(input: CreateDomainNameCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateFunctionRequest,
|
|
15
|
+
CreateFunctionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
|
|
18
|
+
export interface CreateFunctionCommandOutput
|
|
19
|
+
extends CreateFunctionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateFunctionCommand extends $Command<
|
|
23
|
+
CreateFunctionCommandInput,
|
|
24
|
+
CreateFunctionCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateFunctionCommandInput;
|
|
28
|
+
constructor(input: CreateFunctionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateGraphqlApiRequest,
|
|
15
|
+
CreateGraphqlApiResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateGraphqlApiCommandInput extends CreateGraphqlApiRequest {}
|
|
18
|
+
export interface CreateGraphqlApiCommandOutput
|
|
19
|
+
extends CreateGraphqlApiResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateGraphqlApiCommand extends $Command<
|
|
23
|
+
CreateGraphqlApiCommandInput,
|
|
24
|
+
CreateGraphqlApiCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateGraphqlApiCommandInput;
|
|
28
|
+
constructor(input: CreateGraphqlApiCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateResolverRequest,
|
|
15
|
+
CreateResolverResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateResolverCommandInput extends CreateResolverRequest {}
|
|
18
|
+
export interface CreateResolverCommandOutput
|
|
19
|
+
extends CreateResolverResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateResolverCommand extends $Command<
|
|
23
|
+
CreateResolverCommandInput,
|
|
24
|
+
CreateResolverCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateResolverCommandInput;
|
|
28
|
+
constructor(input: CreateResolverCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateResolverCommandInput, CreateResolverCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateTypeCommandInput extends CreateTypeRequest {}
|
|
15
|
+
export interface CreateTypeCommandOutput
|
|
16
|
+
extends CreateTypeResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateTypeCommand extends $Command<
|
|
20
|
+
CreateTypeCommandInput,
|
|
21
|
+
CreateTypeCommandOutput,
|
|
22
|
+
AppSyncClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateTypeCommandInput;
|
|
25
|
+
constructor(input: CreateTypeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppSyncClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateTypeCommandInput, CreateTypeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteApiCacheRequest,
|
|
15
|
+
DeleteApiCacheResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteApiCacheCommandInput extends DeleteApiCacheRequest {}
|
|
18
|
+
export interface DeleteApiCacheCommandOutput
|
|
19
|
+
extends DeleteApiCacheResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteApiCacheCommand extends $Command<
|
|
23
|
+
DeleteApiCacheCommandInput,
|
|
24
|
+
DeleteApiCacheCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteApiCacheCommandInput;
|
|
28
|
+
constructor(input: DeleteApiCacheCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {}
|
|
15
|
+
export interface DeleteApiKeyCommandOutput
|
|
16
|
+
extends DeleteApiKeyResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteApiKeyCommand extends $Command<
|
|
20
|
+
DeleteApiKeyCommandInput,
|
|
21
|
+
DeleteApiKeyCommandOutput,
|
|
22
|
+
AppSyncClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteApiKeyCommandInput;
|
|
25
|
+
constructor(input: DeleteApiKeyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppSyncClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteDataSourceRequest,
|
|
15
|
+
DeleteDataSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {}
|
|
18
|
+
export interface DeleteDataSourceCommandOutput
|
|
19
|
+
extends DeleteDataSourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteDataSourceCommand extends $Command<
|
|
23
|
+
DeleteDataSourceCommandInput,
|
|
24
|
+
DeleteDataSourceCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDataSourceCommandInput;
|
|
28
|
+
constructor(input: DeleteDataSourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteDomainNameRequest,
|
|
15
|
+
DeleteDomainNameResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
|
|
18
|
+
export interface DeleteDomainNameCommandOutput
|
|
19
|
+
extends DeleteDomainNameResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteDomainNameCommand extends $Command<
|
|
23
|
+
DeleteDomainNameCommandInput,
|
|
24
|
+
DeleteDomainNameCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDomainNameCommandInput;
|
|
28
|
+
constructor(input: DeleteDomainNameCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|