@aws-sdk/client-cloudfront 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/CloudFront.js +1288 -0
- package/dist-cjs/CloudFrontClient.js +46 -0
- package/dist-cjs/commands/AssociateAliasCommand.js +70 -0
- package/dist-cjs/commands/CreateCachePolicyCommand.js +80 -0
- package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +63 -0
- package/dist-cjs/commands/CreateDistributionCommand.js +72 -0
- package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +60 -0
- package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/CreateFunctionCommand.js +70 -0
- package/dist-cjs/commands/CreateInvalidationCommand.js +60 -0
- package/dist-cjs/commands/CreateKeyGroupCommand.js +67 -0
- package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +63 -0
- package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +84 -0
- package/dist-cjs/commands/CreatePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +63 -0
- package/dist-cjs/commands/CreateStreamingDistributionCommand.js +62 -0
- package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +62 -0
- package/dist-cjs/commands/DeleteCachePolicyCommand.js +66 -0
- package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/DeleteDistributionCommand.js +60 -0
- package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/DeleteFunctionCommand.js +66 -0
- package/dist-cjs/commands/DeleteKeyGroupCommand.js +66 -0
- package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +60 -0
- package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +66 -0
- package/dist-cjs/commands/DeletePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +66 -0
- package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +107 -0
- package/dist-cjs/commands/DescribeFunctionCommand.js +64 -0
- package/dist-cjs/commands/GetCachePolicyCommand.js +73 -0
- package/dist-cjs/commands/GetCachePolicyConfigCommand.js +65 -0
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +60 -0
- package/dist-cjs/commands/GetDistributionCommand.js +60 -0
- package/dist-cjs/commands/GetDistributionConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFunctionCommand.js +63 -0
- package/dist-cjs/commands/GetInvalidationCommand.js +60 -0
- package/dist-cjs/commands/GetKeyGroupCommand.js +65 -0
- package/dist-cjs/commands/GetKeyGroupConfigCommand.js +65 -0
- package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +61 -0
- package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +73 -0
- package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +66 -0
- package/dist-cjs/commands/GetPublicKeyCommand.js +60 -0
- package/dist-cjs/commands/GetPublicKeyConfigCommand.js +60 -0
- package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +63 -0
- package/dist-cjs/commands/GetStreamingDistributionCommand.js +60 -0
- package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +60 -0
- package/dist-cjs/commands/ListCachePoliciesCommand.js +67 -0
- package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +60 -0
- package/dist-cjs/commands/ListConflictingAliasesCommand.js +82 -0
- package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +69 -0
- package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +60 -0
- package/dist-cjs/commands/ListDistributionsCommand.js +60 -0
- package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +60 -0
- package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +60 -0
- package/dist-cjs/commands/ListFunctionsCommand.js +67 -0
- package/dist-cjs/commands/ListInvalidationsCommand.js +60 -0
- package/dist-cjs/commands/ListKeyGroupsCommand.js +65 -0
- package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +67 -0
- package/dist-cjs/commands/ListPublicKeysCommand.js +60 -0
- package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +65 -0
- package/dist-cjs/commands/ListStreamingDistributionsCommand.js +60 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
- package/dist-cjs/commands/PublishFunctionCommand.js +68 -0
- package/dist-cjs/commands/TagResourceCommand.js +60 -0
- package/dist-cjs/commands/TestFunctionCommand.js +69 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateCachePolicyCommand.js +77 -0
- package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/UpdateDistributionCommand.js +138 -0
- package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/UpdateFunctionCommand.js +65 -0
- package/dist-cjs/commands/UpdateKeyGroupCommand.js +77 -0
- package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +77 -0
- package/dist-cjs/commands/UpdatePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +80 -0
- package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +60 -0
- package/dist-cjs/endpoints.js +66 -0
- package/dist-cjs/index.js +99 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +2527 -0
- package/dist-cjs/models/models_1.js +1121 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +45 -0
- package/dist-cjs/pagination/ListDistributionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListInvalidationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListStreamingDistributionsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restXml.js +16514 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForDistributionDeployed.js +45 -0
- package/dist-cjs/waiters/waitForInvalidationCompleted.js +45 -0
- package/dist-cjs/waiters/waitForStreamingDistributionDeployed.js +45 -0
- package/dist-es/CloudFront.js +1285 -0
- package/dist-es/CloudFrontClient.js +37 -0
- package/dist-es/commands/AssociateAliasCommand.js +39 -0
- package/dist-es/commands/CreateCachePolicyCommand.js +39 -0
- package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/CreateDistributionCommand.js +39 -0
- package/dist-es/commands/CreateDistributionWithTagsCommand.js +39 -0
- package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/CreateFunctionCommand.js +39 -0
- package/dist-es/commands/CreateInvalidationCommand.js +39 -0
- package/dist-es/commands/CreateKeyGroupCommand.js +39 -0
- package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/CreateOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/CreatePublicKeyCommand.js +39 -0
- package/dist-es/commands/CreateRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/CreateStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +39 -0
- package/dist-es/commands/DeleteCachePolicyCommand.js +39 -0
- package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/DeleteDistributionCommand.js +39 -0
- package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionCommand.js +39 -0
- package/dist-es/commands/DeleteKeyGroupCommand.js +39 -0
- package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/DeletePublicKeyCommand.js +39 -0
- package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/DeleteStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/DescribeFunctionCommand.js +39 -0
- package/dist-es/commands/GetCachePolicyCommand.js +39 -0
- package/dist-es/commands/GetCachePolicyConfigCommand.js +39 -0
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +39 -0
- package/dist-es/commands/GetDistributionCommand.js +39 -0
- package/dist-es/commands/GetDistributionConfigCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +39 -0
- package/dist-es/commands/GetFunctionCommand.js +39 -0
- package/dist-es/commands/GetInvalidationCommand.js +39 -0
- package/dist-es/commands/GetKeyGroupCommand.js +39 -0
- package/dist-es/commands/GetKeyGroupConfigCommand.js +39 -0
- package/dist-es/commands/GetMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/GetOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +39 -0
- package/dist-es/commands/GetPublicKeyCommand.js +39 -0
- package/dist-es/commands/GetPublicKeyConfigCommand.js +39 -0
- package/dist-es/commands/GetRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/GetStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/GetStreamingDistributionConfigCommand.js +39 -0
- package/dist-es/commands/ListCachePoliciesCommand.js +39 -0
- package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +39 -0
- package/dist-es/commands/ListConflictingAliasesCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsCommand.js +39 -0
- package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +39 -0
- package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +39 -0
- package/dist-es/commands/ListFunctionsCommand.js +39 -0
- package/dist-es/commands/ListInvalidationsCommand.js +39 -0
- package/dist-es/commands/ListKeyGroupsCommand.js +39 -0
- package/dist-es/commands/ListOriginRequestPoliciesCommand.js +39 -0
- package/dist-es/commands/ListPublicKeysCommand.js +39 -0
- package/dist-es/commands/ListRealtimeLogConfigsCommand.js +39 -0
- package/dist-es/commands/ListStreamingDistributionsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PublishFunctionCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/TestFunctionCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateCachePolicyCommand.js +39 -0
- package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/UpdateDistributionCommand.js +39 -0
- package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionCommand.js +39 -0
- package/dist-es/commands/UpdateKeyGroupCommand.js +39 -0
- package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/UpdatePublicKeyCommand.js +39 -0
- package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/UpdateStreamingDistributionCommand.js +39 -0
- package/dist-es/endpoints.js +62 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1130 -0
- package/dist-es/models/models_1.js +497 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +74 -0
- package/dist-es/pagination/ListDistributionsPaginator.js +74 -0
- package/dist-es/pagination/ListInvalidationsPaginator.js +74 -0
- package/dist-es/pagination/ListStreamingDistributionsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restXml.js +18245 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForDistributionDeployed.js +51 -0
- package/dist-es/waiters/waitForInvalidationCompleted.js +51 -0
- package/dist-es/waiters/waitForStreamingDistributionDeployed.js +51 -0
- package/dist-types/CloudFront.d.ts +1087 -0
- package/dist-types/CloudFrontClient.d.ts +220 -0
- package/dist-types/commands/AssociateAliasCommand.d.ts +45 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +55 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +47 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +45 -0
- package/dist-types/commands/CreateInvalidationCommand.d.ts +35 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +42 -0
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +37 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +41 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +41 -0
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +39 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +35 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +38 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +35 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +40 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +35 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +57 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +35 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +42 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +35 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +40 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +35 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +43 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +44 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +52 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +113 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +40 -0
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +52 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/models/models_1.d.ts +2647 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDistributionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInvalidationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +257 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1087 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +220 -0
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +113 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2647 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +257 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForDistributionDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForInvalidationCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
- package/package.json +54 -51
- package/CloudFront.ts +0 -3605
- package/CloudFrontClient.ts +0 -640
- package/commands/AssociateAliasCommand.ts +0 -104
- package/commands/CreateCachePolicyCommand.ts +0 -114
- package/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +0 -108
- package/commands/CreateDistributionCommand.ts +0 -106
- package/commands/CreateDistributionWithTagsCommand.ts +0 -97
- package/commands/CreateFieldLevelEncryptionConfigCommand.ts +0 -102
- package/commands/CreateFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/CreateFunctionCommand.ts +0 -104
- package/commands/CreateInvalidationCommand.ts +0 -94
- package/commands/CreateKeyGroupCommand.ts +0 -101
- package/commands/CreateMonitoringSubscriptionCommand.ts +0 -102
- package/commands/CreateOriginRequestPolicyCommand.ts +0 -121
- package/commands/CreatePublicKeyCommand.ts +0 -94
- package/commands/CreateRealtimeLogConfigCommand.ts +0 -97
- package/commands/CreateStreamingDistributionCommand.ts +0 -99
- package/commands/CreateStreamingDistributionWithTagsCommand.ts +0 -107
- package/commands/DeleteCachePolicyCommand.ts +0 -100
- package/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +0 -100
- package/commands/DeleteDistributionCommand.ts +0 -94
- package/commands/DeleteFieldLevelEncryptionConfigCommand.ts +0 -100
- package/commands/DeleteFieldLevelEncryptionProfileCommand.ts +0 -100
- package/commands/DeleteFunctionCommand.ts +0 -100
- package/commands/DeleteKeyGroupCommand.ts +0 -100
- package/commands/DeleteMonitoringSubscriptionCommand.ts +0 -99
- package/commands/DeleteOriginRequestPolicyCommand.ts +0 -103
- package/commands/DeletePublicKeyCommand.ts +0 -94
- package/commands/DeleteRealtimeLogConfigCommand.ts +0 -100
- package/commands/DeleteStreamingDistributionCommand.ts +0 -144
- package/commands/DescribeFunctionCommand.ts +0 -98
- package/commands/GetCachePolicyCommand.ts +0 -107
- package/commands/GetCachePolicyConfigCommand.ts +0 -99
- package/commands/GetCloudFrontOriginAccessIdentityCommand.ts +0 -102
- package/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +0 -109
- package/commands/GetDistributionCommand.ts +0 -94
- package/commands/GetDistributionConfigCommand.ts +0 -94
- package/commands/GetFieldLevelEncryptionCommand.ts +0 -94
- package/commands/GetFieldLevelEncryptionConfigCommand.ts +0 -99
- package/commands/GetFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +0 -105
- package/commands/GetFunctionCommand.ts +0 -97
- package/commands/GetInvalidationCommand.ts +0 -94
- package/commands/GetKeyGroupCommand.ts +0 -99
- package/commands/GetKeyGroupConfigCommand.ts +0 -99
- package/commands/GetMonitoringSubscriptionCommand.ts +0 -98
- package/commands/GetOriginRequestPolicyCommand.ts +0 -107
- package/commands/GetOriginRequestPolicyConfigCommand.ts +0 -105
- package/commands/GetPublicKeyCommand.ts +0 -94
- package/commands/GetPublicKeyConfigCommand.ts +0 -94
- package/commands/GetRealtimeLogConfigCommand.ts +0 -97
- package/commands/GetStreamingDistributionCommand.ts +0 -94
- package/commands/GetStreamingDistributionConfigCommand.ts +0 -102
- package/commands/ListCachePoliciesCommand.ts +0 -101
- package/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +0 -105
- package/commands/ListConflictingAliasesCommand.ts +0 -116
- package/commands/ListDistributionsByCachePolicyIdCommand.ts +0 -108
- package/commands/ListDistributionsByKeyGroupCommand.ts +0 -103
- package/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +0 -115
- package/commands/ListDistributionsByRealtimeLogConfigCommand.ts +0 -114
- package/commands/ListDistributionsByWebACLIdCommand.ts +0 -97
- package/commands/ListDistributionsCommand.ts +0 -94
- package/commands/ListFieldLevelEncryptionConfigsCommand.ts +0 -102
- package/commands/ListFieldLevelEncryptionProfilesCommand.ts +0 -102
- package/commands/ListFunctionsCommand.ts +0 -101
- package/commands/ListInvalidationsCommand.ts +0 -94
- package/commands/ListKeyGroupsCommand.ts +0 -99
- package/commands/ListOriginRequestPoliciesCommand.ts +0 -104
- package/commands/ListPublicKeysCommand.ts +0 -94
- package/commands/ListRealtimeLogConfigsCommand.ts +0 -99
- package/commands/ListStreamingDistributionsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PublishFunctionCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/TestFunctionCommand.ts +0 -103
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateCachePolicyCommand.ts +0 -111
- package/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +0 -105
- package/commands/UpdateDistributionCommand.ts +0 -172
- package/commands/UpdateFieldLevelEncryptionConfigCommand.ts +0 -102
- package/commands/UpdateFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/UpdateFunctionCommand.ts +0 -99
- package/commands/UpdateKeyGroupCommand.ts +0 -111
- package/commands/UpdateOriginRequestPolicyCommand.ts +0 -114
- package/commands/UpdatePublicKeyCommand.ts +0 -94
- package/commands/UpdateRealtimeLogConfigCommand.ts +0 -114
- package/commands/UpdateStreamingDistributionCommand.ts +0 -97
- package/dist/cjs/CloudFront.js +0 -1289
- package/dist/cjs/CloudFront.js.map +0 -1
- package/dist/cjs/CloudFrontClient.js +0 -47
- package/dist/cjs/CloudFrontClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAliasCommand.js +0 -71
- package/dist/cjs/commands/AssociateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCachePolicyCommand.js +0 -81
- package/dist/cjs/commands/CreateCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -64
- package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionCommand.js +0 -73
- package/dist/cjs/commands/CreateDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionWithTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateDistributionWithTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionCommand.js +0 -71
- package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInvalidationCommand.js +0 -61
- package/dist/cjs/commands/CreateInvalidationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateKeyGroupCommand.js +0 -68
- package/dist/cjs/commands/CreateKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js +0 -64
- package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js +0 -85
- package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/CreatePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js +0 -64
- package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingDistributionCommand.js +0 -63
- package/dist/cjs/commands/CreateStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js +0 -63
- package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCachePolicyCommand.js +0 -67
- package/dist/cjs/commands/DeleteCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDistributionCommand.js +0 -61
- package/dist/cjs/commands/DeleteDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCommand.js +0 -67
- package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteKeyGroupCommand.js +0 -67
- package/dist/cjs/commands/DeleteKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js +0 -67
- package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/DeletePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js +0 -67
- package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStreamingDistributionCommand.js +0 -108
- package/dist/cjs/commands/DeleteStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFunctionCommand.js +0 -65
- package/dist/cjs/commands/DescribeFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetCachePolicyCommand.js +0 -74
- package/dist/cjs/commands/GetCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetCachePolicyConfigCommand.js +0 -66
- package/dist/cjs/commands/GetCachePolicyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -61
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionCommand.js +0 -61
- package/dist/cjs/commands/GetDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetDistributionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCommand.js +0 -64
- package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetInvalidationCommand.js +0 -61
- package/dist/cjs/commands/GetInvalidationCommand.js.map +0 -1
- package/dist/cjs/commands/GetKeyGroupCommand.js +0 -66
- package/dist/cjs/commands/GetKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetKeyGroupConfigCommand.js +0 -66
- package/dist/cjs/commands/GetKeyGroupConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js +0 -62
- package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetOriginRequestPolicyCommand.js +0 -74
- package/dist/cjs/commands/GetOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js +0 -67
- package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicKeyCommand.js +0 -61
- package/dist/cjs/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicKeyConfigCommand.js +0 -61
- package/dist/cjs/commands/GetPublicKeyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetRealtimeLogConfigCommand.js +0 -64
- package/dist/cjs/commands/GetRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamingDistributionCommand.js +0 -61
- package/dist/cjs/commands/GetStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListCachePoliciesCommand.js +0 -68
- package/dist/cjs/commands/ListCachePoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -61
- package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListConflictingAliasesCommand.js +0 -83
- package/dist/cjs/commands/ListConflictingAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -70
- package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js +0 -61
- package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsCommand.js +0 -61
- package/dist/cjs/commands/ListDistributionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -61
- package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -61
- package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsCommand.js +0 -68
- package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInvalidationsCommand.js +0 -61
- package/dist/cjs/commands/ListInvalidationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListKeyGroupsCommand.js +0 -66
- package/dist/cjs/commands/ListKeyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js +0 -68
- package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPublicKeysCommand.js +0 -61
- package/dist/cjs/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js +0 -66
- package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStreamingDistributionsCommand.js +0 -61
- package/dist/cjs/commands/ListStreamingDistributionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PublishFunctionCommand.js +0 -69
- package/dist/cjs/commands/PublishFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestFunctionCommand.js +0 -70
- package/dist/cjs/commands/TestFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCachePolicyCommand.js +0 -78
- package/dist/cjs/commands/UpdateCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDistributionCommand.js +0 -139
- package/dist/cjs/commands/UpdateDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionCommand.js +0 -66
- package/dist/cjs/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateKeyGroupCommand.js +0 -78
- package/dist/cjs/commands/UpdateKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js +0 -78
- package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/UpdatePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js +0 -81
- package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStreamingDistributionCommand.js +0 -61
- package/dist/cjs/commands/UpdateStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -67
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -100
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2528
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -1122
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -95
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -46
- package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDistributionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDistributionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInvalidationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInvalidationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -16515
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForDistributionDeployed.js +0 -46
- package/dist/cjs/waiters/waitForDistributionDeployed.js.map +0 -1
- package/dist/cjs/waiters/waitForInvalidationCompleted.js +0 -46
- package/dist/cjs/waiters/waitForInvalidationCompleted.js.map +0 -1
- package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js +0 -46
- package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
- package/dist/es/CloudFront.js +0 -1292
- package/dist/es/CloudFront.js.map +0 -1
- package/dist/es/CloudFrontClient.js +0 -49
- package/dist/es/CloudFrontClient.js.map +0 -1
- package/dist/es/commands/AssociateAliasCommand.js +0 -75
- package/dist/es/commands/AssociateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateCachePolicyCommand.js +0 -85
- package/dist/es/commands/CreateCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -68
- package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionCommand.js +0 -77
- package/dist/es/commands/CreateDistributionCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionWithTagsCommand.js +0 -65
- package/dist/es/commands/CreateDistributionWithTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionCommand.js +0 -75
- package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/es/commands/CreateInvalidationCommand.js +0 -65
- package/dist/es/commands/CreateInvalidationCommand.js.map +0 -1
- package/dist/es/commands/CreateKeyGroupCommand.js +0 -72
- package/dist/es/commands/CreateKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateMonitoringSubscriptionCommand.js +0 -68
- package/dist/es/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateOriginRequestPolicyCommand.js +0 -89
- package/dist/es/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicKeyCommand.js +0 -65
- package/dist/es/commands/CreatePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateRealtimeLogConfigCommand.js +0 -68
- package/dist/es/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingDistributionCommand.js +0 -67
- package/dist/es/commands/CreateStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js +0 -67
- package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteCachePolicyCommand.js +0 -71
- package/dist/es/commands/DeleteCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/DeleteDistributionCommand.js +0 -65
- package/dist/es/commands/DeleteDistributionCommand.js.map +0 -1
- package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCommand.js +0 -71
- package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteKeyGroupCommand.js +0 -71
- package/dist/es/commands/DeleteKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js +0 -65
- package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteOriginRequestPolicyCommand.js +0 -71
- package/dist/es/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeletePublicKeyCommand.js +0 -65
- package/dist/es/commands/DeletePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRealtimeLogConfigCommand.js +0 -71
- package/dist/es/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteStreamingDistributionCommand.js +0 -112
- package/dist/es/commands/DeleteStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/DescribeFunctionCommand.js +0 -69
- package/dist/es/commands/DescribeFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetCachePolicyCommand.js +0 -78
- package/dist/es/commands/GetCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/GetCachePolicyConfigCommand.js +0 -70
- package/dist/es/commands/GetCachePolicyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -65
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionCommand.js +0 -65
- package/dist/es/commands/GetDistributionCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionConfigCommand.js +0 -65
- package/dist/es/commands/GetDistributionConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCommand.js +0 -68
- package/dist/es/commands/GetFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetInvalidationCommand.js +0 -65
- package/dist/es/commands/GetInvalidationCommand.js.map +0 -1
- package/dist/es/commands/GetKeyGroupCommand.js +0 -70
- package/dist/es/commands/GetKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/GetKeyGroupConfigCommand.js +0 -70
- package/dist/es/commands/GetKeyGroupConfigCommand.js.map +0 -1
- package/dist/es/commands/GetMonitoringSubscriptionCommand.js +0 -66
- package/dist/es/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/GetOriginRequestPolicyCommand.js +0 -78
- package/dist/es/commands/GetOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js +0 -71
- package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetPublicKeyCommand.js +0 -65
- package/dist/es/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist/es/commands/GetPublicKeyConfigCommand.js +0 -65
- package/dist/es/commands/GetPublicKeyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetRealtimeLogConfigCommand.js +0 -68
- package/dist/es/commands/GetRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/GetStreamingDistributionCommand.js +0 -65
- package/dist/es/commands/GetStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/GetStreamingDistributionConfigCommand.js +0 -65
- package/dist/es/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
- package/dist/es/commands/ListCachePoliciesCommand.js +0 -72
- package/dist/es/commands/ListCachePoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -65
- package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
- package/dist/es/commands/ListConflictingAliasesCommand.js +0 -87
- package/dist/es/commands/ListConflictingAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByKeyGroupCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -74
- package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByWebACLIdCommand.js +0 -65
- package/dist/es/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsCommand.js +0 -65
- package/dist/es/commands/ListDistributionsCommand.js.map +0 -1
- package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -65
- package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -65
- package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsCommand.js +0 -72
- package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListInvalidationsCommand.js +0 -65
- package/dist/es/commands/ListInvalidationsCommand.js.map +0 -1
- package/dist/es/commands/ListKeyGroupsCommand.js +0 -70
- package/dist/es/commands/ListKeyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListOriginRequestPoliciesCommand.js +0 -72
- package/dist/es/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListPublicKeysCommand.js +0 -65
- package/dist/es/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/es/commands/ListRealtimeLogConfigsCommand.js +0 -70
- package/dist/es/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListStreamingDistributionsCommand.js +0 -65
- package/dist/es/commands/ListStreamingDistributionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PublishFunctionCommand.js +0 -73
- package/dist/es/commands/PublishFunctionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestFunctionCommand.js +0 -74
- package/dist/es/commands/TestFunctionCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateCachePolicyCommand.js +0 -82
- package/dist/es/commands/UpdateCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/UpdateDistributionCommand.js +0 -143
- package/dist/es/commands/UpdateDistributionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionCommand.js +0 -70
- package/dist/es/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/es/commands/UpdateKeyGroupCommand.js +0 -82
- package/dist/es/commands/UpdateKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateOriginRequestPolicyCommand.js +0 -82
- package/dist/es/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdatePublicKeyCommand.js +0 -65
- package/dist/es/commands/UpdatePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRealtimeLogConfigCommand.js +0 -85
- package/dist/es/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateStreamingDistributionCommand.js +0 -65
- package/dist/es/commands/UpdateStreamingDistributionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -63
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -97
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -3
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1959
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -867
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -95
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -87
- package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDistributionsPaginator.js +0 -87
- package/dist/es/pagination/ListDistributionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInvalidationsPaginator.js +0 -87
- package/dist/es/pagination/ListInvalidationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStreamingDistributionsPaginator.js +0 -87
- package/dist/es/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -18248
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForDistributionDeployed.js +0 -61
- package/dist/es/waiters/waitForDistributionDeployed.js.map +0 -1
- package/dist/es/waiters/waitForInvalidationCompleted.js +0 -61
- package/dist/es/waiters/waitForInvalidationCompleted.js.map +0 -1
- package/dist/es/waiters/waitForStreamingDistributionDeployed.js +0 -61
- package/dist/es/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
- package/dist/types/CloudFront.d.ts +0 -1087
- package/dist/types/CloudFrontClient.d.ts +0 -220
- package/dist/types/commands/AssociateAliasCommand.d.ts +0 -45
- package/dist/types/commands/CreateCachePolicyCommand.d.ts +0 -55
- package/dist/types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
- package/dist/types/commands/CreateDistributionCommand.d.ts +0 -47
- package/dist/types/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
- package/dist/types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateFunctionCommand.d.ts +0 -45
- package/dist/types/commands/CreateInvalidationCommand.d.ts +0 -35
- package/dist/types/commands/CreateKeyGroupCommand.d.ts +0 -42
- package/dist/types/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
- package/dist/types/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
- package/dist/types/commands/CreatePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/commands/CreateStreamingDistributionCommand.d.ts +0 -37
- package/dist/types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
- package/dist/types/commands/DeleteCachePolicyCommand.d.ts +0 -41
- package/dist/types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDistributionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionCommand.d.ts +0 -41
- package/dist/types/commands/DeleteKeyGroupCommand.d.ts +0 -41
- package/dist/types/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
- package/dist/types/commands/DeletePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
- package/dist/types/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
- package/dist/types/commands/DescribeFunctionCommand.d.ts +0 -39
- package/dist/types/commands/GetCachePolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetCachePolicyConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetDistributionCommand.d.ts +0 -35
- package/dist/types/commands/GetDistributionConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionCommand.d.ts +0 -38
- package/dist/types/commands/GetInvalidationCommand.d.ts +0 -35
- package/dist/types/commands/GetKeyGroupCommand.d.ts +0 -40
- package/dist/types/commands/GetKeyGroupConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
- package/dist/types/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
- package/dist/types/commands/GetPublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/GetPublicKeyConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/commands/GetStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
- package/dist/types/commands/ListCachePoliciesCommand.d.ts +0 -42
- package/dist/types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
- package/dist/types/commands/ListConflictingAliasesCommand.d.ts +0 -57
- package/dist/types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
- package/dist/types/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
- package/dist/types/commands/ListDistributionsCommand.d.ts +0 -35
- package/dist/types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
- package/dist/types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
- package/dist/types/commands/ListFunctionsCommand.d.ts +0 -42
- package/dist/types/commands/ListInvalidationsCommand.d.ts +0 -35
- package/dist/types/commands/ListKeyGroupsCommand.d.ts +0 -40
- package/dist/types/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
- package/dist/types/commands/ListPublicKeysCommand.d.ts +0 -35
- package/dist/types/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
- package/dist/types/commands/ListStreamingDistributionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PublishFunctionCommand.d.ts +0 -43
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/TestFunctionCommand.d.ts +0 -44
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCachePolicyCommand.d.ts +0 -52
- package/dist/types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDistributionCommand.d.ts +0 -113
- package/dist/types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFunctionCommand.d.ts +0 -40
- package/dist/types/commands/UpdateKeyGroupCommand.d.ts +0 -52
- package/dist/types/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
- package/dist/types/commands/UpdatePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
- package/dist/types/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/models/models_1.d.ts +0 -2647
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDistributionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInvalidationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -257
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/CloudFront.d.ts +0 -1087
- package/dist/types/ts3.4/CloudFrontClient.d.ts +0 -220
- package/dist/types/ts3.4/commands/AssociateAliasCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateCachePolicyCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateInvalidationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateKeyGroupCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/CreatePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeletePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/DescribeFunctionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetCachePolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDistributionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetInvalidationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetKeyGroupCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCachePoliciesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDistributionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListInvalidationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListKeyGroupsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PublishFunctionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestFunctionCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -113
- package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_1.d.ts +0 -2647
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDistributionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -257
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForDistributionDeployed.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
- package/dist/types/waiters/waitForDistributionDeployed.d.ts +0 -14
- package/dist/types/waiters/waitForInvalidationCompleted.d.ts +0 -14
- package/dist/types/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
- package/endpoints.ts +0 -67
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8233
- package/models/models_1.ts +0 -3382
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts +0 -58
- package/pagination/ListDistributionsPaginator.ts +0 -58
- package/pagination/ListInvalidationsPaginator.ts +0 -58
- package/pagination/ListStreamingDistributionsPaginator.ts +0 -58
- package/protocols/Aws_restXml.ts +0 -19055
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForDistributionDeployed.ts +0 -46
- package/waiters/waitForInvalidationCompleted.ts +0 -46
- package/waiters/waitForStreamingDistributionDeployed.ts +0 -52
|
@@ -1,1959 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
-
export var AccessDenied;
|
|
4
|
-
(function (AccessDenied) {
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
AccessDenied.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
-
})(AccessDenied || (AccessDenied = {}));
|
|
10
|
-
export var KeyPairIds;
|
|
11
|
-
(function (KeyPairIds) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
KeyPairIds.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
|
-
})(KeyPairIds || (KeyPairIds = {}));
|
|
17
|
-
export var KGKeyPairIds;
|
|
18
|
-
(function (KGKeyPairIds) {
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
KGKeyPairIds.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(KGKeyPairIds || (KGKeyPairIds = {}));
|
|
24
|
-
export var ActiveTrustedKeyGroups;
|
|
25
|
-
(function (ActiveTrustedKeyGroups) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
ActiveTrustedKeyGroups.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(ActiveTrustedKeyGroups || (ActiveTrustedKeyGroups = {}));
|
|
31
|
-
export var Signer;
|
|
32
|
-
(function (Signer) {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
Signer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(Signer || (Signer = {}));
|
|
38
|
-
export var ActiveTrustedSigners;
|
|
39
|
-
(function (ActiveTrustedSigners) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
|
-
ActiveTrustedSigners.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
-
})(ActiveTrustedSigners || (ActiveTrustedSigners = {}));
|
|
45
|
-
export var Aliases;
|
|
46
|
-
(function (Aliases) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
Aliases.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
-
})(Aliases || (Aliases = {}));
|
|
52
|
-
export var AliasICPRecordal;
|
|
53
|
-
(function (AliasICPRecordal) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
AliasICPRecordal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
-
})(AliasICPRecordal || (AliasICPRecordal = {}));
|
|
59
|
-
export var CachedMethods;
|
|
60
|
-
(function (CachedMethods) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
CachedMethods.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
-
})(CachedMethods || (CachedMethods = {}));
|
|
66
|
-
export var AllowedMethods;
|
|
67
|
-
(function (AllowedMethods) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
AllowedMethods.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
-
})(AllowedMethods || (AllowedMethods = {}));
|
|
73
|
-
export var AssociateAliasRequest;
|
|
74
|
-
(function (AssociateAliasRequest) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
AssociateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(AssociateAliasRequest || (AssociateAliasRequest = {}));
|
|
80
|
-
export var IllegalUpdate;
|
|
81
|
-
(function (IllegalUpdate) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
IllegalUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
-
})(IllegalUpdate || (IllegalUpdate = {}));
|
|
87
|
-
export var InvalidArgument;
|
|
88
|
-
(function (InvalidArgument) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
InvalidArgument.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
-
})(InvalidArgument || (InvalidArgument = {}));
|
|
94
|
-
export var NoSuchDistribution;
|
|
95
|
-
(function (NoSuchDistribution) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
NoSuchDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(NoSuchDistribution || (NoSuchDistribution = {}));
|
|
101
|
-
export var TooManyDistributionCNAMEs;
|
|
102
|
-
(function (TooManyDistributionCNAMEs) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
TooManyDistributionCNAMEs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
-
})(TooManyDistributionCNAMEs || (TooManyDistributionCNAMEs = {}));
|
|
108
|
-
export var BatchTooLarge;
|
|
109
|
-
(function (BatchTooLarge) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
BatchTooLarge.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(BatchTooLarge || (BatchTooLarge = {}));
|
|
115
|
-
export var CookieNames;
|
|
116
|
-
(function (CookieNames) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
CookieNames.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
-
})(CookieNames || (CookieNames = {}));
|
|
122
|
-
export var CookiePreference;
|
|
123
|
-
(function (CookiePreference) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
CookiePreference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(CookiePreference || (CookiePreference = {}));
|
|
129
|
-
export var Headers;
|
|
130
|
-
(function (Headers) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
Headers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(Headers || (Headers = {}));
|
|
136
|
-
export var QueryStringCacheKeys;
|
|
137
|
-
(function (QueryStringCacheKeys) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
QueryStringCacheKeys.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(QueryStringCacheKeys || (QueryStringCacheKeys = {}));
|
|
143
|
-
export var ForwardedValues;
|
|
144
|
-
(function (ForwardedValues) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
ForwardedValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
-
})(ForwardedValues || (ForwardedValues = {}));
|
|
150
|
-
export var FunctionAssociation;
|
|
151
|
-
(function (FunctionAssociation) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
FunctionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(FunctionAssociation || (FunctionAssociation = {}));
|
|
157
|
-
export var FunctionAssociations;
|
|
158
|
-
(function (FunctionAssociations) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
FunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(FunctionAssociations || (FunctionAssociations = {}));
|
|
164
|
-
export var LambdaFunctionAssociation;
|
|
165
|
-
(function (LambdaFunctionAssociation) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
LambdaFunctionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(LambdaFunctionAssociation || (LambdaFunctionAssociation = {}));
|
|
171
|
-
export var LambdaFunctionAssociations;
|
|
172
|
-
(function (LambdaFunctionAssociations) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
LambdaFunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
-
})(LambdaFunctionAssociations || (LambdaFunctionAssociations = {}));
|
|
178
|
-
export var TrustedKeyGroups;
|
|
179
|
-
(function (TrustedKeyGroups) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
TrustedKeyGroups.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(TrustedKeyGroups || (TrustedKeyGroups = {}));
|
|
185
|
-
export var TrustedSigners;
|
|
186
|
-
(function (TrustedSigners) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
TrustedSigners.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(TrustedSigners || (TrustedSigners = {}));
|
|
192
|
-
export var CacheBehavior;
|
|
193
|
-
(function (CacheBehavior) {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
CacheBehavior.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
-
})(CacheBehavior || (CacheBehavior = {}));
|
|
199
|
-
export var CacheBehaviors;
|
|
200
|
-
(function (CacheBehaviors) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
CacheBehaviors.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(CacheBehaviors || (CacheBehaviors = {}));
|
|
206
|
-
export var CachePolicyCookiesConfig;
|
|
207
|
-
(function (CachePolicyCookiesConfig) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
CachePolicyCookiesConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(CachePolicyCookiesConfig || (CachePolicyCookiesConfig = {}));
|
|
213
|
-
export var CachePolicyHeadersConfig;
|
|
214
|
-
(function (CachePolicyHeadersConfig) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
CachePolicyHeadersConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(CachePolicyHeadersConfig || (CachePolicyHeadersConfig = {}));
|
|
220
|
-
export var QueryStringNames;
|
|
221
|
-
(function (QueryStringNames) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
QueryStringNames.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(QueryStringNames || (QueryStringNames = {}));
|
|
227
|
-
export var CachePolicyQueryStringsConfig;
|
|
228
|
-
(function (CachePolicyQueryStringsConfig) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
CachePolicyQueryStringsConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
-
})(CachePolicyQueryStringsConfig || (CachePolicyQueryStringsConfig = {}));
|
|
234
|
-
export var ParametersInCacheKeyAndForwardedToOrigin;
|
|
235
|
-
(function (ParametersInCacheKeyAndForwardedToOrigin) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
ParametersInCacheKeyAndForwardedToOrigin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
-
})(ParametersInCacheKeyAndForwardedToOrigin || (ParametersInCacheKeyAndForwardedToOrigin = {}));
|
|
241
|
-
export var CachePolicyConfig;
|
|
242
|
-
(function (CachePolicyConfig) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
CachePolicyConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(CachePolicyConfig || (CachePolicyConfig = {}));
|
|
248
|
-
export var CachePolicy;
|
|
249
|
-
(function (CachePolicy) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
CachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(CachePolicy || (CachePolicy = {}));
|
|
255
|
-
export var CachePolicyAlreadyExists;
|
|
256
|
-
(function (CachePolicyAlreadyExists) {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
|
-
CachePolicyAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
-
})(CachePolicyAlreadyExists || (CachePolicyAlreadyExists = {}));
|
|
262
|
-
export var CachePolicyInUse;
|
|
263
|
-
(function (CachePolicyInUse) {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
CachePolicyInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(CachePolicyInUse || (CachePolicyInUse = {}));
|
|
269
|
-
export var CachePolicySummary;
|
|
270
|
-
(function (CachePolicySummary) {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
|
-
CachePolicySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
-
})(CachePolicySummary || (CachePolicySummary = {}));
|
|
276
|
-
export var CachePolicyList;
|
|
277
|
-
(function (CachePolicyList) {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
CachePolicyList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(CachePolicyList || (CachePolicyList = {}));
|
|
283
|
-
export var CannotChangeImmutablePublicKeyFields;
|
|
284
|
-
(function (CannotChangeImmutablePublicKeyFields) {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
|
-
CannotChangeImmutablePublicKeyFields.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
-
})(CannotChangeImmutablePublicKeyFields || (CannotChangeImmutablePublicKeyFields = {}));
|
|
290
|
-
export var CreateCachePolicyRequest;
|
|
291
|
-
(function (CreateCachePolicyRequest) {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
|
-
CreateCachePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(CreateCachePolicyRequest || (CreateCachePolicyRequest = {}));
|
|
297
|
-
export var CreateCachePolicyResult;
|
|
298
|
-
(function (CreateCachePolicyResult) {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
CreateCachePolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
-
})(CreateCachePolicyResult || (CreateCachePolicyResult = {}));
|
|
304
|
-
export var InconsistentQuantities;
|
|
305
|
-
(function (InconsistentQuantities) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
|
-
InconsistentQuantities.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
-
})(InconsistentQuantities || (InconsistentQuantities = {}));
|
|
311
|
-
export var TooManyCachePolicies;
|
|
312
|
-
(function (TooManyCachePolicies) {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
|
-
TooManyCachePolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
-
})(TooManyCachePolicies || (TooManyCachePolicies = {}));
|
|
318
|
-
export var TooManyCookiesInCachePolicy;
|
|
319
|
-
(function (TooManyCookiesInCachePolicy) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
|
-
TooManyCookiesInCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
})(TooManyCookiesInCachePolicy || (TooManyCookiesInCachePolicy = {}));
|
|
325
|
-
export var TooManyHeadersInCachePolicy;
|
|
326
|
-
(function (TooManyHeadersInCachePolicy) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
|
-
TooManyHeadersInCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
-
})(TooManyHeadersInCachePolicy || (TooManyHeadersInCachePolicy = {}));
|
|
332
|
-
export var TooManyQueryStringsInCachePolicy;
|
|
333
|
-
(function (TooManyQueryStringsInCachePolicy) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
|
-
TooManyQueryStringsInCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(TooManyQueryStringsInCachePolicy || (TooManyQueryStringsInCachePolicy = {}));
|
|
339
|
-
export var CloudFrontOriginAccessIdentityAlreadyExists;
|
|
340
|
-
(function (CloudFrontOriginAccessIdentityAlreadyExists) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
|
-
CloudFrontOriginAccessIdentityAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
-
})(CloudFrontOriginAccessIdentityAlreadyExists || (CloudFrontOriginAccessIdentityAlreadyExists = {}));
|
|
346
|
-
export var CloudFrontOriginAccessIdentityConfig;
|
|
347
|
-
(function (CloudFrontOriginAccessIdentityConfig) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
|
-
CloudFrontOriginAccessIdentityConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(CloudFrontOriginAccessIdentityConfig || (CloudFrontOriginAccessIdentityConfig = {}));
|
|
353
|
-
export var CreateCloudFrontOriginAccessIdentityRequest;
|
|
354
|
-
(function (CreateCloudFrontOriginAccessIdentityRequest) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
|
-
CreateCloudFrontOriginAccessIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
-
})(CreateCloudFrontOriginAccessIdentityRequest || (CreateCloudFrontOriginAccessIdentityRequest = {}));
|
|
360
|
-
export var CloudFrontOriginAccessIdentity;
|
|
361
|
-
(function (CloudFrontOriginAccessIdentity) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
|
-
CloudFrontOriginAccessIdentity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
-
})(CloudFrontOriginAccessIdentity || (CloudFrontOriginAccessIdentity = {}));
|
|
367
|
-
export var CreateCloudFrontOriginAccessIdentityResult;
|
|
368
|
-
(function (CreateCloudFrontOriginAccessIdentityResult) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
|
-
CreateCloudFrontOriginAccessIdentityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(CreateCloudFrontOriginAccessIdentityResult || (CreateCloudFrontOriginAccessIdentityResult = {}));
|
|
374
|
-
export var MissingBody;
|
|
375
|
-
(function (MissingBody) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
|
-
MissingBody.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(MissingBody || (MissingBody = {}));
|
|
381
|
-
export var TooManyCloudFrontOriginAccessIdentities;
|
|
382
|
-
(function (TooManyCloudFrontOriginAccessIdentities) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
TooManyCloudFrontOriginAccessIdentities.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
-
})(TooManyCloudFrontOriginAccessIdentities || (TooManyCloudFrontOriginAccessIdentities = {}));
|
|
388
|
-
export var CNAMEAlreadyExists;
|
|
389
|
-
(function (CNAMEAlreadyExists) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
CNAMEAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
-
})(CNAMEAlreadyExists || (CNAMEAlreadyExists = {}));
|
|
395
|
-
export var CustomErrorResponse;
|
|
396
|
-
(function (CustomErrorResponse) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
|
-
CustomErrorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
-
})(CustomErrorResponse || (CustomErrorResponse = {}));
|
|
402
|
-
export var CustomErrorResponses;
|
|
403
|
-
(function (CustomErrorResponses) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
|
-
CustomErrorResponses.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(CustomErrorResponses || (CustomErrorResponses = {}));
|
|
409
|
-
export var DefaultCacheBehavior;
|
|
410
|
-
(function (DefaultCacheBehavior) {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
|
-
DefaultCacheBehavior.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
})(DefaultCacheBehavior || (DefaultCacheBehavior = {}));
|
|
416
|
-
export var LoggingConfig;
|
|
417
|
-
(function (LoggingConfig) {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
|
-
LoggingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
})(LoggingConfig || (LoggingConfig = {}));
|
|
423
|
-
export var StatusCodes;
|
|
424
|
-
(function (StatusCodes) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
|
-
StatusCodes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
-
})(StatusCodes || (StatusCodes = {}));
|
|
430
|
-
export var OriginGroupFailoverCriteria;
|
|
431
|
-
(function (OriginGroupFailoverCriteria) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
OriginGroupFailoverCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(OriginGroupFailoverCriteria || (OriginGroupFailoverCriteria = {}));
|
|
437
|
-
export var OriginGroupMember;
|
|
438
|
-
(function (OriginGroupMember) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
|
-
OriginGroupMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
-
})(OriginGroupMember || (OriginGroupMember = {}));
|
|
444
|
-
export var OriginGroupMembers;
|
|
445
|
-
(function (OriginGroupMembers) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
|
-
OriginGroupMembers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(OriginGroupMembers || (OriginGroupMembers = {}));
|
|
451
|
-
export var OriginGroup;
|
|
452
|
-
(function (OriginGroup) {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
|
-
OriginGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
-
})(OriginGroup || (OriginGroup = {}));
|
|
458
|
-
export var OriginGroups;
|
|
459
|
-
(function (OriginGroups) {
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
|
-
OriginGroups.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(OriginGroups || (OriginGroups = {}));
|
|
465
|
-
export var OriginCustomHeader;
|
|
466
|
-
(function (OriginCustomHeader) {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
|
-
OriginCustomHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
-
})(OriginCustomHeader || (OriginCustomHeader = {}));
|
|
472
|
-
export var CustomHeaders;
|
|
473
|
-
(function (CustomHeaders) {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
|
-
CustomHeaders.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
-
})(CustomHeaders || (CustomHeaders = {}));
|
|
479
|
-
export var OriginSslProtocols;
|
|
480
|
-
(function (OriginSslProtocols) {
|
|
481
|
-
/**
|
|
482
|
-
* @internal
|
|
483
|
-
*/
|
|
484
|
-
OriginSslProtocols.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
-
})(OriginSslProtocols || (OriginSslProtocols = {}));
|
|
486
|
-
export var CustomOriginConfig;
|
|
487
|
-
(function (CustomOriginConfig) {
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
|
-
CustomOriginConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
-
})(CustomOriginConfig || (CustomOriginConfig = {}));
|
|
493
|
-
export var OriginShield;
|
|
494
|
-
(function (OriginShield) {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
OriginShield.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
-
})(OriginShield || (OriginShield = {}));
|
|
500
|
-
export var S3OriginConfig;
|
|
501
|
-
(function (S3OriginConfig) {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
|
-
S3OriginConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(S3OriginConfig || (S3OriginConfig = {}));
|
|
507
|
-
export var Origin;
|
|
508
|
-
(function (Origin) {
|
|
509
|
-
/**
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
|
-
Origin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
})(Origin || (Origin = {}));
|
|
514
|
-
export var Origins;
|
|
515
|
-
(function (Origins) {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
|
-
Origins.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
-
})(Origins || (Origins = {}));
|
|
521
|
-
export var GeoRestriction;
|
|
522
|
-
(function (GeoRestriction) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
|
-
GeoRestriction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
-
})(GeoRestriction || (GeoRestriction = {}));
|
|
528
|
-
export var Restrictions;
|
|
529
|
-
(function (Restrictions) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
|
-
Restrictions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(Restrictions || (Restrictions = {}));
|
|
535
|
-
export var ViewerCertificate;
|
|
536
|
-
(function (ViewerCertificate) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
|
-
ViewerCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
-
})(ViewerCertificate || (ViewerCertificate = {}));
|
|
542
|
-
export var DistributionConfig;
|
|
543
|
-
(function (DistributionConfig) {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
|
-
DistributionConfig.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comment && { Comment: SENSITIVE_STRING }))); };
|
|
548
|
-
})(DistributionConfig || (DistributionConfig = {}));
|
|
549
|
-
export var CreateDistributionRequest;
|
|
550
|
-
(function (CreateDistributionRequest) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
CreateDistributionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
555
|
-
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
556
|
-
}))); };
|
|
557
|
-
})(CreateDistributionRequest || (CreateDistributionRequest = {}));
|
|
558
|
-
export var Distribution;
|
|
559
|
-
(function (Distribution) {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
|
-
Distribution.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
564
|
-
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
565
|
-
}))); };
|
|
566
|
-
})(Distribution || (Distribution = {}));
|
|
567
|
-
export var CreateDistributionResult;
|
|
568
|
-
(function (CreateDistributionResult) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
|
-
CreateDistributionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: Distribution.filterSensitiveLog(obj.Distribution) }))); };
|
|
573
|
-
})(CreateDistributionResult || (CreateDistributionResult = {}));
|
|
574
|
-
export var DistributionAlreadyExists;
|
|
575
|
-
(function (DistributionAlreadyExists) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
DistributionAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(DistributionAlreadyExists || (DistributionAlreadyExists = {}));
|
|
581
|
-
export var IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior;
|
|
582
|
-
(function (IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior) {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior || (IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = {}));
|
|
588
|
-
export var InvalidDefaultRootObject;
|
|
589
|
-
(function (InvalidDefaultRootObject) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
|
-
InvalidDefaultRootObject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(InvalidDefaultRootObject || (InvalidDefaultRootObject = {}));
|
|
595
|
-
export var InvalidErrorCode;
|
|
596
|
-
(function (InvalidErrorCode) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
|
-
InvalidErrorCode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
-
})(InvalidErrorCode || (InvalidErrorCode = {}));
|
|
602
|
-
export var InvalidForwardCookies;
|
|
603
|
-
(function (InvalidForwardCookies) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
|
-
InvalidForwardCookies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
-
})(InvalidForwardCookies || (InvalidForwardCookies = {}));
|
|
609
|
-
export var InvalidFunctionAssociation;
|
|
610
|
-
(function (InvalidFunctionAssociation) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
InvalidFunctionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
-
})(InvalidFunctionAssociation || (InvalidFunctionAssociation = {}));
|
|
616
|
-
export var InvalidGeoRestrictionParameter;
|
|
617
|
-
(function (InvalidGeoRestrictionParameter) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
InvalidGeoRestrictionParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(InvalidGeoRestrictionParameter || (InvalidGeoRestrictionParameter = {}));
|
|
623
|
-
export var InvalidHeadersForS3Origin;
|
|
624
|
-
(function (InvalidHeadersForS3Origin) {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
|
-
InvalidHeadersForS3Origin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
-
})(InvalidHeadersForS3Origin || (InvalidHeadersForS3Origin = {}));
|
|
630
|
-
export var InvalidLambdaFunctionAssociation;
|
|
631
|
-
(function (InvalidLambdaFunctionAssociation) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
|
-
InvalidLambdaFunctionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
-
})(InvalidLambdaFunctionAssociation || (InvalidLambdaFunctionAssociation = {}));
|
|
637
|
-
export var InvalidLocationCode;
|
|
638
|
-
(function (InvalidLocationCode) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
|
-
InvalidLocationCode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
-
})(InvalidLocationCode || (InvalidLocationCode = {}));
|
|
644
|
-
export var InvalidMinimumProtocolVersion;
|
|
645
|
-
(function (InvalidMinimumProtocolVersion) {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
InvalidMinimumProtocolVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(InvalidMinimumProtocolVersion || (InvalidMinimumProtocolVersion = {}));
|
|
651
|
-
export var InvalidOrigin;
|
|
652
|
-
(function (InvalidOrigin) {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
|
-
InvalidOrigin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
-
})(InvalidOrigin || (InvalidOrigin = {}));
|
|
658
|
-
export var InvalidOriginAccessIdentity;
|
|
659
|
-
(function (InvalidOriginAccessIdentity) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
|
-
InvalidOriginAccessIdentity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
-
})(InvalidOriginAccessIdentity || (InvalidOriginAccessIdentity = {}));
|
|
665
|
-
export var InvalidOriginKeepaliveTimeout;
|
|
666
|
-
(function (InvalidOriginKeepaliveTimeout) {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
|
-
InvalidOriginKeepaliveTimeout.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
-
})(InvalidOriginKeepaliveTimeout || (InvalidOriginKeepaliveTimeout = {}));
|
|
672
|
-
export var InvalidOriginReadTimeout;
|
|
673
|
-
(function (InvalidOriginReadTimeout) {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
InvalidOriginReadTimeout.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(InvalidOriginReadTimeout || (InvalidOriginReadTimeout = {}));
|
|
679
|
-
export var InvalidProtocolSettings;
|
|
680
|
-
(function (InvalidProtocolSettings) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
|
-
InvalidProtocolSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
-
})(InvalidProtocolSettings || (InvalidProtocolSettings = {}));
|
|
686
|
-
export var InvalidQueryStringParameters;
|
|
687
|
-
(function (InvalidQueryStringParameters) {
|
|
688
|
-
/**
|
|
689
|
-
* @internal
|
|
690
|
-
*/
|
|
691
|
-
InvalidQueryStringParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
-
})(InvalidQueryStringParameters || (InvalidQueryStringParameters = {}));
|
|
693
|
-
export var InvalidRelativePath;
|
|
694
|
-
(function (InvalidRelativePath) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
|
-
InvalidRelativePath.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(InvalidRelativePath || (InvalidRelativePath = {}));
|
|
700
|
-
export var InvalidRequiredProtocol;
|
|
701
|
-
(function (InvalidRequiredProtocol) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
InvalidRequiredProtocol.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
-
})(InvalidRequiredProtocol || (InvalidRequiredProtocol = {}));
|
|
707
|
-
export var InvalidResponseCode;
|
|
708
|
-
(function (InvalidResponseCode) {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
|
-
InvalidResponseCode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
-
})(InvalidResponseCode || (InvalidResponseCode = {}));
|
|
714
|
-
export var InvalidTTLOrder;
|
|
715
|
-
(function (InvalidTTLOrder) {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
|
-
InvalidTTLOrder.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
-
})(InvalidTTLOrder || (InvalidTTLOrder = {}));
|
|
721
|
-
export var InvalidViewerCertificate;
|
|
722
|
-
(function (InvalidViewerCertificate) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
|
-
InvalidViewerCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
-
})(InvalidViewerCertificate || (InvalidViewerCertificate = {}));
|
|
728
|
-
export var InvalidWebACLId;
|
|
729
|
-
(function (InvalidWebACLId) {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
|
-
InvalidWebACLId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
-
})(InvalidWebACLId || (InvalidWebACLId = {}));
|
|
735
|
-
export var NoSuchCachePolicy;
|
|
736
|
-
(function (NoSuchCachePolicy) {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
|
-
NoSuchCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
-
})(NoSuchCachePolicy || (NoSuchCachePolicy = {}));
|
|
742
|
-
export var NoSuchFieldLevelEncryptionConfig;
|
|
743
|
-
(function (NoSuchFieldLevelEncryptionConfig) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
|
-
NoSuchFieldLevelEncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
-
})(NoSuchFieldLevelEncryptionConfig || (NoSuchFieldLevelEncryptionConfig = {}));
|
|
749
|
-
export var NoSuchOrigin;
|
|
750
|
-
(function (NoSuchOrigin) {
|
|
751
|
-
/**
|
|
752
|
-
* @internal
|
|
753
|
-
*/
|
|
754
|
-
NoSuchOrigin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
-
})(NoSuchOrigin || (NoSuchOrigin = {}));
|
|
756
|
-
export var NoSuchOriginRequestPolicy;
|
|
757
|
-
(function (NoSuchOriginRequestPolicy) {
|
|
758
|
-
/**
|
|
759
|
-
* @internal
|
|
760
|
-
*/
|
|
761
|
-
NoSuchOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
-
})(NoSuchOriginRequestPolicy || (NoSuchOriginRequestPolicy = {}));
|
|
763
|
-
export var NoSuchRealtimeLogConfig;
|
|
764
|
-
(function (NoSuchRealtimeLogConfig) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
|
-
NoSuchRealtimeLogConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
-
})(NoSuchRealtimeLogConfig || (NoSuchRealtimeLogConfig = {}));
|
|
770
|
-
export var RealtimeLogConfigOwnerMismatch;
|
|
771
|
-
(function (RealtimeLogConfigOwnerMismatch) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
|
-
RealtimeLogConfigOwnerMismatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
-
})(RealtimeLogConfigOwnerMismatch || (RealtimeLogConfigOwnerMismatch = {}));
|
|
777
|
-
export var TooManyCacheBehaviors;
|
|
778
|
-
(function (TooManyCacheBehaviors) {
|
|
779
|
-
/**
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
782
|
-
TooManyCacheBehaviors.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
-
})(TooManyCacheBehaviors || (TooManyCacheBehaviors = {}));
|
|
784
|
-
export var TooManyCertificates;
|
|
785
|
-
(function (TooManyCertificates) {
|
|
786
|
-
/**
|
|
787
|
-
* @internal
|
|
788
|
-
*/
|
|
789
|
-
TooManyCertificates.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
-
})(TooManyCertificates || (TooManyCertificates = {}));
|
|
791
|
-
export var TooManyCookieNamesInWhiteList;
|
|
792
|
-
(function (TooManyCookieNamesInWhiteList) {
|
|
793
|
-
/**
|
|
794
|
-
* @internal
|
|
795
|
-
*/
|
|
796
|
-
TooManyCookieNamesInWhiteList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
-
})(TooManyCookieNamesInWhiteList || (TooManyCookieNamesInWhiteList = {}));
|
|
798
|
-
export var TooManyDistributions;
|
|
799
|
-
(function (TooManyDistributions) {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
|
-
TooManyDistributions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
-
})(TooManyDistributions || (TooManyDistributions = {}));
|
|
805
|
-
export var TooManyDistributionsAssociatedToCachePolicy;
|
|
806
|
-
(function (TooManyDistributionsAssociatedToCachePolicy) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
|
-
TooManyDistributionsAssociatedToCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
-
})(TooManyDistributionsAssociatedToCachePolicy || (TooManyDistributionsAssociatedToCachePolicy = {}));
|
|
812
|
-
export var TooManyDistributionsAssociatedToFieldLevelEncryptionConfig;
|
|
813
|
-
(function (TooManyDistributionsAssociatedToFieldLevelEncryptionConfig) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
-
})(TooManyDistributionsAssociatedToFieldLevelEncryptionConfig || (TooManyDistributionsAssociatedToFieldLevelEncryptionConfig = {}));
|
|
819
|
-
export var TooManyDistributionsAssociatedToKeyGroup;
|
|
820
|
-
(function (TooManyDistributionsAssociatedToKeyGroup) {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
|
-
TooManyDistributionsAssociatedToKeyGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
-
})(TooManyDistributionsAssociatedToKeyGroup || (TooManyDistributionsAssociatedToKeyGroup = {}));
|
|
826
|
-
export var TooManyDistributionsAssociatedToOriginRequestPolicy;
|
|
827
|
-
(function (TooManyDistributionsAssociatedToOriginRequestPolicy) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
|
-
TooManyDistributionsAssociatedToOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
-
})(TooManyDistributionsAssociatedToOriginRequestPolicy || (TooManyDistributionsAssociatedToOriginRequestPolicy = {}));
|
|
833
|
-
export var TooManyDistributionsWithFunctionAssociations;
|
|
834
|
-
(function (TooManyDistributionsWithFunctionAssociations) {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
|
-
TooManyDistributionsWithFunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
-
})(TooManyDistributionsWithFunctionAssociations || (TooManyDistributionsWithFunctionAssociations = {}));
|
|
840
|
-
export var TooManyDistributionsWithLambdaAssociations;
|
|
841
|
-
(function (TooManyDistributionsWithLambdaAssociations) {
|
|
842
|
-
/**
|
|
843
|
-
* @internal
|
|
844
|
-
*/
|
|
845
|
-
TooManyDistributionsWithLambdaAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
-
})(TooManyDistributionsWithLambdaAssociations || (TooManyDistributionsWithLambdaAssociations = {}));
|
|
847
|
-
export var TooManyDistributionsWithSingleFunctionARN;
|
|
848
|
-
(function (TooManyDistributionsWithSingleFunctionARN) {
|
|
849
|
-
/**
|
|
850
|
-
* @internal
|
|
851
|
-
*/
|
|
852
|
-
TooManyDistributionsWithSingleFunctionARN.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
-
})(TooManyDistributionsWithSingleFunctionARN || (TooManyDistributionsWithSingleFunctionARN = {}));
|
|
854
|
-
export var TooManyFunctionAssociations;
|
|
855
|
-
(function (TooManyFunctionAssociations) {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
TooManyFunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
-
})(TooManyFunctionAssociations || (TooManyFunctionAssociations = {}));
|
|
861
|
-
export var TooManyHeadersInForwardedValues;
|
|
862
|
-
(function (TooManyHeadersInForwardedValues) {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
|
-
TooManyHeadersInForwardedValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
-
})(TooManyHeadersInForwardedValues || (TooManyHeadersInForwardedValues = {}));
|
|
868
|
-
export var TooManyKeyGroupsAssociatedToDistribution;
|
|
869
|
-
(function (TooManyKeyGroupsAssociatedToDistribution) {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
|
-
TooManyKeyGroupsAssociatedToDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
-
})(TooManyKeyGroupsAssociatedToDistribution || (TooManyKeyGroupsAssociatedToDistribution = {}));
|
|
875
|
-
export var TooManyLambdaFunctionAssociations;
|
|
876
|
-
(function (TooManyLambdaFunctionAssociations) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
|
-
TooManyLambdaFunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
-
})(TooManyLambdaFunctionAssociations || (TooManyLambdaFunctionAssociations = {}));
|
|
882
|
-
export var TooManyOriginCustomHeaders;
|
|
883
|
-
(function (TooManyOriginCustomHeaders) {
|
|
884
|
-
/**
|
|
885
|
-
* @internal
|
|
886
|
-
*/
|
|
887
|
-
TooManyOriginCustomHeaders.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
-
})(TooManyOriginCustomHeaders || (TooManyOriginCustomHeaders = {}));
|
|
889
|
-
export var TooManyOriginGroupsPerDistribution;
|
|
890
|
-
(function (TooManyOriginGroupsPerDistribution) {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
|
-
TooManyOriginGroupsPerDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
-
})(TooManyOriginGroupsPerDistribution || (TooManyOriginGroupsPerDistribution = {}));
|
|
896
|
-
export var TooManyOrigins;
|
|
897
|
-
(function (TooManyOrigins) {
|
|
898
|
-
/**
|
|
899
|
-
* @internal
|
|
900
|
-
*/
|
|
901
|
-
TooManyOrigins.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
-
})(TooManyOrigins || (TooManyOrigins = {}));
|
|
903
|
-
export var TooManyQueryStringParameters;
|
|
904
|
-
(function (TooManyQueryStringParameters) {
|
|
905
|
-
/**
|
|
906
|
-
* @internal
|
|
907
|
-
*/
|
|
908
|
-
TooManyQueryStringParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
-
})(TooManyQueryStringParameters || (TooManyQueryStringParameters = {}));
|
|
910
|
-
export var TooManyTrustedSigners;
|
|
911
|
-
(function (TooManyTrustedSigners) {
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
|
-
TooManyTrustedSigners.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
916
|
-
})(TooManyTrustedSigners || (TooManyTrustedSigners = {}));
|
|
917
|
-
export var TrustedKeyGroupDoesNotExist;
|
|
918
|
-
(function (TrustedKeyGroupDoesNotExist) {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
|
-
TrustedKeyGroupDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
-
})(TrustedKeyGroupDoesNotExist || (TrustedKeyGroupDoesNotExist = {}));
|
|
924
|
-
export var TrustedSignerDoesNotExist;
|
|
925
|
-
(function (TrustedSignerDoesNotExist) {
|
|
926
|
-
/**
|
|
927
|
-
* @internal
|
|
928
|
-
*/
|
|
929
|
-
TrustedSignerDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
-
})(TrustedSignerDoesNotExist || (TrustedSignerDoesNotExist = {}));
|
|
931
|
-
export var Tag;
|
|
932
|
-
(function (Tag) {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
-
})(Tag || (Tag = {}));
|
|
938
|
-
export var Tags;
|
|
939
|
-
(function (Tags) {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
Tags.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
-
})(Tags || (Tags = {}));
|
|
945
|
-
export var DistributionConfigWithTags;
|
|
946
|
-
(function (DistributionConfigWithTags) {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
DistributionConfigWithTags.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
951
|
-
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
952
|
-
}))); };
|
|
953
|
-
})(DistributionConfigWithTags || (DistributionConfigWithTags = {}));
|
|
954
|
-
export var CreateDistributionWithTagsRequest;
|
|
955
|
-
(function (CreateDistributionWithTagsRequest) {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
|
-
CreateDistributionWithTagsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfigWithTags && {
|
|
960
|
-
DistributionConfigWithTags: DistributionConfigWithTags.filterSensitiveLog(obj.DistributionConfigWithTags),
|
|
961
|
-
}))); };
|
|
962
|
-
})(CreateDistributionWithTagsRequest || (CreateDistributionWithTagsRequest = {}));
|
|
963
|
-
export var CreateDistributionWithTagsResult;
|
|
964
|
-
(function (CreateDistributionWithTagsResult) {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
|
-
CreateDistributionWithTagsResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: Distribution.filterSensitiveLog(obj.Distribution) }))); };
|
|
969
|
-
})(CreateDistributionWithTagsResult || (CreateDistributionWithTagsResult = {}));
|
|
970
|
-
export var InvalidTagging;
|
|
971
|
-
(function (InvalidTagging) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
InvalidTagging.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
976
|
-
})(InvalidTagging || (InvalidTagging = {}));
|
|
977
|
-
export var ContentTypeProfile;
|
|
978
|
-
(function (ContentTypeProfile) {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
|
-
ContentTypeProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
-
})(ContentTypeProfile || (ContentTypeProfile = {}));
|
|
984
|
-
export var ContentTypeProfiles;
|
|
985
|
-
(function (ContentTypeProfiles) {
|
|
986
|
-
/**
|
|
987
|
-
* @internal
|
|
988
|
-
*/
|
|
989
|
-
ContentTypeProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
-
})(ContentTypeProfiles || (ContentTypeProfiles = {}));
|
|
991
|
-
export var ContentTypeProfileConfig;
|
|
992
|
-
(function (ContentTypeProfileConfig) {
|
|
993
|
-
/**
|
|
994
|
-
* @internal
|
|
995
|
-
*/
|
|
996
|
-
ContentTypeProfileConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
-
})(ContentTypeProfileConfig || (ContentTypeProfileConfig = {}));
|
|
998
|
-
export var QueryArgProfile;
|
|
999
|
-
(function (QueryArgProfile) {
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
|
-
QueryArgProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1004
|
-
})(QueryArgProfile || (QueryArgProfile = {}));
|
|
1005
|
-
export var QueryArgProfiles;
|
|
1006
|
-
(function (QueryArgProfiles) {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
QueryArgProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
|
-
})(QueryArgProfiles || (QueryArgProfiles = {}));
|
|
1012
|
-
export var QueryArgProfileConfig;
|
|
1013
|
-
(function (QueryArgProfileConfig) {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
|
-
QueryArgProfileConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1018
|
-
})(QueryArgProfileConfig || (QueryArgProfileConfig = {}));
|
|
1019
|
-
export var FieldLevelEncryptionConfig;
|
|
1020
|
-
(function (FieldLevelEncryptionConfig) {
|
|
1021
|
-
/**
|
|
1022
|
-
* @internal
|
|
1023
|
-
*/
|
|
1024
|
-
FieldLevelEncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
-
})(FieldLevelEncryptionConfig || (FieldLevelEncryptionConfig = {}));
|
|
1026
|
-
export var CreateFieldLevelEncryptionConfigRequest;
|
|
1027
|
-
(function (CreateFieldLevelEncryptionConfigRequest) {
|
|
1028
|
-
/**
|
|
1029
|
-
* @internal
|
|
1030
|
-
*/
|
|
1031
|
-
CreateFieldLevelEncryptionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1032
|
-
})(CreateFieldLevelEncryptionConfigRequest || (CreateFieldLevelEncryptionConfigRequest = {}));
|
|
1033
|
-
export var FieldLevelEncryption;
|
|
1034
|
-
(function (FieldLevelEncryption) {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
FieldLevelEncryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
|
-
})(FieldLevelEncryption || (FieldLevelEncryption = {}));
|
|
1040
|
-
export var CreateFieldLevelEncryptionConfigResult;
|
|
1041
|
-
(function (CreateFieldLevelEncryptionConfigResult) {
|
|
1042
|
-
/**
|
|
1043
|
-
* @internal
|
|
1044
|
-
*/
|
|
1045
|
-
CreateFieldLevelEncryptionConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1046
|
-
})(CreateFieldLevelEncryptionConfigResult || (CreateFieldLevelEncryptionConfigResult = {}));
|
|
1047
|
-
export var FieldLevelEncryptionConfigAlreadyExists;
|
|
1048
|
-
(function (FieldLevelEncryptionConfigAlreadyExists) {
|
|
1049
|
-
/**
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
1052
|
-
FieldLevelEncryptionConfigAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
-
})(FieldLevelEncryptionConfigAlreadyExists || (FieldLevelEncryptionConfigAlreadyExists = {}));
|
|
1054
|
-
export var NoSuchFieldLevelEncryptionProfile;
|
|
1055
|
-
(function (NoSuchFieldLevelEncryptionProfile) {
|
|
1056
|
-
/**
|
|
1057
|
-
* @internal
|
|
1058
|
-
*/
|
|
1059
|
-
NoSuchFieldLevelEncryptionProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1060
|
-
})(NoSuchFieldLevelEncryptionProfile || (NoSuchFieldLevelEncryptionProfile = {}));
|
|
1061
|
-
export var QueryArgProfileEmpty;
|
|
1062
|
-
(function (QueryArgProfileEmpty) {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
|
-
QueryArgProfileEmpty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
-
})(QueryArgProfileEmpty || (QueryArgProfileEmpty = {}));
|
|
1068
|
-
export var TooManyFieldLevelEncryptionConfigs;
|
|
1069
|
-
(function (TooManyFieldLevelEncryptionConfigs) {
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
|
-
TooManyFieldLevelEncryptionConfigs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1074
|
-
})(TooManyFieldLevelEncryptionConfigs || (TooManyFieldLevelEncryptionConfigs = {}));
|
|
1075
|
-
export var TooManyFieldLevelEncryptionContentTypeProfiles;
|
|
1076
|
-
(function (TooManyFieldLevelEncryptionContentTypeProfiles) {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
TooManyFieldLevelEncryptionContentTypeProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(TooManyFieldLevelEncryptionContentTypeProfiles || (TooManyFieldLevelEncryptionContentTypeProfiles = {}));
|
|
1082
|
-
export var TooManyFieldLevelEncryptionQueryArgProfiles;
|
|
1083
|
-
(function (TooManyFieldLevelEncryptionQueryArgProfiles) {
|
|
1084
|
-
/**
|
|
1085
|
-
* @internal
|
|
1086
|
-
*/
|
|
1087
|
-
TooManyFieldLevelEncryptionQueryArgProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1088
|
-
})(TooManyFieldLevelEncryptionQueryArgProfiles || (TooManyFieldLevelEncryptionQueryArgProfiles = {}));
|
|
1089
|
-
export var FieldPatterns;
|
|
1090
|
-
(function (FieldPatterns) {
|
|
1091
|
-
/**
|
|
1092
|
-
* @internal
|
|
1093
|
-
*/
|
|
1094
|
-
FieldPatterns.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1095
|
-
})(FieldPatterns || (FieldPatterns = {}));
|
|
1096
|
-
export var EncryptionEntity;
|
|
1097
|
-
(function (EncryptionEntity) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
|
-
EncryptionEntity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1102
|
-
})(EncryptionEntity || (EncryptionEntity = {}));
|
|
1103
|
-
export var EncryptionEntities;
|
|
1104
|
-
(function (EncryptionEntities) {
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
EncryptionEntities.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
-
})(EncryptionEntities || (EncryptionEntities = {}));
|
|
1110
|
-
export var FieldLevelEncryptionProfileConfig;
|
|
1111
|
-
(function (FieldLevelEncryptionProfileConfig) {
|
|
1112
|
-
/**
|
|
1113
|
-
* @internal
|
|
1114
|
-
*/
|
|
1115
|
-
FieldLevelEncryptionProfileConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1116
|
-
})(FieldLevelEncryptionProfileConfig || (FieldLevelEncryptionProfileConfig = {}));
|
|
1117
|
-
export var CreateFieldLevelEncryptionProfileRequest;
|
|
1118
|
-
(function (CreateFieldLevelEncryptionProfileRequest) {
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
CreateFieldLevelEncryptionProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1123
|
-
})(CreateFieldLevelEncryptionProfileRequest || (CreateFieldLevelEncryptionProfileRequest = {}));
|
|
1124
|
-
export var FieldLevelEncryptionProfile;
|
|
1125
|
-
(function (FieldLevelEncryptionProfile) {
|
|
1126
|
-
/**
|
|
1127
|
-
* @internal
|
|
1128
|
-
*/
|
|
1129
|
-
FieldLevelEncryptionProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1130
|
-
})(FieldLevelEncryptionProfile || (FieldLevelEncryptionProfile = {}));
|
|
1131
|
-
export var CreateFieldLevelEncryptionProfileResult;
|
|
1132
|
-
(function (CreateFieldLevelEncryptionProfileResult) {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
|
-
CreateFieldLevelEncryptionProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1137
|
-
})(CreateFieldLevelEncryptionProfileResult || (CreateFieldLevelEncryptionProfileResult = {}));
|
|
1138
|
-
export var FieldLevelEncryptionProfileAlreadyExists;
|
|
1139
|
-
(function (FieldLevelEncryptionProfileAlreadyExists) {
|
|
1140
|
-
/**
|
|
1141
|
-
* @internal
|
|
1142
|
-
*/
|
|
1143
|
-
FieldLevelEncryptionProfileAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1144
|
-
})(FieldLevelEncryptionProfileAlreadyExists || (FieldLevelEncryptionProfileAlreadyExists = {}));
|
|
1145
|
-
export var FieldLevelEncryptionProfileSizeExceeded;
|
|
1146
|
-
(function (FieldLevelEncryptionProfileSizeExceeded) {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
FieldLevelEncryptionProfileSizeExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1151
|
-
})(FieldLevelEncryptionProfileSizeExceeded || (FieldLevelEncryptionProfileSizeExceeded = {}));
|
|
1152
|
-
export var NoSuchPublicKey;
|
|
1153
|
-
(function (NoSuchPublicKey) {
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
|
-
NoSuchPublicKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1158
|
-
})(NoSuchPublicKey || (NoSuchPublicKey = {}));
|
|
1159
|
-
export var TooManyFieldLevelEncryptionEncryptionEntities;
|
|
1160
|
-
(function (TooManyFieldLevelEncryptionEncryptionEntities) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
TooManyFieldLevelEncryptionEncryptionEntities.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1165
|
-
})(TooManyFieldLevelEncryptionEncryptionEntities || (TooManyFieldLevelEncryptionEncryptionEntities = {}));
|
|
1166
|
-
export var TooManyFieldLevelEncryptionFieldPatterns;
|
|
1167
|
-
(function (TooManyFieldLevelEncryptionFieldPatterns) {
|
|
1168
|
-
/**
|
|
1169
|
-
* @internal
|
|
1170
|
-
*/
|
|
1171
|
-
TooManyFieldLevelEncryptionFieldPatterns.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1172
|
-
})(TooManyFieldLevelEncryptionFieldPatterns || (TooManyFieldLevelEncryptionFieldPatterns = {}));
|
|
1173
|
-
export var TooManyFieldLevelEncryptionProfiles;
|
|
1174
|
-
(function (TooManyFieldLevelEncryptionProfiles) {
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
TooManyFieldLevelEncryptionProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1179
|
-
})(TooManyFieldLevelEncryptionProfiles || (TooManyFieldLevelEncryptionProfiles = {}));
|
|
1180
|
-
export var FunctionRuntime;
|
|
1181
|
-
(function (FunctionRuntime) {
|
|
1182
|
-
FunctionRuntime["cloudfront_js_1_0"] = "cloudfront-js-1.0";
|
|
1183
|
-
})(FunctionRuntime || (FunctionRuntime = {}));
|
|
1184
|
-
export var FunctionConfig;
|
|
1185
|
-
(function (FunctionConfig) {
|
|
1186
|
-
/**
|
|
1187
|
-
* @internal
|
|
1188
|
-
*/
|
|
1189
|
-
FunctionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1190
|
-
})(FunctionConfig || (FunctionConfig = {}));
|
|
1191
|
-
export var CreateFunctionRequest;
|
|
1192
|
-
(function (CreateFunctionRequest) {
|
|
1193
|
-
/**
|
|
1194
|
-
* @internal
|
|
1195
|
-
*/
|
|
1196
|
-
CreateFunctionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FunctionCode && { FunctionCode: SENSITIVE_STRING }))); };
|
|
1197
|
-
})(CreateFunctionRequest || (CreateFunctionRequest = {}));
|
|
1198
|
-
export var FunctionStage;
|
|
1199
|
-
(function (FunctionStage) {
|
|
1200
|
-
FunctionStage["DEVELOPMENT"] = "DEVELOPMENT";
|
|
1201
|
-
FunctionStage["LIVE"] = "LIVE";
|
|
1202
|
-
})(FunctionStage || (FunctionStage = {}));
|
|
1203
|
-
export var FunctionMetadata;
|
|
1204
|
-
(function (FunctionMetadata) {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
|
-
FunctionMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1209
|
-
})(FunctionMetadata || (FunctionMetadata = {}));
|
|
1210
|
-
export var FunctionSummary;
|
|
1211
|
-
(function (FunctionSummary) {
|
|
1212
|
-
/**
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
1215
|
-
FunctionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1216
|
-
})(FunctionSummary || (FunctionSummary = {}));
|
|
1217
|
-
export var CreateFunctionResult;
|
|
1218
|
-
(function (CreateFunctionResult) {
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
CreateFunctionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1223
|
-
})(CreateFunctionResult || (CreateFunctionResult = {}));
|
|
1224
|
-
export var FunctionAlreadyExists;
|
|
1225
|
-
(function (FunctionAlreadyExists) {
|
|
1226
|
-
/**
|
|
1227
|
-
* @internal
|
|
1228
|
-
*/
|
|
1229
|
-
FunctionAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1230
|
-
})(FunctionAlreadyExists || (FunctionAlreadyExists = {}));
|
|
1231
|
-
export var FunctionSizeLimitExceeded;
|
|
1232
|
-
(function (FunctionSizeLimitExceeded) {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
|
-
FunctionSizeLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1237
|
-
})(FunctionSizeLimitExceeded || (FunctionSizeLimitExceeded = {}));
|
|
1238
|
-
export var TooManyFunctions;
|
|
1239
|
-
(function (TooManyFunctions) {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
|
-
TooManyFunctions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1244
|
-
})(TooManyFunctions || (TooManyFunctions = {}));
|
|
1245
|
-
export var UnsupportedOperation;
|
|
1246
|
-
(function (UnsupportedOperation) {
|
|
1247
|
-
/**
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
1250
|
-
UnsupportedOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1251
|
-
})(UnsupportedOperation || (UnsupportedOperation = {}));
|
|
1252
|
-
export var Paths;
|
|
1253
|
-
(function (Paths) {
|
|
1254
|
-
/**
|
|
1255
|
-
* @internal
|
|
1256
|
-
*/
|
|
1257
|
-
Paths.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1258
|
-
})(Paths || (Paths = {}));
|
|
1259
|
-
export var InvalidationBatch;
|
|
1260
|
-
(function (InvalidationBatch) {
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
|
-
InvalidationBatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1265
|
-
})(InvalidationBatch || (InvalidationBatch = {}));
|
|
1266
|
-
export var CreateInvalidationRequest;
|
|
1267
|
-
(function (CreateInvalidationRequest) {
|
|
1268
|
-
/**
|
|
1269
|
-
* @internal
|
|
1270
|
-
*/
|
|
1271
|
-
CreateInvalidationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1272
|
-
})(CreateInvalidationRequest || (CreateInvalidationRequest = {}));
|
|
1273
|
-
export var Invalidation;
|
|
1274
|
-
(function (Invalidation) {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
Invalidation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1279
|
-
})(Invalidation || (Invalidation = {}));
|
|
1280
|
-
export var CreateInvalidationResult;
|
|
1281
|
-
(function (CreateInvalidationResult) {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
CreateInvalidationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1286
|
-
})(CreateInvalidationResult || (CreateInvalidationResult = {}));
|
|
1287
|
-
export var TooManyInvalidationsInProgress;
|
|
1288
|
-
(function (TooManyInvalidationsInProgress) {
|
|
1289
|
-
/**
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
1292
|
-
TooManyInvalidationsInProgress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
|
-
})(TooManyInvalidationsInProgress || (TooManyInvalidationsInProgress = {}));
|
|
1294
|
-
export var KeyGroupConfig;
|
|
1295
|
-
(function (KeyGroupConfig) {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
|
-
KeyGroupConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1300
|
-
})(KeyGroupConfig || (KeyGroupConfig = {}));
|
|
1301
|
-
export var CreateKeyGroupRequest;
|
|
1302
|
-
(function (CreateKeyGroupRequest) {
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
|
-
CreateKeyGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1307
|
-
})(CreateKeyGroupRequest || (CreateKeyGroupRequest = {}));
|
|
1308
|
-
export var KeyGroup;
|
|
1309
|
-
(function (KeyGroup) {
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
|
-
KeyGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1314
|
-
})(KeyGroup || (KeyGroup = {}));
|
|
1315
|
-
export var CreateKeyGroupResult;
|
|
1316
|
-
(function (CreateKeyGroupResult) {
|
|
1317
|
-
/**
|
|
1318
|
-
* @internal
|
|
1319
|
-
*/
|
|
1320
|
-
CreateKeyGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1321
|
-
})(CreateKeyGroupResult || (CreateKeyGroupResult = {}));
|
|
1322
|
-
export var KeyGroupAlreadyExists;
|
|
1323
|
-
(function (KeyGroupAlreadyExists) {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
|
-
KeyGroupAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1328
|
-
})(KeyGroupAlreadyExists || (KeyGroupAlreadyExists = {}));
|
|
1329
|
-
export var TooManyKeyGroups;
|
|
1330
|
-
(function (TooManyKeyGroups) {
|
|
1331
|
-
/**
|
|
1332
|
-
* @internal
|
|
1333
|
-
*/
|
|
1334
|
-
TooManyKeyGroups.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1335
|
-
})(TooManyKeyGroups || (TooManyKeyGroups = {}));
|
|
1336
|
-
export var TooManyPublicKeysInKeyGroup;
|
|
1337
|
-
(function (TooManyPublicKeysInKeyGroup) {
|
|
1338
|
-
/**
|
|
1339
|
-
* @internal
|
|
1340
|
-
*/
|
|
1341
|
-
TooManyPublicKeysInKeyGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1342
|
-
})(TooManyPublicKeysInKeyGroup || (TooManyPublicKeysInKeyGroup = {}));
|
|
1343
|
-
export var RealtimeMetricsSubscriptionStatus;
|
|
1344
|
-
(function (RealtimeMetricsSubscriptionStatus) {
|
|
1345
|
-
RealtimeMetricsSubscriptionStatus["Disabled"] = "Disabled";
|
|
1346
|
-
RealtimeMetricsSubscriptionStatus["Enabled"] = "Enabled";
|
|
1347
|
-
})(RealtimeMetricsSubscriptionStatus || (RealtimeMetricsSubscriptionStatus = {}));
|
|
1348
|
-
export var RealtimeMetricsSubscriptionConfig;
|
|
1349
|
-
(function (RealtimeMetricsSubscriptionConfig) {
|
|
1350
|
-
/**
|
|
1351
|
-
* @internal
|
|
1352
|
-
*/
|
|
1353
|
-
RealtimeMetricsSubscriptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1354
|
-
})(RealtimeMetricsSubscriptionConfig || (RealtimeMetricsSubscriptionConfig = {}));
|
|
1355
|
-
export var MonitoringSubscription;
|
|
1356
|
-
(function (MonitoringSubscription) {
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
|
-
MonitoringSubscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1361
|
-
})(MonitoringSubscription || (MonitoringSubscription = {}));
|
|
1362
|
-
export var CreateMonitoringSubscriptionRequest;
|
|
1363
|
-
(function (CreateMonitoringSubscriptionRequest) {
|
|
1364
|
-
/**
|
|
1365
|
-
* @internal
|
|
1366
|
-
*/
|
|
1367
|
-
CreateMonitoringSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1368
|
-
})(CreateMonitoringSubscriptionRequest || (CreateMonitoringSubscriptionRequest = {}));
|
|
1369
|
-
export var CreateMonitoringSubscriptionResult;
|
|
1370
|
-
(function (CreateMonitoringSubscriptionResult) {
|
|
1371
|
-
/**
|
|
1372
|
-
* @internal
|
|
1373
|
-
*/
|
|
1374
|
-
CreateMonitoringSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1375
|
-
})(CreateMonitoringSubscriptionResult || (CreateMonitoringSubscriptionResult = {}));
|
|
1376
|
-
export var OriginRequestPolicyCookiesConfig;
|
|
1377
|
-
(function (OriginRequestPolicyCookiesConfig) {
|
|
1378
|
-
/**
|
|
1379
|
-
* @internal
|
|
1380
|
-
*/
|
|
1381
|
-
OriginRequestPolicyCookiesConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1382
|
-
})(OriginRequestPolicyCookiesConfig || (OriginRequestPolicyCookiesConfig = {}));
|
|
1383
|
-
export var OriginRequestPolicyHeadersConfig;
|
|
1384
|
-
(function (OriginRequestPolicyHeadersConfig) {
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
OriginRequestPolicyHeadersConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1389
|
-
})(OriginRequestPolicyHeadersConfig || (OriginRequestPolicyHeadersConfig = {}));
|
|
1390
|
-
export var OriginRequestPolicyQueryStringsConfig;
|
|
1391
|
-
(function (OriginRequestPolicyQueryStringsConfig) {
|
|
1392
|
-
/**
|
|
1393
|
-
* @internal
|
|
1394
|
-
*/
|
|
1395
|
-
OriginRequestPolicyQueryStringsConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1396
|
-
})(OriginRequestPolicyQueryStringsConfig || (OriginRequestPolicyQueryStringsConfig = {}));
|
|
1397
|
-
export var OriginRequestPolicyConfig;
|
|
1398
|
-
(function (OriginRequestPolicyConfig) {
|
|
1399
|
-
/**
|
|
1400
|
-
* @internal
|
|
1401
|
-
*/
|
|
1402
|
-
OriginRequestPolicyConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1403
|
-
})(OriginRequestPolicyConfig || (OriginRequestPolicyConfig = {}));
|
|
1404
|
-
export var CreateOriginRequestPolicyRequest;
|
|
1405
|
-
(function (CreateOriginRequestPolicyRequest) {
|
|
1406
|
-
/**
|
|
1407
|
-
* @internal
|
|
1408
|
-
*/
|
|
1409
|
-
CreateOriginRequestPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1410
|
-
})(CreateOriginRequestPolicyRequest || (CreateOriginRequestPolicyRequest = {}));
|
|
1411
|
-
export var OriginRequestPolicy;
|
|
1412
|
-
(function (OriginRequestPolicy) {
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
|
-
OriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1417
|
-
})(OriginRequestPolicy || (OriginRequestPolicy = {}));
|
|
1418
|
-
export var CreateOriginRequestPolicyResult;
|
|
1419
|
-
(function (CreateOriginRequestPolicyResult) {
|
|
1420
|
-
/**
|
|
1421
|
-
* @internal
|
|
1422
|
-
*/
|
|
1423
|
-
CreateOriginRequestPolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1424
|
-
})(CreateOriginRequestPolicyResult || (CreateOriginRequestPolicyResult = {}));
|
|
1425
|
-
export var OriginRequestPolicyAlreadyExists;
|
|
1426
|
-
(function (OriginRequestPolicyAlreadyExists) {
|
|
1427
|
-
/**
|
|
1428
|
-
* @internal
|
|
1429
|
-
*/
|
|
1430
|
-
OriginRequestPolicyAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1431
|
-
})(OriginRequestPolicyAlreadyExists || (OriginRequestPolicyAlreadyExists = {}));
|
|
1432
|
-
export var TooManyCookiesInOriginRequestPolicy;
|
|
1433
|
-
(function (TooManyCookiesInOriginRequestPolicy) {
|
|
1434
|
-
/**
|
|
1435
|
-
* @internal
|
|
1436
|
-
*/
|
|
1437
|
-
TooManyCookiesInOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1438
|
-
})(TooManyCookiesInOriginRequestPolicy || (TooManyCookiesInOriginRequestPolicy = {}));
|
|
1439
|
-
export var TooManyHeadersInOriginRequestPolicy;
|
|
1440
|
-
(function (TooManyHeadersInOriginRequestPolicy) {
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
|
-
TooManyHeadersInOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1445
|
-
})(TooManyHeadersInOriginRequestPolicy || (TooManyHeadersInOriginRequestPolicy = {}));
|
|
1446
|
-
export var TooManyOriginRequestPolicies;
|
|
1447
|
-
(function (TooManyOriginRequestPolicies) {
|
|
1448
|
-
/**
|
|
1449
|
-
* @internal
|
|
1450
|
-
*/
|
|
1451
|
-
TooManyOriginRequestPolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1452
|
-
})(TooManyOriginRequestPolicies || (TooManyOriginRequestPolicies = {}));
|
|
1453
|
-
export var TooManyQueryStringsInOriginRequestPolicy;
|
|
1454
|
-
(function (TooManyQueryStringsInOriginRequestPolicy) {
|
|
1455
|
-
/**
|
|
1456
|
-
* @internal
|
|
1457
|
-
*/
|
|
1458
|
-
TooManyQueryStringsInOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1459
|
-
})(TooManyQueryStringsInOriginRequestPolicy || (TooManyQueryStringsInOriginRequestPolicy = {}));
|
|
1460
|
-
export var PublicKeyConfig;
|
|
1461
|
-
(function (PublicKeyConfig) {
|
|
1462
|
-
/**
|
|
1463
|
-
* @internal
|
|
1464
|
-
*/
|
|
1465
|
-
PublicKeyConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1466
|
-
})(PublicKeyConfig || (PublicKeyConfig = {}));
|
|
1467
|
-
export var CreatePublicKeyRequest;
|
|
1468
|
-
(function (CreatePublicKeyRequest) {
|
|
1469
|
-
/**
|
|
1470
|
-
* @internal
|
|
1471
|
-
*/
|
|
1472
|
-
CreatePublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1473
|
-
})(CreatePublicKeyRequest || (CreatePublicKeyRequest = {}));
|
|
1474
|
-
export var PublicKey;
|
|
1475
|
-
(function (PublicKey) {
|
|
1476
|
-
/**
|
|
1477
|
-
* @internal
|
|
1478
|
-
*/
|
|
1479
|
-
PublicKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1480
|
-
})(PublicKey || (PublicKey = {}));
|
|
1481
|
-
export var CreatePublicKeyResult;
|
|
1482
|
-
(function (CreatePublicKeyResult) {
|
|
1483
|
-
/**
|
|
1484
|
-
* @internal
|
|
1485
|
-
*/
|
|
1486
|
-
CreatePublicKeyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1487
|
-
})(CreatePublicKeyResult || (CreatePublicKeyResult = {}));
|
|
1488
|
-
export var PublicKeyAlreadyExists;
|
|
1489
|
-
(function (PublicKeyAlreadyExists) {
|
|
1490
|
-
/**
|
|
1491
|
-
* @internal
|
|
1492
|
-
*/
|
|
1493
|
-
PublicKeyAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1494
|
-
})(PublicKeyAlreadyExists || (PublicKeyAlreadyExists = {}));
|
|
1495
|
-
export var TooManyPublicKeys;
|
|
1496
|
-
(function (TooManyPublicKeys) {
|
|
1497
|
-
/**
|
|
1498
|
-
* @internal
|
|
1499
|
-
*/
|
|
1500
|
-
TooManyPublicKeys.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1501
|
-
})(TooManyPublicKeys || (TooManyPublicKeys = {}));
|
|
1502
|
-
export var KinesisStreamConfig;
|
|
1503
|
-
(function (KinesisStreamConfig) {
|
|
1504
|
-
/**
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
1507
|
-
KinesisStreamConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1508
|
-
})(KinesisStreamConfig || (KinesisStreamConfig = {}));
|
|
1509
|
-
export var EndPoint;
|
|
1510
|
-
(function (EndPoint) {
|
|
1511
|
-
/**
|
|
1512
|
-
* @internal
|
|
1513
|
-
*/
|
|
1514
|
-
EndPoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1515
|
-
})(EndPoint || (EndPoint = {}));
|
|
1516
|
-
export var CreateRealtimeLogConfigRequest;
|
|
1517
|
-
(function (CreateRealtimeLogConfigRequest) {
|
|
1518
|
-
/**
|
|
1519
|
-
* @internal
|
|
1520
|
-
*/
|
|
1521
|
-
CreateRealtimeLogConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1522
|
-
})(CreateRealtimeLogConfigRequest || (CreateRealtimeLogConfigRequest = {}));
|
|
1523
|
-
export var RealtimeLogConfig;
|
|
1524
|
-
(function (RealtimeLogConfig) {
|
|
1525
|
-
/**
|
|
1526
|
-
* @internal
|
|
1527
|
-
*/
|
|
1528
|
-
RealtimeLogConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1529
|
-
})(RealtimeLogConfig || (RealtimeLogConfig = {}));
|
|
1530
|
-
export var CreateRealtimeLogConfigResult;
|
|
1531
|
-
(function (CreateRealtimeLogConfigResult) {
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
*/
|
|
1535
|
-
CreateRealtimeLogConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1536
|
-
})(CreateRealtimeLogConfigResult || (CreateRealtimeLogConfigResult = {}));
|
|
1537
|
-
export var RealtimeLogConfigAlreadyExists;
|
|
1538
|
-
(function (RealtimeLogConfigAlreadyExists) {
|
|
1539
|
-
/**
|
|
1540
|
-
* @internal
|
|
1541
|
-
*/
|
|
1542
|
-
RealtimeLogConfigAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1543
|
-
})(RealtimeLogConfigAlreadyExists || (RealtimeLogConfigAlreadyExists = {}));
|
|
1544
|
-
export var TooManyRealtimeLogConfigs;
|
|
1545
|
-
(function (TooManyRealtimeLogConfigs) {
|
|
1546
|
-
/**
|
|
1547
|
-
* @internal
|
|
1548
|
-
*/
|
|
1549
|
-
TooManyRealtimeLogConfigs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1550
|
-
})(TooManyRealtimeLogConfigs || (TooManyRealtimeLogConfigs = {}));
|
|
1551
|
-
export var StreamingLoggingConfig;
|
|
1552
|
-
(function (StreamingLoggingConfig) {
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
StreamingLoggingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1557
|
-
})(StreamingLoggingConfig || (StreamingLoggingConfig = {}));
|
|
1558
|
-
export var S3Origin;
|
|
1559
|
-
(function (S3Origin) {
|
|
1560
|
-
/**
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
1563
|
-
S3Origin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1564
|
-
})(S3Origin || (S3Origin = {}));
|
|
1565
|
-
export var StreamingDistributionConfig;
|
|
1566
|
-
(function (StreamingDistributionConfig) {
|
|
1567
|
-
/**
|
|
1568
|
-
* @internal
|
|
1569
|
-
*/
|
|
1570
|
-
StreamingDistributionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1571
|
-
})(StreamingDistributionConfig || (StreamingDistributionConfig = {}));
|
|
1572
|
-
export var CreateStreamingDistributionRequest;
|
|
1573
|
-
(function (CreateStreamingDistributionRequest) {
|
|
1574
|
-
/**
|
|
1575
|
-
* @internal
|
|
1576
|
-
*/
|
|
1577
|
-
CreateStreamingDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1578
|
-
})(CreateStreamingDistributionRequest || (CreateStreamingDistributionRequest = {}));
|
|
1579
|
-
export var StreamingDistribution;
|
|
1580
|
-
(function (StreamingDistribution) {
|
|
1581
|
-
/**
|
|
1582
|
-
* @internal
|
|
1583
|
-
*/
|
|
1584
|
-
StreamingDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1585
|
-
})(StreamingDistribution || (StreamingDistribution = {}));
|
|
1586
|
-
export var CreateStreamingDistributionResult;
|
|
1587
|
-
(function (CreateStreamingDistributionResult) {
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
|
-
CreateStreamingDistributionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1592
|
-
})(CreateStreamingDistributionResult || (CreateStreamingDistributionResult = {}));
|
|
1593
|
-
export var StreamingDistributionAlreadyExists;
|
|
1594
|
-
(function (StreamingDistributionAlreadyExists) {
|
|
1595
|
-
/**
|
|
1596
|
-
* @internal
|
|
1597
|
-
*/
|
|
1598
|
-
StreamingDistributionAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1599
|
-
})(StreamingDistributionAlreadyExists || (StreamingDistributionAlreadyExists = {}));
|
|
1600
|
-
export var TooManyStreamingDistributionCNAMEs;
|
|
1601
|
-
(function (TooManyStreamingDistributionCNAMEs) {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
TooManyStreamingDistributionCNAMEs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1606
|
-
})(TooManyStreamingDistributionCNAMEs || (TooManyStreamingDistributionCNAMEs = {}));
|
|
1607
|
-
export var TooManyStreamingDistributions;
|
|
1608
|
-
(function (TooManyStreamingDistributions) {
|
|
1609
|
-
/**
|
|
1610
|
-
* @internal
|
|
1611
|
-
*/
|
|
1612
|
-
TooManyStreamingDistributions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1613
|
-
})(TooManyStreamingDistributions || (TooManyStreamingDistributions = {}));
|
|
1614
|
-
export var StreamingDistributionConfigWithTags;
|
|
1615
|
-
(function (StreamingDistributionConfigWithTags) {
|
|
1616
|
-
/**
|
|
1617
|
-
* @internal
|
|
1618
|
-
*/
|
|
1619
|
-
StreamingDistributionConfigWithTags.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1620
|
-
})(StreamingDistributionConfigWithTags || (StreamingDistributionConfigWithTags = {}));
|
|
1621
|
-
export var CreateStreamingDistributionWithTagsRequest;
|
|
1622
|
-
(function (CreateStreamingDistributionWithTagsRequest) {
|
|
1623
|
-
/**
|
|
1624
|
-
* @internal
|
|
1625
|
-
*/
|
|
1626
|
-
CreateStreamingDistributionWithTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1627
|
-
})(CreateStreamingDistributionWithTagsRequest || (CreateStreamingDistributionWithTagsRequest = {}));
|
|
1628
|
-
export var CreateStreamingDistributionWithTagsResult;
|
|
1629
|
-
(function (CreateStreamingDistributionWithTagsResult) {
|
|
1630
|
-
/**
|
|
1631
|
-
* @internal
|
|
1632
|
-
*/
|
|
1633
|
-
CreateStreamingDistributionWithTagsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1634
|
-
})(CreateStreamingDistributionWithTagsResult || (CreateStreamingDistributionWithTagsResult = {}));
|
|
1635
|
-
export var DeleteCachePolicyRequest;
|
|
1636
|
-
(function (DeleteCachePolicyRequest) {
|
|
1637
|
-
/**
|
|
1638
|
-
* @internal
|
|
1639
|
-
*/
|
|
1640
|
-
DeleteCachePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1641
|
-
})(DeleteCachePolicyRequest || (DeleteCachePolicyRequest = {}));
|
|
1642
|
-
export var IllegalDelete;
|
|
1643
|
-
(function (IllegalDelete) {
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
1647
|
-
IllegalDelete.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1648
|
-
})(IllegalDelete || (IllegalDelete = {}));
|
|
1649
|
-
export var InvalidIfMatchVersion;
|
|
1650
|
-
(function (InvalidIfMatchVersion) {
|
|
1651
|
-
/**
|
|
1652
|
-
* @internal
|
|
1653
|
-
*/
|
|
1654
|
-
InvalidIfMatchVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1655
|
-
})(InvalidIfMatchVersion || (InvalidIfMatchVersion = {}));
|
|
1656
|
-
export var PreconditionFailed;
|
|
1657
|
-
(function (PreconditionFailed) {
|
|
1658
|
-
/**
|
|
1659
|
-
* @internal
|
|
1660
|
-
*/
|
|
1661
|
-
PreconditionFailed.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1662
|
-
})(PreconditionFailed || (PreconditionFailed = {}));
|
|
1663
|
-
export var CloudFrontOriginAccessIdentityInUse;
|
|
1664
|
-
(function (CloudFrontOriginAccessIdentityInUse) {
|
|
1665
|
-
/**
|
|
1666
|
-
* @internal
|
|
1667
|
-
*/
|
|
1668
|
-
CloudFrontOriginAccessIdentityInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1669
|
-
})(CloudFrontOriginAccessIdentityInUse || (CloudFrontOriginAccessIdentityInUse = {}));
|
|
1670
|
-
export var DeleteCloudFrontOriginAccessIdentityRequest;
|
|
1671
|
-
(function (DeleteCloudFrontOriginAccessIdentityRequest) {
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
|
-
DeleteCloudFrontOriginAccessIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1676
|
-
})(DeleteCloudFrontOriginAccessIdentityRequest || (DeleteCloudFrontOriginAccessIdentityRequest = {}));
|
|
1677
|
-
export var NoSuchCloudFrontOriginAccessIdentity;
|
|
1678
|
-
(function (NoSuchCloudFrontOriginAccessIdentity) {
|
|
1679
|
-
/**
|
|
1680
|
-
* @internal
|
|
1681
|
-
*/
|
|
1682
|
-
NoSuchCloudFrontOriginAccessIdentity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1683
|
-
})(NoSuchCloudFrontOriginAccessIdentity || (NoSuchCloudFrontOriginAccessIdentity = {}));
|
|
1684
|
-
export var DeleteDistributionRequest;
|
|
1685
|
-
(function (DeleteDistributionRequest) {
|
|
1686
|
-
/**
|
|
1687
|
-
* @internal
|
|
1688
|
-
*/
|
|
1689
|
-
DeleteDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1690
|
-
})(DeleteDistributionRequest || (DeleteDistributionRequest = {}));
|
|
1691
|
-
export var DistributionNotDisabled;
|
|
1692
|
-
(function (DistributionNotDisabled) {
|
|
1693
|
-
/**
|
|
1694
|
-
* @internal
|
|
1695
|
-
*/
|
|
1696
|
-
DistributionNotDisabled.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1697
|
-
})(DistributionNotDisabled || (DistributionNotDisabled = {}));
|
|
1698
|
-
export var DeleteFieldLevelEncryptionConfigRequest;
|
|
1699
|
-
(function (DeleteFieldLevelEncryptionConfigRequest) {
|
|
1700
|
-
/**
|
|
1701
|
-
* @internal
|
|
1702
|
-
*/
|
|
1703
|
-
DeleteFieldLevelEncryptionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1704
|
-
})(DeleteFieldLevelEncryptionConfigRequest || (DeleteFieldLevelEncryptionConfigRequest = {}));
|
|
1705
|
-
export var FieldLevelEncryptionConfigInUse;
|
|
1706
|
-
(function (FieldLevelEncryptionConfigInUse) {
|
|
1707
|
-
/**
|
|
1708
|
-
* @internal
|
|
1709
|
-
*/
|
|
1710
|
-
FieldLevelEncryptionConfigInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1711
|
-
})(FieldLevelEncryptionConfigInUse || (FieldLevelEncryptionConfigInUse = {}));
|
|
1712
|
-
export var DeleteFieldLevelEncryptionProfileRequest;
|
|
1713
|
-
(function (DeleteFieldLevelEncryptionProfileRequest) {
|
|
1714
|
-
/**
|
|
1715
|
-
* @internal
|
|
1716
|
-
*/
|
|
1717
|
-
DeleteFieldLevelEncryptionProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1718
|
-
})(DeleteFieldLevelEncryptionProfileRequest || (DeleteFieldLevelEncryptionProfileRequest = {}));
|
|
1719
|
-
export var FieldLevelEncryptionProfileInUse;
|
|
1720
|
-
(function (FieldLevelEncryptionProfileInUse) {
|
|
1721
|
-
/**
|
|
1722
|
-
* @internal
|
|
1723
|
-
*/
|
|
1724
|
-
FieldLevelEncryptionProfileInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1725
|
-
})(FieldLevelEncryptionProfileInUse || (FieldLevelEncryptionProfileInUse = {}));
|
|
1726
|
-
export var DeleteFunctionRequest;
|
|
1727
|
-
(function (DeleteFunctionRequest) {
|
|
1728
|
-
/**
|
|
1729
|
-
* @internal
|
|
1730
|
-
*/
|
|
1731
|
-
DeleteFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1732
|
-
})(DeleteFunctionRequest || (DeleteFunctionRequest = {}));
|
|
1733
|
-
export var FunctionInUse;
|
|
1734
|
-
(function (FunctionInUse) {
|
|
1735
|
-
/**
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
|
-
FunctionInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1739
|
-
})(FunctionInUse || (FunctionInUse = {}));
|
|
1740
|
-
export var NoSuchFunctionExists;
|
|
1741
|
-
(function (NoSuchFunctionExists) {
|
|
1742
|
-
/**
|
|
1743
|
-
* @internal
|
|
1744
|
-
*/
|
|
1745
|
-
NoSuchFunctionExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1746
|
-
})(NoSuchFunctionExists || (NoSuchFunctionExists = {}));
|
|
1747
|
-
export var DeleteKeyGroupRequest;
|
|
1748
|
-
(function (DeleteKeyGroupRequest) {
|
|
1749
|
-
/**
|
|
1750
|
-
* @internal
|
|
1751
|
-
*/
|
|
1752
|
-
DeleteKeyGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1753
|
-
})(DeleteKeyGroupRequest || (DeleteKeyGroupRequest = {}));
|
|
1754
|
-
export var NoSuchResource;
|
|
1755
|
-
(function (NoSuchResource) {
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
NoSuchResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1760
|
-
})(NoSuchResource || (NoSuchResource = {}));
|
|
1761
|
-
export var ResourceInUse;
|
|
1762
|
-
(function (ResourceInUse) {
|
|
1763
|
-
/**
|
|
1764
|
-
* @internal
|
|
1765
|
-
*/
|
|
1766
|
-
ResourceInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1767
|
-
})(ResourceInUse || (ResourceInUse = {}));
|
|
1768
|
-
export var DeleteMonitoringSubscriptionRequest;
|
|
1769
|
-
(function (DeleteMonitoringSubscriptionRequest) {
|
|
1770
|
-
/**
|
|
1771
|
-
* @internal
|
|
1772
|
-
*/
|
|
1773
|
-
DeleteMonitoringSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1774
|
-
})(DeleteMonitoringSubscriptionRequest || (DeleteMonitoringSubscriptionRequest = {}));
|
|
1775
|
-
export var DeleteMonitoringSubscriptionResult;
|
|
1776
|
-
(function (DeleteMonitoringSubscriptionResult) {
|
|
1777
|
-
/**
|
|
1778
|
-
* @internal
|
|
1779
|
-
*/
|
|
1780
|
-
DeleteMonitoringSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1781
|
-
})(DeleteMonitoringSubscriptionResult || (DeleteMonitoringSubscriptionResult = {}));
|
|
1782
|
-
export var DeleteOriginRequestPolicyRequest;
|
|
1783
|
-
(function (DeleteOriginRequestPolicyRequest) {
|
|
1784
|
-
/**
|
|
1785
|
-
* @internal
|
|
1786
|
-
*/
|
|
1787
|
-
DeleteOriginRequestPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1788
|
-
})(DeleteOriginRequestPolicyRequest || (DeleteOriginRequestPolicyRequest = {}));
|
|
1789
|
-
export var OriginRequestPolicyInUse;
|
|
1790
|
-
(function (OriginRequestPolicyInUse) {
|
|
1791
|
-
/**
|
|
1792
|
-
* @internal
|
|
1793
|
-
*/
|
|
1794
|
-
OriginRequestPolicyInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1795
|
-
})(OriginRequestPolicyInUse || (OriginRequestPolicyInUse = {}));
|
|
1796
|
-
export var DeletePublicKeyRequest;
|
|
1797
|
-
(function (DeletePublicKeyRequest) {
|
|
1798
|
-
/**
|
|
1799
|
-
* @internal
|
|
1800
|
-
*/
|
|
1801
|
-
DeletePublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1802
|
-
})(DeletePublicKeyRequest || (DeletePublicKeyRequest = {}));
|
|
1803
|
-
export var PublicKeyInUse;
|
|
1804
|
-
(function (PublicKeyInUse) {
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
1808
|
-
PublicKeyInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1809
|
-
})(PublicKeyInUse || (PublicKeyInUse = {}));
|
|
1810
|
-
export var DeleteRealtimeLogConfigRequest;
|
|
1811
|
-
(function (DeleteRealtimeLogConfigRequest) {
|
|
1812
|
-
/**
|
|
1813
|
-
* @internal
|
|
1814
|
-
*/
|
|
1815
|
-
DeleteRealtimeLogConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1816
|
-
})(DeleteRealtimeLogConfigRequest || (DeleteRealtimeLogConfigRequest = {}));
|
|
1817
|
-
export var RealtimeLogConfigInUse;
|
|
1818
|
-
(function (RealtimeLogConfigInUse) {
|
|
1819
|
-
/**
|
|
1820
|
-
* @internal
|
|
1821
|
-
*/
|
|
1822
|
-
RealtimeLogConfigInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1823
|
-
})(RealtimeLogConfigInUse || (RealtimeLogConfigInUse = {}));
|
|
1824
|
-
export var DeleteStreamingDistributionRequest;
|
|
1825
|
-
(function (DeleteStreamingDistributionRequest) {
|
|
1826
|
-
/**
|
|
1827
|
-
* @internal
|
|
1828
|
-
*/
|
|
1829
|
-
DeleteStreamingDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1830
|
-
})(DeleteStreamingDistributionRequest || (DeleteStreamingDistributionRequest = {}));
|
|
1831
|
-
export var NoSuchStreamingDistribution;
|
|
1832
|
-
(function (NoSuchStreamingDistribution) {
|
|
1833
|
-
/**
|
|
1834
|
-
* @internal
|
|
1835
|
-
*/
|
|
1836
|
-
NoSuchStreamingDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1837
|
-
})(NoSuchStreamingDistribution || (NoSuchStreamingDistribution = {}));
|
|
1838
|
-
export var StreamingDistributionNotDisabled;
|
|
1839
|
-
(function (StreamingDistributionNotDisabled) {
|
|
1840
|
-
/**
|
|
1841
|
-
* @internal
|
|
1842
|
-
*/
|
|
1843
|
-
StreamingDistributionNotDisabled.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1844
|
-
})(StreamingDistributionNotDisabled || (StreamingDistributionNotDisabled = {}));
|
|
1845
|
-
export var DescribeFunctionRequest;
|
|
1846
|
-
(function (DescribeFunctionRequest) {
|
|
1847
|
-
/**
|
|
1848
|
-
* @internal
|
|
1849
|
-
*/
|
|
1850
|
-
DescribeFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1851
|
-
})(DescribeFunctionRequest || (DescribeFunctionRequest = {}));
|
|
1852
|
-
export var DescribeFunctionResult;
|
|
1853
|
-
(function (DescribeFunctionResult) {
|
|
1854
|
-
/**
|
|
1855
|
-
* @internal
|
|
1856
|
-
*/
|
|
1857
|
-
DescribeFunctionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1858
|
-
})(DescribeFunctionResult || (DescribeFunctionResult = {}));
|
|
1859
|
-
export var GetCachePolicyRequest;
|
|
1860
|
-
(function (GetCachePolicyRequest) {
|
|
1861
|
-
/**
|
|
1862
|
-
* @internal
|
|
1863
|
-
*/
|
|
1864
|
-
GetCachePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1865
|
-
})(GetCachePolicyRequest || (GetCachePolicyRequest = {}));
|
|
1866
|
-
export var GetCachePolicyResult;
|
|
1867
|
-
(function (GetCachePolicyResult) {
|
|
1868
|
-
/**
|
|
1869
|
-
* @internal
|
|
1870
|
-
*/
|
|
1871
|
-
GetCachePolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1872
|
-
})(GetCachePolicyResult || (GetCachePolicyResult = {}));
|
|
1873
|
-
export var GetCachePolicyConfigRequest;
|
|
1874
|
-
(function (GetCachePolicyConfigRequest) {
|
|
1875
|
-
/**
|
|
1876
|
-
* @internal
|
|
1877
|
-
*/
|
|
1878
|
-
GetCachePolicyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1879
|
-
})(GetCachePolicyConfigRequest || (GetCachePolicyConfigRequest = {}));
|
|
1880
|
-
export var GetCachePolicyConfigResult;
|
|
1881
|
-
(function (GetCachePolicyConfigResult) {
|
|
1882
|
-
/**
|
|
1883
|
-
* @internal
|
|
1884
|
-
*/
|
|
1885
|
-
GetCachePolicyConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1886
|
-
})(GetCachePolicyConfigResult || (GetCachePolicyConfigResult = {}));
|
|
1887
|
-
export var GetCloudFrontOriginAccessIdentityRequest;
|
|
1888
|
-
(function (GetCloudFrontOriginAccessIdentityRequest) {
|
|
1889
|
-
/**
|
|
1890
|
-
* @internal
|
|
1891
|
-
*/
|
|
1892
|
-
GetCloudFrontOriginAccessIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1893
|
-
})(GetCloudFrontOriginAccessIdentityRequest || (GetCloudFrontOriginAccessIdentityRequest = {}));
|
|
1894
|
-
export var GetCloudFrontOriginAccessIdentityResult;
|
|
1895
|
-
(function (GetCloudFrontOriginAccessIdentityResult) {
|
|
1896
|
-
/**
|
|
1897
|
-
* @internal
|
|
1898
|
-
*/
|
|
1899
|
-
GetCloudFrontOriginAccessIdentityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1900
|
-
})(GetCloudFrontOriginAccessIdentityResult || (GetCloudFrontOriginAccessIdentityResult = {}));
|
|
1901
|
-
export var GetCloudFrontOriginAccessIdentityConfigRequest;
|
|
1902
|
-
(function (GetCloudFrontOriginAccessIdentityConfigRequest) {
|
|
1903
|
-
/**
|
|
1904
|
-
* @internal
|
|
1905
|
-
*/
|
|
1906
|
-
GetCloudFrontOriginAccessIdentityConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1907
|
-
})(GetCloudFrontOriginAccessIdentityConfigRequest || (GetCloudFrontOriginAccessIdentityConfigRequest = {}));
|
|
1908
|
-
export var GetCloudFrontOriginAccessIdentityConfigResult;
|
|
1909
|
-
(function (GetCloudFrontOriginAccessIdentityConfigResult) {
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
|
-
GetCloudFrontOriginAccessIdentityConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1914
|
-
})(GetCloudFrontOriginAccessIdentityConfigResult || (GetCloudFrontOriginAccessIdentityConfigResult = {}));
|
|
1915
|
-
export var GetDistributionRequest;
|
|
1916
|
-
(function (GetDistributionRequest) {
|
|
1917
|
-
/**
|
|
1918
|
-
* @internal
|
|
1919
|
-
*/
|
|
1920
|
-
GetDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1921
|
-
})(GetDistributionRequest || (GetDistributionRequest = {}));
|
|
1922
|
-
export var GetDistributionResult;
|
|
1923
|
-
(function (GetDistributionResult) {
|
|
1924
|
-
/**
|
|
1925
|
-
* @internal
|
|
1926
|
-
*/
|
|
1927
|
-
GetDistributionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: Distribution.filterSensitiveLog(obj.Distribution) }))); };
|
|
1928
|
-
})(GetDistributionResult || (GetDistributionResult = {}));
|
|
1929
|
-
export var GetDistributionConfigRequest;
|
|
1930
|
-
(function (GetDistributionConfigRequest) {
|
|
1931
|
-
/**
|
|
1932
|
-
* @internal
|
|
1933
|
-
*/
|
|
1934
|
-
GetDistributionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1935
|
-
})(GetDistributionConfigRequest || (GetDistributionConfigRequest = {}));
|
|
1936
|
-
export var GetDistributionConfigResult;
|
|
1937
|
-
(function (GetDistributionConfigResult) {
|
|
1938
|
-
/**
|
|
1939
|
-
* @internal
|
|
1940
|
-
*/
|
|
1941
|
-
GetDistributionConfigResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
1942
|
-
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
1943
|
-
}))); };
|
|
1944
|
-
})(GetDistributionConfigResult || (GetDistributionConfigResult = {}));
|
|
1945
|
-
export var GetFieldLevelEncryptionRequest;
|
|
1946
|
-
(function (GetFieldLevelEncryptionRequest) {
|
|
1947
|
-
/**
|
|
1948
|
-
* @internal
|
|
1949
|
-
*/
|
|
1950
|
-
GetFieldLevelEncryptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1951
|
-
})(GetFieldLevelEncryptionRequest || (GetFieldLevelEncryptionRequest = {}));
|
|
1952
|
-
export var GetFieldLevelEncryptionResult;
|
|
1953
|
-
(function (GetFieldLevelEncryptionResult) {
|
|
1954
|
-
/**
|
|
1955
|
-
* @internal
|
|
1956
|
-
*/
|
|
1957
|
-
GetFieldLevelEncryptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1958
|
-
})(GetFieldLevelEncryptionResult || (GetFieldLevelEncryptionResult = {}));
|
|
1959
|
-
//# sourceMappingURL=models_0.js.map
|