aws-sdk-opensearchserverless 1.39.0 → 1.40.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d7b3635cec46ea8d7661afc6cf99b4a910aef4232a3c1703409efe96dee364b
4
- data.tar.gz: f0f1213daa4c2e9466fabea43e578da175a172b89802c1a346177a2210307dda
3
+ metadata.gz: 0fa39fba4d0a943bd175777124f79d29e86884b39b473dbd5e2534817d355664
4
+ data.tar.gz: 0a810f13532ce7ec71330ef4a7c37f4a05fc4b7b0748e9128252d543df80fb25
5
5
  SHA512:
6
- metadata.gz: 425265613b9c1e050c9601f1c70e45e9e53029fb9043e2a8e742978520e9347da3b17ce67790ea5b3b84bb7630307eb0c195a9b631d0c280b500627f85a292e1
7
- data.tar.gz: e0e7bb01d39c98b850b614a51f131fe169b936de315cf38c2d9c83939b726517765679b96ba04139d03e1249bde684aeb644c75a01c9af493f0c099b3a7145b8
6
+ metadata.gz: e1170762aeb4a64c00e5531f772f25dcb908efc41d92899cfbbf2ec33ba36b543daca70251b7bc5a89fa0ea13abbbf8faf24e83fc65c6abbc120952010c16f79
7
+ data.tar.gz: f5dbf3533400a813fc68f204482eaf68f2bd2e68ec473748418227faf8aebcca6607f9bbed28e2ab82ce02f83094d243ebc096f22808b71be91640506d0db507
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-07-29)
5
+ ------------------
6
+
7
+ * Feature - This is to support Granular access control support for SAML with IAMFedraton in AOSS
8
+
4
9
  1.39.0 (2025-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -919,13 +919,18 @@ module Aws::OpenSearchServerless
919
919
  #
920
920
  # @option params [Types::SamlConfigOptions] :saml_options
921
921
  # Describes SAML options in in the form of a key-value map. This field
922
- # is required if you specify `saml` for the `type` parameter.
922
+ # is required if you specify `SAML` for the `type` parameter.
923
923
  #
924
924
  # @option params [Types::CreateIamIdentityCenterConfigOptions] :iam_identity_center_options
925
925
  # Describes IAM Identity Center options in the form of a key-value map.
926
926
  # This field is required if you specify iamidentitycenter for the type
927
927
  # parameter.
928
928
  #
929
+ # @option params [Types::IamFederationConfigOptions] :iam_federation_options
930
+ # Describes IAM federation options in the form of a key-value map. This
931
+ # field is required if you specify `iamFederation` for the `type`
932
+ # parameter.
933
+ #
929
934
  # @option params [String] :client_token
930
935
  # Unique, case-sensitive identifier to ensure idempotency of the
931
936
  # request.
@@ -940,7 +945,7 @@ module Aws::OpenSearchServerless
940
945
  # @example Request syntax with placeholder values
941
946
  #
942
947
  # resp = client.create_security_config({
943
- # type: "saml", # required, accepts saml, iamidentitycenter
948
+ # type: "saml", # required, accepts saml, iamidentitycenter, iamfederation
944
949
  # name: "ConfigName", # required
945
950
  # description: "ConfigDescription",
946
951
  # saml_options: {
@@ -955,13 +960,17 @@ module Aws::OpenSearchServerless
955
960
  # user_attribute: "UserId", # accepts UserId, UserName, Email
956
961
  # group_attribute: "GroupId", # accepts GroupId, GroupName
957
962
  # },
963
+ # iam_federation_options: {
964
+ # group_attribute: "iamFederationGroupAttribute",
965
+ # user_attribute: "iamFederationUserAttribute",
966
+ # },
958
967
  # client_token: "ClientToken",
959
968
  # })
960
969
  #
961
970
  # @example Response structure
962
971
  #
963
972
  # resp.security_config_detail.id #=> String
964
- # resp.security_config_detail.type #=> String, one of "saml", "iamidentitycenter"
973
+ # resp.security_config_detail.type #=> String, one of "saml", "iamidentitycenter", "iamfederation"
965
974
  # resp.security_config_detail.config_version #=> String
966
975
  # resp.security_config_detail.description #=> String
967
976
  # resp.security_config_detail.saml_options.metadata #=> String
@@ -975,6 +984,8 @@ module Aws::OpenSearchServerless
975
984
  # resp.security_config_detail.iam_identity_center_options.application_description #=> String
976
985
  # resp.security_config_detail.iam_identity_center_options.user_attribute #=> String, one of "UserId", "UserName", "Email"
977
986
  # resp.security_config_detail.iam_identity_center_options.group_attribute #=> String, one of "GroupId", "GroupName"
987
+ # resp.security_config_detail.iam_federation_options.group_attribute #=> String
988
+ # resp.security_config_detail.iam_federation_options.user_attribute #=> String
978
989
  # resp.security_config_detail.created_date #=> Integer
979
990
  # resp.security_config_detail.last_modified_date #=> Integer
980
991
  #
@@ -1469,7 +1480,7 @@ module Aws::OpenSearchServerless
1469
1480
  # @example Response structure
1470
1481
  #
1471
1482
  # resp.security_config_detail.id #=> String
1472
- # resp.security_config_detail.type #=> String, one of "saml", "iamidentitycenter"
1483
+ # resp.security_config_detail.type #=> String, one of "saml", "iamidentitycenter", "iamfederation"
1473
1484
  # resp.security_config_detail.config_version #=> String
1474
1485
  # resp.security_config_detail.description #=> String
1475
1486
  # resp.security_config_detail.saml_options.metadata #=> String
@@ -1483,6 +1494,8 @@ module Aws::OpenSearchServerless
1483
1494
  # resp.security_config_detail.iam_identity_center_options.application_description #=> String
1484
1495
  # resp.security_config_detail.iam_identity_center_options.user_attribute #=> String, one of "UserId", "UserName", "Email"
1485
1496
  # resp.security_config_detail.iam_identity_center_options.group_attribute #=> String, one of "GroupId", "GroupName"
1497
+ # resp.security_config_detail.iam_federation_options.group_attribute #=> String
1498
+ # resp.security_config_detail.iam_federation_options.user_attribute #=> String
1486
1499
  # resp.security_config_detail.created_date #=> Integer
1487
1500
  # resp.security_config_detail.last_modified_date #=> Integer
1488
1501
  #
@@ -1750,7 +1763,7 @@ module Aws::OpenSearchServerless
1750
1763
  # @example Request syntax with placeholder values
1751
1764
  #
1752
1765
  # resp = client.list_security_configs({
1753
- # type: "saml", # required, accepts saml, iamidentitycenter
1766
+ # type: "saml", # required, accepts saml, iamidentitycenter, iamfederation
1754
1767
  # next_token: "String",
1755
1768
  # max_results: 1,
1756
1769
  # })
@@ -1759,7 +1772,7 @@ module Aws::OpenSearchServerless
1759
1772
  #
1760
1773
  # resp.security_config_summaries #=> Array
1761
1774
  # resp.security_config_summaries[0].id #=> String
1762
- # resp.security_config_summaries[0].type #=> String, one of "saml", "iamidentitycenter"
1775
+ # resp.security_config_summaries[0].type #=> String, one of "saml", "iamidentitycenter", "iamfederation"
1763
1776
  # resp.security_config_summaries[0].config_version #=> String
1764
1777
  # resp.security_config_summaries[0].description #=> String
1765
1778
  # resp.security_config_summaries[0].created_date #=> Integer
@@ -2247,6 +2260,11 @@ module Aws::OpenSearchServerless
2247
2260
  # @option params [Types::UpdateIamIdentityCenterConfigOptions] :iam_identity_center_options_updates
2248
2261
  # Describes IAM Identity Center options in the form of a key-value map.
2249
2262
  #
2263
+ # @option params [Types::IamFederationConfigOptions] :iam_federation_options
2264
+ # Describes IAM federation options in the form of a key-value map for
2265
+ # updating an existing security configuration. Use this field to modify
2266
+ # IAM federation settings for the security configuration.
2267
+ #
2250
2268
  # @option params [String] :client_token
2251
2269
  # Unique, case-sensitive identifier to ensure idempotency of the
2252
2270
  # request.
@@ -2275,13 +2293,17 @@ module Aws::OpenSearchServerless
2275
2293
  # user_attribute: "UserId", # accepts UserId, UserName, Email
2276
2294
  # group_attribute: "GroupId", # accepts GroupId, GroupName
2277
2295
  # },
2296
+ # iam_federation_options: {
2297
+ # group_attribute: "iamFederationGroupAttribute",
2298
+ # user_attribute: "iamFederationUserAttribute",
2299
+ # },
2278
2300
  # client_token: "ClientToken",
2279
2301
  # })
2280
2302
  #
2281
2303
  # @example Response structure
2282
2304
  #
2283
2305
  # resp.security_config_detail.id #=> String
2284
- # resp.security_config_detail.type #=> String, one of "saml", "iamidentitycenter"
2306
+ # resp.security_config_detail.type #=> String, one of "saml", "iamidentitycenter", "iamfederation"
2285
2307
  # resp.security_config_detail.config_version #=> String
2286
2308
  # resp.security_config_detail.description #=> String
2287
2309
  # resp.security_config_detail.saml_options.metadata #=> String
@@ -2295,6 +2317,8 @@ module Aws::OpenSearchServerless
2295
2317
  # resp.security_config_detail.iam_identity_center_options.application_description #=> String
2296
2318
  # resp.security_config_detail.iam_identity_center_options.user_attribute #=> String, one of "UserId", "UserName", "Email"
2297
2319
  # resp.security_config_detail.iam_identity_center_options.group_attribute #=> String, one of "GroupId", "GroupName"
2320
+ # resp.security_config_detail.iam_federation_options.group_attribute #=> String
2321
+ # resp.security_config_detail.iam_federation_options.user_attribute #=> String
2298
2322
  # resp.security_config_detail.created_date #=> Integer
2299
2323
  # resp.security_config_detail.last_modified_date #=> Integer
2300
2324
  #
@@ -2458,7 +2482,7 @@ module Aws::OpenSearchServerless
2458
2482
  tracer: tracer
2459
2483
  )
