aws-sdk 1.9.5 → 1.10.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.
- data/lib/aws/api_config/DynamoDB-2012-08-10.yml +4 -0
- data/lib/aws/api_config/EC2-2013-02-01.yml +1 -1
- data/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml +948 -19
- data/lib/aws/api_config/OpsWorks-2013-02-18.yml +83 -2
- data/lib/aws/auto_scaling/client.rb +15 -0
- data/lib/aws/cloud_formation/client.rb +11 -0
- data/lib/aws/cloud_front/client.rb +58 -40
- data/lib/aws/cloud_search/client.rb +20 -0
- data/lib/aws/cloud_watch/client.rb +5 -0
- data/lib/aws/core.rb +5 -4
- data/lib/aws/core/configuration.rb +3 -1
- data/lib/aws/core/policy.rb +27 -1
- data/lib/aws/data_pipeline/client.rb +12 -0
- data/lib/aws/direct_connect/client.rb +11 -0
- data/lib/aws/dynamo_db/client.rb +17 -0
- data/lib/aws/dynamo_db/client_v2.rb +905 -417
- data/lib/aws/ec2.rb +1 -1
- data/lib/aws/ec2/client.rb +88 -0
- data/lib/aws/ec2/instance.rb +3 -1
- data/lib/aws/ec2/security_group.rb +1 -1
- data/lib/aws/elastic_beanstalk/client.rb +21 -0
- data/lib/aws/elastic_transcoder/client.rb +681 -114
- data/lib/aws/elasticache/client.rb +23 -0
- data/lib/aws/elb/client.rb +13 -0
- data/lib/aws/emr/client.rb +3 -0
- data/lib/aws/glacier/client.rb +7 -0
- data/lib/aws/iam/client.rb +35 -0
- data/lib/aws/import_export/client.rb +5 -0
- data/lib/aws/ops_works/client.rb +718 -238
- data/lib/aws/rds/client.rb +46 -0
- data/lib/aws/redshift/client.rb +30 -0
- data/lib/aws/route_53/client.rb +10 -0
- data/lib/aws/s3.rb +1 -1
- data/lib/aws/s3/client.rb +42 -27
- data/lib/aws/s3/client/xml.rb +10 -0
- data/lib/aws/s3/multipart_upload.rb +43 -16
- data/lib/aws/s3/s3_object.rb +61 -26
- data/lib/aws/s3/uploaded_part.rb +3 -1
- data/lib/aws/s3/uploaded_part_collection.rb +1 -1
- data/lib/aws/simple_db/client.rb +10 -0
- data/lib/aws/simple_email_service/client.rb +11 -0
- data/lib/aws/simple_workflow/client.rb +18 -0
- data/lib/aws/sns/client.rb +9 -0
- data/lib/aws/sqs/client.rb +9 -0
- data/lib/aws/storage_gateway/client.rb +72 -37
- data/lib/aws/sts/client.rb +3 -0
- data/lib/aws/version.rb +1 -1
- metadata +17 -9
- checksums.yaml +0 -7
@@ -16,6 +16,16 @@
|
|
16
16
|
:target_prefix: OpsWorks_20130218.
|
17
17
|
:api_version: '2013-02-18'
|
18
18
|
:operations:
|
19
|
+
- :name: AttachElasticLoadBalancer
|
20
|
+
:method: :attach_elastic_load_balancer
|
21
|
+
:inputs:
|
22
|
+
ElasticLoadBalancerName:
|
23
|
+
- :string
|
24
|
+
- :required
|
25
|
+
LayerId:
|
26
|
+
- :string
|
27
|
+
- :required
|
28
|
+
:outputs: {}
|
19
29
|
- :name: CloneStack
|
20
30
|
:method: :clone_stack
|
21
31
|
:inputs:
|
@@ -68,6 +78,8 @@
|
|
68
78
|
CloneAppIds:
|
69
79
|
- :list:
|
70
80
|
- :string
|
81
|
+
DefaultRootDeviceType:
|
82
|
+
- :string
|
71
83
|
:outputs:
|
72
84
|
StackId:
|
73
85
|
:sym: :stack_id
|
@@ -78,6 +90,8 @@
|
|
78
90
|
StackId:
|
79
91
|
- :string
|
80
92
|
- :required
|
93
|
+
Shortname:
|
94
|
+
- :string
|
81
95
|
Name:
|
82
96
|
- :string
|
83
97
|
- :required
|
@@ -180,6 +194,10 @@
|
|
180
194
|
- :string
|
181
195
|
AvailabilityZone:
|
182
196
|
- :string
|
197
|
+
Architecture:
|
198
|
+
- :string
|
199
|
+
RootDeviceType:
|
200
|
+
- :string
|
183
201
|
:outputs:
|
184
202
|
InstanceId:
|
185
203
|
:sym: :instance_id
|
@@ -299,6 +317,8 @@
|
|
299
317
|
- :string
|
300
318
|
DefaultSshKeyName:
|
301
319
|
- :string
|
320
|
+
DefaultRootDeviceType:
|
321
|
+
- :string
|
302
322
|
:outputs:
|
303
323
|
StackId:
|
304
324
|
:sym: :stack_id
|
@@ -375,6 +395,9 @@
|
|
375
395
|
StackId:
|
376
396
|
:sym: :stack_id
|
377
397
|
:type: :string
|
398
|
+
Shortname:
|
399
|
+
:sym: :shortname
|
400
|
+
:type: :string
|
378
401
|
Name:
|
379
402
|
:sym: :name
|
380
403
|
:type: :string
|
@@ -562,6 +585,40 @@
|
|
562
585
|
Region:
|
563
586
|
:sym: :region
|
564
587
|
:type: :string
|
588
|
+
- :name: DescribeElasticLoadBalancers
|
589
|
+
:method: :describe_elastic_load_balancers
|
590
|
+
:inputs:
|
591
|
+
StackId:
|
592
|
+
- :string
|
593
|
+
LayerIds:
|
594
|
+
- :list:
|
595
|
+
- :string
|
596
|
+
:outputs:
|
597
|
+
ElasticLoadBalancers:
|
598
|
+
:sym: :elastic_load_balancers
|
599
|
+
:type: :hash
|
600
|
+
:members:
|
601
|
+
ElasticLoadBalancerName:
|
602
|
+
:sym: :elastic_load_balancer_name
|
603
|
+
:type: :string
|
604
|
+
Region:
|
605
|
+
:sym: :region
|
606
|
+
:type: :string
|
607
|
+
DnsName:
|
608
|
+
:sym: :dns_name
|
609
|
+
:type: :string
|
610
|
+
StackId:
|
611
|
+
:sym: :stack_id
|
612
|
+
:type: :string
|
613
|
+
LayerId:
|
614
|
+
:sym: :layer_id
|
615
|
+
:type: :string
|
616
|
+
AvailabilityZones:
|
617
|
+
:sym: :availability_zones
|
618
|
+
:type: :string
|
619
|
+
Ec2InstanceIds:
|
620
|
+
:sym: :ec_2_instance_ids
|
621
|
+
:type: :string
|
565
622
|
- :name: DescribeInstances
|
566
623
|
:method: :describe_instances
|
567
624
|
:inputs:
|
@@ -569,8 +626,6 @@
|
|
569
626
|
- :string
|
570
627
|
LayerId:
|
571
628
|
- :string
|
572
|
-
AppId:
|
573
|
-
- :string
|
574
629
|
InstanceIds:
|
575
630
|
- :list:
|
576
631
|
- :string
|
@@ -645,6 +700,15 @@
|
|
645
700
|
LastServiceErrorId:
|
646
701
|
:sym: :last_service_error_id
|
647
702
|
:type: :string
|
703
|
+
Architecture:
|
704
|
+
:sym: :architecture
|
705
|
+
:type: :string
|
706
|
+
RootDeviceType:
|
707
|
+
:sym: :root_device_type
|
708
|
+
:type: :string
|
709
|
+
RootDeviceVolumeId:
|
710
|
+
:sym: :root_device_volume_id
|
711
|
+
:type: :string
|
648
712
|
- :name: DescribeLayers
|
649
713
|
:method: :describe_layers
|
650
714
|
:inputs:
|
@@ -994,6 +1058,9 @@
|
|
994
1058
|
CreatedAt:
|
995
1059
|
:sym: :created_at
|
996
1060
|
:type: :string
|
1061
|
+
DefaultRootDeviceType:
|
1062
|
+
:sym: :default_root_device_type
|
1063
|
+
:type: :string
|
997
1064
|
- :name: DescribeTimeBasedAutoScaling
|
998
1065
|
:method: :describe_time_based_auto_scaling
|
999
1066
|
:inputs:
|
@@ -1127,6 +1194,16 @@
|
|
1127
1194
|
AvailabilityZone:
|
1128
1195
|
:sym: :availability_zone
|
1129
1196
|
:type: :string
|
1197
|
+
- :name: DetachElasticLoadBalancer
|
1198
|
+
:method: :detach_elastic_load_balancer
|
1199
|
+
:inputs:
|
1200
|
+
ElasticLoadBalancerName:
|
1201
|
+
- :string
|
1202
|
+
- :required
|
1203
|
+
LayerId:
|
1204
|
+
- :string
|
1205
|
+
- :required
|
1206
|
+
:outputs: {}
|
1130
1207
|
- :name: GetHostnameSuggestion
|
1131
1208
|
:method: :get_hostname_suggestion
|
1132
1209
|
:inputs:
|
@@ -1344,6 +1421,8 @@
|
|
1344
1421
|
- :string
|
1345
1422
|
SshKeyName:
|
1346
1423
|
- :string
|
1424
|
+
Architecture:
|
1425
|
+
- :string
|
1347
1426
|
:outputs: {}
|
1348
1427
|
- :name: UpdateLayer
|
1349
1428
|
:method: :update_layer
|
@@ -1449,6 +1528,8 @@
|
|
1449
1528
|
- :string
|
1450
1529
|
DefaultSshKeyName:
|
1451
1530
|
- :string
|
1531
|
+
DefaultRootDeviceType:
|
1532
|
+
- :string
|
1452
1533
|
:outputs: {}
|
1453
1534
|
- :name: UpdateUserProfile
|
1454
1535
|
:method: :update_user_profile
|
@@ -145,6 +145,7 @@ module AWS
|
|
145
145
|
# @return [Core::Response]
|
146
146
|
# The #data method of the response object returns
|
147
147
|
# a hash with the following structure:
|
148
|
+
#
|
148
149
|
# * `:adjustment_types` - (Array<Hash>)
|
149
150
|
# * `:adjustment_type` - (String)
|
150
151
|
|
@@ -157,6 +158,7 @@ module AWS
|
|
157
158
|
# @return [Core::Response]
|
158
159
|
# The #data method of the response object returns
|
159
160
|
# a hash with the following structure:
|
161
|
+
#
|
160
162
|
# * `:auto_scaling_groups` - (Array<Hash>)
|
161
163
|
# * `:auto_scaling_group_name` - (String)
|
162
164
|
# * `:auto_scaling_group_arn` - (String)
|
@@ -203,6 +205,7 @@ module AWS
|
|
203
205
|
# @return [Core::Response]
|
204
206
|
# The #data method of the response object returns
|
205
207
|
# a hash with the following structure:
|
208
|
+
#
|
206
209
|
# * `:auto_scaling_instances` - (Array<Hash>)
|
207
210
|
# * `:instance_id` - (String)
|
208
211
|
# * `:auto_scaling_group_name` - (String)
|
@@ -218,6 +221,7 @@ module AWS
|
|
218
221
|
# @return [Core::Response]
|
219
222
|
# The #data method of the response object returns
|
220
223
|
# a hash with the following structure:
|
224
|
+
#
|
221
225
|
# * `:auto_scaling_notification_types` - (Array<String>)
|
222
226
|
|
223
227
|
# @!method describe_launch_configurations(options = {})
|
@@ -229,6 +233,7 @@ module AWS
|
|
229
233
|
# @return [Core::Response]
|
230
234
|
# The #data method of the response object returns
|
231
235
|
# a hash with the following structure:
|
236
|
+
#
|
232
237
|
# * `:launch_configurations` - (Array<Hash>)
|
233
238
|
# * `:launch_configuration_name` - (String)
|
234
239
|
# * `:launch_configuration_arn` - (String)
|
@@ -259,6 +264,7 @@ module AWS
|
|
259
264
|
# @return [Core::Response]
|
260
265
|
# The #data method of the response object returns
|
261
266
|
# a hash with the following structure:
|
267
|
+
#
|
262
268
|
# * `:metrics` - (Array<Hash>)
|
263
269
|
# * `:metric` - (String)
|
264
270
|
# * `:granularities` - (Array<Hash>)
|
@@ -273,6 +279,7 @@ module AWS
|
|
273
279
|
# @return [Core::Response]
|
274
280
|
# The #data method of the response object returns
|
275
281
|
# a hash with the following structure:
|
282
|
+
#
|
276
283
|
# * `:notification_configurations` - (Array<Hash>)
|
277
284
|
# * `:auto_scaling_group_name` - (String)
|
278
285
|
# * `:topic_arn` - (String)
|
@@ -289,6 +296,7 @@ module AWS
|
|
289
296
|
# @return [Core::Response]
|
290
297
|
# The #data method of the response object returns
|
291
298
|
# a hash with the following structure:
|
299
|
+
#
|
292
300
|
# * `:scaling_policies` - (Array<Hash>)
|
293
301
|
# * `:auto_scaling_group_name` - (String)
|
294
302
|
# * `:policy_name` - (String)
|
@@ -312,6 +320,7 @@ module AWS
|
|
312
320
|
# @return [Core::Response]
|
313
321
|
# The #data method of the response object returns
|
314
322
|
# a hash with the following structure:
|
323
|
+
#
|
315
324
|
# * `:activities` - (Array<Hash>)
|
316
325
|
# * `:activity_id` - (String)
|
317
326
|
# * `:auto_scaling_group_name` - (String)
|
@@ -331,6 +340,7 @@ module AWS
|
|
331
340
|
# @return [Core::Response]
|
332
341
|
# The #data method of the response object returns
|
333
342
|
# a hash with the following structure:
|
343
|
+
#
|
334
344
|
# * `:processes` - (Array<Hash>)
|
335
345
|
# * `:process_name` - (String)
|
336
346
|
|
@@ -346,6 +356,7 @@ module AWS
|
|
346
356
|
# @return [Core::Response]
|
347
357
|
# The #data method of the response object returns
|
348
358
|
# a hash with the following structure:
|
359
|
+
#
|
349
360
|
# * `:scheduled_update_group_actions` - (Array<Hash>)
|
350
361
|
# * `:auto_scaling_group_name` - (String)
|
351
362
|
# * `:scheduled_action_name` - (String)
|
@@ -370,6 +381,7 @@ module AWS
|
|
370
381
|
# @return [Core::Response]
|
371
382
|
# The #data method of the response object returns
|
372
383
|
# a hash with the following structure:
|
384
|
+
#
|
373
385
|
# * `:tags` - (Array<Hash>)
|
374
386
|
# * `:resource_id` - (String)
|
375
387
|
# * `:resource_type` - (String)
|
@@ -384,6 +396,7 @@ module AWS
|
|
384
396
|
# @return [Core::Response]
|
385
397
|
# The #data method of the response object returns
|
386
398
|
# a hash with the following structure:
|
399
|
+
#
|
387
400
|
# * `:termination_policy_types` - (Array<String>)
|
388
401
|
|
389
402
|
# @!method disable_metrics_collection(options = {})
|
@@ -429,6 +442,7 @@ module AWS
|
|
429
442
|
# @return [Core::Response]
|
430
443
|
# The #data method of the response object returns
|
431
444
|
# a hash with the following structure:
|
445
|
+
#
|
432
446
|
# * `:policy_arn` - (String)
|
433
447
|
|
434
448
|
# @!method put_scheduled_update_group_action(options = {})
|
@@ -483,6 +497,7 @@ module AWS
|
|
483
497
|
# @return [Core::Response]
|
484
498
|
# The #data method of the response object returns
|
485
499
|
# a hash with the following structure:
|
500
|
+
#
|
486
501
|
# * `:activity` - (Hash)
|
487
502
|
# * `:activity_id` - (String)
|
488
503
|
# * `:auto_scaling_group_name` - (String)
|
@@ -104,6 +104,7 @@ module AWS
|
|
104
104
|
# @return [Core::Response]
|
105
105
|
# The #data method of the response object returns
|
106
106
|
# a hash with the following structure:
|
107
|
+
#
|
107
108
|
# * `:stack_id` - (String)
|
108
109
|
|
109
110
|
# @!method delete_stack(options = {})
|
@@ -124,6 +125,7 @@ module AWS
|
|
124
125
|
# @return [Core::Response]
|
125
126
|
# The #data method of the response object returns
|
126
127
|
# a hash with the following structure:
|
128
|
+
#
|
127
129
|
# * `:stack_events` - (Array<Hash>)
|
128
130
|
# * `:stack_id` - (String)
|
129
131
|
# * `:event_id` - (String)
|
@@ -149,6 +151,7 @@ module AWS
|
|
149
151
|
# @return [Core::Response]
|
150
152
|
# The #data method of the response object returns
|
151
153
|
# a hash with the following structure:
|
154
|
+
#
|
152
155
|
# * `:stack_resource_detail` - (Hash)
|
153
156
|
# * `:stack_name` - (String)
|
154
157
|
# * `:stack_id` - (String)
|
@@ -182,6 +185,7 @@ module AWS
|
|
182
185
|
# @return [Core::Response]
|
183
186
|
# The #data method of the response object returns
|
184
187
|
# a hash with the following structure:
|
188
|
+
#
|
185
189
|
# * `:stack_resources` - (Array<Hash>)
|
186
190
|
# * `:stack_name` - (String)
|
187
191
|
# * `:stack_id` - (String)
|
@@ -202,6 +206,7 @@ module AWS
|
|
202
206
|
# @return [Core::Response]
|
203
207
|
# The #data method of the response object returns
|
204
208
|
# a hash with the following structure:
|
209
|
+
#
|
205
210
|
# * `:stacks` - (Array<Hash>)
|
206
211
|
# * `:stack_id` - (String)
|
207
212
|
# * `:stack_name` - (String)
|
@@ -247,6 +252,7 @@ module AWS
|
|
247
252
|
# @return [Core::Response]
|
248
253
|
# The #data method of the response object returns
|
249
254
|
# a hash with the following structure:
|
255
|
+
#
|
250
256
|
# * `:url` - (String)
|
251
257
|
|
252
258
|
# @!method get_template(options = {})
|
@@ -257,6 +263,7 @@ module AWS
|
|
257
263
|
# @return [Core::Response]
|
258
264
|
# The #data method of the response object returns
|
259
265
|
# a hash with the following structure:
|
266
|
+
#
|
260
267
|
# * `:template_body` - (String)
|
261
268
|
|
262
269
|
# @!method list_stack_resources(options = {})
|
@@ -271,6 +278,7 @@ module AWS
|
|
271
278
|
# @return [Core::Response]
|
272
279
|
# The #data method of the response object returns
|
273
280
|
# a hash with the following structure:
|
281
|
+
#
|
274
282
|
# * `:stack_resource_summaries` - (Array<Hash>)
|
275
283
|
# * `:logical_resource_id` - (String)
|
276
284
|
# * `:physical_resource_id` - (String)
|
@@ -293,6 +301,7 @@ module AWS
|
|
293
301
|
# @return [Core::Response]
|
294
302
|
# The #data method of the response object returns
|
295
303
|
# a hash with the following structure:
|
304
|
+
#
|
296
305
|
# * `:stack_summaries` - (Array<Hash>)
|
297
306
|
# * `:stack_id` - (String)
|
298
307
|
# * `:stack_name` - (String)
|
@@ -336,6 +345,7 @@ module AWS
|
|
336
345
|
# @return [Core::Response]
|
337
346
|
# The #data method of the response object returns
|
338
347
|
# a hash with the following structure:
|
348
|
+
#
|
339
349
|
# * `:stack_id` - (String)
|
340
350
|
|
341
351
|
# @!method validate_template(options = {})
|
@@ -354,6 +364,7 @@ module AWS
|
|
354
364
|
# @return [Core::Response]
|
355
365
|
# The #data method of the response object returns
|
356
366
|
# a hash with the following structure:
|
367
|
+
#
|
357
368
|
# * `:parameters` - (Array<Hash>)
|
358
369
|
# * `:parameter_key` - (String)
|
359
370
|
# * `:default_value` - (String)
|
@@ -44,6 +44,7 @@ module AWS
|
|
44
44
|
# @return [Core::Response]
|
45
45
|
# The #data method of the response object returns
|
46
46
|
# a hash with the following structure:
|
47
|
+
#
|
47
48
|
# * `:id` - (String)
|
48
49
|
# * `:s3_canonical_user_id` - (String)
|
49
50
|
# * `:cloud_front_origin_access_identity_config` - (Hash)
|
@@ -145,8 +146,8 @@ module AWS
|
|
145
146
|
# specifies how CloudFront handles query strings and cookies.
|
146
147
|
# * `:query_string` - *required* - (Boolean) Indicates whether you
|
147
148
|
# want CloudFront to forward query strings to the origin that is
|
148
|
-
# associated with this cache behavior. If so, specify
|
149
|
-
# not, specify
|
149
|
+
# associated with this cache behavior. If so, specify `true` ; if
|
150
|
+
# not, specify `false` .
|
150
151
|
# * `:cookies` - *required* - (Hash) A complex type that specifies
|
151
152
|
# how CloudFront handles cookies.
|
152
153
|
# * `:forward` - *required* - (String) Use this element to
|
@@ -171,15 +172,15 @@ module AWS
|
|
171
172
|
# specifies the AWS accounts, if any, that you want to allow to
|
172
173
|
# create signed URLs for private content. If you want to require
|
173
174
|
# signed URLs in requests for objects in the target origin that
|
174
|
-
# match the PathPattern for this cache behavior, specify
|
175
|
+
# match the PathPattern for this cache behavior, specify `true` for
|
175
176
|
# Enabled, and specify the applicable values for Quantity and
|
176
177
|
# Items. For more information, go to Using a Signed URL to Serve
|
177
178
|
# Private Content in the Amazon CloudFront Developer Guide. If you
|
178
179
|
# don't want to require signed URLs in requests for objects that
|
179
|
-
# match PathPattern, specify
|
180
|
+
# match PathPattern, specify `false` for Enabled and 0 for
|
180
181
|
# Quantity. Omit Items. To add, change, or remove one or more
|
181
|
-
# trusted signers, change Enabled to
|
182
|
-
#
|
182
|
+
# trusted signers, change Enabled to `true` (if it's currently
|
183
|
+
# `false` ), change Quantity as applicable, and specify all of the
|
183
184
|
# trusted signers that you want to include in the updated
|
184
185
|
# distribution.
|
185
186
|
# * `:enabled` - *required* - (Boolean) Specifies whether you want
|
@@ -229,7 +230,7 @@ module AWS
|
|
229
230
|
# * `:query_string` - *required* - (Boolean) Indicates whether
|
230
231
|
# you want CloudFront to forward query strings to the origin
|
231
232
|
# that is associated with this cache behavior. If so, specify
|
232
|
-
#
|
233
|
+
# `true` ; if not, specify `false` .
|
233
234
|
# * `:cookies` - *required* - (Hash) A complex type that
|
234
235
|
# specifies how CloudFront handles cookies.
|
235
236
|
# * `:forward` - *required* - (String) Use this element to
|
@@ -254,15 +255,15 @@ module AWS
|
|
254
255
|
# specifies the AWS accounts, if any, that you want to allow to
|
255
256
|
# create signed URLs for private content. If you want to require
|
256
257
|
# signed URLs in requests for objects in the target origin that
|
257
|
-
# match the PathPattern for this cache behavior, specify
|
258
|
+
# match the PathPattern for this cache behavior, specify `true`
|
258
259
|
# for Enabled, and specify the applicable values for Quantity and
|
259
260
|
# Items. For more information, go to Using a Signed URL to Serve
|
260
261
|
# Private Content in the Amazon CloudFront Developer Guide. If
|
261
262
|
# you don't want to require signed URLs in requests for objects
|
262
|
-
# that match PathPattern, specify
|
263
|
+
# that match PathPattern, specify `false` for Enabled and 0 for
|
263
264
|
# Quantity. Omit Items. To add, change, or remove one or more
|
264
|
-
# trusted signers, change Enabled to
|
265
|
-
#
|
265
|
+
# trusted signers, change Enabled to `true` (if it's currently
|
266
|
+
# `false` ), change Quantity as applicable, and specify all of
|
266
267
|
# the trusted signers that you want to include in the updated
|
267
268
|
# distribution.
|
268
269
|
# * `:enabled` - *required* - (Boolean) Specifies whether you
|
@@ -295,18 +296,18 @@ module AWS
|
|
295
296
|
# CloudFront to save access logs to an Amazon S3 bucket. If you do
|
296
297
|
# not want to enable logging when you create a distribution or if
|
297
298
|
# you want to disable logging for an existing distribution, specify
|
298
|
-
#
|
299
|
-
# elements. If you specify
|
299
|
+
# `false` for Enabled, and specify empty Bucket and Prefix
|
300
|
+
# elements. If you specify `false` for Enabled but you specify
|
300
301
|
# values for Bucket, prefix and IncludeCookies, the values are
|
301
302
|
# automatically deleted.
|
302
303
|
# * `:include_cookies` - *required* - (Boolean) Specifies whether you
|
303
|
-
# want CloudFront to include cookies in access logs, specify
|
304
|
+
# want CloudFront to include cookies in access logs, specify `true`
|
304
305
|
# for IncludeCookies. If you choose to include cookies in logs,
|
305
306
|
# CloudFront logs all cookies regardless of how you configure the
|
306
307
|
# cache behaviors for this distribution. If you do not want to
|
307
308
|
# include cookies when you create a distribution or if you want to
|
308
309
|
# disable include cookies for an existing distribution, specify
|
309
|
-
#
|
310
|
+
# `false` for IncludeCookies.
|
310
311
|
# * `:bucket` - *required* - (String) The Amazon S3 bucket to store
|
311
312
|
# the access logs in, for example, myawslogbucket.s3.amazonaws.com.
|
312
313
|
# * `:prefix` - *required* - (String) An optional string that you
|
@@ -325,6 +326,7 @@ module AWS
|
|
325
326
|
# @return [Core::Response]
|
326
327
|
# The #data method of the response object returns
|
327
328
|
# a hash with the following structure:
|
329
|
+
#
|
328
330
|
# * `:id` - (String)
|
329
331
|
# * `:status` - (String)
|
330
332
|
# * `:last_modified_time` - (Time)
|
@@ -429,6 +431,7 @@ module AWS
|
|
429
431
|
# @return [Core::Response]
|
430
432
|
# The #data method of the response object returns
|
431
433
|
# a hash with the following structure:
|
434
|
+
#
|
432
435
|
# * `:id` - (String)
|
433
436
|
# * `:status` - (String)
|
434
437
|
# * `:create_time` - (Time)
|
@@ -479,8 +482,8 @@ module AWS
|
|
479
482
|
# CloudFront to save access logs to an Amazon S3 bucket. If you do
|
480
483
|
# not want to enable logging when you create a streaming
|
481
484
|
# distribution or if you want to disable logging for an existing
|
482
|
-
# streaming distribution, specify
|
483
|
-
# empty Bucket and Prefix elements. If you specify
|
485
|
+
# streaming distribution, specify `false` for Enabled, and specify
|
486
|
+
# empty Bucket and Prefix elements. If you specify `false` for
|
484
487
|
# Enabled but you specify values for Bucket and Prefix, the values
|
485
488
|
# are automatically deleted.
|
486
489
|
# * `:bucket` - *required* - (String) The Amazon S3 bucket to store
|
@@ -495,14 +498,14 @@ module AWS
|
|
495
498
|
# specifies the AWS accounts, if any, that you want to allow to
|
496
499
|
# create signed URLs for private content. If you want to require
|
497
500
|
# signed URLs in requests for objects in the target origin that match
|
498
|
-
# the PathPattern for this cache behavior, specify
|
501
|
+
# the PathPattern for this cache behavior, specify `true` for
|
499
502
|
# Enabled, and specify the applicable values for Quantity and Items.
|
500
503
|
# For more information, go to Using a Signed URL to Serve Private
|
501
504
|
# Content in the Amazon CloudFront Developer Guide. If you don't want
|
502
505
|
# to require signed URLs in requests for objects that match
|
503
|
-
# PathPattern, specify
|
506
|
+
# PathPattern, specify `false` for Enabled and 0 for Quantity. Omit
|
504
507
|
# Items. To add, change, or remove one or more trusted signers,
|
505
|
-
# change Enabled to
|
508
|
+
# change Enabled to `true` (if it's currently `false` ), change
|
506
509
|
# Quantity as applicable, and specify all of the trusted signers that
|
507
510
|
# you want to include in the updated distribution.
|
508
511
|
# * `:enabled` - *required* - (Boolean) Specifies whether you want to
|
@@ -524,6 +527,7 @@ module AWS
|
|
524
527
|
# @return [Core::Response]
|
525
528
|
# The #data method of the response object returns
|
526
529
|
# a hash with the following structure:
|
530
|
+
#
|
527
531
|
# * `:id` - (String)
|
528
532
|
# * `:status` - (String)
|
529
533
|
# * `:last_modified_time` - (Time)
|
@@ -587,6 +591,7 @@ module AWS
|
|
587
591
|
# @return [Core::Response]
|
588
592
|
# The #data method of the response object returns
|
589
593
|
# a hash with the following structure:
|
594
|
+
#
|
590
595
|
# * `:id` - (String)
|
591
596
|
# * `:s3_canonical_user_id` - (String)
|
592
597
|
# * `:cloud_front_origin_access_identity_config` - (Hash)
|
@@ -600,6 +605,7 @@ module AWS
|
|
600
605
|
# @return [Core::Response]
|
601
606
|
# The #data method of the response object returns
|
602
607
|
# a hash with the following structure:
|
608
|
+
#
|
603
609
|
# * `:caller_reference` - (String)
|
604
610
|
# * `:comment` - (String)
|
605
611
|
|
@@ -610,6 +616,7 @@ module AWS
|
|
610
616
|
# @return [Core::Response]
|
611
617
|
# The #data method of the response object returns
|
612
618
|
# a hash with the following structure:
|
619
|
+
#
|
613
620
|
# * `:id` - (String)
|
614
621
|
# * `:status` - (String)
|
615
622
|
# * `:last_modified_time` - (Time)
|
@@ -689,6 +696,7 @@ module AWS
|
|
689
696
|
# @return [Core::Response]
|
690
697
|
# The #data method of the response object returns
|
691
698
|
# a hash with the following structure:
|
699
|
+
#
|
692
700
|
# * `:caller_reference` - (String)
|
693
701
|
# * `:aliases` - (Hash)
|
694
702
|
# * `:quantity` - (Integer)
|
@@ -755,6 +763,7 @@ module AWS
|
|
755
763
|
# @return [Core::Response]
|
756
764
|
# The #data method of the response object returns
|
757
765
|
# a hash with the following structure:
|
766
|
+
#
|
758
767
|
# * `:id` - (String)
|
759
768
|
# * `:status` - (String)
|
760
769
|
# * `:create_time` - (Time)
|
@@ -771,6 +780,7 @@ module AWS
|
|
771
780
|
# @return [Core::Response]
|
772
781
|
# The #data method of the response object returns
|
773
782
|
# a hash with the following structure:
|
783
|
+
#
|
774
784
|
# * `:id` - (String)
|
775
785
|
# * `:status` - (String)
|
776
786
|
# * `:last_modified_time` - (Time)
|
@@ -810,6 +820,7 @@ module AWS
|
|
810
820
|
# @return [Core::Response]
|
811
821
|
# The #data method of the response object returns
|
812
822
|
# a hash with the following structure:
|
823
|
+
#
|
813
824
|
# * `:caller_reference` - (String)
|
814
825
|
# * `:s3_origin` - (Hash)
|
815
826
|
# * `:domain_name` - (String)
|
@@ -843,6 +854,7 @@ module AWS
|
|
843
854
|
# @return [Core::Response]
|
844
855
|
# The #data method of the response object returns
|
845
856
|
# a hash with the following structure:
|
857
|
+
#
|
846
858
|
# * `:marker` - (String)
|
847
859
|
# * `:next_marker` - (String)
|
848
860
|
# * `:max_items` - (Integer)
|
@@ -867,6 +879,7 @@ module AWS
|
|
867
879
|
# @return [Core::Response]
|
868
880
|
# The #data method of the response object returns
|
869
881
|
# a hash with the following structure:
|
882
|
+
#
|
870
883
|
# * `:marker` - (String)
|
871
884
|
# * `:next_marker` - (String)
|
872
885
|
# * `:max_items` - (Integer)
|
@@ -945,6 +958,7 @@ module AWS
|
|
945
958
|
# @return [Core::Response]
|
946
959
|
# The #data method of the response object returns
|
947
960
|
# a hash with the following structure:
|
961
|
+
#
|
948
962
|
# * `:marker` - (String)
|
949
963
|
# * `:next_marker` - (String)
|
950
964
|
# * `:max_items` - (Integer)
|
@@ -969,6 +983,7 @@ module AWS
|
|
969
983
|
# @return [Core::Response]
|
970
984
|
# The #data method of the response object returns
|
971
985
|
# a hash with the following structure:
|
986
|
+
#
|
972
987
|
# * `:marker` - (String)
|
973
988
|
# * `:next_marker` - (String)
|
974
989
|
# * `:max_items` - (Integer)
|
@@ -1020,6 +1035,7 @@ module AWS
|
|
1020
1035
|
# @return [Core::Response]
|
1021
1036
|
# The #data method of the response object returns
|
1022
1037
|
# a hash with the following structure:
|
1038
|
+
#
|
1023
1039
|
# * `:id` - (String)
|
1024
1040
|
# * `:s3_canonical_user_id` - (String)
|
1025
1041
|
# * `:cloud_front_origin_access_identity_config` - (Hash)
|
@@ -1121,8 +1137,8 @@ module AWS
|
|
1121
1137
|
# specifies how CloudFront handles query strings and cookies.
|
1122
1138
|
# * `:query_string` - *required* - (Boolean) Indicates whether you
|
1123
1139
|
# want CloudFront to forward query strings to the origin that is
|
1124
|
-
# associated with this cache behavior. If so, specify
|
1125
|
-
# not, specify
|
1140
|
+
# associated with this cache behavior. If so, specify `true` ; if
|
1141
|
+
# not, specify `false` .
|
1126
1142
|
# * `:cookies` - *required* - (Hash) A complex type that specifies
|
1127
1143
|
# how CloudFront handles cookies.
|
1128
1144
|
# * `:forward` - *required* - (String) Use this element to
|
@@ -1147,15 +1163,15 @@ module AWS
|
|
1147
1163
|
# specifies the AWS accounts, if any, that you want to allow to
|
1148
1164
|
# create signed URLs for private content. If you want to require
|
1149
1165
|
# signed URLs in requests for objects in the target origin that
|
1150
|
-
# match the PathPattern for this cache behavior, specify
|
1166
|
+
# match the PathPattern for this cache behavior, specify `true` for
|
1151
1167
|
# Enabled, and specify the applicable values for Quantity and
|
1152
1168
|
# Items. For more information, go to Using a Signed URL to Serve
|
1153
1169
|
# Private Content in the Amazon CloudFront Developer Guide. If you
|
1154
1170
|
# don't want to require signed URLs in requests for objects that
|
1155
|
-
# match PathPattern, specify
|
1171
|
+
# match PathPattern, specify `false` for Enabled and 0 for
|
1156
1172
|
# Quantity. Omit Items. To add, change, or remove one or more
|
1157
|
-
# trusted signers, change Enabled to
|
1158
|
-
#
|
1173
|
+
# trusted signers, change Enabled to `true` (if it's currently
|
1174
|
+
# `false` ), change Quantity as applicable, and specify all of the
|
1159
1175
|
# trusted signers that you want to include in the updated
|
1160
1176
|
# distribution.
|
1161
1177
|
# * `:enabled` - *required* - (Boolean) Specifies whether you want
|
@@ -1205,7 +1221,7 @@ module AWS
|
|
1205
1221
|
# * `:query_string` - *required* - (Boolean) Indicates whether
|
1206
1222
|
# you want CloudFront to forward query strings to the origin
|
1207
1223
|
# that is associated with this cache behavior. If so, specify
|
1208
|
-
#
|
1224
|
+
# `true` ; if not, specify `false` .
|
1209
1225
|
# * `:cookies` - *required* - (Hash) A complex type that
|
1210
1226
|
# specifies how CloudFront handles cookies.
|
1211
1227
|
# * `:forward` - *required* - (String) Use this element to
|
@@ -1230,15 +1246,15 @@ module AWS
|
|
1230
1246
|
# specifies the AWS accounts, if any, that you want to allow to
|
1231
1247
|
# create signed URLs for private content. If you want to require
|
1232
1248
|
# signed URLs in requests for objects in the target origin that
|
1233
|
-
# match the PathPattern for this cache behavior, specify
|
1249
|
+
# match the PathPattern for this cache behavior, specify `true`
|
1234
1250
|
# for Enabled, and specify the applicable values for Quantity and
|
1235
1251
|
# Items. For more information, go to Using a Signed URL to Serve
|
1236
1252
|
# Private Content in the Amazon CloudFront Developer Guide. If
|
1237
1253
|
# you don't want to require signed URLs in requests for objects
|
1238
|
-
# that match PathPattern, specify
|
1254
|
+
# that match PathPattern, specify `false` for Enabled and 0 for
|
1239
1255
|
# Quantity. Omit Items. To add, change, or remove one or more
|
1240
|
-
# trusted signers, change Enabled to
|
1241
|
-
#
|
1256
|
+
# trusted signers, change Enabled to `true` (if it's currently
|
1257
|
+
# `false` ), change Quantity as applicable, and specify all of
|
1242
1258
|
# the trusted signers that you want to include in the updated
|
1243
1259
|
# distribution.
|
1244
1260
|
# * `:enabled` - *required* - (Boolean) Specifies whether you
|
@@ -1271,18 +1287,18 @@ module AWS
|
|
1271
1287
|
# CloudFront to save access logs to an Amazon S3 bucket. If you do
|
1272
1288
|
# not want to enable logging when you create a distribution or if
|
1273
1289
|
# you want to disable logging for an existing distribution, specify
|
1274
|
-
#
|
1275
|
-
# elements. If you specify
|
1290
|
+
# `false` for Enabled, and specify empty Bucket and Prefix
|
1291
|
+
# elements. If you specify `false` for Enabled but you specify
|
1276
1292
|
# values for Bucket, prefix and IncludeCookies, the values are
|
1277
1293
|
# automatically deleted.
|
1278
1294
|
# * `:include_cookies` - *required* - (Boolean) Specifies whether you
|
1279
|
-
# want CloudFront to include cookies in access logs, specify
|
1295
|
+
# want CloudFront to include cookies in access logs, specify `true`
|
1280
1296
|
# for IncludeCookies. If you choose to include cookies in logs,
|
1281
1297
|
# CloudFront logs all cookies regardless of how you configure the
|
1282
1298
|
# cache behaviors for this distribution. If you do not want to
|
1283
1299
|
# include cookies when you create a distribution or if you want to
|
1284
1300
|
# disable include cookies for an existing distribution, specify
|
1285
|
-
#
|
1301
|
+
# `false` for IncludeCookies.
|
1286
1302
|
# * `:bucket` - *required* - (String) The Amazon S3 bucket to store
|
1287
1303
|
# the access logs in, for example, myawslogbucket.s3.amazonaws.com.
|
1288
1304
|
# * `:prefix` - *required* - (String) An optional string that you
|
@@ -1305,6 +1321,7 @@ module AWS
|
|
1305
1321
|
# @return [Core::Response]
|
1306
1322
|
# The #data method of the response object returns
|
1307
1323
|
# a hash with the following structure:
|
1324
|
+
#
|
1308
1325
|
# * `:id` - (String)
|
1309
1326
|
# * `:status` - (String)
|
1310
1327
|
# * `:last_modified_time` - (Time)
|
@@ -1418,8 +1435,8 @@ module AWS
|
|
1418
1435
|
# CloudFront to save access logs to an Amazon S3 bucket. If you do
|
1419
1436
|
# not want to enable logging when you create a streaming
|
1420
1437
|
# distribution or if you want to disable logging for an existing
|
1421
|
-
# streaming distribution, specify
|
1422
|
-
# empty Bucket and Prefix elements. If you specify
|
1438
|
+
# streaming distribution, specify `false` for Enabled, and specify
|
1439
|
+
# empty Bucket and Prefix elements. If you specify `false` for
|
1423
1440
|
# Enabled but you specify values for Bucket and Prefix, the values
|
1424
1441
|
# are automatically deleted.
|
1425
1442
|
# * `:bucket` - *required* - (String) The Amazon S3 bucket to store
|
@@ -1434,14 +1451,14 @@ module AWS
|
|
1434
1451
|
# specifies the AWS accounts, if any, that you want to allow to
|
1435
1452
|
# create signed URLs for private content. If you want to require
|
1436
1453
|
# signed URLs in requests for objects in the target origin that match
|
1437
|
-
# the PathPattern for this cache behavior, specify
|
1454
|
+
# the PathPattern for this cache behavior, specify `true` for
|
1438
1455
|
# Enabled, and specify the applicable values for Quantity and Items.
|
1439
1456
|
# For more information, go to Using a Signed URL to Serve Private
|
1440
1457
|
# Content in the Amazon CloudFront Developer Guide. If you don't want
|
1441
1458
|
# to require signed URLs in requests for objects that match
|
1442
|
-
# PathPattern, specify
|
1459
|
+
# PathPattern, specify `false` for Enabled and 0 for Quantity. Omit
|
1443
1460
|
# Items. To add, change, or remove one or more trusted signers,
|
1444
|
-
# change Enabled to
|
1461
|
+
# change Enabled to `true` (if it's currently `false` ), change
|
1445
1462
|
# Quantity as applicable, and specify all of the trusted signers that
|
1446
1463
|
# you want to include in the updated distribution.
|
1447
1464
|
# * `:enabled` - *required* - (Boolean) Specifies whether you want to
|
@@ -1467,6 +1484,7 @@ module AWS
|
|
1467
1484
|
# @return [Core::Response]
|
1468
1485
|
# The #data method of the response object returns
|
1469
1486
|
# a hash with the following structure:
|
1487
|
+
#
|
1470
1488
|
# * `:id` - (String)
|
1471
1489
|
# * `:status` - (String)
|
1472
1490
|
# * `:last_modified_time` - (Time)
|