aws-sdk 1.9.1 → 1.9.2

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.
@@ -1,380 +0,0 @@
1
- # Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License"). You
4
- # may not use this file except in compliance with the License. A copy of
5
- # the License is located at
6
- #
7
- # http://aws.amazon.com/apache2.0/
8
- #
9
- # or in the "license" file accompanying this file. This file is
10
- # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
- # ANY KIND, either express or implied. See the License for the specific
12
- # language governing permissions and limitations under the License.
13
-
14
- ---
15
- :api_version: '2012-02-29'
16
- :namespace: https://route53.amazonaws.com/doc/2012-02-29/
17
- :operations:
18
- - :name: ChangeResourceRecordSets
19
- :method: :change_resource_record_sets
20
- :http:
21
- :verb: POST
22
- :uri: /2012-02-29/hostedzone/:hosted_zone_id/rrset/
23
- :inputs:
24
- :hosted_zone_id:
25
- :type: :string
26
- :required: true
27
- :position: 0
28
- :lstrip: /hostedzone/
29
- :change_batch:
30
- :name: ChangeBatch
31
- :type: :hash
32
- :required: true
33
- :position: 1
34
- :members:
35
- :comment:
36
- :name: Comment
37
- :type: :string
38
- :position: 0
39
- :changes:
40
- :name: Changes
41
- :type: :array
42
- :required: true
43
- :position: 1
44
- :members:
45
- :name: Change
46
- :type: :hash
47
- :members:
48
- :action:
49
- :name: Action
50
- :type: :string
51
- :required: true
52
- :position: 0
53
- :resource_record_set:
54
- :name: ResourceRecordSet
55
- :type: :hash
56
- :required: true
57
- :position: 1
58
- :members:
59
- :name:
60
- :name: Name
61
- :type: :string
62
- :required: true
63
- :position: 0
64
- :type:
65
- :name: Type
66
- :type: :string
67
- :required: true
68
- :position: 1
69
- :set_identifier:
70
- :name: SetIdentifier
71
- :type: :string
72
- :position: 2
73
- :weight:
74
- :name: Weight
75
- :type: :integer
76
- :position: 3
77
- :region:
78
- :name: Region
79
- :type: :string
80
- :position: 4
81
- :ttl:
82
- :name: TTL
83
- :type: :integer
84
- :position: 5
85
- :resource_records:
86
- :name: ResourceRecords
87
- :type: :array
88
- :position: 6
89
- :members:
90
- :name: ResourceRecord
91
- :type: :hash
92
- :members:
93
- :value:
94
- :name: Value
95
- :type: :string
96
- :required: true
97
- :position: 0
98
- :alias_target:
99
- :name: AliasTarget
100
- :type: :hash
101
- :position: 7
102
- :members:
103
- :hosted_zone_id:
104
- :name: HostedZoneId
105
- :type: :string
106
- :required: true
107
- :position: 0
108
- :lstrip: /hostedzone/
109
- :dns_name:
110
- :name: DNSName
111
- :type: :string
112
- :required: true
113
- :position: 1
114
- :outputs:
115
- :children:
116
- ChangeInfo:
117
- :children:
118
- Id:
119
- :type: :string
120
- Status:
121
- :type: :string
122
- SubmittedAt:
123
- :type: :time
124
- Comment:
125
- :type: :string
126
- - :name: CreateHostedZone
127
- :method: :create_hosted_zone
128
- :http:
129
- :verb: POST
130
- :uri: /2012-02-29/hostedzone
131
- :response_code: 201
132
- :response_headers:
133
- :location: Location
134
- :inputs:
135
- :name:
136
- :name: Name
137
- :type: :string
138
- :required: true
139
- :position: 0
140
- :caller_reference:
141
- :name: CallerReference
142
- :type: :string
143
- :required: true
144
- :position: 1
145
- :hosted_zone_config:
146
- :name: HostedZoneConfig
147
- :type: :hash
148
- :position: 2
149
- :members:
150
- :comment:
151
- :name: Comment
152
- :type: :string
153
- :position: 0
154
- :outputs:
155
- :children:
156
- HostedZone:
157
- :children:
158
- Id:
159
- :type: :string
160
- Name:
161
- :type: :string
162
- CallerReference:
163
- :type: :string
164
- Config:
165
- :children:
166
- Comment:
167
- :type: :string
168
- ResourceRecordSetCount:
169
- :type: :integer
170
- ChangeInfo:
171
- :children:
172
- Id:
173
- :type: :string
174
- Status:
175
- :type: :string
176
- SubmittedAt:
177
- :type: :time
178
- Comment:
179
- :type: :string
180
- DelegationSet:
181
- :children:
182
- NameServers:
183
- :ignore: true
184
- :children:
185
- NameServer:
186
- :rename: :name_servers
187
- :list: true
188
- :type: :string
189
- - :name: DeleteHostedZone
190
- :method: :delete_hosted_zone
191
- :http:
192
- :verb: DELETE
193
- :uri: /2012-02-29/hostedzone/:id
194
- :inputs:
195
- :id:
196
- :type: :string
197
- :required: true
198
- :position: 0
199
- :lstrip: /hostedzone/
200
- :outputs:
201
- :children:
202
- ChangeInfo:
203
- :children:
204
- Id:
205
- :type: :string
206
- Status:
207
- :type: :string
208
- SubmittedAt:
209
- :type: :time
210
- Comment:
211
- :type: :string
212
- - :name: GetChange
213
- :method: :get_change
214
- :http:
215
- :verb: GET
216
- :uri: /2012-02-29/change/:id
217
- :inputs:
218
- :id:
219
- :type: :string
220
- :required: true
221
- :position: 0
222
- :lstrip: /change/
223
- :outputs:
224
- :children:
225
- ChangeInfo:
226
- :children:
227
- Id:
228
- :type: :string
229
- Status:
230
- :type: :string
231
- SubmittedAt:
232
- :type: :time
233
- Comment:
234
- :type: :string
235
- - :name: GetHostedZone
236
- :method: :get_hosted_zone
237
- :http:
238
- :verb: GET
239
- :uri: /2012-02-29/hostedzone/:id
240
- :inputs:
241
- :id:
242
- :type: :string
243
- :required: true
244
- :position: 0
245
- :lstrip: /hostedzone/
246
- :outputs:
247
- :children:
248
- HostedZone:
249
- :children:
250
- Id:
251
- :type: :string
252
- Name:
253
- :type: :string
254
- CallerReference:
255
- :type: :string
256
- Config:
257
- :children:
258
- Comment:
259
- :type: :string
260
- ResourceRecordSetCount:
261
- :type: :integer
262
- DelegationSet:
263
- :children:
264
- NameServers:
265
- :ignore: true
266
- :children:
267
- NameServer:
268
- :rename: :name_servers
269
- :list: true
270
- :type: :string
271
- - :name: ListHostedZones
272
- :method: :list_hosted_zones
273
- :http:
274
- :verb: GET
275
- :uri: /2012-02-29/hostedzone?marker=:marker&maxitems=:max_items
276
- :inputs:
277
- :marker:
278
- :type: :string
279
- :position: 0
280
- :max_items:
281
- :type: :integer
282
- :position: 1
283
- :outputs:
284
- :children:
285
- HostedZones:
286
- :ignore: true
287
- :children:
288
- HostedZone:
289
- :rename: :hosted_zones
290
- :list: true
291
- :children:
292
- Id:
293
- :type: :string
294
- Name:
295
- :type: :string
296
- CallerReference:
297
- :type: :string
298
- Config:
299
- :children:
300
- Comment:
301
- :type: :string
302
- ResourceRecordSetCount:
303
- :type: :integer
304
- Marker:
305
- :type: :string
306
- IsTruncated:
307
- :type: :boolean
308
- NextMarker:
309
- :type: :string
310
- MaxItems:
311
- :type: :integer
312
- - :name: ListResourceRecordSets
313
- :method: :list_resource_record_sets
314
- :http:
315
- :verb: GET
316
- :uri: /2012-02-29/hostedzone/:hosted_zone_id/rrset?type=:start_record_type&name=:start_record_name&identifier=:start_record_identifier&maxitems=:max_items
317
- :inputs:
318
- :hosted_zone_id:
319
- :type: :string
320
- :required: true
321
- :position: 0
322
- :lstrip: /hostedzone/
323
- :start_record_name:
324
- :type: :string
325
- :position: 1
326
- :start_record_type:
327
- :type: :string
328
- :position: 2
329
- :start_record_identifier:
330
- :type: :string
331
- :position: 3
332
- :max_items:
333
- :type: :integer
334
- :position: 4
335
- :outputs:
336
- :children:
337
- ResourceRecordSets:
338
- :ignore: true
339
- :children:
340
- ResourceRecordSet:
341
- :rename: :resource_record_sets
342
- :list: true
343
- :children:
344
- Name:
345
- :type: :string
346
- Type:
347
- :type: :string
348
- SetIdentifier:
349
- :type: :string
350
- Weight:
351
- :type: :integer
352
- Region:
353
- :type: :string
354
- TTL:
355
- :type: :integer
356
- ResourceRecords:
357
- :ignore: true
358
- :children:
359
- ResourceRecord:
360
- :rename: :resource_records
361
- :list: true
362
- :children:
363
- Value:
364
- :type: :string
365
- AliasTarget:
366
- :children:
367
- HostedZoneId:
368
- :type: :string
369
- DNSName:
370
- :type: :string
371
- IsTruncated:
372
- :type: :boolean
373
- NextRecordName:
374
- :type: :string
375
- NextRecordType:
376
- :type: :string
377
- NextRecordIdentifier:
378
- :type: :string
379
- MaxItems:
380
- :type: :integer