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