aws-sdk-opensearchservice 1.71.0 → 1.73.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: 8a0840e68243a282edfe4d82c33a7b284da8ea9cbc1d8fad18881b4c16bec260
4
- data.tar.gz: 870f8dacde8679c0926f53ab5fb005d072183250df959516f82bbd0a167f735e
3
+ metadata.gz: d1939892da503c741327c97db95f99c45d4c8e9060de92d54d296ab052cf4bf8
4
+ data.tar.gz: dbffaa247fc08dbaed0ecdb382bb2a6f127e6c631dd63199d93396688dbc9985
5
5
  SHA512:
6
- metadata.gz: edbe791f9578b8b4d15a1a54bdee511121d713df89f0a77754892e72bc0c35e24cceee52cfaabd2887bdc5782003bb2df376f9cfa249a995e32d35ef3c46e08a
7
- data.tar.gz: e6e26e56ac8d985f6b085a87c26142d4acf3f448942b99ea7d4d443aff522f2dd7db133113856040e6b64ee348b3357020cf478a9ad258e0e7305160604a811b
6
+ metadata.gz: c429bc3e38fb6be0936e979c864ba92bb312ca587bfe739c513928c5d699ce5be11c4aa261ed2e6cbd128eb3cdad95c0a46f604f8c1ffe7ba9b8fca797e2dd63
7
+ data.tar.gz: 5064d64197c4379478fb8f62bef76c7d2649e4789dd68c8a0fe645b16eef46075748f3a226a2d6372bde3dca77eb621c0942b781b5b69cdd7d33a3a855a73dd5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.72.0 (2025-07-31)
10
+ ------------------
11
+
12
+ * Feature - Granular access control support for NEO-SAML with IAMFederation for AOS data source
13
+
4
14
  1.71.0 (2025-07-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.73.0
@@ -95,8 +95,8 @@ module Aws::OpenSearchService
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::OpenSearchService
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::OpenSearchService
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::OpenSearchService
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -1274,6 +1271,11 @@ module Aws::OpenSearchService
1274
1271
  # roles_key: "RolesKey",
1275
1272
  # public_key: "String",
1276
1273
  # },
1274
+ # iam_federation_options: {
1275
+ # enabled: false,
1276
+ # subject_key: "IAMFederationSubjectKey",
1277
+ # roles_key: "IAMFederationRolesKey",
1278
+ # },
1277
1279
  # anonymous_auth_enabled: false,
1278
1280
  # },
1279
1281
  # identity_center_options: {
@@ -1408,6 +1410,9 @@ module Aws::OpenSearchService
1408
1410
  # resp.domain_status.advanced_security_options.jwt_options.subject_key #=> String
1409
1411
  # resp.domain_status.advanced_security_options.jwt_options.roles_key #=> String
1410
1412
  # resp.domain_status.advanced_security_options.jwt_options.public_key #=> String
1413
+ # resp.domain_status.advanced_security_options.iam_federation_options.enabled #=> Boolean
1414
+ # resp.domain_status.advanced_security_options.iam_federation_options.subject_key #=> String
1415
+ # resp.domain_status.advanced_security_options.iam_federation_options.roles_key #=> String
1411
1416
  # resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
1412
1417
  # resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
1413
1418
  # resp.domain_status.identity_center_options.enabled_api_access #=> Boolean
@@ -1872,6 +1877,9 @@ module Aws::OpenSearchService
1872
1877
  # resp.domain_status.advanced_security_options.jwt_options.subject_key #=> String
1873
1878
  # resp.domain_status.advanced_security_options.jwt_options.roles_key #=> String
1874
1879
  # resp.domain_status.advanced_security_options.jwt_options.public_key #=> String
1880
+ # resp.domain_status.advanced_security_options.iam_federation_options.enabled #=> Boolean
1881
+ # resp.domain_status.advanced_security_options.iam_federation_options.subject_key #=> String
1882
+ # resp.domain_status.advanced_security_options.iam_federation_options.roles_key #=> String
1875
1883
  # resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
1876
1884
  # resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
1877
1885
  # resp.domain_status.identity_center_options.enabled_api_access #=> Boolean
@@ -2194,6 +2202,9 @@ module Aws::OpenSearchService
2194
2202
  # resp.domain_status.advanced_security_options.jwt_options.subject_key #=> String
2195
2203
  # resp.domain_status.advanced_security_options.jwt_options.roles_key #=> String
2196
2204
  # resp.domain_status.advanced_security_options.jwt_options.public_key #=> String
2205
+ # resp.domain_status.advanced_security_options.iam_federation_options.enabled #=> Boolean
2206
+ # resp.domain_status.advanced_security_options.iam_federation_options.subject_key #=> String
2207
+ # resp.domain_status.advanced_security_options.iam_federation_options.roles_key #=> String
2197
2208
  # resp.domain_status.advanced_security_options.anonymous_auth_disable_date #=> Time
2198
2209
  # resp.domain_status.advanced_security_options.anonymous_auth_enabled #=> Boolean
2199
2210
  # resp.domain_status.identity_center_options.enabled_api_access #=> Boolean
@@ -2489,6 +2500,9 @@ module Aws::OpenSearchService
2489
2500
  # resp.domain_config.advanced_security_options.options.jwt_options.subject_key #=> String
2490
2501
  # resp.domain_config.advanced_security_options.options.jwt_options.roles_key #=> String
2491
2502
  # resp.domain_config.advanced_security_options.options.jwt_options.public_key #=> String
2503
+ # resp.domain_config.advanced_security_options.options.iam_federation_options.enabled #=> Boolean
2504
+ # resp.domain_config.advanced_security_options.options.iam_federation_options.subject_key #=> String
2505
+ # resp.domain_config.advanced_security_options.options.iam_federation_options.roles_key #=> String
2492
2506
  # resp.domain_config.advanced_security_options.options.anonymous_auth_disable_date #=> Time
2493
2507
  # resp.domain_config.advanced_security_options.options.anonymous_auth_enabled #=> Boolean
2494
2508
  # resp.domain_config.advanced_security_options.status.creation_date #=> Time
@@ -2765,6 +2779,9 @@ module Aws::OpenSearchService
2765
2779
  # resp.domain_status_list[0].advanced_security_options.jwt_options.subject_key #=> String
2766
2780
  # resp.domain_status_list[0].advanced_security_options.jwt_options.roles_key #=> String
2767
2781
  # resp.domain_status_list[0].advanced_security_options.jwt_options.public_key #=> String
2782
+ # resp.domain_status_list[0].advanced_security_options.iam_federation_options.enabled #=> Boolean
2783
+ # resp.domain_status_list[0].advanced_security_options.iam_federation_options.subject_key #=> String
2784
+ # resp.domain_status_list[0].advanced_security_options.iam_federation_options.roles_key #=> String
2768
2785
  # resp.domain_status_list[0].advanced_security_options.anonymous_auth_disable_date #=> Time
2769
2786
  # resp.domain_status_list[0].advanced_security_options.anonymous_auth_enabled #=> Boolean
2770
2787
  # resp.domain_status_list[0].identity_center_options.enabled_api_access #=> Boolean
@@ -2929,6 +2946,9 @@ module Aws::OpenSearchService
2929
2946
  # resp.dry_run_config.advanced_security_options.jwt_options.subject_key #=> String
2930
2947
  # resp.dry_run_config.advanced_security_options.jwt_options.roles_key #=> String
2931
2948
  # resp.dry_run_config.advanced_security_options.jwt_options.public_key #=> String
2949
+ # resp.dry_run_config.advanced_security_options.iam_federation_options.enabled #=> Boolean
2950
+ # resp.dry_run_config.advanced_security_options.iam_federation_options.subject_key #=> String
2951
+ # resp.dry_run_config.advanced_security_options.iam_federation_options.roles_key #=> String
2932
2952
  # resp.dry_run_config.advanced_security_options.anonymous_auth_disable_date #=> Time
2933
2953
  # resp.dry_run_config.advanced_security_options.anonymous_auth_enabled #=> Boolean
2934
2954
  # resp.dry_run_config.identity_center_options.enabled_api_access #=> Boolean
@@ -5207,6 +5227,11 @@ module Aws::OpenSearchService
5207
5227
  # roles_key: "RolesKey",
5208
5228
  # public_key: "String",
5209
5229
  # },
5230
+ # iam_federation_options: {
5231
+ # enabled: false,
5232
+ # subject_key: "IAMFederationSubjectKey",
5233
+ # roles_key: "IAMFederationRolesKey",
5234
+ # },
5210
5235
  # anonymous_auth_enabled: false,
5211
5236
  # },
5212
5237
  # identity_center_options: {
@@ -5383,6 +5408,9 @@ module Aws::OpenSearchService
5383
5408
  # resp.domain_config.advanced_security_options.options.jwt_options.subject_key #=> String
5384
5409
  # resp.domain_config.advanced_security_options.options.jwt_options.roles_key #=> String
5385
5410
  # resp.domain_config.advanced_security_options.options.jwt_options.public_key #=> String
5411
+ # resp.domain_config.advanced_security_options.options.iam_federation_options.enabled #=> Boolean
5412
+ # resp.domain_config.advanced_security_options.options.iam_federation_options.subject_key #=> String
5413
+ # resp.domain_config.advanced_security_options.options.iam_federation_options.roles_key #=> String
5386
5414
  # resp.domain_config.advanced_security_options.options.anonymous_auth_disable_date #=> Time
5387
5415
  # resp.domain_config.advanced_security_options.options.anonymous_auth_enabled #=> Boolean
5388
5416
  # resp.domain_config.advanced_security_options.status.creation_date #=> Time
@@ -5815,7 +5843,7 @@ module Aws::OpenSearchService
5815
5843
  tracer: tracer
5816
5844
  )
