aws-sdk-elasticsearchservice 1.40.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22a9e383aee86db635cf6af0a502dc9e5639ced1256309fa9841486ebce47dab
4
- data.tar.gz: d3febea45c521d7992ef971133faa0fed464b44a30679a89066cb08cceb4313c
3
+ metadata.gz: 6cd4641724dded5ba138c4679d4962f1b54102755e7ad72872982f03e9666bce
4
+ data.tar.gz: 81cce4f34512af12eb364b64a4fc89b64fd2c8359f45769423e02b86a595b2bb
5
5
  SHA512:
6
- metadata.gz: 70f53c1d80fead51f91d7d1f52f46f05016c0b98782638328f98ca8be1176352b52776abc741b6208c469c4c4d8916789beb1c7640eaba4e83bccdf76d9eb78e
7
- data.tar.gz: e534ef1c2ddaea5877b1573de4598c794b4c53a51ccf10bf3458430d2361e7d0633d94e76c9ec737b2528d28319d4fffb64ebcf8bdffe68cab4bf1e1f9078846
6
+ metadata.gz: 0c8a63826362df84e982cf2301b931a46e88881273ed3d9d9b7eea8a6c26c0bd7e78e7b30e8b616b855b6829c9e5ba66359da0ba63c589423cd557ff7ae7aab4
7
+ data.tar.gz: b3bc53372b1b1135380c7c5a4d06c3a4b65a91d65744a2c63b82c252e10f06c781b974fe15e4d227532cf4350b50c8a93bbb2522d214ea5c3638fc8ae871742a
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-elasticsearchservice/customizations'
47
48
  # @!group service
48
49
  module Aws::ElasticsearchService
49
50
 
50
- GEM_VERSION = '1.40.0'
51
+ GEM_VERSION = '1.45.0'
51
52
 
52
53
  end
@@ -620,6 +620,9 @@ module Aws::ElasticsearchService
620
620
  # domain_endpoint_options: {
621
621
  # enforce_https: false,
622
622
  # tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
623
+ # custom_endpoint_enabled: false,
624
+ # custom_endpoint: "DomainNameFqdn",
625
+ # custom_endpoint_certificate_arn: "ARN",
623
626
  # },
624
627
  # advanced_security_options: {
625
628
  # enabled: false,
@@ -629,6 +632,18 @@ module Aws::ElasticsearchService
629
632
  # master_user_name: "Username",
630
633
  # master_user_password: "Password",
631
634
  # },
635
+ # saml_options: {
636
+ # enabled: false,
637
+ # idp: {
638
+ # metadata_content: "SAMLMetadata", # required
639
+ # entity_id: "SAMLEntityId", # required
640
+ # },
641
+ # master_user_name: "Username",
642
+ # master_backend_role: "BackendRole",
643
+ # subject_key: "String",
644
+ # roles_key: "String",
645
+ # session_timeout_minutes: 1,
646
+ # },
632
647
  # },
633
648
  # })
634
649
  #
@@ -690,8 +705,17 @@ module Aws::ElasticsearchService
690
705
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
691
706
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
692
707
  # resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
708
+ # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
709
+ # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
710
+ # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
693
711
  # resp.domain_status.advanced_security_options.enabled #=> Boolean
694
712
  # resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
713
+ # resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
714
+ # resp.domain_status.advanced_security_options.saml_options.idp.metadata_content #=> String
715
+ # resp.domain_status.advanced_security_options.saml_options.idp.entity_id #=> String
716
+ # resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
717
+ # resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
718
+ # resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
695
719
  #
696
720
  # @overload create_elasticsearch_domain(params = {})
697
721
  # @param [Hash] params ({})
@@ -881,8 +905,17 @@ module Aws::ElasticsearchService
881
905
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
882
906
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
883
907
  # resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
908
+ # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
909
+ # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
910
+ # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
884
911
  # resp.domain_status.advanced_security_options.enabled #=> Boolean
885
912
  # resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
