aws-sdk-v1 1.57.0 → 1.58.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/endpoints.json +180 -13
- data/lib/aws/api_config/CloudFront-2014-11-06.yml +3560 -0
- data/lib/aws/api_config/EC2-2014-09-01.yml +4826 -0
- data/lib/aws/api_config/ELB-2012-06-01.yml +19 -0
- data/lib/aws/api_config/Route53-2013-04-01.yml +280 -76
- data/lib/aws/cloud_front/client.rb +5 -1
- data/lib/aws/ec2/client.rb +6 -2
- data/lib/aws/route_53/hosted_zone.rb +25 -0
- data/lib/aws/version.rb +1 -1
- metadata +4 -2
@@ -357,6 +357,12 @@
|
|
357
357
|
:children:
|
358
358
|
IdleTimeout:
|
359
359
|
:type: :integer
|
360
|
+
AdditionalAttributes:
|
361
|
+
:ignore: true
|
362
|
+
:children:
|
363
|
+
member:
|
364
|
+
:rename: :additional_attributes
|
365
|
+
:list: true
|
360
366
|
- :name: DescribeLoadBalancerPolicies
|
361
367
|
:method: :describe_load_balancer_policies
|
362
368
|
:inputs:
|
@@ -646,6 +652,13 @@
|
|
646
652
|
IdleTimeout:
|
647
653
|
- :integer
|
648
654
|
- :required
|
655
|
+
AdditionalAttributes:
|
656
|
+
- :membered_list:
|
657
|
+
- :structure:
|
658
|
+
Key:
|
659
|
+
- :string
|
660
|
+
Value:
|
661
|
+
- :string
|
649
662
|
- :required
|
650
663
|
:outputs:
|
651
664
|
:children:
|
@@ -674,6 +687,12 @@
|
|
674
687
|
:children:
|
675
688
|
IdleTimeout:
|
676
689
|
:type: :integer
|
690
|
+
AdditionalAttributes:
|
691
|
+
:ignore: true
|
692
|
+
:children:
|
693
|
+
member:
|
694
|
+
:rename: :additional_attributes
|
695
|
+
:list: true
|
677
696
|
- :name: RegisterInstancesWithLoadBalancer
|
678
697
|
:method: :register_instances_with_load_balancer
|
679
698
|
:inputs:
|
@@ -15,6 +15,42 @@
|
|
15
15
|
:api_version: '2013-04-01'
|
16
16
|
:namespace: https://route53.amazonaws.com/doc/2013-04-01/
|
17
17
|
:operations:
|
18
|
+
- :name: AssociateVPCWithHostedZone
|
19
|
+
:method: :associate_vpc_with_hosted_zone
|
20
|
+
:http:
|
21
|
+
:verb: POST
|
22
|
+
:uri: /2013-04-01/hostedzone/:hosted_zone_id/associatevpc
|
23
|
+
:inputs:
|
24
|
+
:hosted_zone_id:
|
25
|
+
:type: :string
|
26
|
+
:required: true
|
27
|
+
:lstrip: /hostedzone/
|
28
|
+
:vpc:
|
29
|
+
:name: VPC
|
30
|
+
:type: :hash
|
31
|
+
:required: true
|
32
|
+
:members:
|
33
|
+
:vpc_region:
|
34
|
+
:name: VPCRegion
|
35
|
+
:type: :string
|
36
|
+
:vpc_id:
|
37
|
+
:name: VPCId
|
38
|
+
:type: :string
|
39
|
+
:comment:
|
40
|
+
:name: Comment
|
41
|
+
:type: :string
|
42
|
+
:outputs:
|
43
|
+
:children:
|
44
|
+
ChangeInfo:
|
45
|
+
:children:
|
46
|
+
Id:
|
47
|
+
:type: :string
|
48
|
+
Status:
|
49
|
+
:type: :string
|
50
|
+
SubmittedAt:
|
51
|
+
:type: :time
|
52
|
+
Comment:
|
53
|
+
:type: :string
|
18
54
|
- :name: ChangeResourceRecordSets
|
19
55
|
:method: :change_resource_record_sets
|
20
56
|
:http:
|
@@ -24,23 +60,19 @@
|
|
24
60
|
:hosted_zone_id:
|
25
61
|
:type: :string
|
26
62
|
:required: true
|
27
|
-
:position: 0
|
28
63
|
:lstrip: /hostedzone/
|
29
64
|
:change_batch:
|
30
65
|
:name: ChangeBatch
|
31
66
|
:type: :hash
|
32
67
|
:required: true
|
33
|
-
:position: 1
|
34
68
|
:members:
|
35
69
|
:comment:
|
36
70
|
:name: Comment
|
37
71
|
:type: :string
|
38
|
-
:position: 0
|
39
72
|
:changes:
|
40
73
|
:name: Changes
|
41
74
|
:type: :array
|
42
75
|
:required: true
|
43
|
-
:position: 1
|
44
76
|
:members:
|
45
77
|
:name: Change
|
46
78
|
:type: :hash
|
@@ -49,64 +81,50 @@
|
|
49
81
|
:name: Action
|
50
82
|
:type: :string
|
51
83
|
:required: true
|
52
|
-
:position: 0
|
53
84
|
:resource_record_set:
|
54
85
|
:name: ResourceRecordSet
|
55
86
|
:type: :hash
|
56
87
|
:required: true
|
57
|
-
:position: 1
|
58
88
|
:members:
|
59
89
|
:name:
|
60
90
|
:name: Name
|
61
91
|
:type: :string
|
62
92
|
:required: true
|
63
|
-
:position: 0
|
64
93
|
:type:
|
65
94
|
:name: Type
|
66
95
|
:type: :string
|
67
96
|
:required: true
|
68
|
-
:position: 1
|
69
97
|
:set_identifier:
|
70
98
|
:name: SetIdentifier
|
71
99
|
:type: :string
|
72
|
-
:position: 2
|
73
100
|
:weight:
|
74
101
|
:name: Weight
|
75
102
|
:type: :integer
|
76
|
-
:position: 3
|
77
103
|
:region:
|
78
104
|
:name: Region
|
79
105
|
:type: :string
|
80
|
-
:position: 4
|
81
106
|
:geo_location:
|
82
107
|
:name: GeoLocation
|
83
108
|
:type: :hash
|
84
|
-
:position: 5
|
85
109
|
:members:
|
86
110
|
:continent_code:
|
87
111
|
:name: ContinentCode
|
88
112
|
:type: :string
|
89
|
-
:position: 0
|
90
113
|
:country_code:
|
91
114
|
:name: CountryCode
|
92
115
|
:type: :string
|
93
|
-
:position: 1
|
94
116
|
:subdivision_code:
|
95
117
|
:name: SubdivisionCode
|
96
118
|
:type: :string
|
97
|
-
:position: 2
|
98
119
|
:failover:
|
99
120
|
:name: Failover
|
100
121
|
:type: :string
|
101
|
-
:position: 6
|
102
122
|
:ttl:
|
103
123
|
:name: TTL
|
104
124
|
:type: :integer
|
105
|
-
:position: 7
|
106
125
|
:resource_records:
|
107
126
|
:name: ResourceRecords
|
108
127
|
:type: :array
|
109
|
-
:position: 8
|
110
128
|
:members:
|
111
129
|
:name: ResourceRecord
|
112
130
|
:type: :hash
|
@@ -115,32 +133,26 @@
|
|
115
133
|
:name: Value
|
116
134
|
:type: :string
|
117
135
|
:required: true
|
118
|
-
:position: 0
|
119
136
|
:alias_target:
|
120
137
|
:name: AliasTarget
|
121
138
|
:type: :hash
|
122
|
-
:position: 9
|
123
139
|
:members:
|
124
140
|
:hosted_zone_id:
|
125
141
|
:name: HostedZoneId
|
126
142
|
:type: :string
|
127
143
|
:required: true
|
128
|
-
:position: 0
|
129
144
|
:lstrip: /hostedzone/
|
130
145
|
:dns_name:
|
131
146
|
:name: DNSName
|
132
147
|
:type: :string
|
133
148
|
:required: true
|
134
|
-
:position: 1
|
135
149
|
:evaluate_target_health:
|
136
150
|
:name: EvaluateTargetHealth
|
137
151
|
:type: :boolean
|
138
152
|
:required: true
|
139
|
-
:position: 2
|
140
153
|
:health_check_id:
|
141
154
|
:name: HealthCheckId
|
142
155
|
:type: :string
|
143
|
-
:position: 10
|
144
156
|
:outputs:
|
145
157
|
:children:
|
146
158
|
ChangeInfo:
|
@@ -162,15 +174,12 @@
|
|
162
174
|
:resource_type:
|
163
175
|
:type: :string
|
164
176
|
:required: true
|
165
|
-
:position: 0
|
166
177
|
:resource_id:
|
167
178
|
:type: :string
|
168
179
|
:required: true
|
169
|
-
:position: 1
|
170
180
|
:add_tags:
|
171
181
|
:name: AddTags
|
172
182
|
:type: :array
|
173
|
-
:position: 2
|
174
183
|
:members:
|
175
184
|
:name: Tag
|
176
185
|
:type: :hash
|
@@ -184,7 +193,6 @@
|
|
184
193
|
:remove_tag_keys:
|
185
194
|
:name: RemoveTagKeys
|
186
195
|
:type: :array
|
187
|
-
:position: 3
|
188
196
|
:members:
|
189
197
|
:name: Key
|
190
198
|
:type: :string
|
@@ -202,46 +210,36 @@
|
|
202
210
|
:name: CallerReference
|
203
211
|
:type: :string
|
204
212
|
:required: true
|
205
|
-
:position: 0
|
206
213
|
:health_check_config:
|
207
214
|
:name: HealthCheckConfig
|
208
215
|
:type: :hash
|
209
216
|
:required: true
|
210
|
-
:position: 1
|
211
217
|
:members:
|
212
218
|
:ip_address:
|
213
219
|
:name: IPAddress
|
214
220
|
:type: :string
|
215
|
-
:position: 0
|
216
221
|
:port:
|
217
222
|
:name: Port
|
218
223
|
:type: :integer
|
219
|
-
:position: 1
|
220
224
|
:type:
|
221
225
|
:name: Type
|
222
226
|
:type: :string
|
223
227
|
:required: true
|
224
|
-
:position: 2
|
225
228
|
:resource_path:
|
226
229
|
:name: ResourcePath
|
227
230
|
:type: :string
|
228
|
-
:position: 3
|
229
231
|
:fully_qualified_domain_name:
|
230
232
|
:name: FullyQualifiedDomainName
|
231
233
|
:type: :string
|
232
|
-
:position: 4
|
233
234
|
:search_string:
|
234
235
|
:name: SearchString
|
235
236
|
:type: :string
|
236
|
-
:position: 5
|
237
237
|
:request_interval:
|
238
238
|
:name: RequestInterval
|
239
239
|
:type: :integer
|
240
|
-
:position: 6
|
241
240
|
:failure_threshold:
|
242
241
|
:name: FailureThreshold
|
243
242
|
:type: :integer
|
244
|
-
:position: 7
|
245
243
|
:outputs:
|
246
244
|
:children:
|
247
245
|
HealthCheck:
|
@@ -283,21 +281,33 @@
|
|
283
281
|
:name: Name
|
284
282
|
:type: :string
|
285
283
|
:required: true
|
286
|
-
|
284
|
+
:vpc:
|
285
|
+
:name: VPC
|
286
|
+
:type: :hash
|
287
|
+
:members:
|
288
|
+
:vpc_region:
|
289
|
+
:name: VPCRegion
|
290
|
+
:type: :string
|
291
|
+
:vpc_id:
|
292
|
+
:name: VPCId
|
293
|
+
:type: :string
|
287
294
|
:caller_reference:
|
288
295
|
:name: CallerReference
|
289
296
|
:type: :string
|
290
297
|
:required: true
|
291
|
-
:position: 1
|
292
298
|
:hosted_zone_config:
|
293
299
|
:name: HostedZoneConfig
|
294
300
|
:type: :hash
|
295
|
-
:position: 2
|
296
301
|
:members:
|
297
302
|
:comment:
|
298
303
|
:name: Comment
|
299
304
|
:type: :string
|
300
|
-
|
305
|
+
:private_zone:
|
306
|
+
:name: PrivateZone
|
307
|
+
:type: :boolean
|
308
|
+
:delegation_set_id:
|
309
|
+
:name: DelegationSetId
|
310
|
+
:type: :string
|
301
311
|
:outputs:
|
302
312
|
:children:
|
303
313
|
HostedZone:
|
@@ -312,6 +322,8 @@
|
|
312
322
|
:children:
|
313
323
|
Comment:
|
314
324
|
:type: :string
|
325
|
+
PrivateZone:
|
326
|
+
:type: :boolean
|
315
327
|
ResourceRecordSetCount:
|
316
328
|
:type: :integer
|
317
329
|
ChangeInfo:
|
@@ -326,6 +338,48 @@
|
|
326
338
|
:type: :string
|
327
339
|
DelegationSet:
|
328
340
|
:children:
|
341
|
+
Id:
|
342
|
+
:type: :string
|
343
|
+
CallerReference:
|
344
|
+
:type: :string
|
345
|
+
NameServers:
|
346
|
+
:ignore: true
|
347
|
+
:children:
|
348
|
+
NameServer:
|
349
|
+
:rename: :name_servers
|
350
|
+
:list: true
|
351
|
+
:type: :string
|
352
|
+
VPC:
|
353
|
+
:children:
|
354
|
+
VPCRegion:
|
355
|
+
:type: :string
|
356
|
+
VPCId:
|
357
|
+
:type: :string
|
358
|
+
- :name: CreateReusableDelegationSet
|
359
|
+
:method: :create_reusable_delegation_set
|
360
|
+
:http:
|
361
|
+
:verb: POST
|
362
|
+
:uri: /2013-04-01/delegationset
|
363
|
+
:response_code: 201
|
364
|
+
:response_headers:
|
365
|
+
:location: Location
|
366
|
+
:inputs:
|
367
|
+
:caller_reference:
|
368
|
+
:name: CallerReference
|
369
|
+
:type: :string
|
370
|
+
:required: true
|
371
|
+
:hosted_zone_id:
|
372
|
+
:name: HostedZoneId
|
373
|
+
:type: :string
|
374
|
+
:lstrip: /hostedzone/
|
375
|
+
:outputs:
|
376
|
+
:children:
|
377
|
+
DelegationSet:
|
378
|
+
:children:
|
379
|
+
Id:
|
380
|
+
:type: :string
|
381
|
+
CallerReference:
|
382
|
+
:type: :string
|
329
383
|
NameServers:
|
330
384
|
:ignore: true
|
331
385
|
:children:
|
@@ -342,7 +396,6 @@
|
|
342
396
|
:health_check_id:
|
343
397
|
:type: :string
|
344
398
|
:required: true
|
345
|
-
:position: 0
|
346
399
|
:outputs: {}
|
347
400
|
- :name: DeleteHostedZone
|
348
401
|
:method: :delete_hosted_zone
|
@@ -353,7 +406,6 @@
|
|
353
406
|
:id:
|
354
407
|
:type: :string
|
355
408
|
:required: true
|
356
|
-
:position: 0
|
357
409
|
:lstrip: /hostedzone/
|
358
410
|
:outputs:
|
359
411
|
:children:
|
@@ -367,6 +419,53 @@
|
|
367
419
|
:type: :time
|
368
420
|
Comment:
|
369
421
|
:type: :string
|
422
|
+
- :name: DeleteReusableDelegationSet
|
423
|
+
:method: :delete_reusable_delegation_set
|
424
|
+
:http:
|
425
|
+
:verb: DELETE
|
426
|
+
:uri: /2013-04-01/delegationset/:id
|
427
|
+
:inputs:
|
428
|
+
:id:
|
429
|
+
:type: :string
|
430
|
+
:required: true
|
431
|
+
:lstrip: /hostedzone/
|
432
|
+
:outputs: {}
|
433
|
+
- :name: DisassociateVPCFromHostedZone
|
434
|
+
:method: :disassociate_vpc_from_hosted_zone
|
435
|
+
:http:
|
436
|
+
:verb: POST
|
437
|
+
:uri: /2013-04-01/hostedzone/:hosted_zone_id/disassociatevpc
|
438
|
+
:inputs:
|
439
|
+
:hosted_zone_id:
|
440
|
+
:type: :string
|
441
|
+
:required: true
|
442
|
+
:lstrip: /hostedzone/
|
443
|
+
:vpc:
|
444
|
+
:name: VPC
|
445
|
+
:type: :hash
|
446
|
+
:required: true
|
447
|
+
:members:
|
448
|
+
:vpc_region:
|
449
|
+
:name: VPCRegion
|
450
|
+
:type: :string
|
451
|
+
:vpc_id:
|
452
|
+
:name: VPCId
|
453
|
+
:type: :string
|
454
|
+
:comment:
|
455
|
+
:name: Comment
|
456
|
+
:type: :string
|
457
|
+
:outputs:
|
458
|
+
:children:
|
459
|
+
ChangeInfo:
|
460
|
+
:children:
|
461
|
+
Id:
|
462
|
+
:type: :string
|
463
|
+
Status:
|
464
|
+
:type: :string
|
465
|
+
SubmittedAt:
|
466
|
+
:type: :time
|
467
|
+
Comment:
|
468
|
+
:type: :string
|
370
469
|
- :name: GetChange
|
371
470
|
:method: :get_change
|
372
471
|
:http:
|
@@ -376,7 +475,6 @@
|
|
376
475
|
:id:
|
377
476
|
:type: :string
|
378
477
|
:required: true
|
379
|
-
:position: 0
|
380
478
|
:lstrip: /change/
|
381
479
|
:outputs:
|
382
480
|
:children:
|
@@ -413,13 +511,10 @@
|
|
413
511
|
:inputs:
|
414
512
|
:continent_code:
|
415
513
|
:type: :string
|
416
|
-
:position: 0
|
417
514
|
:country_code:
|
418
515
|
:type: :string
|
419
|
-
:position: 1
|
420
516
|
:subdivision_code:
|
421
517
|
:type: :string
|
422
|
-
:position: 2
|
423
518
|
:outputs:
|
424
519
|
:children:
|
425
520
|
GeoLocationDetails:
|
@@ -445,7 +540,6 @@
|
|
445
540
|
:health_check_id:
|
446
541
|
:type: :string
|
447
542
|
:required: true
|
448
|
-
:position: 0
|
449
543
|
:outputs:
|
450
544
|
:children:
|
451
545
|
HealthCheck:
|
@@ -484,6 +578,58 @@
|
|
484
578
|
:children:
|
485
579
|
HealthCheckCount:
|
486
580
|
:type: :integer
|
581
|
+
- :name: GetHealthCheckLastFailureReason
|
582
|
+
:method: :get_health_check_last_failure_reason
|
583
|
+
:http:
|
584
|
+
:verb: GET
|
585
|
+
:uri: /2013-04-01/healthcheck/:health_check_id/lastfailurereason
|
586
|
+
:inputs:
|
587
|
+
:health_check_id:
|
588
|
+
:type: :string
|
589
|
+
:required: true
|
590
|
+
:outputs:
|
591
|
+
:children:
|
592
|
+
HealthCheckObservations:
|
593
|
+
:ignore: true
|
594
|
+
:children:
|
595
|
+
HealthCheckObservation:
|
596
|
+
:rename: :health_check_observations
|
597
|
+
:list: true
|
598
|
+
:children:
|
599
|
+
IPAddress:
|
600
|
+
:type: :string
|
601
|
+
StatusReport:
|
602
|
+
:children:
|
603
|
+
Status:
|
604
|
+
:type: :string
|
605
|
+
CheckedTime:
|
606
|
+
:type: :time
|
607
|
+
- :name: GetHealthCheckStatus
|
608
|
+
:method: :get_health_check_status
|
609
|
+
:http:
|
610
|
+
:verb: GET
|
611
|
+
:uri: /2013-04-01/healthcheck/:health_check_id/status
|
612
|
+
:inputs:
|
613
|
+
:health_check_id:
|
614
|
+
:type: :string
|
615
|
+
:required: true
|
616
|
+
:outputs:
|
617
|
+
:children:
|
618
|
+
HealthCheckObservations:
|
619
|
+
:ignore: true
|
620
|
+
:children:
|
621
|
+
HealthCheckObservation:
|
622
|
+
:rename: :health_check_observations
|
623
|
+
:list: true
|
624
|
+
:children:
|
625
|
+
IPAddress:
|
626
|
+
:type: :string
|
627
|
+
StatusReport:
|
628
|
+
:children:
|
629
|
+
Status:
|
630
|
+
:type: :string
|
631
|
+
CheckedTime:
|
632
|
+
:type: :time
|
487
633
|
- :name: GetHostedZone
|
488
634
|
:method: :get_hosted_zone
|
489
635
|
:http:
|
@@ -493,7 +639,6 @@
|
|
493
639
|
:id:
|
494
640
|
:type: :string
|
495
641
|
:required: true
|
496
|
-
:position: 0
|
497
642
|
:lstrip: /hostedzone/
|
498
643
|
:outputs:
|
499
644
|
:children:
|
@@ -509,10 +654,52 @@
|
|
509
654
|
:children:
|
510
655
|
Comment:
|
511
656
|
:type: :string
|
657
|
+
PrivateZone:
|
658
|
+
:type: :boolean
|
512
659
|
ResourceRecordSetCount:
|
513
660
|
:type: :integer
|
514
661
|
DelegationSet:
|
515
662
|
:children:
|
663
|
+
Id:
|
664
|
+
:type: :string
|
665
|
+
CallerReference:
|
666
|
+
:type: :string
|
667
|
+
NameServers:
|
668
|
+
:ignore: true
|
669
|
+
:children:
|
670
|
+
NameServer:
|
671
|
+
:rename: :name_servers
|
672
|
+
:list: true
|
673
|
+
:type: :string
|
674
|
+
VPCs:
|
675
|
+
:ignore: true
|
676
|
+
:children:
|
677
|
+
VPC:
|
678
|
+
:rename: :vp_cs
|
679
|
+
:list: true
|
680
|
+
:children:
|
681
|
+
VPCRegion:
|
682
|
+
:type: :string
|
683
|
+
VPCId:
|
684
|
+
:type: :string
|
685
|
+
- :name: GetReusableDelegationSet
|
686
|
+
:method: :get_reusable_delegation_set
|
687
|
+
:http:
|
688
|
+
:verb: GET
|
689
|
+
:uri: /2013-04-01/delegationset/:id
|
690
|
+
:inputs:
|
691
|
+
:id:
|
692
|
+
:type: :string
|
693
|
+
:required: true
|
694
|
+
:lstrip: /hostedzone/
|
695
|
+
:outputs:
|
696
|
+
:children:
|
697
|
+
DelegationSet:
|
698
|
+
:children:
|
699
|
+
Id:
|
700
|
+
:type: :string
|
701
|
+
CallerReference:
|
702
|
+
:type: :string
|
516
703
|
NameServers:
|
517
704
|
:ignore: true
|
518
705
|
:children:
|
@@ -528,16 +715,12 @@
|
|
528
715
|
:inputs:
|
529
716
|
:start_continent_code:
|
530
717
|
:type: :string
|
531
|
-
:position: 0
|
532
718
|
:start_country_code:
|
533
719
|
:type: :string
|
534
|
-
:position: 1
|
535
720
|
:start_subdivision_code:
|
536
721
|
:type: :string
|
537
|
-
:position: 2
|
538
722
|
:max_items:
|
539
723
|
:type: :integer
|
540
|
-
:position: 3
|
541
724
|
:outputs:
|
542
725
|
:children:
|
543
726
|
GeoLocationDetailsList:
|
@@ -577,10 +760,8 @@
|
|
577
760
|
:inputs:
|
578
761
|
:marker:
|
579
762
|
:type: :string
|
580
|
-
:position: 0
|
581
763
|
:max_items:
|
582
764
|
:type: :integer
|
583
|
-
:position: 1
|
584
765
|
:outputs:
|
585
766
|
:children:
|
586
767
|
HealthChecks:
|
@@ -626,14 +807,14 @@
|
|
626
807
|
:method: :list_hosted_zones
|
627
808
|
:http:
|
628
809
|
:verb: GET
|
629
|
-
:uri: /2013-04-01/hostedzone?marker=:marker&maxitems=:max_items
|
810
|
+
:uri: /2013-04-01/hostedzone?marker=:marker&maxitems=:max_items&delegationsetid=:delegation_set_id
|
630
811
|
:inputs:
|
631
812
|
:marker:
|
632
813
|
:type: :string
|
633
|
-
:position: 0
|
634
814
|
:max_items:
|
635
815
|
:type: :integer
|
636
|
-
|
816
|
+
:delegation_set_id:
|
817
|
+
:type: :string
|
637
818
|
:outputs:
|
638
819
|
:children:
|
639
820
|
HostedZones:
|
@@ -653,6 +834,8 @@
|
|
653
834
|
:children:
|
654
835
|
Comment:
|
655
836
|
:type: :string
|
837
|
+
PrivateZone:
|
838
|
+
:type: :boolean
|
656
839
|
ResourceRecordSetCount:
|
657
840
|
:type: :integer
|
658
841
|
Marker:
|
@@ -672,20 +855,15 @@
|
|
672
855
|
:hosted_zone_id:
|
673
856
|
:type: :string
|
674
857
|
:required: true
|
675
|
-
:position: 0
|
676
858
|
:lstrip: /hostedzone/
|
677
859
|
:start_record_name:
|
678
860
|
:type: :string
|
679
|
-
:position: 1
|
680
861
|
:start_record_type:
|
681
862
|
:type: :string
|
682
|
-
:position: 2
|
683
863
|
:start_record_identifier:
|
684
864
|
:type: :string
|
685
|
-
:position: 3
|
686
865
|
:max_items:
|
687
866
|
:type: :integer
|
688
|
-
:position: 4
|
689
867
|
:outputs:
|
690
868
|
:children:
|
691
869
|
ResourceRecordSets:
|
@@ -746,6 +924,44 @@
|
|
746
924
|
:type: :string
|
747
925
|
MaxItems:
|
748
926
|
:type: :integer
|
927
|
+
- :name: ListReusableDelegationSets
|
928
|
+
:method: :list_reusable_delegation_sets
|
929
|
+
:http:
|
930
|
+
:verb: GET
|
931
|
+
:uri: /2013-04-01/delegationset?marker=:marker&maxitems=:max_items
|
932
|
+
:inputs:
|
933
|
+
:marker:
|
934
|
+
:type: :string
|
935
|
+
:max_items:
|
936
|
+
:type: :integer
|
937
|
+
:outputs:
|
938
|
+
:children:
|
939
|
+
DelegationSets:
|
940
|
+
:ignore: true
|
941
|
+
:children:
|
942
|
+
DelegationSet:
|
943
|
+
:rename: :delegation_sets
|
944
|
+
:list: true
|
945
|
+
:children:
|
946
|
+
Id:
|
947
|
+
:type: :string
|
948
|
+
CallerReference:
|
949
|
+
:type: :string
|
950
|
+
NameServers:
|
951
|
+
:ignore: true
|
952
|
+
:children:
|
953
|
+
NameServer:
|
954
|
+
:rename: :name_servers
|
955
|
+
:list: true
|
956
|
+
:type: :string
|
957
|
+
Marker:
|
958
|
+
:type: :string
|
959
|
+
IsTruncated:
|
960
|
+
:type: :boolean
|
961
|
+
NextMarker:
|
962
|
+
:type: :string
|
963
|
+
MaxItems:
|
964
|
+
:type: :string
|
749
965
|
- :name: ListTagsForResource
|
750
966
|
:method: :list_tags_for_resource
|
751
967
|
:http:
|
@@ -755,11 +971,9 @@
|
|
755
971
|
:resource_type:
|
756
972
|
:type: :string
|
757
973
|
:required: true
|
758
|
-
:position: 0
|
759
974
|
:resource_id:
|
760
975
|
:type: :string
|
761
976
|
:required: true
|
762
|
-
:position: 1
|
763
977
|
:outputs:
|
764
978
|
:children:
|
765
979
|
ResourceTagSet:
|
@@ -788,12 +1002,10 @@
|
|
788
1002
|
:resource_type:
|
789
1003
|
:type: :string
|
790
1004
|
:required: true
|
791
|
-
:position: 0
|
792
1005
|
:resource_ids:
|
793
1006
|
:name: ResourceIds
|
794
1007
|
:type: :array
|
795
1008
|
:required: true
|
796
|
-
:position: 1
|
797
1009
|
:members:
|
798
1010
|
:name: ResourceId
|
799
1011
|
:type: :string
|
@@ -830,35 +1042,27 @@
|
|
830
1042
|
:health_check_id:
|
831
1043
|
:type: :string
|
832
1044
|
:required: true
|
833
|
-
:position: 0
|
834
1045
|
:health_check_version:
|
835
1046
|
:name: HealthCheckVersion
|
836
1047
|
:type: :integer
|
837
|
-
:position: 1
|
838
1048
|
:ip_address:
|
839
1049
|
:name: IPAddress
|
840
1050
|
:type: :string
|
841
|
-
:position: 2
|
842
1051
|
:port:
|
843
1052
|
:name: Port
|
844
1053
|
:type: :integer
|
845
|
-
:position: 3
|
846
1054
|
:resource_path:
|
847
1055
|
:name: ResourcePath
|
848
1056
|
:type: :string
|
849
|
-
:position: 4
|
850
1057
|
:fully_qualified_domain_name:
|
851
1058
|
:name: FullyQualifiedDomainName
|
852
1059
|
:type: :string
|
853
|
-
:position: 5
|
854
1060
|
:search_string:
|
855
1061
|
:name: SearchString
|
856
1062
|
:type: :string
|
857
|
-
:position: 6
|
858
1063
|
:failure_threshold:
|
859
1064
|
:name: FailureThreshold
|
860
1065
|
:type: :integer
|
861
|
-
:position: 7
|
862
1066
|
:outputs:
|
863
1067
|
:children:
|
864
1068
|
HealthCheck:
|