@aws-sdk/client-appsync 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/AppSync.d.ts +0 -250
- package/dist-types/ts3.4/AppSyncClient.d.ts +0 -122
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -49
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -4
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1666
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,1666 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
4
|
-
name: "AccessDeniedException";
|
|
5
|
-
$fault: "client";
|
|
6
|
-
message?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare enum AuthenticationType {
|
|
9
|
-
AMAZON_COGNITO_USER_POOLS = "AMAZON_COGNITO_USER_POOLS",
|
|
10
|
-
API_KEY = "API_KEY",
|
|
11
|
-
AWS_IAM = "AWS_IAM",
|
|
12
|
-
AWS_LAMBDA = "AWS_LAMBDA",
|
|
13
|
-
OPENID_CONNECT = "OPENID_CONNECT"
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export interface LambdaAuthorizerConfig {
|
|
17
|
-
|
|
18
|
-
authorizerResultTtlInSeconds?: number;
|
|
19
|
-
|
|
20
|
-
authorizerUri: string | undefined;
|
|
21
|
-
|
|
22
|
-
identityValidationExpression?: string;
|
|
23
|
-
}
|
|
24
|
-
export declare namespace LambdaAuthorizerConfig {
|
|
25
|
-
|
|
26
|
-
const filterSensitiveLog: (obj: LambdaAuthorizerConfig) => any;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export interface OpenIDConnectConfig {
|
|
30
|
-
|
|
31
|
-
issuer: string | undefined;
|
|
32
|
-
|
|
33
|
-
clientId?: string;
|
|
34
|
-
|
|
35
|
-
iatTTL?: number;
|
|
36
|
-
|
|
37
|
-
authTTL?: number;
|
|
38
|
-
}
|
|
39
|
-
export declare namespace OpenIDConnectConfig {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: OpenIDConnectConfig) => any;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export interface CognitoUserPoolConfig {
|
|
45
|
-
|
|
46
|
-
userPoolId: string | undefined;
|
|
47
|
-
|
|
48
|
-
awsRegion: string | undefined;
|
|
49
|
-
|
|
50
|
-
appIdClientRegex?: string;
|
|
51
|
-
}
|
|
52
|
-
export declare namespace CognitoUserPoolConfig {
|
|
53
|
-
|
|
54
|
-
const filterSensitiveLog: (obj: CognitoUserPoolConfig) => any;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export interface AdditionalAuthenticationProvider {
|
|
58
|
-
|
|
59
|
-
authenticationType?: AuthenticationType | string;
|
|
60
|
-
|
|
61
|
-
openIDConnectConfig?: OpenIDConnectConfig;
|
|
62
|
-
|
|
63
|
-
userPoolConfig?: CognitoUserPoolConfig;
|
|
64
|
-
|
|
65
|
-
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
66
|
-
}
|
|
67
|
-
export declare namespace AdditionalAuthenticationProvider {
|
|
68
|
-
|
|
69
|
-
const filterSensitiveLog: (obj: AdditionalAuthenticationProvider) => any;
|
|
70
|
-
}
|
|
71
|
-
export declare enum AssociationStatus {
|
|
72
|
-
Failed = "FAILED",
|
|
73
|
-
Processing = "PROCESSING",
|
|
74
|
-
Success = "SUCCESS"
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export interface ApiAssociation {
|
|
78
|
-
|
|
79
|
-
domainName?: string;
|
|
80
|
-
|
|
81
|
-
apiId?: string;
|
|
82
|
-
|
|
83
|
-
associationStatus?: AssociationStatus | string;
|
|
84
|
-
|
|
85
|
-
deploymentDetail?: string;
|
|
86
|
-
}
|
|
87
|
-
export declare namespace ApiAssociation {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: ApiAssociation) => any;
|
|
90
|
-
}
|
|
91
|
-
export declare enum ApiCachingBehavior {
|
|
92
|
-
FULL_REQUEST_CACHING = "FULL_REQUEST_CACHING",
|
|
93
|
-
PER_RESOLVER_CACHING = "PER_RESOLVER_CACHING"
|
|
94
|
-
}
|
|
95
|
-
export declare enum ApiCacheStatus {
|
|
96
|
-
AVAILABLE = "AVAILABLE",
|
|
97
|
-
CREATING = "CREATING",
|
|
98
|
-
DELETING = "DELETING",
|
|
99
|
-
FAILED = "FAILED",
|
|
100
|
-
MODIFYING = "MODIFYING"
|
|
101
|
-
}
|
|
102
|
-
export declare enum ApiCacheType {
|
|
103
|
-
LARGE = "LARGE",
|
|
104
|
-
LARGE_12X = "LARGE_12X",
|
|
105
|
-
LARGE_2X = "LARGE_2X",
|
|
106
|
-
LARGE_4X = "LARGE_4X",
|
|
107
|
-
LARGE_8X = "LARGE_8X",
|
|
108
|
-
MEDIUM = "MEDIUM",
|
|
109
|
-
R4_2XLARGE = "R4_2XLARGE",
|
|
110
|
-
R4_4XLARGE = "R4_4XLARGE",
|
|
111
|
-
R4_8XLARGE = "R4_8XLARGE",
|
|
112
|
-
R4_LARGE = "R4_LARGE",
|
|
113
|
-
R4_XLARGE = "R4_XLARGE",
|
|
114
|
-
SMALL = "SMALL",
|
|
115
|
-
T2_MEDIUM = "T2_MEDIUM",
|
|
116
|
-
T2_SMALL = "T2_SMALL",
|
|
117
|
-
XLARGE = "XLARGE"
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
export interface ApiCache {
|
|
121
|
-
|
|
122
|
-
ttl?: number;
|
|
123
|
-
|
|
124
|
-
apiCachingBehavior?: ApiCachingBehavior | string;
|
|
125
|
-
|
|
126
|
-
transitEncryptionEnabled?: boolean;
|
|
127
|
-
|
|
128
|
-
atRestEncryptionEnabled?: boolean;
|
|
129
|
-
|
|
130
|
-
type?: ApiCacheType | string;
|
|
131
|
-
|
|
132
|
-
status?: ApiCacheStatus | string;
|
|
133
|
-
}
|
|
134
|
-
export declare namespace ApiCache {
|
|
135
|
-
|
|
136
|
-
const filterSensitiveLog: (obj: ApiCache) => any;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
export interface ApiKey {
|
|
140
|
-
|
|
141
|
-
id?: string;
|
|
142
|
-
|
|
143
|
-
description?: string;
|
|
144
|
-
|
|
145
|
-
expires?: number;
|
|
146
|
-
|
|
147
|
-
deletes?: number;
|
|
148
|
-
}
|
|
149
|
-
export declare namespace ApiKey {
|
|
150
|
-
|
|
151
|
-
const filterSensitiveLog: (obj: ApiKey) => any;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
export interface ApiKeyLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
155
|
-
name: "ApiKeyLimitExceededException";
|
|
156
|
-
$fault: "client";
|
|
157
|
-
message?: string;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
export interface ApiKeyValidityOutOfBoundsException extends __SmithyException, $MetadataBearer {
|
|
161
|
-
name: "ApiKeyValidityOutOfBoundsException";
|
|
162
|
-
$fault: "client";
|
|
163
|
-
message?: string;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export interface ApiLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
167
|
-
name: "ApiLimitExceededException";
|
|
168
|
-
$fault: "client";
|
|
169
|
-
message?: string;
|
|
170
|
-
}
|
|
171
|
-
export interface AssociateApiRequest {
|
|
172
|
-
|
|
173
|
-
domainName: string | undefined;
|
|
174
|
-
|
|
175
|
-
apiId: string | undefined;
|
|
176
|
-
}
|
|
177
|
-
export declare namespace AssociateApiRequest {
|
|
178
|
-
|
|
179
|
-
const filterSensitiveLog: (obj: AssociateApiRequest) => any;
|
|
180
|
-
}
|
|
181
|
-
export interface AssociateApiResponse {
|
|
182
|
-
|
|
183
|
-
apiAssociation?: ApiAssociation;
|
|
184
|
-
}
|
|
185
|
-
export declare namespace AssociateApiResponse {
|
|
186
|
-
|
|
187
|
-
const filterSensitiveLog: (obj: AssociateApiResponse) => any;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
191
|
-
name: "BadRequestException";
|
|
192
|
-
$fault: "client";
|
|
193
|
-
message?: string;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
export interface InternalFailureException extends __SmithyException, $MetadataBearer {
|
|
197
|
-
name: "InternalFailureException";
|
|
198
|
-
$fault: "server";
|
|
199
|
-
message?: string;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
203
|
-
name: "NotFoundException";
|
|
204
|
-
$fault: "client";
|
|
205
|
-
message?: string;
|
|
206
|
-
}
|
|
207
|
-
export declare enum AuthorizationType {
|
|
208
|
-
AWS_IAM = "AWS_IAM"
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
export interface AwsIamConfig {
|
|
212
|
-
|
|
213
|
-
signingRegion?: string;
|
|
214
|
-
|
|
215
|
-
signingServiceName?: string;
|
|
216
|
-
}
|
|
217
|
-
export declare namespace AwsIamConfig {
|
|
218
|
-
|
|
219
|
-
const filterSensitiveLog: (obj: AwsIamConfig) => any;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
export interface AuthorizationConfig {
|
|
223
|
-
|
|
224
|
-
authorizationType: AuthorizationType | string | undefined;
|
|
225
|
-
|
|
226
|
-
awsIamConfig?: AwsIamConfig;
|
|
227
|
-
}
|
|
228
|
-
export declare namespace AuthorizationConfig {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: AuthorizationConfig) => any;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
|
|
234
|
-
name: "ConcurrentModificationException";
|
|
235
|
-
$fault: "client";
|
|
236
|
-
message?: string;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
export interface CreateApiCacheRequest {
|
|
240
|
-
|
|
241
|
-
apiId: string | undefined;
|
|
242
|
-
|
|
243
|
-
ttl: number | undefined;
|
|
244
|
-
|
|
245
|
-
transitEncryptionEnabled?: boolean;
|
|
246
|
-
|
|
247
|
-
atRestEncryptionEnabled?: boolean;
|
|
248
|
-
|
|
249
|
-
apiCachingBehavior: ApiCachingBehavior | string | undefined;
|
|
250
|
-
|
|
251
|
-
type: ApiCacheType | string | undefined;
|
|
252
|
-
}
|
|
253
|
-
export declare namespace CreateApiCacheRequest {
|
|
254
|
-
|
|
255
|
-
const filterSensitiveLog: (obj: CreateApiCacheRequest) => any;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
export interface CreateApiCacheResponse {
|
|
259
|
-
|
|
260
|
-
apiCache?: ApiCache;
|
|
261
|
-
}
|
|
262
|
-
export declare namespace CreateApiCacheResponse {
|
|
263
|
-
|
|
264
|
-
const filterSensitiveLog: (obj: CreateApiCacheResponse) => any;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
|
|
268
|
-
name: "UnauthorizedException";
|
|
269
|
-
$fault: "client";
|
|
270
|
-
message?: string;
|
|
271
|
-
}
|
|
272
|
-
export interface CreateApiKeyRequest {
|
|
273
|
-
|
|
274
|
-
apiId: string | undefined;
|
|
275
|
-
|
|
276
|
-
description?: string;
|
|
277
|
-
|
|
278
|
-
expires?: number;
|
|
279
|
-
}
|
|
280
|
-
export declare namespace CreateApiKeyRequest {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
283
|
-
}
|
|
284
|
-
export interface CreateApiKeyResponse {
|
|
285
|
-
|
|
286
|
-
apiKey?: ApiKey;
|
|
287
|
-
}
|
|
288
|
-
export declare namespace CreateApiKeyResponse {
|
|
289
|
-
|
|
290
|
-
const filterSensitiveLog: (obj: CreateApiKeyResponse) => any;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
294
|
-
name: "LimitExceededException";
|
|
295
|
-
$fault: "client";
|
|
296
|
-
message?: string;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
export interface DeltaSyncConfig {
|
|
300
|
-
|
|
301
|
-
baseTableTTL?: number;
|
|
302
|
-
|
|
303
|
-
deltaSyncTableName?: string;
|
|
304
|
-
|
|
305
|
-
deltaSyncTableTTL?: number;
|
|
306
|
-
}
|
|
307
|
-
export declare namespace DeltaSyncConfig {
|
|
308
|
-
|
|
309
|
-
const filterSensitiveLog: (obj: DeltaSyncConfig) => any;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
export interface DynamodbDataSourceConfig {
|
|
313
|
-
|
|
314
|
-
tableName: string | undefined;
|
|
315
|
-
|
|
316
|
-
awsRegion: string | undefined;
|
|
317
|
-
|
|
318
|
-
useCallerCredentials?: boolean;
|
|
319
|
-
|
|
320
|
-
deltaSyncConfig?: DeltaSyncConfig;
|
|
321
|
-
|
|
322
|
-
versioned?: boolean;
|
|
323
|
-
}
|
|
324
|
-
export declare namespace DynamodbDataSourceConfig {
|
|
325
|
-
|
|
326
|
-
const filterSensitiveLog: (obj: DynamodbDataSourceConfig) => any;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
export interface ElasticsearchDataSourceConfig {
|
|
330
|
-
|
|
331
|
-
endpoint: string | undefined;
|
|
332
|
-
|
|
333
|
-
awsRegion: string | undefined;
|
|
334
|
-
}
|
|
335
|
-
export declare namespace ElasticsearchDataSourceConfig {
|
|
336
|
-
|
|
337
|
-
const filterSensitiveLog: (obj: ElasticsearchDataSourceConfig) => any;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
export interface HttpDataSourceConfig {
|
|
341
|
-
|
|
342
|
-
endpoint?: string;
|
|
343
|
-
|
|
344
|
-
authorizationConfig?: AuthorizationConfig;
|
|
345
|
-
}
|
|
346
|
-
export declare namespace HttpDataSourceConfig {
|
|
347
|
-
|
|
348
|
-
const filterSensitiveLog: (obj: HttpDataSourceConfig) => any;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
export interface LambdaDataSourceConfig {
|
|
352
|
-
|
|
353
|
-
lambdaFunctionArn: string | undefined;
|
|
354
|
-
}
|
|
355
|
-
export declare namespace LambdaDataSourceConfig {
|
|
356
|
-
|
|
357
|
-
const filterSensitiveLog: (obj: LambdaDataSourceConfig) => any;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
export interface OpenSearchServiceDataSourceConfig {
|
|
361
|
-
|
|
362
|
-
endpoint: string | undefined;
|
|
363
|
-
|
|
364
|
-
awsRegion: string | undefined;
|
|
365
|
-
}
|
|
366
|
-
export declare namespace OpenSearchServiceDataSourceConfig {
|
|
367
|
-
|
|
368
|
-
const filterSensitiveLog: (obj: OpenSearchServiceDataSourceConfig) => any;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
export interface RdsHttpEndpointConfig {
|
|
372
|
-
|
|
373
|
-
awsRegion?: string;
|
|
374
|
-
|
|
375
|
-
dbClusterIdentifier?: string;
|
|
376
|
-
|
|
377
|
-
databaseName?: string;
|
|
378
|
-
|
|
379
|
-
schema?: string;
|
|
380
|
-
|
|
381
|
-
awsSecretStoreArn?: string;
|
|
382
|
-
}
|
|
383
|
-
export declare namespace RdsHttpEndpointConfig {
|
|
384
|
-
|
|
385
|
-
const filterSensitiveLog: (obj: RdsHttpEndpointConfig) => any;
|
|
386
|
-
}
|
|
387
|
-
export declare enum RelationalDatabaseSourceType {
|
|
388
|
-
RDS_HTTP_ENDPOINT = "RDS_HTTP_ENDPOINT"
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
export interface RelationalDatabaseDataSourceConfig {
|
|
392
|
-
|
|
393
|
-
relationalDatabaseSourceType?: RelationalDatabaseSourceType | string;
|
|
394
|
-
|
|
395
|
-
rdsHttpEndpointConfig?: RdsHttpEndpointConfig;
|
|
396
|
-
}
|
|
397
|
-
export declare namespace RelationalDatabaseDataSourceConfig {
|
|
398
|
-
|
|
399
|
-
const filterSensitiveLog: (obj: RelationalDatabaseDataSourceConfig) => any;
|
|
400
|
-
}
|
|
401
|
-
export declare enum DataSourceType {
|
|
402
|
-
AMAZON_DYNAMODB = "AMAZON_DYNAMODB",
|
|
403
|
-
AMAZON_ELASTICSEARCH = "AMAZON_ELASTICSEARCH",
|
|
404
|
-
AMAZON_OPENSEARCH_SERVICE = "AMAZON_OPENSEARCH_SERVICE",
|
|
405
|
-
AWS_LAMBDA = "AWS_LAMBDA",
|
|
406
|
-
HTTP = "HTTP",
|
|
407
|
-
NONE = "NONE",
|
|
408
|
-
RELATIONAL_DATABASE = "RELATIONAL_DATABASE"
|
|
409
|
-
}
|
|
410
|
-
export interface CreateDataSourceRequest {
|
|
411
|
-
|
|
412
|
-
apiId: string | undefined;
|
|
413
|
-
|
|
414
|
-
name: string | undefined;
|
|
415
|
-
|
|
416
|
-
description?: string;
|
|
417
|
-
|
|
418
|
-
type: DataSourceType | string | undefined;
|
|
419
|
-
|
|
420
|
-
serviceRoleArn?: string;
|
|
421
|
-
|
|
422
|
-
dynamodbConfig?: DynamodbDataSourceConfig;
|
|
423
|
-
|
|
424
|
-
lambdaConfig?: LambdaDataSourceConfig;
|
|
425
|
-
|
|
426
|
-
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
427
|
-
|
|
428
|
-
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
429
|
-
|
|
430
|
-
httpConfig?: HttpDataSourceConfig;
|
|
431
|
-
|
|
432
|
-
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
433
|
-
}
|
|
434
|
-
export declare namespace CreateDataSourceRequest {
|
|
435
|
-
|
|
436
|
-
const filterSensitiveLog: (obj: CreateDataSourceRequest) => any;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
export interface DataSource {
|
|
440
|
-
|
|
441
|
-
dataSourceArn?: string;
|
|
442
|
-
|
|
443
|
-
name?: string;
|
|
444
|
-
|
|
445
|
-
description?: string;
|
|
446
|
-
|
|
447
|
-
type?: DataSourceType | string;
|
|
448
|
-
|
|
449
|
-
serviceRoleArn?: string;
|
|
450
|
-
|
|
451
|
-
dynamodbConfig?: DynamodbDataSourceConfig;
|
|
452
|
-
|
|
453
|
-
lambdaConfig?: LambdaDataSourceConfig;
|
|
454
|
-
|
|
455
|
-
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
456
|
-
|
|
457
|
-
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
458
|
-
|
|
459
|
-
httpConfig?: HttpDataSourceConfig;
|
|
460
|
-
|
|
461
|
-
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
462
|
-
}
|
|
463
|
-
export declare namespace DataSource {
|
|
464
|
-
|
|
465
|
-
const filterSensitiveLog: (obj: DataSource) => any;
|
|
466
|
-
}
|
|
467
|
-
export interface CreateDataSourceResponse {
|
|
468
|
-
|
|
469
|
-
dataSource?: DataSource;
|
|
470
|
-
}
|
|
471
|
-
export declare namespace CreateDataSourceResponse {
|
|
472
|
-
|
|
473
|
-
const filterSensitiveLog: (obj: CreateDataSourceResponse) => any;
|
|
474
|
-
}
|
|
475
|
-
export interface CreateDomainNameRequest {
|
|
476
|
-
|
|
477
|
-
domainName: string | undefined;
|
|
478
|
-
|
|
479
|
-
certificateArn: string | undefined;
|
|
480
|
-
|
|
481
|
-
description?: string;
|
|
482
|
-
}
|
|
483
|
-
export declare namespace CreateDomainNameRequest {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
export interface DomainNameConfig {
|
|
489
|
-
|
|
490
|
-
domainName?: string;
|
|
491
|
-
|
|
492
|
-
description?: string;
|
|
493
|
-
|
|
494
|
-
certificateArn?: string;
|
|
495
|
-
|
|
496
|
-
appsyncDomainName?: string;
|
|
497
|
-
|
|
498
|
-
hostedZoneId?: string;
|
|
499
|
-
}
|
|
500
|
-
export declare namespace DomainNameConfig {
|
|
501
|
-
|
|
502
|
-
const filterSensitiveLog: (obj: DomainNameConfig) => any;
|
|
503
|
-
}
|
|
504
|
-
export interface CreateDomainNameResponse {
|
|
505
|
-
|
|
506
|
-
domainNameConfig?: DomainNameConfig;
|
|
507
|
-
}
|
|
508
|
-
export declare namespace CreateDomainNameResponse {
|
|
509
|
-
|
|
510
|
-
const filterSensitiveLog: (obj: CreateDomainNameResponse) => any;
|
|
511
|
-
}
|
|
512
|
-
export declare enum ConflictDetectionType {
|
|
513
|
-
NONE = "NONE",
|
|
514
|
-
VERSION = "VERSION"
|
|
515
|
-
}
|
|
516
|
-
export declare enum ConflictHandlerType {
|
|
517
|
-
AUTOMERGE = "AUTOMERGE",
|
|
518
|
-
LAMBDA = "LAMBDA",
|
|
519
|
-
NONE = "NONE",
|
|
520
|
-
OPTIMISTIC_CONCURRENCY = "OPTIMISTIC_CONCURRENCY"
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
export interface LambdaConflictHandlerConfig {
|
|
524
|
-
|
|
525
|
-
lambdaConflictHandlerArn?: string;
|
|
526
|
-
}
|
|
527
|
-
export declare namespace LambdaConflictHandlerConfig {
|
|
528
|
-
|
|
529
|
-
const filterSensitiveLog: (obj: LambdaConflictHandlerConfig) => any;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
export interface SyncConfig {
|
|
533
|
-
|
|
534
|
-
conflictHandler?: ConflictHandlerType | string;
|
|
535
|
-
|
|
536
|
-
conflictDetection?: ConflictDetectionType | string;
|
|
537
|
-
|
|
538
|
-
lambdaConflictHandlerConfig?: LambdaConflictHandlerConfig;
|
|
539
|
-
}
|
|
540
|
-
export declare namespace SyncConfig {
|
|
541
|
-
|
|
542
|
-
const filterSensitiveLog: (obj: SyncConfig) => any;
|
|
543
|
-
}
|
|
544
|
-
export interface CreateFunctionRequest {
|
|
545
|
-
|
|
546
|
-
apiId: string | undefined;
|
|
547
|
-
|
|
548
|
-
name: string | undefined;
|
|
549
|
-
|
|
550
|
-
description?: string;
|
|
551
|
-
|
|
552
|
-
dataSourceName: string | undefined;
|
|
553
|
-
|
|
554
|
-
requestMappingTemplate?: string;
|
|
555
|
-
|
|
556
|
-
responseMappingTemplate?: string;
|
|
557
|
-
|
|
558
|
-
functionVersion: string | undefined;
|
|
559
|
-
|
|
560
|
-
syncConfig?: SyncConfig;
|
|
561
|
-
|
|
562
|
-
maxBatchSize?: number;
|
|
563
|
-
}
|
|
564
|
-
export declare namespace CreateFunctionRequest {
|
|
565
|
-
|
|
566
|
-
const filterSensitiveLog: (obj: CreateFunctionRequest) => any;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
export interface FunctionConfiguration {
|
|
570
|
-
|
|
571
|
-
functionId?: string;
|
|
572
|
-
|
|
573
|
-
functionArn?: string;
|
|
574
|
-
|
|
575
|
-
name?: string;
|
|
576
|
-
|
|
577
|
-
description?: string;
|
|
578
|
-
|
|
579
|
-
dataSourceName?: string;
|
|
580
|
-
|
|
581
|
-
requestMappingTemplate?: string;
|
|
582
|
-
|
|
583
|
-
responseMappingTemplate?: string;
|
|
584
|
-
|
|
585
|
-
functionVersion?: string;
|
|
586
|
-
|
|
587
|
-
syncConfig?: SyncConfig;
|
|
588
|
-
|
|
589
|
-
maxBatchSize?: number;
|
|
590
|
-
}
|
|
591
|
-
export declare namespace FunctionConfiguration {
|
|
592
|
-
|
|
593
|
-
const filterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
594
|
-
}
|
|
595
|
-
export interface CreateFunctionResponse {
|
|
596
|
-
|
|
597
|
-
functionConfiguration?: FunctionConfiguration;
|
|
598
|
-
}
|
|
599
|
-
export declare namespace CreateFunctionResponse {
|
|
600
|
-
|
|
601
|
-
const filterSensitiveLog: (obj: CreateFunctionResponse) => any;
|
|
602
|
-
}
|
|
603
|
-
export declare enum FieldLogLevel {
|
|
604
|
-
ALL = "ALL",
|
|
605
|
-
ERROR = "ERROR",
|
|
606
|
-
NONE = "NONE"
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
export interface LogConfig {
|
|
610
|
-
|
|
611
|
-
fieldLogLevel: FieldLogLevel | string | undefined;
|
|
612
|
-
|
|
613
|
-
cloudWatchLogsRoleArn: string | undefined;
|
|
614
|
-
|
|
615
|
-
excludeVerboseContent?: boolean;
|
|
616
|
-
}
|
|
617
|
-
export declare namespace LogConfig {
|
|
618
|
-
|
|
619
|
-
const filterSensitiveLog: (obj: LogConfig) => any;
|
|
620
|
-
}
|
|
621
|
-
export declare enum DefaultAction {
|
|
622
|
-
ALLOW = "ALLOW",
|
|
623
|
-
DENY = "DENY"
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
export interface UserPoolConfig {
|
|
627
|
-
|
|
628
|
-
userPoolId: string | undefined;
|
|
629
|
-
|
|
630
|
-
awsRegion: string | undefined;
|
|
631
|
-
|
|
632
|
-
defaultAction: DefaultAction | string | undefined;
|
|
633
|
-
|
|
634
|
-
appIdClientRegex?: string;
|
|
635
|
-
}
|
|
636
|
-
export declare namespace UserPoolConfig {
|
|
637
|
-
|
|
638
|
-
const filterSensitiveLog: (obj: UserPoolConfig) => any;
|
|
639
|
-
}
|
|
640
|
-
export interface CreateGraphqlApiRequest {
|
|
641
|
-
|
|
642
|
-
name: string | undefined;
|
|
643
|
-
|
|
644
|
-
logConfig?: LogConfig;
|
|
645
|
-
|
|
646
|
-
authenticationType: AuthenticationType | string | undefined;
|
|
647
|
-
|
|
648
|
-
userPoolConfig?: UserPoolConfig;
|
|
649
|
-
|
|
650
|
-
openIDConnectConfig?: OpenIDConnectConfig;
|
|
651
|
-
|
|
652
|
-
tags?: {
|
|
653
|
-
[key: string]: string;
|
|
654
|
-
};
|
|
655
|
-
|
|
656
|
-
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[];
|
|
657
|
-
|
|
658
|
-
xrayEnabled?: boolean;
|
|
659
|
-
|
|
660
|
-
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
661
|
-
}
|
|
662
|
-
export declare namespace CreateGraphqlApiRequest {
|
|
663
|
-
|
|
664
|
-
const filterSensitiveLog: (obj: CreateGraphqlApiRequest) => any;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
export interface GraphqlApi {
|
|
668
|
-
|
|
669
|
-
name?: string;
|
|
670
|
-
|
|
671
|
-
apiId?: string;
|
|
672
|
-
|
|
673
|
-
authenticationType?: AuthenticationType | string;
|
|
674
|
-
|
|
675
|
-
logConfig?: LogConfig;
|
|
676
|
-
|
|
677
|
-
userPoolConfig?: UserPoolConfig;
|
|
678
|
-
|
|
679
|
-
openIDConnectConfig?: OpenIDConnectConfig;
|
|
680
|
-
|
|
681
|
-
arn?: string;
|
|
682
|
-
|
|
683
|
-
uris?: {
|
|
684
|
-
[key: string]: string;
|
|
685
|
-
};
|
|
686
|
-
|
|
687
|
-
tags?: {
|
|
688
|
-
[key: string]: string;
|
|
689
|
-
};
|
|
690
|
-
|
|
691
|
-
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[];
|
|
692
|
-
|
|
693
|
-
xrayEnabled?: boolean;
|
|
694
|
-
|
|
695
|
-
wafWebAclArn?: string;
|
|
696
|
-
|
|
697
|
-
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
698
|
-
}
|
|
699
|
-
export declare namespace GraphqlApi {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: GraphqlApi) => any;
|
|
702
|
-
}
|
|
703
|
-
export interface CreateGraphqlApiResponse {
|
|
704
|
-
|
|
705
|
-
graphqlApi?: GraphqlApi;
|
|
706
|
-
}
|
|
707
|
-
export declare namespace CreateGraphqlApiResponse {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: CreateGraphqlApiResponse) => any;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
export interface CachingConfig {
|
|
713
|
-
|
|
714
|
-
ttl?: number;
|
|
715
|
-
|
|
716
|
-
cachingKeys?: string[];
|
|
717
|
-
}
|
|
718
|
-
export declare namespace CachingConfig {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: CachingConfig) => any;
|
|
721
|
-
}
|
|
722
|
-
export declare enum ResolverKind {
|
|
723
|
-
PIPELINE = "PIPELINE",
|
|
724
|
-
UNIT = "UNIT"
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
export interface PipelineConfig {
|
|
728
|
-
|
|
729
|
-
functions?: string[];
|
|
730
|
-
}
|
|
731
|
-
export declare namespace PipelineConfig {
|
|
732
|
-
|
|
733
|
-
const filterSensitiveLog: (obj: PipelineConfig) => any;
|
|
734
|
-
}
|
|
735
|
-
export interface CreateResolverRequest {
|
|
736
|
-
|
|
737
|
-
apiId: string | undefined;
|
|
738
|
-
|
|
739
|
-
typeName: string | undefined;
|
|
740
|
-
|
|
741
|
-
fieldName: string | undefined;
|
|
742
|
-
|
|
743
|
-
dataSourceName?: string;
|
|
744
|
-
|
|
745
|
-
requestMappingTemplate?: string;
|
|
746
|
-
|
|
747
|
-
responseMappingTemplate?: string;
|
|
748
|
-
|
|
749
|
-
kind?: ResolverKind | string;
|
|
750
|
-
|
|
751
|
-
pipelineConfig?: PipelineConfig;
|
|
752
|
-
|
|
753
|
-
syncConfig?: SyncConfig;
|
|
754
|
-
|
|
755
|
-
cachingConfig?: CachingConfig;
|
|
756
|
-
|
|
757
|
-
maxBatchSize?: number;
|
|
758
|
-
}
|
|
759
|
-
export declare namespace CreateResolverRequest {
|
|
760
|
-
|
|
761
|
-
const filterSensitiveLog: (obj: CreateResolverRequest) => any;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
export interface Resolver {
|
|
765
|
-
|
|
766
|
-
typeName?: string;
|
|
767
|
-
|
|
768
|
-
fieldName?: string;
|
|
769
|
-
|
|
770
|
-
dataSourceName?: string;
|
|
771
|
-
|
|
772
|
-
resolverArn?: string;
|
|
773
|
-
|
|
774
|
-
requestMappingTemplate?: string;
|
|
775
|
-
|
|
776
|
-
responseMappingTemplate?: string;
|
|
777
|
-
|
|
778
|
-
kind?: ResolverKind | string;
|
|
779
|
-
|
|
780
|
-
pipelineConfig?: PipelineConfig;
|
|
781
|
-
|
|
782
|
-
syncConfig?: SyncConfig;
|
|
783
|
-
|
|
784
|
-
cachingConfig?: CachingConfig;
|
|
785
|
-
|
|
786
|
-
maxBatchSize?: number;
|
|
787
|
-
}
|
|
788
|
-
export declare namespace Resolver {
|
|
789
|
-
|
|
790
|
-
const filterSensitiveLog: (obj: Resolver) => any;
|
|
791
|
-
}
|
|
792
|
-
export interface CreateResolverResponse {
|
|
793
|
-
|
|
794
|
-
resolver?: Resolver;
|
|
795
|
-
}
|
|
796
|
-
export declare namespace CreateResolverResponse {
|
|
797
|
-
|
|
798
|
-
const filterSensitiveLog: (obj: CreateResolverResponse) => any;
|
|
799
|
-
}
|
|
800
|
-
export declare enum TypeDefinitionFormat {
|
|
801
|
-
JSON = "JSON",
|
|
802
|
-
SDL = "SDL"
|
|
803
|
-
}
|
|
804
|
-
export interface CreateTypeRequest {
|
|
805
|
-
|
|
806
|
-
apiId: string | undefined;
|
|
807
|
-
|
|
808
|
-
definition: string | undefined;
|
|
809
|
-
|
|
810
|
-
format: TypeDefinitionFormat | string | undefined;
|
|
811
|
-
}
|
|
812
|
-
export declare namespace CreateTypeRequest {
|
|
813
|
-
|
|
814
|
-
const filterSensitiveLog: (obj: CreateTypeRequest) => any;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
export interface Type {
|
|
818
|
-
|
|
819
|
-
name?: string;
|
|
820
|
-
|
|
821
|
-
description?: string;
|
|
822
|
-
|
|
823
|
-
arn?: string;
|
|
824
|
-
|
|
825
|
-
definition?: string;
|
|
826
|
-
|
|
827
|
-
format?: TypeDefinitionFormat | string;
|
|
828
|
-
}
|
|
829
|
-
export declare namespace Type {
|
|
830
|
-
|
|
831
|
-
const filterSensitiveLog: (obj: Type) => any;
|
|
832
|
-
}
|
|
833
|
-
export interface CreateTypeResponse {
|
|
834
|
-
|
|
835
|
-
type?: Type;
|
|
836
|
-
}
|
|
837
|
-
export declare namespace CreateTypeResponse {
|
|
838
|
-
|
|
839
|
-
const filterSensitiveLog: (obj: CreateTypeResponse) => any;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
export interface DeleteApiCacheRequest {
|
|
843
|
-
|
|
844
|
-
apiId: string | undefined;
|
|
845
|
-
}
|
|
846
|
-
export declare namespace DeleteApiCacheRequest {
|
|
847
|
-
|
|
848
|
-
const filterSensitiveLog: (obj: DeleteApiCacheRequest) => any;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
export interface DeleteApiCacheResponse {
|
|
852
|
-
}
|
|
853
|
-
export declare namespace DeleteApiCacheResponse {
|
|
854
|
-
|
|
855
|
-
const filterSensitiveLog: (obj: DeleteApiCacheResponse) => any;
|
|
856
|
-
}
|
|
857
|
-
export interface DeleteApiKeyRequest {
|
|
858
|
-
|
|
859
|
-
apiId: string | undefined;
|
|
860
|
-
|
|
861
|
-
id: string | undefined;
|
|
862
|
-
}
|
|
863
|
-
export declare namespace DeleteApiKeyRequest {
|
|
864
|
-
|
|
865
|
-
const filterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
866
|
-
}
|
|
867
|
-
export interface DeleteApiKeyResponse {
|
|
868
|
-
}
|
|
869
|
-
export declare namespace DeleteApiKeyResponse {
|
|
870
|
-
|
|
871
|
-
const filterSensitiveLog: (obj: DeleteApiKeyResponse) => any;
|
|
872
|
-
}
|
|
873
|
-
export interface DeleteDataSourceRequest {
|
|
874
|
-
|
|
875
|
-
apiId: string | undefined;
|
|
876
|
-
|
|
877
|
-
name: string | undefined;
|
|
878
|
-
}
|
|
879
|
-
export declare namespace DeleteDataSourceRequest {
|
|
880
|
-
|
|
881
|
-
const filterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
|
|
882
|
-
}
|
|
883
|
-
export interface DeleteDataSourceResponse {
|
|
884
|
-
}
|
|
885
|
-
export declare namespace DeleteDataSourceResponse {
|
|
886
|
-
|
|
887
|
-
const filterSensitiveLog: (obj: DeleteDataSourceResponse) => any;
|
|
888
|
-
}
|
|
889
|
-
export interface DeleteDomainNameRequest {
|
|
890
|
-
|
|
891
|
-
domainName: string | undefined;
|
|
892
|
-
}
|
|
893
|
-
export declare namespace DeleteDomainNameRequest {
|
|
894
|
-
|
|
895
|
-
const filterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
896
|
-
}
|
|
897
|
-
export interface DeleteDomainNameResponse {
|
|
898
|
-
}
|
|
899
|
-
export declare namespace DeleteDomainNameResponse {
|
|
900
|
-
|
|
901
|
-
const filterSensitiveLog: (obj: DeleteDomainNameResponse) => any;
|
|
902
|
-
}
|
|
903
|
-
export interface DeleteFunctionRequest {
|
|
904
|
-
|
|
905
|
-
apiId: string | undefined;
|
|
906
|
-
|
|
907
|
-
functionId: string | undefined;
|
|
908
|
-
}
|
|
909
|
-
export declare namespace DeleteFunctionRequest {
|
|
910
|
-
|
|
911
|
-
const filterSensitiveLog: (obj: DeleteFunctionRequest) => any;
|
|
912
|
-
}
|
|
913
|
-
export interface DeleteFunctionResponse {
|
|
914
|
-
}
|
|
915
|
-
export declare namespace DeleteFunctionResponse {
|
|
916
|
-
|
|
917
|
-
const filterSensitiveLog: (obj: DeleteFunctionResponse) => any;
|
|
918
|
-
}
|
|
919
|
-
export interface DeleteGraphqlApiRequest {
|
|
920
|
-
|
|
921
|
-
apiId: string | undefined;
|
|
922
|
-
}
|
|
923
|
-
export declare namespace DeleteGraphqlApiRequest {
|
|
924
|
-
|
|
925
|
-
const filterSensitiveLog: (obj: DeleteGraphqlApiRequest) => any;
|
|
926
|
-
}
|
|
927
|
-
export interface DeleteGraphqlApiResponse {
|
|
928
|
-
}
|
|
929
|
-
export declare namespace DeleteGraphqlApiResponse {
|
|
930
|
-
|
|
931
|
-
const filterSensitiveLog: (obj: DeleteGraphqlApiResponse) => any;
|
|
932
|
-
}
|
|
933
|
-
export interface DeleteResolverRequest {
|
|
934
|
-
|
|
935
|
-
apiId: string | undefined;
|
|
936
|
-
|
|
937
|
-
typeName: string | undefined;
|
|
938
|
-
|
|
939
|
-
fieldName: string | undefined;
|
|
940
|
-
}
|
|
941
|
-
export declare namespace DeleteResolverRequest {
|
|
942
|
-
|
|
943
|
-
const filterSensitiveLog: (obj: DeleteResolverRequest) => any;
|
|
944
|
-
}
|
|
945
|
-
export interface DeleteResolverResponse {
|
|
946
|
-
}
|
|
947
|
-
export declare namespace DeleteResolverResponse {
|
|
948
|
-
|
|
949
|
-
const filterSensitiveLog: (obj: DeleteResolverResponse) => any;
|
|
950
|
-
}
|
|
951
|
-
export interface DeleteTypeRequest {
|
|
952
|
-
|
|
953
|
-
apiId: string | undefined;
|
|
954
|
-
|
|
955
|
-
typeName: string | undefined;
|
|
956
|
-
}
|
|
957
|
-
export declare namespace DeleteTypeRequest {
|
|
958
|
-
|
|
959
|
-
const filterSensitiveLog: (obj: DeleteTypeRequest) => any;
|
|
960
|
-
}
|
|
961
|
-
export interface DeleteTypeResponse {
|
|
962
|
-
}
|
|
963
|
-
export declare namespace DeleteTypeResponse {
|
|
964
|
-
|
|
965
|
-
const filterSensitiveLog: (obj: DeleteTypeResponse) => any;
|
|
966
|
-
}
|
|
967
|
-
export interface DisassociateApiRequest {
|
|
968
|
-
|
|
969
|
-
domainName: string | undefined;
|
|
970
|
-
}
|
|
971
|
-
export declare namespace DisassociateApiRequest {
|
|
972
|
-
|
|
973
|
-
const filterSensitiveLog: (obj: DisassociateApiRequest) => any;
|
|
974
|
-
}
|
|
975
|
-
export interface DisassociateApiResponse {
|
|
976
|
-
}
|
|
977
|
-
export declare namespace DisassociateApiResponse {
|
|
978
|
-
|
|
979
|
-
const filterSensitiveLog: (obj: DisassociateApiResponse) => any;
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
export interface FlushApiCacheRequest {
|
|
983
|
-
|
|
984
|
-
apiId: string | undefined;
|
|
985
|
-
}
|
|
986
|
-
export declare namespace FlushApiCacheRequest {
|
|
987
|
-
|
|
988
|
-
const filterSensitiveLog: (obj: FlushApiCacheRequest) => any;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
export interface FlushApiCacheResponse {
|
|
992
|
-
}
|
|
993
|
-
export declare namespace FlushApiCacheResponse {
|
|
994
|
-
|
|
995
|
-
const filterSensitiveLog: (obj: FlushApiCacheResponse) => any;
|
|
996
|
-
}
|
|
997
|
-
export interface GetApiAssociationRequest {
|
|
998
|
-
|
|
999
|
-
domainName: string | undefined;
|
|
1000
|
-
}
|
|
1001
|
-
export declare namespace GetApiAssociationRequest {
|
|
1002
|
-
|
|
1003
|
-
const filterSensitiveLog: (obj: GetApiAssociationRequest) => any;
|
|
1004
|
-
}
|
|
1005
|
-
export interface GetApiAssociationResponse {
|
|
1006
|
-
|
|
1007
|
-
apiAssociation?: ApiAssociation;
|
|
1008
|
-
}
|
|
1009
|
-
export declare namespace GetApiAssociationResponse {
|
|
1010
|
-
|
|
1011
|
-
const filterSensitiveLog: (obj: GetApiAssociationResponse) => any;
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
export interface GetApiCacheRequest {
|
|
1015
|
-
|
|
1016
|
-
apiId: string | undefined;
|
|
1017
|
-
}
|
|
1018
|
-
export declare namespace GetApiCacheRequest {
|
|
1019
|
-
|
|
1020
|
-
const filterSensitiveLog: (obj: GetApiCacheRequest) => any;
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
export interface GetApiCacheResponse {
|
|
1024
|
-
|
|
1025
|
-
apiCache?: ApiCache;
|
|
1026
|
-
}
|
|
1027
|
-
export declare namespace GetApiCacheResponse {
|
|
1028
|
-
|
|
1029
|
-
const filterSensitiveLog: (obj: GetApiCacheResponse) => any;
|
|
1030
|
-
}
|
|
1031
|
-
export interface GetDataSourceRequest {
|
|
1032
|
-
|
|
1033
|
-
apiId: string | undefined;
|
|
1034
|
-
|
|
1035
|
-
name: string | undefined;
|
|
1036
|
-
}
|
|
1037
|
-
export declare namespace GetDataSourceRequest {
|
|
1038
|
-
|
|
1039
|
-
const filterSensitiveLog: (obj: GetDataSourceRequest) => any;
|
|
1040
|
-
}
|
|
1041
|
-
export interface GetDataSourceResponse {
|
|
1042
|
-
|
|
1043
|
-
dataSource?: DataSource;
|
|
1044
|
-
}
|
|
1045
|
-
export declare namespace GetDataSourceResponse {
|
|
1046
|
-
|
|
1047
|
-
const filterSensitiveLog: (obj: GetDataSourceResponse) => any;
|
|
1048
|
-
}
|
|
1049
|
-
export interface GetDomainNameRequest {
|
|
1050
|
-
|
|
1051
|
-
domainName: string | undefined;
|
|
1052
|
-
}
|
|
1053
|
-
export declare namespace GetDomainNameRequest {
|
|
1054
|
-
|
|
1055
|
-
const filterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
1056
|
-
}
|
|
1057
|
-
export interface GetDomainNameResponse {
|
|
1058
|
-
|
|
1059
|
-
domainNameConfig?: DomainNameConfig;
|
|
1060
|
-
}
|
|
1061
|
-
export declare namespace GetDomainNameResponse {
|
|
1062
|
-
|
|
1063
|
-
const filterSensitiveLog: (obj: GetDomainNameResponse) => any;
|
|
1064
|
-
}
|
|
1065
|
-
export interface GetFunctionRequest {
|
|
1066
|
-
|
|
1067
|
-
apiId: string | undefined;
|
|
1068
|
-
|
|
1069
|
-
functionId: string | undefined;
|
|
1070
|
-
}
|
|
1071
|
-
export declare namespace GetFunctionRequest {
|
|
1072
|
-
|
|
1073
|
-
const filterSensitiveLog: (obj: GetFunctionRequest) => any;
|
|
1074
|
-
}
|
|
1075
|
-
export interface GetFunctionResponse {
|
|
1076
|
-
|
|
1077
|
-
functionConfiguration?: FunctionConfiguration;
|
|
1078
|
-
}
|
|
1079
|
-
export declare namespace GetFunctionResponse {
|
|
1080
|
-
|
|
1081
|
-
const filterSensitiveLog: (obj: GetFunctionResponse) => any;
|
|
1082
|
-
}
|
|
1083
|
-
export interface GetGraphqlApiRequest {
|
|
1084
|
-
|
|
1085
|
-
apiId: string | undefined;
|
|
1086
|
-
}
|
|
1087
|
-
export declare namespace GetGraphqlApiRequest {
|
|
1088
|
-
|
|
1089
|
-
const filterSensitiveLog: (obj: GetGraphqlApiRequest) => any;
|
|
1090
|
-
}
|
|
1091
|
-
export interface GetGraphqlApiResponse {
|
|
1092
|
-
|
|
1093
|
-
graphqlApi?: GraphqlApi;
|
|
1094
|
-
}
|
|
1095
|
-
export declare namespace GetGraphqlApiResponse {
|
|
1096
|
-
|
|
1097
|
-
const filterSensitiveLog: (obj: GetGraphqlApiResponse) => any;
|
|
1098
|
-
}
|
|
1099
|
-
export declare enum OutputType {
|
|
1100
|
-
JSON = "JSON",
|
|
1101
|
-
SDL = "SDL"
|
|
1102
|
-
}
|
|
1103
|
-
export interface GetIntrospectionSchemaRequest {
|
|
1104
|
-
|
|
1105
|
-
apiId: string | undefined;
|
|
1106
|
-
|
|
1107
|
-
format: OutputType | string | undefined;
|
|
1108
|
-
|
|
1109
|
-
includeDirectives?: boolean;
|
|
1110
|
-
}
|
|
1111
|
-
export declare namespace GetIntrospectionSchemaRequest {
|
|
1112
|
-
|
|
1113
|
-
const filterSensitiveLog: (obj: GetIntrospectionSchemaRequest) => any;
|
|
1114
|
-
}
|
|
1115
|
-
export interface GetIntrospectionSchemaResponse {
|
|
1116
|
-
|
|
1117
|
-
schema?: Uint8Array;
|
|
1118
|
-
}
|
|
1119
|
-
export declare namespace GetIntrospectionSchemaResponse {
|
|
1120
|
-
|
|
1121
|
-
const filterSensitiveLog: (obj: GetIntrospectionSchemaResponse) => any;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
export interface GraphQLSchemaException extends __SmithyException, $MetadataBearer {
|
|
1125
|
-
name: "GraphQLSchemaException";
|
|
1126
|
-
$fault: "client";
|
|
1127
|
-
message?: string;
|
|
1128
|
-
}
|
|
1129
|
-
export interface GetResolverRequest {
|
|
1130
|
-
|
|
1131
|
-
apiId: string | undefined;
|
|
1132
|
-
|
|
1133
|
-
typeName: string | undefined;
|
|
1134
|
-
|
|
1135
|
-
fieldName: string | undefined;
|
|
1136
|
-
}
|
|
1137
|
-
export declare namespace GetResolverRequest {
|
|
1138
|
-
|
|
1139
|
-
const filterSensitiveLog: (obj: GetResolverRequest) => any;
|
|
1140
|
-
}
|
|
1141
|
-
export interface GetResolverResponse {
|
|
1142
|
-
|
|
1143
|
-
resolver?: Resolver;
|
|
1144
|
-
}
|
|
1145
|
-
export declare namespace GetResolverResponse {
|
|
1146
|
-
|
|
1147
|
-
const filterSensitiveLog: (obj: GetResolverResponse) => any;
|
|
1148
|
-
}
|
|
1149
|
-
export interface GetSchemaCreationStatusRequest {
|
|
1150
|
-
|
|
1151
|
-
apiId: string | undefined;
|
|
1152
|
-
}
|
|
1153
|
-
export declare namespace GetSchemaCreationStatusRequest {
|
|
1154
|
-
|
|
1155
|
-
const filterSensitiveLog: (obj: GetSchemaCreationStatusRequest) => any;
|
|
1156
|
-
}
|
|
1157
|
-
export declare enum SchemaStatus {
|
|
1158
|
-
Active = "ACTIVE",
|
|
1159
|
-
Deleting = "DELETING",
|
|
1160
|
-
Failed = "FAILED",
|
|
1161
|
-
NotApplicable = "NOT_APPLICABLE",
|
|
1162
|
-
Processing = "PROCESSING",
|
|
1163
|
-
Success = "SUCCESS"
|
|
1164
|
-
}
|
|
1165
|
-
export interface GetSchemaCreationStatusResponse {
|
|
1166
|
-
|
|
1167
|
-
status?: SchemaStatus | string;
|
|
1168
|
-
|
|
1169
|
-
details?: string;
|
|
1170
|
-
}
|
|
1171
|
-
export declare namespace GetSchemaCreationStatusResponse {
|
|
1172
|
-
|
|
1173
|
-
const filterSensitiveLog: (obj: GetSchemaCreationStatusResponse) => any;
|
|
1174
|
-
}
|
|
1175
|
-
export interface GetTypeRequest {
|
|
1176
|
-
|
|
1177
|
-
apiId: string | undefined;
|
|
1178
|
-
|
|
1179
|
-
typeName: string | undefined;
|
|
1180
|
-
|
|
1181
|
-
format: TypeDefinitionFormat | string | undefined;
|
|
1182
|
-
}
|
|
1183
|
-
export declare namespace GetTypeRequest {
|
|
1184
|
-
|
|
1185
|
-
const filterSensitiveLog: (obj: GetTypeRequest) => any;
|
|
1186
|
-
}
|
|
1187
|
-
export interface GetTypeResponse {
|
|
1188
|
-
|
|
1189
|
-
type?: Type;
|
|
1190
|
-
}
|
|
1191
|
-
export declare namespace GetTypeResponse {
|
|
1192
|
-
|
|
1193
|
-
const filterSensitiveLog: (obj: GetTypeResponse) => any;
|
|
1194
|
-
}
|
|
1195
|
-
export interface ListApiKeysRequest {
|
|
1196
|
-
|
|
1197
|
-
apiId: string | undefined;
|
|
1198
|
-
|
|
1199
|
-
nextToken?: string;
|
|
1200
|
-
|
|
1201
|
-
maxResults?: number;
|
|
1202
|
-
}
|
|
1203
|
-
export declare namespace ListApiKeysRequest {
|
|
1204
|
-
|
|
1205
|
-
const filterSensitiveLog: (obj: ListApiKeysRequest) => any;
|
|
1206
|
-
}
|
|
1207
|
-
export interface ListApiKeysResponse {
|
|
1208
|
-
|
|
1209
|
-
apiKeys?: ApiKey[];
|
|
1210
|
-
|
|
1211
|
-
nextToken?: string;
|
|
1212
|
-
}
|
|
1213
|
-
export declare namespace ListApiKeysResponse {
|
|
1214
|
-
|
|
1215
|
-
const filterSensitiveLog: (obj: ListApiKeysResponse) => any;
|
|
1216
|
-
}
|
|
1217
|
-
export interface ListDataSourcesRequest {
|
|
1218
|
-
|
|
1219
|
-
apiId: string | undefined;
|
|
1220
|
-
|
|
1221
|
-
nextToken?: string;
|
|
1222
|
-
|
|
1223
|
-
maxResults?: number;
|
|
1224
|
-
}
|
|
1225
|
-
export declare namespace ListDataSourcesRequest {
|
|
1226
|
-
|
|
1227
|
-
const filterSensitiveLog: (obj: ListDataSourcesRequest) => any;
|
|
1228
|
-
}
|
|
1229
|
-
export interface ListDataSourcesResponse {
|
|
1230
|
-
|
|
1231
|
-
dataSources?: DataSource[];
|
|
1232
|
-
|
|
1233
|
-
nextToken?: string;
|
|
1234
|
-
}
|
|
1235
|
-
export declare namespace ListDataSourcesResponse {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: ListDataSourcesResponse) => any;
|
|
1238
|
-
}
|
|
1239
|
-
export interface ListDomainNamesRequest {
|
|
1240
|
-
|
|
1241
|
-
nextToken?: string;
|
|
1242
|
-
|
|
1243
|
-
maxResults?: number;
|
|
1244
|
-
}
|
|
1245
|
-
export declare namespace ListDomainNamesRequest {
|
|
1246
|
-
|
|
1247
|
-
const filterSensitiveLog: (obj: ListDomainNamesRequest) => any;
|
|
1248
|
-
}
|
|
1249
|
-
export interface ListDomainNamesResponse {
|
|
1250
|
-
|
|
1251
|
-
domainNameConfigs?: DomainNameConfig[];
|
|
1252
|
-
|
|
1253
|
-
nextToken?: string;
|
|
1254
|
-
}
|
|
1255
|
-
export declare namespace ListDomainNamesResponse {
|
|
1256
|
-
|
|
1257
|
-
const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
|
|
1258
|
-
}
|
|
1259
|
-
export interface ListFunctionsRequest {
|
|
1260
|
-
|
|
1261
|
-
apiId: string | undefined;
|
|
1262
|
-
|
|
1263
|
-
nextToken?: string;
|
|
1264
|
-
|
|
1265
|
-
maxResults?: number;
|
|
1266
|
-
}
|
|
1267
|
-
export declare namespace ListFunctionsRequest {
|
|
1268
|
-
|
|
1269
|
-
const filterSensitiveLog: (obj: ListFunctionsRequest) => any;
|
|
1270
|
-
}
|
|
1271
|
-
export interface ListFunctionsResponse {
|
|
1272
|
-
|
|
1273
|
-
functions?: FunctionConfiguration[];
|
|
1274
|
-
|
|
1275
|
-
nextToken?: string;
|
|
1276
|
-
}
|
|
1277
|
-
export declare namespace ListFunctionsResponse {
|
|
1278
|
-
|
|
1279
|
-
const filterSensitiveLog: (obj: ListFunctionsResponse) => any;
|
|
1280
|
-
}
|
|
1281
|
-
export interface ListGraphqlApisRequest {
|
|
1282
|
-
|
|
1283
|
-
nextToken?: string;
|
|
1284
|
-
|
|
1285
|
-
maxResults?: number;
|
|
1286
|
-
}
|
|
1287
|
-
export declare namespace ListGraphqlApisRequest {
|
|
1288
|
-
|
|
1289
|
-
const filterSensitiveLog: (obj: ListGraphqlApisRequest) => any;
|
|
1290
|
-
}
|
|
1291
|
-
export interface ListGraphqlApisResponse {
|
|
1292
|
-
|
|
1293
|
-
graphqlApis?: GraphqlApi[];
|
|
1294
|
-
|
|
1295
|
-
nextToken?: string;
|
|
1296
|
-
}
|
|
1297
|
-
export declare namespace ListGraphqlApisResponse {
|
|
1298
|
-
|
|
1299
|
-
const filterSensitiveLog: (obj: ListGraphqlApisResponse) => any;
|
|
1300
|
-
}
|
|
1301
|
-
export interface ListResolversRequest {
|
|
1302
|
-
|
|
1303
|
-
apiId: string | undefined;
|
|
1304
|
-
|
|
1305
|
-
typeName: string | undefined;
|
|
1306
|
-
|
|
1307
|
-
nextToken?: string;
|
|
1308
|
-
|
|
1309
|
-
maxResults?: number;
|
|
1310
|
-
}
|
|
1311
|
-
export declare namespace ListResolversRequest {
|
|
1312
|
-
|
|
1313
|
-
const filterSensitiveLog: (obj: ListResolversRequest) => any;
|
|
1314
|
-
}
|
|
1315
|
-
export interface ListResolversResponse {
|
|
1316
|
-
|
|
1317
|
-
resolvers?: Resolver[];
|
|
1318
|
-
|
|
1319
|
-
nextToken?: string;
|
|
1320
|
-
}
|
|
1321
|
-
export declare namespace ListResolversResponse {
|
|
1322
|
-
|
|
1323
|
-
const filterSensitiveLog: (obj: ListResolversResponse) => any;
|
|
1324
|
-
}
|
|
1325
|
-
export interface ListResolversByFunctionRequest {
|
|
1326
|
-
|
|
1327
|
-
apiId: string | undefined;
|
|
1328
|
-
|
|
1329
|
-
functionId: string | undefined;
|
|
1330
|
-
|
|
1331
|
-
nextToken?: string;
|
|
1332
|
-
|
|
1333
|
-
maxResults?: number;
|
|
1334
|
-
}
|
|
1335
|
-
export declare namespace ListResolversByFunctionRequest {
|
|
1336
|
-
|
|
1337
|
-
const filterSensitiveLog: (obj: ListResolversByFunctionRequest) => any;
|
|
1338
|
-
}
|
|
1339
|
-
export interface ListResolversByFunctionResponse {
|
|
1340
|
-
|
|
1341
|
-
resolvers?: Resolver[];
|
|
1342
|
-
|
|
1343
|
-
nextToken?: string;
|
|
1344
|
-
}
|
|
1345
|
-
export declare namespace ListResolversByFunctionResponse {
|
|
1346
|
-
|
|
1347
|
-
const filterSensitiveLog: (obj: ListResolversByFunctionResponse) => any;
|
|
1348
|
-
}
|
|
1349
|
-
export interface ListTagsForResourceRequest {
|
|
1350
|
-
|
|
1351
|
-
resourceArn: string | undefined;
|
|
1352
|
-
}
|
|
1353
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1354
|
-
|
|
1355
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1356
|
-
}
|
|
1357
|
-
export interface ListTagsForResourceResponse {
|
|
1358
|
-
|
|
1359
|
-
tags?: {
|
|
1360
|
-
[key: string]: string;
|
|
1361
|
-
};
|
|
1362
|
-
}
|
|
1363
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1364
|
-
|
|
1365
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1366
|
-
}
|
|
1367
|
-
export interface ListTypesRequest {
|
|
1368
|
-
|
|
1369
|
-
apiId: string | undefined;
|
|
1370
|
-
|
|
1371
|
-
format: TypeDefinitionFormat | string | undefined;
|
|
1372
|
-
|
|
1373
|
-
nextToken?: string;
|
|
1374
|
-
|
|
1375
|
-
maxResults?: number;
|
|
1376
|
-
}
|
|
1377
|
-
export declare namespace ListTypesRequest {
|
|
1378
|
-
|
|
1379
|
-
const filterSensitiveLog: (obj: ListTypesRequest) => any;
|
|
1380
|
-
}
|
|
1381
|
-
export interface ListTypesResponse {
|
|
1382
|
-
|
|
1383
|
-
types?: Type[];
|
|
1384
|
-
|
|
1385
|
-
nextToken?: string;
|
|
1386
|
-
}
|
|
1387
|
-
export declare namespace ListTypesResponse {
|
|
1388
|
-
|
|
1389
|
-
const filterSensitiveLog: (obj: ListTypesResponse) => any;
|
|
1390
|
-
}
|
|
1391
|
-
export interface StartSchemaCreationRequest {
|
|
1392
|
-
|
|
1393
|
-
apiId: string | undefined;
|
|
1394
|
-
|
|
1395
|
-
definition: Uint8Array | undefined;
|
|
1396
|
-
}
|
|
1397
|
-
export declare namespace StartSchemaCreationRequest {
|
|
1398
|
-
|
|
1399
|
-
const filterSensitiveLog: (obj: StartSchemaCreationRequest) => any;
|
|
1400
|
-
}
|
|
1401
|
-
export interface StartSchemaCreationResponse {
|
|
1402
|
-
|
|
1403
|
-
status?: SchemaStatus | string;
|
|
1404
|
-
}
|
|
1405
|
-
export declare namespace StartSchemaCreationResponse {
|
|
1406
|
-
|
|
1407
|
-
const filterSensitiveLog: (obj: StartSchemaCreationResponse) => any;
|
|
1408
|
-
}
|
|
1409
|
-
export interface TagResourceRequest {
|
|
1410
|
-
|
|
1411
|
-
resourceArn: string | undefined;
|
|
1412
|
-
|
|
1413
|
-
tags: {
|
|
1414
|
-
[key: string]: string;
|
|
1415
|
-
} | undefined;
|
|
1416
|
-
}
|
|
1417
|
-
export declare namespace TagResourceRequest {
|
|
1418
|
-
|
|
1419
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1420
|
-
}
|
|
1421
|
-
export interface TagResourceResponse {
|
|
1422
|
-
}
|
|
1423
|
-
export declare namespace TagResourceResponse {
|
|
1424
|
-
|
|
1425
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1426
|
-
}
|
|
1427
|
-
export interface UntagResourceRequest {
|
|
1428
|
-
|
|
1429
|
-
resourceArn: string | undefined;
|
|
1430
|
-
|
|
1431
|
-
tagKeys: string[] | undefined;
|
|
1432
|
-
}
|
|
1433
|
-
export declare namespace UntagResourceRequest {
|
|
1434
|
-
|
|
1435
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1436
|
-
}
|
|
1437
|
-
export interface UntagResourceResponse {
|
|
1438
|
-
}
|
|
1439
|
-
export declare namespace UntagResourceResponse {
|
|
1440
|
-
|
|
1441
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
export interface UpdateApiCacheRequest {
|
|
1445
|
-
|
|
1446
|
-
apiId: string | undefined;
|
|
1447
|
-
|
|
1448
|
-
ttl: number | undefined;
|
|
1449
|
-
|
|
1450
|
-
apiCachingBehavior: ApiCachingBehavior | string | undefined;
|
|
1451
|
-
|
|
1452
|
-
type: ApiCacheType | string | undefined;
|
|
1453
|
-
}
|
|
1454
|
-
export declare namespace UpdateApiCacheRequest {
|
|
1455
|
-
|
|
1456
|
-
const filterSensitiveLog: (obj: UpdateApiCacheRequest) => any;
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
export interface UpdateApiCacheResponse {
|
|
1460
|
-
|
|
1461
|
-
apiCache?: ApiCache;
|
|
1462
|
-
}
|
|
1463
|
-
export declare namespace UpdateApiCacheResponse {
|
|
1464
|
-
|
|
1465
|
-
const filterSensitiveLog: (obj: UpdateApiCacheResponse) => any;
|
|
1466
|
-
}
|
|
1467
|
-
export interface UpdateApiKeyRequest {
|
|
1468
|
-
|
|
1469
|
-
apiId: string | undefined;
|
|
1470
|
-
|
|
1471
|
-
id: string | undefined;
|
|
1472
|
-
|
|
1473
|
-
description?: string;
|
|
1474
|
-
|
|
1475
|
-
expires?: number;
|
|
1476
|
-
}
|
|
1477
|
-
export declare namespace UpdateApiKeyRequest {
|
|
1478
|
-
|
|
1479
|
-
const filterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
1480
|
-
}
|
|
1481
|
-
export interface UpdateApiKeyResponse {
|
|
1482
|
-
|
|
1483
|
-
apiKey?: ApiKey;
|
|
1484
|
-
}
|
|
1485
|
-
export declare namespace UpdateApiKeyResponse {
|
|
1486
|
-
|
|
1487
|
-
const filterSensitiveLog: (obj: UpdateApiKeyResponse) => any;
|
|
1488
|
-
}
|
|
1489
|
-
export interface UpdateDataSourceRequest {
|
|
1490
|
-
|
|
1491
|
-
apiId: string | undefined;
|
|
1492
|
-
|
|
1493
|
-
name: string | undefined;
|
|
1494
|
-
|
|
1495
|
-
description?: string;
|
|
1496
|
-
|
|
1497
|
-
type: DataSourceType | string | undefined;
|
|
1498
|
-
|
|
1499
|
-
serviceRoleArn?: string;
|
|
1500
|
-
|
|
1501
|
-
dynamodbConfig?: DynamodbDataSourceConfig;
|
|
1502
|
-
|
|
1503
|
-
lambdaConfig?: LambdaDataSourceConfig;
|
|
1504
|
-
|
|
1505
|
-
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
1506
|
-
|
|
1507
|
-
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
1508
|
-
|
|
1509
|
-
httpConfig?: HttpDataSourceConfig;
|
|
1510
|
-
|
|
1511
|
-
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
1512
|
-
}
|
|
1513
|
-
export declare namespace UpdateDataSourceRequest {
|
|
1514
|
-
|
|
1515
|
-
const filterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
|
|
1516
|
-
}
|
|
1517
|
-
export interface UpdateDataSourceResponse {
|
|
1518
|
-
|
|
1519
|
-
dataSource?: DataSource;
|
|
1520
|
-
}
|
|
1521
|
-
export declare namespace UpdateDataSourceResponse {
|
|
1522
|
-
|
|
1523
|
-
const filterSensitiveLog: (obj: UpdateDataSourceResponse) => any;
|
|
1524
|
-
}
|
|
1525
|
-
export interface UpdateDomainNameRequest {
|
|
1526
|
-
|
|
1527
|
-
domainName: string | undefined;
|
|
1528
|
-
|
|
1529
|
-
description?: string;
|
|
1530
|
-
}
|
|
1531
|
-
export declare namespace UpdateDomainNameRequest {
|
|
1532
|
-
|
|
1533
|
-
const filterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
1534
|
-
}
|
|
1535
|
-
export interface UpdateDomainNameResponse {
|
|
1536
|
-
|
|
1537
|
-
domainNameConfig?: DomainNameConfig;
|
|
1538
|
-
}
|
|
1539
|
-
export declare namespace UpdateDomainNameResponse {
|
|
1540
|
-
|
|
1541
|
-
const filterSensitiveLog: (obj: UpdateDomainNameResponse) => any;
|
|
1542
|
-
}
|
|
1543
|
-
export interface UpdateFunctionRequest {
|
|
1544
|
-
|
|
1545
|
-
apiId: string | undefined;
|
|
1546
|
-
|
|
1547
|
-
name: string | undefined;
|
|
1548
|
-
|
|
1549
|
-
description?: string;
|
|
1550
|
-
|
|
1551
|
-
functionId: string | undefined;
|
|
1552
|
-
|
|
1553
|
-
dataSourceName: string | undefined;
|
|
1554
|
-
|
|
1555
|
-
requestMappingTemplate?: string;
|
|
1556
|
-
|
|
1557
|
-
responseMappingTemplate?: string;
|
|
1558
|
-
|
|
1559
|
-
functionVersion: string | undefined;
|
|
1560
|
-
|
|
1561
|
-
syncConfig?: SyncConfig;
|
|
1562
|
-
|
|
1563
|
-
maxBatchSize?: number;
|
|
1564
|
-
}
|
|
1565
|
-
export declare namespace UpdateFunctionRequest {
|
|
1566
|
-
|
|
1567
|
-
const filterSensitiveLog: (obj: UpdateFunctionRequest) => any;
|
|
1568
|
-
}
|
|
1569
|
-
export interface UpdateFunctionResponse {
|
|
1570
|
-
|
|
1571
|
-
functionConfiguration?: FunctionConfiguration;
|
|
1572
|
-
}
|
|
1573
|
-
export declare namespace UpdateFunctionResponse {
|
|
1574
|
-
|
|
1575
|
-
const filterSensitiveLog: (obj: UpdateFunctionResponse) => any;
|
|
1576
|
-
}
|
|
1577
|
-
export interface UpdateGraphqlApiRequest {
|
|
1578
|
-
|
|
1579
|
-
apiId: string | undefined;
|
|
1580
|
-
|
|
1581
|
-
name: string | undefined;
|
|
1582
|
-
|
|
1583
|
-
logConfig?: LogConfig;
|
|
1584
|
-
|
|
1585
|
-
authenticationType?: AuthenticationType | string;
|
|
1586
|
-
|
|
1587
|
-
userPoolConfig?: UserPoolConfig;
|
|
1588
|
-
|
|
1589
|
-
openIDConnectConfig?: OpenIDConnectConfig;
|
|
1590
|
-
|
|
1591
|
-
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[];
|
|
1592
|
-
|
|
1593
|
-
xrayEnabled?: boolean;
|
|
1594
|
-
|
|
1595
|
-
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
1596
|
-
}
|
|
1597
|
-
export declare namespace UpdateGraphqlApiRequest {
|
|
1598
|
-
|
|
1599
|
-
const filterSensitiveLog: (obj: UpdateGraphqlApiRequest) => any;
|
|
1600
|
-
}
|
|
1601
|
-
export interface UpdateGraphqlApiResponse {
|
|
1602
|
-
|
|
1603
|
-
graphqlApi?: GraphqlApi;
|
|
1604
|
-
}
|
|
1605
|
-
export declare namespace UpdateGraphqlApiResponse {
|
|
1606
|
-
|
|
1607
|
-
const filterSensitiveLog: (obj: UpdateGraphqlApiResponse) => any;
|
|
1608
|
-
}
|
|
1609
|
-
export interface UpdateResolverRequest {
|
|
1610
|
-
|
|
1611
|
-
apiId: string | undefined;
|
|
1612
|
-
|
|
1613
|
-
typeName: string | undefined;
|
|
1614
|
-
|
|
1615
|
-
fieldName: string | undefined;
|
|
1616
|
-
|
|
1617
|
-
dataSourceName?: string;
|
|
1618
|
-
|
|
1619
|
-
requestMappingTemplate?: string;
|
|
1620
|
-
|
|
1621
|
-
responseMappingTemplate?: string;
|
|
1622
|
-
|
|
1623
|
-
kind?: ResolverKind | string;
|
|
1624
|
-
|
|
1625
|
-
pipelineConfig?: PipelineConfig;
|
|
1626
|
-
|
|
1627
|
-
syncConfig?: SyncConfig;
|
|
1628
|
-
|
|
1629
|
-
cachingConfig?: CachingConfig;
|
|
1630
|
-
|
|
1631
|
-
maxBatchSize?: number;
|
|
1632
|
-
}
|
|
1633
|
-
export declare namespace UpdateResolverRequest {
|
|
1634
|
-
|
|
1635
|
-
const filterSensitiveLog: (obj: UpdateResolverRequest) => any;
|
|
1636
|
-
}
|
|
1637
|
-
export interface UpdateResolverResponse {
|
|
1638
|
-
|
|
1639
|
-
resolver?: Resolver;
|
|
1640
|
-
}
|
|
1641
|
-
export declare namespace UpdateResolverResponse {
|
|
1642
|
-
|
|
1643
|
-
const filterSensitiveLog: (obj: UpdateResolverResponse) => any;
|
|
1644
|
-
}
|
|
1645
|
-
export interface UpdateTypeRequest {
|
|
1646
|
-
|
|
1647
|
-
apiId: string | undefined;
|
|
1648
|
-
|
|
1649
|
-
typeName: string | undefined;
|
|
1650
|
-
|
|
1651
|
-
definition?: string;
|
|
1652
|
-
|
|
1653
|
-
format: TypeDefinitionFormat | string | undefined;
|
|
1654
|
-
}
|
|
1655
|
-
export declare namespace UpdateTypeRequest {
|
|
1656
|
-
|
|
1657
|
-
const filterSensitiveLog: (obj: UpdateTypeRequest) => any;
|
|
1658
|
-
}
|
|
1659
|
-
export interface UpdateTypeResponse {
|
|
1660
|
-
|
|
1661
|
-
type?: Type;
|
|
1662
|
-
}
|
|
1663
|
-
export declare namespace UpdateTypeResponse {
|
|
1664
|
-
|
|
1665
|
-
const filterSensitiveLog: (obj: UpdateTypeResponse) => any;
|
|
1666
|
-
}
|