913
+ # resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
914
+ # resp.domain_status.advanced_security_options.saml_options.idp.metadata_content #=> String
915
+ # resp.domain_status.advanced_security_options.saml_options.idp.entity_id #=> String
916
+ # resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
917
+ # resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
918
+ # resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
886
919
  #
887
920
  # @overload delete_elasticsearch_domain(params = {})
888
921
  # @param [Hash] params ({})
@@ -1091,8 +1124,17 @@ module Aws::ElasticsearchService
1091
1124
  # resp.domain_status.service_software_options.optional_deployment #=> Boolean
1092
1125
  # resp.domain_status.domain_endpoint_options.enforce_https #=> Boolean
1093
1126
  # resp.domain_status.domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
1127
+ # resp.domain_status.domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1128
+ # resp.domain_status.domain_endpoint_options.custom_endpoint #=> String
1129
+ # resp.domain_status.domain_endpoint_options.custom_endpoint_certificate_arn #=> String
1094
1130
  # resp.domain_status.advanced_security_options.enabled #=> Boolean
1095
1131
  # resp.domain_status.advanced_security_options.internal_user_database_enabled #=> Boolean
1132
+ # resp.domain_status.advanced_security_options.saml_options.enabled #=> Boolean
1133
+ # resp.domain_status.advanced_security_options.saml_options.idp.metadata_content #=> String
1134
+ # resp.domain_status.advanced_security_options.saml_options.idp.entity_id #=> String
1135
+ # resp.domain_status.advanced_security_options.saml_options.subject_key #=> String
1136
+ # resp.domain_status.advanced_security_options.saml_options.roles_key #=> String
1137
+ # resp.domain_status.advanced_security_options.saml_options.session_timeout_minutes #=> Integer
1096
1138
  #
1097
1139
  # @overload describe_elasticsearch_domain(params = {})
1098
1140
  # @param [Hash] params ({})
@@ -1213,6 +1255,9 @@ module Aws::ElasticsearchService
1213
1255
  # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
1214
1256
  # resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
1215
1257
  # resp.domain_config.domain_endpoint_options.options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
1258
+ # resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
1259
+ # resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
1260
+ # resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
1216
1261
  # resp.domain_config.domain_endpoint_options.status.creation_date #=> Time
1217
1262
  # resp.domain_config.domain_endpoint_options.status.update_date #=> Time
1218
1263
  # resp.domain_config.domain_endpoint_options.status.update_version #=> Integer
@@ -1220,6 +1265,12 @@ module Aws::ElasticsearchService
1220
1265
  # resp.domain_config.domain_endpoint_options.status.pending_deletion #=> Boolean
1221
1266
  # resp.domain_config.advanced_security_options.options.enabled #=> Boolean
1222
1267
  # resp.domain_config.advanced_security_options.options.internal_user_database_enabled #=> Boolean
1268
+ # resp.domain_config.advanced_security_options.options.saml_options.enabled #=> Boolean
1269
+ # resp.domain_config.advanced_security_options.options.saml_options.idp.metadata_content #=> String
1270
+ # resp.domain_config.advanced_security_options.options.saml_options.idp.entity_id #=> String
1271
+ # resp.domain_config.advanced_security_options.options.saml_options.subject_key #=> String
1272
+ # resp.domain_config.advanced_security_options.options.saml_options.roles_key #=> String
1273
+ # resp.domain_config.advanced_security_options.options.saml_options.session_timeout_minutes #=> Integer
1223
1274
  # resp.domain_config.advanced_security_options.status.creation_date #=> Time
1224
1275
  # resp.domain_config.advanced_security_options.status.update_date #=> Time
1225
1276
  # resp.domain_config.advanced_security_options.status.update_version #=> Integer
@@ -1309,8 +1360,17 @@ module Aws::ElasticsearchService
1309
1360
  # resp.domain_status_list[0].service_software_options.optional_deployment #=> Boolean
1310
1361
  # resp.domain_status_list[0].domain_endpoint_options.enforce_https #=> Boolean
1311
1362
  # resp.domain_status_list[0].domain_endpoint_options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
