@aws-sdk/client-appsync 3.533.0 → 3.540.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 (139) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/AppSync.d.ts +4 -1
  6. package/dist-types/AppSyncClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateApiCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateApiCacheCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateApiKeyCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateFunctionCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateResolverCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateTypeCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteApiCacheCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteApiKeyCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteResolverCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/DisassociateApiCommand.d.ts +2 -1
  27. package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +2 -1
  28. package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +2 -1
  29. package/dist-types/commands/EvaluateCodeCommand.d.ts +2 -1
  30. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +2 -1
  31. package/dist-types/commands/FlushApiCacheCommand.d.ts +2 -1
  32. package/dist-types/commands/GetApiAssociationCommand.d.ts +2 -1
  33. package/dist-types/commands/GetApiCacheCommand.d.ts +2 -1
  34. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  35. package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +2 -1
  36. package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
  37. package/dist-types/commands/GetFunctionCommand.d.ts +2 -1
  38. package/dist-types/commands/GetGraphqlApiCommand.d.ts +2 -1
  39. package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
  40. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +2 -1
  41. package/dist-types/commands/GetResolverCommand.d.ts +2 -1
  42. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +2 -1
  43. package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +2 -1
  44. package/dist-types/commands/GetTypeCommand.d.ts +2 -1
  45. package/dist-types/commands/ListApiKeysCommand.d.ts +2 -1
  46. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
  47. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  48. package/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListGraphqlApisCommand.d.ts +2 -1
  50. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +2 -1
  51. package/dist-types/commands/ListResolversCommand.d.ts +2 -1
  52. package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/ListTypesByAssociationCommand.d.ts +2 -1
  55. package/dist-types/commands/ListTypesCommand.d.ts +2 -1
  56. package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
  57. package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +2 -1
  58. package/dist-types/commands/StartSchemaCreationCommand.d.ts +2 -1
  59. package/dist-types/commands/StartSchemaMergeCommand.d.ts +2 -1
  60. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  61. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateApiCacheCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateApiKeyCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateFunctionCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateResolverCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateTypeCommand.d.ts +2 -1
  71. package/dist-types/index.d.ts +0 -1
  72. package/dist-types/models/models_0.d.ts +588 -588
  73. package/dist-types/ts3.4/AppSync.d.ts +3 -0
  74. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -0
  112. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/index.d.ts +0 -1
  139. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __M
22
22
  }
23
23
  declare const UpdateApiCacheCommand_base: {
24
24
  new (input: UpdateApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the cache for the GraphQL API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const UpdateApiCacheCommand_base: {
82
82
  * @throws {@link AppSyncServiceException}
83
83
  * <p>Base exception class for all service exceptions from AppSync service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class UpdateApiCacheCommand extends UpdateApiCacheCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __Metad
22
22
  }
23
23
  declare const UpdateApiKeyCommand_base: {
24
24
  new (input: UpdateApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an API key. You can update the key as long as it's not deleted.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const UpdateApiKeyCommand_base: {
81
81
  * @throws {@link AppSyncServiceException}
82
82
  * <p>Base exception class for all service exceptions from AppSync service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateApiKeyCommand extends UpdateApiKeyCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
22
22
  }
23
23
  declare const UpdateDataSourceCommand_base: {
24
24
  new (input: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a <code>DataSource</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -172,6 +172,7 @@ declare const UpdateDataSourceCommand_base: {
172
172
  * @throws {@link AppSyncServiceException}
173
173
  * <p>Base exception class for all service exceptions from AppSync service.</p>
174
174
  *
175
+ * @public
175
176
  */
176
177
  export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
177
178
  }
@@ -22,10 +22,10 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
22
22
  }
23
23
  declare const UpdateDomainNameCommand_base: {
24
24
  new (input: UpdateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a custom <code>DomainName</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const UpdateDomainNameCommand_base: {
77
77
  * @throws {@link AppSyncServiceException}
78
78
  * <p>Base exception class for all service exceptions from AppSync service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __M
22
22
  }
23
23
  declare const UpdateFunctionCommand_base: {
24
24
  new (input: UpdateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a <code>Function</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -112,6 +112,7 @@ declare const UpdateFunctionCommand_base: {
112
112
  * @throws {@link AppSyncServiceException}
113
113
  * <p>Base exception class for all service exceptions from AppSync service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class UpdateFunctionCommand extends UpdateFunctionCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse,
22
22
  }
23
23
  declare const UpdateGraphqlApiCommand_base: {
24
24
  new (input: UpdateGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a <code>GraphqlApi</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -201,6 +201,7 @@ declare const UpdateGraphqlApiCommand_base: {
201
201
  * @throws {@link AppSyncServiceException}
202
202
  * <p>Base exception class for all service exceptions from AppSync service.</p>
203
203
  *
204
+ * @public
204
205
  */
205
206
  export declare class UpdateGraphqlApiCommand extends UpdateGraphqlApiCommand_base {
206
207
  }
@@ -22,10 +22,10 @@ export interface UpdateResolverCommandOutput extends UpdateResolverResponse, __M
22
22
  }
23
23
  declare const UpdateResolverCommand_base: {
24
24
  new (input: UpdateResolverCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResolverCommandInput, UpdateResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateResolverCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResolverCommandInput, UpdateResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a <code>Resolver</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -134,6 +134,7 @@ declare const UpdateResolverCommand_base: {
134
134
  * @throws {@link AppSyncServiceException}
135
135
  * <p>Base exception class for all service exceptions from AppSync service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class UpdateResolverCommand extends UpdateResolverCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface UpdateSourceApiAssociationCommandOutput extends UpdateSourceApi
22
22
  }
23
23
  declare const UpdateSourceApiAssociationCommand_base: {
24
24
  new (input: UpdateSourceApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSourceApiAssociationCommandInput, UpdateSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSourceApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSourceApiAssociationCommandInput, UpdateSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates some of the configuration choices of a particular source API association.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const UpdateSourceApiAssociationCommand_base: {
89
89
  * @throws {@link AppSyncServiceException}
90
90
  * <p>Base exception class for all service exceptions from AppSync service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class UpdateSourceApiAssociationCommand extends UpdateSourceApiAssociationCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UpdateTypeCommandOutput extends UpdateTypeResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateTypeCommand_base: {
24
24
  new (input: UpdateTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTypeCommandInput, UpdateTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTypeCommandInput, UpdateTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a <code>Type</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const UpdateTypeCommand_base: {
79
79
  * @throws {@link AppSyncServiceException}
80
80
  * <p>Base exception class for all service exceptions from AppSync service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateTypeCommand extends UpdateTypeCommand_base {
84
85
  }
@@ -11,5 +11,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
11
11
  export { AppSyncExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
13
  export * from "./models";
14
- import "@aws-sdk/util-endpoints";
15
14
  export { AppSyncServiceException } from "./models/AppSyncServiceException";