aws-sdk-opensearchservice 1.81.0 → 1.82.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 +13 -1
- data/lib/aws-sdk-opensearchservice/client_api.rb +4 -0
- data/lib/aws-sdk-opensearchservice/types.rb +24 -3
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- data/sig/client.rbs +4 -1
- data/sig/types.rbs +3 -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: 151337a5855f60f4b982c8d0824a5ca3d841bb276066671568f03ad7da3aad7c
|
|
4
|
+
data.tar.gz: 432916cc0ec16e3b71c92f14af2095dde1a0467ec25e5df08165e802313c5edc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffddddec7e9f180aa07bb894a95dfd18014cee246edd1d667753dc1260bdf59c447c92053ac3c5b4fd934b59a4288bbc9378a2db8e0d457c220bc2c8ee4af1e2
|
|
7
|
+
data.tar.gz: 9ed945b40a2b2b67d0f9ffb3f06f5b3c5960be8a43f01f98b26d24df39334596a1a1132592f281eb67fdbe92109373e0241d62a0fcfeac74ff90015df1933459
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.82.0 (2025-12-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - The CreateApplication API now supports an optional kms key arn parameter to allow customers to specify a CMK for application encryption.
|
|
8
|
+
|
|
4
9
|
1.81.0 (2025-12-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.82.0
|
|
@@ -958,6 +958,13 @@ module Aws::OpenSearchService
|
|
|
958
958
|
# @option params [Array<Types::Tag>] :tag_list
|
|
959
959
|
# A list of tags attached to a domain.
|
|
960
960
|
#
|
|
961
|
+
# @option params [String] :kms_key_arn
|
|
962
|
+
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
963
|
+
# application's data at rest. If provided, the application uses your
|
|
964
|
+
# customer-managed key for encryption. If omitted, the application uses
|
|
965
|
+
# an AWS-managed key. The KMS key must be in the same region as the
|
|
966
|
+
# application.
|
|
967
|
+
#
|
|
961
968
|
# @return [Types::CreateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
962
969
|
#
|
|
963
970
|
# * {Types::CreateApplicationResponse#id #id} => String
|
|
@@ -968,6 +975,7 @@ module Aws::OpenSearchService
|
|
|
968
975
|
# * {Types::CreateApplicationResponse#app_configs #app_configs} => Array<Types::AppConfig>
|
|
969
976
|
# * {Types::CreateApplicationResponse#tag_list #tag_list} => Array<Types::Tag>
|
|
970
977
|
# * {Types::CreateApplicationResponse#created_at #created_at} => Time
|
|
978
|
+
# * {Types::CreateApplicationResponse#kms_key_arn #kms_key_arn} => String
|
|
971
979
|
#
|
|
972
980
|
# @example Request syntax with placeholder values
|
|
973
981
|
#
|
|
@@ -997,6 +1005,7 @@ module Aws::OpenSearchService
|
|
|
997
1005
|
# value: "TagValue", # required
|
|
998
1006
|
# },
|
|
999
1007
|
# ],
|
|
1008
|
+
# kms_key_arn: "KmsKeyArn",
|
|
1000
1009
|
# })
|
|
1001
1010
|
#
|
|
1002
1011
|
# @example Response structure
|
|
@@ -1018,6 +1027,7 @@ module Aws::OpenSearchService
|
|
|
1018
1027
|
# resp.tag_list[0].key #=> String
|
|
1019
1028
|
# resp.tag_list[0].value #=> String
|
|
1020
1029
|
# resp.created_at #=> Time
|
|
1030
|
+
# resp.kms_key_arn #=> String
|
|
1021
1031
|
#
|
|
1022
1032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateApplication AWS API Documentation
|
|
1023
1033
|
#
|
|
@@ -3660,6 +3670,7 @@ module Aws::OpenSearchService
|
|
|
3660
3670
|
# * {Types::GetApplicationResponse#app_configs #app_configs} => Array<Types::AppConfig>
|
|
3661
3671
|
# * {Types::GetApplicationResponse#created_at #created_at} => Time
|
|
3662
3672
|
# * {Types::GetApplicationResponse#last_updated_at #last_updated_at} => Time
|
|
3673
|
+
# * {Types::GetApplicationResponse#kms_key_arn #kms_key_arn} => String
|
|
3663
3674
|
#
|
|
3664
3675
|
# @example Request syntax with placeholder values
|
|
3665
3676
|
#
|
|
@@ -3686,6 +3697,7 @@ module Aws::OpenSearchService
|
|
|
3686
3697
|
# resp.app_configs[0].value #=> String
|
|
3687
3698
|
# resp.created_at #=> Time
|
|
3688
3699
|
# resp.last_updated_at #=> Time
|
|
3700
|
+
# resp.kms_key_arn #=> String
|
|
3689
3701
|
#
|
|
3690
3702
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/GetApplication AWS API Documentation
|
|
3691
3703
|
#
|
|
@@ -6102,7 +6114,7 @@ module Aws::OpenSearchService
|
|
|
6102
6114
|
tracer: tracer
|
|
6103
6115
|
)
|
|
6104
6116
|
context[:gem_name] = 'aws-sdk-opensearchservice'
|
|
6105
|
-
context[:gem_version] = '1.
|
|
6117
|
+
context[:gem_version] = '1.82.0'
|
|
6106
6118
|
Seahorse::Client::Request.new(handlers, context)
|
|
6107
6119
|
end
|
|
6108
6120
|
|
|
@@ -310,6 +310,7 @@ module Aws::OpenSearchService
|
|
|
310
310
|
JWTOptionsInput = Shapes::StructureShape.new(name: 'JWTOptionsInput')
|
|
311
311
|
JWTOptionsOutput = Shapes::StructureShape.new(name: 'JWTOptionsOutput')
|
|
312
312
|
KeyStoreAccessOption = Shapes::StructureShape.new(name: 'KeyStoreAccessOption')
|
|
313
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
|
313
314
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
|
314
315
|
LastUpdated = Shapes::TimestampShape.new(name: 'LastUpdated')
|
|
315
316
|
LicenseFilepath = Shapes::StringShape.new(name: 'LicenseFilepath')
|
|
@@ -865,6 +866,7 @@ module Aws::OpenSearchService
|
|
|
865
866
|
CreateApplicationRequest.add_member(:iam_identity_center_options, Shapes::ShapeRef.new(shape: IamIdentityCenterOptionsInput, location_name: "iamIdentityCenterOptions"))
|
|
866
867
|
CreateApplicationRequest.add_member(:app_configs, Shapes::ShapeRef.new(shape: AppConfigs, location_name: "appConfigs"))
|
|
867
868
|
CreateApplicationRequest.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
|
|
869
|
+
CreateApplicationRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
868
870
|
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
|
869
871
|
|
|
870
872
|
CreateApplicationResponse.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "id"))
|
|
@@ -875,6 +877,7 @@ module Aws::OpenSearchService
|
|
|
875
877
|
CreateApplicationResponse.add_member(:app_configs, Shapes::ShapeRef.new(shape: AppConfigs, location_name: "appConfigs"))
|
|
876
878
|
CreateApplicationResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "tagList"))
|
|
877
879
|
CreateApplicationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
880
|
+
CreateApplicationResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
878
881
|
CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
|
|
879
882
|
|
|
880
883
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
|
@@ -1386,6 +1389,7 @@ module Aws::OpenSearchService
|
|
|
1386
1389
|
GetApplicationResponse.add_member(:app_configs, Shapes::ShapeRef.new(shape: AppConfigs, location_name: "appConfigs"))
|
|
1387
1390
|
GetApplicationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
1388
1391
|
GetApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
|
1392
|
+
GetApplicationResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1389
1393
|
GetApplicationResponse.struct_class = Types::GetApplicationResponse
|
|
1390
1394
|
|
|
1391
1395
|
GetCompatibleVersionsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location: "querystring", location_name: "domainName"))
|
|
@@ -1575,6 +1575,14 @@ module Aws::OpenSearchService
|
|
|
1575
1575
|
# A list of tags attached to a domain.
|
|
1576
1576
|
# @return [Array<Types::Tag>]
|
|
1577
1577
|
#
|
|
1578
|
+
# @!attribute [rw] kms_key_arn
|
|
1579
|
+
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
1580
|
+
# application's data at rest. If provided, the application uses your
|
|
1581
|
+
# customer-managed key for encryption. If omitted, the application
|
|
1582
|
+
# uses an AWS-managed key. The KMS key must be in the same region as
|
|
1583
|
+
# the application.
|
|
1584
|
+
# @return [String]
|
|
1585
|
+
#
|
|
1578
1586
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateApplicationRequest AWS API Documentation
|
|
1579
1587
|
#
|
|
1580
1588
|
class CreateApplicationRequest < Struct.new(
|
|
@@ -1583,7 +1591,8 @@ module Aws::OpenSearchService
|
|
|
1583
1591
|
:data_sources,
|
|
1584
1592
|
:iam_identity_center_options,
|
|
1585
1593
|
:app_configs,
|
|
1586
|
-
:tag_list
|
|
1594
|
+
:tag_list,
|
|
1595
|
+
:kms_key_arn)
|
|
1587
1596
|
SENSITIVE = []
|
|
1588
1597
|
include Aws::Structure
|
|
1589
1598
|
end
|
|
@@ -1629,6 +1638,11 @@ module Aws::OpenSearchService
|
|
|
1629
1638
|
# created.
|
|
1630
1639
|
# @return [Time]
|
|
1631
1640
|
#
|
|
1641
|
+
# @!attribute [rw] kms_key_arn
|
|
1642
|
+
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
1643
|
+
# application's data at rest.
|
|
1644
|
+
# @return [String]
|
|
1645
|
+
#
|
|
1632
1646
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateApplicationResponse AWS API Documentation
|
|
1633
1647
|
#
|
|
1634
1648
|
class CreateApplicationResponse < Struct.new(
|
|
@@ -1639,7 +1653,8 @@ module Aws::OpenSearchService
|
|
|
1639
1653
|
:iam_identity_center_options,
|
|
1640
1654
|
:app_configs,
|
|
1641
1655
|
:tag_list,
|
|
1642
|
-
:created_at
|
|
1656
|
+
:created_at,
|
|
1657
|
+
:kms_key_arn)
|
|
1643
1658
|
SENSITIVE = []
|
|
1644
1659
|
include Aws::Structure
|
|
1645
1660
|
end
|
|
@@ -4210,6 +4225,11 @@ module Aws::OpenSearchService
|
|
|
4210
4225
|
# The timestamp of the last update to the OpenSearch application.
|
|
4211
4226
|
# @return [Time]
|
|
4212
4227
|
#
|
|
4228
|
+
# @!attribute [rw] kms_key_arn
|
|
4229
|
+
# The Amazon Resource Name (ARN) of the KMS key used to encrypt the
|
|
4230
|
+
# application's data at rest.
|
|
4231
|
+
# @return [String]
|
|
4232
|
+
#
|
|
4213
4233
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/GetApplicationResponse AWS API Documentation
|
|
4214
4234
|
#
|
|
4215
4235
|
class GetApplicationResponse < Struct.new(
|
|
@@ -4222,7 +4242,8 @@ module Aws::OpenSearchService
|
|
|
4222
4242
|
:data_sources,
|
|
4223
4243
|
:app_configs,
|
|
4224
4244
|
:created_at,
|
|
4225
|
-
:last_updated_at
|
|
4245
|
+
:last_updated_at,
|
|
4246
|
+
:kms_key_arn)
|
|
4226
4247
|
SENSITIVE = []
|
|
4227
4248
|
include Aws::Structure
|
|
4228
4249
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -228,6 +228,7 @@ module Aws
|
|
|
228
228
|
def app_configs: () -> ::Array[Types::AppConfig]
|
|
229
229
|
def tag_list: () -> ::Array[Types::Tag]
|
|
230
230
|
def created_at: () -> ::Time
|
|
231
|
+
def kms_key_arn: () -> ::String
|
|
231
232
|
end
|
|
232
233
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#create_application-instance_method
|
|
233
234
|
def create_application: (
|
|
@@ -255,7 +256,8 @@ module Aws
|
|
|
255
256
|
key: ::String,
|
|
256
257
|
value: ::String
|
|
257
258
|
},
|
|
258
|
-
]
|
|
259
|
+
],
|
|
260
|
+
?kms_key_arn: ::String
|
|
259
261
|
) -> _CreateApplicationResponseSuccess
|
|
260
262
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
|
|
261
263
|
|
|
@@ -840,6 +842,7 @@ module Aws
|
|
|
840
842
|
def app_configs: () -> ::Array[Types::AppConfig]
|
|
841
843
|
def created_at: () -> ::Time
|
|
842
844
|
def last_updated_at: () -> ::Time
|
|
845
|
+
def kms_key_arn: () -> ::String
|
|
843
846
|
end
|
|
844
847
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchService/Client.html#get_application-instance_method
|
|
845
848
|
def get_application: (
|
data/sig/types.rbs
CHANGED
|
@@ -388,6 +388,7 @@ module Aws::OpenSearchService
|
|
|
388
388
|
attr_accessor iam_identity_center_options: Types::IamIdentityCenterOptionsInput
|
|
389
389
|
attr_accessor app_configs: ::Array[Types::AppConfig]
|
|
390
390
|
attr_accessor tag_list: ::Array[Types::Tag]
|
|
391
|
+
attr_accessor kms_key_arn: ::String
|
|
391
392
|
SENSITIVE: []
|
|
392
393
|
end
|
|
393
394
|
|
|
@@ -400,6 +401,7 @@ module Aws::OpenSearchService
|
|
|
400
401
|
attr_accessor app_configs: ::Array[Types::AppConfig]
|
|
401
402
|
attr_accessor tag_list: ::Array[Types::Tag]
|
|
402
403
|
attr_accessor created_at: ::Time
|
|
404
|
+
attr_accessor kms_key_arn: ::String
|
|
403
405
|
SENSITIVE: []
|
|
404
406
|
end
|
|
405
407
|
|
|
@@ -1064,6 +1066,7 @@ module Aws::OpenSearchService
|
|
|
1064
1066
|
attr_accessor app_configs: ::Array[Types::AppConfig]
|
|
1065
1067
|
attr_accessor created_at: ::Time
|
|
1066
1068
|
attr_accessor last_updated_at: ::Time
|
|
1069
|
+
attr_accessor kms_key_arn: ::String
|
|
1067
1070
|
SENSITIVE: []
|
|
1068
1071
|
end
|
|
1069
1072
|
|