aws-sdk-core 2.4.3 → 2.4.4

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.
@@ -3,9 +3,9 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2015-01-01",
5
5
  "endpointPrefix":"es",
6
+ "protocol":"rest-json",
6
7
  "serviceFullName":"Amazon Elasticsearch Service",
7
- "signatureVersion":"v4",
8
- "protocol":"rest-json"
8
+ "signatureVersion":"v4"
9
9
  },
10
10
  "operations":{
11
11
  "AddTags":{
@@ -16,25 +16,10 @@
16
16
  },
17
17
  "input":{"shape":"AddTagsRequest"},
18
18
  "errors":[
19
- {
20
- "shape":"BaseException",
21
- "exception":true
22
- },
23
- {
24
- "shape":"LimitExceededException",
25
- "error":{"httpStatusCode":409},
26
- "exception":true
27
- },
28
- {
29
- "shape":"ValidationException",
30
- "error":{"httpStatusCode":400},
31
- "exception":true
32
- },
33
- {
34
- "shape":"InternalException",
35
- "error":{"httpStatusCode":500},
36
- "exception":true
37
- }
19
+ {"shape":"BaseException"},
20
+ {"shape":"LimitExceededException"},
21
+ {"shape":"ValidationException"},
22
+ {"shape":"InternalException"}
38
23
  ]
39
24
  },
40
25
  "CreateElasticsearchDomain":{
@@ -46,40 +31,13 @@
46
31
  "input":{"shape":"CreateElasticsearchDomainRequest"},
47
32
  "output":{"shape":"CreateElasticsearchDomainResponse"},
48
33
  "errors":[
49
- {
50
- "shape":"BaseException",
51
- "exception":true
52
- },
53
- {
54
- "shape":"DisabledOperationException",
55
- "error":{"httpStatusCode":409},
56
- "exception":true
57
- },
58
- {
59
- "shape":"InternalException",
60
- "error":{"httpStatusCode":500},
61
- "exception":true
62
- },
63
- {
64
- "shape":"InvalidTypeException",
65
- "error":{"httpStatusCode":409},
66
- "exception":true
67
- },
68
- {
69
- "shape":"LimitExceededException",
70
- "error":{"httpStatusCode":409},
71
- "exception":true
72
- },
73
- {
74
- "shape":"ResourceAlreadyExistsException",
75
- "error":{"httpStatusCode":409},
76
- "exception":true
77
- },
78
- {
79
- "shape":"ValidationException",
80
- "error":{"httpStatusCode":400},
81
- "exception":true
82
- }
34
+ {"shape":"BaseException"},
35
+ {"shape":"DisabledOperationException"},
36
+ {"shape":"InternalException"},
37
+ {"shape":"InvalidTypeException"},
38
+ {"shape":"LimitExceededException"},
39
+ {"shape":"ResourceAlreadyExistsException"},
40
+ {"shape":"ValidationException"}
83
41
  ]
84
42
  },
85
43
  "DeleteElasticsearchDomain":{
@@ -91,25 +49,10 @@
91
49
  "input":{"shape":"DeleteElasticsearchDomainRequest"},
92
50
  "output":{"shape":"DeleteElasticsearchDomainResponse"},
93
51
  "errors":[
94
- {
95
- "shape":"BaseException",
96
- "exception":true
97
- },
98
- {
99
- "shape":"InternalException",
100
- "error":{"httpStatusCode":500},
101
- "exception":true
102
- },
103
- {
104
- "shape":"ResourceNotFoundException",
105
- "error":{"httpStatusCode":409},
106
- "exception":true
107
- },
108
- {
109
- "shape":"ValidationException",
110
- "error":{"httpStatusCode":400},
111
- "exception":true
112
- }
52
+ {"shape":"BaseException"},
53
+ {"shape":"InternalException"},
54
+ {"shape":"ResourceNotFoundException"},
55
+ {"shape":"ValidationException"}
113
56
  ]
114
57
  },