2460
2484
  context[:gem_name] = 'aws-sdk-opensearchserverless'
2461
- context[:gem_version] = '1.39.0'
2485
+ context[:gem_version] = '1.40.0'
2462
2486
  Seahorse::Client::Request.new(handlers, context)
2463
2487
  end
2464
2488
 
@@ -93,6 +93,7 @@ module Aws::OpenSearchServerless
93
93
  GetSecurityConfigResponse = Shapes::StructureShape.new(name: 'GetSecurityConfigResponse')
94
94
  GetSecurityPolicyRequest = Shapes::StructureShape.new(name: 'GetSecurityPolicyRequest')
95
95
  GetSecurityPolicyResponse = Shapes::StructureShape.new(name: 'GetSecurityPolicyResponse')
96
+ IamFederationConfigOptions = Shapes::StructureShape.new(name: 'IamFederationConfigOptions')
96
97
  IamIdentityCenterApplicationArn = Shapes::StringShape.new(name: 'IamIdentityCenterApplicationArn')
97
98
  IamIdentityCenterConfigOptions = Shapes::StructureShape.new(name: 'IamIdentityCenterConfigOptions')
98
99
  IamIdentityCenterGroupAttribute = Shapes::StringShape.new(name: 'IamIdentityCenterGroupAttribute')
