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.
@@ -18,10 +18,12 @@ module Aws::LicenseManagerUserSubscriptions
18
18
  ActiveDirectoryIdentityProvider = Shapes::StructureShape.new(name: 'ActiveDirectoryIdentityProvider')
19
19
  ActiveDirectorySettings = Shapes::StructureShape.new(name: 'ActiveDirectorySettings')
20
20
  ActiveDirectorySettingsDomainIpv4ListList = Shapes::ListShape.new(name: 'ActiveDirectorySettingsDomainIpv4ListList')
21
+ ActiveDirectorySettingsDomainIpv6ListList = Shapes::ListShape.new(name: 'ActiveDirectorySettingsDomainIpv6ListList')
21
22
  ActiveDirectoryType = Shapes::StringShape.new(name: 'ActiveDirectoryType')
22
23
  Arn = Shapes::StringShape.new(name: 'Arn')
23
24
  AssociateUserRequest = Shapes::StructureShape.new(name: 'AssociateUserRequest')
24
25
  AssociateUserResponse = Shapes::StructureShape.new(name: 'AssociateUserResponse')
26
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
25
27
  BoxInteger = Shapes::IntegerShape.new(name: 'BoxInteger')
26
28
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
27
29
  CreateLicenseServerEndpointRequest = Shapes::StructureShape.new(name: 'CreateLicenseServerEndpointRequest')
@@ -47,6 +49,7 @@ module Aws::LicenseManagerUserSubscriptions
47
49
  InstanceUserSummaryList = Shapes::ListShape.new(name: 'InstanceUserSummaryList')
48
50
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
49
51
  IpV4 = Shapes::StringShape.new(name: 'IpV4')
52
+ IpV6 = Shapes::StringShape.new(name: 'IpV6')
50
53
  LicenseServer = Shapes::StructureShape.new(name: 'LicenseServer')
51
54
  LicenseServerEndpoint = Shapes::StructureShape.new(name: 'LicenseServerEndpoint')
52
55
  LicenseServerEndpointId = Shapes::StringShape.new(name: 'LicenseServerEndpointId')
@@ -108,24 +111,28 @@ module Aws::LicenseManagerUserSubscriptions
108
111
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
109
112
  AccessDeniedException.struct_class = Types::AccessDeniedException
110
113
 
114
+ ActiveDirectoryIdentityProvider.add_member(:directory_id, Shapes::ShapeRef.new(shape: Directory, location_name: "DirectoryId"))
111
115
  ActiveDirectoryIdentityProvider.add_member(:active_directory_settings, Shapes::ShapeRef.new(shape: ActiveDirectorySettings, location_name: "ActiveDirectorySettings"))
112
116
  ActiveDirectoryIdentityProvider.add_member(:active_directory_type, Shapes::ShapeRef.new(shape: ActiveDirectoryType, location_name: "ActiveDirectoryType"))