1363
+ # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_enabled #=> Boolean
1364
+ # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint #=> String
1365
+ # resp.domain_status_list[0].domain_endpoint_options.custom_endpoint_certificate_arn #=> String
1312
1366
  # resp.domain_status_list[0].advanced_security_options.enabled #=> Boolean
1313
1367
  # resp.domain_status_list[0].advanced_security_options.internal_user_database_enabled #=> Boolean
1368
+ # resp.domain_status_list[0].advanced_security_options.saml_options.enabled #=> Boolean
1369
+ # resp.domain_status_list[0].advanced_security_options.saml_options.idp.metadata_content #=> String
1370
+ # resp.domain_status_list[0].advanced_security_options.saml_options.idp.entity_id #=> String
1371
+ # resp.domain_status_list[0].advanced_security_options.saml_options.subject_key #=> String
1372
+ # resp.domain_status_list[0].advanced_security_options.saml_options.roles_key #=> String
1373
+ # resp.domain_status_list[0].advanced_security_options.saml_options.session_timeout_minutes #=> Integer
1314
1374
  #
1315
1375
  # @overload describe_elasticsearch_domains(params = {})
1316
1376
  # @param [Hash] params ({})
@@ -2298,6 +2358,9 @@ module Aws::ElasticsearchService
2298
2358
  # domain_endpoint_options: {
2299
2359
  # enforce_https: false,
2300
2360
  # tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
2361
+ # custom_endpoint_enabled: false,
2362
+ # custom_endpoint: "DomainNameFqdn",
2363
+ # custom_endpoint_certificate_arn: "ARN",
2301
2364
  # },
2302
2365
  # advanced_security_options: {
2303
2366
  # enabled: false,
@@ -2307,6 +2370,18 @@ module Aws::ElasticsearchService
2307
2370
  # master_user_name: "Username",
2308
2371
  # master_user_password: "Password",
2309
2372
  # },
2373
+ # saml_options: {
2374
+ # enabled: false,
2375
+ # idp: {
2376
+ # metadata_content: "SAMLMetadata", # required
2377
+ # entity_id: "SAMLEntityId", # required
2378
+ # },
2379
+ # master_user_name: "Username",
2380
+ # master_backend_role: "BackendRole",
2381
+ # subject_key: "String",
2382
+ # roles_key: "String",
2383
+ # session_timeout_minutes: 1,
2384
+ # },
2310
2385
  # },
2311
2386
  # })
2312
2387
  #
@@ -2405,6 +2480,9 @@ module Aws::ElasticsearchService
2405
2480
  # resp.domain_config.log_publishing_options.status.pending_deletion #=> Boolean
2406
2481
  # resp.domain_config.domain_endpoint_options.options.enforce_https #=> Boolean
2407
2482
  # resp.domain_config.domain_endpoint_options.options.tls_security_policy #=> String, one of "Policy-Min-TLS-1-0-2019-07", "Policy-Min-TLS-1-2-2019-07"
2483
+ # resp.domain_config.domain_endpoint_options.options.custom_endpoint_enabled #=> Boolean
2484
+ # resp.domain_config.domain_endpoint_options.options.custom_endpoint #=> String
2485
+ # resp.domain_config.domain_endpoint_options.options.custom_endpoint_certificate_arn #=> String
2408
2486
  # resp.domain_config.domain_endpoint_options.status.creation_date #=> Time
2409
2487
  # resp.domain_config.domain_endpoint_options.status.update_date #=> Time
2410
2488
  # resp.domain_config.domain_endpoint_options.status.update_version #=> Integer
@@ -2412,6 +2490,12 @@ module Aws::ElasticsearchService
2412
2490
  # resp.domain_config.domain_endpoint_options.status.pending_deletion #=> Boolean
2413
2491
  # resp.domain_config.advanced_security_options.options.enabled #=> Boolean
2414
2492
  # resp.domain_config.advanced_security_options.options.internal_user_database_enabled #=> Boolean
