@aws-sdk/client-appsync
Advanced tools
Comparing version 3.507.0 to 3.508.0
@@ -35,2 +35,3 @@ import { createAggregatedClient } from "@smithy/smithy-client"; | ||
import { GetGraphqlApiCommand, } from "./commands/GetGraphqlApiCommand"; | ||
import { GetGraphqlApiEnvironmentVariablesCommand, } from "./commands/GetGraphqlApiEnvironmentVariablesCommand"; | ||
import { GetIntrospectionSchemaCommand, } from "./commands/GetIntrospectionSchemaCommand"; | ||
@@ -52,2 +53,3 @@ import { GetResolverCommand } from "./commands/GetResolverCommand"; | ||
import { ListTypesCommand } from "./commands/ListTypesCommand"; | ||
import { PutGraphqlApiEnvironmentVariablesCommand, } from "./commands/PutGraphqlApiEnvironmentVariablesCommand"; | ||
import { StartDataSourceIntrospectionCommand, } from "./commands/StartDataSourceIntrospectionCommand"; | ||
@@ -100,2 +102,3 @@ import { StartSchemaCreationCommand, } from "./commands/StartSchemaCreationCommand"; | ||
GetGraphqlApiCommand, | ||
GetGraphqlApiEnvironmentVariablesCommand, | ||
GetIntrospectionSchemaCommand, | ||
@@ -117,2 +120,3 @@ GetResolverCommand, | ||
ListTypesByAssociationCommand, | ||
PutGraphqlApiEnvironmentVariablesCommand, | ||
StartDataSourceIntrospectionCommand, | ||
@@ -119,0 +123,0 @@ StartSchemaCreationCommand, |
@@ -33,2 +33,3 @@ export * from "./AssociateApiCommand"; | ||
export * from "./GetGraphqlApiCommand"; | ||
export * from "./GetGraphqlApiEnvironmentVariablesCommand"; | ||
export * from "./GetIntrospectionSchemaCommand"; | ||
@@ -50,2 +51,3 @@ export * from "./GetResolverCommand"; | ||
export * from "./ListTypesCommand"; | ||
export * from "./PutGraphqlApiEnvironmentVariablesCommand"; | ||
export * from "./StartDataSourceIntrospectionCommand"; | ||
@@ -52,0 +54,0 @@ export * from "./StartSchemaCreationCommand"; |
@@ -35,2 +35,3 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; | ||
import { GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput } from "./commands/GetGraphqlApiCommand"; | ||
import { GetGraphqlApiEnvironmentVariablesCommandInput, GetGraphqlApiEnvironmentVariablesCommandOutput } from "./commands/GetGraphqlApiEnvironmentVariablesCommand"; | ||
import { GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput } from "./commands/GetIntrospectionSchemaCommand"; | ||
@@ -52,2 +53,3 @@ import { GetResolverCommandInput, GetResolverCommandOutput } from "./commands/GetResolverCommand"; | ||
import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand"; | ||
import { PutGraphqlApiEnvironmentVariablesCommandInput, PutGraphqlApiEnvironmentVariablesCommandOutput } from "./commands/PutGraphqlApiEnvironmentVariablesCommand"; | ||
import { StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput } from "./commands/StartDataSourceIntrospectionCommand"; | ||
@@ -261,2 +263,8 @@ import { StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput } from "./commands/StartSchemaCreationCommand"; | ||
/** | ||
* @see {@link GetGraphqlApiEnvironmentVariablesCommand} | ||
*/ | ||
getGraphqlApiEnvironmentVariables(args: GetGraphqlApiEnvironmentVariablesCommandInput, options?: __HttpHandlerOptions): Promise<GetGraphqlApiEnvironmentVariablesCommandOutput>; | ||
getGraphqlApiEnvironmentVariables(args: GetGraphqlApiEnvironmentVariablesCommandInput, cb: (err: any, data?: GetGraphqlApiEnvironmentVariablesCommandOutput) => void): void; | ||
getGraphqlApiEnvironmentVariables(args: GetGraphqlApiEnvironmentVariablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGraphqlApiEnvironmentVariablesCommandOutput) => void): void; | ||
/** | ||
* @see {@link GetIntrospectionSchemaCommand} | ||
@@ -358,2 +366,8 @@ */ | ||
/** | ||
* @see {@link PutGraphqlApiEnvironmentVariablesCommand} | ||
*/ | ||
putGraphqlApiEnvironmentVariables(args: PutGraphqlApiEnvironmentVariablesCommandInput, options?: __HttpHandlerOptions): Promise<PutGraphqlApiEnvironmentVariablesCommandOutput>; | ||
putGraphqlApiEnvironmentVariables(args: PutGraphqlApiEnvironmentVariablesCommandInput, cb: (err: any, data?: PutGraphqlApiEnvironmentVariablesCommandOutput) => void): void; | ||
putGraphqlApiEnvironmentVariables(args: PutGraphqlApiEnvironmentVariablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutGraphqlApiEnvironmentVariablesCommandOutput) => void): void; | ||
/** | ||
* @see {@link StartDataSourceIntrospectionCommand} | ||
@@ -360,0 +374,0 @@ */ |
@@ -43,2 +43,3 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header"; | ||
import { GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput } from "./commands/GetGraphqlApiCommand"; | ||
import { GetGraphqlApiEnvironmentVariablesCommandInput, GetGraphqlApiEnvironmentVariablesCommandOutput } from "./commands/GetGraphqlApiEnvironmentVariablesCommand"; | ||
import { GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput } from "./commands/GetIntrospectionSchemaCommand"; | ||
@@ -60,2 +61,3 @@ import { GetResolverCommandInput, GetResolverCommandOutput } from "./commands/GetResolverCommand"; | ||
import { ListTypesCommandInput, ListTypesCommandOutput } from "./commands/ListTypesCommand"; | ||
import { PutGraphqlApiEnvironmentVariablesCommandInput, PutGraphqlApiEnvironmentVariablesCommandOutput } from "./commands/PutGraphqlApiEnvironmentVariablesCommand"; | ||
import { StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput } from "./commands/StartDataSourceIntrospectionCommand"; | ||
@@ -81,7 +83,7 @@ import { StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput } from "./commands/StartSchemaCreationCommand"; | ||
*/ | ||
export type ServiceInputTypes = AssociateApiCommandInput | AssociateMergedGraphqlApiCommandInput | AssociateSourceGraphqlApiCommandInput | CreateApiCacheCommandInput | CreateApiKeyCommandInput | CreateDataSourceCommandInput | CreateDomainNameCommandInput | CreateFunctionCommandInput | CreateGraphqlApiCommandInput | CreateResolverCommandInput | CreateTypeCommandInput | DeleteApiCacheCommandInput | DeleteApiKeyCommandInput | DeleteDataSourceCommandInput | DeleteDomainNameCommandInput | DeleteFunctionCommandInput | DeleteGraphqlApiCommandInput | DeleteResolverCommandInput | DeleteTypeCommandInput | DisassociateApiCommandInput | DisassociateMergedGraphqlApiCommandInput | DisassociateSourceGraphqlApiCommandInput | EvaluateCodeCommandInput | EvaluateMappingTemplateCommandInput | FlushApiCacheCommandInput | GetApiAssociationCommandInput | GetApiCacheCommandInput | GetDataSourceCommandInput | GetDataSourceIntrospectionCommandInput | GetDomainNameCommandInput | GetFunctionCommandInput | GetGraphqlApiCommandInput | GetIntrospectionSchemaCommandInput | GetResolverCommandInput | GetSchemaCreationStatusCommandInput | GetSourceApiAssociationCommandInput | GetTypeCommandInput | ListApiKeysCommandInput | ListDataSourcesCommandInput | ListDomainNamesCommandInput | ListFunctionsCommandInput | ListGraphqlApisCommandInput | ListResolversByFunctionCommandInput | ListResolversCommandInput | ListSourceApiAssociationsCommandInput | ListTagsForResourceCommandInput | ListTypesByAssociationCommandInput | ListTypesCommandInput | StartDataSourceIntrospectionCommandInput | StartSchemaCreationCommandInput | StartSchemaMergeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApiCacheCommandInput | UpdateApiKeyCommandInput | UpdateDataSourceCommandInput | UpdateDomainNameCommandInput | UpdateFunctionCommandInput | UpdateGraphqlApiCommandInput | UpdateResolverCommandInput | UpdateSourceApiAssociationCommandInput | UpdateTypeCommandInput; | ||
export type ServiceInputTypes = AssociateApiCommandInput | AssociateMergedGraphqlApiCommandInput | AssociateSourceGraphqlApiCommandInput | CreateApiCacheCommandInput | CreateApiKeyCommandInput | CreateDataSourceCommandInput | CreateDomainNameCommandInput | CreateFunctionCommandInput | CreateGraphqlApiCommandInput | CreateResolverCommandInput | CreateTypeCommandInput | DeleteApiCacheCommandInput | DeleteApiKeyCommandInput | DeleteDataSourceCommandInput | DeleteDomainNameCommandInput | DeleteFunctionCommandInput | DeleteGraphqlApiCommandInput | DeleteResolverCommandInput | DeleteTypeCommandInput | DisassociateApiCommandInput | DisassociateMergedGraphqlApiCommandInput | DisassociateSourceGraphqlApiCommandInput | EvaluateCodeCommandInput | EvaluateMappingTemplateCommandInput | FlushApiCacheCommandInput | GetApiAssociationCommandInput | GetApiCacheCommandInput | GetDataSourceCommandInput | GetDataSourceIntrospectionCommandInput | GetDomainNameCommandInput | GetFunctionCommandInput | GetGraphqlApiCommandInput | GetGraphqlApiEnvironmentVariablesCommandInput | GetIntrospectionSchemaCommandInput | GetResolverCommandInput | GetSchemaCreationStatusCommandInput | GetSourceApiAssociationCommandInput | GetTypeCommandInput | ListApiKeysCommandInput | ListDataSourcesCommandInput | ListDomainNamesCommandInput | ListFunctionsCommandInput | ListGraphqlApisCommandInput | ListResolversByFunctionCommandInput | ListResolversCommandInput | ListSourceApiAssociationsCommandInput | ListTagsForResourceCommandInput | ListTypesByAssociationCommandInput | ListTypesCommandInput | PutGraphqlApiEnvironmentVariablesCommandInput | StartDataSourceIntrospectionCommandInput | StartSchemaCreationCommandInput | StartSchemaMergeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApiCacheCommandInput | UpdateApiKeyCommandInput | UpdateDataSourceCommandInput | UpdateDomainNameCommandInput | UpdateFunctionCommandInput | UpdateGraphqlApiCommandInput | UpdateResolverCommandInput | UpdateSourceApiAssociationCommandInput | UpdateTypeCommandInput; | ||
/** | ||
* @public | ||
*/ | ||
export type ServiceOutputTypes = AssociateApiCommandOutput | AssociateMergedGraphqlApiCommandOutput | AssociateSourceGraphqlApiCommandOutput | CreateApiCacheCommandOutput | CreateApiKeyCommandOutput | CreateDataSourceCommandOutput | CreateDomainNameCommandOutput | CreateFunctionCommandOutput | CreateGraphqlApiCommandOutput | CreateResolverCommandOutput | CreateTypeCommandOutput | DeleteApiCacheCommandOutput | DeleteApiKeyCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainNameCommandOutput | DeleteFunctionCommandOutput | DeleteGraphqlApiCommandOutput | DeleteResolverCommandOutput | DeleteTypeCommandOutput | DisassociateApiCommandOutput | DisassociateMergedGraphqlApiCommandOutput | DisassociateSourceGraphqlApiCommandOutput | EvaluateCodeCommandOutput | EvaluateMappingTemplateCommandOutput | FlushApiCacheCommandOutput | GetApiAssociationCommandOutput | GetApiCacheCommandOutput | GetDataSourceCommandOutput | GetDataSourceIntrospectionCommandOutput | GetDomainNameCommandOutput | GetFunctionCommandOutput | GetGraphqlApiCommandOutput | GetIntrospectionSchemaCommandOutput | GetResolverCommandOutput | GetSchemaCreationStatusCommandOutput | GetSourceApiAssociationCommandOutput | GetTypeCommandOutput | ListApiKeysCommandOutput | ListDataSourcesCommandOutput | ListDomainNamesCommandOutput | ListFunctionsCommandOutput | ListGraphqlApisCommandOutput | ListResolversByFunctionCommandOutput | ListResolversCommandOutput | ListSourceApiAssociationsCommandOutput | ListTagsForResourceCommandOutput | ListTypesByAssociationCommandOutput | ListTypesCommandOutput | StartDataSourceIntrospectionCommandOutput | StartSchemaCreationCommandOutput | StartSchemaMergeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApiCacheCommandOutput | UpdateApiKeyCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainNameCommandOutput | UpdateFunctionCommandOutput | UpdateGraphqlApiCommandOutput | UpdateResolverCommandOutput | UpdateSourceApiAssociationCommandOutput | UpdateTypeCommandOutput; | ||
export type ServiceOutputTypes = AssociateApiCommandOutput | AssociateMergedGraphqlApiCommandOutput | AssociateSourceGraphqlApiCommandOutput | CreateApiCacheCommandOutput | CreateApiKeyCommandOutput | CreateDataSourceCommandOutput | CreateDomainNameCommandOutput | CreateFunctionCommandOutput | CreateGraphqlApiCommandOutput | CreateResolverCommandOutput | CreateTypeCommandOutput | DeleteApiCacheCommandOutput | DeleteApiKeyCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainNameCommandOutput | DeleteFunctionCommandOutput | DeleteGraphqlApiCommandOutput | DeleteResolverCommandOutput | DeleteTypeCommandOutput | DisassociateApiCommandOutput | DisassociateMergedGraphqlApiCommandOutput | DisassociateSourceGraphqlApiCommandOutput | EvaluateCodeCommandOutput | EvaluateMappingTemplateCommandOutput | FlushApiCacheCommandOutput | GetApiAssociationCommandOutput | GetApiCacheCommandOutput | GetDataSourceCommandOutput | GetDataSourceIntrospectionCommandOutput | GetDomainNameCommandOutput | GetFunctionCommandOutput | GetGraphqlApiCommandOutput | GetGraphqlApiEnvironmentVariablesCommandOutput | GetIntrospectionSchemaCommandOutput | GetResolverCommandOutput | GetSchemaCreationStatusCommandOutput | GetSourceApiAssociationCommandOutput | GetTypeCommandOutput | ListApiKeysCommandOutput | ListDataSourcesCommandOutput | ListDomainNamesCommandOutput | ListFunctionsCommandOutput | ListGraphqlApisCommandOutput | ListResolversByFunctionCommandOutput | ListResolversCommandOutput | ListSourceApiAssociationsCommandOutput | ListTagsForResourceCommandOutput | ListTypesByAssociationCommandOutput | ListTypesCommandOutput | PutGraphqlApiEnvironmentVariablesCommandOutput | StartDataSourceIntrospectionCommandOutput | StartSchemaCreationCommandOutput | StartSchemaMergeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApiCacheCommandOutput | UpdateApiKeyCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainNameCommandOutput | UpdateFunctionCommandOutput | UpdateGraphqlApiCommandOutput | UpdateResolverCommandOutput | UpdateSourceApiAssociationCommandOutput | UpdateTypeCommandOutput; | ||
/** | ||
@@ -88,0 +90,0 @@ * @public |
@@ -33,2 +33,3 @@ export * from "./AssociateApiCommand"; | ||
export * from "./GetGraphqlApiCommand"; | ||
export * from "./GetGraphqlApiEnvironmentVariablesCommand"; | ||
export * from "./GetIntrospectionSchemaCommand"; | ||
@@ -50,2 +51,3 @@ export * from "./GetResolverCommand"; | ||
export * from "./ListTypesCommand"; | ||
export * from "./PutGraphqlApiEnvironmentVariablesCommand"; | ||
export * from "./StartDataSourceIntrospectionCommand"; | ||
@@ -52,0 +54,0 @@ export * from "./StartSchemaCreationCommand"; |
@@ -35,2 +35,3 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; | ||
import { GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput } from "../commands/GetGraphqlApiCommand"; | ||
import { GetGraphqlApiEnvironmentVariablesCommandInput, GetGraphqlApiEnvironmentVariablesCommandOutput } from "../commands/GetGraphqlApiEnvironmentVariablesCommand"; | ||
import { GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput } from "../commands/GetIntrospectionSchemaCommand"; | ||
@@ -52,2 +53,3 @@ import { GetResolverCommandInput, GetResolverCommandOutput } from "../commands/GetResolverCommand"; | ||
import { ListTypesCommandInput, ListTypesCommandOutput } from "../commands/ListTypesCommand"; | ||
import { PutGraphqlApiEnvironmentVariablesCommandInput, PutGraphqlApiEnvironmentVariablesCommandOutput } from "../commands/PutGraphqlApiEnvironmentVariablesCommand"; | ||
import { StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput } from "../commands/StartDataSourceIntrospectionCommand"; | ||
@@ -196,2 +198,6 @@ import { StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput } from "../commands/StartSchemaCreationCommand"; | ||
/** | ||
* serializeAws_restJson1GetGraphqlApiEnvironmentVariablesCommand | ||
*/ | ||
export declare const se_GetGraphqlApiEnvironmentVariablesCommand: (input: GetGraphqlApiEnvironmentVariablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1GetIntrospectionSchemaCommand | ||
@@ -261,2 +267,6 @@ */ | ||
/** | ||
* serializeAws_restJson1PutGraphqlApiEnvironmentVariablesCommand | ||
*/ | ||
export declare const se_PutGraphqlApiEnvironmentVariablesCommand: (input: PutGraphqlApiEnvironmentVariablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; | ||
/** | ||
* serializeAws_restJson1StartDataSourceIntrospectionCommand | ||
@@ -446,2 +456,6 @@ */ | ||
/** | ||
* deserializeAws_restJson1GetGraphqlApiEnvironmentVariablesCommand | ||
*/ | ||
export declare const de_GetGraphqlApiEnvironmentVariablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGraphqlApiEnvironmentVariablesCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1GetIntrospectionSchemaCommand | ||
@@ -511,2 +525,6 @@ */ | ||
/** | ||
* deserializeAws_restJson1PutGraphqlApiEnvironmentVariablesCommand | ||
*/ | ||
export declare const de_PutGraphqlApiEnvironmentVariablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGraphqlApiEnvironmentVariablesCommandOutput>; | ||
/** | ||
* deserializeAws_restJson1StartDataSourceIntrospectionCommand | ||
@@ -513,0 +531,0 @@ */ |
@@ -132,2 +132,6 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types"; | ||
import { | ||
GetGraphqlApiEnvironmentVariablesCommandInput, | ||
GetGraphqlApiEnvironmentVariablesCommandOutput, | ||
} from "./commands/GetGraphqlApiEnvironmentVariablesCommand"; | ||
import { | ||
GetIntrospectionSchemaCommandInput, | ||
@@ -197,2 +201,6 @@ GetIntrospectionSchemaCommandOutput, | ||
import { | ||
PutGraphqlApiEnvironmentVariablesCommandInput, | ||
PutGraphqlApiEnvironmentVariablesCommandOutput, | ||
} from "./commands/PutGraphqlApiEnvironmentVariablesCommand"; | ||
import { | ||
StartDataSourceIntrospectionCommandInput, | ||
@@ -670,2 +678,21 @@ StartDataSourceIntrospectionCommandOutput, | ||
): void; | ||
getGraphqlApiEnvironmentVariables( | ||
args: GetGraphqlApiEnvironmentVariablesCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<GetGraphqlApiEnvironmentVariablesCommandOutput>; | ||
getGraphqlApiEnvironmentVariables( | ||
args: GetGraphqlApiEnvironmentVariablesCommandInput, | ||
cb: ( | ||
err: any, | ||
data?: GetGraphqlApiEnvironmentVariablesCommandOutput | ||
) => void | ||
): void; | ||
getGraphqlApiEnvironmentVariables( | ||
args: GetGraphqlApiEnvironmentVariablesCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: ( | ||
err: any, | ||
data?: GetGraphqlApiEnvironmentVariablesCommandOutput | ||
) => void | ||
): void; | ||
getIntrospectionSchema( | ||
@@ -879,2 +906,21 @@ args: GetIntrospectionSchemaCommandInput, | ||
): void; | ||
putGraphqlApiEnvironmentVariables( | ||
args: PutGraphqlApiEnvironmentVariablesCommandInput, | ||
options?: __HttpHandlerOptions | ||
): Promise<PutGraphqlApiEnvironmentVariablesCommandOutput>; | ||
putGraphqlApiEnvironmentVariables( | ||
args: PutGraphqlApiEnvironmentVariablesCommandInput, | ||
cb: ( | ||
err: any, | ||
data?: PutGraphqlApiEnvironmentVariablesCommandOutput | ||
) => void | ||
): void; | ||
putGraphqlApiEnvironmentVariables( | ||
args: PutGraphqlApiEnvironmentVariablesCommandInput, | ||
options: __HttpHandlerOptions, | ||
cb: ( | ||
err: any, | ||
data?: PutGraphqlApiEnvironmentVariablesCommandOutput | ||
) => void | ||
): void; | ||
startDataSourceIntrospection( | ||
@@ -881,0 +927,0 @@ args: StartDataSourceIntrospectionCommandInput, |
@@ -177,2 +177,6 @@ import { | ||
import { | ||
GetGraphqlApiEnvironmentVariablesCommandInput, | ||
GetGraphqlApiEnvironmentVariablesCommandOutput, | ||
} from "./commands/GetGraphqlApiEnvironmentVariablesCommand"; | ||
import { | ||
GetIntrospectionSchemaCommandInput, | ||
@@ -242,2 +246,6 @@ GetIntrospectionSchemaCommandOutput, | ||
import { | ||
PutGraphqlApiEnvironmentVariablesCommandInput, | ||
PutGraphqlApiEnvironmentVariablesCommandOutput, | ||
} from "./commands/PutGraphqlApiEnvironmentVariablesCommand"; | ||
import { | ||
StartDataSourceIntrospectionCommandInput, | ||
@@ -338,2 +346,3 @@ StartDataSourceIntrospectionCommandOutput, | ||
| GetGraphqlApiCommandInput | ||
| GetGraphqlApiEnvironmentVariablesCommandInput | ||
| GetIntrospectionSchemaCommandInput | ||
@@ -355,2 +364,3 @@ | GetResolverCommandInput | ||
| ListTypesCommandInput | ||
| PutGraphqlApiEnvironmentVariablesCommandInput | ||
| StartDataSourceIntrospectionCommandInput | ||
@@ -403,2 +413,3 @@ | StartSchemaCreationCommandInput | ||
| GetGraphqlApiCommandOutput | ||
| GetGraphqlApiEnvironmentVariablesCommandOutput | ||
| GetIntrospectionSchemaCommandOutput | ||
@@ -420,2 +431,3 @@ | GetResolverCommandOutput | ||
| ListTypesCommandOutput | ||
| PutGraphqlApiEnvironmentVariablesCommandOutput | ||
| StartDataSourceIntrospectionCommandOutput | ||
@@ -422,0 +434,0 @@ | StartSchemaCreationCommandOutput |
@@ -33,2 +33,3 @@ export * from "./AssociateApiCommand"; | ||
export * from "./GetGraphqlApiCommand"; | ||
export * from "./GetGraphqlApiEnvironmentVariablesCommand"; | ||
export * from "./GetIntrospectionSchemaCommand"; | ||
@@ -50,2 +51,3 @@ export * from "./GetResolverCommand"; | ||
export * from "./ListTypesCommand"; | ||
export * from "./PutGraphqlApiEnvironmentVariablesCommand"; | ||
export * from "./StartDataSourceIntrospectionCommand"; | ||
@@ -52,0 +54,0 @@ export * from "./StartSchemaCreationCommand"; |
@@ -735,2 +735,8 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
} | ||
export interface GetGraphqlApiEnvironmentVariablesRequest { | ||
apiId: string | undefined; | ||
} | ||
export interface GetGraphqlApiEnvironmentVariablesResponse { | ||
environmentVariables?: Record<string, string>; | ||
} | ||
export declare const OutputType: { | ||
@@ -910,2 +916,9 @@ readonly JSON: "JSON"; | ||
} | ||
export interface PutGraphqlApiEnvironmentVariablesRequest { | ||
apiId: string | undefined; | ||
environmentVariables: Record<string, string> | undefined; | ||
} | ||
export interface PutGraphqlApiEnvironmentVariablesResponse { | ||
environmentVariables?: Record<string, string>; | ||
} | ||
export interface RdsDataApiConfig { | ||
@@ -912,0 +925,0 @@ resourceArn: string | undefined; |
@@ -135,2 +135,6 @@ import { | ||
import { | ||
GetGraphqlApiEnvironmentVariablesCommandInput, | ||
GetGraphqlApiEnvironmentVariablesCommandOutput, | ||
} from "../commands/GetGraphqlApiEnvironmentVariablesCommand"; | ||
import { | ||
GetIntrospectionSchemaCommandInput, | ||
@@ -200,2 +204,6 @@ GetIntrospectionSchemaCommandOutput, | ||
import { | ||
PutGraphqlApiEnvironmentVariablesCommandInput, | ||
PutGraphqlApiEnvironmentVariablesCommandOutput, | ||
} from "../commands/PutGraphqlApiEnvironmentVariablesCommand"; | ||
import { | ||
StartDataSourceIntrospectionCommandInput, | ||
@@ -384,2 +392,6 @@ StartDataSourceIntrospectionCommandOutput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_GetGraphqlApiEnvironmentVariablesCommand: ( | ||
input: GetGraphqlApiEnvironmentVariablesCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_GetIntrospectionSchemaCommand: ( | ||
@@ -449,2 +461,6 @@ input: GetIntrospectionSchemaCommandInput, | ||
) => Promise<__HttpRequest>; | ||
export declare const se_PutGraphqlApiEnvironmentVariablesCommand: ( | ||
input: PutGraphqlApiEnvironmentVariablesCommandInput, | ||
context: __SerdeContext | ||
) => Promise<__HttpRequest>; | ||
export declare const se_StartDataSourceIntrospectionCommand: ( | ||
@@ -634,2 +650,6 @@ input: StartDataSourceIntrospectionCommandInput, | ||
) => Promise<GetGraphqlApiCommandOutput>; | ||
export declare const de_GetGraphqlApiEnvironmentVariablesCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<GetGraphqlApiEnvironmentVariablesCommandOutput>; | ||
export declare const de_GetIntrospectionSchemaCommand: ( | ||
@@ -699,2 +719,6 @@ output: __HttpResponse, | ||
) => Promise<ListTypesByAssociationCommandOutput>; | ||
export declare const de_PutGraphqlApiEnvironmentVariablesCommand: ( | ||
output: __HttpResponse, | ||
context: __SerdeContext | ||
) => Promise<PutGraphqlApiEnvironmentVariablesCommandOutput>; | ||
export declare const de_StartDataSourceIntrospectionCommand: ( | ||
@@ -701,0 +725,0 @@ output: __HttpResponse, |
{ | ||
"name": "@aws-sdk/client-appsync", | ||
"description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native", | ||
"version": "3.507.0", | ||
"version": "3.508.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
@@ -465,2 +465,10 @@ <!-- generated file, do not edit directly --> | ||
<summary> | ||
GetGraphqlApiEnvironmentVariables | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/GetGraphqlApiEnvironmentVariablesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetGraphqlApiEnvironmentVariablesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/GetGraphqlApiEnvironmentVariablesCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
GetIntrospectionSchema | ||
@@ -594,2 +602,10 @@ </summary> | ||
<summary> | ||
PutGraphqlApiEnvironmentVariables | ||
</summary> | ||
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appsync/command/PutGraphqlApiEnvironmentVariablesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/PutGraphqlApiEnvironmentVariablesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appsync/Interface/PutGraphqlApiEnvironmentVariablesCommandOutput/) | ||
</details> | ||
<details> | ||
<summary> | ||
StartDataSourceIntrospection | ||
@@ -596,0 +612,0 @@ </summary> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1106882
327
26348
719