113
- ActiveDirectoryIdentityProvider.add_member(:directory_id, Shapes::ShapeRef.new(shape: Directory, location_name: "DirectoryId"))
117
+ ActiveDirectoryIdentityProvider.add_member(:is_shared_active_directory, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsSharedActiveDirectory"))
114
118
  ActiveDirectoryIdentityProvider.struct_class = Types::ActiveDirectoryIdentityProvider
115
119
 
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
120
  ActiveDirectorySettings.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainName"))
121
+ ActiveDirectorySettings.add_member(:domain_ipv_4_list, Shapes::ShapeRef.new(shape: ActiveDirectorySettingsDomainIpv4ListList, location_name: "DomainIpv4List"))
122
+ ActiveDirectorySettings.add_member(:domain_ipv_6_list, Shapes::ShapeRef.new(shape: ActiveDirectorySettingsDomainIpv6ListList, location_name: "DomainIpv6List"))
123
+ ActiveDirectorySettings.add_member(:domain_credentials_provider, Shapes::ShapeRef.new(shape: CredentialsProvider, location_name: "DomainCredentialsProvider"))
119
124
  ActiveDirectorySettings.add_member(:domain_network_settings, Shapes::ShapeRef.new(shape: DomainNetworkSettings, location_name: "DomainNetworkSettings"))
120
125
  ActiveDirectorySettings.struct_class = Types::ActiveDirectorySettings
121
126
 
122
127
  ActiveDirectorySettingsDomainIpv4ListList.member = Shapes::ShapeRef.new(shape: IpV4)
123
128
 
124
- AssociateUserRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
125
- AssociateUserRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
129
+ ActiveDirectorySettingsDomainIpv6ListList.member = Shapes::ShapeRef.new(shape: IpV6)
130
+
131
+ AssociateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
126
132
  AssociateUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
133
+ AssociateUserRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
134
+ AssociateUserRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
127
135
  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
136
  AssociateUserRequest.struct_class = Types::AssociateUserRequest
130
137
 
131
138
  AssociateUserResponse.add_member(:instance_user_summary, Shapes::ShapeRef.new(shape: InstanceUserSummary, required: true, location_name: "InstanceUserSummary"))
@@ -157,18 +164,18 @@ module Aws::LicenseManagerUserSubscriptions
157
164
  DeleteLicenseServerEndpointResponse.struct_class = Types::DeleteLicenseServerEndpointResponse
158
165
 
159
166
  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
167
  DeregisterIdentityProviderRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
168
+ DeregisterIdentityProviderRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
162
169
  DeregisterIdentityProviderRequest.struct_class = Types::DeregisterIdentityProviderRequest
163
170
 
164
171
  DeregisterIdentityProviderResponse.add_member(:identity_provider_summary, Shapes::ShapeRef.new(shape: IdentityProviderSummary, required: true, location_name: "IdentityProviderSummary"))
165
172
  DeregisterIdentityProviderResponse.struct_class = Types::DeregisterIdentityProviderResponse
166
173
 
167
- DisassociateUserRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
168
- DisassociateUserRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
174
+ DisassociateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
169
175
  DisassociateUserRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "InstanceId"))
176
+ DisassociateUserRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
170
177
  DisassociateUserRequest.add_member(:instance_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "InstanceUserArn"))
171
- DisassociateUserRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
178
+ DisassociateUserRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
172
179
  DisassociateUserRequest.struct_class = Types::DisassociateUserRequest
173
180
 
174
181
  DisassociateUserResponse.add_member(:instance_user_summary, Shapes::ShapeRef.new(shape: InstanceUserSummary, required: true, location_name: "InstanceUserSummary"))
@@ -192,34 +199,37 @@ module Aws::LicenseManagerUserSubscriptions
192
199
  IdentityProvider.add_member_subclass(:unknown, Types::IdentityProvider::Unknown)
193
200
  IdentityProvider.struct_class = Types::IdentityProvider
194
201
 
195
- IdentityProviderSummary.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
196
202
  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
203
  IdentityProviderSummary.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, required: true, location_name: "Settings"))
204
+ IdentityProviderSummary.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
200
205
  IdentityProviderSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
206
+ IdentityProviderSummary.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
207
+ IdentityProviderSummary.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
208
+ IdentityProviderSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerAccountId"))
201
209
  IdentityProviderSummary.struct_class = Types::IdentityProviderSummary
202
210
 
203
211
  IdentityProviderSummaryList.member = Shapes::ShapeRef.new(shape: IdentityProviderSummary)
204
212
 
205
213
  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
214
  InstanceSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
215
+ InstanceSummary.add_member(:products, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Products"))
216
+ InstanceSummary.add_member(:last_status_check_date, Shapes::ShapeRef.new(shape: String, location_name: "LastStatusCheckDate"))
209
217
  InstanceSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
218
+ InstanceSummary.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerAccountId"))
219
+ InstanceSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
210
220
  InstanceSummary.struct_class = Types::InstanceSummary
211
221
 
212
222
  InstanceSummaryList.member = Shapes::ShapeRef.new(shape: InstanceSummary)
213
223
 
214
- InstanceUserSummary.add_member(:association_date, Shapes::ShapeRef.new(shape: String, location_name: "AssociationDate"))
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"))
224
+ InstanceUserSummary.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
218
225
  InstanceUserSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
219
- InstanceUserSummary.add_member(:instance_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "InstanceUserArn"))
226
+ InstanceUserSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
220
227
  InstanceUserSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
