aws-sdk-cloudfront 1.70.0 → 1.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05c68b5b6dd42696f7b9ec530b79e3e7bb944157aa3db5faabdaa7636ecccdde
4
- data.tar.gz: d371a2766241276b56a8ce56a0fe4dd018a0d9e1b11d853f6cff27cd2dd39eb6
3
+ metadata.gz: 652b77ad7acc0a9da10154848b569894ea00c20b673a768ab712dc802f233e02
4
+ data.tar.gz: f6f8fe475b4cf0a5c17049699a3e4ffb2928b78c370d84ed8675599844231d6e
5
5
  SHA512:
6
- metadata.gz: 9b99f748c9243de053e619efa8537b359f8e9aeab89f4067291028ff4dc244d9a965923f0f1a8116e13c67aef437f88685e13cd9087e759c452d980a2d9907b9
7
- data.tar.gz: e99448fd9109bb884c03a39898b83afdaf6de8eb3f343ac689346f30ade081a79a3566197b5ef2e90c59bb61d80fa1f1a06db29149d63462658ab3c387db6655
6
+ metadata.gz: a93cd92eccb886e2c5fe746312917364b6ba958059693beec915e3e7bae97e82d0be72832acaba26c949a37006b6e89cb808bc2f2f2929ae3da65a2f509cd594
7
+ data.tar.gz: 2152866c76fb860631cffbedebf73c1a58a7fae8f99f13464d9da8d4576fce07d75425db97597ccaae958379ce13171541b6afa671a11a8b647a66be7ad37c9f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2022-12-07)
5
+ ------------------
6
+
7
+ * Feature - Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
8
+
4
9
  1.70.0 (2022-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -637,6 +637,8 @@ module Aws::CloudFront
637
637
  # resp.distribution.distribution_config.web_acl_id #=> String
638
638
  # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
639
639
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
640
+ # resp.distribution.distribution_config.continuous_deployment_policy_id #=> String
641
+ # resp.distribution.distribution_config.staging #=> Boolean
640
642
  # resp.distribution.alias_icp_recordals #=> Array
641
643
  # resp.distribution.alias_icp_recordals[0].cname #=> String
642
644
  # resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
@@ -1148,6 +1150,8 @@ module Aws::CloudFront
1148
1150
  # web_acl_id: "string",
1149
1151
  # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
1150
1152
  # is_ipv6_enabled: false,
1153
+ # continuous_deployment_policy_id: "string",
1154
+ # staging: false,
1151
1155
  # },
1152
1156
  # })
1153
1157
  #
@@ -1332,6 +1336,8 @@ module Aws::CloudFront
1332
1336
  # resp.distribution.distribution_config.web_acl_id #=> String
1333
1337
  # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
1334
1338
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
1339
+ # resp.distribution.distribution_config.continuous_deployment_policy_id #=> String
1340
+ # resp.distribution.distribution_config.staging #=> Boolean
1335
1341
  # resp.distribution.alias_icp_recordals #=> Array
1336
1342
  # resp.distribution.alias_icp_recordals[0].cname #=> String
1337
1343
  # resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
@@ -1614,6 +1620,8 @@ module Aws::CloudFront
1614
1620
  # web_acl_id: "string",
1615
1621
  # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
1616
1622
  # is_ipv6_enabled: false,
1623
+ # continuous_deployment_policy_id: "string",
1624
+ # staging: false,
1617
1625
  # },
1618
1626
  # tags: { # required
1619
1627
  # items: [
@@ -1807,6 +1815,8 @@ module Aws::CloudFront
1807
1815
  # resp.distribution.distribution_config.web_acl_id #=> String
1808
1816
  # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
1809
1817
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
1818
+ # resp.distribution.distribution_config.continuous_deployment_policy_id #=> String
1819
+ # resp.distribution.distribution_config.staging #=> Boolean
1810
1820
  # resp.distribution.alias_icp_recordals #=> Array
1811
1821
  # resp.distribution.alias_icp_recordals[0].cname #=> String
1812
1822
  # resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
@@ -3831,6 +3841,8 @@ module Aws::CloudFront
3831
3841
  # resp.distribution.distribution_config.web_acl_id #=> String
3832
3842
  # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
3833
3843
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
3844
+ # resp.distribution.distribution_config.continuous_deployment_policy_id #=> String
3845
+ # resp.distribution.distribution_config.staging #=> Boolean
3834
3846
  # resp.distribution.alias_icp_recordals #=> Array
3835
3847
  # resp.distribution.alias_icp_recordals[0].cname #=> String
3836
3848
  # resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
@@ -4028,6 +4040,8 @@ module Aws::CloudFront
4028
4040
  # resp.distribution_config.web_acl_id #=> String
4029
4041
  # resp.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
4030
4042
  # resp.distribution_config.is_ipv6_enabled #=> Boolean
4043
+ # resp.distribution_config.continuous_deployment_policy_id #=> String
4044
+ # resp.distribution_config.staging #=> Boolean
4031
4045
  # resp.etag #=> String
4032
4046
  #
4033
4047
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistributionConfig AWS API Documentation
@@ -5449,6 +5463,7 @@ module Aws::CloudFront
5449
5463
  # resp.distribution_list.items[0].alias_icp_recordals #=> Array
5450
5464
  # resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
5451
5465
  # resp.distribution_list.items[0].alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
5466
+ # resp.distribution_list.items[0].staging #=> Boolean
5452
5467
  #
5453
5468
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributions AWS API Documentation
5454
5469
  #
@@ -5839,6 +5854,7 @@ module Aws::CloudFront
5839
5854
  # resp.distribution_list.items[0].alias_icp_recordals #=> Array
5840
5855
  # resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
5841
5856
  # resp.distribution_list.items[0].alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
5857
+ # resp.distribution_list.items[0].staging #=> Boolean
5842
5858
  #
5843
5859
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByRealtimeLogConfig AWS API Documentation
5844
5860
  #
@@ -6106,6 +6122,7 @@ module Aws::CloudFront
6106
6122
  # resp.distribution_list.items[0].alias_icp_recordals #=> Array
6107
6123
  # resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
6108
6124
  # resp.distribution_list.items[0].alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
6125
+ # resp.distribution_list.items[0].staging #=> Boolean
6109
6126
  #
6110
6127
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByWebACLId AWS API Documentation
6111
6128
  #
@@ -7548,6 +7565,8 @@ module Aws::CloudFront
7548
7565
  # web_acl_id: "string",
7549
7566
  # http_version: "http1.1", # accepts http1.1, http2, http3, http2and3
7550
7567
  # is_ipv6_enabled: false,
7568
+ # continuous_deployment_policy_id: "string",
7569
+ # staging: false,
7551
7570
  # },
7552
7571
  # id: "string", # required
7553
7572
  # if_match: "string",
@@ -7734,6 +7753,8 @@ module Aws::CloudFront
7734
7753
  # resp.distribution.distribution_config.web_acl_id #=> String
7735
7754
  # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
7736
7755
  # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
7756
+ # resp.distribution.distribution_config.continuous_deployment_policy_id #=> String
7757
+ # resp.distribution.distribution_config.staging #=> Boolean
7737
7758
  # resp.distribution.alias_icp_recordals #=> Array
7738
7759
  # resp.distribution.alias_icp_recordals[0].cname #=> String
7739
7760
  # resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
@@ -7748,6 +7769,245 @@ module Aws::CloudFront
7748
7769
  req.send_request(options)
7749
7770
  end
7750
7771
 
7772
+ # Copies the staging distribution's configuration to its corresponding
7773
+ # primary distribution. The primary distribution retains its `Aliases`
7774
+ # (also known as alternate domain names or CNAMEs) and
7775
+ # `ContinuousDeploymentPolicyId` value, but otherwise its configuration
7776
+ # is overwritten to match the staging distribution.
7777
+ #
7778
+ # You can use this operation in a continuous deployment workflow after
7779
+ # you have tested configuration changes on the staging distribution.
7780
+ # After using a continuous deployment policy to move a portion of your
7781
+ # domain name’s traffic to the staging distribution and verifying that
7782
+ # it works as intended, you can use this operation to copy the staging
7783
+ # distribution’s configuration to the primary distribution. This action
7784
+ # will disable the continuous deployment policy and move your domain’s
7785
+ # traffic back to the primary distribution.
7786
+ #
7787
+ # @option params [required, String] :id
7788
+ # The identifier of the primary distribution to which you are copying a
7789
+ # staging distribution's configuration.
7790
+ #
7791
+ # @option params [String] :staging_distribution_id
7792
+ # The identifier of the staging distribution whose configuration you are
7793
+ # copying to the primary distribution.
7794
+ #
7795
+ # @option params [String] :if_match
7796
+ # The current versions (`ETag` values) of both primary and staging
7797
+ # distributions. Provide these in the following format:
7798
+ #
7799
+ # `<primary ETag>, <staging ETag>`
7800
+ #
7801
+ # @return [Types::UpdateDistributionWithStagingConfigResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7802
+ #
7803
+ # * {Types::UpdateDistributionWithStagingConfigResult#distribution #distribution} => Types::Distribution
7804
+ # * {Types::UpdateDistributionWithStagingConfigResult#etag #etag} => String
7805
+ #
7806
+ # @example Request syntax with placeholder values
7807
+ #
7808
+ # resp = client.update_distribution_with_staging_config({
7809
+ # id: "string", # required
7810
+ # staging_distribution_id: "string",
7811
+ # if_match: "string",
7812
+ # })
7813
+ #
7814
+ # @example Response structure
7815
+ #
7816
+ # resp.distribution.id #=> String
7817
+ # resp.distribution.arn #=> String
7818
+ # resp.distribution.status #=> String
7819
+ # resp.distribution.last_modified_time #=> Time
7820
+ # resp.distribution.in_progress_invalidation_batches #=> Integer
7821
+ # resp.distribution.domain_name #=> String
7822
+ # resp.distribution.active_trusted_signers.enabled #=> Boolean
7823
+ # resp.distribution.active_trusted_signers.quantity #=> Integer
7824
+ # resp.distribution.active_trusted_signers.items #=> Array
7825
+ # resp.distribution.active_trusted_signers.items[0].aws_account_number #=> String
7826
+ # resp.distribution.active_trusted_signers.items[0].key_pair_ids.quantity #=> Integer
7827
+ # resp.distribution.active_trusted_signers.items[0].key_pair_ids.items #=> Array
7828
+ # resp.distribution.active_trusted_signers.items[0].key_pair_ids.items[0] #=> String
7829
+ # resp.distribution.active_trusted_key_groups.enabled #=> Boolean
7830
+ # resp.distribution.active_trusted_key_groups.quantity #=> Integer
7831
+ # resp.distribution.active_trusted_key_groups.items #=> Array
7832
+ # resp.distribution.active_trusted_key_groups.items[0].key_group_id #=> String
7833
+ # resp.distribution.active_trusted_key_groups.items[0].key_pair_ids.quantity #=> Integer
7834
+ # resp.distribution.active_trusted_key_groups.items[0].key_pair_ids.items #=> Array
7835
+ # resp.distribution.active_trusted_key_groups.items[0].key_pair_ids.items[0] #=> String
7836
+ # resp.distribution.distribution_config.caller_reference #=> String
7837
+ # resp.distribution.distribution_config.aliases.quantity #=> Integer
7838
+ # resp.distribution.distribution_config.aliases.items #=> Array
7839
+ # resp.distribution.distribution_config.aliases.items[0] #=> String
7840
+ # resp.distribution.distribution_config.default_root_object #=> String
7841
+ # resp.distribution.distribution_config.origins.quantity #=> Integer
7842
+ # resp.distribution.distribution_config.origins.items #=> Array
7843
+ # resp.distribution.distribution_config.origins.items[0].id #=> String
7844
+ # resp.distribution.distribution_config.origins.items[0].domain_name #=> String
7845
+ # resp.distribution.distribution_config.origins.items[0].origin_path #=> String
7846
+ # resp.distribution.distribution_config.origins.items[0].custom_headers.quantity #=> Integer
7847
+ # resp.distribution.distribution_config.origins.items[0].custom_headers.items #=> Array
7848
+ # resp.distribution.distribution_config.origins.items[0].custom_headers.items[0].header_name #=> String
7849
+ # resp.distribution.distribution_config.origins.items[0].custom_headers.items[0].header_value #=> String
7850
+ # resp.distribution.distribution_config.origins.items[0].s3_origin_config.origin_access_identity #=> String
7851
+ # resp.distribution.distribution_config.origins.items[0].custom_origin_config.http_port #=> Integer
7852
+ # resp.distribution.distribution_config.origins.items[0].custom_origin_config.https_port #=> Integer
7853
+ # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_protocol_policy #=> String, one of "http-only", "match-viewer", "https-only"
7854
+ # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_ssl_protocols.quantity #=> Integer
7855
+ # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_ssl_protocols.items #=> Array
7856
+ # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String, one of "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
7857
+ # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
7858
+ # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
7859
+ # resp.distribution.distribution_config.origins.items[0].connection_attempts #=> Integer
7860
+ # resp.distribution.distribution_config.origins.items[0].connection_timeout #=> Integer
7861
+ # resp.distribution.distribution_config.origins.items[0].origin_shield.enabled #=> Boolean
7862
+ # resp.distribution.distribution_config.origins.items[0].origin_shield.origin_shield_region #=> String
7863
+ # resp.distribution.distribution_config.origins.items[0].origin_access_control_id #=> String
7864
+ # resp.distribution.distribution_config.origin_groups.quantity #=> Integer
7865
+ # resp.distribution.distribution_config.origin_groups.items #=> Array
7866
+ # resp.distribution.distribution_config.origin_groups.items[0].id #=> String
7867
+ # resp.distribution.distribution_config.origin_groups.items[0].failover_criteria.status_codes.quantity #=> Integer
7868
+ # resp.distribution.distribution_config.origin_groups.items[0].failover_criteria.status_codes.items #=> Array
7869
+ # resp.distribution.distribution_config.origin_groups.items[0].failover_criteria.status_codes.items[0] #=> Integer
7870
+ # resp.distribution.distribution_config.origin_groups.items[0].members.quantity #=> Integer
7871
+ # resp.distribution.distribution_config.origin_groups.items[0].members.items #=> Array
7872
+ # resp.distribution.distribution_config.origin_groups.items[0].members.items[0].origin_id #=> String
7873
+ # resp.distribution.distribution_config.default_cache_behavior.target_origin_id #=> String
7874
+ # resp.distribution.distribution_config.default_cache_behavior.trusted_signers.enabled #=> Boolean
7875
+ # resp.distribution.distribution_config.default_cache_behavior.trusted_signers.quantity #=> Integer
7876
+ # resp.distribution.distribution_config.default_cache_behavior.trusted_signers.items #=> Array
7877
+ # resp.distribution.distribution_config.default_cache_behavior.trusted_signers.items[0] #=> String
7878
+ # resp.distribution.distribution_config.default_cache_behavior.trusted_key_groups.enabled #=> Boolean
7879
+ # resp.distribution.distribution_config.default_cache_behavior.trusted_key_groups.quantity #=> Integer
7880
+ # resp.distribution.distribution_config.default_cache_behavior.trusted_key_groups.items #=> Array
7881
+ # resp.distribution.distribution_config.default_cache_behavior.trusted_key_groups.items[0] #=> String
7882
+ # resp.distribution.distribution_config.default_cache_behavior.viewer_protocol_policy #=> String, one of "allow-all", "https-only", "redirect-to-https"
7883
+ # resp.distribution.distribution_config.default_cache_behavior.allowed_methods.quantity #=> Integer
7884
+ # resp.distribution.distribution_config.default_cache_behavior.allowed_methods.items #=> Array
7885
+ # resp.distribution.distribution_config.default_cache_behavior.allowed_methods.items[0] #=> String, one of "GET", "HEAD", "POST", "PUT", "PATCH", "OPTIONS", "DELETE"
7886
+ # resp.distribution.distribution_config.default_cache_behavior.allowed_methods.cached_methods.quantity #=> Integer
7887
+ # resp.distribution.distribution_config.default_cache_behavior.allowed_methods.cached_methods.items #=> Array
7888
+ # resp.distribution.distribution_config.default_cache_behavior.allowed_methods.cached_methods.items[0] #=> String, one of "GET", "HEAD", "POST", "PUT", "PATCH", "OPTIONS", "DELETE"
7889
+ # resp.distribution.distribution_config.default_cache_behavior.smooth_streaming #=> Boolean
7890
+ # resp.distribution.distribution_config.default_cache_behavior.compress #=> Boolean
7891
+ # resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.quantity #=> Integer
7892
+ # resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items #=> Array
7893
+ # resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].lambda_function_arn #=> String
7894
+ # resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
7895
+ # resp.distribution.distribution_config.default_cache_behavior.lambda_function_associations.items[0].include_body #=> Boolean
7896
+ # resp.distribution.distribution_config.default_cache_behavior.function_associations.quantity #=> Integer
7897
+ # resp.distribution.distribution_config.default_cache_behavior.function_associations.items #=> Array
7898
+ # resp.distribution.distribution_config.default_cache_behavior.function_associations.items[0].function_arn #=> String
7899
+ # resp.distribution.distribution_config.default_cache_behavior.function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
7900
+ # resp.distribution.distribution_config.default_cache_behavior.field_level_encryption_id #=> String
7901
+ # resp.distribution.distribution_config.default_cache_behavior.realtime_log_config_arn #=> String
7902
+ # resp.distribution.distribution_config.default_cache_behavior.cache_policy_id #=> String
7903
+ # resp.distribution.distribution_config.default_cache_behavior.origin_request_policy_id #=> String
7904
+ # resp.distribution.distribution_config.default_cache_behavior.response_headers_policy_id #=> String
7905
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.query_string #=> Boolean
7906
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.cookies.forward #=> String, one of "none", "whitelist", "all"
7907
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.cookies.whitelisted_names.quantity #=> Integer
7908
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.cookies.whitelisted_names.items #=> Array
7909
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.cookies.whitelisted_names.items[0] #=> String
7910
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.headers.quantity #=> Integer
7911
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.headers.items #=> Array
7912
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.headers.items[0] #=> String
7913
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.query_string_cache_keys.quantity #=> Integer
7914
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.query_string_cache_keys.items #=> Array
7915
+ # resp.distribution.distribution_config.default_cache_behavior.forwarded_values.query_string_cache_keys.items[0] #=> String
7916
+ # resp.distribution.distribution_config.default_cache_behavior.min_ttl #=> Integer
7917
+ # resp.distribution.distribution_config.default_cache_behavior.default_ttl #=> Integer
7918
+ # resp.distribution.distribution_config.default_cache_behavior.max_ttl #=> Integer
7919
+ # resp.distribution.distribution_config.cache_behaviors.quantity #=> Integer
7920
+ # resp.distribution.distribution_config.cache_behaviors.items #=> Array
7921
+ # resp.distribution.distribution_config.cache_behaviors.items[0].path_pattern #=> String
7922
+ # resp.distribution.distribution_config.cache_behaviors.items[0].target_origin_id #=> String
7923
+ # resp.distribution.distribution_config.cache_behaviors.items[0].trusted_signers.enabled #=> Boolean
7924
+ # resp.distribution.distribution_config.cache_behaviors.items[0].trusted_signers.quantity #=> Integer
7925
+ # resp.distribution.distribution_config.cache_behaviors.items[0].trusted_signers.items #=> Array
7926
+ # resp.distribution.distribution_config.cache_behaviors.items[0].trusted_signers.items[0] #=> String
7927
+ # resp.distribution.distribution_config.cache_behaviors.items[0].trusted_key_groups.enabled #=> Boolean
7928
+ # resp.distribution.distribution_config.cache_behaviors.items[0].trusted_key_groups.quantity #=> Integer
7929
+ # resp.distribution.distribution_config.cache_behaviors.items[0].trusted_key_groups.items #=> Array
7930
+ # resp.distribution.distribution_config.cache_behaviors.items[0].trusted_key_groups.items[0] #=> String
7931
+ # resp.distribution.distribution_config.cache_behaviors.items[0].viewer_protocol_policy #=> String, one of "allow-all", "https-only", "redirect-to-https"
7932
+ # resp.distribution.distribution_config.cache_behaviors.items[0].allowed_methods.quantity #=> Integer
7933
+ # resp.distribution.distribution_config.cache_behaviors.items[0].allowed_methods.items #=> Array
7934
+ # resp.distribution.distribution_config.cache_behaviors.items[0].allowed_methods.items[0] #=> String, one of "GET", "HEAD", "POST", "PUT", "PATCH", "OPTIONS", "DELETE"
7935
+ # resp.distribution.distribution_config.cache_behaviors.items[0].allowed_methods.cached_methods.quantity #=> Integer
7936
+ # resp.distribution.distribution_config.cache_behaviors.items[0].allowed_methods.cached_methods.items #=> Array
7937
+ # resp.distribution.distribution_config.cache_behaviors.items[0].allowed_methods.cached_methods.items[0] #=> String, one of "GET", "HEAD", "POST", "PUT", "PATCH", "OPTIONS", "DELETE"
7938
+ # resp.distribution.distribution_config.cache_behaviors.items[0].smooth_streaming #=> Boolean
7939
+ # resp.distribution.distribution_config.cache_behaviors.items[0].compress #=> Boolean
7940
+ # resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.quantity #=> Integer
7941
+ # resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items #=> Array
7942
+ # resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].lambda_function_arn #=> String
7943
+ # resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
7944
+ # resp.distribution.distribution_config.cache_behaviors.items[0].lambda_function_associations.items[0].include_body #=> Boolean
7945
+ # resp.distribution.distribution_config.cache_behaviors.items[0].function_associations.quantity #=> Integer
7946
+ # resp.distribution.distribution_config.cache_behaviors.items[0].function_associations.items #=> Array
7947
+ # resp.distribution.distribution_config.cache_behaviors.items[0].function_associations.items[0].function_arn #=> String
7948
+ # resp.distribution.distribution_config.cache_behaviors.items[0].function_associations.items[0].event_type #=> String, one of "viewer-request", "viewer-response", "origin-request", "origin-response"
7949
+ # resp.distribution.distribution_config.cache_behaviors.items[0].field_level_encryption_id #=> String
7950
+ # resp.distribution.distribution_config.cache_behaviors.items[0].realtime_log_config_arn #=> String
7951
+ # resp.distribution.distribution_config.cache_behaviors.items[0].cache_policy_id #=> String
7952
+ # resp.distribution.distribution_config.cache_behaviors.items[0].origin_request_policy_id #=> String
7953
+ # resp.distribution.distribution_config.cache_behaviors.items[0].response_headers_policy_id #=> String
7954
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.query_string #=> Boolean
7955
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.cookies.forward #=> String, one of "none", "whitelist", "all"
7956
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.cookies.whitelisted_names.quantity #=> Integer
7957
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.cookies.whitelisted_names.items #=> Array
7958
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.cookies.whitelisted_names.items[0] #=> String
7959
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.headers.quantity #=> Integer
7960
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.headers.items #=> Array
7961
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.headers.items[0] #=> String
7962
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.query_string_cache_keys.quantity #=> Integer
7963
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.query_string_cache_keys.items #=> Array
7964
+ # resp.distribution.distribution_config.cache_behaviors.items[0].forwarded_values.query_string_cache_keys.items[0] #=> String
7965
+ # resp.distribution.distribution_config.cache_behaviors.items[0].min_ttl #=> Integer
7966
+ # resp.distribution.distribution_config.cache_behaviors.items[0].default_ttl #=> Integer
7967
+ # resp.distribution.distribution_config.cache_behaviors.items[0].max_ttl #=> Integer
7968
+ # resp.distribution.distribution_config.custom_error_responses.quantity #=> Integer
7969
+ # resp.distribution.distribution_config.custom_error_responses.items #=> Array
7970
+ # resp.distribution.distribution_config.custom_error_responses.items[0].error_code #=> Integer
7971
+ # resp.distribution.distribution_config.custom_error_responses.items[0].response_page_path #=> String
7972
+ # resp.distribution.distribution_config.custom_error_responses.items[0].response_code #=> String
7973
+ # resp.distribution.distribution_config.custom_error_responses.items[0].error_caching_min_ttl #=> Integer
7974
+ # resp.distribution.distribution_config.comment #=> String
7975
+ # resp.distribution.distribution_config.logging.enabled #=> Boolean
7976
+ # resp.distribution.distribution_config.logging.include_cookies #=> Boolean
7977
+ # resp.distribution.distribution_config.logging.bucket #=> String
7978
+ # resp.distribution.distribution_config.logging.prefix #=> String
7979
+ # resp.distribution.distribution_config.price_class #=> String, one of "PriceClass_100", "PriceClass_200", "PriceClass_All"
7980
+ # resp.distribution.distribution_config.enabled #=> Boolean
7981
+ # resp.distribution.distribution_config.viewer_certificate.cloud_front_default_certificate #=> Boolean
7982
+ # resp.distribution.distribution_config.viewer_certificate.iam_certificate_id #=> String
7983
+ # resp.distribution.distribution_config.viewer_certificate.acm_certificate_arn #=> String
7984
+ # resp.distribution.distribution_config.viewer_certificate.ssl_support_method #=> String, one of "sni-only", "vip", "static-ip"
7985
+ # resp.distribution.distribution_config.viewer_certificate.minimum_protocol_version #=> String, one of "SSLv3", "TLSv1", "TLSv1_2016", "TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021"
7986
+ # resp.distribution.distribution_config.viewer_certificate.certificate #=> String
7987
+ # resp.distribution.distribution_config.viewer_certificate.certificate_source #=> String, one of "cloudfront", "iam", "acm"
7988
+ # resp.distribution.distribution_config.restrictions.geo_restriction.restriction_type #=> String, one of "blacklist", "whitelist", "none"
7989
+ # resp.distribution.distribution_config.restrictions.geo_restriction.quantity #=> Integer
7990
+ # resp.distribution.distribution_config.restrictions.geo_restriction.items #=> Array
7991
+ # resp.distribution.distribution_config.restrictions.geo_restriction.items[0] #=> String
7992
+ # resp.distribution.distribution_config.web_acl_id #=> String
7993
+ # resp.distribution.distribution_config.http_version #=> String, one of "http1.1", "http2", "http3", "http2and3"
7994
+ # resp.distribution.distribution_config.is_ipv6_enabled #=> Boolean
7995
+ # resp.distribution.distribution_config.continuous_deployment_policy_id #=> String
7996
+ # resp.distribution.distribution_config.staging #=> Boolean
7997
+ # resp.distribution.alias_icp_recordals #=> Array
7998
+ # resp.distribution.alias_icp_recordals[0].cname #=> String
7999
+ # resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
8000
+ # resp.etag #=> String
8001
+ #
8002
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDistributionWithStagingConfig AWS API Documentation
8003
+ #
8004
+ # @overload update_distribution_with_staging_config(params = {})
8005
+ # @param [Hash] params ({})
8006
+ def update_distribution_with_staging_config(params = {}, options = {})
8007
+ req = build_request(:update_distribution_with_staging_config, params)
8008
+ req.send_request(options)
8009
+ end
8010
+
7751
8011
  # Update a field-level encryption configuration.
7752
8012
  #
7753
8013
  # @option params [required, Types::FieldLevelEncryptionConfig] :field_level_encryption_config
@@ -8574,7 +8834,7 @@ module Aws::CloudFront
8574
8834
  params: params,
8575
8835
  config: config)
8576
8836
  context[:gem_name] = 'aws-sdk-cloudfront'
8577
- context[:gem_version] = '1.70.0'
8837
+ context[:gem_version] = '1.71.0'
8578
8838
  Seahorse::Client::Request.new(handlers, context)
8579
8839
  end
8580
8840