@@ -207,6 +208,8 @@ module Aws::OpenSearchServerless
207
208
  VpcEndpointSummaries = Shapes::ListShape.new(name: 'VpcEndpointSummaries')
208
209
  VpcEndpointSummary = Shapes::StructureShape.new(name: 'VpcEndpointSummary')
209
210
  VpcId = Shapes::StringShape.new(name: 'VpcId')
211
+ iamFederationGroupAttribute = Shapes::StringShape.new(name: 'iamFederationGroupAttribute')
212
+ iamFederationUserAttribute = Shapes::StringShape.new(name: 'iamFederationUserAttribute')
210
213
  openSearchServerlessEntityId = Shapes::StringShape.new(name: 'openSearchServerlessEntityId')
211
214
  samlGroupAttribute = Shapes::StringShape.new(name: 'samlGroupAttribute')
212
215
  samlMetadata = Shapes::StringShape.new(name: 'samlMetadata')
@@ -368,6 +371,7 @@ module Aws::OpenSearchServerless
368
371
  CreateSecurityConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigDescription, location_name: "description"))
369
372
  CreateSecurityConfigRequest.add_member(:saml_options, Shapes::ShapeRef.new(shape: SamlConfigOptions, location_name: "samlOptions"))
370
373
  CreateSecurityConfigRequest.add_member(:iam_identity_center_options, Shapes::ShapeRef.new(shape: CreateIamIdentityCenterConfigOptions, location_name: "iamIdentityCenterOptions"))