228
+ InstanceUserSummary.add_member(:instance_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "InstanceUserArn"))
221
229
  InstanceUserSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
222
- InstanceUserSummary.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
230
+ InstanceUserSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
231
+ InstanceUserSummary.add_member(:association_date, Shapes::ShapeRef.new(shape: String, location_name: "AssociationDate"))
232
+ InstanceUserSummary.add_member(:disassociation_date, Shapes::ShapeRef.new(shape: String, location_name: "DisassociationDate"))
223
233
  InstanceUserSummary.struct_class = Types::InstanceUserSummary
224
234
 
225
235
  InstanceUserSummaryList.member = Shapes::ShapeRef.new(shape: InstanceUserSummary)
@@ -227,32 +237,33 @@ module Aws::LicenseManagerUserSubscriptions
227
237
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
228
238
  InternalServerException.struct_class = Types::InternalServerException
229
239
 
240
+ LicenseServer.add_member(:provisioning_status, Shapes::ShapeRef.new(shape: LicenseServerEndpointProvisioningStatus, location_name: "ProvisioningStatus"))
230
241
  LicenseServer.add_member(:health_status, Shapes::ShapeRef.new(shape: LicenseServerHealthStatus, location_name: "HealthStatus"))
231
242
  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"))
243
+ LicenseServer.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6Address"))
233
244
  LicenseServer.struct_class = Types::LicenseServer
234
245
 
235
- LicenseServerEndpoint.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
236
246
  LicenseServerEndpoint.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "IdentityProviderArn"))
237
- LicenseServerEndpoint.add_member(:license_server_endpoint_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "LicenseServerEndpointArn"))
247
+ LicenseServerEndpoint.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, location_name: "ServerType"))
248
+ LicenseServerEndpoint.add_member(:server_endpoint, Shapes::ShapeRef.new(shape: ServerEndpoint, location_name: "ServerEndpoint"))
249
+ LicenseServerEndpoint.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
238
250
  LicenseServerEndpoint.add_member(:license_server_endpoint_id, Shapes::ShapeRef.new(shape: LicenseServerEndpointId, location_name: "LicenseServerEndpointId"))
251
+ LicenseServerEndpoint.add_member(:license_server_endpoint_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "LicenseServerEndpointArn"))
239
252
  LicenseServerEndpoint.add_member(:license_server_endpoint_provisioning_status, Shapes::ShapeRef.new(shape: LicenseServerEndpointProvisioningStatus, location_name: "LicenseServerEndpointProvisioningStatus"))
240
253
  LicenseServerEndpoint.add_member(:license_servers, Shapes::ShapeRef.new(shape: LicenseServerList, location_name: "LicenseServers"))
241
- LicenseServerEndpoint.add_member(:server_endpoint, Shapes::ShapeRef.new(shape: ServerEndpoint, location_name: "ServerEndpoint"))
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"))
254
+ LicenseServerEndpoint.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
244
255
  LicenseServerEndpoint.struct_class = Types::LicenseServerEndpoint
245
256
 
246
257
  LicenseServerEndpointList.member = Shapes::ShapeRef.new(shape: LicenseServerEndpoint)
247
258
 
248
259
  LicenseServerList.member = Shapes::ShapeRef.new(shape: LicenseServer)
249
260
 
250
- LicenseServerSettings.add_member(:server_settings, Shapes::ShapeRef.new(shape: ServerSettings, required: true, location_name: "ServerSettings"))
251
261
  LicenseServerSettings.add_member(:server_type, Shapes::ShapeRef.new(shape: ServerType, required: true, location_name: "ServerType"))
262
+ LicenseServerSettings.add_member(:server_settings, Shapes::ShapeRef.new(shape: ServerSettings, required: true, location_name: "ServerSettings"))
252
263
  LicenseServerSettings.struct_class = Types::LicenseServerSettings
253
264
 
254
- ListIdentityProvidersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
255
265
  ListIdentityProvidersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
266
+ ListIdentityProvidersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
256
267
  ListIdentityProvidersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