5817
5845
  context[:gem_name] = 'aws-sdk-opensearchservice'
5818
- context[:gem_version] = '1.71.0'
5846
+ context[:gem_version] = '1.73.0'
5819
5847
  Seahorse::Client::Request.new(handlers, context)
5820
5848
  end
5821
5849
 
@@ -260,6 +260,10 @@ module Aws::OpenSearchService
260
260
  GetUpgradeStatusRequest = Shapes::StructureShape.new(name: 'GetUpgradeStatusRequest')
261
261
  GetUpgradeStatusResponse = Shapes::StructureShape.new(name: 'GetUpgradeStatusResponse')
262
262
  HostedZoneId = Shapes::StringShape.new(name: 'HostedZoneId')
263
+ IAMFederationOptionsInput = Shapes::StructureShape.new(name: 'IAMFederationOptionsInput')
264
+ IAMFederationOptionsOutput = Shapes::StructureShape.new(name: 'IAMFederationOptionsOutput')
265
+ IAMFederationRolesKey = Shapes::StringShape.new(name: 'IAMFederationRolesKey')
266
+ IAMFederationSubjectKey = Shapes::StringShape.new(name: 'IAMFederationSubjectKey')
263
267
  IPAddressType = Shapes::StringShape.new(name: 'IPAddressType')
