@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
package/CloudFrontClient.ts
DELETED
|
@@ -1,640 +0,0 @@
|
|
|
1
|
-
import { AssociateAliasCommandInput, AssociateAliasCommandOutput } from "./commands/AssociateAliasCommand";
|
|
2
|
-
import { CreateCachePolicyCommandInput, CreateCachePolicyCommandOutput } from "./commands/CreateCachePolicyCommand";
|
|
3
|
-
import {
|
|
4
|
-
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
5
|
-
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
6
|
-
} from "./commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
7
|
-
import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "./commands/CreateDistributionCommand";
|
|
8
|
-
import {
|
|
9
|
-
CreateDistributionWithTagsCommandInput,
|
|
10
|
-
CreateDistributionWithTagsCommandOutput,
|
|
11
|
-
} from "./commands/CreateDistributionWithTagsCommand";
|
|
12
|
-
import {
|
|
13
|
-
CreateFieldLevelEncryptionConfigCommandInput,
|
|
14
|
-
CreateFieldLevelEncryptionConfigCommandOutput,
|
|
15
|
-
} from "./commands/CreateFieldLevelEncryptionConfigCommand";
|
|
16
|
-
import {
|
|
17
|
-
CreateFieldLevelEncryptionProfileCommandInput,
|
|
18
|
-
CreateFieldLevelEncryptionProfileCommandOutput,
|
|
19
|
-
} from "./commands/CreateFieldLevelEncryptionProfileCommand";
|
|
20
|
-
import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "./commands/CreateFunctionCommand";
|
|
21
|
-
import { CreateInvalidationCommandInput, CreateInvalidationCommandOutput } from "./commands/CreateInvalidationCommand";
|
|
22
|
-
import { CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput } from "./commands/CreateKeyGroupCommand";
|
|
23
|
-
import {
|
|
24
|
-
CreateMonitoringSubscriptionCommandInput,
|
|
25
|
-
CreateMonitoringSubscriptionCommandOutput,
|
|
26
|
-
} from "./commands/CreateMonitoringSubscriptionCommand";
|
|
27
|
-
import {
|
|
28
|
-
CreateOriginRequestPolicyCommandInput,
|
|
29
|
-
CreateOriginRequestPolicyCommandOutput,
|
|
30
|
-
} from "./commands/CreateOriginRequestPolicyCommand";
|
|
31
|
-
import { CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput } from "./commands/CreatePublicKeyCommand";
|
|
32
|
-
import {
|
|
33
|
-
CreateRealtimeLogConfigCommandInput,
|
|
34
|
-
CreateRealtimeLogConfigCommandOutput,
|
|
35
|
-
} from "./commands/CreateRealtimeLogConfigCommand";
|
|
36
|
-
import {
|
|
37
|
-
CreateStreamingDistributionCommandInput,
|
|
38
|
-
CreateStreamingDistributionCommandOutput,
|
|
39
|
-
} from "./commands/CreateStreamingDistributionCommand";
|
|
40
|
-
import {
|
|
41
|
-
CreateStreamingDistributionWithTagsCommandInput,
|
|
42
|
-
CreateStreamingDistributionWithTagsCommandOutput,
|
|
43
|
-
} from "./commands/CreateStreamingDistributionWithTagsCommand";
|
|
44
|
-
import { DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput } from "./commands/DeleteCachePolicyCommand";
|
|
45
|
-
import {
|
|
46
|
-
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
47
|
-
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
48
|
-
} from "./commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
49
|
-
import { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "./commands/DeleteDistributionCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteFieldLevelEncryptionConfigCommandInput,
|
|
52
|
-
DeleteFieldLevelEncryptionConfigCommandOutput,
|
|
53
|
-
} from "./commands/DeleteFieldLevelEncryptionConfigCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteFieldLevelEncryptionProfileCommandInput,
|
|
56
|
-
DeleteFieldLevelEncryptionProfileCommandOutput,
|
|
57
|
-
} from "./commands/DeleteFieldLevelEncryptionProfileCommand";
|
|
58
|
-
import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "./commands/DeleteFunctionCommand";
|
|
59
|
-
import { DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput } from "./commands/DeleteKeyGroupCommand";
|
|
60
|
-
import {
|
|
61
|
-
DeleteMonitoringSubscriptionCommandInput,
|
|
62
|
-
DeleteMonitoringSubscriptionCommandOutput,
|
|
63
|
-
} from "./commands/DeleteMonitoringSubscriptionCommand";
|
|
64
|
-
import {
|
|
65
|
-
DeleteOriginRequestPolicyCommandInput,
|
|
66
|
-
DeleteOriginRequestPolicyCommandOutput,
|
|
67
|
-
} from "./commands/DeleteOriginRequestPolicyCommand";
|
|
68
|
-
import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "./commands/DeletePublicKeyCommand";
|
|
69
|
-
import {
|
|
70
|
-
DeleteRealtimeLogConfigCommandInput,
|
|
71
|
-
DeleteRealtimeLogConfigCommandOutput,
|
|
72
|
-
} from "./commands/DeleteRealtimeLogConfigCommand";
|
|
73
|
-
import {
|
|
74
|
-
DeleteStreamingDistributionCommandInput,
|
|
75
|
-
DeleteStreamingDistributionCommandOutput,
|
|
76
|
-
} from "./commands/DeleteStreamingDistributionCommand";
|
|
77
|
-
import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "./commands/DescribeFunctionCommand";
|
|
78
|
-
import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "./commands/GetCachePolicyCommand";
|
|
79
|
-
import {
|
|
80
|
-
GetCachePolicyConfigCommandInput,
|
|
81
|
-
GetCachePolicyConfigCommandOutput,
|
|
82
|
-
} from "./commands/GetCachePolicyConfigCommand";
|
|
83
|
-
import {
|
|
84
|
-
GetCloudFrontOriginAccessIdentityCommandInput,
|
|
85
|
-
GetCloudFrontOriginAccessIdentityCommandOutput,
|
|
86
|
-
} from "./commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
87
|
-
import {
|
|
88
|
-
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
89
|
-
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
90
|
-
} from "./commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
91
|
-
import { GetDistributionCommandInput, GetDistributionCommandOutput } from "./commands/GetDistributionCommand";
|
|
92
|
-
import {
|
|
93
|
-
GetDistributionConfigCommandInput,
|
|
94
|
-
GetDistributionConfigCommandOutput,
|
|
95
|
-
} from "./commands/GetDistributionConfigCommand";
|
|
96
|
-
import {
|
|
97
|
-
GetFieldLevelEncryptionCommandInput,
|
|
98
|
-
GetFieldLevelEncryptionCommandOutput,
|
|
99
|
-
} from "./commands/GetFieldLevelEncryptionCommand";
|
|
100
|
-
import {
|
|
101
|
-
GetFieldLevelEncryptionConfigCommandInput,
|
|
102
|
-
GetFieldLevelEncryptionConfigCommandOutput,
|
|
103
|
-
} from "./commands/GetFieldLevelEncryptionConfigCommand";
|
|
104
|
-
import {
|
|
105
|
-
GetFieldLevelEncryptionProfileCommandInput,
|
|
106
|
-
GetFieldLevelEncryptionProfileCommandOutput,
|
|
107
|
-
} from "./commands/GetFieldLevelEncryptionProfileCommand";
|
|
108
|
-
import {
|
|
109
|
-
GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
110
|
-
GetFieldLevelEncryptionProfileConfigCommandOutput,
|
|
111
|
-
} from "./commands/GetFieldLevelEncryptionProfileConfigCommand";
|
|
112
|
-
import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
|
|
113
|
-
import { GetInvalidationCommandInput, GetInvalidationCommandOutput } from "./commands/GetInvalidationCommand";
|
|
114
|
-
import { GetKeyGroupCommandInput, GetKeyGroupCommandOutput } from "./commands/GetKeyGroupCommand";
|
|
115
|
-
import { GetKeyGroupConfigCommandInput, GetKeyGroupConfigCommandOutput } from "./commands/GetKeyGroupConfigCommand";
|
|
116
|
-
import {
|
|
117
|
-
GetMonitoringSubscriptionCommandInput,
|
|
118
|
-
GetMonitoringSubscriptionCommandOutput,
|
|
119
|
-
} from "./commands/GetMonitoringSubscriptionCommand";
|
|
120
|
-
import {
|
|
121
|
-
GetOriginRequestPolicyCommandInput,
|
|
122
|
-
GetOriginRequestPolicyCommandOutput,
|
|
123
|
-
} from "./commands/GetOriginRequestPolicyCommand";
|
|
124
|
-
import {
|
|
125
|
-
GetOriginRequestPolicyConfigCommandInput,
|
|
126
|
-
GetOriginRequestPolicyConfigCommandOutput,
|
|
127
|
-
} from "./commands/GetOriginRequestPolicyConfigCommand";
|
|
128
|
-
import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
|
|
129
|
-
import { GetPublicKeyConfigCommandInput, GetPublicKeyConfigCommandOutput } from "./commands/GetPublicKeyConfigCommand";
|
|
130
|
-
import {
|
|
131
|
-
GetRealtimeLogConfigCommandInput,
|
|
132
|
-
GetRealtimeLogConfigCommandOutput,
|
|
133
|
-
} from "./commands/GetRealtimeLogConfigCommand";
|
|
134
|
-
import {
|
|
135
|
-
GetStreamingDistributionCommandInput,
|
|
136
|
-
GetStreamingDistributionCommandOutput,
|
|
137
|
-
} from "./commands/GetStreamingDistributionCommand";
|
|
138
|
-
import {
|
|
139
|
-
GetStreamingDistributionConfigCommandInput,
|
|
140
|
-
GetStreamingDistributionConfigCommandOutput,
|
|
141
|
-
} from "./commands/GetStreamingDistributionConfigCommand";
|
|
142
|
-
import { ListCachePoliciesCommandInput, ListCachePoliciesCommandOutput } from "./commands/ListCachePoliciesCommand";
|
|
143
|
-
import {
|
|
144
|
-
ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
145
|
-
ListCloudFrontOriginAccessIdentitiesCommandOutput,
|
|
146
|
-
} from "./commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
147
|
-
import {
|
|
148
|
-
ListConflictingAliasesCommandInput,
|
|
149
|
-
ListConflictingAliasesCommandOutput,
|
|
150
|
-
} from "./commands/ListConflictingAliasesCommand";
|
|
151
|
-
import {
|
|
152
|
-
ListDistributionsByCachePolicyIdCommandInput,
|
|
153
|
-
ListDistributionsByCachePolicyIdCommandOutput,
|
|
154
|
-
} from "./commands/ListDistributionsByCachePolicyIdCommand";
|
|
155
|
-
import {
|
|
156
|
-
ListDistributionsByKeyGroupCommandInput,
|
|
157
|
-
ListDistributionsByKeyGroupCommandOutput,
|
|
158
|
-
} from "./commands/ListDistributionsByKeyGroupCommand";
|
|
159
|
-
import {
|
|
160
|
-
ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
161
|
-
ListDistributionsByOriginRequestPolicyIdCommandOutput,
|
|
162
|
-
} from "./commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
163
|
-
import {
|
|
164
|
-
ListDistributionsByRealtimeLogConfigCommandInput,
|
|
165
|
-
ListDistributionsByRealtimeLogConfigCommandOutput,
|
|
166
|
-
} from "./commands/ListDistributionsByRealtimeLogConfigCommand";
|
|
167
|
-
import {
|
|
168
|
-
ListDistributionsByWebACLIdCommandInput,
|
|
169
|
-
ListDistributionsByWebACLIdCommandOutput,
|
|
170
|
-
} from "./commands/ListDistributionsByWebACLIdCommand";
|
|
171
|
-
import { ListDistributionsCommandInput, ListDistributionsCommandOutput } from "./commands/ListDistributionsCommand";
|
|
172
|
-
import {
|
|
173
|
-
ListFieldLevelEncryptionConfigsCommandInput,
|
|
174
|
-
ListFieldLevelEncryptionConfigsCommandOutput,
|
|
175
|
-
} from "./commands/ListFieldLevelEncryptionConfigsCommand";
|
|
176
|
-
import {
|
|
177
|
-
ListFieldLevelEncryptionProfilesCommandInput,
|
|
178
|
-
ListFieldLevelEncryptionProfilesCommandOutput,
|
|
179
|
-
} from "./commands/ListFieldLevelEncryptionProfilesCommand";
|
|
180
|
-
import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "./commands/ListFunctionsCommand";
|
|
181
|
-
import { ListInvalidationsCommandInput, ListInvalidationsCommandOutput } from "./commands/ListInvalidationsCommand";
|
|
182
|
-
import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "./commands/ListKeyGroupsCommand";
|
|
183
|
-
import {
|
|
184
|
-
ListOriginRequestPoliciesCommandInput,
|
|
185
|
-
ListOriginRequestPoliciesCommandOutput,
|
|
186
|
-
} from "./commands/ListOriginRequestPoliciesCommand";
|
|
187
|
-
import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "./commands/ListPublicKeysCommand";
|
|
188
|
-
import {
|
|
189
|
-
ListRealtimeLogConfigsCommandInput,
|
|
190
|
-
ListRealtimeLogConfigsCommandOutput,
|
|
191
|
-
} from "./commands/ListRealtimeLogConfigsCommand";
|
|
192
|
-
import {
|
|
193
|
-
ListStreamingDistributionsCommandInput,
|
|
194
|
-
ListStreamingDistributionsCommandOutput,
|
|
195
|
-
} from "./commands/ListStreamingDistributionsCommand";
|
|
196
|
-
import {
|
|
197
|
-
ListTagsForResourceCommandInput,
|
|
198
|
-
ListTagsForResourceCommandOutput,
|
|
199
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
200
|
-
import { PublishFunctionCommandInput, PublishFunctionCommandOutput } from "./commands/PublishFunctionCommand";
|
|
201
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
202
|
-
import { TestFunctionCommandInput, TestFunctionCommandOutput } from "./commands/TestFunctionCommand";
|
|
203
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
204
|
-
import { UpdateCachePolicyCommandInput, UpdateCachePolicyCommandOutput } from "./commands/UpdateCachePolicyCommand";
|
|
205
|
-
import {
|
|
206
|
-
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
207
|
-
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
208
|
-
} from "./commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
209
|
-
import { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "./commands/UpdateDistributionCommand";
|
|
210
|
-
import {
|
|
211
|
-
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
212
|
-
UpdateFieldLevelEncryptionConfigCommandOutput,
|
|
213
|
-
} from "./commands/UpdateFieldLevelEncryptionConfigCommand";
|
|
214
|
-
import {
|
|
215
|
-
UpdateFieldLevelEncryptionProfileCommandInput,
|
|
216
|
-
UpdateFieldLevelEncryptionProfileCommandOutput,
|
|
217
|
-
} from "./commands/UpdateFieldLevelEncryptionProfileCommand";
|
|
218
|
-
import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "./commands/UpdateFunctionCommand";
|
|
219
|
-
import { UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput } from "./commands/UpdateKeyGroupCommand";
|
|
220
|
-
import {
|
|
221
|
-
UpdateOriginRequestPolicyCommandInput,
|
|
222
|
-
UpdateOriginRequestPolicyCommandOutput,
|
|
223
|
-
} from "./commands/UpdateOriginRequestPolicyCommand";
|
|
224
|
-
import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "./commands/UpdatePublicKeyCommand";
|
|
225
|
-
import {
|
|
226
|
-
UpdateRealtimeLogConfigCommandInput,
|
|
227
|
-
UpdateRealtimeLogConfigCommandOutput,
|
|
228
|
-
} from "./commands/UpdateRealtimeLogConfigCommand";
|
|
229
|
-
import {
|
|
230
|
-
UpdateStreamingDistributionCommandInput,
|
|
231
|
-
UpdateStreamingDistributionCommandOutput,
|
|
232
|
-
} from "./commands/UpdateStreamingDistributionCommand";
|
|
233
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
234
|
-
import {
|
|
235
|
-
EndpointsInputConfig,
|
|
236
|
-
EndpointsResolvedConfig,
|
|
237
|
-
RegionInputConfig,
|
|
238
|
-
RegionResolvedConfig,
|
|
239
|
-
resolveEndpointsConfig,
|
|
240
|
-
resolveRegionConfig,
|
|
241
|
-
} from "@aws-sdk/config-resolver";
|
|
242
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
243
|
-
import {
|
|
244
|
-
HostHeaderInputConfig,
|
|
245
|
-
HostHeaderResolvedConfig,
|
|
246
|
-
getHostHeaderPlugin,
|
|
247
|
-
resolveHostHeaderConfig,
|
|
248
|
-
} from "@aws-sdk/middleware-host-header";
|
|
249
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
250
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
251
|
-
import {
|
|
252
|
-
AwsAuthInputConfig,
|
|
253
|
-
AwsAuthResolvedConfig,
|
|
254
|
-
getAwsAuthPlugin,
|
|
255
|
-
resolveAwsAuthConfig,
|
|
256
|
-
} from "@aws-sdk/middleware-signing";
|
|
257
|
-
import {
|
|
258
|
-
UserAgentInputConfig,
|
|
259
|
-
UserAgentResolvedConfig,
|
|
260
|
-
getUserAgentPlugin,
|
|
261
|
-
resolveUserAgentConfig,
|
|
262
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
263
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
264
|
-
import {
|
|
265
|
-
Client as __Client,
|
|
266
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
267
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
268
|
-
} from "@aws-sdk/smithy-client";
|
|
269
|
-
import {
|
|
270
|
-
Provider,
|
|
271
|
-
RegionInfoProvider,
|
|
272
|
-
Credentials as __Credentials,
|
|
273
|
-
Decoder as __Decoder,
|
|
274
|
-
Encoder as __Encoder,
|
|
275
|
-
Hash as __Hash,
|
|
276
|
-
HashConstructor as __HashConstructor,
|
|
277
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
278
|
-
Logger as __Logger,
|
|
279
|
-
Provider as __Provider,
|
|
280
|
-
StreamCollector as __StreamCollector,
|
|
281
|
-
UrlParser as __UrlParser,
|
|
282
|
-
UserAgent as __UserAgent,
|
|
283
|
-
} from "@aws-sdk/types";
|
|
284
|
-
|
|
285
|
-
export type ServiceInputTypes =
|
|
286
|
-
| AssociateAliasCommandInput
|
|
287
|
-
| CreateCachePolicyCommandInput
|
|
288
|
-
| CreateCloudFrontOriginAccessIdentityCommandInput
|
|
289
|
-
| CreateDistributionCommandInput
|
|
290
|
-
| CreateDistributionWithTagsCommandInput
|
|
291
|
-
| CreateFieldLevelEncryptionConfigCommandInput
|
|
292
|
-
| CreateFieldLevelEncryptionProfileCommandInput
|
|
293
|
-
| CreateFunctionCommandInput
|
|
294
|
-
| CreateInvalidationCommandInput
|
|
295
|
-
| CreateKeyGroupCommandInput
|
|
296
|
-
| CreateMonitoringSubscriptionCommandInput
|
|
297
|
-
| CreateOriginRequestPolicyCommandInput
|
|
298
|
-
| CreatePublicKeyCommandInput
|
|
299
|
-
| CreateRealtimeLogConfigCommandInput
|
|
300
|
-
| CreateStreamingDistributionCommandInput
|
|
301
|
-
| CreateStreamingDistributionWithTagsCommandInput
|
|
302
|
-
| DeleteCachePolicyCommandInput
|
|
303
|
-
| DeleteCloudFrontOriginAccessIdentityCommandInput
|
|
304
|
-
| DeleteDistributionCommandInput
|
|
305
|
-
| DeleteFieldLevelEncryptionConfigCommandInput
|
|
306
|
-
| DeleteFieldLevelEncryptionProfileCommandInput
|
|
307
|
-
| DeleteFunctionCommandInput
|
|
308
|
-
| DeleteKeyGroupCommandInput
|
|
309
|
-
| DeleteMonitoringSubscriptionCommandInput
|
|
310
|
-
| DeleteOriginRequestPolicyCommandInput
|
|
311
|
-
| DeletePublicKeyCommandInput
|
|
312
|
-
| DeleteRealtimeLogConfigCommandInput
|
|
313
|
-
| DeleteStreamingDistributionCommandInput
|
|
314
|
-
| DescribeFunctionCommandInput
|
|
315
|
-
| GetCachePolicyCommandInput
|
|
316
|
-
| GetCachePolicyConfigCommandInput
|
|
317
|
-
| GetCloudFrontOriginAccessIdentityCommandInput
|
|
318
|
-
| GetCloudFrontOriginAccessIdentityConfigCommandInput
|
|
319
|
-
| GetDistributionCommandInput
|
|
320
|
-
| GetDistributionConfigCommandInput
|
|
321
|
-
| GetFieldLevelEncryptionCommandInput
|
|
322
|
-
| GetFieldLevelEncryptionConfigCommandInput
|
|
323
|
-
| GetFieldLevelEncryptionProfileCommandInput
|
|
324
|
-
| GetFieldLevelEncryptionProfileConfigCommandInput
|
|
325
|
-
| GetFunctionCommandInput
|
|
326
|
-
| GetInvalidationCommandInput
|
|
327
|
-
| GetKeyGroupCommandInput
|
|
328
|
-
| GetKeyGroupConfigCommandInput
|
|
329
|
-
| GetMonitoringSubscriptionCommandInput
|
|
330
|
-
| GetOriginRequestPolicyCommandInput
|
|
331
|
-
| GetOriginRequestPolicyConfigCommandInput
|
|
332
|
-
| GetPublicKeyCommandInput
|
|
333
|
-
| GetPublicKeyConfigCommandInput
|
|
334
|
-
| GetRealtimeLogConfigCommandInput
|
|
335
|
-
| GetStreamingDistributionCommandInput
|
|
336
|
-
| GetStreamingDistributionConfigCommandInput
|
|
337
|
-
| ListCachePoliciesCommandInput
|
|
338
|
-
| ListCloudFrontOriginAccessIdentitiesCommandInput
|
|
339
|
-
| ListConflictingAliasesCommandInput
|
|
340
|
-
| ListDistributionsByCachePolicyIdCommandInput
|
|
341
|
-
| ListDistributionsByKeyGroupCommandInput
|
|
342
|
-
| ListDistributionsByOriginRequestPolicyIdCommandInput
|
|
343
|
-
| ListDistributionsByRealtimeLogConfigCommandInput
|
|
344
|
-
| ListDistributionsByWebACLIdCommandInput
|
|
345
|
-
| ListDistributionsCommandInput
|
|
346
|
-
| ListFieldLevelEncryptionConfigsCommandInput
|
|
347
|
-
| ListFieldLevelEncryptionProfilesCommandInput
|
|
348
|
-
| ListFunctionsCommandInput
|
|
349
|
-
| ListInvalidationsCommandInput
|
|
350
|
-
| ListKeyGroupsCommandInput
|
|
351
|
-
| ListOriginRequestPoliciesCommandInput
|
|
352
|
-
| ListPublicKeysCommandInput
|
|
353
|
-
| ListRealtimeLogConfigsCommandInput
|
|
354
|
-
| ListStreamingDistributionsCommandInput
|
|
355
|
-
| ListTagsForResourceCommandInput
|
|
356
|
-
| PublishFunctionCommandInput
|
|
357
|
-
| TagResourceCommandInput
|
|
358
|
-
| TestFunctionCommandInput
|
|
359
|
-
| UntagResourceCommandInput
|
|
360
|
-
| UpdateCachePolicyCommandInput
|
|
361
|
-
| UpdateCloudFrontOriginAccessIdentityCommandInput
|
|
362
|
-
| UpdateDistributionCommandInput
|
|
363
|
-
| UpdateFieldLevelEncryptionConfigCommandInput
|
|
364
|
-
| UpdateFieldLevelEncryptionProfileCommandInput
|
|
365
|
-
| UpdateFunctionCommandInput
|
|
366
|
-
| UpdateKeyGroupCommandInput
|
|
367
|
-
| UpdateOriginRequestPolicyCommandInput
|
|
368
|
-
| UpdatePublicKeyCommandInput
|
|
369
|
-
| UpdateRealtimeLogConfigCommandInput
|
|
370
|
-
| UpdateStreamingDistributionCommandInput;
|
|
371
|
-
|
|
372
|
-
export type ServiceOutputTypes =
|
|
373
|
-
| AssociateAliasCommandOutput
|
|
374
|
-
| CreateCachePolicyCommandOutput
|
|
375
|
-
| CreateCloudFrontOriginAccessIdentityCommandOutput
|
|
376
|
-
| CreateDistributionCommandOutput
|
|
377
|
-
| CreateDistributionWithTagsCommandOutput
|
|
378
|
-
| CreateFieldLevelEncryptionConfigCommandOutput
|
|
379
|
-
| CreateFieldLevelEncryptionProfileCommandOutput
|
|
380
|
-
| CreateFunctionCommandOutput
|
|
381
|
-
| CreateInvalidationCommandOutput
|
|
382
|
-
| CreateKeyGroupCommandOutput
|
|
383
|
-
| CreateMonitoringSubscriptionCommandOutput
|
|
384
|
-
| CreateOriginRequestPolicyCommandOutput
|
|
385
|
-
| CreatePublicKeyCommandOutput
|
|
386
|
-
| CreateRealtimeLogConfigCommandOutput
|
|
387
|
-
| CreateStreamingDistributionCommandOutput
|
|
388
|
-
| CreateStreamingDistributionWithTagsCommandOutput
|
|
389
|
-
| DeleteCachePolicyCommandOutput
|
|
390
|
-
| DeleteCloudFrontOriginAccessIdentityCommandOutput
|
|
391
|
-
| DeleteDistributionCommandOutput
|
|
392
|
-
| DeleteFieldLevelEncryptionConfigCommandOutput
|
|
393
|
-
| DeleteFieldLevelEncryptionProfileCommandOutput
|
|
394
|
-
| DeleteFunctionCommandOutput
|
|
395
|
-
| DeleteKeyGroupCommandOutput
|
|
396
|
-
| DeleteMonitoringSubscriptionCommandOutput
|
|
397
|
-
| DeleteOriginRequestPolicyCommandOutput
|
|
398
|
-
| DeletePublicKeyCommandOutput
|
|
399
|
-
| DeleteRealtimeLogConfigCommandOutput
|
|
400
|
-
| DeleteStreamingDistributionCommandOutput
|
|
401
|
-
| DescribeFunctionCommandOutput
|
|
402
|
-
| GetCachePolicyCommandOutput
|
|
403
|
-
| GetCachePolicyConfigCommandOutput
|
|
404
|
-
| GetCloudFrontOriginAccessIdentityCommandOutput
|
|
405
|
-
| GetCloudFrontOriginAccessIdentityConfigCommandOutput
|
|
406
|
-
| GetDistributionCommandOutput
|
|
407
|
-
| GetDistributionConfigCommandOutput
|
|
408
|
-
| GetFieldLevelEncryptionCommandOutput
|
|
409
|
-
| GetFieldLevelEncryptionConfigCommandOutput
|
|
410
|
-
| GetFieldLevelEncryptionProfileCommandOutput
|
|
411
|
-
| GetFieldLevelEncryptionProfileConfigCommandOutput
|
|
412
|
-
| GetFunctionCommandOutput
|
|
413
|
-
| GetInvalidationCommandOutput
|
|
414
|
-
| GetKeyGroupCommandOutput
|
|
415
|
-
| GetKeyGroupConfigCommandOutput
|
|
416
|
-
| GetMonitoringSubscriptionCommandOutput
|
|
417
|
-
| GetOriginRequestPolicyCommandOutput
|
|
418
|
-
| GetOriginRequestPolicyConfigCommandOutput
|
|
419
|
-
| GetPublicKeyCommandOutput
|
|
420
|
-
| GetPublicKeyConfigCommandOutput
|
|
421
|
-
| GetRealtimeLogConfigCommandOutput
|
|
422
|
-
| GetStreamingDistributionCommandOutput
|
|
423
|
-
| GetStreamingDistributionConfigCommandOutput
|
|
424
|
-
| ListCachePoliciesCommandOutput
|
|
425
|
-
| ListCloudFrontOriginAccessIdentitiesCommandOutput
|
|
426
|
-
| ListConflictingAliasesCommandOutput
|
|
427
|
-
| ListDistributionsByCachePolicyIdCommandOutput
|
|
428
|
-
| ListDistributionsByKeyGroupCommandOutput
|
|
429
|
-
| ListDistributionsByOriginRequestPolicyIdCommandOutput
|
|
430
|
-
| ListDistributionsByRealtimeLogConfigCommandOutput
|
|
431
|
-
| ListDistributionsByWebACLIdCommandOutput
|
|
432
|
-
| ListDistributionsCommandOutput
|
|
433
|
-
| ListFieldLevelEncryptionConfigsCommandOutput
|
|
434
|
-
| ListFieldLevelEncryptionProfilesCommandOutput
|
|
435
|
-
| ListFunctionsCommandOutput
|
|
436
|
-
| ListInvalidationsCommandOutput
|
|
437
|
-
| ListKeyGroupsCommandOutput
|
|
438
|
-
| ListOriginRequestPoliciesCommandOutput
|
|
439
|
-
| ListPublicKeysCommandOutput
|
|
440
|
-
| ListRealtimeLogConfigsCommandOutput
|
|
441
|
-
| ListStreamingDistributionsCommandOutput
|
|
442
|
-
| ListTagsForResourceCommandOutput
|
|
443
|
-
| PublishFunctionCommandOutput
|
|
444
|
-
| TagResourceCommandOutput
|
|
445
|
-
| TestFunctionCommandOutput
|
|
446
|
-
| UntagResourceCommandOutput
|
|
447
|
-
| UpdateCachePolicyCommandOutput
|
|
448
|
-
| UpdateCloudFrontOriginAccessIdentityCommandOutput
|
|
449
|
-
| UpdateDistributionCommandOutput
|
|
450
|
-
| UpdateFieldLevelEncryptionConfigCommandOutput
|
|
451
|
-
| UpdateFieldLevelEncryptionProfileCommandOutput
|
|
452
|
-
| UpdateFunctionCommandOutput
|
|
453
|
-
| UpdateKeyGroupCommandOutput
|
|
454
|
-
| UpdateOriginRequestPolicyCommandOutput
|
|
455
|
-
| UpdatePublicKeyCommandOutput
|
|
456
|
-
| UpdateRealtimeLogConfigCommandOutput
|
|
457
|
-
| UpdateStreamingDistributionCommandOutput;
|
|
458
|
-
|
|
459
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
460
|
-
/**
|
|
461
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
462
|
-
*/
|
|
463
|
-
requestHandler?: __HttpHandler;
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
467
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
|
-
sha256?: __HashConstructor;
|
|
471
|
-
|
|
472
|
-
/**
|
|
473
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
|
-
urlParser?: __UrlParser;
|
|
477
|
-
|
|
478
|
-
/**
|
|
479
|
-
* A function that can calculate the length of a request body.
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
483
|
-
|
|
484
|
-
/**
|
|
485
|
-
* A function that converts a stream into an array of bytes.
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
|
-
streamCollector?: __StreamCollector;
|
|
489
|
-
|
|
490
|
-
/**
|
|
491
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
|
-
base64Decoder?: __Decoder;
|
|
495
|
-
|
|
496
|
-
/**
|
|
497
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
base64Encoder?: __Encoder;
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
|
-
utf8Decoder?: __Decoder;
|
|
507
|
-
|
|
508
|
-
/**
|
|
509
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
|
-
utf8Encoder?: __Encoder;
|
|
513
|
-
|
|
514
|
-
/**
|
|
515
|
-
* The runtime environment.
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
|
-
runtime?: string;
|
|
519
|
-
|
|
520
|
-
/**
|
|
521
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
522
|
-
* trait of an operation.
|
|
523
|
-
*/
|
|
524
|
-
disableHostPrefix?: boolean;
|
|
525
|
-
|
|
526
|
-
/**
|
|
527
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
528
|
-
*/
|
|
529
|
-
maxAttempts?: number | __Provider<number>;
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
* Specifies which retry algorithm to use.
|
|
533
|
-
*/
|
|
534
|
-
retryMode?: string | __Provider<string>;
|
|
535
|
-
|
|
536
|
-
/**
|
|
537
|
-
* Optional logger for logging debug/info/warn/error.
|
|
538
|
-
*/
|
|
539
|
-
logger?: __Logger;
|
|
540
|
-
|
|
541
|
-
/**
|
|
542
|
-
* Unique service identifier.
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
|
-
serviceId?: string;
|
|
546
|
-
|
|
547
|
-
/**
|
|
548
|
-
* The AWS region to which this client will send requests
|
|
549
|
-
*/
|
|
550
|
-
region?: string | __Provider<string>;
|
|
551
|
-
|
|
552
|
-
/**
|
|
553
|
-
* Default credentials provider; Not available in browser runtime.
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
557
|
-
|
|
558
|
-
/**
|
|
559
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
563
|
-
|
|
564
|
-
/**
|
|
565
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
type CloudFrontClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
572
|
-
ClientDefaults &
|
|
573
|
-
RegionInputConfig &
|
|
574
|
-
EndpointsInputConfig &
|
|
575
|
-
RetryInputConfig &
|
|
576
|
-
HostHeaderInputConfig &
|
|
577
|
-
AwsAuthInputConfig &
|
|
578
|
-
UserAgentInputConfig;
|
|
579
|
-
/**
|
|
580
|
-
* The configuration interface of CloudFrontClient class constructor that set the region, credentials and other options.
|
|
581
|
-
*/
|
|
582
|
-
export interface CloudFrontClientConfig extends CloudFrontClientConfigType {}
|
|
583
|
-
|
|
584
|
-
type CloudFrontClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
585
|
-
Required<ClientDefaults> &
|
|
586
|
-
RegionResolvedConfig &
|
|
587
|
-
EndpointsResolvedConfig &
|
|
588
|
-
RetryResolvedConfig &
|
|
589
|
-
HostHeaderResolvedConfig &
|
|
590
|
-
AwsAuthResolvedConfig &
|
|
591
|
-
UserAgentResolvedConfig;
|
|
592
|
-
/**
|
|
593
|
-
* The resolved configuration interface of CloudFrontClient class. This is resolved and normalized from the {@link CloudFrontClientConfig | constructor configuration interface}.
|
|
594
|
-
*/
|
|
595
|
-
export interface CloudFrontClientResolvedConfig extends CloudFrontClientResolvedConfigType {}
|
|
596
|
-
|
|
597
|
-
/**
|
|
598
|
-
* <fullname>Amazon CloudFront</fullname>
|
|
599
|
-
* <p>This is the <i>Amazon CloudFront API Reference</i>. This guide
|
|
600
|
-
* is for developers who need detailed information about
|
|
601
|
-
* CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
602
|
-
*/
|
|
603
|
-
export class CloudFrontClient extends __Client<
|
|
604
|
-
__HttpHandlerOptions,
|
|
605
|
-
ServiceInputTypes,
|
|
606
|
-
ServiceOutputTypes,
|
|
607
|
-
CloudFrontClientResolvedConfig
|
|
608
|
-
> {
|
|
609
|
-
/**
|
|
610
|
-
* The resolved configuration of CloudFrontClient class. This is resolved and normalized from the {@link CloudFrontClientConfig | constructor configuration interface}.
|
|
611
|
-
*/
|
|
612
|
-
readonly config: CloudFrontClientResolvedConfig;
|
|
613
|
-
|
|
614
|
-
constructor(configuration: CloudFrontClientConfig) {
|
|
615
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
616
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
617
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
618
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
619
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
620
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
621
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
622
|
-
super(_config_6);
|
|
623
|
-
this.config = _config_6;
|
|
624
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
625
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
626
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
627
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
628
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
629
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
/**
|
|
633
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
634
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
635
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
636
|
-
*/
|
|
637
|
-
destroy(): void {
|
|
638
|
-
super.destroy();
|
|
639
|
-
}
|
|
640
|
-
}
|