257
268
  ListIdentityProvidersRequest.struct_class = Types::ListIdentityProvidersRequest
258
269
 
@@ -260,17 +271,17 @@ module Aws::LicenseManagerUserSubscriptions
260
271
  ListIdentityProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
261
272
  ListIdentityProvidersResponse.struct_class = Types::ListIdentityProvidersResponse
262
273
 
263
- ListInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
264
274
  ListInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
265
275
  ListInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
276
+ ListInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
266
277
  ListInstancesRequest.struct_class = Types::ListInstancesRequest
267
278
 
268
279
  ListInstancesResponse.add_member(:instance_summaries, Shapes::ShapeRef.new(shape: InstanceSummaryList, location_name: "InstanceSummaries"))
269
280
  ListInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
270
281
  ListInstancesResponse.struct_class = Types::ListInstancesResponse
271
282
 
272
- ListLicenseServerEndpointsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
273
283
  ListLicenseServerEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListLicenseServerEndpointsRequestMaxResultsInteger, location_name: "MaxResults"))
284
+ ListLicenseServerEndpointsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
274
285
  ListLicenseServerEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
275
286
  ListLicenseServerEndpointsRequest.struct_class = Types::ListLicenseServerEndpointsRequest
276
287
 
@@ -278,15 +289,15 @@ module Aws::LicenseManagerUserSubscriptions
278
289
  ListLicenseServerEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
279
290
  ListLicenseServerEndpointsResponse.struct_class = Types::ListLicenseServerEndpointsResponse
280
291
 
281
- ListProductSubscriptionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
292
+ ListProductSubscriptionsRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
282
293
  ListProductSubscriptionsRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
283
294
  ListProductSubscriptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
295
+ ListProductSubscriptionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
284
296
  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
297
  ListProductSubscriptionsRequest.struct_class = Types::ListProductSubscriptionsRequest
287
298
 
288
- ListProductSubscriptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
289
299
  ListProductSubscriptionsResponse.add_member(:product_user_summaries, Shapes::ShapeRef.new(shape: ProductUserSummaryList, location_name: "ProductUserSummaries"))
300
+ ListProductSubscriptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
290
301
  ListProductSubscriptionsResponse.struct_class = Types::ListProductSubscriptionsResponse
291
302
 
292
303
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "ResourceArn"))
@@ -295,10 +306,10 @@ module Aws::LicenseManagerUserSubscriptions
295
306
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
296
307
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
297
308
 
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
309
  ListUserAssociationsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
310
+ ListUserAssociationsRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
301
311
  ListUserAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxInteger, location_name: "MaxResults"))
312
+ ListUserAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
302
313
  ListUserAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
303
314
  ListUserAssociationsRequest.struct_class = Types::ListUserAssociationsRequest
304
315
 
@@ -306,15 +317,15 @@ module Aws::LicenseManagerUserSubscriptions
306
317
  ListUserAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
307
318
  ListUserAssociationsResponse.struct_class = Types::ListUserAssociationsResponse
308
319
 
309
- ProductUserSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
310
- ProductUserSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
320
+ ProductUserSummary.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
311
321
  ProductUserSummary.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
312
- ProductUserSummary.add_member(:product_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProductUserArn"))
322
+ ProductUserSummary.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
313
323
  ProductUserSummary.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Status"))
324
+ ProductUserSummary.add_member(:product_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProductUserArn"))
314
325
  ProductUserSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
315
- ProductUserSummary.add_member(:subscription_end_date, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionEndDate"))
326
+ ProductUserSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
316
327
  ProductUserSummary.add_member(:subscription_start_date, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionStartDate"))
317
- ProductUserSummary.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
328
+ ProductUserSummary.add_member(:subscription_end_date, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionEndDate"))
318
329
  ProductUserSummary.struct_class = Types::ProductUserSummary
319
330
 
320
331
  ProductUserSummaryList.member = Shapes::ShapeRef.new(shape: ProductUserSummary)
@@ -349,27 +360,27 @@ module Aws::LicenseManagerUserSubscriptions
349
360
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
350
361
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
351
362
 
352
- Settings.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroup, required: true, location_name: "SecurityGroupId"))
353
363
  Settings.add_member(:subnets, Shapes::ShapeRef.new(shape: SettingsSubnetsList, required: true, location_name: "Subnets"))
364
+ Settings.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroup, required: true, location_name: "SecurityGroupId"))
354
365
  Settings.struct_class = Types::Settings
355
366
 
356
367
  SettingsSubnetsList.member = Shapes::ShapeRef.new(shape: Subnet)
357
368
 
358
- StartProductSubscriptionRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
369
+ StartProductSubscriptionRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Username"))
359
370
  StartProductSubscriptionRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, required: true, location_name: "IdentityProvider"))
