@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
|
@@ -0,0 +1,1130 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var AccessDenied;
|
|
4
|
+
(function (AccessDenied) {
|
|
5
|
+
AccessDenied.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(AccessDenied || (AccessDenied = {}));
|
|
7
|
+
export var KeyPairIds;
|
|
8
|
+
(function (KeyPairIds) {
|
|
9
|
+
KeyPairIds.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(KeyPairIds || (KeyPairIds = {}));
|
|
11
|
+
export var KGKeyPairIds;
|
|
12
|
+
(function (KGKeyPairIds) {
|
|
13
|
+
KGKeyPairIds.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(KGKeyPairIds || (KGKeyPairIds = {}));
|
|
15
|
+
export var ActiveTrustedKeyGroups;
|
|
16
|
+
(function (ActiveTrustedKeyGroups) {
|
|
17
|
+
ActiveTrustedKeyGroups.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(ActiveTrustedKeyGroups || (ActiveTrustedKeyGroups = {}));
|
|
19
|
+
export var Signer;
|
|
20
|
+
(function (Signer) {
|
|
21
|
+
Signer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
+
})(Signer || (Signer = {}));
|
|
23
|
+
export var ActiveTrustedSigners;
|
|
24
|
+
(function (ActiveTrustedSigners) {
|
|
25
|
+
ActiveTrustedSigners.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
+
})(ActiveTrustedSigners || (ActiveTrustedSigners = {}));
|
|
27
|
+
export var Aliases;
|
|
28
|
+
(function (Aliases) {
|
|
29
|
+
Aliases.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
+
})(Aliases || (Aliases = {}));
|
|
31
|
+
export var AliasICPRecordal;
|
|
32
|
+
(function (AliasICPRecordal) {
|
|
33
|
+
AliasICPRecordal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
+
})(AliasICPRecordal || (AliasICPRecordal = {}));
|
|
35
|
+
export var CachedMethods;
|
|
36
|
+
(function (CachedMethods) {
|
|
37
|
+
CachedMethods.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
+
})(CachedMethods || (CachedMethods = {}));
|
|
39
|
+
export var AllowedMethods;
|
|
40
|
+
(function (AllowedMethods) {
|
|
41
|
+
AllowedMethods.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
+
})(AllowedMethods || (AllowedMethods = {}));
|
|
43
|
+
export var AssociateAliasRequest;
|
|
44
|
+
(function (AssociateAliasRequest) {
|
|
45
|
+
AssociateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
+
})(AssociateAliasRequest || (AssociateAliasRequest = {}));
|
|
47
|
+
export var IllegalUpdate;
|
|
48
|
+
(function (IllegalUpdate) {
|
|
49
|
+
IllegalUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
+
})(IllegalUpdate || (IllegalUpdate = {}));
|
|
51
|
+
export var InvalidArgument;
|
|
52
|
+
(function (InvalidArgument) {
|
|
53
|
+
InvalidArgument.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
+
})(InvalidArgument || (InvalidArgument = {}));
|
|
55
|
+
export var NoSuchDistribution;
|
|
56
|
+
(function (NoSuchDistribution) {
|
|
57
|
+
NoSuchDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
+
})(NoSuchDistribution || (NoSuchDistribution = {}));
|
|
59
|
+
export var TooManyDistributionCNAMEs;
|
|
60
|
+
(function (TooManyDistributionCNAMEs) {
|
|
61
|
+
TooManyDistributionCNAMEs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(TooManyDistributionCNAMEs || (TooManyDistributionCNAMEs = {}));
|
|
63
|
+
export var BatchTooLarge;
|
|
64
|
+
(function (BatchTooLarge) {
|
|
65
|
+
BatchTooLarge.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(BatchTooLarge || (BatchTooLarge = {}));
|
|
67
|
+
export var CookieNames;
|
|
68
|
+
(function (CookieNames) {
|
|
69
|
+
CookieNames.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
})(CookieNames || (CookieNames = {}));
|
|
71
|
+
export var CookiePreference;
|
|
72
|
+
(function (CookiePreference) {
|
|
73
|
+
CookiePreference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
})(CookiePreference || (CookiePreference = {}));
|
|
75
|
+
export var Headers;
|
|
76
|
+
(function (Headers) {
|
|
77
|
+
Headers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
+
})(Headers || (Headers = {}));
|
|
79
|
+
export var QueryStringCacheKeys;
|
|
80
|
+
(function (QueryStringCacheKeys) {
|
|
81
|
+
QueryStringCacheKeys.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
+
})(QueryStringCacheKeys || (QueryStringCacheKeys = {}));
|
|
83
|
+
export var ForwardedValues;
|
|
84
|
+
(function (ForwardedValues) {
|
|
85
|
+
ForwardedValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
+
})(ForwardedValues || (ForwardedValues = {}));
|
|
87
|
+
export var FunctionAssociation;
|
|
88
|
+
(function (FunctionAssociation) {
|
|
89
|
+
FunctionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
+
})(FunctionAssociation || (FunctionAssociation = {}));
|
|
91
|
+
export var FunctionAssociations;
|
|
92
|
+
(function (FunctionAssociations) {
|
|
93
|
+
FunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
+
})(FunctionAssociations || (FunctionAssociations = {}));
|
|
95
|
+
export var LambdaFunctionAssociation;
|
|
96
|
+
(function (LambdaFunctionAssociation) {
|
|
97
|
+
LambdaFunctionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
})(LambdaFunctionAssociation || (LambdaFunctionAssociation = {}));
|
|
99
|
+
export var LambdaFunctionAssociations;
|
|
100
|
+
(function (LambdaFunctionAssociations) {
|
|
101
|
+
LambdaFunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
})(LambdaFunctionAssociations || (LambdaFunctionAssociations = {}));
|
|
103
|
+
export var TrustedKeyGroups;
|
|
104
|
+
(function (TrustedKeyGroups) {
|
|
105
|
+
TrustedKeyGroups.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
})(TrustedKeyGroups || (TrustedKeyGroups = {}));
|
|
107
|
+
export var TrustedSigners;
|
|
108
|
+
(function (TrustedSigners) {
|
|
109
|
+
TrustedSigners.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
})(TrustedSigners || (TrustedSigners = {}));
|
|
111
|
+
export var CacheBehavior;
|
|
112
|
+
(function (CacheBehavior) {
|
|
113
|
+
CacheBehavior.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
+
})(CacheBehavior || (CacheBehavior = {}));
|
|
115
|
+
export var CacheBehaviors;
|
|
116
|
+
(function (CacheBehaviors) {
|
|
117
|
+
CacheBehaviors.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
})(CacheBehaviors || (CacheBehaviors = {}));
|
|
119
|
+
export var CachePolicyCookiesConfig;
|
|
120
|
+
(function (CachePolicyCookiesConfig) {
|
|
121
|
+
CachePolicyCookiesConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
+
})(CachePolicyCookiesConfig || (CachePolicyCookiesConfig = {}));
|
|
123
|
+
export var CachePolicyHeadersConfig;
|
|
124
|
+
(function (CachePolicyHeadersConfig) {
|
|
125
|
+
CachePolicyHeadersConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
})(CachePolicyHeadersConfig || (CachePolicyHeadersConfig = {}));
|
|
127
|
+
export var QueryStringNames;
|
|
128
|
+
(function (QueryStringNames) {
|
|
129
|
+
QueryStringNames.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
})(QueryStringNames || (QueryStringNames = {}));
|
|
131
|
+
export var CachePolicyQueryStringsConfig;
|
|
132
|
+
(function (CachePolicyQueryStringsConfig) {
|
|
133
|
+
CachePolicyQueryStringsConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
})(CachePolicyQueryStringsConfig || (CachePolicyQueryStringsConfig = {}));
|
|
135
|
+
export var ParametersInCacheKeyAndForwardedToOrigin;
|
|
136
|
+
(function (ParametersInCacheKeyAndForwardedToOrigin) {
|
|
137
|
+
ParametersInCacheKeyAndForwardedToOrigin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
})(ParametersInCacheKeyAndForwardedToOrigin || (ParametersInCacheKeyAndForwardedToOrigin = {}));
|
|
139
|
+
export var CachePolicyConfig;
|
|
140
|
+
(function (CachePolicyConfig) {
|
|
141
|
+
CachePolicyConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
})(CachePolicyConfig || (CachePolicyConfig = {}));
|
|
143
|
+
export var CachePolicy;
|
|
144
|
+
(function (CachePolicy) {
|
|
145
|
+
CachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
})(CachePolicy || (CachePolicy = {}));
|
|
147
|
+
export var CachePolicyAlreadyExists;
|
|
148
|
+
(function (CachePolicyAlreadyExists) {
|
|
149
|
+
CachePolicyAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
})(CachePolicyAlreadyExists || (CachePolicyAlreadyExists = {}));
|
|
151
|
+
export var CachePolicyInUse;
|
|
152
|
+
(function (CachePolicyInUse) {
|
|
153
|
+
CachePolicyInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
})(CachePolicyInUse || (CachePolicyInUse = {}));
|
|
155
|
+
export var CachePolicySummary;
|
|
156
|
+
(function (CachePolicySummary) {
|
|
157
|
+
CachePolicySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
})(CachePolicySummary || (CachePolicySummary = {}));
|
|
159
|
+
export var CachePolicyList;
|
|
160
|
+
(function (CachePolicyList) {
|
|
161
|
+
CachePolicyList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
})(CachePolicyList || (CachePolicyList = {}));
|
|
163
|
+
export var CannotChangeImmutablePublicKeyFields;
|
|
164
|
+
(function (CannotChangeImmutablePublicKeyFields) {
|
|
165
|
+
CannotChangeImmutablePublicKeyFields.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
})(CannotChangeImmutablePublicKeyFields || (CannotChangeImmutablePublicKeyFields = {}));
|
|
167
|
+
export var CreateCachePolicyRequest;
|
|
168
|
+
(function (CreateCachePolicyRequest) {
|
|
169
|
+
CreateCachePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
})(CreateCachePolicyRequest || (CreateCachePolicyRequest = {}));
|
|
171
|
+
export var CreateCachePolicyResult;
|
|
172
|
+
(function (CreateCachePolicyResult) {
|
|
173
|
+
CreateCachePolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
})(CreateCachePolicyResult || (CreateCachePolicyResult = {}));
|
|
175
|
+
export var InconsistentQuantities;
|
|
176
|
+
(function (InconsistentQuantities) {
|
|
177
|
+
InconsistentQuantities.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
})(InconsistentQuantities || (InconsistentQuantities = {}));
|
|
179
|
+
export var TooManyCachePolicies;
|
|
180
|
+
(function (TooManyCachePolicies) {
|
|
181
|
+
TooManyCachePolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
})(TooManyCachePolicies || (TooManyCachePolicies = {}));
|
|
183
|
+
export var TooManyCookiesInCachePolicy;
|
|
184
|
+
(function (TooManyCookiesInCachePolicy) {
|
|
185
|
+
TooManyCookiesInCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
})(TooManyCookiesInCachePolicy || (TooManyCookiesInCachePolicy = {}));
|
|
187
|
+
export var TooManyHeadersInCachePolicy;
|
|
188
|
+
(function (TooManyHeadersInCachePolicy) {
|
|
189
|
+
TooManyHeadersInCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
})(TooManyHeadersInCachePolicy || (TooManyHeadersInCachePolicy = {}));
|
|
191
|
+
export var TooManyQueryStringsInCachePolicy;
|
|
192
|
+
(function (TooManyQueryStringsInCachePolicy) {
|
|
193
|
+
TooManyQueryStringsInCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
})(TooManyQueryStringsInCachePolicy || (TooManyQueryStringsInCachePolicy = {}));
|
|
195
|
+
export var CloudFrontOriginAccessIdentityAlreadyExists;
|
|
196
|
+
(function (CloudFrontOriginAccessIdentityAlreadyExists) {
|
|
197
|
+
CloudFrontOriginAccessIdentityAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
})(CloudFrontOriginAccessIdentityAlreadyExists || (CloudFrontOriginAccessIdentityAlreadyExists = {}));
|
|
199
|
+
export var CloudFrontOriginAccessIdentityConfig;
|
|
200
|
+
(function (CloudFrontOriginAccessIdentityConfig) {
|
|
201
|
+
CloudFrontOriginAccessIdentityConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
})(CloudFrontOriginAccessIdentityConfig || (CloudFrontOriginAccessIdentityConfig = {}));
|
|
203
|
+
export var CreateCloudFrontOriginAccessIdentityRequest;
|
|
204
|
+
(function (CreateCloudFrontOriginAccessIdentityRequest) {
|
|
205
|
+
CreateCloudFrontOriginAccessIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
})(CreateCloudFrontOriginAccessIdentityRequest || (CreateCloudFrontOriginAccessIdentityRequest = {}));
|
|
207
|
+
export var CloudFrontOriginAccessIdentity;
|
|
208
|
+
(function (CloudFrontOriginAccessIdentity) {
|
|
209
|
+
CloudFrontOriginAccessIdentity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
})(CloudFrontOriginAccessIdentity || (CloudFrontOriginAccessIdentity = {}));
|
|
211
|
+
export var CreateCloudFrontOriginAccessIdentityResult;
|
|
212
|
+
(function (CreateCloudFrontOriginAccessIdentityResult) {
|
|
213
|
+
CreateCloudFrontOriginAccessIdentityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
})(CreateCloudFrontOriginAccessIdentityResult || (CreateCloudFrontOriginAccessIdentityResult = {}));
|
|
215
|
+
export var MissingBody;
|
|
216
|
+
(function (MissingBody) {
|
|
217
|
+
MissingBody.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
})(MissingBody || (MissingBody = {}));
|
|
219
|
+
export var TooManyCloudFrontOriginAccessIdentities;
|
|
220
|
+
(function (TooManyCloudFrontOriginAccessIdentities) {
|
|
221
|
+
TooManyCloudFrontOriginAccessIdentities.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
})(TooManyCloudFrontOriginAccessIdentities || (TooManyCloudFrontOriginAccessIdentities = {}));
|
|
223
|
+
export var CNAMEAlreadyExists;
|
|
224
|
+
(function (CNAMEAlreadyExists) {
|
|
225
|
+
CNAMEAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
})(CNAMEAlreadyExists || (CNAMEAlreadyExists = {}));
|
|
227
|
+
export var CustomErrorResponse;
|
|
228
|
+
(function (CustomErrorResponse) {
|
|
229
|
+
CustomErrorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
})(CustomErrorResponse || (CustomErrorResponse = {}));
|
|
231
|
+
export var CustomErrorResponses;
|
|
232
|
+
(function (CustomErrorResponses) {
|
|
233
|
+
CustomErrorResponses.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
})(CustomErrorResponses || (CustomErrorResponses = {}));
|
|
235
|
+
export var DefaultCacheBehavior;
|
|
236
|
+
(function (DefaultCacheBehavior) {
|
|
237
|
+
DefaultCacheBehavior.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
})(DefaultCacheBehavior || (DefaultCacheBehavior = {}));
|
|
239
|
+
export var LoggingConfig;
|
|
240
|
+
(function (LoggingConfig) {
|
|
241
|
+
LoggingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
})(LoggingConfig || (LoggingConfig = {}));
|
|
243
|
+
export var StatusCodes;
|
|
244
|
+
(function (StatusCodes) {
|
|
245
|
+
StatusCodes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
})(StatusCodes || (StatusCodes = {}));
|
|
247
|
+
export var OriginGroupFailoverCriteria;
|
|
248
|
+
(function (OriginGroupFailoverCriteria) {
|
|
249
|
+
OriginGroupFailoverCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
})(OriginGroupFailoverCriteria || (OriginGroupFailoverCriteria = {}));
|
|
251
|
+
export var OriginGroupMember;
|
|
252
|
+
(function (OriginGroupMember) {
|
|
253
|
+
OriginGroupMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
})(OriginGroupMember || (OriginGroupMember = {}));
|
|
255
|
+
export var OriginGroupMembers;
|
|
256
|
+
(function (OriginGroupMembers) {
|
|
257
|
+
OriginGroupMembers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
})(OriginGroupMembers || (OriginGroupMembers = {}));
|
|
259
|
+
export var OriginGroup;
|
|
260
|
+
(function (OriginGroup) {
|
|
261
|
+
OriginGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
})(OriginGroup || (OriginGroup = {}));
|
|
263
|
+
export var OriginGroups;
|
|
264
|
+
(function (OriginGroups) {
|
|
265
|
+
OriginGroups.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
})(OriginGroups || (OriginGroups = {}));
|
|
267
|
+
export var OriginCustomHeader;
|
|
268
|
+
(function (OriginCustomHeader) {
|
|
269
|
+
OriginCustomHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
})(OriginCustomHeader || (OriginCustomHeader = {}));
|
|
271
|
+
export var CustomHeaders;
|
|
272
|
+
(function (CustomHeaders) {
|
|
273
|
+
CustomHeaders.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
})(CustomHeaders || (CustomHeaders = {}));
|
|
275
|
+
export var OriginSslProtocols;
|
|
276
|
+
(function (OriginSslProtocols) {
|
|
277
|
+
OriginSslProtocols.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
})(OriginSslProtocols || (OriginSslProtocols = {}));
|
|
279
|
+
export var CustomOriginConfig;
|
|
280
|
+
(function (CustomOriginConfig) {
|
|
281
|
+
CustomOriginConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
})(CustomOriginConfig || (CustomOriginConfig = {}));
|
|
283
|
+
export var OriginShield;
|
|
284
|
+
(function (OriginShield) {
|
|
285
|
+
OriginShield.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
})(OriginShield || (OriginShield = {}));
|
|
287
|
+
export var S3OriginConfig;
|
|
288
|
+
(function (S3OriginConfig) {
|
|
289
|
+
S3OriginConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
})(S3OriginConfig || (S3OriginConfig = {}));
|
|
291
|
+
export var Origin;
|
|
292
|
+
(function (Origin) {
|
|
293
|
+
Origin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
})(Origin || (Origin = {}));
|
|
295
|
+
export var Origins;
|
|
296
|
+
(function (Origins) {
|
|
297
|
+
Origins.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
})(Origins || (Origins = {}));
|
|
299
|
+
export var GeoRestriction;
|
|
300
|
+
(function (GeoRestriction) {
|
|
301
|
+
GeoRestriction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
})(GeoRestriction || (GeoRestriction = {}));
|
|
303
|
+
export var Restrictions;
|
|
304
|
+
(function (Restrictions) {
|
|
305
|
+
Restrictions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
})(Restrictions || (Restrictions = {}));
|
|
307
|
+
export var ViewerCertificate;
|
|
308
|
+
(function (ViewerCertificate) {
|
|
309
|
+
ViewerCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
})(ViewerCertificate || (ViewerCertificate = {}));
|
|
311
|
+
export var DistributionConfig;
|
|
312
|
+
(function (DistributionConfig) {
|
|
313
|
+
DistributionConfig.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comment && { Comment: SENSITIVE_STRING }))); };
|
|
314
|
+
})(DistributionConfig || (DistributionConfig = {}));
|
|
315
|
+
export var CreateDistributionRequest;
|
|
316
|
+
(function (CreateDistributionRequest) {
|
|
317
|
+
CreateDistributionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
318
|
+
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
319
|
+
}))); };
|
|
320
|
+
})(CreateDistributionRequest || (CreateDistributionRequest = {}));
|
|
321
|
+
export var Distribution;
|
|
322
|
+
(function (Distribution) {
|
|
323
|
+
Distribution.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
324
|
+
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
325
|
+
}))); };
|
|
326
|
+
})(Distribution || (Distribution = {}));
|
|
327
|
+
export var CreateDistributionResult;
|
|
328
|
+
(function (CreateDistributionResult) {
|
|
329
|
+
CreateDistributionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: Distribution.filterSensitiveLog(obj.Distribution) }))); };
|
|
330
|
+
})(CreateDistributionResult || (CreateDistributionResult = {}));
|
|
331
|
+
export var DistributionAlreadyExists;
|
|
332
|
+
(function (DistributionAlreadyExists) {
|
|
333
|
+
DistributionAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
})(DistributionAlreadyExists || (DistributionAlreadyExists = {}));
|
|
335
|
+
export var IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior;
|
|
336
|
+
(function (IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior) {
|
|
337
|
+
IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
})(IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior || (IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior = {}));
|
|
339
|
+
export var InvalidDefaultRootObject;
|
|
340
|
+
(function (InvalidDefaultRootObject) {
|
|
341
|
+
InvalidDefaultRootObject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
})(InvalidDefaultRootObject || (InvalidDefaultRootObject = {}));
|
|
343
|
+
export var InvalidErrorCode;
|
|
344
|
+
(function (InvalidErrorCode) {
|
|
345
|
+
InvalidErrorCode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
})(InvalidErrorCode || (InvalidErrorCode = {}));
|
|
347
|
+
export var InvalidForwardCookies;
|
|
348
|
+
(function (InvalidForwardCookies) {
|
|
349
|
+
InvalidForwardCookies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
})(InvalidForwardCookies || (InvalidForwardCookies = {}));
|
|
351
|
+
export var InvalidFunctionAssociation;
|
|
352
|
+
(function (InvalidFunctionAssociation) {
|
|
353
|
+
InvalidFunctionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
})(InvalidFunctionAssociation || (InvalidFunctionAssociation = {}));
|
|
355
|
+
export var InvalidGeoRestrictionParameter;
|
|
356
|
+
(function (InvalidGeoRestrictionParameter) {
|
|
357
|
+
InvalidGeoRestrictionParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
})(InvalidGeoRestrictionParameter || (InvalidGeoRestrictionParameter = {}));
|
|
359
|
+
export var InvalidHeadersForS3Origin;
|
|
360
|
+
(function (InvalidHeadersForS3Origin) {
|
|
361
|
+
InvalidHeadersForS3Origin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
})(InvalidHeadersForS3Origin || (InvalidHeadersForS3Origin = {}));
|
|
363
|
+
export var InvalidLambdaFunctionAssociation;
|
|
364
|
+
(function (InvalidLambdaFunctionAssociation) {
|
|
365
|
+
InvalidLambdaFunctionAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
})(InvalidLambdaFunctionAssociation || (InvalidLambdaFunctionAssociation = {}));
|
|
367
|
+
export var InvalidLocationCode;
|
|
368
|
+
(function (InvalidLocationCode) {
|
|
369
|
+
InvalidLocationCode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
})(InvalidLocationCode || (InvalidLocationCode = {}));
|
|
371
|
+
export var InvalidMinimumProtocolVersion;
|
|
372
|
+
(function (InvalidMinimumProtocolVersion) {
|
|
373
|
+
InvalidMinimumProtocolVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
})(InvalidMinimumProtocolVersion || (InvalidMinimumProtocolVersion = {}));
|
|
375
|
+
export var InvalidOrigin;
|
|
376
|
+
(function (InvalidOrigin) {
|
|
377
|
+
InvalidOrigin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
})(InvalidOrigin || (InvalidOrigin = {}));
|
|
379
|
+
export var InvalidOriginAccessIdentity;
|
|
380
|
+
(function (InvalidOriginAccessIdentity) {
|
|
381
|
+
InvalidOriginAccessIdentity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
})(InvalidOriginAccessIdentity || (InvalidOriginAccessIdentity = {}));
|
|
383
|
+
export var InvalidOriginKeepaliveTimeout;
|
|
384
|
+
(function (InvalidOriginKeepaliveTimeout) {
|
|
385
|
+
InvalidOriginKeepaliveTimeout.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
})(InvalidOriginKeepaliveTimeout || (InvalidOriginKeepaliveTimeout = {}));
|
|
387
|
+
export var InvalidOriginReadTimeout;
|
|
388
|
+
(function (InvalidOriginReadTimeout) {
|
|
389
|
+
InvalidOriginReadTimeout.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
})(InvalidOriginReadTimeout || (InvalidOriginReadTimeout = {}));
|
|
391
|
+
export var InvalidProtocolSettings;
|
|
392
|
+
(function (InvalidProtocolSettings) {
|
|
393
|
+
InvalidProtocolSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
})(InvalidProtocolSettings || (InvalidProtocolSettings = {}));
|
|
395
|
+
export var InvalidQueryStringParameters;
|
|
396
|
+
(function (InvalidQueryStringParameters) {
|
|
397
|
+
InvalidQueryStringParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
})(InvalidQueryStringParameters || (InvalidQueryStringParameters = {}));
|
|
399
|
+
export var InvalidRelativePath;
|
|
400
|
+
(function (InvalidRelativePath) {
|
|
401
|
+
InvalidRelativePath.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
})(InvalidRelativePath || (InvalidRelativePath = {}));
|
|
403
|
+
export var InvalidRequiredProtocol;
|
|
404
|
+
(function (InvalidRequiredProtocol) {
|
|
405
|
+
InvalidRequiredProtocol.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
})(InvalidRequiredProtocol || (InvalidRequiredProtocol = {}));
|
|
407
|
+
export var InvalidResponseCode;
|
|
408
|
+
(function (InvalidResponseCode) {
|
|
409
|
+
InvalidResponseCode.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
})(InvalidResponseCode || (InvalidResponseCode = {}));
|
|
411
|
+
export var InvalidTTLOrder;
|
|
412
|
+
(function (InvalidTTLOrder) {
|
|
413
|
+
InvalidTTLOrder.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
})(InvalidTTLOrder || (InvalidTTLOrder = {}));
|
|
415
|
+
export var InvalidViewerCertificate;
|
|
416
|
+
(function (InvalidViewerCertificate) {
|
|
417
|
+
InvalidViewerCertificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
})(InvalidViewerCertificate || (InvalidViewerCertificate = {}));
|
|
419
|
+
export var InvalidWebACLId;
|
|
420
|
+
(function (InvalidWebACLId) {
|
|
421
|
+
InvalidWebACLId.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
})(InvalidWebACLId || (InvalidWebACLId = {}));
|
|
423
|
+
export var NoSuchCachePolicy;
|
|
424
|
+
(function (NoSuchCachePolicy) {
|
|
425
|
+
NoSuchCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
})(NoSuchCachePolicy || (NoSuchCachePolicy = {}));
|
|
427
|
+
export var NoSuchFieldLevelEncryptionConfig;
|
|
428
|
+
(function (NoSuchFieldLevelEncryptionConfig) {
|
|
429
|
+
NoSuchFieldLevelEncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
})(NoSuchFieldLevelEncryptionConfig || (NoSuchFieldLevelEncryptionConfig = {}));
|
|
431
|
+
export var NoSuchOrigin;
|
|
432
|
+
(function (NoSuchOrigin) {
|
|
433
|
+
NoSuchOrigin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
})(NoSuchOrigin || (NoSuchOrigin = {}));
|
|
435
|
+
export var NoSuchOriginRequestPolicy;
|
|
436
|
+
(function (NoSuchOriginRequestPolicy) {
|
|
437
|
+
NoSuchOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
})(NoSuchOriginRequestPolicy || (NoSuchOriginRequestPolicy = {}));
|
|
439
|
+
export var NoSuchRealtimeLogConfig;
|
|
440
|
+
(function (NoSuchRealtimeLogConfig) {
|
|
441
|
+
NoSuchRealtimeLogConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
})(NoSuchRealtimeLogConfig || (NoSuchRealtimeLogConfig = {}));
|
|
443
|
+
export var RealtimeLogConfigOwnerMismatch;
|
|
444
|
+
(function (RealtimeLogConfigOwnerMismatch) {
|
|
445
|
+
RealtimeLogConfigOwnerMismatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
})(RealtimeLogConfigOwnerMismatch || (RealtimeLogConfigOwnerMismatch = {}));
|
|
447
|
+
export var TooManyCacheBehaviors;
|
|
448
|
+
(function (TooManyCacheBehaviors) {
|
|
449
|
+
TooManyCacheBehaviors.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
})(TooManyCacheBehaviors || (TooManyCacheBehaviors = {}));
|
|
451
|
+
export var TooManyCertificates;
|
|
452
|
+
(function (TooManyCertificates) {
|
|
453
|
+
TooManyCertificates.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
})(TooManyCertificates || (TooManyCertificates = {}));
|
|
455
|
+
export var TooManyCookieNamesInWhiteList;
|
|
456
|
+
(function (TooManyCookieNamesInWhiteList) {
|
|
457
|
+
TooManyCookieNamesInWhiteList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
})(TooManyCookieNamesInWhiteList || (TooManyCookieNamesInWhiteList = {}));
|
|
459
|
+
export var TooManyDistributions;
|
|
460
|
+
(function (TooManyDistributions) {
|
|
461
|
+
TooManyDistributions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
})(TooManyDistributions || (TooManyDistributions = {}));
|
|
463
|
+
export var TooManyDistributionsAssociatedToCachePolicy;
|
|
464
|
+
(function (TooManyDistributionsAssociatedToCachePolicy) {
|
|
465
|
+
TooManyDistributionsAssociatedToCachePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
})(TooManyDistributionsAssociatedToCachePolicy || (TooManyDistributionsAssociatedToCachePolicy = {}));
|
|
467
|
+
export var TooManyDistributionsAssociatedToFieldLevelEncryptionConfig;
|
|
468
|
+
(function (TooManyDistributionsAssociatedToFieldLevelEncryptionConfig) {
|
|
469
|
+
TooManyDistributionsAssociatedToFieldLevelEncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
})(TooManyDistributionsAssociatedToFieldLevelEncryptionConfig || (TooManyDistributionsAssociatedToFieldLevelEncryptionConfig = {}));
|
|
471
|
+
export var TooManyDistributionsAssociatedToKeyGroup;
|
|
472
|
+
(function (TooManyDistributionsAssociatedToKeyGroup) {
|
|
473
|
+
TooManyDistributionsAssociatedToKeyGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
})(TooManyDistributionsAssociatedToKeyGroup || (TooManyDistributionsAssociatedToKeyGroup = {}));
|
|
475
|
+
export var TooManyDistributionsAssociatedToOriginRequestPolicy;
|
|
476
|
+
(function (TooManyDistributionsAssociatedToOriginRequestPolicy) {
|
|
477
|
+
TooManyDistributionsAssociatedToOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
})(TooManyDistributionsAssociatedToOriginRequestPolicy || (TooManyDistributionsAssociatedToOriginRequestPolicy = {}));
|
|
479
|
+
export var TooManyDistributionsWithFunctionAssociations;
|
|
480
|
+
(function (TooManyDistributionsWithFunctionAssociations) {
|
|
481
|
+
TooManyDistributionsWithFunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
})(TooManyDistributionsWithFunctionAssociations || (TooManyDistributionsWithFunctionAssociations = {}));
|
|
483
|
+
export var TooManyDistributionsWithLambdaAssociations;
|
|
484
|
+
(function (TooManyDistributionsWithLambdaAssociations) {
|
|
485
|
+
TooManyDistributionsWithLambdaAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
})(TooManyDistributionsWithLambdaAssociations || (TooManyDistributionsWithLambdaAssociations = {}));
|
|
487
|
+
export var TooManyDistributionsWithSingleFunctionARN;
|
|
488
|
+
(function (TooManyDistributionsWithSingleFunctionARN) {
|
|
489
|
+
TooManyDistributionsWithSingleFunctionARN.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
})(TooManyDistributionsWithSingleFunctionARN || (TooManyDistributionsWithSingleFunctionARN = {}));
|
|
491
|
+
export var TooManyFunctionAssociations;
|
|
492
|
+
(function (TooManyFunctionAssociations) {
|
|
493
|
+
TooManyFunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
})(TooManyFunctionAssociations || (TooManyFunctionAssociations = {}));
|
|
495
|
+
export var TooManyHeadersInForwardedValues;
|
|
496
|
+
(function (TooManyHeadersInForwardedValues) {
|
|
497
|
+
TooManyHeadersInForwardedValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
})(TooManyHeadersInForwardedValues || (TooManyHeadersInForwardedValues = {}));
|
|
499
|
+
export var TooManyKeyGroupsAssociatedToDistribution;
|
|
500
|
+
(function (TooManyKeyGroupsAssociatedToDistribution) {
|
|
501
|
+
TooManyKeyGroupsAssociatedToDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
})(TooManyKeyGroupsAssociatedToDistribution || (TooManyKeyGroupsAssociatedToDistribution = {}));
|
|
503
|
+
export var TooManyLambdaFunctionAssociations;
|
|
504
|
+
(function (TooManyLambdaFunctionAssociations) {
|
|
505
|
+
TooManyLambdaFunctionAssociations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
})(TooManyLambdaFunctionAssociations || (TooManyLambdaFunctionAssociations = {}));
|
|
507
|
+
export var TooManyOriginCustomHeaders;
|
|
508
|
+
(function (TooManyOriginCustomHeaders) {
|
|
509
|
+
TooManyOriginCustomHeaders.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
})(TooManyOriginCustomHeaders || (TooManyOriginCustomHeaders = {}));
|
|
511
|
+
export var TooManyOriginGroupsPerDistribution;
|
|
512
|
+
(function (TooManyOriginGroupsPerDistribution) {
|
|
513
|
+
TooManyOriginGroupsPerDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
})(TooManyOriginGroupsPerDistribution || (TooManyOriginGroupsPerDistribution = {}));
|
|
515
|
+
export var TooManyOrigins;
|
|
516
|
+
(function (TooManyOrigins) {
|
|
517
|
+
TooManyOrigins.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
})(TooManyOrigins || (TooManyOrigins = {}));
|
|
519
|
+
export var TooManyQueryStringParameters;
|
|
520
|
+
(function (TooManyQueryStringParameters) {
|
|
521
|
+
TooManyQueryStringParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
})(TooManyQueryStringParameters || (TooManyQueryStringParameters = {}));
|
|
523
|
+
export var TooManyTrustedSigners;
|
|
524
|
+
(function (TooManyTrustedSigners) {
|
|
525
|
+
TooManyTrustedSigners.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
})(TooManyTrustedSigners || (TooManyTrustedSigners = {}));
|
|
527
|
+
export var TrustedKeyGroupDoesNotExist;
|
|
528
|
+
(function (TrustedKeyGroupDoesNotExist) {
|
|
529
|
+
TrustedKeyGroupDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
})(TrustedKeyGroupDoesNotExist || (TrustedKeyGroupDoesNotExist = {}));
|
|
531
|
+
export var TrustedSignerDoesNotExist;
|
|
532
|
+
(function (TrustedSignerDoesNotExist) {
|
|
533
|
+
TrustedSignerDoesNotExist.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
})(TrustedSignerDoesNotExist || (TrustedSignerDoesNotExist = {}));
|
|
535
|
+
export var Tag;
|
|
536
|
+
(function (Tag) {
|
|
537
|
+
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
})(Tag || (Tag = {}));
|
|
539
|
+
export var Tags;
|
|
540
|
+
(function (Tags) {
|
|
541
|
+
Tags.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
})(Tags || (Tags = {}));
|
|
543
|
+
export var DistributionConfigWithTags;
|
|
544
|
+
(function (DistributionConfigWithTags) {
|
|
545
|
+
DistributionConfigWithTags.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
546
|
+
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
547
|
+
}))); };
|
|
548
|
+
})(DistributionConfigWithTags || (DistributionConfigWithTags = {}));
|
|
549
|
+
export var CreateDistributionWithTagsRequest;
|
|
550
|
+
(function (CreateDistributionWithTagsRequest) {
|
|
551
|
+
CreateDistributionWithTagsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfigWithTags && {
|
|
552
|
+
DistributionConfigWithTags: DistributionConfigWithTags.filterSensitiveLog(obj.DistributionConfigWithTags),
|
|
553
|
+
}))); };
|
|
554
|
+
})(CreateDistributionWithTagsRequest || (CreateDistributionWithTagsRequest = {}));
|
|
555
|
+
export var CreateDistributionWithTagsResult;
|
|
556
|
+
(function (CreateDistributionWithTagsResult) {
|
|
557
|
+
CreateDistributionWithTagsResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: Distribution.filterSensitiveLog(obj.Distribution) }))); };
|
|
558
|
+
})(CreateDistributionWithTagsResult || (CreateDistributionWithTagsResult = {}));
|
|
559
|
+
export var InvalidTagging;
|
|
560
|
+
(function (InvalidTagging) {
|
|
561
|
+
InvalidTagging.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
})(InvalidTagging || (InvalidTagging = {}));
|
|
563
|
+
export var ContentTypeProfile;
|
|
564
|
+
(function (ContentTypeProfile) {
|
|
565
|
+
ContentTypeProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
})(ContentTypeProfile || (ContentTypeProfile = {}));
|
|
567
|
+
export var ContentTypeProfiles;
|
|
568
|
+
(function (ContentTypeProfiles) {
|
|
569
|
+
ContentTypeProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
})(ContentTypeProfiles || (ContentTypeProfiles = {}));
|
|
571
|
+
export var ContentTypeProfileConfig;
|
|
572
|
+
(function (ContentTypeProfileConfig) {
|
|
573
|
+
ContentTypeProfileConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
})(ContentTypeProfileConfig || (ContentTypeProfileConfig = {}));
|
|
575
|
+
export var QueryArgProfile;
|
|
576
|
+
(function (QueryArgProfile) {
|
|
577
|
+
QueryArgProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
})(QueryArgProfile || (QueryArgProfile = {}));
|
|
579
|
+
export var QueryArgProfiles;
|
|
580
|
+
(function (QueryArgProfiles) {
|
|
581
|
+
QueryArgProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
})(QueryArgProfiles || (QueryArgProfiles = {}));
|
|
583
|
+
export var QueryArgProfileConfig;
|
|
584
|
+
(function (QueryArgProfileConfig) {
|
|
585
|
+
QueryArgProfileConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
})(QueryArgProfileConfig || (QueryArgProfileConfig = {}));
|
|
587
|
+
export var FieldLevelEncryptionConfig;
|
|
588
|
+
(function (FieldLevelEncryptionConfig) {
|
|
589
|
+
FieldLevelEncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
})(FieldLevelEncryptionConfig || (FieldLevelEncryptionConfig = {}));
|
|
591
|
+
export var CreateFieldLevelEncryptionConfigRequest;
|
|
592
|
+
(function (CreateFieldLevelEncryptionConfigRequest) {
|
|
593
|
+
CreateFieldLevelEncryptionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
})(CreateFieldLevelEncryptionConfigRequest || (CreateFieldLevelEncryptionConfigRequest = {}));
|
|
595
|
+
export var FieldLevelEncryption;
|
|
596
|
+
(function (FieldLevelEncryption) {
|
|
597
|
+
FieldLevelEncryption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
})(FieldLevelEncryption || (FieldLevelEncryption = {}));
|
|
599
|
+
export var CreateFieldLevelEncryptionConfigResult;
|
|
600
|
+
(function (CreateFieldLevelEncryptionConfigResult) {
|
|
601
|
+
CreateFieldLevelEncryptionConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
})(CreateFieldLevelEncryptionConfigResult || (CreateFieldLevelEncryptionConfigResult = {}));
|
|
603
|
+
export var FieldLevelEncryptionConfigAlreadyExists;
|
|
604
|
+
(function (FieldLevelEncryptionConfigAlreadyExists) {
|
|
605
|
+
FieldLevelEncryptionConfigAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
})(FieldLevelEncryptionConfigAlreadyExists || (FieldLevelEncryptionConfigAlreadyExists = {}));
|
|
607
|
+
export var NoSuchFieldLevelEncryptionProfile;
|
|
608
|
+
(function (NoSuchFieldLevelEncryptionProfile) {
|
|
609
|
+
NoSuchFieldLevelEncryptionProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
})(NoSuchFieldLevelEncryptionProfile || (NoSuchFieldLevelEncryptionProfile = {}));
|
|
611
|
+
export var QueryArgProfileEmpty;
|
|
612
|
+
(function (QueryArgProfileEmpty) {
|
|
613
|
+
QueryArgProfileEmpty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
})(QueryArgProfileEmpty || (QueryArgProfileEmpty = {}));
|
|
615
|
+
export var TooManyFieldLevelEncryptionConfigs;
|
|
616
|
+
(function (TooManyFieldLevelEncryptionConfigs) {
|
|
617
|
+
TooManyFieldLevelEncryptionConfigs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
})(TooManyFieldLevelEncryptionConfigs || (TooManyFieldLevelEncryptionConfigs = {}));
|
|
619
|
+
export var TooManyFieldLevelEncryptionContentTypeProfiles;
|
|
620
|
+
(function (TooManyFieldLevelEncryptionContentTypeProfiles) {
|
|
621
|
+
TooManyFieldLevelEncryptionContentTypeProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
})(TooManyFieldLevelEncryptionContentTypeProfiles || (TooManyFieldLevelEncryptionContentTypeProfiles = {}));
|
|
623
|
+
export var TooManyFieldLevelEncryptionQueryArgProfiles;
|
|
624
|
+
(function (TooManyFieldLevelEncryptionQueryArgProfiles) {
|
|
625
|
+
TooManyFieldLevelEncryptionQueryArgProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
})(TooManyFieldLevelEncryptionQueryArgProfiles || (TooManyFieldLevelEncryptionQueryArgProfiles = {}));
|
|
627
|
+
export var FieldPatterns;
|
|
628
|
+
(function (FieldPatterns) {
|
|
629
|
+
FieldPatterns.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
})(FieldPatterns || (FieldPatterns = {}));
|
|
631
|
+
export var EncryptionEntity;
|
|
632
|
+
(function (EncryptionEntity) {
|
|
633
|
+
EncryptionEntity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
})(EncryptionEntity || (EncryptionEntity = {}));
|
|
635
|
+
export var EncryptionEntities;
|
|
636
|
+
(function (EncryptionEntities) {
|
|
637
|
+
EncryptionEntities.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
})(EncryptionEntities || (EncryptionEntities = {}));
|
|
639
|
+
export var FieldLevelEncryptionProfileConfig;
|
|
640
|
+
(function (FieldLevelEncryptionProfileConfig) {
|
|
641
|
+
FieldLevelEncryptionProfileConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
})(FieldLevelEncryptionProfileConfig || (FieldLevelEncryptionProfileConfig = {}));
|
|
643
|
+
export var CreateFieldLevelEncryptionProfileRequest;
|
|
644
|
+
(function (CreateFieldLevelEncryptionProfileRequest) {
|
|
645
|
+
CreateFieldLevelEncryptionProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
})(CreateFieldLevelEncryptionProfileRequest || (CreateFieldLevelEncryptionProfileRequest = {}));
|
|
647
|
+
export var FieldLevelEncryptionProfile;
|
|
648
|
+
(function (FieldLevelEncryptionProfile) {
|
|
649
|
+
FieldLevelEncryptionProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
})(FieldLevelEncryptionProfile || (FieldLevelEncryptionProfile = {}));
|
|
651
|
+
export var CreateFieldLevelEncryptionProfileResult;
|
|
652
|
+
(function (CreateFieldLevelEncryptionProfileResult) {
|
|
653
|
+
CreateFieldLevelEncryptionProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
})(CreateFieldLevelEncryptionProfileResult || (CreateFieldLevelEncryptionProfileResult = {}));
|
|
655
|
+
export var FieldLevelEncryptionProfileAlreadyExists;
|
|
656
|
+
(function (FieldLevelEncryptionProfileAlreadyExists) {
|
|
657
|
+
FieldLevelEncryptionProfileAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
})(FieldLevelEncryptionProfileAlreadyExists || (FieldLevelEncryptionProfileAlreadyExists = {}));
|
|
659
|
+
export var FieldLevelEncryptionProfileSizeExceeded;
|
|
660
|
+
(function (FieldLevelEncryptionProfileSizeExceeded) {
|
|
661
|
+
FieldLevelEncryptionProfileSizeExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
})(FieldLevelEncryptionProfileSizeExceeded || (FieldLevelEncryptionProfileSizeExceeded = {}));
|
|
663
|
+
export var NoSuchPublicKey;
|
|
664
|
+
(function (NoSuchPublicKey) {
|
|
665
|
+
NoSuchPublicKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
})(NoSuchPublicKey || (NoSuchPublicKey = {}));
|
|
667
|
+
export var TooManyFieldLevelEncryptionEncryptionEntities;
|
|
668
|
+
(function (TooManyFieldLevelEncryptionEncryptionEntities) {
|
|
669
|
+
TooManyFieldLevelEncryptionEncryptionEntities.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
})(TooManyFieldLevelEncryptionEncryptionEntities || (TooManyFieldLevelEncryptionEncryptionEntities = {}));
|
|
671
|
+
export var TooManyFieldLevelEncryptionFieldPatterns;
|
|
672
|
+
(function (TooManyFieldLevelEncryptionFieldPatterns) {
|
|
673
|
+
TooManyFieldLevelEncryptionFieldPatterns.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
})(TooManyFieldLevelEncryptionFieldPatterns || (TooManyFieldLevelEncryptionFieldPatterns = {}));
|
|
675
|
+
export var TooManyFieldLevelEncryptionProfiles;
|
|
676
|
+
(function (TooManyFieldLevelEncryptionProfiles) {
|
|
677
|
+
TooManyFieldLevelEncryptionProfiles.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
})(TooManyFieldLevelEncryptionProfiles || (TooManyFieldLevelEncryptionProfiles = {}));
|
|
679
|
+
export var FunctionRuntime;
|
|
680
|
+
(function (FunctionRuntime) {
|
|
681
|
+
FunctionRuntime["cloudfront_js_1_0"] = "cloudfront-js-1.0";
|
|
682
|
+
})(FunctionRuntime || (FunctionRuntime = {}));
|
|
683
|
+
export var FunctionConfig;
|
|
684
|
+
(function (FunctionConfig) {
|
|
685
|
+
FunctionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
})(FunctionConfig || (FunctionConfig = {}));
|
|
687
|
+
export var CreateFunctionRequest;
|
|
688
|
+
(function (CreateFunctionRequest) {
|
|
689
|
+
CreateFunctionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FunctionCode && { FunctionCode: SENSITIVE_STRING }))); };
|
|
690
|
+
})(CreateFunctionRequest || (CreateFunctionRequest = {}));
|
|
691
|
+
export var FunctionStage;
|
|
692
|
+
(function (FunctionStage) {
|
|
693
|
+
FunctionStage["DEVELOPMENT"] = "DEVELOPMENT";
|
|
694
|
+
FunctionStage["LIVE"] = "LIVE";
|
|
695
|
+
})(FunctionStage || (FunctionStage = {}));
|
|
696
|
+
export var FunctionMetadata;
|
|
697
|
+
(function (FunctionMetadata) {
|
|
698
|
+
FunctionMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
})(FunctionMetadata || (FunctionMetadata = {}));
|
|
700
|
+
export var FunctionSummary;
|
|
701
|
+
(function (FunctionSummary) {
|
|
702
|
+
FunctionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
})(FunctionSummary || (FunctionSummary = {}));
|
|
704
|
+
export var CreateFunctionResult;
|
|
705
|
+
(function (CreateFunctionResult) {
|
|
706
|
+
CreateFunctionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
})(CreateFunctionResult || (CreateFunctionResult = {}));
|
|
708
|
+
export var FunctionAlreadyExists;
|
|
709
|
+
(function (FunctionAlreadyExists) {
|
|
710
|
+
FunctionAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
})(FunctionAlreadyExists || (FunctionAlreadyExists = {}));
|
|
712
|
+
export var FunctionSizeLimitExceeded;
|
|
713
|
+
(function (FunctionSizeLimitExceeded) {
|
|
714
|
+
FunctionSizeLimitExceeded.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
})(FunctionSizeLimitExceeded || (FunctionSizeLimitExceeded = {}));
|
|
716
|
+
export var TooManyFunctions;
|
|
717
|
+
(function (TooManyFunctions) {
|
|
718
|
+
TooManyFunctions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
})(TooManyFunctions || (TooManyFunctions = {}));
|
|
720
|
+
export var UnsupportedOperation;
|
|
721
|
+
(function (UnsupportedOperation) {
|
|
722
|
+
UnsupportedOperation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
})(UnsupportedOperation || (UnsupportedOperation = {}));
|
|
724
|
+
export var Paths;
|
|
725
|
+
(function (Paths) {
|
|
726
|
+
Paths.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
})(Paths || (Paths = {}));
|
|
728
|
+
export var InvalidationBatch;
|
|
729
|
+
(function (InvalidationBatch) {
|
|
730
|
+
InvalidationBatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
})(InvalidationBatch || (InvalidationBatch = {}));
|
|
732
|
+
export var CreateInvalidationRequest;
|
|
733
|
+
(function (CreateInvalidationRequest) {
|
|
734
|
+
CreateInvalidationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
})(CreateInvalidationRequest || (CreateInvalidationRequest = {}));
|
|
736
|
+
export var Invalidation;
|
|
737
|
+
(function (Invalidation) {
|
|
738
|
+
Invalidation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
})(Invalidation || (Invalidation = {}));
|
|
740
|
+
export var CreateInvalidationResult;
|
|
741
|
+
(function (CreateInvalidationResult) {
|
|
742
|
+
CreateInvalidationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
})(CreateInvalidationResult || (CreateInvalidationResult = {}));
|
|
744
|
+
export var TooManyInvalidationsInProgress;
|
|
745
|
+
(function (TooManyInvalidationsInProgress) {
|
|
746
|
+
TooManyInvalidationsInProgress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
})(TooManyInvalidationsInProgress || (TooManyInvalidationsInProgress = {}));
|
|
748
|
+
export var KeyGroupConfig;
|
|
749
|
+
(function (KeyGroupConfig) {
|
|
750
|
+
KeyGroupConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
})(KeyGroupConfig || (KeyGroupConfig = {}));
|
|
752
|
+
export var CreateKeyGroupRequest;
|
|
753
|
+
(function (CreateKeyGroupRequest) {
|
|
754
|
+
CreateKeyGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
})(CreateKeyGroupRequest || (CreateKeyGroupRequest = {}));
|
|
756
|
+
export var KeyGroup;
|
|
757
|
+
(function (KeyGroup) {
|
|
758
|
+
KeyGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
})(KeyGroup || (KeyGroup = {}));
|
|
760
|
+
export var CreateKeyGroupResult;
|
|
761
|
+
(function (CreateKeyGroupResult) {
|
|
762
|
+
CreateKeyGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
})(CreateKeyGroupResult || (CreateKeyGroupResult = {}));
|
|
764
|
+
export var KeyGroupAlreadyExists;
|
|
765
|
+
(function (KeyGroupAlreadyExists) {
|
|
766
|
+
KeyGroupAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
})(KeyGroupAlreadyExists || (KeyGroupAlreadyExists = {}));
|
|
768
|
+
export var TooManyKeyGroups;
|
|
769
|
+
(function (TooManyKeyGroups) {
|
|
770
|
+
TooManyKeyGroups.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
})(TooManyKeyGroups || (TooManyKeyGroups = {}));
|
|
772
|
+
export var TooManyPublicKeysInKeyGroup;
|
|
773
|
+
(function (TooManyPublicKeysInKeyGroup) {
|
|
774
|
+
TooManyPublicKeysInKeyGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
})(TooManyPublicKeysInKeyGroup || (TooManyPublicKeysInKeyGroup = {}));
|
|
776
|
+
export var RealtimeMetricsSubscriptionStatus;
|
|
777
|
+
(function (RealtimeMetricsSubscriptionStatus) {
|
|
778
|
+
RealtimeMetricsSubscriptionStatus["Disabled"] = "Disabled";
|
|
779
|
+
RealtimeMetricsSubscriptionStatus["Enabled"] = "Enabled";
|
|
780
|
+
})(RealtimeMetricsSubscriptionStatus || (RealtimeMetricsSubscriptionStatus = {}));
|
|
781
|
+
export var RealtimeMetricsSubscriptionConfig;
|
|
782
|
+
(function (RealtimeMetricsSubscriptionConfig) {
|
|
783
|
+
RealtimeMetricsSubscriptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
})(RealtimeMetricsSubscriptionConfig || (RealtimeMetricsSubscriptionConfig = {}));
|
|
785
|
+
export var MonitoringSubscription;
|
|
786
|
+
(function (MonitoringSubscription) {
|
|
787
|
+
MonitoringSubscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
})(MonitoringSubscription || (MonitoringSubscription = {}));
|
|
789
|
+
export var CreateMonitoringSubscriptionRequest;
|
|
790
|
+
(function (CreateMonitoringSubscriptionRequest) {
|
|
791
|
+
CreateMonitoringSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
})(CreateMonitoringSubscriptionRequest || (CreateMonitoringSubscriptionRequest = {}));
|
|
793
|
+
export var CreateMonitoringSubscriptionResult;
|
|
794
|
+
(function (CreateMonitoringSubscriptionResult) {
|
|
795
|
+
CreateMonitoringSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
})(CreateMonitoringSubscriptionResult || (CreateMonitoringSubscriptionResult = {}));
|
|
797
|
+
export var OriginRequestPolicyCookiesConfig;
|
|
798
|
+
(function (OriginRequestPolicyCookiesConfig) {
|
|
799
|
+
OriginRequestPolicyCookiesConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
})(OriginRequestPolicyCookiesConfig || (OriginRequestPolicyCookiesConfig = {}));
|
|
801
|
+
export var OriginRequestPolicyHeadersConfig;
|
|
802
|
+
(function (OriginRequestPolicyHeadersConfig) {
|
|
803
|
+
OriginRequestPolicyHeadersConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
})(OriginRequestPolicyHeadersConfig || (OriginRequestPolicyHeadersConfig = {}));
|
|
805
|
+
export var OriginRequestPolicyQueryStringsConfig;
|
|
806
|
+
(function (OriginRequestPolicyQueryStringsConfig) {
|
|
807
|
+
OriginRequestPolicyQueryStringsConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
+
})(OriginRequestPolicyQueryStringsConfig || (OriginRequestPolicyQueryStringsConfig = {}));
|
|
809
|
+
export var OriginRequestPolicyConfig;
|
|
810
|
+
(function (OriginRequestPolicyConfig) {
|
|
811
|
+
OriginRequestPolicyConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
})(OriginRequestPolicyConfig || (OriginRequestPolicyConfig = {}));
|
|
813
|
+
export var CreateOriginRequestPolicyRequest;
|
|
814
|
+
(function (CreateOriginRequestPolicyRequest) {
|
|
815
|
+
CreateOriginRequestPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
})(CreateOriginRequestPolicyRequest || (CreateOriginRequestPolicyRequest = {}));
|
|
817
|
+
export var OriginRequestPolicy;
|
|
818
|
+
(function (OriginRequestPolicy) {
|
|
819
|
+
OriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
})(OriginRequestPolicy || (OriginRequestPolicy = {}));
|
|
821
|
+
export var CreateOriginRequestPolicyResult;
|
|
822
|
+
(function (CreateOriginRequestPolicyResult) {
|
|
823
|
+
CreateOriginRequestPolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
})(CreateOriginRequestPolicyResult || (CreateOriginRequestPolicyResult = {}));
|
|
825
|
+
export var OriginRequestPolicyAlreadyExists;
|
|
826
|
+
(function (OriginRequestPolicyAlreadyExists) {
|
|
827
|
+
OriginRequestPolicyAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
})(OriginRequestPolicyAlreadyExists || (OriginRequestPolicyAlreadyExists = {}));
|
|
829
|
+
export var TooManyCookiesInOriginRequestPolicy;
|
|
830
|
+
(function (TooManyCookiesInOriginRequestPolicy) {
|
|
831
|
+
TooManyCookiesInOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
})(TooManyCookiesInOriginRequestPolicy || (TooManyCookiesInOriginRequestPolicy = {}));
|
|
833
|
+
export var TooManyHeadersInOriginRequestPolicy;
|
|
834
|
+
(function (TooManyHeadersInOriginRequestPolicy) {
|
|
835
|
+
TooManyHeadersInOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
})(TooManyHeadersInOriginRequestPolicy || (TooManyHeadersInOriginRequestPolicy = {}));
|
|
837
|
+
export var TooManyOriginRequestPolicies;
|
|
838
|
+
(function (TooManyOriginRequestPolicies) {
|
|
839
|
+
TooManyOriginRequestPolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
})(TooManyOriginRequestPolicies || (TooManyOriginRequestPolicies = {}));
|
|
841
|
+
export var TooManyQueryStringsInOriginRequestPolicy;
|
|
842
|
+
(function (TooManyQueryStringsInOriginRequestPolicy) {
|
|
843
|
+
TooManyQueryStringsInOriginRequestPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
})(TooManyQueryStringsInOriginRequestPolicy || (TooManyQueryStringsInOriginRequestPolicy = {}));
|
|
845
|
+
export var PublicKeyConfig;
|
|
846
|
+
(function (PublicKeyConfig) {
|
|
847
|
+
PublicKeyConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
})(PublicKeyConfig || (PublicKeyConfig = {}));
|
|
849
|
+
export var CreatePublicKeyRequest;
|
|
850
|
+
(function (CreatePublicKeyRequest) {
|
|
851
|
+
CreatePublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
})(CreatePublicKeyRequest || (CreatePublicKeyRequest = {}));
|
|
853
|
+
export var PublicKey;
|
|
854
|
+
(function (PublicKey) {
|
|
855
|
+
PublicKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
})(PublicKey || (PublicKey = {}));
|
|
857
|
+
export var CreatePublicKeyResult;
|
|
858
|
+
(function (CreatePublicKeyResult) {
|
|
859
|
+
CreatePublicKeyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
})(CreatePublicKeyResult || (CreatePublicKeyResult = {}));
|
|
861
|
+
export var PublicKeyAlreadyExists;
|
|
862
|
+
(function (PublicKeyAlreadyExists) {
|
|
863
|
+
PublicKeyAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
})(PublicKeyAlreadyExists || (PublicKeyAlreadyExists = {}));
|
|
865
|
+
export var TooManyPublicKeys;
|
|
866
|
+
(function (TooManyPublicKeys) {
|
|
867
|
+
TooManyPublicKeys.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
})(TooManyPublicKeys || (TooManyPublicKeys = {}));
|
|
869
|
+
export var KinesisStreamConfig;
|
|
870
|
+
(function (KinesisStreamConfig) {
|
|
871
|
+
KinesisStreamConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
})(KinesisStreamConfig || (KinesisStreamConfig = {}));
|
|
873
|
+
export var EndPoint;
|
|
874
|
+
(function (EndPoint) {
|
|
875
|
+
EndPoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
+
})(EndPoint || (EndPoint = {}));
|
|
877
|
+
export var CreateRealtimeLogConfigRequest;
|
|
878
|
+
(function (CreateRealtimeLogConfigRequest) {
|
|
879
|
+
CreateRealtimeLogConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
+
})(CreateRealtimeLogConfigRequest || (CreateRealtimeLogConfigRequest = {}));
|
|
881
|
+
export var RealtimeLogConfig;
|
|
882
|
+
(function (RealtimeLogConfig) {
|
|
883
|
+
RealtimeLogConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
884
|
+
})(RealtimeLogConfig || (RealtimeLogConfig = {}));
|
|
885
|
+
export var CreateRealtimeLogConfigResult;
|
|
886
|
+
(function (CreateRealtimeLogConfigResult) {
|
|
887
|
+
CreateRealtimeLogConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
+
})(CreateRealtimeLogConfigResult || (CreateRealtimeLogConfigResult = {}));
|
|
889
|
+
export var RealtimeLogConfigAlreadyExists;
|
|
890
|
+
(function (RealtimeLogConfigAlreadyExists) {
|
|
891
|
+
RealtimeLogConfigAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
+
})(RealtimeLogConfigAlreadyExists || (RealtimeLogConfigAlreadyExists = {}));
|
|
893
|
+
export var TooManyRealtimeLogConfigs;
|
|
894
|
+
(function (TooManyRealtimeLogConfigs) {
|
|
895
|
+
TooManyRealtimeLogConfigs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
896
|
+
})(TooManyRealtimeLogConfigs || (TooManyRealtimeLogConfigs = {}));
|
|
897
|
+
export var StreamingLoggingConfig;
|
|
898
|
+
(function (StreamingLoggingConfig) {
|
|
899
|
+
StreamingLoggingConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
900
|
+
})(StreamingLoggingConfig || (StreamingLoggingConfig = {}));
|
|
901
|
+
export var S3Origin;
|
|
902
|
+
(function (S3Origin) {
|
|
903
|
+
S3Origin.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
+
})(S3Origin || (S3Origin = {}));
|
|
905
|
+
export var StreamingDistributionConfig;
|
|
906
|
+
(function (StreamingDistributionConfig) {
|
|
907
|
+
StreamingDistributionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
+
})(StreamingDistributionConfig || (StreamingDistributionConfig = {}));
|
|
909
|
+
export var CreateStreamingDistributionRequest;
|
|
910
|
+
(function (CreateStreamingDistributionRequest) {
|
|
911
|
+
CreateStreamingDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
912
|
+
})(CreateStreamingDistributionRequest || (CreateStreamingDistributionRequest = {}));
|
|
913
|
+
export var StreamingDistribution;
|
|
914
|
+
(function (StreamingDistribution) {
|
|
915
|
+
StreamingDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
916
|
+
})(StreamingDistribution || (StreamingDistribution = {}));
|
|
917
|
+
export var CreateStreamingDistributionResult;
|
|
918
|
+
(function (CreateStreamingDistributionResult) {
|
|
919
|
+
CreateStreamingDistributionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
920
|
+
})(CreateStreamingDistributionResult || (CreateStreamingDistributionResult = {}));
|
|
921
|
+
export var StreamingDistributionAlreadyExists;
|
|
922
|
+
(function (StreamingDistributionAlreadyExists) {
|
|
923
|
+
StreamingDistributionAlreadyExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
924
|
+
})(StreamingDistributionAlreadyExists || (StreamingDistributionAlreadyExists = {}));
|
|
925
|
+
export var TooManyStreamingDistributionCNAMEs;
|
|
926
|
+
(function (TooManyStreamingDistributionCNAMEs) {
|
|
927
|
+
TooManyStreamingDistributionCNAMEs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
928
|
+
})(TooManyStreamingDistributionCNAMEs || (TooManyStreamingDistributionCNAMEs = {}));
|
|
929
|
+
export var TooManyStreamingDistributions;
|
|
930
|
+
(function (TooManyStreamingDistributions) {
|
|
931
|
+
TooManyStreamingDistributions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
+
})(TooManyStreamingDistributions || (TooManyStreamingDistributions = {}));
|
|
933
|
+
export var StreamingDistributionConfigWithTags;
|
|
934
|
+
(function (StreamingDistributionConfigWithTags) {
|
|
935
|
+
StreamingDistributionConfigWithTags.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
+
})(StreamingDistributionConfigWithTags || (StreamingDistributionConfigWithTags = {}));
|
|
937
|
+
export var CreateStreamingDistributionWithTagsRequest;
|
|
938
|
+
(function (CreateStreamingDistributionWithTagsRequest) {
|
|
939
|
+
CreateStreamingDistributionWithTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
|
+
})(CreateStreamingDistributionWithTagsRequest || (CreateStreamingDistributionWithTagsRequest = {}));
|
|
941
|
+
export var CreateStreamingDistributionWithTagsResult;
|
|
942
|
+
(function (CreateStreamingDistributionWithTagsResult) {
|
|
943
|
+
CreateStreamingDistributionWithTagsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
+
})(CreateStreamingDistributionWithTagsResult || (CreateStreamingDistributionWithTagsResult = {}));
|
|
945
|
+
export var DeleteCachePolicyRequest;
|
|
946
|
+
(function (DeleteCachePolicyRequest) {
|
|
947
|
+
DeleteCachePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
+
})(DeleteCachePolicyRequest || (DeleteCachePolicyRequest = {}));
|
|
949
|
+
export var IllegalDelete;
|
|
950
|
+
(function (IllegalDelete) {
|
|
951
|
+
IllegalDelete.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
|
+
})(IllegalDelete || (IllegalDelete = {}));
|
|
953
|
+
export var InvalidIfMatchVersion;
|
|
954
|
+
(function (InvalidIfMatchVersion) {
|
|
955
|
+
InvalidIfMatchVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
956
|
+
})(InvalidIfMatchVersion || (InvalidIfMatchVersion = {}));
|
|
957
|
+
export var PreconditionFailed;
|
|
958
|
+
(function (PreconditionFailed) {
|
|
959
|
+
PreconditionFailed.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
|
+
})(PreconditionFailed || (PreconditionFailed = {}));
|
|
961
|
+
export var CloudFrontOriginAccessIdentityInUse;
|
|
962
|
+
(function (CloudFrontOriginAccessIdentityInUse) {
|
|
963
|
+
CloudFrontOriginAccessIdentityInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
964
|
+
})(CloudFrontOriginAccessIdentityInUse || (CloudFrontOriginAccessIdentityInUse = {}));
|
|
965
|
+
export var DeleteCloudFrontOriginAccessIdentityRequest;
|
|
966
|
+
(function (DeleteCloudFrontOriginAccessIdentityRequest) {
|
|
967
|
+
DeleteCloudFrontOriginAccessIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
968
|
+
})(DeleteCloudFrontOriginAccessIdentityRequest || (DeleteCloudFrontOriginAccessIdentityRequest = {}));
|
|
969
|
+
export var NoSuchCloudFrontOriginAccessIdentity;
|
|
970
|
+
(function (NoSuchCloudFrontOriginAccessIdentity) {
|
|
971
|
+
NoSuchCloudFrontOriginAccessIdentity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
972
|
+
})(NoSuchCloudFrontOriginAccessIdentity || (NoSuchCloudFrontOriginAccessIdentity = {}));
|
|
973
|
+
export var DeleteDistributionRequest;
|
|
974
|
+
(function (DeleteDistributionRequest) {
|
|
975
|
+
DeleteDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
976
|
+
})(DeleteDistributionRequest || (DeleteDistributionRequest = {}));
|
|
977
|
+
export var DistributionNotDisabled;
|
|
978
|
+
(function (DistributionNotDisabled) {
|
|
979
|
+
DistributionNotDisabled.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
980
|
+
})(DistributionNotDisabled || (DistributionNotDisabled = {}));
|
|
981
|
+
export var DeleteFieldLevelEncryptionConfigRequest;
|
|
982
|
+
(function (DeleteFieldLevelEncryptionConfigRequest) {
|
|
983
|
+
DeleteFieldLevelEncryptionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
984
|
+
})(DeleteFieldLevelEncryptionConfigRequest || (DeleteFieldLevelEncryptionConfigRequest = {}));
|
|
985
|
+
export var FieldLevelEncryptionConfigInUse;
|
|
986
|
+
(function (FieldLevelEncryptionConfigInUse) {
|
|
987
|
+
FieldLevelEncryptionConfigInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
988
|
+
})(FieldLevelEncryptionConfigInUse || (FieldLevelEncryptionConfigInUse = {}));
|
|
989
|
+
export var DeleteFieldLevelEncryptionProfileRequest;
|
|
990
|
+
(function (DeleteFieldLevelEncryptionProfileRequest) {
|
|
991
|
+
DeleteFieldLevelEncryptionProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
992
|
+
})(DeleteFieldLevelEncryptionProfileRequest || (DeleteFieldLevelEncryptionProfileRequest = {}));
|
|
993
|
+
export var FieldLevelEncryptionProfileInUse;
|
|
994
|
+
(function (FieldLevelEncryptionProfileInUse) {
|
|
995
|
+
FieldLevelEncryptionProfileInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
996
|
+
})(FieldLevelEncryptionProfileInUse || (FieldLevelEncryptionProfileInUse = {}));
|
|
997
|
+
export var DeleteFunctionRequest;
|
|
998
|
+
(function (DeleteFunctionRequest) {
|
|
999
|
+
DeleteFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1000
|
+
})(DeleteFunctionRequest || (DeleteFunctionRequest = {}));
|
|
1001
|
+
export var FunctionInUse;
|
|
1002
|
+
(function (FunctionInUse) {
|
|
1003
|
+
FunctionInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1004
|
+
})(FunctionInUse || (FunctionInUse = {}));
|
|
1005
|
+
export var NoSuchFunctionExists;
|
|
1006
|
+
(function (NoSuchFunctionExists) {
|
|
1007
|
+
NoSuchFunctionExists.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1008
|
+
})(NoSuchFunctionExists || (NoSuchFunctionExists = {}));
|
|
1009
|
+
export var DeleteKeyGroupRequest;
|
|
1010
|
+
(function (DeleteKeyGroupRequest) {
|
|
1011
|
+
DeleteKeyGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1012
|
+
})(DeleteKeyGroupRequest || (DeleteKeyGroupRequest = {}));
|
|
1013
|
+
export var NoSuchResource;
|
|
1014
|
+
(function (NoSuchResource) {
|
|
1015
|
+
NoSuchResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1016
|
+
})(NoSuchResource || (NoSuchResource = {}));
|
|
1017
|
+
export var ResourceInUse;
|
|
1018
|
+
(function (ResourceInUse) {
|
|
1019
|
+
ResourceInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1020
|
+
})(ResourceInUse || (ResourceInUse = {}));
|
|
1021
|
+
export var DeleteMonitoringSubscriptionRequest;
|
|
1022
|
+
(function (DeleteMonitoringSubscriptionRequest) {
|
|
1023
|
+
DeleteMonitoringSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1024
|
+
})(DeleteMonitoringSubscriptionRequest || (DeleteMonitoringSubscriptionRequest = {}));
|
|
1025
|
+
export var DeleteMonitoringSubscriptionResult;
|
|
1026
|
+
(function (DeleteMonitoringSubscriptionResult) {
|
|
1027
|
+
DeleteMonitoringSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1028
|
+
})(DeleteMonitoringSubscriptionResult || (DeleteMonitoringSubscriptionResult = {}));
|
|
1029
|
+
export var DeleteOriginRequestPolicyRequest;
|
|
1030
|
+
(function (DeleteOriginRequestPolicyRequest) {
|
|
1031
|
+
DeleteOriginRequestPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1032
|
+
})(DeleteOriginRequestPolicyRequest || (DeleteOriginRequestPolicyRequest = {}));
|
|
1033
|
+
export var OriginRequestPolicyInUse;
|
|
1034
|
+
(function (OriginRequestPolicyInUse) {
|
|
1035
|
+
OriginRequestPolicyInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1036
|
+
})(OriginRequestPolicyInUse || (OriginRequestPolicyInUse = {}));
|
|
1037
|
+
export var DeletePublicKeyRequest;
|
|
1038
|
+
(function (DeletePublicKeyRequest) {
|
|
1039
|
+
DeletePublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1040
|
+
})(DeletePublicKeyRequest || (DeletePublicKeyRequest = {}));
|
|
1041
|
+
export var PublicKeyInUse;
|
|
1042
|
+
(function (PublicKeyInUse) {
|
|
1043
|
+
PublicKeyInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1044
|
+
})(PublicKeyInUse || (PublicKeyInUse = {}));
|
|
1045
|
+
export var DeleteRealtimeLogConfigRequest;
|
|
1046
|
+
(function (DeleteRealtimeLogConfigRequest) {
|
|
1047
|
+
DeleteRealtimeLogConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1048
|
+
})(DeleteRealtimeLogConfigRequest || (DeleteRealtimeLogConfigRequest = {}));
|
|
1049
|
+
export var RealtimeLogConfigInUse;
|
|
1050
|
+
(function (RealtimeLogConfigInUse) {
|
|
1051
|
+
RealtimeLogConfigInUse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1052
|
+
})(RealtimeLogConfigInUse || (RealtimeLogConfigInUse = {}));
|
|
1053
|
+
export var DeleteStreamingDistributionRequest;
|
|
1054
|
+
(function (DeleteStreamingDistributionRequest) {
|
|
1055
|
+
DeleteStreamingDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1056
|
+
})(DeleteStreamingDistributionRequest || (DeleteStreamingDistributionRequest = {}));
|
|
1057
|
+
export var NoSuchStreamingDistribution;
|
|
1058
|
+
(function (NoSuchStreamingDistribution) {
|
|
1059
|
+
NoSuchStreamingDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1060
|
+
})(NoSuchStreamingDistribution || (NoSuchStreamingDistribution = {}));
|
|
1061
|
+
export var StreamingDistributionNotDisabled;
|
|
1062
|
+
(function (StreamingDistributionNotDisabled) {
|
|
1063
|
+
StreamingDistributionNotDisabled.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1064
|
+
})(StreamingDistributionNotDisabled || (StreamingDistributionNotDisabled = {}));
|
|
1065
|
+
export var DescribeFunctionRequest;
|
|
1066
|
+
(function (DescribeFunctionRequest) {
|
|
1067
|
+
DescribeFunctionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1068
|
+
})(DescribeFunctionRequest || (DescribeFunctionRequest = {}));
|
|
1069
|
+
export var DescribeFunctionResult;
|
|
1070
|
+
(function (DescribeFunctionResult) {
|
|
1071
|
+
DescribeFunctionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1072
|
+
})(DescribeFunctionResult || (DescribeFunctionResult = {}));
|
|
1073
|
+
export var GetCachePolicyRequest;
|
|
1074
|
+
(function (GetCachePolicyRequest) {
|
|
1075
|
+
GetCachePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1076
|
+
})(GetCachePolicyRequest || (GetCachePolicyRequest = {}));
|
|
1077
|
+
export var GetCachePolicyResult;
|
|
1078
|
+
(function (GetCachePolicyResult) {
|
|
1079
|
+
GetCachePolicyResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1080
|
+
})(GetCachePolicyResult || (GetCachePolicyResult = {}));
|
|
1081
|
+
export var GetCachePolicyConfigRequest;
|
|
1082
|
+
(function (GetCachePolicyConfigRequest) {
|
|
1083
|
+
GetCachePolicyConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1084
|
+
})(GetCachePolicyConfigRequest || (GetCachePolicyConfigRequest = {}));
|
|
1085
|
+
export var GetCachePolicyConfigResult;
|
|
1086
|
+
(function (GetCachePolicyConfigResult) {
|
|
1087
|
+
GetCachePolicyConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1088
|
+
})(GetCachePolicyConfigResult || (GetCachePolicyConfigResult = {}));
|
|
1089
|
+
export var GetCloudFrontOriginAccessIdentityRequest;
|
|
1090
|
+
(function (GetCloudFrontOriginAccessIdentityRequest) {
|
|
1091
|
+
GetCloudFrontOriginAccessIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1092
|
+
})(GetCloudFrontOriginAccessIdentityRequest || (GetCloudFrontOriginAccessIdentityRequest = {}));
|
|
1093
|
+
export var GetCloudFrontOriginAccessIdentityResult;
|
|
1094
|
+
(function (GetCloudFrontOriginAccessIdentityResult) {
|
|
1095
|
+
GetCloudFrontOriginAccessIdentityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1096
|
+
})(GetCloudFrontOriginAccessIdentityResult || (GetCloudFrontOriginAccessIdentityResult = {}));
|
|
1097
|
+
export var GetCloudFrontOriginAccessIdentityConfigRequest;
|
|
1098
|
+
(function (GetCloudFrontOriginAccessIdentityConfigRequest) {
|
|
1099
|
+
GetCloudFrontOriginAccessIdentityConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1100
|
+
})(GetCloudFrontOriginAccessIdentityConfigRequest || (GetCloudFrontOriginAccessIdentityConfigRequest = {}));
|
|
1101
|
+
export var GetCloudFrontOriginAccessIdentityConfigResult;
|
|
1102
|
+
(function (GetCloudFrontOriginAccessIdentityConfigResult) {
|
|
1103
|
+
GetCloudFrontOriginAccessIdentityConfigResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1104
|
+
})(GetCloudFrontOriginAccessIdentityConfigResult || (GetCloudFrontOriginAccessIdentityConfigResult = {}));
|
|
1105
|
+
export var GetDistributionRequest;
|
|
1106
|
+
(function (GetDistributionRequest) {
|
|
1107
|
+
GetDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1108
|
+
})(GetDistributionRequest || (GetDistributionRequest = {}));
|
|
1109
|
+
export var GetDistributionResult;
|
|
1110
|
+
(function (GetDistributionResult) {
|
|
1111
|
+
GetDistributionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Distribution && { Distribution: Distribution.filterSensitiveLog(obj.Distribution) }))); };
|
|
1112
|
+
})(GetDistributionResult || (GetDistributionResult = {}));
|
|
1113
|
+
export var GetDistributionConfigRequest;
|
|
1114
|
+
(function (GetDistributionConfigRequest) {
|
|
1115
|
+
GetDistributionConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1116
|
+
})(GetDistributionConfigRequest || (GetDistributionConfigRequest = {}));
|
|
1117
|
+
export var GetDistributionConfigResult;
|
|
1118
|
+
(function (GetDistributionConfigResult) {
|
|
1119
|
+
GetDistributionConfigResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DistributionConfig && {
|
|
1120
|
+
DistributionConfig: DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
1121
|
+
}))); };
|
|
1122
|
+
})(GetDistributionConfigResult || (GetDistributionConfigResult = {}));
|
|
1123
|
+
export var GetFieldLevelEncryptionRequest;
|
|
1124
|
+
(function (GetFieldLevelEncryptionRequest) {
|
|
1125
|
+
GetFieldLevelEncryptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1126
|
+
})(GetFieldLevelEncryptionRequest || (GetFieldLevelEncryptionRequest = {}));
|
|
1127
|
+
export var GetFieldLevelEncryptionResult;
|
|
1128
|
+
(function (GetFieldLevelEncryptionResult) {
|
|
1129
|
+
GetFieldLevelEncryptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1130
|
+
})(GetFieldLevelEncryptionResult || (GetFieldLevelEncryptionResult = {}));
|