264
268
  IPAddressTypeStatus = Shapes::StructureShape.new(name: 'IPAddressTypeStatus')
265
269
  IamIdentityCenterOptions = Shapes::StructureShape.new(name: 'IamIdentityCenterOptions')
@@ -613,6 +617,7 @@ module Aws::OpenSearchService
613
617
  AdvancedSecurityOptions.add_member(:internal_user_database_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternalUserDatabaseEnabled"))
614
618
  AdvancedSecurityOptions.add_member(:saml_options, Shapes::ShapeRef.new(shape: SAMLOptionsOutput, location_name: "SAMLOptions"))
615
619
  AdvancedSecurityOptions.add_member(:jwt_options, Shapes::ShapeRef.new(shape: JWTOptionsOutput, location_name: "JWTOptions"))
620
+ AdvancedSecurityOptions.add_member(:iam_federation_options, Shapes::ShapeRef.new(shape: IAMFederationOptionsOutput, location_name: "IAMFederationOptions"))
616
621
  AdvancedSecurityOptions.add_member(:anonymous_auth_disable_date, Shapes::ShapeRef.new(shape: DisableTimestamp, location_name: "AnonymousAuthDisableDate"))
617
622
  AdvancedSecurityOptions.add_member(:anonymous_auth_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnonymousAuthEnabled"))
618
623
  AdvancedSecurityOptions.struct_class = Types::AdvancedSecurityOptions
@@ -622,6 +627,7 @@ module Aws::OpenSearchService
622
627
  AdvancedSecurityOptionsInput.add_member(:master_user_options, Shapes::ShapeRef.new(shape: MasterUserOptions, location_name: "MasterUserOptions"))
623
628
  AdvancedSecurityOptionsInput.add_member(:saml_options, Shapes::ShapeRef.new(shape: SAMLOptionsInput, location_name: "SAMLOptions"))
624
629
  AdvancedSecurityOptionsInput.add_member(:jwt_options, Shapes::ShapeRef.new(shape: JWTOptionsInput, location_name: "JWTOptions"))
630
+ AdvancedSecurityOptionsInput.add_member(:iam_federation_options, Shapes::ShapeRef.new(shape: IAMFederationOptionsInput, location_name: "IAMFederationOptions"))
625
631
  AdvancedSecurityOptionsInput.add_member(:anonymous_auth_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnonymousAuthEnabled"))
626
632
  AdvancedSecurityOptionsInput.struct_class = Types::AdvancedSecurityOptionsInput
627
633
 
@@ -1413,6 +1419,16 @@ module Aws::OpenSearchService
1413
1419
  GetUpgradeStatusResponse.add_member(:upgrade_name, Shapes::ShapeRef.new(shape: UpgradeName, location_name: "UpgradeName"))
1414
1420
  GetUpgradeStatusResponse.struct_class = Types::GetUpgradeStatusResponse
1415
1421
 
1422
+ IAMFederationOptionsInput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
1423
+ IAMFederationOptionsInput.add_member(:subject_key, Shapes::ShapeRef.new(shape: IAMFederationSubjectKey, location_name: "SubjectKey"))
1424
+ IAMFederationOptionsInput.add_member(:roles_key, Shapes::ShapeRef.new(shape: IAMFederationRolesKey, location_name: "RolesKey"))
1425
+ IAMFederationOptionsInput.struct_class = Types::IAMFederationOptionsInput
1426
+
1427
+ IAMFederationOptionsOutput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
1428
+ IAMFederationOptionsOutput.add_member(:subject_key, Shapes::ShapeRef.new(shape: IAMFederationSubjectKey, location_name: "SubjectKey"))
1429
+ IAMFederationOptionsOutput.add_member(:roles_key, Shapes::ShapeRef.new(shape: IAMFederationRolesKey, location_name: "RolesKey"))
1430
+ IAMFederationOptionsOutput.struct_class = Types::IAMFederationOptionsOutput
1431
+
1416
1432
  IPAddressTypeStatus.add_member(:options, Shapes::ShapeRef.new(shape: IPAddressType, required: true, location_name: "Options"))
1417
1433
  IPAddressTypeStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
1418
1434
  IPAddressTypeStatus.struct_class = Types::IPAddressTypeStatus
@@ -367,6 +367,11 @@ module Aws::OpenSearchService
367
367
  # OpenSearch Service.
368
368
  # @return [Types::JWTOptionsOutput]
369
369
  #
370
+ # @!attribute [rw] iam_federation_options
371
+ # Container for information about the IAM federation configuration for
372
+ # an OpenSearch UI application.
373
+ # @return [Types::IAMFederationOptionsOutput]
374
+ #
370
375
  # @!attribute [rw] anonymous_auth_disable_date
371
376
  # Date and time when the migration period will be disabled. Only
372
377
  # necessary when [enabling fine-grained access control on an existing
@@ -394,6 +399,7 @@ module Aws::OpenSearchService
394
399
  :internal_user_database_enabled,
395
400
  :saml_options,
396
401
  :jwt_options,
402
+ :iam_federation_options,
397
403
  :anonymous_auth_disable_date,
398
404
  :anonymous_auth_enabled)
399
405
  SENSITIVE = []
@@ -430,6 +436,11 @@ module Aws::OpenSearchService
430
436
  # OpenSearch Service.
431
437
  # @return [Types::JWTOptionsInput]
432
438
  #
439
+ # @!attribute [rw] iam_federation_options
440
+ # Container for information about the IAM federation configuration for
441
+ # an OpenSearch UI application.
442
+ # @return [Types::IAMFederationOptionsInput]
443
+ #
433
444
  # @!attribute [rw] anonymous_auth_enabled
434
445
  # True to enable a 30-day migration period during which administrators
435
446
  # can create role mappings. Only necessary when [enabling fine-grained
@@ -448,6 +459,7 @@ module Aws::OpenSearchService
448
459
  :master_user_options,
449
460
  :saml_options,
450
461
  :jwt_options,
462
+ :iam_federation_options,
451
463
  :anonymous_auth_enabled)
452
464
  SENSITIVE = []
453
465
  include Aws::Structure
@@ -4469,6 +4481,57 @@ module Aws::OpenSearchService
4469
4481
  include Aws::Structure
4470
4482
  end
4471
4483
 
4484
+ # The IAM federation authentication configuration for an Amazon
4485
+ # OpenSearch Service domain.
4486
+ #
4487
+ # @!attribute [rw] enabled
4488
+ # True to enable IAM federation authentication for a domain.
4489
+ # @return [Boolean]
4490
+ #
4491
+ # @!attribute [rw] subject_key
4492
+ # Element of the IAM federation assertion to use for the user name.
4493
+ # Default is `sub`.
4494
+ # @return [String]
4495
+ #
4496
+ # @!attribute [rw] roles_key
4497
+ # Element of the IAM federation assertion to use for backend roles.
4498
+ # Default is `roles`.
4499
+ # @return [String]
4500
+ #
4501
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/IAMFederationOptionsInput AWS API Documentation
4502
+ #
4503
+ class IAMFederationOptionsInput < Struct.new(
4504
+ :enabled,
4505
+ :subject_key,
4506
+ :roles_key)
4507
+ SENSITIVE = []
4508
+ include Aws::Structure
4509
+ end
4510
+
4511
+ # Describes the IAM federation options configured for the domain.
4512
+ #
4513
+ # @!attribute [rw] enabled
4514
+ # True if IAM federation is enabled.
4515
+ # @return [Boolean]
4516
+ #
4517
+ # @!attribute [rw] subject_key
4518
+ # The key used for matching the IAM federation subject attribute.
4519
+ # @return [String]
4520
+ #
4521
+ # @!attribute [rw] roles_key
4522
+ # The key used for matching the IAM federation roles attribute.
4523
+ # @return [String]
4524
+ #
4525
+ # @see http://docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/IAMFederationOptionsOutput AWS API Documentation
4526
+ #
4527
+ class IAMFederationOptionsOutput < Struct.new(
4528
+ :enabled,
4529
+ :subject_key,
4530
+ :roles_key)
4531
+ SENSITIVE = []
4532
+ include Aws::Structure
4533
+ end
4534
+
4472
4535
  # The IP address type status for the domain.
4473
4536
  #
4474
4537
  # @!attribute [rw] options
@@ -54,7 +54,7 @@ module Aws::OpenSearchService
54
54
  autoload :EndpointProvider, 'aws-sdk-opensearchservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-opensearchservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.71.0'
57
+ GEM_VERSION = '1.73.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -362,6 +362,11 @@ module Aws
362
362
  roles_key: ::String?,
363
363
  public_key: ::String?
364
364
  }?,