2493
+ # resp.domain_config.advanced_security_options.options.saml_options.enabled #=> Boolean
2494
+ # resp.domain_config.advanced_security_options.options.saml_options.idp.metadata_content #=> String
2495
+ # resp.domain_config.advanced_security_options.options.saml_options.idp.entity_id #=> String
2496
+ # resp.domain_config.advanced_security_options.options.saml_options.subject_key #=> String
2497
+ # resp.domain_config.advanced_security_options.options.saml_options.roles_key #=> String
2498
+ # resp.domain_config.advanced_security_options.options.saml_options.session_timeout_minutes #=> Integer
2415
2499
  # resp.domain_config.advanced_security_options.status.creation_date #=> Time
2416
2500
  # resp.domain_config.advanced_security_options.status.update_date #=> Time
2417
2501
  # resp.domain_config.advanced_security_options.status.update_version #=> Integer
@@ -2482,7 +2566,7 @@ module Aws::ElasticsearchService
2482
2566
  params: params,
2483
2567
  config: config)
2484
2568
  context[:gem_name] = 'aws-sdk-elasticsearchservice'
2485
- context[:gem_version] = '1.40.0'
2569
+ context[:gem_version] = '1.45.0'
2486
2570
  Seahorse::Client::Request.new(handlers, context)
2487
2571
  end
2488
2572
 
@@ -28,6 +28,7 @@ module Aws::ElasticsearchService
28
28
  AdvancedSecurityOptionsStatus = Shapes::StructureShape.new(name: 'AdvancedSecurityOptionsStatus')
29
29
  AssociatePackageRequest = Shapes::StructureShape.new(name: 'AssociatePackageRequest')
30
30
  AssociatePackageResponse = Shapes::StructureShape.new(name: 'AssociatePackageResponse')
31
+ BackendRole = Shapes::StringShape.new(name: 'BackendRole')
31
32
  BaseException = Shapes::StructureShape.new(name: 'BaseException')
32
33
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
33
34
  CancelElasticsearchServiceSoftwareUpdateRequest = Shapes::StructureShape.new(name: 'CancelElasticsearchServiceSoftwareUpdateRequest')
@@ -91,6 +92,7 @@ module Aws::ElasticsearchService
91
92
  DomainInfoList = Shapes::ListShape.new(name: 'DomainInfoList')
92
93
  DomainInformation = Shapes::StructureShape.new(name: 'DomainInformation')
93
94
  DomainName = Shapes::StringShape.new(name: 'DomainName')
95
+ DomainNameFqdn = Shapes::StringShape.new(name: 'DomainNameFqdn')
94
96
  DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
95
97
  DomainPackageDetails = Shapes::StructureShape.new(name: 'DomainPackageDetails')
96
98
  DomainPackageDetailsList = Shapes::ListShape.new(name: 'DomainPackageDetailsList')
@@ -208,6 +210,11 @@ module Aws::ElasticsearchService
208
210
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
209
211
  S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
210
212
  S3Key = Shapes::StringShape.new(name: 'S3Key')
213
+ SAMLEntityId = Shapes::StringShape.new(name: 'SAMLEntityId')
214
+ SAMLIdp = Shapes::StructureShape.new(name: 'SAMLIdp')
215
+ SAMLMetadata = Shapes::StringShape.new(name: 'SAMLMetadata')
216
+ SAMLOptionsInput = Shapes::StructureShape.new(name: 'SAMLOptionsInput')
217
+ SAMLOptionsOutput = Shapes::StructureShape.new(name: 'SAMLOptionsOutput')
211
218
  ServiceSoftwareOptions = Shapes::StructureShape.new(name: 'ServiceSoftwareOptions')
212
219
  ServiceUrl = Shapes::StringShape.new(name: 'ServiceUrl')
213
220
  SnapshotOptions = Shapes::StructureShape.new(name: 'SnapshotOptions')
@@ -282,11 +289,13 @@ module Aws::ElasticsearchService
282
289
 
283
290
  AdvancedSecurityOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
