@aws-sdk/client-appsync 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateApiCommand.js +2 -3
- package/dist-cjs/commands/CreateApiCacheCommand.js +2 -3
- package/dist-cjs/commands/CreateApiKeyCommand.js +2 -3
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -3
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -3
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -3
- package/dist-cjs/commands/CreateResolverCommand.js +2 -3
- package/dist-cjs/commands/CreateTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -3
- package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -3
- package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -3
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -3
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -3
- package/dist-cjs/commands/DeleteResolverCommand.js +2 -3
- package/dist-cjs/commands/DeleteTypeCommand.js +2 -3
- package/dist-cjs/commands/DisassociateApiCommand.js +2 -3
- package/dist-cjs/commands/EvaluateCodeCommand.js +2 -3
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -3
- package/dist-cjs/commands/FlushApiCacheCommand.js +2 -3
- package/dist-cjs/commands/GetApiAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetApiCacheCommand.js +2 -3
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -3
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -3
- package/dist-cjs/commands/GetFunctionCommand.js +2 -3
- package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -3
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -3
- package/dist-cjs/commands/GetResolverCommand.js +2 -3
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -3
- package/dist-cjs/commands/GetTypeCommand.js +2 -3
- package/dist-cjs/commands/ListApiKeysCommand.js +2 -3
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -3
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -3
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -3
- package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -3
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -3
- package/dist-cjs/commands/ListResolversCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTypesCommand.js +2 -3
- package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -3
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -3
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -3
- package/dist-cjs/commands/UpdateFunctionCommand.js +2 -3
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -3
- package/dist-cjs/commands/UpdateResolverCommand.js +2 -3
- package/dist-cjs/commands/UpdateTypeCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -556
- package/dist-es/commands/AssociateApiCommand.js +2 -3
- package/dist-es/commands/CreateApiCacheCommand.js +2 -3
- package/dist-es/commands/CreateApiKeyCommand.js +2 -3
- package/dist-es/commands/CreateDataSourceCommand.js +2 -3
- package/dist-es/commands/CreateDomainNameCommand.js +2 -3
- package/dist-es/commands/CreateFunctionCommand.js +2 -3
- package/dist-es/commands/CreateGraphqlApiCommand.js +2 -3
- package/dist-es/commands/CreateResolverCommand.js +2 -3
- package/dist-es/commands/CreateTypeCommand.js +2 -3
- package/dist-es/commands/DeleteApiCacheCommand.js +2 -3
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -3
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -3
- package/dist-es/commands/DeleteFunctionCommand.js +2 -3
- package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -3
- package/dist-es/commands/DeleteResolverCommand.js +2 -3
- package/dist-es/commands/DeleteTypeCommand.js +2 -3
- package/dist-es/commands/DisassociateApiCommand.js +2 -3
- package/dist-es/commands/EvaluateCodeCommand.js +2 -3
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -3
- package/dist-es/commands/FlushApiCacheCommand.js +2 -3
- package/dist-es/commands/GetApiAssociationCommand.js +2 -3
- package/dist-es/commands/GetApiCacheCommand.js +2 -3
- package/dist-es/commands/GetDataSourceCommand.js +2 -3
- package/dist-es/commands/GetDomainNameCommand.js +2 -3
- package/dist-es/commands/GetFunctionCommand.js +2 -3
- package/dist-es/commands/GetGraphqlApiCommand.js +2 -3
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -3
- package/dist-es/commands/GetResolverCommand.js +2 -3
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -3
- package/dist-es/commands/GetTypeCommand.js +2 -3
- package/dist-es/commands/ListApiKeysCommand.js +2 -3
- package/dist-es/commands/ListDataSourcesCommand.js +2 -3
- package/dist-es/commands/ListDomainNamesCommand.js +2 -3
- package/dist-es/commands/ListFunctionsCommand.js +2 -3
- package/dist-es/commands/ListGraphqlApisCommand.js +2 -3
- package/dist-es/commands/ListResolversByFunctionCommand.js +2 -3
- package/dist-es/commands/ListResolversCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTypesCommand.js +2 -3
- package/dist-es/commands/StartSchemaCreationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApiCacheCommand.js +2 -3
- package/dist-es/commands/UpdateApiKeyCommand.js +2 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -3
- package/dist-es/commands/UpdateDomainNameCommand.js +2 -3
- package/dist-es/commands/UpdateFunctionCommand.js +2 -3
- package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -3
- package/dist-es/commands/UpdateResolverCommand.js +2 -3
- package/dist-es/commands/UpdateTypeCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -414
- package/dist-types/AppSync.d.ts +52 -0
- package/dist-types/AppSyncClient.d.ts +24 -4
- package/dist-types/commands/AssociateApiCommand.d.ts +16 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +16 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +16 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +16 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +16 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetTypeCommand.d.ts +16 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +16 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +16 -0
- package/dist-types/commands/ListResolversCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTypesCommand.d.ts +16 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +16 -0
- package/dist-types/models/AppSyncServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +387 -552
- package/dist-types/ts3.4/models/models_0.d.ts +0 -392
- package/package.json +4 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AppSyncServiceException as __BaseException } from "./AppSyncServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You don't have access to perform this operation on this resource.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -11,6 +12,9 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
12
|
*/
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
14
18
|
export declare enum AuthenticationType {
|
|
15
19
|
AMAZON_COGNITO_USER_POOLS = "AMAZON_COGNITO_USER_POOLS",
|
|
16
20
|
API_KEY = "API_KEY",
|
|
@@ -19,6 +23,7 @@ export declare enum AuthenticationType {
|
|
|
19
23
|
OPENID_CONNECT = "OPENID_CONNECT"
|
|
20
24
|
}
|
|
21
25
|
/**
|
|
26
|
+
* @public
|
|
22
27
|
* <p>A <code>LambdaAuthorizerConfig</code> specifies how to authorize AppSync API access when
|
|
23
28
|
* using the <code>AWS_LAMBDA</code> authorizer mode. Be aware that an AppSync API can have only
|
|
24
29
|
* one Lambda authorizer configured at a time.</p>
|
|
@@ -49,6 +54,7 @@ export interface LambdaAuthorizerConfig {
|
|
|
49
54
|
identityValidationExpression?: string;
|
|
50
55
|
}
|
|
51
56
|
/**
|
|
57
|
+
* @public
|
|
52
58
|
* <p>Describes an OpenID Connect (OIDC) configuration.</p>
|
|
53
59
|
*/
|
|
54
60
|
export interface OpenIDConnectConfig {
|
|
@@ -73,6 +79,7 @@ export interface OpenIDConnectConfig {
|
|
|
73
79
|
authTTL?: number;
|
|
74
80
|
}
|
|
75
81
|
/**
|
|
82
|
+
* @public
|
|
76
83
|
* <p>Describes an Amazon Cognito user pool configuration.</p>
|
|
77
84
|
*/
|
|
78
85
|
export interface CognitoUserPoolConfig {
|
|
@@ -91,6 +98,7 @@ export interface CognitoUserPoolConfig {
|
|
|
91
98
|
appIdClientRegex?: string;
|
|
92
99
|
}
|
|
93
100
|
/**
|
|
101
|
+
* @public
|
|
94
102
|
* <p>Describes an additional authentication provider.</p>
|
|
95
103
|
*/
|
|
96
104
|
export interface AdditionalAuthenticationProvider {
|
|
@@ -112,12 +120,16 @@ export interface AdditionalAuthenticationProvider {
|
|
|
112
120
|
*/
|
|
113
121
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
114
122
|
}
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
115
126
|
export declare enum AssociationStatus {
|
|
116
127
|
Failed = "FAILED",
|
|
117
128
|
Processing = "PROCESSING",
|
|
118
129
|
Success = "SUCCESS"
|
|
119
130
|
}
|
|
120
131
|
/**
|
|
132
|
+
* @public
|
|
121
133
|
* <p>Describes an <code>ApiAssociation</code> object.</p>
|
|
122
134
|
*/
|
|
123
135
|
export interface ApiAssociation {
|
|
@@ -155,10 +167,16 @@ export interface ApiAssociation {
|
|
|
155
167
|
*/
|
|
156
168
|
deploymentDetail?: string;
|
|
157
169
|
}
|
|
170
|
+
/**
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
158
173
|
export declare enum ApiCachingBehavior {
|
|
159
174
|
FULL_REQUEST_CACHING = "FULL_REQUEST_CACHING",
|
|
160
175
|
PER_RESOLVER_CACHING = "PER_RESOLVER_CACHING"
|
|
161
176
|
}
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
162
180
|
export declare enum ApiCacheStatus {
|
|
163
181
|
AVAILABLE = "AVAILABLE",
|
|
164
182
|
CREATING = "CREATING",
|
|
@@ -166,6 +184,9 @@ export declare enum ApiCacheStatus {
|
|
|
166
184
|
FAILED = "FAILED",
|
|
167
185
|
MODIFYING = "MODIFYING"
|
|
168
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
169
190
|
export declare enum ApiCacheType {
|
|
170
191
|
LARGE = "LARGE",
|
|
171
192
|
LARGE_12X = "LARGE_12X",
|
|
@@ -184,6 +205,7 @@ export declare enum ApiCacheType {
|
|
|
184
205
|
XLARGE = "XLARGE"
|
|
185
206
|
}
|
|
186
207
|
/**
|
|
208
|
+
* @public
|
|
187
209
|
* <p>The <code>ApiCache</code> object.</p>
|
|
188
210
|
*/
|
|
189
211
|
export interface ApiCache {
|
|
@@ -320,6 +342,7 @@ export interface ApiCache {
|
|
|
320
342
|
status?: ApiCacheStatus | string;
|
|
321
343
|
}
|
|
322
344
|
/**
|
|
345
|
+
* @public
|
|
323
346
|
* <p>Describes an API key.</p>
|
|
324
347
|
* <p>Customers invoke AppSync GraphQL API operations with API keys as an identity mechanism.
|
|
325
348
|
* There are two key versions:</p>
|
|
@@ -403,6 +426,7 @@ export interface ApiKey {
|
|
|
403
426
|
deletes?: number;
|
|
404
427
|
}
|
|
405
428
|
/**
|
|
429
|
+
* @public
|
|
406
430
|
* <p>The API key exceeded a limit. Try your request again.</p>
|
|
407
431
|
*/
|
|
408
432
|
export declare class ApiKeyLimitExceededException extends __BaseException {
|
|
@@ -414,6 +438,7 @@ export declare class ApiKeyLimitExceededException extends __BaseException {
|
|
|
414
438
|
constructor(opts: __ExceptionOptionType<ApiKeyLimitExceededException, __BaseException>);
|
|
415
439
|
}
|
|
416
440
|
/**
|
|
441
|
+
* @public
|
|
417
442
|
* <p>The API key expiration must be set to a value between 1 and 365 days from creation (for
|
|
418
443
|
* <code>CreateApiKey</code>) or from update (for <code>UpdateApiKey</code>).</p>
|
|
419
444
|
*/
|
|
@@ -426,6 +451,7 @@ export declare class ApiKeyValidityOutOfBoundsException extends __BaseException
|
|
|
426
451
|
constructor(opts: __ExceptionOptionType<ApiKeyValidityOutOfBoundsException, __BaseException>);
|
|
427
452
|
}
|
|
428
453
|
/**
|
|
454
|
+
* @public
|
|
429
455
|
* <p>The GraphQL API exceeded a limit. Try your request again.</p>
|
|
430
456
|
*/
|
|
431
457
|
export declare class ApiLimitExceededException extends __BaseException {
|
|
@@ -436,10 +462,14 @@ export declare class ApiLimitExceededException extends __BaseException {
|
|
|
436
462
|
*/
|
|
437
463
|
constructor(opts: __ExceptionOptionType<ApiLimitExceededException, __BaseException>);
|
|
438
464
|
}
|
|
465
|
+
/**
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
439
468
|
export declare enum RuntimeName {
|
|
440
469
|
APPSYNC_JS = "APPSYNC_JS"
|
|
441
470
|
}
|
|
442
471
|
/**
|
|
472
|
+
* @public
|
|
443
473
|
* <p>Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and
|
|
444
474
|
* version of the runtime to use. Note that if a runtime is specified, code must also be specified.</p>
|
|
445
475
|
*/
|
|
@@ -455,6 +485,9 @@ export interface AppSyncRuntime {
|
|
|
455
485
|
*/
|
|
456
486
|
runtimeVersion: string | undefined;
|
|
457
487
|
}
|
|
488
|
+
/**
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
458
491
|
export interface AssociateApiRequest {
|
|
459
492
|
/**
|
|
460
493
|
* <p>The domain name.</p>
|
|
@@ -465,6 +498,9 @@ export interface AssociateApiRequest {
|
|
|
465
498
|
*/
|
|
466
499
|
apiId: string | undefined;
|
|
467
500
|
}
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
468
504
|
export interface AssociateApiResponse {
|
|
469
505
|
/**
|
|
470
506
|
* <p>The <code>ApiAssociation</code> object.</p>
|
|
@@ -472,6 +508,7 @@ export interface AssociateApiResponse {
|
|
|
472
508
|
apiAssociation?: ApiAssociation;
|
|
473
509
|
}
|
|
474
510
|
/**
|
|
511
|
+
* @public
|
|
475
512
|
* <p>Describes the location of the error in a code sample.</p>
|
|
476
513
|
*/
|
|
477
514
|
export interface CodeErrorLocation {
|
|
@@ -489,6 +526,7 @@ export interface CodeErrorLocation {
|
|
|
489
526
|
span?: number;
|
|
490
527
|
}
|
|
491
528
|
/**
|
|
529
|
+
* @public
|
|
492
530
|
* <p>Describes an AppSync error.</p>
|
|
493
531
|
*/
|
|
494
532
|
export interface CodeError {
|
|
@@ -508,6 +546,7 @@ export interface CodeError {
|
|
|
508
546
|
location?: CodeErrorLocation;
|
|
509
547
|
}
|
|
510
548
|
/**
|
|
549
|
+
* @public
|
|
511
550
|
* <p>Provides further details for the reason behind the bad request. For reason type <code>CODE_ERROR</code>, the
|
|
512
551
|
* detail will contain a list of code errors.</p>
|
|
513
552
|
*/
|
|
@@ -517,10 +556,14 @@ export interface BadRequestDetail {
|
|
|
517
556
|
*/
|
|
518
557
|
codeErrors?: CodeError[];
|
|
519
558
|
}
|
|
559
|
+
/**
|
|
560
|
+
* @public
|
|
561
|
+
*/
|
|
520
562
|
export declare enum BadRequestReason {
|
|
521
563
|
CODE_ERROR = "CODE_ERROR"
|
|
522
564
|
}
|
|
523
565
|
/**
|
|
566
|
+
* @public
|
|
524
567
|
* <p>The request is not well formed. For example, a value is invalid or a required field is missing. Check the
|
|
525
568
|
* field values, and then try again.</p>
|
|
526
569
|
*/
|
|
@@ -543,6 +586,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
543
586
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
544
587
|
}
|
|
545
588
|
/**
|
|
589
|
+
* @public
|
|
546
590
|
* <p>An internal AppSync error occurred. Try your request again.</p>
|
|
547
591
|
*/
|
|
548
592
|
export declare class InternalFailureException extends __BaseException {
|
|
@@ -554,6 +598,7 @@ export declare class InternalFailureException extends __BaseException {
|
|
|
554
598
|
constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
|
|
555
599
|
}
|
|
556
600
|
/**
|
|
601
|
+
* @public
|
|
557
602
|
* <p>The resource specified in the request was not found. Check the resource, and then try again.</p>
|
|
558
603
|
*/
|
|
559
604
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -564,10 +609,14 @@ export declare class NotFoundException extends __BaseException {
|
|
|
564
609
|
*/
|
|
565
610
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
566
611
|
}
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
*/
|
|
567
615
|
export declare enum AuthorizationType {
|
|
568
616
|
AWS_IAM = "AWS_IAM"
|
|
569
617
|
}
|
|
570
618
|
/**
|
|
619
|
+
* @public
|
|
571
620
|
* <p>The Identity and Access Management (IAM) configuration.</p>
|
|
572
621
|
*/
|
|
573
622
|
export interface AwsIamConfig {
|
|
@@ -581,6 +630,7 @@ export interface AwsIamConfig {
|
|
|
581
630
|
signingServiceName?: string;
|
|
582
631
|
}
|
|
583
632
|
/**
|
|
633
|
+
* @public
|
|
584
634
|
* <p>The authorization configuration in case the HTTP endpoint requires authorization.</p>
|
|
585
635
|
*/
|
|
586
636
|
export interface AuthorizationConfig {
|
|
@@ -601,6 +651,7 @@ export interface AuthorizationConfig {
|
|
|
601
651
|
awsIamConfig?: AwsIamConfig;
|
|
602
652
|
}
|
|
603
653
|
/**
|
|
654
|
+
* @public
|
|
604
655
|
* <p>Another modification is in progress at this time and it must complete before you can make your
|
|
605
656
|
* change.</p>
|
|
606
657
|
*/
|
|
@@ -613,6 +664,7 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
613
664
|
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
614
665
|
}
|
|
615
666
|
/**
|
|
667
|
+
* @public
|
|
616
668
|
* <p>Represents the input of a <code>CreateApiCache</code> operation.</p>
|
|
617
669
|
*/
|
|
618
670
|
export interface CreateApiCacheRequest {
|
|
@@ -727,6 +779,7 @@ export interface CreateApiCacheRequest {
|
|
|
727
779
|
type: ApiCacheType | string | undefined;
|
|
728
780
|
}
|
|
729
781
|
/**
|
|
782
|
+
* @public
|
|
730
783
|
* <p>Represents the output of a <code>CreateApiCache</code> operation.</p>
|
|
731
784
|
*/
|
|
732
785
|
export interface CreateApiCacheResponse {
|
|
@@ -736,6 +789,7 @@ export interface CreateApiCacheResponse {
|
|
|
736
789
|
apiCache?: ApiCache;
|
|
737
790
|
}
|
|
738
791
|
/**
|
|
792
|
+
* @public
|
|
739
793
|
* <p>You aren't authorized to perform this operation.</p>
|
|
740
794
|
*/
|
|
741
795
|
export declare class UnauthorizedException extends __BaseException {
|
|
@@ -746,6 +800,9 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
746
800
|
*/
|
|
747
801
|
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
748
802
|
}
|
|
803
|
+
/**
|
|
804
|
+
* @public
|
|
805
|
+
*/
|
|
749
806
|
export interface CreateApiKeyRequest {
|
|
750
807
|
/**
|
|
751
808
|
* <p>The ID for your GraphQL API.</p>
|
|
@@ -762,6 +819,9 @@ export interface CreateApiKeyRequest {
|
|
|
762
819
|
*/
|
|
763
820
|
expires?: number;
|
|
764
821
|
}
|
|
822
|
+
/**
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
765
825
|
export interface CreateApiKeyResponse {
|
|
766
826
|
/**
|
|
767
827
|
* <p>The API key.</p>
|
|
@@ -769,6 +829,7 @@ export interface CreateApiKeyResponse {
|
|
|
769
829
|
apiKey?: ApiKey;
|
|
770
830
|
}
|
|
771
831
|
/**
|
|
832
|
+
* @public
|
|
772
833
|
* <p>The request exceeded a limit. Try your request again.</p>
|
|
773
834
|
*/
|
|
774
835
|
export declare class LimitExceededException extends __BaseException {
|
|
@@ -780,6 +841,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
780
841
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
781
842
|
}
|
|
782
843
|
/**
|
|
844
|
+
* @public
|
|
783
845
|
* <p>Describes a Delta Sync configuration.</p>
|
|
784
846
|
*/
|
|
785
847
|
export interface DeltaSyncConfig {
|
|
@@ -797,6 +859,7 @@ export interface DeltaSyncConfig {
|
|
|
797
859
|
deltaSyncTableTTL?: number;
|
|
798
860
|
}
|
|
799
861
|
/**
|
|
862
|
+
* @public
|
|
800
863
|
* <p>Describes an Amazon DynamoDB data source configuration.</p>
|
|
801
864
|
*/
|
|
802
865
|
export interface DynamodbDataSourceConfig {
|
|
@@ -822,6 +885,7 @@ export interface DynamodbDataSourceConfig {
|
|
|
822
885
|
versioned?: boolean;
|
|
823
886
|
}
|
|
824
887
|
/**
|
|
888
|
+
* @public
|
|
825
889
|
* <p>Describes an OpenSearch data source configuration.</p>
|
|
826
890
|
* <p>As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is
|
|
827
891
|
* deprecated. For new data sources, use <a>OpenSearchServiceDataSourceConfig</a> to specify an OpenSearch data source.</p>
|
|
@@ -837,6 +901,7 @@ export interface ElasticsearchDataSourceConfig {
|
|
|
837
901
|
awsRegion: string | undefined;
|
|
838
902
|
}
|
|
839
903
|
/**
|
|
904
|
+
* @public
|
|
840
905
|
* <p>Describes an Amazon EventBridge bus data source configuration.</p>
|
|
841
906
|
*/
|
|
842
907
|
export interface EventBridgeDataSourceConfig {
|
|
@@ -847,6 +912,7 @@ export interface EventBridgeDataSourceConfig {
|
|
|
847
912
|
eventBusArn: string | undefined;
|
|
848
913
|
}
|
|
849
914
|
/**
|
|
915
|
+
* @public
|
|
850
916
|
* <p>Describes an HTTP data source configuration.</p>
|
|
851
917
|
*/
|
|
852
918
|
export interface HttpDataSourceConfig {
|
|
@@ -862,6 +928,7 @@ export interface HttpDataSourceConfig {
|
|
|
862
928
|
authorizationConfig?: AuthorizationConfig;
|
|
863
929
|
}
|
|
864
930
|
/**
|
|
931
|
+
* @public
|
|
865
932
|
* <p>Describes an Lambda data source configuration.</p>
|
|
866
933
|
*/
|
|
867
934
|
export interface LambdaDataSourceConfig {
|
|
@@ -871,6 +938,7 @@ export interface LambdaDataSourceConfig {
|
|
|
871
938
|
lambdaFunctionArn: string | undefined;
|
|
872
939
|
}
|
|
873
940
|
/**
|
|
941
|
+
* @public
|
|
874
942
|
* <p>Describes an OpenSearch data source configuration.</p>
|
|
875
943
|
*/
|
|
876
944
|
export interface OpenSearchServiceDataSourceConfig {
|
|
@@ -884,6 +952,7 @@ export interface OpenSearchServiceDataSourceConfig {
|
|
|
884
952
|
awsRegion: string | undefined;
|
|
885
953
|
}
|
|
886
954
|
/**
|
|
955
|
+
* @public
|
|
887
956
|
* <p>The Amazon Relational Database Service (Amazon RDS) HTTP endpoint configuration.</p>
|
|
888
957
|
*/
|
|
889
958
|
export interface RdsHttpEndpointConfig {
|
|
@@ -908,10 +977,14 @@ export interface RdsHttpEndpointConfig {
|
|
|
908
977
|
*/
|
|
909
978
|
awsSecretStoreArn?: string;
|
|
910
979
|
}
|
|
980
|
+
/**
|
|
981
|
+
* @public
|
|
982
|
+
*/
|
|
911
983
|
export declare enum RelationalDatabaseSourceType {
|
|
912
984
|
RDS_HTTP_ENDPOINT = "RDS_HTTP_ENDPOINT"
|
|
913
985
|
}
|
|
914
986
|
/**
|
|
987
|
+
* @public
|
|
915
988
|
* <p>Describes a relational database data source configuration.</p>
|
|
916
989
|
*/
|
|
917
990
|
export interface RelationalDatabaseDataSourceConfig {
|
|
@@ -931,6 +1004,9 @@ export interface RelationalDatabaseDataSourceConfig {
|
|
|
931
1004
|
*/
|
|
932
1005
|
rdsHttpEndpointConfig?: RdsHttpEndpointConfig;
|
|
933
1006
|
}
|
|
1007
|
+
/**
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
934
1010
|
export declare enum DataSourceType {
|
|
935
1011
|
AMAZON_DYNAMODB = "AMAZON_DYNAMODB",
|
|
936
1012
|
AMAZON_ELASTICSEARCH = "AMAZON_ELASTICSEARCH",
|
|
@@ -941,6 +1017,9 @@ export declare enum DataSourceType {
|
|
|
941
1017
|
NONE = "NONE",
|
|
942
1018
|
RELATIONAL_DATABASE = "RELATIONAL_DATABASE"
|
|
943
1019
|
}
|
|
1020
|
+
/**
|
|
1021
|
+
* @public
|
|
1022
|
+
*/
|
|
944
1023
|
export interface CreateDataSourceRequest {
|
|
945
1024
|
/**
|
|
946
1025
|
* <p>The API ID for the GraphQL API for the <code>DataSource</code>.</p>
|
|
@@ -996,6 +1075,7 @@ export interface CreateDataSourceRequest {
|
|
|
996
1075
|
eventBridgeConfig?: EventBridgeDataSourceConfig;
|
|
997
1076
|
}
|
|
998
1077
|
/**
|
|
1078
|
+
* @public
|
|
999
1079
|
* <p>Describes a data source.</p>
|
|
1000
1080
|
*/
|
|
1001
1081
|
export interface DataSource {
|
|
@@ -1089,12 +1169,18 @@ export interface DataSource {
|
|
|
1089
1169
|
*/
|
|
1090
1170
|
eventBridgeConfig?: EventBridgeDataSourceConfig;
|
|
1091
1171
|
}
|
|
1172
|
+
/**
|
|
1173
|
+
* @public
|
|
1174
|
+
*/
|
|
1092
1175
|
export interface CreateDataSourceResponse {
|
|
1093
1176
|
/**
|
|
1094
1177
|
* <p>The <code>DataSource</code> object.</p>
|
|
1095
1178
|
*/
|
|
1096
1179
|
dataSource?: DataSource;
|
|
1097
1180
|
}
|
|
1181
|
+
/**
|
|
1182
|
+
* @public
|
|
1183
|
+
*/
|
|
1098
1184
|
export interface CreateDomainNameRequest {
|
|
1099
1185
|
/**
|
|
1100
1186
|
* <p>The domain name.</p>
|
|
@@ -1110,6 +1196,7 @@ export interface CreateDomainNameRequest {
|
|
|
1110
1196
|
description?: string;
|
|
1111
1197
|
}
|
|
1112
1198
|
/**
|
|
1199
|
+
* @public
|
|
1113
1200
|
* <p>Describes a configuration for a custom domain.</p>
|
|
1114
1201
|
*/
|
|
1115
1202
|
export interface DomainNameConfig {
|
|
@@ -1134,16 +1221,25 @@ export interface DomainNameConfig {
|
|
|
1134
1221
|
*/
|
|
1135
1222
|
hostedZoneId?: string;
|
|
1136
1223
|
}
|
|
1224
|
+
/**
|
|
1225
|
+
* @public
|
|
1226
|
+
*/
|
|
1137
1227
|
export interface CreateDomainNameResponse {
|
|
1138
1228
|
/**
|
|
1139
1229
|
* <p>The configuration for the <code>DomainName</code>.</p>
|
|
1140
1230
|
*/
|
|
1141
1231
|
domainNameConfig?: DomainNameConfig;
|
|
1142
1232
|
}
|
|
1233
|
+
/**
|
|
1234
|
+
* @public
|
|
1235
|
+
*/
|
|
1143
1236
|
export declare enum ConflictDetectionType {
|
|
1144
1237
|
NONE = "NONE",
|
|
1145
1238
|
VERSION = "VERSION"
|
|
1146
1239
|
}
|
|
1240
|
+
/**
|
|
1241
|
+
* @public
|
|
1242
|
+
*/
|
|
1147
1243
|
export declare enum ConflictHandlerType {
|
|
1148
1244
|
AUTOMERGE = "AUTOMERGE",
|
|
1149
1245
|
LAMBDA = "LAMBDA",
|
|
@@ -1151,6 +1247,7 @@ export declare enum ConflictHandlerType {
|
|
|
1151
1247
|
OPTIMISTIC_CONCURRENCY = "OPTIMISTIC_CONCURRENCY"
|
|
1152
1248
|
}
|
|
1153
1249
|
/**
|
|
1250
|
+
* @public
|
|
1154
1251
|
* <p>The <code>LambdaConflictHandlerConfig</code> object when configuring <code>LAMBDA</code> as the Conflict
|
|
1155
1252
|
* Handler.</p>
|
|
1156
1253
|
*/
|
|
@@ -1161,6 +1258,7 @@ export interface LambdaConflictHandlerConfig {
|
|
|
1161
1258
|
lambdaConflictHandlerArn?: string;
|
|
1162
1259
|
}
|
|
1163
1260
|
/**
|
|
1261
|
+
* @public
|
|
1164
1262
|
* <p>Describes a Sync configuration for a resolver.</p>
|
|
1165
1263
|
* <p>Specifies which Conflict Detection strategy and Resolution strategy to use when the resolver is
|
|
1166
1264
|
* invoked.</p>
|
|
@@ -1209,6 +1307,9 @@ export interface SyncConfig {
|
|
|
1209
1307
|
*/
|
|
1210
1308
|
lambdaConflictHandlerConfig?: LambdaConflictHandlerConfig;
|
|
1211
1309
|
}
|
|
1310
|
+
/**
|
|
1311
|
+
* @public
|
|
1312
|
+
*/
|
|
1212
1313
|
export interface CreateFunctionRequest {
|
|
1213
1314
|
/**
|
|
1214
1315
|
* <p>The GraphQL API ID.</p>
|
|
@@ -1263,6 +1364,7 @@ export interface CreateFunctionRequest {
|
|
|
1263
1364
|
code?: string;
|
|
1264
1365
|
}
|
|
1265
1366
|
/**
|
|
1367
|
+
* @public
|
|
1266
1368
|
* <p>A function is a reusable entity. You can use multiple functions to compose the resolver logic.</p>
|
|
1267
1369
|
*/
|
|
1268
1370
|
export interface FunctionConfiguration {
|
|
@@ -1321,18 +1423,25 @@ export interface FunctionConfiguration {
|
|
|
1321
1423
|
*/
|
|
1322
1424
|
code?: string;
|
|
1323
1425
|
}
|
|
1426
|
+
/**
|
|
1427
|
+
* @public
|
|
1428
|
+
*/
|
|
1324
1429
|
export interface CreateFunctionResponse {
|
|
1325
1430
|
/**
|
|
1326
1431
|
* <p>The <code>Function</code> object.</p>
|
|
1327
1432
|
*/
|
|
1328
1433
|
functionConfiguration?: FunctionConfiguration;
|
|
1329
1434
|
}
|
|
1435
|
+
/**
|
|
1436
|
+
* @public
|
|
1437
|
+
*/
|
|
1330
1438
|
export declare enum FieldLogLevel {
|
|
1331
1439
|
ALL = "ALL",
|
|
1332
1440
|
ERROR = "ERROR",
|
|
1333
1441
|
NONE = "NONE"
|
|
1334
1442
|
}
|
|
1335
1443
|
/**
|
|
1444
|
+
* @public
|
|
1336
1445
|
* <p>The Amazon CloudWatch Logs configuration.</p>
|
|
1337
1446
|
*/
|
|
1338
1447
|
export interface LogConfig {
|
|
@@ -1386,11 +1495,15 @@ export interface LogConfig {
|
|
|
1386
1495
|
*/
|
|
1387
1496
|
excludeVerboseContent?: boolean;
|
|
1388
1497
|
}
|
|
1498
|
+
/**
|
|
1499
|
+
* @public
|
|
1500
|
+
*/
|
|
1389
1501
|
export declare enum DefaultAction {
|
|
1390
1502
|
ALLOW = "ALLOW",
|
|
1391
1503
|
DENY = "DENY"
|
|
1392
1504
|
}
|
|
1393
1505
|
/**
|
|
1506
|
+
* @public
|
|
1394
1507
|
* <p>Describes an Amazon Cognito user pool configuration.</p>
|
|
1395
1508
|
*/
|
|
1396
1509
|
export interface UserPoolConfig {
|
|
@@ -1413,6 +1526,9 @@ export interface UserPoolConfig {
|
|
|
1413
1526
|
*/
|
|
1414
1527
|
appIdClientRegex?: string;
|
|
1415
1528
|
}
|
|
1529
|
+
/**
|
|
1530
|
+
* @public
|
|
1531
|
+
*/
|
|
1416
1532
|
export interface CreateGraphqlApiRequest {
|
|
1417
1533
|
/**
|
|
1418
1534
|
* <p>A user-supplied name for the <code>GraphqlApi</code>.</p>
|
|
@@ -1453,6 +1569,7 @@ export interface CreateGraphqlApiRequest {
|
|
|
1453
1569
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
1454
1570
|
}
|
|
1455
1571
|
/**
|
|
1572
|
+
* @public
|
|
1456
1573
|
* <p>Describes a GraphQL API.</p>
|
|
1457
1574
|
*/
|
|
1458
1575
|
export interface GraphqlApi {
|
|
@@ -1510,6 +1627,9 @@ export interface GraphqlApi {
|
|
|
1510
1627
|
*/
|
|
1511
1628
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
1512
1629
|
}
|
|
1630
|
+
/**
|
|
1631
|
+
* @public
|
|
1632
|
+
*/
|
|
1513
1633
|
export interface CreateGraphqlApiResponse {
|
|
1514
1634
|
/**
|
|
1515
1635
|
* <p>The <code>GraphqlApi</code>.</p>
|
|
@@ -1517,6 +1637,7 @@ export interface CreateGraphqlApiResponse {
|
|
|
1517
1637
|
graphqlApi?: GraphqlApi;
|
|
1518
1638
|
}
|
|
1519
1639
|
/**
|
|
1640
|
+
* @public
|
|
1520
1641
|
* <p>The caching configuration for a resolver that has caching activated.</p>
|
|
1521
1642
|
*/
|
|
1522
1643
|
export interface CachingConfig {
|
|
@@ -1532,11 +1653,15 @@ export interface CachingConfig {
|
|
|
1532
1653
|
*/
|
|
1533
1654
|
cachingKeys?: string[];
|
|
1534
1655
|
}
|
|
1656
|
+
/**
|
|
1657
|
+
* @public
|
|
1658
|
+
*/
|
|
1535
1659
|
export declare enum ResolverKind {
|
|
1536
1660
|
PIPELINE = "PIPELINE",
|
|
1537
1661
|
UNIT = "UNIT"
|
|
1538
1662
|
}
|
|
1539
1663
|
/**
|
|
1664
|
+
* @public
|
|
1540
1665
|
* <p>The pipeline configuration for a resolver of kind <code>PIPELINE</code>.</p>
|
|
1541
1666
|
*/
|
|
1542
1667
|
export interface PipelineConfig {
|
|
@@ -1545,6 +1670,9 @@ export interface PipelineConfig {
|
|
|
1545
1670
|
*/
|
|
1546
1671
|
functions?: string[];
|
|
1547
1672
|
}
|
|
1673
|
+
/**
|
|
1674
|
+
* @public
|
|
1675
|
+
*/
|
|
1548
1676
|
export interface CreateResolverRequest {
|
|
1549
1677
|
/**
|
|
1550
1678
|
* <p>The ID for the GraphQL API for which the resolver is being created.</p>
|
|
@@ -1619,6 +1747,7 @@ export interface CreateResolverRequest {
|
|
|
1619
1747
|
code?: string;
|
|
1620
1748
|
}
|
|
1621
1749
|
/**
|
|
1750
|
+
* @public
|
|
1622
1751
|
* <p>Describes a resolver.</p>
|
|
1623
1752
|
*/
|
|
1624
1753
|
export interface Resolver {
|
|
@@ -1690,16 +1819,25 @@ export interface Resolver {
|
|
|
1690
1819
|
*/
|
|
1691
1820
|
code?: string;
|
|
1692
1821
|
}
|
|
1822
|
+
/**
|
|
1823
|
+
* @public
|
|
1824
|
+
*/
|
|
1693
1825
|
export interface CreateResolverResponse {
|
|
1694
1826
|
/**
|
|
1695
1827
|
* <p>The <code>Resolver</code> object.</p>
|
|
1696
1828
|
*/
|
|
1697
1829
|
resolver?: Resolver;
|
|
1698
1830
|
}
|
|
1831
|
+
/**
|
|
1832
|
+
* @public
|
|
1833
|
+
*/
|
|
1699
1834
|
export declare enum TypeDefinitionFormat {
|
|
1700
1835
|
JSON = "JSON",
|
|
1701
1836
|
SDL = "SDL"
|
|
1702
1837
|
}
|
|
1838
|
+
/**
|
|
1839
|
+
* @public
|
|
1840
|
+
*/
|
|
1703
1841
|
export interface CreateTypeRequest {
|
|
1704
1842
|
/**
|
|
1705
1843
|
* <p>The API ID.</p>
|
|
@@ -1717,6 +1855,7 @@ export interface CreateTypeRequest {
|
|
|
1717
1855
|
format: TypeDefinitionFormat | string | undefined;
|
|
1718
1856
|
}
|
|
1719
1857
|
/**
|
|
1858
|
+
* @public
|
|
1720
1859
|
* <p>Describes a type.</p>
|
|
1721
1860
|
*/
|
|
1722
1861
|
export interface Type {
|
|
@@ -1741,6 +1880,9 @@ export interface Type {
|
|
|
1741
1880
|
*/
|
|
1742
1881
|
format?: TypeDefinitionFormat | string;
|
|
1743
1882
|
}
|
|
1883
|
+
/**
|
|
1884
|
+
* @public
|
|
1885
|
+
*/
|
|
1744
1886
|
export interface CreateTypeResponse {
|
|
1745
1887
|
/**
|
|
1746
1888
|
* <p>The <code>Type</code> object.</p>
|
|
@@ -1748,6 +1890,7 @@ export interface CreateTypeResponse {
|
|
|
1748
1890
|
type?: Type;
|
|
1749
1891
|
}
|
|
1750
1892
|
/**
|
|
1893
|
+
* @public
|
|
1751
1894
|
* <p>Represents the input of a <code>DeleteApiCache</code> operation.</p>
|
|
1752
1895
|
*/
|
|
1753
1896
|
export interface DeleteApiCacheRequest {
|
|
@@ -1757,10 +1900,14 @@ export interface DeleteApiCacheRequest {
|
|
|
1757
1900
|
apiId: string | undefined;
|
|
1758
1901
|
}
|
|
1759
1902
|
/**
|
|
1903
|
+
* @public
|
|
1760
1904
|
* <p>Represents the output of a <code>DeleteApiCache</code> operation.</p>
|
|
1761
1905
|
*/
|
|
1762
1906
|
export interface DeleteApiCacheResponse {
|
|
1763
1907
|
}
|
|
1908
|
+
/**
|
|
1909
|
+
* @public
|
|
1910
|
+
*/
|
|
1764
1911
|
export interface DeleteApiKeyRequest {
|
|
1765
1912
|
/**
|
|
1766
1913
|
* <p>The API ID.</p>
|
|
@@ -1771,8 +1918,14 @@ export interface DeleteApiKeyRequest {
|
|
|
1771
1918
|
*/
|
|
1772
1919
|
id: string | undefined;
|
|
1773
1920
|
}
|
|
1921
|
+
/**
|
|
1922
|
+
* @public
|
|
1923
|
+
*/
|
|
1774
1924
|
export interface DeleteApiKeyResponse {
|
|
1775
1925
|
}
|
|
1926
|
+
/**
|
|
1927
|
+
* @public
|
|
1928
|
+
*/
|
|
1776
1929
|
export interface DeleteDataSourceRequest {
|
|
1777
1930
|
/**
|
|
1778
1931
|
* <p>The API ID.</p>
|
|
@@ -1783,16 +1936,28 @@ export interface DeleteDataSourceRequest {
|
|
|
1783
1936
|
*/
|
|
1784
1937
|
name: string | undefined;
|
|
1785
1938
|
}
|
|
1939
|
+
/**
|
|
1940
|
+
* @public
|
|
1941
|
+
*/
|
|
1786
1942
|
export interface DeleteDataSourceResponse {
|
|
1787
1943
|
}
|
|
1944
|
+
/**
|
|
1945
|
+
* @public
|
|
1946
|
+
*/
|
|
1788
1947
|
export interface DeleteDomainNameRequest {
|
|
1789
1948
|
/**
|
|
1790
1949
|
* <p>The domain name.</p>
|
|
1791
1950
|
*/
|
|
1792
1951
|
domainName: string | undefined;
|
|
1793
1952
|
}
|
|
1953
|
+
/**
|
|
1954
|
+
* @public
|
|
1955
|
+
*/
|
|
1794
1956
|
export interface DeleteDomainNameResponse {
|
|
1795
1957
|
}
|
|
1958
|
+
/**
|
|
1959
|
+
* @public
|
|
1960
|
+
*/
|
|
1796
1961
|
export interface DeleteFunctionRequest {
|
|
1797
1962
|
/**
|
|
1798
1963
|
* <p>The GraphQL API ID.</p>
|
|
@@ -1803,16 +1968,28 @@ export interface DeleteFunctionRequest {
|
|
|
1803
1968
|
*/
|
|
1804
1969
|
functionId: string | undefined;
|
|
1805
1970
|
}
|
|
1971
|
+
/**
|
|
1972
|
+
* @public
|
|
1973
|
+
*/
|
|
1806
1974
|
export interface DeleteFunctionResponse {
|
|
1807
1975
|
}
|
|
1976
|
+
/**
|
|
1977
|
+
* @public
|
|
1978
|
+
*/
|
|
1808
1979
|
export interface DeleteGraphqlApiRequest {
|
|
1809
1980
|
/**
|
|
1810
1981
|
* <p>The API ID.</p>
|
|
1811
1982
|
*/
|
|
1812
1983
|
apiId: string | undefined;
|
|
1813
1984
|
}
|
|
1985
|
+
/**
|
|
1986
|
+
* @public
|
|
1987
|
+
*/
|
|
1814
1988
|
export interface DeleteGraphqlApiResponse {
|
|
1815
1989
|
}
|
|
1990
|
+
/**
|
|
1991
|
+
* @public
|
|
1992
|
+
*/
|
|
1816
1993
|
export interface DeleteResolverRequest {
|
|
1817
1994
|
/**
|
|
1818
1995
|
* <p>The API ID.</p>
|
|
@@ -1827,8 +2004,14 @@ export interface DeleteResolverRequest {
|
|
|
1827
2004
|
*/
|
|
1828
2005
|
fieldName: string | undefined;
|
|
1829
2006
|
}
|
|
2007
|
+
/**
|
|
2008
|
+
* @public
|
|
2009
|
+
*/
|
|
1830
2010
|
export interface DeleteResolverResponse {
|
|
1831
2011
|
}
|
|
2012
|
+
/**
|
|
2013
|
+
* @public
|
|
2014
|
+
*/
|
|
1832
2015
|
export interface DeleteTypeRequest {
|
|
1833
2016
|
/**
|
|
1834
2017
|
* <p>The API ID.</p>
|
|
@@ -1839,16 +2022,28 @@ export interface DeleteTypeRequest {
|
|
|
1839
2022
|
*/
|
|
1840
2023
|
typeName: string | undefined;
|
|
1841
2024
|
}
|
|
2025
|
+
/**
|
|
2026
|
+
* @public
|
|
2027
|
+
*/
|
|
1842
2028
|
export interface DeleteTypeResponse {
|
|
1843
2029
|
}
|
|
2030
|
+
/**
|
|
2031
|
+
* @public
|
|
2032
|
+
*/
|
|
1844
2033
|
export interface DisassociateApiRequest {
|
|
1845
2034
|
/**
|
|
1846
2035
|
* <p>The domain name.</p>
|
|
1847
2036
|
*/
|
|
1848
2037
|
domainName: string | undefined;
|
|
1849
2038
|
}
|
|
2039
|
+
/**
|
|
2040
|
+
* @public
|
|
2041
|
+
*/
|
|
1850
2042
|
export interface DisassociateApiResponse {
|
|
1851
2043
|
}
|
|
2044
|
+
/**
|
|
2045
|
+
* @public
|
|
2046
|
+
*/
|
|
1852
2047
|
export interface EvaluateCodeRequest {
|
|
1853
2048
|
/**
|
|
1854
2049
|
* <p>The runtime to be used when evaluating the code. Currently, only the <code>APPSYNC_JS</code> runtime is
|
|
@@ -1872,6 +2067,7 @@ export interface EvaluateCodeRequest {
|
|
|
1872
2067
|
function?: string;
|
|
1873
2068
|
}
|
|
1874
2069
|
/**
|
|
2070
|
+
* @public
|
|
1875
2071
|
* <p>Contains the list of errors from a code evaluation response.</p>
|
|
1876
2072
|
*/
|
|
1877
2073
|
export interface EvaluateCodeErrorDetail {
|
|
@@ -1884,6 +2080,9 @@ export interface EvaluateCodeErrorDetail {
|
|
|
1884
2080
|
*/
|
|
1885
2081
|
codeErrors?: CodeError[];
|
|
1886
2082
|
}
|
|
2083
|
+
/**
|
|
2084
|
+
* @public
|
|
2085
|
+
*/
|
|
1887
2086
|
export interface EvaluateCodeResponse {
|
|
1888
2087
|
/**
|
|
1889
2088
|
* <p>The result of the evaluation operation.</p>
|
|
@@ -1899,6 +2098,9 @@ export interface EvaluateCodeResponse {
|
|
|
1899
2098
|
*/
|
|
1900
2099
|
logs?: string[];
|
|
1901
2100
|
}
|
|
2101
|
+
/**
|
|
2102
|
+
* @public
|
|
2103
|
+
*/
|
|
1902
2104
|
export interface EvaluateMappingTemplateRequest {
|
|
1903
2105
|
/**
|
|
1904
2106
|
* <p>The mapping template; this can be a request or response template. A <code>template</code> is required for
|
|
@@ -1912,6 +2114,7 @@ export interface EvaluateMappingTemplateRequest {
|
|
|
1912
2114
|
context: string | undefined;
|
|
1913
2115
|
}
|
|
1914
2116
|
/**
|
|
2117
|
+
* @public
|
|
1915
2118
|
* <p>Contains the list of errors generated. When using JavaScript, this will apply to the request or response
|
|
1916
2119
|
* function evaluation.</p>
|
|
1917
2120
|
*/
|
|
@@ -1921,6 +2124,9 @@ export interface ErrorDetail {
|
|
|
1921
2124
|
*/
|
|
1922
2125
|
message?: string;
|
|
1923
2126
|
}
|
|
2127
|
+
/**
|
|
2128
|
+
* @public
|
|
2129
|
+
*/
|
|
1924
2130
|
export interface EvaluateMappingTemplateResponse {
|
|
1925
2131
|
/**
|
|
1926
2132
|
* <p>The mapping template; this can be a request or response template.</p>
|
|
@@ -1937,6 +2143,7 @@ export interface EvaluateMappingTemplateResponse {
|
|
|
1937
2143
|
logs?: string[];
|
|
1938
2144
|
}
|
|
1939
2145
|
/**
|
|
2146
|
+
* @public
|
|
1940
2147
|
* <p>Represents the input of a <code>FlushApiCache</code> operation.</p>
|
|
1941
2148
|
*/
|
|
1942
2149
|
export interface FlushApiCacheRequest {
|
|
@@ -1946,16 +2153,23 @@ export interface FlushApiCacheRequest {
|
|
|
1946
2153
|
apiId: string | undefined;
|
|
1947
2154
|
}
|
|
1948
2155
|
/**
|
|
2156
|
+
* @public
|
|
1949
2157
|
* <p>Represents the output of a <code>FlushApiCache</code> operation.</p>
|
|
1950
2158
|
*/
|
|
1951
2159
|
export interface FlushApiCacheResponse {
|
|
1952
2160
|
}
|
|
2161
|
+
/**
|
|
2162
|
+
* @public
|
|
2163
|
+
*/
|
|
1953
2164
|
export interface GetApiAssociationRequest {
|
|
1954
2165
|
/**
|
|
1955
2166
|
* <p>The domain name.</p>
|
|
1956
2167
|
*/
|
|
1957
2168
|
domainName: string | undefined;
|
|
1958
2169
|
}
|
|
2170
|
+
/**
|
|
2171
|
+
* @public
|
|
2172
|
+
*/
|
|
1959
2173
|
export interface GetApiAssociationResponse {
|
|
1960
2174
|
/**
|
|
1961
2175
|
* <p>The <code>ApiAssociation</code> object.</p>
|
|
@@ -1963,6 +2177,7 @@ export interface GetApiAssociationResponse {
|
|
|
1963
2177
|
apiAssociation?: ApiAssociation;
|
|
1964
2178
|
}
|
|
1965
2179
|
/**
|
|
2180
|
+
* @public
|
|
1966
2181
|
* <p>Represents the input of a <code>GetApiCache</code> operation.</p>
|
|
1967
2182
|
*/
|
|
1968
2183
|
export interface GetApiCacheRequest {
|
|
@@ -1972,6 +2187,7 @@ export interface GetApiCacheRequest {
|
|
|
1972
2187
|
apiId: string | undefined;
|
|
1973
2188
|
}
|
|
1974
2189
|
/**
|
|
2190
|
+
* @public
|
|
1975
2191
|
* <p>Represents the output of a <code>GetApiCache</code> operation.</p>
|
|
1976
2192
|
*/
|
|
1977
2193
|
export interface GetApiCacheResponse {
|
|
@@ -1980,6 +2196,9 @@ export interface GetApiCacheResponse {
|
|
|
1980
2196
|
*/
|
|
1981
2197
|
apiCache?: ApiCache;
|
|
1982
2198
|
}
|
|
2199
|
+
/**
|
|
2200
|
+
* @public
|
|
2201
|
+
*/
|
|
1983
2202
|
export interface GetDataSourceRequest {
|
|
1984
2203
|
/**
|
|
1985
2204
|
* <p>The API ID.</p>
|
|
@@ -1990,24 +2209,36 @@ export interface GetDataSourceRequest {
|
|
|
1990
2209
|
*/
|
|
1991
2210
|
name: string | undefined;
|
|
1992
2211
|
}
|
|
2212
|
+
/**
|
|
2213
|
+
* @public
|
|
2214
|
+
*/
|
|
1993
2215
|
export interface GetDataSourceResponse {
|
|
1994
2216
|
/**
|
|
1995
2217
|
* <p>The <code>DataSource</code> object.</p>
|
|
1996
2218
|
*/
|
|
1997
2219
|
dataSource?: DataSource;
|
|
1998
2220
|
}
|
|
2221
|
+
/**
|
|
2222
|
+
* @public
|
|
2223
|
+
*/
|
|
1999
2224
|
export interface GetDomainNameRequest {
|
|
2000
2225
|
/**
|
|
2001
2226
|
* <p>The domain name.</p>
|
|
2002
2227
|
*/
|
|
2003
2228
|
domainName: string | undefined;
|
|
2004
2229
|
}
|
|
2230
|
+
/**
|
|
2231
|
+
* @public
|
|
2232
|
+
*/
|
|
2005
2233
|
export interface GetDomainNameResponse {
|
|
2006
2234
|
/**
|
|
2007
2235
|
* <p>The configuration for the <code>DomainName</code>.</p>
|
|
2008
2236
|
*/
|
|
2009
2237
|
domainNameConfig?: DomainNameConfig;
|
|
2010
2238
|
}
|
|
2239
|
+
/**
|
|
2240
|
+
* @public
|
|
2241
|
+
*/
|
|
2011
2242
|
export interface GetFunctionRequest {
|
|
2012
2243
|
/**
|
|
2013
2244
|
* <p>The GraphQL API ID.</p>
|
|
@@ -2018,28 +2249,43 @@ export interface GetFunctionRequest {
|
|
|
2018
2249
|
*/
|
|
2019
2250
|
functionId: string | undefined;
|
|
2020
2251
|
}
|
|
2252
|
+
/**
|
|
2253
|
+
* @public
|
|
2254
|
+
*/
|
|
2021
2255
|
export interface GetFunctionResponse {
|
|
2022
2256
|
/**
|
|
2023
2257
|
* <p>The <code>Function</code> object.</p>
|
|
2024
2258
|
*/
|
|
2025
2259
|
functionConfiguration?: FunctionConfiguration;
|
|
2026
2260
|
}
|
|
2261
|
+
/**
|
|
2262
|
+
* @public
|
|
2263
|
+
*/
|
|
2027
2264
|
export interface GetGraphqlApiRequest {
|
|
2028
2265
|
/**
|
|
2029
2266
|
* <p>The API ID for the GraphQL API.</p>
|
|
2030
2267
|
*/
|
|
2031
2268
|
apiId: string | undefined;
|
|
2032
2269
|
}
|
|
2270
|
+
/**
|
|
2271
|
+
* @public
|
|
2272
|
+
*/
|
|
2033
2273
|
export interface GetGraphqlApiResponse {
|
|
2034
2274
|
/**
|
|
2035
2275
|
* <p>The <code>GraphqlApi</code> object.</p>
|
|
2036
2276
|
*/
|
|
2037
2277
|
graphqlApi?: GraphqlApi;
|
|
2038
2278
|
}
|
|
2279
|
+
/**
|
|
2280
|
+
* @public
|
|
2281
|
+
*/
|
|
2039
2282
|
export declare enum OutputType {
|
|
2040
2283
|
JSON = "JSON",
|
|
2041
2284
|
SDL = "SDL"
|
|
2042
2285
|
}
|
|
2286
|
+
/**
|
|
2287
|
+
* @public
|
|
2288
|
+
*/
|
|
2043
2289
|
export interface GetIntrospectionSchemaRequest {
|
|
2044
2290
|
/**
|
|
2045
2291
|
* <p>The API ID.</p>
|
|
@@ -2054,6 +2300,9 @@ export interface GetIntrospectionSchemaRequest {
|
|
|
2054
2300
|
*/
|
|
2055
2301
|
includeDirectives?: boolean;
|
|
2056
2302
|
}
|
|
2303
|
+
/**
|
|
2304
|
+
* @public
|
|
2305
|
+
*/
|
|
2057
2306
|
export interface GetIntrospectionSchemaResponse {
|
|
2058
2307
|
/**
|
|
2059
2308
|
* <p>The schema, in GraphQL Schema Definition Language (SDL) format.</p>
|
|
@@ -2063,6 +2312,7 @@ export interface GetIntrospectionSchemaResponse {
|
|
|
2063
2312
|
schema?: Uint8Array;
|
|
2064
2313
|
}
|
|
2065
2314
|
/**
|
|
2315
|
+
* @public
|
|
2066
2316
|
* <p>The GraphQL schema is not valid.</p>
|
|
2067
2317
|
*/
|
|
2068
2318
|
export declare class GraphQLSchemaException extends __BaseException {
|
|
@@ -2073,6 +2323,9 @@ export declare class GraphQLSchemaException extends __BaseException {
|
|
|
2073
2323
|
*/
|
|
2074
2324
|
constructor(opts: __ExceptionOptionType<GraphQLSchemaException, __BaseException>);
|
|
2075
2325
|
}
|
|
2326
|
+
/**
|
|
2327
|
+
* @public
|
|
2328
|
+
*/
|
|
2076
2329
|
export interface GetResolverRequest {
|
|
2077
2330
|
/**
|
|
2078
2331
|
* <p>The API ID.</p>
|
|
@@ -2087,18 +2340,27 @@ export interface GetResolverRequest {
|
|
|
2087
2340
|
*/
|
|
2088
2341
|
fieldName: string | undefined;
|
|
2089
2342
|
}
|
|
2343
|
+
/**
|
|
2344
|
+
* @public
|
|
2345
|
+
*/
|
|
2090
2346
|
export interface GetResolverResponse {
|
|
2091
2347
|
/**
|
|
2092
2348
|
* <p>The <code>Resolver</code> object.</p>
|
|
2093
2349
|
*/
|
|
2094
2350
|
resolver?: Resolver;
|
|
2095
2351
|
}
|
|
2352
|
+
/**
|
|
2353
|
+
* @public
|
|
2354
|
+
*/
|
|
2096
2355
|
export interface GetSchemaCreationStatusRequest {
|
|
2097
2356
|
/**
|
|
2098
2357
|
* <p>The API ID.</p>
|
|
2099
2358
|
*/
|
|
2100
2359
|
apiId: string | undefined;
|
|
2101
2360
|
}
|
|
2361
|
+
/**
|
|
2362
|
+
* @public
|
|
2363
|
+
*/
|
|
2102
2364
|
export declare enum SchemaStatus {
|
|
2103
2365
|
Active = "ACTIVE",
|
|
2104
2366
|
Deleting = "DELETING",
|
|
@@ -2107,6 +2369,9 @@ export declare enum SchemaStatus {
|
|
|
2107
2369
|
Processing = "PROCESSING",
|
|
2108
2370
|
Success = "SUCCESS"
|
|
2109
2371
|
}
|
|
2372
|
+
/**
|
|
2373
|
+
* @public
|
|
2374
|
+
*/
|
|
2110
2375
|
export interface GetSchemaCreationStatusResponse {
|
|
2111
2376
|
/**
|
|
2112
2377
|
* <p>The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the
|
|
@@ -2118,6 +2383,9 @@ export interface GetSchemaCreationStatusResponse {
|
|
|
2118
2383
|
*/
|
|
2119
2384
|
details?: string;
|
|
2120
2385
|
}
|
|
2386
|
+
/**
|
|
2387
|
+
* @public
|
|
2388
|
+
*/
|
|
2121
2389
|
export interface GetTypeRequest {
|
|
2122
2390
|
/**
|
|
2123
2391
|
* <p>The API ID.</p>
|
|
@@ -2132,12 +2400,18 @@ export interface GetTypeRequest {
|
|
|
2132
2400
|
*/
|
|
2133
2401
|
format: TypeDefinitionFormat | string | undefined;
|
|
2134
2402
|
}
|
|
2403
|
+
/**
|
|
2404
|
+
* @public
|
|
2405
|
+
*/
|
|
2135
2406
|
export interface GetTypeResponse {
|
|
2136
2407
|
/**
|
|
2137
2408
|
* <p>The <code>Type</code> object.</p>
|
|
2138
2409
|
*/
|
|
2139
2410
|
type?: Type;
|
|
2140
2411
|
}
|
|
2412
|
+
/**
|
|
2413
|
+
* @public
|
|
2414
|
+
*/
|
|
2141
2415
|
export interface ListApiKeysRequest {
|
|
2142
2416
|
/**
|
|
2143
2417
|
* <p>The API ID.</p>
|
|
@@ -2153,6 +2427,9 @@ export interface ListApiKeysRequest {
|
|
|
2153
2427
|
*/
|
|
2154
2428
|
maxResults?: number;
|
|
2155
2429
|
}
|
|
2430
|
+
/**
|
|
2431
|
+
* @public
|
|
2432
|
+
*/
|
|
2156
2433
|
export interface ListApiKeysResponse {
|
|
2157
2434
|
/**
|
|
2158
2435
|
* <p>The <code>ApiKey</code> objects.</p>
|
|
@@ -2164,6 +2441,9 @@ export interface ListApiKeysResponse {
|
|
|
2164
2441
|
*/
|
|
2165
2442
|
nextToken?: string;
|
|
2166
2443
|
}
|
|
2444
|
+
/**
|
|
2445
|
+
* @public
|
|
2446
|
+
*/
|
|
2167
2447
|
export interface ListDataSourcesRequest {
|
|
2168
2448
|
/**
|
|
2169
2449
|
* <p>The API ID.</p>
|
|
@@ -2179,6 +2459,9 @@ export interface ListDataSourcesRequest {
|
|
|
2179
2459
|
*/
|
|
2180
2460
|
maxResults?: number;
|
|
2181
2461
|
}
|
|
2462
|
+
/**
|
|
2463
|
+
* @public
|
|
2464
|
+
*/
|
|
2182
2465
|
export interface ListDataSourcesResponse {
|
|
2183
2466
|
/**
|
|
2184
2467
|
* <p>The <code>DataSource</code> objects.</p>
|
|
@@ -2190,6 +2473,9 @@ export interface ListDataSourcesResponse {
|
|
|
2190
2473
|
*/
|
|
2191
2474
|
nextToken?: string;
|
|
2192
2475
|
}
|
|
2476
|
+
/**
|
|
2477
|
+
* @public
|
|
2478
|
+
*/
|
|
2193
2479
|
export interface ListDomainNamesRequest {
|
|
2194
2480
|
/**
|
|
2195
2481
|
* <p>The API token.</p>
|
|
@@ -2200,6 +2486,9 @@ export interface ListDomainNamesRequest {
|
|
|
2200
2486
|
*/
|
|
2201
2487
|
maxResults?: number;
|
|
2202
2488
|
}
|
|
2489
|
+
/**
|
|
2490
|
+
* @public
|
|
2491
|
+
*/
|
|
2203
2492
|
export interface ListDomainNamesResponse {
|
|
2204
2493
|
/**
|
|
2205
2494
|
* <p>Lists configurations for multiple domain names.</p>
|
|
@@ -2210,6 +2499,9 @@ export interface ListDomainNamesResponse {
|
|
|
2210
2499
|
*/
|
|
2211
2500
|
nextToken?: string;
|
|
2212
2501
|
}
|
|
2502
|
+
/**
|
|
2503
|
+
* @public
|
|
2504
|
+
*/
|
|
2213
2505
|
export interface ListFunctionsRequest {
|
|
2214
2506
|
/**
|
|
2215
2507
|
* <p>The GraphQL API ID.</p>
|
|
@@ -2225,6 +2517,9 @@ export interface ListFunctionsRequest {
|
|
|
2225
2517
|
*/
|
|
2226
2518
|
maxResults?: number;
|
|
2227
2519
|
}
|
|
2520
|
+
/**
|
|
2521
|
+
* @public
|
|
2522
|
+
*/
|
|
2228
2523
|
export interface ListFunctionsResponse {
|
|
2229
2524
|
/**
|
|
2230
2525
|
* <p>A list of <code>Function</code> objects.</p>
|
|
@@ -2236,6 +2531,9 @@ export interface ListFunctionsResponse {
|
|
|
2236
2531
|
*/
|
|
2237
2532
|
nextToken?: string;
|
|
2238
2533
|
}
|
|
2534
|
+
/**
|
|
2535
|
+
* @public
|
|
2536
|
+
*/
|
|
2239
2537
|
export interface ListGraphqlApisRequest {
|
|
2240
2538
|
/**
|
|
2241
2539
|
* <p>An identifier that was returned from the previous call to this operation, which you can use to return the
|
|
@@ -2247,6 +2545,9 @@ export interface ListGraphqlApisRequest {
|
|
|
2247
2545
|
*/
|
|
2248
2546
|
maxResults?: number;
|
|
2249
2547
|
}
|
|
2548
|
+
/**
|
|
2549
|
+
* @public
|
|
2550
|
+
*/
|
|
2250
2551
|
export interface ListGraphqlApisResponse {
|
|
2251
2552
|
/**
|
|
2252
2553
|
* <p>The <code>GraphqlApi</code> objects.</p>
|
|
@@ -2258,6 +2559,9 @@ export interface ListGraphqlApisResponse {
|
|
|
2258
2559
|
*/
|
|
2259
2560
|
nextToken?: string;
|
|
2260
2561
|
}
|
|
2562
|
+
/**
|
|
2563
|
+
* @public
|
|
2564
|
+
*/
|
|
2261
2565
|
export interface ListResolversRequest {
|
|
2262
2566
|
/**
|
|
2263
2567
|
* <p>The API ID.</p>
|
|
@@ -2277,6 +2581,9 @@ export interface ListResolversRequest {
|
|
|
2277
2581
|
*/
|
|
2278
2582
|
maxResults?: number;
|
|
2279
2583
|
}
|
|
2584
|
+
/**
|
|
2585
|
+
* @public
|
|
2586
|
+
*/
|
|
2280
2587
|
export interface ListResolversResponse {
|
|
2281
2588
|
/**
|
|
2282
2589
|
* <p>The <code>Resolver</code> objects.</p>
|
|
@@ -2288,6 +2595,9 @@ export interface ListResolversResponse {
|
|
|
2288
2595
|
*/
|
|
2289
2596
|
nextToken?: string;
|
|
2290
2597
|
}
|
|
2598
|
+
/**
|
|
2599
|
+
* @public
|
|
2600
|
+
*/
|
|
2291
2601
|
export interface ListResolversByFunctionRequest {
|
|
2292
2602
|
/**
|
|
2293
2603
|
* <p>The API ID.</p>
|
|
@@ -2307,6 +2617,9 @@ export interface ListResolversByFunctionRequest {
|
|
|
2307
2617
|
*/
|
|
2308
2618
|
maxResults?: number;
|
|
2309
2619
|
}
|
|
2620
|
+
/**
|
|
2621
|
+
* @public
|
|
2622
|
+
*/
|
|
2310
2623
|
export interface ListResolversByFunctionResponse {
|
|
2311
2624
|
/**
|
|
2312
2625
|
* <p>The list of resolvers.</p>
|
|
@@ -2317,18 +2630,27 @@ export interface ListResolversByFunctionResponse {
|
|
|
2317
2630
|
*/
|
|
2318
2631
|
nextToken?: string;
|
|
2319
2632
|
}
|
|
2633
|
+
/**
|
|
2634
|
+
* @public
|
|
2635
|
+
*/
|
|
2320
2636
|
export interface ListTagsForResourceRequest {
|
|
2321
2637
|
/**
|
|
2322
2638
|
* <p>The <code>GraphqlApi</code> Amazon Resource Name (ARN).</p>
|
|
2323
2639
|
*/
|
|
2324
2640
|
resourceArn: string | undefined;
|
|
2325
2641
|
}
|
|
2642
|
+
/**
|
|
2643
|
+
* @public
|
|
2644
|
+
*/
|
|
2326
2645
|
export interface ListTagsForResourceResponse {
|
|
2327
2646
|
/**
|
|
2328
2647
|
* <p>A <code>TagMap</code> object.</p>
|
|
2329
2648
|
*/
|
|
2330
2649
|
tags?: Record<string, string>;
|
|
2331
2650
|
}
|
|
2651
|
+
/**
|
|
2652
|
+
* @public
|
|
2653
|
+
*/
|
|
2332
2654
|
export interface ListTypesRequest {
|
|
2333
2655
|
/**
|
|
2334
2656
|
* <p>The API ID.</p>
|
|
@@ -2348,6 +2670,9 @@ export interface ListTypesRequest {
|
|
|
2348
2670
|
*/
|
|
2349
2671
|
maxResults?: number;
|
|
2350
2672
|
}
|
|
2673
|
+
/**
|
|
2674
|
+
* @public
|
|
2675
|
+
*/
|
|
2351
2676
|
export interface ListTypesResponse {
|
|
2352
2677
|
/**
|
|
2353
2678
|
* <p>The <code>Type</code> objects.</p>
|
|
@@ -2359,6 +2684,9 @@ export interface ListTypesResponse {
|
|
|
2359
2684
|
*/
|
|
2360
2685
|
nextToken?: string;
|
|
2361
2686
|
}
|
|
2687
|
+
/**
|
|
2688
|
+
* @public
|
|
2689
|
+
*/
|
|
2362
2690
|
export interface StartSchemaCreationRequest {
|
|
2363
2691
|
/**
|
|
2364
2692
|
* <p>The API ID.</p>
|
|
@@ -2369,6 +2697,9 @@ export interface StartSchemaCreationRequest {
|
|
|
2369
2697
|
*/
|
|
2370
2698
|
definition: Uint8Array | undefined;
|
|
2371
2699
|
}
|
|
2700
|
+
/**
|
|
2701
|
+
* @public
|
|
2702
|
+
*/
|
|
2372
2703
|
export interface StartSchemaCreationResponse {
|
|
2373
2704
|
/**
|
|
2374
2705
|
* <p>The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the
|
|
@@ -2376,6 +2707,9 @@ export interface StartSchemaCreationResponse {
|
|
|
2376
2707
|
*/
|
|
2377
2708
|
status?: SchemaStatus | string;
|
|
2378
2709
|
}
|
|
2710
|
+
/**
|
|
2711
|
+
* @public
|
|
2712
|
+
*/
|
|
2379
2713
|
export interface TagResourceRequest {
|
|
2380
2714
|
/**
|
|
2381
2715
|
* <p>The <code>GraphqlApi</code> Amazon Resource Name (ARN).</p>
|
|
@@ -2386,8 +2720,14 @@ export interface TagResourceRequest {
|
|
|
2386
2720
|
*/
|
|
2387
2721
|
tags: Record<string, string> | undefined;
|
|
2388
2722
|
}
|
|
2723
|
+
/**
|
|
2724
|
+
* @public
|
|
2725
|
+
*/
|
|
2389
2726
|
export interface TagResourceResponse {
|
|
2390
2727
|
}
|
|
2728
|
+
/**
|
|
2729
|
+
* @public
|
|
2730
|
+
*/
|
|
2391
2731
|
export interface UntagResourceRequest {
|
|
2392
2732
|
/**
|
|
2393
2733
|
* <p>The <code>GraphqlApi</code> Amazon Resource Name (ARN).</p>
|
|
@@ -2398,9 +2738,13 @@ export interface UntagResourceRequest {
|
|
|
2398
2738
|
*/
|
|
2399
2739
|
tagKeys: string[] | undefined;
|
|
2400
2740
|
}
|
|
2741
|
+
/**
|
|
2742
|
+
* @public
|
|
2743
|
+
*/
|
|
2401
2744
|
export interface UntagResourceResponse {
|
|
2402
2745
|
}
|
|
2403
2746
|
/**
|
|
2747
|
+
* @public
|
|
2404
2748
|
* <p>Represents the input of a <code>UpdateApiCache</code> operation.</p>
|
|
2405
2749
|
*/
|
|
2406
2750
|
export interface UpdateApiCacheRequest {
|
|
@@ -2507,6 +2851,7 @@ export interface UpdateApiCacheRequest {
|
|
|
2507
2851
|
type: ApiCacheType | string | undefined;
|
|
2508
2852
|
}
|
|
2509
2853
|
/**
|
|
2854
|
+
* @public
|
|
2510
2855
|
* <p>Represents the output of a <code>UpdateApiCache</code> operation.</p>
|
|
2511
2856
|
*/
|
|
2512
2857
|
export interface UpdateApiCacheResponse {
|
|
@@ -2515,6 +2860,9 @@ export interface UpdateApiCacheResponse {
|
|
|
2515
2860
|
*/
|
|
2516
2861
|
apiCache?: ApiCache;
|
|
2517
2862
|
}
|
|
2863
|
+
/**
|
|
2864
|
+
* @public
|
|
2865
|
+
*/
|
|
2518
2866
|
export interface UpdateApiKeyRequest {
|
|
2519
2867
|
/**
|
|
2520
2868
|
* <p>The ID for the GraphQL API.</p>
|
|
@@ -2534,12 +2882,18 @@ export interface UpdateApiKeyRequest {
|
|
|
2534
2882
|
*/
|
|
2535
2883
|
expires?: number;
|
|
2536
2884
|
}
|
|
2885
|
+
/**
|
|
2886
|
+
* @public
|
|
2887
|
+
*/
|
|
2537
2888
|
export interface UpdateApiKeyResponse {
|
|
2538
2889
|
/**
|
|
2539
2890
|
* <p>The API key.</p>
|
|
2540
2891
|
*/
|
|
2541
2892
|
apiKey?: ApiKey;
|
|
2542
2893
|
}
|
|
2894
|
+
/**
|
|
2895
|
+
* @public
|
|
2896
|
+
*/
|
|
2543
2897
|
export interface UpdateDataSourceRequest {
|
|
2544
2898
|
/**
|
|
2545
2899
|
* <p>The API ID.</p>
|
|
@@ -2592,12 +2946,18 @@ export interface UpdateDataSourceRequest {
|
|
|
2592
2946
|
*/
|
|
2593
2947
|
eventBridgeConfig?: EventBridgeDataSourceConfig;
|
|
2594
2948
|
}
|
|
2949
|
+
/**
|
|
2950
|
+
* @public
|
|
2951
|
+
*/
|
|
2595
2952
|
export interface UpdateDataSourceResponse {
|
|
2596
2953
|
/**
|
|
2597
2954
|
* <p>The updated <code>DataSource</code> object.</p>
|
|
2598
2955
|
*/
|
|
2599
2956
|
dataSource?: DataSource;
|
|
2600
2957
|
}
|
|
2958
|
+
/**
|
|
2959
|
+
* @public
|
|
2960
|
+
*/
|
|
2601
2961
|
export interface UpdateDomainNameRequest {
|
|
2602
2962
|
/**
|
|
2603
2963
|
* <p>The domain name.</p>
|
|
@@ -2608,12 +2968,18 @@ export interface UpdateDomainNameRequest {
|
|
|
2608
2968
|
*/
|
|
2609
2969
|
description?: string;
|
|
2610
2970
|
}
|
|
2971
|
+
/**
|
|
2972
|
+
* @public
|
|
2973
|
+
*/
|
|
2611
2974
|
export interface UpdateDomainNameResponse {
|
|
2612
2975
|
/**
|
|
2613
2976
|
* <p>The configuration for the <code>DomainName</code>.</p>
|
|
2614
2977
|
*/
|
|
2615
2978
|
domainNameConfig?: DomainNameConfig;
|
|
2616
2979
|
}
|
|
2980
|
+
/**
|
|
2981
|
+
* @public
|
|
2982
|
+
*/
|
|
2617
2983
|
export interface UpdateFunctionRequest {
|
|
2618
2984
|
/**
|
|
2619
2985
|
* <p>The GraphQL API ID.</p>
|
|
@@ -2672,12 +3038,18 @@ export interface UpdateFunctionRequest {
|
|
|
2672
3038
|
*/
|
|
2673
3039
|
code?: string;
|
|
2674
3040
|
}
|
|
3041
|
+
/**
|
|
3042
|
+
* @public
|
|
3043
|
+
*/
|
|
2675
3044
|
export interface UpdateFunctionResponse {
|
|
2676
3045
|
/**
|
|
2677
3046
|
* <p>The <code>Function</code> object.</p>
|
|
2678
3047
|
*/
|
|
2679
3048
|
functionConfiguration?: FunctionConfiguration;
|
|
2680
3049
|
}
|
|
3050
|
+
/**
|
|
3051
|
+
* @public
|
|
3052
|
+
*/
|
|
2681
3053
|
export interface UpdateGraphqlApiRequest {
|
|
2682
3054
|
/**
|
|
2683
3055
|
* <p>The API ID.</p>
|
|
@@ -2716,12 +3088,18 @@ export interface UpdateGraphqlApiRequest {
|
|
|
2716
3088
|
*/
|
|
2717
3089
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
2718
3090
|
}
|
|
3091
|
+
/**
|
|
3092
|
+
* @public
|
|
3093
|
+
*/
|
|
2719
3094
|
export interface UpdateGraphqlApiResponse {
|
|
2720
3095
|
/**
|
|
2721
3096
|
* <p>The updated <code>GraphqlApi</code> object.</p>
|
|
2722
3097
|
*/
|
|
2723
3098
|
graphqlApi?: GraphqlApi;
|
|
2724
3099
|
}
|
|
3100
|
+
/**
|
|
3101
|
+
* @public
|
|
3102
|
+
*/
|
|
2725
3103
|
export interface UpdateResolverRequest {
|
|
2726
3104
|
/**
|
|
2727
3105
|
* <p>The API ID.</p>
|
|
@@ -2795,12 +3173,18 @@ export interface UpdateResolverRequest {
|
|
|
2795
3173
|
*/
|
|
2796
3174
|
code?: string;
|
|
2797
3175
|
}
|
|
3176
|
+
/**
|
|
3177
|
+
* @public
|
|
3178
|
+
*/
|
|
2798
3179
|
export interface UpdateResolverResponse {
|
|
2799
3180
|
/**
|
|
2800
3181
|
* <p>The updated <code>Resolver</code> object.</p>
|
|
2801
3182
|
*/
|
|
2802
3183
|
resolver?: Resolver;
|
|
2803
3184
|
}
|
|
3185
|
+
/**
|
|
3186
|
+
* @public
|
|
3187
|
+
*/
|
|
2804
3188
|
export interface UpdateTypeRequest {
|
|
2805
3189
|
/**
|
|
2806
3190
|
* <p>The API ID.</p>
|
|
@@ -2819,561 +3203,12 @@ export interface UpdateTypeRequest {
|
|
|
2819
3203
|
*/
|
|
2820
3204
|
format: TypeDefinitionFormat | string | undefined;
|
|
2821
3205
|
}
|
|
3206
|
+
/**
|
|
3207
|
+
* @public
|
|
3208
|
+
*/
|
|
2822
3209
|
export interface UpdateTypeResponse {
|
|
2823
3210
|
/**
|
|
2824
3211
|
* <p>The updated <code>Type</code> object.</p>
|
|
2825
3212
|
*/
|
|
2826
3213
|
type?: Type;
|
|
2827
3214
|
}
|
|
2828
|
-
/**
|
|
2829
|
-
* @internal
|
|
2830
|
-
*/
|
|
2831
|
-
export declare const LambdaAuthorizerConfigFilterSensitiveLog: (obj: LambdaAuthorizerConfig) => any;
|
|
2832
|
-
/**
|
|
2833
|
-
* @internal
|
|
2834
|
-
*/
|
|
2835
|
-
export declare const OpenIDConnectConfigFilterSensitiveLog: (obj: OpenIDConnectConfig) => any;
|
|
2836
|
-
/**
|
|
2837
|
-
* @internal
|
|
2838
|
-
*/
|
|
2839
|
-
export declare const CognitoUserPoolConfigFilterSensitiveLog: (obj: CognitoUserPoolConfig) => any;
|
|
2840
|
-
/**
|
|
2841
|
-
* @internal
|
|
2842
|
-
*/
|
|
2843
|
-
export declare const AdditionalAuthenticationProviderFilterSensitiveLog: (obj: AdditionalAuthenticationProvider) => any;
|
|
2844
|
-
/**
|
|
2845
|
-
* @internal
|
|
2846
|
-
*/
|
|
2847
|
-
export declare const ApiAssociationFilterSensitiveLog: (obj: ApiAssociation) => any;
|
|
2848
|
-
/**
|
|
2849
|
-
* @internal
|
|
2850
|
-
*/
|
|
2851
|
-
export declare const ApiCacheFilterSensitiveLog: (obj: ApiCache) => any;
|
|
2852
|
-
/**
|
|
2853
|
-
* @internal
|
|
2854
|
-
*/
|
|
2855
|
-
export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
|
|
2856
|
-
/**
|
|
2857
|
-
* @internal
|
|
2858
|
-
*/
|
|
2859
|
-
export declare const AppSyncRuntimeFilterSensitiveLog: (obj: AppSyncRuntime) => any;
|
|
2860
|
-
/**
|
|
2861
|
-
* @internal
|
|
2862
|
-
*/
|
|
2863
|
-
export declare const AssociateApiRequestFilterSensitiveLog: (obj: AssociateApiRequest) => any;
|
|
2864
|
-
/**
|
|
2865
|
-
* @internal
|
|
2866
|
-
*/
|
|
2867
|
-
export declare const AssociateApiResponseFilterSensitiveLog: (obj: AssociateApiResponse) => any;
|
|
2868
|
-
/**
|
|
2869
|
-
* @internal
|
|
2870
|
-
*/
|
|
2871
|
-
export declare const CodeErrorLocationFilterSensitiveLog: (obj: CodeErrorLocation) => any;
|
|
2872
|
-
/**
|
|
2873
|
-
* @internal
|
|
2874
|
-
*/
|
|
2875
|
-
export declare const CodeErrorFilterSensitiveLog: (obj: CodeError) => any;
|
|
2876
|
-
/**
|
|
2877
|
-
* @internal
|
|
2878
|
-
*/
|
|
2879
|
-
export declare const BadRequestDetailFilterSensitiveLog: (obj: BadRequestDetail) => any;
|
|
2880
|
-
/**
|
|
2881
|
-
* @internal
|
|
2882
|
-
*/
|
|
2883
|
-
export declare const AwsIamConfigFilterSensitiveLog: (obj: AwsIamConfig) => any;
|
|
2884
|
-
/**
|
|
2885
|
-
* @internal
|
|
2886
|
-
*/
|
|
2887
|
-
export declare const AuthorizationConfigFilterSensitiveLog: (obj: AuthorizationConfig) => any;
|
|
2888
|
-
/**
|
|
2889
|
-
* @internal
|
|
2890
|
-
*/
|
|
2891
|
-
export declare const CreateApiCacheRequestFilterSensitiveLog: (obj: CreateApiCacheRequest) => any;
|
|
2892
|
-
/**
|
|
2893
|
-
* @internal
|
|
2894
|
-
*/
|
|
2895
|
-
export declare const CreateApiCacheResponseFilterSensitiveLog: (obj: CreateApiCacheResponse) => any;
|
|
2896
|
-
/**
|
|
2897
|
-
* @internal
|
|
2898
|
-
*/
|
|
2899
|
-
export declare const CreateApiKeyRequestFilterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
2900
|
-
/**
|
|
2901
|
-
* @internal
|
|
2902
|
-
*/
|
|
2903
|
-
export declare const CreateApiKeyResponseFilterSensitiveLog: (obj: CreateApiKeyResponse) => any;
|
|
2904
|
-
/**
|
|
2905
|
-
* @internal
|
|
2906
|
-
*/
|
|
2907
|
-
export declare const DeltaSyncConfigFilterSensitiveLog: (obj: DeltaSyncConfig) => any;
|
|
2908
|
-
/**
|
|
2909
|
-
* @internal
|
|
2910
|
-
*/
|
|
2911
|
-
export declare const DynamodbDataSourceConfigFilterSensitiveLog: (obj: DynamodbDataSourceConfig) => any;
|
|
2912
|
-
/**
|
|
2913
|
-
* @internal
|
|
2914
|
-
*/
|
|
2915
|
-
export declare const ElasticsearchDataSourceConfigFilterSensitiveLog: (obj: ElasticsearchDataSourceConfig) => any;
|
|
2916
|
-
/**
|
|
2917
|
-
* @internal
|
|
2918
|
-
*/
|
|
2919
|
-
export declare const EventBridgeDataSourceConfigFilterSensitiveLog: (obj: EventBridgeDataSourceConfig) => any;
|
|
2920
|
-
/**
|
|
2921
|
-
* @internal
|
|
2922
|
-
*/
|
|
2923
|
-
export declare const HttpDataSourceConfigFilterSensitiveLog: (obj: HttpDataSourceConfig) => any;
|
|
2924
|
-
/**
|
|
2925
|
-
* @internal
|
|
2926
|
-
*/
|
|
2927
|
-
export declare const LambdaDataSourceConfigFilterSensitiveLog: (obj: LambdaDataSourceConfig) => any;
|
|
2928
|
-
/**
|
|
2929
|
-
* @internal
|
|
2930
|
-
*/
|
|
2931
|
-
export declare const OpenSearchServiceDataSourceConfigFilterSensitiveLog: (obj: OpenSearchServiceDataSourceConfig) => any;
|
|
2932
|
-
/**
|
|
2933
|
-
* @internal
|
|
2934
|
-
*/
|
|
2935
|
-
export declare const RdsHttpEndpointConfigFilterSensitiveLog: (obj: RdsHttpEndpointConfig) => any;
|
|
2936
|
-
/**
|
|
2937
|
-
* @internal
|
|
2938
|
-
*/
|
|
2939
|
-
export declare const RelationalDatabaseDataSourceConfigFilterSensitiveLog: (obj: RelationalDatabaseDataSourceConfig) => any;
|
|
2940
|
-
/**
|
|
2941
|
-
* @internal
|
|
2942
|
-
*/
|
|
2943
|
-
export declare const CreateDataSourceRequestFilterSensitiveLog: (obj: CreateDataSourceRequest) => any;
|
|
2944
|
-
/**
|
|
2945
|
-
* @internal
|
|
2946
|
-
*/
|
|
2947
|
-
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
2948
|
-
/**
|
|
2949
|
-
* @internal
|
|
2950
|
-
*/
|
|
2951
|
-
export declare const CreateDataSourceResponseFilterSensitiveLog: (obj: CreateDataSourceResponse) => any;
|
|
2952
|
-
/**
|
|
2953
|
-
* @internal
|
|
2954
|
-
*/
|
|
2955
|
-
export declare const CreateDomainNameRequestFilterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
2956
|
-
/**
|
|
2957
|
-
* @internal
|
|
2958
|
-
*/
|
|
2959
|
-
export declare const DomainNameConfigFilterSensitiveLog: (obj: DomainNameConfig) => any;
|
|
2960
|
-
/**
|
|
2961
|
-
* @internal
|
|
2962
|
-
*/
|
|
2963
|
-
export declare const CreateDomainNameResponseFilterSensitiveLog: (obj: CreateDomainNameResponse) => any;
|
|
2964
|
-
/**
|
|
2965
|
-
* @internal
|
|
2966
|
-
*/
|
|
2967
|
-
export declare const LambdaConflictHandlerConfigFilterSensitiveLog: (obj: LambdaConflictHandlerConfig) => any;
|
|
2968
|
-
/**
|
|
2969
|
-
* @internal
|
|
2970
|
-
*/
|
|
2971
|
-
export declare const SyncConfigFilterSensitiveLog: (obj: SyncConfig) => any;
|
|
2972
|
-
/**
|
|
2973
|
-
* @internal
|
|
2974
|
-
*/
|
|
2975
|
-
export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
|
|
2976
|
-
/**
|
|
2977
|
-
* @internal
|
|
2978
|
-
*/
|
|
2979
|
-
export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
2980
|
-
/**
|
|
2981
|
-
* @internal
|
|
2982
|
-
*/
|
|
2983
|
-
export declare const CreateFunctionResponseFilterSensitiveLog: (obj: CreateFunctionResponse) => any;
|
|
2984
|
-
/**
|
|
2985
|
-
* @internal
|
|
2986
|
-
*/
|
|
2987
|
-
export declare const LogConfigFilterSensitiveLog: (obj: LogConfig) => any;
|
|
2988
|
-
/**
|
|
2989
|
-
* @internal
|
|
2990
|
-
*/
|
|
2991
|
-
export declare const UserPoolConfigFilterSensitiveLog: (obj: UserPoolConfig) => any;
|
|
2992
|
-
/**
|
|
2993
|
-
* @internal
|
|
2994
|
-
*/
|
|
2995
|
-
export declare const CreateGraphqlApiRequestFilterSensitiveLog: (obj: CreateGraphqlApiRequest) => any;
|
|
2996
|
-
/**
|
|
2997
|
-
* @internal
|
|
2998
|
-
*/
|
|
2999
|
-
export declare const GraphqlApiFilterSensitiveLog: (obj: GraphqlApi) => any;
|
|
3000
|
-
/**
|
|
3001
|
-
* @internal
|
|
3002
|
-
*/
|
|
3003
|
-
export declare const CreateGraphqlApiResponseFilterSensitiveLog: (obj: CreateGraphqlApiResponse) => any;
|
|
3004
|
-
/**
|
|
3005
|
-
* @internal
|
|
3006
|
-
*/
|
|
3007
|
-
export declare const CachingConfigFilterSensitiveLog: (obj: CachingConfig) => any;
|
|
3008
|
-
/**
|
|
3009
|
-
* @internal
|
|
3010
|
-
*/
|
|
3011
|
-
export declare const PipelineConfigFilterSensitiveLog: (obj: PipelineConfig) => any;
|
|
3012
|
-
/**
|
|
3013
|
-
* @internal
|
|
3014
|
-
*/
|
|
3015
|
-
export declare const CreateResolverRequestFilterSensitiveLog: (obj: CreateResolverRequest) => any;
|
|
3016
|
-
/**
|
|
3017
|
-
* @internal
|
|
3018
|
-
*/
|
|
3019
|
-
export declare const ResolverFilterSensitiveLog: (obj: Resolver) => any;
|
|
3020
|
-
/**
|
|
3021
|
-
* @internal
|
|
3022
|
-
*/
|
|
3023
|
-
export declare const CreateResolverResponseFilterSensitiveLog: (obj: CreateResolverResponse) => any;
|
|
3024
|
-
/**
|
|
3025
|
-
* @internal
|
|
3026
|
-
*/
|
|
3027
|
-
export declare const CreateTypeRequestFilterSensitiveLog: (obj: CreateTypeRequest) => any;
|
|
3028
|
-
/**
|
|
3029
|
-
* @internal
|
|
3030
|
-
*/
|
|
3031
|
-
export declare const TypeFilterSensitiveLog: (obj: Type) => any;
|
|
3032
|
-
/**
|
|
3033
|
-
* @internal
|
|
3034
|
-
*/
|
|
3035
|
-
export declare const CreateTypeResponseFilterSensitiveLog: (obj: CreateTypeResponse) => any;
|
|
3036
|
-
/**
|
|
3037
|
-
* @internal
|
|
3038
|
-
*/
|
|
3039
|
-
export declare const DeleteApiCacheRequestFilterSensitiveLog: (obj: DeleteApiCacheRequest) => any;
|
|
3040
|
-
/**
|
|
3041
|
-
* @internal
|
|
3042
|
-
*/
|
|
3043
|
-
export declare const DeleteApiCacheResponseFilterSensitiveLog: (obj: DeleteApiCacheResponse) => any;
|
|
3044
|
-
/**
|
|
3045
|
-
* @internal
|
|
3046
|
-
*/
|
|
3047
|
-
export declare const DeleteApiKeyRequestFilterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
3048
|
-
/**
|
|
3049
|
-
* @internal
|
|
3050
|
-
*/
|
|
3051
|
-
export declare const DeleteApiKeyResponseFilterSensitiveLog: (obj: DeleteApiKeyResponse) => any;
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
export declare const DeleteDataSourceRequestFilterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
|
|
3056
|
-
/**
|
|
3057
|
-
* @internal
|
|
3058
|
-
*/
|
|
3059
|
-
export declare const DeleteDataSourceResponseFilterSensitiveLog: (obj: DeleteDataSourceResponse) => any;
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
export declare const DeleteDomainNameRequestFilterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
3064
|
-
/**
|
|
3065
|
-
* @internal
|
|
3066
|
-
*/
|
|
3067
|
-
export declare const DeleteDomainNameResponseFilterSensitiveLog: (obj: DeleteDomainNameResponse) => any;
|
|
3068
|
-
/**
|
|
3069
|
-
* @internal
|
|
3070
|
-
*/
|
|
3071
|
-
export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
|
|
3072
|
-
/**
|
|
3073
|
-
* @internal
|
|
3074
|
-
*/
|
|
3075
|
-
export declare const DeleteFunctionResponseFilterSensitiveLog: (obj: DeleteFunctionResponse) => any;
|
|
3076
|
-
/**
|
|
3077
|
-
* @internal
|
|
3078
|
-
*/
|
|
3079
|
-
export declare const DeleteGraphqlApiRequestFilterSensitiveLog: (obj: DeleteGraphqlApiRequest) => any;
|
|
3080
|
-
/**
|
|
3081
|
-
* @internal
|
|
3082
|
-
*/
|
|
3083
|
-
export declare const DeleteGraphqlApiResponseFilterSensitiveLog: (obj: DeleteGraphqlApiResponse) => any;
|
|
3084
|
-
/**
|
|
3085
|
-
* @internal
|
|
3086
|
-
*/
|
|
3087
|
-
export declare const DeleteResolverRequestFilterSensitiveLog: (obj: DeleteResolverRequest) => any;
|
|
3088
|
-
/**
|
|
3089
|
-
* @internal
|
|
3090
|
-
*/
|
|
3091
|
-
export declare const DeleteResolverResponseFilterSensitiveLog: (obj: DeleteResolverResponse) => any;
|
|
3092
|
-
/**
|
|
3093
|
-
* @internal
|
|
3094
|
-
*/
|
|
3095
|
-
export declare const DeleteTypeRequestFilterSensitiveLog: (obj: DeleteTypeRequest) => any;
|
|
3096
|
-
/**
|
|
3097
|
-
* @internal
|
|
3098
|
-
*/
|
|
3099
|
-
export declare const DeleteTypeResponseFilterSensitiveLog: (obj: DeleteTypeResponse) => any;
|
|
3100
|
-
/**
|
|
3101
|
-
* @internal
|
|
3102
|
-
*/
|
|
3103
|
-
export declare const DisassociateApiRequestFilterSensitiveLog: (obj: DisassociateApiRequest) => any;
|
|
3104
|
-
/**
|
|
3105
|
-
* @internal
|
|
3106
|
-
*/
|
|
3107
|
-
export declare const DisassociateApiResponseFilterSensitiveLog: (obj: DisassociateApiResponse) => any;
|
|
3108
|
-
/**
|
|
3109
|
-
* @internal
|
|
3110
|
-
*/
|
|
3111
|
-
export declare const EvaluateCodeRequestFilterSensitiveLog: (obj: EvaluateCodeRequest) => any;
|
|
3112
|
-
/**
|
|
3113
|
-
* @internal
|
|
3114
|
-
*/
|
|
3115
|
-
export declare const EvaluateCodeErrorDetailFilterSensitiveLog: (obj: EvaluateCodeErrorDetail) => any;
|
|
3116
|
-
/**
|
|
3117
|
-
* @internal
|
|
3118
|
-
*/
|
|
3119
|
-
export declare const EvaluateCodeResponseFilterSensitiveLog: (obj: EvaluateCodeResponse) => any;
|
|
3120
|
-
/**
|
|
3121
|
-
* @internal
|
|
3122
|
-
*/
|
|
3123
|
-
export declare const EvaluateMappingTemplateRequestFilterSensitiveLog: (obj: EvaluateMappingTemplateRequest) => any;
|
|
3124
|
-
/**
|
|
3125
|
-
* @internal
|
|
3126
|
-
*/
|
|
3127
|
-
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
3128
|
-
/**
|
|
3129
|
-
* @internal
|
|
3130
|
-
*/
|
|
3131
|
-
export declare const EvaluateMappingTemplateResponseFilterSensitiveLog: (obj: EvaluateMappingTemplateResponse) => any;
|
|
3132
|
-
/**
|
|
3133
|
-
* @internal
|
|
3134
|
-
*/
|
|
3135
|
-
export declare const FlushApiCacheRequestFilterSensitiveLog: (obj: FlushApiCacheRequest) => any;
|
|
3136
|
-
/**
|
|
3137
|
-
* @internal
|
|
3138
|
-
*/
|
|
3139
|
-
export declare const FlushApiCacheResponseFilterSensitiveLog: (obj: FlushApiCacheResponse) => any;
|
|
3140
|
-
/**
|
|
3141
|
-
* @internal
|
|
3142
|
-
*/
|
|
3143
|
-
export declare const GetApiAssociationRequestFilterSensitiveLog: (obj: GetApiAssociationRequest) => any;
|
|
3144
|
-
/**
|
|
3145
|
-
* @internal
|
|
3146
|
-
*/
|
|
3147
|
-
export declare const GetApiAssociationResponseFilterSensitiveLog: (obj: GetApiAssociationResponse) => any;
|
|
3148
|
-
/**
|
|
3149
|
-
* @internal
|
|
3150
|
-
*/
|
|
3151
|
-
export declare const GetApiCacheRequestFilterSensitiveLog: (obj: GetApiCacheRequest) => any;
|
|
3152
|
-
/**
|
|
3153
|
-
* @internal
|
|
3154
|
-
*/
|
|
3155
|
-
export declare const GetApiCacheResponseFilterSensitiveLog: (obj: GetApiCacheResponse) => any;
|
|
3156
|
-
/**
|
|
3157
|
-
* @internal
|
|
3158
|
-
*/
|
|
3159
|
-
export declare const GetDataSourceRequestFilterSensitiveLog: (obj: GetDataSourceRequest) => any;
|
|
3160
|
-
/**
|
|
3161
|
-
* @internal
|
|
3162
|
-
*/
|
|
3163
|
-
export declare const GetDataSourceResponseFilterSensitiveLog: (obj: GetDataSourceResponse) => any;
|
|
3164
|
-
/**
|
|
3165
|
-
* @internal
|
|
3166
|
-
*/
|
|
3167
|
-
export declare const GetDomainNameRequestFilterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
3168
|
-
/**
|
|
3169
|
-
* @internal
|
|
3170
|
-
*/
|
|
3171
|
-
export declare const GetDomainNameResponseFilterSensitiveLog: (obj: GetDomainNameResponse) => any;
|
|
3172
|
-
/**
|
|
3173
|
-
* @internal
|
|
3174
|
-
*/
|
|
3175
|
-
export declare const GetFunctionRequestFilterSensitiveLog: (obj: GetFunctionRequest) => any;
|
|
3176
|
-
/**
|
|
3177
|
-
* @internal
|
|
3178
|
-
*/
|
|
3179
|
-
export declare const GetFunctionResponseFilterSensitiveLog: (obj: GetFunctionResponse) => any;
|
|
3180
|
-
/**
|
|
3181
|
-
* @internal
|
|
3182
|
-
*/
|
|
3183
|
-
export declare const GetGraphqlApiRequestFilterSensitiveLog: (obj: GetGraphqlApiRequest) => any;
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
export declare const GetGraphqlApiResponseFilterSensitiveLog: (obj: GetGraphqlApiResponse) => any;
|
|
3188
|
-
/**
|
|
3189
|
-
* @internal
|
|
3190
|
-
*/
|
|
3191
|
-
export declare const GetIntrospectionSchemaRequestFilterSensitiveLog: (obj: GetIntrospectionSchemaRequest) => any;
|
|
3192
|
-
/**
|
|
3193
|
-
* @internal
|
|
3194
|
-
*/
|
|
3195
|
-
export declare const GetIntrospectionSchemaResponseFilterSensitiveLog: (obj: GetIntrospectionSchemaResponse) => any;
|
|
3196
|
-
/**
|
|
3197
|
-
* @internal
|
|
3198
|
-
*/
|
|
3199
|
-
export declare const GetResolverRequestFilterSensitiveLog: (obj: GetResolverRequest) => any;
|
|
3200
|
-
/**
|
|
3201
|
-
* @internal
|
|
3202
|
-
*/
|
|
3203
|
-
export declare const GetResolverResponseFilterSensitiveLog: (obj: GetResolverResponse) => any;
|
|
3204
|
-
/**
|
|
3205
|
-
* @internal
|
|
3206
|
-
*/
|
|
3207
|
-
export declare const GetSchemaCreationStatusRequestFilterSensitiveLog: (obj: GetSchemaCreationStatusRequest) => any;
|
|
3208
|
-
/**
|
|
3209
|
-
* @internal
|
|
3210
|
-
*/
|
|
3211
|
-
export declare const GetSchemaCreationStatusResponseFilterSensitiveLog: (obj: GetSchemaCreationStatusResponse) => any;
|
|
3212
|
-
/**
|
|
3213
|
-
* @internal
|
|
3214
|
-
*/
|
|
3215
|
-
export declare const GetTypeRequestFilterSensitiveLog: (obj: GetTypeRequest) => any;
|
|
3216
|
-
/**
|
|
3217
|
-
* @internal
|
|
3218
|
-
*/
|
|
3219
|
-
export declare const GetTypeResponseFilterSensitiveLog: (obj: GetTypeResponse) => any;
|
|
3220
|
-
/**
|
|
3221
|
-
* @internal
|
|
3222
|
-
*/
|
|
3223
|
-
export declare const ListApiKeysRequestFilterSensitiveLog: (obj: ListApiKeysRequest) => any;
|
|
3224
|
-
/**
|
|
3225
|
-
* @internal
|
|
3226
|
-
*/
|
|
3227
|
-
export declare const ListApiKeysResponseFilterSensitiveLog: (obj: ListApiKeysResponse) => any;
|
|
3228
|
-
/**
|
|
3229
|
-
* @internal
|
|
3230
|
-
*/
|
|
3231
|
-
export declare const ListDataSourcesRequestFilterSensitiveLog: (obj: ListDataSourcesRequest) => any;
|
|
3232
|
-
/**
|
|
3233
|
-
* @internal
|
|
3234
|
-
*/
|
|
3235
|
-
export declare const ListDataSourcesResponseFilterSensitiveLog: (obj: ListDataSourcesResponse) => any;
|
|
3236
|
-
/**
|
|
3237
|
-
* @internal
|
|
3238
|
-
*/
|
|
3239
|
-
export declare const ListDomainNamesRequestFilterSensitiveLog: (obj: ListDomainNamesRequest) => any;
|
|
3240
|
-
/**
|
|
3241
|
-
* @internal
|
|
3242
|
-
*/
|
|
3243
|
-
export declare const ListDomainNamesResponseFilterSensitiveLog: (obj: ListDomainNamesResponse) => any;
|
|
3244
|
-
/**
|
|
3245
|
-
* @internal
|
|
3246
|
-
*/
|
|
3247
|
-
export declare const ListFunctionsRequestFilterSensitiveLog: (obj: ListFunctionsRequest) => any;
|
|
3248
|
-
/**
|
|
3249
|
-
* @internal
|
|
3250
|
-
*/
|
|
3251
|
-
export declare const ListFunctionsResponseFilterSensitiveLog: (obj: ListFunctionsResponse) => any;
|
|
3252
|
-
/**
|
|
3253
|
-
* @internal
|
|
3254
|
-
*/
|
|
3255
|
-
export declare const ListGraphqlApisRequestFilterSensitiveLog: (obj: ListGraphqlApisRequest) => any;
|
|
3256
|
-
/**
|
|
3257
|
-
* @internal
|
|
3258
|
-
*/
|
|
3259
|
-
export declare const ListGraphqlApisResponseFilterSensitiveLog: (obj: ListGraphqlApisResponse) => any;
|
|
3260
|
-
/**
|
|
3261
|
-
* @internal
|
|
3262
|
-
*/
|
|
3263
|
-
export declare const ListResolversRequestFilterSensitiveLog: (obj: ListResolversRequest) => any;
|
|
3264
|
-
/**
|
|
3265
|
-
* @internal
|
|
3266
|
-
*/
|
|
3267
|
-
export declare const ListResolversResponseFilterSensitiveLog: (obj: ListResolversResponse) => any;
|
|
3268
|
-
/**
|
|
3269
|
-
* @internal
|
|
3270
|
-
*/
|
|
3271
|
-
export declare const ListResolversByFunctionRequestFilterSensitiveLog: (obj: ListResolversByFunctionRequest) => any;
|
|
3272
|
-
/**
|
|
3273
|
-
* @internal
|
|
3274
|
-
*/
|
|
3275
|
-
export declare const ListResolversByFunctionResponseFilterSensitiveLog: (obj: ListResolversByFunctionResponse) => any;
|
|
3276
|
-
/**
|
|
3277
|
-
* @internal
|
|
3278
|
-
*/
|
|
3279
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3280
|
-
/**
|
|
3281
|
-
* @internal
|
|
3282
|
-
*/
|
|
3283
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3284
|
-
/**
|
|
3285
|
-
* @internal
|
|
3286
|
-
*/
|
|
3287
|
-
export declare const ListTypesRequestFilterSensitiveLog: (obj: ListTypesRequest) => any;
|
|
3288
|
-
/**
|
|
3289
|
-
* @internal
|
|
3290
|
-
*/
|
|
3291
|
-
export declare const ListTypesResponseFilterSensitiveLog: (obj: ListTypesResponse) => any;
|
|
3292
|
-
/**
|
|
3293
|
-
* @internal
|
|
3294
|
-
*/
|
|
3295
|
-
export declare const StartSchemaCreationRequestFilterSensitiveLog: (obj: StartSchemaCreationRequest) => any;
|
|
3296
|
-
/**
|
|
3297
|
-
* @internal
|
|
3298
|
-
*/
|
|
3299
|
-
export declare const StartSchemaCreationResponseFilterSensitiveLog: (obj: StartSchemaCreationResponse) => any;
|
|
3300
|
-
/**
|
|
3301
|
-
* @internal
|
|
3302
|
-
*/
|
|
3303
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3304
|
-
/**
|
|
3305
|
-
* @internal
|
|
3306
|
-
*/
|
|
3307
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3308
|
-
/**
|
|
3309
|
-
* @internal
|
|
3310
|
-
*/
|
|
3311
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3312
|
-
/**
|
|
3313
|
-
* @internal
|
|
3314
|
-
*/
|
|
3315
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3316
|
-
/**
|
|
3317
|
-
* @internal
|
|
3318
|
-
*/
|
|
3319
|
-
export declare const UpdateApiCacheRequestFilterSensitiveLog: (obj: UpdateApiCacheRequest) => any;
|
|
3320
|
-
/**
|
|
3321
|
-
* @internal
|
|
3322
|
-
*/
|
|
3323
|
-
export declare const UpdateApiCacheResponseFilterSensitiveLog: (obj: UpdateApiCacheResponse) => any;
|
|
3324
|
-
/**
|
|
3325
|
-
* @internal
|
|
3326
|
-
*/
|
|
3327
|
-
export declare const UpdateApiKeyRequestFilterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
3328
|
-
/**
|
|
3329
|
-
* @internal
|
|
3330
|
-
*/
|
|
3331
|
-
export declare const UpdateApiKeyResponseFilterSensitiveLog: (obj: UpdateApiKeyResponse) => any;
|
|
3332
|
-
/**
|
|
3333
|
-
* @internal
|
|
3334
|
-
*/
|
|
3335
|
-
export declare const UpdateDataSourceRequestFilterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
|
|
3336
|
-
/**
|
|
3337
|
-
* @internal
|
|
3338
|
-
*/
|
|
3339
|
-
export declare const UpdateDataSourceResponseFilterSensitiveLog: (obj: UpdateDataSourceResponse) => any;
|
|
3340
|
-
/**
|
|
3341
|
-
* @internal
|
|
3342
|
-
*/
|
|
3343
|
-
export declare const UpdateDomainNameRequestFilterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
3344
|
-
/**
|
|
3345
|
-
* @internal
|
|
3346
|
-
*/
|
|
3347
|
-
export declare const UpdateDomainNameResponseFilterSensitiveLog: (obj: UpdateDomainNameResponse) => any;
|
|
3348
|
-
/**
|
|
3349
|
-
* @internal
|
|
3350
|
-
*/
|
|
3351
|
-
export declare const UpdateFunctionRequestFilterSensitiveLog: (obj: UpdateFunctionRequest) => any;
|
|
3352
|
-
/**
|
|
3353
|
-
* @internal
|
|
3354
|
-
*/
|
|
3355
|
-
export declare const UpdateFunctionResponseFilterSensitiveLog: (obj: UpdateFunctionResponse) => any;
|
|
3356
|
-
/**
|
|
3357
|
-
* @internal
|
|
3358
|
-
*/
|
|
3359
|
-
export declare const UpdateGraphqlApiRequestFilterSensitiveLog: (obj: UpdateGraphqlApiRequest) => any;
|
|
3360
|
-
/**
|
|
3361
|
-
* @internal
|
|
3362
|
-
*/
|
|
3363
|
-
export declare const UpdateGraphqlApiResponseFilterSensitiveLog: (obj: UpdateGraphqlApiResponse) => any;
|
|
3364
|
-
/**
|
|
3365
|
-
* @internal
|
|
3366
|
-
*/
|
|
3367
|
-
export declare const UpdateResolverRequestFilterSensitiveLog: (obj: UpdateResolverRequest) => any;
|
|
3368
|
-
/**
|
|
3369
|
-
* @internal
|
|
3370
|
-
*/
|
|
3371
|
-
export declare const UpdateResolverResponseFilterSensitiveLog: (obj: UpdateResolverResponse) => any;
|
|
3372
|
-
/**
|
|
3373
|
-
* @internal
|
|
3374
|
-
*/
|
|
3375
|
-
export declare const UpdateTypeRequestFilterSensitiveLog: (obj: UpdateTypeRequest) => any;
|
|
3376
|
-
/**
|
|
3377
|
-
* @internal
|
|
3378
|
-
*/
|
|
3379
|
-
export declare const UpdateTypeResponseFilterSensitiveLog: (obj: UpdateTypeResponse) => any;
|