aws-sdk-licensemanagerusersubscriptions 1.39.0 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-licensemanagerusersubscriptions/client.rb +293 -227
- data/lib/aws-sdk-licensemanagerusersubscriptions/client_api.rb +71 -61
- data/lib/aws-sdk-licensemanagerusersubscriptions/types.rb +266 -232
- data/lib/aws-sdk-licensemanagerusersubscriptions/waiters.rb +15 -0
- data/lib/aws-sdk-licensemanagerusersubscriptions.rb +2 -1
- data/sig/client.rbs +87 -69
- data/sig/types.rbs +53 -47
- metadata +2 -1
data/sig/types.rbs
CHANGED
@@ -14,26 +14,28 @@ module Aws::LicenseManagerUserSubscriptions
|
|
14
14
|
end
|
15
15
|
|
16
16
|
class ActiveDirectoryIdentityProvider
|
17
|
+
attr_accessor directory_id: ::String
|
17
18
|
attr_accessor active_directory_settings: Types::ActiveDirectorySettings
|
18
19
|
attr_accessor active_directory_type: ("SELF_MANAGED" | "AWS_MANAGED")
|
19
|
-
attr_accessor
|
20
|
+
attr_accessor is_shared_active_directory: bool
|
20
21
|
SENSITIVE: []
|
21
22
|
end
|
22
23
|
|
23
24
|
class ActiveDirectorySettings
|
24
|
-
attr_accessor domain_credentials_provider: Types::CredentialsProvider
|
25
|
-
attr_accessor domain_ipv_4_list: ::Array[::String]
|
26
25
|
attr_accessor domain_name: ::String
|
26
|
+
attr_accessor domain_ipv_4_list: ::Array[::String]
|
27
|
+
attr_accessor domain_ipv_6_list: ::Array[::String]
|
28
|
+
attr_accessor domain_credentials_provider: Types::CredentialsProvider
|
27
29
|
attr_accessor domain_network_settings: Types::DomainNetworkSettings
|
28
30
|
SENSITIVE: []
|
29
31
|
end
|
30
32
|
|
31
33
|
class AssociateUserRequest
|
32
|
-
attr_accessor
|
33
|
-
attr_accessor identity_provider: Types::IdentityProvider
|
34
|
+
attr_accessor username: ::String
|
34
35
|
attr_accessor instance_id: ::String
|
36
|
+
attr_accessor identity_provider: Types::IdentityProvider
|
37
|
+
attr_accessor domain: ::String
|
35
38
|
attr_accessor tags: ::Hash[::String, ::String]
|
36
|
-
attr_accessor username: ::String
|
37
39
|
SENSITIVE: [:tags]
|
38
40
|
end
|
39
41
|
|
@@ -84,8 +86,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
84
86
|
|
85
87
|
class DeregisterIdentityProviderRequest
|
86
88
|
attr_accessor identity_provider: Types::IdentityProvider
|
87
|
-
attr_accessor identity_provider_arn: ::String
|
88
89
|
attr_accessor product: ::String
|
90
|
+
attr_accessor identity_provider_arn: ::String
|
89
91
|
SENSITIVE: []
|
90
92
|
end
|
91
93
|
|
@@ -95,11 +97,11 @@ module Aws::LicenseManagerUserSubscriptions
|
|
95
97
|
end
|
96
98
|
|
97
99
|
class DisassociateUserRequest
|
98
|
-
attr_accessor
|
99
|
-
attr_accessor identity_provider: Types::IdentityProvider
|
100
|
+
attr_accessor username: ::String
|
100
101
|
attr_accessor instance_id: ::String
|
102
|
+
attr_accessor identity_provider: Types::IdentityProvider
|
101
103
|
attr_accessor instance_user_arn: ::String
|
102
|
-
attr_accessor
|
104
|
+
attr_accessor domain: ::String
|
103
105
|
SENSITIVE: []
|
104
106
|
end
|
105
107
|
|
@@ -132,34 +134,37 @@ module Aws::LicenseManagerUserSubscriptions
|
|
132
134
|
end
|
133
135
|
|
134
136
|
class IdentityProviderSummary
|
135
|
-
attr_accessor failure_message: ::String
|
136
137
|
attr_accessor identity_provider: Types::IdentityProvider
|
137
|
-
attr_accessor identity_provider_arn: ::String
|
138
|
-
attr_accessor product: ::String
|
139
138
|
attr_accessor settings: Types::Settings
|
139
|
+
attr_accessor product: ::String
|
140
140
|
attr_accessor status: ::String
|
141
|
+
attr_accessor identity_provider_arn: ::String
|
142
|
+
attr_accessor failure_message: ::String
|
143
|
+
attr_accessor owner_account_id: ::String
|
141
144
|
SENSITIVE: []
|
142
145
|
end
|
143
146
|
|
144
147
|
class InstanceSummary
|
145
148
|
attr_accessor instance_id: ::String
|
146
|
-
attr_accessor last_status_check_date: ::String
|
147
|
-
attr_accessor products: ::Array[::String]
|
148
149
|
attr_accessor status: ::String
|
150
|
+
attr_accessor products: ::Array[::String]
|
151
|
+
attr_accessor last_status_check_date: ::String
|
149
152
|
attr_accessor status_message: ::String
|
153
|
+
attr_accessor owner_account_id: ::String
|
154
|
+
attr_accessor identity_provider: Types::IdentityProvider
|
150
155
|
SENSITIVE: []
|
151
156
|
end
|
152
157
|
|
153
158
|
class InstanceUserSummary
|
154
|
-
attr_accessor
|
155
|
-
attr_accessor disassociation_date: ::String
|
156
|
-
attr_accessor domain: ::String
|
157
|
-
attr_accessor identity_provider: Types::IdentityProvider
|
159
|
+
attr_accessor username: ::String
|
158
160
|
attr_accessor instance_id: ::String
|
159
|
-
attr_accessor
|
161
|
+
attr_accessor identity_provider: Types::IdentityProvider
|
160
162
|
attr_accessor status: ::String
|
163
|
+
attr_accessor instance_user_arn: ::String
|
161
164
|
attr_accessor status_message: ::String
|
162
|
-
attr_accessor
|
165
|
+
attr_accessor domain: ::String
|
166
|
+
attr_accessor association_date: ::String
|
167
|
+
attr_accessor disassociation_date: ::String
|
163
168
|
SENSITIVE: []
|
164
169
|
end
|
165
170
|
|
@@ -169,34 +174,35 @@ module Aws::LicenseManagerUserSubscriptions
|
|
169
174
|
end
|
170
175
|
|
171
176
|
class LicenseServer
|
177
|
+
attr_accessor provisioning_status: ("PROVISIONING" | "PROVISIONING_FAILED" | "PROVISIONED" | "DELETING" | "DELETION_FAILED" | "DELETED")
|
172
178
|
attr_accessor health_status: ("HEALTHY" | "UNHEALTHY" | "NOT_APPLICABLE")
|
173
179
|
attr_accessor ipv_4_address: ::String
|
174
|
-
attr_accessor
|
180
|
+
attr_accessor ipv_6_address: ::String
|
175
181
|
SENSITIVE: []
|
176
182
|
end
|
177
183
|
|
178
184
|
class LicenseServerEndpoint
|
179
|
-
attr_accessor creation_time: ::Time
|
180
185
|
attr_accessor identity_provider_arn: ::String
|
181
|
-
attr_accessor
|
186
|
+
attr_accessor server_type: ("RDS_SAL")
|
187
|
+
attr_accessor server_endpoint: Types::ServerEndpoint
|
188
|
+
attr_accessor status_message: ::String
|
182
189
|
attr_accessor license_server_endpoint_id: ::String
|
190
|
+
attr_accessor license_server_endpoint_arn: ::String
|
183
191
|
attr_accessor license_server_endpoint_provisioning_status: ("PROVISIONING" | "PROVISIONING_FAILED" | "PROVISIONED" | "DELETING" | "DELETION_FAILED" | "DELETED")
|
184
192
|
attr_accessor license_servers: ::Array[Types::LicenseServer]
|
185
|
-
attr_accessor
|
186
|
-
attr_accessor server_type: ("RDS_SAL")
|
187
|
-
attr_accessor status_message: ::String
|
193
|
+
attr_accessor creation_time: ::Time
|
188
194
|
SENSITIVE: []
|
189
195
|
end
|
190
196
|
|
191
197
|
class LicenseServerSettings
|
192
|
-
attr_accessor server_settings: Types::ServerSettings
|
193
198
|
attr_accessor server_type: ("RDS_SAL")
|
199
|
+
attr_accessor server_settings: Types::ServerSettings
|
194
200
|
SENSITIVE: []
|
195
201
|
end
|
196
202
|
|
197
203
|
class ListIdentityProvidersRequest
|
198
|
-
attr_accessor filters: ::Array[Types::Filter]
|
199
204
|
attr_accessor max_results: ::Integer
|
205
|
+
attr_accessor filters: ::Array[Types::Filter]
|
200
206
|
attr_accessor next_token: ::String
|
201
207
|
SENSITIVE: []
|
202
208
|
end
|
@@ -208,9 +214,9 @@ module Aws::LicenseManagerUserSubscriptions
|
|
208
214
|
end
|
209
215
|
|
210
216
|
class ListInstancesRequest
|
211
|
-
attr_accessor filters: ::Array[Types::Filter]
|
212
217
|
attr_accessor max_results: ::Integer
|
213
218
|
attr_accessor next_token: ::String
|
219
|
+
attr_accessor filters: ::Array[Types::Filter]
|
214
220
|
SENSITIVE: []
|
215
221
|
end
|
216
222
|
|
@@ -221,8 +227,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
221
227
|
end
|
222
228
|
|
223
229
|
class ListLicenseServerEndpointsRequest
|
224
|
-
attr_accessor filters: ::Array[Types::Filter]
|
225
230
|
attr_accessor max_results: ::Integer
|
231
|
+
attr_accessor filters: ::Array[Types::Filter]
|
226
232
|
attr_accessor next_token: ::String
|
227
233
|
SENSITIVE: []
|
228
234
|
end
|
@@ -234,17 +240,17 @@ module Aws::LicenseManagerUserSubscriptions
|
|
234
240
|
end
|
235
241
|
|
236
242
|
class ListProductSubscriptionsRequest
|
237
|
-
attr_accessor
|
243
|
+
attr_accessor product: ::String
|
238
244
|
attr_accessor identity_provider: Types::IdentityProvider
|
239
245
|
attr_accessor max_results: ::Integer
|
246
|
+
attr_accessor filters: ::Array[Types::Filter]
|
240
247
|
attr_accessor next_token: ::String
|
241
|
-
attr_accessor product: ::String
|
242
248
|
SENSITIVE: []
|
243
249
|
end
|
244
250
|
|
245
251
|
class ListProductSubscriptionsResponse
|
246
|
-
attr_accessor next_token: ::String
|
247
252
|
attr_accessor product_user_summaries: ::Array[Types::ProductUserSummary]
|
253
|
+
attr_accessor next_token: ::String
|
248
254
|
SENSITIVE: []
|
249
255
|
end
|
250
256
|
|
@@ -259,10 +265,10 @@ module Aws::LicenseManagerUserSubscriptions
|
|
259
265
|
end
|
260
266
|
|
261
267
|
class ListUserAssociationsRequest
|
262
|
-
attr_accessor filters: ::Array[Types::Filter]
|
263
|
-
attr_accessor identity_provider: Types::IdentityProvider
|
264
268
|
attr_accessor instance_id: ::String
|
269
|
+
attr_accessor identity_provider: Types::IdentityProvider
|
265
270
|
attr_accessor max_results: ::Integer
|
271
|
+
attr_accessor filters: ::Array[Types::Filter]
|
266
272
|
attr_accessor next_token: ::String
|
267
273
|
SENSITIVE: []
|
268
274
|
end
|
@@ -274,15 +280,15 @@ module Aws::LicenseManagerUserSubscriptions
|
|
274
280
|
end
|
275
281
|
|
276
282
|
class ProductUserSummary
|
277
|
-
attr_accessor
|
278
|
-
attr_accessor identity_provider: Types::IdentityProvider
|
283
|
+
attr_accessor username: ::String
|
279
284
|
attr_accessor product: ::String
|
280
|
-
attr_accessor
|
285
|
+
attr_accessor identity_provider: Types::IdentityProvider
|
281
286
|
attr_accessor status: ::String
|
287
|
+
attr_accessor product_user_arn: ::String
|
282
288
|
attr_accessor status_message: ::String
|
283
|
-
attr_accessor
|
289
|
+
attr_accessor domain: ::String
|
284
290
|
attr_accessor subscription_start_date: ::String
|
285
|
-
attr_accessor
|
291
|
+
attr_accessor subscription_end_date: ::String
|
286
292
|
SENSITIVE: []
|
287
293
|
end
|
288
294
|
|
@@ -336,17 +342,17 @@ module Aws::LicenseManagerUserSubscriptions
|
|
336
342
|
end
|
337
343
|
|
338
344
|
class Settings
|
339
|
-
attr_accessor security_group_id: ::String
|
340
345
|
attr_accessor subnets: ::Array[::String]
|
346
|
+
attr_accessor security_group_id: ::String
|
341
347
|
SENSITIVE: []
|
342
348
|
end
|
343
349
|
|
344
350
|
class StartProductSubscriptionRequest
|
345
|
-
attr_accessor
|
351
|
+
attr_accessor username: ::String
|
346
352
|
attr_accessor identity_provider: Types::IdentityProvider
|
347
353
|
attr_accessor product: ::String
|
354
|
+
attr_accessor domain: ::String
|
348
355
|
attr_accessor tags: ::Hash[::String, ::String]
|
349
|
-
attr_accessor username: ::String
|
350
356
|
SENSITIVE: [:tags]
|
351
357
|
end
|
352
358
|
|
@@ -356,11 +362,11 @@ module Aws::LicenseManagerUserSubscriptions
|
|
356
362
|
end
|
357
363
|
|
358
364
|
class StopProductSubscriptionRequest
|
359
|
-
attr_accessor
|
365
|
+
attr_accessor username: ::String
|
360
366
|
attr_accessor identity_provider: Types::IdentityProvider
|
361
367
|
attr_accessor product: ::String
|
362
368
|
attr_accessor product_user_arn: ::String
|
363
|
-
attr_accessor
|
369
|
+
attr_accessor domain: ::String
|
364
370
|
SENSITIVE: []
|
365
371
|
end
|
366
372
|
|
@@ -394,8 +400,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
394
400
|
|
395
401
|
class UpdateIdentityProviderSettingsRequest
|
396
402
|
attr_accessor identity_provider: Types::IdentityProvider
|
397
|
-
attr_accessor identity_provider_arn: ::String
|
398
403
|
attr_accessor product: ::String
|
404
|
+
attr_accessor identity_provider_arn: ::String
|
399
405
|
attr_accessor update_settings: Types::UpdateSettings
|
400
406
|
SENSITIVE: []
|
401
407
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-licensemanagerusersubscriptions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -65,6 +65,7 @@ files:
|
|
65
65
|
- lib/aws-sdk-licensemanagerusersubscriptions/plugins/endpoints.rb
|
66
66
|
- lib/aws-sdk-licensemanagerusersubscriptions/resource.rb
|
67
67
|
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
|
68
|
+
- lib/aws-sdk-licensemanagerusersubscriptions/waiters.rb
|
68
69
|
- sig/client.rbs
|
69
70
|
- sig/errors.rbs
|
70
71
|
- sig/resource.rbs
|