@aws-sdk/client-appsync 3.927.0 → 3.929.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/index.js +2888 -2933
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/AppSyncClient.js +2 -0
- package/dist-es/commands/AssociateApiCommand.js +3 -9
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +3 -9
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +3 -9
- package/dist-es/commands/CreateApiCacheCommand.js +3 -9
- package/dist-es/commands/CreateApiCommand.js +3 -9
- package/dist-es/commands/CreateApiKeyCommand.js +3 -9
- package/dist-es/commands/CreateChannelNamespaceCommand.js +3 -9
- package/dist-es/commands/CreateDataSourceCommand.js +3 -9
- package/dist-es/commands/CreateDomainNameCommand.js +3 -9
- package/dist-es/commands/CreateFunctionCommand.js +3 -9
- package/dist-es/commands/CreateGraphqlApiCommand.js +3 -9
- package/dist-es/commands/CreateResolverCommand.js +3 -9
- package/dist-es/commands/CreateTypeCommand.js +3 -9
- package/dist-es/commands/DeleteApiCacheCommand.js +3 -9
- package/dist-es/commands/DeleteApiCommand.js +3 -9
- package/dist-es/commands/DeleteApiKeyCommand.js +3 -9
- package/dist-es/commands/DeleteChannelNamespaceCommand.js +3 -9
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
- package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
- package/dist-es/commands/DeleteFunctionCommand.js +3 -9
- package/dist-es/commands/DeleteGraphqlApiCommand.js +3 -9
- package/dist-es/commands/DeleteResolverCommand.js +3 -9
- package/dist-es/commands/DeleteTypeCommand.js +3 -9
- package/dist-es/commands/DisassociateApiCommand.js +3 -9
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +3 -9
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +3 -9
- package/dist-es/commands/EvaluateCodeCommand.js +3 -9
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +3 -9
- package/dist-es/commands/FlushApiCacheCommand.js +3 -9
- package/dist-es/commands/GetApiAssociationCommand.js +3 -9
- package/dist-es/commands/GetApiCacheCommand.js +3 -9
- package/dist-es/commands/GetApiCommand.js +3 -9
- package/dist-es/commands/GetChannelNamespaceCommand.js +3 -9
- package/dist-es/commands/GetDataSourceCommand.js +3 -9
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +3 -9
- package/dist-es/commands/GetDomainNameCommand.js +3 -9
- package/dist-es/commands/GetFunctionCommand.js +3 -9
- package/dist-es/commands/GetGraphqlApiCommand.js +3 -9
- package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +3 -9
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +3 -9
- package/dist-es/commands/GetResolverCommand.js +3 -9
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +3 -9
- package/dist-es/commands/GetSourceApiAssociationCommand.js +3 -9
- package/dist-es/commands/GetTypeCommand.js +3 -9
- package/dist-es/commands/ListApiKeysCommand.js +3 -9
- package/dist-es/commands/ListApisCommand.js +3 -9
- package/dist-es/commands/ListChannelNamespacesCommand.js +3 -9
- package/dist-es/commands/ListDataSourcesCommand.js +3 -9
- package/dist-es/commands/ListDomainNamesCommand.js +3 -9
- package/dist-es/commands/ListFunctionsCommand.js +3 -9
- package/dist-es/commands/ListGraphqlApisCommand.js +3 -9
- package/dist-es/commands/ListResolversByFunctionCommand.js +3 -9
- package/dist-es/commands/ListResolversCommand.js +3 -9
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTypesByAssociationCommand.js +3 -9
- package/dist-es/commands/ListTypesCommand.js +3 -9
- package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +3 -9
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +3 -9
- package/dist-es/commands/StartSchemaCreationCommand.js +3 -9
- package/dist-es/commands/StartSchemaMergeCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApiCacheCommand.js +3 -9
- package/dist-es/commands/UpdateApiCommand.js +3 -9
- package/dist-es/commands/UpdateApiKeyCommand.js +3 -9
- package/dist-es/commands/UpdateChannelNamespaceCommand.js +3 -9
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
- package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
- package/dist-es/commands/UpdateFunctionCommand.js +3 -9
- package/dist-es/commands/UpdateGraphqlApiCommand.js +3 -9
- package/dist-es/commands/UpdateResolverCommand.js +3 -9
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateTypeCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2716 -0
- package/dist-types/AppSyncClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +321 -0
- package/dist-types/ts3.4/AppSyncClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -2384
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -668
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -893
|
@@ -0,0 +1,2716 @@
|
|
|
1
|
+
const _A = "Api";
|
|
2
|
+
const _AA = "ApiAssociation";
|
|
3
|
+
const _AAP = "AdditionalAuthenticationProvider";
|
|
4
|
+
const _AAPd = "AdditionalAuthenticationProviders";
|
|
5
|
+
const _AAR = "AssociateApiRequest";
|
|
6
|
+
const _AARs = "AssociateApiResponse";
|
|
7
|
+
const _AAs = "AssociateApi";
|
|
8
|
+
const _AC = "ApiCache";
|
|
9
|
+
const _ACu = "AuthorizationConfig";
|
|
10
|
+
const _ADE = "AccessDeniedException";
|
|
11
|
+
const _AIC = "AwsIamConfig";
|
|
12
|
+
const _AK = "ApiKey";
|
|
13
|
+
const _AKLEE = "ApiKeyLimitExceededException";
|
|
14
|
+
const _AKVOOBE = "ApiKeyValidityOutOfBoundsException";
|
|
15
|
+
const _AKp = "ApiKeys";
|
|
16
|
+
const _ALEE = "ApiLimitExceededException";
|
|
17
|
+
const _AM = "AuthMode";
|
|
18
|
+
const _AMGA = "AssociateMergedGraphqlApi";
|
|
19
|
+
const _AMGAR = "AssociateMergedGraphqlApiRequest";
|
|
20
|
+
const _AMGARs = "AssociateMergedGraphqlApiResponse";
|
|
21
|
+
const _AMu = "AuthModes";
|
|
22
|
+
const _AP = "AuthProvider";
|
|
23
|
+
const _APu = "AuthProviders";
|
|
24
|
+
const _ASGA = "AssociateSourceGraphqlApi";
|
|
25
|
+
const _ASGAR = "AssociateSourceGraphqlApiRequest";
|
|
26
|
+
const _ASGARs = "AssociateSourceGraphqlApiResponse";
|
|
27
|
+
const _ASR = "AppSyncRuntime";
|
|
28
|
+
const _Ap = "Apis";
|
|
29
|
+
const _BRD = "BadRequestDetail";
|
|
30
|
+
const _BRE = "BadRequestException";
|
|
31
|
+
const _CA = "CreateApi";
|
|
32
|
+
const _CAC = "CreateApiCache";
|
|
33
|
+
const _CACR = "CreateApiCacheRequest";
|
|
34
|
+
const _CACRr = "CreateApiCacheResponse";
|
|
35
|
+
const _CAK = "CreateApiKey";
|
|
36
|
+
const _CAKR = "CreateApiKeyRequest";
|
|
37
|
+
const _CAKRr = "CreateApiKeyResponse";
|
|
38
|
+
const _CAR = "CreateApiRequest";
|
|
39
|
+
const _CARr = "CreateApiResponse";
|
|
40
|
+
const _CC = "CachingConfig";
|
|
41
|
+
const _CCN = "CreateChannelNamespace";
|
|
42
|
+
const _CCNR = "CreateChannelNamespaceRequest";
|
|
43
|
+
const _CCNRr = "CreateChannelNamespaceResponse";
|
|
44
|
+
const _CCo = "CognitoConfig";
|
|
45
|
+
const _CDN = "CreateDomainName";
|
|
46
|
+
const _CDNR = "CreateDomainNameRequest";
|
|
47
|
+
const _CDNRr = "CreateDomainNameResponse";
|
|
48
|
+
const _CDS = "CreateDataSource";
|
|
49
|
+
const _CDSR = "CreateDataSourceRequest";
|
|
50
|
+
const _CDSRr = "CreateDataSourceResponse";
|
|
51
|
+
const _CE = "CodeError";
|
|
52
|
+
const _CEL = "CodeErrorLocation";
|
|
53
|
+
const _CEo = "ConflictException";
|
|
54
|
+
const _CEod = "CodeErrors";
|
|
55
|
+
const _CF = "CreateFunction";
|
|
56
|
+
const _CFR = "CreateFunctionRequest";
|
|
57
|
+
const _CFRr = "CreateFunctionResponse";
|
|
58
|
+
const _CGA = "CreateGraphqlApi";
|
|
59
|
+
const _CGAR = "CreateGraphqlApiRequest";
|
|
60
|
+
const _CGARr = "CreateGraphqlApiResponse";
|
|
61
|
+
const _CME = "ConcurrentModificationException";
|
|
62
|
+
const _CN = "ChannelNamespace";
|
|
63
|
+
const _CNh = "ChannelNamespaces";
|
|
64
|
+
const _CR = "CreateResolver";
|
|
65
|
+
const _CRR = "CreateResolverRequest";
|
|
66
|
+
const _CRRr = "CreateResolverResponse";
|
|
67
|
+
const _CT = "CreateType";
|
|
68
|
+
const _CTR = "CreateTypeRequest";
|
|
69
|
+
const _CTRr = "CreateTypeResponse";
|
|
70
|
+
const _CUPC = "CognitoUserPoolConfig";
|
|
71
|
+
const _DA = "DeleteApi";
|
|
72
|
+
const _DAC = "DeleteApiCache";
|
|
73
|
+
const _DACR = "DeleteApiCacheRequest";
|
|
74
|
+
const _DACRe = "DeleteApiCacheResponse";
|
|
75
|
+
const _DAK = "DeleteApiKey";
|
|
76
|
+
const _DAKR = "DeleteApiKeyRequest";
|
|
77
|
+
const _DAKRe = "DeleteApiKeyResponse";
|
|
78
|
+
const _DAR = "DeleteApiRequest";
|
|
79
|
+
const _DARe = "DeleteApiResponse";
|
|
80
|
+
const _DARi = "DisassociateApiRequest";
|
|
81
|
+
const _DARis = "DisassociateApiResponse";
|
|
82
|
+
const _DAi = "DisassociateApi";
|
|
83
|
+
const _DCN = "DeleteChannelNamespace";
|
|
84
|
+
const _DCNR = "DeleteChannelNamespaceRequest";
|
|
85
|
+
const _DCNRe = "DeleteChannelNamespaceResponse";
|
|
86
|
+
const _DDN = "DeleteDomainName";
|
|
87
|
+
const _DDNR = "DeleteDomainNameRequest";
|
|
88
|
+
const _DDNRe = "DeleteDomainNameResponse";
|
|
89
|
+
const _DDS = "DeleteDataSource";
|
|
90
|
+
const _DDSC = "DynamodbDataSourceConfig";
|
|
91
|
+
const _DDSR = "DeleteDataSourceRequest";
|
|
92
|
+
const _DDSRe = "DeleteDataSourceResponse";
|
|
93
|
+
const _DF = "DeleteFunction";
|
|
94
|
+
const _DFR = "DeleteFunctionRequest";
|
|
95
|
+
const _DFRe = "DeleteFunctionResponse";
|
|
96
|
+
const _DGA = "DeleteGraphqlApi";
|
|
97
|
+
const _DGAR = "DeleteGraphqlApiRequest";
|
|
98
|
+
const _DGARe = "DeleteGraphqlApiResponse";
|
|
99
|
+
const _DMGA = "DisassociateMergedGraphqlApi";
|
|
100
|
+
const _DMGAR = "DisassociateMergedGraphqlApiRequest";
|
|
101
|
+
const _DMGARi = "DisassociateMergedGraphqlApiResponse";
|
|
102
|
+
const _DNC = "DomainNameConfig";
|
|
103
|
+
const _DNCo = "DomainNameConfigs";
|
|
104
|
+
const _DR = "DeleteResolver";
|
|
105
|
+
const _DRR = "DeleteResolverRequest";
|
|
106
|
+
const _DRRe = "DeleteResolverResponse";
|
|
107
|
+
const _DS = "DataSource";
|
|
108
|
+
const _DSC = "DeltaSyncConfig";
|
|
109
|
+
const _DSGA = "DisassociateSourceGraphqlApi";
|
|
110
|
+
const _DSGAR = "DisassociateSourceGraphqlApiRequest";
|
|
111
|
+
const _DSGARi = "DisassociateSourceGraphqlApiResponse";
|
|
112
|
+
const _DSIM = "DataSourceIntrospectionModel";
|
|
113
|
+
const _DSIMF = "DataSourceIntrospectionModelField";
|
|
114
|
+
const _DSIMFT = "DataSourceIntrospectionModelFieldType";
|
|
115
|
+
const _DSIMFa = "DataSourceIntrospectionModelFields";
|
|
116
|
+
const _DSIMI = "DataSourceIntrospectionModelIndex";
|
|
117
|
+
const _DSIMIa = "DataSourceIntrospectionModelIndexes";
|
|
118
|
+
const _DSIMa = "DataSourceIntrospectionModels";
|
|
119
|
+
const _DSIR = "DataSourceIntrospectionResult";
|
|
120
|
+
const _DSa = "DataSources";
|
|
121
|
+
const _DT = "DeleteType";
|
|
122
|
+
const _DTR = "DeleteTypeRequest";
|
|
123
|
+
const _DTRe = "DeleteTypeResponse";
|
|
124
|
+
const _EBDSC = "EventBridgeDataSourceConfig";
|
|
125
|
+
const _EC = "EventConfig";
|
|
126
|
+
const _ECED = "EvaluateCodeErrorDetail";
|
|
127
|
+
const _ECR = "EvaluateCodeRequest";
|
|
128
|
+
const _ECRv = "EvaluateCodeResponse";
|
|
129
|
+
const _ECv = "EvaluateCode";
|
|
130
|
+
const _ED = "ErrorDetail";
|
|
131
|
+
const _EDSC = "ElasticsearchDataSourceConfig";
|
|
132
|
+
const _ELC = "EventLogConfig";
|
|
133
|
+
const _EMC = "EnhancedMetricsConfig";
|
|
134
|
+
const _EMT = "EvaluateMappingTemplate";
|
|
135
|
+
const _EMTR = "EvaluateMappingTemplateRequest";
|
|
136
|
+
const _EMTRv = "EvaluateMappingTemplateResponse";
|
|
137
|
+
const _F = "Functions";
|
|
138
|
+
const _FAC = "FlushApiCache";
|
|
139
|
+
const _FACR = "FlushApiCacheRequest";
|
|
140
|
+
const _FACRl = "FlushApiCacheResponse";
|
|
141
|
+
const _FC = "FunctionConfiguration";
|
|
142
|
+
const _GA = "GraphqlApi";
|
|
143
|
+
const _GAA = "GetApiAssociation";
|
|
144
|
+
const _GAAR = "GetApiAssociationRequest";
|
|
145
|
+
const _GAARe = "GetApiAssociationResponse";
|
|
146
|
+
const _GAC = "GetApiCache";
|
|
147
|
+
const _GACR = "GetApiCacheRequest";
|
|
148
|
+
const _GACRe = "GetApiCacheResponse";
|
|
149
|
+
const _GAR = "GetApiRequest";
|
|
150
|
+
const _GARe = "GetApiResponse";
|
|
151
|
+
const _GAe = "GetApi";
|
|
152
|
+
const _GAr = "GraphqlApis";
|
|
153
|
+
const _GCN = "GetChannelNamespace";
|
|
154
|
+
const _GCNR = "GetChannelNamespaceRequest";
|
|
155
|
+
const _GCNRe = "GetChannelNamespaceResponse";
|
|
156
|
+
const _GDN = "GetDomainName";
|
|
157
|
+
const _GDNR = "GetDomainNameRequest";
|
|
158
|
+
const _GDNRe = "GetDomainNameResponse";
|
|
159
|
+
const _GDS = "GetDataSource";
|
|
160
|
+
const _GDSI = "GetDataSourceIntrospection";
|
|
161
|
+
const _GDSIR = "GetDataSourceIntrospectionRequest";
|
|
162
|
+
const _GDSIRe = "GetDataSourceIntrospectionResponse";
|
|
163
|
+
const _GDSR = "GetDataSourceRequest";
|
|
164
|
+
const _GDSRe = "GetDataSourceResponse";
|
|
165
|
+
const _GF = "GetFunction";
|
|
166
|
+
const _GFR = "GetFunctionRequest";
|
|
167
|
+
const _GFRe = "GetFunctionResponse";
|
|
168
|
+
const _GGA = "GetGraphqlApi";
|
|
169
|
+
const _GGAEV = "GetGraphqlApiEnvironmentVariables";
|
|
170
|
+
const _GGAEVR = "GetGraphqlApiEnvironmentVariablesRequest";
|
|
171
|
+
const _GGAEVRe = "GetGraphqlApiEnvironmentVariablesResponse";
|
|
172
|
+
const _GGAR = "GetGraphqlApiRequest";
|
|
173
|
+
const _GGARe = "GetGraphqlApiResponse";
|
|
174
|
+
const _GIS = "GetIntrospectionSchema";
|
|
175
|
+
const _GISR = "GetIntrospectionSchemaRequest";
|
|
176
|
+
const _GISRe = "GetIntrospectionSchemaResponse";
|
|
177
|
+
const _GQLSE = "GraphQLSchemaException";
|
|
178
|
+
const _GR = "GetResolver";
|
|
179
|
+
const _GRR = "GetResolverRequest";
|
|
180
|
+
const _GRRe = "GetResolverResponse";
|
|
181
|
+
const _GSAA = "GetSourceApiAssociation";
|
|
182
|
+
const _GSAAR = "GetSourceApiAssociationRequest";
|
|
183
|
+
const _GSAARe = "GetSourceApiAssociationResponse";
|
|
184
|
+
const _GSCS = "GetSchemaCreationStatus";
|
|
185
|
+
const _GSCSR = "GetSchemaCreationStatusRequest";
|
|
186
|
+
const _GSCSRe = "GetSchemaCreationStatusResponse";
|
|
187
|
+
const _GT = "GetType";
|
|
188
|
+
const _GTR = "GetTypeRequest";
|
|
189
|
+
const _GTRe = "GetTypeResponse";
|
|
190
|
+
const _HC = "HandlerConfig";
|
|
191
|
+
const _HCa = "HandlerConfigs";
|
|
192
|
+
const _HDSC = "HttpDataSourceConfig";
|
|
193
|
+
const _I = "Integration";
|
|
194
|
+
const _IFE = "InternalFailureException";
|
|
195
|
+
const _LA = "ListApis";
|
|
196
|
+
const _LAC = "LambdaAuthorizerConfig";
|
|
197
|
+
const _LAK = "ListApiKeys";
|
|
198
|
+
const _LAKR = "ListApiKeysRequest";
|
|
199
|
+
const _LAKRi = "ListApiKeysResponse";
|
|
200
|
+
const _LAR = "ListApisRequest";
|
|
201
|
+
const _LARi = "ListApisResponse";
|
|
202
|
+
const _LC = "LambdaConfig";
|
|
203
|
+
const _LCHC = "LambdaConflictHandlerConfig";
|
|
204
|
+
const _LCN = "ListChannelNamespaces";
|
|
205
|
+
const _LCNR = "ListChannelNamespacesRequest";
|
|
206
|
+
const _LCNRi = "ListChannelNamespacesResponse";
|
|
207
|
+
const _LCo = "LogConfig";
|
|
208
|
+
const _LDN = "ListDomainNames";
|
|
209
|
+
const _LDNR = "ListDomainNamesRequest";
|
|
210
|
+
const _LDNRi = "ListDomainNamesResponse";
|
|
211
|
+
const _LDS = "ListDataSources";
|
|
212
|
+
const _LDSC = "LambdaDataSourceConfig";
|
|
213
|
+
const _LDSR = "ListDataSourcesRequest";
|
|
214
|
+
const _LDSRi = "ListDataSourcesResponse";
|
|
215
|
+
const _LEE = "LimitExceededException";
|
|
216
|
+
const _LF = "ListFunctions";
|
|
217
|
+
const _LFR = "ListFunctionsRequest";
|
|
218
|
+
const _LFRi = "ListFunctionsResponse";
|
|
219
|
+
const _LGA = "ListGraphqlApis";
|
|
220
|
+
const _LGAR = "ListGraphqlApisRequest";
|
|
221
|
+
const _LGARi = "ListGraphqlApisResponse";
|
|
222
|
+
const _LR = "ListResolvers";
|
|
223
|
+
const _LRBF = "ListResolversByFunction";
|
|
224
|
+
const _LRBFR = "ListResolversByFunctionRequest";
|
|
225
|
+
const _LRBFRi = "ListResolversByFunctionResponse";
|
|
226
|
+
const _LRR = "ListResolversRequest";
|
|
227
|
+
const _LRRi = "ListResolversResponse";
|
|
228
|
+
const _LSAA = "ListSourceApiAssociations";
|
|
229
|
+
const _LSAAR = "ListSourceApiAssociationsRequest";
|
|
230
|
+
const _LSAARi = "ListSourceApiAssociationsResponse";
|
|
231
|
+
const _LT = "ListTypes";
|
|
232
|
+
const _LTBA = "ListTypesByAssociation";
|
|
233
|
+
const _LTBAR = "ListTypesByAssociationRequest";
|
|
234
|
+
const _LTBARi = "ListTypesByAssociationResponse";
|
|
235
|
+
const _LTFR = "ListTagsForResource";
|
|
236
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
237
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
238
|
+
const _LTR = "ListTypesRequest";
|
|
239
|
+
const _LTRi = "ListTypesResponse";
|
|
240
|
+
const _NFE = "NotFoundException";
|
|
241
|
+
const _OIDCC = "OpenIDConnectConfig";
|
|
242
|
+
const _OSSDSC = "OpenSearchServiceDataSourceConfig";
|
|
243
|
+
const _PC = "PipelineConfig";
|
|
244
|
+
const _PGAEV = "PutGraphqlApiEnvironmentVariables";
|
|
245
|
+
const _PGAEVR = "PutGraphqlApiEnvironmentVariablesRequest";
|
|
246
|
+
const _PGAEVRu = "PutGraphqlApiEnvironmentVariablesResponse";
|
|
247
|
+
const _R = "Resolver";
|
|
248
|
+
const _RDAC = "RdsDataApiConfig";
|
|
249
|
+
const _RDDSC = "RelationalDatabaseDataSourceConfig";
|
|
250
|
+
const _RHEC = "RdsHttpEndpointConfig";
|
|
251
|
+
const _Re = "Resolvers";
|
|
252
|
+
const _SAA = "SourceApiAssociation";
|
|
253
|
+
const _SAAC = "SourceApiAssociationConfig";
|
|
254
|
+
const _SAAS = "SourceApiAssociationSummary";
|
|
255
|
+
const _SAASL = "SourceApiAssociationSummaryList";
|
|
256
|
+
const _SC = "SyncConfig";
|
|
257
|
+
const _SDSI = "StartDataSourceIntrospection";
|
|
258
|
+
const _SDSIR = "StartDataSourceIntrospectionRequest";
|
|
259
|
+
const _SDSIRt = "StartDataSourceIntrospectionResponse";
|
|
260
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
261
|
+
const _SSC = "StartSchemaCreation";
|
|
262
|
+
const _SSCR = "StartSchemaCreationRequest";
|
|
263
|
+
const _SSCRt = "StartSchemaCreationResponse";
|
|
264
|
+
const _SSM = "StartSchemaMerge";
|
|
265
|
+
const _SSMR = "StartSchemaMergeRequest";
|
|
266
|
+
const _SSMRt = "StartSchemaMergeResponse";
|
|
267
|
+
const _T = "Type";
|
|
268
|
+
const _TL = "TypeList";
|
|
269
|
+
const _TR = "TagResource";
|
|
270
|
+
const _TRR = "TagResourceRequest";
|
|
271
|
+
const _TRRa = "TagResourceResponse";
|
|
272
|
+
const _UA = "UpdateApi";
|
|
273
|
+
const _UAC = "UpdateApiCache";
|
|
274
|
+
const _UACR = "UpdateApiCacheRequest";
|
|
275
|
+
const _UACRp = "UpdateApiCacheResponse";
|
|
276
|
+
const _UAK = "UpdateApiKey";
|
|
277
|
+
const _UAKR = "UpdateApiKeyRequest";
|
|
278
|
+
const _UAKRp = "UpdateApiKeyResponse";
|
|
279
|
+
const _UAR = "UpdateApiRequest";
|
|
280
|
+
const _UARp = "UpdateApiResponse";
|
|
281
|
+
const _UCN = "UpdateChannelNamespace";
|
|
282
|
+
const _UCNR = "UpdateChannelNamespaceRequest";
|
|
283
|
+
const _UCNRp = "UpdateChannelNamespaceResponse";
|
|
284
|
+
const _UDN = "UpdateDomainName";
|
|
285
|
+
const _UDNR = "UpdateDomainNameRequest";
|
|
286
|
+
const _UDNRp = "UpdateDomainNameResponse";
|
|
287
|
+
const _UDS = "UpdateDataSource";
|
|
288
|
+
const _UDSR = "UpdateDataSourceRequest";
|
|
289
|
+
const _UDSRp = "UpdateDataSourceResponse";
|
|
290
|
+
const _UE = "UnauthorizedException";
|
|
291
|
+
const _UF = "UpdateFunction";
|
|
292
|
+
const _UFR = "UpdateFunctionRequest";
|
|
293
|
+
const _UFRp = "UpdateFunctionResponse";
|
|
294
|
+
const _UGA = "UpdateGraphqlApi";
|
|
295
|
+
const _UGAR = "UpdateGraphqlApiRequest";
|
|
296
|
+
const _UGARp = "UpdateGraphqlApiResponse";
|
|
297
|
+
const _UPC = "UserPoolConfig";
|
|
298
|
+
const _UR = "UntagResource";
|
|
299
|
+
const _URR = "UntagResourceRequest";
|
|
300
|
+
const _URRn = "UntagResourceResponse";
|
|
301
|
+
const _URRp = "UpdateResolverRequest";
|
|
302
|
+
const _URRpd = "UpdateResolverResponse";
|
|
303
|
+
const _URp = "UpdateResolver";
|
|
304
|
+
const _USAA = "UpdateSourceApiAssociation";
|
|
305
|
+
const _USAAR = "UpdateSourceApiAssociationRequest";
|
|
306
|
+
const _USAARp = "UpdateSourceApiAssociationResponse";
|
|
307
|
+
const _UT = "UpdateType";
|
|
308
|
+
const _UTR = "UpdateTypeRequest";
|
|
309
|
+
const _UTRp = "UpdateTypeResponse";
|
|
310
|
+
const _a = "api";
|
|
311
|
+
const _aA = "apiArn";
|
|
312
|
+
const _aAP = "additionalAuthenticationProviders";
|
|
313
|
+
const _aAp = "apiAssociation";
|
|
314
|
+
const _aAs = "associationArn";
|
|
315
|
+
const _aC = "apiCache";
|
|
316
|
+
const _aCB = "apiCachingBehavior";
|
|
317
|
+
const _aCu = "authorizationConfig";
|
|
318
|
+
const _aDN = "appsyncDomainName";
|
|
319
|
+
const _aI = "apiId";
|
|
320
|
+
const _aIC = "awsIamConfig";
|
|
321
|
+
const _aICR = "appIdClientRegex";
|
|
322
|
+
const _aIs = "associationId";
|
|
323
|
+
const _aK = "apiKey";
|
|
324
|
+
const _aKp = "apiKeys";
|
|
325
|
+
const _aP = "authProviders";
|
|
326
|
+
const _aR = "awsRegion";
|
|
327
|
+
const _aREE = "atRestEncryptionEnabled";
|
|
328
|
+
const _aRTIS = "authorizerResultTtlInSeconds";
|
|
329
|
+
const _aS = "associationStatus";
|
|
330
|
+
const _aSSA = "awsSecretStoreArn";
|
|
331
|
+
const _aT = "authenticationType";
|
|
332
|
+
const _aTTL = "authTTL";
|
|
333
|
+
const _aTp = "apiType";
|
|
334
|
+
const _aTu = "authType";
|
|
335
|
+
const _aTut = "authorizationType";
|
|
336
|
+
const _aU = "authorizerUri";
|
|
337
|
+
const _ap = "apis";
|
|
338
|
+
const _ar = "arn";
|
|
339
|
+
const _b = "behavior";
|
|
340
|
+
const _bTTTL = "baseTableTTL";
|
|
341
|
+
const _c = "client";
|
|
342
|
+
const _cA = "certificateArn";
|
|
343
|
+
const _cAM = "connectionAuthModes";
|
|
344
|
+
const _cC = "cognitoConfig";
|
|
345
|
+
const _cCa = "cachingConfig";
|
|
346
|
+
const _cD = "conflictDetection";
|
|
347
|
+
const _cE = "codeErrors";
|
|
348
|
+
const _cH = "codeHandlers";
|
|
349
|
+
const _cHo = "conflictHandler";
|
|
350
|
+
const _cI = "clientId";
|
|
351
|
+
const _cK = "cachingKeys";
|
|
352
|
+
const _cN = "channelNamespace";
|
|
353
|
+
const _cNA = "channelNamespaceArn";
|
|
354
|
+
const _cNh = "channelNamespaces";
|
|
355
|
+
const _cWLRA = "cloudWatchLogsRoleArn";
|
|
356
|
+
const _co = "column";
|
|
357
|
+
const _cod = "code";
|
|
358
|
+
const _con = "context";
|
|
359
|
+
const _cr = "created";
|
|
360
|
+
const _d = "dns";
|
|
361
|
+
const _dA = "defaultAction";
|
|
362
|
+
const _dC = "dynamodbConfig";
|
|
363
|
+
const _dCI = "dbClusterIdentifier";
|
|
364
|
+
const _dD = "deploymentDetail";
|
|
365
|
+
const _dN = "domainName";
|
|
366
|
+
const _dNA = "domainNameArn";
|
|
367
|
+
const _dNC = "domainNameConfig";
|
|
368
|
+
const _dNCo = "domainNameConfigs";
|
|
369
|
+
const _dNa = "databaseName";
|
|
370
|
+
const _dPAM = "defaultPublishAuthModes";
|
|
371
|
+
const _dS = "dataSource";
|
|
372
|
+
const _dSA = "dataSourceArn";
|
|
373
|
+
const _dSAM = "defaultSubscribeAuthModes";
|
|
374
|
+
const _dSC = "deltaSyncConfig";
|
|
375
|
+
const _dSLMB = "dataSourceLevelMetricsBehavior";
|
|
376
|
+
const _dSN = "dataSourceName";
|
|
377
|
+
const _dSTN = "deltaSyncTableName";
|
|
378
|
+
const _dSTTTL = "deltaSyncTableTTL";
|
|
379
|
+
const _dSa = "dataSources";
|
|
380
|
+
const _de = "description";
|
|
381
|
+
const _def = "definition";
|
|
382
|
+
const _del = "deletes";
|
|
383
|
+
const _det = "detail";
|
|
384
|
+
const _deta = "details";
|
|
385
|
+
const _e = "error";
|
|
386
|
+
const _eBA = "eventBusArn";
|
|
387
|
+
const _eBC = "eventBridgeConfig";
|
|
388
|
+
const _eC = "eventConfig";
|
|
389
|
+
const _eCl = "elasticsearchConfig";
|
|
390
|
+
const _eMC = "enhancedMetricsConfig";
|
|
391
|
+
const _eR = "evaluationResult";
|
|
392
|
+
const _eT = "errorType";
|
|
393
|
+
const _eV = "environmentVariables";
|
|
394
|
+
const _eVC = "excludeVerboseContent";
|
|
395
|
+
const _en = "endpoint";
|
|
396
|
+
const _ex = "expires";
|
|
397
|
+
const _f = "format";
|
|
398
|
+
const _fA = "functionArn";
|
|
399
|
+
const _fC = "functionConfiguration";
|
|
400
|
+
const _fI = "functionId";
|
|
401
|
+
const _fLL = "fieldLogLevel";
|
|
402
|
+
const _fN = "fieldName";
|
|
403
|
+
const _fV = "functionVersion";
|
|
404
|
+
const _fi = "fields";
|
|
405
|
+
const _fu = "function";
|
|
406
|
+
const _fun = "functions";
|
|
407
|
+
const _gA = "graphqlApi";
|
|
408
|
+
const _gAr = "graphqlApis";
|
|
409
|
+
const _h = "http";
|
|
410
|
+
const _hC = "handlerConfigs";
|
|
411
|
+
const _hCt = "httpConfig";
|
|
412
|
+
const _hE = "httpError";
|
|
413
|
+
const _hMC = "healthMetricsConfig";
|
|
414
|
+
const _hQ = "httpQuery";
|
|
415
|
+
const _hZI = "hostedZoneId";
|
|
416
|
+
const _i = "id";
|
|
417
|
+
const _iC = "introspectionConfig";
|
|
418
|
+
const _iD = "includeDirectives";
|
|
419
|
+
const _iI = "introspectionId";
|
|
420
|
+
const _iMSDL = "includeModelsSDL";
|
|
421
|
+
const _iR = "introspectionResult";
|
|
422
|
+
const _iS = "introspectionStatus";
|
|
423
|
+
const _iSD = "introspectionStatusDetail";
|
|
424
|
+
const _iT = "invokeType";
|
|
425
|
+
const _iTTL = "iatTTL";
|
|
426
|
+
const _iVE = "identityValidationExpression";
|
|
427
|
+
const _in = "indexes";
|
|
428
|
+
const _int = "integration";
|
|
429
|
+
const _is = "issuer";
|
|
430
|
+
const _k = "kind";
|
|
431
|
+
const _l = "location";
|
|
432
|
+
const _lAC = "lambdaAuthorizerConfig";
|
|
433
|
+
const _lC = "lambdaConfig";
|
|
434
|
+
const _lCHA = "lambdaConflictHandlerArn";
|
|
435
|
+
const _lCHC = "lambdaConflictHandlerConfig";
|
|
436
|
+
const _lCo = "logConfig";
|
|
437
|
+
const _lFA = "lambdaFunctionArn";
|
|
438
|
+
const _lL = "logLevel";
|
|
439
|
+
const _lM = "lastModified";
|
|
440
|
+
const _lSMD = "lastSuccessfulMergeDate";
|
|
441
|
+
const _le = "length";
|
|
442
|
+
const _li = "line";
|
|
443
|
+
const _lo = "logs";
|
|
444
|
+
const _m = "message";
|
|
445
|
+
const _mAA = "mergedApiArn";
|
|
446
|
+
const _mAERA = "mergedApiExecutionRoleArn";
|
|
447
|
+
const _mAI = "mergedApiIdentifier";
|
|
448
|
+
const _mAIe = "mergedApiId";
|
|
449
|
+
const _mBS = "maxBatchSize";
|
|
450
|
+
const _mC = "metricsConfig";
|
|
451
|
+
const _mR = "maxResults";
|
|
452
|
+
const _mT = "mergeType";
|
|
453
|
+
const _mo = "models";
|
|
454
|
+
const _n = "name";
|
|
455
|
+
const _nT = "nextToken";
|
|
456
|
+
const _o = "owner";
|
|
457
|
+
const _oC = "ownerContact";
|
|
458
|
+
const _oE = "outErrors";
|
|
459
|
+
const _oIDCC = "openIDConnectConfig";
|
|
460
|
+
const _oLMC = "operationLevelMetricsConfig";
|
|
461
|
+
const _oP = "onPublish";
|
|
462
|
+
const _oS = "onSubscribe";
|
|
463
|
+
const _oSSC = "openSearchServiceConfig";
|
|
464
|
+
const _pAM = "publishAuthModes";
|
|
465
|
+
const _pC = "pipelineConfig";
|
|
466
|
+
const _pK = "primaryKey";
|
|
467
|
+
const _qDL = "queryDepthLimit";
|
|
468
|
+
const _r = "reason";
|
|
469
|
+
const _rA = "resourceArn";
|
|
470
|
+
const _rAe = "resolverArn";
|
|
471
|
+
const _rCL = "resolverCountLimit";
|
|
472
|
+
const _rDAC = "rdsDataApiConfig";
|
|
473
|
+
const _rDC = "relationalDatabaseConfig";
|
|
474
|
+
const _rDST = "relationalDatabaseSourceType";
|
|
475
|
+
const _rHEC = "rdsHttpEndpointConfig";
|
|
476
|
+
const _rLMB = "resolverLevelMetricsBehavior";
|
|
477
|
+
const _rMT = "requestMappingTemplate";
|
|
478
|
+
const _rMTe = "responseMappingTemplate";
|
|
479
|
+
const _rV = "runtimeVersion";
|
|
480
|
+
const _re = "resolver";
|
|
481
|
+
const _res = "resolvers";
|
|
482
|
+
const _ru = "runtime";
|
|
483
|
+
const _s = "status";
|
|
484
|
+
const _sA = "secretArn";
|
|
485
|
+
const _sAA = "sourceApiAssociation";
|
|
486
|
+
const _sAAC = "sourceApiAssociationConfig";
|
|
487
|
+
const _sAAS = "sourceApiAssociationStatus";
|
|
488
|
+
const _sAASD = "sourceApiAssociationStatusDetail";
|
|
489
|
+
const _sAASo = "sourceApiAssociationSummaries";
|
|
490
|
+
const _sAAo = "sourceApiArn";
|
|
491
|
+
const _sAI = "sourceApiIdentifier";
|
|
492
|
+
const _sAIo = "sourceApiId";
|
|
493
|
+
const _sAM = "subscribeAuthModes";
|
|
494
|
+
const _sC = "syncConfig";
|
|
495
|
+
const _sR = "signingRegion";
|
|
496
|
+
const _sRA = "serviceRoleArn";
|
|
497
|
+
const _sSN = "signingServiceName";
|
|
498
|
+
const _sc = "schema";
|
|
499
|
+
const _sd = "sdl";
|
|
500
|
+
const _se = "server";
|
|
501
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appsync";
|
|
502
|
+
const _sp = "span";
|
|
503
|
+
const _st = "stash";
|
|
504
|
+
const _t = "tags";
|
|
505
|
+
const _tEE = "transitEncryptionEnabled";
|
|
506
|
+
const _tK = "tagKeys";
|
|
507
|
+
const _tN = "typeName";
|
|
508
|
+
const _tNa = "tableName";
|
|
509
|
+
const _te = "template";
|
|
510
|
+
const _tt = "ttl";
|
|
511
|
+
const _ty = "type";
|
|
512
|
+
const _typ = "types";
|
|
513
|
+
const _u = "uris";
|
|
514
|
+
const _uCC = "useCallerCredentials";
|
|
515
|
+
const _uPC = "userPoolConfig";
|
|
516
|
+
const _uPI = "userPoolId";
|
|
517
|
+
const _v = "value";
|
|
518
|
+
const _va = "values";
|
|
519
|
+
const _ve = "versioned";
|
|
520
|
+
const _vi = "visibility";
|
|
521
|
+
const _wWAA = "wafWebAclArn";
|
|
522
|
+
const _xE = "xrayEnabled";
|
|
523
|
+
const n0 = "com.amazonaws.appsync";
|
|
524
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
525
|
+
import { AppSyncServiceException as __AppSyncServiceException } from "../models/AppSyncServiceException";
|
|
526
|
+
import { AccessDeniedException as __AccessDeniedException, ApiKeyLimitExceededException as __ApiKeyLimitExceededException, ApiKeyValidityOutOfBoundsException as __ApiKeyValidityOutOfBoundsException, ApiLimitExceededException as __ApiLimitExceededException, BadRequestException as __BadRequestException, ConcurrentModificationException as __ConcurrentModificationException, ConflictException as __ConflictException, GraphQLSchemaException as __GraphQLSchemaException, InternalFailureException as __InternalFailureException, LimitExceededException as __LimitExceededException, NotFoundException as __NotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, UnauthorizedException as __UnauthorizedException, } from "../models/index";
|
|
527
|
+
export var AccessDeniedException = [
|
|
528
|
+
-3,
|
|
529
|
+
n0,
|
|
530
|
+
_ADE,
|
|
531
|
+
{
|
|
532
|
+
[_e]: _c,
|
|
533
|
+
[_hE]: 403,
|
|
534
|
+
},
|
|
535
|
+
[_m],
|
|
536
|
+
[0],
|
|
537
|
+
];
|
|
538
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
539
|
+
export var AdditionalAuthenticationProvider = [
|
|
540
|
+
3,
|
|
541
|
+
n0,
|
|
542
|
+
_AAP,
|
|
543
|
+
0,
|
|
544
|
+
[_aT, _oIDCC, _uPC, _lAC],
|
|
545
|
+
[0, () => OpenIDConnectConfig, () => CognitoUserPoolConfig, () => LambdaAuthorizerConfig],
|
|
546
|
+
];
|
|
547
|
+
export var Api = [
|
|
548
|
+
3,
|
|
549
|
+
n0,
|
|
550
|
+
_A,
|
|
551
|
+
0,
|
|
552
|
+
[_aI, _n, _oC, _t, _d, _aA, _cr, _xE, _wWAA, _eC],
|
|
553
|
+
[0, 0, 0, 128 | 0, 128 | 0, 0, 4, 2, 0, () => EventConfig],
|
|
554
|
+
];
|
|
555
|
+
export var ApiAssociation = [3, n0, _AA, 0, [_dN, _aI, _aS, _dD], [0, 0, 0, 0]];
|
|
556
|
+
export var ApiCache = [
|
|
557
|
+
3,
|
|
558
|
+
n0,
|
|
559
|
+
_AC,
|
|
560
|
+
0,
|
|
561
|
+
[_tt, _aCB, _tEE, _aREE, _ty, _s, _hMC],
|
|
562
|
+
[1, 0, 2, 2, 0, 0, 0],
|
|
563
|
+
];
|
|
564
|
+
export var ApiKey = [3, n0, _AK, 0, [_i, _de, _ex, _del], [0, 0, 1, 1]];
|
|
565
|
+
export var ApiKeyLimitExceededException = [
|
|
566
|
+
-3,
|
|
567
|
+
n0,
|
|
568
|
+
_AKLEE,
|
|
569
|
+
{
|
|
570
|
+
[_e]: _c,
|
|
571
|
+
[_hE]: 400,
|
|
572
|
+
},
|
|
573
|
+
[_m],
|
|
574
|
+
[0],
|
|
575
|
+
];
|
|
576
|
+
TypeRegistry.for(n0).registerError(ApiKeyLimitExceededException, __ApiKeyLimitExceededException);
|
|
577
|
+
export var ApiKeyValidityOutOfBoundsException = [
|
|
578
|
+
-3,
|
|
579
|
+
n0,
|
|
580
|
+
_AKVOOBE,
|
|
581
|
+
{
|
|
582
|
+
[_e]: _c,
|
|
583
|
+
[_hE]: 400,
|
|
584
|
+
},
|
|
585
|
+
[_m],
|
|
586
|
+
[0],
|
|
587
|
+
];
|
|
588
|
+
TypeRegistry.for(n0).registerError(ApiKeyValidityOutOfBoundsException, __ApiKeyValidityOutOfBoundsException);
|
|
589
|
+
export var ApiLimitExceededException = [
|
|
590
|
+
-3,
|
|
591
|
+
n0,
|
|
592
|
+
_ALEE,
|
|
593
|
+
{
|
|
594
|
+
[_e]: _c,
|
|
595
|
+
[_hE]: 400,
|
|
596
|
+
},
|
|
597
|
+
[_m],
|
|
598
|
+
[0],
|
|
599
|
+
];
|
|
600
|
+
TypeRegistry.for(n0).registerError(ApiLimitExceededException, __ApiLimitExceededException);
|
|
601
|
+
export var AppSyncRuntime = [3, n0, _ASR, 0, [_n, _rV], [0, 0]];
|
|
602
|
+
export var AssociateApiRequest = [3, n0, _AAR, 0, [_dN, _aI], [[0, 1], 0]];
|
|
603
|
+
export var AssociateApiResponse = [3, n0, _AARs, 0, [_aAp], [() => ApiAssociation]];
|
|
604
|
+
export var AssociateMergedGraphqlApiRequest = [
|
|
605
|
+
3,
|
|
606
|
+
n0,
|
|
607
|
+
_AMGAR,
|
|
608
|
+
0,
|
|
609
|
+
[_sAI, _mAI, _de, _sAAC],
|
|
610
|
+
[[0, 1], 0, 0, () => SourceApiAssociationConfig],
|
|
611
|
+
];
|
|
612
|
+
export var AssociateMergedGraphqlApiResponse = [
|
|
613
|
+
3,
|
|
614
|
+
n0,
|
|
615
|
+
_AMGARs,
|
|
616
|
+
0,
|
|
617
|
+
[_sAA],
|
|
618
|
+
[() => SourceApiAssociation],
|
|
619
|
+
];
|
|
620
|
+
export var AssociateSourceGraphqlApiRequest = [
|
|
621
|
+
3,
|
|
622
|
+
n0,
|
|
623
|
+
_ASGAR,
|
|
624
|
+
0,
|
|
625
|
+
[_mAI, _sAI, _de, _sAAC],
|
|
626
|
+
[[0, 1], 0, 0, () => SourceApiAssociationConfig],
|
|
627
|
+
];
|
|
628
|
+
export var AssociateSourceGraphqlApiResponse = [
|
|
629
|
+
3,
|
|
630
|
+
n0,
|
|
631
|
+
_ASGARs,
|
|
632
|
+
0,
|
|
633
|
+
[_sAA],
|
|
634
|
+
[() => SourceApiAssociation],
|
|
635
|
+
];
|
|
636
|
+
export var AuthMode = [3, n0, _AM, 0, [_aTu], [0]];
|
|
637
|
+
export var AuthorizationConfig = [3, n0, _ACu, 0, [_aTut, _aIC], [0, () => AwsIamConfig]];
|
|
638
|
+
export var AuthProvider = [
|
|
639
|
+
3,
|
|
640
|
+
n0,
|
|
641
|
+
_AP,
|
|
642
|
+
0,
|
|
643
|
+
[_aTu, _cC, _oIDCC, _lAC],
|
|
644
|
+
[0, () => CognitoConfig, () => OpenIDConnectConfig, () => LambdaAuthorizerConfig],
|
|
645
|
+
];
|
|
646
|
+
export var AwsIamConfig = [3, n0, _AIC, 0, [_sR, _sSN], [0, 0]];
|
|
647
|
+
export var BadRequestDetail = [3, n0, _BRD, 0, [_cE], [() => CodeErrors]];
|
|
648
|
+
export var BadRequestException = [
|
|
649
|
+
-3,
|
|
650
|
+
n0,
|
|
651
|
+
_BRE,
|
|
652
|
+
{
|
|
653
|
+
[_e]: _c,
|
|
654
|
+
[_hE]: 400,
|
|
655
|
+
},
|
|
656
|
+
[_m, _r, _det],
|
|
657
|
+
[0, 0, () => BadRequestDetail],
|
|
658
|
+
];
|
|
659
|
+
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
660
|
+
export var CachingConfig = [3, n0, _CC, 0, [_tt, _cK], [1, 64 | 0]];
|
|
661
|
+
export var ChannelNamespace = [
|
|
662
|
+
3,
|
|
663
|
+
n0,
|
|
664
|
+
_CN,
|
|
665
|
+
0,
|
|
666
|
+
[_aI, _n, _sAM, _pAM, _cH, _t, _cNA, _cr, _lM, _hC],
|
|
667
|
+
[0, 0, () => AuthModes, () => AuthModes, 0, 128 | 0, 0, 4, 4, () => HandlerConfigs],
|
|
668
|
+
];
|
|
669
|
+
export var CodeError = [3, n0, _CE, 0, [_eT, _v, _l], [0, 0, () => CodeErrorLocation]];
|
|
670
|
+
export var CodeErrorLocation = [3, n0, _CEL, 0, [_li, _co, _sp], [1, 1, 1]];
|
|
671
|
+
export var CognitoConfig = [3, n0, _CCo, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
672
|
+
export var CognitoUserPoolConfig = [3, n0, _CUPC, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
673
|
+
export var ConcurrentModificationException = [
|
|
674
|
+
-3,
|
|
675
|
+
n0,
|
|
676
|
+
_CME,
|
|
677
|
+
{
|
|
678
|
+
[_e]: _c,
|
|
679
|
+
[_hE]: 409,
|
|
680
|
+
},
|
|
681
|
+
[_m],
|
|
682
|
+
[0],
|
|
683
|
+
];
|
|
684
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
|
|
685
|
+
export var ConflictException = [
|
|
686
|
+
-3,
|
|
687
|
+
n0,
|
|
688
|
+
_CEo,
|
|
689
|
+
{
|
|
690
|
+
[_e]: _c,
|
|
691
|
+
[_hE]: 409,
|
|
692
|
+
},
|
|
693
|
+
[_m],
|
|
694
|
+
[0],
|
|
695
|
+
];
|
|
696
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
697
|
+
export var CreateApiCacheRequest = [
|
|
698
|
+
3,
|
|
699
|
+
n0,
|
|
700
|
+
_CACR,
|
|
701
|
+
0,
|
|
702
|
+
[_aI, _tt, _tEE, _aREE, _aCB, _ty, _hMC],
|
|
703
|
+
[[0, 1], 1, 2, 2, 0, 0, 0],
|
|
704
|
+
];
|
|
705
|
+
export var CreateApiCacheResponse = [3, n0, _CACRr, 0, [_aC], [() => ApiCache]];
|
|
706
|
+
export var CreateApiKeyRequest = [3, n0, _CAKR, 0, [_aI, _de, _ex], [[0, 1], 0, 1]];
|
|
707
|
+
export var CreateApiKeyResponse = [3, n0, _CAKRr, 0, [_aK], [() => ApiKey]];
|
|
708
|
+
export var CreateApiRequest = [
|
|
709
|
+
3,
|
|
710
|
+
n0,
|
|
711
|
+
_CAR,
|
|
712
|
+
0,
|
|
713
|
+
[_n, _oC, _t, _eC],
|
|
714
|
+
[0, 0, 128 | 0, () => EventConfig],
|
|
715
|
+
];
|
|
716
|
+
export var CreateApiResponse = [3, n0, _CARr, 0, [_a], [() => Api]];
|
|
717
|
+
export var CreateChannelNamespaceRequest = [
|
|
718
|
+
3,
|
|
719
|
+
n0,
|
|
720
|
+
_CCNR,
|
|
721
|
+
0,
|
|
722
|
+
[_aI, _n, _sAM, _pAM, _cH, _t, _hC],
|
|
723
|
+
[[0, 1], 0, () => AuthModes, () => AuthModes, 0, 128 | 0, () => HandlerConfigs],
|
|
724
|
+
];
|
|
725
|
+
export var CreateChannelNamespaceResponse = [3, n0, _CCNRr, 0, [_cN], [() => ChannelNamespace]];
|
|
726
|
+
export var CreateDataSourceRequest = [
|
|
727
|
+
3,
|
|
728
|
+
n0,
|
|
729
|
+
_CDSR,
|
|
730
|
+
0,
|
|
731
|
+
[_aI, _n, _de, _ty, _sRA, _dC, _lC, _eCl, _oSSC, _hCt, _rDC, _eBC, _mC],
|
|
732
|
+
[
|
|
733
|
+
[0, 1],
|
|
734
|
+
0,
|
|
735
|
+
0,
|
|
736
|
+
0,
|
|
737
|
+
0,
|
|
738
|
+
() => DynamodbDataSourceConfig,
|
|
739
|
+
() => LambdaDataSourceConfig,
|
|
740
|
+
() => ElasticsearchDataSourceConfig,
|
|
741
|
+
() => OpenSearchServiceDataSourceConfig,
|
|
742
|
+
() => HttpDataSourceConfig,
|
|
743
|
+
() => RelationalDatabaseDataSourceConfig,
|
|
744
|
+
() => EventBridgeDataSourceConfig,
|
|
745
|
+
0,
|
|
746
|
+
],
|
|
747
|
+
];
|
|
748
|
+
export var CreateDataSourceResponse = [3, n0, _CDSRr, 0, [_dS], [() => DataSource]];
|
|
749
|
+
export var CreateDomainNameRequest = [3, n0, _CDNR, 0, [_dN, _cA, _de, _t], [0, 0, 0, 128 | 0]];
|
|
750
|
+
export var CreateDomainNameResponse = [3, n0, _CDNRr, 0, [_dNC], [() => DomainNameConfig]];
|
|
751
|
+
export var CreateFunctionRequest = [
|
|
752
|
+
3,
|
|
753
|
+
n0,
|
|
754
|
+
_CFR,
|
|
755
|
+
0,
|
|
756
|
+
[_aI, _n, _de, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
757
|
+
[[0, 1], 0, 0, 0, 0, 0, 0, () => SyncConfig, 1, () => AppSyncRuntime, 0],
|
|
758
|
+
];
|
|
759
|
+
export var CreateFunctionResponse = [3, n0, _CFRr, 0, [_fC], [() => FunctionConfiguration]];
|
|
760
|
+
export var CreateGraphqlApiRequest = [
|
|
761
|
+
3,
|
|
762
|
+
n0,
|
|
763
|
+
_CGAR,
|
|
764
|
+
0,
|
|
765
|
+
[_n, _lCo, _aT, _uPC, _oIDCC, _t, _aAP, _xE, _lAC, _aTp, _mAERA, _vi, _oC, _iC, _qDL, _rCL, _eMC],
|
|
766
|
+
[
|
|
767
|
+
0,
|
|
768
|
+
() => LogConfig,
|
|
769
|
+
0,
|
|
770
|
+
() => UserPoolConfig,
|
|
771
|
+
() => OpenIDConnectConfig,
|
|
772
|
+
128 | 0,
|
|
773
|
+
() => AdditionalAuthenticationProviders,
|
|
774
|
+
2,
|
|
775
|
+
() => LambdaAuthorizerConfig,
|
|
776
|
+
0,
|
|
777
|
+
0,
|
|
778
|
+
0,
|
|
779
|
+
0,
|
|
780
|
+
0,
|
|
781
|
+
1,
|
|
782
|
+
1,
|
|
783
|
+
() => EnhancedMetricsConfig,
|
|
784
|
+
],
|
|
785
|
+
];
|
|
786
|
+
export var CreateGraphqlApiResponse = [3, n0, _CGARr, 0, [_gA], [() => GraphqlApi]];
|
|
787
|
+
export var CreateResolverRequest = [
|
|
788
|
+
3,
|
|
789
|
+
n0,
|
|
790
|
+
_CRR,
|
|
791
|
+
0,
|
|
792
|
+
[_aI, _tN, _fN, _dSN, _rMT, _rMTe, _k, _pC, _sC, _cCa, _mBS, _ru, _cod, _mC],
|
|
793
|
+
[
|
|
794
|
+
[0, 1],
|
|
795
|
+
[0, 1],
|
|
796
|
+
0,
|
|
797
|
+
0,
|
|
798
|
+
0,
|
|
799
|
+
0,
|
|
800
|
+
0,
|
|
801
|
+
() => PipelineConfig,
|
|
802
|
+
() => SyncConfig,
|
|
803
|
+
() => CachingConfig,
|
|
804
|
+
1,
|
|
805
|
+
() => AppSyncRuntime,
|
|
806
|
+
0,
|
|
807
|
+
0,
|
|
808
|
+
],
|
|
809
|
+
];
|
|
810
|
+
export var CreateResolverResponse = [3, n0, _CRRr, 0, [_re], [() => Resolver]];
|
|
811
|
+
export var CreateTypeRequest = [3, n0, _CTR, 0, [_aI, _def, _f], [[0, 1], 0, 0]];
|
|
812
|
+
export var CreateTypeResponse = [3, n0, _CTRr, 0, [_ty], [() => Type]];
|
|
813
|
+
export var DataSource = [
|
|
814
|
+
3,
|
|
815
|
+
n0,
|
|
816
|
+
_DS,
|
|
817
|
+
0,
|
|
818
|
+
[_dSA, _n, _de, _ty, _sRA, _dC, _lC, _eCl, _oSSC, _hCt, _rDC, _eBC, _mC],
|
|
819
|
+
[
|
|
820
|
+
0,
|
|
821
|
+
0,
|
|
822
|
+
0,
|
|
823
|
+
0,
|
|
824
|
+
0,
|
|
825
|
+
() => DynamodbDataSourceConfig,
|
|
826
|
+
() => LambdaDataSourceConfig,
|
|
827
|
+
() => ElasticsearchDataSourceConfig,
|
|
828
|
+
() => OpenSearchServiceDataSourceConfig,
|
|
829
|
+
() => HttpDataSourceConfig,
|
|
830
|
+
() => RelationalDatabaseDataSourceConfig,
|
|
831
|
+
() => EventBridgeDataSourceConfig,
|
|
832
|
+
0,
|
|
833
|
+
],
|
|
834
|
+
];
|
|
835
|
+
export var DataSourceIntrospectionModel = [
|
|
836
|
+
3,
|
|
837
|
+
n0,
|
|
838
|
+
_DSIM,
|
|
839
|
+
0,
|
|
840
|
+
[_n, _fi, _pK, _in, _sd],
|
|
841
|
+
[
|
|
842
|
+
0,
|
|
843
|
+
() => DataSourceIntrospectionModelFields,
|
|
844
|
+
() => DataSourceIntrospectionModelIndex,
|
|
845
|
+
() => DataSourceIntrospectionModelIndexes,
|
|
846
|
+
0,
|
|
847
|
+
],
|
|
848
|
+
];
|
|
849
|
+
export var DataSourceIntrospectionModelField = [
|
|
850
|
+
3,
|
|
851
|
+
n0,
|
|
852
|
+
_DSIMF,
|
|
853
|
+
0,
|
|
854
|
+
[_n, _ty, _le],
|
|
855
|
+
[0, () => DataSourceIntrospectionModelFieldType, 1],
|
|
856
|
+
];
|
|
857
|
+
export var DataSourceIntrospectionModelFieldType = [
|
|
858
|
+
3,
|
|
859
|
+
n0,
|
|
860
|
+
_DSIMFT,
|
|
861
|
+
0,
|
|
862
|
+
[_k, _n, _ty, _va],
|
|
863
|
+
[0, 0, () => DataSourceIntrospectionModelFieldType, 64 | 0],
|
|
864
|
+
];
|
|
865
|
+
export var DataSourceIntrospectionModelIndex = [3, n0, _DSIMI, 0, [_n, _fi], [0, 64 | 0]];
|
|
866
|
+
export var DataSourceIntrospectionResult = [
|
|
867
|
+
3,
|
|
868
|
+
n0,
|
|
869
|
+
_DSIR,
|
|
870
|
+
0,
|
|
871
|
+
[_mo, _nT],
|
|
872
|
+
[() => DataSourceIntrospectionModels, 0],
|
|
873
|
+
];
|
|
874
|
+
export var DeleteApiCacheRequest = [3, n0, _DACR, 0, [_aI], [[0, 1]]];
|
|
875
|
+
export var DeleteApiCacheResponse = [3, n0, _DACRe, 0, [], []];
|
|
876
|
+
export var DeleteApiKeyRequest = [
|
|
877
|
+
3,
|
|
878
|
+
n0,
|
|
879
|
+
_DAKR,
|
|
880
|
+
0,
|
|
881
|
+
[_aI, _i],
|
|
882
|
+
[
|
|
883
|
+
[0, 1],
|
|
884
|
+
[0, 1],
|
|
885
|
+
],
|
|
886
|
+
];
|
|
887
|
+
export var DeleteApiKeyResponse = [3, n0, _DAKRe, 0, [], []];
|
|
888
|
+
export var DeleteApiRequest = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
889
|
+
export var DeleteApiResponse = [3, n0, _DARe, 0, [], []];
|
|
890
|
+
export var DeleteChannelNamespaceRequest = [
|
|
891
|
+
3,
|
|
892
|
+
n0,
|
|
893
|
+
_DCNR,
|
|
894
|
+
0,
|
|
895
|
+
[_aI, _n],
|
|
896
|
+
[
|
|
897
|
+
[0, 1],
|
|
898
|
+
[0, 1],
|
|
899
|
+
],
|
|
900
|
+
];
|
|
901
|
+
export var DeleteChannelNamespaceResponse = [3, n0, _DCNRe, 0, [], []];
|
|
902
|
+
export var DeleteDataSourceRequest = [
|
|
903
|
+
3,
|
|
904
|
+
n0,
|
|
905
|
+
_DDSR,
|
|
906
|
+
0,
|
|
907
|
+
[_aI, _n],
|
|
908
|
+
[
|
|
909
|
+
[0, 1],
|
|
910
|
+
[0, 1],
|
|
911
|
+
],
|
|
912
|
+
];
|
|
913
|
+
export var DeleteDataSourceResponse = [3, n0, _DDSRe, 0, [], []];
|
|
914
|
+
export var DeleteDomainNameRequest = [3, n0, _DDNR, 0, [_dN], [[0, 1]]];
|
|
915
|
+
export var DeleteDomainNameResponse = [3, n0, _DDNRe, 0, [], []];
|
|
916
|
+
export var DeleteFunctionRequest = [
|
|
917
|
+
3,
|
|
918
|
+
n0,
|
|
919
|
+
_DFR,
|
|
920
|
+
0,
|
|
921
|
+
[_aI, _fI],
|
|
922
|
+
[
|
|
923
|
+
[0, 1],
|
|
924
|
+
[0, 1],
|
|
925
|
+
],
|
|
926
|
+
];
|
|
927
|
+
export var DeleteFunctionResponse = [3, n0, _DFRe, 0, [], []];
|
|
928
|
+
export var DeleteGraphqlApiRequest = [3, n0, _DGAR, 0, [_aI], [[0, 1]]];
|
|
929
|
+
export var DeleteGraphqlApiResponse = [3, n0, _DGARe, 0, [], []];
|
|
930
|
+
export var DeleteResolverRequest = [
|
|
931
|
+
3,
|
|
932
|
+
n0,
|
|
933
|
+
_DRR,
|
|
934
|
+
0,
|
|
935
|
+
[_aI, _tN, _fN],
|
|
936
|
+
[
|
|
937
|
+
[0, 1],
|
|
938
|
+
[0, 1],
|
|
939
|
+
[0, 1],
|
|
940
|
+
],
|
|
941
|
+
];
|
|
942
|
+
export var DeleteResolverResponse = [3, n0, _DRRe, 0, [], []];
|
|
943
|
+
export var DeleteTypeRequest = [
|
|
944
|
+
3,
|
|
945
|
+
n0,
|
|
946
|
+
_DTR,
|
|
947
|
+
0,
|
|
948
|
+
[_aI, _tN],
|
|
949
|
+
[
|
|
950
|
+
[0, 1],
|
|
951
|
+
[0, 1],
|
|
952
|
+
],
|
|
953
|
+
];
|
|
954
|
+
export var DeleteTypeResponse = [3, n0, _DTRe, 0, [], []];
|
|
955
|
+
export var DeltaSyncConfig = [3, n0, _DSC, 0, [_bTTTL, _dSTN, _dSTTTL], [1, 0, 1]];
|
|
956
|
+
export var DisassociateApiRequest = [3, n0, _DARi, 0, [_dN], [[0, 1]]];
|
|
957
|
+
export var DisassociateApiResponse = [3, n0, _DARis, 0, [], []];
|
|
958
|
+
export var DisassociateMergedGraphqlApiRequest = [
|
|
959
|
+
3,
|
|
960
|
+
n0,
|
|
961
|
+
_DMGAR,
|
|
962
|
+
0,
|
|
963
|
+
[_sAI, _aIs],
|
|
964
|
+
[
|
|
965
|
+
[0, 1],
|
|
966
|
+
[0, 1],
|
|
967
|
+
],
|
|
968
|
+
];
|
|
969
|
+
export var DisassociateMergedGraphqlApiResponse = [3, n0, _DMGARi, 0, [_sAAS], [0]];
|
|
970
|
+
export var DisassociateSourceGraphqlApiRequest = [
|
|
971
|
+
3,
|
|
972
|
+
n0,
|
|
973
|
+
_DSGAR,
|
|
974
|
+
0,
|
|
975
|
+
[_mAI, _aIs],
|
|
976
|
+
[
|
|
977
|
+
[0, 1],
|
|
978
|
+
[0, 1],
|
|
979
|
+
],
|
|
980
|
+
];
|
|
981
|
+
export var DisassociateSourceGraphqlApiResponse = [3, n0, _DSGARi, 0, [_sAAS], [0]];
|
|
982
|
+
export var DomainNameConfig = [
|
|
983
|
+
3,
|
|
984
|
+
n0,
|
|
985
|
+
_DNC,
|
|
986
|
+
0,
|
|
987
|
+
[_dN, _de, _cA, _aDN, _hZI, _t, _dNA],
|
|
988
|
+
[0, 0, 0, 0, 0, 128 | 0, 0],
|
|
989
|
+
];
|
|
990
|
+
export var DynamodbDataSourceConfig = [
|
|
991
|
+
3,
|
|
992
|
+
n0,
|
|
993
|
+
_DDSC,
|
|
994
|
+
0,
|
|
995
|
+
[_tNa, _aR, _uCC, _dSC, _ve],
|
|
996
|
+
[0, 0, 2, () => DeltaSyncConfig, 2],
|
|
997
|
+
];
|
|
998
|
+
export var ElasticsearchDataSourceConfig = [3, n0, _EDSC, 0, [_en, _aR], [0, 0]];
|
|
999
|
+
export var EnhancedMetricsConfig = [3, n0, _EMC, 0, [_rLMB, _dSLMB, _oLMC], [0, 0, 0]];
|
|
1000
|
+
export var ErrorDetail = [3, n0, _ED, 0, [_m], [0]];
|
|
1001
|
+
export var EvaluateCodeErrorDetail = [3, n0, _ECED, 0, [_m, _cE], [0, () => CodeErrors]];
|
|
1002
|
+
export var EvaluateCodeRequest = [
|
|
1003
|
+
3,
|
|
1004
|
+
n0,
|
|
1005
|
+
_ECR,
|
|
1006
|
+
0,
|
|
1007
|
+
[_ru, _cod, _con, _fu],
|
|
1008
|
+
[() => AppSyncRuntime, 0, 0, 0],
|
|
1009
|
+
];
|
|
1010
|
+
export var EvaluateCodeResponse = [
|
|
1011
|
+
3,
|
|
1012
|
+
n0,
|
|
1013
|
+
_ECRv,
|
|
1014
|
+
0,
|
|
1015
|
+
[_eR, _e, _lo, _st, _oE],
|
|
1016
|
+
[0, () => EvaluateCodeErrorDetail, 64 | 0, 0, 0],
|
|
1017
|
+
];
|
|
1018
|
+
export var EvaluateMappingTemplateRequest = [3, n0, _EMTR, 0, [_te, _con], [0, 0]];
|
|
1019
|
+
export var EvaluateMappingTemplateResponse = [
|
|
1020
|
+
3,
|
|
1021
|
+
n0,
|
|
1022
|
+
_EMTRv,
|
|
1023
|
+
0,
|
|
1024
|
+
[_eR, _e, _lo, _st, _oE],
|
|
1025
|
+
[0, () => ErrorDetail, 64 | 0, 0, 0],
|
|
1026
|
+
];
|
|
1027
|
+
export var EventBridgeDataSourceConfig = [3, n0, _EBDSC, 0, [_eBA], [0]];
|
|
1028
|
+
export var EventConfig = [
|
|
1029
|
+
3,
|
|
1030
|
+
n0,
|
|
1031
|
+
_EC,
|
|
1032
|
+
0,
|
|
1033
|
+
[_aP, _cAM, _dPAM, _dSAM, _lCo],
|
|
1034
|
+
[() => AuthProviders, () => AuthModes, () => AuthModes, () => AuthModes, () => EventLogConfig],
|
|
1035
|
+
];
|
|
1036
|
+
export var EventLogConfig = [3, n0, _ELC, 0, [_lL, _cWLRA], [0, 0]];
|
|
1037
|
+
export var FlushApiCacheRequest = [3, n0, _FACR, 0, [_aI], [[0, 1]]];
|
|
1038
|
+
export var FlushApiCacheResponse = [3, n0, _FACRl, 0, [], []];
|
|
1039
|
+
export var FunctionConfiguration = [
|
|
1040
|
+
3,
|
|
1041
|
+
n0,
|
|
1042
|
+
_FC,
|
|
1043
|
+
0,
|
|
1044
|
+
[_fI, _fA, _n, _de, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
1045
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => SyncConfig, 1, () => AppSyncRuntime, 0],
|
|
1046
|
+
];
|
|
1047
|
+
export var GetApiAssociationRequest = [3, n0, _GAAR, 0, [_dN], [[0, 1]]];
|
|
1048
|
+
export var GetApiAssociationResponse = [3, n0, _GAARe, 0, [_aAp], [() => ApiAssociation]];
|
|
1049
|
+
export var GetApiCacheRequest = [3, n0, _GACR, 0, [_aI], [[0, 1]]];
|
|
1050
|
+
export var GetApiCacheResponse = [3, n0, _GACRe, 0, [_aC], [() => ApiCache]];
|
|
1051
|
+
export var GetApiRequest = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
1052
|
+
export var GetApiResponse = [3, n0, _GARe, 0, [_a], [() => Api]];
|
|
1053
|
+
export var GetChannelNamespaceRequest = [
|
|
1054
|
+
3,
|
|
1055
|
+
n0,
|
|
1056
|
+
_GCNR,
|
|
1057
|
+
0,
|
|
1058
|
+
[_aI, _n],
|
|
1059
|
+
[
|
|
1060
|
+
[0, 1],
|
|
1061
|
+
[0, 1],
|
|
1062
|
+
],
|
|
1063
|
+
];
|
|
1064
|
+
export var GetChannelNamespaceResponse = [3, n0, _GCNRe, 0, [_cN], [() => ChannelNamespace]];
|
|
1065
|
+
export var GetDataSourceIntrospectionRequest = [
|
|
1066
|
+
3,
|
|
1067
|
+
n0,
|
|
1068
|
+
_GDSIR,
|
|
1069
|
+
0,
|
|
1070
|
+
[_iI, _iMSDL, _nT, _mR],
|
|
1071
|
+
[
|
|
1072
|
+
[0, 1],
|
|
1073
|
+
[
|
|
1074
|
+
2,
|
|
1075
|
+
{
|
|
1076
|
+
[_hQ]: _iMSDL,
|
|
1077
|
+
},
|
|
1078
|
+
],
|
|
1079
|
+
[
|
|
1080
|
+
0,
|
|
1081
|
+
{
|
|
1082
|
+
[_hQ]: _nT,
|
|
1083
|
+
},
|
|
1084
|
+
],
|
|
1085
|
+
[
|
|
1086
|
+
1,
|
|
1087
|
+
{
|
|
1088
|
+
[_hQ]: _mR,
|
|
1089
|
+
},
|
|
1090
|
+
],
|
|
1091
|
+
],
|
|
1092
|
+
];
|
|
1093
|
+
export var GetDataSourceIntrospectionResponse = [
|
|
1094
|
+
3,
|
|
1095
|
+
n0,
|
|
1096
|
+
_GDSIRe,
|
|
1097
|
+
0,
|
|
1098
|
+
[_iI, _iS, _iSD, _iR],
|
|
1099
|
+
[0, 0, 0, () => DataSourceIntrospectionResult],
|
|
1100
|
+
];
|
|
1101
|
+
export var GetDataSourceRequest = [
|
|
1102
|
+
3,
|
|
1103
|
+
n0,
|
|
1104
|
+
_GDSR,
|
|
1105
|
+
0,
|
|
1106
|
+
[_aI, _n],
|
|
1107
|
+
[
|
|
1108
|
+
[0, 1],
|
|
1109
|
+
[0, 1],
|
|
1110
|
+
],
|
|
1111
|
+
];
|
|
1112
|
+
export var GetDataSourceResponse = [3, n0, _GDSRe, 0, [_dS], [() => DataSource]];
|
|
1113
|
+
export var GetDomainNameRequest = [3, n0, _GDNR, 0, [_dN], [[0, 1]]];
|
|
1114
|
+
export var GetDomainNameResponse = [3, n0, _GDNRe, 0, [_dNC], [() => DomainNameConfig]];
|
|
1115
|
+
export var GetFunctionRequest = [
|
|
1116
|
+
3,
|
|
1117
|
+
n0,
|
|
1118
|
+
_GFR,
|
|
1119
|
+
0,
|
|
1120
|
+
[_aI, _fI],
|
|
1121
|
+
[
|
|
1122
|
+
[0, 1],
|
|
1123
|
+
[0, 1],
|
|
1124
|
+
],
|
|
1125
|
+
];
|
|
1126
|
+
export var GetFunctionResponse = [3, n0, _GFRe, 0, [_fC], [() => FunctionConfiguration]];
|
|
1127
|
+
export var GetGraphqlApiEnvironmentVariablesRequest = [3, n0, _GGAEVR, 0, [_aI], [[0, 1]]];
|
|
1128
|
+
export var GetGraphqlApiEnvironmentVariablesResponse = [3, n0, _GGAEVRe, 0, [_eV], [128 | 0]];
|
|
1129
|
+
export var GetGraphqlApiRequest = [3, n0, _GGAR, 0, [_aI], [[0, 1]]];
|
|
1130
|
+
export var GetGraphqlApiResponse = [3, n0, _GGARe, 0, [_gA], [() => GraphqlApi]];
|
|
1131
|
+
export var GetIntrospectionSchemaRequest = [
|
|
1132
|
+
3,
|
|
1133
|
+
n0,
|
|
1134
|
+
_GISR,
|
|
1135
|
+
0,
|
|
1136
|
+
[_aI, _f, _iD],
|
|
1137
|
+
[
|
|
1138
|
+
[0, 1],
|
|
1139
|
+
[
|
|
1140
|
+
0,
|
|
1141
|
+
{
|
|
1142
|
+
[_hQ]: _f,
|
|
1143
|
+
},
|
|
1144
|
+
],
|
|
1145
|
+
[
|
|
1146
|
+
2,
|
|
1147
|
+
{
|
|
1148
|
+
[_hQ]: _iD,
|
|
1149
|
+
},
|
|
1150
|
+
],
|
|
1151
|
+
],
|
|
1152
|
+
];
|
|
1153
|
+
export var GetIntrospectionSchemaResponse = [3, n0, _GISRe, 0, [_sc], [[21, 16]]];
|
|
1154
|
+
export var GetResolverRequest = [
|
|
1155
|
+
3,
|
|
1156
|
+
n0,
|
|
1157
|
+
_GRR,
|
|
1158
|
+
0,
|
|
1159
|
+
[_aI, _tN, _fN],
|
|
1160
|
+
[
|
|
1161
|
+
[0, 1],
|
|
1162
|
+
[0, 1],
|
|
1163
|
+
[0, 1],
|
|
1164
|
+
],
|
|
1165
|
+
];
|
|
1166
|
+
export var GetResolverResponse = [3, n0, _GRRe, 0, [_re], [() => Resolver]];
|
|
1167
|
+
export var GetSchemaCreationStatusRequest = [3, n0, _GSCSR, 0, [_aI], [[0, 1]]];
|
|
1168
|
+
export var GetSchemaCreationStatusResponse = [3, n0, _GSCSRe, 0, [_s, _deta], [0, 0]];
|
|
1169
|
+
export var GetSourceApiAssociationRequest = [
|
|
1170
|
+
3,
|
|
1171
|
+
n0,
|
|
1172
|
+
_GSAAR,
|
|
1173
|
+
0,
|
|
1174
|
+
[_mAI, _aIs],
|
|
1175
|
+
[
|
|
1176
|
+
[0, 1],
|
|
1177
|
+
[0, 1],
|
|
1178
|
+
],
|
|
1179
|
+
];
|
|
1180
|
+
export var GetSourceApiAssociationResponse = [
|
|
1181
|
+
3,
|
|
1182
|
+
n0,
|
|
1183
|
+
_GSAARe,
|
|
1184
|
+
0,
|
|
1185
|
+
[_sAA],
|
|
1186
|
+
[() => SourceApiAssociation],
|
|
1187
|
+
];
|
|
1188
|
+
export var GetTypeRequest = [
|
|
1189
|
+
3,
|
|
1190
|
+
n0,
|
|
1191
|
+
_GTR,
|
|
1192
|
+
0,
|
|
1193
|
+
[_aI, _tN, _f],
|
|
1194
|
+
[
|
|
1195
|
+
[0, 1],
|
|
1196
|
+
[0, 1],
|
|
1197
|
+
[
|
|
1198
|
+
0,
|
|
1199
|
+
{
|
|
1200
|
+
[_hQ]: _f,
|
|
1201
|
+
},
|
|
1202
|
+
],
|
|
1203
|
+
],
|
|
1204
|
+
];
|
|
1205
|
+
export var GetTypeResponse = [3, n0, _GTRe, 0, [_ty], [() => Type]];
|
|
1206
|
+
export var GraphqlApi = [
|
|
1207
|
+
3,
|
|
1208
|
+
n0,
|
|
1209
|
+
_GA,
|
|
1210
|
+
0,
|
|
1211
|
+
[
|
|
1212
|
+
_n,
|
|
1213
|
+
_aI,
|
|
1214
|
+
_aT,
|
|
1215
|
+
_lCo,
|
|
1216
|
+
_uPC,
|
|
1217
|
+
_oIDCC,
|
|
1218
|
+
_ar,
|
|
1219
|
+
_u,
|
|
1220
|
+
_t,
|
|
1221
|
+
_aAP,
|
|
1222
|
+
_xE,
|
|
1223
|
+
_wWAA,
|
|
1224
|
+
_lAC,
|
|
1225
|
+
_d,
|
|
1226
|
+
_vi,
|
|
1227
|
+
_aTp,
|
|
1228
|
+
_mAERA,
|
|
1229
|
+
_o,
|
|
1230
|
+
_oC,
|
|
1231
|
+
_iC,
|
|
1232
|
+
_qDL,
|
|
1233
|
+
_rCL,
|
|
1234
|
+
_eMC,
|
|
1235
|
+
],
|
|
1236
|
+
[
|
|
1237
|
+
0,
|
|
1238
|
+
0,
|
|
1239
|
+
0,
|
|
1240
|
+
() => LogConfig,
|
|
1241
|
+
() => UserPoolConfig,
|
|
1242
|
+
() => OpenIDConnectConfig,
|
|
1243
|
+
0,
|
|
1244
|
+
128 | 0,
|
|
1245
|
+
128 | 0,
|
|
1246
|
+
() => AdditionalAuthenticationProviders,
|
|
1247
|
+
2,
|
|
1248
|
+
0,
|
|
1249
|
+
() => LambdaAuthorizerConfig,
|
|
1250
|
+
128 | 0,
|
|
1251
|
+
0,
|
|
1252
|
+
0,
|
|
1253
|
+
0,
|
|
1254
|
+
0,
|
|
1255
|
+
0,
|
|
1256
|
+
0,
|
|
1257
|
+
1,
|
|
1258
|
+
1,
|
|
1259
|
+
() => EnhancedMetricsConfig,
|
|
1260
|
+
],
|
|
1261
|
+
];
|
|
1262
|
+
export var GraphQLSchemaException = [
|
|
1263
|
+
-3,
|
|
1264
|
+
n0,
|
|
1265
|
+
_GQLSE,
|
|
1266
|
+
{
|
|
1267
|
+
[_e]: _c,
|
|
1268
|
+
[_hE]: 400,
|
|
1269
|
+
},
|
|
1270
|
+
[_m],
|
|
1271
|
+
[0],
|
|
1272
|
+
];
|
|
1273
|
+
TypeRegistry.for(n0).registerError(GraphQLSchemaException, __GraphQLSchemaException);
|
|
1274
|
+
export var HandlerConfig = [3, n0, _HC, 0, [_b, _int], [0, () => Integration]];
|
|
1275
|
+
export var HandlerConfigs = [
|
|
1276
|
+
3,
|
|
1277
|
+
n0,
|
|
1278
|
+
_HCa,
|
|
1279
|
+
0,
|
|
1280
|
+
[_oP, _oS],
|
|
1281
|
+
[() => HandlerConfig, () => HandlerConfig],
|
|
1282
|
+
];
|
|
1283
|
+
export var HttpDataSourceConfig = [3, n0, _HDSC, 0, [_en, _aCu], [0, () => AuthorizationConfig]];
|
|
1284
|
+
export var Integration = [3, n0, _I, 0, [_dSN, _lC], [0, () => LambdaConfig]];
|
|
1285
|
+
export var InternalFailureException = [
|
|
1286
|
+
-3,
|
|
1287
|
+
n0,
|
|
1288
|
+
_IFE,
|
|
1289
|
+
{
|
|
1290
|
+
[_e]: _se,
|
|
1291
|
+
[_hE]: 500,
|
|
1292
|
+
},
|
|
1293
|
+
[_m],
|
|
1294
|
+
[0],
|
|
1295
|
+
];
|
|
1296
|
+
TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
|
|
1297
|
+
export var LambdaAuthorizerConfig = [3, n0, _LAC, 0, [_aRTIS, _aU, _iVE], [1, 0, 0]];
|
|
1298
|
+
export var LambdaConfig = [3, n0, _LC, 0, [_iT], [0]];
|
|
1299
|
+
export var LambdaConflictHandlerConfig = [3, n0, _LCHC, 0, [_lCHA], [0]];
|
|
1300
|
+
export var LambdaDataSourceConfig = [3, n0, _LDSC, 0, [_lFA], [0]];
|
|
1301
|
+
export var LimitExceededException = [
|
|
1302
|
+
-3,
|
|
1303
|
+
n0,
|
|
1304
|
+
_LEE,
|
|
1305
|
+
{
|
|
1306
|
+
[_e]: _c,
|
|
1307
|
+
[_hE]: 429,
|
|
1308
|
+
},
|
|
1309
|
+
[_m],
|
|
1310
|
+
[0],
|
|
1311
|
+
];
|
|
1312
|
+
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
1313
|
+
export var ListApiKeysRequest = [
|
|
1314
|
+
3,
|
|
1315
|
+
n0,
|
|
1316
|
+
_LAKR,
|
|
1317
|
+
0,
|
|
1318
|
+
[_aI, _nT, _mR],
|
|
1319
|
+
[
|
|
1320
|
+
[0, 1],
|
|
1321
|
+
[
|
|
1322
|
+
0,
|
|
1323
|
+
{
|
|
1324
|
+
[_hQ]: _nT,
|
|
1325
|
+
},
|
|
1326
|
+
],
|
|
1327
|
+
[
|
|
1328
|
+
1,
|
|
1329
|
+
{
|
|
1330
|
+
[_hQ]: _mR,
|
|
1331
|
+
},
|
|
1332
|
+
],
|
|
1333
|
+
],
|
|
1334
|
+
];
|
|
1335
|
+
export var ListApiKeysResponse = [3, n0, _LAKRi, 0, [_aKp, _nT], [() => ApiKeys, 0]];
|
|
1336
|
+
export var ListApisRequest = [
|
|
1337
|
+
3,
|
|
1338
|
+
n0,
|
|
1339
|
+
_LAR,
|
|
1340
|
+
0,
|
|
1341
|
+
[_nT, _mR],
|
|
1342
|
+
[
|
|
1343
|
+
[
|
|
1344
|
+
0,
|
|
1345
|
+
{
|
|
1346
|
+
[_hQ]: _nT,
|
|
1347
|
+
},
|
|
1348
|
+
],
|
|
1349
|
+
[
|
|
1350
|
+
1,
|
|
1351
|
+
{
|
|
1352
|
+
[_hQ]: _mR,
|
|
1353
|
+
},
|
|
1354
|
+
],
|
|
1355
|
+
],
|
|
1356
|
+
];
|
|
1357
|
+
export var ListApisResponse = [3, n0, _LARi, 0, [_ap, _nT], [() => Apis, 0]];
|
|
1358
|
+
export var ListChannelNamespacesRequest = [
|
|
1359
|
+
3,
|
|
1360
|
+
n0,
|
|
1361
|
+
_LCNR,
|
|
1362
|
+
0,
|
|
1363
|
+
[_aI, _nT, _mR],
|
|
1364
|
+
[
|
|
1365
|
+
[0, 1],
|
|
1366
|
+
[
|
|
1367
|
+
0,
|
|
1368
|
+
{
|
|
1369
|
+
[_hQ]: _nT,
|
|
1370
|
+
},
|
|
1371
|
+
],
|
|
1372
|
+
[
|
|
1373
|
+
1,
|
|
1374
|
+
{
|
|
1375
|
+
[_hQ]: _mR,
|
|
1376
|
+
},
|
|
1377
|
+
],
|
|
1378
|
+
],
|
|
1379
|
+
];
|
|
1380
|
+
export var ListChannelNamespacesResponse = [
|
|
1381
|
+
3,
|
|
1382
|
+
n0,
|
|
1383
|
+
_LCNRi,
|
|
1384
|
+
0,
|
|
1385
|
+
[_cNh, _nT],
|
|
1386
|
+
[() => ChannelNamespaces, 0],
|
|
1387
|
+
];
|
|
1388
|
+
export var ListDataSourcesRequest = [
|
|
1389
|
+
3,
|
|
1390
|
+
n0,
|
|
1391
|
+
_LDSR,
|
|
1392
|
+
0,
|
|
1393
|
+
[_aI, _nT, _mR],
|
|
1394
|
+
[
|
|
1395
|
+
[0, 1],
|
|
1396
|
+
[
|
|
1397
|
+
0,
|
|
1398
|
+
{
|
|
1399
|
+
[_hQ]: _nT,
|
|
1400
|
+
},
|
|
1401
|
+
],
|
|
1402
|
+
[
|
|
1403
|
+
1,
|
|
1404
|
+
{
|
|
1405
|
+
[_hQ]: _mR,
|
|
1406
|
+
},
|
|
1407
|
+
],
|
|
1408
|
+
],
|
|
1409
|
+
];
|
|
1410
|
+
export var ListDataSourcesResponse = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
|
|
1411
|
+
export var ListDomainNamesRequest = [
|
|
1412
|
+
3,
|
|
1413
|
+
n0,
|
|
1414
|
+
_LDNR,
|
|
1415
|
+
0,
|
|
1416
|
+
[_nT, _mR],
|
|
1417
|
+
[
|
|
1418
|
+
[
|
|
1419
|
+
0,
|
|
1420
|
+
{
|
|
1421
|
+
[_hQ]: _nT,
|
|
1422
|
+
},
|
|
1423
|
+
],
|
|
1424
|
+
[
|
|
1425
|
+
1,
|
|
1426
|
+
{
|
|
1427
|
+
[_hQ]: _mR,
|
|
1428
|
+
},
|
|
1429
|
+
],
|
|
1430
|
+
],
|
|
1431
|
+
];
|
|
1432
|
+
export var ListDomainNamesResponse = [
|
|
1433
|
+
3,
|
|
1434
|
+
n0,
|
|
1435
|
+
_LDNRi,
|
|
1436
|
+
0,
|
|
1437
|
+
[_dNCo, _nT],
|
|
1438
|
+
[() => DomainNameConfigs, 0],
|
|
1439
|
+
];
|
|
1440
|
+
export var ListFunctionsRequest = [
|
|
1441
|
+
3,
|
|
1442
|
+
n0,
|
|
1443
|
+
_LFR,
|
|
1444
|
+
0,
|
|
1445
|
+
[_aI, _nT, _mR],
|
|
1446
|
+
[
|
|
1447
|
+
[0, 1],
|
|
1448
|
+
[
|
|
1449
|
+
0,
|
|
1450
|
+
{
|
|
1451
|
+
[_hQ]: _nT,
|
|
1452
|
+
},
|
|
1453
|
+
],
|
|
1454
|
+
[
|
|
1455
|
+
1,
|
|
1456
|
+
{
|
|
1457
|
+
[_hQ]: _mR,
|
|
1458
|
+
},
|
|
1459
|
+
],
|
|
1460
|
+
],
|
|
1461
|
+
];
|
|
1462
|
+
export var ListFunctionsResponse = [3, n0, _LFRi, 0, [_fun, _nT], [() => Functions, 0]];
|
|
1463
|
+
export var ListGraphqlApisRequest = [
|
|
1464
|
+
3,
|
|
1465
|
+
n0,
|
|
1466
|
+
_LGAR,
|
|
1467
|
+
0,
|
|
1468
|
+
[_nT, _mR, _aTp, _o],
|
|
1469
|
+
[
|
|
1470
|
+
[
|
|
1471
|
+
0,
|
|
1472
|
+
{
|
|
1473
|
+
[_hQ]: _nT,
|
|
1474
|
+
},
|
|
1475
|
+
],
|
|
1476
|
+
[
|
|
1477
|
+
1,
|
|
1478
|
+
{
|
|
1479
|
+
[_hQ]: _mR,
|
|
1480
|
+
},
|
|
1481
|
+
],
|
|
1482
|
+
[
|
|
1483
|
+
0,
|
|
1484
|
+
{
|
|
1485
|
+
[_hQ]: _aTp,
|
|
1486
|
+
},
|
|
1487
|
+
],
|
|
1488
|
+
[
|
|
1489
|
+
0,
|
|
1490
|
+
{
|
|
1491
|
+
[_hQ]: _o,
|
|
1492
|
+
},
|
|
1493
|
+
],
|
|
1494
|
+
],
|
|
1495
|
+
];
|
|
1496
|
+
export var ListGraphqlApisResponse = [3, n0, _LGARi, 0, [_gAr, _nT], [() => GraphqlApis, 0]];
|
|
1497
|
+
export var ListResolversByFunctionRequest = [
|
|
1498
|
+
3,
|
|
1499
|
+
n0,
|
|
1500
|
+
_LRBFR,
|
|
1501
|
+
0,
|
|
1502
|
+
[_aI, _fI, _nT, _mR],
|
|
1503
|
+
[
|
|
1504
|
+
[0, 1],
|
|
1505
|
+
[0, 1],
|
|
1506
|
+
[
|
|
1507
|
+
0,
|
|
1508
|
+
{
|
|
1509
|
+
[_hQ]: _nT,
|
|
1510
|
+
},
|
|
1511
|
+
],
|
|
1512
|
+
[
|
|
1513
|
+
1,
|
|
1514
|
+
{
|
|
1515
|
+
[_hQ]: _mR,
|
|
1516
|
+
},
|
|
1517
|
+
],
|
|
1518
|
+
],
|
|
1519
|
+
];
|
|
1520
|
+
export var ListResolversByFunctionResponse = [
|
|
1521
|
+
3,
|
|
1522
|
+
n0,
|
|
1523
|
+
_LRBFRi,
|
|
1524
|
+
0,
|
|
1525
|
+
[_res, _nT],
|
|
1526
|
+
[() => Resolvers, 0],
|
|
1527
|
+
];
|
|
1528
|
+
export var ListResolversRequest = [
|
|
1529
|
+
3,
|
|
1530
|
+
n0,
|
|
1531
|
+
_LRR,
|
|
1532
|
+
0,
|
|
1533
|
+
[_aI, _tN, _nT, _mR],
|
|
1534
|
+
[
|
|
1535
|
+
[0, 1],
|
|
1536
|
+
[0, 1],
|
|
1537
|
+
[
|
|
1538
|
+
0,
|
|
1539
|
+
{
|
|
1540
|
+
[_hQ]: _nT,
|
|
1541
|
+
},
|
|
1542
|
+
],
|
|
1543
|
+
[
|
|
1544
|
+
1,
|
|
1545
|
+
{
|
|
1546
|
+
[_hQ]: _mR,
|
|
1547
|
+
},
|
|
1548
|
+
],
|
|
1549
|
+
],
|
|
1550
|
+
];
|
|
1551
|
+
export var ListResolversResponse = [3, n0, _LRRi, 0, [_res, _nT], [() => Resolvers, 0]];
|
|
1552
|
+
export var ListSourceApiAssociationsRequest = [
|
|
1553
|
+
3,
|
|
1554
|
+
n0,
|
|
1555
|
+
_LSAAR,
|
|
1556
|
+
0,
|
|
1557
|
+
[_aI, _nT, _mR],
|
|
1558
|
+
[
|
|
1559
|
+
[0, 1],
|
|
1560
|
+
[
|
|
1561
|
+
0,
|
|
1562
|
+
{
|
|
1563
|
+
[_hQ]: _nT,
|
|
1564
|
+
},
|
|
1565
|
+
],
|
|
1566
|
+
[
|
|
1567
|
+
1,
|
|
1568
|
+
{
|
|
1569
|
+
[_hQ]: _mR,
|
|
1570
|
+
},
|
|
1571
|
+
],
|
|
1572
|
+
],
|
|
1573
|
+
];
|
|
1574
|
+
export var ListSourceApiAssociationsResponse = [
|
|
1575
|
+
3,
|
|
1576
|
+
n0,
|
|
1577
|
+
_LSAARi,
|
|
1578
|
+
0,
|
|
1579
|
+
[_sAASo, _nT],
|
|
1580
|
+
[() => SourceApiAssociationSummaryList, 0],
|
|
1581
|
+
];
|
|
1582
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1583
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1584
|
+
export var ListTypesByAssociationRequest = [
|
|
1585
|
+
3,
|
|
1586
|
+
n0,
|
|
1587
|
+
_LTBAR,
|
|
1588
|
+
0,
|
|
1589
|
+
[_mAI, _aIs, _f, _nT, _mR],
|
|
1590
|
+
[
|
|
1591
|
+
[0, 1],
|
|
1592
|
+
[0, 1],
|
|
1593
|
+
[
|
|
1594
|
+
0,
|
|
1595
|
+
{
|
|
1596
|
+
[_hQ]: _f,
|
|
1597
|
+
},
|
|
1598
|
+
],
|
|
1599
|
+
[
|
|
1600
|
+
0,
|
|
1601
|
+
{
|
|
1602
|
+
[_hQ]: _nT,
|
|
1603
|
+
},
|
|
1604
|
+
],
|
|
1605
|
+
[
|
|
1606
|
+
1,
|
|
1607
|
+
{
|
|
1608
|
+
[_hQ]: _mR,
|
|
1609
|
+
},
|
|
1610
|
+
],
|
|
1611
|
+
],
|
|
1612
|
+
];
|
|
1613
|
+
export var ListTypesByAssociationResponse = [
|
|
1614
|
+
3,
|
|
1615
|
+
n0,
|
|
1616
|
+
_LTBARi,
|
|
1617
|
+
0,
|
|
1618
|
+
[_typ, _nT],
|
|
1619
|
+
[() => TypeList, 0],
|
|
1620
|
+
];
|
|
1621
|
+
export var ListTypesRequest = [
|
|
1622
|
+
3,
|
|
1623
|
+
n0,
|
|
1624
|
+
_LTR,
|
|
1625
|
+
0,
|
|
1626
|
+
[_aI, _f, _nT, _mR],
|
|
1627
|
+
[
|
|
1628
|
+
[0, 1],
|
|
1629
|
+
[
|
|
1630
|
+
0,
|
|
1631
|
+
{
|
|
1632
|
+
[_hQ]: _f,
|
|
1633
|
+
},
|
|
1634
|
+
],
|
|
1635
|
+
[
|
|
1636
|
+
0,
|
|
1637
|
+
{
|
|
1638
|
+
[_hQ]: _nT,
|
|
1639
|
+
},
|
|
1640
|
+
],
|
|
1641
|
+
[
|
|
1642
|
+
1,
|
|
1643
|
+
{
|
|
1644
|
+
[_hQ]: _mR,
|
|
1645
|
+
},
|
|
1646
|
+
],
|
|
1647
|
+
],
|
|
1648
|
+
];
|
|
1649
|
+
export var ListTypesResponse = [3, n0, _LTRi, 0, [_typ, _nT], [() => TypeList, 0]];
|
|
1650
|
+
export var LogConfig = [3, n0, _LCo, 0, [_fLL, _cWLRA, _eVC], [0, 0, 2]];
|
|
1651
|
+
export var NotFoundException = [
|
|
1652
|
+
-3,
|
|
1653
|
+
n0,
|
|
1654
|
+
_NFE,
|
|
1655
|
+
{
|
|
1656
|
+
[_e]: _c,
|
|
1657
|
+
[_hE]: 404,
|
|
1658
|
+
},
|
|
1659
|
+
[_m],
|
|
1660
|
+
[0],
|
|
1661
|
+
];
|
|
1662
|
+
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
1663
|
+
export var OpenIDConnectConfig = [3, n0, _OIDCC, 0, [_is, _cI, _iTTL, _aTTL], [0, 0, 1, 1]];
|
|
1664
|
+
export var OpenSearchServiceDataSourceConfig = [3, n0, _OSSDSC, 0, [_en, _aR], [0, 0]];
|
|
1665
|
+
export var PipelineConfig = [3, n0, _PC, 0, [_fun], [64 | 0]];
|
|
1666
|
+
export var PutGraphqlApiEnvironmentVariablesRequest = [
|
|
1667
|
+
3,
|
|
1668
|
+
n0,
|
|
1669
|
+
_PGAEVR,
|
|
1670
|
+
0,
|
|
1671
|
+
[_aI, _eV],
|
|
1672
|
+
[[0, 1], 128 | 0],
|
|
1673
|
+
];
|
|
1674
|
+
export var PutGraphqlApiEnvironmentVariablesResponse = [3, n0, _PGAEVRu, 0, [_eV], [128 | 0]];
|
|
1675
|
+
export var RdsDataApiConfig = [3, n0, _RDAC, 0, [_rA, _sA, _dNa], [0, 0, 0]];
|
|
1676
|
+
export var RdsHttpEndpointConfig = [
|
|
1677
|
+
3,
|
|
1678
|
+
n0,
|
|
1679
|
+
_RHEC,
|
|
1680
|
+
0,
|
|
1681
|
+
[_aR, _dCI, _dNa, _sc, _aSSA],
|
|
1682
|
+
[0, 0, 0, 0, 0],
|
|
1683
|
+
];
|
|
1684
|
+
export var RelationalDatabaseDataSourceConfig = [
|
|
1685
|
+
3,
|
|
1686
|
+
n0,
|
|
1687
|
+
_RDDSC,
|
|
1688
|
+
0,
|
|
1689
|
+
[_rDST, _rHEC],
|
|
1690
|
+
[0, () => RdsHttpEndpointConfig],
|
|
1691
|
+
];
|
|
1692
|
+
export var Resolver = [
|
|
1693
|
+
3,
|
|
1694
|
+
n0,
|
|
1695
|
+
_R,
|
|
1696
|
+
0,
|
|
1697
|
+
[_tN, _fN, _dSN, _rAe, _rMT, _rMTe, _k, _pC, _sC, _cCa, _mBS, _ru, _cod, _mC],
|
|
1698
|
+
[0, 0, 0, 0, 0, 0, 0, () => PipelineConfig, () => SyncConfig, () => CachingConfig, 1, () => AppSyncRuntime, 0, 0],
|
|
1699
|
+
];
|
|
1700
|
+
export var ServiceQuotaExceededException = [
|
|
1701
|
+
-3,
|
|
1702
|
+
n0,
|
|
1703
|
+
_SQEE,
|
|
1704
|
+
{
|
|
1705
|
+
[_e]: _c,
|
|
1706
|
+
[_hE]: 402,
|
|
1707
|
+
},
|
|
1708
|
+
[_m],
|
|
1709
|
+
[0],
|
|
1710
|
+
];
|
|
1711
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1712
|
+
export var SourceApiAssociation = [
|
|
1713
|
+
3,
|
|
1714
|
+
n0,
|
|
1715
|
+
_SAA,
|
|
1716
|
+
0,
|
|
1717
|
+
[_aIs, _aAs, _sAIo, _sAAo, _mAA, _mAIe, _de, _sAAC, _sAAS, _sAASD, _lSMD],
|
|
1718
|
+
[0, 0, 0, 0, 0, 0, 0, () => SourceApiAssociationConfig, 0, 0, 4],
|
|
1719
|
+
];
|
|
1720
|
+
export var SourceApiAssociationConfig = [3, n0, _SAAC, 0, [_mT], [0]];
|
|
1721
|
+
export var SourceApiAssociationSummary = [
|
|
1722
|
+
3,
|
|
1723
|
+
n0,
|
|
1724
|
+
_SAAS,
|
|
1725
|
+
0,
|
|
1726
|
+
[_aIs, _aAs, _sAIo, _sAAo, _mAIe, _mAA, _de],
|
|
1727
|
+
[0, 0, 0, 0, 0, 0, 0],
|
|
1728
|
+
];
|
|
1729
|
+
export var StartDataSourceIntrospectionRequest = [
|
|
1730
|
+
3,
|
|
1731
|
+
n0,
|
|
1732
|
+
_SDSIR,
|
|
1733
|
+
0,
|
|
1734
|
+
[_rDAC],
|
|
1735
|
+
[() => RdsDataApiConfig],
|
|
1736
|
+
];
|
|
1737
|
+
export var StartDataSourceIntrospectionResponse = [
|
|
1738
|
+
3,
|
|
1739
|
+
n0,
|
|
1740
|
+
_SDSIRt,
|
|
1741
|
+
0,
|
|
1742
|
+
[_iI, _iS, _iSD],
|
|
1743
|
+
[0, 0, 0],
|
|
1744
|
+
];
|
|
1745
|
+
export var StartSchemaCreationRequest = [3, n0, _SSCR, 0, [_aI, _def], [[0, 1], 21]];
|
|
1746
|
+
export var StartSchemaCreationResponse = [3, n0, _SSCRt, 0, [_s], [0]];
|
|
1747
|
+
export var StartSchemaMergeRequest = [
|
|
1748
|
+
3,
|
|
1749
|
+
n0,
|
|
1750
|
+
_SSMR,
|
|
1751
|
+
0,
|
|
1752
|
+
[_aIs, _mAI],
|
|
1753
|
+
[
|
|
1754
|
+
[0, 1],
|
|
1755
|
+
[0, 1],
|
|
1756
|
+
],
|
|
1757
|
+
];
|
|
1758
|
+
export var StartSchemaMergeResponse = [3, n0, _SSMRt, 0, [_sAAS], [0]];
|
|
1759
|
+
export var SyncConfig = [
|
|
1760
|
+
3,
|
|
1761
|
+
n0,
|
|
1762
|
+
_SC,
|
|
1763
|
+
0,
|
|
1764
|
+
[_cHo, _cD, _lCHC],
|
|
1765
|
+
[0, 0, () => LambdaConflictHandlerConfig],
|
|
1766
|
+
];
|
|
1767
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1768
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1769
|
+
export var Type = [3, n0, _T, 0, [_n, _de, _ar, _def, _f], [0, 0, 0, 0, 0]];
|
|
1770
|
+
export var UnauthorizedException = [
|
|
1771
|
+
-3,
|
|
1772
|
+
n0,
|
|
1773
|
+
_UE,
|
|
1774
|
+
{
|
|
1775
|
+
[_e]: _c,
|
|
1776
|
+
[_hE]: 401,
|
|
1777
|
+
},
|
|
1778
|
+
[_m],
|
|
1779
|
+
[0],
|
|
1780
|
+
];
|
|
1781
|
+
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
1782
|
+
export var UntagResourceRequest = [
|
|
1783
|
+
3,
|
|
1784
|
+
n0,
|
|
1785
|
+
_URR,
|
|
1786
|
+
0,
|
|
1787
|
+
[_rA, _tK],
|
|
1788
|
+
[
|
|
1789
|
+
[0, 1],
|
|
1790
|
+
[
|
|
1791
|
+
64 | 0,
|
|
1792
|
+
{
|
|
1793
|
+
[_hQ]: _tK,
|
|
1794
|
+
},
|
|
1795
|
+
],
|
|
1796
|
+
],
|
|
1797
|
+
];
|
|
1798
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1799
|
+
export var UpdateApiCacheRequest = [
|
|
1800
|
+
3,
|
|
1801
|
+
n0,
|
|
1802
|
+
_UACR,
|
|
1803
|
+
0,
|
|
1804
|
+
[_aI, _tt, _aCB, _ty, _hMC],
|
|
1805
|
+
[[0, 1], 1, 0, 0, 0],
|
|
1806
|
+
];
|
|
1807
|
+
export var UpdateApiCacheResponse = [3, n0, _UACRp, 0, [_aC], [() => ApiCache]];
|
|
1808
|
+
export var UpdateApiKeyRequest = [3, n0, _UAKR, 0, [_aI, _i, _de, _ex], [[0, 1], [0, 1], 0, 1]];
|
|
1809
|
+
export var UpdateApiKeyResponse = [3, n0, _UAKRp, 0, [_aK], [() => ApiKey]];
|
|
1810
|
+
export var UpdateApiRequest = [
|
|
1811
|
+
3,
|
|
1812
|
+
n0,
|
|
1813
|
+
_UAR,
|
|
1814
|
+
0,
|
|
1815
|
+
[_aI, _n, _oC, _eC],
|
|
1816
|
+
[[0, 1], 0, 0, () => EventConfig],
|
|
1817
|
+
];
|
|
1818
|
+
export var UpdateApiResponse = [3, n0, _UARp, 0, [_a], [() => Api]];
|
|
1819
|
+
export var UpdateChannelNamespaceRequest = [
|
|
1820
|
+
3,
|
|
1821
|
+
n0,
|
|
1822
|
+
_UCNR,
|
|
1823
|
+
0,
|
|
1824
|
+
[_aI, _n, _sAM, _pAM, _cH, _hC],
|
|
1825
|
+
[[0, 1], [0, 1], () => AuthModes, () => AuthModes, 0, () => HandlerConfigs],
|
|
1826
|
+
];
|
|
1827
|
+
export var UpdateChannelNamespaceResponse = [3, n0, _UCNRp, 0, [_cN], [() => ChannelNamespace]];
|
|
1828
|
+
export var UpdateDataSourceRequest = [
|
|
1829
|
+
3,
|
|
1830
|
+
n0,
|
|
1831
|
+
_UDSR,
|
|
1832
|
+
0,
|
|
1833
|
+
[_aI, _n, _de, _ty, _sRA, _dC, _lC, _eCl, _oSSC, _hCt, _rDC, _eBC, _mC],
|
|
1834
|
+
[
|
|
1835
|
+
[0, 1],
|
|
1836
|
+
[0, 1],
|
|
1837
|
+
0,
|
|
1838
|
+
0,
|
|
1839
|
+
0,
|
|
1840
|
+
() => DynamodbDataSourceConfig,
|
|
1841
|
+
() => LambdaDataSourceConfig,
|
|
1842
|
+
() => ElasticsearchDataSourceConfig,
|
|
1843
|
+
() => OpenSearchServiceDataSourceConfig,
|
|
1844
|
+
() => HttpDataSourceConfig,
|
|
1845
|
+
() => RelationalDatabaseDataSourceConfig,
|
|
1846
|
+
() => EventBridgeDataSourceConfig,
|
|
1847
|
+
0,
|
|
1848
|
+
],
|
|
1849
|
+
];
|
|
1850
|
+
export var UpdateDataSourceResponse = [3, n0, _UDSRp, 0, [_dS], [() => DataSource]];
|
|
1851
|
+
export var UpdateDomainNameRequest = [3, n0, _UDNR, 0, [_dN, _de], [[0, 1], 0]];
|
|
1852
|
+
export var UpdateDomainNameResponse = [3, n0, _UDNRp, 0, [_dNC], [() => DomainNameConfig]];
|
|
1853
|
+
export var UpdateFunctionRequest = [
|
|
1854
|
+
3,
|
|
1855
|
+
n0,
|
|
1856
|
+
_UFR,
|
|
1857
|
+
0,
|
|
1858
|
+
[_aI, _n, _de, _fI, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
1859
|
+
[[0, 1], 0, 0, [0, 1], 0, 0, 0, 0, () => SyncConfig, 1, () => AppSyncRuntime, 0],
|
|
1860
|
+
];
|
|
1861
|
+
export var UpdateFunctionResponse = [3, n0, _UFRp, 0, [_fC], [() => FunctionConfiguration]];
|
|
1862
|
+
export var UpdateGraphqlApiRequest = [
|
|
1863
|
+
3,
|
|
1864
|
+
n0,
|
|
1865
|
+
_UGAR,
|
|
1866
|
+
0,
|
|
1867
|
+
[_aI, _n, _lCo, _aT, _uPC, _oIDCC, _aAP, _xE, _lAC, _mAERA, _oC, _iC, _qDL, _rCL, _eMC],
|
|
1868
|
+
[
|
|
1869
|
+
[0, 1],
|
|
1870
|
+
0,
|
|
1871
|
+
() => LogConfig,
|
|
1872
|
+
0,
|
|
1873
|
+
() => UserPoolConfig,
|
|
1874
|
+
() => OpenIDConnectConfig,
|
|
1875
|
+
() => AdditionalAuthenticationProviders,
|
|
1876
|
+
2,
|
|
1877
|
+
() => LambdaAuthorizerConfig,
|
|
1878
|
+
0,
|
|
1879
|
+
0,
|
|
1880
|
+
0,
|
|
1881
|
+
1,
|
|
1882
|
+
1,
|
|
1883
|
+
() => EnhancedMetricsConfig,
|
|
1884
|
+
],
|
|
1885
|
+
];
|
|
1886
|
+
export var UpdateGraphqlApiResponse = [3, n0, _UGARp, 0, [_gA], [() => GraphqlApi]];
|
|
1887
|
+
export var UpdateResolverRequest = [
|
|
1888
|
+
3,
|
|
1889
|
+
n0,
|
|
1890
|
+
_URRp,
|
|
1891
|
+
0,
|
|
1892
|
+
[_aI, _tN, _fN, _dSN, _rMT, _rMTe, _k, _pC, _sC, _cCa, _mBS, _ru, _cod, _mC],
|
|
1893
|
+
[
|
|
1894
|
+
[0, 1],
|
|
1895
|
+
[0, 1],
|
|
1896
|
+
[0, 1],
|
|
1897
|
+
0,
|
|
1898
|
+
0,
|
|
1899
|
+
0,
|
|
1900
|
+
0,
|
|
1901
|
+
() => PipelineConfig,
|
|
1902
|
+
() => SyncConfig,
|
|
1903
|
+
() => CachingConfig,
|
|
1904
|
+
1,
|
|
1905
|
+
() => AppSyncRuntime,
|
|
1906
|
+
0,
|
|
1907
|
+
0,
|
|
1908
|
+
],
|
|
1909
|
+
];
|
|
1910
|
+
export var UpdateResolverResponse = [3, n0, _URRpd, 0, [_re], [() => Resolver]];
|
|
1911
|
+
export var UpdateSourceApiAssociationRequest = [
|
|
1912
|
+
3,
|
|
1913
|
+
n0,
|
|
1914
|
+
_USAAR,
|
|
1915
|
+
0,
|
|
1916
|
+
[_aIs, _mAI, _de, _sAAC],
|
|
1917
|
+
[[0, 1], [0, 1], 0, () => SourceApiAssociationConfig],
|
|
1918
|
+
];
|
|
1919
|
+
export var UpdateSourceApiAssociationResponse = [
|
|
1920
|
+
3,
|
|
1921
|
+
n0,
|
|
1922
|
+
_USAARp,
|
|
1923
|
+
0,
|
|
1924
|
+
[_sAA],
|
|
1925
|
+
[() => SourceApiAssociation],
|
|
1926
|
+
];
|
|
1927
|
+
export var UpdateTypeRequest = [3, n0, _UTR, 0, [_aI, _tN, _def, _f], [[0, 1], [0, 1], 0, 0]];
|
|
1928
|
+
export var UpdateTypeResponse = [3, n0, _UTRp, 0, [_ty], [() => Type]];
|
|
1929
|
+
export var UserPoolConfig = [3, n0, _UPC, 0, [_uPI, _aR, _dA, _aICR], [0, 0, 0, 0]];
|
|
1930
|
+
export var __Unit = "unit";
|
|
1931
|
+
export var AppSyncServiceException = [-3, _sm, "AppSyncServiceException", 0, [], []];
|
|
1932
|
+
TypeRegistry.for(_sm).registerError(AppSyncServiceException, __AppSyncServiceException);
|
|
1933
|
+
export var AdditionalAuthenticationProviders = [
|
|
1934
|
+
1,
|
|
1935
|
+
n0,
|
|
1936
|
+
_AAPd,
|
|
1937
|
+
0,
|
|
1938
|
+
() => AdditionalAuthenticationProvider,
|
|
1939
|
+
];
|
|
1940
|
+
export var ApiKeys = [1, n0, _AKp, 0, () => ApiKey];
|
|
1941
|
+
export var Apis = [1, n0, _Ap, 0, () => Api];
|
|
1942
|
+
export var AuthModes = [1, n0, _AMu, 0, () => AuthMode];
|
|
1943
|
+
export var AuthProviders = [1, n0, _APu, 0, () => AuthProvider];
|
|
1944
|
+
export var CachingKeys = 64 | 0;
|
|
1945
|
+
export var ChannelNamespaces = [1, n0, _CNh, 0, () => ChannelNamespace];
|
|
1946
|
+
export var CodeErrors = [1, n0, _CEod, 0, () => CodeError];
|
|
1947
|
+
export var DataSourceIntrospectionModelFields = [
|
|
1948
|
+
1,
|
|
1949
|
+
n0,
|
|
1950
|
+
_DSIMFa,
|
|
1951
|
+
0,
|
|
1952
|
+
() => DataSourceIntrospectionModelField,
|
|
1953
|
+
];
|
|
1954
|
+
export var DataSourceIntrospectionModelFieldTypeValues = 64 | 0;
|
|
1955
|
+
export var DataSourceIntrospectionModelIndexes = [
|
|
1956
|
+
1,
|
|
1957
|
+
n0,
|
|
1958
|
+
_DSIMIa,
|
|
1959
|
+
0,
|
|
1960
|
+
() => DataSourceIntrospectionModelIndex,
|
|
1961
|
+
];
|
|
1962
|
+
export var DataSourceIntrospectionModelIndexFields = 64 | 0;
|
|
1963
|
+
export var DataSourceIntrospectionModels = [1, n0, _DSIMa, 0, () => DataSourceIntrospectionModel];
|
|
1964
|
+
export var DataSources = [1, n0, _DSa, 0, () => DataSource];
|
|
1965
|
+
export var DomainNameConfigs = [1, n0, _DNCo, 0, () => DomainNameConfig];
|
|
1966
|
+
export var Functions = [1, n0, _F, 0, () => FunctionConfiguration];
|
|
1967
|
+
export var FunctionsIds = 64 | 0;
|
|
1968
|
+
export var GraphqlApis = [1, n0, _GAr, 0, () => GraphqlApi];
|
|
1969
|
+
export var Logs = 64 | 0;
|
|
1970
|
+
export var Resolvers = [1, n0, _Re, 0, () => Resolver];
|
|
1971
|
+
export var SourceApiAssociationSummaryList = [1, n0, _SAASL, 0, () => SourceApiAssociationSummary];
|
|
1972
|
+
export var TagKeyList = 64 | 0;
|
|
1973
|
+
export var TypeList = [1, n0, _TL, 0, () => Type];
|
|
1974
|
+
export var EnvironmentVariableMap = 128 | 0;
|
|
1975
|
+
export var MapOfStringToString = 128 | 0;
|
|
1976
|
+
export var TagMap = 128 | 0;
|
|
1977
|
+
export var AssociateApi = [
|
|
1978
|
+
9,
|
|
1979
|
+
n0,
|
|
1980
|
+
_AAs,
|
|
1981
|
+
{
|
|
1982
|
+
[_h]: ["POST", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
1983
|
+
},
|
|
1984
|
+
() => AssociateApiRequest,
|
|
1985
|
+
() => AssociateApiResponse,
|
|
1986
|
+
];
|
|
1987
|
+
export var AssociateMergedGraphqlApi = [
|
|
1988
|
+
9,
|
|
1989
|
+
n0,
|
|
1990
|
+
_AMGA,
|
|
1991
|
+
{
|
|
1992
|
+
[_h]: ["POST", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations", 200],
|
|
1993
|
+
},
|
|
1994
|
+
() => AssociateMergedGraphqlApiRequest,
|
|
1995
|
+
() => AssociateMergedGraphqlApiResponse,
|
|
1996
|
+
];
|
|
1997
|
+
export var AssociateSourceGraphqlApi = [
|
|
1998
|
+
9,
|
|
1999
|
+
n0,
|
|
2000
|
+
_ASGA,
|
|
2001
|
+
{
|
|
2002
|
+
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations", 200],
|
|
2003
|
+
},
|
|
2004
|
+
() => AssociateSourceGraphqlApiRequest,
|
|
2005
|
+
() => AssociateSourceGraphqlApiResponse,
|
|
2006
|
+
];
|
|
2007
|
+
export var CreateApi = [
|
|
2008
|
+
9,
|
|
2009
|
+
n0,
|
|
2010
|
+
_CA,
|
|
2011
|
+
{
|
|
2012
|
+
[_h]: ["POST", "/v2/apis", 200],
|
|
2013
|
+
},
|
|
2014
|
+
() => CreateApiRequest,
|
|
2015
|
+
() => CreateApiResponse,
|
|
2016
|
+
];
|
|
2017
|
+
export var CreateApiCache = [
|
|
2018
|
+
9,
|
|
2019
|
+
n0,
|
|
2020
|
+
_CAC,
|
|
2021
|
+
{
|
|
2022
|
+
[_h]: ["POST", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2023
|
+
},
|
|
2024
|
+
() => CreateApiCacheRequest,
|
|
2025
|
+
() => CreateApiCacheResponse,
|
|
2026
|
+
];
|
|
2027
|
+
export var CreateApiKey = [
|
|
2028
|
+
9,
|
|
2029
|
+
n0,
|
|
2030
|
+
_CAK,
|
|
2031
|
+
{
|
|
2032
|
+
[_h]: ["POST", "/v1/apis/{apiId}/apikeys", 200],
|
|
2033
|
+
},
|
|
2034
|
+
() => CreateApiKeyRequest,
|
|
2035
|
+
() => CreateApiKeyResponse,
|
|
2036
|
+
];
|
|
2037
|
+
export var CreateChannelNamespace = [
|
|
2038
|
+
9,
|
|
2039
|
+
n0,
|
|
2040
|
+
_CCN,
|
|
2041
|
+
{
|
|
2042
|
+
[_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces", 200],
|
|
2043
|
+
},
|
|
2044
|
+
() => CreateChannelNamespaceRequest,
|
|
2045
|
+
() => CreateChannelNamespaceResponse,
|
|
2046
|
+
];
|
|
2047
|
+
export var CreateDataSource = [
|
|
2048
|
+
9,
|
|
2049
|
+
n0,
|
|
2050
|
+
_CDS,
|
|
2051
|
+
{
|
|
2052
|
+
[_h]: ["POST", "/v1/apis/{apiId}/datasources", 200],
|
|
2053
|
+
},
|
|
2054
|
+
() => CreateDataSourceRequest,
|
|
2055
|
+
() => CreateDataSourceResponse,
|
|
2056
|
+
];
|
|
2057
|
+
export var CreateDomainName = [
|
|
2058
|
+
9,
|
|
2059
|
+
n0,
|
|
2060
|
+
_CDN,
|
|
2061
|
+
{
|
|
2062
|
+
[_h]: ["POST", "/v1/domainnames", 200],
|
|
2063
|
+
},
|
|
2064
|
+
() => CreateDomainNameRequest,
|
|
2065
|
+
() => CreateDomainNameResponse,
|
|
2066
|
+
];
|
|
2067
|
+
export var CreateFunction = [
|
|
2068
|
+
9,
|
|
2069
|
+
n0,
|
|
2070
|
+
_CF,
|
|
2071
|
+
{
|
|
2072
|
+
[_h]: ["POST", "/v1/apis/{apiId}/functions", 200],
|
|
2073
|
+
},
|
|
2074
|
+
() => CreateFunctionRequest,
|
|
2075
|
+
() => CreateFunctionResponse,
|
|
2076
|
+
];
|
|
2077
|
+
export var CreateGraphqlApi = [
|
|
2078
|
+
9,
|
|
2079
|
+
n0,
|
|
2080
|
+
_CGA,
|
|
2081
|
+
{
|
|
2082
|
+
[_h]: ["POST", "/v1/apis", 200],
|
|
2083
|
+
},
|
|
2084
|
+
() => CreateGraphqlApiRequest,
|
|
2085
|
+
() => CreateGraphqlApiResponse,
|
|
2086
|
+
];
|
|
2087
|
+
export var CreateResolver = [
|
|
2088
|
+
9,
|
|
2089
|
+
n0,
|
|
2090
|
+
_CR,
|
|
2091
|
+
{
|
|
2092
|
+
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200],
|
|
2093
|
+
},
|
|
2094
|
+
() => CreateResolverRequest,
|
|
2095
|
+
() => CreateResolverResponse,
|
|
2096
|
+
];
|
|
2097
|
+
export var CreateType = [
|
|
2098
|
+
9,
|
|
2099
|
+
n0,
|
|
2100
|
+
_CT,
|
|
2101
|
+
{
|
|
2102
|
+
[_h]: ["POST", "/v1/apis/{apiId}/types", 200],
|
|
2103
|
+
},
|
|
2104
|
+
() => CreateTypeRequest,
|
|
2105
|
+
() => CreateTypeResponse,
|
|
2106
|
+
];
|
|
2107
|
+
export var DeleteApi = [
|
|
2108
|
+
9,
|
|
2109
|
+
n0,
|
|
2110
|
+
_DA,
|
|
2111
|
+
{
|
|
2112
|
+
[_h]: ["DELETE", "/v2/apis/{apiId}", 200],
|
|
2113
|
+
},
|
|
2114
|
+
() => DeleteApiRequest,
|
|
2115
|
+
() => DeleteApiResponse,
|
|
2116
|
+
];
|
|
2117
|
+
export var DeleteApiCache = [
|
|
2118
|
+
9,
|
|
2119
|
+
n0,
|
|
2120
|
+
_DAC,
|
|
2121
|
+
{
|
|
2122
|
+
[_h]: ["DELETE", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2123
|
+
},
|
|
2124
|
+
() => DeleteApiCacheRequest,
|
|
2125
|
+
() => DeleteApiCacheResponse,
|
|
2126
|
+
];
|
|
2127
|
+
export var DeleteApiKey = [
|
|
2128
|
+
9,
|
|
2129
|
+
n0,
|
|
2130
|
+
_DAK,
|
|
2131
|
+
{
|
|
2132
|
+
[_h]: ["DELETE", "/v1/apis/{apiId}/apikeys/{id}", 200],
|
|
2133
|
+
},
|
|
2134
|
+
() => DeleteApiKeyRequest,
|
|
2135
|
+
() => DeleteApiKeyResponse,
|
|
2136
|
+
];
|
|
2137
|
+
export var DeleteChannelNamespace = [
|
|
2138
|
+
9,
|
|
2139
|
+
n0,
|
|
2140
|
+
_DCN,
|
|
2141
|
+
{
|
|
2142
|
+
[_h]: ["DELETE", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2143
|
+
},
|
|
2144
|
+
() => DeleteChannelNamespaceRequest,
|
|
2145
|
+
() => DeleteChannelNamespaceResponse,
|
|
2146
|
+
];
|
|
2147
|
+
export var DeleteDataSource = [
|
|
2148
|
+
9,
|
|
2149
|
+
n0,
|
|
2150
|
+
_DDS,
|
|
2151
|
+
{
|
|
2152
|
+
[_h]: ["DELETE", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2153
|
+
},
|
|
2154
|
+
() => DeleteDataSourceRequest,
|
|
2155
|
+
() => DeleteDataSourceResponse,
|
|
2156
|
+
];
|
|
2157
|
+
export var DeleteDomainName = [
|
|
2158
|
+
9,
|
|
2159
|
+
n0,
|
|
2160
|
+
_DDN,
|
|
2161
|
+
{
|
|
2162
|
+
[_h]: ["DELETE", "/v1/domainnames/{domainName}", 200],
|
|
2163
|
+
},
|
|
2164
|
+
() => DeleteDomainNameRequest,
|
|
2165
|
+
() => DeleteDomainNameResponse,
|
|
2166
|
+
];
|
|
2167
|
+
export var DeleteFunction = [
|
|
2168
|
+
9,
|
|
2169
|
+
n0,
|
|
2170
|
+
_DF,
|
|
2171
|
+
{
|
|
2172
|
+
[_h]: ["DELETE", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2173
|
+
},
|
|
2174
|
+
() => DeleteFunctionRequest,
|
|
2175
|
+
() => DeleteFunctionResponse,
|
|
2176
|
+
];
|
|
2177
|
+
export var DeleteGraphqlApi = [
|
|
2178
|
+
9,
|
|
2179
|
+
n0,
|
|
2180
|
+
_DGA,
|
|
2181
|
+
{
|
|
2182
|
+
[_h]: ["DELETE", "/v1/apis/{apiId}", 200],
|
|
2183
|
+
},
|
|
2184
|
+
() => DeleteGraphqlApiRequest,
|
|
2185
|
+
() => DeleteGraphqlApiResponse,
|
|
2186
|
+
];
|
|
2187
|
+
export var DeleteResolver = [
|
|
2188
|
+
9,
|
|
2189
|
+
n0,
|
|
2190
|
+
_DR,
|
|
2191
|
+
{
|
|
2192
|
+
[_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2193
|
+
},
|
|
2194
|
+
() => DeleteResolverRequest,
|
|
2195
|
+
() => DeleteResolverResponse,
|
|
2196
|
+
];
|
|
2197
|
+
export var DeleteType = [
|
|
2198
|
+
9,
|
|
2199
|
+
n0,
|
|
2200
|
+
_DT,
|
|
2201
|
+
{
|
|
2202
|
+
[_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2203
|
+
},
|
|
2204
|
+
() => DeleteTypeRequest,
|
|
2205
|
+
() => DeleteTypeResponse,
|
|
2206
|
+
];
|
|
2207
|
+
export var DisassociateApi = [
|
|
2208
|
+
9,
|
|
2209
|
+
n0,
|
|
2210
|
+
_DAi,
|
|
2211
|
+
{
|
|
2212
|
+
[_h]: ["DELETE", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
2213
|
+
},
|
|
2214
|
+
() => DisassociateApiRequest,
|
|
2215
|
+
() => DisassociateApiResponse,
|
|
2216
|
+
];
|
|
2217
|
+
export var DisassociateMergedGraphqlApi = [
|
|
2218
|
+
9,
|
|
2219
|
+
n0,
|
|
2220
|
+
_DMGA,
|
|
2221
|
+
{
|
|
2222
|
+
[_h]: ["DELETE", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}", 200],
|
|
2223
|
+
},
|
|
2224
|
+
() => DisassociateMergedGraphqlApiRequest,
|
|
2225
|
+
() => DisassociateMergedGraphqlApiResponse,
|
|
2226
|
+
];
|
|
2227
|
+
export var DisassociateSourceGraphqlApi = [
|
|
2228
|
+
9,
|
|
2229
|
+
n0,
|
|
2230
|
+
_DSGA,
|
|
2231
|
+
{
|
|
2232
|
+
[_h]: ["DELETE", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2233
|
+
},
|
|
2234
|
+
() => DisassociateSourceGraphqlApiRequest,
|
|
2235
|
+
() => DisassociateSourceGraphqlApiResponse,
|
|
2236
|
+
];
|
|
2237
|
+
export var EvaluateCode = [
|
|
2238
|
+
9,
|
|
2239
|
+
n0,
|
|
2240
|
+
_ECv,
|
|
2241
|
+
{
|
|
2242
|
+
[_h]: ["POST", "/v1/dataplane-evaluatecode", 200],
|
|
2243
|
+
},
|
|
2244
|
+
() => EvaluateCodeRequest,
|
|
2245
|
+
() => EvaluateCodeResponse,
|
|
2246
|
+
];
|
|
2247
|
+
export var EvaluateMappingTemplate = [
|
|
2248
|
+
9,
|
|
2249
|
+
n0,
|
|
2250
|
+
_EMT,
|
|
2251
|
+
{
|
|
2252
|
+
[_h]: ["POST", "/v1/dataplane-evaluatetemplate", 200],
|
|
2253
|
+
},
|
|
2254
|
+
() => EvaluateMappingTemplateRequest,
|
|
2255
|
+
() => EvaluateMappingTemplateResponse,
|
|
2256
|
+
];
|
|
2257
|
+
export var FlushApiCache = [
|
|
2258
|
+
9,
|
|
2259
|
+
n0,
|
|
2260
|
+
_FAC,
|
|
2261
|
+
{
|
|
2262
|
+
[_h]: ["DELETE", "/v1/apis/{apiId}/FlushCache", 200],
|
|
2263
|
+
},
|
|
2264
|
+
() => FlushApiCacheRequest,
|
|
2265
|
+
() => FlushApiCacheResponse,
|
|
2266
|
+
];
|
|
2267
|
+
export var GetApi = [
|
|
2268
|
+
9,
|
|
2269
|
+
n0,
|
|
2270
|
+
_GAe,
|
|
2271
|
+
{
|
|
2272
|
+
[_h]: ["GET", "/v2/apis/{apiId}", 200],
|
|
2273
|
+
},
|
|
2274
|
+
() => GetApiRequest,
|
|
2275
|
+
() => GetApiResponse,
|
|
2276
|
+
];
|
|
2277
|
+
export var GetApiAssociation = [
|
|
2278
|
+
9,
|
|
2279
|
+
n0,
|
|
2280
|
+
_GAA,
|
|
2281
|
+
{
|
|
2282
|
+
[_h]: ["GET", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
2283
|
+
},
|
|
2284
|
+
() => GetApiAssociationRequest,
|
|
2285
|
+
() => GetApiAssociationResponse,
|
|
2286
|
+
];
|
|
2287
|
+
export var GetApiCache = [
|
|
2288
|
+
9,
|
|
2289
|
+
n0,
|
|
2290
|
+
_GAC,
|
|
2291
|
+
{
|
|
2292
|
+
[_h]: ["GET", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2293
|
+
},
|
|
2294
|
+
() => GetApiCacheRequest,
|
|
2295
|
+
() => GetApiCacheResponse,
|
|
2296
|
+
];
|
|
2297
|
+
export var GetChannelNamespace = [
|
|
2298
|
+
9,
|
|
2299
|
+
n0,
|
|
2300
|
+
_GCN,
|
|
2301
|
+
{
|
|
2302
|
+
[_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2303
|
+
},
|
|
2304
|
+
() => GetChannelNamespaceRequest,
|
|
2305
|
+
() => GetChannelNamespaceResponse,
|
|
2306
|
+
];
|
|
2307
|
+
export var GetDataSource = [
|
|
2308
|
+
9,
|
|
2309
|
+
n0,
|
|
2310
|
+
_GDS,
|
|
2311
|
+
{
|
|
2312
|
+
[_h]: ["GET", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2313
|
+
},
|
|
2314
|
+
() => GetDataSourceRequest,
|
|
2315
|
+
() => GetDataSourceResponse,
|
|
2316
|
+
];
|
|
2317
|
+
export var GetDataSourceIntrospection = [
|
|
2318
|
+
9,
|
|
2319
|
+
n0,
|
|
2320
|
+
_GDSI,
|
|
2321
|
+
{
|
|
2322
|
+
[_h]: ["GET", "/v1/datasources/introspections/{introspectionId}", 200],
|
|
2323
|
+
},
|
|
2324
|
+
() => GetDataSourceIntrospectionRequest,
|
|
2325
|
+
() => GetDataSourceIntrospectionResponse,
|
|
2326
|
+
];
|
|
2327
|
+
export var GetDomainName = [
|
|
2328
|
+
9,
|
|
2329
|
+
n0,
|
|
2330
|
+
_GDN,
|
|
2331
|
+
{
|
|
2332
|
+
[_h]: ["GET", "/v1/domainnames/{domainName}", 200],
|
|
2333
|
+
},
|
|
2334
|
+
() => GetDomainNameRequest,
|
|
2335
|
+
() => GetDomainNameResponse,
|
|
2336
|
+
];
|
|
2337
|
+
export var GetFunction = [
|
|
2338
|
+
9,
|
|
2339
|
+
n0,
|
|
2340
|
+
_GF,
|
|
2341
|
+
{
|
|
2342
|
+
[_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2343
|
+
},
|
|
2344
|
+
() => GetFunctionRequest,
|
|
2345
|
+
() => GetFunctionResponse,
|
|
2346
|
+
];
|
|
2347
|
+
export var GetGraphqlApi = [
|
|
2348
|
+
9,
|
|
2349
|
+
n0,
|
|
2350
|
+
_GGA,
|
|
2351
|
+
{
|
|
2352
|
+
[_h]: ["GET", "/v1/apis/{apiId}", 200],
|
|
2353
|
+
},
|
|
2354
|
+
() => GetGraphqlApiRequest,
|
|
2355
|
+
() => GetGraphqlApiResponse,
|
|
2356
|
+
];
|
|
2357
|
+
export var GetGraphqlApiEnvironmentVariables = [
|
|
2358
|
+
9,
|
|
2359
|
+
n0,
|
|
2360
|
+
_GGAEV,
|
|
2361
|
+
{
|
|
2362
|
+
[_h]: ["GET", "/v1/apis/{apiId}/environmentVariables", 200],
|
|
2363
|
+
},
|
|
2364
|
+
() => GetGraphqlApiEnvironmentVariablesRequest,
|
|
2365
|
+
() => GetGraphqlApiEnvironmentVariablesResponse,
|
|
2366
|
+
];
|
|
2367
|
+
export var GetIntrospectionSchema = [
|
|
2368
|
+
9,
|
|
2369
|
+
n0,
|
|
2370
|
+
_GIS,
|
|
2371
|
+
{
|
|
2372
|
+
[_h]: ["GET", "/v1/apis/{apiId}/schema", 200],
|
|
2373
|
+
},
|
|
2374
|
+
() => GetIntrospectionSchemaRequest,
|
|
2375
|
+
() => GetIntrospectionSchemaResponse,
|
|
2376
|
+
];
|
|
2377
|
+
export var GetResolver = [
|
|
2378
|
+
9,
|
|
2379
|
+
n0,
|
|
2380
|
+
_GR,
|
|
2381
|
+
{
|
|
2382
|
+
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2383
|
+
},
|
|
2384
|
+
() => GetResolverRequest,
|
|
2385
|
+
() => GetResolverResponse,
|
|
2386
|
+
];
|
|
2387
|
+
export var GetSchemaCreationStatus = [
|
|
2388
|
+
9,
|
|
2389
|
+
n0,
|
|
2390
|
+
_GSCS,
|
|
2391
|
+
{
|
|
2392
|
+
[_h]: ["GET", "/v1/apis/{apiId}/schemacreation", 200],
|
|
2393
|
+
},
|
|
2394
|
+
() => GetSchemaCreationStatusRequest,
|
|
2395
|
+
() => GetSchemaCreationStatusResponse,
|
|
2396
|
+
];
|
|
2397
|
+
export var GetSourceApiAssociation = [
|
|
2398
|
+
9,
|
|
2399
|
+
n0,
|
|
2400
|
+
_GSAA,
|
|
2401
|
+
{
|
|
2402
|
+
[_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2403
|
+
},
|
|
2404
|
+
() => GetSourceApiAssociationRequest,
|
|
2405
|
+
() => GetSourceApiAssociationResponse,
|
|
2406
|
+
];
|
|
2407
|
+
export var GetType = [
|
|
2408
|
+
9,
|
|
2409
|
+
n0,
|
|
2410
|
+
_GT,
|
|
2411
|
+
{
|
|
2412
|
+
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2413
|
+
},
|
|
2414
|
+
() => GetTypeRequest,
|
|
2415
|
+
() => GetTypeResponse,
|
|
2416
|
+
];
|
|
2417
|
+
export var ListApiKeys = [
|
|
2418
|
+
9,
|
|
2419
|
+
n0,
|
|
2420
|
+
_LAK,
|
|
2421
|
+
{
|
|
2422
|
+
[_h]: ["GET", "/v1/apis/{apiId}/apikeys", 200],
|
|
2423
|
+
},
|
|
2424
|
+
() => ListApiKeysRequest,
|
|
2425
|
+
() => ListApiKeysResponse,
|
|
2426
|
+
];
|
|
2427
|
+
export var ListApis = [
|
|
2428
|
+
9,
|
|
2429
|
+
n0,
|
|
2430
|
+
_LA,
|
|
2431
|
+
{
|
|
2432
|
+
[_h]: ["GET", "/v2/apis", 200],
|
|
2433
|
+
},
|
|
2434
|
+
() => ListApisRequest,
|
|
2435
|
+
() => ListApisResponse,
|
|
2436
|
+
];
|
|
2437
|
+
export var ListChannelNamespaces = [
|
|
2438
|
+
9,
|
|
2439
|
+
n0,
|
|
2440
|
+
_LCN,
|
|
2441
|
+
{
|
|
2442
|
+
[_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces", 200],
|
|
2443
|
+
},
|
|
2444
|
+
() => ListChannelNamespacesRequest,
|
|
2445
|
+
() => ListChannelNamespacesResponse,
|
|
2446
|
+
];
|
|
2447
|
+
export var ListDataSources = [
|
|
2448
|
+
9,
|
|
2449
|
+
n0,
|
|
2450
|
+
_LDS,
|
|
2451
|
+
{
|
|
2452
|
+
[_h]: ["GET", "/v1/apis/{apiId}/datasources", 200],
|
|
2453
|
+
},
|
|
2454
|
+
() => ListDataSourcesRequest,
|
|
2455
|
+
() => ListDataSourcesResponse,
|
|
2456
|
+
];
|
|
2457
|
+
export var ListDomainNames = [
|
|
2458
|
+
9,
|
|
2459
|
+
n0,
|
|
2460
|
+
_LDN,
|
|
2461
|
+
{
|
|
2462
|
+
[_h]: ["GET", "/v1/domainnames", 200],
|
|
2463
|
+
},
|
|
2464
|
+
() => ListDomainNamesRequest,
|
|
2465
|
+
() => ListDomainNamesResponse,
|
|
2466
|
+
];
|
|
2467
|
+
export var ListFunctions = [
|
|
2468
|
+
9,
|
|
2469
|
+
n0,
|
|
2470
|
+
_LF,
|
|
2471
|
+
{
|
|
2472
|
+
[_h]: ["GET", "/v1/apis/{apiId}/functions", 200],
|
|
2473
|
+
},
|
|
2474
|
+
() => ListFunctionsRequest,
|
|
2475
|
+
() => ListFunctionsResponse,
|
|
2476
|
+
];
|
|
2477
|
+
export var ListGraphqlApis = [
|
|
2478
|
+
9,
|
|
2479
|
+
n0,
|
|
2480
|
+
_LGA,
|
|
2481
|
+
{
|
|
2482
|
+
[_h]: ["GET", "/v1/apis", 200],
|
|
2483
|
+
},
|
|
2484
|
+
() => ListGraphqlApisRequest,
|
|
2485
|
+
() => ListGraphqlApisResponse,
|
|
2486
|
+
];
|
|
2487
|
+
export var ListResolvers = [
|
|
2488
|
+
9,
|
|
2489
|
+
n0,
|
|
2490
|
+
_LR,
|
|
2491
|
+
{
|
|
2492
|
+
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200],
|
|
2493
|
+
},
|
|
2494
|
+
() => ListResolversRequest,
|
|
2495
|
+
() => ListResolversResponse,
|
|
2496
|
+
];
|
|
2497
|
+
export var ListResolversByFunction = [
|
|
2498
|
+
9,
|
|
2499
|
+
n0,
|
|
2500
|
+
_LRBF,
|
|
2501
|
+
{
|
|
2502
|
+
[_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}/resolvers", 200],
|
|
2503
|
+
},
|
|
2504
|
+
() => ListResolversByFunctionRequest,
|
|
2505
|
+
() => ListResolversByFunctionResponse,
|
|
2506
|
+
];
|
|
2507
|
+
export var ListSourceApiAssociations = [
|
|
2508
|
+
9,
|
|
2509
|
+
n0,
|
|
2510
|
+
_LSAA,
|
|
2511
|
+
{
|
|
2512
|
+
[_h]: ["GET", "/v1/apis/{apiId}/sourceApiAssociations", 200],
|
|
2513
|
+
},
|
|
2514
|
+
() => ListSourceApiAssociationsRequest,
|
|
2515
|
+
() => ListSourceApiAssociationsResponse,
|
|
2516
|
+
];
|
|
2517
|
+
export var ListTagsForResource = [
|
|
2518
|
+
9,
|
|
2519
|
+
n0,
|
|
2520
|
+
_LTFR,
|
|
2521
|
+
{
|
|
2522
|
+
[_h]: ["GET", "/v1/tags/{resourceArn}", 200],
|
|
2523
|
+
},
|
|
2524
|
+
() => ListTagsForResourceRequest,
|
|
2525
|
+
() => ListTagsForResourceResponse,
|
|
2526
|
+
];
|
|
2527
|
+
export var ListTypes = [
|
|
2528
|
+
9,
|
|
2529
|
+
n0,
|
|
2530
|
+
_LT,
|
|
2531
|
+
{
|
|
2532
|
+
[_h]: ["GET", "/v1/apis/{apiId}/types", 200],
|
|
2533
|
+
},
|
|
2534
|
+
() => ListTypesRequest,
|
|
2535
|
+
() => ListTypesResponse,
|
|
2536
|
+
];
|
|
2537
|
+
export var ListTypesByAssociation = [
|
|
2538
|
+
9,
|
|
2539
|
+
n0,
|
|
2540
|
+
_LTBA,
|
|
2541
|
+
{
|
|
2542
|
+
[_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types", 200],
|
|
2543
|
+
},
|
|
2544
|
+
() => ListTypesByAssociationRequest,
|
|
2545
|
+
() => ListTypesByAssociationResponse,
|
|
2546
|
+
];
|
|
2547
|
+
export var PutGraphqlApiEnvironmentVariables = [
|
|
2548
|
+
9,
|
|
2549
|
+
n0,
|
|
2550
|
+
_PGAEV,
|
|
2551
|
+
{
|
|
2552
|
+
[_h]: ["PUT", "/v1/apis/{apiId}/environmentVariables", 200],
|
|
2553
|
+
},
|
|
2554
|
+
() => PutGraphqlApiEnvironmentVariablesRequest,
|
|
2555
|
+
() => PutGraphqlApiEnvironmentVariablesResponse,
|
|
2556
|
+
];
|
|
2557
|
+
export var StartDataSourceIntrospection = [
|
|
2558
|
+
9,
|
|
2559
|
+
n0,
|
|
2560
|
+
_SDSI,
|
|
2561
|
+
{
|
|
2562
|
+
[_h]: ["POST", "/v1/datasources/introspections", 200],
|
|
2563
|
+
},
|
|
2564
|
+
() => StartDataSourceIntrospectionRequest,
|
|
2565
|
+
() => StartDataSourceIntrospectionResponse,
|
|
2566
|
+
];
|
|
2567
|
+
export var StartSchemaCreation = [
|
|
2568
|
+
9,
|
|
2569
|
+
n0,
|
|
2570
|
+
_SSC,
|
|
2571
|
+
{
|
|
2572
|
+
[_h]: ["POST", "/v1/apis/{apiId}/schemacreation", 200],
|
|
2573
|
+
},
|
|
2574
|
+
() => StartSchemaCreationRequest,
|
|
2575
|
+
() => StartSchemaCreationResponse,
|
|
2576
|
+
];
|
|
2577
|
+
export var StartSchemaMerge = [
|
|
2578
|
+
9,
|
|
2579
|
+
n0,
|
|
2580
|
+
_SSM,
|
|
2581
|
+
{
|
|
2582
|
+
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge", 200],
|
|
2583
|
+
},
|
|
2584
|
+
() => StartSchemaMergeRequest,
|
|
2585
|
+
() => StartSchemaMergeResponse,
|
|
2586
|
+
];
|
|
2587
|
+
export var TagResource = [
|
|
2588
|
+
9,
|
|
2589
|
+
n0,
|
|
2590
|
+
_TR,
|
|
2591
|
+
{
|
|
2592
|
+
[_h]: ["POST", "/v1/tags/{resourceArn}", 200],
|
|
2593
|
+
},
|
|
2594
|
+
() => TagResourceRequest,
|
|
2595
|
+
() => TagResourceResponse,
|
|
2596
|
+
];
|
|
2597
|
+
export var UntagResource = [
|
|
2598
|
+
9,
|
|
2599
|
+
n0,
|
|
2600
|
+
_UR,
|
|
2601
|
+
{
|
|
2602
|
+
[_h]: ["DELETE", "/v1/tags/{resourceArn}", 200],
|
|
2603
|
+
},
|
|
2604
|
+
() => UntagResourceRequest,
|
|
2605
|
+
() => UntagResourceResponse,
|
|
2606
|
+
];
|
|
2607
|
+
export var UpdateApi = [
|
|
2608
|
+
9,
|
|
2609
|
+
n0,
|
|
2610
|
+
_UA,
|
|
2611
|
+
{
|
|
2612
|
+
[_h]: ["POST", "/v2/apis/{apiId}", 200],
|
|
2613
|
+
},
|
|
2614
|
+
() => UpdateApiRequest,
|
|
2615
|
+
() => UpdateApiResponse,
|
|
2616
|
+
];
|
|
2617
|
+
export var UpdateApiCache = [
|
|
2618
|
+
9,
|
|
2619
|
+
n0,
|
|
2620
|
+
_UAC,
|
|
2621
|
+
{
|
|
2622
|
+
[_h]: ["POST", "/v1/apis/{apiId}/ApiCaches/update", 200],
|
|
2623
|
+
},
|
|
2624
|
+
() => UpdateApiCacheRequest,
|
|
2625
|
+
() => UpdateApiCacheResponse,
|
|
2626
|
+
];
|
|
2627
|
+
export var UpdateApiKey = [
|
|
2628
|
+
9,
|
|
2629
|
+
n0,
|
|
2630
|
+
_UAK,
|
|
2631
|
+
{
|
|
2632
|
+
[_h]: ["POST", "/v1/apis/{apiId}/apikeys/{id}", 200],
|
|
2633
|
+
},
|
|
2634
|
+
() => UpdateApiKeyRequest,
|
|
2635
|
+
() => UpdateApiKeyResponse,
|
|
2636
|
+
];
|
|
2637
|
+
export var UpdateChannelNamespace = [
|
|
2638
|
+
9,
|
|
2639
|
+
n0,
|
|
2640
|
+
_UCN,
|
|
2641
|
+
{
|
|
2642
|
+
[_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2643
|
+
},
|
|
2644
|
+
() => UpdateChannelNamespaceRequest,
|
|
2645
|
+
() => UpdateChannelNamespaceResponse,
|
|
2646
|
+
];
|
|
2647
|
+
export var UpdateDataSource = [
|
|
2648
|
+
9,
|
|
2649
|
+
n0,
|
|
2650
|
+
_UDS,
|
|
2651
|
+
{
|
|
2652
|
+
[_h]: ["POST", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2653
|
+
},
|
|
2654
|
+
() => UpdateDataSourceRequest,
|
|
2655
|
+
() => UpdateDataSourceResponse,
|
|
2656
|
+
];
|
|
2657
|
+
export var UpdateDomainName = [
|
|
2658
|
+
9,
|
|
2659
|
+
n0,
|
|
2660
|
+
_UDN,
|
|
2661
|
+
{
|
|
2662
|
+
[_h]: ["POST", "/v1/domainnames/{domainName}", 200],
|
|
2663
|
+
},
|
|
2664
|
+
() => UpdateDomainNameRequest,
|
|
2665
|
+
() => UpdateDomainNameResponse,
|
|
2666
|
+
];
|
|
2667
|
+
export var UpdateFunction = [
|
|
2668
|
+
9,
|
|
2669
|
+
n0,
|
|
2670
|
+
_UF,
|
|
2671
|
+
{
|
|
2672
|
+
[_h]: ["POST", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2673
|
+
},
|
|
2674
|
+
() => UpdateFunctionRequest,
|
|
2675
|
+
() => UpdateFunctionResponse,
|
|
2676
|
+
];
|
|
2677
|
+
export var UpdateGraphqlApi = [
|
|
2678
|
+
9,
|
|
2679
|
+
n0,
|
|
2680
|
+
_UGA,
|
|
2681
|
+
{
|
|
2682
|
+
[_h]: ["POST", "/v1/apis/{apiId}", 200],
|
|
2683
|
+
},
|
|
2684
|
+
() => UpdateGraphqlApiRequest,
|
|
2685
|
+
() => UpdateGraphqlApiResponse,
|
|
2686
|
+
];
|
|
2687
|
+
export var UpdateResolver = [
|
|
2688
|
+
9,
|
|
2689
|
+
n0,
|
|
2690
|
+
_URp,
|
|
2691
|
+
{
|
|
2692
|
+
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2693
|
+
},
|
|
2694
|
+
() => UpdateResolverRequest,
|
|
2695
|
+
() => UpdateResolverResponse,
|
|
2696
|
+
];
|
|
2697
|
+
export var UpdateSourceApiAssociation = [
|
|
2698
|
+
9,
|
|
2699
|
+
n0,
|
|
2700
|
+
_USAA,
|
|
2701
|
+
{
|
|
2702
|
+
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2703
|
+
},
|
|
2704
|
+
() => UpdateSourceApiAssociationRequest,
|
|
2705
|
+
() => UpdateSourceApiAssociationResponse,
|
|
2706
|
+
];
|
|
2707
|
+
export var UpdateType = [
|
|
2708
|
+
9,
|
|
2709
|
+
n0,
|
|
2710
|
+
_UT,
|
|
2711
|
+
{
|
|
2712
|
+
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2713
|
+
},
|
|
2714
|
+
() => UpdateTypeRequest,
|
|
2715
|
+
() => UpdateTypeResponse,
|
|
2716
|
+
];
|