@aws-sdk/client-cloudfront 3.803.0 → 3.806.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/README.md +1 -6
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/CloudFront.d.ts +1 -5
- package/dist-types/CloudFrontClient.d.ts +1 -5
- package/dist-types/commands/AssociateAliasCommand.d.ts +2 -12
- package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +2 -3
- package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +2 -3
- package/dist-types/commands/CopyDistributionCommand.d.ts +27 -91
- package/dist-types/commands/CreateAnycastIpListCommand.d.ts +2 -3
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +8 -40
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +6 -17
- package/dist-types/commands/CreateConnectionGroupCommand.d.ts +2 -3
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +4 -14
- package/dist-types/commands/CreateDistributionCommand.d.ts +28 -70
- package/dist-types/commands/CreateDistributionTenantCommand.d.ts +2 -3
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +29 -84
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +5 -9
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +4 -7
- package/dist-types/commands/CreateFunctionCommand.d.ts +5 -20
- package/dist-types/commands/CreateInvalidationCommand.d.ts +4 -7
- package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +4 -7
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +5 -18
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +2 -3
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +2 -5
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +3 -12
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +8 -45
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +2 -3
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +4 -12
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +8 -33
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +6 -12
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +6 -12
- package/dist-types/commands/CreateVpcOriginCommand.d.ts +3 -5
- package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +2 -3
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +4 -12
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +2 -3
- package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +2 -3
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +4 -9
- package/dist-types/commands/DeleteDistributionCommand.d.ts +3 -5
- package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +3 -5
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +2 -3
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +2 -3
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -12
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +3 -10
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +2 -3
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +4 -9
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +4 -12
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +2 -3
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -9
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +4 -12
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +4 -54
- package/dist-types/commands/DeleteVpcOriginCommand.d.ts +2 -3
- package/dist-types/commands/DescribeFunctionCommand.d.ts +2 -6
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +2 -3
- package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +2 -3
- package/dist-types/commands/GetAnycastIpListCommand.d.ts +1 -1
- package/dist-types/commands/GetCachePolicyCommand.d.ts +2 -15
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +2 -7
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +2 -3
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionTenantByDomainCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionTenantCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +2 -5
- package/dist-types/commands/GetInvalidationCommand.d.ts +1 -1
- package/dist-types/commands/GetInvalidationForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyGroupCommand.d.ts +2 -8
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +2 -7
- package/dist-types/commands/GetManagedCertificateDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +2 -16
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +2 -8
- package/dist-types/commands/GetPublicKeyCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -4
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +2 -9
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +2 -8
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +2 -3
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetVpcOriginCommand.d.ts +1 -1
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +2 -24
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -6
- package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +1 -2
- package/dist-types/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +2 -8
- package/dist-types/commands/ListDistributionsByConnectionModeCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +2 -8
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +2 -8
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -10
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +2 -8
- package/dist-types/commands/ListDistributionsByVpcOriginIdCommand.d.ts +1 -1
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +2 -6
- package/dist-types/commands/ListDomainConflictsCommand.d.ts +2 -3
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -2
- package/dist-types/commands/ListFunctionsCommand.d.ts +1 -8
- package/dist-types/commands/ListInvalidationsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvalidationsForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -6
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -11
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -6
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +1 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PublishFunctionCommand.d.ts +3 -13
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestFunctionCommand.d.ts +2 -11
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +8 -34
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +4 -7
- package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +3 -5
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +4 -27
- package/dist-types/commands/UpdateDistributionCommand.d.ts +27 -100
- package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +3 -5
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +24 -83
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +2 -3
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +5 -9
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +5 -9
- package/dist-types/commands/UpdateFunctionCommand.d.ts +4 -11
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +5 -26
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +2 -3
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +2 -3
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +8 -36
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +3 -5
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -21
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +8 -39
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +4 -7
- package/dist-types/commands/UpdateVpcOriginCommand.d.ts +4 -7
- package/dist-types/commands/VerifyDnsConfigurationCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/index.d.ts +1 -5
- package/dist-types/models/models_0.d.ts +324 -2005
- package/dist-types/models/models_1.d.ts +297 -1243
- package/dist-types/models/models_2.d.ts +45 -119
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDistributionTenantWebACLCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDistributionWebACLCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnycastIpListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInvalidationForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnycastIpListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateDistributionTenantWebACLCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateDistributionWebACLCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAnycastIpListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConnectionGroupByRoutingEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConnectionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionTenantByDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInvalidationForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedCertificateDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByAnycastIpListIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByConnectionModeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByVpcOriginIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainConflictsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvalidationsForDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionTenantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDistributionWithStagingConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVpcOriginCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/VerifyDnsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +23 -23
|
@@ -23,7 +23,7 @@ export interface DeleteAnycastIpListCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAnycastIpListCommand_base: {
|
|
25
25
|
new (input: DeleteAnycastIpListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnycastIpListCommandInput, DeleteAnycastIpListCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteAnycastIpListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAnycastIpListCommandInput, DeleteAnycastIpListCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -69,8 +69,7 @@ declare const DeleteAnycastIpListCommand_base: {
|
|
|
69
69
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link PreconditionFailed} (client fault)
|
|
72
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
73
|
-
* <code>false</code>.</p>
|
|
72
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
74
73
|
*
|
|
75
74
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
76
75
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -23,17 +23,11 @@ export interface DeleteCachePolicyCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCachePolicyCommand_base: {
|
|
25
25
|
new (input: DeleteCachePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteCachePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCachePolicyCommandInput, DeleteCachePolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a cache policy.</p>
|
|
31
|
-
* <p>You cannot delete a cache policy if it's attached to a cache behavior. First update
|
|
32
|
-
* your distributions to remove the cache policy from all cache behaviors, then delete the
|
|
33
|
-
* cache policy.</p>
|
|
34
|
-
* <p>To delete a cache policy, you must provide the policy's identifier and version. To get
|
|
35
|
-
* these values, you can use <code>ListCachePolicies</code> or
|
|
36
|
-
* <code>GetCachePolicy</code>.</p>
|
|
30
|
+
* <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>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -60,8 +54,7 @@ declare const DeleteCachePolicyCommand_base: {
|
|
|
60
54
|
* <p>Access denied.</p>
|
|
61
55
|
*
|
|
62
56
|
* @throws {@link CachePolicyInUse} (client fault)
|
|
63
|
-
* <p>Cannot delete the cache policy because it is attached to one or more cache
|
|
64
|
-
* behaviors.</p>
|
|
57
|
+
* <p>Cannot delete the cache policy because it is attached to one or more cache behaviors.</p>
|
|
65
58
|
*
|
|
66
59
|
* @throws {@link IllegalDelete} (client fault)
|
|
67
60
|
* <p>Deletion is not allowed for this entity.</p>
|
|
@@ -73,8 +66,7 @@ declare const DeleteCachePolicyCommand_base: {
|
|
|
73
66
|
* <p>The cache policy does not exist.</p>
|
|
74
67
|
*
|
|
75
68
|
* @throws {@link PreconditionFailed} (client fault)
|
|
76
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
77
|
-
* <code>false</code>.</p>
|
|
69
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
78
70
|
*
|
|
79
71
|
* @throws {@link CloudFrontServiceException}
|
|
80
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeleteCloudFrontOriginAccessIdentityCommandOutput extends __Met
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
|
|
25
25
|
new (input: DeleteCloudFrontOriginAccessIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteCloudFrontOriginAccessIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -63,8 +63,7 @@ declare const DeleteCloudFrontOriginAccessIdentityCommand_base: {
|
|
|
63
63
|
* <p>The specified origin access identity does not exist.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
66
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
67
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link CloudFrontServiceException}
|
|
70
69
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeleteConnectionGroupCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConnectionGroupCommand_base: {
|
|
25
25
|
new (input: DeleteConnectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionGroupCommandInput, DeleteConnectionGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteConnectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionGroupCommandInput, DeleteConnectionGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -63,8 +63,7 @@ declare const DeleteConnectionGroupCommand_base: {
|
|
|
63
63
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
66
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
67
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link ResourceNotDisabled} (client fault)
|
|
70
69
|
* <p>The specified CloudFront resource hasn't been disabled yet.</p>
|
|
@@ -23,14 +23,11 @@ export interface DeleteContinuousDeploymentPolicyCommandOutput extends __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteContinuousDeploymentPolicyCommand_base: {
|
|
25
25
|
new (input: DeleteContinuousDeploymentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteContinuousDeploymentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContinuousDeploymentPolicyCommandInput, DeleteContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a continuous deployment policy.</p>
|
|
31
|
-
* <p>You cannot delete a continuous deployment policy that's attached to a primary
|
|
32
|
-
* distribution. First update your distribution to remove the continuous deployment policy,
|
|
33
|
-
* then you can delete the policy.</p>
|
|
30
|
+
* <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>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -57,8 +54,7 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
|
|
|
57
54
|
* <p>Access denied.</p>
|
|
58
55
|
*
|
|
59
56
|
* @throws {@link ContinuousDeploymentPolicyInUse} (client fault)
|
|
60
|
-
* <p>You cannot delete a continuous deployment policy that is associated with a primary
|
|
61
|
-
* distribution.</p>
|
|
57
|
+
* <p>You cannot delete a continuous deployment policy that is associated with a primary distribution.</p>
|
|
62
58
|
*
|
|
63
59
|
* @throws {@link InvalidArgument} (client fault)
|
|
64
60
|
* <p>An argument is invalid.</p>
|
|
@@ -70,8 +66,7 @@ declare const DeleteContinuousDeploymentPolicyCommand_base: {
|
|
|
70
66
|
* <p>The continuous deployment policy doesn't exist.</p>
|
|
71
67
|
*
|
|
72
68
|
* @throws {@link PreconditionFailed} (client fault)
|
|
73
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
74
|
-
* <code>false</code>.</p>
|
|
69
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
75
70
|
*
|
|
76
71
|
* @throws {@link CloudFrontServiceException}
|
|
77
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeleteDistributionCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDistributionCommand_base: {
|
|
25
25
|
new (input: DeleteDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDistributionCommandInput, DeleteDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDistributionCommandInput, DeleteDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -54,8 +54,7 @@ declare const DeleteDistributionCommand_base: {
|
|
|
54
54
|
* <p>Access denied.</p>
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link DistributionNotDisabled} (client fault)
|
|
57
|
-
* <p>The specified CloudFront distribution is not disabled. You must disable the distribution
|
|
58
|
-
* before you can delete it.</p>
|
|
57
|
+
* <p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>
|
|
59
58
|
*
|
|
60
59
|
* @throws {@link InvalidIfMatchVersion} (client fault)
|
|
61
60
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
@@ -64,8 +63,7 @@ declare const DeleteDistributionCommand_base: {
|
|
|
64
63
|
* <p>The specified distribution does not exist.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
67
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
68
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
69
67
|
*
|
|
70
68
|
* @throws {@link ResourceInUse} (client fault)
|
|
71
69
|
* <p>Cannot delete this resource because it is in use.</p>
|
|
@@ -23,12 +23,11 @@ export interface DeleteDistributionTenantCommandOutput extends __MetadataBearer
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDistributionTenantCommand_base: {
|
|
25
25
|
new (input: DeleteDistributionTenantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDistributionTenantCommandInput, DeleteDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteDistributionTenantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDistributionTenantCommandInput, DeleteDistributionTenantCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <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>
|
|
31
|
-
* <p>To delete a distribution tenant, you must first disable the distribution tenant by using the <code>UpdateDistributionTenant</code> API operation.</p>
|
|
30
|
+
* <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>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -61,8 +60,7 @@ declare const DeleteDistributionTenantCommand_base: {
|
|
|
61
60
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
62
61
|
*
|
|
63
62
|
* @throws {@link PreconditionFailed} (client fault)
|
|
64
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
65
|
-
* <code>false</code>.</p>
|
|
63
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
66
64
|
*
|
|
67
65
|
* @throws {@link ResourceNotDisabled} (client fault)
|
|
68
66
|
* <p>The specified CloudFront resource hasn't been disabled yet.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeleteFieldLevelEncryptionConfigCommandOutput extends __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFieldLevelEncryptionConfigCommand_base: {
|
|
25
25
|
new (input: DeleteFieldLevelEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteFieldLevelEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -63,8 +63,7 @@ declare const DeleteFieldLevelEncryptionConfigCommand_base: {
|
|
|
63
63
|
* <p>The specified configuration for field-level encryption doesn't exist.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
66
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
67
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link CloudFrontServiceException}
|
|
70
69
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeleteFieldLevelEncryptionProfileCommandOutput extends __Metada
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFieldLevelEncryptionProfileCommand_base: {
|
|
25
25
|
new (input: DeleteFieldLevelEncryptionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteFieldLevelEncryptionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -63,8 +63,7 @@ declare const DeleteFieldLevelEncryptionProfileCommand_base: {
|
|
|
63
63
|
* <p>The specified profile for field-level encryption doesn't exist.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
66
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
67
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link CloudFrontServiceException}
|
|
70
69
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,17 +23,11 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFunctionCommand_base: {
|
|
25
25
|
new (input: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a CloudFront function.</p>
|
|
31
|
-
* <p>You cannot delete a function if it's associated with a cache behavior. First, update
|
|
32
|
-
* your distributions to remove the function association from all cache behaviors, then
|
|
33
|
-
* delete the function.</p>
|
|
34
|
-
* <p>To delete a function, you must provide the function's name and version
|
|
35
|
-
* (<code>ETag</code> value). To get these values, you can use
|
|
36
|
-
* <code>ListFunctions</code> and <code>DescribeFunction</code>.</p>
|
|
30
|
+
* <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>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -57,8 +51,7 @@ declare const DeleteFunctionCommand_base: {
|
|
|
57
51
|
* @see {@link CloudFrontClientResolvedConfig | config} for CloudFrontClient's `config` shape.
|
|
58
52
|
*
|
|
59
53
|
* @throws {@link FunctionInUse} (client fault)
|
|
60
|
-
* <p>Cannot delete the function because it's attached to one or more cache
|
|
61
|
-
* behaviors.</p>
|
|
54
|
+
* <p>Cannot delete the function because it's attached to one or more cache behaviors.</p>
|
|
62
55
|
*
|
|
63
56
|
* @throws {@link InvalidIfMatchVersion} (client fault)
|
|
64
57
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
@@ -67,8 +60,7 @@ declare const DeleteFunctionCommand_base: {
|
|
|
67
60
|
* <p>The function does not exist.</p>
|
|
68
61
|
*
|
|
69
62
|
* @throws {@link PreconditionFailed} (client fault)
|
|
70
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
71
|
-
* <code>false</code>.</p>
|
|
63
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
72
64
|
*
|
|
73
65
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
74
66
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -23,17 +23,11 @@ export interface DeleteKeyGroupCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKeyGroupCommand_base: {
|
|
25
25
|
new (input: DeleteKeyGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteKeyGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a key group.</p>
|
|
31
|
-
* <p>You cannot delete a key group that is referenced in a cache behavior. First update
|
|
32
|
-
* your distributions to remove the key group from all cache behaviors, then delete the key
|
|
33
|
-
* group.</p>
|
|
34
|
-
* <p>To delete a key group, you must provide the key group's identifier and version. To get
|
|
35
|
-
* these values, use <code>ListKeyGroups</code> followed by <code>GetKeyGroup</code> or
|
|
36
|
-
* <code>GetKeyGroupConfig</code>.</p>
|
|
30
|
+
* <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>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -63,8 +57,7 @@ declare const DeleteKeyGroupCommand_base: {
|
|
|
63
57
|
* <p>A resource that was specified is not valid.</p>
|
|
64
58
|
*
|
|
65
59
|
* @throws {@link PreconditionFailed} (client fault)
|
|
66
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
67
|
-
* <code>false</code>.</p>
|
|
60
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
68
61
|
*
|
|
69
62
|
* @throws {@link ResourceInUse} (client fault)
|
|
70
63
|
* <p>Cannot delete this resource because it is in use.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeleteKeyValueStoreCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteKeyValueStoreCommand_base: {
|
|
25
25
|
new (input: DeleteKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyValueStoreCommandInput, DeleteKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyValueStoreCommandInput, DeleteKeyValueStoreCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -63,8 +63,7 @@ declare const DeleteKeyValueStoreCommand_base: {
|
|
|
63
63
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
66
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
67
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
68
67
|
*
|
|
69
68
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
70
69
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeleteMonitoringSubscriptionCommandOutput extends DeleteMonitor
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMonitoringSubscriptionCommand_base: {
|
|
25
25
|
new (input: DeleteMonitoringSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteMonitoringSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -23,14 +23,11 @@ export interface DeleteOriginAccessControlCommandOutput extends __MetadataBearer
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteOriginAccessControlCommand_base: {
|
|
25
25
|
new (input: DeleteOriginAccessControlCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteOriginAccessControlCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a CloudFront origin access control.</p>
|
|
31
|
-
* <p>You cannot delete an origin access control if it's in use. First, update all
|
|
32
|
-
* distributions to remove the origin access control from all origins, then delete the
|
|
33
|
-
* origin access control.</p>
|
|
30
|
+
* <p>Deletes a CloudFront origin access control.</p> <p>You cannot delete an origin access control if it's in use. First, update all distributions to remove the origin access control from all origins, then delete the origin access control.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -63,12 +60,10 @@ declare const DeleteOriginAccessControlCommand_base: {
|
|
|
63
60
|
* <p>The origin access control does not exist.</p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link OriginAccessControlInUse} (client fault)
|
|
66
|
-
* <p>Cannot delete the origin access control because it's in use by one or more
|
|
67
|
-
* distributions.</p>
|
|
63
|
+
* <p>Cannot delete the origin access control because it's in use by one or more distributions.</p>
|
|
68
64
|
*
|
|
69
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
70
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
71
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
72
67
|
*
|
|
73
68
|
* @throws {@link CloudFrontServiceException}
|
|
74
69
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,17 +23,11 @@ export interface DeleteOriginRequestPolicyCommandOutput extends __MetadataBearer
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteOriginRequestPolicyCommand_base: {
|
|
25
25
|
new (input: DeleteOriginRequestPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteOriginRequestPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an origin request policy.</p>
|
|
31
|
-
* <p>You cannot delete an origin request policy if it's attached to any cache behaviors.
|
|
32
|
-
* First update your distributions to remove the origin request policy from all cache
|
|
33
|
-
* behaviors, then delete the origin request policy.</p>
|
|
34
|
-
* <p>To delete an origin request policy, you must provide the policy's identifier and
|
|
35
|
-
* version. To get the identifier, you can use <code>ListOriginRequestPolicies</code> or
|
|
36
|
-
* <code>GetOriginRequestPolicy</code>.</p>
|
|
30
|
+
* <p>Deletes an origin request policy.</p> <p>You cannot delete an origin request policy if it's attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.</p> <p>To delete an origin request policy, you must provide the policy's identifier and version. To get the identifier, you can use <code>ListOriginRequestPolicies</code> or <code>GetOriginRequestPolicy</code>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -69,12 +63,10 @@ declare const DeleteOriginRequestPolicyCommand_base: {
|
|
|
69
63
|
* <p>The origin request policy does not exist.</p>
|
|
70
64
|
*
|
|
71
65
|
* @throws {@link OriginRequestPolicyInUse} (client fault)
|
|
72
|
-
* <p>Cannot delete the origin request policy because it is attached to one or more cache
|
|
73
|
-
* behaviors.</p>
|
|
66
|
+
* <p>Cannot delete the origin request policy because it is attached to one or more cache behaviors.</p>
|
|
74
67
|
*
|
|
75
68
|
* @throws {@link PreconditionFailed} (client fault)
|
|
76
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
77
|
-
* <code>false</code>.</p>
|
|
69
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
78
70
|
*
|
|
79
71
|
* @throws {@link CloudFrontServiceException}
|
|
80
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeletePublicKeyCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePublicKeyCommand_base: {
|
|
25
25
|
new (input: DeletePublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeletePublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -60,8 +60,7 @@ declare const DeletePublicKeyCommand_base: {
|
|
|
60
60
|
* <p>The specified public key doesn't exist.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link PreconditionFailed} (client fault)
|
|
63
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
64
|
-
* <code>false</code>.</p>
|
|
63
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
65
64
|
*
|
|
66
65
|
* @throws {@link PublicKeyInUse} (client fault)
|
|
67
66
|
* <p>The specified public key is in use.</p>
|
|
@@ -27,13 +27,7 @@ declare const DeleteRealtimeLogConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a real-time log configuration.</p>
|
|
31
|
-
* <p>You cannot delete a real-time log configuration if it's attached to a cache behavior.
|
|
32
|
-
* First update your distributions to remove the real-time log configuration from all cache
|
|
33
|
-
* behaviors, then delete the real-time log configuration.</p>
|
|
34
|
-
* <p>To delete a real-time log configuration, you can provide the configuration's name or
|
|
35
|
-
* its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront
|
|
36
|
-
* uses the name to identify the real-time log configuration to delete.</p>
|
|
30
|
+
* <p>Deletes a real-time log configuration.</p> <p>You cannot delete a real-time log configuration if it's attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.</p> <p>To delete a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -66,8 +60,7 @@ declare const DeleteRealtimeLogConfigCommand_base: {
|
|
|
66
60
|
* <p>The real-time log configuration does not exist.</p>
|
|
67
61
|
*
|
|
68
62
|
* @throws {@link RealtimeLogConfigInUse} (client fault)
|
|
69
|
-
* <p>Cannot delete the real-time log configuration because it is attached to one or more
|
|
70
|
-
* cache behaviors.</p>
|
|
63
|
+
* <p>Cannot delete the real-time log configuration because it is attached to one or more cache behaviors.</p>
|
|
71
64
|
*
|
|
72
65
|
* @throws {@link CloudFrontServiceException}
|
|
73
66
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,17 +23,11 @@ export interface DeleteResponseHeadersPolicyCommandOutput extends __MetadataBear
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteResponseHeadersPolicyCommand_base: {
|
|
25
25
|
new (input: DeleteResponseHeadersPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteResponseHeadersPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a response headers policy.</p>
|
|
31
|
-
* <p>You cannot delete a response headers policy if it's attached to a cache behavior.
|
|
32
|
-
* First update your distributions to remove the response headers policy from all cache
|
|
33
|
-
* behaviors, then delete the response headers policy.</p>
|
|
34
|
-
* <p>To delete a response headers policy, you must provide the policy's identifier and
|
|
35
|
-
* version. To get these values, you can use <code>ListResponseHeadersPolicies</code> or
|
|
36
|
-
* <code>GetResponseHeadersPolicy</code>.</p>
|
|
30
|
+
* <p>Deletes a response headers policy.</p> <p>You cannot delete a response headers policy if it's attached to a cache behavior. First update your distributions to remove the response headers policy from all cache behaviors, then delete the response headers policy.</p> <p>To delete a response headers policy, you must provide the policy's identifier and version. To get these values, you can use <code>ListResponseHeadersPolicies</code> or <code>GetResponseHeadersPolicy</code>.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -69,12 +63,10 @@ declare const DeleteResponseHeadersPolicyCommand_base: {
|
|
|
69
63
|
* <p>The response headers policy does not exist.</p>
|
|
70
64
|
*
|
|
71
65
|
* @throws {@link PreconditionFailed} (client fault)
|
|
72
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
73
|
-
* <code>false</code>.</p>
|
|
66
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
74
67
|
*
|
|
75
68
|
* @throws {@link ResponseHeadersPolicyInUse} (client fault)
|
|
76
|
-
* <p>Cannot delete the response headers policy because it is attached to one or more cache
|
|
77
|
-
* behaviors in a CloudFront distribution.</p>
|
|
69
|
+
* <p>Cannot delete the response headers policy because it is attached to one or more cache behaviors in a CloudFront distribution.</p>
|
|
78
70
|
*
|
|
79
71
|
* @throws {@link CloudFrontServiceException}
|
|
80
72
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,59 +23,11 @@ export interface DeleteStreamingDistributionCommandOutput extends __MetadataBear
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteStreamingDistributionCommand_base: {
|
|
25
25
|
new (input: DeleteStreamingDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteStreamingDistributionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API,
|
|
31
|
-
* perform the following steps.</p>
|
|
32
|
-
* <p>
|
|
33
|
-
* <b>To delete an RTMP distribution using the CloudFront
|
|
34
|
-
* API</b>:</p>
|
|
35
|
-
* <ol>
|
|
36
|
-
* <li>
|
|
37
|
-
* <p>Disable the RTMP distribution.</p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>Submit a <code>GET Streaming Distribution Config</code> request to get the
|
|
41
|
-
* current configuration and the <code>Etag</code> header for the distribution.
|
|
42
|
-
* </p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>Update the XML document that was returned in the response to your <code>GET
|
|
46
|
-
* Streaming Distribution Config</code> request to change the value of
|
|
47
|
-
* <code>Enabled</code> to <code>false</code>.</p>
|
|
48
|
-
* </li>
|
|
49
|
-
* <li>
|
|
50
|
-
* <p>Submit a <code>PUT Streaming Distribution Config</code> request to update the
|
|
51
|
-
* configuration for your distribution. In the request body, include the XML
|
|
52
|
-
* document that you updated in Step 3. Then set the value of the HTTP
|
|
53
|
-
* <code>If-Match</code> header to the value of the <code>ETag</code> header
|
|
54
|
-
* that CloudFront returned when you submitted the <code>GET Streaming Distribution
|
|
55
|
-
* Config</code> request in Step 2.</p>
|
|
56
|
-
* </li>
|
|
57
|
-
* <li>
|
|
58
|
-
* <p>Review the response to the <code>PUT Streaming Distribution Config</code>
|
|
59
|
-
* request to confirm that the distribution was successfully disabled.</p>
|
|
60
|
-
* </li>
|
|
61
|
-
* <li>
|
|
62
|
-
* <p>Submit a <code>GET Streaming Distribution Config</code> request to confirm
|
|
63
|
-
* that your changes have propagated. When propagation is complete, the value of
|
|
64
|
-
* <code>Status</code> is <code>Deployed</code>.</p>
|
|
65
|
-
* </li>
|
|
66
|
-
* <li>
|
|
67
|
-
* <p>Submit a <code>DELETE Streaming Distribution</code> request. Set the value of
|
|
68
|
-
* the HTTP <code>If-Match</code> header to the value of the <code>ETag</code>
|
|
69
|
-
* header that CloudFront returned when you submitted the <code>GET Streaming
|
|
70
|
-
* Distribution Config</code> request in Step 2.</p>
|
|
71
|
-
* </li>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>Review the response to your <code>DELETE Streaming Distribution</code> request
|
|
74
|
-
* to confirm that the distribution was successfully deleted.</p>
|
|
75
|
-
* </li>
|
|
76
|
-
* </ol>
|
|
77
|
-
* <p>For information about deleting a distribution using the CloudFront console, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html">Deleting a
|
|
78
|
-
* Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
30
|
+
* <p>Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.</p> <p> <b>To delete an RTMP distribution using the CloudFront API</b>:</p> <ol> <li> <p>Disable the RTMP distribution.</p> </li> <li> <p>Submit a <code>GET Streaming Distribution Config</code> request to get the current configuration and the <code>Etag</code> header for the distribution. </p> </li> <li> <p>Update the XML document that was returned in the response to your <code>GET Streaming Distribution Config</code> request to change the value of <code>Enabled</code> to <code>false</code>.</p> </li> <li> <p>Submit a <code>PUT Streaming Distribution Config</code> request to update the configuration for your distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Streaming Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to the <code>PUT Streaming Distribution Config</code> request to confirm that the distribution was successfully disabled.</p> </li> <li> <p>Submit a <code>GET Streaming Distribution Config</code> request to confirm that your changes have propagated. When propagation is complete, the value of <code>Status</code> is <code>Deployed</code>.</p> </li> <li> <p>Submit a <code>DELETE Streaming Distribution</code> request. Set the value of the HTTP <code>If-Match</code> header to the value of the <code>ETag</code> header that CloudFront returned when you submitted the <code>GET Streaming Distribution Config</code> request in Step 2.</p> </li> <li> <p>Review the response to your <code>DELETE Streaming Distribution</code> request to confirm that the distribution was successfully deleted.</p> </li> </ol> <p>For information about deleting a distribution using the CloudFront console, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html">Deleting a Distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
79
31
|
* @example
|
|
80
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
81
33
|
* ```javascript
|
|
@@ -108,12 +60,10 @@ declare const DeleteStreamingDistributionCommand_base: {
|
|
|
108
60
|
* <p>The specified streaming distribution does not exist.</p>
|
|
109
61
|
*
|
|
110
62
|
* @throws {@link PreconditionFailed} (client fault)
|
|
111
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
112
|
-
* <code>false</code>.</p>
|
|
63
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
113
64
|
*
|
|
114
65
|
* @throws {@link StreamingDistributionNotDisabled} (client fault)
|
|
115
|
-
* <p>The specified CloudFront distribution is not disabled. You must disable the distribution
|
|
116
|
-
* before you can delete it.</p>
|
|
66
|
+
* <p>The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.</p>
|
|
117
67
|
*
|
|
118
68
|
* @throws {@link CloudFrontServiceException}
|
|
119
69
|
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
@@ -23,7 +23,7 @@ export interface DeleteVpcOriginCommandOutput extends DeleteVpcOriginResult, __M
|
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVpcOriginCommand_base: {
|
|
25
25
|
new (input: DeleteVpcOriginCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcOriginCommandInput, DeleteVpcOriginCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: DeleteVpcOriginCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcOriginCommandInput, DeleteVpcOriginCommandOutput, CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -91,8 +91,7 @@ declare const DeleteVpcOriginCommand_base: {
|
|
|
91
91
|
* <p>The <code>If-Match</code> version is missing or not valid.</p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link PreconditionFailed} (client fault)
|
|
94
|
-
* <p>The precondition in one or more of the request fields evaluated to
|
|
95
|
-
* <code>false</code>.</p>
|
|
94
|
+
* <p>The precondition in one or more of the request fields evaluated to <code>false</code>.</p>
|
|
96
95
|
*
|
|
97
96
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
98
97
|
* <p>This operation is not supported in this Amazon Web Services Region.</p>
|