360
371
  StartProductSubscriptionRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Product"))
372
+ StartProductSubscriptionRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
361
373
  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
374
  StartProductSubscriptionRequest.struct_class = Types::StartProductSubscriptionRequest
364
375
 
365
376
  StartProductSubscriptionResponse.add_member(:product_user_summary, Shapes::ShapeRef.new(shape: ProductUserSummary, required: true, location_name: "ProductUserSummary"))
366
377
  StartProductSubscriptionResponse.struct_class = Types::StartProductSubscriptionResponse
367
378
 
368
- StopProductSubscriptionRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
379
+ StopProductSubscriptionRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
369
380
  StopProductSubscriptionRequest.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
370
381
  StopProductSubscriptionRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
371
382
  StopProductSubscriptionRequest.add_member(:product_user_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProductUserArn"))
372
- StopProductSubscriptionRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
383
+ StopProductSubscriptionRequest.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
373
384
  StopProductSubscriptionRequest.struct_class = Types::StopProductSubscriptionRequest
374
385
 
375
386
  StopProductSubscriptionResponse.add_member(:product_user_summary, Shapes::ShapeRef.new(shape: ProductUserSummary, required: true, location_name: "ProductUserSummary"))
@@ -400,8 +411,8 @@ module Aws::LicenseManagerUserSubscriptions
400
411
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
401
412
 
402
413
  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
414
  UpdateIdentityProviderSettingsRequest.add_member(:product, Shapes::ShapeRef.new(shape: String, location_name: "Product"))
415
+ UpdateIdentityProviderSettingsRequest.add_member(:identity_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "IdentityProviderArn"))
405
416
  UpdateIdentityProviderSettingsRequest.add_member(:update_settings, Shapes::ShapeRef.new(shape: UpdateSettings, required: true, location_name: "UpdateSettings"))
406
417
  UpdateIdentityProviderSettingsRequest.struct_class = Types::UpdateIdentityProviderSettingsRequest
407
418
 
@@ -426,7 +437,6 @@ module Aws::LicenseManagerUserSubscriptions
426
437
  "apiVersion" => "2018-05-10",
427
438
  "auth" => ["aws.auth#sigv4"],
428
439
  "endpointPrefix" => "license-manager-user-subscriptions",
429
- "jsonVersion" => "1.1",
430
440
  "protocol" => "rest-json",
431
441
  "protocols" => ["rest-json"],
432
442
  "serviceFullName" => "AWS License Manager User Subscriptions",
@@ -443,8 +453,8 @@ module Aws::LicenseManagerUserSubscriptions
443
453
  o.input = Shapes::ShapeRef.new(shape: AssociateUserRequest)
444
454
  o.output = Shapes::ShapeRef.new(shape: AssociateUserResponse)
445
455
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
446
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
447
456
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
457
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
448
458
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
449
459
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
450
460
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -458,8 +468,8 @@ module Aws::LicenseManagerUserSubscriptions
458
468
  o.input = Shapes::ShapeRef.new(shape: CreateLicenseServerEndpointRequest)
459
469
  o.output = Shapes::ShapeRef.new(shape: CreateLicenseServerEndpointResponse)
460
470
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
461
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
462
471
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
472
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
463
473
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
464
474
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
465
475
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -473,8 +483,8 @@ module Aws::LicenseManagerUserSubscriptions
473
483
  o.input = Shapes::ShapeRef.new(shape: DeleteLicenseServerEndpointRequest)
