@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
|
@@ -127,4 +127,15 @@ declare const ListDataSourcesCommand_base: {
|
|
|
127
127
|
* @public
|
|
128
128
|
*/
|
|
129
129
|
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: ListDataSourcesRequest;
|
|
134
|
+
output: ListDataSourcesResponse;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: ListDataSourcesCommandInput;
|
|
138
|
+
output: ListDataSourcesCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListDomainNamesCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListDomainNamesCommand extends ListDomainNamesCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListDomainNamesRequest;
|
|
84
|
+
output: ListDomainNamesResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListDomainNamesCommandInput;
|
|
88
|
+
output: ListDomainNamesCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListFunctionsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListFunctionsRequest;
|
|
104
|
+
output: ListFunctionsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListFunctionsCommandInput;
|
|
108
|
+
output: ListFunctionsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -145,4 +145,15 @@ declare const ListGraphqlApisCommand_base: {
|
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
147
|
export declare class ListGraphqlApisCommand extends ListGraphqlApisCommand_base {
|
|
148
|
+
/** @internal type navigation helper, not in runtime. */
|
|
149
|
+
protected static __types: {
|
|
150
|
+
api: {
|
|
151
|
+
input: ListGraphqlApisRequest;
|
|
152
|
+
output: ListGraphqlApisResponse;
|
|
153
|
+
};
|
|
154
|
+
sdk: {
|
|
155
|
+
input: ListGraphqlApisCommandInput;
|
|
156
|
+
output: ListGraphqlApisCommandOutput;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
148
159
|
}
|
|
@@ -109,4 +109,15 @@ declare const ListResolversByFunctionCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class ListResolversByFunctionCommand extends ListResolversByFunctionCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: ListResolversByFunctionRequest;
|
|
116
|
+
output: ListResolversByFunctionResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: ListResolversByFunctionCommandInput;
|
|
120
|
+
output: ListResolversByFunctionCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -109,4 +109,15 @@ declare const ListResolversCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class ListResolversCommand extends ListResolversCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: ListResolversRequest;
|
|
116
|
+
output: ListResolversResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: ListResolversCommandInput;
|
|
120
|
+
output: ListResolversCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListSourceApiAssociationsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListSourceApiAssociationsCommand extends ListSourceApiAssociationsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListSourceApiAssociationsRequest;
|
|
90
|
+
output: ListSourceApiAssociationsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListSourceApiAssociationsCommandInput;
|
|
94
|
+
output: ListSourceApiAssociationsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListTagsForResourceRequest;
|
|
85
|
+
output: ListTagsForResourceResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListTagsForResourceCommandInput;
|
|
89
|
+
output: ListTagsForResourceCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListTypesByAssociationCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListTypesByAssociationCommand extends ListTypesByAssociationCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListTypesByAssociationRequest;
|
|
94
|
+
output: ListTypesByAssociationResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListTypesByAssociationCommandInput;
|
|
98
|
+
output: ListTypesByAssociationCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListTypesCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListTypesCommand extends ListTypesCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListTypesRequest;
|
|
93
|
+
output: ListTypesResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListTypesCommandInput;
|
|
97
|
+
output: ListTypesCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -126,4 +126,15 @@ declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class PutGraphqlApiEnvironmentVariablesCommand extends PutGraphqlApiEnvironmentVariablesCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: PutGraphqlApiEnvironmentVariablesRequest;
|
|
133
|
+
output: PutGraphqlApiEnvironmentVariablesResponse;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: PutGraphqlApiEnvironmentVariablesCommandInput;
|
|
137
|
+
output: PutGraphqlApiEnvironmentVariablesCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|
|
@@ -77,4 +77,15 @@ declare const StartDataSourceIntrospectionCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class StartDataSourceIntrospectionCommand extends StartDataSourceIntrospectionCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: StartDataSourceIntrospectionRequest;
|
|
84
|
+
output: StartDataSourceIntrospectionResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: StartDataSourceIntrospectionCommandInput;
|
|
88
|
+
output: StartDataSourceIntrospectionCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const StartSchemaCreationCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class StartSchemaCreationCommand extends StartSchemaCreationCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: StartSchemaCreationRequest;
|
|
84
|
+
output: StartSchemaCreationResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: StartSchemaCreationCommandInput;
|
|
88
|
+
output: StartSchemaCreationCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -75,4 +75,15 @@ declare const StartSchemaMergeCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class StartSchemaMergeCommand extends StartSchemaMergeCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: StartSchemaMergeRequest;
|
|
82
|
+
output: StartSchemaMergeResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: StartSchemaMergeCommandInput;
|
|
86
|
+
output: StartSchemaMergeCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -77,4 +77,15 @@ declare const TagResourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: TagResourceRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: TagResourceCommandInput;
|
|
88
|
+
output: TagResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const UntagResourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: UntagResourceRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: UntagResourceCommandInput;
|
|
88
|
+
output: UntagResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -86,4 +86,15 @@ declare const UpdateApiCacheCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class UpdateApiCacheCommand extends UpdateApiCacheCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: UpdateApiCacheRequest;
|
|
93
|
+
output: UpdateApiCacheResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: UpdateApiCacheCommandInput;
|
|
97
|
+
output: UpdateApiCacheCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateApiKeyCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateApiKeyCommand extends UpdateApiKeyCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateApiKeyRequest;
|
|
92
|
+
output: UpdateApiKeyResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateApiKeyCommandInput;
|
|
96
|
+
output: UpdateApiKeyCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -176,4 +176,15 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
176
176
|
* @public
|
|
177
177
|
*/
|
|
178
178
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
179
|
+
/** @internal type navigation helper, not in runtime. */
|
|
180
|
+
protected static __types: {
|
|
181
|
+
api: {
|
|
182
|
+
input: UpdateDataSourceRequest;
|
|
183
|
+
output: UpdateDataSourceResponse;
|
|
184
|
+
};
|
|
185
|
+
sdk: {
|
|
186
|
+
input: UpdateDataSourceCommandInput;
|
|
187
|
+
output: UpdateDataSourceCommandOutput;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
179
190
|
}
|
|
@@ -81,4 +81,15 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UpdateDomainNameRequest;
|
|
88
|
+
output: UpdateDomainNameResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UpdateDomainNameCommandInput;
|
|
92
|
+
output: UpdateDomainNameCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -116,4 +116,15 @@ declare const UpdateFunctionCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class UpdateFunctionCommand extends UpdateFunctionCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: UpdateFunctionRequest;
|
|
123
|
+
output: UpdateFunctionResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: UpdateFunctionCommandInput;
|
|
127
|
+
output: UpdateFunctionCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -205,4 +205,15 @@ declare const UpdateGraphqlApiCommand_base: {
|
|
|
205
205
|
* @public
|
|
206
206
|
*/
|
|
207
207
|
export declare class UpdateGraphqlApiCommand extends UpdateGraphqlApiCommand_base {
|
|
208
|
+
/** @internal type navigation helper, not in runtime. */
|
|
209
|
+
protected static __types: {
|
|
210
|
+
api: {
|
|
211
|
+
input: UpdateGraphqlApiRequest;
|
|
212
|
+
output: UpdateGraphqlApiResponse;
|
|
213
|
+
};
|
|
214
|
+
sdk: {
|
|
215
|
+
input: UpdateGraphqlApiCommandInput;
|
|
216
|
+
output: UpdateGraphqlApiCommandOutput;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
208
219
|
}
|
|
@@ -138,4 +138,15 @@ declare const UpdateResolverCommand_base: {
|
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
140
140
|
export declare class UpdateResolverCommand extends UpdateResolverCommand_base {
|
|
141
|
+
/** @internal type navigation helper, not in runtime. */
|
|
142
|
+
protected static __types: {
|
|
143
|
+
api: {
|
|
144
|
+
input: UpdateResolverRequest;
|
|
145
|
+
output: UpdateResolverResponse;
|
|
146
|
+
};
|
|
147
|
+
sdk: {
|
|
148
|
+
input: UpdateResolverCommandInput;
|
|
149
|
+
output: UpdateResolverCommandOutput;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
141
152
|
}
|
|
@@ -93,4 +93,15 @@ declare const UpdateSourceApiAssociationCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class UpdateSourceApiAssociationCommand extends UpdateSourceApiAssociationCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: UpdateSourceApiAssociationRequest;
|
|
100
|
+
output: UpdateSourceApiAssociationResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: UpdateSourceApiAssociationCommandInput;
|
|
104
|
+
output: UpdateSourceApiAssociationCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdateTypeCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdateTypeCommand extends UpdateTypeCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdateTypeRequest;
|
|
90
|
+
output: UpdateTypeResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdateTypeCommandInput;
|
|
94
|
+
output: UpdateTypeCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -33,4 +33,15 @@ declare const AssociateApiCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class AssociateApiCommand extends AssociateApiCommand_base {
|
|
36
|
+
export declare class AssociateApiCommand extends AssociateApiCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AssociateApiRequest;
|
|
40
|
+
output: AssociateApiResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AssociateApiCommandInput;
|
|
44
|
+
output: AssociateApiCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateMergedGraphqlApiCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateMergedGraphqlApiCommand extends AssociateMergedGraphqlApiCommand_base {
|
|
40
|
+
export declare class AssociateMergedGraphqlApiCommand extends AssociateMergedGraphqlApiCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateMergedGraphqlApiRequest;
|
|
44
|
+
output: AssociateMergedGraphqlApiResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateMergedGraphqlApiCommandInput;
|
|
48
|
+
output: AssociateMergedGraphqlApiCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateSourceGraphqlApiCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateSourceGraphqlApiCommand extends AssociateSourceGraphqlApiCommand_base {
|
|
40
|
+
export declare class AssociateSourceGraphqlApiCommand extends AssociateSourceGraphqlApiCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateSourceGraphqlApiRequest;
|
|
44
|
+
output: AssociateSourceGraphqlApiResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateSourceGraphqlApiCommandInput;
|
|
48
|
+
output: AssociateSourceGraphqlApiCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateApiCacheCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateApiCacheCommand extends CreateApiCacheCommand_base {
|
|
39
|
+
export declare class CreateApiCacheCommand extends CreateApiCacheCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateApiCacheRequest;
|
|
43
|
+
output: CreateApiCacheResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateApiCacheCommandInput;
|
|
47
|
+
output: CreateApiCacheCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateApiKeyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
|
|
36
|
+
export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateApiKeyRequest;
|
|
40
|
+
output: CreateApiKeyResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateApiKeyCommandInput;
|
|
44
|
+
output: CreateApiKeyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDataSourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
39
|
+
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDataSourceRequest;
|
|
43
|
+
output: CreateDataSourceResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDataSourceCommandInput;
|
|
47
|
+
output: CreateDataSourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDomainNameCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
39
|
+
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDomainNameRequest;
|
|
43
|
+
output: CreateDomainNameResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDomainNameCommandInput;
|
|
47
|
+
output: CreateDomainNameCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateFunctionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
|
|
39
|
+
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateFunctionRequest;
|
|
43
|
+
output: CreateFunctionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateFunctionCommandInput;
|
|
47
|
+
output: CreateFunctionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateGraphqlApiCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateGraphqlApiCommand extends CreateGraphqlApiCommand_base {
|
|
39
|
+
export declare class CreateGraphqlApiCommand extends CreateGraphqlApiCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateGraphqlApiRequest;
|
|
43
|
+
output: CreateGraphqlApiResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateGraphqlApiCommandInput;
|
|
47
|
+
output: CreateGraphqlApiCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateResolverCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateResolverCommand extends CreateResolverCommand_base {
|
|
39
|
+
export declare class CreateResolverCommand extends CreateResolverCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateResolverRequest;
|
|
43
|
+
output: CreateResolverResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateResolverCommandInput;
|
|
47
|
+
output: CreateResolverCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateTypeCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateTypeCommand extends CreateTypeCommand_base {
|
|
36
|
+
export declare class CreateTypeCommand extends CreateTypeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateTypeRequest;
|
|
40
|
+
output: CreateTypeResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateTypeCommandInput;
|
|
44
|
+
output: CreateTypeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteApiCacheCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteApiCacheCommand extends DeleteApiCacheCommand_base {
|
|
39
|
+
export declare class DeleteApiCacheCommand extends DeleteApiCacheCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteApiCacheRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteApiCacheCommandInput;
|
|
47
|
+
output: DeleteApiCacheCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteApiKeyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
|
|
36
|
+
export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteApiKeyRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteApiKeyCommandInput;
|
|
44
|
+
output: DeleteApiKeyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|