@aws-sdk/client-appsync 3.943.0 → 3.947.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 -562
- 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 -2
- 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/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -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, [], []];
|
|
@@ -1927,7 +1636,6 @@ export var UpdateSourceApiAssociationResponse = [
|
|
|
1927
1636
|
export var UpdateTypeRequest = [3, n0, _UTR, 0, [_aI, _tN, _def, _f], [[0, 1], [0, 1], 0, 0]];
|
|
1928
1637
|
export var UpdateTypeResponse = [3, n0, _UTRp, 0, [_ty], [() => Type]];
|
|
1929
1638
|
export var UserPoolConfig = [3, n0, _UPC, 0, [_uPI, _aR, _dA, _aICR], [0, 0, 0, 0]];
|
|
1930
|
-
export var __Unit = "unit";
|
|
1931
1639
|
export var AppSyncServiceException = [-3, _sm, "AppSyncServiceException", 0, [], []];
|
|
1932
1640
|
TypeRegistry.for(_sm).registerError(AppSyncServiceException, __AppSyncServiceException);
|
|
1933
1641
|
export var AdditionalAuthenticationProviders = [
|
|
@@ -1978,9 +1686,7 @@ export var AssociateApi = [
|
|
|
1978
1686
|
9,
|
|
1979
1687
|
n0,
|
|
1980
1688
|
_AAs,
|
|
1981
|
-
{
|
|
1982
|
-
[_h]: ["POST", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
1983
|
-
},
|
|
1689
|
+
{ [_h]: ["POST", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
1984
1690
|
() => AssociateApiRequest,
|
|
1985
1691
|
() => AssociateApiResponse,
|
|
1986
1692
|
];
|
|
@@ -1988,9 +1694,7 @@ export var AssociateMergedGraphqlApi = [
|
|
|
1988
1694
|
9,
|
|
1989
1695
|
n0,
|
|
1990
1696
|
_AMGA,
|
|
1991
|
-
{
|
|
1992
|
-
[_h]: ["POST", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations", 200],
|
|
1993
|
-
},
|
|
1697
|
+
{ [_h]: ["POST", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations", 200] },
|
|
1994
1698
|
() => AssociateMergedGraphqlApiRequest,
|
|
1995
1699
|
() => AssociateMergedGraphqlApiResponse,
|
|
1996
1700
|
];
|
|
@@ -1998,9 +1702,7 @@ export var AssociateSourceGraphqlApi = [
|
|
|
1998
1702
|
9,
|
|
1999
1703
|
n0,
|
|
2000
1704
|
_ASGA,
|
|
2001
|
-
{
|
|
2002
|
-
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations", 200],
|
|
2003
|
-
},
|
|
1705
|
+
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations", 200] },
|
|
2004
1706
|
() => AssociateSourceGraphqlApiRequest,
|
|
2005
1707
|
() => AssociateSourceGraphqlApiResponse,
|
|
2006
1708
|
];
|
|
@@ -2008,9 +1710,7 @@ export var CreateApi = [
|
|
|
2008
1710
|
9,
|
|
2009
1711
|
n0,
|
|
2010
1712
|
_CA,
|
|
2011
|
-
{
|
|
2012
|
-
[_h]: ["POST", "/v2/apis", 200],
|
|
2013
|
-
},
|
|
1713
|
+
{ [_h]: ["POST", "/v2/apis", 200] },
|
|
2014
1714
|
() => CreateApiRequest,
|
|
2015
1715
|
() => CreateApiResponse,
|
|
2016
1716
|
];
|
|
@@ -2018,9 +1718,7 @@ export var CreateApiCache = [
|
|
|
2018
1718
|
9,
|
|
2019
1719
|
n0,
|
|
2020
1720
|
_CAC,
|
|
2021
|
-
{
|
|
2022
|
-
[_h]: ["POST", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2023
|
-
},
|
|
1721
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
2024
1722
|
() => CreateApiCacheRequest,
|
|
2025
1723
|
() => CreateApiCacheResponse,
|
|
2026
1724
|
];
|
|
@@ -2028,9 +1726,7 @@ export var CreateApiKey = [
|
|
|
2028
1726
|
9,
|
|
2029
1727
|
n0,
|
|
2030
1728
|
_CAK,
|
|
2031
|
-
{
|
|
2032
|
-
[_h]: ["POST", "/v1/apis/{apiId}/apikeys", 200],
|
|
2033
|
-
},
|
|
1729
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/apikeys", 200] },
|
|
2034
1730
|
() => CreateApiKeyRequest,
|
|
2035
1731
|
() => CreateApiKeyResponse,
|
|
2036
1732
|
];
|
|
@@ -2038,9 +1734,7 @@ export var CreateChannelNamespace = [
|
|
|
2038
1734
|
9,
|
|
2039
1735
|
n0,
|
|
2040
1736
|
_CCN,
|
|
2041
|
-
{
|
|
2042
|
-
[_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces", 200],
|
|
2043
|
-
},
|
|
1737
|
+
{ [_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces", 200] },
|
|
2044
1738
|
() => CreateChannelNamespaceRequest,
|
|
2045
1739
|
() => CreateChannelNamespaceResponse,
|
|
2046
1740
|
];
|
|
@@ -2048,9 +1742,7 @@ export var CreateDataSource = [
|
|
|
2048
1742
|
9,
|
|
2049
1743
|
n0,
|
|
2050
1744
|
_CDS,
|
|
2051
|
-
{
|
|
2052
|
-
[_h]: ["POST", "/v1/apis/{apiId}/datasources", 200],
|
|
2053
|
-
},
|
|
1745
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/datasources", 200] },
|
|
2054
1746
|
() => CreateDataSourceRequest,
|
|
2055
1747
|
() => CreateDataSourceResponse,
|
|
2056
1748
|
];
|
|
@@ -2058,9 +1750,7 @@ export var CreateDomainName = [
|
|
|
2058
1750
|
9,
|
|
2059
1751
|
n0,
|
|
2060
1752
|
_CDN,
|
|
2061
|
-
{
|
|
2062
|
-
[_h]: ["POST", "/v1/domainnames", 200],
|
|
2063
|
-
},
|
|
1753
|
+
{ [_h]: ["POST", "/v1/domainnames", 200] },
|
|
2064
1754
|
() => CreateDomainNameRequest,
|
|
2065
1755
|
() => CreateDomainNameResponse,
|
|
2066
1756
|
];
|
|
@@ -2068,9 +1758,7 @@ export var CreateFunction = [
|
|
|
2068
1758
|
9,
|
|
2069
1759
|
n0,
|
|
2070
1760
|
_CF,
|
|
2071
|
-
{
|
|
2072
|
-
[_h]: ["POST", "/v1/apis/{apiId}/functions", 200],
|
|
2073
|
-
},
|
|
1761
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/functions", 200] },
|
|
2074
1762
|
() => CreateFunctionRequest,
|
|
2075
1763
|
() => CreateFunctionResponse,
|
|
2076
1764
|
];
|
|
@@ -2078,9 +1766,7 @@ export var CreateGraphqlApi = [
|
|
|
2078
1766
|
9,
|
|
2079
1767
|
n0,
|
|
2080
1768
|
_CGA,
|
|
2081
|
-
{
|
|
2082
|
-
[_h]: ["POST", "/v1/apis", 200],
|
|
2083
|
-
},
|
|
1769
|
+
{ [_h]: ["POST", "/v1/apis", 200] },
|
|
2084
1770
|
() => CreateGraphqlApiRequest,
|
|
2085
1771
|
() => CreateGraphqlApiResponse,
|
|
2086
1772
|
];
|
|
@@ -2088,9 +1774,7 @@ export var CreateResolver = [
|
|
|
2088
1774
|
9,
|
|
2089
1775
|
n0,
|
|
2090
1776
|
_CR,
|
|
2091
|
-
{
|
|
2092
|
-
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200],
|
|
2093
|
-
},
|
|
1777
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200] },
|
|
2094
1778
|
() => CreateResolverRequest,
|
|
2095
1779
|
() => CreateResolverResponse,
|
|
2096
1780
|
];
|
|
@@ -2098,9 +1782,7 @@ export var CreateType = [
|
|
|
2098
1782
|
9,
|
|
2099
1783
|
n0,
|
|
2100
1784
|
_CT,
|
|
2101
|
-
{
|
|
2102
|
-
[_h]: ["POST", "/v1/apis/{apiId}/types", 200],
|
|
2103
|
-
},
|
|
1785
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/types", 200] },
|
|
2104
1786
|
() => CreateTypeRequest,
|
|
2105
1787
|
() => CreateTypeResponse,
|
|
2106
1788
|
];
|
|
@@ -2108,9 +1790,7 @@ export var DeleteApi = [
|
|
|
2108
1790
|
9,
|
|
2109
1791
|
n0,
|
|
2110
1792
|
_DA,
|
|
2111
|
-
{
|
|
2112
|
-
[_h]: ["DELETE", "/v2/apis/{apiId}", 200],
|
|
2113
|
-
},
|
|
1793
|
+
{ [_h]: ["DELETE", "/v2/apis/{apiId}", 200] },
|
|
2114
1794
|
() => DeleteApiRequest,
|
|
2115
1795
|
() => DeleteApiResponse,
|
|
2116
1796
|
];
|
|
@@ -2118,9 +1798,7 @@ export var DeleteApiCache = [
|
|
|
2118
1798
|
9,
|
|
2119
1799
|
n0,
|
|
2120
1800
|
_DAC,
|
|
2121
|
-
{
|
|
2122
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2123
|
-
},
|
|
1801
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
2124
1802
|
() => DeleteApiCacheRequest,
|
|
2125
1803
|
() => DeleteApiCacheResponse,
|
|
2126
1804
|
];
|
|
@@ -2128,9 +1806,7 @@ export var DeleteApiKey = [
|
|
|
2128
1806
|
9,
|
|
2129
1807
|
n0,
|
|
2130
1808
|
_DAK,
|
|
2131
|
-
{
|
|
2132
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/apikeys/{id}", 200],
|
|
2133
|
-
},
|
|
1809
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/apikeys/{id}", 200] },
|
|
2134
1810
|
() => DeleteApiKeyRequest,
|
|
2135
1811
|
() => DeleteApiKeyResponse,
|
|
2136
1812
|
];
|
|
@@ -2138,9 +1814,7 @@ export var DeleteChannelNamespace = [
|
|
|
2138
1814
|
9,
|
|
2139
1815
|
n0,
|
|
2140
1816
|
_DCN,
|
|
2141
|
-
{
|
|
2142
|
-
[_h]: ["DELETE", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2143
|
-
},
|
|
1817
|
+
{ [_h]: ["DELETE", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2144
1818
|
() => DeleteChannelNamespaceRequest,
|
|
2145
1819
|
() => DeleteChannelNamespaceResponse,
|
|
2146
1820
|
];
|
|
@@ -2148,9 +1822,7 @@ export var DeleteDataSource = [
|
|
|
2148
1822
|
9,
|
|
2149
1823
|
n0,
|
|
2150
1824
|
_DDS,
|
|
2151
|
-
{
|
|
2152
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2153
|
-
},
|
|
1825
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2154
1826
|
() => DeleteDataSourceRequest,
|
|
2155
1827
|
() => DeleteDataSourceResponse,
|
|
2156
1828
|
];
|
|
@@ -2158,9 +1830,7 @@ export var DeleteDomainName = [
|
|
|
2158
1830
|
9,
|
|
2159
1831
|
n0,
|
|
2160
1832
|
_DDN,
|
|
2161
|
-
{
|
|
2162
|
-
[_h]: ["DELETE", "/v1/domainnames/{domainName}", 200],
|
|
2163
|
-
},
|
|
1833
|
+
{ [_h]: ["DELETE", "/v1/domainnames/{domainName}", 200] },
|
|
2164
1834
|
() => DeleteDomainNameRequest,
|
|
2165
1835
|
() => DeleteDomainNameResponse,
|
|
2166
1836
|
];
|
|
@@ -2168,9 +1838,7 @@ export var DeleteFunction = [
|
|
|
2168
1838
|
9,
|
|
2169
1839
|
n0,
|
|
2170
1840
|
_DF,
|
|
2171
|
-
{
|
|
2172
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2173
|
-
},
|
|
1841
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2174
1842
|
() => DeleteFunctionRequest,
|
|
2175
1843
|
() => DeleteFunctionResponse,
|
|
2176
1844
|
];
|
|
@@ -2178,9 +1846,7 @@ export var DeleteGraphqlApi = [
|
|
|
2178
1846
|
9,
|
|
2179
1847
|
n0,
|
|
2180
1848
|
_DGA,
|
|
2181
|
-
{
|
|
2182
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}", 200],
|
|
2183
|
-
},
|
|
1849
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}", 200] },
|
|
2184
1850
|
() => DeleteGraphqlApiRequest,
|
|
2185
1851
|
() => DeleteGraphqlApiResponse,
|
|
2186
1852
|
];
|
|
@@ -2188,9 +1854,7 @@ export var DeleteResolver = [
|
|
|
2188
1854
|
9,
|
|
2189
1855
|
n0,
|
|
2190
1856
|
_DR,
|
|
2191
|
-
{
|
|
2192
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2193
|
-
},
|
|
1857
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2194
1858
|
() => DeleteResolverRequest,
|
|
2195
1859
|
() => DeleteResolverResponse,
|
|
2196
1860
|
];
|
|
@@ -2198,9 +1862,7 @@ export var DeleteType = [
|
|
|
2198
1862
|
9,
|
|
2199
1863
|
n0,
|
|
2200
1864
|
_DT,
|
|
2201
|
-
{
|
|
2202
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2203
|
-
},
|
|
1865
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2204
1866
|
() => DeleteTypeRequest,
|
|
2205
1867
|
() => DeleteTypeResponse,
|
|
2206
1868
|
];
|
|
@@ -2208,9 +1870,7 @@ export var DisassociateApi = [
|
|
|
2208
1870
|
9,
|
|
2209
1871
|
n0,
|
|
2210
1872
|
_DAi,
|
|
2211
|
-
{
|
|
2212
|
-
[_h]: ["DELETE", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
2213
|
-
},
|
|
1873
|
+
{ [_h]: ["DELETE", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
2214
1874
|
() => DisassociateApiRequest,
|
|
2215
1875
|
() => DisassociateApiResponse,
|
|
2216
1876
|
];
|
|
@@ -2218,9 +1878,7 @@ export var DisassociateMergedGraphqlApi = [
|
|
|
2218
1878
|
9,
|
|
2219
1879
|
n0,
|
|
2220
1880
|
_DMGA,
|
|
2221
|
-
{
|
|
2222
|
-
[_h]: ["DELETE", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}", 200],
|
|
2223
|
-
},
|
|
1881
|
+
{ [_h]: ["DELETE", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}", 200] },
|
|
2224
1882
|
() => DisassociateMergedGraphqlApiRequest,
|
|
2225
1883
|
() => DisassociateMergedGraphqlApiResponse,
|
|
2226
1884
|
];
|
|
@@ -2228,9 +1886,7 @@ export var DisassociateSourceGraphqlApi = [
|
|
|
2228
1886
|
9,
|
|
2229
1887
|
n0,
|
|
2230
1888
|
_DSGA,
|
|
2231
|
-
{
|
|
2232
|
-
[_h]: ["DELETE", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2233
|
-
},
|
|
1889
|
+
{ [_h]: ["DELETE", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2234
1890
|
() => DisassociateSourceGraphqlApiRequest,
|
|
2235
1891
|
() => DisassociateSourceGraphqlApiResponse,
|
|
2236
1892
|
];
|
|
@@ -2238,9 +1894,7 @@ export var EvaluateCode = [
|
|
|
2238
1894
|
9,
|
|
2239
1895
|
n0,
|
|
2240
1896
|
_ECv,
|
|
2241
|
-
{
|
|
2242
|
-
[_h]: ["POST", "/v1/dataplane-evaluatecode", 200],
|
|
2243
|
-
},
|
|
1897
|
+
{ [_h]: ["POST", "/v1/dataplane-evaluatecode", 200] },
|
|
2244
1898
|
() => EvaluateCodeRequest,
|
|
2245
1899
|
() => EvaluateCodeResponse,
|
|
2246
1900
|
];
|
|
@@ -2248,9 +1902,7 @@ export var EvaluateMappingTemplate = [
|
|
|
2248
1902
|
9,
|
|
2249
1903
|
n0,
|
|
2250
1904
|
_EMT,
|
|
2251
|
-
{
|
|
2252
|
-
[_h]: ["POST", "/v1/dataplane-evaluatetemplate", 200],
|
|
2253
|
-
},
|
|
1905
|
+
{ [_h]: ["POST", "/v1/dataplane-evaluatetemplate", 200] },
|
|
2254
1906
|
() => EvaluateMappingTemplateRequest,
|
|
2255
1907
|
() => EvaluateMappingTemplateResponse,
|
|
2256
1908
|
];
|
|
@@ -2258,9 +1910,7 @@ export var FlushApiCache = [
|
|
|
2258
1910
|
9,
|
|
2259
1911
|
n0,
|
|
2260
1912
|
_FAC,
|
|
2261
|
-
{
|
|
2262
|
-
[_h]: ["DELETE", "/v1/apis/{apiId}/FlushCache", 200],
|
|
2263
|
-
},
|
|
1913
|
+
{ [_h]: ["DELETE", "/v1/apis/{apiId}/FlushCache", 200] },
|
|
2264
1914
|
() => FlushApiCacheRequest,
|
|
2265
1915
|
() => FlushApiCacheResponse,
|
|
2266
1916
|
];
|
|
@@ -2268,9 +1918,7 @@ export var GetApi = [
|
|
|
2268
1918
|
9,
|
|
2269
1919
|
n0,
|
|
2270
1920
|
_GAe,
|
|
2271
|
-
{
|
|
2272
|
-
[_h]: ["GET", "/v2/apis/{apiId}", 200],
|
|
2273
|
-
},
|
|
1921
|
+
{ [_h]: ["GET", "/v2/apis/{apiId}", 200] },
|
|
2274
1922
|
() => GetApiRequest,
|
|
2275
1923
|
() => GetApiResponse,
|
|
2276
1924
|
];
|
|
@@ -2278,9 +1926,7 @@ export var GetApiAssociation = [
|
|
|
2278
1926
|
9,
|
|
2279
1927
|
n0,
|
|
2280
1928
|
_GAA,
|
|
2281
|
-
{
|
|
2282
|
-
[_h]: ["GET", "/v1/domainnames/{domainName}/apiassociation", 200],
|
|
2283
|
-
},
|
|
1929
|
+
{ [_h]: ["GET", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
2284
1930
|
() => GetApiAssociationRequest,
|
|
2285
1931
|
() => GetApiAssociationResponse,
|
|
2286
1932
|
];
|
|
@@ -2288,9 +1934,7 @@ export var GetApiCache = [
|
|
|
2288
1934
|
9,
|
|
2289
1935
|
n0,
|
|
2290
1936
|
_GAC,
|
|
2291
|
-
{
|
|
2292
|
-
[_h]: ["GET", "/v1/apis/{apiId}/ApiCaches", 200],
|
|
2293
|
-
},
|
|
1937
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
2294
1938
|
() => GetApiCacheRequest,
|
|
2295
1939
|
() => GetApiCacheResponse,
|
|
2296
1940
|
];
|
|
@@ -2298,9 +1942,7 @@ export var GetChannelNamespace = [
|
|
|
2298
1942
|
9,
|
|
2299
1943
|
n0,
|
|
2300
1944
|
_GCN,
|
|
2301
|
-
{
|
|
2302
|
-
[_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2303
|
-
},
|
|
1945
|
+
{ [_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2304
1946
|
() => GetChannelNamespaceRequest,
|
|
2305
1947
|
() => GetChannelNamespaceResponse,
|
|
2306
1948
|
];
|
|
@@ -2308,9 +1950,7 @@ export var GetDataSource = [
|
|
|
2308
1950
|
9,
|
|
2309
1951
|
n0,
|
|
2310
1952
|
_GDS,
|
|
2311
|
-
{
|
|
2312
|
-
[_h]: ["GET", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2313
|
-
},
|
|
1953
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2314
1954
|
() => GetDataSourceRequest,
|
|
2315
1955
|
() => GetDataSourceResponse,
|
|
2316
1956
|
];
|
|
@@ -2318,9 +1958,7 @@ export var GetDataSourceIntrospection = [
|
|
|
2318
1958
|
9,
|
|
2319
1959
|
n0,
|
|
2320
1960
|
_GDSI,
|
|
2321
|
-
{
|
|
2322
|
-
[_h]: ["GET", "/v1/datasources/introspections/{introspectionId}", 200],
|
|
2323
|
-
},
|
|
1961
|
+
{ [_h]: ["GET", "/v1/datasources/introspections/{introspectionId}", 200] },
|
|
2324
1962
|
() => GetDataSourceIntrospectionRequest,
|
|
2325
1963
|
() => GetDataSourceIntrospectionResponse,
|
|
2326
1964
|
];
|
|
@@ -2328,9 +1966,7 @@ export var GetDomainName = [
|
|
|
2328
1966
|
9,
|
|
2329
1967
|
n0,
|
|
2330
1968
|
_GDN,
|
|
2331
|
-
{
|
|
2332
|
-
[_h]: ["GET", "/v1/domainnames/{domainName}", 200],
|
|
2333
|
-
},
|
|
1969
|
+
{ [_h]: ["GET", "/v1/domainnames/{domainName}", 200] },
|
|
2334
1970
|
() => GetDomainNameRequest,
|
|
2335
1971
|
() => GetDomainNameResponse,
|
|
2336
1972
|
];
|
|
@@ -2338,9 +1974,7 @@ export var GetFunction = [
|
|
|
2338
1974
|
9,
|
|
2339
1975
|
n0,
|
|
2340
1976
|
_GF,
|
|
2341
|
-
{
|
|
2342
|
-
[_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2343
|
-
},
|
|
1977
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2344
1978
|
() => GetFunctionRequest,
|
|
2345
1979
|
() => GetFunctionResponse,
|
|
2346
1980
|
];
|
|
@@ -2348,9 +1982,7 @@ export var GetGraphqlApi = [
|
|
|
2348
1982
|
9,
|
|
2349
1983
|
n0,
|
|
2350
1984
|
_GGA,
|
|
2351
|
-
{
|
|
2352
|
-
[_h]: ["GET", "/v1/apis/{apiId}", 200],
|
|
2353
|
-
},
|
|
1985
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}", 200] },
|
|
2354
1986
|
() => GetGraphqlApiRequest,
|
|
2355
1987
|
() => GetGraphqlApiResponse,
|
|
2356
1988
|
];
|
|
@@ -2358,9 +1990,7 @@ export var GetGraphqlApiEnvironmentVariables = [
|
|
|
2358
1990
|
9,
|
|
2359
1991
|
n0,
|
|
2360
1992
|
_GGAEV,
|
|
2361
|
-
{
|
|
2362
|
-
[_h]: ["GET", "/v1/apis/{apiId}/environmentVariables", 200],
|
|
2363
|
-
},
|
|
1993
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/environmentVariables", 200] },
|
|
2364
1994
|
() => GetGraphqlApiEnvironmentVariablesRequest,
|
|
2365
1995
|
() => GetGraphqlApiEnvironmentVariablesResponse,
|
|
2366
1996
|
];
|
|
@@ -2368,9 +1998,7 @@ export var GetIntrospectionSchema = [
|
|
|
2368
1998
|
9,
|
|
2369
1999
|
n0,
|
|
2370
2000
|
_GIS,
|
|
2371
|
-
{
|
|
2372
|
-
[_h]: ["GET", "/v1/apis/{apiId}/schema", 200],
|
|
2373
|
-
},
|
|
2001
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/schema", 200] },
|
|
2374
2002
|
() => GetIntrospectionSchemaRequest,
|
|
2375
2003
|
() => GetIntrospectionSchemaResponse,
|
|
2376
2004
|
];
|
|
@@ -2378,9 +2006,7 @@ export var GetResolver = [
|
|
|
2378
2006
|
9,
|
|
2379
2007
|
n0,
|
|
2380
2008
|
_GR,
|
|
2381
|
-
{
|
|
2382
|
-
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2383
|
-
},
|
|
2009
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2384
2010
|
() => GetResolverRequest,
|
|
2385
2011
|
() => GetResolverResponse,
|
|
2386
2012
|
];
|
|
@@ -2388,9 +2014,7 @@ export var GetSchemaCreationStatus = [
|
|
|
2388
2014
|
9,
|
|
2389
2015
|
n0,
|
|
2390
2016
|
_GSCS,
|
|
2391
|
-
{
|
|
2392
|
-
[_h]: ["GET", "/v1/apis/{apiId}/schemacreation", 200],
|
|
2393
|
-
},
|
|
2017
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/schemacreation", 200] },
|
|
2394
2018
|
() => GetSchemaCreationStatusRequest,
|
|
2395
2019
|
() => GetSchemaCreationStatusResponse,
|
|
2396
2020
|
];
|
|
@@ -2398,9 +2022,7 @@ export var GetSourceApiAssociation = [
|
|
|
2398
2022
|
9,
|
|
2399
2023
|
n0,
|
|
2400
2024
|
_GSAA,
|
|
2401
|
-
{
|
|
2402
|
-
[_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2403
|
-
},
|
|
2025
|
+
{ [_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2404
2026
|
() => GetSourceApiAssociationRequest,
|
|
2405
2027
|
() => GetSourceApiAssociationResponse,
|
|
2406
2028
|
];
|
|
@@ -2408,9 +2030,7 @@ export var GetType = [
|
|
|
2408
2030
|
9,
|
|
2409
2031
|
n0,
|
|
2410
2032
|
_GT,
|
|
2411
|
-
{
|
|
2412
|
-
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2413
|
-
},
|
|
2033
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2414
2034
|
() => GetTypeRequest,
|
|
2415
2035
|
() => GetTypeResponse,
|
|
2416
2036
|
];
|
|
@@ -2418,9 +2038,7 @@ export var ListApiKeys = [
|
|
|
2418
2038
|
9,
|
|
2419
2039
|
n0,
|
|
2420
2040
|
_LAK,
|
|
2421
|
-
{
|
|
2422
|
-
[_h]: ["GET", "/v1/apis/{apiId}/apikeys", 200],
|
|
2423
|
-
},
|
|
2041
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/apikeys", 200] },
|
|
2424
2042
|
() => ListApiKeysRequest,
|
|
2425
2043
|
() => ListApiKeysResponse,
|
|
2426
2044
|
];
|
|
@@ -2428,9 +2046,7 @@ export var ListApis = [
|
|
|
2428
2046
|
9,
|
|
2429
2047
|
n0,
|
|
2430
2048
|
_LA,
|
|
2431
|
-
{
|
|
2432
|
-
[_h]: ["GET", "/v2/apis", 200],
|
|
2433
|
-
},
|
|
2049
|
+
{ [_h]: ["GET", "/v2/apis", 200] },
|
|
2434
2050
|
() => ListApisRequest,
|
|
2435
2051
|
() => ListApisResponse,
|
|
2436
2052
|
];
|
|
@@ -2438,9 +2054,7 @@ export var ListChannelNamespaces = [
|
|
|
2438
2054
|
9,
|
|
2439
2055
|
n0,
|
|
2440
2056
|
_LCN,
|
|
2441
|
-
{
|
|
2442
|
-
[_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces", 200],
|
|
2443
|
-
},
|
|
2057
|
+
{ [_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces", 200] },
|
|
2444
2058
|
() => ListChannelNamespacesRequest,
|
|
2445
2059
|
() => ListChannelNamespacesResponse,
|
|
2446
2060
|
];
|
|
@@ -2448,9 +2062,7 @@ export var ListDataSources = [
|
|
|
2448
2062
|
9,
|
|
2449
2063
|
n0,
|
|
2450
2064
|
_LDS,
|
|
2451
|
-
{
|
|
2452
|
-
[_h]: ["GET", "/v1/apis/{apiId}/datasources", 200],
|
|
2453
|
-
},
|
|
2065
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/datasources", 200] },
|
|
2454
2066
|
() => ListDataSourcesRequest,
|
|
2455
2067
|
() => ListDataSourcesResponse,
|
|
2456
2068
|
];
|
|
@@ -2458,9 +2070,7 @@ export var ListDomainNames = [
|
|
|
2458
2070
|
9,
|
|
2459
2071
|
n0,
|
|
2460
2072
|
_LDN,
|
|
2461
|
-
{
|
|
2462
|
-
[_h]: ["GET", "/v1/domainnames", 200],
|
|
2463
|
-
},
|
|
2073
|
+
{ [_h]: ["GET", "/v1/domainnames", 200] },
|
|
2464
2074
|
() => ListDomainNamesRequest,
|
|
2465
2075
|
() => ListDomainNamesResponse,
|
|
2466
2076
|
];
|
|
@@ -2468,9 +2078,7 @@ export var ListFunctions = [
|
|
|
2468
2078
|
9,
|
|
2469
2079
|
n0,
|
|
2470
2080
|
_LF,
|
|
2471
|
-
{
|
|
2472
|
-
[_h]: ["GET", "/v1/apis/{apiId}/functions", 200],
|
|
2473
|
-
},
|
|
2081
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/functions", 200] },
|
|
2474
2082
|
() => ListFunctionsRequest,
|
|
2475
2083
|
() => ListFunctionsResponse,
|
|
2476
2084
|
];
|
|
@@ -2478,9 +2086,7 @@ export var ListGraphqlApis = [
|
|
|
2478
2086
|
9,
|
|
2479
2087
|
n0,
|
|
2480
2088
|
_LGA,
|
|
2481
|
-
{
|
|
2482
|
-
[_h]: ["GET", "/v1/apis", 200],
|
|
2483
|
-
},
|
|
2089
|
+
{ [_h]: ["GET", "/v1/apis", 200] },
|
|
2484
2090
|
() => ListGraphqlApisRequest,
|
|
2485
2091
|
() => ListGraphqlApisResponse,
|
|
2486
2092
|
];
|
|
@@ -2488,9 +2094,7 @@ export var ListResolvers = [
|
|
|
2488
2094
|
9,
|
|
2489
2095
|
n0,
|
|
2490
2096
|
_LR,
|
|
2491
|
-
{
|
|
2492
|
-
[_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200],
|
|
2493
|
-
},
|
|
2097
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200] },
|
|
2494
2098
|
() => ListResolversRequest,
|
|
2495
2099
|
() => ListResolversResponse,
|
|
2496
2100
|
];
|
|
@@ -2498,9 +2102,7 @@ export var ListResolversByFunction = [
|
|
|
2498
2102
|
9,
|
|
2499
2103
|
n0,
|
|
2500
2104
|
_LRBF,
|
|
2501
|
-
{
|
|
2502
|
-
[_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}/resolvers", 200],
|
|
2503
|
-
},
|
|
2105
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}/resolvers", 200] },
|
|
2504
2106
|
() => ListResolversByFunctionRequest,
|
|
2505
2107
|
() => ListResolversByFunctionResponse,
|
|
2506
2108
|
];
|
|
@@ -2508,9 +2110,7 @@ export var ListSourceApiAssociations = [
|
|
|
2508
2110
|
9,
|
|
2509
2111
|
n0,
|
|
2510
2112
|
_LSAA,
|
|
2511
|
-
{
|
|
2512
|
-
[_h]: ["GET", "/v1/apis/{apiId}/sourceApiAssociations", 200],
|
|
2513
|
-
},
|
|
2113
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/sourceApiAssociations", 200] },
|
|
2514
2114
|
() => ListSourceApiAssociationsRequest,
|
|
2515
2115
|
() => ListSourceApiAssociationsResponse,
|
|
2516
2116
|
];
|
|
@@ -2518,9 +2118,7 @@ export var ListTagsForResource = [
|
|
|
2518
2118
|
9,
|
|
2519
2119
|
n0,
|
|
2520
2120
|
_LTFR,
|
|
2521
|
-
{
|
|
2522
|
-
[_h]: ["GET", "/v1/tags/{resourceArn}", 200],
|
|
2523
|
-
},
|
|
2121
|
+
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
|
|
2524
2122
|
() => ListTagsForResourceRequest,
|
|
2525
2123
|
() => ListTagsForResourceResponse,
|
|
2526
2124
|
];
|
|
@@ -2528,9 +2126,7 @@ export var ListTypes = [
|
|
|
2528
2126
|
9,
|
|
2529
2127
|
n0,
|
|
2530
2128
|
_LT,
|
|
2531
|
-
{
|
|
2532
|
-
[_h]: ["GET", "/v1/apis/{apiId}/types", 200],
|
|
2533
|
-
},
|
|
2129
|
+
{ [_h]: ["GET", "/v1/apis/{apiId}/types", 200] },
|
|
2534
2130
|
() => ListTypesRequest,
|
|
2535
2131
|
() => ListTypesResponse,
|
|
2536
2132
|
];
|
|
@@ -2538,9 +2134,7 @@ export var ListTypesByAssociation = [
|
|
|
2538
2134
|
9,
|
|
2539
2135
|
n0,
|
|
2540
2136
|
_LTBA,
|
|
2541
|
-
{
|
|
2542
|
-
[_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types", 200],
|
|
2543
|
-
},
|
|
2137
|
+
{ [_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types", 200] },
|
|
2544
2138
|
() => ListTypesByAssociationRequest,
|
|
2545
2139
|
() => ListTypesByAssociationResponse,
|
|
2546
2140
|
];
|
|
@@ -2548,9 +2142,7 @@ export var PutGraphqlApiEnvironmentVariables = [
|
|
|
2548
2142
|
9,
|
|
2549
2143
|
n0,
|
|
2550
2144
|
_PGAEV,
|
|
2551
|
-
{
|
|
2552
|
-
[_h]: ["PUT", "/v1/apis/{apiId}/environmentVariables", 200],
|
|
2553
|
-
},
|
|
2145
|
+
{ [_h]: ["PUT", "/v1/apis/{apiId}/environmentVariables", 200] },
|
|
2554
2146
|
() => PutGraphqlApiEnvironmentVariablesRequest,
|
|
2555
2147
|
() => PutGraphqlApiEnvironmentVariablesResponse,
|
|
2556
2148
|
];
|
|
@@ -2558,9 +2150,7 @@ export var StartDataSourceIntrospection = [
|
|
|
2558
2150
|
9,
|
|
2559
2151
|
n0,
|
|
2560
2152
|
_SDSI,
|
|
2561
|
-
{
|
|
2562
|
-
[_h]: ["POST", "/v1/datasources/introspections", 200],
|
|
2563
|
-
},
|
|
2153
|
+
{ [_h]: ["POST", "/v1/datasources/introspections", 200] },
|
|
2564
2154
|
() => StartDataSourceIntrospectionRequest,
|
|
2565
2155
|
() => StartDataSourceIntrospectionResponse,
|
|
2566
2156
|
];
|
|
@@ -2568,9 +2158,7 @@ export var StartSchemaCreation = [
|
|
|
2568
2158
|
9,
|
|
2569
2159
|
n0,
|
|
2570
2160
|
_SSC,
|
|
2571
|
-
{
|
|
2572
|
-
[_h]: ["POST", "/v1/apis/{apiId}/schemacreation", 200],
|
|
2573
|
-
},
|
|
2161
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/schemacreation", 200] },
|
|
2574
2162
|
() => StartSchemaCreationRequest,
|
|
2575
2163
|
() => StartSchemaCreationResponse,
|
|
2576
2164
|
];
|
|
@@ -2578,9 +2166,7 @@ export var StartSchemaMerge = [
|
|
|
2578
2166
|
9,
|
|
2579
2167
|
n0,
|
|
2580
2168
|
_SSM,
|
|
2581
|
-
{
|
|
2582
|
-
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge", 200],
|
|
2583
|
-
},
|
|
2169
|
+
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge", 200] },
|
|
2584
2170
|
() => StartSchemaMergeRequest,
|
|
2585
2171
|
() => StartSchemaMergeResponse,
|
|
2586
2172
|
];
|
|
@@ -2588,9 +2174,7 @@ export var TagResource = [
|
|
|
2588
2174
|
9,
|
|
2589
2175
|
n0,
|
|
2590
2176
|
_TR,
|
|
2591
|
-
{
|
|
2592
|
-
[_h]: ["POST", "/v1/tags/{resourceArn}", 200],
|
|
2593
|
-
},
|
|
2177
|
+
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 200] },
|
|
2594
2178
|
() => TagResourceRequest,
|
|
2595
2179
|
() => TagResourceResponse,
|
|
2596
2180
|
];
|
|
@@ -2598,9 +2182,7 @@ export var UntagResource = [
|
|
|
2598
2182
|
9,
|
|
2599
2183
|
n0,
|
|
2600
2184
|
_UR,
|
|
2601
|
-
{
|
|
2602
|
-
[_h]: ["DELETE", "/v1/tags/{resourceArn}", 200],
|
|
2603
|
-
},
|
|
2185
|
+
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
|
|
2604
2186
|
() => UntagResourceRequest,
|
|
2605
2187
|
() => UntagResourceResponse,
|
|
2606
2188
|
];
|
|
@@ -2608,9 +2190,7 @@ export var UpdateApi = [
|
|
|
2608
2190
|
9,
|
|
2609
2191
|
n0,
|
|
2610
2192
|
_UA,
|
|
2611
|
-
{
|
|
2612
|
-
[_h]: ["POST", "/v2/apis/{apiId}", 200],
|
|
2613
|
-
},
|
|
2193
|
+
{ [_h]: ["POST", "/v2/apis/{apiId}", 200] },
|
|
2614
2194
|
() => UpdateApiRequest,
|
|
2615
2195
|
() => UpdateApiResponse,
|
|
2616
2196
|
];
|
|
@@ -2618,9 +2198,7 @@ export var UpdateApiCache = [
|
|
|
2618
2198
|
9,
|
|
2619
2199
|
n0,
|
|
2620
2200
|
_UAC,
|
|
2621
|
-
{
|
|
2622
|
-
[_h]: ["POST", "/v1/apis/{apiId}/ApiCaches/update", 200],
|
|
2623
|
-
},
|
|
2201
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/ApiCaches/update", 200] },
|
|
2624
2202
|
() => UpdateApiCacheRequest,
|
|
2625
2203
|
() => UpdateApiCacheResponse,
|
|
2626
2204
|
];
|
|
@@ -2628,9 +2206,7 @@ export var UpdateApiKey = [
|
|
|
2628
2206
|
9,
|
|
2629
2207
|
n0,
|
|
2630
2208
|
_UAK,
|
|
2631
|
-
{
|
|
2632
|
-
[_h]: ["POST", "/v1/apis/{apiId}/apikeys/{id}", 200],
|
|
2633
|
-
},
|
|
2209
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/apikeys/{id}", 200] },
|
|
2634
2210
|
() => UpdateApiKeyRequest,
|
|
2635
2211
|
() => UpdateApiKeyResponse,
|
|
2636
2212
|
];
|
|
@@ -2638,9 +2214,7 @@ export var UpdateChannelNamespace = [
|
|
|
2638
2214
|
9,
|
|
2639
2215
|
n0,
|
|
2640
2216
|
_UCN,
|
|
2641
|
-
{
|
|
2642
|
-
[_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces/{name}", 200],
|
|
2643
|
-
},
|
|
2217
|
+
{ [_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2644
2218
|
() => UpdateChannelNamespaceRequest,
|
|
2645
2219
|
() => UpdateChannelNamespaceResponse,
|
|
2646
2220
|
];
|
|
@@ -2648,9 +2222,7 @@ export var UpdateDataSource = [
|
|
|
2648
2222
|
9,
|
|
2649
2223
|
n0,
|
|
2650
2224
|
_UDS,
|
|
2651
|
-
{
|
|
2652
|
-
[_h]: ["POST", "/v1/apis/{apiId}/datasources/{name}", 200],
|
|
2653
|
-
},
|
|
2225
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2654
2226
|
() => UpdateDataSourceRequest,
|
|
2655
2227
|
() => UpdateDataSourceResponse,
|
|
2656
2228
|
];
|
|
@@ -2658,9 +2230,7 @@ export var UpdateDomainName = [
|
|
|
2658
2230
|
9,
|
|
2659
2231
|
n0,
|
|
2660
2232
|
_UDN,
|
|
2661
|
-
{
|
|
2662
|
-
[_h]: ["POST", "/v1/domainnames/{domainName}", 200],
|
|
2663
|
-
},
|
|
2233
|
+
{ [_h]: ["POST", "/v1/domainnames/{domainName}", 200] },
|
|
2664
2234
|
() => UpdateDomainNameRequest,
|
|
2665
2235
|
() => UpdateDomainNameResponse,
|
|
2666
2236
|
];
|
|
@@ -2668,9 +2238,7 @@ export var UpdateFunction = [
|
|
|
2668
2238
|
9,
|
|
2669
2239
|
n0,
|
|
2670
2240
|
_UF,
|
|
2671
|
-
{
|
|
2672
|
-
[_h]: ["POST", "/v1/apis/{apiId}/functions/{functionId}", 200],
|
|
2673
|
-
},
|
|
2241
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2674
2242
|
() => UpdateFunctionRequest,
|
|
2675
2243
|
() => UpdateFunctionResponse,
|
|
2676
2244
|
];
|
|
@@ -2678,9 +2246,7 @@ export var UpdateGraphqlApi = [
|
|
|
2678
2246
|
9,
|
|
2679
2247
|
n0,
|
|
2680
2248
|
_UGA,
|
|
2681
|
-
{
|
|
2682
|
-
[_h]: ["POST", "/v1/apis/{apiId}", 200],
|
|
2683
|
-
},
|
|
2249
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}", 200] },
|
|
2684
2250
|
() => UpdateGraphqlApiRequest,
|
|
2685
2251
|
() => UpdateGraphqlApiResponse,
|
|
2686
2252
|
];
|
|
@@ -2688,9 +2254,7 @@ export var UpdateResolver = [
|
|
|
2688
2254
|
9,
|
|
2689
2255
|
n0,
|
|
2690
2256
|
_URp,
|
|
2691
|
-
{
|
|
2692
|
-
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200],
|
|
2693
|
-
},
|
|
2257
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2694
2258
|
() => UpdateResolverRequest,
|
|
2695
2259
|
() => UpdateResolverResponse,
|
|
2696
2260
|
];
|
|
@@ -2698,9 +2262,7 @@ export var UpdateSourceApiAssociation = [
|
|
|
2698
2262
|
9,
|
|
2699
2263
|
n0,
|
|
2700
2264
|
_USAA,
|
|
2701
|
-
{
|
|
2702
|
-
[_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200],
|
|
2703
|
-
},
|
|
2265
|
+
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2704
2266
|
() => UpdateSourceApiAssociationRequest,
|
|
2705
2267
|
() => UpdateSourceApiAssociationResponse,
|
|
2706
2268
|
];
|
|
@@ -2708,9 +2270,7 @@ export var UpdateType = [
|
|
|
2708
2270
|
9,
|
|
2709
2271
|
n0,
|
|
2710
2272
|
_UT,
|
|
2711
|
-
{
|
|
2712
|
-
[_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}", 200],
|
|
2713
|
-
},
|
|
2273
|
+
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2714
2274
|
() => UpdateTypeRequest,
|
|
2715
2275
|
() => UpdateTypeResponse,
|
|
2716
2276
|
];
|