@aws-sdk/client-appsync 3.478.0 → 3.484.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/commands/AssociateApiCommand.js +18 -41
- package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/CreateApiCacheCommand.js +18 -41
- package/dist-cjs/commands/CreateApiKeyCommand.js +18 -41
- package/dist-cjs/commands/CreateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainNameCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionCommand.js +18 -41
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/CreateResolverCommand.js +18 -41
- package/dist-cjs/commands/CreateTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteApiCacheCommand.js +18 -41
- package/dist-cjs/commands/DeleteApiKeyCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainNameCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCommand.js +18 -41
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/DeleteResolverCommand.js +18 -41
- package/dist-cjs/commands/DeleteTypeCommand.js +18 -41
- package/dist-cjs/commands/DisassociateApiCommand.js +18 -41
- package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/EvaluateCodeCommand.js +18 -41
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +18 -41
- package/dist-cjs/commands/FlushApiCacheCommand.js +18 -41
- package/dist-cjs/commands/GetApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetApiCacheCommand.js +18 -41
- package/dist-cjs/commands/GetDataSourceCommand.js +18 -41
- package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +18 -41
- package/dist-cjs/commands/GetDomainNameCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCommand.js +18 -41
- package/dist-cjs/commands/GetGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +18 -41
- package/dist-cjs/commands/GetResolverCommand.js +18 -41
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSourceApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetTypeCommand.js +18 -41
- package/dist-cjs/commands/ListApiKeysCommand.js +18 -41
- package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsCommand.js +18 -41
- package/dist-cjs/commands/ListGraphqlApisCommand.js +18 -41
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +18 -41
- package/dist-cjs/commands/ListResolversCommand.js +18 -41
- package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTypesByAssociationCommand.js +18 -41
- package/dist-cjs/commands/ListTypesCommand.js +18 -41
- package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +18 -41
- package/dist-cjs/commands/StartSchemaCreationCommand.js +18 -41
- package/dist-cjs/commands/StartSchemaMergeCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateApiCacheCommand.js +18 -41
- package/dist-cjs/commands/UpdateApiKeyCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainNameCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionCommand.js +18 -41
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/UpdateResolverCommand.js +18 -41
- package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/UpdateTypeCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateApiCommand.js +18 -41
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +18 -41
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +18 -41
- package/dist-es/commands/CreateApiCacheCommand.js +18 -41
- package/dist-es/commands/CreateApiKeyCommand.js +18 -41
- package/dist-es/commands/CreateDataSourceCommand.js +18 -41
- package/dist-es/commands/CreateDomainNameCommand.js +18 -41
- package/dist-es/commands/CreateFunctionCommand.js +18 -41
- package/dist-es/commands/CreateGraphqlApiCommand.js +18 -41
- package/dist-es/commands/CreateResolverCommand.js +18 -41
- package/dist-es/commands/CreateTypeCommand.js +18 -41
- package/dist-es/commands/DeleteApiCacheCommand.js +18 -41
- package/dist-es/commands/DeleteApiKeyCommand.js +18 -41
- package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-es/commands/DeleteDomainNameCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCommand.js +18 -41
- package/dist-es/commands/DeleteGraphqlApiCommand.js +18 -41
- package/dist-es/commands/DeleteResolverCommand.js +18 -41
- package/dist-es/commands/DeleteTypeCommand.js +18 -41
- package/dist-es/commands/DisassociateApiCommand.js +18 -41
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +18 -41
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +18 -41
- package/dist-es/commands/EvaluateCodeCommand.js +18 -41
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +18 -41
- package/dist-es/commands/FlushApiCacheCommand.js +18 -41
- package/dist-es/commands/GetApiAssociationCommand.js +18 -41
- package/dist-es/commands/GetApiCacheCommand.js +18 -41
- package/dist-es/commands/GetDataSourceCommand.js +18 -41
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +18 -41
- package/dist-es/commands/GetDomainNameCommand.js +18 -41
- package/dist-es/commands/GetFunctionCommand.js +18 -41
- package/dist-es/commands/GetGraphqlApiCommand.js +18 -41
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +18 -41
- package/dist-es/commands/GetResolverCommand.js +18 -41
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +18 -41
- package/dist-es/commands/GetSourceApiAssociationCommand.js +18 -41
- package/dist-es/commands/GetTypeCommand.js +18 -41
- package/dist-es/commands/ListApiKeysCommand.js +18 -41
- package/dist-es/commands/ListDataSourcesCommand.js +18 -41
- package/dist-es/commands/ListDomainNamesCommand.js +18 -41
- package/dist-es/commands/ListFunctionsCommand.js +18 -41
- package/dist-es/commands/ListGraphqlApisCommand.js +18 -41
- package/dist-es/commands/ListResolversByFunctionCommand.js +18 -41
- package/dist-es/commands/ListResolversCommand.js +18 -41
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTypesByAssociationCommand.js +18 -41
- package/dist-es/commands/ListTypesCommand.js +18 -41
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +18 -41
- package/dist-es/commands/StartSchemaCreationCommand.js +18 -41
- package/dist-es/commands/StartSchemaMergeCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateApiCacheCommand.js +18 -41
- package/dist-es/commands/UpdateApiKeyCommand.js +18 -41
- package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-es/commands/UpdateDomainNameCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionCommand.js +18 -41
- package/dist-es/commands/UpdateGraphqlApiCommand.js +18 -41
- package/dist-es/commands/UpdateResolverCommand.js +18 -41
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +18 -41
- package/dist-es/commands/UpdateTypeCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateApiCommand.d.ts +6 -21
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/CreateApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/CreateApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/CreateResolverCommand.d.ts +6 -21
- package/dist-types/commands/CreateTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResolverCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTypeCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateApiCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateCodeCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +6 -21
- package/dist-types/commands/FlushApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/GetApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -21
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverCommand.d.ts +6 -21
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetTypeCommand.d.ts +6 -21
- package/dist-types/commands/ListApiKeysCommand.d.ts +6 -21
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -21
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +6 -21
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +6 -21
- package/dist-types/commands/ListResolversCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +6 -21
- package/dist-types/commands/ListTypesCommand.d.ts +6 -21
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +6 -21
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +6 -21
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResolverCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTypeCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "ListTagsForResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "ListTagsForResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "ListTagsForResource", {})
|
|
22
|
+
.n("AppSyncClient", "ListTagsForResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListTagsForResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListTypesByAssociationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "ListTypesByAssociationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "ListTypesByAssociation",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListTypesByAssociationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListTypesByAssociationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListTypesByAssociationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "ListTypesByAssociation", {})
|
|
22
|
+
.n("AppSyncClient", "ListTypesByAssociationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListTypesByAssociationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListTypesByAssociationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListTypesByAssociationCommand = ListTypesByAssociationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListTypesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "ListTypesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "ListTypes",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListTypesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListTypesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListTypesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "ListTypes", {})
|
|
22
|
+
.n("AppSyncClient", "ListTypesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListTypesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListTypesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListTypesCommand = ListTypesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartDataSourceIntrospectionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "StartDataSourceIntrospectionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "StartDataSourceIntrospection",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_StartDataSourceIntrospectionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_StartDataSourceIntrospectionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class StartDataSourceIntrospectionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "StartDataSourceIntrospection", {})
|
|
22
|
+
.n("AppSyncClient", "StartDataSourceIntrospectionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_StartDataSourceIntrospectionCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_StartDataSourceIntrospectionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.StartDataSourceIntrospectionCommand = StartDataSourceIntrospectionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartSchemaCreationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "StartSchemaCreationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "StartSchemaCreation",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_StartSchemaCreationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_StartSchemaCreationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class StartSchemaCreationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "StartSchemaCreation", {})
|
|
22
|
+
.n("AppSyncClient", "StartSchemaCreationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_StartSchemaCreationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_StartSchemaCreationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.StartSchemaCreationCommand = StartSchemaCreationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class StartSchemaMergeCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "StartSchemaMergeCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "StartSchemaMerge",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_StartSchemaMergeCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_StartSchemaMergeCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class StartSchemaMergeCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "StartSchemaMerge", {})
|
|
22
|
+
.n("AppSyncClient", "StartSchemaMergeCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_StartSchemaMergeCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_StartSchemaMergeCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.StartSchemaMergeCommand = StartSchemaMergeCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "TagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "TagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "TagResource", {})
|
|
22
|
+
.n("AppSyncClient", "TagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "UntagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "UntagResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "UntagResource", {})
|
|
22
|
+
.n("AppSyncClient", "UntagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateApiCacheCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "AppSyncClient";
|
|
29
|
-
const commandName = "UpdateApiCacheCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSDeepdishControlPlaneService",
|
|
38
|
-
operation: "UpdateApiCache",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_UpdateApiCacheCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateApiCacheCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateApiCacheCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSDeepdishControlPlaneService", "UpdateApiCache", {})
|
|
22
|
+
.n("AppSyncClient", "UpdateApiCacheCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateApiCacheCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateApiCacheCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateApiCacheCommand = UpdateApiCacheCommand;
|