284
291
  AdvancedSecurityOptions.add_member(:internal_user_database_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternalUserDatabaseEnabled"))
292
+ AdvancedSecurityOptions.add_member(:saml_options, Shapes::ShapeRef.new(shape: SAMLOptionsOutput, location_name: "SAMLOptions"))
285
293
  AdvancedSecurityOptions.struct_class = Types::AdvancedSecurityOptions
286
294
 
287
295
  AdvancedSecurityOptionsInput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
288
296
  AdvancedSecurityOptionsInput.add_member(:internal_user_database_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "InternalUserDatabaseEnabled"))
289
297
  AdvancedSecurityOptionsInput.add_member(:master_user_options, Shapes::ShapeRef.new(shape: MasterUserOptions, location_name: "MasterUserOptions"))
298
+ AdvancedSecurityOptionsInput.add_member(:saml_options, Shapes::ShapeRef.new(shape: SAMLOptionsInput, location_name: "SAMLOptions"))
290
299
  AdvancedSecurityOptionsInput.struct_class = Types::AdvancedSecurityOptionsInput
291
300
 
292
301
  AdvancedSecurityOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: AdvancedSecurityOptions, required: true, location_name: "Options"))
@@ -481,6 +490,9 @@ module Aws::ElasticsearchService
481
490
 
482
491
  DomainEndpointOptions.add_member(:enforce_https, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnforceHTTPS"))
483
492
  DomainEndpointOptions.add_member(:tls_security_policy, Shapes::ShapeRef.new(shape: TLSSecurityPolicy, location_name: "TLSSecurityPolicy"))
493
+ DomainEndpointOptions.add_member(:custom_endpoint_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "CustomEndpointEnabled"))
494
+ DomainEndpointOptions.add_member(:custom_endpoint, Shapes::ShapeRef.new(shape: DomainNameFqdn, location_name: "CustomEndpoint"))
495
+ DomainEndpointOptions.add_member(:custom_endpoint_certificate_arn, Shapes::ShapeRef.new(shape: ARN, location_name: "CustomEndpointCertificateArn"))
484
496
  DomainEndpointOptions.struct_class = Types::DomainEndpointOptions
485
497
 
486
498
  DomainEndpointOptionsStatus.add_member(:options, Shapes::ShapeRef.new(shape: DomainEndpointOptions, required: true, location_name: "Options"))
@@ -831,6 +843,26 @@ module Aws::ElasticsearchService
831
843
 
832
844
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
833
845
 
846
+ SAMLIdp.add_member(:metadata_content, Shapes::ShapeRef.new(shape: SAMLMetadata, required: true, location_name: "MetadataContent"))
847
+ SAMLIdp.add_member(:entity_id, Shapes::ShapeRef.new(shape: SAMLEntityId, required: true, location_name: "EntityId"))
848
+ SAMLIdp.struct_class = Types::SAMLIdp
849
+
850
+ SAMLOptionsInput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
851
+ SAMLOptionsInput.add_member(:idp, Shapes::ShapeRef.new(shape: SAMLIdp, location_name: "Idp"))
852
+ SAMLOptionsInput.add_member(:master_user_name, Shapes::ShapeRef.new(shape: Username, location_name: "MasterUserName"))
853
+ SAMLOptionsInput.add_member(:master_backend_role, Shapes::ShapeRef.new(shape: BackendRole, location_name: "MasterBackendRole"))
854
+ SAMLOptionsInput.add_member(:subject_key, Shapes::ShapeRef.new(shape: String, location_name: "SubjectKey"))
855
+ SAMLOptionsInput.add_member(:roles_key, Shapes::ShapeRef.new(shape: String, location_name: "RolesKey"))
856
+ SAMLOptionsInput.add_member(:session_timeout_minutes, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "SessionTimeoutMinutes"))
857
+ SAMLOptionsInput.struct_class = Types::SAMLOptionsInput
858
+
859
+ SAMLOptionsOutput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
860
+ SAMLOptionsOutput.add_member(:idp, Shapes::ShapeRef.new(shape: SAMLIdp, location_name: "Idp"))
861
+ SAMLOptionsOutput.add_member(:subject_key, Shapes::ShapeRef.new(shape: String, location_name: "SubjectKey"))
862
+ SAMLOptionsOutput.add_member(:roles_key, Shapes::ShapeRef.new(shape: String, location_name: "RolesKey"))
863
+ SAMLOptionsOutput.add_member(:session_timeout_minutes, Shapes::ShapeRef.new(shape: IntegerClass, location_name: "SessionTimeoutMinutes"))
864
+ SAMLOptionsOutput.struct_class = Types::SAMLOptionsOutput
865
+
834
866
  ServiceSoftwareOptions.add_member(:current_version, Shapes::ShapeRef.new(shape: String, location_name: "CurrentVersion"))