115
58
  "DescribeElasticsearchDomain":{
@@ -121,25 +64,10 @@
121
64
  "input":{"shape":"DescribeElasticsearchDomainRequest"},
122
65
  "output":{"shape":"DescribeElasticsearchDomainResponse"},
123
66
  "errors":[
124
- {
125
- "shape":"BaseException",
126
- "exception":true
127
- },
128
- {
129
- "shape":"InternalException",
130
- "error":{"httpStatusCode":500},
131
- "exception":true
132
- },
133
- {
134
- "shape":"ResourceNotFoundException",
135
- "error":{"httpStatusCode":409},
136
- "exception":true
137
- },
138
- {
139
- "shape":"ValidationException",
140
- "error":{"httpStatusCode":400},
141
- "exception":true
142
- }
67
+ {"shape":"BaseException"},
68
+ {"shape":"InternalException"},
69
+ {"shape":"ResourceNotFoundException"},
70
+ {"shape":"ValidationException"}
143
71
  ]
144
72
  },
145
73
  "DescribeElasticsearchDomainConfig":{
@@ -151,25 +79,10 @@
151
79
  "input":{"shape":"DescribeElasticsearchDomainConfigRequest"},
152
80
  "output":{"shape":"DescribeElasticsearchDomainConfigResponse"},
153
81
  "errors":[
154
- {
155
- "shape":"BaseException",
156
- "exception":true
157
- },
158
- {
159
- "shape":"InternalException",
160
- "error":{"httpStatusCode":500},
161
- "exception":true
162
- },
163
- {
164
- "shape":"ResourceNotFoundException",
165
- "error":{"httpStatusCode":409},
166
- "exception":true
167
- },
168
- {
169
- "shape":"ValidationException",
170
- "error":{"httpStatusCode":400},
171
- "exception":true
172
- }
82
+ {"shape":"BaseException"},
83
+ {"shape":"InternalException"},
84
+ {"shape":"ResourceNotFoundException"},
85
+ {"shape":"ValidationException"}
173
86
  ]
174
87
  },
175
88
  "DescribeElasticsearchDomains":{
@@ -181,20 +94,9 @@
181
94
  "input":{"shape":"DescribeElasticsearchDomainsRequest"},
182
95
  "output":{"shape":"DescribeElasticsearchDomainsResponse"},
183
96
  "errors":[
184
- {
185
- "shape":"BaseException",
186
- "exception":true
187
- },
188
- {
189
- "shape":"InternalException",
190
- "error":{"httpStatusCode":500},
191
- "exception":true
192
- },
193
- {
194
- "shape":"ValidationException",
195
- "error":{"httpStatusCode":400},
196
- "exception":true
197
- }
97
+ {"shape":"BaseException"},
98
+ {"shape":"InternalException"},
99
+ {"shape":"ValidationException"}
198
100
  ]
199
101
  },
200
102
  "ListDomainNames":{
@@ -205,15 +107,8 @@
205
107
  },
206
108
  "output":{"shape":"ListDomainNamesResponse"},
207
109
  "errors":[
208
- {
209
- "shape":"BaseException",
210
- "exception":true
211
- },
212
- {
213
- "shape":"ValidationException",
214
- "error":{"httpStatusCode":400},
215
- "exception":true
216
- }
110
+ {"shape":"BaseException"},
111
+ {"shape":"ValidationException"}
217
112
  ]
218
113
  },
219
114
  "ListTags":{
@@ -225,25 +120,10 @@
225
120
  "input":{"shape":"ListTagsRequest"},
226
121
  "output":{"shape":"ListTagsResponse"},
227
122
  "errors":[
228
- {
229
- "shape":"BaseException",
230
- "exception":true
231
- },
232
- {
233
- "shape":"ResourceNotFoundException",
234
- "error":{"httpStatusCode":409},
235
- "exception":true
236
- },
237
- {
238
- "shape":"ValidationException",
239
- "error":{"httpStatusCode":400},
240
- "exception":true
241
- },
242
- {
243
- "shape":"InternalException",
244
- "error":{"httpStatusCode":500},
245
- "exception":true
246
- }
123
+ {"shape":"BaseException"},
124
+ {"shape":"ResourceNotFoundException"},
125
+ {"shape":"ValidationException"},
126
+ {"shape":"InternalException"}
247
127
  ]
248
128
  },
249
129
  "RemoveTags":{
@@ -254,20 +134,9 @@
254
134
  },
255
135
  "input":{"shape":"RemoveTagsRequest"},
256
136
  "errors":[
257
- {
258
- "shape":"BaseException",
259
- "exception":true
260
- },
261
- {
262
- "shape":"ValidationException",
263
- "error":{"httpStatusCode":400},
264
- "exception":true
265
- },
266
- {
267
- "shape":"InternalException",
268
- "error":{"httpStatusCode":500},
269
- "exception":true
270
- }
137
+ {"shape":"BaseException"},
138
+ {"shape":"ValidationException"},
139
+ {"shape":"InternalException"}
271
140
  ]
272
141
  },
273
142
  "UpdateElasticsearchDomainConfig":{
@@ -279,35 +148,12 @@
279
148
  "input":{"shape":"UpdateElasticsearchDomainConfigRequest"},
280
149
  "output":{"shape":"UpdateElasticsearchDomainConfigResponse"},
281
150
  "errors":[
282
- {
283
- "shape":"BaseException",
284
- "exception":true
285
- },
286
- {
287
- "shape":"InternalException",
288
- "error":{"httpStatusCode":500},
289
- "exception":true
290
- },
291
- {
292
- "shape":"InvalidTypeException",
293
- "error":{"httpStatusCode":409},
294
- "exception":true
295
- },
296
- {
297
- "shape":"LimitExceededException",
298
- "error":{"httpStatusCode":409},
299
- "exception":true
300
- },
301
- {
302
- "shape":"ResourceNotFoundException",
303
- "error":{"httpStatusCode":409},
304
- "exception":true
305
- },
306
- {
307
- "shape":"ValidationException",
308
- "error":{"httpStatusCode":400},
309
- "exception":true
310
- }
151
+ {"shape":"BaseException"},
152
+ {"shape":"InternalException"},
153
+ {"shape":"InvalidTypeException"},
154
+ {"shape":"LimitExceededException"},
155
+ {"shape":"ResourceNotFoundException"},
156
+ {"shape":"ValidationException"}
311
157
  ]
312
158
  }
313
159
  },
@@ -364,6 +210,7 @@
364
210
  "required":["DomainName"],
365
211
  "members":{
366
212
  "DomainName":{"shape":"DomainName"},
213
+ "ElasticsearchVersion":{"shape":"ElasticsearchVersionString"},
367
214
  "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
368
215
  "EBSOptions":{"shape":"EBSOptions"},
369
216
  "AccessPolicies":{"shape":"PolicyDocument"},
@@ -453,8 +300,8 @@
453
300
  },
454
301
  "DomainId":{
455
302
  "type":"string",
456
- "min":1,
457
- "max":64
303
+ "max":64,
304
+ "min":1
458
305
  },
459
306
  "DomainInfo":{
460
307
  "type":"structure",
@@ -468,8 +315,8 @@
468
315
  },
469
316
  "DomainName":{
470
317
  "type":"string",
471
- "min":3,
472
318
  "max":28,
319
+ "min":3,
473
320
  "pattern":"[a-z][a-z0-9\\-]+"
474
321
  },
475
322
  "DomainNameList":{
@@ -503,6 +350,11 @@
503
350
  "m3.large.elasticsearch",
504
351
  "m3.xlarge.elasticsearch",
505
352
  "m3.2xlarge.elasticsearch",
353
+ "m4.large.elasticsearch",
354
+ "m4.xlarge.elasticsearch",
355
+ "m4.2xlarge.elasticsearch",
356
+ "m4.4xlarge.elasticsearch",
357
+ "m4.10xlarge.elasticsearch",
506
358
  "t2.micro.elasticsearch",
507
359
  "t2.small.elasticsearch",
508
360
  "t2.medium.elasticsearch",
@@ -540,6 +392,7 @@
540
392
  "ElasticsearchDomainConfig":{
541
393
  "type":"structure",
542
394
  "members":{
395
+ "ElasticsearchVersion":{"shape":"ElasticsearchVersionStatus"},
543
396
  "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfigStatus"},
544
397
  "EBSOptions":{"shape":"EBSOptionsStatus"},
545
398
  "AccessPolicies":{"shape":"AccessPoliciesStatus"},
@@ -563,6 +416,7 @@
563
416
  "Deleted":{"shape":"Boolean"},
564
417
  "Endpoint":{"shape":"ServiceUrl"},
565
418
  "Processing":{"shape":"Boolean"},
419
+ "ElasticsearchVersion":{"shape":"ElasticsearchVersionString"},
566
420
  "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
567
421
  "EBSOptions":{"shape":"EBSOptions"},
568
422
  "AccessPolicies":{"shape":"PolicyDocument"},
@@ -574,6 +428,18 @@
574
428
  "type":"list",
575
429
  "member":{"shape":"ElasticsearchDomainStatus"}
576
430
  },
431
+ "ElasticsearchVersionStatus":{
432
+ "type":"structure",
433
+ "required":[
434
+ "Options",
435
+ "Status"
436
+ ],
437
+ "members":{
438
+ "Options":{"shape":"ElasticsearchVersionString"},
439
+ "Status":{"shape":"OptionStatus"}
440
+ }
441
+ },
442
+ "ElasticsearchVersionString":{"type":"string"},
577
443
  "ErrorMessage":{"type":"string"},
578
444
  "IntegerClass":{"type":"integer"},
579
445
  "InternalException":{
@@ -705,8 +571,8 @@
705
571
  },
706
572
  "TagKey":{
707
573
  "type":"string",
708
- "min":1,
709
- "max":128
574
+ "max":128,
575
+ "min":1
710
576
  },
711
577
  "TagList":{
712
578
  "type":"list",
@@ -714,8 +580,8 @@
714
580
  },
715
581
  "TagValue":{
716
582
  "type":"string",
717
- "min":0,
718
- "max":256
583
+ "max":256,
584
+ "min":0
719
585
  },
720
586
  "UIntValue":{
721
587
  "type":"integer",
@@ -76,6 +76,7 @@
76
76
  "eu-west-1": {},
77
77
  "ap-northeast-1": {},
78
78
  "ap-southeast-1": {},
79
+ "ap-southeast-2": {},
79
80
  "eu-central-1": {}
80
81
  }
81
82
  },
@@ -223,21 +224,24 @@
223
224
  "endpoints": {
224
225
  "us-east-1": {},
225
226
  "eu-west-1": {},
226
- "ap-northeast-1": {}
227
+ "ap-northeast-1": {},
228
+ "ap-northeast-2": {}
227
229
  }
228
230
  },
229
231
  "cognito-idp": {
230
232
  "endpoints": {
231
233
  "us-east-1": {},
232
234
  "eu-west-1": {},
233
- "ap-northeast-1": {}
235
+ "ap-northeast-1": {},
236
+ "ap-northeast-2": {}
234
237
  }
235
238
  },
236
239
  "cognito-sync": {
237
240
  "endpoints": {
238
241
  "us-east-1": {},
239
242
  "eu-west-1": {},
240
- "ap-northeast-1": {}
243
+ "ap-northeast-1": {},
244
+ "ap-northeast-2": {}
241
245
  }
242
246
  },
243
247
  "config": {
@@ -652,6 +656,7 @@
652
656
  "us-east-1": {},
653
657
  "us-west-2": {},
654
658
  "ap-northeast-1": {},
659
+ "ap-southeast-1": {},
655
660
  "ap-southeast-2": {},
656
661
  "eu-west-1": {},
657
662
  "eu-central-1": {}
@@ -3,4 +3,5 @@ Aws.add_service(:CodeDeploy, {
3
3
  docs: "#{Aws::API_DIR}/codedeploy/2014-10-06/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/codedeploy/2014-10-06/examples-1.json",
5
5
  paginators: "#{Aws::API_DIR}/codedeploy/2014-10-06/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/codedeploy/2014-10-06/waiters-2.json",
6
7
  })