aws-sdk-core 2.2.7 → 2.2.8
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/ecr/2015-09-21/api-2.json +848 -0
- data/apis/ecr/2015-09-21/examples-1.json +5 -0
- data/apis/ecs/2014-11-13/api-2.json +12 -2
- data/apis/elasticmapreduce/2009-03-31/api-2.json +35 -156
- data/apis/elasticmapreduce/2009-03-31/examples-1.json +5 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/ecr.rb +5 -0
- data/lib/aws-sdk-core/emr.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +6 -2
|
@@ -592,7 +592,8 @@
|
|
|
592
592
|
"loadBalancers":{"shape":"LoadBalancers"},
|
|
593
593
|
"desiredCount":{"shape":"BoxedInteger"},
|
|
594
594
|
"clientToken":{"shape":"String"},
|
|
595
|
-
"role":{"shape":"String"}
|
|
595
|
+
"role":{"shape":"String"},
|
|
596
|
+
"deploymentConfiguration":{"shape":"DeploymentConfiguration"}
|
|
596
597
|
}
|
|
597
598
|
},
|
|
598
599
|
"CreateServiceResponse":{
|
|
@@ -641,6 +642,13 @@
|
|
|
641
642
|
"updatedAt":{"shape":"Timestamp"}
|
|
642
643
|
}
|
|
643
644
|
},
|
|
645
|
+
"DeploymentConfiguration":{
|
|
646
|
+
"type":"structure",
|
|
647
|
+
"members":{
|
|
648
|
+
"maximumPercent":{"shape":"BoxedInteger"},
|
|
649
|
+
"minimumHealthyPercent":{"shape":"BoxedInteger"}
|
|
650
|
+
}
|
|
651
|
+
},
|
|
644
652
|
"Deployments":{
|
|
645
653
|
"type":"list",
|
|
646
654
|
"member":{"shape":"Deployment"}
|
|
@@ -1096,6 +1104,7 @@
|
|
|
1096
1104
|
"runningCount":{"shape":"Integer"},
|
|
1097
1105
|
"pendingCount":{"shape":"Integer"},
|
|
1098
1106
|
"taskDefinition":{"shape":"String"},
|
|
1107
|
+
"deploymentConfiguration":{"shape":"DeploymentConfiguration"},
|
|
1099
1108
|
"deployments":{"shape":"Deployments"},
|
|
1100
1109
|
"roleArn":{"shape":"String"},
|
|
1101
1110
|
"events":{"shape":"ServiceEvents"}
|
|
@@ -1329,7 +1338,8 @@
|
|
|
1329
1338
|
"cluster":{"shape":"String"},
|
|
1330
1339
|
"service":{"shape":"String"},
|
|
1331
1340
|
"desiredCount":{"shape":"BoxedInteger"},
|
|
1332
|
-
"taskDefinition":{"shape":"String"}
|
|
1341
|
+
"taskDefinition":{"shape":"String"},
|
|
1342
|
+
"deploymentConfiguration":{"shape":"DeploymentConfiguration"}
|
|
1333
1343
|
}
|
|
1334
1344
|
},
|
|
1335
1345
|
"UpdateServiceResponse":{
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
"apiVersion":"2009-03-31",
|
|
5
5
|
"endpointPrefix":"elasticmapreduce",
|
|
6
6
|
"jsonVersion":"1.1",
|
|
7
|
+
"protocol":"json",
|
|
7
8
|
"serviceAbbreviation":"Amazon EMR",
|
|
8
9
|
"serviceFullName":"Amazon Elastic MapReduce",
|
|
9
10
|
"signatureVersion":"v4",
|
|
10
11
|
"targetPrefix":"ElasticMapReduce",
|
|
11
|
-
"timestampFormat":"unixTimestamp"
|
|
12
|
-
"protocol":"json"
|
|
12
|
+
"timestampFormat":"unixTimestamp"
|
|
13
13
|
},
|
|
14
14
|
"operations":{
|
|
15
15
|
"AddInstanceGroups":{
|
|
@@ -21,14 +21,7 @@
|
|
|
21
21
|
"input":{"shape":"AddInstanceGroupsInput"},
|
|
22
22
|
"output":{"shape":"AddInstanceGroupsOutput"},
|
|
23
23
|
"errors":[
|
|
24
|
-
{
|
|
25
|
-
"shape":"InternalServerError",
|
|
26
|
-
"error":{
|
|
27
|
-
"code":"InternalFailure",
|
|
28
|
-
"httpStatusCode":500
|
|
29
|
-
},
|
|
30
|
-
"exception":true
|
|
31
|
-
}
|
|
24
|
+
{"shape":"InternalServerError"}
|
|
32
25
|
]
|
|
33
26
|
},
|
|
34
27
|
"AddJobFlowSteps":{
|
|
@@ -40,14 +33,7 @@
|
|
|
40
33
|
"input":{"shape":"AddJobFlowStepsInput"},
|
|
41
34
|
"output":{"shape":"AddJobFlowStepsOutput"},
|
|
42
35
|
"errors":[
|
|
43
|
-
{
|
|
44
|
-
"shape":"InternalServerError",
|
|
45
|
-
"error":{
|
|
46
|
-
"code":"InternalFailure",
|
|
47
|
-
"httpStatusCode":500
|
|
48
|
-
},
|
|
49
|
-
"exception":true
|
|
50
|
-
}
|
|
36
|
+
{"shape":"InternalServerError"}
|
|
51
37
|
]
|
|
52
38
|
},
|
|
53
39
|
"AddTags":{
|
|
@@ -59,15 +45,8 @@
|
|
|
59
45
|
"input":{"shape":"AddTagsInput"},
|
|
60
46
|
"output":{"shape":"AddTagsOutput"},
|
|
61
47
|
"errors":[
|
|
62
|
-
{
|
|
63
|
-
|
|
64
|
-
"exception":true,
|
|
65
|
-
"fault":true
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"shape":"InvalidRequestException",
|
|
69
|
-
"exception":true
|
|
70
|
-
}
|
|
48
|
+
{"shape":"InternalServerException"},
|
|
49
|
+
{"shape":"InvalidRequestException"}
|
|
71
50
|
]
|
|
72
51
|
},
|
|
73
52
|
"DescribeCluster":{
|
|
@@ -79,15 +58,8 @@
|
|
|
79
58
|
"input":{"shape":"DescribeClusterInput"},
|
|
80
59
|
"output":{"shape":"DescribeClusterOutput"},
|
|
81
60
|
"errors":[
|
|
82
|
-
{
|
|
83
|
-
|
|
84
|
-
"exception":true,
|
|
85
|
-
"fault":true
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"shape":"InvalidRequestException",
|
|
89
|
-
"exception":true
|
|
90
|
-
}
|
|
61
|
+
{"shape":"InternalServerException"},
|
|
62
|
+
{"shape":"InvalidRequestException"}
|
|
91
63
|
]
|
|
92
64
|
},
|
|
93
65
|
"DescribeJobFlows":{
|
|
@@ -99,14 +71,7 @@
|
|
|
99
71
|
"input":{"shape":"DescribeJobFlowsInput"},
|
|
100
72
|
"output":{"shape":"DescribeJobFlowsOutput"},
|
|
101
73
|
"errors":[
|
|
102
|
-
{
|
|
103
|
-
"shape":"InternalServerError",
|
|
104
|
-
"error":{
|
|
105
|
-
"code":"InternalFailure",
|
|
106
|
-
"httpStatusCode":500
|
|
107
|
-
},
|
|
108
|
-
"exception":true
|
|
109
|
-
}
|
|
74
|
+
{"shape":"InternalServerError"}
|
|
110
75
|
],
|
|
111
76
|
"deprecated":true
|
|
112
77
|
},
|
|
@@ -119,15 +84,8 @@
|
|
|
119
84
|
"input":{"shape":"DescribeStepInput"},
|
|
120
85
|
"output":{"shape":"DescribeStepOutput"},
|
|
121
86
|
"errors":[
|
|
122
|
-
{
|
|
123
|
-
|
|
124
|
-
"exception":true,
|
|
125
|
-
"fault":true
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"shape":"InvalidRequestException",
|
|
129
|
-
"exception":true
|
|
130
|
-
}
|
|
87
|
+
{"shape":"InternalServerException"},
|
|
88
|
+
{"shape":"InvalidRequestException"}
|
|
131
89
|
]
|
|
132
90
|
},
|
|
133
91
|
"ListBootstrapActions":{
|
|
@@ -139,15 +97,8 @@
|
|
|
139
97
|
"input":{"shape":"ListBootstrapActionsInput"},
|
|
140
98
|
"output":{"shape":"ListBootstrapActionsOutput"},
|
|
141
99
|
"errors":[
|
|
142
|
-
{
|
|
143
|
-
|
|
144
|
-
"exception":true,
|
|
145
|
-
"fault":true
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"shape":"InvalidRequestException",
|
|
149
|
-
"exception":true
|
|
150
|
-
}
|
|
100
|
+
{"shape":"InternalServerException"},
|
|
101
|
+
{"shape":"InvalidRequestException"}
|
|
151
102
|
]
|
|
152
103
|
},
|
|
153
104
|
"ListClusters":{
|
|
@@ -159,15 +110,8 @@
|
|
|
159
110
|
"input":{"shape":"ListClustersInput"},
|
|
160
111
|
"output":{"shape":"ListClustersOutput"},
|
|
161
112
|
"errors":[
|
|
162
|
-
{
|
|
163
|
-
|
|
164
|
-
"exception":true,
|
|
165
|
-
"fault":true
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"shape":"InvalidRequestException",
|
|
169
|
-
"exception":true
|
|
170
|
-
}
|
|
113
|
+
{"shape":"InternalServerException"},
|
|
114
|
+
{"shape":"InvalidRequestException"}
|
|
171
115
|
]
|
|
172
116
|
},
|
|
173
117
|
"ListInstanceGroups":{
|
|
@@ -179,15 +123,8 @@
|
|
|
179
123
|
"input":{"shape":"ListInstanceGroupsInput"},
|
|
180
124
|
"output":{"shape":"ListInstanceGroupsOutput"},
|
|
181
125
|
"errors":[
|
|
182
|
-
{
|
|
183
|
-
|
|
184
|
-
"exception":true,
|
|
185
|
-
"fault":true
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"shape":"InvalidRequestException",
|
|
189
|
-
"exception":true
|
|
190
|
-
}
|
|
126
|
+
{"shape":"InternalServerException"},
|
|
127
|
+
{"shape":"InvalidRequestException"}
|
|
191
128
|
]
|
|
192
129
|
},
|
|
193
130
|
"ListInstances":{
|
|
@@ -199,15 +136,8 @@
|
|
|
199
136
|
"input":{"shape":"ListInstancesInput"},
|
|
200
137
|
"output":{"shape":"ListInstancesOutput"},
|
|
201
138
|
"errors":[
|
|
202
|
-
{
|
|
203
|
-
|
|
204
|
-
"exception":true,
|
|
205
|
-
"fault":true
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"shape":"InvalidRequestException",
|
|
209
|
-
"exception":true
|
|
210
|
-
}
|
|
139
|
+
{"shape":"InternalServerException"},
|
|
140
|
+
{"shape":"InvalidRequestException"}
|
|
211
141
|
]
|
|
212
142
|
},
|
|
213
143
|
"ListSteps":{
|
|
@@ -219,15 +149,8 @@
|
|
|
219
149
|
"input":{"shape":"ListStepsInput"},
|
|
220
150
|
"output":{"shape":"ListStepsOutput"},
|
|
221
151
|
"errors":[
|
|
222
|
-
{
|
|
223
|
-
|
|
224
|
-
"exception":true,
|
|
225
|
-
"fault":true
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"shape":"InvalidRequestException",
|
|
229
|
-
"exception":true
|
|
230
|
-
}
|
|
152
|
+
{"shape":"InternalServerException"},
|
|
153
|
+
{"shape":"InvalidRequestException"}
|
|
231
154
|
]
|
|
232
155
|
},
|
|
233
156
|
"ModifyInstanceGroups":{
|
|
@@ -238,14 +161,7 @@
|
|
|
238
161
|
},
|
|
239
162
|
"input":{"shape":"ModifyInstanceGroupsInput"},
|
|
240
163
|
"errors":[
|
|
241
|
-
{
|
|
242
|
-
"shape":"InternalServerError",
|
|
243
|
-
"error":{
|
|
244
|
-
"code":"InternalFailure",
|
|
245
|
-
"httpStatusCode":500
|
|
246
|
-
},
|
|
247
|
-
"exception":true
|
|
248
|
-
}
|
|
164
|
+
{"shape":"InternalServerError"}
|
|
249
165
|
]
|
|
250
166
|
},
|
|
251
167
|
"RemoveTags":{
|
|
@@ -257,15 +173,8 @@
|
|
|
257
173
|
"input":{"shape":"RemoveTagsInput"},
|
|
258
174
|
"output":{"shape":"RemoveTagsOutput"},
|
|
259
175
|
"errors":[
|
|
260
|
-
{
|
|
261
|
-
|
|
262
|
-
"exception":true,
|
|
263
|
-
"fault":true
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"shape":"InvalidRequestException",
|
|
267
|
-
"exception":true
|
|
268
|
-
}
|
|
176
|
+
{"shape":"InternalServerException"},
|
|
177
|
+
{"shape":"InvalidRequestException"}
|
|
269
178
|
]
|
|
270
179
|
},
|
|
271
180
|
"RunJobFlow":{
|
|
@@ -277,14 +186,7 @@
|
|
|
277
186
|
"input":{"shape":"RunJobFlowInput"},
|
|
278
187
|
"output":{"shape":"RunJobFlowOutput"},
|
|
279
188
|
"errors":[
|
|
280
|
-
{
|
|
281
|
-
"shape":"InternalServerError",
|
|
282
|
-
"error":{
|
|
283
|
-
"code":"InternalFailure",
|
|
284
|
-
"httpStatusCode":500
|
|
285
|
-
},
|
|
286
|
-
"exception":true
|
|
287
|
-
}
|
|
189
|
+
{"shape":"InternalServerError"}
|
|
288
190
|
]
|
|
289
191
|
},
|
|
290
192
|
"SetTerminationProtection":{
|
|
@@ -295,14 +197,7 @@
|
|
|
295
197
|
},
|
|
296
198
|
"input":{"shape":"SetTerminationProtectionInput"},
|
|
297
199
|
"errors":[
|
|
298
|
-
{
|
|
299
|
-
"shape":"InternalServerError",
|
|
300
|
-
"error":{
|
|
301
|
-
"code":"InternalFailure",
|
|
302
|
-
"httpStatusCode":500
|
|
303
|
-
},
|
|
304
|
-
"exception":true
|
|
305
|
-
}
|
|
200
|
+
{"shape":"InternalServerError"}
|
|
306
201
|
]
|
|
307
202
|
},
|
|
308
203
|
"SetVisibleToAllUsers":{
|
|
@@ -313,14 +208,7 @@
|
|
|
313
208
|
},
|
|
314
209
|
"input":{"shape":"SetVisibleToAllUsersInput"},
|
|
315
210
|
"errors":[
|
|
316
|
-
{
|
|
317
|
-
"shape":"InternalServerError",
|
|
318
|
-
"error":{
|
|
319
|
-
"code":"InternalFailure",
|
|
320
|
-
"httpStatusCode":500
|
|
321
|
-
},
|
|
322
|
-
"exception":true
|
|
323
|
-
}
|
|
211
|
+
{"shape":"InternalServerError"}
|
|
324
212
|
]
|
|
325
213
|
},
|
|
326
214
|
"TerminateJobFlows":{
|
|
@@ -331,14 +219,7 @@
|
|
|
331
219
|
},
|
|
332
220
|
"input":{"shape":"TerminateJobFlowsInput"},
|
|
333
221
|
"errors":[
|
|
334
|
-
{
|
|
335
|
-
"shape":"InternalServerError",
|
|
336
|
-
"error":{
|
|
337
|
-
"code":"InternalFailure",
|
|
338
|
-
"httpStatusCode":500
|
|
339
|
-
},
|
|
340
|
-
"exception":true
|
|
341
|
-
}
|
|
222
|
+
{"shape":"InternalServerError"}
|
|
342
223
|
]
|
|
343
224
|
}
|
|
344
225
|
},
|
|
@@ -612,14 +493,15 @@
|
|
|
612
493
|
"IamInstanceProfile":{"shape":"String"},
|
|
613
494
|
"EmrManagedMasterSecurityGroup":{"shape":"String"},
|
|
614
495
|
"EmrManagedSlaveSecurityGroup":{"shape":"String"},
|
|
496
|
+
"ServiceAccessSecurityGroup":{"shape":"String"},
|
|
615
497
|
"AdditionalMasterSecurityGroups":{"shape":"StringList"},
|
|
616
498
|
"AdditionalSlaveSecurityGroups":{"shape":"StringList"}
|
|
617
499
|
}
|
|
618
500
|
},
|
|
619
501
|
"ErrorCode":{
|
|
620
502
|
"type":"string",
|
|
621
|
-
"
|
|
622
|
-
"
|
|
503
|
+
"max":256,
|
|
504
|
+
"min":1
|
|
623
505
|
},
|
|
624
506
|
"ErrorMessage":{"type":"string"},
|
|
625
507
|
"HadoopJarStepConfig":{
|
|
@@ -860,8 +742,8 @@
|
|
|
860
742
|
},
|
|
861
743
|
"InstanceType":{
|
|
862
744
|
"type":"string",
|
|
863
|
-
"min":1,
|
|
864
745
|
"max":256,
|
|
746
|
+
"min":1,
|
|
865
747
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
|
866
748
|
},
|
|
867
749
|
"Integer":{"type":"integer"},
|
|
@@ -869,10 +751,6 @@
|
|
|
869
751
|
"type":"structure",
|
|
870
752
|
"members":{
|
|
871
753
|
},
|
|
872
|
-
"error":{
|
|
873
|
-
"code":"InternalFailure",
|
|
874
|
-
"httpStatusCode":500
|
|
875
|
-
},
|
|
876
754
|
"exception":true
|
|
877
755
|
},
|
|
878
756
|
"InternalServerException":{
|
|
@@ -965,6 +843,7 @@
|
|
|
965
843
|
"Ec2SubnetId":{"shape":"XmlStringMaxLen256"},
|
|
966
844
|
"EmrManagedMasterSecurityGroup":{"shape":"XmlStringMaxLen256"},
|
|
967
845
|
"EmrManagedSlaveSecurityGroup":{"shape":"XmlStringMaxLen256"},
|
|
846
|
+
"ServiceAccessSecurityGroup":{"shape":"XmlStringMaxLen256"},
|
|
968
847
|
"AdditionalMasterSecurityGroups":{"shape":"SecurityGroupsList"},
|
|
969
848
|
"AdditionalSlaveSecurityGroups":{"shape":"SecurityGroupsList"}
|
|
970
849
|
}
|
|
@@ -1359,8 +1238,8 @@
|
|
|
1359
1238
|
},
|
|
1360
1239
|
"XmlString":{
|
|
1361
1240
|
"type":"string",
|
|
1362
|
-
"min":0,
|
|
1363
1241
|
"max":10280,
|
|
1242
|
+
"min":0,
|
|
1364
1243
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
|
1365
1244
|
},
|
|
1366
1245
|
"XmlStringList":{
|
|
@@ -1369,8 +1248,8 @@
|
|
|
1369
1248
|
},
|
|
1370
1249
|
"XmlStringMaxLen256":{
|
|
1371
1250
|
"type":"string",
|
|
1372
|
-
"min":0,
|
|
1373
1251
|
"max":256,
|
|
1252
|
+
"min":0,
|
|
1374
1253
|
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
|
|
1375
1254
|
}
|
|
1376
1255
|
}
|
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/emr.rb
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
Aws.add_service(:EMR, {
|
|
2
2
|
api: "#{Aws::API_DIR}/elasticmapreduce/2009-03-31/api-2.json",
|
|
3
3
|
docs: "#{Aws::API_DIR}/elasticmapreduce/2009-03-31/docs-2.json",
|
|
4
|
+
examples: "#{Aws::API_DIR}/elasticmapreduce/2009-03-31/examples-1.json",
|
|
4
5
|
paginators: "#{Aws::API_DIR}/elasticmapreduce/2009-03-31/paginators-1.json",
|
|
5
6
|
waiters: "#{Aws::API_DIR}/elasticmapreduce/2009-03-31/waiters-2.json",
|
|
6
7
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.2.
|
|
4
|
+
version: 2.2.8
|
|
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-12-
|
|
11
|
+
date: 2015-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -82,6 +82,8 @@ files:
|
|
|
82
82
|
- apis/ec2/2015-10-01/paginators-1.json
|
|
83
83
|
- apis/ec2/2015-10-01/resources-1.json
|
|
84
84
|
- apis/ec2/2015-10-01/waiters-2.json
|
|
85
|
+
- apis/ecr/2015-09-21/api-2.json
|
|
86
|
+
- apis/ecr/2015-09-21/examples-1.json
|
|
85
87
|
- apis/ecs/2014-11-13/api-2.json
|
|
86
88
|
- apis/ecs/2014-11-13/examples-1.json
|
|
87
89
|
- apis/ecs/2014-11-13/paginators-1.json
|
|
@@ -97,6 +99,7 @@ files:
|
|
|
97
99
|
- apis/elasticloadbalancing/2012-06-01/paginators-1.json
|
|
98
100
|
- apis/elasticloadbalancing/2012-06-01/waiters-2.json
|
|
99
101
|
- apis/elasticmapreduce/2009-03-31/api-2.json
|
|
102
|
+
- apis/elasticmapreduce/2009-03-31/examples-1.json
|
|
100
103
|
- apis/elasticmapreduce/2009-03-31/paginators-1.json
|
|
101
104
|
- apis/elasticmapreduce/2009-03-31/waiters-2.json
|
|
102
105
|
- apis/elastictranscoder/2012-09-25/api-2.json
|
|
@@ -231,6 +234,7 @@ files:
|
|
|
231
234
|
- lib/aws-sdk-core/dynamodbstreams.rb
|
|
232
235
|
- lib/aws-sdk-core/eager_loader.rb
|
|
233
236
|
- lib/aws-sdk-core/ec2.rb
|
|
237
|
+
- lib/aws-sdk-core/ecr.rb
|
|
234
238
|
- lib/aws-sdk-core/ecs.rb
|
|
235
239
|
- lib/aws-sdk-core/efs.rb
|
|
236
240
|
- lib/aws-sdk-core/elasticache.rb
|