@aws-sdk/client-cloudfront 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/CloudFront.js +1288 -0
- package/dist-cjs/CloudFrontClient.js +46 -0
- package/dist-cjs/commands/AssociateAliasCommand.js +70 -0
- package/dist-cjs/commands/CreateCachePolicyCommand.js +80 -0
- package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +63 -0
- package/dist-cjs/commands/CreateDistributionCommand.js +72 -0
- package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +60 -0
- package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/CreateFunctionCommand.js +70 -0
- package/dist-cjs/commands/CreateInvalidationCommand.js +60 -0
- package/dist-cjs/commands/CreateKeyGroupCommand.js +67 -0
- package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +63 -0
- package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +84 -0
- package/dist-cjs/commands/CreatePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +63 -0
- package/dist-cjs/commands/CreateStreamingDistributionCommand.js +62 -0
- package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +62 -0
- package/dist-cjs/commands/DeleteCachePolicyCommand.js +66 -0
- package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/DeleteDistributionCommand.js +60 -0
- package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/DeleteFunctionCommand.js +66 -0
- package/dist-cjs/commands/DeleteKeyGroupCommand.js +66 -0
- package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +60 -0
- package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +66 -0
- package/dist-cjs/commands/DeletePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +66 -0
- package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +107 -0
- package/dist-cjs/commands/DescribeFunctionCommand.js +64 -0
- package/dist-cjs/commands/GetCachePolicyCommand.js +73 -0
- package/dist-cjs/commands/GetCachePolicyConfigCommand.js +65 -0
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +60 -0
- package/dist-cjs/commands/GetDistributionCommand.js +60 -0
- package/dist-cjs/commands/GetDistributionConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFunctionCommand.js +63 -0
- package/dist-cjs/commands/GetInvalidationCommand.js +60 -0
- package/dist-cjs/commands/GetKeyGroupCommand.js +65 -0
- package/dist-cjs/commands/GetKeyGroupConfigCommand.js +65 -0
- package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +61 -0
- package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +73 -0
- package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +66 -0
- package/dist-cjs/commands/GetPublicKeyCommand.js +60 -0
- package/dist-cjs/commands/GetPublicKeyConfigCommand.js +60 -0
- package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +63 -0
- package/dist-cjs/commands/GetStreamingDistributionCommand.js +60 -0
- package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +60 -0
- package/dist-cjs/commands/ListCachePoliciesCommand.js +67 -0
- package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +60 -0
- package/dist-cjs/commands/ListConflictingAliasesCommand.js +82 -0
- package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +69 -0
- package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +60 -0
- package/dist-cjs/commands/ListDistributionsCommand.js +60 -0
- package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +60 -0
- package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +60 -0
- package/dist-cjs/commands/ListFunctionsCommand.js +67 -0
- package/dist-cjs/commands/ListInvalidationsCommand.js +60 -0
- package/dist-cjs/commands/ListKeyGroupsCommand.js +65 -0
- package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +67 -0
- package/dist-cjs/commands/ListPublicKeysCommand.js +60 -0
- package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +65 -0
- package/dist-cjs/commands/ListStreamingDistributionsCommand.js +60 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
- package/dist-cjs/commands/PublishFunctionCommand.js +68 -0
- package/dist-cjs/commands/TagResourceCommand.js +60 -0
- package/dist-cjs/commands/TestFunctionCommand.js +69 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateCachePolicyCommand.js +77 -0
- package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/UpdateDistributionCommand.js +138 -0
- package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/UpdateFunctionCommand.js +65 -0
- package/dist-cjs/commands/UpdateKeyGroupCommand.js +77 -0
- package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +77 -0
- package/dist-cjs/commands/UpdatePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +80 -0
- package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +60 -0
- package/dist-cjs/endpoints.js +66 -0
- package/dist-cjs/index.js +99 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +2527 -0
- package/dist-cjs/models/models_1.js +1121 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +45 -0
- package/dist-cjs/pagination/ListDistributionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListInvalidationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListStreamingDistributionsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restXml.js +16514 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForDistributionDeployed.js +45 -0
- package/dist-cjs/waiters/waitForInvalidationCompleted.js +45 -0
- package/dist-cjs/waiters/waitForStreamingDistributionDeployed.js +45 -0
- package/dist-es/CloudFront.js +1285 -0
- package/dist-es/CloudFrontClient.js +37 -0
- package/dist-es/commands/AssociateAliasCommand.js +39 -0
- package/dist-es/commands/CreateCachePolicyCommand.js +39 -0
- package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/CreateDistributionCommand.js +39 -0
- package/dist-es/commands/CreateDistributionWithTagsCommand.js +39 -0
- package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/CreateFunctionCommand.js +39 -0
- package/dist-es/commands/CreateInvalidationCommand.js +39 -0
- package/dist-es/commands/CreateKeyGroupCommand.js +39 -0
- package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/CreateOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/CreatePublicKeyCommand.js +39 -0
- package/dist-es/commands/CreateRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/CreateStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +39 -0
- package/dist-es/commands/DeleteCachePolicyCommand.js +39 -0
- package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/DeleteDistributionCommand.js +39 -0
- package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionCommand.js +39 -0
- package/dist-es/commands/DeleteKeyGroupCommand.js +39 -0
- package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/DeletePublicKeyCommand.js +39 -0
- package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/DeleteStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/DescribeFunctionCommand.js +39 -0
- package/dist-es/commands/GetCachePolicyCommand.js +39 -0
- package/dist-es/commands/GetCachePolicyConfigCommand.js +39 -0
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +39 -0
- package/dist-es/commands/GetDistributionCommand.js +39 -0
- package/dist-es/commands/GetDistributionConfigCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +39 -0
- package/dist-es/commands/GetFunctionCommand.js +39 -0
- package/dist-es/commands/GetInvalidationCommand.js +39 -0
- package/dist-es/commands/GetKeyGroupCommand.js +39 -0
- package/dist-es/commands/GetKeyGroupConfigCommand.js +39 -0
- package/dist-es/commands/GetMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/GetOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +39 -0
- package/dist-es/commands/GetPublicKeyCommand.js +39 -0
- package/dist-es/commands/GetPublicKeyConfigCommand.js +39 -0
- package/dist-es/commands/GetRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/GetStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/GetStreamingDistributionConfigCommand.js +39 -0
- package/dist-es/commands/ListCachePoliciesCommand.js +39 -0
- package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +39 -0
- package/dist-es/commands/ListConflictingAliasesCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsCommand.js +39 -0
- package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +39 -0
- package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +39 -0
- package/dist-es/commands/ListFunctionsCommand.js +39 -0
- package/dist-es/commands/ListInvalidationsCommand.js +39 -0
- package/dist-es/commands/ListKeyGroupsCommand.js +39 -0
- package/dist-es/commands/ListOriginRequestPoliciesCommand.js +39 -0
- package/dist-es/commands/ListPublicKeysCommand.js +39 -0
- package/dist-es/commands/ListRealtimeLogConfigsCommand.js +39 -0
- package/dist-es/commands/ListStreamingDistributionsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PublishFunctionCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/TestFunctionCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateCachePolicyCommand.js +39 -0
- package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/UpdateDistributionCommand.js +39 -0
- package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionCommand.js +39 -0
- package/dist-es/commands/UpdateKeyGroupCommand.js +39 -0
- package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/UpdatePublicKeyCommand.js +39 -0
- package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/UpdateStreamingDistributionCommand.js +39 -0
- package/dist-es/endpoints.js +62 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1130 -0
- package/dist-es/models/models_1.js +497 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +74 -0
- package/dist-es/pagination/ListDistributionsPaginator.js +74 -0
- package/dist-es/pagination/ListInvalidationsPaginator.js +74 -0
- package/dist-es/pagination/ListStreamingDistributionsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restXml.js +18245 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForDistributionDeployed.js +51 -0
- package/dist-es/waiters/waitForInvalidationCompleted.js +51 -0
- package/dist-es/waiters/waitForStreamingDistributionDeployed.js +51 -0
- package/dist-types/CloudFront.d.ts +1087 -0
- package/dist-types/CloudFrontClient.d.ts +220 -0
- package/dist-types/commands/AssociateAliasCommand.d.ts +45 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +55 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +47 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +45 -0
- package/dist-types/commands/CreateInvalidationCommand.d.ts +35 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +42 -0
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +37 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +41 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +41 -0
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +39 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +35 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +38 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +35 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +40 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +35 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +57 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +35 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +42 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +35 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +40 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +35 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +43 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +44 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +52 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +113 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +40 -0
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +52 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/models/models_1.d.ts +2647 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDistributionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInvalidationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +257 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1087 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +220 -0
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +113 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2647 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +257 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForDistributionDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForInvalidationCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
- package/package.json +54 -51
- package/CloudFront.ts +0 -3605
- package/CloudFrontClient.ts +0 -640
- package/commands/AssociateAliasCommand.ts +0 -104
- package/commands/CreateCachePolicyCommand.ts +0 -114
- package/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +0 -108
- package/commands/CreateDistributionCommand.ts +0 -106
- package/commands/CreateDistributionWithTagsCommand.ts +0 -97
- package/commands/CreateFieldLevelEncryptionConfigCommand.ts +0 -102
- package/commands/CreateFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/CreateFunctionCommand.ts +0 -104
- package/commands/CreateInvalidationCommand.ts +0 -94
- package/commands/CreateKeyGroupCommand.ts +0 -101
- package/commands/CreateMonitoringSubscriptionCommand.ts +0 -102
- package/commands/CreateOriginRequestPolicyCommand.ts +0 -121
- package/commands/CreatePublicKeyCommand.ts +0 -94
- package/commands/CreateRealtimeLogConfigCommand.ts +0 -97
- package/commands/CreateStreamingDistributionCommand.ts +0 -99
- package/commands/CreateStreamingDistributionWithTagsCommand.ts +0 -107
- package/commands/DeleteCachePolicyCommand.ts +0 -100
- package/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +0 -100
- package/commands/DeleteDistributionCommand.ts +0 -94
- package/commands/DeleteFieldLevelEncryptionConfigCommand.ts +0 -100
- package/commands/DeleteFieldLevelEncryptionProfileCommand.ts +0 -100
- package/commands/DeleteFunctionCommand.ts +0 -100
- package/commands/DeleteKeyGroupCommand.ts +0 -100
- package/commands/DeleteMonitoringSubscriptionCommand.ts +0 -99
- package/commands/DeleteOriginRequestPolicyCommand.ts +0 -103
- package/commands/DeletePublicKeyCommand.ts +0 -94
- package/commands/DeleteRealtimeLogConfigCommand.ts +0 -100
- package/commands/DeleteStreamingDistributionCommand.ts +0 -144
- package/commands/DescribeFunctionCommand.ts +0 -98
- package/commands/GetCachePolicyCommand.ts +0 -107
- package/commands/GetCachePolicyConfigCommand.ts +0 -99
- package/commands/GetCloudFrontOriginAccessIdentityCommand.ts +0 -102
- package/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +0 -109
- package/commands/GetDistributionCommand.ts +0 -94
- package/commands/GetDistributionConfigCommand.ts +0 -94
- package/commands/GetFieldLevelEncryptionCommand.ts +0 -94
- package/commands/GetFieldLevelEncryptionConfigCommand.ts +0 -99
- package/commands/GetFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +0 -105
- package/commands/GetFunctionCommand.ts +0 -97
- package/commands/GetInvalidationCommand.ts +0 -94
- package/commands/GetKeyGroupCommand.ts +0 -99
- package/commands/GetKeyGroupConfigCommand.ts +0 -99
- package/commands/GetMonitoringSubscriptionCommand.ts +0 -98
- package/commands/GetOriginRequestPolicyCommand.ts +0 -107
- package/commands/GetOriginRequestPolicyConfigCommand.ts +0 -105
- package/commands/GetPublicKeyCommand.ts +0 -94
- package/commands/GetPublicKeyConfigCommand.ts +0 -94
- package/commands/GetRealtimeLogConfigCommand.ts +0 -97
- package/commands/GetStreamingDistributionCommand.ts +0 -94
- package/commands/GetStreamingDistributionConfigCommand.ts +0 -102
- package/commands/ListCachePoliciesCommand.ts +0 -101
- package/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +0 -105
- package/commands/ListConflictingAliasesCommand.ts +0 -116
- package/commands/ListDistributionsByCachePolicyIdCommand.ts +0 -108
- package/commands/ListDistributionsByKeyGroupCommand.ts +0 -103
- package/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +0 -115
- package/commands/ListDistributionsByRealtimeLogConfigCommand.ts +0 -114
- package/commands/ListDistributionsByWebACLIdCommand.ts +0 -97
- package/commands/ListDistributionsCommand.ts +0 -94
- package/commands/ListFieldLevelEncryptionConfigsCommand.ts +0 -102
- package/commands/ListFieldLevelEncryptionProfilesCommand.ts +0 -102
- package/commands/ListFunctionsCommand.ts +0 -101
- package/commands/ListInvalidationsCommand.ts +0 -94
- package/commands/ListKeyGroupsCommand.ts +0 -99
- package/commands/ListOriginRequestPoliciesCommand.ts +0 -104
- package/commands/ListPublicKeysCommand.ts +0 -94
- package/commands/ListRealtimeLogConfigsCommand.ts +0 -99
- package/commands/ListStreamingDistributionsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PublishFunctionCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/TestFunctionCommand.ts +0 -103
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateCachePolicyCommand.ts +0 -111
- package/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +0 -105
- package/commands/UpdateDistributionCommand.ts +0 -172
- package/commands/UpdateFieldLevelEncryptionConfigCommand.ts +0 -102
- package/commands/UpdateFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/UpdateFunctionCommand.ts +0 -99
- package/commands/UpdateKeyGroupCommand.ts +0 -111
- package/commands/UpdateOriginRequestPolicyCommand.ts +0 -114
- package/commands/UpdatePublicKeyCommand.ts +0 -94
- package/commands/UpdateRealtimeLogConfigCommand.ts +0 -114
- package/commands/UpdateStreamingDistributionCommand.ts +0 -97
- package/dist/cjs/CloudFront.js +0 -1289
- package/dist/cjs/CloudFront.js.map +0 -1
- package/dist/cjs/CloudFrontClient.js +0 -47
- package/dist/cjs/CloudFrontClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAliasCommand.js +0 -71
- package/dist/cjs/commands/AssociateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCachePolicyCommand.js +0 -81
- package/dist/cjs/commands/CreateCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -64
- package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionCommand.js +0 -73
- package/dist/cjs/commands/CreateDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionWithTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateDistributionWithTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionCommand.js +0 -71
- package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInvalidationCommand.js +0 -61
- package/dist/cjs/commands/CreateInvalidationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateKeyGroupCommand.js +0 -68
- package/dist/cjs/commands/CreateKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js +0 -64
- package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js +0 -85
- package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/CreatePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js +0 -64
- package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingDistributionCommand.js +0 -63
- package/dist/cjs/commands/CreateStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js +0 -63
- package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCachePolicyCommand.js +0 -67
- package/dist/cjs/commands/DeleteCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDistributionCommand.js +0 -61
- package/dist/cjs/commands/DeleteDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCommand.js +0 -67
- package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteKeyGroupCommand.js +0 -67
- package/dist/cjs/commands/DeleteKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js +0 -67
- package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/DeletePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js +0 -67
- package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStreamingDistributionCommand.js +0 -108
- package/dist/cjs/commands/DeleteStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFunctionCommand.js +0 -65
- package/dist/cjs/commands/DescribeFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetCachePolicyCommand.js +0 -74
- package/dist/cjs/commands/GetCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetCachePolicyConfigCommand.js +0 -66
- package/dist/cjs/commands/GetCachePolicyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -61
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionCommand.js +0 -61
- package/dist/cjs/commands/GetDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetDistributionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCommand.js +0 -64
- package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetInvalidationCommand.js +0 -61
- package/dist/cjs/commands/GetInvalidationCommand.js.map +0 -1
- package/dist/cjs/commands/GetKeyGroupCommand.js +0 -66
- package/dist/cjs/commands/GetKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetKeyGroupConfigCommand.js +0 -66
- package/dist/cjs/commands/GetKeyGroupConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js +0 -62
- package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetOriginRequestPolicyCommand.js +0 -74
- package/dist/cjs/commands/GetOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js +0 -67
- package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicKeyCommand.js +0 -61
- package/dist/cjs/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicKeyConfigCommand.js +0 -61
- package/dist/cjs/commands/GetPublicKeyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetRealtimeLogConfigCommand.js +0 -64
- package/dist/cjs/commands/GetRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamingDistributionCommand.js +0 -61
- package/dist/cjs/commands/GetStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListCachePoliciesCommand.js +0 -68
- package/dist/cjs/commands/ListCachePoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -61
- package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListConflictingAliasesCommand.js +0 -83
- package/dist/cjs/commands/ListConflictingAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -70
- package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js +0 -61
- package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsCommand.js +0 -61
- package/dist/cjs/commands/ListDistributionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -61
- package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -61
- package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsCommand.js +0 -68
- package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInvalidationsCommand.js +0 -61
- package/dist/cjs/commands/ListInvalidationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListKeyGroupsCommand.js +0 -66
- package/dist/cjs/commands/ListKeyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js +0 -68
- package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPublicKeysCommand.js +0 -61
- package/dist/cjs/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js +0 -66
- package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStreamingDistributionsCommand.js +0 -61
- package/dist/cjs/commands/ListStreamingDistributionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PublishFunctionCommand.js +0 -69
- package/dist/cjs/commands/PublishFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestFunctionCommand.js +0 -70
- package/dist/cjs/commands/TestFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCachePolicyCommand.js +0 -78
- package/dist/cjs/commands/UpdateCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDistributionCommand.js +0 -139
- package/dist/cjs/commands/UpdateDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionCommand.js +0 -66
- package/dist/cjs/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateKeyGroupCommand.js +0 -78
- package/dist/cjs/commands/UpdateKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js +0 -78
- package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/UpdatePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js +0 -81
- package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStreamingDistributionCommand.js +0 -61
- package/dist/cjs/commands/UpdateStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -67
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -100
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2528
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -1122
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -95
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -46
- package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDistributionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDistributionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInvalidationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInvalidationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -16515
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForDistributionDeployed.js +0 -46
- package/dist/cjs/waiters/waitForDistributionDeployed.js.map +0 -1
- package/dist/cjs/waiters/waitForInvalidationCompleted.js +0 -46
- package/dist/cjs/waiters/waitForInvalidationCompleted.js.map +0 -1
- package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js +0 -46
- package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
- package/dist/es/CloudFront.js +0 -1292
- package/dist/es/CloudFront.js.map +0 -1
- package/dist/es/CloudFrontClient.js +0 -49
- package/dist/es/CloudFrontClient.js.map +0 -1
- package/dist/es/commands/AssociateAliasCommand.js +0 -75
- package/dist/es/commands/AssociateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateCachePolicyCommand.js +0 -85
- package/dist/es/commands/CreateCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -68
- package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionCommand.js +0 -77
- package/dist/es/commands/CreateDistributionCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionWithTagsCommand.js +0 -65
- package/dist/es/commands/CreateDistributionWithTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionCommand.js +0 -75
- package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/es/commands/CreateInvalidationCommand.js +0 -65
- package/dist/es/commands/CreateInvalidationCommand.js.map +0 -1
- package/dist/es/commands/CreateKeyGroupCommand.js +0 -72
- package/dist/es/commands/CreateKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateMonitoringSubscriptionCommand.js +0 -68
- package/dist/es/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateOriginRequestPolicyCommand.js +0 -89
- package/dist/es/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicKeyCommand.js +0 -65
- package/dist/es/commands/CreatePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateRealtimeLogConfigCommand.js +0 -68
- package/dist/es/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingDistributionCommand.js +0 -67
- package/dist/es/commands/CreateStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js +0 -67
- package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteCachePolicyCommand.js +0 -71
- package/dist/es/commands/DeleteCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/DeleteDistributionCommand.js +0 -65
- package/dist/es/commands/DeleteDistributionCommand.js.map +0 -1
- package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCommand.js +0 -71
- package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteKeyGroupCommand.js +0 -71
- package/dist/es/commands/DeleteKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js +0 -65
- package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteOriginRequestPolicyCommand.js +0 -71
- package/dist/es/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeletePublicKeyCommand.js +0 -65
- package/dist/es/commands/DeletePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRealtimeLogConfigCommand.js +0 -71
- package/dist/es/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteStreamingDistributionCommand.js +0 -112
- package/dist/es/commands/DeleteStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/DescribeFunctionCommand.js +0 -69
- package/dist/es/commands/DescribeFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetCachePolicyCommand.js +0 -78
- package/dist/es/commands/GetCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/GetCachePolicyConfigCommand.js +0 -70
- package/dist/es/commands/GetCachePolicyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -65
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionCommand.js +0 -65
- package/dist/es/commands/GetDistributionCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionConfigCommand.js +0 -65
- package/dist/es/commands/GetDistributionConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCommand.js +0 -68
- package/dist/es/commands/GetFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetInvalidationCommand.js +0 -65
- package/dist/es/commands/GetInvalidationCommand.js.map +0 -1
- package/dist/es/commands/GetKeyGroupCommand.js +0 -70
- package/dist/es/commands/GetKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/GetKeyGroupConfigCommand.js +0 -70
- package/dist/es/commands/GetKeyGroupConfigCommand.js.map +0 -1
- package/dist/es/commands/GetMonitoringSubscriptionCommand.js +0 -66
- package/dist/es/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/GetOriginRequestPolicyCommand.js +0 -78
- package/dist/es/commands/GetOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js +0 -71
- package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetPublicKeyCommand.js +0 -65
- package/dist/es/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist/es/commands/GetPublicKeyConfigCommand.js +0 -65
- package/dist/es/commands/GetPublicKeyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetRealtimeLogConfigCommand.js +0 -68
- package/dist/es/commands/GetRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/GetStreamingDistributionCommand.js +0 -65
- package/dist/es/commands/GetStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/GetStreamingDistributionConfigCommand.js +0 -65
- package/dist/es/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
- package/dist/es/commands/ListCachePoliciesCommand.js +0 -72
- package/dist/es/commands/ListCachePoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -65
- package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
- package/dist/es/commands/ListConflictingAliasesCommand.js +0 -87
- package/dist/es/commands/ListConflictingAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByKeyGroupCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -74
- package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByWebACLIdCommand.js +0 -65
- package/dist/es/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsCommand.js +0 -65
- package/dist/es/commands/ListDistributionsCommand.js.map +0 -1
- package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -65
- package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -65
- package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsCommand.js +0 -72
- package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListInvalidationsCommand.js +0 -65
- package/dist/es/commands/ListInvalidationsCommand.js.map +0 -1
- package/dist/es/commands/ListKeyGroupsCommand.js +0 -70
- package/dist/es/commands/ListKeyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListOriginRequestPoliciesCommand.js +0 -72
- package/dist/es/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListPublicKeysCommand.js +0 -65
- package/dist/es/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/es/commands/ListRealtimeLogConfigsCommand.js +0 -70
- package/dist/es/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListStreamingDistributionsCommand.js +0 -65
- package/dist/es/commands/ListStreamingDistributionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PublishFunctionCommand.js +0 -73
- package/dist/es/commands/PublishFunctionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestFunctionCommand.js +0 -74
- package/dist/es/commands/TestFunctionCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateCachePolicyCommand.js +0 -82
- package/dist/es/commands/UpdateCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/UpdateDistributionCommand.js +0 -143
- package/dist/es/commands/UpdateDistributionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionCommand.js +0 -70
- package/dist/es/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/es/commands/UpdateKeyGroupCommand.js +0 -82
- package/dist/es/commands/UpdateKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateOriginRequestPolicyCommand.js +0 -82
- package/dist/es/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdatePublicKeyCommand.js +0 -65
- package/dist/es/commands/UpdatePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRealtimeLogConfigCommand.js +0 -85
- package/dist/es/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateStreamingDistributionCommand.js +0 -65
- package/dist/es/commands/UpdateStreamingDistributionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -63
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -97
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -3
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1959
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -867
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -95
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -87
- package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDistributionsPaginator.js +0 -87
- package/dist/es/pagination/ListDistributionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInvalidationsPaginator.js +0 -87
- package/dist/es/pagination/ListInvalidationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStreamingDistributionsPaginator.js +0 -87
- package/dist/es/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -18248
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForDistributionDeployed.js +0 -61
- package/dist/es/waiters/waitForDistributionDeployed.js.map +0 -1
- package/dist/es/waiters/waitForInvalidationCompleted.js +0 -61
- package/dist/es/waiters/waitForInvalidationCompleted.js.map +0 -1
- package/dist/es/waiters/waitForStreamingDistributionDeployed.js +0 -61
- package/dist/es/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
- package/dist/types/CloudFront.d.ts +0 -1087
- package/dist/types/CloudFrontClient.d.ts +0 -220
- package/dist/types/commands/AssociateAliasCommand.d.ts +0 -45
- package/dist/types/commands/CreateCachePolicyCommand.d.ts +0 -55
- package/dist/types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
- package/dist/types/commands/CreateDistributionCommand.d.ts +0 -47
- package/dist/types/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
- package/dist/types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateFunctionCommand.d.ts +0 -45
- package/dist/types/commands/CreateInvalidationCommand.d.ts +0 -35
- package/dist/types/commands/CreateKeyGroupCommand.d.ts +0 -42
- package/dist/types/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
- package/dist/types/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
- package/dist/types/commands/CreatePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/commands/CreateStreamingDistributionCommand.d.ts +0 -37
- package/dist/types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
- package/dist/types/commands/DeleteCachePolicyCommand.d.ts +0 -41
- package/dist/types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDistributionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionCommand.d.ts +0 -41
- package/dist/types/commands/DeleteKeyGroupCommand.d.ts +0 -41
- package/dist/types/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
- package/dist/types/commands/DeletePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
- package/dist/types/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
- package/dist/types/commands/DescribeFunctionCommand.d.ts +0 -39
- package/dist/types/commands/GetCachePolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetCachePolicyConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetDistributionCommand.d.ts +0 -35
- package/dist/types/commands/GetDistributionConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionCommand.d.ts +0 -38
- package/dist/types/commands/GetInvalidationCommand.d.ts +0 -35
- package/dist/types/commands/GetKeyGroupCommand.d.ts +0 -40
- package/dist/types/commands/GetKeyGroupConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
- package/dist/types/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
- package/dist/types/commands/GetPublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/GetPublicKeyConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/commands/GetStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
- package/dist/types/commands/ListCachePoliciesCommand.d.ts +0 -42
- package/dist/types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
- package/dist/types/commands/ListConflictingAliasesCommand.d.ts +0 -57
- package/dist/types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
- package/dist/types/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
- package/dist/types/commands/ListDistributionsCommand.d.ts +0 -35
- package/dist/types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
- package/dist/types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
- package/dist/types/commands/ListFunctionsCommand.d.ts +0 -42
- package/dist/types/commands/ListInvalidationsCommand.d.ts +0 -35
- package/dist/types/commands/ListKeyGroupsCommand.d.ts +0 -40
- package/dist/types/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
- package/dist/types/commands/ListPublicKeysCommand.d.ts +0 -35
- package/dist/types/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
- package/dist/types/commands/ListStreamingDistributionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PublishFunctionCommand.d.ts +0 -43
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/TestFunctionCommand.d.ts +0 -44
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCachePolicyCommand.d.ts +0 -52
- package/dist/types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDistributionCommand.d.ts +0 -113
- package/dist/types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFunctionCommand.d.ts +0 -40
- package/dist/types/commands/UpdateKeyGroupCommand.d.ts +0 -52
- package/dist/types/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
- package/dist/types/commands/UpdatePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
- package/dist/types/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/models/models_1.d.ts +0 -2647
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDistributionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInvalidationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -257
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/CloudFront.d.ts +0 -1087
- package/dist/types/ts3.4/CloudFrontClient.d.ts +0 -220
- package/dist/types/ts3.4/commands/AssociateAliasCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateCachePolicyCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateInvalidationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateKeyGroupCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/CreatePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeletePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/DescribeFunctionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetCachePolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDistributionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetInvalidationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetKeyGroupCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCachePoliciesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDistributionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListInvalidationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListKeyGroupsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PublishFunctionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestFunctionCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -113
- package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_1.d.ts +0 -2647
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDistributionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -257
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForDistributionDeployed.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
- package/dist/types/waiters/waitForDistributionDeployed.d.ts +0 -14
- package/dist/types/waiters/waitForInvalidationCompleted.d.ts +0 -14
- package/dist/types/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
- package/endpoints.ts +0 -67
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8233
- package/models/models_1.ts +0 -3382
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts +0 -58
- package/pagination/ListDistributionsPaginator.ts +0 -58
- package/pagination/ListInvalidationsPaginator.ts +0 -58
- package/pagination/ListStreamingDistributionsPaginator.ts +0 -58
- package/protocols/Aws_restXml.ts +0 -19055
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForDistributionDeployed.ts +0 -46
- package/waiters/waitForInvalidationCompleted.ts +0 -46
- package/waiters/waitForStreamingDistributionDeployed.ts +0 -52
|
@@ -1,1122 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDistributionsByKeyGroupResult = exports.ListDistributionsByKeyGroupRequest = exports.ListDistributionsByCachePolicyIdResult = exports.DistributionIdList = exports.ListDistributionsByCachePolicyIdRequest = exports.ListDistributionsResult = exports.DistributionList = exports.DistributionSummary = exports.ListDistributionsRequest = exports.ListConflictingAliasesResult = exports.ConflictingAliasesList = exports.ConflictingAlias = exports.ListConflictingAliasesRequest = exports.ListCloudFrontOriginAccessIdentitiesResult = exports.CloudFrontOriginAccessIdentityList = exports.CloudFrontOriginAccessIdentitySummary = exports.ListCloudFrontOriginAccessIdentitiesRequest = exports.ListCachePoliciesResult = exports.ListCachePoliciesRequest = exports.GetStreamingDistributionConfigResult = exports.GetStreamingDistributionConfigRequest = exports.GetStreamingDistributionResult = exports.GetStreamingDistributionRequest = exports.GetRealtimeLogConfigResult = exports.GetRealtimeLogConfigRequest = exports.GetPublicKeyConfigResult = exports.GetPublicKeyConfigRequest = exports.GetPublicKeyResult = exports.GetPublicKeyRequest = exports.GetOriginRequestPolicyConfigResult = exports.GetOriginRequestPolicyConfigRequest = exports.GetOriginRequestPolicyResult = exports.GetOriginRequestPolicyRequest = exports.GetMonitoringSubscriptionResult = exports.GetMonitoringSubscriptionRequest = exports.GetKeyGroupConfigResult = exports.GetKeyGroupConfigRequest = exports.GetKeyGroupResult = exports.GetKeyGroupRequest = exports.NoSuchInvalidation = exports.GetInvalidationResult = exports.GetInvalidationRequest = exports.GetFunctionResult = exports.GetFunctionRequest = exports.GetFieldLevelEncryptionProfileConfigResult = exports.GetFieldLevelEncryptionProfileConfigRequest = exports.GetFieldLevelEncryptionProfileResult = exports.GetFieldLevelEncryptionProfileRequest = exports.GetFieldLevelEncryptionConfigResult = exports.GetFieldLevelEncryptionConfigRequest = void 0;
|
|
4
|
-
exports.TagKeys = exports.TestFunctionResult = exports.TestResult = exports.TestFunctionRequest = exports.TestFunctionFailed = exports.TagResourceRequest = exports.PublishFunctionResult = exports.PublishFunctionRequest = exports.ListTagsForResourceResult = exports.ListTagsForResourceRequest = exports.ListStreamingDistributionsResult = exports.StreamingDistributionList = exports.StreamingDistributionSummary = exports.ListStreamingDistributionsRequest = exports.ListRealtimeLogConfigsResult = exports.RealtimeLogConfigs = exports.ListRealtimeLogConfigsRequest = exports.ListPublicKeysResult = exports.PublicKeyList = exports.PublicKeySummary = exports.ListPublicKeysRequest = exports.ListOriginRequestPoliciesResult = exports.OriginRequestPolicyList = exports.OriginRequestPolicySummary = exports.ListOriginRequestPoliciesRequest = exports.ListKeyGroupsResult = exports.KeyGroupList = exports.KeyGroupSummary = exports.ListKeyGroupsRequest = exports.ListInvalidationsResult = exports.InvalidationList = exports.InvalidationSummary = exports.ListInvalidationsRequest = exports.ListFunctionsResult = exports.FunctionList = exports.ListFunctionsRequest = exports.ListFieldLevelEncryptionProfilesResult = exports.FieldLevelEncryptionProfileList = exports.FieldLevelEncryptionProfileSummary = exports.ListFieldLevelEncryptionProfilesRequest = exports.ListFieldLevelEncryptionConfigsResult = exports.FieldLevelEncryptionList = exports.FieldLevelEncryptionSummary = exports.ListFieldLevelEncryptionConfigsRequest = exports.ListDistributionsByWebACLIdResult = exports.ListDistributionsByWebACLIdRequest = exports.ListDistributionsByRealtimeLogConfigResult = exports.ListDistributionsByRealtimeLogConfigRequest = exports.ListDistributionsByOriginRequestPolicyIdResult = exports.ListDistributionsByOriginRequestPolicyIdRequest = void 0;
|
|
5
|
-
exports.UpdateStreamingDistributionResult = exports.UpdateStreamingDistributionRequest = exports.UpdateRealtimeLogConfigResult = exports.UpdateRealtimeLogConfigRequest = exports.UpdatePublicKeyResult = exports.UpdatePublicKeyRequest = exports.UpdateOriginRequestPolicyResult = exports.UpdateOriginRequestPolicyRequest = exports.UpdateKeyGroupResult = exports.UpdateKeyGroupRequest = exports.UpdateFunctionResult = exports.UpdateFunctionRequest = exports.UpdateFieldLevelEncryptionProfileResult = exports.UpdateFieldLevelEncryptionProfileRequest = exports.UpdateFieldLevelEncryptionConfigResult = exports.UpdateFieldLevelEncryptionConfigRequest = exports.UpdateDistributionResult = exports.UpdateDistributionRequest = exports.UpdateCloudFrontOriginAccessIdentityResult = exports.UpdateCloudFrontOriginAccessIdentityRequest = exports.UpdateCachePolicyResult = exports.UpdateCachePolicyRequest = exports.UntagResourceRequest = void 0;
|
|
6
|
-
const models_0_1 = require("./models_0");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
var GetFieldLevelEncryptionConfigRequest;
|
|
9
|
-
(function (GetFieldLevelEncryptionConfigRequest) {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
|
-
GetFieldLevelEncryptionConfigRequest.filterSensitiveLog = (obj) => ({
|
|
14
|
-
...obj,
|
|
15
|
-
});
|
|
16
|
-
})(GetFieldLevelEncryptionConfigRequest = exports.GetFieldLevelEncryptionConfigRequest || (exports.GetFieldLevelEncryptionConfigRequest = {}));
|
|
17
|
-
var GetFieldLevelEncryptionConfigResult;
|
|
18
|
-
(function (GetFieldLevelEncryptionConfigResult) {
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
GetFieldLevelEncryptionConfigResult.filterSensitiveLog = (obj) => ({
|
|
23
|
-
...obj,
|
|
24
|
-
});
|
|
25
|
-
})(GetFieldLevelEncryptionConfigResult = exports.GetFieldLevelEncryptionConfigResult || (exports.GetFieldLevelEncryptionConfigResult = {}));
|
|
26
|
-
var GetFieldLevelEncryptionProfileRequest;
|
|
27
|
-
(function (GetFieldLevelEncryptionProfileRequest) {
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
|
-
GetFieldLevelEncryptionProfileRequest.filterSensitiveLog = (obj) => ({
|
|
32
|
-
...obj,
|
|
33
|
-
});
|
|
34
|
-
})(GetFieldLevelEncryptionProfileRequest = exports.GetFieldLevelEncryptionProfileRequest || (exports.GetFieldLevelEncryptionProfileRequest = {}));
|
|
35
|
-
var GetFieldLevelEncryptionProfileResult;
|
|
36
|
-
(function (GetFieldLevelEncryptionProfileResult) {
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
|
-
GetFieldLevelEncryptionProfileResult.filterSensitiveLog = (obj) => ({
|
|
41
|
-
...obj,
|
|
42
|
-
});
|
|
43
|
-
})(GetFieldLevelEncryptionProfileResult = exports.GetFieldLevelEncryptionProfileResult || (exports.GetFieldLevelEncryptionProfileResult = {}));
|
|
44
|
-
var GetFieldLevelEncryptionProfileConfigRequest;
|
|
45
|
-
(function (GetFieldLevelEncryptionProfileConfigRequest) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
GetFieldLevelEncryptionProfileConfigRequest.filterSensitiveLog = (obj) => ({
|
|
50
|
-
...obj,
|
|
51
|
-
});
|
|
52
|
-
})(GetFieldLevelEncryptionProfileConfigRequest = exports.GetFieldLevelEncryptionProfileConfigRequest || (exports.GetFieldLevelEncryptionProfileConfigRequest = {}));
|
|
53
|
-
var GetFieldLevelEncryptionProfileConfigResult;
|
|
54
|
-
(function (GetFieldLevelEncryptionProfileConfigResult) {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
GetFieldLevelEncryptionProfileConfigResult.filterSensitiveLog = (obj) => ({
|
|
59
|
-
...obj,
|
|
60
|
-
});
|
|
61
|
-
})(GetFieldLevelEncryptionProfileConfigResult = exports.GetFieldLevelEncryptionProfileConfigResult || (exports.GetFieldLevelEncryptionProfileConfigResult = {}));
|
|
62
|
-
var GetFunctionRequest;
|
|
63
|
-
(function (GetFunctionRequest) {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
|
-
GetFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
})(GetFunctionRequest = exports.GetFunctionRequest || (exports.GetFunctionRequest = {}));
|
|
71
|
-
var GetFunctionResult;
|
|
72
|
-
(function (GetFunctionResult) {
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
GetFunctionResult.filterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
...(obj.FunctionCode && { FunctionCode: smithy_client_1.SENSITIVE_STRING }),
|
|
79
|
-
});
|
|
80
|
-
})(GetFunctionResult = exports.GetFunctionResult || (exports.GetFunctionResult = {}));
|
|
81
|
-
var GetInvalidationRequest;
|
|
82
|
-
(function (GetInvalidationRequest) {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
GetInvalidationRequest.filterSensitiveLog = (obj) => ({
|
|
87
|
-
...obj,
|
|
88
|
-
});
|
|
89
|
-
})(GetInvalidationRequest = exports.GetInvalidationRequest || (exports.GetInvalidationRequest = {}));
|
|
90
|
-
var GetInvalidationResult;
|
|
91
|
-
(function (GetInvalidationResult) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
GetInvalidationResult.filterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
})(GetInvalidationResult = exports.GetInvalidationResult || (exports.GetInvalidationResult = {}));
|
|
99
|
-
var NoSuchInvalidation;
|
|
100
|
-
(function (NoSuchInvalidation) {
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
NoSuchInvalidation.filterSensitiveLog = (obj) => ({
|
|
105
|
-
...obj,
|
|
106
|
-
});
|
|
107
|
-
})(NoSuchInvalidation = exports.NoSuchInvalidation || (exports.NoSuchInvalidation = {}));
|
|
108
|
-
var GetKeyGroupRequest;
|
|
109
|
-
(function (GetKeyGroupRequest) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
GetKeyGroupRequest.filterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
})(GetKeyGroupRequest = exports.GetKeyGroupRequest || (exports.GetKeyGroupRequest = {}));
|
|
117
|
-
var GetKeyGroupResult;
|
|
118
|
-
(function (GetKeyGroupResult) {
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
GetKeyGroupResult.filterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
});
|
|
125
|
-
})(GetKeyGroupResult = exports.GetKeyGroupResult || (exports.GetKeyGroupResult = {}));
|
|
126
|
-
var GetKeyGroupConfigRequest;
|
|
127
|
-
(function (GetKeyGroupConfigRequest) {
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
GetKeyGroupConfigRequest.filterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
})(GetKeyGroupConfigRequest = exports.GetKeyGroupConfigRequest || (exports.GetKeyGroupConfigRequest = {}));
|
|
135
|
-
var GetKeyGroupConfigResult;
|
|
136
|
-
(function (GetKeyGroupConfigResult) {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
GetKeyGroupConfigResult.filterSensitiveLog = (obj) => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
143
|
-
})(GetKeyGroupConfigResult = exports.GetKeyGroupConfigResult || (exports.GetKeyGroupConfigResult = {}));
|
|
144
|
-
var GetMonitoringSubscriptionRequest;
|
|
145
|
-
(function (GetMonitoringSubscriptionRequest) {
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
GetMonitoringSubscriptionRequest.filterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
})(GetMonitoringSubscriptionRequest = exports.GetMonitoringSubscriptionRequest || (exports.GetMonitoringSubscriptionRequest = {}));
|
|
153
|
-
var GetMonitoringSubscriptionResult;
|
|
154
|
-
(function (GetMonitoringSubscriptionResult) {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
GetMonitoringSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
159
|
-
...obj,
|
|
160
|
-
});
|
|
161
|
-
})(GetMonitoringSubscriptionResult = exports.GetMonitoringSubscriptionResult || (exports.GetMonitoringSubscriptionResult = {}));
|
|
162
|
-
var GetOriginRequestPolicyRequest;
|
|
163
|
-
(function (GetOriginRequestPolicyRequest) {
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
|
-
GetOriginRequestPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
})(GetOriginRequestPolicyRequest = exports.GetOriginRequestPolicyRequest || (exports.GetOriginRequestPolicyRequest = {}));
|
|
171
|
-
var GetOriginRequestPolicyResult;
|
|
172
|
-
(function (GetOriginRequestPolicyResult) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
GetOriginRequestPolicyResult.filterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
})(GetOriginRequestPolicyResult = exports.GetOriginRequestPolicyResult || (exports.GetOriginRequestPolicyResult = {}));
|
|
180
|
-
var GetOriginRequestPolicyConfigRequest;
|
|
181
|
-
(function (GetOriginRequestPolicyConfigRequest) {
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
|
-
GetOriginRequestPolicyConfigRequest.filterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
})(GetOriginRequestPolicyConfigRequest = exports.GetOriginRequestPolicyConfigRequest || (exports.GetOriginRequestPolicyConfigRequest = {}));
|
|
189
|
-
var GetOriginRequestPolicyConfigResult;
|
|
190
|
-
(function (GetOriginRequestPolicyConfigResult) {
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
GetOriginRequestPolicyConfigResult.filterSensitiveLog = (obj) => ({
|
|
195
|
-
...obj,
|
|
196
|
-
});
|
|
197
|
-
})(GetOriginRequestPolicyConfigResult = exports.GetOriginRequestPolicyConfigResult || (exports.GetOriginRequestPolicyConfigResult = {}));
|
|
198
|
-
var GetPublicKeyRequest;
|
|
199
|
-
(function (GetPublicKeyRequest) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
GetPublicKeyRequest.filterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
})(GetPublicKeyRequest = exports.GetPublicKeyRequest || (exports.GetPublicKeyRequest = {}));
|
|
207
|
-
var GetPublicKeyResult;
|
|
208
|
-
(function (GetPublicKeyResult) {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
|
-
GetPublicKeyResult.filterSensitiveLog = (obj) => ({
|
|
213
|
-
...obj,
|
|
214
|
-
});
|
|
215
|
-
})(GetPublicKeyResult = exports.GetPublicKeyResult || (exports.GetPublicKeyResult = {}));
|
|
216
|
-
var GetPublicKeyConfigRequest;
|
|
217
|
-
(function (GetPublicKeyConfigRequest) {
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
GetPublicKeyConfigRequest.filterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
})(GetPublicKeyConfigRequest = exports.GetPublicKeyConfigRequest || (exports.GetPublicKeyConfigRequest = {}));
|
|
225
|
-
var GetPublicKeyConfigResult;
|
|
226
|
-
(function (GetPublicKeyConfigResult) {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
GetPublicKeyConfigResult.filterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
})(GetPublicKeyConfigResult = exports.GetPublicKeyConfigResult || (exports.GetPublicKeyConfigResult = {}));
|
|
234
|
-
var GetRealtimeLogConfigRequest;
|
|
235
|
-
(function (GetRealtimeLogConfigRequest) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
GetRealtimeLogConfigRequest.filterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
})(GetRealtimeLogConfigRequest = exports.GetRealtimeLogConfigRequest || (exports.GetRealtimeLogConfigRequest = {}));
|
|
243
|
-
var GetRealtimeLogConfigResult;
|
|
244
|
-
(function (GetRealtimeLogConfigResult) {
|
|
245
|
-
/**
|
|
246
|
-
* @internal
|
|
247
|
-
*/
|
|
248
|
-
GetRealtimeLogConfigResult.filterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
})(GetRealtimeLogConfigResult = exports.GetRealtimeLogConfigResult || (exports.GetRealtimeLogConfigResult = {}));
|
|
252
|
-
var GetStreamingDistributionRequest;
|
|
253
|
-
(function (GetStreamingDistributionRequest) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
GetStreamingDistributionRequest.filterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
})(GetStreamingDistributionRequest = exports.GetStreamingDistributionRequest || (exports.GetStreamingDistributionRequest = {}));
|
|
261
|
-
var GetStreamingDistributionResult;
|
|
262
|
-
(function (GetStreamingDistributionResult) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
|
-
GetStreamingDistributionResult.filterSensitiveLog = (obj) => ({
|
|
267
|
-
...obj,
|
|
268
|
-
});
|
|
269
|
-
})(GetStreamingDistributionResult = exports.GetStreamingDistributionResult || (exports.GetStreamingDistributionResult = {}));
|
|
270
|
-
var GetStreamingDistributionConfigRequest;
|
|
271
|
-
(function (GetStreamingDistributionConfigRequest) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
|
-
GetStreamingDistributionConfigRequest.filterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
})(GetStreamingDistributionConfigRequest = exports.GetStreamingDistributionConfigRequest || (exports.GetStreamingDistributionConfigRequest = {}));
|
|
279
|
-
var GetStreamingDistributionConfigResult;
|
|
280
|
-
(function (GetStreamingDistributionConfigResult) {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
GetStreamingDistributionConfigResult.filterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
})(GetStreamingDistributionConfigResult = exports.GetStreamingDistributionConfigResult || (exports.GetStreamingDistributionConfigResult = {}));
|
|
288
|
-
var ListCachePoliciesRequest;
|
|
289
|
-
(function (ListCachePoliciesRequest) {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
ListCachePoliciesRequest.filterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
})(ListCachePoliciesRequest = exports.ListCachePoliciesRequest || (exports.ListCachePoliciesRequest = {}));
|
|
297
|
-
var ListCachePoliciesResult;
|
|
298
|
-
(function (ListCachePoliciesResult) {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
ListCachePoliciesResult.filterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
});
|
|
305
|
-
})(ListCachePoliciesResult = exports.ListCachePoliciesResult || (exports.ListCachePoliciesResult = {}));
|
|
306
|
-
var ListCloudFrontOriginAccessIdentitiesRequest;
|
|
307
|
-
(function (ListCloudFrontOriginAccessIdentitiesRequest) {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
ListCloudFrontOriginAccessIdentitiesRequest.filterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
})(ListCloudFrontOriginAccessIdentitiesRequest = exports.ListCloudFrontOriginAccessIdentitiesRequest || (exports.ListCloudFrontOriginAccessIdentitiesRequest = {}));
|
|
315
|
-
var CloudFrontOriginAccessIdentitySummary;
|
|
316
|
-
(function (CloudFrontOriginAccessIdentitySummary) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
|
-
CloudFrontOriginAccessIdentitySummary.filterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
});
|
|
323
|
-
})(CloudFrontOriginAccessIdentitySummary = exports.CloudFrontOriginAccessIdentitySummary || (exports.CloudFrontOriginAccessIdentitySummary = {}));
|
|
324
|
-
var CloudFrontOriginAccessIdentityList;
|
|
325
|
-
(function (CloudFrontOriginAccessIdentityList) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
|
-
CloudFrontOriginAccessIdentityList.filterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
})(CloudFrontOriginAccessIdentityList = exports.CloudFrontOriginAccessIdentityList || (exports.CloudFrontOriginAccessIdentityList = {}));
|
|
333
|
-
var ListCloudFrontOriginAccessIdentitiesResult;
|
|
334
|
-
(function (ListCloudFrontOriginAccessIdentitiesResult) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
|
-
ListCloudFrontOriginAccessIdentitiesResult.filterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
})(ListCloudFrontOriginAccessIdentitiesResult = exports.ListCloudFrontOriginAccessIdentitiesResult || (exports.ListCloudFrontOriginAccessIdentitiesResult = {}));
|
|
342
|
-
var ListConflictingAliasesRequest;
|
|
343
|
-
(function (ListConflictingAliasesRequest) {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
ListConflictingAliasesRequest.filterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
})(ListConflictingAliasesRequest = exports.ListConflictingAliasesRequest || (exports.ListConflictingAliasesRequest = {}));
|
|
351
|
-
var ConflictingAlias;
|
|
352
|
-
(function (ConflictingAlias) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
ConflictingAlias.filterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
})(ConflictingAlias = exports.ConflictingAlias || (exports.ConflictingAlias = {}));
|
|
360
|
-
var ConflictingAliasesList;
|
|
361
|
-
(function (ConflictingAliasesList) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
|
-
ConflictingAliasesList.filterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
})(ConflictingAliasesList = exports.ConflictingAliasesList || (exports.ConflictingAliasesList = {}));
|
|
369
|
-
var ListConflictingAliasesResult;
|
|
370
|
-
(function (ListConflictingAliasesResult) {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
ListConflictingAliasesResult.filterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
})(ListConflictingAliasesResult = exports.ListConflictingAliasesResult || (exports.ListConflictingAliasesResult = {}));
|
|
378
|
-
var ListDistributionsRequest;
|
|
379
|
-
(function (ListDistributionsRequest) {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
ListDistributionsRequest.filterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
})(ListDistributionsRequest = exports.ListDistributionsRequest || (exports.ListDistributionsRequest = {}));
|
|
387
|
-
var DistributionSummary;
|
|
388
|
-
(function (DistributionSummary) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
|
-
DistributionSummary.filterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
})(DistributionSummary = exports.DistributionSummary || (exports.DistributionSummary = {}));
|
|
396
|
-
var DistributionList;
|
|
397
|
-
(function (DistributionList) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
DistributionList.filterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
})(DistributionList = exports.DistributionList || (exports.DistributionList = {}));
|
|
405
|
-
var ListDistributionsResult;
|
|
406
|
-
(function (ListDistributionsResult) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
|
-
ListDistributionsResult.filterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
})(ListDistributionsResult = exports.ListDistributionsResult || (exports.ListDistributionsResult = {}));
|
|
414
|
-
var ListDistributionsByCachePolicyIdRequest;
|
|
415
|
-
(function (ListDistributionsByCachePolicyIdRequest) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
|
-
ListDistributionsByCachePolicyIdRequest.filterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
})(ListDistributionsByCachePolicyIdRequest = exports.ListDistributionsByCachePolicyIdRequest || (exports.ListDistributionsByCachePolicyIdRequest = {}));
|
|
423
|
-
var DistributionIdList;
|
|
424
|
-
(function (DistributionIdList) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
|
-
DistributionIdList.filterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
|
-
})(DistributionIdList = exports.DistributionIdList || (exports.DistributionIdList = {}));
|
|
432
|
-
var ListDistributionsByCachePolicyIdResult;
|
|
433
|
-
(function (ListDistributionsByCachePolicyIdResult) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
|
-
ListDistributionsByCachePolicyIdResult.filterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
})(ListDistributionsByCachePolicyIdResult = exports.ListDistributionsByCachePolicyIdResult || (exports.ListDistributionsByCachePolicyIdResult = {}));
|
|
441
|
-
var ListDistributionsByKeyGroupRequest;
|
|
442
|
-
(function (ListDistributionsByKeyGroupRequest) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
ListDistributionsByKeyGroupRequest.filterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
})(ListDistributionsByKeyGroupRequest = exports.ListDistributionsByKeyGroupRequest || (exports.ListDistributionsByKeyGroupRequest = {}));
|
|
450
|
-
var ListDistributionsByKeyGroupResult;
|
|
451
|
-
(function (ListDistributionsByKeyGroupResult) {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
|
-
ListDistributionsByKeyGroupResult.filterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
})(ListDistributionsByKeyGroupResult = exports.ListDistributionsByKeyGroupResult || (exports.ListDistributionsByKeyGroupResult = {}));
|
|
459
|
-
var ListDistributionsByOriginRequestPolicyIdRequest;
|
|
460
|
-
(function (ListDistributionsByOriginRequestPolicyIdRequest) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
|
-
ListDistributionsByOriginRequestPolicyIdRequest.filterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
})(ListDistributionsByOriginRequestPolicyIdRequest = exports.ListDistributionsByOriginRequestPolicyIdRequest || (exports.ListDistributionsByOriginRequestPolicyIdRequest = {}));
|
|
468
|
-
var ListDistributionsByOriginRequestPolicyIdResult;
|
|
469
|
-
(function (ListDistributionsByOriginRequestPolicyIdResult) {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
|
-
ListDistributionsByOriginRequestPolicyIdResult.filterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
});
|
|
476
|
-
})(ListDistributionsByOriginRequestPolicyIdResult = exports.ListDistributionsByOriginRequestPolicyIdResult || (exports.ListDistributionsByOriginRequestPolicyIdResult = {}));
|
|
477
|
-
var ListDistributionsByRealtimeLogConfigRequest;
|
|
478
|
-
(function (ListDistributionsByRealtimeLogConfigRequest) {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
|
-
ListDistributionsByRealtimeLogConfigRequest.filterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
});
|
|
485
|
-
})(ListDistributionsByRealtimeLogConfigRequest = exports.ListDistributionsByRealtimeLogConfigRequest || (exports.ListDistributionsByRealtimeLogConfigRequest = {}));
|
|
486
|
-
var ListDistributionsByRealtimeLogConfigResult;
|
|
487
|
-
(function (ListDistributionsByRealtimeLogConfigResult) {
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
|
-
ListDistributionsByRealtimeLogConfigResult.filterSensitiveLog = (obj) => ({
|
|
492
|
-
...obj,
|
|
493
|
-
});
|
|
494
|
-
})(ListDistributionsByRealtimeLogConfigResult = exports.ListDistributionsByRealtimeLogConfigResult || (exports.ListDistributionsByRealtimeLogConfigResult = {}));
|
|
495
|
-
var ListDistributionsByWebACLIdRequest;
|
|
496
|
-
(function (ListDistributionsByWebACLIdRequest) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
ListDistributionsByWebACLIdRequest.filterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
});
|
|
503
|
-
})(ListDistributionsByWebACLIdRequest = exports.ListDistributionsByWebACLIdRequest || (exports.ListDistributionsByWebACLIdRequest = {}));
|
|
504
|
-
var ListDistributionsByWebACLIdResult;
|
|
505
|
-
(function (ListDistributionsByWebACLIdResult) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
|
-
ListDistributionsByWebACLIdResult.filterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
})(ListDistributionsByWebACLIdResult = exports.ListDistributionsByWebACLIdResult || (exports.ListDistributionsByWebACLIdResult = {}));
|
|
513
|
-
var ListFieldLevelEncryptionConfigsRequest;
|
|
514
|
-
(function (ListFieldLevelEncryptionConfigsRequest) {
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
|
-
ListFieldLevelEncryptionConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
519
|
-
...obj,
|
|
520
|
-
});
|
|
521
|
-
})(ListFieldLevelEncryptionConfigsRequest = exports.ListFieldLevelEncryptionConfigsRequest || (exports.ListFieldLevelEncryptionConfigsRequest = {}));
|
|
522
|
-
var FieldLevelEncryptionSummary;
|
|
523
|
-
(function (FieldLevelEncryptionSummary) {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
|
-
FieldLevelEncryptionSummary.filterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
})(FieldLevelEncryptionSummary = exports.FieldLevelEncryptionSummary || (exports.FieldLevelEncryptionSummary = {}));
|
|
531
|
-
var FieldLevelEncryptionList;
|
|
532
|
-
(function (FieldLevelEncryptionList) {
|
|
533
|
-
/**
|
|
534
|
-
* @internal
|
|
535
|
-
*/
|
|
536
|
-
FieldLevelEncryptionList.filterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
})(FieldLevelEncryptionList = exports.FieldLevelEncryptionList || (exports.FieldLevelEncryptionList = {}));
|
|
540
|
-
var ListFieldLevelEncryptionConfigsResult;
|
|
541
|
-
(function (ListFieldLevelEncryptionConfigsResult) {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
|
-
ListFieldLevelEncryptionConfigsResult.filterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
})(ListFieldLevelEncryptionConfigsResult = exports.ListFieldLevelEncryptionConfigsResult || (exports.ListFieldLevelEncryptionConfigsResult = {}));
|
|
549
|
-
var ListFieldLevelEncryptionProfilesRequest;
|
|
550
|
-
(function (ListFieldLevelEncryptionProfilesRequest) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
ListFieldLevelEncryptionProfilesRequest.filterSensitiveLog = (obj) => ({
|
|
555
|
-
...obj,
|
|
556
|
-
});
|
|
557
|
-
})(ListFieldLevelEncryptionProfilesRequest = exports.ListFieldLevelEncryptionProfilesRequest || (exports.ListFieldLevelEncryptionProfilesRequest = {}));
|
|
558
|
-
var FieldLevelEncryptionProfileSummary;
|
|
559
|
-
(function (FieldLevelEncryptionProfileSummary) {
|
|
560
|
-
/**
|
|
561
|
-
* @internal
|
|
562
|
-
*/
|
|
563
|
-
FieldLevelEncryptionProfileSummary.filterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
})(FieldLevelEncryptionProfileSummary = exports.FieldLevelEncryptionProfileSummary || (exports.FieldLevelEncryptionProfileSummary = {}));
|
|
567
|
-
var FieldLevelEncryptionProfileList;
|
|
568
|
-
(function (FieldLevelEncryptionProfileList) {
|
|
569
|
-
/**
|
|
570
|
-
* @internal
|
|
571
|
-
*/
|
|
572
|
-
FieldLevelEncryptionProfileList.filterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
})(FieldLevelEncryptionProfileList = exports.FieldLevelEncryptionProfileList || (exports.FieldLevelEncryptionProfileList = {}));
|
|
576
|
-
var ListFieldLevelEncryptionProfilesResult;
|
|
577
|
-
(function (ListFieldLevelEncryptionProfilesResult) {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
|
-
ListFieldLevelEncryptionProfilesResult.filterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
})(ListFieldLevelEncryptionProfilesResult = exports.ListFieldLevelEncryptionProfilesResult || (exports.ListFieldLevelEncryptionProfilesResult = {}));
|
|
585
|
-
var ListFunctionsRequest;
|
|
586
|
-
(function (ListFunctionsRequest) {
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
|
-
ListFunctionsRequest.filterSensitiveLog = (obj) => ({
|
|
591
|
-
...obj,
|
|
592
|
-
});
|
|
593
|
-
})(ListFunctionsRequest = exports.ListFunctionsRequest || (exports.ListFunctionsRequest = {}));
|
|
594
|
-
var FunctionList;
|
|
595
|
-
(function (FunctionList) {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
|
-
FunctionList.filterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
})(FunctionList = exports.FunctionList || (exports.FunctionList = {}));
|
|
603
|
-
var ListFunctionsResult;
|
|
604
|
-
(function (ListFunctionsResult) {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
|
-
ListFunctionsResult.filterSensitiveLog = (obj) => ({
|
|
609
|
-
...obj,
|
|
610
|
-
});
|
|
611
|
-
})(ListFunctionsResult = exports.ListFunctionsResult || (exports.ListFunctionsResult = {}));
|
|
612
|
-
var ListInvalidationsRequest;
|
|
613
|
-
(function (ListInvalidationsRequest) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
|
-
ListInvalidationsRequest.filterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
})(ListInvalidationsRequest = exports.ListInvalidationsRequest || (exports.ListInvalidationsRequest = {}));
|
|
621
|
-
var InvalidationSummary;
|
|
622
|
-
(function (InvalidationSummary) {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
|
-
InvalidationSummary.filterSensitiveLog = (obj) => ({
|
|
627
|
-
...obj,
|
|
628
|
-
});
|
|
629
|
-
})(InvalidationSummary = exports.InvalidationSummary || (exports.InvalidationSummary = {}));
|
|
630
|
-
var InvalidationList;
|
|
631
|
-
(function (InvalidationList) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
|
-
InvalidationList.filterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
});
|
|
638
|
-
})(InvalidationList = exports.InvalidationList || (exports.InvalidationList = {}));
|
|
639
|
-
var ListInvalidationsResult;
|
|
640
|
-
(function (ListInvalidationsResult) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
|
-
ListInvalidationsResult.filterSensitiveLog = (obj) => ({
|
|
645
|
-
...obj,
|
|
646
|
-
});
|
|
647
|
-
})(ListInvalidationsResult = exports.ListInvalidationsResult || (exports.ListInvalidationsResult = {}));
|
|
648
|
-
var ListKeyGroupsRequest;
|
|
649
|
-
(function (ListKeyGroupsRequest) {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
ListKeyGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
654
|
-
...obj,
|
|
655
|
-
});
|
|
656
|
-
})(ListKeyGroupsRequest = exports.ListKeyGroupsRequest || (exports.ListKeyGroupsRequest = {}));
|
|
657
|
-
var KeyGroupSummary;
|
|
658
|
-
(function (KeyGroupSummary) {
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
*/
|
|
662
|
-
KeyGroupSummary.filterSensitiveLog = (obj) => ({
|
|
663
|
-
...obj,
|
|
664
|
-
});
|
|
665
|
-
})(KeyGroupSummary = exports.KeyGroupSummary || (exports.KeyGroupSummary = {}));
|
|
666
|
-
var KeyGroupList;
|
|
667
|
-
(function (KeyGroupList) {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
|
-
KeyGroupList.filterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
|
-
})(KeyGroupList = exports.KeyGroupList || (exports.KeyGroupList = {}));
|
|
675
|
-
var ListKeyGroupsResult;
|
|
676
|
-
(function (ListKeyGroupsResult) {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
|
-
ListKeyGroupsResult.filterSensitiveLog = (obj) => ({
|
|
681
|
-
...obj,
|
|
682
|
-
});
|
|
683
|
-
})(ListKeyGroupsResult = exports.ListKeyGroupsResult || (exports.ListKeyGroupsResult = {}));
|
|
684
|
-
var ListOriginRequestPoliciesRequest;
|
|
685
|
-
(function (ListOriginRequestPoliciesRequest) {
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
|
-
ListOriginRequestPoliciesRequest.filterSensitiveLog = (obj) => ({
|
|
690
|
-
...obj,
|
|
691
|
-
});
|
|
692
|
-
})(ListOriginRequestPoliciesRequest = exports.ListOriginRequestPoliciesRequest || (exports.ListOriginRequestPoliciesRequest = {}));
|
|
693
|
-
var OriginRequestPolicySummary;
|
|
694
|
-
(function (OriginRequestPolicySummary) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
|
-
OriginRequestPolicySummary.filterSensitiveLog = (obj) => ({
|
|
699
|
-
...obj,
|
|
700
|
-
});
|
|
701
|
-
})(OriginRequestPolicySummary = exports.OriginRequestPolicySummary || (exports.OriginRequestPolicySummary = {}));
|
|
702
|
-
var OriginRequestPolicyList;
|
|
703
|
-
(function (OriginRequestPolicyList) {
|
|
704
|
-
/**
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
707
|
-
OriginRequestPolicyList.filterSensitiveLog = (obj) => ({
|
|
708
|
-
...obj,
|
|
709
|
-
});
|
|
710
|
-
})(OriginRequestPolicyList = exports.OriginRequestPolicyList || (exports.OriginRequestPolicyList = {}));
|
|
711
|
-
var ListOriginRequestPoliciesResult;
|
|
712
|
-
(function (ListOriginRequestPoliciesResult) {
|
|
713
|
-
/**
|
|
714
|
-
* @internal
|
|
715
|
-
*/
|
|
716
|
-
ListOriginRequestPoliciesResult.filterSensitiveLog = (obj) => ({
|
|
717
|
-
...obj,
|
|
718
|
-
});
|
|
719
|
-
})(ListOriginRequestPoliciesResult = exports.ListOriginRequestPoliciesResult || (exports.ListOriginRequestPoliciesResult = {}));
|
|
720
|
-
var ListPublicKeysRequest;
|
|
721
|
-
(function (ListPublicKeysRequest) {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
|
-
ListPublicKeysRequest.filterSensitiveLog = (obj) => ({
|
|
726
|
-
...obj,
|
|
727
|
-
});
|
|
728
|
-
})(ListPublicKeysRequest = exports.ListPublicKeysRequest || (exports.ListPublicKeysRequest = {}));
|
|
729
|
-
var PublicKeySummary;
|
|
730
|
-
(function (PublicKeySummary) {
|
|
731
|
-
/**
|
|
732
|
-
* @internal
|
|
733
|
-
*/
|
|
734
|
-
PublicKeySummary.filterSensitiveLog = (obj) => ({
|
|
735
|
-
...obj,
|
|
736
|
-
});
|
|
737
|
-
})(PublicKeySummary = exports.PublicKeySummary || (exports.PublicKeySummary = {}));
|
|
738
|
-
var PublicKeyList;
|
|
739
|
-
(function (PublicKeyList) {
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
PublicKeyList.filterSensitiveLog = (obj) => ({
|
|
744
|
-
...obj,
|
|
745
|
-
});
|
|
746
|
-
})(PublicKeyList = exports.PublicKeyList || (exports.PublicKeyList = {}));
|
|
747
|
-
var ListPublicKeysResult;
|
|
748
|
-
(function (ListPublicKeysResult) {
|
|
749
|
-
/**
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
752
|
-
ListPublicKeysResult.filterSensitiveLog = (obj) => ({
|
|
753
|
-
...obj,
|
|
754
|
-
});
|
|
755
|
-
})(ListPublicKeysResult = exports.ListPublicKeysResult || (exports.ListPublicKeysResult = {}));
|
|
756
|
-
var ListRealtimeLogConfigsRequest;
|
|
757
|
-
(function (ListRealtimeLogConfigsRequest) {
|
|
758
|
-
/**
|
|
759
|
-
* @internal
|
|
760
|
-
*/
|
|
761
|
-
ListRealtimeLogConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
})(ListRealtimeLogConfigsRequest = exports.ListRealtimeLogConfigsRequest || (exports.ListRealtimeLogConfigsRequest = {}));
|
|
765
|
-
var RealtimeLogConfigs;
|
|
766
|
-
(function (RealtimeLogConfigs) {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
|
-
RealtimeLogConfigs.filterSensitiveLog = (obj) => ({
|
|
771
|
-
...obj,
|
|
772
|
-
});
|
|
773
|
-
})(RealtimeLogConfigs = exports.RealtimeLogConfigs || (exports.RealtimeLogConfigs = {}));
|
|
774
|
-
var ListRealtimeLogConfigsResult;
|
|
775
|
-
(function (ListRealtimeLogConfigsResult) {
|
|
776
|
-
/**
|
|
777
|
-
* @internal
|
|
778
|
-
*/
|
|
779
|
-
ListRealtimeLogConfigsResult.filterSensitiveLog = (obj) => ({
|
|
780
|
-
...obj,
|
|
781
|
-
});
|
|
782
|
-
})(ListRealtimeLogConfigsResult = exports.ListRealtimeLogConfigsResult || (exports.ListRealtimeLogConfigsResult = {}));
|
|
783
|
-
var ListStreamingDistributionsRequest;
|
|
784
|
-
(function (ListStreamingDistributionsRequest) {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
|
-
ListStreamingDistributionsRequest.filterSensitiveLog = (obj) => ({
|
|
789
|
-
...obj,
|
|
790
|
-
});
|
|
791
|
-
})(ListStreamingDistributionsRequest = exports.ListStreamingDistributionsRequest || (exports.ListStreamingDistributionsRequest = {}));
|
|
792
|
-
var StreamingDistributionSummary;
|
|
793
|
-
(function (StreamingDistributionSummary) {
|
|
794
|
-
/**
|
|
795
|
-
* @internal
|
|
796
|
-
*/
|
|
797
|
-
StreamingDistributionSummary.filterSensitiveLog = (obj) => ({
|
|
798
|
-
...obj,
|
|
799
|
-
});
|
|
800
|
-
})(StreamingDistributionSummary = exports.StreamingDistributionSummary || (exports.StreamingDistributionSummary = {}));
|
|
801
|
-
var StreamingDistributionList;
|
|
802
|
-
(function (StreamingDistributionList) {
|
|
803
|
-
/**
|
|
804
|
-
* @internal
|
|
805
|
-
*/
|
|
806
|
-
StreamingDistributionList.filterSensitiveLog = (obj) => ({
|
|
807
|
-
...obj,
|
|
808
|
-
});
|
|
809
|
-
})(StreamingDistributionList = exports.StreamingDistributionList || (exports.StreamingDistributionList = {}));
|
|
810
|
-
var ListStreamingDistributionsResult;
|
|
811
|
-
(function (ListStreamingDistributionsResult) {
|
|
812
|
-
/**
|
|
813
|
-
* @internal
|
|
814
|
-
*/
|
|
815
|
-
ListStreamingDistributionsResult.filterSensitiveLog = (obj) => ({
|
|
816
|
-
...obj,
|
|
817
|
-
});
|
|
818
|
-
})(ListStreamingDistributionsResult = exports.ListStreamingDistributionsResult || (exports.ListStreamingDistributionsResult = {}));
|
|
819
|
-
var ListTagsForResourceRequest;
|
|
820
|
-
(function (ListTagsForResourceRequest) {
|
|
821
|
-
/**
|
|
822
|
-
* @internal
|
|
823
|
-
*/
|
|
824
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
825
|
-
...obj,
|
|
826
|
-
});
|
|
827
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
828
|
-
var ListTagsForResourceResult;
|
|
829
|
-
(function (ListTagsForResourceResult) {
|
|
830
|
-
/**
|
|
831
|
-
* @internal
|
|
832
|
-
*/
|
|
833
|
-
ListTagsForResourceResult.filterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
});
|
|
836
|
-
})(ListTagsForResourceResult = exports.ListTagsForResourceResult || (exports.ListTagsForResourceResult = {}));
|
|
837
|
-
var PublishFunctionRequest;
|
|
838
|
-
(function (PublishFunctionRequest) {
|
|
839
|
-
/**
|
|
840
|
-
* @internal
|
|
841
|
-
*/
|
|
842
|
-
PublishFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
843
|
-
...obj,
|
|
844
|
-
});
|
|
845
|
-
})(PublishFunctionRequest = exports.PublishFunctionRequest || (exports.PublishFunctionRequest = {}));
|
|
846
|
-
var PublishFunctionResult;
|
|
847
|
-
(function (PublishFunctionResult) {
|
|
848
|
-
/**
|
|
849
|
-
* @internal
|
|
850
|
-
*/
|
|
851
|
-
PublishFunctionResult.filterSensitiveLog = (obj) => ({
|
|
852
|
-
...obj,
|
|
853
|
-
});
|
|
854
|
-
})(PublishFunctionResult = exports.PublishFunctionResult || (exports.PublishFunctionResult = {}));
|
|
855
|
-
var TagResourceRequest;
|
|
856
|
-
(function (TagResourceRequest) {
|
|
857
|
-
/**
|
|
858
|
-
* @internal
|
|
859
|
-
*/
|
|
860
|
-
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
861
|
-
...obj,
|
|
862
|
-
});
|
|
863
|
-
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
864
|
-
var TestFunctionFailed;
|
|
865
|
-
(function (TestFunctionFailed) {
|
|
866
|
-
/**
|
|
867
|
-
* @internal
|
|
868
|
-
*/
|
|
869
|
-
TestFunctionFailed.filterSensitiveLog = (obj) => ({
|
|
870
|
-
...obj,
|
|
871
|
-
});
|
|
872
|
-
})(TestFunctionFailed = exports.TestFunctionFailed || (exports.TestFunctionFailed = {}));
|
|
873
|
-
var TestFunctionRequest;
|
|
874
|
-
(function (TestFunctionRequest) {
|
|
875
|
-
/**
|
|
876
|
-
* @internal
|
|
877
|
-
*/
|
|
878
|
-
TestFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
879
|
-
...obj,
|
|
880
|
-
...(obj.EventObject && { EventObject: smithy_client_1.SENSITIVE_STRING }),
|
|
881
|
-
});
|
|
882
|
-
})(TestFunctionRequest = exports.TestFunctionRequest || (exports.TestFunctionRequest = {}));
|
|
883
|
-
var TestResult;
|
|
884
|
-
(function (TestResult) {
|
|
885
|
-
/**
|
|
886
|
-
* @internal
|
|
887
|
-
*/
|
|
888
|
-
TestResult.filterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
});
|
|
891
|
-
})(TestResult = exports.TestResult || (exports.TestResult = {}));
|
|
892
|
-
var TestFunctionResult;
|
|
893
|
-
(function (TestFunctionResult) {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
|
-
TestFunctionResult.filterSensitiveLog = (obj) => ({
|
|
898
|
-
...obj,
|
|
899
|
-
});
|
|
900
|
-
})(TestFunctionResult = exports.TestFunctionResult || (exports.TestFunctionResult = {}));
|
|
901
|
-
var TagKeys;
|
|
902
|
-
(function (TagKeys) {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
|
-
TagKeys.filterSensitiveLog = (obj) => ({
|
|
907
|
-
...obj,
|
|
908
|
-
});
|
|
909
|
-
})(TagKeys = exports.TagKeys || (exports.TagKeys = {}));
|
|
910
|
-
var UntagResourceRequest;
|
|
911
|
-
(function (UntagResourceRequest) {
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
|
-
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
916
|
-
...obj,
|
|
917
|
-
});
|
|
918
|
-
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
919
|
-
var UpdateCachePolicyRequest;
|
|
920
|
-
(function (UpdateCachePolicyRequest) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
|
-
UpdateCachePolicyRequest.filterSensitiveLog = (obj) => ({
|
|
925
|
-
...obj,
|
|
926
|
-
});
|
|
927
|
-
})(UpdateCachePolicyRequest = exports.UpdateCachePolicyRequest || (exports.UpdateCachePolicyRequest = {}));
|
|
928
|
-
var UpdateCachePolicyResult;
|
|
929
|
-
(function (UpdateCachePolicyResult) {
|
|
930
|
-
/**
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
933
|
-
UpdateCachePolicyResult.filterSensitiveLog = (obj) => ({
|
|
934
|
-
...obj,
|
|
935
|
-
});
|
|
936
|
-
})(UpdateCachePolicyResult = exports.UpdateCachePolicyResult || (exports.UpdateCachePolicyResult = {}));
|
|
937
|
-
var UpdateCloudFrontOriginAccessIdentityRequest;
|
|
938
|
-
(function (UpdateCloudFrontOriginAccessIdentityRequest) {
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
*/
|
|
942
|
-
UpdateCloudFrontOriginAccessIdentityRequest.filterSensitiveLog = (obj) => ({
|
|
943
|
-
...obj,
|
|
944
|
-
});
|
|
945
|
-
})(UpdateCloudFrontOriginAccessIdentityRequest = exports.UpdateCloudFrontOriginAccessIdentityRequest || (exports.UpdateCloudFrontOriginAccessIdentityRequest = {}));
|
|
946
|
-
var UpdateCloudFrontOriginAccessIdentityResult;
|
|
947
|
-
(function (UpdateCloudFrontOriginAccessIdentityResult) {
|
|
948
|
-
/**
|
|
949
|
-
* @internal
|
|
950
|
-
*/
|
|
951
|
-
UpdateCloudFrontOriginAccessIdentityResult.filterSensitiveLog = (obj) => ({
|
|
952
|
-
...obj,
|
|
953
|
-
});
|
|
954
|
-
})(UpdateCloudFrontOriginAccessIdentityResult = exports.UpdateCloudFrontOriginAccessIdentityResult || (exports.UpdateCloudFrontOriginAccessIdentityResult = {}));
|
|
955
|
-
var UpdateDistributionRequest;
|
|
956
|
-
(function (UpdateDistributionRequest) {
|
|
957
|
-
/**
|
|
958
|
-
* @internal
|
|
959
|
-
*/
|
|
960
|
-
UpdateDistributionRequest.filterSensitiveLog = (obj) => ({
|
|
961
|
-
...obj,
|
|
962
|
-
...(obj.DistributionConfig && {
|
|
963
|
-
DistributionConfig: models_0_1.DistributionConfig.filterSensitiveLog(obj.DistributionConfig),
|
|
964
|
-
}),
|
|
965
|
-
});
|
|
966
|
-
})(UpdateDistributionRequest = exports.UpdateDistributionRequest || (exports.UpdateDistributionRequest = {}));
|
|
967
|
-
var UpdateDistributionResult;
|
|
968
|
-
(function (UpdateDistributionResult) {
|
|
969
|
-
/**
|
|
970
|
-
* @internal
|
|
971
|
-
*/
|
|
972
|
-
UpdateDistributionResult.filterSensitiveLog = (obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
...(obj.Distribution && { Distribution: models_0_1.Distribution.filterSensitiveLog(obj.Distribution) }),
|
|
975
|
-
});
|
|
976
|
-
})(UpdateDistributionResult = exports.UpdateDistributionResult || (exports.UpdateDistributionResult = {}));
|
|
977
|
-
var UpdateFieldLevelEncryptionConfigRequest;
|
|
978
|
-
(function (UpdateFieldLevelEncryptionConfigRequest) {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
|
-
UpdateFieldLevelEncryptionConfigRequest.filterSensitiveLog = (obj) => ({
|
|
983
|
-
...obj,
|
|
984
|
-
});
|
|
985
|
-
})(UpdateFieldLevelEncryptionConfigRequest = exports.UpdateFieldLevelEncryptionConfigRequest || (exports.UpdateFieldLevelEncryptionConfigRequest = {}));
|
|
986
|
-
var UpdateFieldLevelEncryptionConfigResult;
|
|
987
|
-
(function (UpdateFieldLevelEncryptionConfigResult) {
|
|
988
|
-
/**
|
|
989
|
-
* @internal
|
|
990
|
-
*/
|
|
991
|
-
UpdateFieldLevelEncryptionConfigResult.filterSensitiveLog = (obj) => ({
|
|
992
|
-
...obj,
|
|
993
|
-
});
|
|
994
|
-
})(UpdateFieldLevelEncryptionConfigResult = exports.UpdateFieldLevelEncryptionConfigResult || (exports.UpdateFieldLevelEncryptionConfigResult = {}));
|
|
995
|
-
var UpdateFieldLevelEncryptionProfileRequest;
|
|
996
|
-
(function (UpdateFieldLevelEncryptionProfileRequest) {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
|
-
UpdateFieldLevelEncryptionProfileRequest.filterSensitiveLog = (obj) => ({
|
|
1001
|
-
...obj,
|
|
1002
|
-
});
|
|
1003
|
-
})(UpdateFieldLevelEncryptionProfileRequest = exports.UpdateFieldLevelEncryptionProfileRequest || (exports.UpdateFieldLevelEncryptionProfileRequest = {}));
|
|
1004
|
-
var UpdateFieldLevelEncryptionProfileResult;
|
|
1005
|
-
(function (UpdateFieldLevelEncryptionProfileResult) {
|
|
1006
|
-
/**
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
1009
|
-
UpdateFieldLevelEncryptionProfileResult.filterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
})(UpdateFieldLevelEncryptionProfileResult = exports.UpdateFieldLevelEncryptionProfileResult || (exports.UpdateFieldLevelEncryptionProfileResult = {}));
|
|
1013
|
-
var UpdateFunctionRequest;
|
|
1014
|
-
(function (UpdateFunctionRequest) {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
|
-
UpdateFunctionRequest.filterSensitiveLog = (obj) => ({
|
|
1019
|
-
...obj,
|
|
1020
|
-
...(obj.FunctionCode && { FunctionCode: smithy_client_1.SENSITIVE_STRING }),
|
|
1021
|
-
});
|
|
1022
|
-
})(UpdateFunctionRequest = exports.UpdateFunctionRequest || (exports.UpdateFunctionRequest = {}));
|
|
1023
|
-
var UpdateFunctionResult;
|
|
1024
|
-
(function (UpdateFunctionResult) {
|
|
1025
|
-
/**
|
|
1026
|
-
* @internal
|
|
1027
|
-
*/
|
|
1028
|
-
UpdateFunctionResult.filterSensitiveLog = (obj) => ({
|
|
1029
|
-
...obj,
|
|
1030
|
-
});
|
|
1031
|
-
})(UpdateFunctionResult = exports.UpdateFunctionResult || (exports.UpdateFunctionResult = {}));
|
|
1032
|
-
var UpdateKeyGroupRequest;
|
|
1033
|
-
(function (UpdateKeyGroupRequest) {
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
*/
|
|
1037
|
-
UpdateKeyGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1038
|
-
...obj,
|
|
1039
|
-
});
|
|
1040
|
-
})(UpdateKeyGroupRequest = exports.UpdateKeyGroupRequest || (exports.UpdateKeyGroupRequest = {}));
|
|
1041
|
-
var UpdateKeyGroupResult;
|
|
1042
|
-
(function (UpdateKeyGroupResult) {
|
|
1043
|
-
/**
|
|
1044
|
-
* @internal
|
|
1045
|
-
*/
|
|
1046
|
-
UpdateKeyGroupResult.filterSensitiveLog = (obj) => ({
|
|
1047
|
-
...obj,
|
|
1048
|
-
});
|
|
1049
|
-
})(UpdateKeyGroupResult = exports.UpdateKeyGroupResult || (exports.UpdateKeyGroupResult = {}));
|
|
1050
|
-
var UpdateOriginRequestPolicyRequest;
|
|
1051
|
-
(function (UpdateOriginRequestPolicyRequest) {
|
|
1052
|
-
/**
|
|
1053
|
-
* @internal
|
|
1054
|
-
*/
|
|
1055
|
-
UpdateOriginRequestPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1056
|
-
...obj,
|
|
1057
|
-
});
|
|
1058
|
-
})(UpdateOriginRequestPolicyRequest = exports.UpdateOriginRequestPolicyRequest || (exports.UpdateOriginRequestPolicyRequest = {}));
|
|
1059
|
-
var UpdateOriginRequestPolicyResult;
|
|
1060
|
-
(function (UpdateOriginRequestPolicyResult) {
|
|
1061
|
-
/**
|
|
1062
|
-
* @internal
|
|
1063
|
-
*/
|
|
1064
|
-
UpdateOriginRequestPolicyResult.filterSensitiveLog = (obj) => ({
|
|
1065
|
-
...obj,
|
|
1066
|
-
});
|
|
1067
|
-
})(UpdateOriginRequestPolicyResult = exports.UpdateOriginRequestPolicyResult || (exports.UpdateOriginRequestPolicyResult = {}));
|
|
1068
|
-
var UpdatePublicKeyRequest;
|
|
1069
|
-
(function (UpdatePublicKeyRequest) {
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
|
-
UpdatePublicKeyRequest.filterSensitiveLog = (obj) => ({
|
|
1074
|
-
...obj,
|
|
1075
|
-
});
|
|
1076
|
-
})(UpdatePublicKeyRequest = exports.UpdatePublicKeyRequest || (exports.UpdatePublicKeyRequest = {}));
|
|
1077
|
-
var UpdatePublicKeyResult;
|
|
1078
|
-
(function (UpdatePublicKeyResult) {
|
|
1079
|
-
/**
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
1082
|
-
UpdatePublicKeyResult.filterSensitiveLog = (obj) => ({
|
|
1083
|
-
...obj,
|
|
1084
|
-
});
|
|
1085
|
-
})(UpdatePublicKeyResult = exports.UpdatePublicKeyResult || (exports.UpdatePublicKeyResult = {}));
|
|
1086
|
-
var UpdateRealtimeLogConfigRequest;
|
|
1087
|
-
(function (UpdateRealtimeLogConfigRequest) {
|
|
1088
|
-
/**
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
1091
|
-
UpdateRealtimeLogConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1092
|
-
...obj,
|
|
1093
|
-
});
|
|
1094
|
-
})(UpdateRealtimeLogConfigRequest = exports.UpdateRealtimeLogConfigRequest || (exports.UpdateRealtimeLogConfigRequest = {}));
|
|
1095
|
-
var UpdateRealtimeLogConfigResult;
|
|
1096
|
-
(function (UpdateRealtimeLogConfigResult) {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
|
-
UpdateRealtimeLogConfigResult.filterSensitiveLog = (obj) => ({
|
|
1101
|
-
...obj,
|
|
1102
|
-
});
|
|
1103
|
-
})(UpdateRealtimeLogConfigResult = exports.UpdateRealtimeLogConfigResult || (exports.UpdateRealtimeLogConfigResult = {}));
|
|
1104
|
-
var UpdateStreamingDistributionRequest;
|
|
1105
|
-
(function (UpdateStreamingDistributionRequest) {
|
|
1106
|
-
/**
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
1109
|
-
UpdateStreamingDistributionRequest.filterSensitiveLog = (obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
});
|
|
1112
|
-
})(UpdateStreamingDistributionRequest = exports.UpdateStreamingDistributionRequest || (exports.UpdateStreamingDistributionRequest = {}));
|
|
1113
|
-
var UpdateStreamingDistributionResult;
|
|
1114
|
-
(function (UpdateStreamingDistributionResult) {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
|
-
UpdateStreamingDistributionResult.filterSensitiveLog = (obj) => ({
|
|
1119
|
-
...obj,
|
|
1120
|
-
});
|
|
1121
|
-
})(UpdateStreamingDistributionResult = exports.UpdateStreamingDistributionResult || (exports.UpdateStreamingDistributionResult = {}));
|
|
1122
|
-
//# sourceMappingURL=models_1.js.map
|