aws-sdk-licensemanagerusersubscriptions 1.26.0 → 1.27.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.
@@ -54,7 +54,7 @@ module Aws::LicenseManagerUserSubscriptions
54
54
  autoload :EndpointProvider, 'aws-sdk-licensemanagerusersubscriptions/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-licensemanagerusersubscriptions/endpoints'
56
56
 
57
- GEM_VERSION = '1.26.0'
57
+ GEM_VERSION = '1.27.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -84,28 +84,91 @@ module Aws
84
84
  ?domain: ::String,
85
85
  identity_provider: {
86
86
  active_directory_identity_provider: {
87
+ active_directory_settings: {
88
+ domain_credentials_provider: {
89
+ secrets_manager_credentials_provider: {
90
+ secret_id: ::String?
91
+ }?
92
+ }?,
93
+ domain_ipv_4_list: Array[::String]?,
94
+ domain_name: ::String?,
95
+ domain_network_settings: {
96
+ subnets: Array[::String]
97
+ }?
98
+ }?,
99
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
87
100
  directory_id: ::String?
88
101
  }?
89
102
  },
90
103
  instance_id: ::String,
104
+ ?tags: Hash[::String, ::String],
91
105
  username: ::String
92
106
  ) -> _AssociateUserResponseSuccess
93
107
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateUserResponseSuccess
94
108
 
109
+ interface _CreateLicenseServerEndpointResponseSuccess
110
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateLicenseServerEndpointResponse]
111
+ def identity_provider_arn: () -> ::String
112
+ def license_server_endpoint_arn: () -> ::String
113
+ end
114
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#create_license_server_endpoint-instance_method
115
+ def create_license_server_endpoint: (
116
+ identity_provider_arn: ::String,
117
+ license_server_settings: {
118
+ server_settings: {
119
+ rds_sal_settings: {
120
+ rds_sal_credentials_provider: {
121
+ secrets_manager_credentials_provider: {
122
+ secret_id: ::String?
123
+ }?
124
+ }
125
+ }?
126
+ },
127
+ server_type: ("RDS_SAL")
128
+ },
129
+ ?tags: Hash[::String, ::String]
130
+ ) -> _CreateLicenseServerEndpointResponseSuccess
131
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLicenseServerEndpointResponseSuccess
132
+
133
+ interface _DeleteLicenseServerEndpointResponseSuccess
134
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteLicenseServerEndpointResponse]
135
+ def license_server_endpoint: () -> Types::LicenseServerEndpoint
136
+ end
137
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#delete_license_server_endpoint-instance_method
138
+ def delete_license_server_endpoint: (
139
+ license_server_endpoint_arn: ::String,
140
+ server_type: ("RDS_SAL")
141
+ ) -> _DeleteLicenseServerEndpointResponseSuccess
142
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLicenseServerEndpointResponseSuccess
143
+
95
144
  interface _DeregisterIdentityProviderResponseSuccess
96
145
  include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterIdentityProviderResponse]
97
146
  def identity_provider_summary: () -> Types::IdentityProviderSummary
98
147
  end
99
148
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#deregister_identity_provider-instance_method
100
149
  def deregister_identity_provider: (
101
- identity_provider: {
150
+ ?identity_provider: {
102
151
  active_directory_identity_provider: {
152
+ active_directory_settings: {
153
+ domain_credentials_provider: {
154
+ secrets_manager_credentials_provider: {
155
+ secret_id: ::String?
156
+ }?
157
+ }?,
158
+ domain_ipv_4_list: Array[::String]?,
159
+ domain_name: ::String?,
160
+ domain_network_settings: {
161
+ subnets: Array[::String]
162
+ }?
163
+ }?,
164
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
103
165
  directory_id: ::String?
104
166
  }?
105
167
  },
106
- product: ::String
168
+ ?identity_provider_arn: ::String,
169
+ ?product: ::String
107
170
  ) -> _DeregisterIdentityProviderResponseSuccess
108
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterIdentityProviderResponseSuccess
171
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterIdentityProviderResponseSuccess
109
172
 
110
173
  interface _DisassociateUserResponseSuccess
111
174
  include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateUserResponse]
