@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 GetApiAssociationCommandOutput extends GetApiAssociationRespons
22
22
  }
23
23
  declare const GetApiAssociationCommand_base: {
24
24
  new (input: GetApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiAssociationCommandInput, GetApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiAssociationCommandInput, GetApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an <code>ApiAssociation</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetApiAssociationCommand_base: {
71
71
  * @throws {@link AppSyncServiceException}
72
72
  * <p>Base exception class for all service exceptions from AppSync service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetApiAssociationCommand extends GetApiAssociationCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __Metadat
22
22
  }
23
23
  declare const GetApiCacheCommand_base: {
24
24
  new (input: GetApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiCacheCommandInput, GetApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiCacheCommandInput, GetApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an <code>ApiCache</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetApiCacheCommand_base: {
78
78
  * @throws {@link AppSyncServiceException}
79
79
  * <p>Base exception class for all service exceptions from AppSync service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetApiCacheCommand extends GetApiCacheCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
22
22
  }
23
23
  declare const GetDataSourceCommand_base: {
24
24
  new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves 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.
@@ -123,6 +123,7 @@ declare const GetDataSourceCommand_base: {
123
123
  * @throws {@link AppSyncServiceException}
124
124
  * <p>Base exception class for all service exceptions from AppSync service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface GetDataSourceIntrospectionCommandOutput extends GetDataSourceIn
22
22
  }
23
23
  declare const GetDataSourceIntrospectionCommand_base: {
24
24
  new (input: GetDataSourceIntrospectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDataSourceIntrospectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the record of an existing introspection. If the retrieval is successful, the result of the
30
30
  * instrospection will also be returned. If the retrieval fails the operation, an error message will be returned
31
31
  * instead.</p>
@@ -114,6 +114,7 @@ declare const GetDataSourceIntrospectionCommand_base: {
114
114
  * @throws {@link AppSyncServiceException}
115
115
  * <p>Base exception class for all service exceptions from AppSync service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
22
22
  }
23
23
  declare const GetDomainNameCommand_base: {
24
24
  new (input: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves 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.
@@ -72,6 +72,7 @@ declare const GetDomainNameCommand_base: {
72
72
  * @throws {@link AppSyncServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppSync service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
22
22
  }
23
23
  declare const GetFunctionCommand_base: {
24
24
  new (input: GetFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a <code>Function</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const GetFunctionCommand_base: {
86
86
  * @throws {@link AppSyncServiceException}
87
87
  * <p>Base exception class for all service exceptions from AppSync service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetFunctionCommand extends GetFunctionCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __Met
22
22
  }
23
23
  declare const GetGraphqlApiCommand_base: {
24
24
  new (input: GetGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves 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.
@@ -141,6 +141,7 @@ declare const GetGraphqlApiCommand_base: {
141
141
  * @throws {@link AppSyncServiceException}
142
142
  * <p>Base exception class for all service exceptions from AppSync service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class GetGraphqlApiCommand extends GetGraphqlApiCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface GetGraphqlApiEnvironmentVariablesCommandOutput extends GetGraph
22
22
  }
23
23
  declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
24
24
  new (input: GetGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphqlApiEnvironmentVariablesCommandInput, GetGraphqlApiEnvironmentVariablesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/smithy-client").CommandImpl<GetGraphqlApiEnvironmentVariablesCommandInput, GetGraphqlApiEnvironmentVariablesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the list of environmental variable key-value pairs associated with an API by its ID value.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
71
71
  * @throws {@link AppSyncServiceException}
72
72
  * <p>Base exception class for all service exceptions from AppSync service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetGraphqlApiEnvironmentVariablesCommand extends GetGraphqlApiEnvironmentVariablesCommand_base {
76
77
  }
@@ -29,10 +29,10 @@ export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSch
29
29
  }
30
30
  declare const GetIntrospectionSchemaCommand_base: {
31
31
  new (input: GetIntrospectionSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (__0_0: GetIntrospectionSchemaCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
34
  };
34
35
  /**
35
- * @public
36
36
  * <p>Retrieves the introspection schema for a GraphQL API.</p>
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const GetIntrospectionSchemaCommand_base: {
74
74
  * @throws {@link AppSyncServiceException}
75
75
  * <p>Base exception class for all service exceptions from AppSync service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetIntrospectionSchemaCommand extends GetIntrospectionSchemaCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface GetResolverCommandOutput extends GetResolverResponse, __Metadat
22
22
  }
23
23
  declare const GetResolverCommand_base: {
24
24
  new (input: GetResolverCommandInput): import("@smithy/smithy-client").CommandImpl<GetResolverCommandInput, GetResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResolverCommandInput): import("@smithy/smithy-client").CommandImpl<GetResolverCommandInput, GetResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves 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.
@@ -98,6 +98,7 @@ declare const GetResolverCommand_base: {
98
98
  * @throws {@link AppSyncServiceException}
99
99
  * <p>Base exception class for all service exceptions from AppSync service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class GetResolverCommand extends GetResolverCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationS
22
22
  }
23
23
  declare const GetSchemaCreationStatusCommand_base: {
24
24
  new (input: GetSchemaCreationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSchemaCreationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the current status of a schema creation operation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const GetSchemaCreationStatusCommand_base: {
67
67
  * @throws {@link AppSyncServiceException}
68
68
  * <p>Base exception class for all service exceptions from AppSync service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class GetSchemaCreationStatusCommand extends GetSchemaCreationStatusCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetSourceApiAssociationCommandOutput extends GetSourceApiAssoci
22
22
  }
23
23
  declare const GetSourceApiAssociationCommand_base: {
24
24
  new (input: GetSourceApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceApiAssociationCommandInput, GetSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSourceApiAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSourceApiAssociationCommandInput, GetSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a <code>SourceApiAssociation</code> object.</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 GetSourceApiAssociationCommand_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 GetSourceApiAssociationCommand extends GetSourceApiAssociationCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer
22
22
  }
23
23
  declare const GetTypeCommand_base: {
24
24
  new (input: GetTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypeCommandInput, GetTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTypeCommandInput): import("@smithy/smithy-client").CommandImpl<GetTypeCommandInput, GetTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves 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.
@@ -78,6 +78,7 @@ declare const GetTypeCommand_base: {
78
78
  * @throws {@link AppSyncServiceException}
79
79
  * <p>Base exception class for all service exceptions from AppSync service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetTypeCommand extends GetTypeCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
22
22
  }
23
23
  declare const ListApiKeysCommand_base: {
24
24
  new (input: ListApiKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListApiKeysCommandInput, ListApiKeysCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListApiKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListApiKeysCommandInput, ListApiKeysCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the API keys for a given API.</p>
30
30
  * <note>
31
31
  * <p>API keys are deleted automatically 60 days after they expire. However, they may still be included in the
@@ -81,6 +81,7 @@ declare const ListApiKeysCommand_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 ListApiKeysCommand extends ListApiKeysCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
22
22
  }
23
23
  declare const ListDataSourcesCommand_base: {
24
24
  new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the data sources for a given API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -123,6 +123,7 @@ declare const ListDataSourcesCommand_base: {
123
123
  * @throws {@link AppSyncServiceException}
124
124
  * <p>Base exception class for all service exceptions from AppSync service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
22
22
  }
23
23
  declare const ListDomainNamesCommand_base: {
24
24
  new (input: ListDomainNamesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists multiple custom domain names.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListDomainNamesCommand_base: {
73
73
  * @throws {@link AppSyncServiceException}
74
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
22
22
  }
23
23
  declare const ListFunctionsCommand_base: {
24
24
  new (input: ListFunctionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFunctionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List multiple functions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const ListFunctionsCommand_base: {
93
93
  * @throws {@link AppSyncServiceException}
94
94
  * <p>Base exception class for all service exceptions from AppSync service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, _
22
22
  }
23
23
  declare const ListGraphqlApisCommand_base: {
24
24
  new (input: ListGraphqlApisCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListGraphqlApisCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your GraphQL APIs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -141,6 +141,7 @@ declare const ListGraphqlApisCommand_base: {
141
141
  * @throws {@link AppSyncServiceException}
142
142
  * <p>Base exception class for all service exceptions from AppSync service.</p>
143
143
  *
144
+ * @public
144
145
  */
145
146
  export declare class ListGraphqlApisCommand extends ListGraphqlApisCommand_base {
146
147
  }
@@ -22,10 +22,10 @@ export interface ListResolversByFunctionCommandOutput extends ListResolversByFun
22
22
  }
23
23
  declare const ListResolversByFunctionCommand_base: {
24
24
  new (input: ListResolversByFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListResolversByFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the resolvers that are associated with a specific function.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const ListResolversByFunctionCommand_base: {
105
105
  * @throws {@link AppSyncServiceException}
106
106
  * <p>Base exception class for all service exceptions from AppSync service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class ListResolversByFunctionCommand extends ListResolversByFunctionCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface ListResolversCommandOutput extends ListResolversResponse, __Met
22
22
  }
23
23
  declare const ListResolversCommand_base: {
24
24
  new (input: ListResolversCommandInput): import("@smithy/smithy-client").CommandImpl<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListResolversCommandInput): import("@smithy/smithy-client").CommandImpl<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the resolvers for a given API and type.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const ListResolversCommand_base: {
105
105
  * @throws {@link AppSyncServiceException}
106
106
  * <p>Base exception class for all service exceptions from AppSync service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class ListResolversCommand extends ListResolversCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface ListSourceApiAssociationsCommandOutput extends ListSourceApiAss
22
22
  }
23
23
  declare const ListSourceApiAssociationsCommand_base: {
24
24
  new (input: ListSourceApiAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSourceApiAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the <code>SourceApiAssociationSummary</code> data.</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 ListSourceApiAssociationsCommand_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 ListSourceApiAssociationsCommand extends ListSourceApiAssociationsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const ListTagsForResourceCommand_base: {
74
74
  * @throws {@link AppSyncServiceException}
75
75
  * <p>Base exception class for all service exceptions from AppSync service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListTypesByAssociationCommandOutput extends ListTypesByAssociat
22
22
  }
23
23
  declare const ListTypesByAssociationCommand_base: {
24
24
  new (input: ListTypesByAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTypesByAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists <code>Type</code> objects by the source API association ID.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListTypesByAssociationCommand_base: {
83
83
  * @throws {@link AppSyncServiceException}
84
84
  * <p>Base exception class for all service exceptions from AppSync service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListTypesByAssociationCommand extends ListTypesByAssociationCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBea
22
22
  }
23
23
  declare const ListTypesCommand_base: {
24
24
  new (input: ListTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the types for a given 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 ListTypesCommand_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 ListTypesCommand extends ListTypesCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface PutGraphqlApiEnvironmentVariablesCommandOutput extends PutGraph
22
22
  }
23
23
  declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
24
24
  new (input: PutGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/smithy-client").CommandImpl<PutGraphqlApiEnvironmentVariablesCommandInput, PutGraphqlApiEnvironmentVariablesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/smithy-client").CommandImpl<PutGraphqlApiEnvironmentVariablesCommandInput, PutGraphqlApiEnvironmentVariablesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a list of environmental variables in an API by its ID value. </p>
30
30
  * <p>When creating an environmental variable, it must follow the constraints below:</p>
31
31
  * <ul>
@@ -122,6 +122,7 @@ declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
122
122
  * @throws {@link AppSyncServiceException}
123
123
  * <p>Base exception class for all service exceptions from AppSync service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class PutGraphqlApiEnvironmentVariablesCommand extends PutGraphqlApiEnvironmentVariablesCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface StartDataSourceIntrospectionCommandOutput extends StartDataSour
22
22
  }
23
23
  declare const StartDataSourceIntrospectionCommand_base: {
24
24
  new (input: StartDataSourceIntrospectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [StartDataSourceIntrospectionCommandInput]): import("@smithy/smithy-client").CommandImpl<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new introspection. Returns the <code>introspectionId</code> of the new introspection after its
30
30
  * creation. </p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const StartDataSourceIntrospectionCommand_base: {
73
73
  * @throws {@link AppSyncServiceException}
74
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class StartDataSourceIntrospectionCommand extends StartDataSourceIntrospectionCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface StartSchemaCreationCommandOutput extends StartSchemaCreationRes
22
22
  }
23
23
  declare const StartSchemaCreationCommand_base: {
24
24
  new (input: StartSchemaCreationCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartSchemaCreationCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a new schema to your GraphQL API.</p>
30
30
  * <p>This operation is asynchronous. Use to determine when it has
31
31
  * completed.</p>
@@ -73,6 +73,7 @@ declare const StartSchemaCreationCommand_base: {
73
73
  * @throws {@link AppSyncServiceException}
74
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class StartSchemaCreationCommand extends StartSchemaCreationCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface StartSchemaMergeCommandOutput extends StartSchemaMergeResponse,
22
22
  }
23
23
  declare const StartSchemaMergeCommand_base: {
24
24
  new (input: StartSchemaMergeCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartSchemaMergeCommandInput): import("@smithy/smithy-client").CommandImpl<StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Initiates a merge operation. Returns a status that shows the result of the merge operation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const StartSchemaMergeCommand_base: {
71
71
  * @throws {@link AppSyncServiceException}
72
72
  * <p>Base exception class for all service exceptions from AppSync service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class StartSchemaMergeCommand extends StartSchemaMergeCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tags a resource with user-supplied tags.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
73
73
  * @throws {@link AppSyncServiceException}
74
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class TagResourceCommand extends TagResourceCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Untags a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
73
73
  * @throws {@link AppSyncServiceException}
74
74
  * <p>Base exception class for all service exceptions from AppSync service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
78
79
  }