@aws-sdk/client-appsync 3.651.1 → 3.654.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-types/commands/AssociateApiCommand.d.ts +11 -0
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +11 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +11 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +11 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +11 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +11 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +11 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +11 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +11 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +11 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +11 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +11 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +11 -0
- package/dist-types/commands/GetResolverCommand.d.ts +11 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +11 -0
- package/dist-types/commands/GetTypeCommand.d.ts +11 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +11 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +11 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +11 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +11 -0
- package/dist-types/commands/ListResolversCommand.d.ts +11 -0
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +11 -0
- package/dist-types/commands/ListTypesCommand.d.ts +11 -0
- package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +11 -0
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +11 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +11 -0
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +11 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -36,4 +36,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
39
|
+
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDataSourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDataSourceCommandInput;
|
|
47
|
+
output: DeleteDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
39
|
+
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDomainNameRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDomainNameCommandInput;
|
|
47
|
+
output: DeleteDomainNameCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteFunctionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
|
|
39
|
+
export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteFunctionRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteFunctionCommandInput;
|
|
47
|
+
output: DeleteFunctionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteGraphqlApiCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteGraphqlApiCommand extends DeleteGraphqlApiCommand_base {
|
|
39
|
+
export declare class DeleteGraphqlApiCommand extends DeleteGraphqlApiCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteGraphqlApiRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteGraphqlApiCommandInput;
|
|
47
|
+
output: DeleteGraphqlApiCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteResolverCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteResolverCommand extends DeleteResolverCommand_base {
|
|
39
|
+
export declare class DeleteResolverCommand extends DeleteResolverCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteResolverRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteResolverCommandInput;
|
|
47
|
+
output: DeleteResolverCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteTypeCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
|
|
36
|
+
export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteTypeRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteTypeCommandInput;
|
|
44
|
+
output: DeleteTypeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DisassociateApiCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DisassociateApiCommand extends DisassociateApiCommand_base {
|
|
39
|
+
export declare class DisassociateApiCommand extends DisassociateApiCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DisassociateApiRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DisassociateApiCommandInput;
|
|
47
|
+
output: DisassociateApiCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateMergedGraphqlApiCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateMergedGraphqlApiCommand extends DisassociateMergedGraphqlApiCommand_base {
|
|
40
|
+
export declare class DisassociateMergedGraphqlApiCommand extends DisassociateMergedGraphqlApiCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateMergedGraphqlApiRequest;
|
|
44
|
+
output: DisassociateMergedGraphqlApiResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateMergedGraphqlApiCommandInput;
|
|
48
|
+
output: DisassociateMergedGraphqlApiCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateSourceGraphqlApiCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateSourceGraphqlApiCommand extends DisassociateSourceGraphqlApiCommand_base {
|
|
40
|
+
export declare class DisassociateSourceGraphqlApiCommand extends DisassociateSourceGraphqlApiCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateSourceGraphqlApiRequest;
|
|
44
|
+
output: DisassociateSourceGraphqlApiResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateSourceGraphqlApiCommandInput;
|
|
48
|
+
output: DisassociateSourceGraphqlApiCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const EvaluateCodeCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class EvaluateCodeCommand extends EvaluateCodeCommand_base {
|
|
36
|
+
export declare class EvaluateCodeCommand extends EvaluateCodeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: EvaluateCodeRequest;
|
|
40
|
+
output: EvaluateCodeResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: EvaluateCodeCommandInput;
|
|
44
|
+
output: EvaluateCodeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const EvaluateMappingTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class EvaluateMappingTemplateCommand extends EvaluateMappingTemplateCommand_base {
|
|
40
|
+
export declare class EvaluateMappingTemplateCommand extends EvaluateMappingTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: EvaluateMappingTemplateRequest;
|
|
44
|
+
output: EvaluateMappingTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: EvaluateMappingTemplateCommandInput;
|
|
48
|
+
output: EvaluateMappingTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const FlushApiCacheCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class FlushApiCacheCommand extends FlushApiCacheCommand_base {
|
|
39
|
+
export declare class FlushApiCacheCommand extends FlushApiCacheCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: FlushApiCacheRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: FlushApiCacheCommandInput;
|
|
47
|
+
output: FlushApiCacheCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetApiAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetApiAssociationCommand extends GetApiAssociationCommand_base {
|
|
40
|
+
export declare class GetApiAssociationCommand extends GetApiAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetApiAssociationRequest;
|
|
44
|
+
output: GetApiAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetApiAssociationCommandInput;
|
|
48
|
+
output: GetApiAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetApiCacheCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetApiCacheCommand extends GetApiCacheCommand_base {
|
|
36
|
+
export declare class GetApiCacheCommand extends GetApiCacheCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetApiCacheRequest;
|
|
40
|
+
output: GetApiCacheResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetApiCacheCommandInput;
|
|
44
|
+
output: GetApiCacheCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
39
|
+
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetDataSourceRequest;
|
|
43
|
+
output: GetDataSourceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetDataSourceCommandInput;
|
|
47
|
+
output: GetDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDataSourceIntrospectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {
|
|
40
|
+
export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDataSourceIntrospectionRequest;
|
|
44
|
+
output: GetDataSourceIntrospectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDataSourceIntrospectionCommandInput;
|
|
48
|
+
output: GetDataSourceIntrospectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetDomainNameCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
|
|
39
|
+
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetDomainNameRequest;
|
|
43
|
+
output: GetDomainNameResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetDomainNameCommandInput;
|
|
47
|
+
output: GetDomainNameCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetFunctionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetFunctionCommand extends GetFunctionCommand_base {
|
|
36
|
+
export declare class GetFunctionCommand extends GetFunctionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetFunctionRequest;
|
|
40
|
+
output: GetFunctionResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetFunctionCommandInput;
|
|
44
|
+
output: GetFunctionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetGraphqlApiCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetGraphqlApiCommand extends GetGraphqlApiCommand_base {
|
|
39
|
+
export declare class GetGraphqlApiCommand extends GetGraphqlApiCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetGraphqlApiRequest;
|
|
43
|
+
output: GetGraphqlApiResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetGraphqlApiCommandInput;
|
|
47
|
+
output: GetGraphqlApiCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetGraphqlApiEnvironmentVariablesCommand extends GetGraphqlApiEnvironmentVariablesCommand_base {
|
|
40
|
+
export declare class GetGraphqlApiEnvironmentVariablesCommand extends GetGraphqlApiEnvironmentVariablesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetGraphqlApiEnvironmentVariablesRequest;
|
|
44
|
+
output: GetGraphqlApiEnvironmentVariablesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetGraphqlApiEnvironmentVariablesCommandInput;
|
|
48
|
+
output: GetGraphqlApiEnvironmentVariablesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -44,4 +44,15 @@ declare const GetIntrospectionSchemaCommand_base: {
|
|
|
44
44
|
>;
|
|
45
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
46
46
|
};
|
|
47
|
-
export declare class GetIntrospectionSchemaCommand extends GetIntrospectionSchemaCommand_base {
|
|
47
|
+
export declare class GetIntrospectionSchemaCommand extends GetIntrospectionSchemaCommand_base {
|
|
48
|
+
protected static __types: {
|
|
49
|
+
api: {
|
|
50
|
+
input: GetIntrospectionSchemaRequest;
|
|
51
|
+
output: GetIntrospectionSchemaResponse;
|
|
52
|
+
};
|
|
53
|
+
sdk: {
|
|
54
|
+
input: GetIntrospectionSchemaCommandInput;
|
|
55
|
+
output: GetIntrospectionSchemaCommandOutput;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetResolverCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetResolverCommand extends GetResolverCommand_base {
|
|
36
|
+
export declare class GetResolverCommand extends GetResolverCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetResolverRequest;
|
|
40
|
+
output: GetResolverResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetResolverCommandInput;
|
|
44
|
+
output: GetResolverCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSchemaCreationStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSchemaCreationStatusCommand extends GetSchemaCreationStatusCommand_base {
|
|
40
|
+
export declare class GetSchemaCreationStatusCommand extends GetSchemaCreationStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSchemaCreationStatusRequest;
|
|
44
|
+
output: GetSchemaCreationStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSchemaCreationStatusCommandInput;
|
|
48
|
+
output: GetSchemaCreationStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSourceApiAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSourceApiAssociationCommand extends GetSourceApiAssociationCommand_base {
|
|
40
|
+
export declare class GetSourceApiAssociationCommand extends GetSourceApiAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSourceApiAssociationRequest;
|
|
44
|
+
output: GetSourceApiAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSourceApiAssociationCommandInput;
|
|
48
|
+
output: GetSourceApiAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -29,4 +29,15 @@ declare const GetTypeCommand_base: {
|
|
|
29
29
|
>;
|
|
30
30
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
31
31
|
};
|
|
32
|
-
export declare class GetTypeCommand extends GetTypeCommand_base {
|
|
32
|
+
export declare class GetTypeCommand extends GetTypeCommand_base {
|
|
33
|
+
protected static __types: {
|
|
34
|
+
api: {
|
|
35
|
+
input: GetTypeRequest;
|
|
36
|
+
output: GetTypeResponse;
|
|
37
|
+
};
|
|
38
|
+
sdk: {
|
|
39
|
+
input: GetTypeCommandInput;
|
|
40
|
+
output: GetTypeCommandOutput;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListApiKeysCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListApiKeysCommand extends ListApiKeysCommand_base {
|
|
36
|
+
export declare class ListApiKeysCommand extends ListApiKeysCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListApiKeysRequest;
|
|
40
|
+
output: ListApiKeysResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListApiKeysCommandInput;
|
|
44
|
+
output: ListApiKeysCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListDataSourcesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
39
|
+
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListDataSourcesRequest;
|
|
43
|
+
output: ListDataSourcesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListDataSourcesCommandInput;
|
|
47
|
+
output: ListDataSourcesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListDomainNamesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
39
|
+
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListDomainNamesRequest;
|
|
43
|
+
output: ListDomainNamesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListDomainNamesCommandInput;
|
|
47
|
+
output: ListDomainNamesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListFunctionsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
|
|
39
|
+
export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListFunctionsRequest;
|
|
43
|
+
output: ListFunctionsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListFunctionsCommandInput;
|
|
47
|
+
output: ListFunctionsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListGraphqlApisCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListGraphqlApisCommand extends ListGraphqlApisCommand_base {
|
|
39
|
+
export declare class ListGraphqlApisCommand extends ListGraphqlApisCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListGraphqlApisRequest;
|
|
43
|
+
output: ListGraphqlApisResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListGraphqlApisCommandInput;
|
|
47
|
+
output: ListGraphqlApisCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListResolversByFunctionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListResolversByFunctionCommand extends ListResolversByFunctionCommand_base {
|
|
40
|
+
export declare class ListResolversByFunctionCommand extends ListResolversByFunctionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListResolversByFunctionRequest;
|
|
44
|
+
output: ListResolversByFunctionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListResolversByFunctionCommandInput;
|
|
48
|
+
output: ListResolversByFunctionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListResolversCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListResolversCommand extends ListResolversCommand_base {
|
|
39
|
+
export declare class ListResolversCommand extends ListResolversCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListResolversRequest;
|
|
43
|
+
output: ListResolversResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListResolversCommandInput;
|
|
47
|
+
output: ListResolversCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSourceApiAssociationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSourceApiAssociationsCommand extends ListSourceApiAssociationsCommand_base {
|
|
40
|
+
export declare class ListSourceApiAssociationsCommand extends ListSourceApiAssociationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSourceApiAssociationsRequest;
|
|
44
|
+
output: ListSourceApiAssociationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSourceApiAssociationsCommandInput;
|
|
48
|
+
output: ListSourceApiAssociationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTypesByAssociationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTypesByAssociationCommand extends ListTypesByAssociationCommand_base {
|
|
40
|
+
export declare class ListTypesByAssociationCommand extends ListTypesByAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTypesByAssociationRequest;
|
|
44
|
+
output: ListTypesByAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTypesByAssociationCommandInput;
|
|
48
|
+
output: ListTypesByAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListTypesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListTypesCommand extends ListTypesCommand_base {
|
|
36
|
+
export declare class ListTypesCommand extends ListTypesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListTypesRequest;
|
|
40
|
+
output: ListTypesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListTypesCommandInput;
|
|
44
|
+
output: ListTypesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutGraphqlApiEnvironmentVariablesCommand extends PutGraphqlApiEnvironmentVariablesCommand_base {
|
|
40
|
+
export declare class PutGraphqlApiEnvironmentVariablesCommand extends PutGraphqlApiEnvironmentVariablesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutGraphqlApiEnvironmentVariablesRequest;
|
|
44
|
+
output: PutGraphqlApiEnvironmentVariablesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutGraphqlApiEnvironmentVariablesCommandInput;
|
|
48
|
+
output: PutGraphqlApiEnvironmentVariablesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|