374
+ CreateSecurityConfigRequest.add_member(:iam_federation_options, Shapes::ShapeRef.new(shape: IamFederationConfigOptions, location_name: "iamFederationOptions"))
371
375
  CreateSecurityConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
372
376
  CreateSecurityConfigRequest.struct_class = Types::CreateSecurityConfigRequest
373
377
 
@@ -502,6 +506,10 @@ module Aws::OpenSearchServerless
502
506
  GetSecurityPolicyResponse.add_member(:security_policy_detail, Shapes::ShapeRef.new(shape: SecurityPolicyDetail, location_name: "securityPolicyDetail"))
503
507
  GetSecurityPolicyResponse.struct_class = Types::GetSecurityPolicyResponse
504
508
 
509
+ IamFederationConfigOptions.add_member(:group_attribute, Shapes::ShapeRef.new(shape: iamFederationGroupAttribute, location_name: "groupAttribute"))
510
+ IamFederationConfigOptions.add_member(:user_attribute, Shapes::ShapeRef.new(shape: iamFederationUserAttribute, location_name: "userAttribute"))
511
+ IamFederationConfigOptions.struct_class = Types::IamFederationConfigOptions
512
+
505
513
  IamIdentityCenterConfigOptions.add_member(:instance_arn, Shapes::ShapeRef.new(shape: IamIdentityCenterInstanceArn, location_name: "instanceArn"))
506
514
  IamIdentityCenterConfigOptions.add_member(:application_arn, Shapes::ShapeRef.new(shape: IamIdentityCenterApplicationArn, location_name: "applicationArn"))
507
515
  IamIdentityCenterConfigOptions.add_member(:application_name, Shapes::ShapeRef.new(shape: String, location_name: "applicationName"))
@@ -645,6 +653,7 @@ module Aws::OpenSearchServerless
645
653
  SecurityConfigDetail.add_member(:description, Shapes::ShapeRef.new(shape: ConfigDescription, location_name: "description"))
646
654
  SecurityConfigDetail.add_member(:saml_options, Shapes::ShapeRef.new(shape: SamlConfigOptions, location_name: "samlOptions"))
647
655
  SecurityConfigDetail.add_member(:iam_identity_center_options, Shapes::ShapeRef.new(shape: IamIdentityCenterConfigOptions, location_name: "iamIdentityCenterOptions"))
656
+ SecurityConfigDetail.add_member(:iam_federation_options, Shapes::ShapeRef.new(shape: IamFederationConfigOptions, location_name: "iamFederationOptions"))
648
657
  SecurityConfigDetail.add_member(:created_date, Shapes::ShapeRef.new(shape: Long, location_name: "createdDate"))
649
658
  SecurityConfigDetail.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: Long, location_name: "lastModifiedDate"))
650
659
  SecurityConfigDetail.struct_class = Types::SecurityConfigDetail
@@ -771,6 +780,7 @@ module Aws::OpenSearchServerless
771
780
  UpdateSecurityConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigDescription, location_name: "description"))