474
484
  o.output = Shapes::ShapeRef.new(shape: DeleteLicenseServerEndpointResponse)
475
485
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
476
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
477
486
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
487
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
478
488
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
479
489
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
480
490
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -488,8 +498,8 @@ module Aws::LicenseManagerUserSubscriptions
488
498
  o.input = Shapes::ShapeRef.new(shape: DeregisterIdentityProviderRequest)
489
499
  o.output = Shapes::ShapeRef.new(shape: DeregisterIdentityProviderResponse)
490
500
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
491
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
492
501
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
502
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
493
503
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
494
504
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
495
505
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -503,8 +513,8 @@ module Aws::LicenseManagerUserSubscriptions
503
513
  o.input = Shapes::ShapeRef.new(shape: DisassociateUserRequest)
504
514
  o.output = Shapes::ShapeRef.new(shape: DisassociateUserResponse)
505
515
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
506
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
507
516
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
517
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
508
518
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
509
519
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
510
520
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -518,8 +528,8 @@ module Aws::LicenseManagerUserSubscriptions
518
528
  o.input = Shapes::ShapeRef.new(shape: ListIdentityProvidersRequest)
519
529
  o.output = Shapes::ShapeRef.new(shape: ListIdentityProvidersResponse)
520
530
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
521
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
522
531
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
532
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
523
533
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
524
534
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
525
535
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -539,8 +549,8 @@ module Aws::LicenseManagerUserSubscriptions
539
549
  o.input = Shapes::ShapeRef.new(shape: ListInstancesRequest)
540
550
  o.output = Shapes::ShapeRef.new(shape: ListInstancesResponse)
541
551
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
542
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
543
552
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
553
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
544
554
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
545
555
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
546
556
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -560,8 +570,8 @@ module Aws::LicenseManagerUserSubscriptions
560
570
  o.input = Shapes::ShapeRef.new(shape: ListLicenseServerEndpointsRequest)
561
571
  o.output = Shapes::ShapeRef.new(shape: ListLicenseServerEndpointsResponse)
562
572
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
563
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
564
573
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
574
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
565
575
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
566
576
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
567
577
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -580,8 +590,8 @@ module Aws::LicenseManagerUserSubscriptions
580
590
  o.input = Shapes::ShapeRef.new(shape: ListProductSubscriptionsRequest)
581
591
  o.output = Shapes::ShapeRef.new(shape: ListProductSubscriptionsResponse)
582
592
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
583
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
584
593
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
594
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
585
595
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
586
596
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
587
597
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -612,8 +622,8 @@ module Aws::LicenseManagerUserSubscriptions
612
622
  o.input = Shapes::ShapeRef.new(shape: ListUserAssociationsRequest)
613
623
  o.output = Shapes::ShapeRef.new(shape: ListUserAssociationsResponse)
614
624
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
615
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
616
625
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
626
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
617
627
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
618
628
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
619
629
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -633,8 +643,8 @@ module Aws::LicenseManagerUserSubscriptions
633
643
  o.input = Shapes::ShapeRef.new(shape: RegisterIdentityProviderRequest)
634
644
  o.output = Shapes::ShapeRef.new(shape: RegisterIdentityProviderResponse)
635
645
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
636
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
637
646
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
647
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
638
648
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
639
649
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
640
650
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -648,8 +658,8 @@ module Aws::LicenseManagerUserSubscriptions
648
658
  o.input = Shapes::ShapeRef.new(shape: StartProductSubscriptionRequest)
649
659
  o.output = Shapes::ShapeRef.new(shape: StartProductSubscriptionResponse)
650
660
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
651
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
652
661
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
662
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
653
663
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
654
664
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
655
665
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
@@ -663,8 +673,8 @@ module Aws::LicenseManagerUserSubscriptions
663
673
  o.input = Shapes::ShapeRef.new(shape: StopProductSubscriptionRequest)
664
674
  o.output = Shapes::ShapeRef.new(shape: StopProductSubscriptionResponse)
665
675
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
666
- o.errors << Shapes::ShapeRef.new(shape: ConflictException)
667
676
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
677
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
668
678
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
669
679
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
670
680
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)