365
+ iam_federation_options: {
366
+ enabled: bool?,
367
+ subject_key: ::String?,
368
+ roles_key: ::String?
369
+ }?,
365
370
  anonymous_auth_enabled: bool?
366
371
  },
367
372
  ?identity_center_options: {
@@ -1315,6 +1320,11 @@ module Aws
1315
1320
  roles_key: ::String?,
1316
1321
  public_key: ::String?
1317
1322
  }?,
1323
+ iam_federation_options: {
1324
+ enabled: bool?,
1325
+ subject_key: ::String?,
1326
+ roles_key: ::String?
1327
+ }?,
1318
1328
  anonymous_auth_enabled: bool?
1319
1329
  },
1320
1330
  ?identity_center_options: {
data/sig/types.rbs CHANGED
@@ -102,6 +102,7 @@ module Aws::OpenSearchService
102
102
  attr_accessor internal_user_database_enabled: bool
103
103
  attr_accessor saml_options: Types::SAMLOptionsOutput
104
104
  attr_accessor jwt_options: Types::JWTOptionsOutput
105
+ attr_accessor iam_federation_options: Types::IAMFederationOptionsOutput
105
106
  attr_accessor anonymous_auth_disable_date: ::Time
106
107
  attr_accessor anonymous_auth_enabled: bool
107
108
  SENSITIVE: []
@@ -113,6 +114,7 @@ module Aws::OpenSearchService
113
114
  attr_accessor master_user_options: Types::MasterUserOptions
114
115
  attr_accessor saml_options: Types::SAMLOptionsInput
115
116
  attr_accessor jwt_options: Types::JWTOptionsInput
117
+ attr_accessor iam_federation_options: Types::IAMFederationOptionsInput
116
118
  attr_accessor anonymous_auth_enabled: bool
117
119
  SENSITIVE: []
118
120
  end
@@ -1133,6 +1135,20 @@ module Aws::OpenSearchService
1133
1135
  SENSITIVE: []
1134
1136
  end
1135
1137
 
1138
+ class IAMFederationOptionsInput
1139
+ attr_accessor enabled: bool
1140
+ attr_accessor subject_key: ::String
1141
+ attr_accessor roles_key: ::String
1142
+ SENSITIVE: []
1143
+ end
1144
+
1145
+ class IAMFederationOptionsOutput
1146
+ attr_accessor enabled: bool
1147
+ attr_accessor subject_key: ::String
1148
+ attr_accessor roles_key: ::String
1149
+ SENSITIVE: []
1150
+ end
1151
+
1136
1152
  class IPAddressTypeStatus
1137
1153
  attr_accessor options: ("ipv4" | "dualstack")
1138
1154
  attr_accessor status: Types::OptionStatus
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.73.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.227.0
21
+ version: 3.228.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.227.0
31
+ version: 3.228.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement