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
@@ -22,6 +22,7 @@ module Aws::LicenseManagerUserSubscriptions
|
|
22
22
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
23
23
|
AssociateUserRequest = Shapes::StructureShape.new(name: 'AssociateUserRequest')
|
24
24
|
AssociateUserResponse = Shapes::StructureShape.new(name: 'AssociateUserResponse')
|
25
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
25
26
|
BoxInteger = Shapes::IntegerShape.new(name: 'BoxInteger')
|
26
27
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
27
28
|
CreateLicenseServerEndpointRequest = Shapes::StructureShape.new(name: 'CreateLicenseServerEndpointRequest')
|
@@ -108,24 +109,25 @@ module Aws::LicenseManagerUserSubscriptions
|
|
108
109
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
109
110
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
110
111
|
|
112
|
+
ActiveDirectoryIdentityProvider.add_member(:directory_id, Shapes::ShapeRef.new(shape: Directory, location_name: "DirectoryId"))
|
111
113
|
ActiveDirectoryIdentityProvider.add_member(:active_directory_settings, Shapes::ShapeRef.new(shape: ActiveDirectorySettings, location_name: "ActiveDirectorySettings"))
|
112
114
|
ActiveDirectoryIdentityProvider.add_member(:active_directory_type, Shapes::ShapeRef.new(shape: ActiveDirectoryType, location_name: "ActiveDirectoryType"))
|
113
|
-
ActiveDirectoryIdentityProvider.add_member(:
|
115
|
+
ActiveDirectoryIdentityProvider.add_member(:is_shared_active_directory, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsSharedActiveDirectory"))
|
114
116
|
ActiveDirectoryIdentityProvider.struct_class = Types::ActiveDirectoryIdentityProvider
|
115
117
|
|
116
|
-
ActiveDirectorySettings.add_member(:domain_credentials_provider, Shapes::ShapeRef.new(shape: CredentialsProvider, location_name: "DomainCredentialsProvider"))
|
117
|
-
ActiveDirectorySettings.add_member(:domain_ipv_4_list, Shapes::ShapeRef.new(shape: ActiveDirectorySettingsDomainIpv4ListList, location_name: "DomainIpv4List"))
|
118
118
|
ActiveDirectorySettings.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainName"))
|
119
|
+
ActiveDirectorySettings.add_member(:domain_ipv_4_list, Shapes::ShapeRef.new(shape: ActiveDirectorySettingsDomainIpv4ListList, location_name: "DomainIpv4List"))
|
120
|
+
ActiveDirectorySettings.add_member(:domain_credentials_provider, Shapes::ShapeRef.new(shape: CredentialsProvider, location_name: "DomainCredentialsProvider"))
|
119
121
|
ActiveDirectorySettings.add_member(:domain_network_settings, Shapes::ShapeRef.new(shape: DomainNetworkSettings, location_name: "DomainNetworkSettings"))
|
120
122
|
ActiveDirectorySettings.struct_class = Types::ActiveDirectorySettings
|
121
123
|
|
122
124
|
ActiveDirectorySettingsDomainIpv4ListList.member = Shapes::ShapeRef.new(shape: IpV4)
|
123
125
|
|
124
|
-
AssociateUserRequest.add_member(:
|
125
|
-
AssociateUserRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
126
|
+
AssociateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
|
126
127
|
AssociateUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
|
128
|
+
AssociateUserRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
129
|
+
AssociateUserRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
127
130
|
AssociateUserRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
128
|
-
AssociateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
|
129
131
|
AssociateUserRequest.struct_class = Types::AssociateUserRequest
|
130
132
|
|
131
133
|
AssociateUserResponse.add_member(:instance_user_summary, Shapes::ShapeRef.new(shape: InstanceUserSummary, required: true, location_name: "InstanceUserSummary"))
|
@@ -157,18 +159,18 @@ module Aws::LicenseManagerUserSubscriptions
|
|
157
159
|
DeleteLicenseServerEndpointResponse.struct_class = Types::DeleteLicenseServerEndpointResponse
|
158
160
|
|
159
161
|
DeregisterIdentityProviderRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
|
160
|
-
DeregisterIdentityProviderRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
|
161
162
|
DeregisterIdentityProviderRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
|
163
|
+
DeregisterIdentityProviderRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
|
162
164
|
DeregisterIdentityProviderRequest.struct_class = Types::DeregisterIdentityProviderRequest
|
163
165
|
|
164
166
|
DeregisterIdentityProviderResponse.add_member(:identity_provider_summary, Shapes::ShapeRef.new(shape: IdentityProviderSummary, required: true, location_name: "IdentityProviderSummary"))
|
165
167
|
DeregisterIdentityProviderResponse.struct_class = Types::DeregisterIdentityProviderResponse
|
166
168
|
|
167
|
-
DisassociateUserRequest.add_member(:
|
168
|
-
DisassociateUserRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
|
169
|
+
DisassociateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
169
170
|
DisassociateUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
|
171
|
+
DisassociateUserRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
|
170
172
|
DisassociateUserRequest.add_member(:instance_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "InstanceUserArn"))
|
171
|
-
DisassociateUserRequest.add_member(:
|
173
|
+
DisassociateUserRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
172
174
|
DisassociateUserRequest.struct_class = Types::DisassociateUserRequest
|
173
175
|
|
174
176
|
DisassociateUserResponse.add_member(:instance_user_summary, Shapes::ShapeRef.new(shape: InstanceUserSummary, required: true, location_name: "InstanceUserSummary"))
|
@@ -192,34 +194,37 @@ module Aws::LicenseManagerUserSubscriptions
|
|
192
194
|
IdentityProvider.add_member_subclass(:unknown, Types::IdentityProvider::Unknown)
|
193
195
|
IdentityProvider.struct_class = Types::IdentityProvider
|
194
196
|
|
195
|
-
IdentityProviderSummary.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
196
197
|
IdentityProviderSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
197
|
-
IdentityProviderSummary.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
|
198
|
-
IdentityProviderSummary.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
|
199
198
|
IdentityProviderSummary.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, required: true, location_name: "Settings"))
|
199
|
+
IdentityProviderSummary.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
|
200
200
|
IdentityProviderSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
201
|
+
IdentityProviderSummary.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
|
202
|
+
IdentityProviderSummary.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
203
|
+
IdentityProviderSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerAccountId"))
|
201
204
|
IdentityProviderSummary.struct_class = Types::IdentityProviderSummary
|
202
205
|
|
203
206
|
IdentityProviderSummaryList.member = Shapes::ShapeRef.new(shape: IdentityProviderSummary)
|
204
207
|
|
205
208
|
InstanceSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
|
206
|
-
InstanceSummary.add_member(:last_status_check_date, Shapes::ShapeRef.new(shape: String, location_name: "LastStatusCheckDate"))
|
207
|
-
InstanceSummary.add_member(:products, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Products"))
|
208
209
|
InstanceSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
210
|
+
InstanceSummary.add_member(:products, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Products"))
|
211
|
+
InstanceSummary.add_member(:last_status_check_date, Shapes::ShapeRef.new(shape: String, location_name: "LastStatusCheckDate"))
|
209
212
|
InstanceSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
213
|
+
InstanceSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerAccountId"))
|
214
|
+
InstanceSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
|
210
215
|
InstanceSummary.struct_class = Types::InstanceSummary
|
211
216
|
|
212
217
|
InstanceSummaryList.member = Shapes::ShapeRef.new(shape: InstanceSummary)
|
213
218
|
|
214
|
-
InstanceUserSummary.add_member(:
|
215
|
-
InstanceUserSummary.add_member(:disassociation_date, Shapes::ShapeRef.new(shape: String, location_name: "DisassociationDate"))
|
216
|
-
InstanceUserSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
217
|
-
InstanceUserSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
219
|
+
InstanceUserSummary.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
|
218
220
|
InstanceUserSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
|
219
|
-
InstanceUserSummary.add_member(:
|
221
|
+
InstanceUserSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
220
222
|
InstanceUserSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
223
|
+
InstanceUserSummary.add_member(:instance_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "InstanceUserArn"))
|
221
224
|
InstanceUserSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
222
|
-
InstanceUserSummary.add_member(:
|
225
|
+
InstanceUserSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
226
|
+
InstanceUserSummary.add_member(:association_date, Shapes::ShapeRef.new(shape: String, location_name: "AssociationDate"))
|
227
|
+
InstanceUserSummary.add_member(:disassociation_date, Shapes::ShapeRef.new(shape: String, location_name: "DisassociationDate"))
|
223
228
|
InstanceUserSummary.struct_class = Types::InstanceUserSummary
|
224
229
|
|
225
230
|
InstanceUserSummaryList.member = Shapes::ShapeRef.new(shape: InstanceUserSummary)
|
@@ -227,32 +232,32 @@ module Aws::LicenseManagerUserSubscriptions
|
|
227
232
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
228
233
|
InternalServerException.struct_class = Types::InternalServerException
|
229
234
|
|
235
|
+
LicenseServer.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: LicenseServerEndpointProvisioningStatus, location_name: "ProvisioningStatus"))
|
230
236
|
LicenseServer.add_member(:health_status, Shapes::ShapeRef.new(shape: LicenseServerHealthStatus, location_name: "HealthStatus"))
|
231
237
|
LicenseServer.add_member(:ipv_4_address, Shapes::ShapeRef.new(shape: String, location_name: "Ipv4Address"))
|
232
|
-
LicenseServer.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: LicenseServerEndpointProvisioningStatus, location_name: "ProvisioningStatus"))
|
233
238
|
LicenseServer.struct_class = Types::LicenseServer
|
234
239
|
|
235
|
-
LicenseServerEndpoint.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
236
240
|
LicenseServerEndpoint.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "IdentityProviderArn"))
|
237
|
-
LicenseServerEndpoint.add_member(:
|
241
|
+
LicenseServerEndpoint.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "ServerType"))
|
242
|
+
LicenseServerEndpoint.add_member(:server_endpoint, Shapes::ShapeRef.new(shape: ServerEndpoint, location_name: "ServerEndpoint"))
|
243
|
+
LicenseServerEndpoint.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
238
244
|
LicenseServerEndpoint.add_member(:license_server_endpoint_id, Shapes::ShapeRef.new(shape: LicenseServerEndpointId, location_name: "LicenseServerEndpointId"))
|
245
|
+
LicenseServerEndpoint.add_member(:license_server_endpoint_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "LicenseServerEndpointArn"))
|
239
246
|
LicenseServerEndpoint.add_member(:license_server_endpoint_provisioning_status, Shapes::ShapeRef.new(shape: LicenseServerEndpointProvisioningStatus, location_name: "LicenseServerEndpointProvisioningStatus"))
|
240
247
|
LicenseServerEndpoint.add_member(:license_servers, Shapes::ShapeRef.new(shape: LicenseServerList, location_name: "LicenseServers"))
|
241
|
-
LicenseServerEndpoint.add_member(:
|
242
|
-
LicenseServerEndpoint.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "ServerType"))
|
243
|
-
LicenseServerEndpoint.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
248
|
+
LicenseServerEndpoint.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
244
249
|
LicenseServerEndpoint.struct_class = Types::LicenseServerEndpoint
|
245
250
|
|
246
251
|
LicenseServerEndpointList.member = Shapes::ShapeRef.new(shape: LicenseServerEndpoint)
|
247
252
|
|
248
253
|
LicenseServerList.member = Shapes::ShapeRef.new(shape: LicenseServer)
|
249
254
|
|
250
|
-
LicenseServerSettings.add_member(:server_settings, Shapes::ShapeRef.new(shape: ServerSettings, required: true, location_name: "ServerSettings"))
|
251
255
|
LicenseServerSettings.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, required: true, location_name: "ServerType"))
|
256
|
+
LicenseServerSettings.add_member(:server_settings, Shapes::ShapeRef.new(shape: ServerSettings, required: true, location_name: "ServerSettings"))
|
252
257
|
LicenseServerSettings.struct_class = Types::LicenseServerSettings
|
253
258
|
|
254
|
-
ListIdentityProvidersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
255
259
|
ListIdentityProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
260
|
+
ListIdentityProvidersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
256
261
|
ListIdentityProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
257
262
|
ListIdentityProvidersRequest.struct_class = Types::ListIdentityProvidersRequest
|
258
263
|
|
@@ -260,17 +265,17 @@ module Aws::LicenseManagerUserSubscriptions
|
|
260
265
|
ListIdentityProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
261
266
|
ListIdentityProvidersResponse.struct_class = Types::ListIdentityProvidersResponse
|
262
267
|
|
263
|
-
ListInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
264
268
|
ListInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
265
269
|
ListInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
270
|
+
ListInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
266
271
|
ListInstancesRequest.struct_class = Types::ListInstancesRequest
|
267
272
|
|
268
273
|
ListInstancesResponse.add_member(:instance_summaries, Shapes::ShapeRef.new(shape: InstanceSummaryList, location_name: "InstanceSummaries"))
|
269
274
|
ListInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
270
275
|
ListInstancesResponse.struct_class = Types::ListInstancesResponse
|
271
276
|
|
272
|
-
ListLicenseServerEndpointsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
273
277
|
ListLicenseServerEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListLicenseServerEndpointsRequestMaxResultsInteger, location_name: "MaxResults"))
|
278
|
+
ListLicenseServerEndpointsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
274
279
|
ListLicenseServerEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
275
280
|
ListLicenseServerEndpointsRequest.struct_class = Types::ListLicenseServerEndpointsRequest
|
276
281
|
|
@@ -278,15 +283,15 @@ module Aws::LicenseManagerUserSubscriptions
|
|
278
283
|
ListLicenseServerEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
279
284
|
ListLicenseServerEndpointsResponse.struct_class = Types::ListLicenseServerEndpointsResponse
|
280
285
|
|
281
|
-
ListProductSubscriptionsRequest.add_member(:
|
286
|
+
ListProductSubscriptionsRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
|
282
287
|
ListProductSubscriptionsRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
283
288
|
ListProductSubscriptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
289
|
+
ListProductSubscriptionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
284
290
|
ListProductSubscriptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
285
|
-
ListProductSubscriptionsRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
|
286
291
|
ListProductSubscriptionsRequest.struct_class = Types::ListProductSubscriptionsRequest
|
287
292
|
|
288
|
-
ListProductSubscriptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
289
293
|
ListProductSubscriptionsResponse.add_member(:product_user_summaries, Shapes::ShapeRef.new(shape: ProductUserSummaryList, location_name: "ProductUserSummaries"))
|
294
|
+
ListProductSubscriptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
290
295
|
ListProductSubscriptionsResponse.struct_class = Types::ListProductSubscriptionsResponse
|
291
296
|
|
292
297
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
|
@@ -295,10 +300,10 @@ module Aws::LicenseManagerUserSubscriptions
|
|
295
300
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
296
301
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
297
302
|
|
298
|
-
ListUserAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
299
|
-
ListUserAssociationsRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
300
303
|
ListUserAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
|
304
|
+
ListUserAssociationsRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
301
305
|
ListUserAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
|
306
|
+
ListUserAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
302
307
|
ListUserAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
303
308
|
ListUserAssociationsRequest.struct_class = Types::ListUserAssociationsRequest
|
304
309
|
|
@@ -306,15 +311,15 @@ module Aws::LicenseManagerUserSubscriptions
|
|
306
311
|
ListUserAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
307
312
|
ListUserAssociationsResponse.struct_class = Types::ListUserAssociationsResponse
|
308
313
|
|
309
|
-
ProductUserSummary.add_member(:
|
310
|
-
ProductUserSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
314
|
+
ProductUserSummary.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
|
311
315
|
ProductUserSummary.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
|
312
|
-
ProductUserSummary.add_member(:
|
316
|
+
ProductUserSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
313
317
|
ProductUserSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
|
318
|
+
ProductUserSummary.add_member(:product_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProductUserArn"))
|
314
319
|
ProductUserSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
315
|
-
ProductUserSummary.add_member(:
|
320
|
+
ProductUserSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
316
321
|
ProductUserSummary.add_member(:subscription_start_date, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionStartDate"))
|
317
|
-
ProductUserSummary.add_member(:
|
322
|
+
ProductUserSummary.add_member(:subscription_end_date, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionEndDate"))
|
318
323
|
ProductUserSummary.struct_class = Types::ProductUserSummary
|
319
324
|
|
320
325
|
ProductUserSummaryList.member = Shapes::ShapeRef.new(shape: ProductUserSummary)
|
@@ -349,27 +354,27 @@ module Aws::LicenseManagerUserSubscriptions
|
|
349
354
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
350
355
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
351
356
|
|
352
|
-
Settings.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroup, required: true, location_name: "SecurityGroupId"))
|
353
357
|
Settings.add_member(:subnets, Shapes::ShapeRef.new(shape: SettingsSubnetsList, required: true, location_name: "Subnets"))
|
358
|
+
Settings.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroup, required: true, location_name: "SecurityGroupId"))
|
354
359
|
Settings.struct_class = Types::Settings
|
355
360
|
|
356
361
|
SettingsSubnetsList.member = Shapes::ShapeRef.new(shape: Subnet)
|
357
362
|
|
358
|
-
StartProductSubscriptionRequest.add_member(:
|
363
|
+
StartProductSubscriptionRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
|
359
364
|
StartProductSubscriptionRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
|
360
365
|
StartProductSubscriptionRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
|
366
|
+
StartProductSubscriptionRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
361
367
|
StartProductSubscriptionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
362
|
-
StartProductSubscriptionRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
|
363
368
|
StartProductSubscriptionRequest.struct_class = Types::StartProductSubscriptionRequest
|
364
369
|
|
365
370
|
StartProductSubscriptionResponse.add_member(:product_user_summary, Shapes::ShapeRef.new(shape: ProductUserSummary, required: true, location_name: "ProductUserSummary"))
|
366
371
|
StartProductSubscriptionResponse.struct_class = Types::StartProductSubscriptionResponse
|
367
372
|
|
368
|
-
StopProductSubscriptionRequest.add_member(:
|
373
|
+
StopProductSubscriptionRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
369
374
|
StopProductSubscriptionRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
|
370
375
|
StopProductSubscriptionRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
|
371
376
|
StopProductSubscriptionRequest.add_member(:product_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProductUserArn"))
|
372
|
-
StopProductSubscriptionRequest.add_member(:
|
377
|
+
StopProductSubscriptionRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
373
378
|
StopProductSubscriptionRequest.struct_class = Types::StopProductSubscriptionRequest
|
374
379
|
|
375
380
|
StopProductSubscriptionResponse.add_member(:product_user_summary, Shapes::ShapeRef.new(shape: ProductUserSummary, required: true, location_name: "ProductUserSummary"))
|
@@ -400,8 +405,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
400
405
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
401
406
|
|
402
407
|
UpdateIdentityProviderSettingsRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
|
403
|
-
UpdateIdentityProviderSettingsRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
|
404
408
|
UpdateIdentityProviderSettingsRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
|
409
|
+
UpdateIdentityProviderSettingsRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
|
405
410
|
UpdateIdentityProviderSettingsRequest.add_member(:update_settings, Shapes::ShapeRef.new(shape: UpdateSettings, required: true, location_name: "UpdateSettings"))
|
406
411
|
UpdateIdentityProviderSettingsRequest.struct_class = Types::UpdateIdentityProviderSettingsRequest
|
407
412
|
|
@@ -426,7 +431,6 @@ module Aws::LicenseManagerUserSubscriptions
|
|
426
431
|
"apiVersion" => "2018-05-10",
|
427
432
|
"auth" => ["aws.auth#sigv4"],
|
428
433
|
"endpointPrefix" => "license-manager-user-subscriptions",
|
429
|
-
"jsonVersion" => "1.1",
|
430
434
|
"protocol" => "rest-json",
|
431
435
|
"protocols" => ["rest-json"],
|
432
436
|
"serviceFullName" => "AWS License Manager User Subscriptions",
|
@@ -443,8 +447,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
443
447
|
o.input = Shapes::ShapeRef.new(shape: AssociateUserRequest)
|
444
448
|
o.output = Shapes::ShapeRef.new(shape: AssociateUserResponse)
|
445
449
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
446
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
447
450
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
451
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
448
452
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
449
453
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
450
454
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -458,8 +462,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
458
462
|
o.input = Shapes::ShapeRef.new(shape: CreateLicenseServerEndpointRequest)
|
459
463
|
o.output = Shapes::ShapeRef.new(shape: CreateLicenseServerEndpointResponse)
|
460
464
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
461
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
462
465
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
466
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
463
467
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
464
468
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
465
469
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -473,8 +477,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
473
477
|
o.input = Shapes::ShapeRef.new(shape: DeleteLicenseServerEndpointRequest)
|
474
478
|
o.output = Shapes::ShapeRef.new(shape: DeleteLicenseServerEndpointResponse)
|
475
479
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
476
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
477
480
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
481
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
478
482
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
479
483
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
480
484
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -488,8 +492,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
488
492
|
o.input = Shapes::ShapeRef.new(shape: DeregisterIdentityProviderRequest)
|
489
493
|
o.output = Shapes::ShapeRef.new(shape: DeregisterIdentityProviderResponse)
|
490
494
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
491
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
492
495
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
496
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
493
497
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
494
498
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
495
499
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -503,8 +507,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
503
507
|
o.input = Shapes::ShapeRef.new(shape: DisassociateUserRequest)
|
504
508
|
o.output = Shapes::ShapeRef.new(shape: DisassociateUserResponse)
|
505
509
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
506
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
507
510
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
511
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
508
512
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
509
513
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
510
514
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -518,8 +522,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
518
522
|
o.input = Shapes::ShapeRef.new(shape: ListIdentityProvidersRequest)
|
519
523
|
o.output = Shapes::ShapeRef.new(shape: ListIdentityProvidersResponse)
|
520
524
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
521
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
522
525
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
526
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
523
527
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
524
528
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
525
529
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -539,8 +543,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
539
543
|
o.input = Shapes::ShapeRef.new(shape: ListInstancesRequest)
|
540
544
|
o.output = Shapes::ShapeRef.new(shape: ListInstancesResponse)
|
541
545
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
542
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
543
546
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
547
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
544
548
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
545
549
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
546
550
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -560,8 +564,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
560
564
|
o.input = Shapes::ShapeRef.new(shape: ListLicenseServerEndpointsRequest)
|
561
565
|
o.output = Shapes::ShapeRef.new(shape: ListLicenseServerEndpointsResponse)
|
562
566
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
563
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
564
567
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
568
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
565
569
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
566
570
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
567
571
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
@@ -580,8 +584,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
580
584
|
o.input = Shapes::ShapeRef.new(shape: ListProductSubscriptionsRequest)
|
581
585
|
o.output = Shapes::ShapeRef.new(shape: ListProductSubscriptionsResponse)
|
582
586
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
583
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
584
587
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
588
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
585
589
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
586
590
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
587
591
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -612,8 +616,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
612
616
|
o.input = Shapes::ShapeRef.new(shape: ListUserAssociationsRequest)
|
613
617
|
o.output = Shapes::ShapeRef.new(shape: ListUserAssociationsResponse)
|
614
618
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
615
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
616
619
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
620
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
617
621
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
618
622
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
619
623
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -633,8 +637,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
633
637
|
o.input = Shapes::ShapeRef.new(shape: RegisterIdentityProviderRequest)
|
634
638
|
o.output = Shapes::ShapeRef.new(shape: RegisterIdentityProviderResponse)
|
635
639
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
636
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
637
640
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
641
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
638
642
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
639
643
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
640
644
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -648,8 +652,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
648
652
|
o.input = Shapes::ShapeRef.new(shape: StartProductSubscriptionRequest)
|
649
653
|
o.output = Shapes::ShapeRef.new(shape: StartProductSubscriptionResponse)
|
650
654
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
651
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
652
655
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
656
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
653
657
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
654
658
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
655
659
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
@@ -663,8 +667,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
663
667
|
o.input = Shapes::ShapeRef.new(shape: StopProductSubscriptionRequest)
|
664
668
|
o.output = Shapes::ShapeRef.new(shape: StopProductSubscriptionResponse)
|
665
669
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
666
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
667
670
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
671
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
668
672
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
669
673
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
670
674
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|