@aws-sdk/client-cloudfront 3.1044.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +378 -380
- package/dist-cjs/models/CloudFrontServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CloudFront.js +1 -1
- package/dist-es/CloudFrontClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAliasCommand.js +2 -2
- package/dist-es/commands/AssociateDistributionTenantWebACLCommand.js +2 -2
- package/dist-es/commands/AssociateDistributionWebACLCommand.js +2 -2
- package/dist-es/commands/CopyDistributionCommand.js +2 -2
- package/dist-es/commands/CreateAnycastIpListCommand.js +2 -2
- package/dist-es/commands/CreateCachePolicyCommand.js +2 -2
- package/dist-es/commands/CreateCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-es/commands/CreateConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/CreateConnectionGroupCommand.js +2 -2
- package/dist-es/commands/CreateContinuousDeploymentPolicyCommand.js +2 -2
- package/dist-es/commands/CreateDistributionCommand.js +2 -2
- package/dist-es/commands/CreateDistributionTenantCommand.js +2 -2
- package/dist-es/commands/CreateDistributionWithTagsCommand.js +2 -2
- package/dist-es/commands/CreateFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/CreateFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/dist-es/commands/CreateInvalidationCommand.js +2 -2
- package/dist-es/commands/CreateInvalidationForDistributionTenantCommand.js +2 -2
- package/dist-es/commands/CreateKeyGroupCommand.js +2 -2
- package/dist-es/commands/CreateKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/CreateMonitoringSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateOriginAccessControlCommand.js +2 -2
- package/dist-es/commands/CreateOriginRequestPolicyCommand.js +2 -2
- package/dist-es/commands/CreatePublicKeyCommand.js +2 -2
- package/dist-es/commands/CreateRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/CreateResponseHeadersPolicyCommand.js +2 -2
- package/dist-es/commands/CreateStreamingDistributionCommand.js +2 -2
- package/dist-es/commands/CreateStreamingDistributionWithTagsCommand.js +2 -2
- package/dist-es/commands/CreateTrustStoreCommand.js +2 -2
- package/dist-es/commands/CreateVpcOriginCommand.js +2 -2
- package/dist-es/commands/DeleteAnycastIpListCommand.js +2 -2
- package/dist-es/commands/DeleteCachePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionGroupCommand.js +2 -2
- package/dist-es/commands/DeleteContinuousDeploymentPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteDistributionCommand.js +2 -2
- package/dist-es/commands/DeleteDistributionTenantCommand.js +2 -2
- package/dist-es/commands/DeleteFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteKeyGroupCommand.js +2 -2
- package/dist-es/commands/DeleteKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/DeleteMonitoringSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteOriginAccessControlCommand.js +2 -2
- package/dist-es/commands/DeleteOriginRequestPolicyCommand.js +2 -2
- package/dist-es/commands/DeletePublicKeyCommand.js +2 -2
- package/dist-es/commands/DeleteRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteResponseHeadersPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteStreamingDistributionCommand.js +2 -2
- package/dist-es/commands/DeleteTrustStoreCommand.js +2 -2
- package/dist-es/commands/DeleteVpcOriginCommand.js +2 -2
- package/dist-es/commands/DescribeConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/DescribeFunctionCommand.js +2 -2
- package/dist-es/commands/DescribeKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/DisassociateDistributionTenantWebACLCommand.js +2 -2
- package/dist-es/commands/DisassociateDistributionWebACLCommand.js +2 -2
- package/dist-es/commands/GetAnycastIpListCommand.js +2 -2
- package/dist-es/commands/GetCachePolicyCommand.js +2 -2
- package/dist-es/commands/GetCachePolicyConfigCommand.js +2 -2
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-es/commands/GetCloudFrontOriginAccessIdentityConfigCommand.js +2 -2
- package/dist-es/commands/GetConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/GetConnectionGroupByRoutingEndpointCommand.js +2 -2
- package/dist-es/commands/GetConnectionGroupCommand.js +2 -2
- package/dist-es/commands/GetContinuousDeploymentPolicyCommand.js +2 -2
- package/dist-es/commands/GetContinuousDeploymentPolicyConfigCommand.js +2 -2
- package/dist-es/commands/GetDistributionCommand.js +2 -2
- package/dist-es/commands/GetDistributionConfigCommand.js +2 -2
- package/dist-es/commands/GetDistributionTenantByDomainCommand.js +2 -2
- package/dist-es/commands/GetDistributionTenantCommand.js +2 -2
- package/dist-es/commands/GetFieldLevelEncryptionCommand.js +2 -2
- package/dist-es/commands/GetFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/GetFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-es/commands/GetFieldLevelEncryptionProfileConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetInvalidationCommand.js +2 -2
- package/dist-es/commands/GetInvalidationForDistributionTenantCommand.js +2 -2
- package/dist-es/commands/GetKeyGroupCommand.js +2 -2
- package/dist-es/commands/GetKeyGroupConfigCommand.js +2 -2
- package/dist-es/commands/GetManagedCertificateDetailsCommand.js +2 -2
- package/dist-es/commands/GetMonitoringSubscriptionCommand.js +2 -2
- package/dist-es/commands/GetOriginAccessControlCommand.js +2 -2
- package/dist-es/commands/GetOriginAccessControlConfigCommand.js +2 -2
- package/dist-es/commands/GetOriginRequestPolicyCommand.js +2 -2
- package/dist-es/commands/GetOriginRequestPolicyConfigCommand.js +2 -2
- package/dist-es/commands/GetPublicKeyCommand.js +2 -2
- package/dist-es/commands/GetPublicKeyConfigCommand.js +2 -2
- package/dist-es/commands/GetRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetResponseHeadersPolicyCommand.js +2 -2
- package/dist-es/commands/GetResponseHeadersPolicyConfigCommand.js +2 -2
- package/dist-es/commands/GetStreamingDistributionCommand.js +2 -2
- package/dist-es/commands/GetStreamingDistributionConfigCommand.js +2 -2
- package/dist-es/commands/GetTrustStoreCommand.js +2 -2
- package/dist-es/commands/GetVpcOriginCommand.js +2 -2
- package/dist-es/commands/ListAnycastIpListsCommand.js +2 -2
- package/dist-es/commands/ListCachePoliciesCommand.js +2 -2
- package/dist-es/commands/ListCloudFrontOriginAccessIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListConflictingAliasesCommand.js +2 -2
- package/dist-es/commands/ListConnectionFunctionsCommand.js +2 -2
- package/dist-es/commands/ListConnectionGroupsCommand.js +2 -2
- package/dist-es/commands/ListContinuousDeploymentPoliciesCommand.js +2 -2
- package/dist-es/commands/ListDistributionTenantsByCustomizationCommand.js +2 -2
- package/dist-es/commands/ListDistributionTenantsCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByAnycastIpListIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByCachePolicyIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByConnectionModeCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByKeyGroupCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByOriginRequestPolicyIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByOwnedResourceCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByResponseHeadersPolicyIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByTrustStoreCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByVpcOriginIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsByWebACLIdCommand.js +2 -2
- package/dist-es/commands/ListDistributionsCommand.js +2 -2
- package/dist-es/commands/ListDomainConflictsCommand.js +2 -2
- package/dist-es/commands/ListFieldLevelEncryptionConfigsCommand.js +2 -2
- package/dist-es/commands/ListFieldLevelEncryptionProfilesCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListInvalidationsCommand.js +2 -2
- package/dist-es/commands/ListInvalidationsForDistributionTenantCommand.js +2 -2
- package/dist-es/commands/ListKeyGroupsCommand.js +2 -2
- package/dist-es/commands/ListKeyValueStoresCommand.js +2 -2
- package/dist-es/commands/ListOriginAccessControlsCommand.js +2 -2
- package/dist-es/commands/ListOriginRequestPoliciesCommand.js +2 -2
- package/dist-es/commands/ListPublicKeysCommand.js +2 -2
- package/dist-es/commands/ListRealtimeLogConfigsCommand.js +2 -2
- package/dist-es/commands/ListResponseHeadersPoliciesCommand.js +2 -2
- package/dist-es/commands/ListStreamingDistributionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrustStoresCommand.js +2 -2
- package/dist-es/commands/ListVpcOriginsCommand.js +2 -2
- package/dist-es/commands/PublishConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/PublishFunctionCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/TestFunctionCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnycastIpListCommand.js +2 -2
- package/dist-es/commands/UpdateCachePolicyCommand.js +2 -2
- package/dist-es/commands/UpdateCloudFrontOriginAccessIdentityCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionFunctionCommand.js +2 -2
- package/dist-es/commands/UpdateConnectionGroupCommand.js +2 -2
- package/dist-es/commands/UpdateContinuousDeploymentPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateDistributionCommand.js +2 -2
- package/dist-es/commands/UpdateDistributionTenantCommand.js +2 -2
- package/dist-es/commands/UpdateDistributionWithStagingConfigCommand.js +2 -2
- package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateFieldLevelEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/UpdateFieldLevelEncryptionProfileCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionCommand.js +2 -2
- package/dist-es/commands/UpdateKeyGroupCommand.js +2 -2
- package/dist-es/commands/UpdateKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/UpdateOriginAccessControlCommand.js +2 -2
- package/dist-es/commands/UpdateOriginRequestPolicyCommand.js +2 -2
- package/dist-es/commands/UpdatePublicKeyCommand.js +2 -2
- package/dist-es/commands/UpdateRealtimeLogConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResponseHeadersPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateStreamingDistributionCommand.js +2 -2
- package/dist-es/commands/UpdateTrustStoreCommand.js +2 -2
- package/dist-es/commands/UpdateVpcOriginCommand.js +2 -2
- package/dist-es/commands/VerifyDnsConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CloudFrontServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForDistributionDeployed.js +1 -1
- package/dist-es/waiters/waitForInvalidationCompleted.js +1 -1
- package/dist-es/waiters/waitForInvalidationForDistributionTenantCompleted.js +1 -1
- package/dist-es/waiters/waitForStreamingDistributionDeployed.js +1 -1
- package/dist-types/CloudFront.d.ts +1 -1
- package/dist-types/CloudFrontClient.d.ts +5 -5
- package/dist-types/commands/AssociateAliasCommand.d.ts +6 -4
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +6 -4
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +6 -4
- package/dist-types/commands/CopyDistributionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +6 -4
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateDistributionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +6 -4
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -4
- package/dist-types/commands/CreateInvalidationCommand.d.ts +6 -4
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDistributionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +6 -4
- package/dist-types/commands/GetAnycastIpListCommand.d.ts +6 -4
- package/dist-types/commands/GetCachePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectionFunctionCommand.d.ts +7 -5
- package/dist-types/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetDistributionCommand.d.ts +6 -4
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetDistributionTenantByDomainCommand.d.ts +6 -4
- package/dist-types/commands/GetDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +6 -4
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionCommand.d.ts +7 -5
- package/dist-types/commands/GetInvalidationCommand.d.ts +6 -4
- package/dist-types/commands/GetInvalidationForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/GetKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetPublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/GetVpcOriginCommand.d.ts +6 -4
- package/dist-types/commands/ListAnycastIpListsCommand.d.ts +6 -4
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectionFunctionsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectionGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionTenantsCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByOwnedResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByVpcOriginIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +6 -4
- package/dist-types/commands/ListDistributionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +6 -4
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/commands/ListInvalidationsCommand.d.ts +6 -4
- package/dist-types/commands/ListInvalidationsForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListKeyValueStoresCommand.d.ts +6 -4
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +6 -4
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTrustStoresCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcOriginsCommand.d.ts +6 -4
- package/dist-types/commands/PublishConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/PublishFunctionCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TestConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/TestFunctionCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAnycastIpListCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDistributionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFunctionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTrustStoreCommand.d.ts +6 -4
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +6 -4
- package/dist-types/commands/VerifyDnsConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CloudFrontServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CloudFront.d.ts +1 -1
- package/dist-types/ts3.4/CloudFrontClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateDistributionTenantWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateDistributionWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CopyDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAnycastIpListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateInvalidationForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVpcOriginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnycastIpListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVpcOriginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDistributionTenantWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateDistributionWebACLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnycastIpListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectionFunctionCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionTenantByDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetInvalidationForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVpcOriginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAnycastIpListsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectionFunctionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectionGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContinuousDeploymentPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionTenantsByCustomizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionTenantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionModeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByOwnedResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByVpcOriginIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainConflictsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvalidationsForDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKeyValueStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTrustStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcOriginsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAnycastIpListCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectionFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectionGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDistributionTenantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTrustStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyDnsConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +1 -1
- package/dist-types/waiters/waitForDistributionDeployed.d.ts +1 -1
- package/dist-types/waiters/waitForInvalidationCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +1 -1
- package/dist-types/waiters/waitForStreamingDistributionDeployed.d.ts +1 -1
- package/package.json +14 -37
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateInvalidationForDistributionTenantRequest, CreateInvalidationForDistributionTenantResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateInvalidationForDistributionTenantCommandInput extends Cre
|
|
|
22
22
|
export interface CreateInvalidationForDistributionTenantCommandOutput extends CreateInvalidationForDistributionTenantResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateInvalidationForDistributionTenantCommand_base: {
|
|
25
|
-
new (input: CreateInvalidationForDistributionTenantCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateInvalidationForDistributionTenantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateInvalidationForDistributionTenantCommandInput): import("@smithy/core/client").CommandImpl<CreateInvalidationForDistributionTenantCommandInput, CreateInvalidationForDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateInvalidationForDistributionTenantCommandInput): import("@smithy/core/client").CommandImpl<CreateInvalidationForDistributionTenantCommandInput, CreateInvalidationForDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an invalidation for a distribution tenant. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating files</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateKeyGroupRequest, CreateKeyGroupResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKeyGroupCommandInput extends CreateKeyGroupRequest {
|
|
|
22
22
|
export interface CreateKeyGroupCommandOutput extends CreateKeyGroupResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKeyGroupCommand_base: {
|
|
25
|
-
new (input: CreateKeyGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKeyGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateKeyGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateKeyGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a key group that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">CloudFront signed URLs and signed cookies</a>.</p> <p>To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">Serving private content</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateKeyValueStoreRequest, CreateKeyValueStoreResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateKeyValueStoreCommandInput extends CreateKeyValueStoreRequ
|
|
|
22
22
|
export interface CreateKeyValueStoreCommandOutput extends CreateKeyValueStoreResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateKeyValueStoreCommand_base: {
|
|
25
|
-
new (input: CreateKeyValueStoreCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateKeyValueStoreCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateKeyValueStoreCommandInput): import("@smithy/core/client").CommandImpl<CreateKeyValueStoreCommandInput, CreateKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateKeyValueStoreCommandInput): import("@smithy/core/client").CommandImpl<CreateKeyValueStoreCommandInput, CreateKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Specifies the key value store resource to add to your account. In your account, the key value store names must be unique. You can also import key value store data in JSON format from an S3 bucket by providing a valid <code>ImportSource</code> that you own.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateMonitoringSubscriptionRequest, CreateMonitoringSubscriptionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateMonitoringSubscriptionCommandInput extends CreateMonitori
|
|
|
22
22
|
export interface CreateMonitoringSubscriptionCommandOutput extends CreateMonitoringSubscriptionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMonitoringSubscriptionCommand_base: {
|
|
25
|
-
new (input: CreateMonitoringSubscriptionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateMonitoringSubscriptionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateMonitoringSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateMonitoringSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/viewing-cloudfront-metrics.html#monitoring-console.distributions-additional">Viewing additional CloudFront distribution metrics</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateOriginAccessControlRequest, CreateOriginAccessControlResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateOriginAccessControlCommandInput extends CreateOriginAcces
|
|
|
22
22
|
export interface CreateOriginAccessControlCommandOutput extends CreateOriginAccessControlResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateOriginAccessControlCommand_base: {
|
|
25
|
-
new (input: CreateOriginAccessControlCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateOriginAccessControlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateOriginAccessControlCommandInput): import("@smithy/core/client").CommandImpl<CreateOriginAccessControlCommandInput, CreateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateOriginAccessControlCommandInput): import("@smithy/core/client").CommandImpl<CreateOriginAccessControlCommandInput, CreateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new origin access control in CloudFront. After you create an origin access control, you can add it to an origin in a CloudFront distribution so that CloudFront sends authenticated (signed) requests to the origin.</p> <p>This makes it possible to block public access to the origin, allowing viewers (users) to access the origin's content only through CloudFront.</p> <p>For more information about using a CloudFront origin access control, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-origin.html">Restricting access to an Amazon Web Services origin</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateOriginRequestPolicyRequest, CreateOriginRequestPolicyResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateOriginRequestPolicyCommandInput extends CreateOriginReque
|
|
|
22
22
|
export interface CreateOriginRequestPolicyCommandOutput extends CreateOriginRequestPolicyResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateOriginRequestPolicyCommand_base: {
|
|
25
|
-
new (input: CreateOriginRequestPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateOriginRequestPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateOriginRequestPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateOriginRequestPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an origin request policy.</p> <p>After you create an origin request policy, you can attach it to one or more cache behaviors. When it's attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:</p> <ul> <li> <p>The request body and the URL path (without the domain name) from the viewer request.</p> </li> <li> <p>The headers that CloudFront automatically includes in every origin request, including <code>Host</code>, <code>User-Agent</code>, and <code>X-Amz-Cf-Id</code>.</p> </li> <li> <p>All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.</p> </li> </ul> <p>CloudFront sends a request when it can't find a valid object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use <code>CachePolicy</code>.</p> <p>For more information about origin request policies, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html">Controlling origin requests</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreatePublicKeyRequest, CreatePublicKeyResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreatePublicKeyCommandInput extends CreatePublicKeyRequest {
|
|
|
22
22
|
export interface CreatePublicKeyCommandOutput extends CreatePublicKeyResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePublicKeyCommand_base: {
|
|
25
|
-
new (input: CreatePublicKeyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePublicKeyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePublicKeyCommandInput): import("@smithy/core/client").CommandImpl<CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePublicKeyCommandInput): import("@smithy/core/client").CommandImpl<CreatePublicKeyCommandInput, CreatePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Uploads a public key to CloudFront that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateRealtimeLogConfigRequest, CreateRealtimeLogConfigResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateRealtimeLogConfigCommandInput extends CreateRealtimeLogCo
|
|
|
22
22
|
export interface CreateRealtimeLogConfigCommandOutput extends CreateRealtimeLogConfigResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRealtimeLogConfigCommand_base: {
|
|
25
|
-
new (input: CreateRealtimeLogConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRealtimeLogConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateRealtimeLogConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRealtimeLogConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateRealtimeLogConfigCommandInput, CreateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a real-time log configuration.</p> <p>After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.</p> <p>For more information about real-time log configurations, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html">Real-time logs</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateResponseHeadersPolicyRequest, CreateResponseHeadersPolicyResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateResponseHeadersPolicyCommandInput extends CreateResponseH
|
|
|
22
22
|
export interface CreateResponseHeadersPolicyCommandOutput extends CreateResponseHeadersPolicyResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateResponseHeadersPolicyCommand_base: {
|
|
25
|
-
new (input: CreateResponseHeadersPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateResponseHeadersPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateResponseHeadersPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateResponseHeadersPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateResponseHeadersPolicyCommandInput, CreateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a response headers policy.</p> <p>A response headers policy contains information about a set of HTTP headers. To create a response headers policy, you provide some metadata about the policy and a set of configurations that specify the headers.</p> <p>After you create a response headers policy, you can use its ID to attach it to one or more cache behaviors in a CloudFront distribution. When it's attached to a cache behavior, the response headers policy affects the HTTP headers that CloudFront includes in HTTP responses to requests that match the cache behavior. CloudFront adds or removes response headers according to the configuration of the response headers policy.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html">Adding or removing HTTP headers in CloudFront responses</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateStreamingDistributionRequest, CreateStreamingDistributionResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateStreamingDistributionCommandInput extends CreateStreaming
|
|
|
22
22
|
export interface CreateStreamingDistributionCommandOutput extends CreateStreamingDistributionResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateStreamingDistributionCommand_base: {
|
|
25
|
-
new (input: CreateStreamingDistributionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateStreamingDistributionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateStreamingDistributionCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateStreamingDistributionCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamingDistributionCommandInput, CreateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion forum.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateStreamingDistributionWithTagsRequest, CreateStreamingDistributionWithTagsResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateStreamingDistributionWithTagsCommandInput extends CreateS
|
|
|
22
22
|
export interface CreateStreamingDistributionWithTagsCommandOutput extends CreateStreamingDistributionWithTagsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateStreamingDistributionWithTagsCommand_base: {
|
|
25
|
-
new (input: CreateStreamingDistributionWithTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateStreamingDistributionWithTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateStreamingDistributionWithTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateStreamingDistributionWithTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamingDistributionWithTagsCommandInput, CreateStreamingDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, <a href="http://forums.aws.amazon.com/ann.jspa?annID=7356">read the announcement</a> on the Amazon CloudFront discussion forum.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateTrustStoreRequest, CreateTrustStoreResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateTrustStoreCommandInput extends CreateTrustStoreRequest {
|
|
|
22
22
|
export interface CreateTrustStoreCommandOutput extends CreateTrustStoreResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTrustStoreCommand_base: {
|
|
25
|
-
new (input: CreateTrustStoreCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTrustStoreCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTrustStoreCommandInput): import("@smithy/core/client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTrustStoreCommandInput): import("@smithy/core/client").CommandImpl<CreateTrustStoreCommandInput, CreateTrustStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a trust store.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { CreateVpcOriginRequest, CreateVpcOriginResult } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateVpcOriginCommandInput extends CreateVpcOriginRequest {
|
|
|
22
22
|
export interface CreateVpcOriginCommandOutput extends CreateVpcOriginResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateVpcOriginCommand_base: {
|
|
25
|
-
new (input: CreateVpcOriginCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateVpcOriginCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateVpcOriginCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcOriginCommandInput, CreateVpcOriginCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateVpcOriginCommandInput): import("@smithy/core/client").CommandImpl<CreateVpcOriginCommandInput, CreateVpcOriginCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an Amazon CloudFront VPC origin.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteAnycastIpListRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAnycastIpListCommandInput extends DeleteAnycastIpListRequ
|
|
|
22
22
|
export interface DeleteAnycastIpListCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAnycastIpListCommand_base: {
|
|
25
|
-
new (input: DeleteAnycastIpListCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAnycastIpListCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAnycastIpListCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnycastIpListCommandInput, DeleteAnycastIpListCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAnycastIpListCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnycastIpListCommandInput, DeleteAnycastIpListCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an Anycast static IP list.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteCachePolicyRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCachePolicyCommandInput extends DeleteCachePolicyRequest
|
|
|
22
22
|
export interface DeleteCachePolicyCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCachePolicyCommand_base: {
|
|
25
|
-
new (input: DeleteCachePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCachePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCachePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCachePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a cache policy.</p> <p>You cannot delete a cache policy if it's attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.</p> <p>To delete a cache policy, you must provide the policy's identifier and version. To get these values, you can use <code>ListCachePolicies</code> or <code>GetCachePolicy</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteCloudFrontOriginAccessIdentityRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCloudFrontOriginAccessIdentityCommandInput extends Delete
|
|
|
22
22
|
export interface DeleteCloudFrontOriginAccessIdentityCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
|
|
25
|
-
new (input: DeleteCloudFrontOriginAccessIdentityCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCloudFrontOriginAccessIdentityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCloudFrontOriginAccessIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCloudFrontOriginAccessIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an origin access identity.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteConnectionFunctionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConnectionFunctionCommandInput extends DeleteConnectionFu
|
|
|
22
22
|
export interface DeleteConnectionFunctionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConnectionFunctionCommand_base: {
|
|
25
|
-
new (input: DeleteConnectionFunctionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConnectionFunctionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConnectionFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionFunctionCommandInput, DeleteConnectionFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConnectionFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionFunctionCommandInput, DeleteConnectionFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a connection function.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteConnectionGroupRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConnectionGroupCommandInput extends DeleteConnectionGroup
|
|
|
22
22
|
export interface DeleteConnectionGroupCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConnectionGroupCommand_base: {
|
|
25
|
-
new (input: DeleteConnectionGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConnectionGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConnectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionGroupCommandInput, DeleteConnectionGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConnectionGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionGroupCommandInput, DeleteConnectionGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a connection group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteContinuousDeploymentPolicyRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteContinuousDeploymentPolicyCommandInput extends DeleteCont
|
|
|
22
22
|
export interface DeleteContinuousDeploymentPolicyCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteContinuousDeploymentPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteContinuousDeploymentPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteContinuousDeploymentPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteContinuousDeploymentPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteContinuousDeploymentPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a continuous deployment policy.</p> <p>You cannot delete a continuous deployment policy that's attached to a primary distribution. First update your distribution to remove the continuous deployment policy, then you can delete the policy.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteDistributionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDistributionCommandInput extends DeleteDistributionReques
|
|
|
22
22
|
export interface DeleteDistributionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDistributionCommand_base: {
|
|
25
|
-
new (input: DeleteDistributionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDistributionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDistributionCommandInput): import("@smithy/core/client").CommandImpl<DeleteDistributionCommandInput, DeleteDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDistributionCommandInput): import("@smithy/core/client").CommandImpl<DeleteDistributionCommandInput, DeleteDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete a distribution.</p> <important> <p>Before you can delete a distribution, you must disable it, which requires permission to update the distribution. Once deleted, a distribution cannot be recovered.</p> </important>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteDistributionTenantRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDistributionTenantCommandInput extends DeleteDistribution
|
|
|
22
22
|
export interface DeleteDistributionTenantCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDistributionTenantCommand_base: {
|
|
25
|
-
new (input: DeleteDistributionTenantCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDistributionTenantCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDistributionTenantCommandInput): import("@smithy/core/client").CommandImpl<DeleteDistributionTenantCommandInput, DeleteDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDistributionTenantCommandInput): import("@smithy/core/client").CommandImpl<DeleteDistributionTenantCommandInput, DeleteDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a distribution tenant. If you use this API operation to delete a distribution tenant that is currently enabled, the request will fail.</p> <p>To delete a distribution tenant, you must first disable the distribution tenant by using the <code>UpdateDistributionTenant</code> API operation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteFieldLevelEncryptionConfigRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteFieldLevelEncryptionConfigCommandInput extends DeleteFiel
|
|
|
22
22
|
export interface DeleteFieldLevelEncryptionConfigCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFieldLevelEncryptionConfigCommand_base: {
|
|
25
|
-
new (input: DeleteFieldLevelEncryptionConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteFieldLevelEncryptionConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteFieldLevelEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFieldLevelEncryptionConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Remove a field-level encryption configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteFieldLevelEncryptionProfileRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteFieldLevelEncryptionProfileCommandInput extends DeleteFie
|
|
|
22
22
|
export interface DeleteFieldLevelEncryptionProfileCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFieldLevelEncryptionProfileCommand_base: {
|
|
25
|
-
new (input: DeleteFieldLevelEncryptionProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteFieldLevelEncryptionProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteFieldLevelEncryptionProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFieldLevelEncryptionProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Remove a field-level encryption profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteFunctionRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
|
|
|
22
22
|
export interface DeleteFunctionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFunctionCommand_base: {
|
|
25
|
-
new (input: DeleteFunctionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteFunctionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a CloudFront function.</p> <p>You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.</p> <p>To delete a function, you must provide the function's name and version (<code>ETag</code> value). To get these values, you can use <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFrontClient";
|
|
4
4
|
import type { DeleteKeyGroupRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteKeyGroupCommandInput extends DeleteKeyGroupRequest {
|
|
|
22
22
|
export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKeyGroupCommand_base: {
|
|
25
|
-
new (input: DeleteKeyGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteKeyGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteKeyGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteKeyGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a key group.</p> <p>You cannot delete a key group that is referenced in a cache behavior. First update your distributions to remove the key group from all cache behaviors, then delete the key group.</p> <p>To delete a key group, you must provide the key group's identifier and version. To get these values, use <code>ListKeyGroups</code> followed by <code>GetKeyGroup</code> or <code>GetKeyGroupConfig</code>.</p>
|