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.
@@ -25,6 +25,10 @@ module Aws::LicenseManagerUserSubscriptions
25
25
 
26
26
  # Details about an Active Directory identity provider.
27
27
  #
28
+ # @!attribute [rw] directory_id
29
+ # The directory ID for an Active Directory identity provider.
30
+ # @return [String]
31
+ #
28
32
  # @!attribute [rw] active_directory_settings
29
33
  # The `ActiveDirectorySettings` resource contains details about the
30
34
  # Active Directory, including network access details such as domain
@@ -37,16 +41,18 @@ module Aws::LicenseManagerUserSubscriptions
37
41
  # Directory or an Amazon Web Services Managed Active Directory.
38
42
  # @return [String]
39
43
  #
40
- # @!attribute [rw] directory_id
41
- # The directory ID for an Active Directory identity provider.
42
- # @return [String]
44
+ # @!attribute [rw] is_shared_active_directory
45
+ # Whether this directory is shared from an Amazon Web Services Managed
46
+ # Active Directory. The default value is false.
47
+ # @return [Boolean]
43
48
  #
44
49
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ActiveDirectoryIdentityProvider AWS API Documentation
45
50
  #
46
51
  class ActiveDirectoryIdentityProvider < Struct.new(
52
+ :directory_id,
47
53
  :active_directory_settings,
48
54
  :active_directory_type,
49
- :directory_id)
55
+ :is_shared_active_directory)
50
56
  SENSITIVE = []
51
57
  include Aws::Structure
52
58
  end
@@ -54,19 +60,24 @@ module Aws::LicenseManagerUserSubscriptions
54
60
  # Contains network access and credential details that are needed for
55
61
  # user administration in the Active Directory.
56
62
  #
57
- # @!attribute [rw] domain_credentials_provider
58
- # Points to the `CredentialsProvider` resource that contains
59
- # information about the credential provider for user administration.
60
- # @return [Types::CredentialsProvider]
63
+ # @!attribute [rw] domain_name
64
+ # The domain name for the Active Directory.
65
+ # @return [String]
61
66
  #
62
67
  # @!attribute [rw] domain_ipv_4_list
63
68
  # A list of domain IPv4 addresses that are used for the Active
64
69
  # Directory.
65
70
  # @return [Array<String>]
66
71
  #
67
- # @!attribute [rw] domain_name
68
- # The domain name for the Active Directory.
69
- # @return [String]
72
+ # @!attribute [rw] domain_ipv_6_list
73
+ # A list of domain IPv6 addresses that are used for the Active
74
+ # Directory.
75
+ # @return [Array<String>]
76
+ #
77
+ # @!attribute [rw] domain_credentials_provider
78
+ # Points to the `CredentialsProvider` resource that contains
79
+ # information about the credential provider for user administration.
80
+ # @return [Types::CredentialsProvider]
70
81
  #
71
82
  # @!attribute [rw] domain_network_settings
72
83
  # The `DomainNetworkSettings` resource contains an array of subnets
@@ -76,44 +87,45 @@ module Aws::LicenseManagerUserSubscriptions
76
87
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ActiveDirectorySettings AWS API Documentation
77
88
  #
78
89
  class ActiveDirectorySettings < Struct.new(
79
- :domain_credentials_provider,
80
- :domain_ipv_4_list,
81
90
  :domain_name,
91
+ :domain_ipv_4_list,
92
+ :domain_ipv_6_list,
93
+ :domain_credentials_provider,
82
94
  :domain_network_settings)
83
95
  SENSITIVE = []
84
96
  include Aws::Structure
85
97
  end
86
98
 
87
- # @!attribute [rw] domain
88
- # The domain name of the Active Directory that contains information
89
- # for the user to associate.
99
+ # @!attribute [rw] username
100
+ # The user name from the identity provider.
101
+ # @return [String]
102
+ #
103
+ # @!attribute [rw] instance_id
104
+ # The ID of the EC2 instance that provides the user-based
105
+ # subscription.
90
106
  # @return [String]
91
107
  #
92
108
  # @!attribute [rw] identity_provider
93
109
  # The identity provider for the user.
94
110
  # @return [Types::IdentityProvider]
95
111
  #
96
- # @!attribute [rw] instance_id
97
- # The ID of the EC2 instance that provides the user-based
98
- # subscription.
112
+ # @!attribute [rw] domain
113
+ # The domain name of the Active Directory that contains information
114
+ # for the user to associate.
99
115
  # @return [String]
100
116
  #
101
117
  # @!attribute [rw] tags
102
118
  # The tags that apply for the user association.
103
119
  # @return [Hash<String,String>]
104
120
  #
105
- # @!attribute [rw] username
106
- # The user name from the identity provider.
107
- # @return [String]
108
- #
109
121
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/AssociateUserRequest AWS API Documentation
110
122
  #
111
123
  class AssociateUserRequest < Struct.new(
112
- :domain,
113
- :identity_provider,
124
+ :username,
114
125
  :instance_id,
115
- :tags,
116
- :username)
126
+ :identity_provider,
127
+ :domain,
128
+ :tags)
117
129
  SENSITIVE = [:tags]
118
130
  include Aws::Structure
119
131
  end
@@ -252,11 +264,6 @@ module Aws::LicenseManagerUserSubscriptions
252
264
  # provider.
253
265
  # @return [Types::IdentityProvider]
254
266
  #
255
- # @!attribute [rw] identity_provider_arn
256
- # The Amazon Resource Name (ARN) that identifies the identity provider
257
- # to deregister.
258
- # @return [String]
259
- #
260
267
  # @!attribute [rw] product
261
268
  # The name of the user-based subscription product.
262
269
  #
@@ -265,12 +272,17 @@ module Aws::LicenseManagerUserSubscriptions
265
272
  # `REMOTE_DESKTOP_SERVICES`
266
273
  # @return [String]
267
274
  #
275
+ # @!attribute [rw] identity_provider_arn
276
+ # The Amazon Resource Name (ARN) that identifies the identity provider
277
+ # to deregister.
278
+ # @return [String]
279
+ #
268
280
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/DeregisterIdentityProviderRequest AWS API Documentation
269
281
  #
270
282
  class DeregisterIdentityProviderRequest < Struct.new(
271
283
  :identity_provider,
272
- :identity_provider_arn,
273
- :product)
284
+ :product,
285
+ :identity_provider_arn)
274
286
  SENSITIVE = []
275
287
  include Aws::Structure
276
288
  end
@@ -288,9 +300,13 @@ module Aws::LicenseManagerUserSubscriptions
288
300
  include Aws::Structure
289
301
  end
290
302
 
291
- # @!attribute [rw] domain
292
- # The domain name of the Active Directory that contains information
293
- # for the user to disassociate.
303
+ # @!attribute [rw] username
304
+ # The user name from the Active Directory identity provider for the
305
+ # user.
306
+ # @return [String]
307
+ #
308
+ # @!attribute [rw] instance_id
309
+ # The ID of the EC2 instance which provides user-based subscriptions.
294
310
  # @return [String]
295
311
  #
296
312
  # @!attribute [rw] identity_provider
@@ -298,28 +314,24 @@ module Aws::LicenseManagerUserSubscriptions
298
314
  # provider.
299
315
  # @return [Types::IdentityProvider]
300
316
  #
301
- # @!attribute [rw] instance_id
302
- # The ID of the EC2 instance which provides user-based subscriptions.
303
- # @return [String]
304
- #
305
317
  # @!attribute [rw] instance_user_arn
306
318
  # The Amazon Resource Name (ARN) of the user to disassociate from the
307
319
  # EC2 instance.
308
320
  # @return [String]
309
321
  #
310
- # @!attribute [rw] username
311
- # The user name from the Active Directory identity provider for the
312
- # user.
322
+ # @!attribute [rw] domain
323
+ # The domain name of the Active Directory that contains information
324
+ # for the user to disassociate.
313
325
  # @return [String]
314
326
  #
315
327
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/DisassociateUserRequest AWS API Documentation
316
328
  #
317
329
  class DisassociateUserRequest < Struct.new(
318
- :domain,
319
- :identity_provider,
330
+ :username,
320
331
  :instance_id,
332
+ :identity_provider,
321
333
  :instance_user_arn,
322
- :username)
334
+ :domain)
323
335
  SENSITIVE = []
324
336
  include Aws::Structure
325
337
  end
@@ -404,42 +416,47 @@ module Aws::LicenseManagerUserSubscriptions
404
416
 
405
417
  # Describes an identity provider.
406
418
  #
407
- # @!attribute [rw] failure_message
408
- # The failure message associated with an identity provider.
409
- # @return [String]
410
- #
411
419
  # @!attribute [rw] identity_provider
412
420
  # The `IdentityProvider` resource contains information about an
413
421
  # identity provider.
414
422
  # @return [Types::IdentityProvider]
415
423
  #
416
- # @!attribute [rw] identity_provider_arn
417
- # The Amazon Resource Name (ARN) of the identity provider.
418
- # @return [String]
419
- #
420
- # @!attribute [rw] product
421
- # The name of the user-based subscription product.
422
- # @return [String]
423
- #
424
424
  # @!attribute [rw] settings
425
425
  # The `Settings` resource contains details about the registered
426
426
  # identity provider’s product related configuration settings, such as
427
427
  # the subnets to provision VPC endpoints.
428
428
  # @return [Types::Settings]
429
429
  #
430
+ # @!attribute [rw] product
431
+ # The name of the user-based subscription product.
432
+ # @return [String]
433
+ #
430
434
  # @!attribute [rw] status
431
435
  # The status of the identity provider.
432
436
  # @return [String]
433
437
  #
438
+ # @!attribute [rw] identity_provider_arn
439
+ # The Amazon Resource Name (ARN) of the identity provider.
440
+ # @return [String]
441
+ #
442
+ # @!attribute [rw] failure_message
443
+ # The failure message associated with an identity provider.
444
+ # @return [String]
445
+ #
446
+ # @!attribute [rw] owner_account_id
447
+ # The AWS Account ID of the owner of this resource.
448
+ # @return [String]
449
+ #
434
450
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/IdentityProviderSummary AWS API Documentation
435
451
  #
436
452
  class IdentityProviderSummary < Struct.new(
437
- :failure_message,
438
453
  :identity_provider,
439
- :identity_provider_arn,
440
- :product,
441
454
  :settings,
442
- :status)
455
+ :product,
456
+ :status,
457
+ :identity_provider_arn,
458
+ :failure_message,
459
+ :owner_account_id)
443
460
  SENSITIVE = []
444
461
  include Aws::Structure
445
462
  end
@@ -450,47 +467,53 @@ module Aws::LicenseManagerUserSubscriptions
450
467
  # The ID of the EC2 instance, which provides user-based subscriptions.
451
468
  # @return [String]
452
469
  #
453
- # @!attribute [rw] last_status_check_date
454
- # The date of the last status check.
470
+ # @!attribute [rw] status
471
+ # The status of an EC2 instance resource.
455
472
  # @return [String]
456
473
  #
457
474
  # @!attribute [rw] products
458
475
  # A list of provided user-based subscription products.
459
476
  # @return [Array<String>]
460
477
  #
461
- # @!attribute [rw] status
462
- # The status of an EC2 instance resource.
478
+ # @!attribute [rw] last_status_check_date
479
+ # The date of the last status check.
463
480
  # @return [String]
464
481
  #
465
482
  # @!attribute [rw] status_message
466
483
  # The status message for an EC2 instance.
467
484
  # @return [String]
468
485
  #
486
+ # @!attribute [rw] owner_account_id
487
+ # The AWS Account ID of the owner of this resource.
488
+ # @return [String]
489
+ #
490
+ # @!attribute [rw] identity_provider
491
+ # The `IdentityProvider` resource specifies details about the identity
492
+ # provider.
493
+ # @return [Types::IdentityProvider]
494
+ #
469
495
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/InstanceSummary AWS API Documentation
470
496
  #
471
497
  class InstanceSummary < Struct.new(
472
498
  :instance_id,
473
- :last_status_check_date,
474
- :products,
475
499
  :status,
476
- :status_message)
500
+ :products,
501
+ :last_status_check_date,
502
+ :status_message,
503
+ :owner_account_id,
504
+ :identity_provider)
477
505
  SENSITIVE = []
478
506
  include Aws::Structure
479
507
  end
480
508
 
481
509
  # Describes users of an EC2 instance providing user-based subscriptions.
482
510
  #
483
- # @!attribute [rw] association_date
484
- # The date a user was associated with an EC2 instance.
485
- # @return [String]
486
- #
487
- # @!attribute [rw] disassociation_date
488
- # The date a user was disassociated from an EC2 instance.
511
+ # @!attribute [rw] username
512
+ # The user name from the identity provider for the user.
489
513
  # @return [String]
490
514
  #
491
- # @!attribute [rw] domain
492
- # The domain name of the Active Directory that contains the user
493
- # information for the product subscription.
515
+ # @!attribute [rw] instance_id
516
+ # The ID of the EC2 instance that provides user-based subscriptions.
494
517
  # @return [String]
495
518
  #
496
519
  # @!attribute [rw] identity_provider
@@ -498,38 +521,43 @@ module Aws::LicenseManagerUserSubscriptions
498
521
  # provider.
499
522
  # @return [Types::IdentityProvider]
500
523
  #
501
- # @!attribute [rw] instance_id
502
- # The ID of the EC2 instance that provides user-based subscriptions.
524
+ # @!attribute [rw] status
525
+ # The status of a user associated with an EC2 instance.
503
526
  # @return [String]
504
527
  #
505
528
  # @!attribute [rw] instance_user_arn
506
529
  # The Amazon Resource Name (ARN) that identifies the instance user.
507
530
  # @return [String]
508
531
  #
509
- # @!attribute [rw] status
510
- # The status of a user associated with an EC2 instance.
511
- # @return [String]
512
- #
513
532
  # @!attribute [rw] status_message
514
533
  # The status message for users of an EC2 instance.
515
534
  # @return [String]
516
535
  #
517
- # @!attribute [rw] username
518
- # The user name from the identity provider for the user.
536
+ # @!attribute [rw] domain
537
+ # The domain name of the Active Directory that contains the user
538
+ # information for the product subscription.
539
+ # @return [String]
540
+ #
541
+ # @!attribute [rw] association_date
542
+ # The date a user was associated with an EC2 instance.
543
+ # @return [String]
544
+ #
545
+ # @!attribute [rw] disassociation_date
546
+ # The date a user was disassociated from an EC2 instance.
519
547
  # @return [String]
520
548
  #
521
549
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/InstanceUserSummary AWS API Documentation
522
550
  #
523
551
  class InstanceUserSummary < Struct.new(
524
- :association_date,
525
- :disassociation_date,
526
- :domain,
527
- :identity_provider,
552
+ :username,
528
553
  :instance_id,
529
- :instance_user_arn,
554
+ :identity_provider,
530
555
  :status,
556
+ :instance_user_arn,
531
557
  :status_message,
532
- :username)
558
+ :domain,
559
+ :association_date,
560
+ :disassociation_date)
533
561
  SENSITIVE = []
534
562
  include Aws::Structure
535
563
  end
@@ -549,6 +577,11 @@ module Aws::LicenseManagerUserSubscriptions
549
577
 
550
578
  # Information about a Remote Desktop Services (RDS) license server.
551
579
  #
580
+ # @!attribute [rw] provisioning_status
581
+ # The current state of the provisioning process for the RDS license
582
+ # server.
583
+ # @return [String]
584
+ #
552
585
  # @!attribute [rw] health_status
553
586
  # The health status of the RDS license server.
554
587
  # @return [String]
@@ -558,17 +591,18 @@ module Aws::LicenseManagerUserSubscriptions
558
591
  # server.
559
592
  # @return [String]
560
593
  #
561
- # @!attribute [rw] provisioning_status
562
- # The current state of the provisioning process for the RDS license
594
+ # @!attribute [rw] ipv_6_address
595
+ # A list of domain IPv6 addresses that are used for the RDS license
563
596
  # server.
564
597
  # @return [String]
565
598
  #
566
599
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/LicenseServer AWS API Documentation
567
600
  #
568
601
  class LicenseServer < Struct.new(
602
+ :provisioning_status,
569
603
  :health_status,
570
604
  :ipv_4_address,
571
- :provisioning_status)
605
+ :ipv_6_address)
572
606
  SENSITIVE = []
573
607
  include Aws::Structure
574
608
  end
@@ -576,24 +610,33 @@ module Aws::LicenseManagerUserSubscriptions
576
610
  # Contains details about a network endpoint for a Remote Desktop
577
611
  # Services (RDS) license server.
578
612
  #
579
- # @!attribute [rw] creation_time
580
- # The timestamp when License Manager created the license server
581
- # endpoint.
582
- # @return [Time]
583
- #
584
613
  # @!attribute [rw] identity_provider_arn
585
614
  # The Amazon Resource Name (ARN) of the identity provider that's
586
615
  # associated with the RDS license server endpoint.
587
616
  # @return [String]
588
617
  #
589
- # @!attribute [rw] license_server_endpoint_arn
590
- # The ARN of the `ServerEndpoint` resource for the RDS license server.
618
+ # @!attribute [rw] server_type
619
+ # The type of license server.
620
+ # @return [String]
621
+ #
622
+ # @!attribute [rw] server_endpoint
623
+ # The `ServerEndpoint` resource contains the network address of the
624
+ # RDS license server endpoint.
625
+ # @return [Types::ServerEndpoint]
626
+ #
627
+ # @!attribute [rw] status_message
628
+ # The message associated with the provisioning status, if there is
629
+ # one.
591
630
  # @return [String]
592
631
  #
593
632
  # @!attribute [rw] license_server_endpoint_id
594
633
  # The ID of the license server endpoint.
595
634
  # @return [String]
596
635
  #
636
+ # @!attribute [rw] license_server_endpoint_arn
637
+ # The ARN of the `ServerEndpoint` resource for the RDS license server.
638
+ # @return [String]
639
+ #
597
640
  # @!attribute [rw] license_server_endpoint_provisioning_status
598
641
  # The current state of the provisioning process for the RDS license
599
642
  # server endpoint
@@ -604,55 +647,50 @@ module Aws::LicenseManagerUserSubscriptions
604
647
  # servers that are accessed through this endpoint.
605
648
  # @return [Array<Types::LicenseServer>]
606
649
  #
607
- # @!attribute [rw] server_endpoint
608
- # The `ServerEndpoint` resource contains the network address of the
609
- # RDS license server endpoint.
610
- # @return [Types::ServerEndpoint]
611
- #
612
- # @!attribute [rw] server_type
613
- # The type of license server.
614
- # @return [String]
615
- #
616
- # @!attribute [rw] status_message
617
- # The message associated with the provisioning status, if there is
618
- # one.
619
- # @return [String]
650
+ # @!attribute [rw] creation_time
651
+ # The timestamp when License Manager created the license server
652
+ # endpoint.
653
+ # @return [Time]
620
654
  #
621
655
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/LicenseServerEndpoint AWS API Documentation
622
656
  #
623
657
  class LicenseServerEndpoint < Struct.new(
624
- :creation_time,
625
658
  :identity_provider_arn,
626
- :license_server_endpoint_arn,
659
+ :server_type,
660
+ :server_endpoint,
661
+ :status_message,
627
662
  :license_server_endpoint_id,
663
+ :license_server_endpoint_arn,
628
664
  :license_server_endpoint_provisioning_status,
629
665
  :license_servers,
630
- :server_endpoint,
631
- :server_type,
632
- :status_message)
666
+ :creation_time)
633
667
  SENSITIVE = []
634
668
  include Aws::Structure
635
669
  end
636
670
 
637
671
  # The settings to configure your license server.
638
672
  #
639
- # @!attribute [rw] server_settings
640
- # The `ServerSettings` resource contains the settings for your server.
641
- # @return [Types::ServerSettings]
642
- #
643
673
  # @!attribute [rw] server_type
644
674
  # The type of license server.
645
675
  # @return [String]
646
676
  #
677
+ # @!attribute [rw] server_settings
678
+ # The `ServerSettings` resource contains the settings for your server.
679
+ # @return [Types::ServerSettings]
680
+ #
647
681
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/LicenseServerSettings AWS API Documentation
648
682
  #
649
683
  class LicenseServerSettings < Struct.new(
650
- :server_settings,
651
- :server_type)
684
+ :server_type,
685
+ :server_settings)
652
686
  SENSITIVE = []
653
687
  include Aws::Structure
654
688
  end
655
689
 
690
+ # @!attribute [rw] max_results
691
+ # The maximum number of results to return from a single request.
692
+ # @return [Integer]
693
+ #
656
694
  # @!attribute [rw] filters
657
695
  # You can use the following filters to streamline results:
658
696
  #
@@ -661,10 +699,6 @@ module Aws::LicenseManagerUserSubscriptions
661
699
  # * DirectoryId
662
700
  # @return [Array<Types::Filter>]
663
701
  #
664
- # @!attribute [rw] max_results
665
- # The maximum number of results to return from a single request.
666
- # @return [Integer]
667
- #
668
702
  # @!attribute [rw] next_token
669
703
  # A token to specify where to start paginating. This is the nextToken
670
704
  # from a previously truncated response.
@@ -673,8 +707,8 @@ module Aws::LicenseManagerUserSubscriptions
673
707
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListIdentityProvidersRequest AWS API Documentation
674
708
  #
675
709
  class ListIdentityProvidersRequest < Struct.new(
676
- :filters,
677
710
  :max_results,
711
+ :filters,
678
712
  :next_token)
679
713
  SENSITIVE = []
680
714
  include Aws::Structure
@@ -702,14 +736,6 @@ module Aws::LicenseManagerUserSubscriptions
702
736
  include Aws::Structure
703
737
  end
704
738
 
705
- # @!attribute [rw] filters
706
- # You can use the following filters to streamline results:
707
- #
708
- # * Status
709
- #
710
- # * InstanceId
711
- # @return [Array<Types::Filter>]
712
- #
713
739
  # @!attribute [rw] max_results
714
740
  # The maximum number of results to return from a single request.
715
741
  # @return [Integer]
@@ -719,12 +745,20 @@ module Aws::LicenseManagerUserSubscriptions
719
745
  # from a previously truncated response.
720
746
  # @return [String]
721
747
  #
748
+ # @!attribute [rw] filters
749
+ # You can use the following filters to streamline results:
750
+ #
751
+ # * Status
752
+ #
753
+ # * InstanceId
754
+ # @return [Array<Types::Filter>]
755
+ #
722
756
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListInstancesRequest AWS API Documentation
723
757
  #
724
758
  class ListInstancesRequest < Struct.new(
725
- :filters,
726
759
  :max_results,
727
- :next_token)
760
+ :next_token,
761
+ :filters)
728
762
  SENSITIVE = []
729
763
  include Aws::Structure
730
764
  end
@@ -751,6 +785,10 @@ module Aws::LicenseManagerUserSubscriptions
751
785
  include Aws::Structure
752
786
  end
753
787
 
788
+ # @!attribute [rw] max_results
789
+ # The maximum number of results to return from a single request.
790
+ # @return [Integer]
791
+ #
754
792
  # @!attribute [rw] filters
755
793
  # You can use the following filters to streamline results:
756
794
  #
@@ -759,10 +797,6 @@ module Aws::LicenseManagerUserSubscriptions
759
797
  # ^
760
798
  # @return [Array<Types::Filter>]
761
799
  #
762
- # @!attribute [rw] max_results
763
- # The maximum number of results to return from a single request.
764
- # @return [Integer]
765
- #
766
800
  # @!attribute [rw] next_token
767
801
  # A token to specify where to start paginating. This is the nextToken
768
802
  # from a previously truncated response.
@@ -771,8 +805,8 @@ module Aws::LicenseManagerUserSubscriptions
771
805
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListLicenseServerEndpointsRequest AWS API Documentation
772
806
  #
773
807
  class ListLicenseServerEndpointsRequest < Struct.new(
774
- :filters,
775
808
  :max_results,
809
+ :filters,
776
810
  :next_token)
777
811
  SENSITIVE = []
778
812
  include Aws::Structure
@@ -800,15 +834,13 @@ module Aws::LicenseManagerUserSubscriptions
800
834
  include Aws::Structure
801
835
  end
802
836
 
803
- # @!attribute [rw] filters
804
- # You can use the following filters to streamline results:
805
- #
806
- # * Status
807
- #
808
- # * Username
837
+ # @!attribute [rw] product
838
+ # The name of the user-based subscription product.
809
839
  #
810
- # * Domain
811
- # @return [Array<Types::Filter>]
840
+ # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
841
+ # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
842
+ # `REMOTE_DESKTOP_SERVICES`
843
+ # @return [String]
812
844
  #
813
845
  # @!attribute [rw] identity_provider
814
846
  # An object that specifies details for the identity provider.
@@ -818,31 +850,37 @@ module Aws::LicenseManagerUserSubscriptions
818
850
  # The maximum number of results to return from a single request.
819
851
  # @return [Integer]
820
852
  #
853
+ # @!attribute [rw] filters
854
+ # You can use the following filters to streamline results:
855
+ #
856
+ # * Status
857
+ #
858
+ # * Username
859
+ #
860
+ # * Domain
861
+ # @return [Array<Types::Filter>]
862
+ #
821
863
  # @!attribute [rw] next_token
822
864
  # A token to specify where to start paginating. This is the nextToken
823
865
  # from a previously truncated response.
824
866
  # @return [String]
825
867
  #
826
- # @!attribute [rw] product
827
- # The name of the user-based subscription product.
828
- #
829
- # Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
830
- # `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
831
- # `REMOTE_DESKTOP_SERVICES`
832
- # @return [String]
833
- #
834
868
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListProductSubscriptionsRequest AWS API Documentation
835
869
  #
836
870
  class ListProductSubscriptionsRequest < Struct.new(
837
- :filters,
871
+ :product,
838
872
  :identity_provider,
839
873
  :max_results,
840
- :next_token,
841
- :product)
874
+ :filters,
875
+ :next_token)
842
876
  SENSITIVE = []
843
877
  include Aws::Structure
844
878
  end
845
879
 
880
+ # @!attribute [rw] product_user_summaries
881
+ # Metadata that describes the list product subscriptions operation.
882
+ # @return [Array<Types::ProductUserSummary>]
883
+ #
846
884
  # @!attribute [rw] next_token
847
885
  # The next token used for paginated responses. When this field isn't
848
886
  # empty, there are additional elements that the service hasn't
@@ -850,15 +888,11 @@ module Aws::LicenseManagerUserSubscriptions
850
888
  # retrieve additional objects.
851
889
  # @return [String]
852
890
  #
853
- # @!attribute [rw] product_user_summaries
854
- # Metadata that describes the list product subscriptions operation.
855
- # @return [Array<Types::ProductUserSummary>]
856
- #
857
891
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListProductSubscriptionsResponse AWS API Documentation
858
892
  #
859
893
  class ListProductSubscriptionsResponse < Struct.new(
860
- :next_token,
861
- :product_user_summaries)
894
+ :product_user_summaries,
895
+ :next_token)
862
896
  SENSITIVE = []
863
897
  include Aws::Structure
864
898
  end
@@ -888,6 +922,18 @@ module Aws::LicenseManagerUserSubscriptions
888
922
  include Aws::Structure
889
923
  end
890
924
 
925
+ # @!attribute [rw] instance_id
926
+ # The ID of the EC2 instance, which provides user-based subscriptions.
927
+ # @return [String]
928
+ #
929
+ # @!attribute [rw] identity_provider
930
+ # An object that specifies details for the identity provider.
931
+ # @return [Types::IdentityProvider]
932
+ #
933
+ # @!attribute [rw] max_results
934
+ # The maximum number of results to return from a single request.
935
+ # @return [Integer]
936
+ #
891
937
  # @!attribute [rw] filters
892
938
  # You can use the following filters to streamline results:
893
939
  #
@@ -898,18 +944,6 @@ module Aws::LicenseManagerUserSubscriptions
898
944
  # * Domain
899
945
  # @return [Array<Types::Filter>]
900
946
  #
901
- # @!attribute [rw] identity_provider
902
- # An object that specifies details for the identity provider.
903
- # @return [Types::IdentityProvider]
904
- #
905
- # @!attribute [rw] instance_id
906
- # The ID of the EC2 instance, which provides user-based subscriptions.
907
- # @return [String]
908
- #
909
- # @!attribute [rw] max_results
910
- # The maximum number of results to return from a single request.
911
- # @return [Integer]
912
- #
913
947
  # @!attribute [rw] next_token
914
948
  # A token to specify where to start paginating. This is the nextToken
915
949
  # from a previously truncated response.
@@ -918,10 +952,10 @@ module Aws::LicenseManagerUserSubscriptions
918
952
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListUserAssociationsRequest AWS API Documentation
919
953
  #
920
954
  class ListUserAssociationsRequest < Struct.new(
921
- :filters,
922
- :identity_provider,
923
955
  :instance_id,
956
+ :identity_provider,
924
957
  :max_results,
958
+ :filters,
925
959
  :next_token)
926
960
  SENSITIVE = []
927
961
  include Aws::Structure
@@ -949,55 +983,55 @@ module Aws::LicenseManagerUserSubscriptions
949
983
 
950
984
  # A summary of the user-based subscription products for a specific user.
951
985
  #
952
- # @!attribute [rw] domain
953
- # The domain name of the Active Directory that contains the user
954
- # information for the product subscription.
986
+ # @!attribute [rw] username
987
+ # The user name from the identity provider for this product user.
988
+ # @return [String]
989
+ #
990
+ # @!attribute [rw] product
991
+ # The name of the user-based subscription product.
955
992
  # @return [String]
956
993
  #
957
994
  # @!attribute [rw] identity_provider
958
995
  # An object that specifies details for the identity provider.
959
996
  # @return [Types::IdentityProvider]
960
997
  #
961
- # @!attribute [rw] product
962
- # The name of the user-based subscription product.
998
+ # @!attribute [rw] status
999
+ # The status of a product for this user.
963
1000
  # @return [String]
964
1001
  #
965
1002
  # @!attribute [rw] product_user_arn
966
1003
  # The Amazon Resource Name (ARN) for this product user.
967
1004
  # @return [String]
968
1005
  #
969
- # @!attribute [rw] status
970
- # The status of a product for this user.
971
- # @return [String]
972
- #
973
1006
  # @!attribute [rw] status_message
974
1007
  # The status message for a product for this user.
975
1008
  # @return [String]
976
1009
  #
977
- # @!attribute [rw] subscription_end_date
978
- # The end date of a subscription.
1010
+ # @!attribute [rw] domain
1011
+ # The domain name of the Active Directory that contains the user
1012
+ # information for the product subscription.
979
1013
  # @return [String]
980
1014
  #
981
1015
  # @!attribute [rw] subscription_start_date
982
1016
  # The start date of a subscription.
983
1017
  # @return [String]
984
1018
  #
985
- # @!attribute [rw] username
986
- # The user name from the identity provider for this product user.
1019
+ # @!attribute [rw] subscription_end_date
1020
+ # The end date of a subscription.
987
1021
  # @return [String]
988
1022
  #
989
1023
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ProductUserSummary AWS API Documentation
990
1024
  #
991
1025
  class ProductUserSummary < Struct.new(
992
- :domain,
993
- :identity_provider,
1026
+ :username,
994
1027
  :product,
995
- :product_user_arn,
1028
+ :identity_provider,
996
1029
  :status,
1030
+ :product_user_arn,
997
1031
  :status_message,
998
- :subscription_end_date,
1032
+ :domain,
999
1033
  :subscription_start_date,
1000
- :username)
1034
+ :subscription_end_date)
1001
1035
  SENSITIVE = []
1002
1036
  include Aws::Structure
1003
1037
  end
@@ -1147,28 +1181,27 @@ module Aws::LicenseManagerUserSubscriptions
1147
1181
  # security group should permit inbound TCP port 1688 communication from
1148
1182
  # resources in the VPC.
1149
1183
  #
1184
+ # @!attribute [rw] subnets
1185
+ # The subnets defined for the registered identity provider.
1186
+ # @return [Array<String>]
1187
+ #
1150
1188
  # @!attribute [rw] security_group_id
1151
1189
  # A security group ID that allows inbound TCP port 1688 communication
1152
1190
  # between resources in your VPC and the VPC endpoint for activation
1153
1191
  # servers.
1154
1192
  # @return [String]
1155
1193
  #
1156
- # @!attribute [rw] subnets
1157
- # The subnets defined for the registered identity provider.
1158
- # @return [Array<String>]
1159
- #
1160
1194
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/Settings AWS API Documentation
1161
1195
  #
1162
1196
  class Settings < Struct.new(
1163
- :security_group_id,
1164
- :subnets)
1197
+ :subnets,
1198
+ :security_group_id)
1165
1199
  SENSITIVE = []