835
867
  ServiceSoftwareOptions.add_member(:new_version, Shapes::ShapeRef.new(shape: String, location_name: "NewVersion"))
836
868
  ServiceSoftwareOptions.add_member(:update_available, Shapes::ShapeRef.new(shape: Boolean, location_name: "UpdateAvailable"))
@@ -173,9 +173,14 @@ module Aws::ElasticsearchService
173
173
  # True if the internal user database is enabled.
174
174
  # @return [Boolean]
175
175
  #
176
+ # @!attribute [rw] saml_options
177
+ # Describes the SAML application configured for a domain.
178
+ # @return [Types::SAMLOptionsOutput]
179
+ #
176
180
  class AdvancedSecurityOptions < Struct.new(
177
181
  :enabled,
178
- :internal_user_database_enabled)
182
+ :internal_user_database_enabled,
183
+ :saml_options)
179
184
  SENSITIVE = []
180
185
  include Aws::Structure
181
186
  end
@@ -196,6 +201,18 @@ module Aws::ElasticsearchService
196
201
  # master_user_name: "Username",
197
202
  # master_user_password: "Password",
198
203
  # },
204
+ # saml_options: {
205
+ # enabled: false,
206
+ # idp: {
207
+ # metadata_content: "SAMLMetadata", # required
208
+ # entity_id: "SAMLEntityId", # required
209
+ # },
210
+ # master_user_name: "Username",
211
+ # master_backend_role: "BackendRole",
212
+ # subject_key: "String",
213
+ # roles_key: "String",
214
+ # session_timeout_minutes: 1,
215
+ # },
199
216
  # }
200
217
  #
201
218
  # @!attribute [rw] enabled
@@ -211,10 +228,15 @@ module Aws::ElasticsearchService
211
228
  # both.
212
229
  # @return [Types::MasterUserOptions]
213
230
  #
231
+ # @!attribute [rw] saml_options
232
+ # Specifies the SAML application configuration for the domain.
233
+ # @return [Types::SAMLOptionsInput]
234
+ #
214
235
  class AdvancedSecurityOptionsInput < Struct.new(
215
236
  :enabled,
216
237
  :internal_user_database_enabled,
217
- :master_user_options)
238
+ :master_user_options,
239
+ :saml_options)
218
240
  SENSITIVE = []
219
241
  include Aws::Structure
220
242
  end
@@ -470,6 +492,9 @@ module Aws::ElasticsearchService
470
492
  # domain_endpoint_options: {
471
493
  # enforce_https: false,
472
494
  # tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
495
+ # custom_endpoint_enabled: false,
496
+ # custom_endpoint: "DomainNameFqdn",
497
+ # custom_endpoint_certificate_arn: "ARN",
473
498
  # },
474
499
  # advanced_security_options: {
475
500
  # enabled: false,
@@ -479,6 +504,18 @@ module Aws::ElasticsearchService
479
504
  # master_user_name: "Username",
480
505
  # master_user_password: "Password",
481
506
  # },
507
+ # saml_options: {
508
+ # enabled: false,
509
+ # idp: {
510
+ # metadata_content: "SAMLMetadata", # required
511
+ # entity_id: "SAMLEntityId", # required
512
+ # },
513
+ # master_user_name: "Username",
514
+ # master_backend_role: "BackendRole",
515
+ # subject_key: "String",
516
+ # roles_key: "String",
517
+ # session_timeout_minutes: 1,
518
+ # },
482
519
  # },
