Class: Aws::CloudFront::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::CloudFront::Client
- Includes:
- Aws::ClientStubs
- Defined in:
- lib/aws-sdk-cloudfront/client.rb
Overview
An API client for CloudFront. To construct a client, you need to configure a ‘:region` and `:credentials`.
client = Aws::CloudFront::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
See #initialize for a full list of supported configuration options.
Class Attribute Summary collapse
- .identifier ⇒ Object readonly private
API Operations collapse
-
#associate_alias(params = {}) ⇒ Struct
<note markdown=“1”> The ‘AssociateAlias` API operation only supports standard distributions.
-
#associate_distribution_tenant_web_acl(params = {}) ⇒ Types::AssociateDistributionTenantWebACLResult
Associates the WAF web ACL with a distribution tenant.
-
#associate_distribution_web_acl(params = {}) ⇒ Types::AssociateDistributionWebACLResult
Associates the WAF web ACL with a distribution.
-
#copy_distribution(params = {}) ⇒ Types::CopyDistributionResult
Creates a staging distribution using the configuration of the provided primary distribution.
-
#create_anycast_ip_list(params = {}) ⇒ Types::CreateAnycastIpListResult
Creates an Anycast static IP list.
-
#create_cache_policy(params = {}) ⇒ Types::CreateCachePolicyResult
Creates a cache policy.
-
#create_cloud_front_origin_access_identity(params = {}) ⇒ Types::CreateCloudFrontOriginAccessIdentityResult
Creates a new origin access identity.
-
#create_connection_group(params = {}) ⇒ Types::CreateConnectionGroupResult
Creates a connection group.
-
#create_continuous_deployment_policy(params = {}) ⇒ Types::CreateContinuousDeploymentPolicyResult
Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions.
-
#create_distribution(params = {}) ⇒ Types::CreateDistributionResult
Creates a CloudFront distribution.
-
#create_distribution_tenant(params = {}) ⇒ Types::CreateDistributionTenantResult
Creates a distribution tenant.
-
#create_distribution_with_tags(params = {}) ⇒ Types::CreateDistributionWithTagsResult
Create a new distribution with tags.
-
#create_field_level_encryption_config(params = {}) ⇒ Types::CreateFieldLevelEncryptionConfigResult
Create a new field-level encryption configuration.
-
#create_field_level_encryption_profile(params = {}) ⇒ Types::CreateFieldLevelEncryptionProfileResult
Create a field-level encryption profile.
-
#create_function(params = {}) ⇒ Types::CreateFunctionResult
Creates a CloudFront function.
-
#create_invalidation(params = {}) ⇒ Types::CreateInvalidationResult
Create a new invalidation.
-
#create_invalidation_for_distribution_tenant(params = {}) ⇒ Types::CreateInvalidationForDistributionTenantResult
Creates an invalidation for a distribution tenant.
-
#create_key_group(params = {}) ⇒ Types::CreateKeyGroupResult
Creates a key group that you can use with [CloudFront signed URLs and signed cookies].
-
#create_key_value_store(params = {}) ⇒ Types::CreateKeyValueStoreResult
Specifies the key value store resource to add to your account.
-
#create_monitoring_subscription(params = {}) ⇒ Types::CreateMonitoringSubscriptionResult
Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution.
-
#create_origin_access_control(params = {}) ⇒ Types::CreateOriginAccessControlResult
Creates a new origin access control in CloudFront.
-
#create_origin_request_policy(params = {}) ⇒ Types::CreateOriginRequestPolicyResult
Creates an origin request policy.
-
#create_public_key(params = {}) ⇒ Types::CreatePublicKeyResult
Uploads a public key to CloudFront that you can use with [signed URLs and signed cookies], or with [field-level encryption].
-
#create_realtime_log_config(params = {}) ⇒ Types::CreateRealtimeLogConfigResult
Creates a real-time log configuration.
-
#create_response_headers_policy(params = {}) ⇒ Types::CreateResponseHeadersPolicyResult
Creates a response headers policy.
-
#create_streaming_distribution(params = {}) ⇒ Types::CreateStreamingDistributionResult
This API is deprecated.
-
#create_streaming_distribution_with_tags(params = {}) ⇒ Types::CreateStreamingDistributionWithTagsResult
This API is deprecated.
-
#create_vpc_origin(params = {}) ⇒ Types::CreateVpcOriginResult
Create an Amazon CloudFront VPC origin.
-
#delete_anycast_ip_list(params = {}) ⇒ Struct
Deletes an Anycast static IP list.
-
#delete_cache_policy(params = {}) ⇒ Struct
Deletes a cache policy.
-
#delete_cloud_front_origin_access_identity(params = {}) ⇒ Struct
Delete an origin access identity.
-
#delete_connection_group(params = {}) ⇒ Struct
Deletes a connection group.
-
#delete_continuous_deployment_policy(params = {}) ⇒ Struct
Deletes a continuous deployment policy.
-
#delete_distribution(params = {}) ⇒ Struct
Delete a distribution.
-
#delete_distribution_tenant(params = {}) ⇒ Struct
Deletes a distribution tenant.
-
#delete_field_level_encryption_config(params = {}) ⇒ Struct
Remove a field-level encryption configuration.
-
#delete_field_level_encryption_profile(params = {}) ⇒ Struct
Remove a field-level encryption profile.
-
#delete_function(params = {}) ⇒ Struct
Deletes a CloudFront function.
-
#delete_key_group(params = {}) ⇒ Struct
Deletes a key group.
-
#delete_key_value_store(params = {}) ⇒ Struct
Specifies the key value store to delete.
-
#delete_monitoring_subscription(params = {}) ⇒ Struct
Disables additional CloudWatch metrics for the specified CloudFront distribution.
-
#delete_origin_access_control(params = {}) ⇒ Struct
Deletes a CloudFront origin access control.
-
#delete_origin_request_policy(params = {}) ⇒ Struct
Deletes an origin request policy.
-
#delete_public_key(params = {}) ⇒ Struct
Remove a public key you previously added to CloudFront.
-
#delete_realtime_log_config(params = {}) ⇒ Struct
Deletes a real-time log configuration.
-
#delete_response_headers_policy(params = {}) ⇒ Struct
Deletes a response headers policy.
-
#delete_streaming_distribution(params = {}) ⇒ Struct
Delete a streaming distribution.
-
#delete_vpc_origin(params = {}) ⇒ Types::DeleteVpcOriginResult
Delete an Amazon CloudFront VPC origin.
-
#describe_function(params = {}) ⇒ Types::DescribeFunctionResult
Gets configuration information and metadata about a CloudFront function, but not the function’s code.
-
#describe_key_value_store(params = {}) ⇒ Types::DescribeKeyValueStoreResult
Specifies the key value store and its configuration.
-
#disassociate_distribution_tenant_web_acl(params = {}) ⇒ Types::DisassociateDistributionTenantWebACLResult
Disassociates a distribution tenant from the WAF web ACL.
-
#disassociate_distribution_web_acl(params = {}) ⇒ Types::DisassociateDistributionWebACLResult
Disassociates a distribution from the WAF web ACL.
-
#get_anycast_ip_list(params = {}) ⇒ Types::GetAnycastIpListResult
Gets an Anycast static IP list.
-
#get_cache_policy(params = {}) ⇒ Types::GetCachePolicyResult
Gets a cache policy, including the following metadata:.
-
#get_cache_policy_config(params = {}) ⇒ Types::GetCachePolicyConfigResult
Gets a cache policy configuration.
-
#get_cloud_front_origin_access_identity(params = {}) ⇒ Types::GetCloudFrontOriginAccessIdentityResult
Get the information about an origin access identity.
-
#get_cloud_front_origin_access_identity_config(params = {}) ⇒ Types::GetCloudFrontOriginAccessIdentityConfigResult
Get the configuration information about an origin access identity.
-
#get_connection_group(params = {}) ⇒ Types::GetConnectionGroupResult
Gets information about a connection group.
-
#get_connection_group_by_routing_endpoint(params = {}) ⇒ Types::GetConnectionGroupByRoutingEndpointResult
Gets information about a connection group by using the endpoint that you specify.
-
#get_continuous_deployment_policy(params = {}) ⇒ Types::GetContinuousDeploymentPolicyResult
Gets a continuous deployment policy, including metadata (the policy’s identifier and the date and time when the policy was last modified).
-
#get_continuous_deployment_policy_config(params = {}) ⇒ Types::GetContinuousDeploymentPolicyConfigResult
Gets configuration information about a continuous deployment policy.
-
#get_distribution(params = {}) ⇒ Types::GetDistributionResult
Get the information about a distribution.
-
#get_distribution_config(params = {}) ⇒ Types::GetDistributionConfigResult
Get the configuration information about a distribution.
-
#get_distribution_tenant(params = {}) ⇒ Types::GetDistributionTenantResult
Gets information about a distribution tenant.
-
#get_distribution_tenant_by_domain(params = {}) ⇒ Types::GetDistributionTenantByDomainResult
Gets information about a distribution tenant by the associated domain.
-
#get_field_level_encryption(params = {}) ⇒ Types::GetFieldLevelEncryptionResult
Get the field-level encryption configuration information.
-
#get_field_level_encryption_config(params = {}) ⇒ Types::GetFieldLevelEncryptionConfigResult
Get the field-level encryption configuration information.
-
#get_field_level_encryption_profile(params = {}) ⇒ Types::GetFieldLevelEncryptionProfileResult
Get the field-level encryption profile information.
-
#get_field_level_encryption_profile_config(params = {}) ⇒ Types::GetFieldLevelEncryptionProfileConfigResult
Get the field-level encryption profile configuration information.
-
#get_function(params = {}) ⇒ Types::GetFunctionResult
Gets the code of a CloudFront function.
-
#get_invalidation(params = {}) ⇒ Types::GetInvalidationResult
Get the information about an invalidation.
-
#get_invalidation_for_distribution_tenant(params = {}) ⇒ Types::GetInvalidationForDistributionTenantResult
Gets information about a specific invalidation for a distribution tenant.
-
#get_key_group(params = {}) ⇒ Types::GetKeyGroupResult
Gets a key group, including the date and time when the key group was last modified.
-
#get_key_group_config(params = {}) ⇒ Types::GetKeyGroupConfigResult
Gets a key group configuration.
-
#get_managed_certificate_details(params = {}) ⇒ Types::GetManagedCertificateDetailsResult
Gets details about the CloudFront managed ACM certificate.
-
#get_monitoring_subscription(params = {}) ⇒ Types::GetMonitoringSubscriptionResult
Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
-
#get_origin_access_control(params = {}) ⇒ Types::GetOriginAccessControlResult
Gets a CloudFront origin access control, including its unique identifier.
-
#get_origin_access_control_config(params = {}) ⇒ Types::GetOriginAccessControlConfigResult
Gets a CloudFront origin access control configuration.
-
#get_origin_request_policy(params = {}) ⇒ Types::GetOriginRequestPolicyResult
Gets an origin request policy, including the following metadata:.
-
#get_origin_request_policy_config(params = {}) ⇒ Types::GetOriginRequestPolicyConfigResult
Gets an origin request policy configuration.
-
#get_public_key(params = {}) ⇒ Types::GetPublicKeyResult
Gets a public key.
-
#get_public_key_config(params = {}) ⇒ Types::GetPublicKeyConfigResult
Gets a public key configuration.
-
#get_realtime_log_config(params = {}) ⇒ Types::GetRealtimeLogConfigResult
Gets a real-time log configuration.
-
#get_response_headers_policy(params = {}) ⇒ Types::GetResponseHeadersPolicyResult
Gets a response headers policy, including metadata (the policy’s identifier and the date and time when the policy was last modified).
-
#get_response_headers_policy_config(params = {}) ⇒ Types::GetResponseHeadersPolicyConfigResult
Gets a response headers policy configuration.
-
#get_streaming_distribution(params = {}) ⇒ Types::GetStreamingDistributionResult
Gets information about a specified RTMP distribution, including the distribution configuration.
-
#get_streaming_distribution_config(params = {}) ⇒ Types::GetStreamingDistributionConfigResult
Get the configuration information about a streaming distribution.
-
#get_vpc_origin(params = {}) ⇒ Types::GetVpcOriginResult
Get the details of an Amazon CloudFront VPC origin.
-
#list_anycast_ip_lists(params = {}) ⇒ Types::ListAnycastIpListsResult
Lists your Anycast static IP lists.
-
#list_cache_policies(params = {}) ⇒ Types::ListCachePoliciesResult
Gets a list of cache policies.
-
#list_cloud_front_origin_access_identities(params = {}) ⇒ Types::ListCloudFrontOriginAccessIdentitiesResult
Lists origin access identities.
-
#list_conflicting_aliases(params = {}) ⇒ Types::ListConflictingAliasesResult
<note markdown=“1”> The ‘ListConflictingAliases` API operation only supports standard distributions.
-
#list_connection_groups(params = {}) ⇒ Types::ListConnectionGroupsResult
Lists the connection groups in your Amazon Web Services account.
-
#list_continuous_deployment_policies(params = {}) ⇒ Types::ListContinuousDeploymentPoliciesResult
Gets a list of the continuous deployment policies in your Amazon Web Services account.
-
#list_distribution_tenants(params = {}) ⇒ Types::ListDistributionTenantsResult
Lists the distribution tenants in your Amazon Web Services account.
-
#list_distribution_tenants_by_customization(params = {}) ⇒ Types::ListDistributionTenantsByCustomizationResult
Lists distribution tenants by the customization that you specify.
-
#list_distributions(params = {}) ⇒ Types::ListDistributionsResult
List CloudFront distributions.
-
#list_distributions_by_anycast_ip_list_id(params = {}) ⇒ Types::ListDistributionsByAnycastIpListIdResult
Lists the distributions in your account that are associated with the specified ‘AnycastIpListId`.
-
#list_distributions_by_cache_policy_id(params = {}) ⇒ Types::ListDistributionsByCachePolicyIdResult
Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified cache policy.
-
#list_distributions_by_connection_mode(params = {}) ⇒ Types::ListDistributionsByConnectionModeResult
Lists the distributions by the connection mode that you specify.
-
#list_distributions_by_key_group(params = {}) ⇒ Types::ListDistributionsByKeyGroupResult
Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.
-
#list_distributions_by_origin_request_policy_id(params = {}) ⇒ Types::ListDistributionsByOriginRequestPolicyIdResult
Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified origin request policy.
-
#list_distributions_by_realtime_log_config(params = {}) ⇒ Types::ListDistributionsByRealtimeLogConfigResult
Gets a list of distributions that have a cache behavior that’s associated with the specified real-time log configuration.
-
#list_distributions_by_response_headers_policy_id(params = {}) ⇒ Types::ListDistributionsByResponseHeadersPolicyIdResult
Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified response headers policy.
-
#list_distributions_by_vpc_origin_id(params = {}) ⇒ Types::ListDistributionsByVpcOriginIdResult
List CloudFront distributions by their VPC origin ID.
-
#list_distributions_by_web_acl_id(params = {}) ⇒ Types::ListDistributionsByWebACLIdResult
List the distributions that are associated with a specified WAF web ACL.
-
#list_domain_conflicts(params = {}) ⇒ Types::ListDomainConflictsResult
<note markdown=“1”> We recommend that you use the ‘ListDomainConflicts` API operation to check for domain conflicts, as it supports both standard distributions and distribution tenants.
-
#list_field_level_encryption_configs(params = {}) ⇒ Types::ListFieldLevelEncryptionConfigsResult
List all field-level encryption configurations that have been created in CloudFront for this account.
-
#list_field_level_encryption_profiles(params = {}) ⇒ Types::ListFieldLevelEncryptionProfilesResult
Request a list of field-level encryption profiles that have been created in CloudFront for this account.
-
#list_functions(params = {}) ⇒ Types::ListFunctionsResult
Gets a list of all CloudFront functions in your Amazon Web Services account.
-
#list_invalidations(params = {}) ⇒ Types::ListInvalidationsResult
Lists invalidation batches.
-
#list_invalidations_for_distribution_tenant(params = {}) ⇒ Types::ListInvalidationsForDistributionTenantResult
Lists the invalidations for a distribution tenant.
-
#list_key_groups(params = {}) ⇒ Types::ListKeyGroupsResult
Gets a list of key groups.
-
#list_key_value_stores(params = {}) ⇒ Types::ListKeyValueStoresResult
Specifies the key value stores to list.
-
#list_origin_access_controls(params = {}) ⇒ Types::ListOriginAccessControlsResult
Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.
-
#list_origin_request_policies(params = {}) ⇒ Types::ListOriginRequestPoliciesResult
Gets a list of origin request policies.
-
#list_public_keys(params = {}) ⇒ Types::ListPublicKeysResult
List all public keys that have been added to CloudFront for this account.
-
#list_realtime_log_configs(params = {}) ⇒ Types::ListRealtimeLogConfigsResult
Gets a list of real-time log configurations.
-
#list_response_headers_policies(params = {}) ⇒ Types::ListResponseHeadersPoliciesResult
Gets a list of response headers policies.
-
#list_streaming_distributions(params = {}) ⇒ Types::ListStreamingDistributionsResult
List streaming distributions.
-
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResult
List tags for a CloudFront resource.
-
#list_vpc_origins(params = {}) ⇒ Types::ListVpcOriginsResult
List the CloudFront VPC origins in your account.
-
#publish_function(params = {}) ⇒ Types::PublishFunctionResult
Publishes a CloudFront function by copying the function code from the ‘DEVELOPMENT` stage to `LIVE`.
-
#tag_resource(params = {}) ⇒ Struct
Add tags to a CloudFront resource.
-
#test_function(params = {}) ⇒ Types::TestFunctionResult
Tests a CloudFront function.
-
#untag_resource(params = {}) ⇒ Struct
Remove tags from a CloudFront resource.
-
#update_cache_policy(params = {}) ⇒ Types::UpdateCachePolicyResult
Updates a cache policy configuration.
-
#update_cloud_front_origin_access_identity(params = {}) ⇒ Types::UpdateCloudFrontOriginAccessIdentityResult
Update an origin access identity.
-
#update_connection_group(params = {}) ⇒ Types::UpdateConnectionGroupResult
Updates a connection group.
-
#update_continuous_deployment_policy(params = {}) ⇒ Types::UpdateContinuousDeploymentPolicyResult
Updates a continuous deployment policy.
-
#update_distribution(params = {}) ⇒ Types::UpdateDistributionResult
Updates the configuration for a CloudFront distribution.
-
#update_distribution_tenant(params = {}) ⇒ Types::UpdateDistributionTenantResult
Updates a distribution tenant.
-
#update_distribution_with_staging_config(params = {}) ⇒ Types::UpdateDistributionWithStagingConfigResult
Copies the staging distribution’s configuration to its corresponding primary distribution.
-
#update_domain_association(params = {}) ⇒ Types::UpdateDomainAssociationResult
<note markdown=“1”> We recommend that you use the ‘UpdateDomainAssociation` API operation to move a domain association, as it supports both standard distributions and distribution tenants.
-
#update_field_level_encryption_config(params = {}) ⇒ Types::UpdateFieldLevelEncryptionConfigResult
Update a field-level encryption configuration.
-
#update_field_level_encryption_profile(params = {}) ⇒ Types::UpdateFieldLevelEncryptionProfileResult
Update a field-level encryption profile.
-
#update_function(params = {}) ⇒ Types::UpdateFunctionResult
Updates a CloudFront function.
-
#update_key_group(params = {}) ⇒ Types::UpdateKeyGroupResult
Updates a key group.
-
#update_key_value_store(params = {}) ⇒ Types::UpdateKeyValueStoreResult
Specifies the key value store to update.
-
#update_origin_access_control(params = {}) ⇒ Types::UpdateOriginAccessControlResult
Updates a CloudFront origin access control.
-
#update_origin_request_policy(params = {}) ⇒ Types::UpdateOriginRequestPolicyResult
Updates an origin request policy configuration.
-
#update_public_key(params = {}) ⇒ Types::UpdatePublicKeyResult
Update public key information.
-
#update_realtime_log_config(params = {}) ⇒ Types::UpdateRealtimeLogConfigResult
Updates a real-time log configuration.
-
#update_response_headers_policy(params = {}) ⇒ Types::UpdateResponseHeadersPolicyResult
Updates a response headers policy.
-
#update_streaming_distribution(params = {}) ⇒ Types::UpdateStreamingDistributionResult
Update a streaming distribution.
-
#update_vpc_origin(params = {}) ⇒ Types::UpdateVpcOriginResult
Update an Amazon CloudFront VPC origin in your account.
-
#verify_dns_configuration(params = {}) ⇒ Types::VerifyDnsConfigurationResult
Verify the DNS configuration for your domain names.
Class Method Summary collapse
- .errors_module ⇒ Object private
Instance Method Summary collapse
- #build_request(operation_name, params = {}) ⇒ Object private
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
-
#wait_until(waiter_name, params = {}, options = {}) {|w.waiter| ... } ⇒ Boolean
Polls an API operation until a resource enters a desired state.
- #waiter_names ⇒ Object deprecated private Deprecated.
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
473 474 475 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 473 def initialize(*args) super end |
Class Attribute Details
.identifier ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12431 12432 12433 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12431 def identifier @identifier end |
Class Method Details
.errors_module ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12434 12435 12436 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12434 def errors_module Errors end |
Instance Method Details
#associate_alias(params = {}) ⇒ Struct
<note markdown=“1”> The ‘AssociateAlias` API operation only supports standard distributions. To move domains between distribution tenants and/or standard distributions, we recommend that you use the
- UpdateDomainAssociation][1
-
API operation instead.
</note>
Associates an alias with a CloudFront standard distribution. An alias
is commonly known as a custom domain or vanity domain. It can also be called a CNAME or alternate domain name.
With this operation, you can move an alias that's already used for a
standard distribution to a different standard distribution. This prevents the downtime that could occur if you first remove the alias from one standard distribution and then separately add the alias to another standard distribution.
To use this operation, specify the alias and the ID of the target
standard distribution.
For more information, including how to set up the target standard
distribution, prerequisites that you must complete, and other restrictions, see [Moving an alternate domain name to a different standard distribution or distribution tenant] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDomainAssociation.html [2]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move
532 533 534 535 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 532 def associate_alias(params = {}, = {}) req = build_request(:associate_alias, params) req.send_request() end |
#associate_distribution_tenant_web_acl(params = {}) ⇒ Types::AssociateDistributionTenantWebACLResult
Associates the WAF web ACL with a distribution tenant.
573 574 575 576 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 573 def associate_distribution_tenant_web_acl(params = {}, = {}) req = build_request(:associate_distribution_tenant_web_acl, params) req.send_request() end |
#associate_distribution_web_acl(params = {}) ⇒ Types::AssociateDistributionWebACLResult
Associates the WAF web ACL with a distribution.
614 615 616 617 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 614 def associate_distribution_web_acl(params = {}, = {}) req = build_request(:associate_distribution_web_acl, params) req.send_request() end |
#build_request(operation_name, params = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12285 12286 12287 12288 12289 12290 12291 12292 12293 12294 12295 12296 12297 12298 12299 12300 12301 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12285 def build_request(operation_name, params = {}) handlers = @handlers.for(operation_name) tracer = config.telemetry_provider.tracer_provider.tracer( Aws::Telemetry.module_to_tracer_name('Aws::CloudFront') ) context = Seahorse::Client::RequestContext.new( operation_name: operation_name, operation: config.api.operation(operation_name), client: self, params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-cloudfront' context[:gem_version] = '1.129.0' Seahorse::Client::Request.new(handlers, context) end |
#copy_distribution(params = {}) ⇒ Types::CopyDistributionResult
Creates a staging distribution using the configuration of the provided primary distribution. A staging distribution is a copy of an existing distribution (called the primary distribution) that you can use in a continuous deployment workflow.
After you create a staging distribution, you can use ‘UpdateDistribution` to modify the staging distribution’s configuration. Then you can use ‘CreateContinuousDeploymentPolicy` to incrementally move traffic to the staging distribution.
This API operation requires the following IAM permissions:
- GetDistribution][1
- CreateDistribution][2
- CopyDistribution][3
[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html [2]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html [3]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_CopyDistribution.html
895 896 897 898 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 895 def copy_distribution(params = {}, = {}) req = build_request(:copy_distribution, params) req.send_request() end |
#create_anycast_ip_list(params = {}) ⇒ Types::CreateAnycastIpListResult
Creates an Anycast static IP list.
948 949 950 951 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 948 def create_anycast_ip_list(params = {}, = {}) req = build_request(:create_anycast_ip_list, params) req.send_request() end |
#create_cache_policy(params = {}) ⇒ Types::CreateCachePolicyResult
Creates a cache policy.
After you create a cache policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the cache policy determines the following:
-
The values that CloudFront includes in the *cache key*. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
-
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy’s minimum TTL, even if the ‘Cache-Control: no-cache`, `no-store`, or `private` directives are present in the origin headers.
The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use ‘OriginRequestPolicy`.
For more information about cache policies, see [Controlling the cache key] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html
1062 1063 1064 1065 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 1062 def create_cache_policy(params = {}, = {}) req = build_request(:create_cache_policy, params) req.send_request() end |
#create_cloud_front_origin_access_identity(params = {}) ⇒ Types::CreateCloudFrontOriginAccessIdentityResult
Creates a new origin access identity. If you’re using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see [Serving Private Content through CloudFront] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
1109 1110 1111 1112 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 1109 def create_cloud_front_origin_access_identity(params = {}, = {}) req = build_request(:create_cloud_front_origin_access_identity, params) req.send_request() end |
#create_connection_group(params = {}) ⇒ Types::CreateConnectionGroupResult
Creates a connection group.
1183 1184 1185 1186 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 1183 def create_connection_group(params = {}, = {}) req = build_request(:create_connection_group, params) req.send_request() end |
#create_continuous_deployment_policy(params = {}) ⇒ Types::CreateContinuousDeploymentPolicyResult
Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions.
To use a continuous deployment policy, first use ‘CopyDistribution` to create a staging distribution, then use `UpdateDistribution` to modify the staging distribution’s configuration.
After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This workflow enables you to test changes to a distribution’s configuration before moving all of your domain’s production traffic to the new configuration.
1257 1258 1259 1260 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 1257 def create_continuous_deployment_policy(params = {}, = {}) req = build_request(:create_continuous_deployment_policy, params) req.send_request() end |
#create_distribution(params = {}) ⇒ Types::CreateDistributionResult
Creates a CloudFront distribution.
1773 1774 1775 1776 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 1773 def create_distribution(params = {}, = {}) req = build_request(:create_distribution, params) req.send_request() end |
#create_distribution_tenant(params = {}) ⇒ Types::CreateDistributionTenantResult
Creates a distribution tenant.
1905 1906 1907 1908 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 1905 def create_distribution_tenant(params = {}, = {}) req = build_request(:create_distribution_tenant, params) req.send_request() end |
#create_distribution_with_tags(params = {}) ⇒ Types::CreateDistributionWithTagsResult
Create a new distribution with tags. This API operation requires the following IAM permissions:
- CreateDistribution][1
- TagResource][2
[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html [2]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_TagResource.html
2441 2442 2443 2444 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2441 def (params = {}, = {}) req = build_request(:create_distribution_with_tags, params) req.send_request() end |
#create_field_level_encryption_config(params = {}) ⇒ Types::CreateFieldLevelEncryptionConfigResult
Create a new field-level encryption configuration.
2515 2516 2517 2518 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2515 def create_field_level_encryption_config(params = {}, = {}) req = build_request(:create_field_level_encryption_config, params) req.send_request() end |
#create_field_level_encryption_profile(params = {}) ⇒ Types::CreateFieldLevelEncryptionProfileResult
Create a field-level encryption profile.
2575 2576 2577 2578 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2575 def create_field_level_encryption_profile(params = {}, = {}) req = build_request(:create_field_level_encryption_profile, params) req.send_request() end |
#create_function(params = {}) ⇒ Types::CreateFunctionResult
Creates a CloudFront function.
To create a function, you provide the function code and some configuration information about the function. The response contains an Amazon Resource Name (ARN) that uniquely identifies the function.
When you create a function, it’s in the ‘DEVELOPMENT` stage. In this stage, you can test the function with `TestFunction`, and update it with `UpdateFunction`.
When you’re ready to use your function with a CloudFront distribution, use ‘PublishFunction` to copy the function from the `DEVELOPMENT` stage to `LIVE`. When it’s live, you can attach the function to a distribution’s cache behavior, using the function’s ARN.
2707 2708 2709 2710 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2707 def create_function(params = {}, = {}) req = build_request(:create_function, params) req.send_request() end |
#create_invalidation(params = {}) ⇒ Types::CreateInvalidationResult
Create a new invalidation. For more information, see [Invalidating files] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html
2758 2759 2760 2761 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2758 def create_invalidation(params = {}, = {}) req = build_request(:create_invalidation, params) req.send_request() end |
#create_invalidation_for_distribution_tenant(params = {}) ⇒ Types::CreateInvalidationForDistributionTenantResult
Creates an invalidation for a distribution tenant. For more information, see [Invalidating files] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html
2810 2811 2812 2813 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2810 def create_invalidation_for_distribution_tenant(params = {}, = {}) req = build_request(:create_invalidation_for_distribution_tenant, params) req.send_request() end |
#create_key_group(params = {}) ⇒ Types::CreateKeyGroupResult
Creates a key group that you can use with [CloudFront signed URLs and signed cookies].
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 [Serving private content] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
2867 2868 2869 2870 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2867 def create_key_group(params = {}, = {}) req = build_request(:create_key_group, params) req.send_request() end |
#create_key_value_store(params = {}) ⇒ Types::CreateKeyValueStoreResult
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 ‘ImportSource` that you own.
2948 2949 2950 2951 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2948 def create_key_value_store(params = {}, = {}) req = build_request(:create_key_value_store, params) req.send_request() end |
#create_monitoring_subscription(params = {}) ⇒ Types::CreateMonitoringSubscriptionResult
Enables or disables additional Amazon CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost.
For more information, see [Viewing additional CloudFront distribution metrics] in the *Amazon CloudFront Developer Guide*.
2995 2996 2997 2998 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 2995 def create_monitoring_subscription(params = {}, = {}) req = build_request(:create_monitoring_subscription, params) req.send_request() end |
#create_origin_access_control(params = {}) ⇒ Types::CreateOriginAccessControlResult
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.
This makes it possible to block public access to the origin, allowing viewers (users) to access the origin’s content only through CloudFront.
For more information about using a CloudFront origin access control, see [Restricting access to an Amazon Web Services origin] in the *Amazon CloudFront Developer Guide*.
3053 3054 3055 3056 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3053 def create_origin_access_control(params = {}, = {}) req = build_request(:create_origin_access_control, params) req.send_request() end |
#create_origin_request_policy(params = {}) ⇒ Types::CreateOriginRequestPolicyResult
Creates an origin request policy.
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:
-
The request body and the URL path (without the domain name) from the viewer request.
-
The headers that CloudFront automatically includes in every origin request, including ‘Host`, `User-Agent`, and `X-Amz-Cf-Id`.
-
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.
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 ‘CachePolicy`.
For more information about origin request policies, see [Controlling origin requests] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html
3152 3153 3154 3155 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3152 def create_origin_request_policy(params = {}, = {}) req = build_request(:create_origin_request_policy, params) req.send_request() end |
#create_public_key(params = {}) ⇒ Types::CreatePublicKeyResult
Uploads a public key to CloudFront that you can use with [signed URLs and signed cookies], or with [field-level encryption].
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html [2]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html
3200 3201 3202 3203 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3200 def create_public_key(params = {}, = {}) req = build_request(:create_public_key, params) req.send_request() end |
#create_realtime_log_config(params = {}) ⇒ Types::CreateRealtimeLogConfigResult
Creates a real-time log configuration.
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.
For more information about real-time log configurations, see
- Real-time logs][1
-
in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html
3278 3279 3280 3281 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3278 def create_realtime_log_config(params = {}, = {}) req = build_request(:create_realtime_log_config, params) req.send_request() end |
#create_response_headers_policy(params = {}) ⇒ Types::CreateResponseHeadersPolicyResult
Creates a response headers policy.
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.
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.
For more information, see [Adding or removing HTTP headers in CloudFront responses] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/modifying-response-headers.html
3449 3450 3451 3452 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3449 def create_response_headers_policy(params = {}, = {}) req = build_request(:create_response_headers_policy, params) req.send_request() end |
#create_streaming_distribution(params = {}) ⇒ Types::CreateStreamingDistributionResult
This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, [read the announcement] on the Amazon CloudFront discussion forum.
3538 3539 3540 3541 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3538 def create_streaming_distribution(params = {}, = {}) req = build_request(:create_streaming_distribution, params) req.send_request() end |
#create_streaming_distribution_with_tags(params = {}) ⇒ Types::CreateStreamingDistributionWithTagsResult
This API is deprecated. Amazon CloudFront is deprecating real-time messaging protocol (RTMP) distributions on December 31, 2020. For more information, [read the announcement] on the Amazon CloudFront discussion forum.
3637 3638 3639 3640 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3637 def (params = {}, = {}) req = build_request(:create_streaming_distribution_with_tags, params) req.send_request() end |
#create_vpc_origin(params = {}) ⇒ Types::CreateVpcOriginResult
Create an Amazon CloudFront VPC origin.
3751 3752 3753 3754 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3751 def create_vpc_origin(params = {}, = {}) req = build_request(:create_vpc_origin, params) req.send_request() end |
#delete_anycast_ip_list(params = {}) ⇒ Struct
Deletes an Anycast static IP list.
3778 3779 3780 3781 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3778 def delete_anycast_ip_list(params = {}, = {}) req = build_request(:delete_anycast_ip_list, params) req.send_request() end |
#delete_cache_policy(params = {}) ⇒ Struct
Deletes a cache policy.
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.
To delete a cache policy, you must provide the policy’s identifier and version. To get these values, you can use ‘ListCachePolicies` or `GetCachePolicy`.
3815 3816 3817 3818 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3815 def delete_cache_policy(params = {}, = {}) req = build_request(:delete_cache_policy, params) req.send_request() end |
#delete_cloud_front_origin_access_identity(params = {}) ⇒ Struct
Delete an origin access identity.
3842 3843 3844 3845 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3842 def delete_cloud_front_origin_access_identity(params = {}, = {}) req = build_request(:delete_cloud_front_origin_access_identity, params) req.send_request() end |
#delete_connection_group(params = {}) ⇒ Struct
Deletes a connection group.
3869 3870 3871 3872 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3869 def delete_connection_group(params = {}, = {}) req = build_request(:delete_connection_group, params) req.send_request() end |
#delete_continuous_deployment_policy(params = {}) ⇒ Struct
Deletes a continuous deployment policy.
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.
3901 3902 3903 3904 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3901 def delete_continuous_deployment_policy(params = {}, = {}) req = build_request(:delete_continuous_deployment_policy, params) req.send_request() end |
#delete_distribution(params = {}) ⇒ Struct
Delete a distribution.
3928 3929 3930 3931 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3928 def delete_distribution(params = {}, = {}) req = build_request(:delete_distribution, params) req.send_request() end |
#delete_distribution_tenant(params = {}) ⇒ Struct
Deletes a distribution tenant. If you use this API operation to delete a distribution tenant that is currently enabled, the request will fail.
To delete a distribution tenant, you must first disable the distribution tenant by using the ‘UpdateDistributionTenant` API operation.
3962 3963 3964 3965 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3962 def delete_distribution_tenant(params = {}, = {}) req = build_request(:delete_distribution_tenant, params) req.send_request() end |
#delete_field_level_encryption_config(params = {}) ⇒ Struct
Remove a field-level encryption configuration.
3989 3990 3991 3992 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 3989 def delete_field_level_encryption_config(params = {}, = {}) req = build_request(:delete_field_level_encryption_config, params) req.send_request() end |
#delete_field_level_encryption_profile(params = {}) ⇒ Struct
Remove a field-level encryption profile.
4016 4017 4018 4019 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4016 def delete_field_level_encryption_profile(params = {}, = {}) req = build_request(:delete_field_level_encryption_profile, params) req.send_request() end |
#delete_function(params = {}) ⇒ Struct
Deletes a CloudFront function.
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.
To delete a function, you must provide the function’s name and version (‘ETag` value). To get these values, you can use `ListFunctions` and `DescribeFunction`.
4051 4052 4053 4054 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4051 def delete_function(params = {}, = {}) req = build_request(:delete_function, params) req.send_request() end |
#delete_key_group(params = {}) ⇒ Struct
Deletes a key group.
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.
To delete a key group, you must provide the key group’s identifier and version. To get these values, use ‘ListKeyGroups` followed by `GetKeyGroup` or `GetKeyGroupConfig`.
4088 4089 4090 4091 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4088 def delete_key_group(params = {}, = {}) req = build_request(:delete_key_group, params) req.send_request() end |
#delete_key_value_store(params = {}) ⇒ Struct
Specifies the key value store to delete.
4124 4125 4126 4127 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4124 def delete_key_value_store(params = {}, = {}) req = build_request(:delete_key_value_store, params) req.send_request() end |
#delete_monitoring_subscription(params = {}) ⇒ Struct
Disables additional CloudWatch metrics for the specified CloudFront distribution.
4147 4148 4149 4150 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4147 def delete_monitoring_subscription(params = {}, = {}) req = build_request(:delete_monitoring_subscription, params) req.send_request() end |
#delete_origin_access_control(params = {}) ⇒ Struct
Deletes a CloudFront origin access control.
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.
4179 4180 4181 4182 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4179 def delete_origin_access_control(params = {}, = {}) req = build_request(:delete_origin_access_control, params) req.send_request() end |
#delete_origin_request_policy(params = {}) ⇒ Struct
Deletes an origin request policy.
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.
To delete an origin request policy, you must provide the policy’s identifier and version. To get the identifier, you can use ‘ListOriginRequestPolicies` or `GetOriginRequestPolicy`.
4219 4220 4221 4222 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4219 def delete_origin_request_policy(params = {}, = {}) req = build_request(:delete_origin_request_policy, params) req.send_request() end |
#delete_public_key(params = {}) ⇒ Struct
Remove a public key you previously added to CloudFront.
4246 4247 4248 4249 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4246 def delete_public_key(params = {}, = {}) req = build_request(:delete_public_key, params) req.send_request() end |
#delete_realtime_log_config(params = {}) ⇒ Struct
Deletes a real-time log configuration.
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.
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.
4283 4284 4285 4286 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4283 def delete_realtime_log_config(params = {}, = {}) req = build_request(:delete_realtime_log_config, params) req.send_request() end |
#delete_response_headers_policy(params = {}) ⇒ Struct
Deletes a response headers policy.
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.
To delete a response headers policy, you must provide the policy’s identifier and version. To get these values, you can use ‘ListResponseHeadersPolicies` or `GetResponseHeadersPolicy`.
4324 4325 4326 4327 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4324 def delete_response_headers_policy(params = {}, = {}) req = build_request(:delete_response_headers_policy, params) req.send_request() end |
#delete_streaming_distribution(params = {}) ⇒ Struct
Delete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.
**To delete an RTMP distribution using the CloudFront API**:
-
Disable the RTMP distribution.
-
Submit a ‘GET Streaming Distribution Config` request to get the current configuration and the `Etag` header for the distribution.
-
Update the XML document that was returned in the response to your ‘GET Streaming Distribution Config` request to change the value of `Enabled` to `false`.
-
Submit a ‘PUT Streaming Distribution Config` 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 `If-Match` header to the value of the `ETag` header that CloudFront returned when you submitted the `GET Streaming Distribution Config` request in Step 2.
-
Review the response to the ‘PUT Streaming Distribution Config` request to confirm that the distribution was successfully disabled.
-
Submit a ‘GET Streaming Distribution Config` request to confirm that your changes have propagated. When propagation is complete, the value of `Status` is `Deployed`.
-
Submit a ‘DELETE Streaming Distribution` request. Set the value of the HTTP `If-Match` header to the value of the `ETag` header that CloudFront returned when you submitted the `GET Streaming Distribution Config` request in Step 2.
-
Review the response to your ‘DELETE Streaming Distribution` request to confirm that the distribution was successfully deleted.
For information about deleting a distribution using the CloudFront console, see [Deleting a Distribution] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/HowToDeleteDistribution.html
4394 4395 4396 4397 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4394 def delete_streaming_distribution(params = {}, = {}) req = build_request(:delete_streaming_distribution, params) req.send_request() end |
#delete_vpc_origin(params = {}) ⇒ Types::DeleteVpcOriginResult
Delete an Amazon CloudFront VPC origin.
4477 4478 4479 4480 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4477 def delete_vpc_origin(params = {}, = {}) req = build_request(:delete_vpc_origin, params) req.send_request() end |
#describe_function(params = {}) ⇒ Types::DescribeFunctionResult
Gets configuration information and metadata about a CloudFront function, but not the function’s code. To get a function’s code, use ‘GetFunction`.
To get configuration information and metadata about a function, you must provide the function’s name and stage. To get these values, you can use ‘ListFunctions`.
4527 4528 4529 4530 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4527 def describe_function(params = {}, = {}) req = build_request(:describe_function, params) req.send_request() end |
#describe_key_value_store(params = {}) ⇒ Types::DescribeKeyValueStoreResult
Specifies the key value store and its configuration.
4584 4585 4586 4587 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4584 def describe_key_value_store(params = {}, = {}) req = build_request(:describe_key_value_store, params) req.send_request() end |
#disassociate_distribution_tenant_web_acl(params = {}) ⇒ Types::DisassociateDistributionTenantWebACLResult
Disassociates a distribution tenant from the WAF web ACL.
4620 4621 4622 4623 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4620 def disassociate_distribution_tenant_web_acl(params = {}, = {}) req = build_request(:disassociate_distribution_tenant_web_acl, params) req.send_request() end |
#disassociate_distribution_web_acl(params = {}) ⇒ Types::DisassociateDistributionWebACLResult
Disassociates a distribution from the WAF web ACL.
4655 4656 4657 4658 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4655 def disassociate_distribution_web_acl(params = {}, = {}) req = build_request(:disassociate_distribution_web_acl, params) req.send_request() end |
#get_anycast_ip_list(params = {}) ⇒ Types::GetAnycastIpListResult
Gets an Anycast static IP list.
4692 4693 4694 4695 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4692 def get_anycast_ip_list(params = {}, = {}) req = build_request(:get_anycast_ip_list, params) req.send_request() end |
#get_cache_policy(params = {}) ⇒ Types::GetCachePolicyResult
Gets a cache policy, including the following metadata:
-
The policy’s identifier.
-
The date and time when the policy was last modified.
To get a cache policy, you must provide the policy’s identifier. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ‘ListDistributions` or `GetDistribution`. If the cache policy is not attached to a cache behavior, you can get the identifier using `ListCachePolicies`.
4756 4757 4758 4759 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4756 def get_cache_policy(params = {}, = {}) req = build_request(:get_cache_policy, params) req.send_request() end |
#get_cache_policy_config(params = {}) ⇒ Types::GetCachePolicyConfigResult
Gets a cache policy configuration.
To get a cache policy configuration, you must provide the policy’s identifier. If the cache policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ‘ListDistributions` or `GetDistribution`. If the cache policy is not attached to a cache behavior, you can get the identifier using `ListCachePolicies`.
4815 4816 4817 4818 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4815 def get_cache_policy_config(params = {}, = {}) req = build_request(:get_cache_policy_config, params) req.send_request() end |
#get_cloud_front_origin_access_identity(params = {}) ⇒ Types::GetCloudFrontOriginAccessIdentityResult
Get the information about an origin access identity.
4848 4849 4850 4851 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4848 def get_cloud_front_origin_access_identity(params = {}, = {}) req = build_request(:get_cloud_front_origin_access_identity, params) req.send_request() end |
#get_cloud_front_origin_access_identity_config(params = {}) ⇒ Types::GetCloudFrontOriginAccessIdentityConfigResult
Get the configuration information about an origin access identity.
4879 4880 4881 4882 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4879 def get_cloud_front_origin_access_identity_config(params = {}, = {}) req = build_request(:get_cloud_front_origin_access_identity_config, params) req.send_request() end |
#get_connection_group(params = {}) ⇒ Types::GetConnectionGroupResult
Gets information about a connection group.
4922 4923 4924 4925 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4922 def get_connection_group(params = {}, = {}) req = build_request(:get_connection_group, params) req.send_request() end |
#get_connection_group_by_routing_endpoint(params = {}) ⇒ Types::GetConnectionGroupByRoutingEndpointResult
Gets information about a connection group by using the endpoint that you specify.
4967 4968 4969 4970 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 4967 def get_connection_group_by_routing_endpoint(params = {}, = {}) req = build_request(:get_connection_group_by_routing_endpoint, params) req.send_request() end |
#get_continuous_deployment_policy(params = {}) ⇒ Types::GetContinuousDeploymentPolicyResult
Gets a continuous deployment policy, including metadata (the policy’s identifier and the date and time when the policy was last modified).
5010 5011 5012 5013 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5010 def get_continuous_deployment_policy(params = {}, = {}) req = build_request(:get_continuous_deployment_policy, params) req.send_request() end |
#get_continuous_deployment_policy_config(params = {}) ⇒ Types::GetContinuousDeploymentPolicyConfigResult
Gets configuration information about a continuous deployment policy.
5050 5051 5052 5053 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5050 def get_continuous_deployment_policy_config(params = {}, = {}) req = build_request(:get_continuous_deployment_policy_config, params) req.send_request() end |
#get_distribution(params = {}) ⇒ Types::GetDistributionResult
Get the information about a distribution.
The following waiters are defined for this operation (see #wait_until for detailed usage):
* distribution_deployed
5285 5286 5287 5288 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5285 def get_distribution(params = {}, = {}) req = build_request(:get_distribution, params) req.send_request() end |
#get_distribution_config(params = {}) ⇒ Types::GetDistributionConfigResult
Get the configuration information about a distribution.
5492 5493 5494 5495 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5492 def get_distribution_config(params = {}, = {}) req = build_request(:get_distribution_config, params) req.send_request() end |
#get_distribution_tenant(params = {}) ⇒ Types::GetDistributionTenantResult
Gets information about a distribution tenant.
5546 5547 5548 5549 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5546 def get_distribution_tenant(params = {}, = {}) req = build_request(:get_distribution_tenant, params) req.send_request() end |
#get_distribution_tenant_by_domain(params = {}) ⇒ Types::GetDistributionTenantByDomainResult
Gets information about a distribution tenant by the associated domain.
5599 5600 5601 5602 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5599 def get_distribution_tenant_by_domain(params = {}, = {}) req = build_request(:get_distribution_tenant_by_domain, params) req.send_request() end |
#get_field_level_encryption(params = {}) ⇒ Types::GetFieldLevelEncryptionResult
Get the field-level encryption configuration information.
5644 5645 5646 5647 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5644 def get_field_level_encryption(params = {}, = {}) req = build_request(:get_field_level_encryption, params) req.send_request() end |
#get_field_level_encryption_config(params = {}) ⇒ Types::GetFieldLevelEncryptionConfigResult
Get the field-level encryption configuration information.
5687 5688 5689 5690 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5687 def get_field_level_encryption_config(params = {}, = {}) req = build_request(:get_field_level_encryption_config, params) req.send_request() end |
#get_field_level_encryption_profile(params = {}) ⇒ Types::GetFieldLevelEncryptionProfileResult
Get the field-level encryption profile information.
5728 5729 5730 5731 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5728 def get_field_level_encryption_profile(params = {}, = {}) req = build_request(:get_field_level_encryption_profile, params) req.send_request() end |
#get_field_level_encryption_profile_config(params = {}) ⇒ Types::GetFieldLevelEncryptionProfileConfigResult
Get the field-level encryption profile configuration information.
5768 5769 5770 5771 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5768 def get_field_level_encryption_profile_config(params = {}, = {}) req = build_request(:get_field_level_encryption_profile_config, params) req.send_request() end |
#get_function(params = {}) ⇒ Types::GetFunctionResult
Gets the code of a CloudFront function. To get configuration information and metadata about a function, use ‘DescribeFunction`.
To get a function’s code, you must provide the function’s name and stage. To get these values, you can use ‘ListFunctions`.
5808 5809 5810 5811 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5808 def get_function(params = {}, = {}) req = build_request(:get_function, params) req.send_request() end |
#get_invalidation(params = {}) ⇒ Types::GetInvalidationResult
Get the information about an invalidation.
The following waiters are defined for this operation (see #wait_until for detailed usage):
* invalidation_completed
5852 5853 5854 5855 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5852 def get_invalidation(params = {}, = {}) req = build_request(:get_invalidation, params) req.send_request() end |
#get_invalidation_for_distribution_tenant(params = {}) ⇒ Types::GetInvalidationForDistributionTenantResult
Gets information about a specific invalidation for a distribution tenant.
The following waiters are defined for this operation (see #wait_until for detailed usage):
* invalidation_for_distribution_tenant_completed
5896 5897 5898 5899 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5896 def get_invalidation_for_distribution_tenant(params = {}, = {}) req = build_request(:get_invalidation_for_distribution_tenant, params) req.send_request() end |
#get_key_group(params = {}) ⇒ Types::GetKeyGroupResult
Gets a key group, including the date and time when the key group was last modified.
To get a key group, you must provide the key group’s identifier. If the key group is referenced in a distribution’s cache behavior, you can get the key group’s identifier using ‘ListDistributions` or `GetDistribution`. If the key group is not referenced in a cache behavior, you can get the identifier using `ListKeyGroups`.
5939 5940 5941 5942 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5939 def get_key_group(params = {}, = {}) req = build_request(:get_key_group, params) req.send_request() end |
#get_key_group_config(params = {}) ⇒ Types::GetKeyGroupConfigResult
Gets a key group configuration.
To get a key group configuration, you must provide the key group’s identifier. If the key group is referenced in a distribution’s cache behavior, you can get the key group’s identifier using ‘ListDistributions` or `GetDistribution`. If the key group is not referenced in a cache behavior, you can get the identifier using `ListKeyGroups`.
5980 5981 5982 5983 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 5980 def get_key_group_config(params = {}, = {}) req = build_request(:get_key_group_config, params) req.send_request() end |
#get_managed_certificate_details(params = {}) ⇒ Types::GetManagedCertificateDetailsResult
Gets details about the CloudFront managed ACM certificate.
6015 6016 6017 6018 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6015 def get_managed_certificate_details(params = {}, = {}) req = build_request(:get_managed_certificate_details, params) req.send_request() end |
#get_monitoring_subscription(params = {}) ⇒ Types::GetMonitoringSubscriptionResult
Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
6045 6046 6047 6048 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6045 def get_monitoring_subscription(params = {}, = {}) req = build_request(:get_monitoring_subscription, params) req.send_request() end |
#get_origin_access_control(params = {}) ⇒ Types::GetOriginAccessControlResult
Gets a CloudFront origin access control, including its unique identifier.
6081 6082 6083 6084 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6081 def get_origin_access_control(params = {}, = {}) req = build_request(:get_origin_access_control, params) req.send_request() end |
#get_origin_access_control_config(params = {}) ⇒ Types::GetOriginAccessControlConfigResult
Gets a CloudFront origin access control configuration.
6115 6116 6117 6118 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6115 def get_origin_access_control_config(params = {}, = {}) req = build_request(:get_origin_access_control_config, params) req.send_request() end |
#get_origin_request_policy(params = {}) ⇒ Types::GetOriginRequestPolicyResult
Gets an origin request policy, including the following metadata:
-
The policy’s identifier.
-
The date and time when the policy was last modified.
To get an origin request policy, you must provide the policy’s identifier. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ‘ListDistributions` or `GetDistribution`. If the origin request policy is not attached to a cache behavior, you can get the identifier using `ListOriginRequestPolicies`.
6176 6177 6178 6179 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6176 def get_origin_request_policy(params = {}, = {}) req = build_request(:get_origin_request_policy, params) req.send_request() end |
#get_origin_request_policy_config(params = {}) ⇒ Types::GetOriginRequestPolicyConfigResult
Gets an origin request policy configuration.
To get an origin request policy configuration, you must provide the policy’s identifier. If the origin request policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ‘ListDistributions` or `GetDistribution`. If the origin request policy is not attached to a cache behavior, you can get the identifier using `ListOriginRequestPolicies`.
6231 6232 6233 6234 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6231 def get_origin_request_policy_config(params = {}, = {}) req = build_request(:get_origin_request_policy_config, params) req.send_request() end |
#get_public_key(params = {}) ⇒ Types::GetPublicKeyResult
Gets a public key.
6266 6267 6268 6269 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6266 def get_public_key(params = {}, = {}) req = build_request(:get_public_key, params) req.send_request() end |
#get_public_key_config(params = {}) ⇒ Types::GetPublicKeyConfigResult
Gets a public key configuration.
6299 6300 6301 6302 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6299 def get_public_key_config(params = {}, = {}) req = build_request(:get_public_key_config, params) req.send_request() end |
#get_realtime_log_config(params = {}) ⇒ Types::GetRealtimeLogConfigResult
Gets a real-time log configuration.
To get 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 get.
6345 6346 6347 6348 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6345 def get_realtime_log_config(params = {}, = {}) req = build_request(:get_realtime_log_config, params) req.send_request() end |
#get_response_headers_policy(params = {}) ⇒ Types::GetResponseHeadersPolicyResult
Gets a response headers policy, including metadata (the policy’s identifier and the date and time when the policy was last modified).
To get a response headers policy, you must provide the policy’s identifier. If the response headers policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ‘ListDistributions` or `GetDistribution`. If the response headers policy is not attached to a cache behavior, you can get the identifier using `ListResponseHeadersPolicies`.
6432 6433 6434 6435 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6432 def get_response_headers_policy(params = {}, = {}) req = build_request(:get_response_headers_policy, params) req.send_request() end |
#get_response_headers_policy_config(params = {}) ⇒ Types::GetResponseHeadersPolicyConfigResult
Gets a response headers policy configuration.
To get a response headers policy configuration, you must provide the policy’s identifier. If the response headers policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using ‘ListDistributions` or `GetDistribution`. If the response headers policy is not attached to a cache behavior, you can get the identifier using `ListResponseHeadersPolicies`.
6516 6517 6518 6519 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6516 def get_response_headers_policy_config(params = {}, = {}) req = build_request(:get_response_headers_policy_config, params) req.send_request() end |
#get_streaming_distribution(params = {}) ⇒ Types::GetStreamingDistributionResult
Gets information about a specified RTMP distribution, including the distribution configuration.
The following waiters are defined for this operation (see #wait_until for detailed usage):
* streaming_distribution_deployed
6579 6580 6581 6582 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6579 def get_streaming_distribution(params = {}, = {}) req = build_request(:get_streaming_distribution, params) req.send_request() end |
#get_streaming_distribution_config(params = {}) ⇒ Types::GetStreamingDistributionConfigResult
Get the configuration information about a streaming distribution.
6624 6625 6626 6627 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6624 def get_streaming_distribution_config(params = {}, = {}) req = build_request(:get_streaming_distribution_config, params) req.send_request() end |
#get_vpc_origin(params = {}) ⇒ Types::GetVpcOriginResult
Get the details of an Amazon CloudFront VPC origin.
6701 6702 6703 6704 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6701 def get_vpc_origin(params = {}, = {}) req = build_request(:get_vpc_origin, params) req.send_request() end |
#list_anycast_ip_lists(params = {}) ⇒ Types::ListAnycastIpListsResult
Lists your Anycast static IP lists.
6748 6749 6750 6751 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6748 def list_anycast_ip_lists(params = {}, = {}) req = build_request(:list_anycast_ip_lists, params) req.send_request() end |
#list_cache_policies(params = {}) ⇒ Types::ListCachePoliciesResult
Gets a list of cache policies.
You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
6831 6832 6833 6834 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6831 def list_cache_policies(params = {}, = {}) req = build_request(:list_cache_policies, params) req.send_request() end |
#list_cloud_front_origin_access_identities(params = {}) ⇒ Types::ListCloudFrontOriginAccessIdentitiesResult
Lists origin access identities.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
6879 6880 6881 6882 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6879 def list_cloud_front_origin_access_identities(params = {}, = {}) req = build_request(:list_cloud_front_origin_access_identities, params) req.send_request() end |
#list_conflicting_aliases(params = {}) ⇒ Types::ListConflictingAliasesResult
<note markdown=“1”> The ‘ListConflictingAliases` API operation only supports standard distributions. To list domain conflicts for both standard distributions and distribution tenants, we recommend that you use the
- ListDomainConflicts][1
-
API operation instead.
</note>
Gets a list of aliases that conflict or overlap with the provided
alias, and the associated CloudFront standard distribution and Amazon Web Services accounts for each conflicting alias. An alias is commonly known as a custom domain or vanity domain. It can also be called a CNAME or alternate domain name.
In the returned list, the standard distribution and account IDs are
partially hidden, which allows you to identify the standard distribution and accounts that you own, and helps to protect the information of ones that you don’t own.
Use this operation to find aliases that are in use in CloudFront that
conflict or overlap with the provided alias. For example, if you provide ‘www.example.com` as input, the returned list can include `www.example.com` and the overlapping wildcard alternate domain name (`.example.com</code>), if they exist. If you provide </em>.example.com as input, the returned list can include *.example.com and any alternate domain names covered by that wildcard (for example, www.example.com, test.example.com, dev.example.com, and so on), if they exist.</p> To list conflicting aliases, specify the alias to search and the ID of a standard distribution in your account that has an attached TLS certificate that includes the provided alias. For more information, including how to set up the standard distribution and certificate, see Moving an alternate domain name to a different standard distribution or distribution tenant in the Amazon CloudFront Developer Guide. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.</p> `
[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDomainConflicts.html
6974 6975 6976 6977 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 6974 def list_conflicting_aliases(params = {}, = {}) req = build_request(:list_conflicting_aliases, params) req.send_request() end |
#list_connection_groups(params = {}) ⇒ Types::ListConnectionGroupsResult
Lists the connection groups in your Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
7027 7028 7029 7030 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7027 def list_connection_groups(params = {}, = {}) req = build_request(:list_connection_groups, params) req.send_request() end |
#list_continuous_deployment_policies(params = {}) ⇒ Types::ListContinuousDeploymentPoliciesResult
Gets a list of the continuous deployment policies in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
7087 7088 7089 7090 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7087 def list_continuous_deployment_policies(params = {}, = {}) req = build_request(:list_continuous_deployment_policies, params) req.send_request() end |
#list_distribution_tenants(params = {}) ⇒ Types::ListDistributionTenantsResult
Lists the distribution tenants in your Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
7149 7150 7151 7152 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7149 def list_distribution_tenants(params = {}, = {}) req = build_request(:list_distribution_tenants, params) req.send_request() end |
#list_distribution_tenants_by_customization(params = {}) ⇒ Types::ListDistributionTenantsByCustomizationResult
Lists distribution tenants by the customization that you specify.
You must specify either the ‘CertificateArn` parameter or `WebACLArn` parameter, but not both in the same request.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
7216 7217 7218 7219 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7216 def list_distribution_tenants_by_customization(params = {}, = {}) req = build_request(:list_distribution_tenants_by_customization, params) req.send_request() end |
#list_distributions(params = {}) ⇒ Types::ListDistributionsResult
List CloudFront distributions.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
7433 7434 7435 7436 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7433 def list_distributions(params = {}, = {}) req = build_request(:list_distributions, params) req.send_request() end |
#list_distributions_by_anycast_ip_list_id(params = {}) ⇒ Types::ListDistributionsByAnycastIpListIdResult
Lists the distributions in your account that are associated with the specified ‘AnycastIpListId`.
7653 7654 7655 7656 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7653 def list_distributions_by_anycast_ip_list_id(params = {}, = {}) req = build_request(:list_distributions_by_anycast_ip_list_id, params) req.send_request() end |
#list_distributions_by_cache_policy_id(params = {}) ⇒ Types::ListDistributionsByCachePolicyIdResult
Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified cache policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
7708 7709 7710 7711 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7708 def list_distributions_by_cache_policy_id(params = {}, = {}) req = build_request(:list_distributions_by_cache_policy_id, params) req.send_request() end |
#list_distributions_by_connection_mode(params = {}) ⇒ Types::ListDistributionsByConnectionModeResult
Lists the distributions by the connection mode that you specify.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
7927 7928 7929 7930 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7927 def list_distributions_by_connection_mode(params = {}, = {}) req = build_request(:list_distributions_by_connection_mode, params) req.send_request() end |
#list_distributions_by_key_group(params = {}) ⇒ Types::ListDistributionsByKeyGroupResult
Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
7982 7983 7984 7985 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 7982 def list_distributions_by_key_group(params = {}, = {}) req = build_request(:list_distributions_by_key_group, params) req.send_request() end |
#list_distributions_by_origin_request_policy_id(params = {}) ⇒ Types::ListDistributionsByOriginRequestPolicyIdResult
Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified origin request policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
8037 8038 8039 8040 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8037 def list_distributions_by_origin_request_policy_id(params = {}, = {}) req = build_request(:list_distributions_by_origin_request_policy_id, params) req.send_request() end |
#list_distributions_by_realtime_log_config(params = {}) ⇒ Types::ListDistributionsByRealtimeLogConfigResult
Gets a list of distributions that have a cache behavior that’s associated with the specified real-time log configuration.
You can specify the real-time log configuration by its 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 list distributions for.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
8275 8276 8277 8278 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8275 def list_distributions_by_realtime_log_config(params = {}, = {}) req = build_request(:list_distributions_by_realtime_log_config, params) req.send_request() end |
#list_distributions_by_response_headers_policy_id(params = {}) ⇒ Types::ListDistributionsByResponseHeadersPolicyIdResult
Gets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified response headers policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
8332 8333 8334 8335 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8332 def list_distributions_by_response_headers_policy_id(params = {}, = {}) req = build_request(:list_distributions_by_response_headers_policy_id, params) req.send_request() end |
#list_distributions_by_vpc_origin_id(params = {}) ⇒ Types::ListDistributionsByVpcOriginIdResult
List CloudFront distributions by their VPC origin ID.
8395 8396 8397 8398 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8395 def list_distributions_by_vpc_origin_id(params = {}, = {}) req = build_request(:list_distributions_by_vpc_origin_id, params) req.send_request() end |
#list_distributions_by_web_acl_id(params = {}) ⇒ Types::ListDistributionsByWebACLIdResult
List the distributions that are associated with a specified WAF web ACL.
8625 8626 8627 8628 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8625 def list_distributions_by_web_acl_id(params = {}, = {}) req = build_request(:list_distributions_by_web_acl_id, params) req.send_request() end |
#list_domain_conflicts(params = {}) ⇒ Types::ListDomainConflictsResult
<note markdown=“1”> We recommend that you use the ‘ListDomainConflicts` API operation to check for domain conflicts, as it supports both standard distributions and distribution tenants. [ListConflictingAliases] performs similar checks but only supports standard distributions.
</note>
Lists existing domain associations that conflict with the domain that
you specify.
You can use this API operation to identify potential domain conflicts
when moving domains between standard distributions and/or distribution tenants. Domain conflicts must be resolved first before they can be moved.
For example, if you provide `www.example.com` as input, the returned
list can include ‘www.example.com` and the overlapping wildcard alternate domain name (`.example.com</code>), if they exist. If you provide </em>.example.com as input, the returned list can include *.example.com and any alternate domain names covered by that wildcard (for example, www.example.com, test.example.com, dev.example.com, and so on), if they exist.</p> To list conflicting domains, specify the following: The domain to search for The ID of a standard distribution or distribution tenant in your account that has an attached TLS certificate, which covers the specified domain For more information, including how to set up the standard distribution or distribution tenant, and the certificate, see Moving an alternate domain name to a different standard distribution or distribution tenant in the Amazon CloudFront Developer Guide. You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the NextMarker value from the current response as the Marker value in the subsequent request.</p> `
[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListConflictingAliases.html
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
8718 8719 8720 8721 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8718 def list_domain_conflicts(params = {}, = {}) req = build_request(:list_domain_conflicts, params) req.send_request() end |
#list_field_level_encryption_configs(params = {}) ⇒ Types::ListFieldLevelEncryptionConfigsResult
List all field-level encryption configurations that have been created in CloudFront for this account.
8774 8775 8776 8777 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8774 def list_field_level_encryption_configs(params = {}, = {}) req = build_request(:list_field_level_encryption_configs, params) req.send_request() end |
#list_field_level_encryption_profiles(params = {}) ⇒ Types::ListFieldLevelEncryptionProfilesResult
Request a list of field-level encryption profiles that have been created in CloudFront for this account.
8826 8827 8828 8829 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8826 def list_field_level_encryption_profiles(params = {}, = {}) req = build_request(:list_field_level_encryption_profiles, params) req.send_request() end |
#list_functions(params = {}) ⇒ Types::ListFunctionsResult
Gets a list of all CloudFront functions in your Amazon Web Services account.
You can optionally apply a filter to return only the functions that are in the specified stage, either ‘DEVELOPMENT` or `LIVE`.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
8892 8893 8894 8895 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8892 def list_functions(params = {}, = {}) req = build_request(:list_functions, params) req.send_request() end |
#list_invalidations(params = {}) ⇒ Types::ListInvalidationsResult
Lists invalidation batches.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
8946 8947 8948 8949 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 8946 def list_invalidations(params = {}, = {}) req = build_request(:list_invalidations, params) req.send_request() end |
#list_invalidations_for_distribution_tenant(params = {}) ⇒ Types::ListInvalidationsForDistributionTenantResult
Lists the invalidations for a distribution tenant.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9000 9001 9002 9003 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9000 def list_invalidations_for_distribution_tenant(params = {}, = {}) req = build_request(:list_invalidations_for_distribution_tenant, params) req.send_request() end |
#list_key_groups(params = {}) ⇒ Types::ListKeyGroupsResult
Gets a list of key groups.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
9052 9053 9054 9055 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9052 def list_key_groups(params = {}, = {}) req = build_request(:list_key_groups, params) req.send_request() end |
#list_key_value_stores(params = {}) ⇒ Types::ListKeyValueStoresResult
Specifies the key value stores to list.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9127 9128 9129 9130 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9127 def list_key_value_stores(params = {}, = {}) req = build_request(:list_key_value_stores, params) req.send_request() end |
#list_origin_access_controls(params = {}) ⇒ Types::ListOriginAccessControlsResult
Gets the list of CloudFront origin access controls (OACs) in this Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send another request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the next request.
<note markdown=“1”> If you’re not using origin access controls for your Amazon Web Services account, the ‘ListOriginAccessControls` operation doesn’t return the ‘Items` element in the response.
</note>
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9191 9192 9193 9194 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9191 def list_origin_access_controls(params = {}, = {}) req = build_request(:list_origin_access_controls, params) req.send_request() end |
#list_origin_request_policies(params = {}) ⇒ Types::ListOriginRequestPoliciesResult
Gets a list of origin request policies.
You can optionally apply a filter to return only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
9270 9271 9272 9273 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9270 def list_origin_request_policies(params = {}, = {}) req = build_request(:list_origin_request_policies, params) req.send_request() end |
#list_public_keys(params = {}) ⇒ Types::ListPublicKeysResult
List all public keys that have been added to CloudFront for this account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9317 9318 9319 9320 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9317 def list_public_keys(params = {}, = {}) req = build_request(:list_public_keys, params) req.send_request() end |
#list_realtime_log_configs(params = {}) ⇒ Types::ListRealtimeLogConfigsResult
Gets a list of real-time log configurations.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
9374 9375 9376 9377 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9374 def list_realtime_log_configs(params = {}, = {}) req = build_request(:list_realtime_log_configs, params) req.send_request() end |
#list_response_headers_policies(params = {}) ⇒ Types::ListResponseHeadersPoliciesResult
Gets a list of response headers policies.
You can optionally apply a filter to get only the managed policies created by Amazon Web Services, or only the custom policies created in your Amazon Web Services account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the next page of items, send a subsequent request that specifies the ‘NextMarker` value from the current response as the `Marker` value in the subsequent request.
9481 9482 9483 9484 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9481 def list_response_headers_policies(params = {}, = {}) req = build_request(:list_response_headers_policies, params) req.send_request() end |
#list_streaming_distributions(params = {}) ⇒ Types::ListStreamingDistributionsResult
List streaming distributions.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
9537 9538 9539 9540 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9537 def list_streaming_distributions(params = {}, = {}) req = build_request(:list_streaming_distributions, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResult
List tags for a CloudFront resource. For more information, see
- Tagging a distribution][1
-
in the *Amazon CloudFront Developer
Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html
9573 9574 9575 9576 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9573 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#list_vpc_origins(params = {}) ⇒ Types::ListVpcOriginsResult
List the CloudFront VPC origins in your account.
9646 9647 9648 9649 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9646 def list_vpc_origins(params = {}, = {}) req = build_request(:list_vpc_origins, params) req.send_request() end |
#publish_function(params = {}) ⇒ Types::PublishFunctionResult
Publishes a CloudFront function by copying the function code from the ‘DEVELOPMENT` stage to `LIVE`. This automatically updates all cache behaviors that are using this function to use the newly published copy in the `LIVE` stage.
When a function is published to the ‘LIVE` stage, you can attach the function to a distribution’s cache behavior, using the function’s Amazon Resource Name (ARN).
To publish a function, you must provide the function’s name and version (‘ETag` value). To get these values, you can use `ListFunctions` and `DescribeFunction`.
9700 9701 9702 9703 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9700 def publish_function(params = {}, = {}) req = build_request(:publish_function, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Add tags to a CloudFront resource. For more information, see [Tagging a distribution] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html
9738 9739 9740 9741 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9738 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#test_function(params = {}) ⇒ Types::TestFunctionResult
Tests a CloudFront function.
To test a function, you provide an *event object* that represents an HTTP request or response that your CloudFront distribution could receive in production. CloudFront runs the function, passing it the event object that you provided, and returns the function’s result (the modified event object) in the response. The response also contains function logs and error messages, if any exist. For more information about testing functions, see [Testing functions] in the *Amazon CloudFront Developer Guide*.
To test a function, you provide the function’s name and version (‘ETag` value) along with the event object. To get the function’s name and version, you can use ‘ListFunctions` and `DescribeFunction`.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function
9818 9819 9820 9821 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9818 def test_function(params = {}, = {}) req = build_request(:test_function, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Remove tags from a CloudFront resource. For more information, see
- Tagging a distribution][1
-
in the *Amazon CloudFront Developer
Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html
9852 9853 9854 9855 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9852 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_cache_policy(params = {}) ⇒ Types::UpdateCachePolicyResult
Updates a cache policy configuration.
When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:
-
Use ‘GetCachePolicyConfig` to get the current configuration.
-
Locally modify the fields in the cache policy configuration that you want to update.
-
Call ‘UpdateCachePolicy` by providing the entire cache policy configuration, including the fields that you modified and those that you didn’t.
If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy’s minimum TTL, even if the ‘Cache-Control: no-cache`, `no-store`, or `private` directives are present in the origin headers.
9964 9965 9966 9967 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 9964 def update_cache_policy(params = {}, = {}) req = build_request(:update_cache_policy, params) req.send_request() end |
#update_cloud_front_origin_access_identity(params = {}) ⇒ Types::UpdateCloudFrontOriginAccessIdentityResult
Update an origin access identity.
10009 10010 10011 10012 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 10009 def update_cloud_front_origin_access_identity(params = {}, = {}) req = build_request(:update_cloud_front_origin_access_identity, params) req.send_request() end |
#update_connection_group(params = {}) ⇒ Types::UpdateConnectionGroupResult
Updates a connection group.
10074 10075 10076 10077 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 10074 def update_connection_group(params = {}, = {}) req = build_request(:update_connection_group, params) req.send_request() end |
#update_continuous_deployment_policy(params = {}) ⇒ Types::UpdateContinuousDeploymentPolicyResult
Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to.
When you update a continuous deployment policy configuration, all the fields are updated with the values that are provided in the request. You cannot update some fields independent of others. To update a continuous deployment policy configuration:
-
Use ‘GetContinuousDeploymentPolicyConfig` to get the current configuration.
-
Locally modify the fields in the continuous deployment policy configuration that you want to update.
-
Use ‘UpdateContinuousDeploymentPolicy`, providing the entire continuous deployment policy configuration, including the fields that you modified and those that you didn’t.
10163 10164 10165 10166 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 10163 def update_continuous_deployment_policy(params = {}, = {}) req = build_request(:update_continuous_deployment_policy, params) req.send_request() end |
#update_distribution(params = {}) ⇒ Types::UpdateDistributionResult
Updates the configuration for a CloudFront distribution.
The update process includes getting the current distribution configuration, updating it to make your changes, and then submitting an ‘UpdateDistribution` request to make the updates.
**To update a web distribution using the CloudFront API**
-
Use ‘GetDistributionConfig` to get the current configuration, including the version identifier (`ETag`).
-
Update the distribution configuration that was returned in the response. Note the following important requirements and restrictions:
-
You must copy the ‘ETag` field value from the response. (You’ll use it for the ‘IfMatch` parameter in your request.) Then, remove the `ETag` field from the distribution configuration.
-
You can’t change the value of ‘CallerReference`.
-
-
Submit an ‘UpdateDistribution` request, providing the updated distribution configuration. The new configuration replaces the existing configuration. The values that you specify in an `UpdateDistribution` request are not merged into your existing configuration. Make sure to include all fields: the ones that you modified and also the ones that you didn’t.
10711 10712 10713 10714 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 10711 def update_distribution(params = {}, = {}) req = build_request(:update_distribution, params) req.send_request() end |
#update_distribution_tenant(params = {}) ⇒ Types::UpdateDistributionTenantResult
Updates a distribution tenant.
10836 10837 10838 10839 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 10836 def update_distribution_tenant(params = {}, = {}) req = build_request(:update_distribution_tenant, params) req.send_request() end |
#update_distribution_with_staging_config(params = {}) ⇒ Types::UpdateDistributionWithStagingConfigResult
Copies the staging distribution’s configuration to its corresponding primary distribution. The primary distribution retains its ‘Aliases` (also known as alternate domain names or CNAMEs) and `ContinuousDeploymentPolicyId` value, but otherwise its configuration is overwritten to match the staging distribution.
You can use this operation in a continuous deployment workflow after you have tested configuration changes on the staging distribution. After using a continuous deployment policy to move a portion of your domain name’s traffic to the staging distribution and verifying that it works as intended, you can use this operation to copy the staging distribution’s configuration to the primary distribution. This action will disable the continuous deployment policy and move your domain’s traffic back to the primary distribution.
This API operation requires the following IAM permissions:
- GetDistribution][1
- UpdateDistribution][2
[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetDistribution.html [2]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html
11102 11103 11104 11105 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11102 def update_distribution_with_staging_config(params = {}, = {}) req = build_request(:update_distribution_with_staging_config, params) req.send_request() end |
#update_domain_association(params = {}) ⇒ Types::UpdateDomainAssociationResult
<note markdown=“1”> We recommend that you use the ‘UpdateDomainAssociation` API operation to move a domain association, as it supports both standard distributions and distribution tenants. [AssociateAlias] performs similar checks but only supports standard distributions.
</note>
Moves a domain from its current standard distribution or distribution
tenant to another one.
You must first disable the source distribution (standard distribution
or distribution tenant) and then separately call this operation to move the domain to another target distribution (standard distribution or distribution tenant).
To use this operation, specify the domain and the ID of the target
resource (standard distribution or distribution tenant). For more information, including how to set up the target resource, prerequisites that you must complete, and other restrictions, see [Moving an alternate domain name to a different standard distribution or distribution tenant] in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_AssociateAlias.html [2]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move
11174 11175 11176 11177 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11174 def update_domain_association(params = {}, = {}) req = build_request(:update_domain_association, params) req.send_request() end |
#update_field_level_encryption_config(params = {}) ⇒ Types::UpdateFieldLevelEncryptionConfigResult
Update a field-level encryption configuration.
11255 11256 11257 11258 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11255 def update_field_level_encryption_config(params = {}, = {}) req = build_request(:update_field_level_encryption_config, params) req.send_request() end |
#update_field_level_encryption_profile(params = {}) ⇒ Types::UpdateFieldLevelEncryptionProfileResult
Update a field-level encryption profile.
11322 11323 11324 11325 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11322 def update_field_level_encryption_profile(params = {}, = {}) req = build_request(:update_field_level_encryption_profile, params) req.send_request() end |
#update_function(params = {}) ⇒ Types::UpdateFunctionResult
Updates a CloudFront function.
You can update a function’s code or the comment that describes the function. You cannot update a function’s name.
To update a function, you provide the function’s name and version (‘ETag` value) along with the updated function code. To get the name and version, you can use `ListFunctions` and `DescribeFunction`.
11449 11450 11451 11452 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11449 def update_function(params = {}, = {}) req = build_request(:update_function, params) req.send_request() end |
#update_key_group(params = {}) ⇒ Types::UpdateKeyGroupResult
Updates a key group.
When you update a key group, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a key group:
-
Get the current key group with ‘GetKeyGroup` or `GetKeyGroupConfig`.
-
Locally modify the fields in the key group that you want to update. For example, add or remove public key IDs.
-
Call ‘UpdateKeyGroup` with the entire key group object, including the fields that you modified and those that you didn’t.
11510 11511 11512 11513 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11510 def update_key_group(params = {}, = {}) req = build_request(:update_key_group, params) req.send_request() end |
#update_key_value_store(params = {}) ⇒ Types::UpdateKeyValueStoreResult
Specifies the key value store to update.
11577 11578 11579 11580 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11577 def update_key_value_store(params = {}, = {}) req = build_request(:update_key_value_store, params) req.send_request() end |
#update_origin_access_control(params = {}) ⇒ Types::UpdateOriginAccessControlResult
Updates a CloudFront origin access control.
11628 11629 11630 11631 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11628 def update_origin_access_control(params = {}, = {}) req = build_request(:update_origin_access_control, params) req.send_request() end |
#update_origin_request_policy(params = {}) ⇒ Types::UpdateOriginRequestPolicyResult
Updates an origin request policy configuration.
When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:
-
Use ‘GetOriginRequestPolicyConfig` to get the current configuration.
-
Locally modify the fields in the origin request policy configuration that you want to update.
-
Call ‘UpdateOriginRequestPolicy` by providing the entire origin request policy configuration, including the fields that you modified and those that you didn’t.
11725 11726 11727 11728 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11725 def update_origin_request_policy(params = {}, = {}) req = build_request(:update_origin_request_policy, params) req.send_request() end |
#update_public_key(params = {}) ⇒ Types::UpdatePublicKeyResult
Update public key information. Note that the only value you can change is the comment.
11775 11776 11777 11778 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11775 def update_public_key(params = {}, = {}) req = build_request(:update_public_key, params) req.send_request() end |
#update_realtime_log_config(params = {}) ⇒ Types::UpdateRealtimeLogConfigResult
Updates a real-time log configuration.
When you update a real-time log configuration, all the parameters are updated with the values provided in the request. You cannot update some parameters independent of others. To update a real-time log configuration:
-
Call ‘GetRealtimeLogConfig` to get the current real-time log configuration.
-
Locally modify the parameters in the real-time log configuration that you want to update.
-
Call this API (‘UpdateRealtimeLogConfig`) by providing the entire real-time log configuration, including the parameters that you modified and those that you didn’t.
You cannot update a real-time log configuration’s ‘Name` or `ARN`.
11863 11864 11865 11866 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 11863 def update_realtime_log_config(params = {}, = {}) req = build_request(:update_realtime_log_config, params) req.send_request() end |
#update_response_headers_policy(params = {}) ⇒ Types::UpdateResponseHeadersPolicyResult
Updates a response headers policy.
When you update a response headers policy, the entire policy is replaced. You cannot update some policy fields independent of others. To update a response headers policy configuration:
-
Use ‘GetResponseHeadersPolicyConfig` to get the current policy’s configuration.
-
Modify the fields in the response headers policy configuration that you want to update.
-
Call ‘UpdateResponseHeadersPolicy`, providing the entire response headers policy configuration, including the fields that you modified and those that you didn’t.
12036 12037 12038 12039 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12036 def update_response_headers_policy(params = {}, = {}) req = build_request(:update_response_headers_policy, params) req.send_request() end |
#update_streaming_distribution(params = {}) ⇒ Types::UpdateStreamingDistributionResult
Update a streaming distribution.
12126 12127 12128 12129 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12126 def update_streaming_distribution(params = {}, = {}) req = build_request(:update_streaming_distribution, params) req.send_request() end |
#update_vpc_origin(params = {}) ⇒ Types::UpdateVpcOriginResult
Update an Amazon CloudFront VPC origin in your account.
12236 12237 12238 12239 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12236 def update_vpc_origin(params = {}, = {}) req = build_request(:update_vpc_origin, params) req.send_request() end |
#verify_dns_configuration(params = {}) ⇒ Types::VerifyDnsConfigurationResult
Verify the DNS configuration for your domain names. This API operation checks whether your domain name points to the correct routing endpoint of the connection group, such as d111111abcdef8.cloudfront.net. You can use this API operation to troubleshoot and resolve DNS configuration issues.
12276 12277 12278 12279 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12276 def verify_dns_configuration(params = {}, = {}) req = build_request(:verify_dns_configuration, params) req.send_request() end |
#wait_until(waiter_name, params = {}, options = {}) {|w.waiter| ... } ⇒ Boolean
Polls an API operation until a resource enters a desired state.
## Basic Usage
A waiter will call an API operation until:
-
It is successful
-
It enters a terminal state
-
It makes the maximum number of attempts
In between attempts, the waiter will sleep.
# polls in a loop, sleeping between attempts
client.wait_until(waiter_name, params)
## Configuration
You can configure the maximum number of polling attempts, and the delay (in seconds) between each polling attempt. You can pass configuration as the final arguments hash.
# poll for ~25 seconds
client.wait_until(waiter_name, params, {
max_attempts: 5,
delay: 5,
})
## Callbacks
You can be notified before each polling attempt and before each delay. If you throw ‘:success` or `:failure` from these callbacks, it will terminate the waiter.
started_at = Time.now
client.wait_until(waiter_name, params, {
# disable max attempts
max_attempts: nil,
# poll for 1 hour, instead of a number of attempts
before_wait: -> (attempts, response) do
throw :failure if Time.now - started_at > 3600
end
})
## Handling Errors
When a waiter is unsuccessful, it will raise an error. All of the failure errors extend from Waiters::Errors::WaiterFailed.
begin
client.wait_until(...)
rescue Aws::Waiters::Errors::WaiterFailed
# resource did not enter the desired state in time
end
## Valid Waiters
The following table lists the valid waiter names, the operations they call, and the default ‘:delay` and `:max_attempts` values.
| waiter_name | params | :delay | :max_attempts | | ———————————————- | ————————————————- | ——– | ————- | | distribution_deployed | #get_distribution | 60 | 35 | | invalidation_completed | #get_invalidation | 20 | 30 | | invalidation_for_distribution_tenant_completed | #get_invalidation_for_distribution_tenant | 20 | 30 | | streaming_distribution_deployed | #get_streaming_distribution | 60 | 25 |
12394 12395 12396 12397 12398 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12394 def wait_until(waiter_name, params = {}, = {}) w = waiter(waiter_name, ) yield(w.waiter) if block_given? # deprecated w.wait(params) end |
#waiter_names ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12402 12403 12404 |
# File 'lib/aws-sdk-cloudfront/client.rb', line 12402 def waiter_names waiters.keys end |