1166
1200
  include Aws::Structure
1167
1201
  end
1168
1202
 
1169
- # @!attribute [rw] domain
1170
- # The domain name of the Active Directory that contains the user for
1171
- # whom to start the product subscription.
1203
+ # @!attribute [rw] username
1204
+ # The user name from the identity provider of the user.
1172
1205
  # @return [String]
1173
1206
  #
1174
1207
  # @!attribute [rw] identity_provider
@@ -1183,22 +1216,23 @@ module Aws::LicenseManagerUserSubscriptions
1183
1216
  # `REMOTE_DESKTOP_SERVICES`
1184
1217
  # @return [String]
1185
1218
  #
1219
+ # @!attribute [rw] domain
1220
+ # The domain name of the Active Directory that contains the user for
1221
+ # whom to start the product subscription.
1222
+ # @return [String]
1223
+ #
1186
1224
  # @!attribute [rw] tags
1187
1225
  # The tags that apply to the product subscription.
1188
1226
  # @return [Hash<String,String>]
1189
1227
  #
1190
- # @!attribute [rw] username
1191
- # The user name from the identity provider of the user.
1192
- # @return [String]
1193
- #
1194
1228
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/StartProductSubscriptionRequest AWS API Documentation
1195
1229
  #
1196
1230
  class StartProductSubscriptionRequest < Struct.new(
1197
- :domain,
1231
+ :username,
1198
1232
  :identity_provider,
1199
1233
  :product,
1200
- :tags,
1201
- :username)
1234
+ :domain,
1235
+ :tags)
1202
1236
  SENSITIVE = [:tags]
1203
1237
  include Aws::Structure
1204
1238
  end
@@ -1215,9 +1249,8 @@ module Aws::LicenseManagerUserSubscriptions
1215
1249
  include Aws::Structure
1216
1250
  end
1217
1251
 
1218
- # @!attribute [rw] domain
1219
- # The domain name of the Active Directory that contains the user for
1220
- # whom to stop the product subscription.
1252
+ # @!attribute [rw] username
1253
+ # The user name from the identity provider for the user.
1221
1254
  # @return [String]
1222
1255
  #
1223
1256
  # @!attribute [rw] identity_provider
@@ -1236,18 +1269,19 @@ module Aws::LicenseManagerUserSubscriptions
1236
1269
  # The Amazon Resource Name (ARN) of the product user.
1237
1270
  # @return [String]
1238
1271
  #
1239
- # @!attribute [rw] username
1240
- # The user name from the identity provider for the user.
1272
+ # @!attribute [rw] domain
1273
+ # The domain name of the Active Directory that contains the user for
1274
+ # whom to stop the product subscription.
1241
1275
  # @return [String]
1242
1276
  #
1243
1277
  # @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/StopProductSubscriptionRequest AWS API Documentation
1244
1278
  #
1245
1279
  class StopProductSubscriptionRequest < Struct.new(
1246
- :domain,
1280
+ :username,
1247
1281
  :identity_provider,
1248
1282
  :product,
1249
1283
  :product_user_arn,
1250
- :username)
1284
+ :domain)
1251
1285
  SENSITIVE = []
1252
1286
  include Aws::Structure
1253
1287
  end
@@ -1325,10 +1359,6 @@ module Aws::LicenseManagerUserSubscriptions
1325
1359
  # Refers to an identity provider.
1326
1360
  # @return [Types::IdentityProvider]
1327
1361
  #
1328
- # @!attribute [rw] identity_provider_arn
1329
- # The Amazon Resource Name (ARN) of the identity provider to update.
1330
- # @return [String]
1331
- #
1332
1362
  # @!attribute [rw] product
1333
1363
  # The name of the user-based subscription product.
1334
1364
  #
@@ -1337,6 +1367,10 @@ module Aws::LicenseManagerUserSubscriptions
1337
1367
  # `REMOTE_DESKTOP_SERVICES`
1338
1368
  # @return [String]
1339
1369
  #
1370
+ # @!attribute [rw] identity_provider_arn
1371
+ # The Amazon Resource Name (ARN) of the identity provider to update.
1372
+ # @return [String]
1373
+ #
1340
1374
  # @!attribute [rw] update_settings
1341
1375
  # Updates the registered identity provider’s product related
1342
1376
  # configuration settings. You can update any combination of settings
@@ -1353,8 +1387,8 @@ module Aws::LicenseManagerUserSubscriptions
1353
1387
  #
1354
1388
  class UpdateIdentityProviderSettingsRequest < Struct.new(
1355
1389
  :identity_provider,
1356
- :identity_provider_arn,
1357
1390
  :product,
1391
+ :identity_provider_arn,
1358
1392
  :update_settings)
1359
1393
  SENSITIVE = []
1360
1394
  include Aws::Structure