aws-sdk-opensearchservice 1.97.0 → 1.98.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 +15 -1
- data/lib/aws-sdk-opensearchservice/client_api.rb +2 -0
- data/lib/aws-sdk-opensearchservice/types.rb +18 -2
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- data/sig/client.rbs +8 -4
- data/sig/types.rbs +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1c2c38117c6ef81b0efc8072965ad007e287e3a5eb86fd95f65c570fb81de99
|
|
4
|
+
data.tar.gz: 04341c0a0b2c954e01fd9a2acf89de4f22f63431c768ef56995c1cdd4021c8f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3935591dc6b1523e124a6ef5b77b523843f89008aa6e817970ac79786d8abf77ce3aa5e7523ba3a1aeb08390a2f150cd84b34ae5b17045ab45e082cdbf4a65ac
|
|
7
|
+
data.tar.gz: 17a3f46c233ee035c0ddb1d0e08d8de0074a1566de0f53e91a236594607bcd3aab1e28a4ba395486b579a2e65ef696b75d90406163369b3f8b5c34e3e2183061
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.98.0 (2026-05-05)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon OpenSearch Service now supports VPC egress, enabling outbound traffic from your OpenSearch domain to route privately through your VPC instead of the public internet.
|
|
8
|
+
|
|
4
9
|
1.97.0 (2026-04-27)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.98.0
|
|
@@ -1251,6 +1251,7 @@ module Aws::OpenSearchService
|
|
|
1251
1251
|
# vpc_options: {
|
|
1252
1252
|
# subnet_ids: ["String"],
|
|
1253
1253
|
# security_group_ids: ["String"],
|
|
1254
|
+
# egress_enabled: false,
|
|
1254
1255
|
# },
|
|
1255
1256
|
# cognito_options: {
|
|
1256
1257
|
# enabled: false,
|
|
@@ -1418,6 +1419,7 @@ module Aws::OpenSearchService
|
|
|
1418
1419
|
# resp.domain_status.vpc_options.availability_zones[0] #=> String
|
|
1419
1420
|
# resp.domain_status.vpc_options.security_group_ids #=> Array
|
|
1420
1421
|
# resp.domain_status.vpc_options.security_group_ids[0] #=> String
|
|
1422
|
+
# resp.domain_status.vpc_options.egress_enabled #=> Boolean
|
|
1421
1423
|
# resp.domain_status.cognito_options.enabled #=> Boolean
|
|
1422
1424
|
# resp.domain_status.cognito_options.user_pool_id #=> String
|
|
1423
1425
|
# resp.domain_status.cognito_options.identity_pool_id #=> String
|
|
@@ -1776,6 +1778,7 @@ module Aws::OpenSearchService
|
|
|
1776
1778
|
# vpc_options: { # required
|
|
1777
1779
|
# subnet_ids: ["String"],
|
|
1778
1780
|
# security_group_ids: ["String"],
|
|
1781
|
+
# egress_enabled: false,
|
|
1779
1782
|
# },
|
|
1780
1783
|
# client_token: "ClientToken",
|
|
1781
1784
|
# })
|
|
@@ -1792,6 +1795,7 @@ module Aws::OpenSearchService
|
|
|
1792
1795
|
# resp.vpc_endpoint.vpc_options.availability_zones[0] #=> String
|
|
1793
1796
|
# resp.vpc_endpoint.vpc_options.security_group_ids #=> Array
|
|
1794
1797
|
# resp.vpc_endpoint.vpc_options.security_group_ids[0] #=> String
|
|
1798
|
+
# resp.vpc_endpoint.vpc_options.egress_enabled #=> Boolean
|
|
1795
1799
|
# resp.vpc_endpoint.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETE_FAILED"
|
|
1796
1800
|
# resp.vpc_endpoint.endpoint #=> String
|
|
1797
1801
|
#
|
|
@@ -1950,6 +1954,7 @@ module Aws::OpenSearchService
|
|
|
1950
1954
|
# resp.domain_status.vpc_options.availability_zones[0] #=> String
|
|
1951
1955
|
# resp.domain_status.vpc_options.security_group_ids #=> Array
|
|
1952
1956
|
# resp.domain_status.vpc_options.security_group_ids[0] #=> String
|
|
1957
|
+
# resp.domain_status.vpc_options.egress_enabled #=> Boolean
|
|
1953
1958
|
# resp.domain_status.cognito_options.enabled #=> Boolean
|
|
1954
1959
|
# resp.domain_status.cognito_options.user_pool_id #=> String
|
|
1955
1960
|
# resp.domain_status.cognito_options.identity_pool_id #=> String
|
|
@@ -2349,6 +2354,7 @@ module Aws::OpenSearchService
|
|
|
2349
2354
|
# resp.domain_status.vpc_options.availability_zones[0] #=> String
|
|
2350
2355
|
# resp.domain_status.vpc_options.security_group_ids #=> Array
|
|
2351
2356
|
# resp.domain_status.vpc_options.security_group_ids[0] #=> String
|
|
2357
|
+
# resp.domain_status.vpc_options.egress_enabled #=> Boolean
|
|
2352
2358
|
# resp.domain_status.cognito_options.enabled #=> Boolean
|
|
2353
2359
|
# resp.domain_status.cognito_options.user_pool_id #=> String
|
|
2354
2360
|
# resp.domain_status.cognito_options.identity_pool_id #=> String
|
|
@@ -2625,6 +2631,7 @@ module Aws::OpenSearchService
|
|
|
2625
2631
|
# resp.domain_config.vpc_options.options.availability_zones[0] #=> String
|
|
2626
2632
|
# resp.domain_config.vpc_options.options.security_group_ids #=> Array
|
|
2627
2633
|
# resp.domain_config.vpc_options.options.security_group_ids[0] #=> String
|
|
2634
|
+
# resp.domain_config.vpc_options.options.egress_enabled #=> Boolean
|
|
2628
2635
|
# resp.domain_config.vpc_options.status.creation_date #=> Time
|
|
2629
2636
|
# resp.domain_config.vpc_options.status.update_date #=> Time
|
|
2630
2637
|
# resp.domain_config.vpc_options.status.update_version #=> Integer
|
|
@@ -2941,6 +2948,7 @@ module Aws::OpenSearchService
|
|
|
2941
2948
|
# resp.domain_status_list[0].vpc_options.availability_zones[0] #=> String
|
|
2942
2949
|
# resp.domain_status_list[0].vpc_options.security_group_ids #=> Array
|
|
2943
2950
|
# resp.domain_status_list[0].vpc_options.security_group_ids[0] #=> String
|
|
2951
|
+
# resp.domain_status_list[0].vpc_options.egress_enabled #=> Boolean
|
|
2944
2952
|
# resp.domain_status_list[0].cognito_options.enabled #=> Boolean
|
|
2945
2953
|
# resp.domain_status_list[0].cognito_options.user_pool_id #=> String
|
|
2946
2954
|
# resp.domain_status_list[0].cognito_options.identity_pool_id #=> String
|
|
@@ -3113,6 +3121,7 @@ module Aws::OpenSearchService
|
|
|
3113
3121
|
# resp.dry_run_config.vpc_options.availability_zones[0] #=> String
|
|
3114
3122
|
# resp.dry_run_config.vpc_options.security_group_ids #=> Array
|
|
3115
3123
|
# resp.dry_run_config.vpc_options.security_group_ids[0] #=> String
|
|
3124
|
+
# resp.dry_run_config.vpc_options.egress_enabled #=> Boolean
|
|
3116
3125
|
# resp.dry_run_config.cognito_options.enabled #=> Boolean
|
|
3117
3126
|
# resp.dry_run_config.cognito_options.user_pool_id #=> String
|
|
3118
3127
|
# resp.dry_run_config.cognito_options.identity_pool_id #=> String
|
|
@@ -3676,6 +3685,7 @@ module Aws::OpenSearchService
|
|
|
3676
3685
|
# resp.vpc_endpoints[0].vpc_options.availability_zones[0] #=> String
|
|
3677
3686
|
# resp.vpc_endpoints[0].vpc_options.security_group_ids #=> Array
|
|
3678
3687
|
# resp.vpc_endpoints[0].vpc_options.security_group_ids[0] #=> String
|
|
3688
|
+
# resp.vpc_endpoints[0].vpc_options.egress_enabled #=> Boolean
|
|
3679
3689
|
# resp.vpc_endpoints[0].status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETE_FAILED"
|
|
3680
3690
|
# resp.vpc_endpoints[0].endpoint #=> String
|
|
3681
3691
|
# resp.vpc_endpoint_errors #=> Array
|
|
@@ -5770,6 +5780,7 @@ module Aws::OpenSearchService
|
|
|
5770
5780
|
# vpc_options: {
|
|
5771
5781
|
# subnet_ids: ["String"],
|
|
5772
5782
|
# security_group_ids: ["String"],
|
|
5783
|
+
# egress_enabled: false,
|
|
5773
5784
|
# },
|
|
5774
5785
|
# cognito_options: {
|
|
5775
5786
|
# enabled: false,
|
|
@@ -5954,6 +5965,7 @@ module Aws::OpenSearchService
|
|
|
5954
5965
|
# resp.domain_config.vpc_options.options.availability_zones[0] #=> String
|
|
5955
5966
|
# resp.domain_config.vpc_options.options.security_group_ids #=> Array
|
|
5956
5967
|
# resp.domain_config.vpc_options.options.security_group_ids[0] #=> String
|
|
5968
|
+
# resp.domain_config.vpc_options.options.egress_enabled #=> Boolean
|
|
5957
5969
|
# resp.domain_config.vpc_options.status.creation_date #=> Time
|
|
5958
5970
|
# resp.domain_config.vpc_options.status.update_date #=> Time
|
|
5959
5971
|
# resp.domain_config.vpc_options.status.update_version #=> Integer
|
|
@@ -6400,6 +6412,7 @@ module Aws::OpenSearchService
|
|
|
6400
6412
|
# vpc_options: { # required
|
|
6401
6413
|
# subnet_ids: ["String"],
|
|
6402
6414
|
# security_group_ids: ["String"],
|
|
6415
|
+
# egress_enabled: false,
|
|
6403
6416
|
# },
|
|
6404
6417
|
# })
|
|
6405
6418
|
#
|
|
@@ -6415,6 +6428,7 @@ module Aws::OpenSearchService
|
|
|
6415
6428
|
# resp.vpc_endpoint.vpc_options.availability_zones[0] #=> String
|
|
6416
6429
|
# resp.vpc_endpoint.vpc_options.security_group_ids #=> Array
|
|
6417
6430
|
# resp.vpc_endpoint.vpc_options.security_group_ids[0] #=> String
|
|
6431
|
+
# resp.vpc_endpoint.vpc_options.egress_enabled #=> Boolean
|
|
6418
6432
|
# resp.vpc_endpoint.status #=> String, one of "CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETE_FAILED"
|
|
6419
6433
|
# resp.vpc_endpoint.endpoint #=> String
|
|
6420
6434
|
#
|
|
@@ -6511,7 +6525,7 @@ module Aws::OpenSearchService
|
|
|
6511
6525
|
tracer: tracer
|
|
6512
6526
|
)
|
|
6513
6527
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
|
6514
|
-
context[:gem_version] = '1.
|
|
6528
|
+
context[:gem_version] = '1.98.0'
|
|
6515
6529
|
Seahorse::Client::Request.new(handlers, context)
|
|
6516
6530
|
end
|
|
6517
6531
|
|
|
@@ -2376,6 +2376,7 @@ module Aws::OpenSearchService
|
|
|
2376
2376
|
VPCDerivedInfo.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SubnetIds"))
|
|
2377
2377
|
VPCDerivedInfo.add_member(:availability_zones, Shapes::ShapeRef.new(shape: StringList, location_name: "AvailabilityZones"))
|
|
2378
2378
|
VPCDerivedInfo.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
|
|
2379
|
+
VPCDerivedInfo.add_member(:egress_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "EgressEnabled"))
|
|
2379
2380
|
VPCDerivedInfo.struct_class = Types::VPCDerivedInfo
|
|
2380
2381
|
|
|
2381
2382
|
VPCDerivedInfoStatus.add_member(:options, Shapes::ShapeRef.new(shape: VPCDerivedInfo, required: true, location_name: "Options"))
|
|
@@ -2384,6 +2385,7 @@ module Aws::OpenSearchService
|
|
|
2384
2385
|
|
|
2385
2386
|
VPCOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SubnetIds"))
|
|
2386
2387
|
VPCOptions.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
|
|
2388
|
+
VPCOptions.add_member(:egress_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "EgressEnabled"))
|
|
2387
2389
|
VPCOptions.struct_class = Types::VPCOptions
|
|
2388
2390
|
|
|
2389
2391
|
ValidationException.struct_class = Types::ValidationException
|
|
@@ -9021,13 +9021,21 @@ module Aws::OpenSearchService
|
|
|
9021
9021
|
# the domain.
|
|
9022
9022
|
# @return [Array<String>]
|
|
9023
9023
|
#
|
|
9024
|
+
# @!attribute [rw] egress_enabled
|
|
9025
|
+
# Indicates whether egress traffic from the domain is routed through
|
|
9026
|
+
# the customer VPC. When `true`, outbound traffic flows through the
|
|
9027
|
+
# VPC. When `false`, outbound traffic goes through the public
|
|
9028
|
+
# internet.
|
|
9029
|
+
# @return [Boolean]
|
|
9030
|
+
#
|
|
9024
9031
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/VPCDerivedInfo AWS API Documentation
|
|
9025
9032
|
#
|
|
9026
9033
|
class VPCDerivedInfo < Struct.new(
|
|
9027
9034
|
:vpc_id,
|
|
9028
9035
|
:subnet_ids,
|
|
9029
9036
|
:availability_zones,
|
|
9030
|
-
:security_group_ids
|
|
9037
|
+
:security_group_ids,
|
|
9038
|
+
:egress_enabled)
|
|
9031
9039
|
SENSITIVE = []
|
|
9032
9040
|
include Aws::Structure
|
|
9033
9041
|
end
|
|
@@ -9071,11 +9079,19 @@ module Aws::OpenSearchService
|
|
|
9071
9079
|
# Service uses the default security group for the VPC.
|
|
9072
9080
|
# @return [Array<String>]
|
|
9073
9081
|
#
|
|
9082
|
+
# @!attribute [rw] egress_enabled
|
|
9083
|
+
# Controls whether egress traffic from the domain is routed through
|
|
9084
|
+
# the customer VPC. When `true`, outbound traffic flows through the
|
|
9085
|
+
# VPC. When `false`, outbound traffic goes through the public
|
|
9086
|
+
# internet.
|
|
9087
|
+
# @return [Boolean]
|
|
9088
|
+
#
|
|
9074
9089
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/VPCOptions AWS API Documentation
|
|
9075
9090
|
#
|
|
9076
9091
|
class VPCOptions < Struct.new(
|
|
9077
9092
|
:subnet_ids,
|
|
9078
|
-
:security_group_ids
|
|
9093
|
+
:security_group_ids,
|
|
9094
|
+
:egress_enabled)
|
|
9079
9095
|
SENSITIVE = []
|
|
9080
9096
|
include Aws::Structure
|
|
9081
9097
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -320,7 +320,8 @@ module Aws
|
|
|
320
320
|
},
|
|
321
321
|
?vpc_options: {
|
|
322
322
|
subnet_ids: Array[::String]?,
|
|
323
|
-
security_group_ids: Array[::String]
|
|
323
|
+
security_group_ids: Array[::String]?,
|
|
324
|
+
egress_enabled: bool?
|
|
324
325
|
},
|
|
325
326
|
?cognito_options: {
|
|
326
327
|
enabled: bool?,
|
|
@@ -527,7 +528,8 @@ module Aws
|
|
|
527
528
|
domain_arn: ::String,
|
|
528
529
|
vpc_options: {
|
|
529
530
|
subnet_ids: Array[::String]?,
|
|
530
|
-
security_group_ids: Array[::String]
|
|
531
|
+
security_group_ids: Array[::String]?,
|
|
532
|
+
egress_enabled: bool?
|
|
531
533
|
},
|
|
532
534
|
?client_token: ::String
|
|
533
535
|
) -> _CreateVpcEndpointResponseSuccess
|
|
@@ -1441,7 +1443,8 @@ module Aws
|
|
|
1441
1443
|
},
|
|
1442
1444
|
?vpc_options: {
|
|
1443
1445
|
subnet_ids: Array[::String]?,
|
|
1444
|
-
security_group_ids: Array[::String]
|
|
1446
|
+
security_group_ids: Array[::String]?,
|
|
1447
|
+
egress_enabled: bool?
|
|
1445
1448
|
},
|
|
1446
1449
|
?cognito_options: {
|
|
1447
1450
|
enabled: bool?,
|
|
@@ -1634,7 +1637,8 @@ module Aws
|
|
|
1634
1637
|
vpc_endpoint_id: ::String,
|
|
1635
1638
|
vpc_options: {
|
|
1636
1639
|
subnet_ids: Array[::String]?,
|
|
1637
|
-
security_group_ids: Array[::String]
|
|
1640
|
+
security_group_ids: Array[::String]?,
|
|
1641
|
+
egress_enabled: bool?
|
|
1638
1642
|
}
|
|
1639
1643
|
) -> _UpdateVpcEndpointResponseSuccess
|
|
1640
1644
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVpcEndpointResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -2301,6 +2301,7 @@ module Aws::OpenSearchService
|
|
|
2301
2301
|
attr_accessor subnet_ids: ::Array[::String]
|
|
2302
2302
|
attr_accessor availability_zones: ::Array[::String]
|
|
2303
2303
|
attr_accessor security_group_ids: ::Array[::String]
|
|
2304
|
+
attr_accessor egress_enabled: bool
|
|
2304
2305
|
SENSITIVE: []
|
|
2305
2306
|
end
|
|
2306
2307
|
|
|
@@ -2313,6 +2314,7 @@ module Aws::OpenSearchService
|
|
|
2313
2314
|
class VPCOptions
|
|
2314
2315
|
attr_accessor subnet_ids: ::Array[::String]
|
|
2315
2316
|
attr_accessor security_group_ids: ::Array[::String]
|
|
2317
|
+
attr_accessor egress_enabled: bool
|
|
2316
2318
|
SENSITIVE: []
|
|
2317
2319
|
end
|
|
2318
2320
|
|