@aws-sdk/client-appsync 3.952.0 → 3.953.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 +985 -677
- package/dist-cjs/runtimeConfig.shared.js +7 -1
- package/dist-es/commands/AssociateApiCommand.js +2 -2
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +2 -2
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +2 -2
- package/dist-es/commands/CreateApiCacheCommand.js +2 -2
- package/dist-es/commands/CreateApiCommand.js +2 -2
- package/dist-es/commands/CreateApiKeyCommand.js +2 -2
- package/dist-es/commands/CreateChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceCommand.js +2 -2
- package/dist-es/commands/CreateDomainNameCommand.js +2 -2
- package/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/dist-es/commands/CreateGraphqlApiCommand.js +2 -2
- package/dist-es/commands/CreateResolverCommand.js +2 -2
- package/dist-es/commands/CreateTypeCommand.js +2 -2
- package/dist-es/commands/DeleteApiCacheCommand.js +2 -2
- package/dist-es/commands/DeleteApiCommand.js +2 -2
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -2
- package/dist-es/commands/DeleteResolverCommand.js +2 -2
- package/dist-es/commands/DeleteTypeCommand.js +2 -2
- package/dist-es/commands/DisassociateApiCommand.js +2 -2
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +2 -2
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +2 -2
- package/dist-es/commands/EvaluateCodeCommand.js +2 -2
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -2
- package/dist-es/commands/FlushApiCacheCommand.js +2 -2
- package/dist-es/commands/GetApiAssociationCommand.js +2 -2
- package/dist-es/commands/GetApiCacheCommand.js +2 -2
- package/dist-es/commands/GetApiCommand.js +2 -2
- package/dist-es/commands/GetChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/GetDataSourceCommand.js +2 -2
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +2 -2
- package/dist-es/commands/GetDomainNameCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetGraphqlApiCommand.js +2 -2
- package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +2 -2
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -2
- package/dist-es/commands/GetResolverCommand.js +2 -2
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -2
- package/dist-es/commands/GetSourceApiAssociationCommand.js +2 -2
- package/dist-es/commands/GetTypeCommand.js +2 -2
- package/dist-es/commands/ListApiKeysCommand.js +2 -2
- package/dist-es/commands/ListApisCommand.js +2 -2
- package/dist-es/commands/ListChannelNamespacesCommand.js +2 -2
- package/dist-es/commands/ListDataSourcesCommand.js +2 -2
- package/dist-es/commands/ListDomainNamesCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListGraphqlApisCommand.js +2 -2
- package/dist-es/commands/ListResolversByFunctionCommand.js +2 -2
- package/dist-es/commands/ListResolversCommand.js +2 -2
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTypesByAssociationCommand.js +2 -2
- package/dist-es/commands/ListTypesCommand.js +2 -2
- package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +2 -2
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +2 -2
- package/dist-es/commands/StartSchemaCreationCommand.js +2 -2
- package/dist-es/commands/StartSchemaMergeCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApiCacheCommand.js +2 -2
- package/dist-es/commands/UpdateApiCommand.js +2 -2
- package/dist-es/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-es/commands/UpdateChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionCommand.js +2 -2
- package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -2
- package/dist-es/commands/UpdateResolverCommand.js +2 -2
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateTypeCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -1
- package/dist-es/schemas/schemas_0.js +586 -571
- package/dist-types/AppSyncClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +294 -320
- package/dist-types/ts3.4/AppSyncClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +293 -320
- package/package.json +35 -35
|
@@ -522,28 +522,28 @@ const _wWAA = "wafWebAclArn";
|
|
|
522
522
|
const _xE = "xrayEnabled";
|
|
523
523
|
const n0 = "com.amazonaws.appsync";
|
|
524
524
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
525
|
-
import { AppSyncServiceException
|
|
526
|
-
import { AccessDeniedException
|
|
527
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
528
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
529
|
-
export var AdditionalAuthenticationProvider = [
|
|
525
|
+
import { AppSyncServiceException } from "../models/AppSyncServiceException";
|
|
526
|
+
import { AccessDeniedException, ApiKeyLimitExceededException, ApiKeyValidityOutOfBoundsException, ApiLimitExceededException, BadRequestException, ConcurrentModificationException, ConflictException, GraphQLSchemaException, InternalFailureException, LimitExceededException, NotFoundException, ServiceQuotaExceededException, UnauthorizedException, } from "../models/errors";
|
|
527
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
528
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
529
|
+
export var AdditionalAuthenticationProvider$ = [
|
|
530
530
|
3,
|
|
531
531
|
n0,
|
|
532
532
|
_AAP,
|
|
533
533
|
0,
|
|
534
534
|
[_aT, _oIDCC, _uPC, _lAC],
|
|
535
|
-
[0, () => OpenIDConnectConfig
|
|
535
|
+
[0, () => OpenIDConnectConfig$, () => CognitoUserPoolConfig$, () => LambdaAuthorizerConfig$],
|
|
536
536
|
];
|
|
537
|
-
export var Api = [
|
|
537
|
+
export var Api$ = [
|
|
538
538
|
3,
|
|
539
539
|
n0,
|
|
540
540
|
_A,
|
|
541
541
|
0,
|
|
542
542
|
[_aI, _n, _oC, _t, _d, _aA, _cr, _xE, _wWAA, _eC],
|
|
543
|
-
[0, 0, 0, 128 | 0, 128 | 0, 0, 4, 2, 0, () => EventConfig],
|
|
543
|
+
[0, 0, 0, 128 | 0, 128 | 0, 0, 4, 2, 0, () => EventConfig$],
|
|
544
544
|
];
|
|
545
|
-
export var ApiAssociation = [3, n0, _AA, 0, [_dN, _aI, _aS, _dD], [0, 0, 0, 0]];
|
|
546
|
-
export var ApiCache = [
|
|
545
|
+
export var ApiAssociation$ = [3, n0, _AA, 0, [_dN, _aI, _aS, _dD], [0, 0, 0, 0]];
|
|
546
|
+
export var ApiCache$ = [
|
|
547
547
|
3,
|
|
548
548
|
n0,
|
|
549
549
|
_AC,
|
|
@@ -551,10 +551,10 @@ export var ApiCache = [
|
|
|
551
551
|
[_tt, _aCB, _tEE, _aREE, _ty, _s, _hMC],
|
|
552
552
|
[1, 0, 2, 2, 0, 0, 0],
|
|
553
553
|
];
|
|
554
|
-
export var ApiKey = [3, n0, _AK, 0, [_i, _de, _ex, _del], [0, 0, 1, 1]];
|
|
555
|
-
export var ApiKeyLimitExceededException = [-3, n0, _AKLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
556
|
-
TypeRegistry.for(n0).registerError(ApiKeyLimitExceededException
|
|
557
|
-
export var ApiKeyValidityOutOfBoundsException = [
|
|
554
|
+
export var ApiKey$ = [3, n0, _AK, 0, [_i, _de, _ex, _del], [0, 0, 1, 1]];
|
|
555
|
+
export var ApiKeyLimitExceededException$ = [-3, n0, _AKLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
556
|
+
TypeRegistry.for(n0).registerError(ApiKeyLimitExceededException$, ApiKeyLimitExceededException);
|
|
557
|
+
export var ApiKeyValidityOutOfBoundsException$ = [
|
|
558
558
|
-3,
|
|
559
559
|
n0,
|
|
560
560
|
_AKVOOBE,
|
|
@@ -562,83 +562,83 @@ export var ApiKeyValidityOutOfBoundsException = [
|
|
|
562
562
|
[_m],
|
|
563
563
|
[0],
|
|
564
564
|
];
|
|
565
|
-
TypeRegistry.for(n0).registerError(ApiKeyValidityOutOfBoundsException
|
|
566
|
-
export var ApiLimitExceededException = [-3, n0, _ALEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
567
|
-
TypeRegistry.for(n0).registerError(ApiLimitExceededException
|
|
568
|
-
export var AppSyncRuntime = [3, n0, _ASR, 0, [_n, _rV], [0, 0]];
|
|
569
|
-
export var AssociateApiRequest = [3, n0, _AAR, 0, [_dN, _aI], [[0, 1], 0]];
|
|
570
|
-
export var AssociateApiResponse = [3, n0, _AARs, 0, [_aAp], [() => ApiAssociation]];
|
|
571
|
-
export var AssociateMergedGraphqlApiRequest = [
|
|
565
|
+
TypeRegistry.for(n0).registerError(ApiKeyValidityOutOfBoundsException$, ApiKeyValidityOutOfBoundsException);
|
|
566
|
+
export var ApiLimitExceededException$ = [-3, n0, _ALEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
567
|
+
TypeRegistry.for(n0).registerError(ApiLimitExceededException$, ApiLimitExceededException);
|
|
568
|
+
export var AppSyncRuntime$ = [3, n0, _ASR, 0, [_n, _rV], [0, 0]];
|
|
569
|
+
export var AssociateApiRequest$ = [3, n0, _AAR, 0, [_dN, _aI], [[0, 1], 0]];
|
|
570
|
+
export var AssociateApiResponse$ = [3, n0, _AARs, 0, [_aAp], [() => ApiAssociation$]];
|
|
571
|
+
export var AssociateMergedGraphqlApiRequest$ = [
|
|
572
572
|
3,
|
|
573
573
|
n0,
|
|
574
574
|
_AMGAR,
|
|
575
575
|
0,
|
|
576
576
|
[_sAI, _mAI, _de, _sAAC],
|
|
577
|
-
[[0, 1], 0, 0, () => SourceApiAssociationConfig],
|
|
577
|
+
[[0, 1], 0, 0, () => SourceApiAssociationConfig$],
|
|
578
578
|
];
|
|
579
|
-
export var AssociateMergedGraphqlApiResponse = [
|
|
579
|
+
export var AssociateMergedGraphqlApiResponse$ = [
|
|
580
580
|
3,
|
|
581
581
|
n0,
|
|
582
582
|
_AMGARs,
|
|
583
583
|
0,
|
|
584
584
|
[_sAA],
|
|
585
|
-
[() => SourceApiAssociation],
|
|
585
|
+
[() => SourceApiAssociation$],
|
|
586
586
|
];
|
|
587
|
-
export var AssociateSourceGraphqlApiRequest = [
|
|
587
|
+
export var AssociateSourceGraphqlApiRequest$ = [
|
|
588
588
|
3,
|
|
589
589
|
n0,
|
|
590
590
|
_ASGAR,
|
|
591
591
|
0,
|
|
592
592
|
[_mAI, _sAI, _de, _sAAC],
|
|
593
|
-
[[0, 1], 0, 0, () => SourceApiAssociationConfig],
|
|
593
|
+
[[0, 1], 0, 0, () => SourceApiAssociationConfig$],
|
|
594
594
|
];
|
|
595
|
-
export var AssociateSourceGraphqlApiResponse = [
|
|
595
|
+
export var AssociateSourceGraphqlApiResponse$ = [
|
|
596
596
|
3,
|
|
597
597
|
n0,
|
|
598
598
|
_ASGARs,
|
|
599
599
|
0,
|
|
600
600
|
[_sAA],
|
|
601
|
-
[() => SourceApiAssociation],
|
|
601
|
+
[() => SourceApiAssociation$],
|
|
602
602
|
];
|
|
603
|
-
export var AuthMode = [3, n0, _AM, 0, [_aTu], [0]];
|
|
604
|
-
export var AuthorizationConfig = [3, n0, _ACu, 0, [_aTut, _aIC], [0, () => AwsIamConfig]];
|
|
605
|
-
export var AuthProvider = [
|
|
603
|
+
export var AuthMode$ = [3, n0, _AM, 0, [_aTu], [0]];
|
|
604
|
+
export var AuthorizationConfig$ = [3, n0, _ACu, 0, [_aTut, _aIC], [0, () => AwsIamConfig$]];
|
|
605
|
+
export var AuthProvider$ = [
|
|
606
606
|
3,
|
|
607
607
|
n0,
|
|
608
608
|
_AP,
|
|
609
609
|
0,
|
|
610
610
|
[_aTu, _cC, _oIDCC, _lAC],
|
|
611
|
-
[0, () => CognitoConfig
|
|
611
|
+
[0, () => CognitoConfig$, () => OpenIDConnectConfig$, () => LambdaAuthorizerConfig$],
|
|
612
612
|
];
|
|
613
|
-
export var AwsIamConfig = [3, n0, _AIC, 0, [_sR, _sSN], [0, 0]];
|
|
614
|
-
export var BadRequestDetail = [3, n0, _BRD, 0, [_cE], [() => CodeErrors]];
|
|
615
|
-
export var BadRequestException = [
|
|
613
|
+
export var AwsIamConfig$ = [3, n0, _AIC, 0, [_sR, _sSN], [0, 0]];
|
|
614
|
+
export var BadRequestDetail$ = [3, n0, _BRD, 0, [_cE], [() => CodeErrors]];
|
|
615
|
+
export var BadRequestException$ = [
|
|
616
616
|
-3,
|
|
617
617
|
n0,
|
|
618
618
|
_BRE,
|
|
619
619
|
{ [_e]: _c, [_hE]: 400 },
|
|
620
620
|
[_m, _r, _det],
|
|
621
|
-
[0, 0, () => BadRequestDetail],
|
|
621
|
+
[0, 0, () => BadRequestDetail$],
|
|
622
622
|
];
|
|
623
|
-
TypeRegistry.for(n0).registerError(BadRequestException
|
|
624
|
-
export var CachingConfig = [3, n0, _CC, 0, [_tt, _cK], [1, 64 | 0]];
|
|
625
|
-
export var ChannelNamespace = [
|
|
623
|
+
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
624
|
+
export var CachingConfig$ = [3, n0, _CC, 0, [_tt, _cK], [1, 64 | 0]];
|
|
625
|
+
export var ChannelNamespace$ = [
|
|
626
626
|
3,
|
|
627
627
|
n0,
|
|
628
628
|
_CN,
|
|
629
629
|
0,
|
|
630
630
|
[_aI, _n, _sAM, _pAM, _cH, _t, _cNA, _cr, _lM, _hC],
|
|
631
|
-
[0, 0, () => AuthModes, () => AuthModes, 0, 128 | 0, 0, 4, 4, () => HandlerConfigs],
|
|
631
|
+
[0, 0, () => AuthModes, () => AuthModes, 0, 128 | 0, 0, 4, 4, () => HandlerConfigs$],
|
|
632
632
|
];
|
|
633
|
-
export var CodeError = [3, n0, _CE, 0, [_eT, _v, _l], [0, 0, () => CodeErrorLocation]];
|
|
634
|
-
export var CodeErrorLocation = [3, n0, _CEL, 0, [_li, _co, _sp], [1, 1, 1]];
|
|
635
|
-
export var CognitoConfig = [3, n0, _CCo, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
636
|
-
export var CognitoUserPoolConfig = [3, n0, _CUPC, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
637
|
-
export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
638
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
639
|
-
export var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
640
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
641
|
-
export var CreateApiCacheRequest = [
|
|
633
|
+
export var CodeError$ = [3, n0, _CE, 0, [_eT, _v, _l], [0, 0, () => CodeErrorLocation$]];
|
|
634
|
+
export var CodeErrorLocation$ = [3, n0, _CEL, 0, [_li, _co, _sp], [1, 1, 1]];
|
|
635
|
+
export var CognitoConfig$ = [3, n0, _CCo, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
636
|
+
export var CognitoUserPoolConfig$ = [3, n0, _CUPC, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
637
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
638
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
639
|
+
export var ConflictException$ = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
640
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
641
|
+
export var CreateApiCacheRequest$ = [
|
|
642
642
|
3,
|
|
643
643
|
n0,
|
|
644
644
|
_CACR,
|
|
@@ -646,28 +646,35 @@ export var CreateApiCacheRequest = [
|
|
|
646
646
|
[_aI, _tt, _tEE, _aREE, _aCB, _ty, _hMC],
|
|
647
647
|
[[0, 1], 1, 2, 2, 0, 0, 0],
|
|
648
648
|
];
|
|
649
|
-
export var CreateApiCacheResponse = [3, n0, _CACRr, 0, [_aC], [() => ApiCache]];
|
|
650
|
-
export var CreateApiKeyRequest = [3, n0, _CAKR, 0, [_aI, _de, _ex], [[0, 1], 0, 1]];
|
|
651
|
-
export var CreateApiKeyResponse = [3, n0, _CAKRr, 0, [_aK], [() => ApiKey]];
|
|
652
|
-
export var CreateApiRequest = [
|
|
649
|
+
export var CreateApiCacheResponse$ = [3, n0, _CACRr, 0, [_aC], [() => ApiCache$]];
|
|
650
|
+
export var CreateApiKeyRequest$ = [3, n0, _CAKR, 0, [_aI, _de, _ex], [[0, 1], 0, 1]];
|
|
651
|
+
export var CreateApiKeyResponse$ = [3, n0, _CAKRr, 0, [_aK], [() => ApiKey$]];
|
|
652
|
+
export var CreateApiRequest$ = [
|
|
653
653
|
3,
|
|
654
654
|
n0,
|
|
655
655
|
_CAR,
|
|
656
656
|
0,
|
|
657
657
|
[_n, _oC, _t, _eC],
|
|
658
|
-
[0, 0, 128 | 0, () => EventConfig],
|
|
658
|
+
[0, 0, 128 | 0, () => EventConfig$],
|
|
659
659
|
];
|
|
660
|
-
export var CreateApiResponse = [3, n0, _CARr, 0, [_a], [() => Api]];
|
|
661
|
-
export var CreateChannelNamespaceRequest = [
|
|
660
|
+
export var CreateApiResponse$ = [3, n0, _CARr, 0, [_a], [() => Api$]];
|
|
661
|
+
export var CreateChannelNamespaceRequest$ = [
|
|
662
662
|
3,
|
|
663
663
|
n0,
|
|
664
664
|
_CCNR,
|
|
665
665
|
0,
|
|
666
666
|
[_aI, _n, _sAM, _pAM, _cH, _t, _hC],
|
|
667
|
-
[[0, 1], 0, () => AuthModes, () => AuthModes, 0, 128 | 0, () => HandlerConfigs],
|
|
667
|
+
[[0, 1], 0, () => AuthModes, () => AuthModes, 0, 128 | 0, () => HandlerConfigs$],
|
|
668
668
|
];
|
|
669
|
-
export var CreateChannelNamespaceResponse = [
|
|
670
|
-
|
|
669
|
+
export var CreateChannelNamespaceResponse$ = [
|
|
670
|
+
3,
|
|
671
|
+
n0,
|
|
672
|
+
_CCNRr,
|
|
673
|
+
0,
|
|
674
|
+
[_cN],
|
|
675
|
+
[() => ChannelNamespace$],
|
|
676
|
+
];
|
|
677
|
+
export var CreateDataSourceRequest$ = [
|
|
671
678
|
3,
|
|
672
679
|
n0,
|
|
673
680
|
_CDSR,
|
|
@@ -679,29 +686,29 @@ export var CreateDataSourceRequest = [
|
|
|
679
686
|
0,
|
|
680
687
|
0,
|
|
681
688
|
0,
|
|
682
|
-
() => DynamodbDataSourceConfig
|
|
683
|
-
() => LambdaDataSourceConfig
|
|
684
|
-
() => ElasticsearchDataSourceConfig
|
|
685
|
-
() => OpenSearchServiceDataSourceConfig
|
|
686
|
-
() => HttpDataSourceConfig
|
|
687
|
-
() => RelationalDatabaseDataSourceConfig
|
|
688
|
-
() => EventBridgeDataSourceConfig
|
|
689
|
+
() => DynamodbDataSourceConfig$,
|
|
690
|
+
() => LambdaDataSourceConfig$,
|
|
691
|
+
() => ElasticsearchDataSourceConfig$,
|
|
692
|
+
() => OpenSearchServiceDataSourceConfig$,
|
|
693
|
+
() => HttpDataSourceConfig$,
|
|
694
|
+
() => RelationalDatabaseDataSourceConfig$,
|
|
695
|
+
() => EventBridgeDataSourceConfig$,
|
|
689
696
|
0,
|
|
690
697
|
],
|
|
691
698
|
];
|
|
692
|
-
export var CreateDataSourceResponse = [3, n0, _CDSRr, 0, [_dS], [() => DataSource]];
|
|
693
|
-
export var CreateDomainNameRequest = [3, n0, _CDNR, 0, [_dN, _cA, _de, _t], [0, 0, 0, 128 | 0]];
|
|
694
|
-
export var CreateDomainNameResponse = [3, n0, _CDNRr, 0, [_dNC], [() => DomainNameConfig]];
|
|
695
|
-
export var CreateFunctionRequest = [
|
|
699
|
+
export var CreateDataSourceResponse$ = [3, n0, _CDSRr, 0, [_dS], [() => DataSource$]];
|
|
700
|
+
export var CreateDomainNameRequest$ = [3, n0, _CDNR, 0, [_dN, _cA, _de, _t], [0, 0, 0, 128 | 0]];
|
|
701
|
+
export var CreateDomainNameResponse$ = [3, n0, _CDNRr, 0, [_dNC], [() => DomainNameConfig$]];
|
|
702
|
+
export var CreateFunctionRequest$ = [
|
|
696
703
|
3,
|
|
697
704
|
n0,
|
|
698
705
|
_CFR,
|
|
699
706
|
0,
|
|
700
707
|
[_aI, _n, _de, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
701
|
-
[[0, 1], 0, 0, 0, 0, 0, 0, () => SyncConfig
|
|
708
|
+
[[0, 1], 0, 0, 0, 0, 0, 0, () => SyncConfig$, 1, () => AppSyncRuntime$, 0],
|
|
702
709
|
];
|
|
703
|
-
export var CreateFunctionResponse = [3, n0, _CFRr, 0, [_fC], [() => FunctionConfiguration]];
|
|
704
|
-
export var CreateGraphqlApiRequest = [
|
|
710
|
+
export var CreateFunctionResponse$ = [3, n0, _CFRr, 0, [_fC], [() => FunctionConfiguration$]];
|
|
711
|
+
export var CreateGraphqlApiRequest$ = [
|
|
705
712
|
3,
|
|
706
713
|
n0,
|
|
707
714
|
_CGAR,
|
|
@@ -709,14 +716,14 @@ export var CreateGraphqlApiRequest = [
|
|
|
709
716
|
[_n, _lCo, _aT, _uPC, _oIDCC, _t, _aAP, _xE, _lAC, _aTp, _mAERA, _vi, _oC, _iC, _qDL, _rCL, _eMC],
|
|
710
717
|
[
|
|
711
718
|
0,
|
|
712
|
-
() => LogConfig
|
|
719
|
+
() => LogConfig$,
|
|
713
720
|
0,
|
|
714
|
-
() => UserPoolConfig
|
|
715
|
-
() => OpenIDConnectConfig
|
|
721
|
+
() => UserPoolConfig$,
|
|
722
|
+
() => OpenIDConnectConfig$,
|
|
716
723
|
128 | 0,
|
|
717
724
|
() => AdditionalAuthenticationProviders,
|
|
718
725
|
2,
|
|
719
|
-
() => LambdaAuthorizerConfig
|
|
726
|
+
() => LambdaAuthorizerConfig$,
|
|
720
727
|
0,
|
|
721
728
|
0,
|
|
722
729
|
0,
|
|
@@ -724,11 +731,11 @@ export var CreateGraphqlApiRequest = [
|
|
|
724
731
|
0,
|
|
725
732
|
1,
|
|
726
733
|
1,
|
|
727
|
-
() => EnhancedMetricsConfig
|
|
734
|
+
() => EnhancedMetricsConfig$,
|
|
728
735
|
],
|
|
729
736
|
];
|
|
730
|
-
export var CreateGraphqlApiResponse = [3, n0, _CGARr, 0, [_gA], [() => GraphqlApi]];
|
|
731
|
-
export var CreateResolverRequest = [
|
|
737
|
+
export var CreateGraphqlApiResponse$ = [3, n0, _CGARr, 0, [_gA], [() => GraphqlApi$]];
|
|
738
|
+
export var CreateResolverRequest$ = [
|
|
732
739
|
3,
|
|
733
740
|
n0,
|
|
734
741
|
_CRR,
|
|
@@ -742,19 +749,19 @@ export var CreateResolverRequest = [
|
|
|
742
749
|
0,
|
|
743
750
|
0,
|
|
744
751
|
0,
|
|
745
|
-
() => PipelineConfig
|
|
746
|
-
() => SyncConfig
|
|
747
|
-
() => CachingConfig
|
|
752
|
+
() => PipelineConfig$,
|
|
753
|
+
() => SyncConfig$,
|
|
754
|
+
() => CachingConfig$,
|
|
748
755
|
1,
|
|
749
|
-
() => AppSyncRuntime
|
|
756
|
+
() => AppSyncRuntime$,
|
|
750
757
|
0,
|
|
751
758
|
0,
|
|
752
759
|
],
|
|
753
760
|
];
|
|
754
|
-
export var CreateResolverResponse = [3, n0, _CRRr, 0, [_re], [() => Resolver]];
|
|
755
|
-
export var CreateTypeRequest = [3, n0, _CTR, 0, [_aI, _def, _f], [[0, 1], 0, 0]];
|
|
756
|
-
export var CreateTypeResponse = [3, n0, _CTRr, 0, [_ty], [() => Type]];
|
|
757
|
-
export var DataSource = [
|
|
761
|
+
export var CreateResolverResponse$ = [3, n0, _CRRr, 0, [_re], [() => Resolver$]];
|
|
762
|
+
export var CreateTypeRequest$ = [3, n0, _CTR, 0, [_aI, _def, _f], [[0, 1], 0, 0]];
|
|
763
|
+
export var CreateTypeResponse$ = [3, n0, _CTRr, 0, [_ty], [() => Type$]];
|
|
764
|
+
export var DataSource$ = [
|
|
758
765
|
3,
|
|
759
766
|
n0,
|
|
760
767
|
_DS,
|
|
@@ -766,17 +773,17 @@ export var DataSource = [
|
|
|
766
773
|
0,
|
|
767
774
|
0,
|
|
768
775
|
0,
|
|
769
|
-
() => DynamodbDataSourceConfig
|
|
770
|
-
() => LambdaDataSourceConfig
|
|
771
|
-
() => ElasticsearchDataSourceConfig
|
|
772
|
-
() => OpenSearchServiceDataSourceConfig
|
|
773
|
-
() => HttpDataSourceConfig
|
|
774
|
-
() => RelationalDatabaseDataSourceConfig
|
|
775
|
-
() => EventBridgeDataSourceConfig
|
|
776
|
+
() => DynamodbDataSourceConfig$,
|
|
777
|
+
() => LambdaDataSourceConfig$,
|
|
778
|
+
() => ElasticsearchDataSourceConfig$,
|
|
779
|
+
() => OpenSearchServiceDataSourceConfig$,
|
|
780
|
+
() => HttpDataSourceConfig$,
|
|
781
|
+
() => RelationalDatabaseDataSourceConfig$,
|
|
782
|
+
() => EventBridgeDataSourceConfig$,
|
|
776
783
|
0,
|
|
777
784
|
],
|
|
778
785
|
];
|
|
779
|
-
export var DataSourceIntrospectionModel = [
|
|
786
|
+
export var DataSourceIntrospectionModel$ = [
|
|
780
787
|
3,
|
|
781
788
|
n0,
|
|
782
789
|
_DSIM,
|
|
@@ -785,29 +792,29 @@ export var DataSourceIntrospectionModel = [
|
|
|
785
792
|
[
|
|
786
793
|
0,
|
|
787
794
|
() => DataSourceIntrospectionModelFields,
|
|
788
|
-
() => DataSourceIntrospectionModelIndex
|
|
795
|
+
() => DataSourceIntrospectionModelIndex$,
|
|
789
796
|
() => DataSourceIntrospectionModelIndexes,
|
|
790
797
|
0,
|
|
791
798
|
],
|
|
792
799
|
];
|
|
793
|
-
export var DataSourceIntrospectionModelField = [
|
|
800
|
+
export var DataSourceIntrospectionModelField$ = [
|
|
794
801
|
3,
|
|
795
802
|
n0,
|
|
796
803
|
_DSIMF,
|
|
797
804
|
0,
|
|
798
805
|
[_n, _ty, _le],
|
|
799
|
-
[0, () => DataSourceIntrospectionModelFieldType
|
|
806
|
+
[0, () => DataSourceIntrospectionModelFieldType$, 1],
|
|
800
807
|
];
|
|
801
|
-
export var DataSourceIntrospectionModelFieldType = [
|
|
808
|
+
export var DataSourceIntrospectionModelFieldType$ = [
|
|
802
809
|
3,
|
|
803
810
|
n0,
|
|
804
811
|
_DSIMFT,
|
|
805
812
|
0,
|
|
806
813
|
[_k, _n, _ty, _va],
|
|
807
|
-
[0, 0, () => DataSourceIntrospectionModelFieldType
|
|
814
|
+
[0, 0, () => DataSourceIntrospectionModelFieldType$, 64 | 0],
|
|
808
815
|
];
|
|
809
|
-
export var DataSourceIntrospectionModelIndex = [3, n0, _DSIMI, 0, [_n, _fi], [0, 64 | 0]];
|
|
810
|
-
export var DataSourceIntrospectionResult = [
|
|
816
|
+
export var DataSourceIntrospectionModelIndex$ = [3, n0, _DSIMI, 0, [_n, _fi], [0, 64 | 0]];
|
|
817
|
+
export var DataSourceIntrospectionResult$ = [
|
|
811
818
|
3,
|
|
812
819
|
n0,
|
|
813
820
|
_DSIR,
|
|
@@ -815,9 +822,9 @@ export var DataSourceIntrospectionResult = [
|
|
|
815
822
|
[_mo, _nT],
|
|
816
823
|
[() => DataSourceIntrospectionModels, 0],
|
|
817
824
|
];
|
|
818
|
-
export var DeleteApiCacheRequest = [3, n0, _DACR, 0, [_aI], [[0, 1]]];
|
|
819
|
-
export var DeleteApiCacheResponse = [3, n0, _DACRe, 0, [], []];
|
|
820
|
-
export var DeleteApiKeyRequest = [
|
|
825
|
+
export var DeleteApiCacheRequest$ = [3, n0, _DACR, 0, [_aI], [[0, 1]]];
|
|
826
|
+
export var DeleteApiCacheResponse$ = [3, n0, _DACRe, 0, [], []];
|
|
827
|
+
export var DeleteApiKeyRequest$ = [
|
|
821
828
|
3,
|
|
822
829
|
n0,
|
|
823
830
|
_DAKR,
|
|
@@ -828,10 +835,10 @@ export var DeleteApiKeyRequest = [
|
|
|
828
835
|
[0, 1],
|
|
829
836
|
],
|
|
830
837
|
];
|
|
831
|
-
export var DeleteApiKeyResponse = [3, n0, _DAKRe, 0, [], []];
|
|
832
|
-
export var DeleteApiRequest = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
833
|
-
export var DeleteApiResponse = [3, n0, _DARe, 0, [], []];
|
|
834
|
-
export var DeleteChannelNamespaceRequest = [
|
|
838
|
+
export var DeleteApiKeyResponse$ = [3, n0, _DAKRe, 0, [], []];
|
|
839
|
+
export var DeleteApiRequest$ = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
840
|
+
export var DeleteApiResponse$ = [3, n0, _DARe, 0, [], []];
|
|
841
|
+
export var DeleteChannelNamespaceRequest$ = [
|
|
835
842
|
3,
|
|
836
843
|
n0,
|
|
837
844
|
_DCNR,
|
|
@@ -842,8 +849,8 @@ export var DeleteChannelNamespaceRequest = [
|
|
|
842
849
|
[0, 1],
|
|
843
850
|
],
|
|
844
851
|
];
|
|
845
|
-
export var DeleteChannelNamespaceResponse = [3, n0, _DCNRe, 0, [], []];
|
|
846
|
-
export var DeleteDataSourceRequest = [
|
|
852
|
+
export var DeleteChannelNamespaceResponse$ = [3, n0, _DCNRe, 0, [], []];
|
|
853
|
+
export var DeleteDataSourceRequest$ = [
|
|
847
854
|
3,
|
|
848
855
|
n0,
|
|
849
856
|
_DDSR,
|
|
@@ -854,10 +861,10 @@ export var DeleteDataSourceRequest = [
|
|
|
854
861
|
[0, 1],
|
|
855
862
|
],
|
|
856
863
|
];
|
|
857
|
-
export var DeleteDataSourceResponse = [3, n0, _DDSRe, 0, [], []];
|
|
858
|
-
export var DeleteDomainNameRequest = [3, n0, _DDNR, 0, [_dN], [[0, 1]]];
|
|
859
|
-
export var DeleteDomainNameResponse = [3, n0, _DDNRe, 0, [], []];
|
|
860
|
-
export var DeleteFunctionRequest = [
|
|
864
|
+
export var DeleteDataSourceResponse$ = [3, n0, _DDSRe, 0, [], []];
|
|
865
|
+
export var DeleteDomainNameRequest$ = [3, n0, _DDNR, 0, [_dN], [[0, 1]]];
|
|
866
|
+
export var DeleteDomainNameResponse$ = [3, n0, _DDNRe, 0, [], []];
|
|
867
|
+
export var DeleteFunctionRequest$ = [
|
|
861
868
|
3,
|
|
862
869
|
n0,
|
|
863
870
|
_DFR,
|
|
@@ -868,10 +875,10 @@ export var DeleteFunctionRequest = [
|
|
|
868
875
|
[0, 1],
|
|
869
876
|
],
|
|
870
877
|
];
|
|
871
|
-
export var DeleteFunctionResponse = [3, n0, _DFRe, 0, [], []];
|
|
872
|
-
export var DeleteGraphqlApiRequest = [3, n0, _DGAR, 0, [_aI], [[0, 1]]];
|
|
873
|
-
export var DeleteGraphqlApiResponse = [3, n0, _DGARe, 0, [], []];
|
|
874
|
-
export var DeleteResolverRequest = [
|
|
878
|
+
export var DeleteFunctionResponse$ = [3, n0, _DFRe, 0, [], []];
|
|
879
|
+
export var DeleteGraphqlApiRequest$ = [3, n0, _DGAR, 0, [_aI], [[0, 1]]];
|
|
880
|
+
export var DeleteGraphqlApiResponse$ = [3, n0, _DGARe, 0, [], []];
|
|
881
|
+
export var DeleteResolverRequest$ = [
|
|
875
882
|
3,
|
|
876
883
|
n0,
|
|
877
884
|
_DRR,
|
|
@@ -883,8 +890,8 @@ export var DeleteResolverRequest = [
|
|
|
883
890
|
[0, 1],
|
|
884
891
|
],
|
|
885
892
|
];
|
|
886
|
-
export var DeleteResolverResponse = [3, n0, _DRRe, 0, [], []];
|
|
887
|
-
export var DeleteTypeRequest = [
|
|
893
|
+
export var DeleteResolverResponse$ = [3, n0, _DRRe, 0, [], []];
|
|
894
|
+
export var DeleteTypeRequest$ = [
|
|
888
895
|
3,
|
|
889
896
|
n0,
|
|
890
897
|
_DTR,
|
|
@@ -895,11 +902,11 @@ export var DeleteTypeRequest = [
|
|
|
895
902
|
[0, 1],
|
|
896
903
|
],
|
|
897
904
|
];
|
|
898
|
-
export var DeleteTypeResponse = [3, n0, _DTRe, 0, [], []];
|
|
899
|
-
export var DeltaSyncConfig = [3, n0, _DSC, 0, [_bTTTL, _dSTN, _dSTTTL], [1, 0, 1]];
|
|
900
|
-
export var DisassociateApiRequest = [3, n0, _DARi, 0, [_dN], [[0, 1]]];
|
|
901
|
-
export var DisassociateApiResponse = [3, n0, _DARis, 0, [], []];
|
|
902
|
-
export var DisassociateMergedGraphqlApiRequest = [
|
|
905
|
+
export var DeleteTypeResponse$ = [3, n0, _DTRe, 0, [], []];
|
|
906
|
+
export var DeltaSyncConfig$ = [3, n0, _DSC, 0, [_bTTTL, _dSTN, _dSTTTL], [1, 0, 1]];
|
|
907
|
+
export var DisassociateApiRequest$ = [3, n0, _DARi, 0, [_dN], [[0, 1]]];
|
|
908
|
+
export var DisassociateApiResponse$ = [3, n0, _DARis, 0, [], []];
|
|
909
|
+
export var DisassociateMergedGraphqlApiRequest$ = [
|
|
903
910
|
3,
|
|
904
911
|
n0,
|
|
905
912
|
_DMGAR,
|
|
@@ -910,8 +917,8 @@ export var DisassociateMergedGraphqlApiRequest = [
|
|
|
910
917
|
[0, 1],
|
|
911
918
|
],
|
|
912
919
|
];
|
|
913
|
-
export var DisassociateMergedGraphqlApiResponse = [3, n0, _DMGARi, 0, [_sAAS], [0]];
|
|
914
|
-
export var DisassociateSourceGraphqlApiRequest = [
|
|
920
|
+
export var DisassociateMergedGraphqlApiResponse$ = [3, n0, _DMGARi, 0, [_sAAS], [0]];
|
|
921
|
+
export var DisassociateSourceGraphqlApiRequest$ = [
|
|
915
922
|
3,
|
|
916
923
|
n0,
|
|
917
924
|
_DSGAR,
|
|
@@ -922,8 +929,8 @@ export var DisassociateSourceGraphqlApiRequest = [
|
|
|
922
929
|
[0, 1],
|
|
923
930
|
],
|
|
924
931
|
];
|
|
925
|
-
export var DisassociateSourceGraphqlApiResponse = [3, n0, _DSGARi, 0, [_sAAS], [0]];
|
|
926
|
-
export var DomainNameConfig = [
|
|
932
|
+
export var DisassociateSourceGraphqlApiResponse$ = [3, n0, _DSGARi, 0, [_sAAS], [0]];
|
|
933
|
+
export var DomainNameConfig$ = [
|
|
927
934
|
3,
|
|
928
935
|
n0,
|
|
929
936
|
_DNC,
|
|
@@ -931,70 +938,70 @@ export var DomainNameConfig = [
|
|
|
931
938
|
[_dN, _de, _cA, _aDN, _hZI, _t, _dNA],
|
|
932
939
|
[0, 0, 0, 0, 0, 128 | 0, 0],
|
|
933
940
|
];
|
|
934
|
-
export var DynamodbDataSourceConfig = [
|
|
941
|
+
export var DynamodbDataSourceConfig$ = [
|
|
935
942
|
3,
|
|
936
943
|
n0,
|
|
937
944
|
_DDSC,
|
|
938
945
|
0,
|
|
939
946
|
[_tNa, _aR, _uCC, _dSC, _ve],
|
|
940
|
-
[0, 0, 2, () => DeltaSyncConfig
|
|
947
|
+
[0, 0, 2, () => DeltaSyncConfig$, 2],
|
|
941
948
|
];
|
|
942
|
-
export var ElasticsearchDataSourceConfig = [3, n0, _EDSC, 0, [_en, _aR], [0, 0]];
|
|
943
|
-
export var EnhancedMetricsConfig = [3, n0, _EMC, 0, [_rLMB, _dSLMB, _oLMC], [0, 0, 0]];
|
|
944
|
-
export var ErrorDetail = [3, n0, _ED, 0, [_m], [0]];
|
|
945
|
-
export var EvaluateCodeErrorDetail = [3, n0, _ECED, 0, [_m, _cE], [0, () => CodeErrors]];
|
|
946
|
-
export var EvaluateCodeRequest = [
|
|
949
|
+
export var ElasticsearchDataSourceConfig$ = [3, n0, _EDSC, 0, [_en, _aR], [0, 0]];
|
|
950
|
+
export var EnhancedMetricsConfig$ = [3, n0, _EMC, 0, [_rLMB, _dSLMB, _oLMC], [0, 0, 0]];
|
|
951
|
+
export var ErrorDetail$ = [3, n0, _ED, 0, [_m], [0]];
|
|
952
|
+
export var EvaluateCodeErrorDetail$ = [3, n0, _ECED, 0, [_m, _cE], [0, () => CodeErrors]];
|
|
953
|
+
export var EvaluateCodeRequest$ = [
|
|
947
954
|
3,
|
|
948
955
|
n0,
|
|
949
956
|
_ECR,
|
|
950
957
|
0,
|
|
951
958
|
[_ru, _cod, _con, _fu],
|
|
952
|
-
[() => AppSyncRuntime
|
|
959
|
+
[() => AppSyncRuntime$, 0, 0, 0],
|
|
953
960
|
];
|
|
954
|
-
export var EvaluateCodeResponse = [
|
|
961
|
+
export var EvaluateCodeResponse$ = [
|
|
955
962
|
3,
|
|
956
963
|
n0,
|
|
957
964
|
_ECRv,
|
|
958
965
|
0,
|
|
959
966
|
[_eR, _e, _lo, _st, _oE],
|
|
960
|
-
[0, () => EvaluateCodeErrorDetail
|
|
967
|
+
[0, () => EvaluateCodeErrorDetail$, 64 | 0, 0, 0],
|
|
961
968
|
];
|
|
962
|
-
export var EvaluateMappingTemplateRequest = [3, n0, _EMTR, 0, [_te, _con], [0, 0]];
|
|
963
|
-
export var EvaluateMappingTemplateResponse = [
|
|
969
|
+
export var EvaluateMappingTemplateRequest$ = [3, n0, _EMTR, 0, [_te, _con], [0, 0]];
|
|
970
|
+
export var EvaluateMappingTemplateResponse$ = [
|
|
964
971
|
3,
|
|
965
972
|
n0,
|
|
966
973
|
_EMTRv,
|
|
967
974
|
0,
|
|
968
975
|
[_eR, _e, _lo, _st, _oE],
|
|
969
|
-
[0, () => ErrorDetail
|
|
976
|
+
[0, () => ErrorDetail$, 64 | 0, 0, 0],
|
|
970
977
|
];
|
|
971
|
-
export var EventBridgeDataSourceConfig = [3, n0, _EBDSC, 0, [_eBA], [0]];
|
|
972
|
-
export var EventConfig = [
|
|
978
|
+
export var EventBridgeDataSourceConfig$ = [3, n0, _EBDSC, 0, [_eBA], [0]];
|
|
979
|
+
export var EventConfig$ = [
|
|
973
980
|
3,
|
|
974
981
|
n0,
|
|
975
982
|
_EC,
|
|
976
983
|
0,
|
|
977
984
|
[_aP, _cAM, _dPAM, _dSAM, _lCo],
|
|
978
|
-
[() => AuthProviders, () => AuthModes, () => AuthModes, () => AuthModes, () => EventLogConfig],
|
|
985
|
+
[() => AuthProviders, () => AuthModes, () => AuthModes, () => AuthModes, () => EventLogConfig$],
|
|
979
986
|
];
|
|
980
|
-
export var EventLogConfig = [3, n0, _ELC, 0, [_lL, _cWLRA], [0, 0]];
|
|
981
|
-
export var FlushApiCacheRequest = [3, n0, _FACR, 0, [_aI], [[0, 1]]];
|
|
982
|
-
export var FlushApiCacheResponse = [3, n0, _FACRl, 0, [], []];
|
|
983
|
-
export var FunctionConfiguration = [
|
|
987
|
+
export var EventLogConfig$ = [3, n0, _ELC, 0, [_lL, _cWLRA], [0, 0]];
|
|
988
|
+
export var FlushApiCacheRequest$ = [3, n0, _FACR, 0, [_aI], [[0, 1]]];
|
|
989
|
+
export var FlushApiCacheResponse$ = [3, n0, _FACRl, 0, [], []];
|
|
990
|
+
export var FunctionConfiguration$ = [
|
|
984
991
|
3,
|
|
985
992
|
n0,
|
|
986
993
|
_FC,
|
|
987
994
|
0,
|
|
988
995
|
[_fI, _fA, _n, _de, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
989
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () => SyncConfig
|
|
996
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => SyncConfig$, 1, () => AppSyncRuntime$, 0],
|
|
990
997
|
];
|
|
991
|
-
export var GetApiAssociationRequest = [3, n0, _GAAR, 0, [_dN], [[0, 1]]];
|
|
992
|
-
export var GetApiAssociationResponse = [3, n0, _GAARe, 0, [_aAp], [() => ApiAssociation]];
|
|
993
|
-
export var GetApiCacheRequest = [3, n0, _GACR, 0, [_aI], [[0, 1]]];
|
|
994
|
-
export var GetApiCacheResponse = [3, n0, _GACRe, 0, [_aC], [() => ApiCache]];
|
|
995
|
-
export var GetApiRequest = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
996
|
-
export var GetApiResponse = [3, n0, _GARe, 0, [_a], [() => Api]];
|
|
997
|
-
export var GetChannelNamespaceRequest = [
|
|
998
|
+
export var GetApiAssociationRequest$ = [3, n0, _GAAR, 0, [_dN], [[0, 1]]];
|
|
999
|
+
export var GetApiAssociationResponse$ = [3, n0, _GAARe, 0, [_aAp], [() => ApiAssociation$]];
|
|
1000
|
+
export var GetApiCacheRequest$ = [3, n0, _GACR, 0, [_aI], [[0, 1]]];
|
|
1001
|
+
export var GetApiCacheResponse$ = [3, n0, _GACRe, 0, [_aC], [() => ApiCache$]];
|
|
1002
|
+
export var GetApiRequest$ = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
1003
|
+
export var GetApiResponse$ = [3, n0, _GARe, 0, [_a], [() => Api$]];
|
|
1004
|
+
export var GetChannelNamespaceRequest$ = [
|
|
998
1005
|
3,
|
|
999
1006
|
n0,
|
|
1000
1007
|
_GCNR,
|
|
@@ -1005,8 +1012,8 @@ export var GetChannelNamespaceRequest = [
|
|
|
1005
1012
|
[0, 1],
|
|
1006
1013
|
],
|
|
1007
1014
|
];
|
|
1008
|
-
export var GetChannelNamespaceResponse = [3, n0, _GCNRe, 0, [_cN], [() => ChannelNamespace]];
|
|
1009
|
-
export var GetDataSourceIntrospectionRequest = [
|
|
1015
|
+
export var GetChannelNamespaceResponse$ = [3, n0, _GCNRe, 0, [_cN], [() => ChannelNamespace$]];
|
|
1016
|
+
export var GetDataSourceIntrospectionRequest$ = [
|
|
1010
1017
|
3,
|
|
1011
1018
|
n0,
|
|
1012
1019
|
_GDSIR,
|
|
@@ -1019,15 +1026,15 @@ export var GetDataSourceIntrospectionRequest = [
|
|
|
1019
1026
|
[1, { [_hQ]: _mR }],
|
|
1020
1027
|
],
|
|
1021
1028
|
];
|
|
1022
|
-
export var GetDataSourceIntrospectionResponse = [
|
|
1029
|
+
export var GetDataSourceIntrospectionResponse$ = [
|
|
1023
1030
|
3,
|
|
1024
1031
|
n0,
|
|
1025
1032
|
_GDSIRe,
|
|
1026
1033
|
0,
|
|
1027
1034
|
[_iI, _iS, _iSD, _iR],
|
|
1028
|
-
[0, 0, 0, () => DataSourceIntrospectionResult],
|
|
1035
|
+
[0, 0, 0, () => DataSourceIntrospectionResult$],
|
|
1029
1036
|
];
|
|
1030
|
-
export var GetDataSourceRequest = [
|
|
1037
|
+
export var GetDataSourceRequest$ = [
|
|
1031
1038
|
3,
|
|
1032
1039
|
n0,
|
|
1033
1040
|
_GDSR,
|
|
@@ -1038,10 +1045,10 @@ export var GetDataSourceRequest = [
|
|
|
1038
1045
|
[0, 1],
|
|
1039
1046
|
],
|
|
1040
1047
|
];
|
|
1041
|
-
export var GetDataSourceResponse = [3, n0, _GDSRe, 0, [_dS], [() => DataSource]];
|
|
1042
|
-
export var GetDomainNameRequest = [3, n0, _GDNR, 0, [_dN], [[0, 1]]];
|
|
1043
|
-
export var GetDomainNameResponse = [3, n0, _GDNRe, 0, [_dNC], [() => DomainNameConfig]];
|
|
1044
|
-
export var GetFunctionRequest = [
|
|
1048
|
+
export var GetDataSourceResponse$ = [3, n0, _GDSRe, 0, [_dS], [() => DataSource$]];
|
|
1049
|
+
export var GetDomainNameRequest$ = [3, n0, _GDNR, 0, [_dN], [[0, 1]]];
|
|
1050
|
+
export var GetDomainNameResponse$ = [3, n0, _GDNRe, 0, [_dNC], [() => DomainNameConfig$]];
|
|
1051
|
+
export var GetFunctionRequest$ = [
|
|
1045
1052
|
3,
|
|
1046
1053
|
n0,
|
|
1047
1054
|
_GFR,
|
|
@@ -1052,12 +1059,12 @@ export var GetFunctionRequest = [
|
|
|
1052
1059
|
[0, 1],
|
|
1053
1060
|
],
|
|
1054
1061
|
];
|
|
1055
|
-
export var GetFunctionResponse = [3, n0, _GFRe, 0, [_fC], [() => FunctionConfiguration]];
|
|
1056
|
-
export var GetGraphqlApiEnvironmentVariablesRequest = [3, n0, _GGAEVR, 0, [_aI], [[0, 1]]];
|
|
1057
|
-
export var GetGraphqlApiEnvironmentVariablesResponse = [3, n0, _GGAEVRe, 0, [_eV], [128 | 0]];
|
|
1058
|
-
export var GetGraphqlApiRequest = [3, n0, _GGAR, 0, [_aI], [[0, 1]]];
|
|
1059
|
-
export var GetGraphqlApiResponse = [3, n0, _GGARe, 0, [_gA], [() => GraphqlApi]];
|
|
1060
|
-
export var GetIntrospectionSchemaRequest = [
|
|
1062
|
+
export var GetFunctionResponse$ = [3, n0, _GFRe, 0, [_fC], [() => FunctionConfiguration$]];
|
|
1063
|
+
export var GetGraphqlApiEnvironmentVariablesRequest$ = [3, n0, _GGAEVR, 0, [_aI], [[0, 1]]];
|
|
1064
|
+
export var GetGraphqlApiEnvironmentVariablesResponse$ = [3, n0, _GGAEVRe, 0, [_eV], [128 | 0]];
|
|
1065
|
+
export var GetGraphqlApiRequest$ = [3, n0, _GGAR, 0, [_aI], [[0, 1]]];
|
|
1066
|
+
export var GetGraphqlApiResponse$ = [3, n0, _GGARe, 0, [_gA], [() => GraphqlApi$]];
|
|
1067
|
+
export var GetIntrospectionSchemaRequest$ = [
|
|
1061
1068
|
3,
|
|
1062
1069
|
n0,
|
|
1063
1070
|
_GISR,
|
|
@@ -1069,8 +1076,8 @@ export var GetIntrospectionSchemaRequest = [
|
|
|
1069
1076
|
[2, { [_hQ]: _iD }],
|
|
1070
1077
|
],
|
|
1071
1078
|
];
|
|
1072
|
-
export var GetIntrospectionSchemaResponse = [3, n0, _GISRe, 0, [_sc], [[21, 16]]];
|
|
1073
|
-
export var GetResolverRequest = [
|
|
1079
|
+
export var GetIntrospectionSchemaResponse$ = [3, n0, _GISRe, 0, [_sc], [[21, 16]]];
|
|
1080
|
+
export var GetResolverRequest$ = [
|
|
1074
1081
|
3,
|
|
1075
1082
|
n0,
|
|
1076
1083
|
_GRR,
|
|
@@ -1082,10 +1089,10 @@ export var GetResolverRequest = [
|
|
|
1082
1089
|
[0, 1],
|
|
1083
1090
|
],
|
|
1084
1091
|
];
|
|
1085
|
-
export var GetResolverResponse = [3, n0, _GRRe, 0, [_re], [() => Resolver]];
|
|
1086
|
-
export var GetSchemaCreationStatusRequest = [3, n0, _GSCSR, 0, [_aI], [[0, 1]]];
|
|
1087
|
-
export var GetSchemaCreationStatusResponse = [3, n0, _GSCSRe, 0, [_s, _deta], [0, 0]];
|
|
1088
|
-
export var GetSourceApiAssociationRequest = [
|
|
1092
|
+
export var GetResolverResponse$ = [3, n0, _GRRe, 0, [_re], [() => Resolver$]];
|
|
1093
|
+
export var GetSchemaCreationStatusRequest$ = [3, n0, _GSCSR, 0, [_aI], [[0, 1]]];
|
|
1094
|
+
export var GetSchemaCreationStatusResponse$ = [3, n0, _GSCSRe, 0, [_s, _deta], [0, 0]];
|
|
1095
|
+
export var GetSourceApiAssociationRequest$ = [
|
|
1089
1096
|
3,
|
|
1090
1097
|
n0,
|
|
1091
1098
|
_GSAAR,
|
|
@@ -1096,15 +1103,15 @@ export var GetSourceApiAssociationRequest = [
|
|
|
1096
1103
|
[0, 1],
|
|
1097
1104
|
],
|
|
1098
1105
|
];
|
|
1099
|
-
export var GetSourceApiAssociationResponse = [
|
|
1106
|
+
export var GetSourceApiAssociationResponse$ = [
|
|
1100
1107
|
3,
|
|
1101
1108
|
n0,
|
|
1102
1109
|
_GSAARe,
|
|
1103
1110
|
0,
|
|
1104
1111
|
[_sAA],
|
|
1105
|
-
[() => SourceApiAssociation],
|
|
1112
|
+
[() => SourceApiAssociation$],
|
|
1106
1113
|
];
|
|
1107
|
-
export var GetTypeRequest = [
|
|
1114
|
+
export var GetTypeRequest$ = [
|
|
1108
1115
|
3,
|
|
1109
1116
|
n0,
|
|
1110
1117
|
_GTR,
|
|
@@ -1116,8 +1123,8 @@ export var GetTypeRequest = [
|
|
|
1116
1123
|
[0, { [_hQ]: _f }],
|
|
1117
1124
|
],
|
|
1118
1125
|
];
|
|
1119
|
-
export var GetTypeResponse = [3, n0, _GTRe, 0, [_ty], [() => Type]];
|
|
1120
|
-
export var GraphqlApi = [
|
|
1126
|
+
export var GetTypeResponse$ = [3, n0, _GTRe, 0, [_ty], [() => Type$]];
|
|
1127
|
+
export var GraphqlApi$ = [
|
|
1121
1128
|
3,
|
|
1122
1129
|
n0,
|
|
1123
1130
|
_GA,
|
|
@@ -1151,16 +1158,16 @@ export var GraphqlApi = [
|
|
|
1151
1158
|
0,
|
|
1152
1159
|
0,
|
|
1153
1160
|
0,
|
|
1154
|
-
() => LogConfig
|
|
1155
|
-
() => UserPoolConfig
|
|
1156
|
-
() => OpenIDConnectConfig
|
|
1161
|
+
() => LogConfig$,
|
|
1162
|
+
() => UserPoolConfig$,
|
|
1163
|
+
() => OpenIDConnectConfig$,
|
|
1157
1164
|
0,
|
|
1158
1165
|
128 | 0,
|
|
1159
1166
|
128 | 0,
|
|
1160
1167
|
() => AdditionalAuthenticationProviders,
|
|
1161
1168
|
2,
|
|
1162
1169
|
0,
|
|
1163
|
-
() => LambdaAuthorizerConfig
|
|
1170
|
+
() => LambdaAuthorizerConfig$,
|
|
1164
1171
|
128 | 0,
|
|
1165
1172
|
0,
|
|
1166
1173
|
0,
|
|
@@ -1170,31 +1177,38 @@ export var GraphqlApi = [
|
|
|
1170
1177
|
0,
|
|
1171
1178
|
1,
|
|
1172
1179
|
1,
|
|
1173
|
-
() => EnhancedMetricsConfig
|
|
1180
|
+
() => EnhancedMetricsConfig$,
|
|
1174
1181
|
],
|
|
1175
1182
|
];
|
|
1176
|
-
export var GraphQLSchemaException = [-3, n0, _GQLSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1177
|
-
TypeRegistry.for(n0).registerError(GraphQLSchemaException
|
|
1178
|
-
export var HandlerConfig = [3, n0, _HC, 0, [_b, _int], [0, () => Integration]];
|
|
1179
|
-
export var HandlerConfigs = [
|
|
1183
|
+
export var GraphQLSchemaException$ = [-3, n0, _GQLSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1184
|
+
TypeRegistry.for(n0).registerError(GraphQLSchemaException$, GraphQLSchemaException);
|
|
1185
|
+
export var HandlerConfig$ = [3, n0, _HC, 0, [_b, _int], [0, () => Integration$]];
|
|
1186
|
+
export var HandlerConfigs$ = [
|
|
1180
1187
|
3,
|
|
1181
1188
|
n0,
|
|
1182
1189
|
_HCa,
|
|
1183
1190
|
0,
|
|
1184
1191
|
[_oP, _oS],
|
|
1185
|
-
[() => HandlerConfig
|
|
1192
|
+
[() => HandlerConfig$, () => HandlerConfig$],
|
|
1193
|
+
];
|
|
1194
|
+
export var HttpDataSourceConfig$ = [
|
|
1195
|
+
3,
|
|
1196
|
+
n0,
|
|
1197
|
+
_HDSC,
|
|
1198
|
+
0,
|
|
1199
|
+
[_en, _aCu],
|
|
1200
|
+
[0, () => AuthorizationConfig$],
|
|
1186
1201
|
];
|
|
1187
|
-
export var
|
|
1188
|
-
export var
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
export var
|
|
1192
|
-
export var
|
|
1193
|
-
export var
|
|
1194
|
-
export var
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
export var ListApiKeysRequest = [
|
|
1202
|
+
export var Integration$ = [3, n0, _I, 0, [_dSN, _lC], [0, () => LambdaConfig$]];
|
|
1203
|
+
export var InternalFailureException$ = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
1204
|
+
TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
|
|
1205
|
+
export var LambdaAuthorizerConfig$ = [3, n0, _LAC, 0, [_aRTIS, _aU, _iVE], [1, 0, 0]];
|
|
1206
|
+
export var LambdaConfig$ = [3, n0, _LC, 0, [_iT], [0]];
|
|
1207
|
+
export var LambdaConflictHandlerConfig$ = [3, n0, _LCHC, 0, [_lCHA], [0]];
|
|
1208
|
+
export var LambdaDataSourceConfig$ = [3, n0, _LDSC, 0, [_lFA], [0]];
|
|
1209
|
+
export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
1210
|
+
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1211
|
+
export var ListApiKeysRequest$ = [
|
|
1198
1212
|
3,
|
|
1199
1213
|
n0,
|
|
1200
1214
|
_LAKR,
|
|
@@ -1206,8 +1220,8 @@ export var ListApiKeysRequest = [
|
|
|
1206
1220
|
[1, { [_hQ]: _mR }],
|
|
1207
1221
|
],
|
|
1208
1222
|
];
|
|
1209
|
-
export var ListApiKeysResponse = [3, n0, _LAKRi, 0, [_aKp, _nT], [() => ApiKeys, 0]];
|
|
1210
|
-
export var ListApisRequest = [
|
|
1223
|
+
export var ListApiKeysResponse$ = [3, n0, _LAKRi, 0, [_aKp, _nT], [() => ApiKeys, 0]];
|
|
1224
|
+
export var ListApisRequest$ = [
|
|
1211
1225
|
3,
|
|
1212
1226
|
n0,
|
|
1213
1227
|
_LAR,
|
|
@@ -1218,8 +1232,8 @@ export var ListApisRequest = [
|
|
|
1218
1232
|
[1, { [_hQ]: _mR }],
|
|
1219
1233
|
],
|
|
1220
1234
|
];
|
|
1221
|
-
export var ListApisResponse = [3, n0, _LARi, 0, [_ap, _nT], [() => Apis, 0]];
|
|
1222
|
-
export var ListChannelNamespacesRequest = [
|
|
1235
|
+
export var ListApisResponse$ = [3, n0, _LARi, 0, [_ap, _nT], [() => Apis, 0]];
|
|
1236
|
+
export var ListChannelNamespacesRequest$ = [
|
|
1223
1237
|
3,
|
|
1224
1238
|
n0,
|
|
1225
1239
|
_LCNR,
|
|
@@ -1231,7 +1245,7 @@ export var ListChannelNamespacesRequest = [
|
|
|
1231
1245
|
[1, { [_hQ]: _mR }],
|
|
1232
1246
|
],
|
|
1233
1247
|
];
|
|
1234
|
-
export var ListChannelNamespacesResponse = [
|
|
1248
|
+
export var ListChannelNamespacesResponse$ = [
|
|
1235
1249
|
3,
|
|
1236
1250
|
n0,
|
|
1237
1251
|
_LCNRi,
|
|
@@ -1239,7 +1253,7 @@ export var ListChannelNamespacesResponse = [
|
|
|
1239
1253
|
[_cNh, _nT],
|
|
1240
1254
|
[() => ChannelNamespaces, 0],
|
|
1241
1255
|
];
|
|
1242
|
-
export var ListDataSourcesRequest = [
|
|
1256
|
+
export var ListDataSourcesRequest$ = [
|
|
1243
1257
|
3,
|
|
1244
1258
|
n0,
|
|
1245
1259
|
_LDSR,
|
|
@@ -1251,8 +1265,8 @@ export var ListDataSourcesRequest = [
|
|
|
1251
1265
|
[1, { [_hQ]: _mR }],
|
|
1252
1266
|
],
|
|
1253
1267
|
];
|
|
1254
|
-
export var ListDataSourcesResponse = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
|
|
1255
|
-
export var ListDomainNamesRequest = [
|
|
1268
|
+
export var ListDataSourcesResponse$ = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
|
|
1269
|
+
export var ListDomainNamesRequest$ = [
|
|
1256
1270
|
3,
|
|
1257
1271
|
n0,
|
|
1258
1272
|
_LDNR,
|
|
@@ -1263,7 +1277,7 @@ export var ListDomainNamesRequest = [
|
|
|
1263
1277
|
[1, { [_hQ]: _mR }],
|
|
1264
1278
|
],
|
|
1265
1279
|
];
|
|
1266
|
-
export var ListDomainNamesResponse = [
|
|
1280
|
+
export var ListDomainNamesResponse$ = [
|
|
1267
1281
|
3,
|
|
1268
1282
|
n0,
|
|
1269
1283
|
_LDNRi,
|
|
@@ -1271,7 +1285,7 @@ export var ListDomainNamesResponse = [
|
|
|
1271
1285
|
[_dNCo, _nT],
|
|
1272
1286
|
[() => DomainNameConfigs, 0],
|
|
1273
1287
|
];
|
|
1274
|
-
export var ListFunctionsRequest = [
|
|
1288
|
+
export var ListFunctionsRequest$ = [
|
|
1275
1289
|
3,
|
|
1276
1290
|
n0,
|
|
1277
1291
|
_LFR,
|
|
@@ -1283,8 +1297,8 @@ export var ListFunctionsRequest = [
|
|
|
1283
1297
|
[1, { [_hQ]: _mR }],
|
|
1284
1298
|
],
|
|
1285
1299
|
];
|
|
1286
|
-
export var ListFunctionsResponse = [3, n0, _LFRi, 0, [_fun, _nT], [() => Functions, 0]];
|
|
1287
|
-
export var ListGraphqlApisRequest = [
|
|
1300
|
+
export var ListFunctionsResponse$ = [3, n0, _LFRi, 0, [_fun, _nT], [() => Functions, 0]];
|
|
1301
|
+
export var ListGraphqlApisRequest$ = [
|
|
1288
1302
|
3,
|
|
1289
1303
|
n0,
|
|
1290
1304
|
_LGAR,
|
|
@@ -1297,8 +1311,8 @@ export var ListGraphqlApisRequest = [
|
|
|
1297
1311
|
[0, { [_hQ]: _o }],
|
|
1298
1312
|
],
|
|
1299
1313
|
];
|
|
1300
|
-
export var ListGraphqlApisResponse = [3, n0, _LGARi, 0, [_gAr, _nT], [() => GraphqlApis, 0]];
|
|
1301
|
-
export var ListResolversByFunctionRequest = [
|
|
1314
|
+
export var ListGraphqlApisResponse$ = [3, n0, _LGARi, 0, [_gAr, _nT], [() => GraphqlApis, 0]];
|
|
1315
|
+
export var ListResolversByFunctionRequest$ = [
|
|
1302
1316
|
3,
|
|
1303
1317
|
n0,
|
|
1304
1318
|
_LRBFR,
|
|
@@ -1311,7 +1325,7 @@ export var ListResolversByFunctionRequest = [
|
|
|
1311
1325
|
[1, { [_hQ]: _mR }],
|
|
1312
1326
|
],
|
|
1313
1327
|
];
|
|
1314
|
-
export var ListResolversByFunctionResponse = [
|
|
1328
|
+
export var ListResolversByFunctionResponse$ = [
|
|
1315
1329
|
3,
|
|
1316
1330
|
n0,
|
|
1317
1331
|
_LRBFRi,
|
|
@@ -1319,7 +1333,7 @@ export var ListResolversByFunctionResponse = [
|
|
|
1319
1333
|
[_res, _nT],
|
|
1320
1334
|
[() => Resolvers, 0],
|
|
1321
1335
|
];
|
|
1322
|
-
export var ListResolversRequest = [
|
|
1336
|
+
export var ListResolversRequest$ = [
|
|
1323
1337
|
3,
|
|
1324
1338
|
n0,
|
|
1325
1339
|
_LRR,
|
|
@@ -1332,8 +1346,8 @@ export var ListResolversRequest = [
|
|
|
1332
1346
|
[1, { [_hQ]: _mR }],
|
|
1333
1347
|
],
|
|
1334
1348
|
];
|
|
1335
|
-
export var ListResolversResponse = [3, n0, _LRRi, 0, [_res, _nT], [() => Resolvers, 0]];
|
|
1336
|
-
export var ListSourceApiAssociationsRequest = [
|
|
1349
|
+
export var ListResolversResponse$ = [3, n0, _LRRi, 0, [_res, _nT], [() => Resolvers, 0]];
|
|
1350
|
+
export var ListSourceApiAssociationsRequest$ = [
|
|
1337
1351
|
3,
|
|
1338
1352
|
n0,
|
|
1339
1353
|
_LSAAR,
|
|
@@ -1345,7 +1359,7 @@ export var ListSourceApiAssociationsRequest = [
|
|
|
1345
1359
|
[1, { [_hQ]: _mR }],
|
|
1346
1360
|
],
|
|
1347
1361
|
];
|
|
1348
|
-
export var ListSourceApiAssociationsResponse = [
|
|
1362
|
+
export var ListSourceApiAssociationsResponse$ = [
|
|
1349
1363
|
3,
|
|
1350
1364
|
n0,
|
|
1351
1365
|
_LSAARi,
|
|
@@ -1353,9 +1367,9 @@ export var ListSourceApiAssociationsResponse = [
|
|
|
1353
1367
|
[_sAASo, _nT],
|
|
1354
1368
|
[() => SourceApiAssociationSummaryList, 0],
|
|
1355
1369
|
];
|
|
1356
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1357
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1358
|
-
export var ListTypesByAssociationRequest = [
|
|
1370
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1371
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1372
|
+
export var ListTypesByAssociationRequest$ = [
|
|
1359
1373
|
3,
|
|
1360
1374
|
n0,
|
|
1361
1375
|
_LTBAR,
|
|
@@ -1369,7 +1383,7 @@ export var ListTypesByAssociationRequest = [
|
|
|
1369
1383
|
[1, { [_hQ]: _mR }],
|
|
1370
1384
|
],
|
|
1371
1385
|
];
|
|
1372
|
-
export var ListTypesByAssociationResponse = [
|
|
1386
|
+
export var ListTypesByAssociationResponse$ = [
|
|
1373
1387
|
3,
|
|
1374
1388
|
n0,
|
|
1375
1389
|
_LTBARi,
|
|
@@ -1377,7 +1391,7 @@ export var ListTypesByAssociationResponse = [
|
|
|
1377
1391
|
[_typ, _nT],
|
|
1378
1392
|
[() => TypeList, 0],
|
|
1379
1393
|
];
|
|
1380
|
-
export var ListTypesRequest = [
|
|
1394
|
+
export var ListTypesRequest$ = [
|
|
1381
1395
|
3,
|
|
1382
1396
|
n0,
|
|
1383
1397
|
_LTR,
|
|
@@ -1390,14 +1404,14 @@ export var ListTypesRequest = [
|
|
|
1390
1404
|
[1, { [_hQ]: _mR }],
|
|
1391
1405
|
],
|
|
1392
1406
|
];
|
|
1393
|
-
export var ListTypesResponse = [3, n0, _LTRi, 0, [_typ, _nT], [() => TypeList, 0]];
|
|
1394
|
-
export var LogConfig = [3, n0, _LCo, 0, [_fLL, _cWLRA, _eVC], [0, 0, 2]];
|
|
1395
|
-
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1396
|
-
TypeRegistry.for(n0).registerError(NotFoundException
|
|
1397
|
-
export var OpenIDConnectConfig = [3, n0, _OIDCC, 0, [_is, _cI, _iTTL, _aTTL], [0, 0, 1, 1]];
|
|
1398
|
-
export var OpenSearchServiceDataSourceConfig = [3, n0, _OSSDSC, 0, [_en, _aR], [0, 0]];
|
|
1399
|
-
export var PipelineConfig = [3, n0, _PC, 0, [_fun], [64 | 0]];
|
|
1400
|
-
export var PutGraphqlApiEnvironmentVariablesRequest = [
|
|
1407
|
+
export var ListTypesResponse$ = [3, n0, _LTRi, 0, [_typ, _nT], [() => TypeList, 0]];
|
|
1408
|
+
export var LogConfig$ = [3, n0, _LCo, 0, [_fLL, _cWLRA, _eVC], [0, 0, 2]];
|
|
1409
|
+
export var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1410
|
+
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
1411
|
+
export var OpenIDConnectConfig$ = [3, n0, _OIDCC, 0, [_is, _cI, _iTTL, _aTTL], [0, 0, 1, 1]];
|
|
1412
|
+
export var OpenSearchServiceDataSourceConfig$ = [3, n0, _OSSDSC, 0, [_en, _aR], [0, 0]];
|
|
1413
|
+
export var PipelineConfig$ = [3, n0, _PC, 0, [_fun], [64 | 0]];
|
|
1414
|
+
export var PutGraphqlApiEnvironmentVariablesRequest$ = [
|
|
1401
1415
|
3,
|
|
1402
1416
|
n0,
|
|
1403
1417
|
_PGAEVR,
|
|
@@ -1405,9 +1419,9 @@ export var PutGraphqlApiEnvironmentVariablesRequest = [
|
|
|
1405
1419
|
[_aI, _eV],
|
|
1406
1420
|
[[0, 1], 128 | 0],
|
|
1407
1421
|
];
|
|
1408
|
-
export var PutGraphqlApiEnvironmentVariablesResponse = [3, n0, _PGAEVRu, 0, [_eV], [128 | 0]];
|
|
1409
|
-
export var RdsDataApiConfig = [3, n0, _RDAC, 0, [_rA, _sA, _dNa], [0, 0, 0]];
|
|
1410
|
-
export var RdsHttpEndpointConfig = [
|
|
1422
|
+
export var PutGraphqlApiEnvironmentVariablesResponse$ = [3, n0, _PGAEVRu, 0, [_eV], [128 | 0]];
|
|
1423
|
+
export var RdsDataApiConfig$ = [3, n0, _RDAC, 0, [_rA, _sA, _dNa], [0, 0, 0]];
|
|
1424
|
+
export var RdsHttpEndpointConfig$ = [
|
|
1411
1425
|
3,
|
|
1412
1426
|
n0,
|
|
1413
1427
|
_RHEC,
|
|
@@ -1415,34 +1429,34 @@ export var RdsHttpEndpointConfig = [
|
|
|
1415
1429
|
[_aR, _dCI, _dNa, _sc, _aSSA],
|
|
1416
1430
|
[0, 0, 0, 0, 0],
|
|
1417
1431
|
];
|
|
1418
|
-
export var RelationalDatabaseDataSourceConfig = [
|
|
1432
|
+
export var RelationalDatabaseDataSourceConfig$ = [
|
|
1419
1433
|
3,
|
|
1420
1434
|
n0,
|
|
1421
1435
|
_RDDSC,
|
|
1422
1436
|
0,
|
|
1423
1437
|
[_rDST, _rHEC],
|
|
1424
|
-
[0, () => RdsHttpEndpointConfig],
|
|
1438
|
+
[0, () => RdsHttpEndpointConfig$],
|
|
1425
1439
|
];
|
|
1426
|
-
export var Resolver = [
|
|
1440
|
+
export var Resolver$ = [
|
|
1427
1441
|
3,
|
|
1428
1442
|
n0,
|
|
1429
1443
|
_R,
|
|
1430
1444
|
0,
|
|
1431
1445
|
[_tN, _fN, _dSN, _rAe, _rMT, _rMTe, _k, _pC, _sC, _cCa, _mBS, _ru, _cod, _mC],
|
|
1432
|
-
[0, 0, 0, 0, 0, 0, 0, () => PipelineConfig
|
|
1446
|
+
[0, 0, 0, 0, 0, 0, 0, () => PipelineConfig$, () => SyncConfig$, () => CachingConfig$, 1, () => AppSyncRuntime$, 0, 0],
|
|
1433
1447
|
];
|
|
1434
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1435
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1436
|
-
export var SourceApiAssociation = [
|
|
1448
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1449
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1450
|
+
export var SourceApiAssociation$ = [
|
|
1437
1451
|
3,
|
|
1438
1452
|
n0,
|
|
1439
1453
|
_SAA,
|
|
1440
1454
|
0,
|
|
1441
1455
|
[_aIs, _aAs, _sAIo, _sAAo, _mAA, _mAIe, _de, _sAAC, _sAAS, _sAASD, _lSMD],
|
|
1442
|
-
[0, 0, 0, 0, 0, 0, 0, () => SourceApiAssociationConfig
|
|
1456
|
+
[0, 0, 0, 0, 0, 0, 0, () => SourceApiAssociationConfig$, 0, 0, 4],
|
|
1443
1457
|
];
|
|
1444
|
-
export var SourceApiAssociationConfig = [3, n0, _SAAC, 0, [_mT], [0]];
|
|
1445
|
-
export var SourceApiAssociationSummary = [
|
|
1458
|
+
export var SourceApiAssociationConfig$ = [3, n0, _SAAC, 0, [_mT], [0]];
|
|
1459
|
+
export var SourceApiAssociationSummary$ = [
|
|
1446
1460
|
3,
|
|
1447
1461
|
n0,
|
|
1448
1462
|
_SAAS,
|
|
@@ -1450,15 +1464,15 @@ export var SourceApiAssociationSummary = [
|
|
|
1450
1464
|
[_aIs, _aAs, _sAIo, _sAAo, _mAIe, _mAA, _de],
|
|
1451
1465
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1452
1466
|
];
|
|
1453
|
-
export var StartDataSourceIntrospectionRequest = [
|
|
1467
|
+
export var StartDataSourceIntrospectionRequest$ = [
|
|
1454
1468
|
3,
|
|
1455
1469
|
n0,
|
|
1456
1470
|
_SDSIR,
|
|
1457
1471
|
0,
|
|
1458
1472
|
[_rDAC],
|
|
1459
|
-
[() => RdsDataApiConfig],
|
|
1473
|
+
[() => RdsDataApiConfig$],
|
|
1460
1474
|
];
|
|
1461
|
-
export var StartDataSourceIntrospectionResponse = [
|
|
1475
|
+
export var StartDataSourceIntrospectionResponse$ = [
|
|
1462
1476
|
3,
|
|
1463
1477
|
n0,
|
|
1464
1478
|
_SDSIRt,
|
|
@@ -1466,9 +1480,9 @@ export var StartDataSourceIntrospectionResponse = [
|
|
|
1466
1480
|
[_iI, _iS, _iSD],
|
|
1467
1481
|
[0, 0, 0],
|
|
1468
1482
|
];
|
|
1469
|
-
export var StartSchemaCreationRequest = [3, n0, _SSCR, 0, [_aI, _def], [[0, 1], 21]];
|
|
1470
|
-
export var StartSchemaCreationResponse = [3, n0, _SSCRt, 0, [_s], [0]];
|
|
1471
|
-
export var StartSchemaMergeRequest = [
|
|
1483
|
+
export var StartSchemaCreationRequest$ = [3, n0, _SSCR, 0, [_aI, _def], [[0, 1], 21]];
|
|
1484
|
+
export var StartSchemaCreationResponse$ = [3, n0, _SSCRt, 0, [_s], [0]];
|
|
1485
|
+
export var StartSchemaMergeRequest$ = [
|
|
1472
1486
|
3,
|
|
1473
1487
|
n0,
|
|
1474
1488
|
_SSMR,
|
|
@@ -1479,21 +1493,21 @@ export var StartSchemaMergeRequest = [
|
|
|
1479
1493
|
[0, 1],
|
|
1480
1494
|
],
|
|
1481
1495
|
];
|
|
1482
|
-
export var StartSchemaMergeResponse = [3, n0, _SSMRt, 0, [_sAAS], [0]];
|
|
1483
|
-
export var SyncConfig = [
|
|
1496
|
+
export var StartSchemaMergeResponse$ = [3, n0, _SSMRt, 0, [_sAAS], [0]];
|
|
1497
|
+
export var SyncConfig$ = [
|
|
1484
1498
|
3,
|
|
1485
1499
|
n0,
|
|
1486
1500
|
_SC,
|
|
1487
1501
|
0,
|
|
1488
1502
|
[_cHo, _cD, _lCHC],
|
|
1489
|
-
[0, 0, () => LambdaConflictHandlerConfig],
|
|
1503
|
+
[0, 0, () => LambdaConflictHandlerConfig$],
|
|
1490
1504
|
];
|
|
1491
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1492
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1493
|
-
export var Type = [3, n0, _T, 0, [_n, _de, _ar, _def, _f], [0, 0, 0, 0, 0]];
|
|
1494
|
-
export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
1495
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException
|
|
1496
|
-
export var UntagResourceRequest = [
|
|
1505
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1506
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1507
|
+
export var Type$ = [3, n0, _T, 0, [_n, _de, _ar, _def, _f], [0, 0, 0, 0, 0]];
|
|
1508
|
+
export var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
1509
|
+
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
1510
|
+
export var UntagResourceRequest$ = [
|
|
1497
1511
|
3,
|
|
1498
1512
|
n0,
|
|
1499
1513
|
_URR,
|
|
@@ -1504,8 +1518,8 @@ export var UntagResourceRequest = [
|
|
|
1504
1518
|
[64 | 0, { [_hQ]: _tK }],
|
|
1505
1519
|
],
|
|
1506
1520
|
];
|
|
1507
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1508
|
-
export var UpdateApiCacheRequest = [
|
|
1521
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1522
|
+
export var UpdateApiCacheRequest$ = [
|
|
1509
1523
|
3,
|
|
1510
1524
|
n0,
|
|
1511
1525
|
_UACR,
|
|
@@ -1513,28 +1527,35 @@ export var UpdateApiCacheRequest = [
|
|
|
1513
1527
|
[_aI, _tt, _aCB, _ty, _hMC],
|
|
1514
1528
|
[[0, 1], 1, 0, 0, 0],
|
|
1515
1529
|
];
|
|
1516
|
-
export var UpdateApiCacheResponse = [3, n0, _UACRp, 0, [_aC], [() => ApiCache]];
|
|
1517
|
-
export var UpdateApiKeyRequest = [3, n0, _UAKR, 0, [_aI, _i, _de, _ex], [[0, 1], [0, 1], 0, 1]];
|
|
1518
|
-
export var UpdateApiKeyResponse = [3, n0, _UAKRp, 0, [_aK], [() => ApiKey]];
|
|
1519
|
-
export var UpdateApiRequest = [
|
|
1530
|
+
export var UpdateApiCacheResponse$ = [3, n0, _UACRp, 0, [_aC], [() => ApiCache$]];
|
|
1531
|
+
export var UpdateApiKeyRequest$ = [3, n0, _UAKR, 0, [_aI, _i, _de, _ex], [[0, 1], [0, 1], 0, 1]];
|
|
1532
|
+
export var UpdateApiKeyResponse$ = [3, n0, _UAKRp, 0, [_aK], [() => ApiKey$]];
|
|
1533
|
+
export var UpdateApiRequest$ = [
|
|
1520
1534
|
3,
|
|
1521
1535
|
n0,
|
|
1522
1536
|
_UAR,
|
|
1523
1537
|
0,
|
|
1524
1538
|
[_aI, _n, _oC, _eC],
|
|
1525
|
-
[[0, 1], 0, 0, () => EventConfig],
|
|
1539
|
+
[[0, 1], 0, 0, () => EventConfig$],
|
|
1526
1540
|
];
|
|
1527
|
-
export var UpdateApiResponse = [3, n0, _UARp, 0, [_a], [() => Api]];
|
|
1528
|
-
export var UpdateChannelNamespaceRequest = [
|
|
1541
|
+
export var UpdateApiResponse$ = [3, n0, _UARp, 0, [_a], [() => Api$]];
|
|
1542
|
+
export var UpdateChannelNamespaceRequest$ = [
|
|
1529
1543
|
3,
|
|
1530
1544
|
n0,
|
|
1531
1545
|
_UCNR,
|
|
1532
1546
|
0,
|
|
1533
1547
|
[_aI, _n, _sAM, _pAM, _cH, _hC],
|
|
1534
|
-
[[0, 1], [0, 1], () => AuthModes, () => AuthModes, 0, () => HandlerConfigs],
|
|
1548
|
+
[[0, 1], [0, 1], () => AuthModes, () => AuthModes, 0, () => HandlerConfigs$],
|
|
1535
1549
|
];
|
|
1536
|
-
export var UpdateChannelNamespaceResponse = [
|
|
1537
|
-
|
|
1550
|
+
export var UpdateChannelNamespaceResponse$ = [
|
|
1551
|
+
3,
|
|
1552
|
+
n0,
|
|
1553
|
+
_UCNRp,
|
|
1554
|
+
0,
|
|
1555
|
+
[_cN],
|
|
1556
|
+
[() => ChannelNamespace$],
|
|
1557
|
+
];
|
|
1558
|
+
export var UpdateDataSourceRequest$ = [
|
|
1538
1559
|
3,
|
|
1539
1560
|
n0,
|
|
1540
1561
|
_UDSR,
|
|
@@ -1546,29 +1567,29 @@ export var UpdateDataSourceRequest = [
|
|
|
1546
1567
|
0,
|
|
1547
1568
|
0,
|
|
1548
1569
|
0,
|
|
1549
|
-
() => DynamodbDataSourceConfig
|
|
1550
|
-
() => LambdaDataSourceConfig
|
|
1551
|
-
() => ElasticsearchDataSourceConfig
|
|
1552
|
-
() => OpenSearchServiceDataSourceConfig
|
|
1553
|
-
() => HttpDataSourceConfig
|
|
1554
|
-
() => RelationalDatabaseDataSourceConfig
|
|
1555
|
-
() => EventBridgeDataSourceConfig
|
|
1570
|
+
() => DynamodbDataSourceConfig$,
|
|
1571
|
+
() => LambdaDataSourceConfig$,
|
|
1572
|
+
() => ElasticsearchDataSourceConfig$,
|
|
1573
|
+
() => OpenSearchServiceDataSourceConfig$,
|
|
1574
|
+
() => HttpDataSourceConfig$,
|
|
1575
|
+
() => RelationalDatabaseDataSourceConfig$,
|
|
1576
|
+
() => EventBridgeDataSourceConfig$,
|
|
1556
1577
|
0,
|
|
1557
1578
|
],
|
|
1558
1579
|
];
|
|
1559
|
-
export var UpdateDataSourceResponse = [3, n0, _UDSRp, 0, [_dS], [() => DataSource]];
|
|
1560
|
-
export var UpdateDomainNameRequest = [3, n0, _UDNR, 0, [_dN, _de], [[0, 1], 0]];
|
|
1561
|
-
export var UpdateDomainNameResponse = [3, n0, _UDNRp, 0, [_dNC], [() => DomainNameConfig]];
|
|
1562
|
-
export var UpdateFunctionRequest = [
|
|
1580
|
+
export var UpdateDataSourceResponse$ = [3, n0, _UDSRp, 0, [_dS], [() => DataSource$]];
|
|
1581
|
+
export var UpdateDomainNameRequest$ = [3, n0, _UDNR, 0, [_dN, _de], [[0, 1], 0]];
|
|
1582
|
+
export var UpdateDomainNameResponse$ = [3, n0, _UDNRp, 0, [_dNC], [() => DomainNameConfig$]];
|
|
1583
|
+
export var UpdateFunctionRequest$ = [
|
|
1563
1584
|
3,
|
|
1564
1585
|
n0,
|
|
1565
1586
|
_UFR,
|
|
1566
1587
|
0,
|
|
1567
1588
|
[_aI, _n, _de, _fI, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
1568
|
-
[[0, 1], 0, 0, [0, 1], 0, 0, 0, 0, () => SyncConfig
|
|
1589
|
+
[[0, 1], 0, 0, [0, 1], 0, 0, 0, 0, () => SyncConfig$, 1, () => AppSyncRuntime$, 0],
|
|
1569
1590
|
];
|
|
1570
|
-
export var UpdateFunctionResponse = [3, n0, _UFRp, 0, [_fC], [() => FunctionConfiguration]];
|
|
1571
|
-
export var UpdateGraphqlApiRequest = [
|
|
1591
|
+
export var UpdateFunctionResponse$ = [3, n0, _UFRp, 0, [_fC], [() => FunctionConfiguration$]];
|
|
1592
|
+
export var UpdateGraphqlApiRequest$ = [
|
|
1572
1593
|
3,
|
|
1573
1594
|
n0,
|
|
1574
1595
|
_UGAR,
|
|
@@ -1577,23 +1598,23 @@ export var UpdateGraphqlApiRequest = [
|
|
|
1577
1598
|
[
|
|
1578
1599
|
[0, 1],
|
|
1579
1600
|
0,
|
|
1580
|
-
() => LogConfig
|
|
1601
|
+
() => LogConfig$,
|
|
1581
1602
|
0,
|
|
1582
|
-
() => UserPoolConfig
|
|
1583
|
-
() => OpenIDConnectConfig
|
|
1603
|
+
() => UserPoolConfig$,
|
|
1604
|
+
() => OpenIDConnectConfig$,
|
|
1584
1605
|
() => AdditionalAuthenticationProviders,
|
|
1585
1606
|
2,
|
|
1586
|
-
() => LambdaAuthorizerConfig
|
|
1607
|
+
() => LambdaAuthorizerConfig$,
|
|
1587
1608
|
0,
|
|
1588
1609
|
0,
|
|
1589
1610
|
0,
|
|
1590
1611
|
1,
|
|
1591
1612
|
1,
|
|
1592
|
-
() => EnhancedMetricsConfig
|
|
1613
|
+
() => EnhancedMetricsConfig$,
|
|
1593
1614
|
],
|
|
1594
1615
|
];
|
|
1595
|
-
export var UpdateGraphqlApiResponse = [3, n0, _UGARp, 0, [_gA], [() => GraphqlApi]];
|
|
1596
|
-
export var UpdateResolverRequest = [
|
|
1616
|
+
export var UpdateGraphqlApiResponse$ = [3, n0, _UGARp, 0, [_gA], [() => GraphqlApi$]];
|
|
1617
|
+
export var UpdateResolverRequest$ = [
|
|
1597
1618
|
3,
|
|
1598
1619
|
n0,
|
|
1599
1620
|
_URRp,
|
|
@@ -1607,670 +1628,664 @@ export var UpdateResolverRequest = [
|
|
|
1607
1628
|
0,
|
|
1608
1629
|
0,
|
|
1609
1630
|
0,
|
|
1610
|
-
() => PipelineConfig
|
|
1611
|
-
() => SyncConfig
|
|
1612
|
-
() => CachingConfig
|
|
1631
|
+
() => PipelineConfig$,
|
|
1632
|
+
() => SyncConfig$,
|
|
1633
|
+
() => CachingConfig$,
|
|
1613
1634
|
1,
|
|
1614
|
-
() => AppSyncRuntime
|
|
1635
|
+
() => AppSyncRuntime$,
|
|
1615
1636
|
0,
|
|
1616
1637
|
0,
|
|
1617
1638
|
],
|
|
1618
1639
|
];
|
|
1619
|
-
export var UpdateResolverResponse = [3, n0, _URRpd, 0, [_re], [() => Resolver]];
|
|
1620
|
-
export var UpdateSourceApiAssociationRequest = [
|
|
1640
|
+
export var UpdateResolverResponse$ = [3, n0, _URRpd, 0, [_re], [() => Resolver$]];
|
|
1641
|
+
export var UpdateSourceApiAssociationRequest$ = [
|
|
1621
1642
|
3,
|
|
1622
1643
|
n0,
|
|
1623
1644
|
_USAAR,
|
|
1624
1645
|
0,
|
|
1625
1646
|
[_aIs, _mAI, _de, _sAAC],
|
|
1626
|
-
[[0, 1], [0, 1], 0, () => SourceApiAssociationConfig],
|
|
1647
|
+
[[0, 1], [0, 1], 0, () => SourceApiAssociationConfig$],
|
|
1627
1648
|
];
|
|
1628
|
-
export var UpdateSourceApiAssociationResponse = [
|
|
1649
|
+
export var UpdateSourceApiAssociationResponse$ = [
|
|
1629
1650
|
3,
|
|
1630
1651
|
n0,
|
|
1631
1652
|
_USAARp,
|
|
1632
1653
|
0,
|
|
1633
1654
|
[_sAA],
|
|
1634
|
-
[() => SourceApiAssociation],
|
|
1635
|
-
];
|
|
1636
|
-
export var UpdateTypeRequest = [3, n0, _UTR, 0, [_aI, _tN, _def, _f], [[0, 1], [0, 1], 0, 0]];
|
|
1637
|
-
export var UpdateTypeResponse = [3, n0, _UTRp, 0, [_ty], [() => Type]];
|
|
1638
|
-
export var UserPoolConfig = [3, n0, _UPC, 0, [_uPI, _aR, _dA, _aICR], [0, 0, 0, 0]];
|
|
1639
|
-
export var AppSyncServiceException = [-3, _sm, "AppSyncServiceException", 0, [], []];
|
|
1640
|
-
TypeRegistry.for(_sm).registerError(AppSyncServiceException
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
];
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
export var AuthModes = [1, n0, _AMu, 0, () => AuthMode];
|
|
1651
|
-
export var AuthProviders = [1, n0, _APu, 0, () => AuthProvider];
|
|
1652
|
-
export var CachingKeys = 64 | 0;
|
|
1653
|
-
export var ChannelNamespaces = [1, n0, _CNh, 0, () => ChannelNamespace];
|
|
1654
|
-
export var CodeErrors = [1, n0, _CEod, 0, () => CodeError];
|
|
1655
|
-
export var DataSourceIntrospectionModelFields = [
|
|
1655
|
+
[() => SourceApiAssociation$],
|
|
1656
|
+
];
|
|
1657
|
+
export var UpdateTypeRequest$ = [3, n0, _UTR, 0, [_aI, _tN, _def, _f], [[0, 1], [0, 1], 0, 0]];
|
|
1658
|
+
export var UpdateTypeResponse$ = [3, n0, _UTRp, 0, [_ty], [() => Type$]];
|
|
1659
|
+
export var UserPoolConfig$ = [3, n0, _UPC, 0, [_uPI, _aR, _dA, _aICR], [0, 0, 0, 0]];
|
|
1660
|
+
export var AppSyncServiceException$ = [-3, _sm, "AppSyncServiceException", 0, [], []];
|
|
1661
|
+
TypeRegistry.for(_sm).registerError(AppSyncServiceException$, AppSyncServiceException);
|
|
1662
|
+
var AdditionalAuthenticationProviders = [1, n0, _AAPd, 0, () => AdditionalAuthenticationProvider$];
|
|
1663
|
+
var ApiKeys = [1, n0, _AKp, 0, () => ApiKey$];
|
|
1664
|
+
var Apis = [1, n0, _Ap, 0, () => Api$];
|
|
1665
|
+
var AuthModes = [1, n0, _AMu, 0, () => AuthMode$];
|
|
1666
|
+
var AuthProviders = [1, n0, _APu, 0, () => AuthProvider$];
|
|
1667
|
+
var CachingKeys = 64 | 0;
|
|
1668
|
+
var ChannelNamespaces = [1, n0, _CNh, 0, () => ChannelNamespace$];
|
|
1669
|
+
var CodeErrors = [1, n0, _CEod, 0, () => CodeError$];
|
|
1670
|
+
var DataSourceIntrospectionModelFields = [
|
|
1656
1671
|
1,
|
|
1657
1672
|
n0,
|
|
1658
1673
|
_DSIMFa,
|
|
1659
1674
|
0,
|
|
1660
|
-
() => DataSourceIntrospectionModelField
|
|
1675
|
+
() => DataSourceIntrospectionModelField$,
|
|
1661
1676
|
];
|
|
1662
|
-
|
|
1663
|
-
|
|
1677
|
+
var DataSourceIntrospectionModelFieldTypeValues = 64 | 0;
|
|
1678
|
+
var DataSourceIntrospectionModelIndexes = [
|
|
1664
1679
|
1,
|
|
1665
1680
|
n0,
|
|
1666
1681
|
_DSIMIa,
|
|
1667
1682
|
0,
|
|
1668
|
-
() => DataSourceIntrospectionModelIndex
|
|
1669
|
-
];
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
export var AssociateApi = [
|
|
1683
|
+
() => DataSourceIntrospectionModelIndex$,
|
|
1684
|
+
];
|
|
1685
|
+
var DataSourceIntrospectionModelIndexFields = 64 | 0;
|
|
1686
|
+
var DataSourceIntrospectionModels = [1, n0, _DSIMa, 0, () => DataSourceIntrospectionModel$];
|
|
1687
|
+
var DataSources = [1, n0, _DSa, 0, () => DataSource$];
|
|
1688
|
+
var DomainNameConfigs = [1, n0, _DNCo, 0, () => DomainNameConfig$];
|
|
1689
|
+
var Functions = [1, n0, _F, 0, () => FunctionConfiguration$];
|
|
1690
|
+
var FunctionsIds = 64 | 0;
|
|
1691
|
+
var GraphqlApis = [1, n0, _GAr, 0, () => GraphqlApi$];
|
|
1692
|
+
var Logs = 64 | 0;
|
|
1693
|
+
var Resolvers = [1, n0, _Re, 0, () => Resolver$];
|
|
1694
|
+
var SourceApiAssociationSummaryList = [1, n0, _SAASL, 0, () => SourceApiAssociationSummary$];
|
|
1695
|
+
var TagKeyList = 64 | 0;
|
|
1696
|
+
var TypeList = [1, n0, _TL, 0, () => Type$];
|
|
1697
|
+
var EnvironmentVariableMap = 128 | 0;
|
|
1698
|
+
var MapOfStringToString = 128 | 0;
|
|
1699
|
+
var TagMap = 128 | 0;
|
|
1700
|
+
export var AssociateApi$ = [
|
|
1686
1701
|
9,
|
|
1687
1702
|
n0,
|
|
1688
1703
|
_AAs,
|
|
1689
1704
|
{ [_h]: ["POST", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
1690
|
-
() => AssociateApiRequest
|
|
1691
|
-
() => AssociateApiResponse
|
|
1705
|
+
() => AssociateApiRequest$,
|
|
1706
|
+
() => AssociateApiResponse$,
|
|
1692
1707
|
];
|
|
1693
|
-
export var AssociateMergedGraphqlApi = [
|
|
1708
|
+
export var AssociateMergedGraphqlApi$ = [
|
|
1694
1709
|
9,
|
|
1695
1710
|
n0,
|
|
1696
1711
|
_AMGA,
|
|
1697
1712
|
{ [_h]: ["POST", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations", 200] },
|
|
1698
|
-
() => AssociateMergedGraphqlApiRequest
|
|
1699
|
-
() => AssociateMergedGraphqlApiResponse
|
|
1713
|
+
() => AssociateMergedGraphqlApiRequest$,
|
|
1714
|
+
() => AssociateMergedGraphqlApiResponse$,
|
|
1700
1715
|
];
|
|
1701
|
-
export var AssociateSourceGraphqlApi = [
|
|
1716
|
+
export var AssociateSourceGraphqlApi$ = [
|
|
1702
1717
|
9,
|
|
1703
1718
|
n0,
|
|
1704
1719
|
_ASGA,
|
|
1705
1720
|
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations", 200] },
|
|
1706
|
-
() => AssociateSourceGraphqlApiRequest
|
|
1707
|
-
() => AssociateSourceGraphqlApiResponse
|
|
1721
|
+
() => AssociateSourceGraphqlApiRequest$,
|
|
1722
|
+
() => AssociateSourceGraphqlApiResponse$,
|
|
1708
1723
|
];
|
|
1709
|
-
export var CreateApi = [
|
|
1724
|
+
export var CreateApi$ = [
|
|
1710
1725
|
9,
|
|
1711
1726
|
n0,
|
|
1712
1727
|
_CA,
|
|
1713
1728
|
{ [_h]: ["POST", "/v2/apis", 200] },
|
|
1714
|
-
() => CreateApiRequest
|
|
1715
|
-
() => CreateApiResponse
|
|
1729
|
+
() => CreateApiRequest$,
|
|
1730
|
+
() => CreateApiResponse$,
|
|
1716
1731
|
];
|
|
1717
|
-
export var CreateApiCache = [
|
|
1732
|
+
export var CreateApiCache$ = [
|
|
1718
1733
|
9,
|
|
1719
1734
|
n0,
|
|
1720
1735
|
_CAC,
|
|
1721
1736
|
{ [_h]: ["POST", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
1722
|
-
() => CreateApiCacheRequest
|
|
1723
|
-
() => CreateApiCacheResponse
|
|
1737
|
+
() => CreateApiCacheRequest$,
|
|
1738
|
+
() => CreateApiCacheResponse$,
|
|
1724
1739
|
];
|
|
1725
|
-
export var CreateApiKey = [
|
|
1740
|
+
export var CreateApiKey$ = [
|
|
1726
1741
|
9,
|
|
1727
1742
|
n0,
|
|
1728
1743
|
_CAK,
|
|
1729
1744
|
{ [_h]: ["POST", "/v1/apis/{apiId}/apikeys", 200] },
|
|
1730
|
-
() => CreateApiKeyRequest
|
|
1731
|
-
() => CreateApiKeyResponse
|
|
1745
|
+
() => CreateApiKeyRequest$,
|
|
1746
|
+
() => CreateApiKeyResponse$,
|
|
1732
1747
|
];
|
|
1733
|
-
export var CreateChannelNamespace = [
|
|
1748
|
+
export var CreateChannelNamespace$ = [
|
|
1734
1749
|
9,
|
|
1735
1750
|
n0,
|
|
1736
1751
|
_CCN,
|
|
1737
1752
|
{ [_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces", 200] },
|
|
1738
|
-
() => CreateChannelNamespaceRequest
|
|
1739
|
-
() => CreateChannelNamespaceResponse
|
|
1753
|
+
() => CreateChannelNamespaceRequest$,
|
|
1754
|
+
() => CreateChannelNamespaceResponse$,
|
|
1740
1755
|
];
|
|
1741
|
-
export var CreateDataSource = [
|
|
1756
|
+
export var CreateDataSource$ = [
|
|
1742
1757
|
9,
|
|
1743
1758
|
n0,
|
|
1744
1759
|
_CDS,
|
|
1745
1760
|
{ [_h]: ["POST", "/v1/apis/{apiId}/datasources", 200] },
|
|
1746
|
-
() => CreateDataSourceRequest
|
|
1747
|
-
() => CreateDataSourceResponse
|
|
1761
|
+
() => CreateDataSourceRequest$,
|
|
1762
|
+
() => CreateDataSourceResponse$,
|
|
1748
1763
|
];
|
|
1749
|
-
export var CreateDomainName = [
|
|
1764
|
+
export var CreateDomainName$ = [
|
|
1750
1765
|
9,
|
|
1751
1766
|
n0,
|
|
1752
1767
|
_CDN,
|
|
1753
1768
|
{ [_h]: ["POST", "/v1/domainnames", 200] },
|
|
1754
|
-
() => CreateDomainNameRequest
|
|
1755
|
-
() => CreateDomainNameResponse
|
|
1769
|
+
() => CreateDomainNameRequest$,
|
|
1770
|
+
() => CreateDomainNameResponse$,
|
|
1756
1771
|
];
|
|
1757
|
-
export var CreateFunction = [
|
|
1772
|
+
export var CreateFunction$ = [
|
|
1758
1773
|
9,
|
|
1759
1774
|
n0,
|
|
1760
1775
|
_CF,
|
|
1761
1776
|
{ [_h]: ["POST", "/v1/apis/{apiId}/functions", 200] },
|
|
1762
|
-
() => CreateFunctionRequest
|
|
1763
|
-
() => CreateFunctionResponse
|
|
1777
|
+
() => CreateFunctionRequest$,
|
|
1778
|
+
() => CreateFunctionResponse$,
|
|
1764
1779
|
];
|
|
1765
|
-
export var CreateGraphqlApi = [
|
|
1780
|
+
export var CreateGraphqlApi$ = [
|
|
1766
1781
|
9,
|
|
1767
1782
|
n0,
|
|
1768
1783
|
_CGA,
|
|
1769
1784
|
{ [_h]: ["POST", "/v1/apis", 200] },
|
|
1770
|
-
() => CreateGraphqlApiRequest
|
|
1771
|
-
() => CreateGraphqlApiResponse
|
|
1785
|
+
() => CreateGraphqlApiRequest$,
|
|
1786
|
+
() => CreateGraphqlApiResponse$,
|
|
1772
1787
|
];
|
|
1773
|
-
export var CreateResolver = [
|
|
1788
|
+
export var CreateResolver$ = [
|
|
1774
1789
|
9,
|
|
1775
1790
|
n0,
|
|
1776
1791
|
_CR,
|
|
1777
1792
|
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200] },
|
|
1778
|
-
() => CreateResolverRequest
|
|
1779
|
-
() => CreateResolverResponse
|
|
1793
|
+
() => CreateResolverRequest$,
|
|
1794
|
+
() => CreateResolverResponse$,
|
|
1780
1795
|
];
|
|
1781
|
-
export var CreateType = [
|
|
1796
|
+
export var CreateType$ = [
|
|
1782
1797
|
9,
|
|
1783
1798
|
n0,
|
|
1784
1799
|
_CT,
|
|
1785
1800
|
{ [_h]: ["POST", "/v1/apis/{apiId}/types", 200] },
|
|
1786
|
-
() => CreateTypeRequest
|
|
1787
|
-
() => CreateTypeResponse
|
|
1801
|
+
() => CreateTypeRequest$,
|
|
1802
|
+
() => CreateTypeResponse$,
|
|
1788
1803
|
];
|
|
1789
|
-
export var DeleteApi = [
|
|
1804
|
+
export var DeleteApi$ = [
|
|
1790
1805
|
9,
|
|
1791
1806
|
n0,
|
|
1792
1807
|
_DA,
|
|
1793
1808
|
{ [_h]: ["DELETE", "/v2/apis/{apiId}", 200] },
|
|
1794
|
-
() => DeleteApiRequest
|
|
1795
|
-
() => DeleteApiResponse
|
|
1809
|
+
() => DeleteApiRequest$,
|
|
1810
|
+
() => DeleteApiResponse$,
|
|
1796
1811
|
];
|
|
1797
|
-
export var DeleteApiCache = [
|
|
1812
|
+
export var DeleteApiCache$ = [
|
|
1798
1813
|
9,
|
|
1799
1814
|
n0,
|
|
1800
1815
|
_DAC,
|
|
1801
1816
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
1802
|
-
() => DeleteApiCacheRequest
|
|
1803
|
-
() => DeleteApiCacheResponse
|
|
1817
|
+
() => DeleteApiCacheRequest$,
|
|
1818
|
+
() => DeleteApiCacheResponse$,
|
|
1804
1819
|
];
|
|
1805
|
-
export var DeleteApiKey = [
|
|
1820
|
+
export var DeleteApiKey$ = [
|
|
1806
1821
|
9,
|
|
1807
1822
|
n0,
|
|
1808
1823
|
_DAK,
|
|
1809
1824
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/apikeys/{id}", 200] },
|
|
1810
|
-
() => DeleteApiKeyRequest
|
|
1811
|
-
() => DeleteApiKeyResponse
|
|
1825
|
+
() => DeleteApiKeyRequest$,
|
|
1826
|
+
() => DeleteApiKeyResponse$,
|
|
1812
1827
|
];
|
|
1813
|
-
export var DeleteChannelNamespace = [
|
|
1828
|
+
export var DeleteChannelNamespace$ = [
|
|
1814
1829
|
9,
|
|
1815
1830
|
n0,
|
|
1816
1831
|
_DCN,
|
|
1817
1832
|
{ [_h]: ["DELETE", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
1818
|
-
() => DeleteChannelNamespaceRequest
|
|
1819
|
-
() => DeleteChannelNamespaceResponse
|
|
1833
|
+
() => DeleteChannelNamespaceRequest$,
|
|
1834
|
+
() => DeleteChannelNamespaceResponse$,
|
|
1820
1835
|
];
|
|
1821
|
-
export var DeleteDataSource = [
|
|
1836
|
+
export var DeleteDataSource$ = [
|
|
1822
1837
|
9,
|
|
1823
1838
|
n0,
|
|
1824
1839
|
_DDS,
|
|
1825
1840
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
1826
|
-
() => DeleteDataSourceRequest
|
|
1827
|
-
() => DeleteDataSourceResponse
|
|
1841
|
+
() => DeleteDataSourceRequest$,
|
|
1842
|
+
() => DeleteDataSourceResponse$,
|
|
1828
1843
|
];
|
|
1829
|
-
export var DeleteDomainName = [
|
|
1844
|
+
export var DeleteDomainName$ = [
|
|
1830
1845
|
9,
|
|
1831
1846
|
n0,
|
|
1832
1847
|
_DDN,
|
|
1833
1848
|
{ [_h]: ["DELETE", "/v1/domainnames/{domainName}", 200] },
|
|
1834
|
-
() => DeleteDomainNameRequest
|
|
1835
|
-
() => DeleteDomainNameResponse
|
|
1849
|
+
() => DeleteDomainNameRequest$,
|
|
1850
|
+
() => DeleteDomainNameResponse$,
|
|
1836
1851
|
];
|
|
1837
|
-
export var DeleteFunction = [
|
|
1852
|
+
export var DeleteFunction$ = [
|
|
1838
1853
|
9,
|
|
1839
1854
|
n0,
|
|
1840
1855
|
_DF,
|
|
1841
1856
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
1842
|
-
() => DeleteFunctionRequest
|
|
1843
|
-
() => DeleteFunctionResponse
|
|
1857
|
+
() => DeleteFunctionRequest$,
|
|
1858
|
+
() => DeleteFunctionResponse$,
|
|
1844
1859
|
];
|
|
1845
|
-
export var DeleteGraphqlApi = [
|
|
1860
|
+
export var DeleteGraphqlApi$ = [
|
|
1846
1861
|
9,
|
|
1847
1862
|
n0,
|
|
1848
1863
|
_DGA,
|
|
1849
1864
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}", 200] },
|
|
1850
|
-
() => DeleteGraphqlApiRequest
|
|
1851
|
-
() => DeleteGraphqlApiResponse
|
|
1865
|
+
() => DeleteGraphqlApiRequest$,
|
|
1866
|
+
() => DeleteGraphqlApiResponse$,
|
|
1852
1867
|
];
|
|
1853
|
-
export var DeleteResolver = [
|
|
1868
|
+
export var DeleteResolver$ = [
|
|
1854
1869
|
9,
|
|
1855
1870
|
n0,
|
|
1856
1871
|
_DR,
|
|
1857
1872
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
1858
|
-
() => DeleteResolverRequest
|
|
1859
|
-
() => DeleteResolverResponse
|
|
1873
|
+
() => DeleteResolverRequest$,
|
|
1874
|
+
() => DeleteResolverResponse$,
|
|
1860
1875
|
];
|
|
1861
|
-
export var DeleteType = [
|
|
1876
|
+
export var DeleteType$ = [
|
|
1862
1877
|
9,
|
|
1863
1878
|
n0,
|
|
1864
1879
|
_DT,
|
|
1865
1880
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
1866
|
-
() => DeleteTypeRequest
|
|
1867
|
-
() => DeleteTypeResponse
|
|
1881
|
+
() => DeleteTypeRequest$,
|
|
1882
|
+
() => DeleteTypeResponse$,
|
|
1868
1883
|
];
|
|
1869
|
-
export var DisassociateApi = [
|
|
1884
|
+
export var DisassociateApi$ = [
|
|
1870
1885
|
9,
|
|
1871
1886
|
n0,
|
|
1872
1887
|
_DAi,
|
|
1873
1888
|
{ [_h]: ["DELETE", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
1874
|
-
() => DisassociateApiRequest
|
|
1875
|
-
() => DisassociateApiResponse
|
|
1889
|
+
() => DisassociateApiRequest$,
|
|
1890
|
+
() => DisassociateApiResponse$,
|
|
1876
1891
|
];
|
|
1877
|
-
export var DisassociateMergedGraphqlApi = [
|
|
1892
|
+
export var DisassociateMergedGraphqlApi$ = [
|
|
1878
1893
|
9,
|
|
1879
1894
|
n0,
|
|
1880
1895
|
_DMGA,
|
|
1881
1896
|
{ [_h]: ["DELETE", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}", 200] },
|
|
1882
|
-
() => DisassociateMergedGraphqlApiRequest
|
|
1883
|
-
() => DisassociateMergedGraphqlApiResponse
|
|
1897
|
+
() => DisassociateMergedGraphqlApiRequest$,
|
|
1898
|
+
() => DisassociateMergedGraphqlApiResponse$,
|
|
1884
1899
|
];
|
|
1885
|
-
export var DisassociateSourceGraphqlApi = [
|
|
1900
|
+
export var DisassociateSourceGraphqlApi$ = [
|
|
1886
1901
|
9,
|
|
1887
1902
|
n0,
|
|
1888
1903
|
_DSGA,
|
|
1889
1904
|
{ [_h]: ["DELETE", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
1890
|
-
() => DisassociateSourceGraphqlApiRequest
|
|
1891
|
-
() => DisassociateSourceGraphqlApiResponse
|
|
1905
|
+
() => DisassociateSourceGraphqlApiRequest$,
|
|
1906
|
+
() => DisassociateSourceGraphqlApiResponse$,
|
|
1892
1907
|
];
|
|
1893
|
-
export var EvaluateCode = [
|
|
1908
|
+
export var EvaluateCode$ = [
|
|
1894
1909
|
9,
|
|
1895
1910
|
n0,
|
|
1896
1911
|
_ECv,
|
|
1897
1912
|
{ [_h]: ["POST", "/v1/dataplane-evaluatecode", 200] },
|
|
1898
|
-
() => EvaluateCodeRequest
|
|
1899
|
-
() => EvaluateCodeResponse
|
|
1913
|
+
() => EvaluateCodeRequest$,
|
|
1914
|
+
() => EvaluateCodeResponse$,
|
|
1900
1915
|
];
|
|
1901
|
-
export var EvaluateMappingTemplate = [
|
|
1916
|
+
export var EvaluateMappingTemplate$ = [
|
|
1902
1917
|
9,
|
|
1903
1918
|
n0,
|
|
1904
1919
|
_EMT,
|
|
1905
1920
|
{ [_h]: ["POST", "/v1/dataplane-evaluatetemplate", 200] },
|
|
1906
|
-
() => EvaluateMappingTemplateRequest
|
|
1907
|
-
() => EvaluateMappingTemplateResponse
|
|
1921
|
+
() => EvaluateMappingTemplateRequest$,
|
|
1922
|
+
() => EvaluateMappingTemplateResponse$,
|
|
1908
1923
|
];
|
|
1909
|
-
export var FlushApiCache = [
|
|
1924
|
+
export var FlushApiCache$ = [
|
|
1910
1925
|
9,
|
|
1911
1926
|
n0,
|
|
1912
1927
|
_FAC,
|
|
1913
1928
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/FlushCache", 200] },
|
|
1914
|
-
() => FlushApiCacheRequest
|
|
1915
|
-
() => FlushApiCacheResponse
|
|
1929
|
+
() => FlushApiCacheRequest$,
|
|
1930
|
+
() => FlushApiCacheResponse$,
|
|
1916
1931
|
];
|
|
1917
|
-
export var GetApi = [
|
|
1932
|
+
export var GetApi$ = [
|
|
1918
1933
|
9,
|
|
1919
1934
|
n0,
|
|
1920
1935
|
_GAe,
|
|
1921
1936
|
{ [_h]: ["GET", "/v2/apis/{apiId}", 200] },
|
|
1922
|
-
() => GetApiRequest
|
|
1923
|
-
() => GetApiResponse
|
|
1937
|
+
() => GetApiRequest$,
|
|
1938
|
+
() => GetApiResponse$,
|
|
1924
1939
|
];
|
|
1925
|
-
export var GetApiAssociation = [
|
|
1940
|
+
export var GetApiAssociation$ = [
|
|
1926
1941
|
9,
|
|
1927
1942
|
n0,
|
|
1928
1943
|
_GAA,
|
|
1929
1944
|
{ [_h]: ["GET", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
1930
|
-
() => GetApiAssociationRequest
|
|
1931
|
-
() => GetApiAssociationResponse
|
|
1945
|
+
() => GetApiAssociationRequest$,
|
|
1946
|
+
() => GetApiAssociationResponse$,
|
|
1932
1947
|
];
|
|
1933
|
-
export var GetApiCache = [
|
|
1948
|
+
export var GetApiCache$ = [
|
|
1934
1949
|
9,
|
|
1935
1950
|
n0,
|
|
1936
1951
|
_GAC,
|
|
1937
1952
|
{ [_h]: ["GET", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
1938
|
-
() => GetApiCacheRequest
|
|
1939
|
-
() => GetApiCacheResponse
|
|
1953
|
+
() => GetApiCacheRequest$,
|
|
1954
|
+
() => GetApiCacheResponse$,
|
|
1940
1955
|
];
|
|
1941
|
-
export var GetChannelNamespace = [
|
|
1956
|
+
export var GetChannelNamespace$ = [
|
|
1942
1957
|
9,
|
|
1943
1958
|
n0,
|
|
1944
1959
|
_GCN,
|
|
1945
1960
|
{ [_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
1946
|
-
() => GetChannelNamespaceRequest
|
|
1947
|
-
() => GetChannelNamespaceResponse
|
|
1961
|
+
() => GetChannelNamespaceRequest$,
|
|
1962
|
+
() => GetChannelNamespaceResponse$,
|
|
1948
1963
|
];
|
|
1949
|
-
export var GetDataSource = [
|
|
1964
|
+
export var GetDataSource$ = [
|
|
1950
1965
|
9,
|
|
1951
1966
|
n0,
|
|
1952
1967
|
_GDS,
|
|
1953
1968
|
{ [_h]: ["GET", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
1954
|
-
() => GetDataSourceRequest
|
|
1955
|
-
() => GetDataSourceResponse
|
|
1969
|
+
() => GetDataSourceRequest$,
|
|
1970
|
+
() => GetDataSourceResponse$,
|
|
1956
1971
|
];
|
|
1957
|
-
export var GetDataSourceIntrospection = [
|
|
1972
|
+
export var GetDataSourceIntrospection$ = [
|
|
1958
1973
|
9,
|
|
1959
1974
|
n0,
|
|
1960
1975
|
_GDSI,
|
|
1961
1976
|
{ [_h]: ["GET", "/v1/datasources/introspections/{introspectionId}", 200] },
|
|
1962
|
-
() => GetDataSourceIntrospectionRequest
|
|
1963
|
-
() => GetDataSourceIntrospectionResponse
|
|
1977
|
+
() => GetDataSourceIntrospectionRequest$,
|
|
1978
|
+
() => GetDataSourceIntrospectionResponse$,
|
|
1964
1979
|
];
|
|
1965
|
-
export var GetDomainName = [
|
|
1980
|
+
export var GetDomainName$ = [
|
|
1966
1981
|
9,
|
|
1967
1982
|
n0,
|
|
1968
1983
|
_GDN,
|
|
1969
1984
|
{ [_h]: ["GET", "/v1/domainnames/{domainName}", 200] },
|
|
1970
|
-
() => GetDomainNameRequest
|
|
1971
|
-
() => GetDomainNameResponse
|
|
1985
|
+
() => GetDomainNameRequest$,
|
|
1986
|
+
() => GetDomainNameResponse$,
|
|
1972
1987
|
];
|
|
1973
|
-
export var GetFunction = [
|
|
1988
|
+
export var GetFunction$ = [
|
|
1974
1989
|
9,
|
|
1975
1990
|
n0,
|
|
1976
1991
|
_GF,
|
|
1977
1992
|
{ [_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
1978
|
-
() => GetFunctionRequest
|
|
1979
|
-
() => GetFunctionResponse
|
|
1993
|
+
() => GetFunctionRequest$,
|
|
1994
|
+
() => GetFunctionResponse$,
|
|
1980
1995
|
];
|
|
1981
|
-
export var GetGraphqlApi = [
|
|
1996
|
+
export var GetGraphqlApi$ = [
|
|
1982
1997
|
9,
|
|
1983
1998
|
n0,
|
|
1984
1999
|
_GGA,
|
|
1985
2000
|
{ [_h]: ["GET", "/v1/apis/{apiId}", 200] },
|
|
1986
|
-
() => GetGraphqlApiRequest
|
|
1987
|
-
() => GetGraphqlApiResponse
|
|
2001
|
+
() => GetGraphqlApiRequest$,
|
|
2002
|
+
() => GetGraphqlApiResponse$,
|
|
1988
2003
|
];
|
|
1989
|
-
export var GetGraphqlApiEnvironmentVariables = [
|
|
2004
|
+
export var GetGraphqlApiEnvironmentVariables$ = [
|
|
1990
2005
|
9,
|
|
1991
2006
|
n0,
|
|
1992
2007
|
_GGAEV,
|
|
1993
2008
|
{ [_h]: ["GET", "/v1/apis/{apiId}/environmentVariables", 200] },
|
|
1994
|
-
() => GetGraphqlApiEnvironmentVariablesRequest
|
|
1995
|
-
() => GetGraphqlApiEnvironmentVariablesResponse
|
|
2009
|
+
() => GetGraphqlApiEnvironmentVariablesRequest$,
|
|
2010
|
+
() => GetGraphqlApiEnvironmentVariablesResponse$,
|
|
1996
2011
|
];
|
|
1997
|
-
export var GetIntrospectionSchema = [
|
|
2012
|
+
export var GetIntrospectionSchema$ = [
|
|
1998
2013
|
9,
|
|
1999
2014
|
n0,
|
|
2000
2015
|
_GIS,
|
|
2001
2016
|
{ [_h]: ["GET", "/v1/apis/{apiId}/schema", 200] },
|
|
2002
|
-
() => GetIntrospectionSchemaRequest
|
|
2003
|
-
() => GetIntrospectionSchemaResponse
|
|
2017
|
+
() => GetIntrospectionSchemaRequest$,
|
|
2018
|
+
() => GetIntrospectionSchemaResponse$,
|
|
2004
2019
|
];
|
|
2005
|
-
export var GetResolver = [
|
|
2020
|
+
export var GetResolver$ = [
|
|
2006
2021
|
9,
|
|
2007
2022
|
n0,
|
|
2008
2023
|
_GR,
|
|
2009
2024
|
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2010
|
-
() => GetResolverRequest
|
|
2011
|
-
() => GetResolverResponse
|
|
2025
|
+
() => GetResolverRequest$,
|
|
2026
|
+
() => GetResolverResponse$,
|
|
2012
2027
|
];
|
|
2013
|
-
export var GetSchemaCreationStatus = [
|
|
2028
|
+
export var GetSchemaCreationStatus$ = [
|
|
2014
2029
|
9,
|
|
2015
2030
|
n0,
|
|
2016
2031
|
_GSCS,
|
|
2017
2032
|
{ [_h]: ["GET", "/v1/apis/{apiId}/schemacreation", 200] },
|
|
2018
|
-
() => GetSchemaCreationStatusRequest
|
|
2019
|
-
() => GetSchemaCreationStatusResponse
|
|
2033
|
+
() => GetSchemaCreationStatusRequest$,
|
|
2034
|
+
() => GetSchemaCreationStatusResponse$,
|
|
2020
2035
|
];
|
|
2021
|
-
export var GetSourceApiAssociation = [
|
|
2036
|
+
export var GetSourceApiAssociation$ = [
|
|
2022
2037
|
9,
|
|
2023
2038
|
n0,
|
|
2024
2039
|
_GSAA,
|
|
2025
2040
|
{ [_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2026
|
-
() => GetSourceApiAssociationRequest
|
|
2027
|
-
() => GetSourceApiAssociationResponse
|
|
2041
|
+
() => GetSourceApiAssociationRequest$,
|
|
2042
|
+
() => GetSourceApiAssociationResponse$,
|
|
2028
2043
|
];
|
|
2029
|
-
export var GetType = [
|
|
2044
|
+
export var GetType$ = [
|
|
2030
2045
|
9,
|
|
2031
2046
|
n0,
|
|
2032
2047
|
_GT,
|
|
2033
2048
|
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2034
|
-
() => GetTypeRequest
|
|
2035
|
-
() => GetTypeResponse
|
|
2049
|
+
() => GetTypeRequest$,
|
|
2050
|
+
() => GetTypeResponse$,
|
|
2036
2051
|
];
|
|
2037
|
-
export var ListApiKeys = [
|
|
2052
|
+
export var ListApiKeys$ = [
|
|
2038
2053
|
9,
|
|
2039
2054
|
n0,
|
|
2040
2055
|
_LAK,
|
|
2041
2056
|
{ [_h]: ["GET", "/v1/apis/{apiId}/apikeys", 200] },
|
|
2042
|
-
() => ListApiKeysRequest
|
|
2043
|
-
() => ListApiKeysResponse
|
|
2057
|
+
() => ListApiKeysRequest$,
|
|
2058
|
+
() => ListApiKeysResponse$,
|
|
2044
2059
|
];
|
|
2045
|
-
export var ListApis = [
|
|
2060
|
+
export var ListApis$ = [
|
|
2046
2061
|
9,
|
|
2047
2062
|
n0,
|
|
2048
2063
|
_LA,
|
|
2049
2064
|
{ [_h]: ["GET", "/v2/apis", 200] },
|
|
2050
|
-
() => ListApisRequest
|
|
2051
|
-
() => ListApisResponse
|
|
2065
|
+
() => ListApisRequest$,
|
|
2066
|
+
() => ListApisResponse$,
|
|
2052
2067
|
];
|
|
2053
|
-
export var ListChannelNamespaces = [
|
|
2068
|
+
export var ListChannelNamespaces$ = [
|
|
2054
2069
|
9,
|
|
2055
2070
|
n0,
|
|
2056
2071
|
_LCN,
|
|
2057
2072
|
{ [_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces", 200] },
|
|
2058
|
-
() => ListChannelNamespacesRequest
|
|
2059
|
-
() => ListChannelNamespacesResponse
|
|
2073
|
+
() => ListChannelNamespacesRequest$,
|
|
2074
|
+
() => ListChannelNamespacesResponse$,
|
|
2060
2075
|
];
|
|
2061
|
-
export var ListDataSources = [
|
|
2076
|
+
export var ListDataSources$ = [
|
|
2062
2077
|
9,
|
|
2063
2078
|
n0,
|
|
2064
2079
|
_LDS,
|
|
2065
2080
|
{ [_h]: ["GET", "/v1/apis/{apiId}/datasources", 200] },
|
|
2066
|
-
() => ListDataSourcesRequest
|
|
2067
|
-
() => ListDataSourcesResponse
|
|
2081
|
+
() => ListDataSourcesRequest$,
|
|
2082
|
+
() => ListDataSourcesResponse$,
|
|
2068
2083
|
];
|
|
2069
|
-
export var ListDomainNames = [
|
|
2084
|
+
export var ListDomainNames$ = [
|
|
2070
2085
|
9,
|
|
2071
2086
|
n0,
|
|
2072
2087
|
_LDN,
|
|
2073
2088
|
{ [_h]: ["GET", "/v1/domainnames", 200] },
|
|
2074
|
-
() => ListDomainNamesRequest
|
|
2075
|
-
() => ListDomainNamesResponse
|
|
2089
|
+
() => ListDomainNamesRequest$,
|
|
2090
|
+
() => ListDomainNamesResponse$,
|
|
2076
2091
|
];
|
|
2077
|
-
export var ListFunctions = [
|
|
2092
|
+
export var ListFunctions$ = [
|
|
2078
2093
|
9,
|
|
2079
2094
|
n0,
|
|
2080
2095
|
_LF,
|
|
2081
2096
|
{ [_h]: ["GET", "/v1/apis/{apiId}/functions", 200] },
|
|
2082
|
-
() => ListFunctionsRequest
|
|
2083
|
-
() => ListFunctionsResponse
|
|
2097
|
+
() => ListFunctionsRequest$,
|
|
2098
|
+
() => ListFunctionsResponse$,
|
|
2084
2099
|
];
|
|
2085
|
-
export var ListGraphqlApis = [
|
|
2100
|
+
export var ListGraphqlApis$ = [
|
|
2086
2101
|
9,
|
|
2087
2102
|
n0,
|
|
2088
2103
|
_LGA,
|
|
2089
2104
|
{ [_h]: ["GET", "/v1/apis", 200] },
|
|
2090
|
-
() => ListGraphqlApisRequest
|
|
2091
|
-
() => ListGraphqlApisResponse
|
|
2105
|
+
() => ListGraphqlApisRequest$,
|
|
2106
|
+
() => ListGraphqlApisResponse$,
|
|
2092
2107
|
];
|
|
2093
|
-
export var ListResolvers = [
|
|
2108
|
+
export var ListResolvers$ = [
|
|
2094
2109
|
9,
|
|
2095
2110
|
n0,
|
|
2096
2111
|
_LR,
|
|
2097
2112
|
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200] },
|
|
2098
|
-
() => ListResolversRequest
|
|
2099
|
-
() => ListResolversResponse
|
|
2113
|
+
() => ListResolversRequest$,
|
|
2114
|
+
() => ListResolversResponse$,
|
|
2100
2115
|
];
|
|
2101
|
-
export var ListResolversByFunction = [
|
|
2116
|
+
export var ListResolversByFunction$ = [
|
|
2102
2117
|
9,
|
|
2103
2118
|
n0,
|
|
2104
2119
|
_LRBF,
|
|
2105
2120
|
{ [_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}/resolvers", 200] },
|
|
2106
|
-
() => ListResolversByFunctionRequest
|
|
2107
|
-
() => ListResolversByFunctionResponse
|
|
2121
|
+
() => ListResolversByFunctionRequest$,
|
|
2122
|
+
() => ListResolversByFunctionResponse$,
|
|
2108
2123
|
];
|
|
2109
|
-
export var ListSourceApiAssociations = [
|
|
2124
|
+
export var ListSourceApiAssociations$ = [
|
|
2110
2125
|
9,
|
|
2111
2126
|
n0,
|
|
2112
2127
|
_LSAA,
|
|
2113
2128
|
{ [_h]: ["GET", "/v1/apis/{apiId}/sourceApiAssociations", 200] },
|
|
2114
|
-
() => ListSourceApiAssociationsRequest
|
|
2115
|
-
() => ListSourceApiAssociationsResponse
|
|
2129
|
+
() => ListSourceApiAssociationsRequest$,
|
|
2130
|
+
() => ListSourceApiAssociationsResponse$,
|
|
2116
2131
|
];
|
|
2117
|
-
export var ListTagsForResource = [
|
|
2132
|
+
export var ListTagsForResource$ = [
|
|
2118
2133
|
9,
|
|
2119
2134
|
n0,
|
|
2120
2135
|
_LTFR,
|
|
2121
2136
|
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
|
|
2122
|
-
() => ListTagsForResourceRequest
|
|
2123
|
-
() => ListTagsForResourceResponse
|
|
2137
|
+
() => ListTagsForResourceRequest$,
|
|
2138
|
+
() => ListTagsForResourceResponse$,
|
|
2124
2139
|
];
|
|
2125
|
-
export var ListTypes = [
|
|
2140
|
+
export var ListTypes$ = [
|
|
2126
2141
|
9,
|
|
2127
2142
|
n0,
|
|
2128
2143
|
_LT,
|
|
2129
2144
|
{ [_h]: ["GET", "/v1/apis/{apiId}/types", 200] },
|
|
2130
|
-
() => ListTypesRequest
|
|
2131
|
-
() => ListTypesResponse
|
|
2145
|
+
() => ListTypesRequest$,
|
|
2146
|
+
() => ListTypesResponse$,
|
|
2132
2147
|
];
|
|
2133
|
-
export var ListTypesByAssociation = [
|
|
2148
|
+
export var ListTypesByAssociation$ = [
|
|
2134
2149
|
9,
|
|
2135
2150
|
n0,
|
|
2136
2151
|
_LTBA,
|
|
2137
2152
|
{ [_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types", 200] },
|
|
2138
|
-
() => ListTypesByAssociationRequest
|
|
2139
|
-
() => ListTypesByAssociationResponse
|
|
2153
|
+
() => ListTypesByAssociationRequest$,
|
|
2154
|
+
() => ListTypesByAssociationResponse$,
|
|
2140
2155
|
];
|
|
2141
|
-
export var PutGraphqlApiEnvironmentVariables = [
|
|
2156
|
+
export var PutGraphqlApiEnvironmentVariables$ = [
|
|
2142
2157
|
9,
|
|
2143
2158
|
n0,
|
|
2144
2159
|
_PGAEV,
|
|
2145
2160
|
{ [_h]: ["PUT", "/v1/apis/{apiId}/environmentVariables", 200] },
|
|
2146
|
-
() => PutGraphqlApiEnvironmentVariablesRequest
|
|
2147
|
-
() => PutGraphqlApiEnvironmentVariablesResponse
|
|
2161
|
+
() => PutGraphqlApiEnvironmentVariablesRequest$,
|
|
2162
|
+
() => PutGraphqlApiEnvironmentVariablesResponse$,
|
|
2148
2163
|
];
|
|
2149
|
-
export var StartDataSourceIntrospection = [
|
|
2164
|
+
export var StartDataSourceIntrospection$ = [
|
|
2150
2165
|
9,
|
|
2151
2166
|
n0,
|
|
2152
2167
|
_SDSI,
|
|
2153
2168
|
{ [_h]: ["POST", "/v1/datasources/introspections", 200] },
|
|
2154
|
-
() => StartDataSourceIntrospectionRequest
|
|
2155
|
-
() => StartDataSourceIntrospectionResponse
|
|
2169
|
+
() => StartDataSourceIntrospectionRequest$,
|
|
2170
|
+
() => StartDataSourceIntrospectionResponse$,
|
|
2156
2171
|
];
|
|
2157
|
-
export var StartSchemaCreation = [
|
|
2172
|
+
export var StartSchemaCreation$ = [
|
|
2158
2173
|
9,
|
|
2159
2174
|
n0,
|
|
2160
2175
|
_SSC,
|
|
2161
2176
|
{ [_h]: ["POST", "/v1/apis/{apiId}/schemacreation", 200] },
|
|
2162
|
-
() => StartSchemaCreationRequest
|
|
2163
|
-
() => StartSchemaCreationResponse
|
|
2177
|
+
() => StartSchemaCreationRequest$,
|
|
2178
|
+
() => StartSchemaCreationResponse$,
|
|
2164
2179
|
];
|
|
2165
|
-
export var StartSchemaMerge = [
|
|
2180
|
+
export var StartSchemaMerge$ = [
|
|
2166
2181
|
9,
|
|
2167
2182
|
n0,
|
|
2168
2183
|
_SSM,
|
|
2169
2184
|
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge", 200] },
|
|
2170
|
-
() => StartSchemaMergeRequest
|
|
2171
|
-
() => StartSchemaMergeResponse
|
|
2185
|
+
() => StartSchemaMergeRequest$,
|
|
2186
|
+
() => StartSchemaMergeResponse$,
|
|
2172
2187
|
];
|
|
2173
|
-
export var TagResource = [
|
|
2188
|
+
export var TagResource$ = [
|
|
2174
2189
|
9,
|
|
2175
2190
|
n0,
|
|
2176
2191
|
_TR,
|
|
2177
2192
|
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 200] },
|
|
2178
|
-
() => TagResourceRequest
|
|
2179
|
-
() => TagResourceResponse
|
|
2193
|
+
() => TagResourceRequest$,
|
|
2194
|
+
() => TagResourceResponse$,
|
|
2180
2195
|
];
|
|
2181
|
-
export var UntagResource = [
|
|
2196
|
+
export var UntagResource$ = [
|
|
2182
2197
|
9,
|
|
2183
2198
|
n0,
|
|
2184
2199
|
_UR,
|
|
2185
2200
|
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
|
|
2186
|
-
() => UntagResourceRequest
|
|
2187
|
-
() => UntagResourceResponse
|
|
2201
|
+
() => UntagResourceRequest$,
|
|
2202
|
+
() => UntagResourceResponse$,
|
|
2188
2203
|
];
|
|
2189
|
-
export var UpdateApi = [
|
|
2204
|
+
export var UpdateApi$ = [
|
|
2190
2205
|
9,
|
|
2191
2206
|
n0,
|
|
2192
2207
|
_UA,
|
|
2193
2208
|
{ [_h]: ["POST", "/v2/apis/{apiId}", 200] },
|
|
2194
|
-
() => UpdateApiRequest
|
|
2195
|
-
() => UpdateApiResponse
|
|
2209
|
+
() => UpdateApiRequest$,
|
|
2210
|
+
() => UpdateApiResponse$,
|
|
2196
2211
|
];
|
|
2197
|
-
export var UpdateApiCache = [
|
|
2212
|
+
export var UpdateApiCache$ = [
|
|
2198
2213
|
9,
|
|
2199
2214
|
n0,
|
|
2200
2215
|
_UAC,
|
|
2201
2216
|
{ [_h]: ["POST", "/v1/apis/{apiId}/ApiCaches/update", 200] },
|
|
2202
|
-
() => UpdateApiCacheRequest
|
|
2203
|
-
() => UpdateApiCacheResponse
|
|
2217
|
+
() => UpdateApiCacheRequest$,
|
|
2218
|
+
() => UpdateApiCacheResponse$,
|
|
2204
2219
|
];
|
|
2205
|
-
export var UpdateApiKey = [
|
|
2220
|
+
export var UpdateApiKey$ = [
|
|
2206
2221
|
9,
|
|
2207
2222
|
n0,
|
|
2208
2223
|
_UAK,
|
|
2209
2224
|
{ [_h]: ["POST", "/v1/apis/{apiId}/apikeys/{id}", 200] },
|
|
2210
|
-
() => UpdateApiKeyRequest
|
|
2211
|
-
() => UpdateApiKeyResponse
|
|
2225
|
+
() => UpdateApiKeyRequest$,
|
|
2226
|
+
() => UpdateApiKeyResponse$,
|
|
2212
2227
|
];
|
|
2213
|
-
export var UpdateChannelNamespace = [
|
|
2228
|
+
export var UpdateChannelNamespace$ = [
|
|
2214
2229
|
9,
|
|
2215
2230
|
n0,
|
|
2216
2231
|
_UCN,
|
|
2217
2232
|
{ [_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2218
|
-
() => UpdateChannelNamespaceRequest
|
|
2219
|
-
() => UpdateChannelNamespaceResponse
|
|
2233
|
+
() => UpdateChannelNamespaceRequest$,
|
|
2234
|
+
() => UpdateChannelNamespaceResponse$,
|
|
2220
2235
|
];
|
|
2221
|
-
export var UpdateDataSource = [
|
|
2236
|
+
export var UpdateDataSource$ = [
|
|
2222
2237
|
9,
|
|
2223
2238
|
n0,
|
|
2224
2239
|
_UDS,
|
|
2225
2240
|
{ [_h]: ["POST", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2226
|
-
() => UpdateDataSourceRequest
|
|
2227
|
-
() => UpdateDataSourceResponse
|
|
2241
|
+
() => UpdateDataSourceRequest$,
|
|
2242
|
+
() => UpdateDataSourceResponse$,
|
|
2228
2243
|
];
|
|
2229
|
-
export var UpdateDomainName = [
|
|
2244
|
+
export var UpdateDomainName$ = [
|
|
2230
2245
|
9,
|
|
2231
2246
|
n0,
|
|
2232
2247
|
_UDN,
|
|
2233
2248
|
{ [_h]: ["POST", "/v1/domainnames/{domainName}", 200] },
|
|
2234
|
-
() => UpdateDomainNameRequest
|
|
2235
|
-
() => UpdateDomainNameResponse
|
|
2249
|
+
() => UpdateDomainNameRequest$,
|
|
2250
|
+
() => UpdateDomainNameResponse$,
|
|
2236
2251
|
];
|
|
2237
|
-
export var UpdateFunction = [
|
|
2252
|
+
export var UpdateFunction$ = [
|
|
2238
2253
|
9,
|
|
2239
2254
|
n0,
|
|
2240
2255
|
_UF,
|
|
2241
2256
|
{ [_h]: ["POST", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2242
|
-
() => UpdateFunctionRequest
|
|
2243
|
-
() => UpdateFunctionResponse
|
|
2257
|
+
() => UpdateFunctionRequest$,
|
|
2258
|
+
() => UpdateFunctionResponse$,
|
|
2244
2259
|
];
|
|
2245
|
-
export var UpdateGraphqlApi = [
|
|
2260
|
+
export var UpdateGraphqlApi$ = [
|
|
2246
2261
|
9,
|
|
2247
2262
|
n0,
|
|
2248
2263
|
_UGA,
|
|
2249
2264
|
{ [_h]: ["POST", "/v1/apis/{apiId}", 200] },
|
|
2250
|
-
() => UpdateGraphqlApiRequest
|
|
2251
|
-
() => UpdateGraphqlApiResponse
|
|
2265
|
+
() => UpdateGraphqlApiRequest$,
|
|
2266
|
+
() => UpdateGraphqlApiResponse$,
|
|
2252
2267
|
];
|
|
2253
|
-
export var UpdateResolver = [
|
|
2268
|
+
export var UpdateResolver$ = [
|
|
2254
2269
|
9,
|
|
2255
2270
|
n0,
|
|
2256
2271
|
_URp,
|
|
2257
2272
|
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2258
|
-
() => UpdateResolverRequest
|
|
2259
|
-
() => UpdateResolverResponse
|
|
2273
|
+
() => UpdateResolverRequest$,
|
|
2274
|
+
() => UpdateResolverResponse$,
|
|
2260
2275
|
];
|
|
2261
|
-
export var UpdateSourceApiAssociation = [
|
|
2276
|
+
export var UpdateSourceApiAssociation$ = [
|
|
2262
2277
|
9,
|
|
2263
2278
|
n0,
|
|
2264
2279
|
_USAA,
|
|
2265
2280
|
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2266
|
-
() => UpdateSourceApiAssociationRequest
|
|
2267
|
-
() => UpdateSourceApiAssociationResponse
|
|
2281
|
+
() => UpdateSourceApiAssociationRequest$,
|
|
2282
|
+
() => UpdateSourceApiAssociationResponse$,
|
|
2268
2283
|
];
|
|
2269
|
-
export var UpdateType = [
|
|
2284
|
+
export var UpdateType$ = [
|
|
2270
2285
|
9,
|
|
2271
2286
|
n0,
|
|
2272
2287
|
_UT,
|
|
2273
2288
|
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2274
|
-
() => UpdateTypeRequest
|
|
2275
|
-
() => UpdateTypeResponse
|
|
2289
|
+
() => UpdateTypeRequest$,
|
|
2290
|
+
() => UpdateTypeResponse$,
|
|
2276
2291
|
];
|