@aws-sdk/client-appsync 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/dist-cjs/index.js +2888 -2933
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AppSyncClient.js +2 -0
  4. package/dist-es/commands/AssociateApiCommand.js +3 -9
  5. package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +3 -9
  6. package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +3 -9
  7. package/dist-es/commands/CreateApiCacheCommand.js +3 -9
  8. package/dist-es/commands/CreateApiCommand.js +3 -9
  9. package/dist-es/commands/CreateApiKeyCommand.js +3 -9
  10. package/dist-es/commands/CreateChannelNamespaceCommand.js +3 -9
  11. package/dist-es/commands/CreateDataSourceCommand.js +3 -9
  12. package/dist-es/commands/CreateDomainNameCommand.js +3 -9
  13. package/dist-es/commands/CreateFunctionCommand.js +3 -9
  14. package/dist-es/commands/CreateGraphqlApiCommand.js +3 -9
  15. package/dist-es/commands/CreateResolverCommand.js +3 -9
  16. package/dist-es/commands/CreateTypeCommand.js +3 -9
  17. package/dist-es/commands/DeleteApiCacheCommand.js +3 -9
  18. package/dist-es/commands/DeleteApiCommand.js +3 -9
  19. package/dist-es/commands/DeleteApiKeyCommand.js +3 -9
  20. package/dist-es/commands/DeleteChannelNamespaceCommand.js +3 -9
  21. package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
  22. package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
  23. package/dist-es/commands/DeleteFunctionCommand.js +3 -9
  24. package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -9
  25. package/dist-es/commands/DeleteResolverCommand.js +3 -9
  26. package/dist-es/commands/DeleteTypeCommand.js +3 -9
  27. package/dist-es/commands/DisassociateApiCommand.js +3 -9
  28. package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +3 -9
  29. package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +3 -9
  30. package/dist-es/commands/EvaluateCodeCommand.js +3 -9
  31. package/dist-es/commands/EvaluateMappingTemplateCommand.js +3 -9
  32. package/dist-es/commands/FlushApiCacheCommand.js +3 -9
  33. package/dist-es/commands/GetApiAssociationCommand.js +3 -9
  34. package/dist-es/commands/GetApiCacheCommand.js +3 -9
  35. package/dist-es/commands/GetApiCommand.js +3 -9
  36. package/dist-es/commands/GetChannelNamespaceCommand.js +3 -9
  37. package/dist-es/commands/GetDataSourceCommand.js +3 -9
  38. package/dist-es/commands/GetDataSourceIntrospectionCommand.js +3 -9
  39. package/dist-es/commands/GetDomainNameCommand.js +3 -9
  40. package/dist-es/commands/GetFunctionCommand.js +3 -9
  41. package/dist-es/commands/GetGraphqlApiCommand.js +3 -9
  42. package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +3 -9
  43. package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -9
  44. package/dist-es/commands/GetResolverCommand.js +3 -9
  45. package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -9
  46. package/dist-es/commands/GetSourceApiAssociationCommand.js +3 -9
  47. package/dist-es/commands/GetTypeCommand.js +3 -9
  48. package/dist-es/commands/ListApiKeysCommand.js +3 -9
  49. package/dist-es/commands/ListApisCommand.js +3 -9
  50. package/dist-es/commands/ListChannelNamespacesCommand.js +3 -9
  51. package/dist-es/commands/ListDataSourcesCommand.js +3 -9
  52. package/dist-es/commands/ListDomainNamesCommand.js +3 -9
  53. package/dist-es/commands/ListFunctionsCommand.js +3 -9
  54. package/dist-es/commands/ListGraphqlApisCommand.js +3 -9
  55. package/dist-es/commands/ListResolversByFunctionCommand.js +3 -9
  56. package/dist-es/commands/ListResolversCommand.js +3 -9
  57. package/dist-es/commands/ListSourceApiAssociationsCommand.js +3 -9
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  59. package/dist-es/commands/ListTypesByAssociationCommand.js +3 -9
  60. package/dist-es/commands/ListTypesCommand.js +3 -9
  61. package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +3 -9
  62. package/dist-es/commands/StartDataSourceIntrospectionCommand.js +3 -9
  63. package/dist-es/commands/StartSchemaCreationCommand.js +3 -9
  64. package/dist-es/commands/StartSchemaMergeCommand.js +3 -9
  65. package/dist-es/commands/TagResourceCommand.js +3 -9
  66. package/dist-es/commands/UntagResourceCommand.js +3 -9
  67. package/dist-es/commands/UpdateApiCacheCommand.js +3 -9
  68. package/dist-es/commands/UpdateApiCommand.js +3 -9
  69. package/dist-es/commands/UpdateApiKeyCommand.js +3 -9
  70. package/dist-es/commands/UpdateChannelNamespaceCommand.js +3 -9
  71. package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
  72. package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
  73. package/dist-es/commands/UpdateFunctionCommand.js +3 -9
  74. package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -9
  75. package/dist-es/commands/UpdateResolverCommand.js +3 -9
  76. package/dist-es/commands/UpdateSourceApiAssociationCommand.js +3 -9
  77. package/dist-es/commands/UpdateTypeCommand.js +3 -9
  78. package/dist-es/runtimeConfig.shared.js +2 -0
  79. package/dist-es/schemas/schemas_0.js +2716 -0
  80. package/dist-types/AppSyncClient.d.ts +10 -1
  81. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  82. package/dist-types/runtimeConfig.d.ts +1 -0
  83. package/dist-types/runtimeConfig.native.d.ts +1 -0
  84. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  85. package/dist-types/schemas/schemas_0.d.ts +321 -0
  86. package/dist-types/ts3.4/AppSyncClient.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
  92. package/package.json +34 -34
  93. package/dist-es/protocols/Aws_restJson1.js +0 -2384
  94. package/dist-types/protocols/Aws_restJson1.d.ts +0 -668
  95. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -893
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTypeCommand, se_DeleteTypeCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteType } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTypeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "DeleteType", {})
17
13
  .n("AppSyncClient", "DeleteTypeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTypeCommand)
20
- .de(de_DeleteTypeCommand)
14
+ .sc(DeleteType)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociateApiCommand, se_DisassociateApiCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociateApi } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateApiCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "DisassociateApi", {})
17
13
  .n("AppSyncClient", "DisassociateApiCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateApiCommand)
20
- .de(de_DisassociateApiCommand)
14
+ .sc(DisassociateApi)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociateMergedGraphqlApiCommand, se_DisassociateMergedGraphqlApiCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateMergedGraphqlApi } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateMergedGraphqlApiCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "DisassociateMergedGraphqlApi", {})
17
13
  .n("AppSyncClient", "DisassociateMergedGraphqlApiCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateMergedGraphqlApiCommand)
20
- .de(de_DisassociateMergedGraphqlApiCommand)
14
+ .sc(DisassociateMergedGraphqlApi)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociateSourceGraphqlApiCommand, se_DisassociateSourceGraphqlApiCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateSourceGraphqlApi } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateSourceGraphqlApiCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "DisassociateSourceGraphqlApi", {})
17
13
  .n("AppSyncClient", "DisassociateSourceGraphqlApiCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateSourceGraphqlApiCommand)
20
- .de(de_DisassociateSourceGraphqlApiCommand)
14
+ .sc(DisassociateSourceGraphqlApi)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_EvaluateCodeCommand, se_EvaluateCodeCommand } from "../protocols/Aws_restJson1";
4
+ import { EvaluateCode } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class EvaluateCodeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "EvaluateCode", {})
17
13
  .n("AppSyncClient", "EvaluateCodeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_EvaluateCodeCommand)
20
- .de(de_EvaluateCodeCommand)
14
+ .sc(EvaluateCode)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_EvaluateMappingTemplateCommand, se_EvaluateMappingTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { EvaluateMappingTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class EvaluateMappingTemplateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "EvaluateMappingTemplate", {})
17
13
  .n("AppSyncClient", "EvaluateMappingTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_EvaluateMappingTemplateCommand)
20
- .de(de_EvaluateMappingTemplateCommand)
14
+ .sc(EvaluateMappingTemplate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_FlushApiCacheCommand, se_FlushApiCacheCommand } from "../protocols/Aws_restJson1";
4
+ import { FlushApiCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class FlushApiCacheCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "FlushApiCache", {})
17
13
  .n("AppSyncClient", "FlushApiCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_FlushApiCacheCommand)
20
- .de(de_FlushApiCacheCommand)
14
+ .sc(FlushApiCache)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetApiAssociationCommand, se_GetApiAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApiAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApiAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetApiAssociation", {})
17
13
  .n("AppSyncClient", "GetApiAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApiAssociationCommand)
20
- .de(de_GetApiAssociationCommand)
14
+ .sc(GetApiAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetApiCacheCommand, se_GetApiCacheCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApiCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApiCacheCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetApiCache", {})
17
13
  .n("AppSyncClient", "GetApiCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApiCacheCommand)
20
- .de(de_GetApiCacheCommand)
14
+ .sc(GetApiCache)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetApiCommand, se_GetApiCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApi } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApiCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetApi", {})
17
13
  .n("AppSyncClient", "GetApiCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApiCommand)
20
- .de(de_GetApiCommand)
14
+ .sc(GetApi)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetChannelNamespaceCommand, se_GetChannelNamespaceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetChannelNamespace } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetChannelNamespaceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetChannelNamespace", {})
17
13
  .n("AppSyncClient", "GetChannelNamespaceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetChannelNamespaceCommand)
20
- .de(de_GetChannelNamespaceCommand)
14
+ .sc(GetChannelNamespace)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataSourceCommand, se_GetDataSourceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataSource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataSourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetDataSource", {})
17
13
  .n("AppSyncClient", "GetDataSourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataSourceCommand)
20
- .de(de_GetDataSourceCommand)
14
+ .sc(GetDataSource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDataSourceIntrospectionCommand, se_GetDataSourceIntrospectionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDataSourceIntrospection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDataSourceIntrospectionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetDataSourceIntrospection", {})
17
13
  .n("AppSyncClient", "GetDataSourceIntrospectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDataSourceIntrospectionCommand)
20
- .de(de_GetDataSourceIntrospectionCommand)
14
+ .sc(GetDataSourceIntrospection)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDomainNameCommand, se_GetDomainNameCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDomainName } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDomainNameCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetDomainName", {})
17
13
  .n("AppSyncClient", "GetDomainNameCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDomainNameCommand)
20
- .de(de_GetDomainNameCommand)
14
+ .sc(GetDomainName)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetFunction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetFunctionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetFunction", {})
17
13
  .n("AppSyncClient", "GetFunctionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetFunctionCommand)
20
- .de(de_GetFunctionCommand)
14
+ .sc(GetFunction)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetGraphqlApiCommand, se_GetGraphqlApiCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGraphqlApi } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGraphqlApiCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetGraphqlApi", {})
17
13
  .n("AppSyncClient", "GetGraphqlApiCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetGraphqlApiCommand)
20
- .de(de_GetGraphqlApiCommand)
14
+ .sc(GetGraphqlApi)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetGraphqlApiEnvironmentVariablesCommand, se_GetGraphqlApiEnvironmentVariablesCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetGraphqlApiEnvironmentVariables } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetGraphqlApiEnvironmentVariablesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetGraphqlApiEnvironmentVariables", {})
17
13
  .n("AppSyncClient", "GetGraphqlApiEnvironmentVariablesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetGraphqlApiEnvironmentVariablesCommand)
20
- .de(de_GetGraphqlApiEnvironmentVariablesCommand)
14
+ .sc(GetGraphqlApiEnvironmentVariables)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetIntrospectionSchemaCommand, se_GetIntrospectionSchemaCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIntrospectionSchema } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIntrospectionSchemaCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetIntrospectionSchema", {})
17
13
  .n("AppSyncClient", "GetIntrospectionSchemaCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIntrospectionSchemaCommand)
20
- .de(de_GetIntrospectionSchemaCommand)
14
+ .sc(GetIntrospectionSchema)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetResolverCommand, se_GetResolverCommand } from "../protocols/Aws_restJson1";
4
+ import { GetResolver } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResolverCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetResolver", {})
17
13
  .n("AppSyncClient", "GetResolverCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResolverCommand)
20
- .de(de_GetResolverCommand)
14
+ .sc(GetResolver)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSchemaCreationStatusCommand, se_GetSchemaCreationStatusCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSchemaCreationStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSchemaCreationStatusCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetSchemaCreationStatus", {})
17
13
  .n("AppSyncClient", "GetSchemaCreationStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSchemaCreationStatusCommand)
20
- .de(de_GetSchemaCreationStatusCommand)
14
+ .sc(GetSchemaCreationStatus)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSourceApiAssociationCommand, se_GetSourceApiAssociationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSourceApiAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSourceApiAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetSourceApiAssociation", {})
17
13
  .n("AppSyncClient", "GetSourceApiAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSourceApiAssociationCommand)
20
- .de(de_GetSourceApiAssociationCommand)
14
+ .sc(GetSourceApiAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTypeCommand, se_GetTypeCommand } from "../protocols/Aws_restJson1";
4
+ import { GetType } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTypeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "GetType", {})
17
13
  .n("AppSyncClient", "GetTypeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTypeCommand)
20
- .de(de_GetTypeCommand)
14
+ .sc(GetType)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListApiKeysCommand, se_ListApiKeysCommand } from "../protocols/Aws_restJson1";
4
+ import { ListApiKeys } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListApiKeysCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "ListApiKeys", {})
17
13
  .n("AppSyncClient", "ListApiKeysCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListApiKeysCommand)
20
- .de(de_ListApiKeysCommand)
14
+ .sc(ListApiKeys)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListApisCommand, se_ListApisCommand } from "../protocols/Aws_restJson1";
4
+ import { ListApis } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListApisCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSDeepdishControlPlaneService", "ListApis", {})
17
13
  .n("AppSyncClient", "ListApisCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListApisCommand)
20
- .de(de_ListApisCommand)
14
+ .sc(ListApis)
21
15
  .build() {
22
16
  }