@aws-sdk/client-appsync 3.952.0 → 3.953.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 (94) hide show
  1. package/dist-cjs/index.js +985 -677
  2. package/dist-cjs/runtimeConfig.shared.js +7 -1
  3. package/dist-es/commands/AssociateApiCommand.js +2 -2
  4. package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +2 -2
  5. package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +2 -2
  6. package/dist-es/commands/CreateApiCacheCommand.js +2 -2
  7. package/dist-es/commands/CreateApiCommand.js +2 -2
  8. package/dist-es/commands/CreateApiKeyCommand.js +2 -2
  9. package/dist-es/commands/CreateChannelNamespaceCommand.js +2 -2
  10. package/dist-es/commands/CreateDataSourceCommand.js +2 -2
  11. package/dist-es/commands/CreateDomainNameCommand.js +2 -2
  12. package/dist-es/commands/CreateFunctionCommand.js +2 -2
  13. package/dist-es/commands/CreateGraphqlApiCommand.js +2 -2
  14. package/dist-es/commands/CreateResolverCommand.js +2 -2
  15. package/dist-es/commands/CreateTypeCommand.js +2 -2
  16. package/dist-es/commands/DeleteApiCacheCommand.js +2 -2
  17. package/dist-es/commands/DeleteApiCommand.js +2 -2
  18. package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
  19. package/dist-es/commands/DeleteChannelNamespaceCommand.js +2 -2
  20. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  21. package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
  22. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  23. package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -2
  24. package/dist-es/commands/DeleteResolverCommand.js +2 -2
  25. package/dist-es/commands/DeleteTypeCommand.js +2 -2
  26. package/dist-es/commands/DisassociateApiCommand.js +2 -2
  27. package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +2 -2
  28. package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +2 -2
  29. package/dist-es/commands/EvaluateCodeCommand.js +2 -2
  30. package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -2
  31. package/dist-es/commands/FlushApiCacheCommand.js +2 -2
  32. package/dist-es/commands/GetApiAssociationCommand.js +2 -2
  33. package/dist-es/commands/GetApiCacheCommand.js +2 -2
  34. package/dist-es/commands/GetApiCommand.js +2 -2
  35. package/dist-es/commands/GetChannelNamespaceCommand.js +2 -2
  36. package/dist-es/commands/GetDataSourceCommand.js +2 -2
  37. package/dist-es/commands/GetDataSourceIntrospectionCommand.js +2 -2
  38. package/dist-es/commands/GetDomainNameCommand.js +2 -2
  39. package/dist-es/commands/GetFunctionCommand.js +2 -2
  40. package/dist-es/commands/GetGraphqlApiCommand.js +2 -2
  41. package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +2 -2
  42. package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -2
  43. package/dist-es/commands/GetResolverCommand.js +2 -2
  44. package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -2
  45. package/dist-es/commands/GetSourceApiAssociationCommand.js +2 -2
  46. package/dist-es/commands/GetTypeCommand.js +2 -2
  47. package/dist-es/commands/ListApiKeysCommand.js +2 -2
  48. package/dist-es/commands/ListApisCommand.js +2 -2
  49. package/dist-es/commands/ListChannelNamespacesCommand.js +2 -2
  50. package/dist-es/commands/ListDataSourcesCommand.js +2 -2
  51. package/dist-es/commands/ListDomainNamesCommand.js +2 -2
  52. package/dist-es/commands/ListFunctionsCommand.js +2 -2
  53. package/dist-es/commands/ListGraphqlApisCommand.js +2 -2
  54. package/dist-es/commands/ListResolversByFunctionCommand.js +2 -2
  55. package/dist-es/commands/ListResolversCommand.js +2 -2
  56. package/dist-es/commands/ListSourceApiAssociationsCommand.js +2 -2
  57. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  58. package/dist-es/commands/ListTypesByAssociationCommand.js +2 -2
  59. package/dist-es/commands/ListTypesCommand.js +2 -2
  60. package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +2 -2
  61. package/dist-es/commands/StartDataSourceIntrospectionCommand.js +2 -2
  62. package/dist-es/commands/StartSchemaCreationCommand.js +2 -2
  63. package/dist-es/commands/StartSchemaMergeCommand.js +2 -2
  64. package/dist-es/commands/TagResourceCommand.js +2 -2
  65. package/dist-es/commands/UntagResourceCommand.js +2 -2
  66. package/dist-es/commands/UpdateApiCacheCommand.js +2 -2
  67. package/dist-es/commands/UpdateApiCommand.js +2 -2
  68. package/dist-es/commands/UpdateApiKeyCommand.js +2 -2
  69. package/dist-es/commands/UpdateChannelNamespaceCommand.js +2 -2
  70. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  71. package/dist-es/commands/UpdateDomainNameCommand.js +2 -2
  72. package/dist-es/commands/UpdateFunctionCommand.js +2 -2
  73. package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -2
  74. package/dist-es/commands/UpdateResolverCommand.js +2 -2
  75. package/dist-es/commands/UpdateSourceApiAssociationCommand.js +2 -2
  76. package/dist-es/commands/UpdateTypeCommand.js +2 -2
  77. package/dist-es/index.js +1 -0
  78. package/dist-es/runtimeConfig.shared.js +7 -1
  79. package/dist-es/schemas/schemas_0.js +586 -571
  80. package/dist-types/AppSyncClient.d.ts +1 -10
  81. package/dist-types/index.d.ts +1 -0
  82. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  83. package/dist-types/runtimeConfig.d.ts +6 -2
  84. package/dist-types/runtimeConfig.native.d.ts +6 -2
  85. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  86. package/dist-types/schemas/schemas_0.d.ts +294 -320
  87. package/dist-types/ts3.4/AppSyncClient.d.ts +0 -4
  88. package/dist-types/ts3.4/index.d.ts +1 -0
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  93. package/dist-types/ts3.4/schemas/schemas_0.d.ts +293 -320
  94. package/package.json +35 -35
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDomainName } from "../schemas/schemas_0";
4
+ import { GetDomainName$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDomainNameCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDomainNameCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetDomainName", {})
13
13
  .n("AppSyncClient", "GetDomainNameCommand")
14
- .sc(GetDomainName)
14
+ .sc(GetDomainName$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetFunction } from "../schemas/schemas_0";
4
+ import { GetFunction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetFunctionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetFunctionCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetFunction", {})
13
13
  .n("AppSyncClient", "GetFunctionCommand")
14
- .sc(GetFunction)
14
+ .sc(GetFunction$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGraphqlApi } from "../schemas/schemas_0";
4
+ import { GetGraphqlApi$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGraphqlApiCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGraphqlApiCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetGraphqlApi", {})
13
13
  .n("AppSyncClient", "GetGraphqlApiCommand")
14
- .sc(GetGraphqlApi)
14
+ .sc(GetGraphqlApi$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetGraphqlApiEnvironmentVariables } from "../schemas/schemas_0";
4
+ import { GetGraphqlApiEnvironmentVariables$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetGraphqlApiEnvironmentVariablesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetGraphqlApiEnvironmentVariablesCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetGraphqlApiEnvironmentVariables", {})
13
13
  .n("AppSyncClient", "GetGraphqlApiEnvironmentVariablesCommand")
14
- .sc(GetGraphqlApiEnvironmentVariables)
14
+ .sc(GetGraphqlApiEnvironmentVariables$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetIntrospectionSchema } from "../schemas/schemas_0";
4
+ import { GetIntrospectionSchema$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetIntrospectionSchemaCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetIntrospectionSchemaCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetIntrospectionSchema", {})
13
13
  .n("AppSyncClient", "GetIntrospectionSchemaCommand")
14
- .sc(GetIntrospectionSchema)
14
+ .sc(GetIntrospectionSchema$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetResolver } from "../schemas/schemas_0";
4
+ import { GetResolver$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetResolverCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetResolverCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetResolver", {})
13
13
  .n("AppSyncClient", "GetResolverCommand")
14
- .sc(GetResolver)
14
+ .sc(GetResolver$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSchemaCreationStatus } from "../schemas/schemas_0";
4
+ import { GetSchemaCreationStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSchemaCreationStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSchemaCreationStatusCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetSchemaCreationStatus", {})
13
13
  .n("AppSyncClient", "GetSchemaCreationStatusCommand")
14
- .sc(GetSchemaCreationStatus)
14
+ .sc(GetSchemaCreationStatus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSourceApiAssociation } from "../schemas/schemas_0";
4
+ import { GetSourceApiAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSourceApiAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSourceApiAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetSourceApiAssociation", {})
13
13
  .n("AppSyncClient", "GetSourceApiAssociationCommand")
14
- .sc(GetSourceApiAssociation)
14
+ .sc(GetSourceApiAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetType } from "../schemas/schemas_0";
4
+ import { GetType$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTypeCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTypeCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "GetType", {})
13
13
  .n("AppSyncClient", "GetTypeCommand")
14
- .sc(GetType)
14
+ .sc(GetType$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListApiKeys } from "../schemas/schemas_0";
4
+ import { ListApiKeys$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListApiKeysCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListApiKeysCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListApiKeys", {})
13
13
  .n("AppSyncClient", "ListApiKeysCommand")
14
- .sc(ListApiKeys)
14
+ .sc(ListApiKeys$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListApis } from "../schemas/schemas_0";
4
+ import { ListApis$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListApisCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListApisCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListApis", {})
13
13
  .n("AppSyncClient", "ListApisCommand")
14
- .sc(ListApis)
14
+ .sc(ListApis$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListChannelNamespaces } from "../schemas/schemas_0";
4
+ import { ListChannelNamespaces$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListChannelNamespacesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListChannelNamespacesCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListChannelNamespaces", {})
13
13
  .n("AppSyncClient", "ListChannelNamespacesCommand")
14
- .sc(ListChannelNamespaces)
14
+ .sc(ListChannelNamespaces$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDataSources } from "../schemas/schemas_0";
4
+ import { ListDataSources$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDataSourcesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDataSourcesCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListDataSources", {})
13
13
  .n("AppSyncClient", "ListDataSourcesCommand")
14
- .sc(ListDataSources)
14
+ .sc(ListDataSources$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDomainNames } from "../schemas/schemas_0";
4
+ import { ListDomainNames$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDomainNamesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDomainNamesCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListDomainNames", {})
13
13
  .n("AppSyncClient", "ListDomainNamesCommand")
14
- .sc(ListDomainNames)
14
+ .sc(ListDomainNames$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListFunctions } from "../schemas/schemas_0";
4
+ import { ListFunctions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFunctionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFunctionsCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListFunctions", {})
13
13
  .n("AppSyncClient", "ListFunctionsCommand")
14
- .sc(ListFunctions)
14
+ .sc(ListFunctions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListGraphqlApis } from "../schemas/schemas_0";
4
+ import { ListGraphqlApis$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListGraphqlApisCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListGraphqlApisCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListGraphqlApis", {})
13
13
  .n("AppSyncClient", "ListGraphqlApisCommand")
14
- .sc(ListGraphqlApis)
14
+ .sc(ListGraphqlApis$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListResolversByFunction } from "../schemas/schemas_0";
4
+ import { ListResolversByFunction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListResolversByFunctionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListResolversByFunctionCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListResolversByFunction", {})
13
13
  .n("AppSyncClient", "ListResolversByFunctionCommand")
14
- .sc(ListResolversByFunction)
14
+ .sc(ListResolversByFunction$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListResolvers } from "../schemas/schemas_0";
4
+ import { ListResolvers$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListResolversCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListResolversCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListResolvers", {})
13
13
  .n("AppSyncClient", "ListResolversCommand")
14
- .sc(ListResolvers)
14
+ .sc(ListResolvers$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListSourceApiAssociations } from "../schemas/schemas_0";
4
+ import { ListSourceApiAssociations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSourceApiAssociationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSourceApiAssociationsCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListSourceApiAssociations", {})
13
13
  .n("AppSyncClient", "ListSourceApiAssociationsCommand")
14
- .sc(ListSourceApiAssociations)
14
+ .sc(ListSourceApiAssociations$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListTagsForResource", {})
13
13
  .n("AppSyncClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTypesByAssociation } from "../schemas/schemas_0";
4
+ import { ListTypesByAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTypesByAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTypesByAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListTypesByAssociation", {})
13
13
  .n("AppSyncClient", "ListTypesByAssociationCommand")
14
- .sc(ListTypesByAssociation)
14
+ .sc(ListTypesByAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTypes } from "../schemas/schemas_0";
4
+ import { ListTypes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTypesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTypesCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "ListTypes", {})
13
13
  .n("AppSyncClient", "ListTypesCommand")
14
- .sc(ListTypes)
14
+ .sc(ListTypes$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutGraphqlApiEnvironmentVariables } from "../schemas/schemas_0";
4
+ import { PutGraphqlApiEnvironmentVariables$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutGraphqlApiEnvironmentVariablesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutGraphqlApiEnvironmentVariablesCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "PutGraphqlApiEnvironmentVariables", {})
13
13
  .n("AppSyncClient", "PutGraphqlApiEnvironmentVariablesCommand")
14
- .sc(PutGraphqlApiEnvironmentVariables)
14
+ .sc(PutGraphqlApiEnvironmentVariables$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartDataSourceIntrospection } from "../schemas/schemas_0";
4
+ import { StartDataSourceIntrospection$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartDataSourceIntrospectionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartDataSourceIntrospectionCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "StartDataSourceIntrospection", {})
13
13
  .n("AppSyncClient", "StartDataSourceIntrospectionCommand")
14
- .sc(StartDataSourceIntrospection)
14
+ .sc(StartDataSourceIntrospection$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartSchemaCreation } from "../schemas/schemas_0";
4
+ import { StartSchemaCreation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartSchemaCreationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartSchemaCreationCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "StartSchemaCreation", {})
13
13
  .n("AppSyncClient", "StartSchemaCreationCommand")
14
- .sc(StartSchemaCreation)
14
+ .sc(StartSchemaCreation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartSchemaMerge } from "../schemas/schemas_0";
4
+ import { StartSchemaMerge$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartSchemaMergeCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartSchemaMergeCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "StartSchemaMerge", {})
13
13
  .n("AppSyncClient", "StartSchemaMergeCommand")
14
- .sc(StartSchemaMerge)
14
+ .sc(StartSchemaMerge$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "TagResource", {})
13
13
  .n("AppSyncClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UntagResource", {})
13
13
  .n("AppSyncClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateApiCache } from "../schemas/schemas_0";
4
+ import { UpdateApiCache$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateApiCacheCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateApiCacheCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UpdateApiCache", {})
13
13
  .n("AppSyncClient", "UpdateApiCacheCommand")
14
- .sc(UpdateApiCache)
14
+ .sc(UpdateApiCache$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateApi } from "../schemas/schemas_0";
4
+ import { UpdateApi$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateApiCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateApiCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UpdateApi", {})
13
13
  .n("AppSyncClient", "UpdateApiCommand")
14
- .sc(UpdateApi)
14
+ .sc(UpdateApi$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateApiKey } from "../schemas/schemas_0";
4
+ import { UpdateApiKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateApiKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateApiKeyCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UpdateApiKey", {})
13
13
  .n("AppSyncClient", "UpdateApiKeyCommand")
14
- .sc(UpdateApiKey)
14
+ .sc(UpdateApiKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateChannelNamespace } from "../schemas/schemas_0";
4
+ import { UpdateChannelNamespace$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateChannelNamespaceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateChannelNamespaceCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UpdateChannelNamespace", {})
13
13
  .n("AppSyncClient", "UpdateChannelNamespaceCommand")
14
- .sc(UpdateChannelNamespace)
14
+ .sc(UpdateChannelNamespace$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateDataSource } from "../schemas/schemas_0";
4
+ import { UpdateDataSource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDataSourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDataSourceCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UpdateDataSource", {})
13
13
  .n("AppSyncClient", "UpdateDataSourceCommand")
14
- .sc(UpdateDataSource)
14
+ .sc(UpdateDataSource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateDomainName } from "../schemas/schemas_0";
4
+ import { UpdateDomainName$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDomainNameCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDomainNameCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UpdateDomainName", {})
13
13
  .n("AppSyncClient", "UpdateDomainNameCommand")
14
- .sc(UpdateDomainName)
14
+ .sc(UpdateDomainName$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateFunction } from "../schemas/schemas_0";
4
+ import { UpdateFunction$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateFunctionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateFunctionCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UpdateFunction", {})
13
13
  .n("AppSyncClient", "UpdateFunctionCommand")
14
- .sc(UpdateFunction)
14
+ .sc(UpdateFunction$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateGraphqlApi } from "../schemas/schemas_0";
4
+ import { UpdateGraphqlApi$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateGraphqlApiCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateGraphqlApiCommand extends $Command
11
11
  })
12
12
  .s("AWSDeepdishControlPlaneService", "UpdateGraphqlApi", {})
13
13
  .n("AppSyncClient", "UpdateGraphqlApiCommand")
14
- .sc(UpdateGraphqlApi)
14
+ .sc(UpdateGraphqlApi$)
15
15
  .build() {
16
16
  }