772
781
  UpdateSecurityConfigRequest.add_member(:saml_options, Shapes::ShapeRef.new(shape: SamlConfigOptions, location_name: "samlOptions"))
773
782
  UpdateSecurityConfigRequest.add_member(:iam_identity_center_options_updates, Shapes::ShapeRef.new(shape: UpdateIamIdentityCenterConfigOptions, location_name: "iamIdentityCenterOptionsUpdates"))
783
+ UpdateSecurityConfigRequest.add_member(:iam_federation_options, Shapes::ShapeRef.new(shape: IamFederationConfigOptions, location_name: "iamFederationOptions"))
774
784
  UpdateSecurityConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
775
785
  UpdateSecurityConfigRequest.struct_class = Types::UpdateSecurityConfigRequest
776
786
 
@@ -719,7 +719,7 @@ module Aws::OpenSearchServerless
719
719
  #
720
720
  # @!attribute [rw] saml_options
721
721
  # Describes SAML options in in the form of a key-value map. This field
722
- # is required if you specify `saml` for the `type` parameter.
722
+ # is required if you specify `SAML` for the `type` parameter.
723
723
  # @return [Types::SamlConfigOptions]
724
724
  #
725
725
  # @!attribute [rw] iam_identity_center_options
@@ -728,6 +728,12 @@ module Aws::OpenSearchServerless
728
728
  # type parameter.
729
729
  # @return [Types::CreateIamIdentityCenterConfigOptions]
730
730
  #
731
+ # @!attribute [rw] iam_federation_options
732
+ # Describes IAM federation options in the form of a key-value map.
733
+ # This field is required if you specify `iamFederation` for the `type`
734
+ # parameter.
735
+ # @return [Types::IamFederationConfigOptions]
736
+ #
731
737
  # @!attribute [rw] client_token
732
738
  # Unique, case-sensitive identifier to ensure idempotency of the
733
739
  # request.
@@ -744,6 +750,7 @@ module Aws::OpenSearchServerless
744
750
  :description,
745
751
  :saml_options,
746
752
  :iam_identity_center_options,
753
+ :iam_federation_options,
747
754
  :client_token)
748
755
  SENSITIVE = []
749
756
  include Aws::Structure
@@ -1341,6 +1348,32 @@ module Aws::OpenSearchServerless
1341
1348
  include Aws::Structure
1342
1349
  end
1343
1350
 
1351
+ # Describes IAM federation options for an OpenSearch Serverless security
1352
+ # configuration in the form of a key-value map. These options define how
1353
+ # OpenSearch Serverless integrates with external identity providers
1354
+ # using federation.
1355
+ #
1356
+ # @!attribute [rw] group_attribute
1357
+ # The group attribute for this IAM federation integration. This
1358
+ # attribute is used to map identity provider groups to OpenSearch
1359
+ # Serverless permissions.
1360
+ # @return [String]
1361
+ #
1362
+ # @!attribute [rw] user_attribute
1363
+ # The user attribute for this IAM federation integration. This
1364
+ # attribute is used to identify users in the federated authentication
1365
+ # process.
1366
+ # @return [String]
1367
+ #
1368
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearchserverless-2021-11-01/IamFederationConfigOptions AWS API Documentation
1369
+ #
1370
+ class IamFederationConfigOptions < Struct.new(
1371
+ :group_attribute,
1372
+ :user_attribute)
1373
+ SENSITIVE = []
1374
+ include Aws::Structure
1375
+ end
1376
+
1344
1377
  # Describes IAM Identity Center options for an OpenSearch Serverless
1345
1378
  # security configuration in the form of a key-value map.
1346
1379
  #
@@ -1938,8 +1971,8 @@ module Aws::OpenSearchServerless
1938
1971
  # @return [String]
1939
1972
  #
1940
1973
  # @!attribute [rw] open_search_serverless_entity_id
1941
- # Custom entity id attribute to override default entity id for this
1942
- # saml integration.
1974
+ # Custom entity ID attribute to override the default entity ID for
1975
+ # this SAML integration.
1943
1976
  # @return [String]
