aws-sdk-opensearchservice 1.10.0 → 1.11.0
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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +17 -9
- data/lib/aws-sdk-opensearchservice/client_api.rb +1 -0
- data/lib/aws-sdk-opensearchservice/types.rb +17 -6
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 535aca01aea1eed1724c949eb929b0d1e2da2a71024577d3d401c43ae24ace96
|
|
4
|
+
data.tar.gz: cd44f977b3211fd2ef88b47055e210b1faf790654fad0a2df30a714ba5b2ac70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4089a51791e978e6202a0f9857bffddf041a72073c425e8bb66f1748098ada5df277d1cad8c684988263dbfa6acf561dfaa6eecee5f0ccb98cf7cdfb363011bd
|
|
7
|
+
data.tar.gz: 14eb63809ac28be3c28931a61085ebec25dd7ff06d2adcd1559aadcb486fca4c88fa1a355c8cc82a42c28a73694b830d3c95f66bc0d134979f13eb184789960e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.11.0
|
|
@@ -625,9 +625,10 @@ module Aws::OpenSearchService
|
|
|
625
625
|
# },
|
|
626
626
|
# ebs_options: {
|
|
627
627
|
# ebs_enabled: false,
|
|
628
|
-
# volume_type: "standard", # accepts standard, gp2, io1
|
|
628
|
+
# volume_type: "standard", # accepts standard, gp2, io1, gp3
|
|
629
629
|
# volume_size: 1,
|
|
630
630
|
# iops: 1,
|
|
631
|
+
# throughput: 1,
|
|
631
632
|
# },
|
|
632
633
|
# access_policies: "PolicyDocument",
|
|
633
634
|
# snapshot_options: {
|
|
@@ -734,9 +735,10 @@ module Aws::OpenSearchService
|
|
|
734
735
|
# resp.domain_status.cluster_config.warm_count #=> Integer
|
|
735
736
|
# resp.domain_status.cluster_config.cold_storage_options.enabled #=> Boolean
|
|
736
737
|
# resp.domain_status.ebs_options.ebs_enabled #=> Boolean
|
|
737
|
-
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1"
|
|
738
|
+
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
|
738
739
|
# resp.domain_status.ebs_options.volume_size #=> Integer
|
|
739
740
|
# resp.domain_status.ebs_options.iops #=> Integer
|
|
741
|
+
# resp.domain_status.ebs_options.throughput #=> Integer
|
|
740
742
|
# resp.domain_status.access_policies #=> String
|
|
741
743
|
# resp.domain_status.snapshot_options.automated_snapshot_start_hour #=> Integer
|
|
742
744
|
# resp.domain_status.vpc_options.vpc_id #=> String
|
|
@@ -951,9 +953,10 @@ module Aws::OpenSearchService
|
|
|
951
953
|
# resp.domain_status.cluster_config.warm_count #=> Integer
|
|
952
954
|
# resp.domain_status.cluster_config.cold_storage_options.enabled #=> Boolean
|
|
953
955
|
# resp.domain_status.ebs_options.ebs_enabled #=> Boolean
|
|
954
|
-
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1"
|
|
956
|
+
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
|
955
957
|
# resp.domain_status.ebs_options.volume_size #=> Integer
|
|
956
958
|
# resp.domain_status.ebs_options.iops #=> Integer
|
|
959
|
+
# resp.domain_status.ebs_options.throughput #=> Integer
|
|
957
960
|
# resp.domain_status.access_policies #=> String
|
|
958
961
|
# resp.domain_status.snapshot_options.automated_snapshot_start_hour #=> Integer
|
|
959
962
|
# resp.domain_status.vpc_options.vpc_id #=> String
|
|
@@ -1166,9 +1169,10 @@ module Aws::OpenSearchService
|
|
|
1166
1169
|
# resp.domain_status.cluster_config.warm_count #=> Integer
|
|
1167
1170
|
# resp.domain_status.cluster_config.cold_storage_options.enabled #=> Boolean
|
|
1168
1171
|
# resp.domain_status.ebs_options.ebs_enabled #=> Boolean
|
|
1169
|
-
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1"
|
|
1172
|
+
# resp.domain_status.ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
|
1170
1173
|
# resp.domain_status.ebs_options.volume_size #=> Integer
|
|
1171
1174
|
# resp.domain_status.ebs_options.iops #=> Integer
|
|
1175
|
+
# resp.domain_status.ebs_options.throughput #=> Integer
|
|
1172
1176
|
# resp.domain_status.access_policies #=> String
|
|
1173
1177
|
# resp.domain_status.snapshot_options.automated_snapshot_start_hour #=> Integer
|
|
1174
1178
|
# resp.domain_status.vpc_options.vpc_id #=> String
|
|
@@ -1364,9 +1368,10 @@ module Aws::OpenSearchService
|
|
|
1364
1368
|
# resp.domain_config.cluster_config.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
1365
1369
|
# resp.domain_config.cluster_config.status.pending_deletion #=> Boolean
|
|
1366
1370
|
# resp.domain_config.ebs_options.options.ebs_enabled #=> Boolean
|
|
1367
|
-
# resp.domain_config.ebs_options.options.volume_type #=> String, one of "standard", "gp2", "io1"
|
|
1371
|
+
# resp.domain_config.ebs_options.options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
|
1368
1372
|
# resp.domain_config.ebs_options.options.volume_size #=> Integer
|
|
1369
1373
|
# resp.domain_config.ebs_options.options.iops #=> Integer
|
|
1374
|
+
# resp.domain_config.ebs_options.options.throughput #=> Integer
|
|
1370
1375
|
# resp.domain_config.ebs_options.status.creation_date #=> Time
|
|
1371
1376
|
# resp.domain_config.ebs_options.status.update_date #=> Time
|
|
1372
1377
|
# resp.domain_config.ebs_options.status.update_version #=> Integer
|
|
@@ -1525,9 +1530,10 @@ module Aws::OpenSearchService
|
|
|
1525
1530
|
# resp.domain_status_list[0].cluster_config.warm_count #=> Integer
|
|
1526
1531
|
# resp.domain_status_list[0].cluster_config.cold_storage_options.enabled #=> Boolean
|
|
1527
1532
|
# resp.domain_status_list[0].ebs_options.ebs_enabled #=> Boolean
|
|
1528
|
-
# resp.domain_status_list[0].ebs_options.volume_type #=> String, one of "standard", "gp2", "io1"
|
|
1533
|
+
# resp.domain_status_list[0].ebs_options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
|
1529
1534
|
# resp.domain_status_list[0].ebs_options.volume_size #=> Integer
|
|
1530
1535
|
# resp.domain_status_list[0].ebs_options.iops #=> Integer
|
|
1536
|
+
# resp.domain_status_list[0].ebs_options.throughput #=> Integer
|
|
1531
1537
|
# resp.domain_status_list[0].access_policies #=> String
|
|
1532
1538
|
# resp.domain_status_list[0].snapshot_options.automated_snapshot_start_hour #=> Integer
|
|
1533
1539
|
# resp.domain_status_list[0].vpc_options.vpc_id #=> String
|
|
@@ -2657,9 +2663,10 @@ module Aws::OpenSearchService
|
|
|
2657
2663
|
# },
|
|
2658
2664
|
# ebs_options: {
|
|
2659
2665
|
# ebs_enabled: false,
|
|
2660
|
-
# volume_type: "standard", # accepts standard, gp2, io1
|
|
2666
|
+
# volume_type: "standard", # accepts standard, gp2, io1, gp3
|
|
2661
2667
|
# volume_size: 1,
|
|
2662
2668
|
# iops: 1,
|
|
2669
|
+
# throughput: 1,
|
|
2663
2670
|
# },
|
|
2664
2671
|
# snapshot_options: {
|
|
2665
2672
|
# automated_snapshot_start_hour: 1,
|
|
@@ -2762,9 +2769,10 @@ module Aws::OpenSearchService
|
|
|
2762
2769
|
# resp.domain_config.cluster_config.status.state #=> String, one of "RequiresIndexDocuments", "Processing", "Active"
|
|
2763
2770
|
# resp.domain_config.cluster_config.status.pending_deletion #=> Boolean
|
|
2764
2771
|
# resp.domain_config.ebs_options.options.ebs_enabled #=> Boolean
|
|
2765
|
-
# resp.domain_config.ebs_options.options.volume_type #=> String, one of "standard", "gp2", "io1"
|
|
2772
|
+
# resp.domain_config.ebs_options.options.volume_type #=> String, one of "standard", "gp2", "io1", "gp3"
|
|
2766
2773
|
# resp.domain_config.ebs_options.options.volume_size #=> Integer
|
|
2767
2774
|
# resp.domain_config.ebs_options.options.iops #=> Integer
|
|
2775
|
+
# resp.domain_config.ebs_options.options.throughput #=> Integer
|
|
2768
2776
|
# resp.domain_config.ebs_options.status.creation_date #=> Time
|
|
2769
2777
|
# resp.domain_config.ebs_options.status.update_date #=> Time
|
|
2770
2778
|
# resp.domain_config.ebs_options.status.update_version #=> Integer
|
|
@@ -3025,7 +3033,7 @@ module Aws::OpenSearchService
|
|
|
3025
3033
|
params: params,
|
|
3026
3034
|
config: config)
|
|
3027
3035
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
|
3028
|
-
context[:gem_version] = '1.
|
|
3036
|
+
context[:gem_version] = '1.11.0'
|
|
3029
3037
|
Seahorse::Client::Request.new(handlers, context)
|
|
3030
3038
|
end
|
|
3031
3039
|
|
|
@@ -745,6 +745,7 @@ module Aws::OpenSearchService
|
|
|
745
745
|
EBSOptions.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "VolumeType"))
|
|
746
746
|
EBSOptions.add_member(:volume_size, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "VolumeSize"))
|
|
747
747
|
EBSOptions.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "Iops"))
|
|
748
|
+
EBSOptions.add_member(:throughput, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "Throughput"))
|
|
748
749
|
EBSOptions.struct_class = Types::EBSOptions
|
|
749
750
|
|
|
750
751
|
EBSOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: EBSOptions, required: true, location_name: "Options"))
|
|
@@ -1052,9 +1052,10 @@ module Aws::OpenSearchService
|
|
|
1052
1052
|
# },
|
|
1053
1053
|
# ebs_options: {
|
|
1054
1054
|
# ebs_enabled: false,
|
|
1055
|
-
# volume_type: "standard", # accepts standard, gp2, io1
|
|
1055
|
+
# volume_type: "standard", # accepts standard, gp2, io1, gp3
|
|
1056
1056
|
# volume_size: 1,
|
|
1057
1057
|
# iops: 1,
|
|
1058
|
+
# throughput: 1,
|
|
1058
1059
|
# },
|
|
1059
1060
|
# access_policies: "PolicyDocument",
|
|
1060
1061
|
# snapshot_options: {
|
|
@@ -2743,9 +2744,10 @@ module Aws::OpenSearchService
|
|
|
2743
2744
|
#
|
|
2744
2745
|
# {
|
|
2745
2746
|
# ebs_enabled: false,
|
|
2746
|
-
# volume_type: "standard", # accepts standard, gp2, io1
|
|
2747
|
+
# volume_type: "standard", # accepts standard, gp2, io1, gp3
|
|
2747
2748
|
# volume_size: 1,
|
|
2748
2749
|
# iops: 1,
|
|
2750
|
+
# throughput: 1,
|
|
2749
2751
|
# }
|
|
2750
2752
|
#
|
|
2751
2753
|
# @!attribute [rw] ebs_enabled
|
|
@@ -2761,7 +2763,11 @@ module Aws::OpenSearchService
|
|
|
2761
2763
|
# @return [Integer]
|
|
2762
2764
|
#
|
|
2763
2765
|
# @!attribute [rw] iops
|
|
2764
|
-
# The
|
|
2766
|
+
# The IOPS for Provisioned IOPS And GP3 EBS volume (SSD).
|
|
2767
|
+
# @return [Integer]
|
|
2768
|
+
#
|
|
2769
|
+
# @!attribute [rw] throughput
|
|
2770
|
+
# The Throughput for GP3 EBS volume (SSD).
|
|
2765
2771
|
# @return [Integer]
|
|
2766
2772
|
#
|
|
2767
2773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/EBSOptions AWS API Documentation
|
|
@@ -2770,7 +2776,8 @@ module Aws::OpenSearchService
|
|
|
2770
2776
|
:ebs_enabled,
|
|
2771
2777
|
:volume_type,
|
|
2772
2778
|
:volume_size,
|
|
2773
|
-
:iops
|
|
2779
|
+
:iops,
|
|
2780
|
+
:throughput)
|
|
2774
2781
|
SENSITIVE = []
|
|
2775
2782
|
include Aws::Structure
|
|
2776
2783
|
end
|
|
@@ -4551,7 +4558,8 @@ module Aws::OpenSearchService
|
|
|
4551
4558
|
# options: "instance" storageType has no storageSubType. "ebs"
|
|
4552
4559
|
# storageType has the following valid storageSubTypes: 1. standard
|
|
4553
4560
|
# 2. gp2
|
|
4554
|
-
# 3.
|
|
4561
|
+
# 3. gp3
|
|
4562
|
+
# 4. io1
|
|
4555
4563
|
#
|
|
4556
4564
|
# See ` VolumeType ` for more information regarding each EBS storage
|
|
4557
4565
|
# option.
|
|
@@ -4580,6 +4588,8 @@ module Aws::OpenSearchService
|
|
|
4580
4588
|
# 2. MaximumVolumeSize
|
|
4581
4589
|
# 3. MaximumIops
|
|
4582
4590
|
# 4. MinimumIops
|
|
4591
|
+
# 5. MaximumThroughput
|
|
4592
|
+
# 6. MinimumThroughput
|
|
4583
4593
|
# @return [String]
|
|
4584
4594
|
#
|
|
4585
4595
|
# @!attribute [rw] limit_values
|
|
@@ -4653,9 +4663,10 @@ module Aws::OpenSearchService
|
|
|
4653
4663
|
# },
|
|
4654
4664
|
# ebs_options: {
|
|
4655
4665
|
# ebs_enabled: false,
|
|
4656
|
-
# volume_type: "standard", # accepts standard, gp2, io1
|
|
4666
|
+
# volume_type: "standard", # accepts standard, gp2, io1, gp3
|
|
4657
4667
|
# volume_size: 1,
|
|
4658
4668
|
# iops: 1,
|
|
4669
|
+
# throughput: 1,
|
|
4659
4670
|
# },
|
|
4660
4671
|
# snapshot_options: {
|
|
4661
4672
|
# automated_snapshot_start_hour: 1,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-opensearchservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.11.0
|
|
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: 2022-
|
|
11
|
+
date: 2022-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|