483
520
  # }
484
521
  #
@@ -1403,6 +1440,9 @@ module Aws::ElasticsearchService
1403
1440
  # {
1404
1441
  # enforce_https: false,
1405
1442
  # tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
1443
+ # custom_endpoint_enabled: false,
1444
+ # custom_endpoint: "DomainNameFqdn",
1445
+ # custom_endpoint_certificate_arn: "ARN",
1406
1446
  # }
1407
1447
  #
1408
1448
  # @!attribute [rw] enforce_https
@@ -1420,9 +1460,25 @@ module Aws::ElasticsearchService
1420
1460
  # supports only TLSv1.2
1421
1461
  # @return [String]
1422
1462
  #
1463
+ # @!attribute [rw] custom_endpoint_enabled
1464
+ # Specify if custom endpoint should be enabled for the Elasticsearch
1465
+ # domain.
1466
+ # @return [Boolean]
1467
+ #
1468
+ # @!attribute [rw] custom_endpoint
1469
+ # Specify the fully qualified domain for your custom endpoint.
1470
+ # @return [String]
1471
+ #
1472
+ # @!attribute [rw] custom_endpoint_certificate_arn
1473
+ # Specify ACM certificate ARN for your custom endpoint.
1474
+ # @return [String]
1475
+ #
1423
1476
  class DomainEndpointOptions < Struct.new(
1424
1477
  :enforce_https,
1425
- :tls_security_policy)
1478
+ :tls_security_policy,
1479
+ :custom_endpoint_enabled,
1480
+ :custom_endpoint,
1481
+ :custom_endpoint_certificate_arn)
1426
1482
  SENSITIVE = []
1427
1483
  include Aws::Structure
1428
1484
  end
@@ -3184,6 +3240,125 @@ module Aws::ElasticsearchService
3184
3240
  #
3185
3241
  class ResourceNotFoundException < Aws::EmptyStructure; end
3186
3242
 