1944
1977
  #
1945
1978
  # @!attribute [rw] session_timeout
@@ -1986,6 +2019,12 @@ module Aws::OpenSearchServerless
1986
2019
  # map.
1987
2020
  # @return [Types::IamIdentityCenterConfigOptions]
1988
2021
  #
2022
+ # @!attribute [rw] iam_federation_options
2023
+ # Describes IAM federation options in the form of a key-value map.
2024
+ # Contains configuration details about how OpenSearch Serverless
2025
+ # integrates with external identity providers through federation.
2026
+ # @return [Types::IamFederationConfigOptions]
2027
+ #
1989
2028
  # @!attribute [rw] created_date
1990
2029
  # The date the configuration was created.
1991
2030
  # @return [Integer]
@@ -2003,6 +2042,7 @@ module Aws::OpenSearchServerless
2003
2042
  :description,
2004
2043
  :saml_options,
2005
2044
  :iam_identity_center_options,
2045
+ :iam_federation_options,
2006
2046
  :created_date,
2007
2047
  :last_modified_date)
2008
2048
  SENSITIVE = []
@@ -2542,6 +2582,12 @@ module Aws::OpenSearchServerless
2542
2582
  # map.
2543
2583
  # @return [Types::UpdateIamIdentityCenterConfigOptions]
2544
2584
  #
2585
+ # @!attribute [rw] iam_federation_options
2586
+ # Describes IAM federation options in the form of a key-value map for
2587
+ # updating an existing security configuration. Use this field to
2588
+ # modify IAM federation settings for the security configuration.
2589
+ # @return [Types::IamFederationConfigOptions]
2590
+ #
2545
2591
  # @!attribute [rw] client_token
2546
2592
  # Unique, case-sensitive identifier to ensure idempotency of the
2547
2593
  # request.
@@ -2558,6 +2604,7 @@ module Aws::OpenSearchServerless
2558
2604
  :description,
2559
2605
  :saml_options,
2560
2606
  :iam_identity_center_options_updates,
2607
+ :iam_federation_options,
2561
2608
  :client_token)
2562
2609
  SENSITIVE = []
2563
2610
  include Aws::Structure
@@ -55,7 +55,7 @@ module Aws::OpenSearchServerless
55
55
  autoload :EndpointProvider, 'aws-sdk-opensearchserverless/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-opensearchserverless/endpoints'
57
57
 
58
- GEM_VERSION = '1.39.0'
58
+ GEM_VERSION = '1.40.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -188,7 +188,7 @@ module Aws
188
188
  end
189
189
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchServerless/Client.html#create_security_config-instance_method
190
190
  def create_security_config: (
191
- type: ("saml" | "iamidentitycenter"),
191
+ type: ("saml" | "iamidentitycenter" | "iamfederation"),
192
192
  name: ::String,
193
193
  ?description: ::String,
194
194
  ?saml_options: {
@@ -203,6 +203,10 @@ module Aws
203
203
  user_attribute: ("UserId" | "UserName" | "Email")?,
204
204
  group_attribute: ("GroupId" | "GroupName")?
205
205
  },
206
+ ?iam_federation_options: {
207
+ group_attribute: ::String?,
208
+ user_attribute: ::String?
209
+ },
206
210
  ?client_token: ::String
207
211
  ) -> _CreateSecurityConfigResponseSuccess
208
212
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSecurityConfigResponseSuccess
@@ -405,7 +409,7 @@ module Aws
405
409
  end
406
410
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/OpenSearchServerless/Client.html#list_security_configs-instance_method
407
411
  def list_security_configs: (
408
- type: ("saml" | "iamidentitycenter"),
412
+ type: ("saml" | "iamidentitycenter" | "iamfederation"),
409
413
  ?next_token: ::String,
410
414
  ?max_results: ::Integer
411
415
  ) -> _ListSecurityConfigsResponseSuccess
@@ -550,6 +554,10 @@ module Aws
550
554
  user_attribute: ("UserId" | "UserName" | "Email")?,
551
555
  group_attribute: ("GroupId" | "GroupName")?
552
556
  },
557
+ ?iam_federation_options: {
558
+ group_attribute: ::String?,
559
+ user_attribute: ::String?
560
+ },
553
561
  ?client_token: ::String
554
562
  ) -> _UpdateSecurityConfigResponseSuccess
555
563
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSecurityConfigResponseSuccess
data/sig/types.rbs CHANGED
@@ -200,11 +200,12 @@ module Aws::OpenSearchServerless
200
200
  end
201
201
 
202
202
  class CreateSecurityConfigRequest
203
- attr_accessor type: ("saml" | "iamidentitycenter")
203
+ attr_accessor type: ("saml" | "iamidentitycenter" | "iamfederation")
204
204
  attr_accessor name: ::String
205
205
  attr_accessor description: ::String
206
206
  attr_accessor saml_options: Types::SamlConfigOptions
207
207
  attr_accessor iam_identity_center_options: Types::CreateIamIdentityCenterConfigOptions
208
+ attr_accessor iam_federation_options: Types::IamFederationConfigOptions
208
209
  attr_accessor client_token: ::String
209
210
  SENSITIVE: []
210
211
  end
@@ -394,6 +395,12 @@ module Aws::OpenSearchServerless
394
395
  SENSITIVE: []
395
396
  end
396
397
 
398
+ class IamFederationConfigOptions
399
+ attr_accessor group_attribute: ::String
400
+ attr_accessor user_attribute: ::String
401
+ SENSITIVE: []
402
+ end
403
+
397
404
  class IamIdentityCenterConfigOptions
398
405
  attr_accessor instance_arn: ::String
399
406
  attr_accessor application_arn: ::String
@@ -497,7 +504,7 @@ module Aws::OpenSearchServerless
497
504
  end
498
505
 
499
506
  class ListSecurityConfigsRequest
500
- attr_accessor type: ("saml" | "iamidentitycenter")
507
+ attr_accessor type: ("saml" | "iamidentitycenter" | "iamfederation")
501
508
  attr_accessor next_token: ::String
502
509
  attr_accessor max_results: ::Integer
503
510
  SENSITIVE: []
@@ -567,11 +574,12 @@ module Aws::OpenSearchServerless
567
574
 
568
575
  class SecurityConfigDetail
569
576
  attr_accessor id: ::String
570
- attr_accessor type: ("saml" | "iamidentitycenter")
577
+ attr_accessor type: ("saml" | "iamidentitycenter" | "iamfederation")
571
578
  attr_accessor config_version: ::String
572
579
  attr_accessor description: ::String
573
580
  attr_accessor saml_options: Types::SamlConfigOptions
574
581
  attr_accessor iam_identity_center_options: Types::IamIdentityCenterConfigOptions
582
+ attr_accessor iam_federation_options: Types::IamFederationConfigOptions
575
583
  attr_accessor created_date: ::Integer
576
584
  attr_accessor last_modified_date: ::Integer
577
585
  SENSITIVE: []
@@ -584,7 +592,7 @@ module Aws::OpenSearchServerless
584
592
 
585
593
  class SecurityConfigSummary
586
594
  attr_accessor id: ::String
587
- attr_accessor type: ("saml" | "iamidentitycenter")
595
+ attr_accessor type: ("saml" | "iamidentitycenter" | "iamfederation")
588
596
  attr_accessor config_version: ::String
589
597
  attr_accessor description: ::String
590
598
  attr_accessor created_date: ::Integer
@@ -728,6 +736,7 @@ module Aws::OpenSearchServerless
728
736
  attr_accessor description: ::String
729
737
  attr_accessor saml_options: Types::SamlConfigOptions
730
738
  attr_accessor iam_identity_center_options_updates: Types::UpdateIamIdentityCenterConfigOptions
739
+ attr_accessor iam_federation_options: Types::IamFederationConfigOptions
731
740
  attr_accessor client_token: ::String
732
741
  SENSITIVE: []
733
742
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services