@@ -114,15 +177,29 @@ module Aws
114
177
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#disassociate_user-instance_method
115
178
  def disassociate_user: (
116
179
  ?domain: ::String,
117
- identity_provider: {
180
+ ?identity_provider: {
118
181
  active_directory_identity_provider: {
182
+ active_directory_settings: {
183
+ domain_credentials_provider: {
184
+ secrets_manager_credentials_provider: {
185
+ secret_id: ::String?
186
+ }?
187
+ }?,
188
+ domain_ipv_4_list: Array[::String]?,
189
+ domain_name: ::String?,
190
+ domain_network_settings: {
191
+ subnets: Array[::String]
192
+ }?
193
+ }?,
194
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
119
195
  directory_id: ::String?
120
196
  }?
121
197
  },
122
- instance_id: ::String,
123
- username: ::String
198
+ ?instance_id: ::String,
199
+ ?instance_user_arn: ::String,
200
+ ?username: ::String
124
201
  ) -> _DisassociateUserResponseSuccess
125
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateUserResponseSuccess
202
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateUserResponseSuccess
126
203
 
127
204
  interface _ListIdentityProvidersResponseSuccess
128
205
  include ::Seahorse::Client::_ResponseSuccess[Types::ListIdentityProvidersResponse]
@@ -131,6 +208,13 @@ module Aws
131
208
  end
132
209
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#list_identity_providers-instance_method
133
210
  def list_identity_providers: (
211
+ ?filters: Array[
212
+ {
213
+ attribute: ::String?,
214
+ operation: ::String?,
215
+ value: ::String?
216
+ },
217
+ ],
134
218
  ?max_results: ::Integer,
135
219
  ?next_token: ::String
136
220
  ) -> _ListIdentityProvidersResponseSuccess
@@ -155,6 +239,25 @@ module Aws
155
239
  ) -> _ListInstancesResponseSuccess
156
240
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListInstancesResponseSuccess
157
241
 
242
+ interface _ListLicenseServerEndpointsResponseSuccess
243
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListLicenseServerEndpointsResponse]
244
+ def license_server_endpoints: () -> ::Array[Types::LicenseServerEndpoint]
245
+ def next_token: () -> ::String
246
+ end
247
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#list_license_server_endpoints-instance_method
248
+ def list_license_server_endpoints: (
249
+ ?filters: Array[
250
+ {
251
+ attribute: ::String?,
252
+ operation: ::String?,
253
+ value: ::String?
254
+ },
255
+ ],
256
+ ?max_results: ::Integer,
257
+ ?next_token: ::String
258
+ ) -> _ListLicenseServerEndpointsResponseSuccess
259
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLicenseServerEndpointsResponseSuccess
260
+
158
261
  interface _ListProductSubscriptionsResponseSuccess
159
262
  include ::Seahorse::Client::_ResponseSuccess[Types::ListProductSubscriptionsResponse]
160
263
  def next_token: () -> ::String
@@ -171,15 +274,38 @@ module Aws
171
274
  ],
172
275
  identity_provider: {
173
276
  active_directory_identity_provider: {
277
+ active_directory_settings: {
278
+ domain_credentials_provider: {
279
+ secrets_manager_credentials_provider: {
280
+ secret_id: ::String?
281
+ }?
282
+ }?,
283
+ domain_ipv_4_list: Array[::String]?,
284
+ domain_name: ::String?,
285
+ domain_network_settings: {
286
+ subnets: Array[::String]
287
+ }?
288
+ }?,
289
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
174
290
  directory_id: ::String?
175
291
  }?
176
292
  },
177
293
  ?max_results: ::Integer,
178
294
  ?next_token: ::String,
179
- product: ::String
295
+ ?product: ::String
180
296
  ) -> _ListProductSubscriptionsResponseSuccess
181
297
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListProductSubscriptionsResponseSuccess
182
298
 
299
+ interface _ListTagsForResourceResponseSuccess
300
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
301
+ def tags: () -> ::Hash[::String, ::String]
302
+ end
303
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#list_tags_for_resource-instance_method
304
+ def list_tags_for_resource: (
305
+ resource_arn: ::String
306
+ ) -> _ListTagsForResourceResponseSuccess
307
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
308
+
183
309
  interface _ListUserAssociationsResponseSuccess
184
310
  include ::Seahorse::Client::_ResponseSuccess[Types::ListUserAssociationsResponse]
185
311
  def instance_user_summaries: () -> ::Array[Types::InstanceUserSummary]
@@ -196,6 +322,19 @@ module Aws
196
322
  ],
