aws-sdk-cloudfront 1.52.0 → 1.56.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +227 -98
- data/lib/aws-sdk-cloudfront/client_api.rb +68 -0
- data/lib/aws-sdk-cloudfront/types.rb +315 -160
- data/lib/aws-sdk-cloudfront.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c736b5dc0d43441c61cf96784a0370114b5aa9e50a298d2af5bcc73894d04980
|
4
|
+
data.tar.gz: 4d223cb39ea6ea948a0c8df0e9bdcbaab11f16fc3ca36ff2ba577d073a11e660
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d80fc6b7a07eed5377769455ffddba6437e77d0a40bc6635c98e8c0222dd6b519586ad53af8d33bec4ee889ca9193619f9aad51ca674fadfacb088b27791d37
|
7
|
+
data.tar.gz: 9af2454473814241b8cb75f7f9d285f6b8b8aa68671b3bb142fb4d2147348b70df0556b16dfec864cf7c5fd1bf372edd60cf81ea5b5f100b8cd64edc57c27a16
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.55.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.54.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.53.0 (2021-07-07)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Amazon CloudFront now provides two new APIs, ListConflictingAliases and AssociateAlias, that help locate and move Alternate Domain Names (CNAMEs) if you encounter the CNAMEAlreadyExists error code.
|
23
|
+
|
4
24
|
1.52.0 (2021-06-23)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -327,6 +327,50 @@ module Aws::CloudFront
|
|
327
327
|
|
328
328
|
# @!group API Operations
|
329
329
|
|
330
|
+
# Associates an alias (also known as a CNAME or an alternate domain
|
331
|
+
# name) with a CloudFront distribution.
|
332
|
+
#
|
333
|
+
# With this operation you can move an alias that’s already in use on a
|
334
|
+
# CloudFront distribution to a different distribution in one step. This
|
335
|
+
# prevents the downtime that could occur if you first remove the alias
|
336
|
+
# from one distribution and then separately add the alias to another
|
337
|
+
# distribution.
|
338
|
+
#
|
339
|
+
# To use this operation to associate an alias with a distribution, you
|
340
|
+
# provide the alias and the ID of the target distribution for the alias.
|
341
|
+
# For more information, including how to set up the target distribution,
|
342
|
+
# prerequisites that you must complete, and other restrictions, see
|
343
|
+
# [Moving an alternate domain name to a different distribution][1] in
|
344
|
+
# the *Amazon CloudFront Developer Guide*.
|
345
|
+
#
|
346
|
+
#
|
347
|
+
#
|
348
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move
|
349
|
+
#
|
350
|
+
# @option params [required, String] :target_distribution_id
|
351
|
+
# The ID of the distribution that you’re associating the alias with.
|
352
|
+
#
|
353
|
+
# @option params [required, String] :alias
|
354
|
+
# The alias (also known as a CNAME) to add to the target distribution.
|
355
|
+
#
|
356
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
357
|
+
#
|
358
|
+
# @example Request syntax with placeholder values
|
359
|
+
#
|
360
|
+
# resp = client.associate_alias({
|
361
|
+
# target_distribution_id: "string", # required
|
362
|
+
# alias: "string", # required
|
363
|
+
# })
|
364
|
+
#
|
365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/AssociateAlias AWS API Documentation
|
366
|
+
#
|
367
|
+
# @overload associate_alias(params = {})
|
368
|
+
# @param [Hash] params ({})
|
369
|
+
def associate_alias(params = {}, options = {})
|
370
|
+
req = build_request(:associate_alias, params)
|
371
|
+
req.send_request(options)
|
372
|
+
end
|
373
|
+
|
330
374
|
# Creates a cache policy.
|
331
375
|
#
|
332
376
|
# After you create a cache policy, you can attach it to one or more
|
@@ -427,7 +471,7 @@ module Aws::CloudFront
|
|
427
471
|
# resp.location #=> String
|
428
472
|
# resp.etag #=> String
|
429
473
|
#
|
430
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateCachePolicy AWS API Documentation
|
431
475
|
#
|
432
476
|
# @overload create_cache_policy(params = {})
|
433
477
|
# @param [Hash] params ({})
|
@@ -474,7 +518,7 @@ module Aws::CloudFront
|
|
474
518
|
# resp.location #=> String
|
475
519
|
# resp.etag #=> String
|
476
520
|
#
|
477
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
521
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateCloudFrontOriginAccessIdentity AWS API Documentation
|
478
522
|
#
|
479
523
|
# @overload create_cloud_front_origin_access_identity(params = {})
|
480
524
|
# @param [Hash] params ({})
|
@@ -951,7 +995,7 @@ module Aws::CloudFront
|
|
951
995
|
# resp.location #=> String
|
952
996
|
# resp.etag #=> String
|
953
997
|
#
|
954
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
998
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateDistribution AWS API Documentation
|
955
999
|
#
|
956
1000
|
# @overload create_distribution(params = {})
|
957
1001
|
# @param [Hash] params ({})
|
@@ -1420,7 +1464,7 @@ module Aws::CloudFront
|
|
1420
1464
|
# resp.location #=> String
|
1421
1465
|
# resp.etag #=> String
|
1422
1466
|
#
|
1423
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateDistributionWithTags AWS API Documentation
|
1424
1468
|
#
|
1425
1469
|
# @overload create_distribution_with_tags(params = {})
|
1426
1470
|
# @param [Hash] params ({})
|
@@ -1494,7 +1538,7 @@ module Aws::CloudFront
|
|
1494
1538
|
# resp.location #=> String
|
1495
1539
|
# resp.etag #=> String
|
1496
1540
|
#
|
1497
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1541
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateFieldLevelEncryptionConfig AWS API Documentation
|
1498
1542
|
#
|
1499
1543
|
# @overload create_field_level_encryption_config(params = {})
|
1500
1544
|
# @param [Hash] params ({})
|
@@ -1554,7 +1598,7 @@ module Aws::CloudFront
|
|
1554
1598
|
# resp.location #=> String
|
1555
1599
|
# resp.etag #=> String
|
1556
1600
|
#
|
1557
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1601
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateFieldLevelEncryptionProfile AWS API Documentation
|
1558
1602
|
#
|
1559
1603
|
# @overload create_field_level_encryption_profile(params = {})
|
1560
1604
|
# @param [Hash] params ({})
|
@@ -1624,7 +1668,7 @@ module Aws::CloudFront
|
|
1624
1668
|
# resp.location #=> String
|
1625
1669
|
# resp.etag #=> String
|
1626
1670
|
#
|
1627
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1671
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateFunction AWS API Documentation
|
1628
1672
|
#
|
1629
1673
|
# @overload create_function(params = {})
|
1630
1674
|
# @param [Hash] params ({})
|
@@ -1670,7 +1714,7 @@ module Aws::CloudFront
|
|
1670
1714
|
# resp.invalidation.invalidation_batch.paths.items[0] #=> String
|
1671
1715
|
# resp.invalidation.invalidation_batch.caller_reference #=> String
|
1672
1716
|
#
|
1673
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateInvalidation AWS API Documentation
|
1674
1718
|
#
|
1675
1719
|
# @overload create_invalidation(params = {})
|
1676
1720
|
# @param [Hash] params ({})
|
@@ -1727,7 +1771,7 @@ module Aws::CloudFront
|
|
1727
1771
|
# resp.location #=> String
|
1728
1772
|
# resp.etag #=> String
|
1729
1773
|
#
|
1730
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1774
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateKeyGroup AWS API Documentation
|
1731
1775
|
#
|
1732
1776
|
# @overload create_key_group(params = {})
|
1733
1777
|
# @param [Hash] params ({})
|
@@ -1773,7 +1817,7 @@ module Aws::CloudFront
|
|
1773
1817
|
#
|
1774
1818
|
# resp.monitoring_subscription.realtime_metrics_subscription_config.realtime_metrics_subscription_status #=> String, one of "Enabled", "Disabled"
|
1775
1819
|
#
|
1776
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1820
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateMonitoringSubscription AWS API Documentation
|
1777
1821
|
#
|
1778
1822
|
# @overload create_monitoring_subscription(params = {})
|
1779
1823
|
# @param [Hash] params ({})
|
@@ -1872,7 +1916,7 @@ module Aws::CloudFront
|
|
1872
1916
|
# resp.location #=> String
|
1873
1917
|
# resp.etag #=> String
|
1874
1918
|
#
|
1875
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1919
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateOriginRequestPolicy AWS API Documentation
|
1876
1920
|
#
|
1877
1921
|
# @overload create_origin_request_policy(params = {})
|
1878
1922
|
# @param [Hash] params ({})
|
@@ -1920,7 +1964,7 @@ module Aws::CloudFront
|
|
1920
1964
|
# resp.location #=> String
|
1921
1965
|
# resp.etag #=> String
|
1922
1966
|
#
|
1923
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
1967
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreatePublicKey AWS API Documentation
|
1924
1968
|
#
|
1925
1969
|
# @overload create_public_key(params = {})
|
1926
1970
|
# @param [Hash] params ({})
|
@@ -1998,7 +2042,7 @@ module Aws::CloudFront
|
|
1998
2042
|
# resp.realtime_log_config.fields #=> Array
|
1999
2043
|
# resp.realtime_log_config.fields[0] #=> String
|
2000
2044
|
#
|
2001
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2045
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateRealtimeLogConfig AWS API Documentation
|
2002
2046
|
#
|
2003
2047
|
# @overload create_realtime_log_config(params = {})
|
2004
2048
|
# @param [Hash] params ({})
|
@@ -2087,7 +2131,7 @@ module Aws::CloudFront
|
|
2087
2131
|
# resp.location #=> String
|
2088
2132
|
# resp.etag #=> String
|
2089
2133
|
#
|
2090
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2134
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateStreamingDistribution AWS API Documentation
|
2091
2135
|
#
|
2092
2136
|
# @overload create_streaming_distribution(params = {})
|
2093
2137
|
# @param [Hash] params ({})
|
@@ -2186,7 +2230,7 @@ module Aws::CloudFront
|
|
2186
2230
|
# resp.location #=> String
|
2187
2231
|
# resp.etag #=> String
|
2188
2232
|
#
|
2189
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2233
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CreateStreamingDistributionWithTags AWS API Documentation
|
2190
2234
|
#
|
2191
2235
|
# @overload create_streaming_distribution_with_tags(params = {})
|
2192
2236
|
# @param [Hash] params ({})
|
@@ -2223,7 +2267,7 @@ module Aws::CloudFront
|
|
2223
2267
|
# if_match: "string",
|
2224
2268
|
# })
|
2225
2269
|
#
|
2226
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2270
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCachePolicy AWS API Documentation
|
2227
2271
|
#
|
2228
2272
|
# @overload delete_cache_policy(params = {})
|
2229
2273
|
# @param [Hash] params ({})
|
@@ -2250,7 +2294,7 @@ module Aws::CloudFront
|
|
2250
2294
|
# if_match: "string",
|
2251
2295
|
# })
|
2252
2296
|
#
|
2253
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2297
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteCloudFrontOriginAccessIdentity AWS API Documentation
|
2254
2298
|
#
|
2255
2299
|
# @overload delete_cloud_front_origin_access_identity(params = {})
|
2256
2300
|
# @param [Hash] params ({})
|
@@ -2277,7 +2321,7 @@ module Aws::CloudFront
|
|
2277
2321
|
# if_match: "string",
|
2278
2322
|
# })
|
2279
2323
|
#
|
2280
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2324
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteDistribution AWS API Documentation
|
2281
2325
|
#
|
2282
2326
|
# @overload delete_distribution(params = {})
|
2283
2327
|
# @param [Hash] params ({})
|
@@ -2304,7 +2348,7 @@ module Aws::CloudFront
|
|
2304
2348
|
# if_match: "string",
|
2305
2349
|
# })
|
2306
2350
|
#
|
2307
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2351
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionConfig AWS API Documentation
|
2308
2352
|
#
|
2309
2353
|
# @overload delete_field_level_encryption_config(params = {})
|
2310
2354
|
# @param [Hash] params ({})
|
@@ -2331,7 +2375,7 @@ module Aws::CloudFront
|
|
2331
2375
|
# if_match: "string",
|
2332
2376
|
# })
|
2333
2377
|
#
|
2334
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2378
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFieldLevelEncryptionProfile AWS API Documentation
|
2335
2379
|
#
|
2336
2380
|
# @overload delete_field_level_encryption_profile(params = {})
|
2337
2381
|
# @param [Hash] params ({})
|
@@ -2366,7 +2410,7 @@ module Aws::CloudFront
|
|
2366
2410
|
# if_match: "string", # required
|
2367
2411
|
# })
|
2368
2412
|
#
|
2369
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2413
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteFunction AWS API Documentation
|
2370
2414
|
#
|
2371
2415
|
# @overload delete_function(params = {})
|
2372
2416
|
# @param [Hash] params ({})
|
@@ -2403,7 +2447,7 @@ module Aws::CloudFront
|
|
2403
2447
|
# if_match: "string",
|
2404
2448
|
# })
|
2405
2449
|
#
|
2406
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteKeyGroup AWS API Documentation
|
2407
2451
|
#
|
2408
2452
|
# @overload delete_key_group(params = {})
|
2409
2453
|
# @param [Hash] params ({})
|
@@ -2426,7 +2470,7 @@ module Aws::CloudFront
|
|
2426
2470
|
# distribution_id: "string", # required
|
2427
2471
|
# })
|
2428
2472
|
#
|
2429
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2473
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteMonitoringSubscription AWS API Documentation
|
2430
2474
|
#
|
2431
2475
|
# @overload delete_monitoring_subscription(params = {})
|
2432
2476
|
# @param [Hash] params ({})
|
@@ -2466,7 +2510,7 @@ module Aws::CloudFront
|
|
2466
2510
|
# if_match: "string",
|
2467
2511
|
# })
|
2468
2512
|
#
|
2469
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2513
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteOriginRequestPolicy AWS API Documentation
|
2470
2514
|
#
|
2471
2515
|
# @overload delete_origin_request_policy(params = {})
|
2472
2516
|
# @param [Hash] params ({})
|
@@ -2493,7 +2537,7 @@ module Aws::CloudFront
|
|
2493
2537
|
# if_match: "string",
|
2494
2538
|
# })
|
2495
2539
|
#
|
2496
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2540
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeletePublicKey AWS API Documentation
|
2497
2541
|
#
|
2498
2542
|
# @overload delete_public_key(params = {})
|
2499
2543
|
# @param [Hash] params ({})
|
@@ -2530,7 +2574,7 @@ module Aws::CloudFront
|
|
2530
2574
|
# arn: "string",
|
2531
2575
|
# })
|
2532
2576
|
#
|
2533
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2577
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteRealtimeLogConfig AWS API Documentation
|
2534
2578
|
#
|
2535
2579
|
# @overload delete_realtime_log_config(params = {})
|
2536
2580
|
# @param [Hash] params ({})
|
@@ -2600,7 +2644,7 @@ module Aws::CloudFront
|
|
2600
2644
|
# if_match: "string",
|
2601
2645
|
# })
|
2602
2646
|
#
|
2603
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2647
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteStreamingDistribution AWS API Documentation
|
2604
2648
|
#
|
2605
2649
|
# @overload delete_streaming_distribution(params = {})
|
2606
2650
|
# @param [Hash] params ({})
|
@@ -2647,7 +2691,7 @@ module Aws::CloudFront
|
|
2647
2691
|
# resp.function_summary.function_metadata.last_modified_time #=> Time
|
2648
2692
|
# resp.etag #=> String
|
2649
2693
|
#
|
2650
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2694
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DescribeFunction AWS API Documentation
|
2651
2695
|
#
|
2652
2696
|
# @overload describe_function(params = {})
|
2653
2697
|
# @param [Hash] params ({})
|
@@ -2711,7 +2755,7 @@ module Aws::CloudFront
|
|
2711
2755
|
# resp.cache_policy.cache_policy_config.parameters_in_cache_key_and_forwarded_to_origin.query_strings_config.query_strings.items[0] #=> String
|
2712
2756
|
# resp.etag #=> String
|
2713
2757
|
#
|
2714
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2758
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicy AWS API Documentation
|
2715
2759
|
#
|
2716
2760
|
# @overload get_cache_policy(params = {})
|
2717
2761
|
# @param [Hash] params ({})
|
@@ -2770,7 +2814,7 @@ module Aws::CloudFront
|
|
2770
2814
|
# resp.cache_policy_config.parameters_in_cache_key_and_forwarded_to_origin.query_strings_config.query_strings.items[0] #=> String
|
2771
2815
|
# resp.etag #=> String
|
2772
2816
|
#
|
2773
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2817
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCachePolicyConfig AWS API Documentation
|
2774
2818
|
#
|
2775
2819
|
# @overload get_cache_policy_config(params = {})
|
2776
2820
|
# @param [Hash] params ({})
|
@@ -2803,7 +2847,7 @@ module Aws::CloudFront
|
|
2803
2847
|
# resp.cloud_front_origin_access_identity.cloud_front_origin_access_identity_config.comment #=> String
|
2804
2848
|
# resp.etag #=> String
|
2805
2849
|
#
|
2806
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2850
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentity AWS API Documentation
|
2807
2851
|
#
|
2808
2852
|
# @overload get_cloud_front_origin_access_identity(params = {})
|
2809
2853
|
# @param [Hash] params ({})
|
@@ -2834,7 +2878,7 @@ module Aws::CloudFront
|
|
2834
2878
|
# resp.cloud_front_origin_access_identity_config.comment #=> String
|
2835
2879
|
# resp.etag #=> String
|
2836
2880
|
#
|
2837
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
2881
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetCloudFrontOriginAccessIdentityConfig AWS API Documentation
|
2838
2882
|
#
|
2839
2883
|
# @overload get_cloud_front_origin_access_identity_config(params = {})
|
2840
2884
|
# @param [Hash] params ({})
|
@@ -3048,7 +3092,7 @@ module Aws::CloudFront
|
|
3048
3092
|
#
|
3049
3093
|
# * distribution_deployed
|
3050
3094
|
#
|
3051
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3095
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistribution AWS API Documentation
|
3052
3096
|
#
|
3053
3097
|
# @overload get_distribution(params = {})
|
3054
3098
|
# @param [Hash] params ({})
|
@@ -3234,7 +3278,7 @@ module Aws::CloudFront
|
|
3234
3278
|
# resp.distribution_config.is_ipv6_enabled #=> Boolean
|
3235
3279
|
# resp.etag #=> String
|
3236
3280
|
#
|
3237
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3281
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetDistributionConfig AWS API Documentation
|
3238
3282
|
#
|
3239
3283
|
# @overload get_distribution_config(params = {})
|
3240
3284
|
# @param [Hash] params ({})
|
@@ -3279,7 +3323,7 @@ module Aws::CloudFront
|
|
3279
3323
|
# resp.field_level_encryption.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
3280
3324
|
# resp.etag #=> String
|
3281
3325
|
#
|
3282
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3326
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryption AWS API Documentation
|
3283
3327
|
#
|
3284
3328
|
# @overload get_field_level_encryption(params = {})
|
3285
3329
|
# @param [Hash] params ({})
|
@@ -3322,7 +3366,7 @@ module Aws::CloudFront
|
|
3322
3366
|
# resp.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
3323
3367
|
# resp.etag #=> String
|
3324
3368
|
#
|
3325
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3369
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionConfig AWS API Documentation
|
3326
3370
|
#
|
3327
3371
|
# @overload get_field_level_encryption_config(params = {})
|
3328
3372
|
# @param [Hash] params ({})
|
@@ -3363,7 +3407,7 @@ module Aws::CloudFront
|
|
3363
3407
|
# resp.field_level_encryption_profile.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
3364
3408
|
# resp.etag #=> String
|
3365
3409
|
#
|
3366
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3410
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfile AWS API Documentation
|
3367
3411
|
#
|
3368
3412
|
# @overload get_field_level_encryption_profile(params = {})
|
3369
3413
|
# @param [Hash] params ({})
|
@@ -3403,7 +3447,7 @@ module Aws::CloudFront
|
|
3403
3447
|
# resp.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
3404
3448
|
# resp.etag #=> String
|
3405
3449
|
#
|
3406
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3450
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFieldLevelEncryptionProfileConfig AWS API Documentation
|
3407
3451
|
#
|
3408
3452
|
# @overload get_field_level_encryption_profile_config(params = {})
|
3409
3453
|
# @param [Hash] params ({})
|
@@ -3443,7 +3487,7 @@ module Aws::CloudFront
|
|
3443
3487
|
# resp.etag #=> String
|
3444
3488
|
# resp.content_type #=> String
|
3445
3489
|
#
|
3446
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3490
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetFunction AWS API Documentation
|
3447
3491
|
#
|
3448
3492
|
# @overload get_function(params = {})
|
3449
3493
|
# @param [Hash] params ({})
|
@@ -3487,7 +3531,7 @@ module Aws::CloudFront
|
|
3487
3531
|
#
|
3488
3532
|
# * invalidation_completed
|
3489
3533
|
#
|
3490
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3534
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetInvalidation AWS API Documentation
|
3491
3535
|
#
|
3492
3536
|
# @overload get_invalidation(params = {})
|
3493
3537
|
# @param [Hash] params ({})
|
@@ -3530,7 +3574,7 @@ module Aws::CloudFront
|
|
3530
3574
|
# resp.key_group.key_group_config.comment #=> String
|
3531
3575
|
# resp.etag #=> String
|
3532
3576
|
#
|
3533
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3577
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetKeyGroup AWS API Documentation
|
3534
3578
|
#
|
3535
3579
|
# @overload get_key_group(params = {})
|
3536
3580
|
# @param [Hash] params ({})
|
@@ -3571,7 +3615,7 @@ module Aws::CloudFront
|
|
3571
3615
|
# resp.key_group_config.comment #=> String
|
3572
3616
|
# resp.etag #=> String
|
3573
3617
|
#
|
3574
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3618
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetKeyGroupConfig AWS API Documentation
|
3575
3619
|
#
|
3576
3620
|
# @overload get_key_group_config(params = {})
|
3577
3621
|
# @param [Hash] params ({})
|
@@ -3601,7 +3645,7 @@ module Aws::CloudFront
|
|
3601
3645
|
#
|
3602
3646
|
# resp.monitoring_subscription.realtime_metrics_subscription_config.realtime_metrics_subscription_status #=> String, one of "Enabled", "Disabled"
|
3603
3647
|
#
|
3604
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3648
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetMonitoringSubscription AWS API Documentation
|
3605
3649
|
#
|
3606
3650
|
# @overload get_monitoring_subscription(params = {})
|
3607
3651
|
# @param [Hash] params ({})
|
@@ -3662,7 +3706,7 @@ module Aws::CloudFront
|
|
3662
3706
|
# resp.origin_request_policy.origin_request_policy_config.query_strings_config.query_strings.items[0] #=> String
|
3663
3707
|
# resp.etag #=> String
|
3664
3708
|
#
|
3665
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3709
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicy AWS API Documentation
|
3666
3710
|
#
|
3667
3711
|
# @overload get_origin_request_policy(params = {})
|
3668
3712
|
# @param [Hash] params ({})
|
@@ -3717,7 +3761,7 @@ module Aws::CloudFront
|
|
3717
3761
|
# resp.origin_request_policy_config.query_strings_config.query_strings.items[0] #=> String
|
3718
3762
|
# resp.etag #=> String
|
3719
3763
|
#
|
3720
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3764
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetOriginRequestPolicyConfig AWS API Documentation
|
3721
3765
|
#
|
3722
3766
|
# @overload get_origin_request_policy_config(params = {})
|
3723
3767
|
# @param [Hash] params ({})
|
@@ -3752,7 +3796,7 @@ module Aws::CloudFront
|
|
3752
3796
|
# resp.public_key.public_key_config.comment #=> String
|
3753
3797
|
# resp.etag #=> String
|
3754
3798
|
#
|
3755
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3799
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKey AWS API Documentation
|
3756
3800
|
#
|
3757
3801
|
# @overload get_public_key(params = {})
|
3758
3802
|
# @param [Hash] params ({})
|
@@ -3785,7 +3829,7 @@ module Aws::CloudFront
|
|
3785
3829
|
# resp.public_key_config.comment #=> String
|
3786
3830
|
# resp.etag #=> String
|
3787
3831
|
#
|
3788
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3832
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetPublicKeyConfig AWS API Documentation
|
3789
3833
|
#
|
3790
3834
|
# @overload get_public_key_config(params = {})
|
3791
3835
|
# @param [Hash] params ({})
|
@@ -3831,7 +3875,7 @@ module Aws::CloudFront
|
|
3831
3875
|
# resp.realtime_log_config.fields #=> Array
|
3832
3876
|
# resp.realtime_log_config.fields[0] #=> String
|
3833
3877
|
#
|
3834
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3878
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetRealtimeLogConfig AWS API Documentation
|
3835
3879
|
#
|
3836
3880
|
# @overload get_realtime_log_config(params = {})
|
3837
3881
|
# @param [Hash] params ({})
|
@@ -3894,7 +3938,7 @@ module Aws::CloudFront
|
|
3894
3938
|
#
|
3895
3939
|
# * streaming_distribution_deployed
|
3896
3940
|
#
|
3897
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3941
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistribution AWS API Documentation
|
3898
3942
|
#
|
3899
3943
|
# @overload get_streaming_distribution(params = {})
|
3900
3944
|
# @param [Hash] params ({})
|
@@ -3939,7 +3983,7 @@ module Aws::CloudFront
|
|
3939
3983
|
# resp.streaming_distribution_config.enabled #=> Boolean
|
3940
3984
|
# resp.etag #=> String
|
3941
3985
|
#
|
3942
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
3986
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/GetStreamingDistributionConfig AWS API Documentation
|
3943
3987
|
#
|
3944
3988
|
# @overload get_streaming_distribution_config(params = {})
|
3945
3989
|
# @param [Hash] params ({})
|
@@ -3951,8 +3995,8 @@ module Aws::CloudFront
|
|
3951
3995
|
# Gets a list of cache policies.
|
3952
3996
|
#
|
3953
3997
|
# You can optionally apply a filter to return only the managed policies
|
3954
|
-
# created by
|
3955
|
-
# account.
|
3998
|
+
# created by Amazon Web Services, or only the custom policies created in
|
3999
|
+
# your account.
|
3956
4000
|
#
|
3957
4001
|
# You can optionally specify the maximum number of items to receive in
|
3958
4002
|
# the response. If the total number of items in the list exceeds the
|
@@ -3965,10 +4009,10 @@ module Aws::CloudFront
|
|
3965
4009
|
# A filter to return only the specified kinds of cache policies. Valid
|
3966
4010
|
# values are:
|
3967
4011
|
#
|
3968
|
-
# * `managed` – Returns only the managed policies created by
|
4012
|
+
# * `managed` – Returns only the managed policies created by Amazon Web
|
4013
|
+
# Services.
|
3969
4014
|
#
|
3970
|
-
# * `custom` – Returns only the custom policies created in your
|
3971
|
-
# account.
|
4015
|
+
# * `custom` – Returns only the custom policies created in your account.
|
3972
4016
|
#
|
3973
4017
|
# @option params [String] :marker
|
3974
4018
|
# Use this field when paginating results to indicate where to begin in
|
@@ -4021,7 +4065,7 @@ module Aws::CloudFront
|
|
4021
4065
|
# resp.cache_policy_list.items[0].cache_policy.cache_policy_config.parameters_in_cache_key_and_forwarded_to_origin.query_strings_config.query_strings.items #=> Array
|
4022
4066
|
# resp.cache_policy_list.items[0].cache_policy.cache_policy_config.parameters_in_cache_key_and_forwarded_to_origin.query_strings_config.query_strings.items[0] #=> String
|
4023
4067
|
#
|
4024
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
4068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCachePolicies AWS API Documentation
|
4025
4069
|
#
|
4026
4070
|
# @overload list_cache_policies(params = {})
|
4027
4071
|
# @param [Hash] params ({})
|
@@ -4069,7 +4113,7 @@ module Aws::CloudFront
|
|
4069
4113
|
# resp.cloud_front_origin_access_identity_list.items[0].s3_canonical_user_id #=> String
|
4070
4114
|
# resp.cloud_front_origin_access_identity_list.items[0].comment #=> String
|
4071
4115
|
#
|
4072
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
4116
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListCloudFrontOriginAccessIdentities AWS API Documentation
|
4073
4117
|
#
|
4074
4118
|
# @overload list_cloud_front_origin_access_identities(params = {})
|
4075
4119
|
# @param [Hash] params ({})
|
@@ -4078,6 +4122,91 @@ module Aws::CloudFront
|
|
4078
4122
|
req.send_request(options)
|
4079
4123
|
end
|
4080
4124
|
|
4125
|
+
# Gets a list of aliases (also called CNAMEs or alternate domain names)
|
4126
|
+
# that conflict or overlap with the provided alias, and the associated
|
4127
|
+
# CloudFront distributions and Amazon Web Services accounts for each
|
4128
|
+
# conflicting alias. In the returned list, the distribution and account
|
4129
|
+
# IDs are partially hidden, which allows you to identify the
|
4130
|
+
# distributions and accounts that you own, but helps to protect the
|
4131
|
+
# information of ones that you don’t own.
|
4132
|
+
#
|
4133
|
+
# Use this operation to find aliases that are in use in CloudFront that
|
4134
|
+
# conflict or overlap with the provided alias. For example, if you
|
4135
|
+
# provide `www.example.com` as input, the returned list can include
|
4136
|
+
# `www.example.com` and the overlapping wildcard alternate domain name
|
4137
|
+
# (`*.example.com`), if they exist. If you provide `*.example.com` as
|
4138
|
+
# input, the returned list can include `*.example.com` and any alternate
|
4139
|
+
# domain names covered by that wildcard (for example, `www.example.com`,
|
4140
|
+
# `test.example.com`, `dev.example.com`, and so on), if they exist.
|
4141
|
+
#
|
4142
|
+
# To list conflicting aliases, you provide the alias to search and the
|
4143
|
+
# ID of a distribution in your account that has an attached SSL/TLS
|
4144
|
+
# certificate that includes the provided alias. For more information,
|
4145
|
+
# including how to set up the distribution and certificate, see [Moving
|
4146
|
+
# an alternate domain name to a different distribution][1] in the
|
4147
|
+
# *Amazon CloudFront Developer Guide*.
|
4148
|
+
#
|
4149
|
+
# You can optionally specify the maximum number of items to receive in
|
4150
|
+
# the response. If the total number of items in the list exceeds the
|
4151
|
+
# maximum that you specify, or the default maximum, the response is
|
4152
|
+
# paginated. To get the next page of items, send a subsequent request
|
4153
|
+
# that specifies the `NextMarker` value from the current response as the
|
4154
|
+
# `Marker` value in the subsequent request.
|
4155
|
+
#
|
4156
|
+
#
|
4157
|
+
#
|
4158
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move
|
4159
|
+
#
|
4160
|
+
# @option params [required, String] :distribution_id
|
4161
|
+
# The ID of a distribution in your account that has an attached SSL/TLS
|
4162
|
+
# certificate that includes the provided alias.
|
4163
|
+
#
|
4164
|
+
# @option params [required, String] :alias
|
4165
|
+
# The alias (also called a CNAME) to search for conflicting aliases.
|
4166
|
+
#
|
4167
|
+
# @option params [String] :marker
|
4168
|
+
# Use this field when paginating results to indicate where to begin in
|
4169
|
+
# the list of conflicting aliases. The response includes conflicting
|
4170
|
+
# aliases in the list that occur after the marker. To get the next page
|
4171
|
+
# of the list, set this field’s value to the value of `NextMarker` from
|
4172
|
+
# the current page’s response.
|
4173
|
+
#
|
4174
|
+
# @option params [Integer] :max_items
|
4175
|
+
# The maximum number of conflicting aliases that you want in the
|
4176
|
+
# response.
|
4177
|
+
#
|
4178
|
+
# @return [Types::ListConflictingAliasesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4179
|
+
#
|
4180
|
+
# * {Types::ListConflictingAliasesResult#conflicting_aliases_list #conflicting_aliases_list} => Types::ConflictingAliasesList
|
4181
|
+
#
|
4182
|
+
# @example Request syntax with placeholder values
|
4183
|
+
#
|
4184
|
+
# resp = client.list_conflicting_aliases({
|
4185
|
+
# distribution_id: "distributionIdString", # required
|
4186
|
+
# alias: "aliasString", # required
|
4187
|
+
# marker: "string",
|
4188
|
+
# max_items: 1,
|
4189
|
+
# })
|
4190
|
+
#
|
4191
|
+
# @example Response structure
|
4192
|
+
#
|
4193
|
+
# resp.conflicting_aliases_list.next_marker #=> String
|
4194
|
+
# resp.conflicting_aliases_list.max_items #=> Integer
|
4195
|
+
# resp.conflicting_aliases_list.quantity #=> Integer
|
4196
|
+
# resp.conflicting_aliases_list.items #=> Array
|
4197
|
+
# resp.conflicting_aliases_list.items[0].alias #=> String
|
4198
|
+
# resp.conflicting_aliases_list.items[0].distribution_id #=> String
|
4199
|
+
# resp.conflicting_aliases_list.items[0].account_id #=> String
|
4200
|
+
#
|
4201
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListConflictingAliases AWS API Documentation
|
4202
|
+
#
|
4203
|
+
# @overload list_conflicting_aliases(params = {})
|
4204
|
+
# @param [Hash] params ({})
|
4205
|
+
def list_conflicting_aliases(params = {}, options = {})
|
4206
|
+
req = build_request(:list_conflicting_aliases, params)
|
4207
|
+
req.send_request(options)
|
4208
|
+
end
|
4209
|
+
|
4081
4210
|
# List CloudFront distributions.
|
4082
4211
|
#
|
4083
4212
|
# @option params [String] :marker
|
@@ -4270,7 +4399,7 @@ module Aws::CloudFront
|
|
4270
4399
|
# resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
|
4271
4400
|
# resp.distribution_list.items[0].alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
4272
4401
|
#
|
4273
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
4402
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributions AWS API Documentation
|
4274
4403
|
#
|
4275
4404
|
# @overload list_distributions(params = {})
|
4276
4405
|
# @param [Hash] params ({})
|
@@ -4325,7 +4454,7 @@ module Aws::CloudFront
|
|
4325
4454
|
# resp.distribution_id_list.items #=> Array
|
4326
4455
|
# resp.distribution_id_list.items[0] #=> String
|
4327
4456
|
#
|
4328
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
4457
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByCachePolicyId AWS API Documentation
|
4329
4458
|
#
|
4330
4459
|
# @overload list_distributions_by_cache_policy_id(params = {})
|
4331
4460
|
# @param [Hash] params ({})
|
@@ -4380,7 +4509,7 @@ module Aws::CloudFront
|
|
4380
4509
|
# resp.distribution_id_list.items #=> Array
|
4381
4510
|
# resp.distribution_id_list.items[0] #=> String
|
4382
4511
|
#
|
4383
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
4512
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByKeyGroup AWS API Documentation
|
4384
4513
|
#
|
4385
4514
|
# @overload list_distributions_by_key_group(params = {})
|
4386
4515
|
# @param [Hash] params ({})
|
@@ -4435,7 +4564,7 @@ module Aws::CloudFront
|
|
4435
4564
|
# resp.distribution_id_list.items #=> Array
|
4436
4565
|
# resp.distribution_id_list.items[0] #=> String
|
4437
4566
|
#
|
4438
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
4567
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByOriginRequestPolicyId AWS API Documentation
|
4439
4568
|
#
|
4440
4569
|
# @overload list_distributions_by_origin_request_policy_id(params = {})
|
4441
4570
|
# @param [Hash] params ({})
|
@@ -4657,7 +4786,7 @@ module Aws::CloudFront
|
|
4657
4786
|
# resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
|
4658
4787
|
# resp.distribution_list.items[0].alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
4659
4788
|
#
|
4660
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
4789
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByRealtimeLogConfig AWS API Documentation
|
4661
4790
|
#
|
4662
4791
|
# @overload list_distributions_by_realtime_log_config(params = {})
|
4663
4792
|
# @param [Hash] params ({})
|
@@ -4666,8 +4795,8 @@ module Aws::CloudFront
|
|
4666
4795
|
req.send_request(options)
|
4667
4796
|
end
|
4668
4797
|
|
4669
|
-
# List the distributions that are associated with a specified
|
4670
|
-
#
|
4798
|
+
# List the distributions that are associated with a specified WAF web
|
4799
|
+
# ACL.
|
4671
4800
|
#
|
4672
4801
|
# @option params [String] :marker
|
4673
4802
|
# Use `Marker` and `MaxItems` to control pagination of results. If you
|
@@ -4682,7 +4811,7 @@ module Aws::CloudFront
|
|
4682
4811
|
# in the response body. The maximum and default values are both 100.
|
4683
4812
|
#
|
4684
4813
|
# @option params [required, String] :web_acl_id
|
4685
|
-
# The ID of the
|
4814
|
+
# The ID of the WAF web ACL that you want to list the associated
|
4686
4815
|
# distributions. If you specify "null" for the ID, the request returns
|
4687
4816
|
# a list of the distributions that aren't associated with a web ACL.
|
4688
4817
|
#
|
@@ -4865,7 +4994,7 @@ module Aws::CloudFront
|
|
4865
4994
|
# resp.distribution_list.items[0].alias_icp_recordals[0].cname #=> String
|
4866
4995
|
# resp.distribution_list.items[0].alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
4867
4996
|
#
|
4868
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
4997
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListDistributionsByWebACLId AWS API Documentation
|
4869
4998
|
#
|
4870
4999
|
# @overload list_distributions_by_web_acl_id(params = {})
|
4871
5000
|
# @param [Hash] params ({})
|
@@ -4921,7 +5050,7 @@ module Aws::CloudFront
|
|
4921
5050
|
# resp.field_level_encryption_list.items[0].content_type_profile_config.content_type_profiles.items[0].profile_id #=> String
|
4922
5051
|
# resp.field_level_encryption_list.items[0].content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
4923
5052
|
#
|
4924
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5053
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionConfigs AWS API Documentation
|
4925
5054
|
#
|
4926
5055
|
# @overload list_field_level_encryption_configs(params = {})
|
4927
5056
|
# @param [Hash] params ({})
|
@@ -4973,7 +5102,7 @@ module Aws::CloudFront
|
|
4973
5102
|
# resp.field_level_encryption_profile_list.items[0].encryption_entities.items[0].field_patterns.items[0] #=> String
|
4974
5103
|
# resp.field_level_encryption_profile_list.items[0].comment #=> String
|
4975
5104
|
#
|
4976
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5105
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFieldLevelEncryptionProfiles AWS API Documentation
|
4977
5106
|
#
|
4978
5107
|
# @overload list_field_level_encryption_profiles(params = {})
|
4979
5108
|
# @param [Hash] params ({})
|
@@ -4982,7 +5111,7 @@ module Aws::CloudFront
|
|
4982
5111
|
req.send_request(options)
|
4983
5112
|
end
|
4984
5113
|
|
4985
|
-
# Gets a list of all CloudFront functions in your
|
5114
|
+
# Gets a list of all CloudFront functions in your account.
|
4986
5115
|
#
|
4987
5116
|
# You can optionally apply a filter to return only the functions that
|
4988
5117
|
# are in the specified stage, either `DEVELOPMENT` or `LIVE`.
|
@@ -5035,7 +5164,7 @@ module Aws::CloudFront
|
|
5035
5164
|
# resp.function_list.items[0].function_metadata.created_time #=> Time
|
5036
5165
|
# resp.function_list.items[0].function_metadata.last_modified_time #=> Time
|
5037
5166
|
#
|
5038
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5167
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListFunctions AWS API Documentation
|
5039
5168
|
#
|
5040
5169
|
# @overload list_functions(params = {})
|
5041
5170
|
# @param [Hash] params ({})
|
@@ -5089,7 +5218,7 @@ module Aws::CloudFront
|
|
5089
5218
|
# resp.invalidation_list.items[0].create_time #=> Time
|
5090
5219
|
# resp.invalidation_list.items[0].status #=> String
|
5091
5220
|
#
|
5092
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5221
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListInvalidations AWS API Documentation
|
5093
5222
|
#
|
5094
5223
|
# @overload list_invalidations(params = {})
|
5095
5224
|
# @param [Hash] params ({})
|
@@ -5141,7 +5270,7 @@ module Aws::CloudFront
|
|
5141
5270
|
# resp.key_group_list.items[0].key_group.key_group_config.items[0] #=> String
|
5142
5271
|
# resp.key_group_list.items[0].key_group.key_group_config.comment #=> String
|
5143
5272
|
#
|
5144
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListKeyGroups AWS API Documentation
|
5145
5274
|
#
|
5146
5275
|
# @overload list_key_groups(params = {})
|
5147
5276
|
# @param [Hash] params ({})
|
@@ -5153,8 +5282,8 @@ module Aws::CloudFront
|
|
5153
5282
|
# Gets a list of origin request policies.
|
5154
5283
|
#
|
5155
5284
|
# You can optionally apply a filter to return only the managed policies
|
5156
|
-
# created by
|
5157
|
-
# account.
|
5285
|
+
# created by Amazon Web Services, or only the custom policies created in
|
5286
|
+
# your account.
|
5158
5287
|
#
|
5159
5288
|
# You can optionally specify the maximum number of items to receive in
|
5160
5289
|
# the response. If the total number of items in the list exceeds the
|
@@ -5167,10 +5296,10 @@ module Aws::CloudFront
|
|
5167
5296
|
# A filter to return only the specified kinds of origin request
|
5168
5297
|
# policies. Valid values are:
|
5169
5298
|
#
|
5170
|
-
# * `managed` – Returns only the managed policies created by
|
5299
|
+
# * `managed` – Returns only the managed policies created by Amazon Web
|
5300
|
+
# Services.
|
5171
5301
|
#
|
5172
|
-
# * `custom` – Returns only the custom policies created in your
|
5173
|
-
# account.
|
5302
|
+
# * `custom` – Returns only the custom policies created in your account.
|
5174
5303
|
#
|
5175
5304
|
# @option params [String] :marker
|
5176
5305
|
# Use this field when paginating results to indicate where to begin in
|
@@ -5219,7 +5348,7 @@ module Aws::CloudFront
|
|
5219
5348
|
# resp.origin_request_policy_list.items[0].origin_request_policy.origin_request_policy_config.query_strings_config.query_strings.items #=> Array
|
5220
5349
|
# resp.origin_request_policy_list.items[0].origin_request_policy.origin_request_policy_config.query_strings_config.query_strings.items[0] #=> String
|
5221
5350
|
#
|
5222
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5351
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListOriginRequestPolicies AWS API Documentation
|
5223
5352
|
#
|
5224
5353
|
# @overload list_origin_request_policies(params = {})
|
5225
5354
|
# @param [Hash] params ({})
|
@@ -5264,7 +5393,7 @@ module Aws::CloudFront
|
|
5264
5393
|
# resp.public_key_list.items[0].encoded_key #=> String
|
5265
5394
|
# resp.public_key_list.items[0].comment #=> String
|
5266
5395
|
#
|
5267
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5396
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListPublicKeys AWS API Documentation
|
5268
5397
|
#
|
5269
5398
|
# @overload list_public_keys(params = {})
|
5270
5399
|
# @param [Hash] params ({})
|
@@ -5321,7 +5450,7 @@ module Aws::CloudFront
|
|
5321
5450
|
# resp.realtime_log_configs.marker #=> String
|
5322
5451
|
# resp.realtime_log_configs.next_marker #=> String
|
5323
5452
|
#
|
5324
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5453
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListRealtimeLogConfigs AWS API Documentation
|
5325
5454
|
#
|
5326
5455
|
# @overload list_realtime_log_configs(params = {})
|
5327
5456
|
# @param [Hash] params ({})
|
@@ -5377,7 +5506,7 @@ module Aws::CloudFront
|
|
5377
5506
|
# resp.streaming_distribution_list.items[0].price_class #=> String, one of "PriceClass_100", "PriceClass_200", "PriceClass_All"
|
5378
5507
|
# resp.streaming_distribution_list.items[0].enabled #=> Boolean
|
5379
5508
|
#
|
5380
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5509
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListStreamingDistributions AWS API Documentation
|
5381
5510
|
#
|
5382
5511
|
# @overload list_streaming_distributions(params = {})
|
5383
5512
|
# @param [Hash] params ({})
|
@@ -5407,7 +5536,7 @@ module Aws::CloudFront
|
|
5407
5536
|
# resp.tags.items[0].key #=> String
|
5408
5537
|
# resp.tags.items[0].value #=> String
|
5409
5538
|
#
|
5410
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5539
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ListTagsForResource AWS API Documentation
|
5411
5540
|
#
|
5412
5541
|
# @overload list_tags_for_resource(params = {})
|
5413
5542
|
# @param [Hash] params ({})
|
@@ -5458,7 +5587,7 @@ module Aws::CloudFront
|
|
5458
5587
|
# resp.function_summary.function_metadata.created_time #=> Time
|
5459
5588
|
# resp.function_summary.function_metadata.last_modified_time #=> Time
|
5460
5589
|
#
|
5461
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5590
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/PublishFunction AWS API Documentation
|
5462
5591
|
#
|
5463
5592
|
# @overload publish_function(params = {})
|
5464
5593
|
# @param [Hash] params ({})
|
@@ -5491,7 +5620,7 @@ module Aws::CloudFront
|
|
5491
5620
|
# },
|
5492
5621
|
# })
|
5493
5622
|
#
|
5494
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5623
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TagResource AWS API Documentation
|
5495
5624
|
#
|
5496
5625
|
# @overload tag_resource(params = {})
|
5497
5626
|
# @param [Hash] params ({})
|
@@ -5568,7 +5697,7 @@ module Aws::CloudFront
|
|
5568
5697
|
# resp.test_result.function_error_message #=> String
|
5569
5698
|
# resp.test_result.function_output #=> String
|
5570
5699
|
#
|
5571
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5700
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/TestFunction AWS API Documentation
|
5572
5701
|
#
|
5573
5702
|
# @overload test_function(params = {})
|
5574
5703
|
# @param [Hash] params ({})
|
@@ -5596,7 +5725,7 @@ module Aws::CloudFront
|
|
5596
5725
|
# },
|
5597
5726
|
# })
|
5598
5727
|
#
|
5599
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5728
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UntagResource AWS API Documentation
|
5600
5729
|
#
|
5601
5730
|
# @overload untag_resource(params = {})
|
5602
5731
|
# @param [Hash] params ({})
|
@@ -5703,7 +5832,7 @@ module Aws::CloudFront
|
|
5703
5832
|
# resp.cache_policy.cache_policy_config.parameters_in_cache_key_and_forwarded_to_origin.query_strings_config.query_strings.items[0] #=> String
|
5704
5833
|
# resp.etag #=> String
|
5705
5834
|
#
|
5706
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5835
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCachePolicy AWS API Documentation
|
5707
5836
|
#
|
5708
5837
|
# @overload update_cache_policy(params = {})
|
5709
5838
|
# @param [Hash] params ({})
|
@@ -5748,7 +5877,7 @@ module Aws::CloudFront
|
|
5748
5877
|
# resp.cloud_front_origin_access_identity.cloud_front_origin_access_identity_config.comment #=> String
|
5749
5878
|
# resp.etag #=> String
|
5750
5879
|
#
|
5751
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
5880
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateCloudFrontOriginAccessIdentity AWS API Documentation
|
5752
5881
|
#
|
5753
5882
|
# @overload update_cloud_front_origin_access_identity(params = {})
|
5754
5883
|
# @param [Hash] params ({})
|
@@ -6289,7 +6418,7 @@ module Aws::CloudFront
|
|
6289
6418
|
# resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
|
6290
6419
|
# resp.etag #=> String
|
6291
6420
|
#
|
6292
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
6421
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateDistribution AWS API Documentation
|
6293
6422
|
#
|
6294
6423
|
# @overload update_distribution(params = {})
|
6295
6424
|
# @param [Hash] params ({})
|
@@ -6370,7 +6499,7 @@ module Aws::CloudFront
|
|
6370
6499
|
# resp.field_level_encryption.field_level_encryption_config.content_type_profile_config.content_type_profiles.items[0].content_type #=> String
|
6371
6500
|
# resp.etag #=> String
|
6372
6501
|
#
|
6373
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
6502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionConfig AWS API Documentation
|
6374
6503
|
#
|
6375
6504
|
# @overload update_field_level_encryption_config(params = {})
|
6376
6505
|
# @param [Hash] params ({})
|
@@ -6437,7 +6566,7 @@ module Aws::CloudFront
|
|
6437
6566
|
# resp.field_level_encryption_profile.field_level_encryption_profile_config.encryption_entities.items[0].field_patterns.items[0] #=> String
|
6438
6567
|
# resp.etag #=> String
|
6439
6568
|
#
|
6440
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
6569
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFieldLevelEncryptionProfile AWS API Documentation
|
6441
6570
|
#
|
6442
6571
|
# @overload update_field_level_encryption_profile(params = {})
|
6443
6572
|
# @param [Hash] params ({})
|
@@ -6503,7 +6632,7 @@ module Aws::CloudFront
|
|
6503
6632
|
# resp.function_summary.function_metadata.last_modified_time #=> Time
|
6504
6633
|
# resp.etag #=> String
|
6505
6634
|
#
|
6506
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
6635
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateFunction AWS API Documentation
|
6507
6636
|
#
|
6508
6637
|
# @overload update_function(params = {})
|
6509
6638
|
# @param [Hash] params ({})
|
@@ -6564,7 +6693,7 @@ module Aws::CloudFront
|
|
6564
6693
|
# resp.key_group.key_group_config.comment #=> String
|
6565
6694
|
# resp.etag #=> String
|
6566
6695
|
#
|
6567
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
6696
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateKeyGroup AWS API Documentation
|
6568
6697
|
#
|
6569
6698
|
# @overload update_key_group(params = {})
|
6570
6699
|
# @param [Hash] params ({})
|
@@ -6661,7 +6790,7 @@ module Aws::CloudFront
|
|
6661
6790
|
# resp.origin_request_policy.origin_request_policy_config.query_strings_config.query_strings.items[0] #=> String
|
6662
6791
|
# resp.etag #=> String
|
6663
6792
|
#
|
6664
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
6793
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateOriginRequestPolicy AWS API Documentation
|
6665
6794
|
#
|
6666
6795
|
# @overload update_origin_request_policy(params = {})
|
6667
6796
|
# @param [Hash] params ({})
|
@@ -6711,7 +6840,7 @@ module Aws::CloudFront
|
|
6711
6840
|
# resp.public_key.public_key_config.comment #=> String
|
6712
6841
|
# resp.etag #=> String
|
6713
6842
|
#
|
6714
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
6843
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdatePublicKey AWS API Documentation
|
6715
6844
|
#
|
6716
6845
|
# @overload update_public_key(params = {})
|
6717
6846
|
# @param [Hash] params ({})
|
@@ -6799,7 +6928,7 @@ module Aws::CloudFront
|
|
6799
6928
|
# resp.realtime_log_config.fields #=> Array
|
6800
6929
|
# resp.realtime_log_config.fields[0] #=> String
|
6801
6930
|
#
|
6802
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
6931
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateRealtimeLogConfig AWS API Documentation
|
6803
6932
|
#
|
6804
6933
|
# @overload update_realtime_log_config(params = {})
|
6805
6934
|
# @param [Hash] params ({})
|
@@ -6889,7 +7018,7 @@ module Aws::CloudFront
|
|
6889
7018
|
# resp.streaming_distribution.streaming_distribution_config.enabled #=> Boolean
|
6890
7019
|
# resp.etag #=> String
|
6891
7020
|
#
|
6892
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/
|
7021
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/UpdateStreamingDistribution AWS API Documentation
|
6893
7022
|
#
|
6894
7023
|
# @overload update_streaming_distribution(params = {})
|
6895
7024
|
# @param [Hash] params ({})
|
@@ -6911,7 +7040,7 @@ module Aws::CloudFront
|
|
6911
7040
|
params: params,
|
6912
7041
|
config: config)
|
6913
7042
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
6914
|
-
context[:gem_version] = '1.
|
7043
|
+
context[:gem_version] = '1.56.0'
|
6915
7044
|
Seahorse::Client::Request.new(handlers, context)
|
6916
7045
|
end
|
6917
7046
|
|