3243
+ # Specifies the SAML Identity Provider's information.
3244
+ #
3245
+ # @note When making an API call, you may pass SAMLIdp
3246
+ # data as a hash:
3247
+ #
3248
+ # {
3249
+ # metadata_content: "SAMLMetadata", # required
3250
+ # entity_id: "SAMLEntityId", # required
3251
+ # }
3252
+ #
3253
+ # @!attribute [rw] metadata_content
3254
+ # The Metadata of the SAML application in xml format.
3255
+ # @return [String]
3256
+ #
3257
+ # @!attribute [rw] entity_id
3258
+ # The unique Entity ID of the application in SAML Identity Provider.
3259
+ # @return [String]
3260
+ #
3261
+ class SAMLIdp < Struct.new(
3262
+ :metadata_content,
3263
+ :entity_id)
3264
+ SENSITIVE = []
3265
+ include Aws::Structure
3266
+ end
3267
+
3268
+ # Specifies the SAML application configuration for the domain.
3269
+ #
3270
+ # @note When making an API call, you may pass SAMLOptionsInput
3271
+ # data as a hash:
3272
+ #
3273
+ # {
3274
+ # enabled: false,
3275
+ # idp: {
3276
+ # metadata_content: "SAMLMetadata", # required
3277
+ # entity_id: "SAMLEntityId", # required
3278
+ # },
3279
+ # master_user_name: "Username",
3280
+ # master_backend_role: "BackendRole",
3281
+ # subject_key: "String",
3282
+ # roles_key: "String",
3283
+ # session_timeout_minutes: 1,
3284
+ # }
3285
+ #
3286
+ # @!attribute [rw] enabled
3287
+ # True if SAML is enabled.
3288
+ # @return [Boolean]
3289
+ #
3290
+ # @!attribute [rw] idp
3291
+ # Specifies the SAML Identity Provider's information.
3292
+ # @return [Types::SAMLIdp]
3293
+ #
3294
+ # @!attribute [rw] master_user_name
3295
+ # The SAML master username, which is stored in the Amazon
3296
+ # Elasticsearch Service domain's internal database.
3297
+ # @return [String]
3298
+ #
3299
+ # @!attribute [rw] master_backend_role
3300
+ # The backend role to which the SAML master user is mapped to.
3301
+ # @return [String]
3302
+ #
3303
+ # @!attribute [rw] subject_key
3304
+ # The key to use for matching the SAML Subject attribute.
3305
+ # @return [String]
3306
+ #
3307
+ # @!attribute [rw] roles_key
3308
+ # The key to use for matching the SAML Roles attribute.
3309
+ # @return [String]
3310
+ #
3311
+ # @!attribute [rw] session_timeout_minutes
3312
+ # The duration, in minutes, after which a user session becomes
3313
+ # inactive. Acceptable values are between 1 and 1440, and the default
3314
+ # value is 60.
3315
+ # @return [Integer]
3316
+ #
3317
+ class SAMLOptionsInput < Struct.new(
3318
+ :enabled,
3319
+ :idp,
3320
+ :master_user_name,
3321
+ :master_backend_role,
3322
+ :subject_key,
3323
+ :roles_key,
3324
+ :session_timeout_minutes)
3325
+ SENSITIVE = [:master_user_name]
3326
+ include Aws::Structure
3327
+ end
3328
+
3329
+ # Describes the SAML application configured for the domain.
3330
+ #
3331
+ # @!attribute [rw] enabled
3332
+ # True if SAML is enabled.
3333
+ # @return [Boolean]
3334
+ #
3335
+ # @!attribute [rw] idp
3336
+ # Describes the SAML Identity Provider's information.
3337
+ # @return [Types::SAMLIdp]
3338
+ #
3339
+ # @!attribute [rw] subject_key
3340
+ # The key used for matching the SAML Subject attribute.
3341
+ # @return [String]
3342
+ #
3343
+ # @!attribute [rw] roles_key
3344
+ # The key used for matching the SAML Roles attribute.
3345
+ # @return [String]
3346
+ #
3347
+ # @!attribute [rw] session_timeout_minutes
3348
+ # The duration, in minutes, after which a user session becomes
3349
+ # inactive.
3350
+ # @return [Integer]
3351
+ #
3352
+ class SAMLOptionsOutput < Struct.new(
3353
+ :enabled,
3354
+ :idp,
3355
+ :subject_key,
3356
+ :roles_key,
3357
+ :session_timeout_minutes)
3358
+ SENSITIVE = []
3359
+ include Aws::Structure
3360
+ end
3361
+
3187
3362
  # The current options of an Elasticsearch domain service software
3188
3363
  # options.
3189
3364
  #
@@ -3456,6 +3631,9 @@ module Aws::ElasticsearchService
3456
3631
  # domain_endpoint_options: {
3457
3632
  # enforce_https: false,
3458
3633
  # tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
3634
+ # custom_endpoint_enabled: false,
3635
+ # custom_endpoint: "DomainNameFqdn",
3636
+ # custom_endpoint_certificate_arn: "ARN",
3459
3637
  # },
3460
3638
  # advanced_security_options: {
3461
3639
  # enabled: false,
@@ -3465,6 +3643,18 @@ module Aws::ElasticsearchService
3465
3643
  # master_user_name: "Username",
3466
3644
  # master_user_password: "Password",
3467
3645
  # },
3646
+ # saml_options: {
3647
+ # enabled: false,
3648
+ # idp: {
3649
+ # metadata_content: "SAMLMetadata", # required
3650
+ # entity_id: "SAMLEntityId", # required
3651
+ # },
3652
+ # master_user_name: "Username",
3653
+ # master_backend_role: "BackendRole",
3654
+ # subject_key: "String",
3655
+ # roles_key: "String",
3656
+ # session_timeout_minutes: 1,
3657
+ # },
3468
3658
  # },
3469
3659
  # }
3470
3660
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticsearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.45.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: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement