aws-sdk-core 2.10.65 → 2.10.66

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1ce27e24bc4d74ff25a09b212fcea884544d4a64
4
- data.tar.gz: fea77df738210e4ab11b797aa2a0ed6ccea71b4f
3
+ metadata.gz: 168b5f5e72b9f322e96409273e595689c0c2666b
4
+ data.tar.gz: 6a41d2c7f357bc9450f8dc7f3cd9450938c172cb
5
5
  SHA512:
6
- metadata.gz: a8d7d60b254929c7a77c3b217da537c4b64bd094742a9312f47746b485c27ed1e4f63820cf4f3a6e849268d88f21ffa2664861ff7d149836f0bac0dcd2fe9a23
7
- data.tar.gz: 96a962afa0ee7e8fb33e3a66b852def6b03baaab8e4c3e9fbd06046d747505f0b29fa62b5c6bf6b49d9d6680b05faf90cc1730e9597d7712884723f8cda09a88
6
+ metadata.gz: 77192b33333498f906c0d6a010e80ed5196f97aece16fea0737f564c2bba9ab87dacef0a269466987582a07952f034312683dbc1c7c9c539c2df4b9ffca0e340
7
+ data.tar.gz: e03bfaf397c57570a3fe053c8707828f74fff06f748ea22ba33595445e251008a3018332b2d628e311b3612866d97c0c7dc9624f6a3af494b2b481005cd4a0f7
@@ -56,6 +56,18 @@
56
56
  {"shape":"ValidationException"}
57
57
  ]
58
58
  },
59
+ "DeleteElasticsearchServiceRole":{
60
+ "name":"DeleteElasticsearchServiceRole",
61
+ "http":{
62
+ "method":"DELETE",
63
+ "requestUri":"/2015-01-01/es/role"
64
+ },
65
+ "errors":[
66
+ {"shape":"BaseException"},
67
+ {"shape":"InternalException"},
68
+ {"shape":"ValidationException"}
69
+ ]
70
+ },
59
71
  "DescribeElasticsearchDomain":{
60
72
  "name":"DescribeElasticsearchDomain",
61
73
  "http":{
@@ -275,6 +287,7 @@
275
287
  "EBSOptions":{"shape":"EBSOptions"},
276
288
  "AccessPolicies":{"shape":"PolicyDocument"},
277
289
  "SnapshotOptions":{"shape":"SnapshotOptions"},
290
+ "VPCOptions":{"shape":"VPCOptions"},
278
291
  "AdvancedOptions":{"shape":"AdvancedOptions"},
279
292
  "LogPublishingOptions":{"shape":"LogPublishingOptions"}
280
293
  }
@@ -470,7 +483,13 @@
470
483
  "r4.2xlarge.elasticsearch",
471
484
  "r4.4xlarge.elasticsearch",
472
485
  "r4.8xlarge.elasticsearch",
473
- "r4.16xlarge.elasticsearch"
486
+ "r4.16xlarge.elasticsearch",
487
+ "i3.large.elasticsearch",
488
+ "i3.xlarge.elasticsearch",
489
+ "i3.2xlarge.elasticsearch",
490
+ "i3.4xlarge.elasticsearch",
491
+ "i3.8xlarge.elasticsearch",
492
+ "i3.16xlarge.elasticsearch"
474
493
  ]
475
494
  },
476
495
  "ElasticsearchClusterConfig":{
@@ -503,6 +522,7 @@
503
522
  "EBSOptions":{"shape":"EBSOptionsStatus"},
504
523
  "AccessPolicies":{"shape":"AccessPoliciesStatus"},
505
524
  "SnapshotOptions":{"shape":"SnapshotOptionsStatus"},
525
+ "VPCOptions":{"shape":"VPCDerivedInfoStatus"},
506
526
  "AdvancedOptions":{"shape":"AdvancedOptionsStatus"},
507
527
  "LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"}
508
528
  }
@@ -522,12 +542,14 @@
522
542
  "Created":{"shape":"Boolean"},
523
543
  "Deleted":{"shape":"Boolean"},
524
544
  "Endpoint":{"shape":"ServiceUrl"},
545
+ "Endpoints":{"shape":"EndpointsMap"},
525
546
  "Processing":{"shape":"Boolean"},
526
547
  "ElasticsearchVersion":{"shape":"ElasticsearchVersionString"},
527
548
  "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
528
549
  "EBSOptions":{"shape":"EBSOptions"},
529
550
  "AccessPolicies":{"shape":"PolicyDocument"},
530
551
  "SnapshotOptions":{"shape":"SnapshotOptions"},
552
+ "VPCOptions":{"shape":"VPCDerivedInfo"},
531
553
  "AdvancedOptions":{"shape":"AdvancedOptions"},
532
554
  "LogPublishingOptions":{"shape":"LogPublishingOptions"}
533
555
  }
@@ -556,6 +578,11 @@
556
578
  }
557
579
  },
558
580
  "ElasticsearchVersionString":{"type":"string"},
581
+ "EndpointsMap":{
582
+ "type":"map",
583
+ "key":{"shape":"String"},
584
+ "value":{"shape":"ServiceUrl"}
585
+ },
559
586
  "ErrorMessage":{"type":"string"},
560
587
  "InstanceCountLimits":{
561
588
  "type":"structure",
@@ -861,6 +888,7 @@
861
888
  "ElasticsearchClusterConfig":{"shape":"ElasticsearchClusterConfig"},
862
889
  "EBSOptions":{"shape":"EBSOptions"},
863
890
  "SnapshotOptions":{"shape":"SnapshotOptions"},
891
+ "VPCOptions":{"shape":"VPCOptions"},
864
892
  "AdvancedOptions":{"shape":"AdvancedOptions"},
865
893
  "AccessPolicies":{"shape":"PolicyDocument"},
866
894
  "LogPublishingOptions":{"shape":"LogPublishingOptions"}
@@ -874,6 +902,33 @@
874
902
  }
875
903
  },
876
904
  "UpdateTimestamp":{"type":"timestamp"},
905
+ "VPCDerivedInfo":{
906
+ "type":"structure",
907
+ "members":{
908
+ "VPCId":{"shape":"String"},
909
+ "SubnetIds":{"shape":"StringList"},
910
+ "AvailabilityZones":{"shape":"StringList"},
911
+ "SecurityGroupIds":{"shape":"StringList"}
912
+ }
913
+ },
914
+ "VPCDerivedInfoStatus":{
915
+ "type":"structure",
916
+ "required":[
917
+ "Options",
918
+ "Status"
919
+ ],
920
+ "members":{
921
+ "Options":{"shape":"VPCDerivedInfo"},
922
+ "Status":{"shape":"OptionStatus"}
923
+ }
924
+ },
925
+ "VPCOptions":{
926
+ "type":"structure",
927
+ "members":{
928
+ "SubnetIds":{"shape":"StringList"},
929
+ "SecurityGroupIds":{"shape":"StringList"}
930
+ }
931
+ },
877
932
  "ValidationException":{
878
933
  "type":"structure",
879
934
  "members":{
@@ -243,6 +243,7 @@
243
243
  },
244
244
  "cloudhsmv2" : {
245
245
  "endpoints" : {
246
+ "ap-southeast-1" : { },
246
247
  "eu-west-1" : { },
247
248
  "us-east-1" : { },
248
249
  "us-east-2" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.65'
2
+ VERSION = '2.10.66'
3
3
  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.10.65
4
+ version: 2.10.66
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: 2017-10-16 00:00:00.000000000 Z
11
+ date: 2017-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath