@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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/AppSync.d.ts +4 -1
- package/dist-types/AppSyncClient.d.ts +1 -1
- package/dist-types/commands/AssociateApiCommand.d.ts +2 -1
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/CreateApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/CreateApiKeyCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/CreateFunctionCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/CreateResolverCommand.d.ts +2 -1
- package/dist-types/commands/CreateTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResolverCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTypeCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateApiCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/EvaluateCodeCommand.d.ts +2 -1
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +2 -1
- package/dist-types/commands/FlushApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/GetApiAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +2 -1
- package/dist-types/commands/GetResolverCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetTypeCommand.d.ts +2 -1
- package/dist-types/commands/ListApiKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +2 -1
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +2 -1
- package/dist-types/commands/ListResolversCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +2 -1
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +2 -1
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResolverCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTypeCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +588 -588
- package/dist-types/ts3.4/AppSync.d.ts +3 -0
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- 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
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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";
|