aws-sdk-core 2.0.23 → 2.0.24
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/apis/ElastiCache.api.json +249 -2
- data/apis/IAM.api.json +2026 -112
- data/apis/IAM.resources.json +1 -1
- data/apis/Route53Domains.api.json +128 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xml/builder.rb +12 -1
- metadata +3 -3
data/apis/IAM.resources.json
CHANGED
@@ -30,6 +30,27 @@
|
|
30
30
|
}
|
31
31
|
]
|
32
32
|
},
|
33
|
+
"DeleteTagsForDomain":{
|
34
|
+
"name":"DeleteTagsForDomain",
|
35
|
+
"http":{
|
36
|
+
"method":"POST",
|
37
|
+
"requestUri":"/"
|
38
|
+
},
|
39
|
+
"input":{"shape":"DeleteTagsForDomainRequest"},
|
40
|
+
"output":{"shape":"DeleteTagsForDomainResponse"},
|
41
|
+
"errors":[
|
42
|
+
{
|
43
|
+
"shape":"InvalidInput",
|
44
|
+
"error":{"httpStatusCode":400},
|
45
|
+
"exception":true
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"shape":"OperationLimitExceeded",
|
49
|
+
"error":{"httpStatusCode":400},
|
50
|
+
"exception":true
|
51
|
+
}
|
52
|
+
]
|
53
|
+
},
|
33
54
|
"DisableDomainAutoRenew":{
|
34
55
|
"name":"DisableDomainAutoRenew",
|
35
56
|
"http":{
|
@@ -188,6 +209,27 @@
|
|
188
209
|
}
|
189
210
|
]
|
190
211
|
},
|
212
|
+
"ListTagsForDomain":{
|
213
|
+
"name":"ListTagsForDomain",
|
214
|
+
"http":{
|
215
|
+
"method":"POST",
|
216
|
+
"requestUri":"/"
|
217
|
+
},
|
218
|
+
"input":{"shape":"ListTagsForDomainRequest"},
|
219
|
+
"output":{"shape":"ListTagsForDomainResponse"},
|
220
|
+
"errors":[
|
221
|
+
{
|
222
|
+
"shape":"InvalidInput",
|
223
|
+
"error":{"httpStatusCode":400},
|
224
|
+
"exception":true
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"shape":"OperationLimitExceeded",
|
228
|
+
"error":{"httpStatusCode":400},
|
229
|
+
"exception":true
|
230
|
+
}
|
231
|
+
]
|
232
|
+
},
|
191
233
|
"RegisterDomain":{
|
192
234
|
"name":"RegisterDomain",
|
193
235
|
"http":{
|
@@ -378,6 +420,27 @@
|
|
378
420
|
"exception":true
|
379
421
|
}
|
380
422
|
]
|
423
|
+
},
|
424
|
+
"UpdateTagsForDomain":{
|
425
|
+
"name":"UpdateTagsForDomain",
|
426
|
+
"http":{
|
427
|
+
"method":"POST",
|
428
|
+
"requestUri":"/"
|
429
|
+
},
|
430
|
+
"input":{"shape":"UpdateTagsForDomainRequest"},
|
431
|
+
"output":{"shape":"UpdateTagsForDomainResponse"},
|
432
|
+
"errors":[
|
433
|
+
{
|
434
|
+
"shape":"InvalidInput",
|
435
|
+
"error":{"httpStatusCode":400},
|
436
|
+
"exception":true
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"shape":"OperationLimitExceeded",
|
440
|
+
"error":{"httpStatusCode":400},
|
441
|
+
"exception":true
|
442
|
+
}
|
443
|
+
]
|
381
444
|
}
|
382
445
|
},
|
383
446
|
"shapes":{
|
@@ -678,6 +741,22 @@
|
|
678
741
|
]
|
679
742
|
},
|
680
743
|
"DNSSec":{"type":"string"},
|
744
|
+
"DeleteTagsForDomainRequest":{
|
745
|
+
"type":"structure",
|
746
|
+
"required":[
|
747
|
+
"DomainName",
|
748
|
+
"TagsToDelete"
|
749
|
+
],
|
750
|
+
"members":{
|
751
|
+
"DomainName":{"shape":"DomainName"},
|
752
|
+
"TagsToDelete":{"shape":"TagKeyList"}
|
753
|
+
}
|
754
|
+
},
|
755
|
+
"DeleteTagsForDomainResponse":{
|
756
|
+
"type":"structure",
|
757
|
+
"members":{
|
758
|
+
}
|
759
|
+
},
|
681
760
|
"DisableDomainAutoRenewRequest":{
|
682
761
|
"type":"structure",
|
683
762
|
"required":["DomainName"],
|
@@ -825,6 +904,9 @@
|
|
825
904
|
"AU_ID_NUMBER",
|
826
905
|
"AU_ID_TYPE",
|
827
906
|
"CA_LEGAL_TYPE",
|
907
|
+
"ES_IDENTIFICATION",
|
908
|
+
"ES_IDENTIFICATION_TYPE",
|
909
|
+
"ES_LEGAL_FORM",
|
828
910
|
"FI_BUSINESS_NUMBER",
|
829
911
|
"FI_ID_NUMBER",
|
830
912
|
"IT_PIN",
|
@@ -838,6 +920,7 @@
|
|
838
920
|
"type":"string",
|
839
921
|
"max":2048
|
840
922
|
},
|
923
|
+
"FIAuthKey":{"type":"string"},
|
841
924
|
"GetDomainDetailRequest":{
|
842
925
|
"type":"structure",
|
843
926
|
"required":["DomainName"],
|
@@ -951,6 +1034,20 @@
|
|
951
1034
|
"NextPageMarker":{"shape":"PageMarker"}
|
952
1035
|
}
|
953
1036
|
},
|
1037
|
+
"ListTagsForDomainRequest":{
|
1038
|
+
"type":"structure",
|
1039
|
+
"required":["DomainName"],
|
1040
|
+
"members":{
|
1041
|
+
"DomainName":{"shape":"DomainName"}
|
1042
|
+
}
|
1043
|
+
},
|
1044
|
+
"ListTagsForDomainResponse":{
|
1045
|
+
"type":"structure",
|
1046
|
+
"required":["TagList"],
|
1047
|
+
"members":{
|
1048
|
+
"TagList":{"shape":"TagList"}
|
1049
|
+
}
|
1050
|
+
},
|
954
1051
|
"Nameserver":{
|
955
1052
|
"type":"structure",
|
956
1053
|
"required":["Name"],
|
@@ -1084,13 +1181,29 @@
|
|
1084
1181
|
"error":{"httpStatusCode":400},
|
1085
1182
|
"exception":true
|
1086
1183
|
},
|
1184
|
+
"Tag":{
|
1185
|
+
"type":"structure",
|
1186
|
+
"members":{
|
1187
|
+
"Key":{"shape":"TagKey"},
|
1188
|
+
"Value":{"shape":"TagValue"}
|
1189
|
+
}
|
1190
|
+
},
|
1191
|
+
"TagKey":{"type":"string"},
|
1192
|
+
"TagKeyList":{
|
1193
|
+
"type":"list",
|
1194
|
+
"member":{"shape":"TagKey"}
|
1195
|
+
},
|
1196
|
+
"TagList":{
|
1197
|
+
"type":"list",
|
1198
|
+
"member":{"shape":"Tag"}
|
1199
|
+
},
|
1200
|
+
"TagValue":{"type":"string"},
|
1087
1201
|
"Timestamp":{"type":"timestamp"},
|
1088
1202
|
"TransferDomainRequest":{
|
1089
1203
|
"type":"structure",
|
1090
1204
|
"required":[
|
1091
1205
|
"DomainName",
|
1092
1206
|
"DurationInYears",
|
1093
|
-
"Nameservers",
|
1094
1207
|
"AdminContact",
|
1095
1208
|
"RegistrantContact",
|
1096
1209
|
"TechContact"
|
@@ -1167,6 +1280,7 @@
|
|
1167
1280
|
],
|
1168
1281
|
"members":{
|
1169
1282
|
"DomainName":{"shape":"DomainName"},
|
1283
|
+
"FIAuthKey":{"shape":"FIAuthKey"},
|
1170
1284
|
"Nameservers":{"shape":"NameserverList"}
|
1171
1285
|
}
|
1172
1286
|
},
|
@@ -1177,6 +1291,19 @@
|
|
1177
1291
|
"OperationId":{"shape":"OperationId"}
|
1178
1292
|
}
|
1179
1293
|
},
|
1294
|
+
"UpdateTagsForDomainRequest":{
|
1295
|
+
"type":"structure",
|
1296
|
+
"required":["DomainName"],
|
1297
|
+
"members":{
|
1298
|
+
"DomainName":{"shape":"DomainName"},
|
1299
|
+
"TagsToUpdate":{"shape":"TagList"}
|
1300
|
+
}
|
1301
|
+
},
|
1302
|
+
"UpdateTagsForDomainResponse":{
|
1303
|
+
"type":"structure",
|
1304
|
+
"members":{
|
1305
|
+
}
|
1306
|
+
},
|
1180
1307
|
"ZipCode":{
|
1181
1308
|
"type":"string",
|
1182
1309
|
"max":255
|
data/lib/aws-sdk-core/version.rb
CHANGED
@@ -61,13 +61,24 @@ module Aws
|
|
61
61
|
end
|
62
62
|
end
|
63
63
|
|
64
|
+
def map(name, shape, hash)
|
65
|
+
node(name, shape) do
|
66
|
+
hash.each do |key, value|
|
67
|
+
node('entry', shape) do
|
68
|
+
member(shape.key.location_name || 'key', shape.key, key)
|
69
|
+
member(shape.value.location_name || 'value', shape.value, value)
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
74
|
+
|
64
75
|
def member(name, shape, value)
|
65
76
|
case shape.type
|
66
77
|
when 'structure' then structure(name, shape, value)
|
67
78
|
when 'list' then list(name, shape, value)
|
68
79
|
when 'timestamp' then node(name, shape, shape.format_time(value, 'iso8601'))
|
69
80
|
when 'blob' then node(name, shape, Base64.strict_encode64(value.read))
|
70
|
-
when 'map' then
|
81
|
+
when 'map' then map(name, shape, value)
|
71
82
|
else
|
72
83
|
node(name, shape, value.to_s)
|
73
84
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: multi_json
|
@@ -373,7 +373,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
373
373
|
version: '0'
|
374
374
|
requirements: []
|
375
375
|
rubyforge_project:
|
376
|
-
rubygems_version: 2.
|
376
|
+
rubygems_version: 2.4.5
|
377
377
|
signing_key:
|
378
378
|
specification_version: 4
|
379
379
|
summary: AWS SDK for Ruby - Core
|