@aws-sdk/client-appsync 3.943.0 → 3.946.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 +122 -561
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/AppSyncClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +122 -561
- package/dist-types/AppSync.d.ts +1 -1
- package/dist-types/AppSyncClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateApiCommand.d.ts +3 -3
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +3 -3
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +3 -3
- package/dist-types/commands/CreateApiCacheCommand.d.ts +3 -3
- package/dist-types/commands/CreateApiCommand.d.ts +3 -3
- package/dist-types/commands/CreateApiKeyCommand.d.ts +3 -3
- package/dist-types/commands/CreateChannelNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateDomainNameCommand.d.ts +3 -3
- package/dist-types/commands/CreateFunctionCommand.d.ts +3 -3
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +3 -3
- package/dist-types/commands/CreateResolverCommand.d.ts +3 -3
- package/dist-types/commands/CreateTypeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApiCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteChannelNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResolverCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTypeCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateApiCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +3 -3
- package/dist-types/commands/EvaluateCodeCommand.d.ts +3 -3
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +3 -3
- package/dist-types/commands/FlushApiCacheCommand.d.ts +3 -3
- package/dist-types/commands/GetApiAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetApiCacheCommand.d.ts +3 -3
- package/dist-types/commands/GetApiCommand.d.ts +3 -3
- package/dist-types/commands/GetChannelNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/GetDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +3 -3
- package/dist-types/commands/GetDomainNameCommand.d.ts +3 -3
- package/dist-types/commands/GetFunctionCommand.d.ts +3 -3
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +3 -3
- package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +3 -3
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +3 -3
- package/dist-types/commands/GetResolverCommand.d.ts +3 -3
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetTypeCommand.d.ts +3 -3
- package/dist-types/commands/ListApiKeysCommand.d.ts +3 -3
- package/dist-types/commands/ListApisCommand.d.ts +3 -3
- package/dist-types/commands/ListChannelNamespacesCommand.d.ts +3 -3
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -3
- package/dist-types/commands/ListFunctionsCommand.d.ts +3 -3
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +3 -3
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +3 -3
- package/dist-types/commands/ListResolversCommand.d.ts +3 -3
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +3 -3
- package/dist-types/commands/ListTypesCommand.d.ts +3 -3
- package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +3 -3
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +3 -3
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +3 -3
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApiCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +3 -3
- package/dist-types/commands/UpdateChannelNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +3 -3
- package/dist-types/commands/UpdateResolverCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTypeCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/AppSyncServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListApiKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainNamesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGraphqlApisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolversByFunctionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResolversPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSourceApiAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTypesByAssociationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/AppSyncClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -524,17 +524,7 @@ const n0 = "com.amazonaws.appsync";
|
|
|
524
524
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
525
525
|
import { AppSyncServiceException as __AppSyncServiceException } from "../models/AppSyncServiceException";
|
|
526
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/errors";
|
|
527
|
-
export var AccessDeniedException = [
|
|
528
|
-
-3,
|
|
529
|
-
n0,
|
|
530
|
-
_ADE,
|
|
531
|
-
{
|
|
532
|
-
[_e]: _c,
|
|
533
|
-
[_hE]: 403,
|
|
534
|
-
},
|
|
535
|
-
[_m],
|
|
536
|
-
[0],
|
|
537
|
-
];
|
|
527
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
538
528
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
539
529
|
export var AdditionalAuthenticationProvider = [
|
|
540
530
|
3,
|
|
@@ -562,41 +552,18 @@ export var ApiCache = [
|
|
|
562
552
|
[1, 0, 2, 2, 0, 0, 0],
|
|
563
553
|
];
|
|
564
554
|
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
|
-
];
|
|
555
|
+
export var ApiKeyLimitExceededException = [-3, n0, _AKLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
576
556
|
TypeRegistry.for(n0).registerError(ApiKeyLimitExceededException, __ApiKeyLimitExceededException);
|
|
577
557
|
export var ApiKeyValidityOutOfBoundsException = [
|
|
578
558
|
-3,
|
|
579
559
|
n0,
|
|
580
560
|
_AKVOOBE,
|
|
581
|
-
{
|
|
582
|
-
[_e]: _c,
|
|
583
|
-
[_hE]: 400,
|
|
584
|
-
},
|
|
561
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
585
562
|
[_m],
|
|
586
563
|
[0],
|
|
587
564
|
];
|
|
588
565
|
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
|
-
];
|
|
566
|
+
export var ApiLimitExceededException = [-3, n0, _ALEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
600
567
|
TypeRegistry.for(n0).registerError(ApiLimitExceededException, __ApiLimitExceededException);
|
|
601
568
|
export var AppSyncRuntime = [3, n0, _ASR, 0, [_n, _rV], [0, 0]];
|
|
602
569
|
export var AssociateApiRequest = [3, n0, _AAR, 0, [_dN, _aI], [[0, 1], 0]];
|
|
@@ -649,10 +616,7 @@ export var BadRequestException = [
|
|
|
649
616
|
-3,
|
|
650
617
|
n0,
|
|
651
618
|
_BRE,
|
|
652
|
-
{
|
|
653
|
-
[_e]: _c,
|
|
654
|
-
[_hE]: 400,
|
|
655
|
-
},
|
|
619
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
656
620
|
[_m, _r, _det],
|
|
657
621
|
[0, 0, () => BadRequestDetail],
|
|
658
622
|
];
|
|
@@ -670,29 +634,9 @@ export var CodeError = [3, n0, _CE, 0, [_eT, _v, _l], [0, 0, () => CodeErrorLoca
|
|
|
670
634
|
export var CodeErrorLocation = [3, n0, _CEL, 0, [_li, _co, _sp], [1, 1, 1]];
|
|
671
635
|
export var CognitoConfig = [3, n0, _CCo, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
672
636
|
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
|
-
];
|
|
637
|
+
export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
684
638
|
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
|
-
];
|
|
639
|
+
export var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
696
640
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
697
641
|
export var CreateApiCacheRequest = [
|
|
698
642
|
3,
|
|
@@ -1070,24 +1014,9 @@ export var GetDataSourceIntrospectionRequest = [
|
|
|
1070
1014
|
[_iI, _iMSDL, _nT, _mR],
|
|
1071
1015
|
[
|
|
1072
1016
|
[0, 1],
|
|
1073
|
-
[
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
[_hQ]: _iMSDL,
|
|
1077
|
-
},
|
|
1078
|
-
],
|
|
1079
|
-
[
|
|
1080
|
-
0,
|
|
1081
|
-
{
|
|
1082
|
-
[_hQ]: _nT,
|
|
1083
|
-
},
|
|
1084
|
-
],
|
|
1085
|
-
[
|
|
1086
|
-
1,
|
|
1087
|
-
{
|
|
1088
|
-
[_hQ]: _mR,
|
|
1089
|
-
},
|
|
1090
|
-
],
|
|
1017
|
+
[2, { [_hQ]: _iMSDL }],
|
|
1018
|
+
[0, { [_hQ]: _nT }],
|
|
1019
|
+
[1, { [_hQ]: _mR }],
|
|
1091
1020
|
],
|
|
1092
1021
|
];
|
|
1093
1022
|
export var GetDataSourceIntrospectionResponse = [
|
|
@@ -1136,18 +1065,8 @@ export var GetIntrospectionSchemaRequest = [
|
|
|
1136
1065
|
[_aI, _f, _iD],
|
|
1137
1066
|
[
|
|
1138
1067
|
[0, 1],
|
|
1139
|
-
[
|
|
1140
|
-
|
|
1141
|
-
{
|
|
1142
|
-
[_hQ]: _f,
|
|
1143
|
-
},
|
|
1144
|
-
],
|
|
1145
|
-
[
|
|
1146
|
-
2,
|
|
1147
|
-
{
|
|
1148
|
-
[_hQ]: _iD,
|
|
1149
|
-
},
|
|
1150
|
-
],
|
|
1068
|
+
[0, { [_hQ]: _f }],
|
|
1069
|
+
[2, { [_hQ]: _iD }],
|
|
1151
1070
|
],
|
|
1152
1071
|
];
|
|
1153
1072
|
export var GetIntrospectionSchemaResponse = [3, n0, _GISRe, 0, [_sc], [[21, 16]]];
|
|
@@ -1194,12 +1113,7 @@ export var GetTypeRequest = [
|
|
|
1194
1113
|
[
|
|
1195
1114
|
[0, 1],
|
|
1196
1115
|
[0, 1],
|
|
1197
|
-
[
|
|
1198
|
-
0,
|
|
1199
|
-
{
|
|
1200
|
-
[_hQ]: _f,
|
|
1201
|
-
},
|
|
1202
|
-
],
|
|
1116
|
+
[0, { [_hQ]: _f }],
|
|
1203
1117
|
],
|
|
1204
1118
|
];
|
|
1205
1119
|
export var GetTypeResponse = [3, n0, _GTRe, 0, [_ty], [() => Type]];
|
|
@@ -1259,17 +1173,7 @@ export var GraphqlApi = [
|
|
|
1259
1173
|
() => EnhancedMetricsConfig,
|
|
1260
1174
|
],
|
|
1261
1175
|
];
|
|
1262
|
-
export var GraphQLSchemaException = [
|
|
1263
|
-
-3,
|
|
1264
|
-
n0,
|
|
1265
|
-
_GQLSE,
|
|
1266
|
-
{
|
|
1267
|
-
[_e]: _c,
|
|
1268
|
-
[_hE]: 400,
|
|
1269
|
-
},
|
|
1270
|
-
[_m],
|
|
1271
|
-
[0],
|
|
1272
|
-
];
|
|
1176
|
+
export var GraphQLSchemaException = [-3, n0, _GQLSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1273
1177
|
TypeRegistry.for(n0).registerError(GraphQLSchemaException, __GraphQLSchemaException);
|
|
1274
1178
|
export var HandlerConfig = [3, n0, _HC, 0, [_b, _int], [0, () => Integration]];
|
|
1275
1179
|
export var HandlerConfigs = [
|
|
@@ -1282,33 +1186,13 @@ export var HandlerConfigs = [
|
|
|
1282
1186
|
];
|
|
1283
1187
|
export var HttpDataSourceConfig = [3, n0, _HDSC, 0, [_en, _aCu], [0, () => AuthorizationConfig]];
|
|
1284
1188
|
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
|
-
];
|
|
1189
|
+
export var InternalFailureException = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
1296
1190
|
TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
|
|
1297
1191
|
export var LambdaAuthorizerConfig = [3, n0, _LAC, 0, [_aRTIS, _aU, _iVE], [1, 0, 0]];
|
|
1298
1192
|
export var LambdaConfig = [3, n0, _LC, 0, [_iT], [0]];
|
|
1299
1193
|
export var LambdaConflictHandlerConfig = [3, n0, _LCHC, 0, [_lCHA], [0]];
|
|
1300
1194
|
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
|
-
];
|
|
1195
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
1312
1196
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
1313
1197
|
export var ListApiKeysRequest = [
|
|
1314
1198
|
3,
|
|
@@ -1318,18 +1202,8 @@ export var ListApiKeysRequest = [
|
|
|
1318
1202
|
[_aI, _nT, _mR],
|
|
1319
1203
|
[
|
|
1320
1204
|
[0, 1],
|
|
1321
|
-
[
|
|
1322
|
-
|
|
1323
|
-
{
|
|
1324
|
-
[_hQ]: _nT,
|
|
1325
|
-
},
|
|
1326
|
-
],
|
|
1327
|
-
[
|
|
1328
|
-
1,
|
|
1329
|
-
{
|
|
1330
|
-
[_hQ]: _mR,
|
|
1331
|
-
},
|
|
1332
|
-
],
|
|
1205
|
+
[0, { [_hQ]: _nT }],
|
|
1206
|
+
[1, { [_hQ]: _mR }],
|
|
1333
1207
|
],
|
|
1334
1208
|
];
|
|
1335
1209
|
export var ListApiKeysResponse = [3, n0, _LAKRi, 0, [_aKp, _nT], [() => ApiKeys, 0]];
|
|
@@ -1340,18 +1214,8 @@ export var ListApisRequest = [
|
|
|
1340
1214
|
0,
|
|
1341
1215
|
[_nT, _mR],
|
|
1342
1216
|
[
|
|
1343
|
-
[
|
|
1344
|
-
|
|
1345
|
-
{
|
|
1346
|
-
[_hQ]: _nT,
|
|
1347
|
-
},
|
|
1348
|
-
],
|
|
1349
|
-
[
|
|
1350
|
-
1,
|
|
1351
|
-
{
|
|
1352
|
-
[_hQ]: _mR,
|
|
1353
|
-
},
|
|
1354
|
-
],
|
|
1217
|
+
[0, { [_hQ]: _nT }],
|
|
1218
|
+
[1, { [_hQ]: _mR }],
|
|
1355
1219
|
],
|
|
1356
1220
|
];
|
|
1357
1221
|
export var ListApisResponse = [3, n0, _LARi, 0, [_ap, _nT], [() => Apis, 0]];
|
|
@@ -1363,18 +1227,8 @@ export var ListChannelNamespacesRequest = [
|
|
|
1363
1227
|
[_aI, _nT, _mR],
|
|
1364
1228
|
[
|
|
1365
1229
|
[0, 1],
|
|
1366
|
-
[
|
|
1367
|
-
|
|
1368
|
-
{
|
|
1369
|
-
[_hQ]: _nT,
|
|
1370
|
-
},
|
|
1371
|
-
],
|
|
1372
|
-
[
|
|
1373
|
-
1,
|
|
1374
|
-
{
|
|
1375
|
-
[_hQ]: _mR,
|
|
1376
|
-
},
|
|
1377
|
-
],
|
|
1230
|
+
[0, { [_hQ]: _nT }],
|
|
1231
|
+
[1, { [_hQ]: _mR }],
|
|
1378
1232
|
],
|
|
1379
1233
|
];
|
|
1380
1234
|
export var ListChannelNamespacesResponse = [
|
|
@@ -1393,18 +1247,8 @@ export var ListDataSourcesRequest = [
|
|
|
1393
1247
|
[_aI, _nT, _mR],
|
|
1394
1248
|
[
|
|
1395
1249
|
[0, 1],
|
|
1396
|
-
[
|
|
1397
|
-
|
|
1398
|
-
{
|
|
1399
|
-
[_hQ]: _nT,
|
|
1400
|
-
},
|
|
1401
|
-
],
|
|
1402
|
-
[
|
|
1403
|
-
1,
|
|
1404
|
-
{
|
|
1405
|
-
[_hQ]: _mR,
|
|
1406
|
-
},
|
|
1407
|
-
],
|
|
1250
|
+
[0, { [_hQ]: _nT }],
|
|
1251
|
+
[1, { [_hQ]: _mR }],
|
|
1408
1252
|
],
|
|
1409
1253
|
];
|
|
1410
1254
|
export var ListDataSourcesResponse = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
|
|
@@ -1415,18 +1259,8 @@ export var ListDomainNamesRequest = [
|
|
|
1415
1259
|
0,
|
|
1416
1260
|
[_nT, _mR],
|
|
1417
1261
|
[
|
|
1418
|
-
[
|
|
1419
|
-
|
|
1420
|
-
{
|
|
1421
|
-
[_hQ]: _nT,
|
|
1422
|
-
},
|
|
1423
|
-
],
|
|
1424
|
-
[
|
|
1425
|
-
1,
|
|
1426
|
-
{
|
|
1427
|
-
[_hQ]: _mR,
|
|
1428
|
-
},
|
|
1429
|
-
],
|
|
1262
|
+
[0, { [_hQ]: _nT }],
|
|
1263
|
+
[1, { [_hQ]: _mR }],
|
|
1430
1264
|
],
|
|
1431
1265
|
];
|
|
1432
1266
|
export var ListDomainNamesResponse = [
|
|
@@ -1445,18 +1279,8 @@ export var ListFunctionsRequest = [
|
|
|
1445
1279
|
[_aI, _nT, _mR],
|
|
1446
1280
|
[
|
|
1447
1281
|
[0, 1],
|
|
1448
|
-
[
|
|
1449
|
-
|
|
1450
|
-
{
|
|
1451
|
-
[_hQ]: _nT,
|
|
1452
|
-
},
|
|
1453
|
-
],
|
|
1454
|
-
[
|
|
1455
|
-
1,
|
|
1456
|
-
{
|
|
1457
|
-
[_hQ]: _mR,
|
|
1458
|
-
},
|
|
1459
|
-
],
|
|
1282
|
+
[0, { [_hQ]: _nT }],
|
|
1283
|
+
[1, { [_hQ]: _mR }],
|
|
1460
1284
|
],
|
|
1461
1285
|
];
|
|
1462
1286
|
export var ListFunctionsResponse = [3, n0, _LFRi, 0, [_fun, _nT], [() => Functions, 0]];
|
|
@@ -1467,30 +1291,10 @@ export var ListGraphqlApisRequest = [
|
|
|
1467
1291
|
0,
|
|
1468
1292
|
[_nT, _mR, _aTp, _o],
|
|
1469
1293
|
[
|
|
1470
|
-
[
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
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
|
-
],
|
|
1294
|
+
[0, { [_hQ]: _nT }],
|
|
1295
|
+
[1, { [_hQ]: _mR }],
|
|
1296
|
+
[0, { [_hQ]: _aTp }],
|
|
1297
|
+
[0, { [_hQ]: _o }],
|
|
1494
1298
|
],
|
|
1495
1299
|
];
|
|
1496
1300
|
export var ListGraphqlApisResponse = [3, n0, _LGARi, 0, [_gAr, _nT], [() => GraphqlApis, 0]];
|
|
@@ -1503,18 +1307,8 @@ export var ListResolversByFunctionRequest = [
|
|
|
1503
1307
|
[
|
|
1504
1308
|
[0, 1],
|
|
1505
1309
|
[0, 1],
|
|
1506
|
-
[
|
|
1507
|
-
|
|
1508
|
-
{
|
|
1509
|
-
[_hQ]: _nT,
|
|
1510
|
-
},
|
|
1511
|
-
],
|
|
1512
|
-
[
|
|
1513
|
-
1,
|
|
1514
|
-
{
|
|
1515
|
-
[_hQ]: _mR,
|
|
1516
|
-
},
|
|
1517
|
-
],
|
|
1310
|
+
[0, { [_hQ]: _nT }],
|
|
1311
|
+
[1, { [_hQ]: _mR }],
|
|
1518
1312
|
],
|
|
1519
1313
|
];
|
|
1520
1314
|
export var ListResolversByFunctionResponse = [
|
|
@@ -1534,18 +1328,8 @@ export var ListResolversRequest = [
|
|
|
1534
1328
|
[
|
|
1535
1329
|
[0, 1],
|
|
1536
1330
|
[0, 1],
|
|
1537
|
-
[
|
|
1538
|
-
|
|
1539
|
-
{
|
|
1540
|
-
[_hQ]: _nT,
|
|
1541
|
-
},
|
|
1542
|
-
],
|
|
1543
|
-
[
|
|
1544
|
-
1,
|
|
1545
|
-
{
|
|
1546
|
-
[_hQ]: _mR,
|
|
1547
|
-
},
|
|
1548
|
-
],
|
|
1331
|
+
[0, { [_hQ]: _nT }],
|
|
1332
|
+
[1, { [_hQ]: _mR }],
|
|
1549
1333
|
],
|
|
1550
1334
|
];
|
|
1551
1335
|
export var ListResolversResponse = [3, n0, _LRRi, 0, [_res, _nT], [() => Resolvers, 0]];
|
|
@@ -1557,18 +1341,8 @@ export var ListSourceApiAssociationsRequest = [
|
|
|
1557
1341
|
[_aI, _nT, _mR],
|
|
1558
1342
|
[
|
|
1559
1343
|
[0, 1],
|
|
1560
|
-
[
|
|
1561
|
-
|
|
1562
|
-
{
|
|
1563
|
-
[_hQ]: _nT,
|
|
1564
|
-
},
|
|
1565
|
-
],
|
|
1566
|
-
[
|
|
1567
|
-
1,
|
|
1568
|
-
{
|
|
1569
|
-
[_hQ]: _mR,
|
|
1570
|
-
},
|
|
1571
|
-
],
|
|
1344
|
+
[0, { [_hQ]: _nT }],
|
|
1345
|
+
[1, { [_hQ]: _mR }],
|
|
1572
1346
|
],
|
|
1573
1347
|
];
|
|
1574
1348
|
export var ListSourceApiAssociationsResponse = [
|
|
@@ -1590,24 +1364,9 @@ export var ListTypesByAssociationRequest = [
|
|
|
1590
1364
|
[
|
|
1591
1365
|
[0, 1],
|
|
1592
1366
|
[0, 1],
|
|
1593
|
-
[
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
[_hQ]: _f,
|
|
1597
|
-
},
|
|
1598
|
-
],
|
|
1599
|
-
[
|
|
1600
|
-
0,
|
|
1601
|
-
{
|
|
1602
|
-
[_hQ]: _nT,
|
|
1603
|
-
},
|
|
1604
|
-
],
|
|
1605
|
-
[
|
|
1606
|
-
1,
|
|
1607
|
-
{
|
|
1608
|
-
[_hQ]: _mR,
|
|
1609
|
-
},
|
|
1610
|
-
],
|
|
1367
|
+
[0, { [_hQ]: _f }],
|
|
1368
|
+
[0, { [_hQ]: _nT }],
|
|
1369
|
+
[1, { [_hQ]: _mR }],
|
|
1611
1370
|
],
|
|
1612
1371
|
];
|
|
1613
1372
|
export var ListTypesByAssociationResponse = [
|
|
@@ -1626,39 +1385,14 @@ export var ListTypesRequest = [
|
|
|
1626
1385
|
[_aI, _f, _nT, _mR],
|
|
1627
1386
|
[
|
|
1628
1387
|
[0, 1],
|
|
1629
|
-
[
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
[_hQ]: _f,
|
|
1633
|
-
},
|
|
1634
|
-
],
|
|
1635
|
-
[
|
|
1636
|
-
0,
|
|
1637
|
-
{
|
|
1638
|
-
[_hQ]: _nT,
|
|
1639
|
-
},
|
|
1640
|
-
],
|
|
1641
|
-
[
|
|
1642
|
-
1,
|
|
1643
|
-
{
|
|
1644
|
-
[_hQ]: _mR,
|
|
1645
|
-
},
|
|
1646
|
-
],
|
|
1388
|
+
[0, { [_hQ]: _f }],
|
|
1389
|
+
[0, { [_hQ]: _nT }],
|
|
1390
|
+
[1, { [_hQ]: _mR }],
|
|
1647
1391
|
],
|
|
1648
1392
|
];
|
|
1649
1393
|
export var ListTypesResponse = [3, n0, _LTRi, 0, [_typ, _nT], [() => TypeList, 0]];
|
|
1650
1394
|
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
|
-
];
|
|
1395
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1662
1396
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
1663
1397
|
export var OpenIDConnectConfig = [3, n0, _OIDCC, 0, [_is, _cI, _iTTL, _aTTL], [0, 0, 1, 1]];
|
|
1664
1398
|
export var OpenSearchServiceDataSourceConfig = [3, n0, _OSSDSC, 0, [_en, _aR], [0, 0]];
|
|
@@ -1697,17 +1431,7 @@ export var Resolver = [
|
|
|
1697
1431
|
[_tN, _fN, _dSN, _rAe, _rMT, _rMTe, _k, _pC, _sC, _cCa, _mBS, _ru, _cod, _mC],
|
|
1698
1432
|
[0, 0, 0, 0, 0, 0, 0, () => PipelineConfig, () => SyncConfig, () => CachingConfig, 1, () => AppSyncRuntime, 0, 0],
|
|
1699
1433
|
];
|
|
1700
|
-
export var ServiceQuotaExceededException = [
|
|
1701
|
-
-3,
|
|
1702
|
-
n0,
|
|
1703
|
-
_SQEE,
|
|
1704
|
-
{
|
|
1705
|
-
[_e]: _c,
|
|
1706
|
-
[_hE]: 402,
|
|
1707
|
-
},
|
|
1708
|
-
[_m],
|
|
1709
|
-
[0],
|
|
1710
|
-
];
|
|
1434
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1711
1435
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1712
1436
|
export var SourceApiAssociation = [
|
|
1713
1437
|
3,
|
|
@@ -1767,17 +1491,7 @@ export var SyncConfig = [
|
|
|
1767
1491
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1768
1492
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1769
1493
|
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
|
-
];
|
|
1494
|
+
export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
1781
1495
|
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
1782
1496
|
export var UntagResourceRequest = [
|
|
1783
1497
|
3,
|
|
@@ -1787,12 +1501,7 @@ export var UntagResourceRequest = [
|
|
|
1787
1501
|
[_rA, _tK],
|
|
1788
1502
|
[
|
|
1789
1503
|
[0, 1],
|
|
1790
|
-
[
|
|
1791
|
-
64 | 0,
|
|
1792
|
-
{
|
|
1793
|
-
[_hQ]: _tK,
|
|
1794
|
-
},
|
|
1795
|
-
],
|
|
1504
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1796
1505
|
],
|
|
1797
1506
|
];
|
|
1798
1507
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1978,9 +1687,7 @@ export var AssociateApi = [
|
|
|
1978
1687
|
9,
|
|
1979
1688
|
n0,
|
|
1980
1689
|
_AAs,
|
|
1981
|
-
{
|
|
1982
|
-
[_h]: ["POST", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
1983
|
-
},
|
|
1690
|
+
{ [_h]: ["POST", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
1984
1691
|
() => AssociateApiRequest,
|
|
1985
1692
|
() => AssociateApiResponse,
|
|
1986
1693
|
];
|
|
@@ -1988,9 +1695,7 @@ export var AssociateMergedGraphqlApi = [
|
|
|
1988
1695
|
9,
|
|
1989
1696
|
n0,
|
|
1990
1697
|
_AMGA,
|
|
1991
|
-
{
|
|
1992
|
-
[_h]: ["POST", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations", 200],
|
|
1993
|
-
},
|
|
1698
|
+
{ [_h]: ["POST", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations", 200] },
|
|
1994
1699
|
() => AssociateMergedGraphqlApiRequest,
|
|
1995
1700
|
() => AssociateMergedGraphqlApiResponse,
|
|
1996
1701
|
];
|
|
@@ -1998,9 +1703,7 @@ export var AssociateSourceGraphqlApi = [
|
|
|
1998
1703
|
9,
|
|
1999
1704
|
n0,
|
|
2000
1705
|
_ASGA,
|
|
2001
|
-
{
|
|
2002
|
-
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations", 200],
|
|
2003
|
-
},
|
|
1706
|
+
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations", 200] },
|
|
2004
1707
|
() => AssociateSourceGraphqlApiRequest,
|
|
2005
1708
|
() => AssociateSourceGraphqlApiResponse,
|
|
2006
1709
|
];
|
|
@@ -2008,9 +1711,7 @@ export var CreateApi = [
|
|
|
2008
1711
|
9,
|
|
2009
1712
|
n0,
|
|
2010
1713
|
_CA,
|
|
2011
|
-
{
|
|
2012
|
-
[_h]: ["POST", "/v2/apis", 200],
|
|
2013
|
-
},
|
|
1714
|
+
{ [_h]: ["POST", "/v2/apis", 200] },
|
|
2014
1715
|
() => CreateApiRequest,
|
|
2015
1716
|
() => CreateApiResponse,
|
|
2016
1717
|
];
|
|
@@ -2018,9 +1719,7 @@ export var CreateApiCache = [
|
|
|
2018
1719
|
9,
|
|
2019
1720
|
n0,
|
|
2020
1721
|
_CAC,
|
|
2021
|
-
{
|
|
2022
|
-
[_h]: ["POST", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2023
|
-
},
|
|
1722
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
2024
1723
|
() => CreateApiCacheRequest,
|
|
2025
1724
|
() => CreateApiCacheResponse,
|
|
2026
1725
|
];
|
|
@@ -2028,9 +1727,7 @@ export var CreateApiKey = [
|
|
|
2028
1727
|
9,
|
|
2029
1728
|
n0,
|
|
2030
1729
|
_CAK,
|
|
2031
|
-
{
|
|
2032
|
-
[_h]: ["POST", "/v1/apis/{apiId}/apikeys", 200],
|
|
2033
|
-
},
|
|
1730
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/apikeys", 200] },
|
|
2034
1731
|
() => CreateApiKeyRequest,
|
|
2035
1732
|
() => CreateApiKeyResponse,
|
|
2036
1733
|
];
|
|
@@ -2038,9 +1735,7 @@ export var CreateChannelNamespace = [
|
|
|
2038
1735
|
9,
|
|
2039
1736
|
n0,
|
|
2040
1737
|
_CCN,
|
|
2041
|
-
{
|
|
2042
|
-
[_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces", 200],
|
|
2043
|
-
},
|
|
1738
|
+
{ [_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces", 200] },
|
|
2044
1739
|
() => CreateChannelNamespaceRequest,
|
|
2045
1740
|
() => CreateChannelNamespaceResponse,
|
|
2046
1741
|
];
|
|
@@ -2048,9 +1743,7 @@ export var CreateDataSource = [
|
|
|
2048
1743
|
9,
|
|
2049
1744
|
n0,
|
|
2050
1745
|
_CDS,
|
|
2051
|
-
{
|
|
2052
|
-
[_h]: ["POST", "/v1/apis/{apiId}/datasources", 200],
|
|
2053
|
-
},
|
|
1746
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/datasources", 200] },
|
|
2054
1747
|
() => CreateDataSourceRequest,
|
|
2055
1748
|
() => CreateDataSourceResponse,
|
|
2056
1749
|
];
|
|
@@ -2058,9 +1751,7 @@ export var CreateDomainName = [
|
|
|
2058
1751
|
9,
|
|
2059
1752
|
n0,
|
|
2060
1753
|
_CDN,
|
|
2061
|
-
{
|
|
2062
|
-
[_h]: ["POST", "/v1/domainnames", 200],
|
|
2063
|
-
},
|
|
1754
|
+
{ [_h]: ["POST", "/v1/domainnames", 200] },
|
|
2064
1755
|
() => CreateDomainNameRequest,
|
|
2065
1756
|
() => CreateDomainNameResponse,
|
|
2066
1757
|
];
|
|
@@ -2068,9 +1759,7 @@ export var CreateFunction = [
|
|
|
2068
1759
|
9,
|
|
2069
1760
|
n0,
|
|
2070
1761
|
_CF,
|
|
2071
|
-
{
|
|
2072
|
-
[_h]: ["POST", "/v1/apis/{apiId}/functions", 200],
|
|
2073
|
-
},
|
|
1762
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/functions", 200] },
|
|
2074
1763
|
() => CreateFunctionRequest,
|
|
2075
1764
|
() => CreateFunctionResponse,
|
|
2076
1765
|
];
|
|
@@ -2078,9 +1767,7 @@ export var CreateGraphqlApi = [
|
|
|
2078
1767
|
9,
|
|
2079
1768
|
n0,
|
|
2080
1769
|
_CGA,
|
|
2081
|
-
{
|
|
2082
|
-
[_h]: ["POST", "/v1/apis", 200],
|
|
2083
|
-
},
|
|
1770
|
+
{ [_h]: ["POST", "/v1/apis", 200] },
|
|
2084
1771
|
() => CreateGraphqlApiRequest,
|
|
2085
1772
|
() => CreateGraphqlApiResponse,
|
|
2086
1773
|
];
|
|
@@ -2088,9 +1775,7 @@ export var CreateResolver = [
|
|
|
2088
1775
|
9,
|
|
2089
1776
|
n0,
|
|
2090
1777
|
_CR,
|
|
2091
|
-
{
|
|
2092
|
-
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200],
|
|
2093
|
-
},
|
|
1778
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200] },
|
|
2094
1779
|
() => CreateResolverRequest,
|
|
2095
1780
|
() => CreateResolverResponse,
|
|
2096
1781
|
];
|
|
@@ -2098,9 +1783,7 @@ export var CreateType = [
|
|
|
2098
1783
|
9,
|
|
2099
1784
|
n0,
|
|
2100
1785
|
_CT,
|
|
2101
|
-
{
|
|
2102
|
-
[_h]: ["POST", "/v1/apis/{apiId}/types", 200],
|
|
2103
|
-
},
|
|
1786
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/types", 200] },
|
|
2104
1787
|
() => CreateTypeRequest,
|
|
2105
1788
|
() => CreateTypeResponse,
|
|
2106
1789
|
];
|
|
@@ -2108,9 +1791,7 @@ export var DeleteApi = [
|
|
|
2108
1791
|
9,
|
|
2109
1792
|
n0,
|
|
2110
1793
|
_DA,
|
|
2111
|
-
{
|
|
2112
|
-
[_h]: ["DELETE", "/v2/apis/{apiId}", 200],
|
|
2113
|
-
},
|
|
1794
|
+
{ [_h]: ["DELETE", "/v2/apis/{apiId}", 200] },
|
|
2114
1795
|
() => DeleteApiRequest,
|
|
2115
1796
|
() => DeleteApiResponse,
|
|
2116
1797
|
];
|
|
@@ -2118,9 +1799,7 @@ export var DeleteApiCache = [
|
|
|
2118
1799
|
9,
|
|
2119
1800
|
n0,
|
|
2120
1801
|
_DAC,
|
|
2121
|
-
{
|
|
2122
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2123
|
-
},
|
|
1802
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
2124
1803
|
() => DeleteApiCacheRequest,
|
|
2125
1804
|
() => DeleteApiCacheResponse,
|
|
2126
1805
|
];
|
|
@@ -2128,9 +1807,7 @@ export var DeleteApiKey = [
|
|
|
2128
1807
|
9,
|
|
2129
1808
|
n0,
|
|
2130
1809
|
_DAK,
|
|
2131
|
-
{
|
|
2132
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/apikeys/{id}", 200],
|
|
2133
|
-
},
|
|
1810
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/apikeys/{id}", 200] },
|
|
2134
1811
|
() => DeleteApiKeyRequest,
|
|
2135
1812
|
() => DeleteApiKeyResponse,
|
|
2136
1813
|
];
|
|
@@ -2138,9 +1815,7 @@ export var DeleteChannelNamespace = [
|
|
|
2138
1815
|
9,
|
|
2139
1816
|
n0,
|
|
2140
1817
|
_DCN,
|
|
2141
|
-
{
|
|
2142
|
-
[_h]: ["DELETE", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2143
|
-
},
|
|
1818
|
+
{ [_h]: ["DELETE", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2144
1819
|
() => DeleteChannelNamespaceRequest,
|
|
2145
1820
|
() => DeleteChannelNamespaceResponse,
|
|
2146
1821
|
];
|
|
@@ -2148,9 +1823,7 @@ export var DeleteDataSource = [
|
|
|
2148
1823
|
9,
|
|
2149
1824
|
n0,
|
|
2150
1825
|
_DDS,
|
|
2151
|
-
{
|
|
2152
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2153
|
-
},
|
|
1826
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2154
1827
|
() => DeleteDataSourceRequest,
|
|
2155
1828
|
() => DeleteDataSourceResponse,
|
|
2156
1829
|
];
|
|
@@ -2158,9 +1831,7 @@ export var DeleteDomainName = [
|
|
|
2158
1831
|
9,
|
|
2159
1832
|
n0,
|
|
2160
1833
|
_DDN,
|
|
2161
|
-
{
|
|
2162
|
-
[_h]: ["DELETE", "/v1/domainnames/{domainName}", 200],
|
|
2163
|
-
},
|
|
1834
|
+
{ [_h]: ["DELETE", "/v1/domainnames/{domainName}", 200] },
|
|
2164
1835
|
() => DeleteDomainNameRequest,
|
|
2165
1836
|
() => DeleteDomainNameResponse,
|
|
2166
1837
|
];
|
|
@@ -2168,9 +1839,7 @@ export var DeleteFunction = [
|
|
|
2168
1839
|
9,
|
|
2169
1840
|
n0,
|
|
2170
1841
|
_DF,
|
|
2171
|
-
{
|
|
2172
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2173
|
-
},
|
|
1842
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2174
1843
|
() => DeleteFunctionRequest,
|
|
2175
1844
|
() => DeleteFunctionResponse,
|
|
2176
1845
|
];
|
|
@@ -2178,9 +1847,7 @@ export var DeleteGraphqlApi = [
|
|
|
2178
1847
|
9,
|
|
2179
1848
|
n0,
|
|
2180
1849
|
_DGA,
|
|
2181
|
-
{
|
|
2182
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}", 200],
|
|
2183
|
-
},
|
|
1850
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}", 200] },
|
|
2184
1851
|
() => DeleteGraphqlApiRequest,
|
|
2185
1852
|
() => DeleteGraphqlApiResponse,
|
|
2186
1853
|
];
|
|
@@ -2188,9 +1855,7 @@ export var DeleteResolver = [
|
|
|
2188
1855
|
9,
|
|
2189
1856
|
n0,
|
|
2190
1857
|
_DR,
|
|
2191
|
-
{
|
|
2192
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2193
|
-
},
|
|
1858
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2194
1859
|
() => DeleteResolverRequest,
|
|
2195
1860
|
() => DeleteResolverResponse,
|
|
2196
1861
|
];
|
|
@@ -2198,9 +1863,7 @@ export var DeleteType = [
|
|
|
2198
1863
|
9,
|
|
2199
1864
|
n0,
|
|
2200
1865
|
_DT,
|
|
2201
|
-
{
|
|
2202
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2203
|
-
},
|
|
1866
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2204
1867
|
() => DeleteTypeRequest,
|
|
2205
1868
|
() => DeleteTypeResponse,
|
|
2206
1869
|
];
|
|
@@ -2208,9 +1871,7 @@ export var DisassociateApi = [
|
|
|
2208
1871
|
9,
|
|
2209
1872
|
n0,
|
|
2210
1873
|
_DAi,
|
|
2211
|
-
{
|
|
2212
|
-
[_h]: ["DELETE", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
2213
|
-
},
|
|
1874
|
+
{ [_h]: ["DELETE", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
2214
1875
|
() => DisassociateApiRequest,
|
|
2215
1876
|
() => DisassociateApiResponse,
|
|
2216
1877
|
];
|
|
@@ -2218,9 +1879,7 @@ export var DisassociateMergedGraphqlApi = [
|
|
|
2218
1879
|
9,
|
|
2219
1880
|
n0,
|
|
2220
1881
|
_DMGA,
|
|
2221
|
-
{
|
|
2222
|
-
[_h]: ["DELETE", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}", 200],
|
|
2223
|
-
},
|
|
1882
|
+
{ [_h]: ["DELETE", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}", 200] },
|
|
2224
1883
|
() => DisassociateMergedGraphqlApiRequest,
|
|
2225
1884
|
() => DisassociateMergedGraphqlApiResponse,
|
|
2226
1885
|
];
|
|
@@ -2228,9 +1887,7 @@ export var DisassociateSourceGraphqlApi = [
|
|
|
2228
1887
|
9,
|
|
2229
1888
|
n0,
|
|
2230
1889
|
_DSGA,
|
|
2231
|
-
{
|
|
2232
|
-
[_h]: ["DELETE", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2233
|
-
},
|
|
1890
|
+
{ [_h]: ["DELETE", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2234
1891
|
() => DisassociateSourceGraphqlApiRequest,
|
|
2235
1892
|
() => DisassociateSourceGraphqlApiResponse,
|
|
2236
1893
|
];
|
|
@@ -2238,9 +1895,7 @@ export var EvaluateCode = [
|
|
|
2238
1895
|
9,
|
|
2239
1896
|
n0,
|
|
2240
1897
|
_ECv,
|
|
2241
|
-
{
|
|
2242
|
-
[_h]: ["POST", "/v1/dataplane-evaluatecode", 200],
|
|
2243
|
-
},
|
|
1898
|
+
{ [_h]: ["POST", "/v1/dataplane-evaluatecode", 200] },
|
|
2244
1899
|
() => EvaluateCodeRequest,
|
|
2245
1900
|
() => EvaluateCodeResponse,
|
|
2246
1901
|
];
|
|
@@ -2248,9 +1903,7 @@ export var EvaluateMappingTemplate = [
|
|
|
2248
1903
|
9,
|
|
2249
1904
|
n0,
|
|
2250
1905
|
_EMT,
|
|
2251
|
-
{
|
|
2252
|
-
[_h]: ["POST", "/v1/dataplane-evaluatetemplate", 200],
|
|
2253
|
-
},
|
|
1906
|
+
{ [_h]: ["POST", "/v1/dataplane-evaluatetemplate", 200] },
|
|
2254
1907
|
() => EvaluateMappingTemplateRequest,
|
|
2255
1908
|
() => EvaluateMappingTemplateResponse,
|
|
2256
1909
|
];
|
|
@@ -2258,9 +1911,7 @@ export var FlushApiCache = [
|
|
|
2258
1911
|
9,
|
|
2259
1912
|
n0,
|
|
2260
1913
|
_FAC,
|
|
2261
|
-
{
|
|
2262
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/FlushCache", 200],
|
|
2263
|
-
},
|
|
1914
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/FlushCache", 200] },
|
|
2264
1915
|
() => FlushApiCacheRequest,
|
|
2265
1916
|
() => FlushApiCacheResponse,
|
|
2266
1917
|
];
|
|
@@ -2268,9 +1919,7 @@ export var GetApi = [
|
|
|
2268
1919
|
9,
|
|
2269
1920
|
n0,
|
|
2270
1921
|
_GAe,
|
|
2271
|
-
{
|
|
2272
|
-
[_h]: ["GET", "/v2/apis/{apiId}", 200],
|
|
2273
|
-
},
|
|
1922
|
+
{ [_h]: ["GET", "/v2/apis/{apiId}", 200] },
|
|
2274
1923
|
() => GetApiRequest,
|
|
2275
1924
|
() => GetApiResponse,
|
|
2276
1925
|
];
|
|
@@ -2278,9 +1927,7 @@ export var GetApiAssociation = [
|
|
|
2278
1927
|
9,
|
|
2279
1928
|
n0,
|
|
2280
1929
|
_GAA,
|
|
2281
|
-
{
|
|
2282
|
-
[_h]: ["GET", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
2283
|
-
},
|
|
1930
|
+
{ [_h]: ["GET", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
2284
1931
|
() => GetApiAssociationRequest,
|
|
2285
1932
|
() => GetApiAssociationResponse,
|
|
2286
1933
|
];
|
|
@@ -2288,9 +1935,7 @@ export var GetApiCache = [
|
|
|
2288
1935
|
9,
|
|
2289
1936
|
n0,
|
|
2290
1937
|
_GAC,
|
|
2291
|
-
{
|
|
2292
|
-
[_h]: ["GET", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2293
|
-
},
|
|
1938
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
2294
1939
|
() => GetApiCacheRequest,
|
|
2295
1940
|
() => GetApiCacheResponse,
|
|
2296
1941
|
];
|
|
@@ -2298,9 +1943,7 @@ export var GetChannelNamespace = [
|
|
|
2298
1943
|
9,
|
|
2299
1944
|
n0,
|
|
2300
1945
|
_GCN,
|
|
2301
|
-
{
|
|
2302
|
-
[_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2303
|
-
},
|
|
1946
|
+
{ [_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2304
1947
|
() => GetChannelNamespaceRequest,
|
|
2305
1948
|
() => GetChannelNamespaceResponse,
|
|
2306
1949
|
];
|
|
@@ -2308,9 +1951,7 @@ export var GetDataSource = [
|
|
|
2308
1951
|
9,
|
|
2309
1952
|
n0,
|
|
2310
1953
|
_GDS,
|
|
2311
|
-
{
|
|
2312
|
-
[_h]: ["GET", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2313
|
-
},
|
|
1954
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2314
1955
|
() => GetDataSourceRequest,
|
|
2315
1956
|
() => GetDataSourceResponse,
|
|
2316
1957
|
];
|
|
@@ -2318,9 +1959,7 @@ export var GetDataSourceIntrospection = [
|
|
|
2318
1959
|
9,
|
|
2319
1960
|
n0,
|
|
2320
1961
|
_GDSI,
|
|
2321
|
-
{
|
|
2322
|
-
[_h]: ["GET", "/v1/datasources/introspections/{introspectionId}", 200],
|
|
2323
|
-
},
|
|
1962
|
+
{ [_h]: ["GET", "/v1/datasources/introspections/{introspectionId}", 200] },
|
|
2324
1963
|
() => GetDataSourceIntrospectionRequest,
|
|
2325
1964
|
() => GetDataSourceIntrospectionResponse,
|
|
2326
1965
|
];
|
|
@@ -2328,9 +1967,7 @@ export var GetDomainName = [
|
|
|
2328
1967
|
9,
|
|
2329
1968
|
n0,
|
|
2330
1969
|
_GDN,
|
|
2331
|
-
{
|
|
2332
|
-
[_h]: ["GET", "/v1/domainnames/{domainName}", 200],
|
|
2333
|
-
},
|
|
1970
|
+
{ [_h]: ["GET", "/v1/domainnames/{domainName}", 200] },
|
|
2334
1971
|
() => GetDomainNameRequest,
|
|
2335
1972
|
() => GetDomainNameResponse,
|
|
2336
1973
|
];
|
|
@@ -2338,9 +1975,7 @@ export var GetFunction = [
|
|
|
2338
1975
|
9,
|
|
2339
1976
|
n0,
|
|
2340
1977
|
_GF,
|
|
2341
|
-
{
|
|
2342
|
-
[_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2343
|
-
},
|
|
1978
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2344
1979
|
() => GetFunctionRequest,
|
|
2345
1980
|
() => GetFunctionResponse,
|
|
2346
1981
|
];
|
|
@@ -2348,9 +1983,7 @@ export var GetGraphqlApi = [
|
|
|
2348
1983
|
9,
|
|
2349
1984
|
n0,
|
|
2350
1985
|
_GGA,
|
|
2351
|
-
{
|
|
2352
|
-
[_h]: ["GET", "/v1/apis/{apiId}", 200],
|
|
2353
|
-
},
|
|
1986
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}", 200] },
|
|
2354
1987
|
() => GetGraphqlApiRequest,
|
|
2355
1988
|
() => GetGraphqlApiResponse,
|
|
2356
1989
|
];
|
|
@@ -2358,9 +1991,7 @@ export var GetGraphqlApiEnvironmentVariables = [
|
|
|
2358
1991
|
9,
|
|
2359
1992
|
n0,
|
|
2360
1993
|
_GGAEV,
|
|
2361
|
-
{
|
|
2362
|
-
[_h]: ["GET", "/v1/apis/{apiId}/environmentVariables", 200],
|
|
2363
|
-
},
|
|
1994
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/environmentVariables", 200] },
|
|
2364
1995
|
() => GetGraphqlApiEnvironmentVariablesRequest,
|
|
2365
1996
|
() => GetGraphqlApiEnvironmentVariablesResponse,
|
|
2366
1997
|
];
|
|
@@ -2368,9 +1999,7 @@ export var GetIntrospectionSchema = [
|
|
|
2368
1999
|
9,
|
|
2369
2000
|
n0,
|
|
2370
2001
|
_GIS,
|
|
2371
|
-
{
|
|
2372
|
-
[_h]: ["GET", "/v1/apis/{apiId}/schema", 200],
|
|
2373
|
-
},
|
|
2002
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/schema", 200] },
|
|
2374
2003
|
() => GetIntrospectionSchemaRequest,
|
|
2375
2004
|
() => GetIntrospectionSchemaResponse,
|
|
2376
2005
|
];
|
|
@@ -2378,9 +2007,7 @@ export var GetResolver = [
|
|
|
2378
2007
|
9,
|
|
2379
2008
|
n0,
|
|
2380
2009
|
_GR,
|
|
2381
|
-
{
|
|
2382
|
-
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2383
|
-
},
|
|
2010
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2384
2011
|
() => GetResolverRequest,
|
|
2385
2012
|
() => GetResolverResponse,
|
|
2386
2013
|
];
|
|
@@ -2388,9 +2015,7 @@ export var GetSchemaCreationStatus = [
|
|
|
2388
2015
|
9,
|
|
2389
2016
|
n0,
|
|
2390
2017
|
_GSCS,
|
|
2391
|
-
{
|
|
2392
|
-
[_h]: ["GET", "/v1/apis/{apiId}/schemacreation", 200],
|
|
2393
|
-
},
|
|
2018
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/schemacreation", 200] },
|
|
2394
2019
|
() => GetSchemaCreationStatusRequest,
|
|
2395
2020
|
() => GetSchemaCreationStatusResponse,
|
|
2396
2021
|
];
|
|
@@ -2398,9 +2023,7 @@ export var GetSourceApiAssociation = [
|
|
|
2398
2023
|
9,
|
|
2399
2024
|
n0,
|
|
2400
2025
|
_GSAA,
|
|
2401
|
-
{
|
|
2402
|
-
[_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2403
|
-
},
|
|
2026
|
+
{ [_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2404
2027
|
() => GetSourceApiAssociationRequest,
|
|
2405
2028
|
() => GetSourceApiAssociationResponse,
|
|
2406
2029
|
];
|
|
@@ -2408,9 +2031,7 @@ export var GetType = [
|
|
|
2408
2031
|
9,
|
|
2409
2032
|
n0,
|
|
2410
2033
|
_GT,
|
|
2411
|
-
{
|
|
2412
|
-
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2413
|
-
},
|
|
2034
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2414
2035
|
() => GetTypeRequest,
|
|
2415
2036
|
() => GetTypeResponse,
|
|
2416
2037
|
];
|
|
@@ -2418,9 +2039,7 @@ export var ListApiKeys = [
|
|
|
2418
2039
|
9,
|
|
2419
2040
|
n0,
|
|
2420
2041
|
_LAK,
|
|
2421
|
-
{
|
|
2422
|
-
[_h]: ["GET", "/v1/apis/{apiId}/apikeys", 200],
|
|
2423
|
-
},
|
|
2042
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/apikeys", 200] },
|
|
2424
2043
|
() => ListApiKeysRequest,
|
|
2425
2044
|
() => ListApiKeysResponse,
|
|
2426
2045
|
];
|
|
@@ -2428,9 +2047,7 @@ export var ListApis = [
|
|
|
2428
2047
|
9,
|
|
2429
2048
|
n0,
|
|
2430
2049
|
_LA,
|
|
2431
|
-
{
|
|
2432
|
-
[_h]: ["GET", "/v2/apis", 200],
|
|
2433
|
-
},
|
|
2050
|
+
{ [_h]: ["GET", "/v2/apis", 200] },
|
|
2434
2051
|
() => ListApisRequest,
|
|
2435
2052
|
() => ListApisResponse,
|
|
2436
2053
|
];
|
|
@@ -2438,9 +2055,7 @@ export var ListChannelNamespaces = [
|
|
|
2438
2055
|
9,
|
|
2439
2056
|
n0,
|
|
2440
2057
|
_LCN,
|
|
2441
|
-
{
|
|
2442
|
-
[_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces", 200],
|
|
2443
|
-
},
|
|
2058
|
+
{ [_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces", 200] },
|
|
2444
2059
|
() => ListChannelNamespacesRequest,
|
|
2445
2060
|
() => ListChannelNamespacesResponse,
|
|
2446
2061
|
];
|
|
@@ -2448,9 +2063,7 @@ export var ListDataSources = [
|
|
|
2448
2063
|
9,
|
|
2449
2064
|
n0,
|
|
2450
2065
|
_LDS,
|
|
2451
|
-
{
|
|
2452
|
-
[_h]: ["GET", "/v1/apis/{apiId}/datasources", 200],
|
|
2453
|
-
},
|
|
2066
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/datasources", 200] },
|
|
2454
2067
|
() => ListDataSourcesRequest,
|
|
2455
2068
|
() => ListDataSourcesResponse,
|
|
2456
2069
|
];
|
|
@@ -2458,9 +2071,7 @@ export var ListDomainNames = [
|
|
|
2458
2071
|
9,
|
|
2459
2072
|
n0,
|
|
2460
2073
|
_LDN,
|
|
2461
|
-
{
|
|
2462
|
-
[_h]: ["GET", "/v1/domainnames", 200],
|
|
2463
|
-
},
|
|
2074
|
+
{ [_h]: ["GET", "/v1/domainnames", 200] },
|
|
2464
2075
|
() => ListDomainNamesRequest,
|
|
2465
2076
|
() => ListDomainNamesResponse,
|
|
2466
2077
|
];
|
|
@@ -2468,9 +2079,7 @@ export var ListFunctions = [
|
|
|
2468
2079
|
9,
|
|
2469
2080
|
n0,
|
|
2470
2081
|
_LF,
|
|
2471
|
-
{
|
|
2472
|
-
[_h]: ["GET", "/v1/apis/{apiId}/functions", 200],
|
|
2473
|
-
},
|
|
2082
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/functions", 200] },
|
|
2474
2083
|
() => ListFunctionsRequest,
|
|
2475
2084
|
() => ListFunctionsResponse,
|
|
2476
2085
|
];
|
|
@@ -2478,9 +2087,7 @@ export var ListGraphqlApis = [
|
|
|
2478
2087
|
9,
|
|
2479
2088
|
n0,
|
|
2480
2089
|
_LGA,
|
|
2481
|
-
{
|
|
2482
|
-
[_h]: ["GET", "/v1/apis", 200],
|
|
2483
|
-
},
|
|
2090
|
+
{ [_h]: ["GET", "/v1/apis", 200] },
|
|
2484
2091
|
() => ListGraphqlApisRequest,
|
|
2485
2092
|
() => ListGraphqlApisResponse,
|
|
2486
2093
|
];
|
|
@@ -2488,9 +2095,7 @@ export var ListResolvers = [
|
|
|
2488
2095
|
9,
|
|
2489
2096
|
n0,
|
|
2490
2097
|
_LR,
|
|
2491
|
-
{
|
|
2492
|
-
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200],
|
|
2493
|
-
},
|
|
2098
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200] },
|
|
2494
2099
|
() => ListResolversRequest,
|
|
2495
2100
|
() => ListResolversResponse,
|
|
2496
2101
|
];
|
|
@@ -2498,9 +2103,7 @@ export var ListResolversByFunction = [
|
|
|
2498
2103
|
9,
|
|
2499
2104
|
n0,
|
|
2500
2105
|
_LRBF,
|
|
2501
|
-
{
|
|
2502
|
-
[_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}/resolvers", 200],
|
|
2503
|
-
},
|
|
2106
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}/resolvers", 200] },
|
|
2504
2107
|
() => ListResolversByFunctionRequest,
|
|
2505
2108
|
() => ListResolversByFunctionResponse,
|
|
2506
2109
|
];
|
|
@@ -2508,9 +2111,7 @@ export var ListSourceApiAssociations = [
|
|
|
2508
2111
|
9,
|
|
2509
2112
|
n0,
|
|
2510
2113
|
_LSAA,
|
|
2511
|
-
{
|
|
2512
|
-
[_h]: ["GET", "/v1/apis/{apiId}/sourceApiAssociations", 200],
|
|
2513
|
-
},
|
|
2114
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/sourceApiAssociations", 200] },
|
|
2514
2115
|
() => ListSourceApiAssociationsRequest,
|
|
2515
2116
|
() => ListSourceApiAssociationsResponse,
|
|
2516
2117
|
];
|
|
@@ -2518,9 +2119,7 @@ export var ListTagsForResource = [
|
|
|
2518
2119
|
9,
|
|
2519
2120
|
n0,
|
|
2520
2121
|
_LTFR,
|
|
2521
|
-
{
|
|
2522
|
-
[_h]: ["GET", "/v1/tags/{resourceArn}", 200],
|
|
2523
|
-
},
|
|
2122
|
+
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
|
|
2524
2123
|
() => ListTagsForResourceRequest,
|
|
2525
2124
|
() => ListTagsForResourceResponse,
|
|
2526
2125
|
];
|
|
@@ -2528,9 +2127,7 @@ export var ListTypes = [
|
|
|
2528
2127
|
9,
|
|
2529
2128
|
n0,
|
|
2530
2129
|
_LT,
|
|
2531
|
-
{
|
|
2532
|
-
[_h]: ["GET", "/v1/apis/{apiId}/types", 200],
|
|
2533
|
-
},
|
|
2130
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/types", 200] },
|
|
2534
2131
|
() => ListTypesRequest,
|
|
2535
2132
|
() => ListTypesResponse,
|
|
2536
2133
|
];
|
|
@@ -2538,9 +2135,7 @@ export var ListTypesByAssociation = [
|
|
|
2538
2135
|
9,
|
|
2539
2136
|
n0,
|
|
2540
2137
|
_LTBA,
|
|
2541
|
-
{
|
|
2542
|
-
[_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types", 200],
|
|
2543
|
-
},
|
|
2138
|
+
{ [_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types", 200] },
|
|
2544
2139
|
() => ListTypesByAssociationRequest,
|
|
2545
2140
|
() => ListTypesByAssociationResponse,
|
|
2546
2141
|
];
|
|
@@ -2548,9 +2143,7 @@ export var PutGraphqlApiEnvironmentVariables = [
|
|
|
2548
2143
|
9,
|
|
2549
2144
|
n0,
|
|
2550
2145
|
_PGAEV,
|
|
2551
|
-
{
|
|
2552
|
-
[_h]: ["PUT", "/v1/apis/{apiId}/environmentVariables", 200],
|
|
2553
|
-
},
|
|
2146
|
+
{ [_h]: ["PUT", "/v1/apis/{apiId}/environmentVariables", 200] },
|
|
2554
2147
|
() => PutGraphqlApiEnvironmentVariablesRequest,
|
|
2555
2148
|
() => PutGraphqlApiEnvironmentVariablesResponse,
|
|
2556
2149
|
];
|
|
@@ -2558,9 +2151,7 @@ export var StartDataSourceIntrospection = [
|
|
|
2558
2151
|
9,
|
|
2559
2152
|
n0,
|
|
2560
2153
|
_SDSI,
|
|
2561
|
-
{
|
|
2562
|
-
[_h]: ["POST", "/v1/datasources/introspections", 200],
|
|
2563
|
-
},
|
|
2154
|
+
{ [_h]: ["POST", "/v1/datasources/introspections", 200] },
|
|
2564
2155
|
() => StartDataSourceIntrospectionRequest,
|
|
2565
2156
|
() => StartDataSourceIntrospectionResponse,
|
|
2566
2157
|
];
|
|
@@ -2568,9 +2159,7 @@ export var StartSchemaCreation = [
|
|
|
2568
2159
|
9,
|
|
2569
2160
|
n0,
|
|
2570
2161
|
_SSC,
|
|
2571
|
-
{
|
|
2572
|
-
[_h]: ["POST", "/v1/apis/{apiId}/schemacreation", 200],
|
|
2573
|
-
},
|
|
2162
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/schemacreation", 200] },
|
|
2574
2163
|
() => StartSchemaCreationRequest,
|
|
2575
2164
|
() => StartSchemaCreationResponse,
|
|
2576
2165
|
];
|
|
@@ -2578,9 +2167,7 @@ export var StartSchemaMerge = [
|
|
|
2578
2167
|
9,
|
|
2579
2168
|
n0,
|
|
2580
2169
|
_SSM,
|
|
2581
|
-
{
|
|
2582
|
-
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge", 200],
|
|
2583
|
-
},
|
|
2170
|
+
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge", 200] },
|
|
2584
2171
|
() => StartSchemaMergeRequest,
|
|
2585
2172
|
() => StartSchemaMergeResponse,
|
|
2586
2173
|
];
|
|
@@ -2588,9 +2175,7 @@ export var TagResource = [
|
|
|
2588
2175
|
9,
|
|
2589
2176
|
n0,
|
|
2590
2177
|
_TR,
|
|
2591
|
-
{
|
|
2592
|
-
[_h]: ["POST", "/v1/tags/{resourceArn}", 200],
|
|
2593
|
-
},
|
|
2178
|
+
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 200] },
|
|
2594
2179
|
() => TagResourceRequest,
|
|
2595
2180
|
() => TagResourceResponse,
|
|
2596
2181
|
];
|
|
@@ -2598,9 +2183,7 @@ export var UntagResource = [
|
|
|
2598
2183
|
9,
|
|
2599
2184
|
n0,
|
|
2600
2185
|
_UR,
|
|
2601
|
-
{
|
|
2602
|
-
[_h]: ["DELETE", "/v1/tags/{resourceArn}", 200],
|
|
2603
|
-
},
|
|
2186
|
+
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
|
|
2604
2187
|
() => UntagResourceRequest,
|
|
2605
2188
|
() => UntagResourceResponse,
|
|
2606
2189
|
];
|
|
@@ -2608,9 +2191,7 @@ export var UpdateApi = [
|
|
|
2608
2191
|
9,
|
|
2609
2192
|
n0,
|
|
2610
2193
|
_UA,
|
|
2611
|
-
{
|
|
2612
|
-
[_h]: ["POST", "/v2/apis/{apiId}", 200],
|
|
2613
|
-
},
|
|
2194
|
+
{ [_h]: ["POST", "/v2/apis/{apiId}", 200] },
|
|
2614
2195
|
() => UpdateApiRequest,
|
|
2615
2196
|
() => UpdateApiResponse,
|
|
2616
2197
|
];
|
|
@@ -2618,9 +2199,7 @@ export var UpdateApiCache = [
|
|
|
2618
2199
|
9,
|
|
2619
2200
|
n0,
|
|
2620
2201
|
_UAC,
|
|
2621
|
-
{
|
|
2622
|
-
[_h]: ["POST", "/v1/apis/{apiId}/ApiCaches/update", 200],
|
|
2623
|
-
},
|
|
2202
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/ApiCaches/update", 200] },
|
|
2624
2203
|
() => UpdateApiCacheRequest,
|
|
2625
2204
|
() => UpdateApiCacheResponse,
|
|
2626
2205
|
];
|
|
@@ -2628,9 +2207,7 @@ export var UpdateApiKey = [
|
|
|
2628
2207
|
9,
|
|
2629
2208
|
n0,
|
|
2630
2209
|
_UAK,
|
|
2631
|
-
{
|
|
2632
|
-
[_h]: ["POST", "/v1/apis/{apiId}/apikeys/{id}", 200],
|
|
2633
|
-
},
|
|
2210
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/apikeys/{id}", 200] },
|
|
2634
2211
|
() => UpdateApiKeyRequest,
|
|
2635
2212
|
() => UpdateApiKeyResponse,
|
|
2636
2213
|
];
|
|
@@ -2638,9 +2215,7 @@ export var UpdateChannelNamespace = [
|
|
|
2638
2215
|
9,
|
|
2639
2216
|
n0,
|
|
2640
2217
|
_UCN,
|
|
2641
|
-
{
|
|
2642
|
-
[_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2643
|
-
},
|
|
2218
|
+
{ [_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2644
2219
|
() => UpdateChannelNamespaceRequest,
|
|
2645
2220
|
() => UpdateChannelNamespaceResponse,
|
|
2646
2221
|
];
|
|
@@ -2648,9 +2223,7 @@ export var UpdateDataSource = [
|
|
|
2648
2223
|
9,
|
|
2649
2224
|
n0,
|
|
2650
2225
|
_UDS,
|
|
2651
|
-
{
|
|
2652
|
-
[_h]: ["POST", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2653
|
-
},
|
|
2226
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2654
2227
|
() => UpdateDataSourceRequest,
|
|
2655
2228
|
() => UpdateDataSourceResponse,
|
|
2656
2229
|
];
|
|
@@ -2658,9 +2231,7 @@ export var UpdateDomainName = [
|
|
|
2658
2231
|
9,
|
|
2659
2232
|
n0,
|
|
2660
2233
|
_UDN,
|
|
2661
|
-
{
|
|
2662
|
-
[_h]: ["POST", "/v1/domainnames/{domainName}", 200],
|
|
2663
|
-
},
|
|
2234
|
+
{ [_h]: ["POST", "/v1/domainnames/{domainName}", 200] },
|
|
2664
2235
|
() => UpdateDomainNameRequest,
|
|
2665
2236
|
() => UpdateDomainNameResponse,
|
|
2666
2237
|
];
|
|
@@ -2668,9 +2239,7 @@ export var UpdateFunction = [
|
|
|
2668
2239
|
9,
|
|
2669
2240
|
n0,
|
|
2670
2241
|
_UF,
|
|
2671
|
-
{
|
|
2672
|
-
[_h]: ["POST", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2673
|
-
},
|
|
2242
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2674
2243
|
() => UpdateFunctionRequest,
|
|
2675
2244
|
() => UpdateFunctionResponse,
|
|
2676
2245
|
];
|
|
@@ -2678,9 +2247,7 @@ export var UpdateGraphqlApi = [
|
|
|
2678
2247
|
9,
|
|
2679
2248
|
n0,
|
|
2680
2249
|
_UGA,
|
|
2681
|
-
{
|
|
2682
|
-
[_h]: ["POST", "/v1/apis/{apiId}", 200],
|
|
2683
|
-
},
|
|
2250
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}", 200] },
|
|
2684
2251
|
() => UpdateGraphqlApiRequest,
|
|
2685
2252
|
() => UpdateGraphqlApiResponse,
|
|
2686
2253
|
];
|
|
@@ -2688,9 +2255,7 @@ export var UpdateResolver = [
|
|
|
2688
2255
|
9,
|
|
2689
2256
|
n0,
|
|
2690
2257
|
_URp,
|
|
2691
|
-
{
|
|
2692
|
-
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2693
|
-
},
|
|
2258
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2694
2259
|
() => UpdateResolverRequest,
|
|
2695
2260
|
() => UpdateResolverResponse,
|
|
2696
2261
|
];
|
|
@@ -2698,9 +2263,7 @@ export var UpdateSourceApiAssociation = [
|
|
|
2698
2263
|
9,
|
|
2699
2264
|
n0,
|
|
2700
2265
|
_USAA,
|
|
2701
|
-
{
|
|
2702
|
-
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2703
|
-
},
|
|
2266
|
+
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2704
2267
|
() => UpdateSourceApiAssociationRequest,
|
|
2705
2268
|
() => UpdateSourceApiAssociationResponse,
|
|
2706
2269
|
];
|
|
@@ -2708,9 +2271,7 @@ export var UpdateType = [
|
|
|
2708
2271
|
9,
|
|
2709
2272
|
n0,
|
|
2710
2273
|
_UT,
|
|
2711
|
-
{
|
|
2712
|
-
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2713
|
-
},
|
|
2274
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2714
2275
|
() => UpdateTypeRequest,
|
|
2715
2276
|
() => UpdateTypeResponse,
|
|
2716
2277
|
];
|