197
323
  identity_provider: {
198
324
  active_directory_identity_provider: {
325
+ active_directory_settings: {
326
+ domain_credentials_provider: {
327
+ secrets_manager_credentials_provider: {
328
+ secret_id: ::String?
329
+ }?
330
+ }?,
331
+ domain_ipv_4_list: Array[::String]?,
332
+ domain_name: ::String?,
333
+ domain_network_settings: {
334
+ subnets: Array[::String]
335
+ }?
336
+ }?,
337
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
199
338
  directory_id: ::String?
200
339
  }?
201
340
  },
@@ -213,6 +352,19 @@ module Aws
213
352
  def register_identity_provider: (
214
353
  identity_provider: {
215
354
  active_directory_identity_provider: {
355
+ active_directory_settings: {
356
+ domain_credentials_provider: {
357
+ secrets_manager_credentials_provider: {
358
+ secret_id: ::String?
359
+ }?
360
+ }?,
361
+ domain_ipv_4_list: Array[::String]?,
362
+ domain_name: ::String?,
363
+ domain_network_settings: {
364
+ subnets: Array[::String]
365
+ }?
366
+ }?,
367
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
216
368
  directory_id: ::String?
217
369
  }?
218
370
  },
@@ -220,7 +372,8 @@ module Aws
220
372
  ?settings: {
221
373
  security_group_id: ::String,
222
374
  subnets: Array[::String]
223
- }
375
+ },
376
+ ?tags: Hash[::String, ::String]
224
377
  ) -> _RegisterIdentityProviderResponseSuccess
225
378
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterIdentityProviderResponseSuccess
226
379
 
@@ -233,10 +386,24 @@ module Aws
233
386
  ?domain: ::String,
234
387
  identity_provider: {
235
388
  active_directory_identity_provider: {
389
+ active_directory_settings: {
390
+ domain_credentials_provider: {
391
+ secrets_manager_credentials_provider: {
392
+ secret_id: ::String?
393
+ }?
394
+ }?,
395
+ domain_ipv_4_list: Array[::String]?,
396
+ domain_name: ::String?,
397
+ domain_network_settings: {
398
+ subnets: Array[::String]
399
+ }?
400
+ }?,
401
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
236
402
  directory_id: ::String?
237
403
  }?
238
404
  },
239
405
  product: ::String,
406
+ ?tags: Hash[::String, ::String],
240
407
  username: ::String
241
408
  ) -> _StartProductSubscriptionResponseSuccess
242
409
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartProductSubscriptionResponseSuccess
@@ -248,15 +415,49 @@ module Aws
248
415
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#stop_product_subscription-instance_method
249
416
  def stop_product_subscription: (
250
417
  ?domain: ::String,
251
- identity_provider: {
418
+ ?identity_provider: {
252
419
  active_directory_identity_provider: {
420
+ active_directory_settings: {
421
+ domain_credentials_provider: {
422
+ secrets_manager_credentials_provider: {
423
+ secret_id: ::String?
424
+ }?
425
+ }?,
426
+ domain_ipv_4_list: Array[::String]?,
427
+ domain_name: ::String?,
428
+ domain_network_settings: {
429
+ subnets: Array[::String]
430
+ }?
431
+ }?,
432
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
253
433
  directory_id: ::String?
254
434
  }?
255
435
  },
256
- product: ::String,
257
- username: ::String
436
+ ?product: ::String,
437
+ ?product_user_arn: ::String,
438
+ ?username: ::String
258
439
  ) -> _StopProductSubscriptionResponseSuccess
259
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopProductSubscriptionResponseSuccess
440
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopProductSubscriptionResponseSuccess
441
+
442
+ interface _TagResourceResponseSuccess
443
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
444
+ end
445
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#tag_resource-instance_method
446
+ def tag_resource: (
447
+ resource_arn: ::String,
448
+ tags: Hash[::String, ::String]
449
+ ) -> _TagResourceResponseSuccess
450
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
451
+
452
+ interface _UntagResourceResponseSuccess
453
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
454
+ end
455
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#untag_resource-instance_method
456
+ def untag_resource: (
457
+ resource_arn: ::String,
458
+ tag_keys: Array[::String]
459
+ ) -> _UntagResourceResponseSuccess
460
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
260
461
 
261
462
  interface _UpdateIdentityProviderSettingsResponseSuccess
262
463
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIdentityProviderSettingsResponse]
@@ -264,12 +465,26 @@ module Aws
264
465
  end
265
466
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LicenseManagerUserSubscriptions/Client.html#update_identity_provider_settings-instance_method
266
467
  def update_identity_provider_settings: (
267
- identity_provider: {
468
+ ?identity_provider: {
268
469
  active_directory_identity_provider: {
470
+ active_directory_settings: {
471
+ domain_credentials_provider: {
472
+ secrets_manager_credentials_provider: {
473
+ secret_id: ::String?
474
+ }?
475
+ }?,
476
+ domain_ipv_4_list: Array[::String]?,
477
+ domain_name: ::String?,
478
+ domain_network_settings: {
479
+ subnets: Array[::String]
480
+ }?
481
+ }?,
482
+ active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")?,
269
483
  directory_id: ::String?
270
484
  }?
271
485
  },
272
- product: ::String,
486
+ ?identity_provider_arn: ::String,
487
+ ?product: ::String,
273
488
  update_settings: {
274
489
  add_subnets: Array[::String],
275
490
  remove_subnets: Array[::String],
data/sig/types.rbs CHANGED
@@ -14,16 +14,27 @@ module Aws::LicenseManagerUserSubscriptions
14
14
  end
15
15
 
16
16
  class ActiveDirectoryIdentityProvider
17
+ attr_accessor active_directory_settings: Types::ActiveDirectorySettings
18
+ attr_accessor active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")
17
19
  attr_accessor directory_id: ::String
18
20
  SENSITIVE: []
19
21
  end
20
22
 
23
+ class ActiveDirectorySettings
24
+ attr_accessor domain_credentials_provider: Types::CredentialsProvider
25
+ attr_accessor domain_ipv_4_list: ::Array[::String]
26
+ attr_accessor domain_name: ::String
27
+ attr_accessor domain_network_settings: Types::DomainNetworkSettings
28
+ SENSITIVE: []
29
+ end
30
+
21
31
  class AssociateUserRequest
22
32
  attr_accessor domain: ::String
23
33
  attr_accessor identity_provider: Types::IdentityProvider
24
34
  attr_accessor instance_id: ::String
35
+ attr_accessor tags: ::Hash[::String, ::String]
25
36
  attr_accessor username: ::String
26
- SENSITIVE: []
37
+ SENSITIVE: [:tags]
27
38
  end
28
39
 
29
40
  class AssociateUserResponse
@@ -36,8 +47,44 @@ module Aws::LicenseManagerUserSubscriptions
36
47
  SENSITIVE: []
37
48
  end
38
49
 
50
+ class CreateLicenseServerEndpointRequest
51
+ attr_accessor identity_provider_arn: ::String
52
+ attr_accessor license_server_settings: Types::LicenseServerSettings
53
+ attr_accessor tags: ::Hash[::String, ::String]
54
+ SENSITIVE: [:tags]
55
+ end
56
+
57
+ class CreateLicenseServerEndpointResponse
58
+ attr_accessor identity_provider_arn: ::String
59
+ attr_accessor license_server_endpoint_arn: ::String
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class CredentialsProvider
64
+ attr_accessor secrets_manager_credentials_provider: Types::SecretsManagerCredentialsProvider
65
+ attr_accessor unknown: untyped
66
+ SENSITIVE: []
67
+
68
+ class SecretsManagerCredentialsProvider < CredentialsProvider
69
+ end
70
+ class Unknown < CredentialsProvider
71
+ end
72
+ end
73
+
74
+ class DeleteLicenseServerEndpointRequest
75
+ attr_accessor license_server_endpoint_arn: ::String
76
+ attr_accessor server_type: ("RDS_SAL")
77
+ SENSITIVE: []
78
+ end
79
+
80
+ class DeleteLicenseServerEndpointResponse
81
+ attr_accessor license_server_endpoint: Types::LicenseServerEndpoint
82
+ SENSITIVE: []
83
+ end
84
+
39
85
  class DeregisterIdentityProviderRequest
40
86
  attr_accessor identity_provider: Types::IdentityProvider
87
+ attr_accessor identity_provider_arn: ::String
41
88
  attr_accessor product: ::String
42
89
  SENSITIVE: []
43
90
  end
@@ -51,6 +98,7 @@ module Aws::LicenseManagerUserSubscriptions
51
98
  attr_accessor domain: ::String
52
99
  attr_accessor identity_provider: Types::IdentityProvider
53
100
  attr_accessor instance_id: ::String
101
+ attr_accessor instance_user_arn: ::String
54
102
  attr_accessor username: ::String
55
103
  SENSITIVE: []
56
104
  end
@@ -60,6 +108,11 @@ module Aws::LicenseManagerUserSubscriptions
60
108
  SENSITIVE: []
61
109
  end
62
110
 
111
+ class DomainNetworkSettings
112
+ attr_accessor subnets: ::Array[::String]
113
+ SENSITIVE: []
114
+ end
115
+
63
116
  class Filter
64
117
  attr_accessor attribute: ::String
65
118
  attr_accessor operation: ::String
@@ -81,6 +134,7 @@ module Aws::LicenseManagerUserSubscriptions
81
134
  class IdentityProviderSummary
82
135
  attr_accessor failure_message: ::String
83
136
  attr_accessor identity_provider: Types::IdentityProvider
137
+ attr_accessor identity_provider_arn: ::String
84
138
  attr_accessor product: ::String
85
139
  attr_accessor settings: Types::Settings
86
140
  attr_accessor status: ::String
@@ -102,6 +156,7 @@ module Aws::LicenseManagerUserSubscriptions
102
156
  attr_accessor domain: ::String
103
157
  attr_accessor identity_provider: Types::IdentityProvider
104
158
  attr_accessor instance_id: ::String
159
+ attr_accessor instance_user_arn: ::String
105
160
  attr_accessor status: ::String
106
161
  attr_accessor status_message: ::String
107
162
  attr_accessor username: ::String
@@ -113,7 +168,34 @@ module Aws::LicenseManagerUserSubscriptions
113
168
  SENSITIVE: []
114
169
  end
115
170
 
171
+ class LicenseServer
172
+ attr_accessor health_status: ("HEALTHY" | "UNHEALTHY" | "NOT_APPLICABLE")
173
+ attr_accessor ipv_4_address: ::String
174
+ attr_accessor provisioning_status: ("PROVISIONING" | "PROVISIONING_FAILED" | "PROVISIONED" | "DELETING" | "DELETION_FAILED" | "DELETED")
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class LicenseServerEndpoint
179
+ attr_accessor creation_time: ::Time
180
+ attr_accessor identity_provider_arn: ::String
181
+ attr_accessor license_server_endpoint_arn: ::String
182
+ attr_accessor license_server_endpoint_id: ::String
183
+ attr_accessor license_server_endpoint_provisioning_status: ("PROVISIONING" | "PROVISIONING_FAILED" | "PROVISIONED" | "DELETING" | "DELETION_FAILED" | "DELETED")
184
+ attr_accessor license_servers: ::Array[Types::LicenseServer]
185
+ attr_accessor server_endpoint: Types::ServerEndpoint
186
+ attr_accessor server_type: ("RDS_SAL")
187
+ attr_accessor status_message: ::String
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class LicenseServerSettings
192
+ attr_accessor server_settings: Types::ServerSettings
193
+ attr_accessor server_type: ("RDS_SAL")
194
+ SENSITIVE: []
195
+ end
196
+
116
197
  class ListIdentityProvidersRequest
198
+ attr_accessor filters: ::Array[Types::Filter]
117
199
  attr_accessor max_results: ::Integer
118
200
  attr_accessor next_token: ::String
119
201
  SENSITIVE: []
@@ -138,6 +220,19 @@ module Aws::LicenseManagerUserSubscriptions
138
220
  SENSITIVE: []
139
221
  end
140
222
 
223
+ class ListLicenseServerEndpointsRequest
224
+ attr_accessor filters: ::Array[Types::Filter]
225
+ attr_accessor max_results: ::Integer
226
+ attr_accessor next_token: ::String
227
+ SENSITIVE: []
228
+ end
229
+
230
+ class ListLicenseServerEndpointsResponse
231
+ attr_accessor license_server_endpoints: ::Array[Types::LicenseServerEndpoint]
232
+ attr_accessor next_token: ::String
233
+ SENSITIVE: []
234
+ end
235
+
141
236
  class ListProductSubscriptionsRequest
142
237
  attr_accessor filters: ::Array[Types::Filter]
143
238
  attr_accessor identity_provider: Types::IdentityProvider
@@ -153,6 +248,16 @@ module Aws::LicenseManagerUserSubscriptions
153
248
  SENSITIVE: []
154
249
  end
155
250
 
251
+ class ListTagsForResourceRequest
252
+ attr_accessor resource_arn: ::String
253
+ SENSITIVE: []
254
+ end
255
+
256
+ class ListTagsForResourceResponse
257
+ attr_accessor tags: ::Hash[::String, ::String]
258
+ SENSITIVE: [:tags]
259
+ end
260
+
156
261
  class ListUserAssociationsRequest
157
262
  attr_accessor filters: ::Array[Types::Filter]
158
263
  attr_accessor identity_provider: Types::IdentityProvider
@@ -172,6 +277,7 @@ module Aws::LicenseManagerUserSubscriptions
172
277
  attr_accessor domain: ::String
173
278
  attr_accessor identity_provider: Types::IdentityProvider
174
279
  attr_accessor product: ::String
280
+ attr_accessor product_user_arn: ::String
175
281
  attr_accessor status: ::String
176
282
  attr_accessor status_message: ::String
177
283
  attr_accessor subscription_end_date: ::String
@@ -180,11 +286,17 @@ module Aws::LicenseManagerUserSubscriptions
180
286
  SENSITIVE: []
181
287
  end
182
288
 
289
+ class RdsSalSettings
290
+ attr_accessor rds_sal_credentials_provider: Types::CredentialsProvider
291
+ SENSITIVE: []
292
+ end
293
+
183
294
  class RegisterIdentityProviderRequest
184
295
  attr_accessor identity_provider: Types::IdentityProvider
185
296
  attr_accessor product: ::String
186
297
  attr_accessor settings: Types::Settings
187
- SENSITIVE: []
298
+ attr_accessor tags: ::Hash[::String, ::String]
299
+ SENSITIVE: [:tags]
188
300
  end
189
301
 
190
302
  class RegisterIdentityProviderResponse
@@ -197,6 +309,27 @@ module Aws::LicenseManagerUserSubscriptions
197
309
  SENSITIVE: []
198
310
  end
199
311
 
312
+ class SecretsManagerCredentialsProvider
313
+ attr_accessor secret_id: ::String
314
+ SENSITIVE: []
315
+ end
316
+
317
+ class ServerEndpoint
318
+ attr_accessor endpoint: ::String
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class ServerSettings
323
+ attr_accessor rds_sal_settings: Types::RdsSalSettings
324
+ attr_accessor unknown: untyped
325
+ SENSITIVE: []
326
+
327
+ class RdsSalSettings < ServerSettings
328
+ end
329
+ class Unknown < ServerSettings
330
+ end
331
+ end
332
+
200
333
  class ServiceQuotaExceededException
201
334
  attr_accessor message: ::String
202
335
  SENSITIVE: []
@@ -212,8 +345,9 @@ module Aws::LicenseManagerUserSubscriptions
212
345
  attr_accessor domain: ::String
213
346
  attr_accessor identity_provider: Types::IdentityProvider
214
347
  attr_accessor product: ::String
348
+ attr_accessor tags: ::Hash[::String, ::String]
215
349
  attr_accessor username: ::String
216
- SENSITIVE: []
350
+ SENSITIVE: [:tags]
217
351
  end
218
352
 
219
353
  class StartProductSubscriptionResponse
@@ -225,6 +359,7 @@ module Aws::LicenseManagerUserSubscriptions
225
359
  attr_accessor domain: ::String
226
360
  attr_accessor identity_provider: Types::IdentityProvider
227
361
  attr_accessor product: ::String
362
+ attr_accessor product_user_arn: ::String
228
363
  attr_accessor username: ::String
229
364
  SENSITIVE: []
230
365
  end
@@ -234,13 +369,32 @@ module Aws::LicenseManagerUserSubscriptions
234
369
  SENSITIVE: []
235
370
  end
236
371
 
372
+ class TagResourceRequest
373
+ attr_accessor resource_arn: ::String
374
+ attr_accessor tags: ::Hash[::String, ::String]
375
+ SENSITIVE: [:tags]
376
+ end
377
+
378
+ class TagResourceResponse < Aws::EmptyStructure
379
+ end
380
+
237
381
  class ThrottlingException
238
382
  attr_accessor message: ::String
239
383
  SENSITIVE: []
240
384
  end
241
385
 
386
+ class UntagResourceRequest
387
+ attr_accessor resource_arn: ::String
388
+ attr_accessor tag_keys: ::Array[::String]
389
+ SENSITIVE: [:tag_keys]
390
+ end
391
+
392
+ class UntagResourceResponse < Aws::EmptyStructure
393
+ end
394
+
242
395
  class UpdateIdentityProviderSettingsRequest
243
396
  attr_accessor identity_provider: Types::IdentityProvider
397
+ attr_accessor identity_provider_arn: ::String
244
398
  attr_accessor product: ::String
245
399
  attr_accessor update_settings: Types::UpdateSettings
246
400
  SENSITIVE: []