@aws-sdk/client-cloudfront 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/CloudFront.js +1288 -0
- package/dist-cjs/CloudFrontClient.js +46 -0
- package/dist-cjs/commands/AssociateAliasCommand.js +70 -0
- package/dist-cjs/commands/CreateCachePolicyCommand.js +80 -0
- package/dist-cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +63 -0
- package/dist-cjs/commands/CreateDistributionCommand.js +72 -0
- package/dist-cjs/commands/CreateDistributionWithTagsCommand.js +60 -0
- package/dist-cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/CreateFunctionCommand.js +70 -0
- package/dist-cjs/commands/CreateInvalidationCommand.js +60 -0
- package/dist-cjs/commands/CreateKeyGroupCommand.js +67 -0
- package/dist-cjs/commands/CreateMonitoringSubscriptionCommand.js +63 -0
- package/dist-cjs/commands/CreateOriginRequestPolicyCommand.js +84 -0
- package/dist-cjs/commands/CreatePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/CreateRealtimeLogConfigCommand.js +63 -0
- package/dist-cjs/commands/CreateStreamingDistributionCommand.js +62 -0
- package/dist-cjs/commands/CreateStreamingDistributionWithTagsCommand.js +62 -0
- package/dist-cjs/commands/DeleteCachePolicyCommand.js +66 -0
- package/dist-cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/DeleteDistributionCommand.js +60 -0
- package/dist-cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/DeleteFunctionCommand.js +66 -0
- package/dist-cjs/commands/DeleteKeyGroupCommand.js +66 -0
- package/dist-cjs/commands/DeleteMonitoringSubscriptionCommand.js +60 -0
- package/dist-cjs/commands/DeleteOriginRequestPolicyCommand.js +66 -0
- package/dist-cjs/commands/DeletePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/DeleteRealtimeLogConfigCommand.js +66 -0
- package/dist-cjs/commands/DeleteStreamingDistributionCommand.js +107 -0
- package/dist-cjs/commands/DescribeFunctionCommand.js +64 -0
- package/dist-cjs/commands/GetCachePolicyCommand.js +73 -0
- package/dist-cjs/commands/GetCachePolicyConfigCommand.js +65 -0
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +60 -0
- package/dist-cjs/commands/GetDistributionCommand.js +60 -0
- package/dist-cjs/commands/GetDistributionConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +60 -0
- package/dist-cjs/commands/GetFunctionCommand.js +63 -0
- package/dist-cjs/commands/GetInvalidationCommand.js +60 -0
- package/dist-cjs/commands/GetKeyGroupCommand.js +65 -0
- package/dist-cjs/commands/GetKeyGroupConfigCommand.js +65 -0
- package/dist-cjs/commands/GetMonitoringSubscriptionCommand.js +61 -0
- package/dist-cjs/commands/GetOriginRequestPolicyCommand.js +73 -0
- package/dist-cjs/commands/GetOriginRequestPolicyConfigCommand.js +66 -0
- package/dist-cjs/commands/GetPublicKeyCommand.js +60 -0
- package/dist-cjs/commands/GetPublicKeyConfigCommand.js +60 -0
- package/dist-cjs/commands/GetRealtimeLogConfigCommand.js +63 -0
- package/dist-cjs/commands/GetStreamingDistributionCommand.js +60 -0
- package/dist-cjs/commands/GetStreamingDistributionConfigCommand.js +60 -0
- package/dist-cjs/commands/ListCachePoliciesCommand.js +67 -0
- package/dist-cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +60 -0
- package/dist-cjs/commands/ListConflictingAliasesCommand.js +82 -0
- package/dist-cjs/commands/ListDistributionsByCachePolicyIdCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByKeyGroupCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +66 -0
- package/dist-cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +69 -0
- package/dist-cjs/commands/ListDistributionsByWebACLIdCommand.js +60 -0
- package/dist-cjs/commands/ListDistributionsCommand.js +60 -0
- package/dist-cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +60 -0
- package/dist-cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +60 -0
- package/dist-cjs/commands/ListFunctionsCommand.js +67 -0
- package/dist-cjs/commands/ListInvalidationsCommand.js +60 -0
- package/dist-cjs/commands/ListKeyGroupsCommand.js +65 -0
- package/dist-cjs/commands/ListOriginRequestPoliciesCommand.js +67 -0
- package/dist-cjs/commands/ListPublicKeysCommand.js +60 -0
- package/dist-cjs/commands/ListRealtimeLogConfigsCommand.js +65 -0
- package/dist-cjs/commands/ListStreamingDistributionsCommand.js +60 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
- package/dist-cjs/commands/PublishFunctionCommand.js +68 -0
- package/dist-cjs/commands/TagResourceCommand.js +60 -0
- package/dist-cjs/commands/TestFunctionCommand.js +69 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateCachePolicyCommand.js +77 -0
- package/dist-cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +60 -0
- package/dist-cjs/commands/UpdateDistributionCommand.js +138 -0
- package/dist-cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +60 -0
- package/dist-cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +60 -0
- package/dist-cjs/commands/UpdateFunctionCommand.js +65 -0
- package/dist-cjs/commands/UpdateKeyGroupCommand.js +77 -0
- package/dist-cjs/commands/UpdateOriginRequestPolicyCommand.js +77 -0
- package/dist-cjs/commands/UpdatePublicKeyCommand.js +60 -0
- package/dist-cjs/commands/UpdateRealtimeLogConfigCommand.js +80 -0
- package/dist-cjs/commands/UpdateStreamingDistributionCommand.js +60 -0
- package/dist-cjs/endpoints.js +66 -0
- package/dist-cjs/index.js +99 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +2527 -0
- package/dist-cjs/models/models_1.js +1121 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +45 -0
- package/dist-cjs/pagination/ListDistributionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListInvalidationsPaginator.js +45 -0
- package/dist-cjs/pagination/ListStreamingDistributionsPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_restXml.js +16514 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-cjs/waiters/waitForDistributionDeployed.js +45 -0
- package/dist-cjs/waiters/waitForInvalidationCompleted.js +45 -0
- package/dist-cjs/waiters/waitForStreamingDistributionDeployed.js +45 -0
- package/dist-es/CloudFront.js +1285 -0
- package/dist-es/CloudFrontClient.js +37 -0
- package/dist-es/commands/AssociateAliasCommand.js +39 -0
- package/dist-es/commands/CreateCachePolicyCommand.js +39 -0
- package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/CreateDistributionCommand.js +39 -0
- package/dist-es/commands/CreateDistributionWithTagsCommand.js +39 -0
- package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/CreateFunctionCommand.js +39 -0
- package/dist-es/commands/CreateInvalidationCommand.js +39 -0
- package/dist-es/commands/CreateKeyGroupCommand.js +39 -0
- package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/CreateOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/CreatePublicKeyCommand.js +39 -0
- package/dist-es/commands/CreateRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/CreateStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +39 -0
- package/dist-es/commands/DeleteCachePolicyCommand.js +39 -0
- package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/DeleteDistributionCommand.js +39 -0
- package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionCommand.js +39 -0
- package/dist-es/commands/DeleteKeyGroupCommand.js +39 -0
- package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/DeletePublicKeyCommand.js +39 -0
- package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/DeleteStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/DescribeFunctionCommand.js +39 -0
- package/dist-es/commands/GetCachePolicyCommand.js +39 -0
- package/dist-es/commands/GetCachePolicyConfigCommand.js +39 -0
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +39 -0
- package/dist-es/commands/GetDistributionCommand.js +39 -0
- package/dist-es/commands/GetDistributionConfigCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +39 -0
- package/dist-es/commands/GetFunctionCommand.js +39 -0
- package/dist-es/commands/GetInvalidationCommand.js +39 -0
- package/dist-es/commands/GetKeyGroupCommand.js +39 -0
- package/dist-es/commands/GetKeyGroupConfigCommand.js +39 -0
- package/dist-es/commands/GetMonitoringSubscriptionCommand.js +39 -0
- package/dist-es/commands/GetOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +39 -0
- package/dist-es/commands/GetPublicKeyCommand.js +39 -0
- package/dist-es/commands/GetPublicKeyConfigCommand.js +39 -0
- package/dist-es/commands/GetRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/GetStreamingDistributionCommand.js +39 -0
- package/dist-es/commands/GetStreamingDistributionConfigCommand.js +39 -0
- package/dist-es/commands/ListCachePoliciesCommand.js +39 -0
- package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +39 -0
- package/dist-es/commands/ListConflictingAliasesCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +39 -0
- package/dist-es/commands/ListDistributionsCommand.js +39 -0
- package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +39 -0
- package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +39 -0
- package/dist-es/commands/ListFunctionsCommand.js +39 -0
- package/dist-es/commands/ListInvalidationsCommand.js +39 -0
- package/dist-es/commands/ListKeyGroupsCommand.js +39 -0
- package/dist-es/commands/ListOriginRequestPoliciesCommand.js +39 -0
- package/dist-es/commands/ListPublicKeysCommand.js +39 -0
- package/dist-es/commands/ListRealtimeLogConfigsCommand.js +39 -0
- package/dist-es/commands/ListStreamingDistributionsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/PublishFunctionCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/TestFunctionCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateCachePolicyCommand.js +39 -0
- package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +39 -0
- package/dist-es/commands/UpdateDistributionCommand.js +39 -0
- package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +39 -0
- package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionCommand.js +39 -0
- package/dist-es/commands/UpdateKeyGroupCommand.js +39 -0
- package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +39 -0
- package/dist-es/commands/UpdatePublicKeyCommand.js +39 -0
- package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +39 -0
- package/dist-es/commands/UpdateStreamingDistributionCommand.js +39 -0
- package/dist-es/endpoints.js +62 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1130 -0
- package/dist-es/models/models_1.js +497 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +74 -0
- package/dist-es/pagination/ListDistributionsPaginator.js +74 -0
- package/dist-es/pagination/ListInvalidationsPaginator.js +74 -0
- package/dist-es/pagination/ListStreamingDistributionsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restXml.js +18245 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForDistributionDeployed.js +51 -0
- package/dist-es/waiters/waitForInvalidationCompleted.js +51 -0
- package/dist-es/waiters/waitForStreamingDistributionDeployed.js +51 -0
- package/dist-types/CloudFront.d.ts +1087 -0
- package/dist-types/CloudFrontClient.d.ts +220 -0
- package/dist-types/commands/AssociateAliasCommand.d.ts +45 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +55 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +47 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +45 -0
- package/dist-types/commands/CreateInvalidationCommand.d.ts +35 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +42 -0
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +37 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +41 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +41 -0
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +39 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +35 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +38 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +35 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +40 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +35 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +57 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +35 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +42 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +35 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +40 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +35 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +43 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +44 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +52 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +113 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +40 -0
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +52 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/models/models_1.d.ts +2647 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDistributionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListInvalidationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +257 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CloudFront.d.ts +1087 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +220 -0
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +82 -0
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +113 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2647 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +257 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +14 -0
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForDistributionDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForInvalidationCompleted.d.ts +14 -0
- package/dist-types/waiters/waitForStreamingDistributionDeployed.d.ts +14 -0
- package/package.json +54 -51
- package/CloudFront.ts +0 -3605
- package/CloudFrontClient.ts +0 -640
- package/commands/AssociateAliasCommand.ts +0 -104
- package/commands/CreateCachePolicyCommand.ts +0 -114
- package/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +0 -108
- package/commands/CreateDistributionCommand.ts +0 -106
- package/commands/CreateDistributionWithTagsCommand.ts +0 -97
- package/commands/CreateFieldLevelEncryptionConfigCommand.ts +0 -102
- package/commands/CreateFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/CreateFunctionCommand.ts +0 -104
- package/commands/CreateInvalidationCommand.ts +0 -94
- package/commands/CreateKeyGroupCommand.ts +0 -101
- package/commands/CreateMonitoringSubscriptionCommand.ts +0 -102
- package/commands/CreateOriginRequestPolicyCommand.ts +0 -121
- package/commands/CreatePublicKeyCommand.ts +0 -94
- package/commands/CreateRealtimeLogConfigCommand.ts +0 -97
- package/commands/CreateStreamingDistributionCommand.ts +0 -99
- package/commands/CreateStreamingDistributionWithTagsCommand.ts +0 -107
- package/commands/DeleteCachePolicyCommand.ts +0 -100
- package/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +0 -100
- package/commands/DeleteDistributionCommand.ts +0 -94
- package/commands/DeleteFieldLevelEncryptionConfigCommand.ts +0 -100
- package/commands/DeleteFieldLevelEncryptionProfileCommand.ts +0 -100
- package/commands/DeleteFunctionCommand.ts +0 -100
- package/commands/DeleteKeyGroupCommand.ts +0 -100
- package/commands/DeleteMonitoringSubscriptionCommand.ts +0 -99
- package/commands/DeleteOriginRequestPolicyCommand.ts +0 -103
- package/commands/DeletePublicKeyCommand.ts +0 -94
- package/commands/DeleteRealtimeLogConfigCommand.ts +0 -100
- package/commands/DeleteStreamingDistributionCommand.ts +0 -144
- package/commands/DescribeFunctionCommand.ts +0 -98
- package/commands/GetCachePolicyCommand.ts +0 -107
- package/commands/GetCachePolicyConfigCommand.ts +0 -99
- package/commands/GetCloudFrontOriginAccessIdentityCommand.ts +0 -102
- package/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +0 -109
- package/commands/GetDistributionCommand.ts +0 -94
- package/commands/GetDistributionConfigCommand.ts +0 -94
- package/commands/GetFieldLevelEncryptionCommand.ts +0 -94
- package/commands/GetFieldLevelEncryptionConfigCommand.ts +0 -99
- package/commands/GetFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +0 -105
- package/commands/GetFunctionCommand.ts +0 -97
- package/commands/GetInvalidationCommand.ts +0 -94
- package/commands/GetKeyGroupCommand.ts +0 -99
- package/commands/GetKeyGroupConfigCommand.ts +0 -99
- package/commands/GetMonitoringSubscriptionCommand.ts +0 -98
- package/commands/GetOriginRequestPolicyCommand.ts +0 -107
- package/commands/GetOriginRequestPolicyConfigCommand.ts +0 -105
- package/commands/GetPublicKeyCommand.ts +0 -94
- package/commands/GetPublicKeyConfigCommand.ts +0 -94
- package/commands/GetRealtimeLogConfigCommand.ts +0 -97
- package/commands/GetStreamingDistributionCommand.ts +0 -94
- package/commands/GetStreamingDistributionConfigCommand.ts +0 -102
- package/commands/ListCachePoliciesCommand.ts +0 -101
- package/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +0 -105
- package/commands/ListConflictingAliasesCommand.ts +0 -116
- package/commands/ListDistributionsByCachePolicyIdCommand.ts +0 -108
- package/commands/ListDistributionsByKeyGroupCommand.ts +0 -103
- package/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +0 -115
- package/commands/ListDistributionsByRealtimeLogConfigCommand.ts +0 -114
- package/commands/ListDistributionsByWebACLIdCommand.ts +0 -97
- package/commands/ListDistributionsCommand.ts +0 -94
- package/commands/ListFieldLevelEncryptionConfigsCommand.ts +0 -102
- package/commands/ListFieldLevelEncryptionProfilesCommand.ts +0 -102
- package/commands/ListFunctionsCommand.ts +0 -101
- package/commands/ListInvalidationsCommand.ts +0 -94
- package/commands/ListKeyGroupsCommand.ts +0 -99
- package/commands/ListOriginRequestPoliciesCommand.ts +0 -104
- package/commands/ListPublicKeysCommand.ts +0 -94
- package/commands/ListRealtimeLogConfigsCommand.ts +0 -99
- package/commands/ListStreamingDistributionsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PublishFunctionCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/TestFunctionCommand.ts +0 -103
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateCachePolicyCommand.ts +0 -111
- package/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +0 -105
- package/commands/UpdateDistributionCommand.ts +0 -172
- package/commands/UpdateFieldLevelEncryptionConfigCommand.ts +0 -102
- package/commands/UpdateFieldLevelEncryptionProfileCommand.ts +0 -102
- package/commands/UpdateFunctionCommand.ts +0 -99
- package/commands/UpdateKeyGroupCommand.ts +0 -111
- package/commands/UpdateOriginRequestPolicyCommand.ts +0 -114
- package/commands/UpdatePublicKeyCommand.ts +0 -94
- package/commands/UpdateRealtimeLogConfigCommand.ts +0 -114
- package/commands/UpdateStreamingDistributionCommand.ts +0 -97
- package/dist/cjs/CloudFront.js +0 -1289
- package/dist/cjs/CloudFront.js.map +0 -1
- package/dist/cjs/CloudFrontClient.js +0 -47
- package/dist/cjs/CloudFrontClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAliasCommand.js +0 -71
- package/dist/cjs/commands/AssociateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCachePolicyCommand.js +0 -81
- package/dist/cjs/commands/CreateCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -64
- package/dist/cjs/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionCommand.js +0 -73
- package/dist/cjs/commands/CreateDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDistributionWithTagsCommand.js +0 -61
- package/dist/cjs/commands/CreateDistributionWithTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionCommand.js +0 -71
- package/dist/cjs/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInvalidationCommand.js +0 -61
- package/dist/cjs/commands/CreateInvalidationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateKeyGroupCommand.js +0 -68
- package/dist/cjs/commands/CreateKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js +0 -64
- package/dist/cjs/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js +0 -85
- package/dist/cjs/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/CreatePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js +0 -64
- package/dist/cjs/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingDistributionCommand.js +0 -63
- package/dist/cjs/commands/CreateStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js +0 -63
- package/dist/cjs/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCachePolicyCommand.js +0 -67
- package/dist/cjs/commands/DeleteCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDistributionCommand.js +0 -61
- package/dist/cjs/commands/DeleteDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionCommand.js +0 -67
- package/dist/cjs/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteKeyGroupCommand.js +0 -67
- package/dist/cjs/commands/DeleteKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js +0 -61
- package/dist/cjs/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js +0 -67
- package/dist/cjs/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/DeletePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js +0 -67
- package/dist/cjs/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStreamingDistributionCommand.js +0 -108
- package/dist/cjs/commands/DeleteStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFunctionCommand.js +0 -65
- package/dist/cjs/commands/DescribeFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetCachePolicyCommand.js +0 -74
- package/dist/cjs/commands/GetCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetCachePolicyConfigCommand.js +0 -66
- package/dist/cjs/commands/GetCachePolicyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -61
- package/dist/cjs/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionCommand.js +0 -61
- package/dist/cjs/commands/GetDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDistributionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetDistributionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -61
- package/dist/cjs/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionCommand.js +0 -64
- package/dist/cjs/commands/GetFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/GetInvalidationCommand.js +0 -61
- package/dist/cjs/commands/GetInvalidationCommand.js.map +0 -1
- package/dist/cjs/commands/GetKeyGroupCommand.js +0 -66
- package/dist/cjs/commands/GetKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetKeyGroupConfigCommand.js +0 -66
- package/dist/cjs/commands/GetKeyGroupConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js +0 -62
- package/dist/cjs/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/GetOriginRequestPolicyCommand.js +0 -74
- package/dist/cjs/commands/GetOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js +0 -67
- package/dist/cjs/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicKeyCommand.js +0 -61
- package/dist/cjs/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/GetPublicKeyConfigCommand.js +0 -61
- package/dist/cjs/commands/GetPublicKeyConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetRealtimeLogConfigCommand.js +0 -64
- package/dist/cjs/commands/GetRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamingDistributionCommand.js +0 -61
- package/dist/cjs/commands/GetStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js +0 -61
- package/dist/cjs/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListCachePoliciesCommand.js +0 -68
- package/dist/cjs/commands/ListCachePoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -61
- package/dist/cjs/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListConflictingAliasesCommand.js +0 -83
- package/dist/cjs/commands/ListConflictingAliasesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -67
- package/dist/cjs/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -70
- package/dist/cjs/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js +0 -61
- package/dist/cjs/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
- package/dist/cjs/commands/ListDistributionsCommand.js +0 -61
- package/dist/cjs/commands/ListDistributionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -61
- package/dist/cjs/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -61
- package/dist/cjs/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionsCommand.js +0 -68
- package/dist/cjs/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInvalidationsCommand.js +0 -61
- package/dist/cjs/commands/ListInvalidationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListKeyGroupsCommand.js +0 -66
- package/dist/cjs/commands/ListKeyGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js +0 -68
- package/dist/cjs/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListPublicKeysCommand.js +0 -61
- package/dist/cjs/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js +0 -66
- package/dist/cjs/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListStreamingDistributionsCommand.js +0 -61
- package/dist/cjs/commands/ListStreamingDistributionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PublishFunctionCommand.js +0 -69
- package/dist/cjs/commands/PublishFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TestFunctionCommand.js +0 -70
- package/dist/cjs/commands/TestFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCachePolicyCommand.js +0 -78
- package/dist/cjs/commands/UpdateCachePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -61
- package/dist/cjs/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDistributionCommand.js +0 -139
- package/dist/cjs/commands/UpdateDistributionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -61
- package/dist/cjs/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionCommand.js +0 -66
- package/dist/cjs/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateKeyGroupCommand.js +0 -78
- package/dist/cjs/commands/UpdateKeyGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js +0 -78
- package/dist/cjs/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePublicKeyCommand.js +0 -61
- package/dist/cjs/commands/UpdatePublicKeyCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js +0 -81
- package/dist/cjs/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStreamingDistributionCommand.js +0 -61
- package/dist/cjs/commands/UpdateStreamingDistributionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -67
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -100
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2528
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -1122
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -95
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -46
- package/dist/cjs/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDistributionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDistributionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInvalidationsPaginator.js +0 -46
- package/dist/cjs/pagination/ListInvalidationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -16515
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForDistributionDeployed.js +0 -46
- package/dist/cjs/waiters/waitForDistributionDeployed.js.map +0 -1
- package/dist/cjs/waiters/waitForInvalidationCompleted.js +0 -46
- package/dist/cjs/waiters/waitForInvalidationCompleted.js.map +0 -1
- package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js +0 -46
- package/dist/cjs/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
- package/dist/es/CloudFront.js +0 -1292
- package/dist/es/CloudFront.js.map +0 -1
- package/dist/es/CloudFrontClient.js +0 -49
- package/dist/es/CloudFrontClient.js.map +0 -1
- package/dist/es/commands/AssociateAliasCommand.js +0 -75
- package/dist/es/commands/AssociateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateCachePolicyCommand.js +0 -85
- package/dist/es/commands/CreateCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +0 -68
- package/dist/es/commands/CreateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionCommand.js +0 -77
- package/dist/es/commands/CreateDistributionCommand.js.map +0 -1
- package/dist/es/commands/CreateDistributionWithTagsCommand.js +0 -65
- package/dist/es/commands/CreateDistributionWithTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/CreateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/CreateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionCommand.js +0 -75
- package/dist/es/commands/CreateFunctionCommand.js.map +0 -1
- package/dist/es/commands/CreateInvalidationCommand.js +0 -65
- package/dist/es/commands/CreateInvalidationCommand.js.map +0 -1
- package/dist/es/commands/CreateKeyGroupCommand.js +0 -72
- package/dist/es/commands/CreateKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateMonitoringSubscriptionCommand.js +0 -68
- package/dist/es/commands/CreateMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateOriginRequestPolicyCommand.js +0 -89
- package/dist/es/commands/CreateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreatePublicKeyCommand.js +0 -65
- package/dist/es/commands/CreatePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateRealtimeLogConfigCommand.js +0 -68
- package/dist/es/commands/CreateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingDistributionCommand.js +0 -67
- package/dist/es/commands/CreateStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js +0 -67
- package/dist/es/commands/CreateStreamingDistributionWithTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteCachePolicyCommand.js +0 -71
- package/dist/es/commands/DeleteCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/DeleteDistributionCommand.js +0 -65
- package/dist/es/commands/DeleteDistributionCommand.js.map +0 -1
- package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/DeleteFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/DeleteFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionCommand.js +0 -71
- package/dist/es/commands/DeleteFunctionCommand.js.map +0 -1
- package/dist/es/commands/DeleteKeyGroupCommand.js +0 -71
- package/dist/es/commands/DeleteKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js +0 -65
- package/dist/es/commands/DeleteMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteOriginRequestPolicyCommand.js +0 -71
- package/dist/es/commands/DeleteOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeletePublicKeyCommand.js +0 -65
- package/dist/es/commands/DeletePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRealtimeLogConfigCommand.js +0 -71
- package/dist/es/commands/DeleteRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteStreamingDistributionCommand.js +0 -112
- package/dist/es/commands/DeleteStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/DescribeFunctionCommand.js +0 -69
- package/dist/es/commands/DescribeFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetCachePolicyCommand.js +0 -78
- package/dist/es/commands/GetCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/GetCachePolicyConfigCommand.js +0 -70
- package/dist/es/commands/GetCachePolicyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +0 -65
- package/dist/es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionCommand.js +0 -65
- package/dist/es/commands/GetDistributionCommand.js.map +0 -1
- package/dist/es/commands/GetDistributionConfigCommand.js +0 -65
- package/dist/es/commands/GetDistributionConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +0 -65
- package/dist/es/commands/GetFieldLevelEncryptionProfileConfigCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionCommand.js +0 -68
- package/dist/es/commands/GetFunctionCommand.js.map +0 -1
- package/dist/es/commands/GetInvalidationCommand.js +0 -65
- package/dist/es/commands/GetInvalidationCommand.js.map +0 -1
- package/dist/es/commands/GetKeyGroupCommand.js +0 -70
- package/dist/es/commands/GetKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/GetKeyGroupConfigCommand.js +0 -70
- package/dist/es/commands/GetKeyGroupConfigCommand.js.map +0 -1
- package/dist/es/commands/GetMonitoringSubscriptionCommand.js +0 -66
- package/dist/es/commands/GetMonitoringSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/GetOriginRequestPolicyCommand.js +0 -78
- package/dist/es/commands/GetOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js +0 -71
- package/dist/es/commands/GetOriginRequestPolicyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetPublicKeyCommand.js +0 -65
- package/dist/es/commands/GetPublicKeyCommand.js.map +0 -1
- package/dist/es/commands/GetPublicKeyConfigCommand.js +0 -65
- package/dist/es/commands/GetPublicKeyConfigCommand.js.map +0 -1
- package/dist/es/commands/GetRealtimeLogConfigCommand.js +0 -68
- package/dist/es/commands/GetRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/GetStreamingDistributionCommand.js +0 -65
- package/dist/es/commands/GetStreamingDistributionCommand.js.map +0 -1
- package/dist/es/commands/GetStreamingDistributionConfigCommand.js +0 -65
- package/dist/es/commands/GetStreamingDistributionConfigCommand.js.map +0 -1
- package/dist/es/commands/ListCachePoliciesCommand.js +0 -72
- package/dist/es/commands/ListCachePoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +0 -65
- package/dist/es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js.map +0 -1
- package/dist/es/commands/ListConflictingAliasesCommand.js +0 -87
- package/dist/es/commands/ListConflictingAliasesCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByCachePolicyIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByKeyGroupCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +0 -71
- package/dist/es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js +0 -74
- package/dist/es/commands/ListDistributionsByRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsByWebACLIdCommand.js +0 -65
- package/dist/es/commands/ListDistributionsByWebACLIdCommand.js.map +0 -1
- package/dist/es/commands/ListDistributionsCommand.js +0 -65
- package/dist/es/commands/ListDistributionsCommand.js.map +0 -1
- package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js +0 -65
- package/dist/es/commands/ListFieldLevelEncryptionConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js +0 -65
- package/dist/es/commands/ListFieldLevelEncryptionProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionsCommand.js +0 -72
- package/dist/es/commands/ListFunctionsCommand.js.map +0 -1
- package/dist/es/commands/ListInvalidationsCommand.js +0 -65
- package/dist/es/commands/ListInvalidationsCommand.js.map +0 -1
- package/dist/es/commands/ListKeyGroupsCommand.js +0 -70
- package/dist/es/commands/ListKeyGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListOriginRequestPoliciesCommand.js +0 -72
- package/dist/es/commands/ListOriginRequestPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListPublicKeysCommand.js +0 -65
- package/dist/es/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/es/commands/ListRealtimeLogConfigsCommand.js +0 -70
- package/dist/es/commands/ListRealtimeLogConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListStreamingDistributionsCommand.js +0 -65
- package/dist/es/commands/ListStreamingDistributionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PublishFunctionCommand.js +0 -73
- package/dist/es/commands/PublishFunctionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TestFunctionCommand.js +0 -74
- package/dist/es/commands/TestFunctionCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateCachePolicyCommand.js +0 -82
- package/dist/es/commands/UpdateCachePolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +0 -65
- package/dist/es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js.map +0 -1
- package/dist/es/commands/UpdateDistributionCommand.js +0 -143
- package/dist/es/commands/UpdateDistributionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js +0 -65
- package/dist/es/commands/UpdateFieldLevelEncryptionConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js +0 -65
- package/dist/es/commands/UpdateFieldLevelEncryptionProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionCommand.js +0 -70
- package/dist/es/commands/UpdateFunctionCommand.js.map +0 -1
- package/dist/es/commands/UpdateKeyGroupCommand.js +0 -82
- package/dist/es/commands/UpdateKeyGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateOriginRequestPolicyCommand.js +0 -82
- package/dist/es/commands/UpdateOriginRequestPolicyCommand.js.map +0 -1
- package/dist/es/commands/UpdatePublicKeyCommand.js +0 -65
- package/dist/es/commands/UpdatePublicKeyCommand.js.map +0 -1
- package/dist/es/commands/UpdateRealtimeLogConfigCommand.js +0 -85
- package/dist/es/commands/UpdateRealtimeLogConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateStreamingDistributionCommand.js +0 -65
- package/dist/es/commands/UpdateStreamingDistributionCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -63
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -97
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -3
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1959
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -867
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -95
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js +0 -87
- package/dist/es/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDistributionsPaginator.js +0 -87
- package/dist/es/pagination/ListDistributionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInvalidationsPaginator.js +0 -87
- package/dist/es/pagination/ListInvalidationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListStreamingDistributionsPaginator.js +0 -87
- package/dist/es/pagination/ListStreamingDistributionsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -18248
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForDistributionDeployed.js +0 -61
- package/dist/es/waiters/waitForDistributionDeployed.js.map +0 -1
- package/dist/es/waiters/waitForInvalidationCompleted.js +0 -61
- package/dist/es/waiters/waitForInvalidationCompleted.js.map +0 -1
- package/dist/es/waiters/waitForStreamingDistributionDeployed.js +0 -61
- package/dist/es/waiters/waitForStreamingDistributionDeployed.js.map +0 -1
- package/dist/types/CloudFront.d.ts +0 -1087
- package/dist/types/CloudFrontClient.d.ts +0 -220
- package/dist/types/commands/AssociateAliasCommand.d.ts +0 -45
- package/dist/types/commands/CreateCachePolicyCommand.d.ts +0 -55
- package/dist/types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
- package/dist/types/commands/CreateDistributionCommand.d.ts +0 -47
- package/dist/types/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
- package/dist/types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateFunctionCommand.d.ts +0 -45
- package/dist/types/commands/CreateInvalidationCommand.d.ts +0 -35
- package/dist/types/commands/CreateKeyGroupCommand.d.ts +0 -42
- package/dist/types/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
- package/dist/types/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
- package/dist/types/commands/CreatePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/commands/CreateStreamingDistributionCommand.d.ts +0 -37
- package/dist/types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
- package/dist/types/commands/DeleteCachePolicyCommand.d.ts +0 -41
- package/dist/types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDistributionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionCommand.d.ts +0 -41
- package/dist/types/commands/DeleteKeyGroupCommand.d.ts +0 -41
- package/dist/types/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
- package/dist/types/commands/DeletePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
- package/dist/types/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
- package/dist/types/commands/DescribeFunctionCommand.d.ts +0 -39
- package/dist/types/commands/GetCachePolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetCachePolicyConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetDistributionCommand.d.ts +0 -35
- package/dist/types/commands/GetDistributionConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionCommand.d.ts +0 -38
- package/dist/types/commands/GetInvalidationCommand.d.ts +0 -35
- package/dist/types/commands/GetKeyGroupCommand.d.ts +0 -40
- package/dist/types/commands/GetKeyGroupConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
- package/dist/types/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
- package/dist/types/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
- package/dist/types/commands/GetPublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/GetPublicKeyConfigCommand.d.ts +0 -35
- package/dist/types/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/commands/GetStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
- package/dist/types/commands/ListCachePoliciesCommand.d.ts +0 -42
- package/dist/types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
- package/dist/types/commands/ListConflictingAliasesCommand.d.ts +0 -57
- package/dist/types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
- package/dist/types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
- package/dist/types/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
- package/dist/types/commands/ListDistributionsCommand.d.ts +0 -35
- package/dist/types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
- package/dist/types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
- package/dist/types/commands/ListFunctionsCommand.d.ts +0 -42
- package/dist/types/commands/ListInvalidationsCommand.d.ts +0 -35
- package/dist/types/commands/ListKeyGroupsCommand.d.ts +0 -40
- package/dist/types/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
- package/dist/types/commands/ListPublicKeysCommand.d.ts +0 -35
- package/dist/types/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
- package/dist/types/commands/ListStreamingDistributionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/PublishFunctionCommand.d.ts +0 -43
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/TestFunctionCommand.d.ts +0 -44
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCachePolicyCommand.d.ts +0 -52
- package/dist/types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDistributionCommand.d.ts +0 -113
- package/dist/types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFunctionCommand.d.ts +0 -40
- package/dist/types/commands/UpdateKeyGroupCommand.d.ts +0 -52
- package/dist/types/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
- package/dist/types/commands/UpdatePublicKeyCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
- package/dist/types/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/models/models_1.d.ts +0 -2647
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDistributionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListInvalidationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -257
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/CloudFront.d.ts +0 -1087
- package/dist/types/ts3.4/CloudFrontClient.d.ts +0 -220
- package/dist/types/ts3.4/commands/AssociateAliasCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateCachePolicyCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateInvalidationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateKeyGroupCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/CreatePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeletePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/DescribeFunctionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetCachePolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDistributionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetInvalidationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetKeyGroupCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCachePoliciesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDistributionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListInvalidationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListKeyGroupsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PublishFunctionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TestFunctionCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -113
- package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_1.d.ts +0 -2647
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDistributionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -257
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/waiters/waitForDistributionDeployed.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +0 -14
- package/dist/types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
- package/dist/types/waiters/waitForDistributionDeployed.d.ts +0 -14
- package/dist/types/waiters/waitForInvalidationCompleted.d.ts +0 -14
- package/dist/types/waiters/waitForStreamingDistributionDeployed.d.ts +0 -14
- package/endpoints.ts +0 -67
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8233
- package/models/models_1.ts +0 -3382
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.ts +0 -58
- package/pagination/ListDistributionsPaginator.ts +0 -58
- package/pagination/ListInvalidationsPaginator.ts +0 -58
- package/pagination/ListStreamingDistributionsPaginator.ts +0 -58
- package/protocols/Aws_restXml.ts +0 -19055
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForDistributionDeployed.ts +0 -46
- package/waiters/waitForInvalidationCompleted.ts +0 -46
- package/waiters/waitForStreamingDistributionDeployed.ts +0 -52
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { DeleteOriginRequestPolicyRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteOriginRequestPolicyCommandInput extends DeleteOriginRequestPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes an origin request policy.</p>
|
|
11
|
+
* <p>You cannot delete an origin request policy if it’s attached to any cache behaviors. First
|
|
12
|
+
* update your distributions to remove the origin request policy from all cache behaviors,
|
|
13
|
+
* then delete the origin request policy.</p>
|
|
14
|
+
* <p>To delete an origin request policy, you must provide the policy’s identifier and version. To
|
|
15
|
+
* get the identifier, you can use <code>ListOriginRequestPolicies</code> or
|
|
16
|
+
* <code>GetOriginRequestPolicy</code>.</p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { CloudFrontClient, DeleteOriginRequestPolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
21
|
+
* // const { CloudFrontClient, DeleteOriginRequestPolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
22
|
+
* const client = new CloudFrontClient(config);
|
|
23
|
+
* const command = new DeleteOriginRequestPolicyCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link DeleteOriginRequestPolicyCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link DeleteOriginRequestPolicyCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class DeleteOriginRequestPolicyCommand extends $Command<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig> {
|
|
33
|
+
readonly input: DeleteOriginRequestPolicyCommandInput;
|
|
34
|
+
constructor(input: DeleteOriginRequestPolicyCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { DeletePublicKeyRequest } from "../models/models_0";
|
|
5
|
+
export interface DeletePublicKeyCommandInput extends DeletePublicKeyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeletePublicKeyCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Remove a public key you previously added to CloudFront.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, DeletePublicKeyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, DeletePublicKeyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new DeletePublicKeyCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeletePublicKeyCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeletePublicKeyCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeletePublicKeyCommand extends $Command<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: DeletePublicKeyCommandInput;
|
|
28
|
+
constructor(input: DeletePublicKeyCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { DeleteRealtimeLogConfigRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteRealtimeLogConfigCommandInput extends DeleteRealtimeLogConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteRealtimeLogConfigCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a real-time log configuration.</p>
|
|
11
|
+
* <p>You cannot delete a real-time log configuration if it’s attached to a cache behavior.
|
|
12
|
+
* First update your distributions to remove the real-time log configuration from all cache
|
|
13
|
+
* behaviors, then delete the real-time log configuration.</p>
|
|
14
|
+
* <p>To delete a real-time log configuration, you can provide the configuration’s name or its
|
|
15
|
+
* Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
|
|
16
|
+
* uses the name to identify the real-time log configuration to delete.</p>
|
|
17
|
+
* @example
|
|
18
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
+
* ```javascript
|
|
20
|
+
* import { CloudFrontClient, DeleteRealtimeLogConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
21
|
+
* // const { CloudFrontClient, DeleteRealtimeLogConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
22
|
+
* const client = new CloudFrontClient(config);
|
|
23
|
+
* const command = new DeleteRealtimeLogConfigCommand(input);
|
|
24
|
+
* const response = await client.send(command);
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* @see {@link DeleteRealtimeLogConfigCommandInput} for command's `input` shape.
|
|
28
|
+
* @see {@link DeleteRealtimeLogConfigCommandOutput} for command's `response` shape.
|
|
29
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
export declare class DeleteRealtimeLogConfigCommand extends $Command<DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
33
|
+
readonly input: DeleteRealtimeLogConfigCommandInput;
|
|
34
|
+
constructor(input: DeleteRealtimeLogConfigCommandInput);
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutput>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { DeleteStreamingDistributionRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteStreamingDistributionCommandInput extends DeleteStreamingDistributionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteStreamingDistributionCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API,
|
|
11
|
+
* perform the following steps.</p>
|
|
12
|
+
*
|
|
13
|
+
* <p>
|
|
14
|
+
* <b>To delete an RTMP distribution using the CloudFront
|
|
15
|
+
* API</b>:</p>
|
|
16
|
+
* <ol>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>Disable the RTMP distribution.</p>
|
|
19
|
+
* </li>
|
|
20
|
+
* <li>
|
|
21
|
+
* <p>Submit a <code>GET Streaming Distribution Config</code> request to get the current
|
|
22
|
+
* configuration and the <code>Etag</code> header for the distribution. </p>
|
|
23
|
+
* </li>
|
|
24
|
+
* <li>
|
|
25
|
+
* <p>Update the XML document that was returned in the response to your <code>GET
|
|
26
|
+
* Streaming Distribution Config</code> request to change the value of <code>Enabled</code>
|
|
27
|
+
* to <code>false</code>.</p>
|
|
28
|
+
* </li>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>Submit a <code>PUT Streaming Distribution Config</code> request to update the
|
|
31
|
+
* configuration for your distribution. In the request body, include the XML document that
|
|
32
|
+
* you updated in Step 3. Then set the value of the HTTP <code>If-Match</code> header to the
|
|
33
|
+
* value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET
|
|
34
|
+
* Streaming Distribution Config</code> request in Step 2.</p>
|
|
35
|
+
* </li>
|
|
36
|
+
* <li>
|
|
37
|
+
* <p>Review the response to the <code>PUT Streaming Distribution Config</code> request
|
|
38
|
+
* to confirm that the distribution was successfully disabled.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>Submit a <code>GET Streaming Distribution Config</code> request to confirm that
|
|
42
|
+
* your changes have propagated. When propagation is complete, the value of
|
|
43
|
+
* <code>Status</code> is <code>Deployed</code>.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>Submit a <code>DELETE Streaming Distribution</code> request. Set the value of the
|
|
47
|
+
* HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront
|
|
48
|
+
* returned when you submitted the <code>GET Streaming Distribution Config</code> request in
|
|
49
|
+
* Step 2.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>Review the response to your <code>DELETE Streaming Distribution</code> request to
|
|
53
|
+
* confirm that the distribution was successfully deleted.</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* </ol>
|
|
56
|
+
* <p>For information about deleting a distribution using the CloudFront console, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html">Deleting a Distribution</a> in the
|
|
57
|
+
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
58
|
+
* @example
|
|
59
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
60
|
+
* ```javascript
|
|
61
|
+
* import { CloudFrontClient, DeleteStreamingDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
62
|
+
* // const { CloudFrontClient, DeleteStreamingDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
63
|
+
* const client = new CloudFrontClient(config);
|
|
64
|
+
* const command = new DeleteStreamingDistributionCommand(input);
|
|
65
|
+
* const response = await client.send(command);
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* @see {@link DeleteStreamingDistributionCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link DeleteStreamingDistributionCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
export declare class DeleteStreamingDistributionCommand extends $Command<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
74
|
+
readonly input: DeleteStreamingDistributionCommandInput;
|
|
75
|
+
constructor(input: DeleteStreamingDistributionCommandInput);
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput>;
|
|
80
|
+
private serialize;
|
|
81
|
+
private deserialize;
|
|
82
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { DescribeFunctionRequest, DescribeFunctionResult } from "../models/models_0";
|
|
5
|
+
export interface DescribeFunctionCommandInput extends DescribeFunctionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeFunctionCommandOutput extends DescribeFunctionResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets configuration information and metadata about a CloudFront function, but not the function’s
|
|
11
|
+
* code. To get a function’s code, use <code>GetFunction</code>.</p>
|
|
12
|
+
* <p>To get configuration information and metadata about a function, you must provide the
|
|
13
|
+
* function’s name and stage. To get these values, you can use
|
|
14
|
+
* <code>ListFunctions</code>.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { CloudFrontClient, DescribeFunctionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
19
|
+
* // const { CloudFrontClient, DescribeFunctionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
20
|
+
* const client = new CloudFrontClient(config);
|
|
21
|
+
* const command = new DescribeFunctionCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link DescribeFunctionCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link DescribeFunctionCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class DescribeFunctionCommand extends $Command<DescribeFunctionCommandInput, DescribeFunctionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
31
|
+
readonly input: DescribeFunctionCommandInput;
|
|
32
|
+
constructor(input: DescribeFunctionCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFunctionCommandInput, DescribeFunctionCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetCachePolicyRequest, GetCachePolicyResult } from "../models/models_0";
|
|
5
|
+
export interface GetCachePolicyCommandInput extends GetCachePolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCachePolicyCommandOutput extends GetCachePolicyResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets a cache policy, including the following metadata:</p>
|
|
11
|
+
* <ul>
|
|
12
|
+
* <li>
|
|
13
|
+
* <p>The policy’s identifier.</p>
|
|
14
|
+
* </li>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>The date and time when the policy was last modified.</p>
|
|
17
|
+
* </li>
|
|
18
|
+
* </ul>
|
|
19
|
+
* <p>To get a cache policy, you must provide the policy’s identifier. If the cache policy is
|
|
20
|
+
* attached to a distribution’s cache behavior, you can get the policy’s identifier using
|
|
21
|
+
* <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy is
|
|
22
|
+
* not attached to a cache behavior, you can get the identifier using
|
|
23
|
+
* <code>ListCachePolicies</code>.</p>
|
|
24
|
+
* @example
|
|
25
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
26
|
+
* ```javascript
|
|
27
|
+
* import { CloudFrontClient, GetCachePolicyCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
28
|
+
* // const { CloudFrontClient, GetCachePolicyCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
29
|
+
* const client = new CloudFrontClient(config);
|
|
30
|
+
* const command = new GetCachePolicyCommand(input);
|
|
31
|
+
* const response = await client.send(command);
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* @see {@link GetCachePolicyCommandInput} for command's `input` shape.
|
|
35
|
+
* @see {@link GetCachePolicyCommandOutput} for command's `response` shape.
|
|
36
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
export declare class GetCachePolicyCommand extends $Command<GetCachePolicyCommandInput, GetCachePolicyCommandOutput, CloudFrontClientResolvedConfig> {
|
|
40
|
+
readonly input: GetCachePolicyCommandInput;
|
|
41
|
+
constructor(input: GetCachePolicyCommandInput);
|
|
42
|
+
/**
|
|
43
|
+
* @internal
|
|
44
|
+
*/
|
|
45
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCachePolicyCommandInput, GetCachePolicyCommandOutput>;
|
|
46
|
+
private serialize;
|
|
47
|
+
private deserialize;
|
|
48
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetCachePolicyConfigRequest, GetCachePolicyConfigResult } from "../models/models_0";
|
|
5
|
+
export interface GetCachePolicyConfigCommandInput extends GetCachePolicyConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCachePolicyConfigCommandOutput extends GetCachePolicyConfigResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets a cache policy configuration.</p>
|
|
11
|
+
* <p>To get a cache policy configuration, you must provide the policy’s identifier. If the cache
|
|
12
|
+
* policy is attached to a distribution’s cache behavior, you can get the policy’s
|
|
13
|
+
* identifier using <code>ListDistributions</code> or <code>GetDistribution</code>. If the
|
|
14
|
+
* cache policy is not attached to a cache behavior, you can get the identifier using
|
|
15
|
+
* <code>ListCachePolicies</code>.</p>
|
|
16
|
+
* @example
|
|
17
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
+
* ```javascript
|
|
19
|
+
* import { CloudFrontClient, GetCachePolicyConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
20
|
+
* // const { CloudFrontClient, GetCachePolicyConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
21
|
+
* const client = new CloudFrontClient(config);
|
|
22
|
+
* const command = new GetCachePolicyConfigCommand(input);
|
|
23
|
+
* const response = await client.send(command);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* @see {@link GetCachePolicyConfigCommandInput} for command's `input` shape.
|
|
27
|
+
* @see {@link GetCachePolicyConfigCommandOutput} for command's `response` shape.
|
|
28
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
export declare class GetCachePolicyConfigCommand extends $Command<GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
32
|
+
readonly input: GetCachePolicyConfigCommandInput;
|
|
33
|
+
constructor(input: GetCachePolicyConfigCommandInput);
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput>;
|
|
38
|
+
private serialize;
|
|
39
|
+
private deserialize;
|
|
40
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult } from "../models/models_0";
|
|
5
|
+
export interface GetCloudFrontOriginAccessIdentityCommandInput extends GetCloudFrontOriginAccessIdentityRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCloudFrontOriginAccessIdentityCommandOutput extends GetCloudFrontOriginAccessIdentityResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get the information about an origin access identity. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, GetCloudFrontOriginAccessIdentityCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, GetCloudFrontOriginAccessIdentityCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new GetCloudFrontOriginAccessIdentityCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCloudFrontOriginAccessIdentityCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCloudFrontOriginAccessIdentityCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCloudFrontOriginAccessIdentityCommand extends $Command<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCloudFrontOriginAccessIdentityCommandInput;
|
|
28
|
+
constructor(input: GetCloudFrontOriginAccessIdentityCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetCloudFrontOriginAccessIdentityConfigRequest, GetCloudFrontOriginAccessIdentityConfigResult } from "../models/models_0";
|
|
5
|
+
export interface GetCloudFrontOriginAccessIdentityConfigCommandInput extends GetCloudFrontOriginAccessIdentityConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCloudFrontOriginAccessIdentityConfigCommandOutput extends GetCloudFrontOriginAccessIdentityConfigResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get the configuration information about an origin access identity. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, GetCloudFrontOriginAccessIdentityConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, GetCloudFrontOriginAccessIdentityConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new GetCloudFrontOriginAccessIdentityConfigCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCloudFrontOriginAccessIdentityConfigCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCloudFrontOriginAccessIdentityConfigCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCloudFrontOriginAccessIdentityConfigCommandInput;
|
|
28
|
+
constructor(input: GetCloudFrontOriginAccessIdentityConfigCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCloudFrontOriginAccessIdentityConfigCommandInput, GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetDistributionRequest, GetDistributionResult } from "../models/models_0";
|
|
5
|
+
export interface GetDistributionCommandInput extends GetDistributionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetDistributionCommandOutput extends GetDistributionResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get the information about a distribution.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, GetDistributionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, GetDistributionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new GetDistributionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetDistributionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetDistributionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetDistributionCommand extends $Command<GetDistributionCommandInput, GetDistributionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: GetDistributionCommandInput;
|
|
28
|
+
constructor(input: GetDistributionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDistributionCommandInput, GetDistributionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetDistributionConfigRequest, GetDistributionConfigResult } from "../models/models_0";
|
|
5
|
+
export interface GetDistributionConfigCommandInput extends GetDistributionConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetDistributionConfigCommandOutput extends GetDistributionConfigResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get the configuration information about a distribution. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, GetDistributionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, GetDistributionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new GetDistributionConfigCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetDistributionConfigCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetDistributionConfigCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetDistributionConfigCommand extends $Command<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: GetDistributionConfigCommandInput;
|
|
28
|
+
constructor(input: GetDistributionConfigCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult } from "../models/models_0";
|
|
5
|
+
export interface GetFieldLevelEncryptionCommandInput extends GetFieldLevelEncryptionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncryptionResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get the field-level encryption configuration information.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, GetFieldLevelEncryptionCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, GetFieldLevelEncryptionCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new GetFieldLevelEncryptionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetFieldLevelEncryptionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetFieldLevelEncryptionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetFieldLevelEncryptionCommand extends $Command<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: GetFieldLevelEncryptionCommandInput;
|
|
28
|
+
constructor(input: GetFieldLevelEncryptionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetFieldLevelEncryptionConfigRequest, GetFieldLevelEncryptionConfigResult } from "../models/models_1";
|
|
5
|
+
export interface GetFieldLevelEncryptionConfigCommandInput extends GetFieldLevelEncryptionConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFieldLevelEncryptionConfigCommandOutput extends GetFieldLevelEncryptionConfigResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get the field-level encryption configuration information.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, GetFieldLevelEncryptionConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, GetFieldLevelEncryptionConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new GetFieldLevelEncryptionConfigCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetFieldLevelEncryptionConfigCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetFieldLevelEncryptionConfigCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetFieldLevelEncryptionConfigCommand extends $Command<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: GetFieldLevelEncryptionConfigCommandInput;
|
|
28
|
+
constructor(input: GetFieldLevelEncryptionConfigCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetFieldLevelEncryptionProfileRequest, GetFieldLevelEncryptionProfileResult } from "../models/models_1";
|
|
5
|
+
export interface GetFieldLevelEncryptionProfileCommandInput extends GetFieldLevelEncryptionProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFieldLevelEncryptionProfileCommandOutput extends GetFieldLevelEncryptionProfileResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get the field-level encryption profile information.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, GetFieldLevelEncryptionProfileCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, GetFieldLevelEncryptionProfileCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new GetFieldLevelEncryptionProfileCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetFieldLevelEncryptionProfileCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetFieldLevelEncryptionProfileCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetFieldLevelEncryptionProfileCommand extends $Command<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: GetFieldLevelEncryptionProfileCommandInput;
|
|
28
|
+
constructor(input: GetFieldLevelEncryptionProfileCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
|
+
import { GetFieldLevelEncryptionProfileConfigRequest, GetFieldLevelEncryptionProfileConfigResult } from "../models/models_1";
|
|
5
|
+
export interface GetFieldLevelEncryptionProfileConfigCommandInput extends GetFieldLevelEncryptionProfileConfigRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetFieldLevelEncryptionProfileConfigCommandOutput extends GetFieldLevelEncryptionProfileConfigResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get the field-level encryption profile configuration information.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { CloudFrontClient, GetFieldLevelEncryptionProfileConfigCommand } from "@aws-sdk/client-cloudfront"; // ES Modules import
|
|
15
|
+
* // const { CloudFrontClient, GetFieldLevelEncryptionProfileConfigCommand } = require("@aws-sdk/client-cloudfront"); // CommonJS import
|
|
16
|
+
* const client = new CloudFrontClient(config);
|
|
17
|
+
* const command = new GetFieldLevelEncryptionProfileConfigCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetFieldLevelEncryptionProfileConfigCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetFieldLevelEncryptionProfileConfigCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link CloudFrontClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetFieldLevelEncryptionProfileConfigCommand extends $Command<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
27
|
+
readonly input: GetFieldLevelEncryptionProfileConfigCommandInput;
|
|
28
|
+
constructor(input: GetFieldLevelEncryptionProfileConfigCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudFrontClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|