@aws-sdk/client-appsync 3.130.0 → 3.141.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 +31 -0
- package/README.md +1 -1
- package/dist-cjs/AppSync.js +15 -0
- package/dist-cjs/commands/AssociateApiCommand.js +2 -2
- package/dist-cjs/commands/CreateApiCacheCommand.js +2 -2
- package/dist-cjs/commands/CreateApiKeyCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -2
- package/dist-cjs/commands/CreateResolverCommand.js +2 -2
- package/dist-cjs/commands/CreateTypeCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -2
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -2
- package/dist-cjs/commands/DeleteResolverCommand.js +2 -2
- package/dist-cjs/commands/DeleteTypeCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApiCommand.js +2 -2
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +36 -0
- package/dist-cjs/commands/FlushApiCacheCommand.js +2 -2
- package/dist-cjs/commands/GetApiAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetApiCacheCommand.js +2 -2
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -2
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionCommand.js +2 -2
- package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -2
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -2
- package/dist-cjs/commands/GetResolverCommand.js +2 -2
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -2
- package/dist-cjs/commands/GetTypeCommand.js +2 -2
- package/dist-cjs/commands/ListApiKeysCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
- package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -2
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -2
- package/dist-cjs/commands/ListResolversCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTypesCommand.js +2 -2
- package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionCommand.js +2 -2
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -2
- package/dist-cjs/commands/UpdateResolverCommand.js +2 -2
- package/dist-cjs/commands/UpdateTypeCommand.js +2 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +524 -766
- package/dist-cjs/protocols/Aws_restJson1.js +77 -2
- package/dist-es/AppSync.js +15 -0
- package/dist-es/commands/AssociateApiCommand.js +3 -3
- package/dist-es/commands/CreateApiCacheCommand.js +3 -3
- package/dist-es/commands/CreateApiKeyCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateDomainNameCommand.js +3 -3
- package/dist-es/commands/CreateFunctionCommand.js +3 -3
- package/dist-es/commands/CreateGraphqlApiCommand.js +3 -3
- package/dist-es/commands/CreateResolverCommand.js +3 -3
- package/dist-es/commands/CreateTypeCommand.js +3 -3
- package/dist-es/commands/DeleteApiCacheCommand.js +3 -3
- package/dist-es/commands/DeleteApiKeyCommand.js +3 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteDomainNameCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionCommand.js +3 -3
- package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -3
- package/dist-es/commands/DeleteResolverCommand.js +3 -3
- package/dist-es/commands/DeleteTypeCommand.js +3 -3
- package/dist-es/commands/DisassociateApiCommand.js +3 -3
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +39 -0
- package/dist-es/commands/FlushApiCacheCommand.js +3 -3
- package/dist-es/commands/GetApiAssociationCommand.js +3 -3
- package/dist-es/commands/GetApiCacheCommand.js +3 -3
- package/dist-es/commands/GetDataSourceCommand.js +3 -3
- package/dist-es/commands/GetDomainNameCommand.js +3 -3
- package/dist-es/commands/GetFunctionCommand.js +3 -3
- package/dist-es/commands/GetGraphqlApiCommand.js +3 -3
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -3
- package/dist-es/commands/GetResolverCommand.js +3 -3
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -3
- package/dist-es/commands/GetTypeCommand.js +3 -3
- package/dist-es/commands/ListApiKeysCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListDomainNamesCommand.js +3 -3
- package/dist-es/commands/ListFunctionsCommand.js +3 -3
- package/dist-es/commands/ListGraphqlApisCommand.js +3 -3
- package/dist-es/commands/ListResolversByFunctionCommand.js +3 -3
- package/dist-es/commands/ListResolversCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTypesCommand.js +3 -3
- package/dist-es/commands/StartSchemaCreationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApiCacheCommand.js +3 -3
- package/dist-es/commands/UpdateApiKeyCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionCommand.js +3 -3
- package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -3
- package/dist-es/commands/UpdateResolverCommand.js +3 -3
- package/dist-es/commands/UpdateTypeCommand.js +3 -3
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +130 -508
- package/dist-es/protocols/Aws_restJson1.js +98 -0
- package/dist-types/AppSync.d.ts +13 -0
- package/dist-types/AppSyncClient.d.ts +3 -2
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +41 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +551 -761
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/ts3.4/AppSync.d.ts +5 -0
- package/dist-types/ts3.4/AppSyncClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +275 -506
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
- package/package.json +7 -7
|
@@ -53,12 +53,6 @@ export interface LambdaAuthorizerConfig {
|
|
|
53
53
|
*/
|
|
54
54
|
identityValidationExpression?: string;
|
|
55
55
|
}
|
|
56
|
-
export declare namespace LambdaAuthorizerConfig {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
const filterSensitiveLog: (obj: LambdaAuthorizerConfig) => any;
|
|
61
|
-
}
|
|
62
56
|
/**
|
|
63
57
|
* <p>Describes an OpenID Connect (OIDC) configuration.</p>
|
|
64
58
|
*/
|
|
@@ -84,12 +78,6 @@ export interface OpenIDConnectConfig {
|
|
|
84
78
|
*/
|
|
85
79
|
authTTL?: number;
|
|
86
80
|
}
|
|
87
|
-
export declare namespace OpenIDConnectConfig {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
const filterSensitiveLog: (obj: OpenIDConnectConfig) => any;
|
|
92
|
-
}
|
|
93
81
|
/**
|
|
94
82
|
* <p>Describes an Amazon Cognito user pool configuration.</p>
|
|
95
83
|
*/
|
|
@@ -104,16 +92,10 @@ export interface CognitoUserPoolConfig {
|
|
|
104
92
|
awsRegion: string | undefined;
|
|
105
93
|
/**
|
|
106
94
|
* <p>A regular expression for validating the incoming Amazon Cognito user pool app client
|
|
107
|
-
* ID.</p>
|
|
95
|
+
* ID. If this value isn't set, no filtering is applied.</p>
|
|
108
96
|
*/
|
|
109
97
|
appIdClientRegex?: string;
|
|
110
98
|
}
|
|
111
|
-
export declare namespace CognitoUserPoolConfig {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
const filterSensitiveLog: (obj: CognitoUserPoolConfig) => any;
|
|
116
|
-
}
|
|
117
99
|
/**
|
|
118
100
|
* <p>Describes an additional authentication provider.</p>
|
|
119
101
|
*/
|
|
@@ -136,12 +118,6 @@ export interface AdditionalAuthenticationProvider {
|
|
|
136
118
|
*/
|
|
137
119
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
138
120
|
}
|
|
139
|
-
export declare namespace AdditionalAuthenticationProvider {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
const filterSensitiveLog: (obj: AdditionalAuthenticationProvider) => any;
|
|
144
|
-
}
|
|
145
121
|
export declare enum AssociationStatus {
|
|
146
122
|
Failed = "FAILED",
|
|
147
123
|
Processing = "PROCESSING",
|
|
@@ -185,12 +161,6 @@ export interface ApiAssociation {
|
|
|
185
161
|
*/
|
|
186
162
|
deploymentDetail?: string;
|
|
187
163
|
}
|
|
188
|
-
export declare namespace ApiAssociation {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
const filterSensitiveLog: (obj: ApiAssociation) => any;
|
|
193
|
-
}
|
|
194
164
|
export declare enum ApiCachingBehavior {
|
|
195
165
|
FULL_REQUEST_CACHING = "FULL_REQUEST_CACHING",
|
|
196
166
|
PER_RESOLVER_CACHING = "PER_RESOLVER_CACHING"
|
|
@@ -362,12 +332,6 @@ export interface ApiCache {
|
|
|
362
332
|
*/
|
|
363
333
|
status?: ApiCacheStatus | string;
|
|
364
334
|
}
|
|
365
|
-
export declare namespace ApiCache {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
const filterSensitiveLog: (obj: ApiCache) => any;
|
|
370
|
-
}
|
|
371
335
|
/**
|
|
372
336
|
* <p>Describes an API key.</p>
|
|
373
337
|
* <p>Customers invoke AppSync GraphQL API operations with API keys as an
|
|
@@ -458,12 +422,6 @@ export interface ApiKey {
|
|
|
458
422
|
*/
|
|
459
423
|
deletes?: number;
|
|
460
424
|
}
|
|
461
|
-
export declare namespace ApiKey {
|
|
462
|
-
/**
|
|
463
|
-
* @internal
|
|
464
|
-
*/
|
|
465
|
-
const filterSensitiveLog: (obj: ApiKey) => any;
|
|
466
|
-
}
|
|
467
425
|
/**
|
|
468
426
|
* <p>The API key exceeded a limit. Try your request again.</p>
|
|
469
427
|
*/
|
|
@@ -508,24 +466,12 @@ export interface AssociateApiRequest {
|
|
|
508
466
|
*/
|
|
509
467
|
apiId: string | undefined;
|
|
510
468
|
}
|
|
511
|
-
export declare namespace AssociateApiRequest {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
|
-
const filterSensitiveLog: (obj: AssociateApiRequest) => any;
|
|
516
|
-
}
|
|
517
469
|
export interface AssociateApiResponse {
|
|
518
470
|
/**
|
|
519
471
|
* <p>The <code>ApiAssociation</code> object.</p>
|
|
520
472
|
*/
|
|
521
473
|
apiAssociation?: ApiAssociation;
|
|
522
474
|
}
|
|
523
|
-
export declare namespace AssociateApiResponse {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
|
-
const filterSensitiveLog: (obj: AssociateApiResponse) => any;
|
|
528
|
-
}
|
|
529
475
|
/**
|
|
530
476
|
* <p>The request is not well formed. For example, a value is invalid or a required field is
|
|
531
477
|
* missing. Check the field values, and then try again.</p>
|
|
@@ -577,12 +523,6 @@ export interface AwsIamConfig {
|
|
|
577
523
|
*/
|
|
578
524
|
signingServiceName?: string;
|
|
579
525
|
}
|
|
580
|
-
export declare namespace AwsIamConfig {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
|
-
const filterSensitiveLog: (obj: AwsIamConfig) => any;
|
|
585
|
-
}
|
|
586
526
|
/**
|
|
587
527
|
* <p>The authorization configuration in case the HTTP endpoint requires authorization.</p>
|
|
588
528
|
*/
|
|
@@ -603,12 +543,6 @@ export interface AuthorizationConfig {
|
|
|
603
543
|
*/
|
|
604
544
|
awsIamConfig?: AwsIamConfig;
|
|
605
545
|
}
|
|
606
|
-
export declare namespace AuthorizationConfig {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
|
-
const filterSensitiveLog: (obj: AuthorizationConfig) => any;
|
|
611
|
-
}
|
|
612
546
|
/**
|
|
613
547
|
* <p>Another modification is in progress at this time and it must complete before you can
|
|
614
548
|
* make your change.</p>
|
|
@@ -737,12 +671,6 @@ export interface CreateApiCacheRequest {
|
|
|
737
671
|
*/
|
|
738
672
|
type: ApiCacheType | string | undefined;
|
|
739
673
|
}
|
|
740
|
-
export declare namespace CreateApiCacheRequest {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
|
-
const filterSensitiveLog: (obj: CreateApiCacheRequest) => any;
|
|
745
|
-
}
|
|
746
674
|
/**
|
|
747
675
|
* <p>Represents the output of a <code>CreateApiCache</code> operation.</p>
|
|
748
676
|
*/
|
|
@@ -752,12 +680,6 @@ export interface CreateApiCacheResponse {
|
|
|
752
680
|
*/
|
|
753
681
|
apiCache?: ApiCache;
|
|
754
682
|
}
|
|
755
|
-
export declare namespace CreateApiCacheResponse {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
|
-
const filterSensitiveLog: (obj: CreateApiCacheResponse) => any;
|
|
760
|
-
}
|
|
761
683
|
/**
|
|
762
684
|
* <p>You aren't authorized to perform this operation.</p>
|
|
763
685
|
*/
|
|
@@ -785,24 +707,12 @@ export interface CreateApiKeyRequest {
|
|
|
785
707
|
*/
|
|
786
708
|
expires?: number;
|
|
787
709
|
}
|
|
788
|
-
export declare namespace CreateApiKeyRequest {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
|
-
const filterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
793
|
-
}
|
|
794
710
|
export interface CreateApiKeyResponse {
|
|
795
711
|
/**
|
|
796
712
|
* <p>The API key.</p>
|
|
797
713
|
*/
|
|
798
714
|
apiKey?: ApiKey;
|
|
799
715
|
}
|
|
800
|
-
export declare namespace CreateApiKeyResponse {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
|
-
const filterSensitiveLog: (obj: CreateApiKeyResponse) => any;
|
|
805
|
-
}
|
|
806
716
|
/**
|
|
807
717
|
* <p>The request exceeded a limit. Try your request again.</p>
|
|
808
718
|
*/
|
|
@@ -832,12 +742,6 @@ export interface DeltaSyncConfig {
|
|
|
832
742
|
*/
|
|
833
743
|
deltaSyncTableTTL?: number;
|
|
834
744
|
}
|
|
835
|
-
export declare namespace DeltaSyncConfig {
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
|
-
const filterSensitiveLog: (obj: DeltaSyncConfig) => any;
|
|
840
|
-
}
|
|
841
745
|
/**
|
|
842
746
|
* <p>Describes an Amazon DynamoDB data source configuration.</p>
|
|
843
747
|
*/
|
|
@@ -863,12 +767,6 @@ export interface DynamodbDataSourceConfig {
|
|
|
863
767
|
*/
|
|
864
768
|
versioned?: boolean;
|
|
865
769
|
}
|
|
866
|
-
export declare namespace DynamodbDataSourceConfig {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
|
-
const filterSensitiveLog: (obj: DynamodbDataSourceConfig) => any;
|
|
871
|
-
}
|
|
872
770
|
/**
|
|
873
771
|
* <p>Describes an OpenSearch data source configuration.</p>
|
|
874
772
|
* <p>As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This
|
|
@@ -885,12 +783,6 @@ export interface ElasticsearchDataSourceConfig {
|
|
|
885
783
|
*/
|
|
886
784
|
awsRegion: string | undefined;
|
|
887
785
|
}
|
|
888
|
-
export declare namespace ElasticsearchDataSourceConfig {
|
|
889
|
-
/**
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
892
|
-
const filterSensitiveLog: (obj: ElasticsearchDataSourceConfig) => any;
|
|
893
|
-
}
|
|
894
786
|
/**
|
|
895
787
|
* <p>Describes an HTTP data source configuration.</p>
|
|
896
788
|
*/
|
|
@@ -907,12 +799,6 @@ export interface HttpDataSourceConfig {
|
|
|
907
799
|
*/
|
|
908
800
|
authorizationConfig?: AuthorizationConfig;
|
|
909
801
|
}
|
|
910
|
-
export declare namespace HttpDataSourceConfig {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
|
-
const filterSensitiveLog: (obj: HttpDataSourceConfig) => any;
|
|
915
|
-
}
|
|
916
802
|
/**
|
|
917
803
|
* <p>Describes an Lambda data source configuration.</p>
|
|
918
804
|
*/
|
|
@@ -922,12 +808,6 @@ export interface LambdaDataSourceConfig {
|
|
|
922
808
|
*/
|
|
923
809
|
lambdaFunctionArn: string | undefined;
|
|
924
810
|
}
|
|
925
|
-
export declare namespace LambdaDataSourceConfig {
|
|
926
|
-
/**
|
|
927
|
-
* @internal
|
|
928
|
-
*/
|
|
929
|
-
const filterSensitiveLog: (obj: LambdaDataSourceConfig) => any;
|
|
930
|
-
}
|
|
931
811
|
/**
|
|
932
812
|
* <p>Describes an OpenSearch data source configuration.</p>
|
|
933
813
|
*/
|
|
@@ -941,12 +821,6 @@ export interface OpenSearchServiceDataSourceConfig {
|
|
|
941
821
|
*/
|
|
942
822
|
awsRegion: string | undefined;
|
|
943
823
|
}
|
|
944
|
-
export declare namespace OpenSearchServiceDataSourceConfig {
|
|
945
|
-
/**
|
|
946
|
-
* @internal
|
|
947
|
-
*/
|
|
948
|
-
const filterSensitiveLog: (obj: OpenSearchServiceDataSourceConfig) => any;
|
|
949
|
-
}
|
|
950
824
|
/**
|
|
951
825
|
* <p>The Amazon Relational Database Service (Amazon RDS) HTTP endpoint configuration.</p>
|
|
952
826
|
*/
|
|
@@ -973,12 +847,6 @@ export interface RdsHttpEndpointConfig {
|
|
|
973
847
|
*/
|
|
974
848
|
awsSecretStoreArn?: string;
|
|
975
849
|
}
|
|
976
|
-
export declare namespace RdsHttpEndpointConfig {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
|
-
const filterSensitiveLog: (obj: RdsHttpEndpointConfig) => any;
|
|
981
|
-
}
|
|
982
850
|
export declare enum RelationalDatabaseSourceType {
|
|
983
851
|
RDS_HTTP_ENDPOINT = "RDS_HTTP_ENDPOINT"
|
|
984
852
|
}
|
|
@@ -1003,12 +871,6 @@ export interface RelationalDatabaseDataSourceConfig {
|
|
|
1003
871
|
*/
|
|
1004
872
|
rdsHttpEndpointConfig?: RdsHttpEndpointConfig;
|
|
1005
873
|
}
|
|
1006
|
-
export declare namespace RelationalDatabaseDataSourceConfig {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
const filterSensitiveLog: (obj: RelationalDatabaseDataSourceConfig) => any;
|
|
1011
|
-
}
|
|
1012
874
|
export declare enum DataSourceType {
|
|
1013
875
|
AMAZON_DYNAMODB = "AMAZON_DYNAMODB",
|
|
1014
876
|
AMAZON_ELASTICSEARCH = "AMAZON_ELASTICSEARCH",
|
|
@@ -1067,12 +929,6 @@ export interface CreateDataSourceRequest {
|
|
|
1067
929
|
*/
|
|
1068
930
|
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
1069
931
|
}
|
|
1070
|
-
export declare namespace CreateDataSourceRequest {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
const filterSensitiveLog: (obj: CreateDataSourceRequest) => any;
|
|
1075
|
-
}
|
|
1076
932
|
/**
|
|
1077
933
|
* <p>Describes a data source.</p>
|
|
1078
934
|
*/
|
|
@@ -1160,24 +1016,12 @@ export interface DataSource {
|
|
|
1160
1016
|
*/
|
|
1161
1017
|
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
1162
1018
|
}
|
|
1163
|
-
export declare namespace DataSource {
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
*/
|
|
1167
|
-
const filterSensitiveLog: (obj: DataSource) => any;
|
|
1168
|
-
}
|
|
1169
1019
|
export interface CreateDataSourceResponse {
|
|
1170
1020
|
/**
|
|
1171
1021
|
* <p>The <code>DataSource</code> object.</p>
|
|
1172
1022
|
*/
|
|
1173
1023
|
dataSource?: DataSource;
|
|
1174
1024
|
}
|
|
1175
|
-
export declare namespace CreateDataSourceResponse {
|
|
1176
|
-
/**
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
1179
|
-
const filterSensitiveLog: (obj: CreateDataSourceResponse) => any;
|
|
1180
|
-
}
|
|
1181
1025
|
export interface CreateDomainNameRequest {
|
|
1182
1026
|
/**
|
|
1183
1027
|
* <p>The domain name.</p>
|
|
@@ -1194,12 +1038,6 @@ export interface CreateDomainNameRequest {
|
|
|
1194
1038
|
*/
|
|
1195
1039
|
description?: string;
|
|
1196
1040
|
}
|
|
1197
|
-
export declare namespace CreateDomainNameRequest {
|
|
1198
|
-
/**
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
1201
|
-
const filterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
1202
|
-
}
|
|
1203
1041
|
/**
|
|
1204
1042
|
* <p>Describes a configuration for a custom domain.</p>
|
|
1205
1043
|
*/
|
|
@@ -1223,28 +1061,16 @@ export interface DomainNameConfig {
|
|
|
1223
1061
|
*/
|
|
1224
1062
|
appsyncDomainName?: string;
|
|
1225
1063
|
/**
|
|
1226
|
-
* <p>The ID of your Amazon Route
|
|
1064
|
+
* <p>The ID of your Amazon Route 53 hosted zone.</p>
|
|
1227
1065
|
*/
|
|
1228
1066
|
hostedZoneId?: string;
|
|
1229
1067
|
}
|
|
1230
|
-
export declare namespace DomainNameConfig {
|
|
1231
|
-
/**
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
1234
|
-
const filterSensitiveLog: (obj: DomainNameConfig) => any;
|
|
1235
|
-
}
|
|
1236
1068
|
export interface CreateDomainNameResponse {
|
|
1237
1069
|
/**
|
|
1238
1070
|
* <p>The configuration for the <code>DomainName</code>.</p>
|
|
1239
1071
|
*/
|
|
1240
1072
|
domainNameConfig?: DomainNameConfig;
|
|
1241
1073
|
}
|
|
1242
|
-
export declare namespace CreateDomainNameResponse {
|
|
1243
|
-
/**
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
1246
|
-
const filterSensitiveLog: (obj: CreateDomainNameResponse) => any;
|
|
1247
|
-
}
|
|
1248
1074
|
export declare enum ConflictDetectionType {
|
|
1249
1075
|
NONE = "NONE",
|
|
1250
1076
|
VERSION = "VERSION"
|
|
@@ -1266,12 +1092,6 @@ export interface LambdaConflictHandlerConfig {
|
|
|
1266
1092
|
*/
|
|
1267
1093
|
lambdaConflictHandlerArn?: string;
|
|
1268
1094
|
}
|
|
1269
|
-
export declare namespace LambdaConflictHandlerConfig {
|
|
1270
|
-
/**
|
|
1271
|
-
* @internal
|
|
1272
|
-
*/
|
|
1273
|
-
const filterSensitiveLog: (obj: LambdaConflictHandlerConfig) => any;
|
|
1274
|
-
}
|
|
1275
1095
|
/**
|
|
1276
1096
|
* <p>Describes a Sync configuration for a resolver.</p>
|
|
1277
1097
|
* <p>Specifies which Conflict Detection strategy and Resolution strategy to use when the
|
|
@@ -1322,12 +1142,6 @@ export interface SyncConfig {
|
|
|
1322
1142
|
*/
|
|
1323
1143
|
lambdaConflictHandlerConfig?: LambdaConflictHandlerConfig;
|
|
1324
1144
|
}
|
|
1325
|
-
export declare namespace SyncConfig {
|
|
1326
|
-
/**
|
|
1327
|
-
* @internal
|
|
1328
|
-
*/
|
|
1329
|
-
const filterSensitiveLog: (obj: SyncConfig) => any;
|
|
1330
|
-
}
|
|
1331
1145
|
export interface CreateFunctionRequest {
|
|
1332
1146
|
/**
|
|
1333
1147
|
* <p>The GraphQL API ID.</p>
|
|
@@ -1371,12 +1185,6 @@ export interface CreateFunctionRequest {
|
|
|
1371
1185
|
*/
|
|
1372
1186
|
maxBatchSize?: number;
|
|
1373
1187
|
}
|
|
1374
|
-
export declare namespace CreateFunctionRequest {
|
|
1375
|
-
/**
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
1378
|
-
const filterSensitiveLog: (obj: CreateFunctionRequest) => any;
|
|
1379
|
-
}
|
|
1380
1188
|
/**
|
|
1381
1189
|
* <p>A function is a reusable entity. You can use multiple functions to compose the resolver
|
|
1382
1190
|
* logic.</p>
|
|
@@ -1427,24 +1235,12 @@ export interface FunctionConfiguration {
|
|
|
1427
1235
|
*/
|
|
1428
1236
|
maxBatchSize?: number;
|
|
1429
1237
|
}
|
|
1430
|
-
export declare namespace FunctionConfiguration {
|
|
1431
|
-
/**
|
|
1432
|
-
* @internal
|
|
1433
|
-
*/
|
|
1434
|
-
const filterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
1435
|
-
}
|
|
1436
1238
|
export interface CreateFunctionResponse {
|
|
1437
1239
|
/**
|
|
1438
1240
|
* <p>The <code>Function</code> object.</p>
|
|
1439
1241
|
*/
|
|
1440
1242
|
functionConfiguration?: FunctionConfiguration;
|
|
1441
1243
|
}
|
|
1442
|
-
export declare namespace CreateFunctionResponse {
|
|
1443
|
-
/**
|
|
1444
|
-
* @internal
|
|
1445
|
-
*/
|
|
1446
|
-
const filterSensitiveLog: (obj: CreateFunctionResponse) => any;
|
|
1447
|
-
}
|
|
1448
1244
|
export declare enum FieldLogLevel {
|
|
1449
1245
|
ALL = "ALL",
|
|
1450
1246
|
ERROR = "ERROR",
|
|
@@ -1507,12 +1303,6 @@ export interface LogConfig {
|
|
|
1507
1303
|
*/
|
|
1508
1304
|
excludeVerboseContent?: boolean;
|
|
1509
1305
|
}
|
|
1510
|
-
export declare namespace LogConfig {
|
|
1511
|
-
/**
|
|
1512
|
-
* @internal
|
|
1513
|
-
*/
|
|
1514
|
-
const filterSensitiveLog: (obj: LogConfig) => any;
|
|
1515
|
-
}
|
|
1516
1306
|
export declare enum DefaultAction {
|
|
1517
1307
|
ALLOW = "ALLOW",
|
|
1518
1308
|
DENY = "DENY"
|
|
@@ -1536,16 +1326,10 @@ export interface UserPoolConfig {
|
|
|
1536
1326
|
defaultAction: DefaultAction | string | undefined;
|
|
1537
1327
|
/**
|
|
1538
1328
|
* <p>A regular expression for validating the incoming Amazon Cognito user pool app client
|
|
1539
|
-
* ID.</p>
|
|
1329
|
+
* ID. If this value isn't set, no filtering is applied.</p>
|
|
1540
1330
|
*/
|
|
1541
1331
|
appIdClientRegex?: string;
|
|
1542
1332
|
}
|
|
1543
|
-
export declare namespace UserPoolConfig {
|
|
1544
|
-
/**
|
|
1545
|
-
* @internal
|
|
1546
|
-
*/
|
|
1547
|
-
const filterSensitiveLog: (obj: UserPoolConfig) => any;
|
|
1548
|
-
}
|
|
1549
1333
|
export interface CreateGraphqlApiRequest {
|
|
1550
1334
|
/**
|
|
1551
1335
|
* <p>A user-supplied name for the <code>GraphqlApi</code>.</p>
|
|
@@ -1587,12 +1371,6 @@ export interface CreateGraphqlApiRequest {
|
|
|
1587
1371
|
*/
|
|
1588
1372
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
1589
1373
|
}
|
|
1590
|
-
export declare namespace CreateGraphqlApiRequest {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
const filterSensitiveLog: (obj: CreateGraphqlApiRequest) => any;
|
|
1595
|
-
}
|
|
1596
1374
|
/**
|
|
1597
1375
|
* <p>Describes a GraphQL API.</p>
|
|
1598
1376
|
*/
|
|
@@ -1653,24 +1431,12 @@ export interface GraphqlApi {
|
|
|
1653
1431
|
*/
|
|
1654
1432
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
1655
1433
|
}
|
|
1656
|
-
export declare namespace GraphqlApi {
|
|
1657
|
-
/**
|
|
1658
|
-
* @internal
|
|
1659
|
-
*/
|
|
1660
|
-
const filterSensitiveLog: (obj: GraphqlApi) => any;
|
|
1661
|
-
}
|
|
1662
1434
|
export interface CreateGraphqlApiResponse {
|
|
1663
1435
|
/**
|
|
1664
1436
|
* <p>The <code>GraphqlApi</code>.</p>
|
|
1665
1437
|
*/
|
|
1666
1438
|
graphqlApi?: GraphqlApi;
|
|
1667
1439
|
}
|
|
1668
|
-
export declare namespace CreateGraphqlApiResponse {
|
|
1669
|
-
/**
|
|
1670
|
-
* @internal
|
|
1671
|
-
*/
|
|
1672
|
-
const filterSensitiveLog: (obj: CreateGraphqlApiResponse) => any;
|
|
1673
|
-
}
|
|
1674
1440
|
/**
|
|
1675
1441
|
* <p>The caching configuration for a resolver that has caching activated.</p>
|
|
1676
1442
|
*/
|
|
@@ -1679,7 +1445,7 @@ export interface CachingConfig {
|
|
|
1679
1445
|
* <p>The TTL in seconds for a resolver that has caching activated.</p>
|
|
1680
1446
|
* <p>Valid values are 1–3,600 seconds.</p>
|
|
1681
1447
|
*/
|
|
1682
|
-
ttl
|
|
1448
|
+
ttl: number | undefined;
|
|
1683
1449
|
/**
|
|
1684
1450
|
* <p>The caching keys for a resolver that has caching activated.</p>
|
|
1685
1451
|
* <p>Valid values are entries from the <code>$context.arguments</code>,
|
|
@@ -1687,12 +1453,6 @@ export interface CachingConfig {
|
|
|
1687
1453
|
*/
|
|
1688
1454
|
cachingKeys?: string[];
|
|
1689
1455
|
}
|
|
1690
|
-
export declare namespace CachingConfig {
|
|
1691
|
-
/**
|
|
1692
|
-
* @internal
|
|
1693
|
-
*/
|
|
1694
|
-
const filterSensitiveLog: (obj: CachingConfig) => any;
|
|
1695
|
-
}
|
|
1696
1456
|
export declare enum ResolverKind {
|
|
1697
1457
|
PIPELINE = "PIPELINE",
|
|
1698
1458
|
UNIT = "UNIT"
|
|
@@ -1706,12 +1466,6 @@ export interface PipelineConfig {
|
|
|
1706
1466
|
*/
|
|
1707
1467
|
functions?: string[];
|
|
1708
1468
|
}
|
|
1709
|
-
export declare namespace PipelineConfig {
|
|
1710
|
-
/**
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
1713
|
-
const filterSensitiveLog: (obj: PipelineConfig) => any;
|
|
1714
|
-
}
|
|
1715
1469
|
export interface CreateResolverRequest {
|
|
1716
1470
|
/**
|
|
1717
1471
|
* <p>The ID for the GraphQL API for which the resolver is being created.</p>
|
|
@@ -1779,12 +1533,6 @@ export interface CreateResolverRequest {
|
|
|
1779
1533
|
*/
|
|
1780
1534
|
maxBatchSize?: number;
|
|
1781
1535
|
}
|
|
1782
|
-
export declare namespace CreateResolverRequest {
|
|
1783
|
-
/**
|
|
1784
|
-
* @internal
|
|
1785
|
-
*/
|
|
1786
|
-
const filterSensitiveLog: (obj: CreateResolverRequest) => any;
|
|
1787
|
-
}
|
|
1788
1536
|
/**
|
|
1789
1537
|
* <p>Describes a resolver.</p>
|
|
1790
1538
|
*/
|
|
@@ -1849,24 +1597,12 @@ export interface Resolver {
|
|
|
1849
1597
|
*/
|
|
1850
1598
|
maxBatchSize?: number;
|
|
1851
1599
|
}
|
|
1852
|
-
export declare namespace Resolver {
|
|
1853
|
-
/**
|
|
1854
|
-
* @internal
|
|
1855
|
-
*/
|
|
1856
|
-
const filterSensitiveLog: (obj: Resolver) => any;
|
|
1857
|
-
}
|
|
1858
1600
|
export interface CreateResolverResponse {
|
|
1859
1601
|
/**
|
|
1860
1602
|
* <p>The <code>Resolver</code> object.</p>
|
|
1861
1603
|
*/
|
|
1862
1604
|
resolver?: Resolver;
|
|
1863
1605
|
}
|
|
1864
|
-
export declare namespace CreateResolverResponse {
|
|
1865
|
-
/**
|
|
1866
|
-
* @internal
|
|
1867
|
-
*/
|
|
1868
|
-
const filterSensitiveLog: (obj: CreateResolverResponse) => any;
|
|
1869
|
-
}
|
|
1870
1606
|
export declare enum TypeDefinitionFormat {
|
|
1871
1607
|
JSON = "JSON",
|
|
1872
1608
|
SDL = "SDL"
|
|
@@ -1887,12 +1623,6 @@ export interface CreateTypeRequest {
|
|
|
1887
1623
|
*/
|
|
1888
1624
|
format: TypeDefinitionFormat | string | undefined;
|
|
1889
1625
|
}
|
|
1890
|
-
export declare namespace CreateTypeRequest {
|
|
1891
|
-
/**
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
1894
|
-
const filterSensitiveLog: (obj: CreateTypeRequest) => any;
|
|
1895
|
-
}
|
|
1896
1626
|
/**
|
|
1897
1627
|
* <p>Describes a type.</p>
|
|
1898
1628
|
*/
|
|
@@ -1918,24 +1648,12 @@ export interface Type {
|
|
|
1918
1648
|
*/
|
|
1919
1649
|
format?: TypeDefinitionFormat | string;
|
|
1920
1650
|
}
|
|
1921
|
-
export declare namespace Type {
|
|
1922
|
-
/**
|
|
1923
|
-
* @internal
|
|
1924
|
-
*/
|
|
1925
|
-
const filterSensitiveLog: (obj: Type) => any;
|
|
1926
|
-
}
|
|
1927
1651
|
export interface CreateTypeResponse {
|
|
1928
1652
|
/**
|
|
1929
1653
|
* <p>The <code>Type</code> object.</p>
|
|
1930
1654
|
*/
|
|
1931
1655
|
type?: Type;
|
|
1932
1656
|
}
|
|
1933
|
-
export declare namespace CreateTypeResponse {
|
|
1934
|
-
/**
|
|
1935
|
-
* @internal
|
|
1936
|
-
*/
|
|
1937
|
-
const filterSensitiveLog: (obj: CreateTypeResponse) => any;
|
|
1938
|
-
}
|
|
1939
1657
|
/**
|
|
1940
1658
|
* <p>Represents the input of a <code>DeleteApiCache</code> operation.</p>
|
|
1941
1659
|
*/
|
|
@@ -1945,23 +1663,11 @@ export interface DeleteApiCacheRequest {
|
|
|
1945
1663
|
*/
|
|
1946
1664
|
apiId: string | undefined;
|
|
1947
1665
|
}
|
|
1948
|
-
export declare namespace DeleteApiCacheRequest {
|
|
1949
|
-
/**
|
|
1950
|
-
* @internal
|
|
1951
|
-
*/
|
|
1952
|
-
const filterSensitiveLog: (obj: DeleteApiCacheRequest) => any;
|
|
1953
|
-
}
|
|
1954
1666
|
/**
|
|
1955
1667
|
* <p>Represents the output of a <code>DeleteApiCache</code> operation.</p>
|
|
1956
1668
|
*/
|
|
1957
1669
|
export interface DeleteApiCacheResponse {
|
|
1958
1670
|
}
|
|
1959
|
-
export declare namespace DeleteApiCacheResponse {
|
|
1960
|
-
/**
|
|
1961
|
-
* @internal
|
|
1962
|
-
*/
|
|
1963
|
-
const filterSensitiveLog: (obj: DeleteApiCacheResponse) => any;
|
|
1964
|
-
}
|
|
1965
1671
|
export interface DeleteApiKeyRequest {
|
|
1966
1672
|
/**
|
|
1967
1673
|
* <p>The API ID.</p>
|
|
@@ -1972,20 +1678,8 @@ export interface DeleteApiKeyRequest {
|
|
|
1972
1678
|
*/
|
|
1973
1679
|
id: string | undefined;
|
|
1974
1680
|
}
|
|
1975
|
-
export declare namespace DeleteApiKeyRequest {
|
|
1976
|
-
/**
|
|
1977
|
-
* @internal
|
|
1978
|
-
*/
|
|
1979
|
-
const filterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
1980
|
-
}
|
|
1981
1681
|
export interface DeleteApiKeyResponse {
|
|
1982
1682
|
}
|
|
1983
|
-
export declare namespace DeleteApiKeyResponse {
|
|
1984
|
-
/**
|
|
1985
|
-
* @internal
|
|
1986
|
-
*/
|
|
1987
|
-
const filterSensitiveLog: (obj: DeleteApiKeyResponse) => any;
|
|
1988
|
-
}
|
|
1989
1683
|
export interface DeleteDataSourceRequest {
|
|
1990
1684
|
/**
|
|
1991
1685
|
* <p>The API ID.</p>
|
|
@@ -1996,40 +1690,16 @@ export interface DeleteDataSourceRequest {
|
|
|
1996
1690
|
*/
|
|
1997
1691
|
name: string | undefined;
|
|
1998
1692
|
}
|
|
1999
|
-
export declare namespace DeleteDataSourceRequest {
|
|
2000
|
-
/**
|
|
2001
|
-
* @internal
|
|
2002
|
-
*/
|
|
2003
|
-
const filterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
|
|
2004
|
-
}
|
|
2005
1693
|
export interface DeleteDataSourceResponse {
|
|
2006
1694
|
}
|
|
2007
|
-
export declare namespace DeleteDataSourceResponse {
|
|
2008
|
-
/**
|
|
2009
|
-
* @internal
|
|
2010
|
-
*/
|
|
2011
|
-
const filterSensitiveLog: (obj: DeleteDataSourceResponse) => any;
|
|
2012
|
-
}
|
|
2013
1695
|
export interface DeleteDomainNameRequest {
|
|
2014
1696
|
/**
|
|
2015
1697
|
* <p>The domain name.</p>
|
|
2016
1698
|
*/
|
|
2017
1699
|
domainName: string | undefined;
|
|
2018
1700
|
}
|
|
2019
|
-
export declare namespace DeleteDomainNameRequest {
|
|
2020
|
-
/**
|
|
2021
|
-
* @internal
|
|
2022
|
-
*/
|
|
2023
|
-
const filterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
2024
|
-
}
|
|
2025
1701
|
export interface DeleteDomainNameResponse {
|
|
2026
1702
|
}
|
|
2027
|
-
export declare namespace DeleteDomainNameResponse {
|
|
2028
|
-
/**
|
|
2029
|
-
* @internal
|
|
2030
|
-
*/
|
|
2031
|
-
const filterSensitiveLog: (obj: DeleteDomainNameResponse) => any;
|
|
2032
|
-
}
|
|
2033
1703
|
export interface DeleteFunctionRequest {
|
|
2034
1704
|
/**
|
|
2035
1705
|
* <p>The GraphQL API ID.</p>
|
|
@@ -2040,40 +1710,16 @@ export interface DeleteFunctionRequest {
|
|
|
2040
1710
|
*/
|
|
2041
1711
|
functionId: string | undefined;
|
|
2042
1712
|
}
|
|
2043
|
-
export declare namespace DeleteFunctionRequest {
|
|
2044
|
-
/**
|
|
2045
|
-
* @internal
|
|
2046
|
-
*/
|
|
2047
|
-
const filterSensitiveLog: (obj: DeleteFunctionRequest) => any;
|
|
2048
|
-
}
|
|
2049
1713
|
export interface DeleteFunctionResponse {
|
|
2050
1714
|
}
|
|
2051
|
-
export declare namespace DeleteFunctionResponse {
|
|
2052
|
-
/**
|
|
2053
|
-
* @internal
|
|
2054
|
-
*/
|
|
2055
|
-
const filterSensitiveLog: (obj: DeleteFunctionResponse) => any;
|
|
2056
|
-
}
|
|
2057
1715
|
export interface DeleteGraphqlApiRequest {
|
|
2058
1716
|
/**
|
|
2059
1717
|
* <p>The API ID.</p>
|
|
2060
1718
|
*/
|
|
2061
1719
|
apiId: string | undefined;
|
|
2062
1720
|
}
|
|
2063
|
-
export declare namespace DeleteGraphqlApiRequest {
|
|
2064
|
-
/**
|
|
2065
|
-
* @internal
|
|
2066
|
-
*/
|
|
2067
|
-
const filterSensitiveLog: (obj: DeleteGraphqlApiRequest) => any;
|
|
2068
|
-
}
|
|
2069
1721
|
export interface DeleteGraphqlApiResponse {
|
|
2070
1722
|
}
|
|
2071
|
-
export declare namespace DeleteGraphqlApiResponse {
|
|
2072
|
-
/**
|
|
2073
|
-
* @internal
|
|
2074
|
-
*/
|
|
2075
|
-
const filterSensitiveLog: (obj: DeleteGraphqlApiResponse) => any;
|
|
2076
|
-
}
|
|
2077
1723
|
export interface DeleteResolverRequest {
|
|
2078
1724
|
/**
|
|
2079
1725
|
* <p>The API ID.</p>
|
|
@@ -2088,20 +1734,8 @@ export interface DeleteResolverRequest {
|
|
|
2088
1734
|
*/
|
|
2089
1735
|
fieldName: string | undefined;
|
|
2090
1736
|
}
|
|
2091
|
-
export declare namespace DeleteResolverRequest {
|
|
2092
|
-
/**
|
|
2093
|
-
* @internal
|
|
2094
|
-
*/
|
|
2095
|
-
const filterSensitiveLog: (obj: DeleteResolverRequest) => any;
|
|
2096
|
-
}
|
|
2097
1737
|
export interface DeleteResolverResponse {
|
|
2098
1738
|
}
|
|
2099
|
-
export declare namespace DeleteResolverResponse {
|
|
2100
|
-
/**
|
|
2101
|
-
* @internal
|
|
2102
|
-
*/
|
|
2103
|
-
const filterSensitiveLog: (obj: DeleteResolverResponse) => any;
|
|
2104
|
-
}
|
|
2105
1739
|
export interface DeleteTypeRequest {
|
|
2106
1740
|
/**
|
|
2107
1741
|
* <p>The API ID.</p>
|
|
@@ -2112,39 +1746,47 @@ export interface DeleteTypeRequest {
|
|
|
2112
1746
|
*/
|
|
2113
1747
|
typeName: string | undefined;
|
|
2114
1748
|
}
|
|
2115
|
-
export declare namespace DeleteTypeRequest {
|
|
2116
|
-
/**
|
|
2117
|
-
* @internal
|
|
2118
|
-
*/
|
|
2119
|
-
const filterSensitiveLog: (obj: DeleteTypeRequest) => any;
|
|
2120
|
-
}
|
|
2121
1749
|
export interface DeleteTypeResponse {
|
|
2122
1750
|
}
|
|
2123
|
-
export declare namespace DeleteTypeResponse {
|
|
2124
|
-
/**
|
|
2125
|
-
* @internal
|
|
2126
|
-
*/
|
|
2127
|
-
const filterSensitiveLog: (obj: DeleteTypeResponse) => any;
|
|
2128
|
-
}
|
|
2129
1751
|
export interface DisassociateApiRequest {
|
|
2130
1752
|
/**
|
|
2131
1753
|
* <p>The domain name.</p>
|
|
2132
1754
|
*/
|
|
2133
1755
|
domainName: string | undefined;
|
|
2134
1756
|
}
|
|
2135
|
-
export
|
|
1757
|
+
export interface DisassociateApiResponse {
|
|
1758
|
+
}
|
|
1759
|
+
export interface EvaluateMappingTemplateRequest {
|
|
2136
1760
|
/**
|
|
2137
|
-
*
|
|
1761
|
+
* <p>The mapping template; this can be a request or response template. A
|
|
1762
|
+
* <code>template</code> is required for this action.</p>
|
|
1763
|
+
*/
|
|
1764
|
+
template: string | undefined;
|
|
1765
|
+
/**
|
|
1766
|
+
* <p>The map that holds all of the contextual information for your resolver invocation. A
|
|
1767
|
+
* <code>context</code> is required for this action.</p>
|
|
2138
1768
|
*/
|
|
2139
|
-
|
|
1769
|
+
context: string | undefined;
|
|
2140
1770
|
}
|
|
2141
|
-
|
|
1771
|
+
/**
|
|
1772
|
+
* <p>Contains the list of errors generated when attempting to evaluate a mapping
|
|
1773
|
+
* template.</p>
|
|
1774
|
+
*/
|
|
1775
|
+
export interface ErrorDetail {
|
|
1776
|
+
/**
|
|
1777
|
+
* <p>The error payload.</p>
|
|
1778
|
+
*/
|
|
1779
|
+
message?: string;
|
|
2142
1780
|
}
|
|
2143
|
-
export
|
|
1781
|
+
export interface EvaluateMappingTemplateResponse {
|
|
2144
1782
|
/**
|
|
2145
|
-
*
|
|
1783
|
+
* <p>The mapping template; this can be a request or response template.</p>
|
|
1784
|
+
*/
|
|
1785
|
+
evaluationResult?: string;
|
|
1786
|
+
/**
|
|
1787
|
+
* <p>The <code>ErrorDetail</code> object.</p>
|
|
2146
1788
|
*/
|
|
2147
|
-
|
|
1789
|
+
error?: ErrorDetail;
|
|
2148
1790
|
}
|
|
2149
1791
|
/**
|
|
2150
1792
|
* <p>Represents the input of a <code>FlushApiCache</code> operation.</p>
|
|
@@ -2155,47 +1797,23 @@ export interface FlushApiCacheRequest {
|
|
|
2155
1797
|
*/
|
|
2156
1798
|
apiId: string | undefined;
|
|
2157
1799
|
}
|
|
2158
|
-
export declare namespace FlushApiCacheRequest {
|
|
2159
|
-
/**
|
|
2160
|
-
* @internal
|
|
2161
|
-
*/
|
|
2162
|
-
const filterSensitiveLog: (obj: FlushApiCacheRequest) => any;
|
|
2163
|
-
}
|
|
2164
1800
|
/**
|
|
2165
1801
|
* <p>Represents the output of a <code>FlushApiCache</code> operation.</p>
|
|
2166
1802
|
*/
|
|
2167
1803
|
export interface FlushApiCacheResponse {
|
|
2168
1804
|
}
|
|
2169
|
-
export declare namespace FlushApiCacheResponse {
|
|
2170
|
-
/**
|
|
2171
|
-
* @internal
|
|
2172
|
-
*/
|
|
2173
|
-
const filterSensitiveLog: (obj: FlushApiCacheResponse) => any;
|
|
2174
|
-
}
|
|
2175
1805
|
export interface GetApiAssociationRequest {
|
|
2176
1806
|
/**
|
|
2177
1807
|
* <p>The domain name.</p>
|
|
2178
1808
|
*/
|
|
2179
1809
|
domainName: string | undefined;
|
|
2180
1810
|
}
|
|
2181
|
-
export declare namespace GetApiAssociationRequest {
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
const filterSensitiveLog: (obj: GetApiAssociationRequest) => any;
|
|
2186
|
-
}
|
|
2187
1811
|
export interface GetApiAssociationResponse {
|
|
2188
1812
|
/**
|
|
2189
1813
|
* <p>The <code>ApiAssociation</code> object.</p>
|
|
2190
1814
|
*/
|
|
2191
1815
|
apiAssociation?: ApiAssociation;
|
|
2192
1816
|
}
|
|
2193
|
-
export declare namespace GetApiAssociationResponse {
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
const filterSensitiveLog: (obj: GetApiAssociationResponse) => any;
|
|
2198
|
-
}
|
|
2199
1817
|
/**
|
|
2200
1818
|
* <p>Represents the input of a <code>GetApiCache</code> operation.</p>
|
|
2201
1819
|
*/
|
|
@@ -2205,12 +1823,6 @@ export interface GetApiCacheRequest {
|
|
|
2205
1823
|
*/
|
|
2206
1824
|
apiId: string | undefined;
|
|
2207
1825
|
}
|
|
2208
|
-
export declare namespace GetApiCacheRequest {
|
|
2209
|
-
/**
|
|
2210
|
-
* @internal
|
|
2211
|
-
*/
|
|
2212
|
-
const filterSensitiveLog: (obj: GetApiCacheRequest) => any;
|
|
2213
|
-
}
|
|
2214
1826
|
/**
|
|
2215
1827
|
* <p>Represents the output of a <code>GetApiCache</code> operation.</p>
|
|
2216
1828
|
*/
|
|
@@ -2220,12 +1832,6 @@ export interface GetApiCacheResponse {
|
|
|
2220
1832
|
*/
|
|
2221
1833
|
apiCache?: ApiCache;
|
|
2222
1834
|
}
|
|
2223
|
-
export declare namespace GetApiCacheResponse {
|
|
2224
|
-
/**
|
|
2225
|
-
* @internal
|
|
2226
|
-
*/
|
|
2227
|
-
const filterSensitiveLog: (obj: GetApiCacheResponse) => any;
|
|
2228
|
-
}
|
|
2229
1835
|
export interface GetDataSourceRequest {
|
|
2230
1836
|
/**
|
|
2231
1837
|
* <p>The API ID.</p>
|
|
@@ -2236,48 +1842,24 @@ export interface GetDataSourceRequest {
|
|
|
2236
1842
|
*/
|
|
2237
1843
|
name: string | undefined;
|
|
2238
1844
|
}
|
|
2239
|
-
export declare namespace GetDataSourceRequest {
|
|
2240
|
-
/**
|
|
2241
|
-
* @internal
|
|
2242
|
-
*/
|
|
2243
|
-
const filterSensitiveLog: (obj: GetDataSourceRequest) => any;
|
|
2244
|
-
}
|
|
2245
1845
|
export interface GetDataSourceResponse {
|
|
2246
1846
|
/**
|
|
2247
1847
|
* <p>The <code>DataSource</code> object.</p>
|
|
2248
1848
|
*/
|
|
2249
1849
|
dataSource?: DataSource;
|
|
2250
1850
|
}
|
|
2251
|
-
export declare namespace GetDataSourceResponse {
|
|
2252
|
-
/**
|
|
2253
|
-
* @internal
|
|
2254
|
-
*/
|
|
2255
|
-
const filterSensitiveLog: (obj: GetDataSourceResponse) => any;
|
|
2256
|
-
}
|
|
2257
1851
|
export interface GetDomainNameRequest {
|
|
2258
1852
|
/**
|
|
2259
1853
|
* <p>The domain name.</p>
|
|
2260
1854
|
*/
|
|
2261
1855
|
domainName: string | undefined;
|
|
2262
1856
|
}
|
|
2263
|
-
export declare namespace GetDomainNameRequest {
|
|
2264
|
-
/**
|
|
2265
|
-
* @internal
|
|
2266
|
-
*/
|
|
2267
|
-
const filterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
2268
|
-
}
|
|
2269
1857
|
export interface GetDomainNameResponse {
|
|
2270
1858
|
/**
|
|
2271
1859
|
* <p>The configuration for the <code>DomainName</code>.</p>
|
|
2272
1860
|
*/
|
|
2273
1861
|
domainNameConfig?: DomainNameConfig;
|
|
2274
1862
|
}
|
|
2275
|
-
export declare namespace GetDomainNameResponse {
|
|
2276
|
-
/**
|
|
2277
|
-
* @internal
|
|
2278
|
-
*/
|
|
2279
|
-
const filterSensitiveLog: (obj: GetDomainNameResponse) => any;
|
|
2280
|
-
}
|
|
2281
1863
|
export interface GetFunctionRequest {
|
|
2282
1864
|
/**
|
|
2283
1865
|
* <p>The GraphQL API ID.</p>
|
|
@@ -2288,48 +1870,24 @@ export interface GetFunctionRequest {
|
|
|
2288
1870
|
*/
|
|
2289
1871
|
functionId: string | undefined;
|
|
2290
1872
|
}
|
|
2291
|
-
export declare namespace GetFunctionRequest {
|
|
2292
|
-
/**
|
|
2293
|
-
* @internal
|
|
2294
|
-
*/
|
|
2295
|
-
const filterSensitiveLog: (obj: GetFunctionRequest) => any;
|
|
2296
|
-
}
|
|
2297
1873
|
export interface GetFunctionResponse {
|
|
2298
1874
|
/**
|
|
2299
1875
|
* <p>The <code>Function</code> object.</p>
|
|
2300
1876
|
*/
|
|
2301
1877
|
functionConfiguration?: FunctionConfiguration;
|
|
2302
1878
|
}
|
|
2303
|
-
export declare namespace GetFunctionResponse {
|
|
2304
|
-
/**
|
|
2305
|
-
* @internal
|
|
2306
|
-
*/
|
|
2307
|
-
const filterSensitiveLog: (obj: GetFunctionResponse) => any;
|
|
2308
|
-
}
|
|
2309
1879
|
export interface GetGraphqlApiRequest {
|
|
2310
1880
|
/**
|
|
2311
1881
|
* <p>The API ID for the GraphQL API.</p>
|
|
2312
1882
|
*/
|
|
2313
1883
|
apiId: string | undefined;
|
|
2314
1884
|
}
|
|
2315
|
-
export declare namespace GetGraphqlApiRequest {
|
|
2316
|
-
/**
|
|
2317
|
-
* @internal
|
|
2318
|
-
*/
|
|
2319
|
-
const filterSensitiveLog: (obj: GetGraphqlApiRequest) => any;
|
|
2320
|
-
}
|
|
2321
1885
|
export interface GetGraphqlApiResponse {
|
|
2322
1886
|
/**
|
|
2323
1887
|
* <p>The <code>GraphqlApi</code> object.</p>
|
|
2324
1888
|
*/
|
|
2325
1889
|
graphqlApi?: GraphqlApi;
|
|
2326
1890
|
}
|
|
2327
|
-
export declare namespace GetGraphqlApiResponse {
|
|
2328
|
-
/**
|
|
2329
|
-
* @internal
|
|
2330
|
-
*/
|
|
2331
|
-
const filterSensitiveLog: (obj: GetGraphqlApiResponse) => any;
|
|
2332
|
-
}
|
|
2333
1891
|
export declare enum OutputType {
|
|
2334
1892
|
JSON = "JSON",
|
|
2335
1893
|
SDL = "SDL"
|
|
@@ -2348,12 +1906,6 @@ export interface GetIntrospectionSchemaRequest {
|
|
|
2348
1906
|
*/
|
|
2349
1907
|
includeDirectives?: boolean;
|
|
2350
1908
|
}
|
|
2351
|
-
export declare namespace GetIntrospectionSchemaRequest {
|
|
2352
|
-
/**
|
|
2353
|
-
* @internal
|
|
2354
|
-
*/
|
|
2355
|
-
const filterSensitiveLog: (obj: GetIntrospectionSchemaRequest) => any;
|
|
2356
|
-
}
|
|
2357
1909
|
export interface GetIntrospectionSchemaResponse {
|
|
2358
1910
|
/**
|
|
2359
1911
|
* <p>The schema, in GraphQL Schema Definition Language (SDL) format.</p>
|
|
@@ -2362,12 +1914,6 @@ export interface GetIntrospectionSchemaResponse {
|
|
|
2362
1914
|
*/
|
|
2363
1915
|
schema?: Uint8Array;
|
|
2364
1916
|
}
|
|
2365
|
-
export declare namespace GetIntrospectionSchemaResponse {
|
|
2366
|
-
/**
|
|
2367
|
-
* @internal
|
|
2368
|
-
*/
|
|
2369
|
-
const filterSensitiveLog: (obj: GetIntrospectionSchemaResponse) => any;
|
|
2370
|
-
}
|
|
2371
1917
|
/**
|
|
2372
1918
|
* <p>The GraphQL schema is not valid.</p>
|
|
2373
1919
|
*/
|
|
@@ -2393,36 +1939,18 @@ export interface GetResolverRequest {
|
|
|
2393
1939
|
*/
|
|
2394
1940
|
fieldName: string | undefined;
|
|
2395
1941
|
}
|
|
2396
|
-
export declare namespace GetResolverRequest {
|
|
2397
|
-
/**
|
|
2398
|
-
* @internal
|
|
2399
|
-
*/
|
|
2400
|
-
const filterSensitiveLog: (obj: GetResolverRequest) => any;
|
|
2401
|
-
}
|
|
2402
1942
|
export interface GetResolverResponse {
|
|
2403
1943
|
/**
|
|
2404
1944
|
* <p>The <code>Resolver</code> object.</p>
|
|
2405
1945
|
*/
|
|
2406
1946
|
resolver?: Resolver;
|
|
2407
1947
|
}
|
|
2408
|
-
export declare namespace GetResolverResponse {
|
|
2409
|
-
/**
|
|
2410
|
-
* @internal
|
|
2411
|
-
*/
|
|
2412
|
-
const filterSensitiveLog: (obj: GetResolverResponse) => any;
|
|
2413
|
-
}
|
|
2414
1948
|
export interface GetSchemaCreationStatusRequest {
|
|
2415
1949
|
/**
|
|
2416
1950
|
* <p>The API ID.</p>
|
|
2417
1951
|
*/
|
|
2418
1952
|
apiId: string | undefined;
|
|
2419
1953
|
}
|
|
2420
|
-
export declare namespace GetSchemaCreationStatusRequest {
|
|
2421
|
-
/**
|
|
2422
|
-
* @internal
|
|
2423
|
-
*/
|
|
2424
|
-
const filterSensitiveLog: (obj: GetSchemaCreationStatusRequest) => any;
|
|
2425
|
-
}
|
|
2426
1954
|
export declare enum SchemaStatus {
|
|
2427
1955
|
Active = "ACTIVE",
|
|
2428
1956
|
Deleting = "DELETING",
|
|
@@ -2442,12 +1970,6 @@ export interface GetSchemaCreationStatusResponse {
|
|
|
2442
1970
|
*/
|
|
2443
1971
|
details?: string;
|
|
2444
1972
|
}
|
|
2445
|
-
export declare namespace GetSchemaCreationStatusResponse {
|
|
2446
|
-
/**
|
|
2447
|
-
* @internal
|
|
2448
|
-
*/
|
|
2449
|
-
const filterSensitiveLog: (obj: GetSchemaCreationStatusResponse) => any;
|
|
2450
|
-
}
|
|
2451
1973
|
export interface GetTypeRequest {
|
|
2452
1974
|
/**
|
|
2453
1975
|
* <p>The API ID.</p>
|
|
@@ -2462,24 +1984,12 @@ export interface GetTypeRequest {
|
|
|
2462
1984
|
*/
|
|
2463
1985
|
format: TypeDefinitionFormat | string | undefined;
|
|
2464
1986
|
}
|
|
2465
|
-
export declare namespace GetTypeRequest {
|
|
2466
|
-
/**
|
|
2467
|
-
* @internal
|
|
2468
|
-
*/
|
|
2469
|
-
const filterSensitiveLog: (obj: GetTypeRequest) => any;
|
|
2470
|
-
}
|
|
2471
1987
|
export interface GetTypeResponse {
|
|
2472
1988
|
/**
|
|
2473
1989
|
* <p>The <code>Type</code> object.</p>
|
|
2474
1990
|
*/
|
|
2475
1991
|
type?: Type;
|
|
2476
1992
|
}
|
|
2477
|
-
export declare namespace GetTypeResponse {
|
|
2478
|
-
/**
|
|
2479
|
-
* @internal
|
|
2480
|
-
*/
|
|
2481
|
-
const filterSensitiveLog: (obj: GetTypeResponse) => any;
|
|
2482
|
-
}
|
|
2483
1993
|
export interface ListApiKeysRequest {
|
|
2484
1994
|
/**
|
|
2485
1995
|
* <p>The API ID.</p>
|
|
@@ -2495,12 +2005,6 @@ export interface ListApiKeysRequest {
|
|
|
2495
2005
|
*/
|
|
2496
2006
|
maxResults?: number;
|
|
2497
2007
|
}
|
|
2498
|
-
export declare namespace ListApiKeysRequest {
|
|
2499
|
-
/**
|
|
2500
|
-
* @internal
|
|
2501
|
-
*/
|
|
2502
|
-
const filterSensitiveLog: (obj: ListApiKeysRequest) => any;
|
|
2503
|
-
}
|
|
2504
2008
|
export interface ListApiKeysResponse {
|
|
2505
2009
|
/**
|
|
2506
2010
|
* <p>The <code>ApiKey</code> objects.</p>
|
|
@@ -2512,12 +2016,6 @@ export interface ListApiKeysResponse {
|
|
|
2512
2016
|
*/
|
|
2513
2017
|
nextToken?: string;
|
|
2514
2018
|
}
|
|
2515
|
-
export declare namespace ListApiKeysResponse {
|
|
2516
|
-
/**
|
|
2517
|
-
* @internal
|
|
2518
|
-
*/
|
|
2519
|
-
const filterSensitiveLog: (obj: ListApiKeysResponse) => any;
|
|
2520
|
-
}
|
|
2521
2019
|
export interface ListDataSourcesRequest {
|
|
2522
2020
|
/**
|
|
2523
2021
|
* <p>The API ID.</p>
|
|
@@ -2533,12 +2031,6 @@ export interface ListDataSourcesRequest {
|
|
|
2533
2031
|
*/
|
|
2534
2032
|
maxResults?: number;
|
|
2535
2033
|
}
|
|
2536
|
-
export declare namespace ListDataSourcesRequest {
|
|
2537
|
-
/**
|
|
2538
|
-
* @internal
|
|
2539
|
-
*/
|
|
2540
|
-
const filterSensitiveLog: (obj: ListDataSourcesRequest) => any;
|
|
2541
|
-
}
|
|
2542
2034
|
export interface ListDataSourcesResponse {
|
|
2543
2035
|
/**
|
|
2544
2036
|
* <p>The <code>DataSource</code> objects.</p>
|
|
@@ -2550,12 +2042,6 @@ export interface ListDataSourcesResponse {
|
|
|
2550
2042
|
*/
|
|
2551
2043
|
nextToken?: string;
|
|
2552
2044
|
}
|
|
2553
|
-
export declare namespace ListDataSourcesResponse {
|
|
2554
|
-
/**
|
|
2555
|
-
* @internal
|
|
2556
|
-
*/
|
|
2557
|
-
const filterSensitiveLog: (obj: ListDataSourcesResponse) => any;
|
|
2558
|
-
}
|
|
2559
2045
|
export interface ListDomainNamesRequest {
|
|
2560
2046
|
/**
|
|
2561
2047
|
* <p>The API token.</p>
|
|
@@ -2566,12 +2052,6 @@ export interface ListDomainNamesRequest {
|
|
|
2566
2052
|
*/
|
|
2567
2053
|
maxResults?: number;
|
|
2568
2054
|
}
|
|
2569
|
-
export declare namespace ListDomainNamesRequest {
|
|
2570
|
-
/**
|
|
2571
|
-
* @internal
|
|
2572
|
-
*/
|
|
2573
|
-
const filterSensitiveLog: (obj: ListDomainNamesRequest) => any;
|
|
2574
|
-
}
|
|
2575
2055
|
export interface ListDomainNamesResponse {
|
|
2576
2056
|
/**
|
|
2577
2057
|
* <p>Lists configurations for multiple domain names.</p>
|
|
@@ -2582,12 +2062,6 @@ export interface ListDomainNamesResponse {
|
|
|
2582
2062
|
*/
|
|
2583
2063
|
nextToken?: string;
|
|
2584
2064
|
}
|
|
2585
|
-
export declare namespace ListDomainNamesResponse {
|
|
2586
|
-
/**
|
|
2587
|
-
* @internal
|
|
2588
|
-
*/
|
|
2589
|
-
const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
|
|
2590
|
-
}
|
|
2591
2065
|
export interface ListFunctionsRequest {
|
|
2592
2066
|
/**
|
|
2593
2067
|
* <p>The GraphQL API ID.</p>
|
|
@@ -2603,12 +2077,6 @@ export interface ListFunctionsRequest {
|
|
|
2603
2077
|
*/
|
|
2604
2078
|
maxResults?: number;
|
|
2605
2079
|
}
|
|
2606
|
-
export declare namespace ListFunctionsRequest {
|
|
2607
|
-
/**
|
|
2608
|
-
* @internal
|
|
2609
|
-
*/
|
|
2610
|
-
const filterSensitiveLog: (obj: ListFunctionsRequest) => any;
|
|
2611
|
-
}
|
|
2612
2080
|
export interface ListFunctionsResponse {
|
|
2613
2081
|
/**
|
|
2614
2082
|
* <p>A list of <code>Function</code> objects.</p>
|
|
@@ -2620,12 +2088,6 @@ export interface ListFunctionsResponse {
|
|
|
2620
2088
|
*/
|
|
2621
2089
|
nextToken?: string;
|
|
2622
2090
|
}
|
|
2623
|
-
export declare namespace ListFunctionsResponse {
|
|
2624
|
-
/**
|
|
2625
|
-
* @internal
|
|
2626
|
-
*/
|
|
2627
|
-
const filterSensitiveLog: (obj: ListFunctionsResponse) => any;
|
|
2628
|
-
}
|
|
2629
2091
|
export interface ListGraphqlApisRequest {
|
|
2630
2092
|
/**
|
|
2631
2093
|
* <p>An identifier that was returned from the previous call to this operation, which you can
|
|
@@ -2637,12 +2099,6 @@ export interface ListGraphqlApisRequest {
|
|
|
2637
2099
|
*/
|
|
2638
2100
|
maxResults?: number;
|
|
2639
2101
|
}
|
|
2640
|
-
export declare namespace ListGraphqlApisRequest {
|
|
2641
|
-
/**
|
|
2642
|
-
* @internal
|
|
2643
|
-
*/
|
|
2644
|
-
const filterSensitiveLog: (obj: ListGraphqlApisRequest) => any;
|
|
2645
|
-
}
|
|
2646
2102
|
export interface ListGraphqlApisResponse {
|
|
2647
2103
|
/**
|
|
2648
2104
|
* <p>The <code>GraphqlApi</code> objects.</p>
|
|
@@ -2654,12 +2110,6 @@ export interface ListGraphqlApisResponse {
|
|
|
2654
2110
|
*/
|
|
2655
2111
|
nextToken?: string;
|
|
2656
2112
|
}
|
|
2657
|
-
export declare namespace ListGraphqlApisResponse {
|
|
2658
|
-
/**
|
|
2659
|
-
* @internal
|
|
2660
|
-
*/
|
|
2661
|
-
const filterSensitiveLog: (obj: ListGraphqlApisResponse) => any;
|
|
2662
|
-
}
|
|
2663
2113
|
export interface ListResolversRequest {
|
|
2664
2114
|
/**
|
|
2665
2115
|
* <p>The API ID.</p>
|
|
@@ -2679,12 +2129,6 @@ export interface ListResolversRequest {
|
|
|
2679
2129
|
*/
|
|
2680
2130
|
maxResults?: number;
|
|
2681
2131
|
}
|
|
2682
|
-
export declare namespace ListResolversRequest {
|
|
2683
|
-
/**
|
|
2684
|
-
* @internal
|
|
2685
|
-
*/
|
|
2686
|
-
const filterSensitiveLog: (obj: ListResolversRequest) => any;
|
|
2687
|
-
}
|
|
2688
2132
|
export interface ListResolversResponse {
|
|
2689
2133
|
/**
|
|
2690
2134
|
* <p>The <code>Resolver</code> objects.</p>
|
|
@@ -2696,12 +2140,6 @@ export interface ListResolversResponse {
|
|
|
2696
2140
|
*/
|
|
2697
2141
|
nextToken?: string;
|
|
2698
2142
|
}
|
|
2699
|
-
export declare namespace ListResolversResponse {
|
|
2700
|
-
/**
|
|
2701
|
-
* @internal
|
|
2702
|
-
*/
|
|
2703
|
-
const filterSensitiveLog: (obj: ListResolversResponse) => any;
|
|
2704
|
-
}
|
|
2705
2143
|
export interface ListResolversByFunctionRequest {
|
|
2706
2144
|
/**
|
|
2707
2145
|
* <p>The API ID.</p>
|
|
@@ -2721,12 +2159,6 @@ export interface ListResolversByFunctionRequest {
|
|
|
2721
2159
|
*/
|
|
2722
2160
|
maxResults?: number;
|
|
2723
2161
|
}
|
|
2724
|
-
export declare namespace ListResolversByFunctionRequest {
|
|
2725
|
-
/**
|
|
2726
|
-
* @internal
|
|
2727
|
-
*/
|
|
2728
|
-
const filterSensitiveLog: (obj: ListResolversByFunctionRequest) => any;
|
|
2729
|
-
}
|
|
2730
2162
|
export interface ListResolversByFunctionResponse {
|
|
2731
2163
|
/**
|
|
2732
2164
|
* <p>The list of resolvers.</p>
|
|
@@ -2737,36 +2169,18 @@ export interface ListResolversByFunctionResponse {
|
|
|
2737
2169
|
*/
|
|
2738
2170
|
nextToken?: string;
|
|
2739
2171
|
}
|
|
2740
|
-
export declare namespace ListResolversByFunctionResponse {
|
|
2741
|
-
/**
|
|
2742
|
-
* @internal
|
|
2743
|
-
*/
|
|
2744
|
-
const filterSensitiveLog: (obj: ListResolversByFunctionResponse) => any;
|
|
2745
|
-
}
|
|
2746
2172
|
export interface ListTagsForResourceRequest {
|
|
2747
2173
|
/**
|
|
2748
2174
|
* <p>The <code>GraphqlApi</code> Amazon Resource Name (ARN).</p>
|
|
2749
2175
|
*/
|
|
2750
2176
|
resourceArn: string | undefined;
|
|
2751
2177
|
}
|
|
2752
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2753
|
-
/**
|
|
2754
|
-
* @internal
|
|
2755
|
-
*/
|
|
2756
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2757
|
-
}
|
|
2758
2178
|
export interface ListTagsForResourceResponse {
|
|
2759
2179
|
/**
|
|
2760
2180
|
* <p>A <code>TagMap</code> object.</p>
|
|
2761
2181
|
*/
|
|
2762
2182
|
tags?: Record<string, string>;
|
|
2763
2183
|
}
|
|
2764
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2765
|
-
/**
|
|
2766
|
-
* @internal
|
|
2767
|
-
*/
|
|
2768
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2769
|
-
}
|
|
2770
2184
|
export interface ListTypesRequest {
|
|
2771
2185
|
/**
|
|
2772
2186
|
* <p>The API ID.</p>
|
|
@@ -2786,12 +2200,6 @@ export interface ListTypesRequest {
|
|
|
2786
2200
|
*/
|
|
2787
2201
|
maxResults?: number;
|
|
2788
2202
|
}
|
|
2789
|
-
export declare namespace ListTypesRequest {
|
|
2790
|
-
/**
|
|
2791
|
-
* @internal
|
|
2792
|
-
*/
|
|
2793
|
-
const filterSensitiveLog: (obj: ListTypesRequest) => any;
|
|
2794
|
-
}
|
|
2795
2203
|
export interface ListTypesResponse {
|
|
2796
2204
|
/**
|
|
2797
2205
|
* <p>The <code>Type</code> objects.</p>
|
|
@@ -2803,12 +2211,6 @@ export interface ListTypesResponse {
|
|
|
2803
2211
|
*/
|
|
2804
2212
|
nextToken?: string;
|
|
2805
2213
|
}
|
|
2806
|
-
export declare namespace ListTypesResponse {
|
|
2807
|
-
/**
|
|
2808
|
-
* @internal
|
|
2809
|
-
*/
|
|
2810
|
-
const filterSensitiveLog: (obj: ListTypesResponse) => any;
|
|
2811
|
-
}
|
|
2812
2214
|
export interface StartSchemaCreationRequest {
|
|
2813
2215
|
/**
|
|
2814
2216
|
* <p>The API ID.</p>
|
|
@@ -2819,12 +2221,6 @@ export interface StartSchemaCreationRequest {
|
|
|
2819
2221
|
*/
|
|
2820
2222
|
definition: Uint8Array | undefined;
|
|
2821
2223
|
}
|
|
2822
|
-
export declare namespace StartSchemaCreationRequest {
|
|
2823
|
-
/**
|
|
2824
|
-
* @internal
|
|
2825
|
-
*/
|
|
2826
|
-
const filterSensitiveLog: (obj: StartSchemaCreationRequest) => any;
|
|
2827
|
-
}
|
|
2828
2224
|
export interface StartSchemaCreationResponse {
|
|
2829
2225
|
/**
|
|
2830
2226
|
* <p>The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When
|
|
@@ -2832,12 +2228,6 @@ export interface StartSchemaCreationResponse {
|
|
|
2832
2228
|
*/
|
|
2833
2229
|
status?: SchemaStatus | string;
|
|
2834
2230
|
}
|
|
2835
|
-
export declare namespace StartSchemaCreationResponse {
|
|
2836
|
-
/**
|
|
2837
|
-
* @internal
|
|
2838
|
-
*/
|
|
2839
|
-
const filterSensitiveLog: (obj: StartSchemaCreationResponse) => any;
|
|
2840
|
-
}
|
|
2841
2231
|
export interface TagResourceRequest {
|
|
2842
2232
|
/**
|
|
2843
2233
|
* <p>The <code>GraphqlApi</code> Amazon Resource Name (ARN).</p>
|
|
@@ -2848,20 +2238,8 @@ export interface TagResourceRequest {
|
|
|
2848
2238
|
*/
|
|
2849
2239
|
tags: Record<string, string> | undefined;
|
|
2850
2240
|
}
|
|
2851
|
-
export declare namespace TagResourceRequest {
|
|
2852
|
-
/**
|
|
2853
|
-
* @internal
|
|
2854
|
-
*/
|
|
2855
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2856
|
-
}
|
|
2857
2241
|
export interface TagResourceResponse {
|
|
2858
2242
|
}
|
|
2859
|
-
export declare namespace TagResourceResponse {
|
|
2860
|
-
/**
|
|
2861
|
-
* @internal
|
|
2862
|
-
*/
|
|
2863
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2864
|
-
}
|
|
2865
2243
|
export interface UntagResourceRequest {
|
|
2866
2244
|
/**
|
|
2867
2245
|
* <p>The <code>GraphqlApi</code> Amazon Resource Name (ARN).</p>
|
|
@@ -2872,20 +2250,8 @@ export interface UntagResourceRequest {
|
|
|
2872
2250
|
*/
|
|
2873
2251
|
tagKeys: string[] | undefined;
|
|
2874
2252
|
}
|
|
2875
|
-
export declare namespace UntagResourceRequest {
|
|
2876
|
-
/**
|
|
2877
|
-
* @internal
|
|
2878
|
-
*/
|
|
2879
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2880
|
-
}
|
|
2881
2253
|
export interface UntagResourceResponse {
|
|
2882
2254
|
}
|
|
2883
|
-
export declare namespace UntagResourceResponse {
|
|
2884
|
-
/**
|
|
2885
|
-
* @internal
|
|
2886
|
-
*/
|
|
2887
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2888
|
-
}
|
|
2889
2255
|
/**
|
|
2890
2256
|
* <p>Represents the input of a <code>UpdateApiCache</code> operation.</p>
|
|
2891
2257
|
*/
|
|
@@ -2993,12 +2359,6 @@ export interface UpdateApiCacheRequest {
|
|
|
2993
2359
|
*/
|
|
2994
2360
|
type: ApiCacheType | string | undefined;
|
|
2995
2361
|
}
|
|
2996
|
-
export declare namespace UpdateApiCacheRequest {
|
|
2997
|
-
/**
|
|
2998
|
-
* @internal
|
|
2999
|
-
*/
|
|
3000
|
-
const filterSensitiveLog: (obj: UpdateApiCacheRequest) => any;
|
|
3001
|
-
}
|
|
3002
2362
|
/**
|
|
3003
2363
|
* <p>Represents the output of a <code>UpdateApiCache</code> operation.</p>
|
|
3004
2364
|
*/
|
|
@@ -3008,12 +2368,6 @@ export interface UpdateApiCacheResponse {
|
|
|
3008
2368
|
*/
|
|
3009
2369
|
apiCache?: ApiCache;
|
|
3010
2370
|
}
|
|
3011
|
-
export declare namespace UpdateApiCacheResponse {
|
|
3012
|
-
/**
|
|
3013
|
-
* @internal
|
|
3014
|
-
*/
|
|
3015
|
-
const filterSensitiveLog: (obj: UpdateApiCacheResponse) => any;
|
|
3016
|
-
}
|
|
3017
2371
|
export interface UpdateApiKeyRequest {
|
|
3018
2372
|
/**
|
|
3019
2373
|
* <p>The ID for the GraphQL API.</p>
|
|
@@ -3033,24 +2387,12 @@ export interface UpdateApiKeyRequest {
|
|
|
3033
2387
|
*/
|
|
3034
2388
|
expires?: number;
|
|
3035
2389
|
}
|
|
3036
|
-
export declare namespace UpdateApiKeyRequest {
|
|
3037
|
-
/**
|
|
3038
|
-
* @internal
|
|
3039
|
-
*/
|
|
3040
|
-
const filterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
3041
|
-
}
|
|
3042
2390
|
export interface UpdateApiKeyResponse {
|
|
3043
2391
|
/**
|
|
3044
2392
|
* <p>The API key.</p>
|
|
3045
2393
|
*/
|
|
3046
2394
|
apiKey?: ApiKey;
|
|
3047
2395
|
}
|
|
3048
|
-
export declare namespace UpdateApiKeyResponse {
|
|
3049
|
-
/**
|
|
3050
|
-
* @internal
|
|
3051
|
-
*/
|
|
3052
|
-
const filterSensitiveLog: (obj: UpdateApiKeyResponse) => any;
|
|
3053
|
-
}
|
|
3054
2396
|
export interface UpdateDataSourceRequest {
|
|
3055
2397
|
/**
|
|
3056
2398
|
* <p>The API ID.</p>
|
|
@@ -3099,24 +2441,12 @@ export interface UpdateDataSourceRequest {
|
|
|
3099
2441
|
*/
|
|
3100
2442
|
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
3101
2443
|
}
|
|
3102
|
-
export declare namespace UpdateDataSourceRequest {
|
|
3103
|
-
/**
|
|
3104
|
-
* @internal
|
|
3105
|
-
*/
|
|
3106
|
-
const filterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
|
|
3107
|
-
}
|
|
3108
2444
|
export interface UpdateDataSourceResponse {
|
|
3109
2445
|
/**
|
|
3110
2446
|
* <p>The updated <code>DataSource</code> object.</p>
|
|
3111
2447
|
*/
|
|
3112
2448
|
dataSource?: DataSource;
|
|
3113
2449
|
}
|
|
3114
|
-
export declare namespace UpdateDataSourceResponse {
|
|
3115
|
-
/**
|
|
3116
|
-
* @internal
|
|
3117
|
-
*/
|
|
3118
|
-
const filterSensitiveLog: (obj: UpdateDataSourceResponse) => any;
|
|
3119
|
-
}
|
|
3120
2450
|
export interface UpdateDomainNameRequest {
|
|
3121
2451
|
/**
|
|
3122
2452
|
* <p>The domain name.</p>
|
|
@@ -3127,24 +2457,12 @@ export interface UpdateDomainNameRequest {
|
|
|
3127
2457
|
*/
|
|
3128
2458
|
description?: string;
|
|
3129
2459
|
}
|
|
3130
|
-
export declare namespace UpdateDomainNameRequest {
|
|
3131
|
-
/**
|
|
3132
|
-
* @internal
|
|
3133
|
-
*/
|
|
3134
|
-
const filterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
3135
|
-
}
|
|
3136
2460
|
export interface UpdateDomainNameResponse {
|
|
3137
2461
|
/**
|
|
3138
2462
|
* <p>The configuration for the <code>DomainName</code>.</p>
|
|
3139
2463
|
*/
|
|
3140
2464
|
domainNameConfig?: DomainNameConfig;
|
|
3141
2465
|
}
|
|
3142
|
-
export declare namespace UpdateDomainNameResponse {
|
|
3143
|
-
/**
|
|
3144
|
-
* @internal
|
|
3145
|
-
*/
|
|
3146
|
-
const filterSensitiveLog: (obj: UpdateDomainNameResponse) => any;
|
|
3147
|
-
}
|
|
3148
2466
|
export interface UpdateFunctionRequest {
|
|
3149
2467
|
/**
|
|
3150
2468
|
* <p>The GraphQL API ID.</p>
|
|
@@ -3192,24 +2510,12 @@ export interface UpdateFunctionRequest {
|
|
|
3192
2510
|
*/
|
|
3193
2511
|
maxBatchSize?: number;
|
|
3194
2512
|
}
|
|
3195
|
-
export declare namespace UpdateFunctionRequest {
|
|
3196
|
-
/**
|
|
3197
|
-
* @internal
|
|
3198
|
-
*/
|
|
3199
|
-
const filterSensitiveLog: (obj: UpdateFunctionRequest) => any;
|
|
3200
|
-
}
|
|
3201
2513
|
export interface UpdateFunctionResponse {
|
|
3202
2514
|
/**
|
|
3203
2515
|
* <p>The <code>Function</code> object.</p>
|
|
3204
2516
|
*/
|
|
3205
2517
|
functionConfiguration?: FunctionConfiguration;
|
|
3206
2518
|
}
|
|
3207
|
-
export declare namespace UpdateFunctionResponse {
|
|
3208
|
-
/**
|
|
3209
|
-
* @internal
|
|
3210
|
-
*/
|
|
3211
|
-
const filterSensitiveLog: (obj: UpdateFunctionResponse) => any;
|
|
3212
|
-
}
|
|
3213
2519
|
export interface UpdateGraphqlApiRequest {
|
|
3214
2520
|
/**
|
|
3215
2521
|
* <p>The API ID.</p>
|
|
@@ -3251,24 +2557,12 @@ export interface UpdateGraphqlApiRequest {
|
|
|
3251
2557
|
*/
|
|
3252
2558
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
3253
2559
|
}
|
|
3254
|
-
export declare namespace UpdateGraphqlApiRequest {
|
|
3255
|
-
/**
|
|
3256
|
-
* @internal
|
|
3257
|
-
*/
|
|
3258
|
-
const filterSensitiveLog: (obj: UpdateGraphqlApiRequest) => any;
|
|
3259
|
-
}
|
|
3260
2560
|
export interface UpdateGraphqlApiResponse {
|
|
3261
2561
|
/**
|
|
3262
2562
|
* <p>The updated <code>GraphqlApi</code> object.</p>
|
|
3263
2563
|
*/
|
|
3264
2564
|
graphqlApi?: GraphqlApi;
|
|
3265
2565
|
}
|
|
3266
|
-
export declare namespace UpdateGraphqlApiResponse {
|
|
3267
|
-
/**
|
|
3268
|
-
* @internal
|
|
3269
|
-
*/
|
|
3270
|
-
const filterSensitiveLog: (obj: UpdateGraphqlApiResponse) => any;
|
|
3271
|
-
}
|
|
3272
2566
|
export interface UpdateResolverRequest {
|
|
3273
2567
|
/**
|
|
3274
2568
|
* <p>The API ID.</p>
|
|
@@ -3336,24 +2630,12 @@ export interface UpdateResolverRequest {
|
|
|
3336
2630
|
*/
|
|
3337
2631
|
maxBatchSize?: number;
|
|
3338
2632
|
}
|
|
3339
|
-
export declare namespace UpdateResolverRequest {
|
|
3340
|
-
/**
|
|
3341
|
-
* @internal
|
|
3342
|
-
*/
|
|
3343
|
-
const filterSensitiveLog: (obj: UpdateResolverRequest) => any;
|
|
3344
|
-
}
|
|
3345
2633
|
export interface UpdateResolverResponse {
|
|
3346
2634
|
/**
|
|
3347
2635
|
* <p>The updated <code>Resolver</code> object.</p>
|
|
3348
2636
|
*/
|
|
3349
2637
|
resolver?: Resolver;
|
|
3350
2638
|
}
|
|
3351
|
-
export declare namespace UpdateResolverResponse {
|
|
3352
|
-
/**
|
|
3353
|
-
* @internal
|
|
3354
|
-
*/
|
|
3355
|
-
const filterSensitiveLog: (obj: UpdateResolverResponse) => any;
|
|
3356
|
-
}
|
|
3357
2639
|
export interface UpdateTypeRequest {
|
|
3358
2640
|
/**
|
|
3359
2641
|
* <p>The API ID.</p>
|
|
@@ -3372,21 +2654,529 @@ export interface UpdateTypeRequest {
|
|
|
3372
2654
|
*/
|
|
3373
2655
|
format: TypeDefinitionFormat | string | undefined;
|
|
3374
2656
|
}
|
|
3375
|
-
export declare namespace UpdateTypeRequest {
|
|
3376
|
-
/**
|
|
3377
|
-
* @internal
|
|
3378
|
-
*/
|
|
3379
|
-
const filterSensitiveLog: (obj: UpdateTypeRequest) => any;
|
|
3380
|
-
}
|
|
3381
2657
|
export interface UpdateTypeResponse {
|
|
3382
2658
|
/**
|
|
3383
2659
|
* <p>The updated <code>Type</code> object.</p>
|
|
3384
2660
|
*/
|
|
3385
2661
|
type?: Type;
|
|
3386
2662
|
}
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
2663
|
+
/**
|
|
2664
|
+
* @internal
|
|
2665
|
+
*/
|
|
2666
|
+
export declare const LambdaAuthorizerConfigFilterSensitiveLog: (obj: LambdaAuthorizerConfig) => any;
|
|
2667
|
+
/**
|
|
2668
|
+
* @internal
|
|
2669
|
+
*/
|
|
2670
|
+
export declare const OpenIDConnectConfigFilterSensitiveLog: (obj: OpenIDConnectConfig) => any;
|
|
2671
|
+
/**
|
|
2672
|
+
* @internal
|
|
2673
|
+
*/
|
|
2674
|
+
export declare const CognitoUserPoolConfigFilterSensitiveLog: (obj: CognitoUserPoolConfig) => any;
|
|
2675
|
+
/**
|
|
2676
|
+
* @internal
|
|
2677
|
+
*/
|
|
2678
|
+
export declare const AdditionalAuthenticationProviderFilterSensitiveLog: (obj: AdditionalAuthenticationProvider) => any;
|
|
2679
|
+
/**
|
|
2680
|
+
* @internal
|
|
2681
|
+
*/
|
|
2682
|
+
export declare const ApiAssociationFilterSensitiveLog: (obj: ApiAssociation) => any;
|
|
2683
|
+
/**
|
|
2684
|
+
* @internal
|
|
2685
|
+
*/
|
|
2686
|
+
export declare const ApiCacheFilterSensitiveLog: (obj: ApiCache) => any;
|
|
2687
|
+
/**
|
|
2688
|
+
* @internal
|
|
2689
|
+
*/
|
|
2690
|
+
export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
|
|
2691
|
+
/**
|
|
2692
|
+
* @internal
|
|
2693
|
+
*/
|
|
2694
|
+
export declare const AssociateApiRequestFilterSensitiveLog: (obj: AssociateApiRequest) => any;
|
|
2695
|
+
/**
|
|
2696
|
+
* @internal
|
|
2697
|
+
*/
|
|
2698
|
+
export declare const AssociateApiResponseFilterSensitiveLog: (obj: AssociateApiResponse) => any;
|
|
2699
|
+
/**
|
|
2700
|
+
* @internal
|
|
2701
|
+
*/
|
|
2702
|
+
export declare const AwsIamConfigFilterSensitiveLog: (obj: AwsIamConfig) => any;
|
|
2703
|
+
/**
|
|
2704
|
+
* @internal
|
|
2705
|
+
*/
|
|
2706
|
+
export declare const AuthorizationConfigFilterSensitiveLog: (obj: AuthorizationConfig) => any;
|
|
2707
|
+
/**
|
|
2708
|
+
* @internal
|
|
2709
|
+
*/
|
|
2710
|
+
export declare const CreateApiCacheRequestFilterSensitiveLog: (obj: CreateApiCacheRequest) => any;
|
|
2711
|
+
/**
|
|
2712
|
+
* @internal
|
|
2713
|
+
*/
|
|
2714
|
+
export declare const CreateApiCacheResponseFilterSensitiveLog: (obj: CreateApiCacheResponse) => any;
|
|
2715
|
+
/**
|
|
2716
|
+
* @internal
|
|
2717
|
+
*/
|
|
2718
|
+
export declare const CreateApiKeyRequestFilterSensitiveLog: (obj: CreateApiKeyRequest) => any;
|
|
2719
|
+
/**
|
|
2720
|
+
* @internal
|
|
2721
|
+
*/
|
|
2722
|
+
export declare const CreateApiKeyResponseFilterSensitiveLog: (obj: CreateApiKeyResponse) => any;
|
|
2723
|
+
/**
|
|
2724
|
+
* @internal
|
|
2725
|
+
*/
|
|
2726
|
+
export declare const DeltaSyncConfigFilterSensitiveLog: (obj: DeltaSyncConfig) => any;
|
|
2727
|
+
/**
|
|
2728
|
+
* @internal
|
|
2729
|
+
*/
|
|
2730
|
+
export declare const DynamodbDataSourceConfigFilterSensitiveLog: (obj: DynamodbDataSourceConfig) => any;
|
|
2731
|
+
/**
|
|
2732
|
+
* @internal
|
|
2733
|
+
*/
|
|
2734
|
+
export declare const ElasticsearchDataSourceConfigFilterSensitiveLog: (obj: ElasticsearchDataSourceConfig) => any;
|
|
2735
|
+
/**
|
|
2736
|
+
* @internal
|
|
2737
|
+
*/
|
|
2738
|
+
export declare const HttpDataSourceConfigFilterSensitiveLog: (obj: HttpDataSourceConfig) => any;
|
|
2739
|
+
/**
|
|
2740
|
+
* @internal
|
|
2741
|
+
*/
|
|
2742
|
+
export declare const LambdaDataSourceConfigFilterSensitiveLog: (obj: LambdaDataSourceConfig) => any;
|
|
2743
|
+
/**
|
|
2744
|
+
* @internal
|
|
2745
|
+
*/
|
|
2746
|
+
export declare const OpenSearchServiceDataSourceConfigFilterSensitiveLog: (obj: OpenSearchServiceDataSourceConfig) => any;
|
|
2747
|
+
/**
|
|
2748
|
+
* @internal
|
|
2749
|
+
*/
|
|
2750
|
+
export declare const RdsHttpEndpointConfigFilterSensitiveLog: (obj: RdsHttpEndpointConfig) => any;
|
|
2751
|
+
/**
|
|
2752
|
+
* @internal
|
|
2753
|
+
*/
|
|
2754
|
+
export declare const RelationalDatabaseDataSourceConfigFilterSensitiveLog: (obj: RelationalDatabaseDataSourceConfig) => any;
|
|
2755
|
+
/**
|
|
2756
|
+
* @internal
|
|
2757
|
+
*/
|
|
2758
|
+
export declare const CreateDataSourceRequestFilterSensitiveLog: (obj: CreateDataSourceRequest) => any;
|
|
2759
|
+
/**
|
|
2760
|
+
* @internal
|
|
2761
|
+
*/
|
|
2762
|
+
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
2763
|
+
/**
|
|
2764
|
+
* @internal
|
|
2765
|
+
*/
|
|
2766
|
+
export declare const CreateDataSourceResponseFilterSensitiveLog: (obj: CreateDataSourceResponse) => any;
|
|
2767
|
+
/**
|
|
2768
|
+
* @internal
|
|
2769
|
+
*/
|
|
2770
|
+
export declare const CreateDomainNameRequestFilterSensitiveLog: (obj: CreateDomainNameRequest) => any;
|
|
2771
|
+
/**
|
|
2772
|
+
* @internal
|
|
2773
|
+
*/
|
|
2774
|
+
export declare const DomainNameConfigFilterSensitiveLog: (obj: DomainNameConfig) => any;
|
|
2775
|
+
/**
|
|
2776
|
+
* @internal
|
|
2777
|
+
*/
|
|
2778
|
+
export declare const CreateDomainNameResponseFilterSensitiveLog: (obj: CreateDomainNameResponse) => any;
|
|
2779
|
+
/**
|
|
2780
|
+
* @internal
|
|
2781
|
+
*/
|
|
2782
|
+
export declare const LambdaConflictHandlerConfigFilterSensitiveLog: (obj: LambdaConflictHandlerConfig) => any;
|
|
2783
|
+
/**
|
|
2784
|
+
* @internal
|
|
2785
|
+
*/
|
|
2786
|
+
export declare const SyncConfigFilterSensitiveLog: (obj: SyncConfig) => any;
|
|
2787
|
+
/**
|
|
2788
|
+
* @internal
|
|
2789
|
+
*/
|
|
2790
|
+
export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
|
|
2791
|
+
/**
|
|
2792
|
+
* @internal
|
|
2793
|
+
*/
|
|
2794
|
+
export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
2795
|
+
/**
|
|
2796
|
+
* @internal
|
|
2797
|
+
*/
|
|
2798
|
+
export declare const CreateFunctionResponseFilterSensitiveLog: (obj: CreateFunctionResponse) => any;
|
|
2799
|
+
/**
|
|
2800
|
+
* @internal
|
|
2801
|
+
*/
|
|
2802
|
+
export declare const LogConfigFilterSensitiveLog: (obj: LogConfig) => any;
|
|
2803
|
+
/**
|
|
2804
|
+
* @internal
|
|
2805
|
+
*/
|
|
2806
|
+
export declare const UserPoolConfigFilterSensitiveLog: (obj: UserPoolConfig) => any;
|
|
2807
|
+
/**
|
|
2808
|
+
* @internal
|
|
2809
|
+
*/
|
|
2810
|
+
export declare const CreateGraphqlApiRequestFilterSensitiveLog: (obj: CreateGraphqlApiRequest) => any;
|
|
2811
|
+
/**
|
|
2812
|
+
* @internal
|
|
2813
|
+
*/
|
|
2814
|
+
export declare const GraphqlApiFilterSensitiveLog: (obj: GraphqlApi) => any;
|
|
2815
|
+
/**
|
|
2816
|
+
* @internal
|
|
2817
|
+
*/
|
|
2818
|
+
export declare const CreateGraphqlApiResponseFilterSensitiveLog: (obj: CreateGraphqlApiResponse) => any;
|
|
2819
|
+
/**
|
|
2820
|
+
* @internal
|
|
2821
|
+
*/
|
|
2822
|
+
export declare const CachingConfigFilterSensitiveLog: (obj: CachingConfig) => any;
|
|
2823
|
+
/**
|
|
2824
|
+
* @internal
|
|
2825
|
+
*/
|
|
2826
|
+
export declare const PipelineConfigFilterSensitiveLog: (obj: PipelineConfig) => any;
|
|
2827
|
+
/**
|
|
2828
|
+
* @internal
|
|
2829
|
+
*/
|
|
2830
|
+
export declare const CreateResolverRequestFilterSensitiveLog: (obj: CreateResolverRequest) => any;
|
|
2831
|
+
/**
|
|
2832
|
+
* @internal
|
|
2833
|
+
*/
|
|
2834
|
+
export declare const ResolverFilterSensitiveLog: (obj: Resolver) => any;
|
|
2835
|
+
/**
|
|
2836
|
+
* @internal
|
|
2837
|
+
*/
|
|
2838
|
+
export declare const CreateResolverResponseFilterSensitiveLog: (obj: CreateResolverResponse) => any;
|
|
2839
|
+
/**
|
|
2840
|
+
* @internal
|
|
2841
|
+
*/
|
|
2842
|
+
export declare const CreateTypeRequestFilterSensitiveLog: (obj: CreateTypeRequest) => any;
|
|
2843
|
+
/**
|
|
2844
|
+
* @internal
|
|
2845
|
+
*/
|
|
2846
|
+
export declare const TypeFilterSensitiveLog: (obj: Type) => any;
|
|
2847
|
+
/**
|
|
2848
|
+
* @internal
|
|
2849
|
+
*/
|
|
2850
|
+
export declare const CreateTypeResponseFilterSensitiveLog: (obj: CreateTypeResponse) => any;
|
|
2851
|
+
/**
|
|
2852
|
+
* @internal
|
|
2853
|
+
*/
|
|
2854
|
+
export declare const DeleteApiCacheRequestFilterSensitiveLog: (obj: DeleteApiCacheRequest) => any;
|
|
2855
|
+
/**
|
|
2856
|
+
* @internal
|
|
2857
|
+
*/
|
|
2858
|
+
export declare const DeleteApiCacheResponseFilterSensitiveLog: (obj: DeleteApiCacheResponse) => any;
|
|
2859
|
+
/**
|
|
2860
|
+
* @internal
|
|
2861
|
+
*/
|
|
2862
|
+
export declare const DeleteApiKeyRequestFilterSensitiveLog: (obj: DeleteApiKeyRequest) => any;
|
|
2863
|
+
/**
|
|
2864
|
+
* @internal
|
|
2865
|
+
*/
|
|
2866
|
+
export declare const DeleteApiKeyResponseFilterSensitiveLog: (obj: DeleteApiKeyResponse) => any;
|
|
2867
|
+
/**
|
|
2868
|
+
* @internal
|
|
2869
|
+
*/
|
|
2870
|
+
export declare const DeleteDataSourceRequestFilterSensitiveLog: (obj: DeleteDataSourceRequest) => any;
|
|
2871
|
+
/**
|
|
2872
|
+
* @internal
|
|
2873
|
+
*/
|
|
2874
|
+
export declare const DeleteDataSourceResponseFilterSensitiveLog: (obj: DeleteDataSourceResponse) => any;
|
|
2875
|
+
/**
|
|
2876
|
+
* @internal
|
|
2877
|
+
*/
|
|
2878
|
+
export declare const DeleteDomainNameRequestFilterSensitiveLog: (obj: DeleteDomainNameRequest) => any;
|
|
2879
|
+
/**
|
|
2880
|
+
* @internal
|
|
2881
|
+
*/
|
|
2882
|
+
export declare const DeleteDomainNameResponseFilterSensitiveLog: (obj: DeleteDomainNameResponse) => any;
|
|
2883
|
+
/**
|
|
2884
|
+
* @internal
|
|
2885
|
+
*/
|
|
2886
|
+
export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
|
|
2887
|
+
/**
|
|
2888
|
+
* @internal
|
|
2889
|
+
*/
|
|
2890
|
+
export declare const DeleteFunctionResponseFilterSensitiveLog: (obj: DeleteFunctionResponse) => any;
|
|
2891
|
+
/**
|
|
2892
|
+
* @internal
|
|
2893
|
+
*/
|
|
2894
|
+
export declare const DeleteGraphqlApiRequestFilterSensitiveLog: (obj: DeleteGraphqlApiRequest) => any;
|
|
2895
|
+
/**
|
|
2896
|
+
* @internal
|
|
2897
|
+
*/
|
|
2898
|
+
export declare const DeleteGraphqlApiResponseFilterSensitiveLog: (obj: DeleteGraphqlApiResponse) => any;
|
|
2899
|
+
/**
|
|
2900
|
+
* @internal
|
|
2901
|
+
*/
|
|
2902
|
+
export declare const DeleteResolverRequestFilterSensitiveLog: (obj: DeleteResolverRequest) => any;
|
|
2903
|
+
/**
|
|
2904
|
+
* @internal
|
|
2905
|
+
*/
|
|
2906
|
+
export declare const DeleteResolverResponseFilterSensitiveLog: (obj: DeleteResolverResponse) => any;
|
|
2907
|
+
/**
|
|
2908
|
+
* @internal
|
|
2909
|
+
*/
|
|
2910
|
+
export declare const DeleteTypeRequestFilterSensitiveLog: (obj: DeleteTypeRequest) => any;
|
|
2911
|
+
/**
|
|
2912
|
+
* @internal
|
|
2913
|
+
*/
|
|
2914
|
+
export declare const DeleteTypeResponseFilterSensitiveLog: (obj: DeleteTypeResponse) => any;
|
|
2915
|
+
/**
|
|
2916
|
+
* @internal
|
|
2917
|
+
*/
|
|
2918
|
+
export declare const DisassociateApiRequestFilterSensitiveLog: (obj: DisassociateApiRequest) => any;
|
|
2919
|
+
/**
|
|
2920
|
+
* @internal
|
|
2921
|
+
*/
|
|
2922
|
+
export declare const DisassociateApiResponseFilterSensitiveLog: (obj: DisassociateApiResponse) => any;
|
|
2923
|
+
/**
|
|
2924
|
+
* @internal
|
|
2925
|
+
*/
|
|
2926
|
+
export declare const EvaluateMappingTemplateRequestFilterSensitiveLog: (obj: EvaluateMappingTemplateRequest) => any;
|
|
2927
|
+
/**
|
|
2928
|
+
* @internal
|
|
2929
|
+
*/
|
|
2930
|
+
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
2931
|
+
/**
|
|
2932
|
+
* @internal
|
|
2933
|
+
*/
|
|
2934
|
+
export declare const EvaluateMappingTemplateResponseFilterSensitiveLog: (obj: EvaluateMappingTemplateResponse) => any;
|
|
2935
|
+
/**
|
|
2936
|
+
* @internal
|
|
2937
|
+
*/
|
|
2938
|
+
export declare const FlushApiCacheRequestFilterSensitiveLog: (obj: FlushApiCacheRequest) => any;
|
|
2939
|
+
/**
|
|
2940
|
+
* @internal
|
|
2941
|
+
*/
|
|
2942
|
+
export declare const FlushApiCacheResponseFilterSensitiveLog: (obj: FlushApiCacheResponse) => any;
|
|
2943
|
+
/**
|
|
2944
|
+
* @internal
|
|
2945
|
+
*/
|
|
2946
|
+
export declare const GetApiAssociationRequestFilterSensitiveLog: (obj: GetApiAssociationRequest) => any;
|
|
2947
|
+
/**
|
|
2948
|
+
* @internal
|
|
2949
|
+
*/
|
|
2950
|
+
export declare const GetApiAssociationResponseFilterSensitiveLog: (obj: GetApiAssociationResponse) => any;
|
|
2951
|
+
/**
|
|
2952
|
+
* @internal
|
|
2953
|
+
*/
|
|
2954
|
+
export declare const GetApiCacheRequestFilterSensitiveLog: (obj: GetApiCacheRequest) => any;
|
|
2955
|
+
/**
|
|
2956
|
+
* @internal
|
|
2957
|
+
*/
|
|
2958
|
+
export declare const GetApiCacheResponseFilterSensitiveLog: (obj: GetApiCacheResponse) => any;
|
|
2959
|
+
/**
|
|
2960
|
+
* @internal
|
|
2961
|
+
*/
|
|
2962
|
+
export declare const GetDataSourceRequestFilterSensitiveLog: (obj: GetDataSourceRequest) => any;
|
|
2963
|
+
/**
|
|
2964
|
+
* @internal
|
|
2965
|
+
*/
|
|
2966
|
+
export declare const GetDataSourceResponseFilterSensitiveLog: (obj: GetDataSourceResponse) => any;
|
|
2967
|
+
/**
|
|
2968
|
+
* @internal
|
|
2969
|
+
*/
|
|
2970
|
+
export declare const GetDomainNameRequestFilterSensitiveLog: (obj: GetDomainNameRequest) => any;
|
|
2971
|
+
/**
|
|
2972
|
+
* @internal
|
|
2973
|
+
*/
|
|
2974
|
+
export declare const GetDomainNameResponseFilterSensitiveLog: (obj: GetDomainNameResponse) => any;
|
|
2975
|
+
/**
|
|
2976
|
+
* @internal
|
|
2977
|
+
*/
|
|
2978
|
+
export declare const GetFunctionRequestFilterSensitiveLog: (obj: GetFunctionRequest) => any;
|
|
2979
|
+
/**
|
|
2980
|
+
* @internal
|
|
2981
|
+
*/
|
|
2982
|
+
export declare const GetFunctionResponseFilterSensitiveLog: (obj: GetFunctionResponse) => any;
|
|
2983
|
+
/**
|
|
2984
|
+
* @internal
|
|
2985
|
+
*/
|
|
2986
|
+
export declare const GetGraphqlApiRequestFilterSensitiveLog: (obj: GetGraphqlApiRequest) => any;
|
|
2987
|
+
/**
|
|
2988
|
+
* @internal
|
|
2989
|
+
*/
|
|
2990
|
+
export declare const GetGraphqlApiResponseFilterSensitiveLog: (obj: GetGraphqlApiResponse) => any;
|
|
2991
|
+
/**
|
|
2992
|
+
* @internal
|
|
2993
|
+
*/
|
|
2994
|
+
export declare const GetIntrospectionSchemaRequestFilterSensitiveLog: (obj: GetIntrospectionSchemaRequest) => any;
|
|
2995
|
+
/**
|
|
2996
|
+
* @internal
|
|
2997
|
+
*/
|
|
2998
|
+
export declare const GetIntrospectionSchemaResponseFilterSensitiveLog: (obj: GetIntrospectionSchemaResponse) => any;
|
|
2999
|
+
/**
|
|
3000
|
+
* @internal
|
|
3001
|
+
*/
|
|
3002
|
+
export declare const GetResolverRequestFilterSensitiveLog: (obj: GetResolverRequest) => any;
|
|
3003
|
+
/**
|
|
3004
|
+
* @internal
|
|
3005
|
+
*/
|
|
3006
|
+
export declare const GetResolverResponseFilterSensitiveLog: (obj: GetResolverResponse) => any;
|
|
3007
|
+
/**
|
|
3008
|
+
* @internal
|
|
3009
|
+
*/
|
|
3010
|
+
export declare const GetSchemaCreationStatusRequestFilterSensitiveLog: (obj: GetSchemaCreationStatusRequest) => any;
|
|
3011
|
+
/**
|
|
3012
|
+
* @internal
|
|
3013
|
+
*/
|
|
3014
|
+
export declare const GetSchemaCreationStatusResponseFilterSensitiveLog: (obj: GetSchemaCreationStatusResponse) => any;
|
|
3015
|
+
/**
|
|
3016
|
+
* @internal
|
|
3017
|
+
*/
|
|
3018
|
+
export declare const GetTypeRequestFilterSensitiveLog: (obj: GetTypeRequest) => any;
|
|
3019
|
+
/**
|
|
3020
|
+
* @internal
|
|
3021
|
+
*/
|
|
3022
|
+
export declare const GetTypeResponseFilterSensitiveLog: (obj: GetTypeResponse) => any;
|
|
3023
|
+
/**
|
|
3024
|
+
* @internal
|
|
3025
|
+
*/
|
|
3026
|
+
export declare const ListApiKeysRequestFilterSensitiveLog: (obj: ListApiKeysRequest) => any;
|
|
3027
|
+
/**
|
|
3028
|
+
* @internal
|
|
3029
|
+
*/
|
|
3030
|
+
export declare const ListApiKeysResponseFilterSensitiveLog: (obj: ListApiKeysResponse) => any;
|
|
3031
|
+
/**
|
|
3032
|
+
* @internal
|
|
3033
|
+
*/
|
|
3034
|
+
export declare const ListDataSourcesRequestFilterSensitiveLog: (obj: ListDataSourcesRequest) => any;
|
|
3035
|
+
/**
|
|
3036
|
+
* @internal
|
|
3037
|
+
*/
|
|
3038
|
+
export declare const ListDataSourcesResponseFilterSensitiveLog: (obj: ListDataSourcesResponse) => any;
|
|
3039
|
+
/**
|
|
3040
|
+
* @internal
|
|
3041
|
+
*/
|
|
3042
|
+
export declare const ListDomainNamesRequestFilterSensitiveLog: (obj: ListDomainNamesRequest) => any;
|
|
3043
|
+
/**
|
|
3044
|
+
* @internal
|
|
3045
|
+
*/
|
|
3046
|
+
export declare const ListDomainNamesResponseFilterSensitiveLog: (obj: ListDomainNamesResponse) => any;
|
|
3047
|
+
/**
|
|
3048
|
+
* @internal
|
|
3049
|
+
*/
|
|
3050
|
+
export declare const ListFunctionsRequestFilterSensitiveLog: (obj: ListFunctionsRequest) => any;
|
|
3051
|
+
/**
|
|
3052
|
+
* @internal
|
|
3053
|
+
*/
|
|
3054
|
+
export declare const ListFunctionsResponseFilterSensitiveLog: (obj: ListFunctionsResponse) => any;
|
|
3055
|
+
/**
|
|
3056
|
+
* @internal
|
|
3057
|
+
*/
|
|
3058
|
+
export declare const ListGraphqlApisRequestFilterSensitiveLog: (obj: ListGraphqlApisRequest) => any;
|
|
3059
|
+
/**
|
|
3060
|
+
* @internal
|
|
3061
|
+
*/
|
|
3062
|
+
export declare const ListGraphqlApisResponseFilterSensitiveLog: (obj: ListGraphqlApisResponse) => any;
|
|
3063
|
+
/**
|
|
3064
|
+
* @internal
|
|
3065
|
+
*/
|
|
3066
|
+
export declare const ListResolversRequestFilterSensitiveLog: (obj: ListResolversRequest) => any;
|
|
3067
|
+
/**
|
|
3068
|
+
* @internal
|
|
3069
|
+
*/
|
|
3070
|
+
export declare const ListResolversResponseFilterSensitiveLog: (obj: ListResolversResponse) => any;
|
|
3071
|
+
/**
|
|
3072
|
+
* @internal
|
|
3073
|
+
*/
|
|
3074
|
+
export declare const ListResolversByFunctionRequestFilterSensitiveLog: (obj: ListResolversByFunctionRequest) => any;
|
|
3075
|
+
/**
|
|
3076
|
+
* @internal
|
|
3077
|
+
*/
|
|
3078
|
+
export declare const ListResolversByFunctionResponseFilterSensitiveLog: (obj: ListResolversByFunctionResponse) => any;
|
|
3079
|
+
/**
|
|
3080
|
+
* @internal
|
|
3081
|
+
*/
|
|
3082
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3083
|
+
/**
|
|
3084
|
+
* @internal
|
|
3085
|
+
*/
|
|
3086
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3087
|
+
/**
|
|
3088
|
+
* @internal
|
|
3089
|
+
*/
|
|
3090
|
+
export declare const ListTypesRequestFilterSensitiveLog: (obj: ListTypesRequest) => any;
|
|
3091
|
+
/**
|
|
3092
|
+
* @internal
|
|
3093
|
+
*/
|
|
3094
|
+
export declare const ListTypesResponseFilterSensitiveLog: (obj: ListTypesResponse) => any;
|
|
3095
|
+
/**
|
|
3096
|
+
* @internal
|
|
3097
|
+
*/
|
|
3098
|
+
export declare const StartSchemaCreationRequestFilterSensitiveLog: (obj: StartSchemaCreationRequest) => any;
|
|
3099
|
+
/**
|
|
3100
|
+
* @internal
|
|
3101
|
+
*/
|
|
3102
|
+
export declare const StartSchemaCreationResponseFilterSensitiveLog: (obj: StartSchemaCreationResponse) => any;
|
|
3103
|
+
/**
|
|
3104
|
+
* @internal
|
|
3105
|
+
*/
|
|
3106
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3107
|
+
/**
|
|
3108
|
+
* @internal
|
|
3109
|
+
*/
|
|
3110
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3111
|
+
/**
|
|
3112
|
+
* @internal
|
|
3113
|
+
*/
|
|
3114
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3115
|
+
/**
|
|
3116
|
+
* @internal
|
|
3117
|
+
*/
|
|
3118
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3119
|
+
/**
|
|
3120
|
+
* @internal
|
|
3121
|
+
*/
|
|
3122
|
+
export declare const UpdateApiCacheRequestFilterSensitiveLog: (obj: UpdateApiCacheRequest) => any;
|
|
3123
|
+
/**
|
|
3124
|
+
* @internal
|
|
3125
|
+
*/
|
|
3126
|
+
export declare const UpdateApiCacheResponseFilterSensitiveLog: (obj: UpdateApiCacheResponse) => any;
|
|
3127
|
+
/**
|
|
3128
|
+
* @internal
|
|
3129
|
+
*/
|
|
3130
|
+
export declare const UpdateApiKeyRequestFilterSensitiveLog: (obj: UpdateApiKeyRequest) => any;
|
|
3131
|
+
/**
|
|
3132
|
+
* @internal
|
|
3133
|
+
*/
|
|
3134
|
+
export declare const UpdateApiKeyResponseFilterSensitiveLog: (obj: UpdateApiKeyResponse) => any;
|
|
3135
|
+
/**
|
|
3136
|
+
* @internal
|
|
3137
|
+
*/
|
|
3138
|
+
export declare const UpdateDataSourceRequestFilterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
|
|
3139
|
+
/**
|
|
3140
|
+
* @internal
|
|
3141
|
+
*/
|
|
3142
|
+
export declare const UpdateDataSourceResponseFilterSensitiveLog: (obj: UpdateDataSourceResponse) => any;
|
|
3143
|
+
/**
|
|
3144
|
+
* @internal
|
|
3145
|
+
*/
|
|
3146
|
+
export declare const UpdateDomainNameRequestFilterSensitiveLog: (obj: UpdateDomainNameRequest) => any;
|
|
3147
|
+
/**
|
|
3148
|
+
* @internal
|
|
3149
|
+
*/
|
|
3150
|
+
export declare const UpdateDomainNameResponseFilterSensitiveLog: (obj: UpdateDomainNameResponse) => any;
|
|
3151
|
+
/**
|
|
3152
|
+
* @internal
|
|
3153
|
+
*/
|
|
3154
|
+
export declare const UpdateFunctionRequestFilterSensitiveLog: (obj: UpdateFunctionRequest) => any;
|
|
3155
|
+
/**
|
|
3156
|
+
* @internal
|
|
3157
|
+
*/
|
|
3158
|
+
export declare const UpdateFunctionResponseFilterSensitiveLog: (obj: UpdateFunctionResponse) => any;
|
|
3159
|
+
/**
|
|
3160
|
+
* @internal
|
|
3161
|
+
*/
|
|
3162
|
+
export declare const UpdateGraphqlApiRequestFilterSensitiveLog: (obj: UpdateGraphqlApiRequest) => any;
|
|
3163
|
+
/**
|
|
3164
|
+
* @internal
|
|
3165
|
+
*/
|
|
3166
|
+
export declare const UpdateGraphqlApiResponseFilterSensitiveLog: (obj: UpdateGraphqlApiResponse) => any;
|
|
3167
|
+
/**
|
|
3168
|
+
* @internal
|
|
3169
|
+
*/
|
|
3170
|
+
export declare const UpdateResolverRequestFilterSensitiveLog: (obj: UpdateResolverRequest) => any;
|
|
3171
|
+
/**
|
|
3172
|
+
* @internal
|
|
3173
|
+
*/
|
|
3174
|
+
export declare const UpdateResolverResponseFilterSensitiveLog: (obj: UpdateResolverResponse) => any;
|
|
3175
|
+
/**
|
|
3176
|
+
* @internal
|
|
3177
|
+
*/
|
|
3178
|
+
export declare const UpdateTypeRequestFilterSensitiveLog: (obj: UpdateTypeRequest) => any;
|
|
3179
|
+
/**
|
|
3180
|
+
* @internal
|
|
3181
|
+
*/
|
|
3182
|
+
export declare const UpdateTypeResponseFilterSensitiveLog: (obj: UpdateTypeResponse) => any;
|