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
@@ -491,22 +491,22 @@ module Aws::LicenseManagerUserSubscriptions
|
|
491
491
|
#
|
492
492
|
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/invoice.html
|
493
493
|
#
|
494
|
-
# @option params [String] :
|
495
|
-
# The
|
496
|
-
#
|
494
|
+
# @option params [required, String] :username
|
495
|
+
# The user name from the identity provider.
|
496
|
+
#
|
497
|
+
# @option params [required, String] :instance_id
|
498
|
+
# The ID of the EC2 instance that provides the user-based subscription.
|
497
499
|
#
|
498
500
|
# @option params [required, Types::IdentityProvider] :identity_provider
|
499
501
|
# The identity provider for the user.
|
500
502
|
#
|
501
|
-
# @option params [
|
502
|
-
# The
|
503
|
+
# @option params [String] :domain
|
504
|
+
# The domain name of the Active Directory that contains information for
|
505
|
+
# the user to associate.
|
503
506
|
#
|
504
507
|
# @option params [Hash<String,String>] :tags
|
505
508
|
# The tags that apply for the user association.
|
506
509
|
#
|
507
|
-
# @option params [required, String] :username
|
508
|
-
# The user name from the identity provider.
|
509
|
-
#
|
510
510
|
# @return [Types::AssociateUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
511
511
|
#
|
512
512
|
# * {Types::AssociateUserResponse#instance_user_summary #instance_user_summary} => Types::InstanceUserSummary
|
@@ -514,50 +514,52 @@ module Aws::LicenseManagerUserSubscriptions
|
|
514
514
|
# @example Request syntax with placeholder values
|
515
515
|
#
|
516
516
|
# resp = client.associate_user({
|
517
|
-
#
|
517
|
+
# username: "String", # required
|
518
|
+
# instance_id: "String", # required
|
518
519
|
# identity_provider: { # required
|
519
520
|
# active_directory_identity_provider: {
|
521
|
+
# directory_id: "Directory",
|
520
522
|
# active_directory_settings: {
|
523
|
+
# domain_name: "String",
|
524
|
+
# domain_ipv_4_list: ["IpV4"],
|
521
525
|
# domain_credentials_provider: {
|
522
526
|
# secrets_manager_credentials_provider: {
|
523
527
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
524
528
|
# },
|
525
529
|
# },
|
526
|
-
# domain_ipv_4_list: ["IpV4"],
|
527
|
-
# domain_name: "String",
|
528
530
|
# domain_network_settings: {
|
529
531
|
# subnets: ["Subnet"], # required
|
530
532
|
# },
|
531
533
|
# },
|
532
534
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
533
|
-
#
|
535
|
+
# is_shared_active_directory: false,
|
534
536
|
# },
|
535
537
|
# },
|
536
|
-
#
|
538
|
+
# domain: "String",
|
537
539
|
# tags: {
|
538
540
|
# "String" => "String",
|
539
541
|
# },
|
540
|
-
# username: "String", # required
|
541
542
|
# })
|
542
543
|
#
|
543
544
|
# @example Response structure
|
544
545
|
#
|
545
|
-
# resp.instance_user_summary.
|
546
|
-
# resp.instance_user_summary.
|
547
|
-
# resp.instance_user_summary.
|
548
|
-
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
546
|
+
# resp.instance_user_summary.username #=> String
|
547
|
+
# resp.instance_user_summary.instance_id #=> String
|
548
|
+
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
|
549
|
+
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
549
550
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
550
551
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
551
|
-
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
552
|
+
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
552
553
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
553
554
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
554
555
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
555
|
-
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.
|
556
|
-
# resp.instance_user_summary.instance_id #=> String
|
557
|
-
# resp.instance_user_summary.instance_user_arn #=> String
|
556
|
+
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
558
557
|
# resp.instance_user_summary.status #=> String
|
558
|
+
# resp.instance_user_summary.instance_user_arn #=> String
|
559
559
|
# resp.instance_user_summary.status_message #=> String
|
560
|
-
# resp.instance_user_summary.
|
560
|
+
# resp.instance_user_summary.domain #=> String
|
561
|
+
# resp.instance_user_summary.association_date #=> String
|
562
|
+
# resp.instance_user_summary.disassociation_date #=> String
|
561
563
|
#
|
562
564
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/AssociateUser AWS API Documentation
|
563
565
|
#
|
@@ -597,6 +599,7 @@ module Aws::LicenseManagerUserSubscriptions
|
|
597
599
|
# resp = client.create_license_server_endpoint({
|
598
600
|
# identity_provider_arn: "Arn", # required
|
599
601
|
# license_server_settings: { # required
|
602
|
+
# server_type: "RDS_SAL", # required, accepts RDS_SAL
|
600
603
|
# server_settings: { # required
|
601
604
|
# rds_sal_settings: {
|
602
605
|
# rds_sal_credentials_provider: { # required
|
@@ -606,7 +609,6 @@ module Aws::LicenseManagerUserSubscriptions
|
|
606
609
|
# },
|
607
610
|
# },
|
608
611
|
# },
|
609
|
-
# server_type: "RDS_SAL", # required, accepts RDS_SAL
|
610
612
|
# },
|
611
613
|
# tags: {
|
612
614
|
# "String" => "String",
|
@@ -649,18 +651,18 @@ module Aws::LicenseManagerUserSubscriptions
|
|
649
651
|
#
|
650
652
|
# @example Response structure
|
651
653
|
#
|
652
|
-
# resp.license_server_endpoint.creation_time #=> Time
|
653
654
|
# resp.license_server_endpoint.identity_provider_arn #=> String
|
654
|
-
# resp.license_server_endpoint.
|
655
|
+
# resp.license_server_endpoint.server_type #=> String, one of "RDS_SAL"
|
656
|
+
# resp.license_server_endpoint.server_endpoint.endpoint #=> String
|
657
|
+
# resp.license_server_endpoint.status_message #=> String
|
655
658
|
# resp.license_server_endpoint.license_server_endpoint_id #=> String
|
659
|
+
# resp.license_server_endpoint.license_server_endpoint_arn #=> String
|
656
660
|
# resp.license_server_endpoint.license_server_endpoint_provisioning_status #=> String, one of "PROVISIONING", "PROVISIONING_FAILED", "PROVISIONED", "DELETING", "DELETION_FAILED", "DELETED"
|
657
661
|
# resp.license_server_endpoint.license_servers #=> Array
|
662
|
+
# resp.license_server_endpoint.license_servers[0].provisioning_status #=> String, one of "PROVISIONING", "PROVISIONING_FAILED", "PROVISIONED", "DELETING", "DELETION_FAILED", "DELETED"
|
658
663
|
# resp.license_server_endpoint.license_servers[0].health_status #=> String, one of "HEALTHY", "UNHEALTHY", "NOT_APPLICABLE"
|
659
664
|
# resp.license_server_endpoint.license_servers[0].ipv_4_address #=> String
|
660
|
-
# resp.license_server_endpoint.
|
661
|
-
# resp.license_server_endpoint.server_endpoint.endpoint #=> String
|
662
|
-
# resp.license_server_endpoint.server_type #=> String, one of "RDS_SAL"
|
663
|
-
# resp.license_server_endpoint.status_message #=> String
|
665
|
+
# resp.license_server_endpoint.creation_time #=> Time
|
664
666
|
#
|
665
667
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/DeleteLicenseServerEndpoint AWS API Documentation
|
666
668
|
#
|
@@ -678,10 +680,6 @@ module Aws::LicenseManagerUserSubscriptions
|
|
678
680
|
# An object that specifies details for the Active Directory identity
|
679
681
|
# provider.
|
680
682
|
#
|
681
|
-
# @option params [String] :identity_provider_arn
|
682
|
-
# The Amazon Resource Name (ARN) that identifies the identity provider
|
683
|
-
# to deregister.
|
684
|
-
#
|
685
683
|
# @option params [String] :product
|
686
684
|
# The name of the user-based subscription product.
|
687
685
|
#
|
@@ -689,6 +687,10 @@ module Aws::LicenseManagerUserSubscriptions
|
|
689
687
|
# `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
|
690
688
|
# `REMOTE_DESKTOP_SERVICES`
|
691
689
|
#
|
690
|
+
# @option params [String] :identity_provider_arn
|
691
|
+
# The Amazon Resource Name (ARN) that identifies the identity provider
|
692
|
+
# to deregister.
|
693
|
+
#
|
692
694
|
# @return [Types::DeregisterIdentityProviderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
693
695
|
#
|
694
696
|
# * {Types::DeregisterIdentityProviderResponse#identity_provider_summary #identity_provider_summary} => Types::IdentityProviderSummary
|
@@ -698,43 +700,46 @@ module Aws::LicenseManagerUserSubscriptions
|
|
698
700
|
# resp = client.deregister_identity_provider({
|
699
701
|
# identity_provider: {
|
700
702
|
# active_directory_identity_provider: {
|
703
|
+
# directory_id: "Directory",
|
701
704
|
# active_directory_settings: {
|
705
|
+
# domain_name: "String",
|
706
|
+
# domain_ipv_4_list: ["IpV4"],
|
702
707
|
# domain_credentials_provider: {
|
703
708
|
# secrets_manager_credentials_provider: {
|
704
709
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
705
710
|
# },
|
706
711
|
# },
|
707
|
-
# domain_ipv_4_list: ["IpV4"],
|
708
|
-
# domain_name: "String",
|
709
712
|
# domain_network_settings: {
|
710
713
|
# subnets: ["Subnet"], # required
|
711
714
|
# },
|
712
715
|
# },
|
713
716
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
714
|
-
#
|
717
|
+
# is_shared_active_directory: false,
|
715
718
|
# },
|
716
719
|
# },
|
717
|
-
# identity_provider_arn: "Arn",
|
718
720
|
# product: "String",
|
721
|
+
# identity_provider_arn: "Arn",
|
719
722
|
# })
|
720
723
|
#
|
721
724
|
# @example Response structure
|
722
725
|
#
|
723
|
-
# resp.identity_provider_summary.
|
724
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
726
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
|
727
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
725
728
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
726
729
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
727
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
730
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
728
731
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
729
732
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
730
733
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
731
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.
|
732
|
-
# resp.identity_provider_summary.identity_provider_arn #=> String
|
733
|
-
# resp.identity_provider_summary.product #=> String
|
734
|
-
# resp.identity_provider_summary.settings.security_group_id #=> String
|
734
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
735
735
|
# resp.identity_provider_summary.settings.subnets #=> Array
|
736
736
|
# resp.identity_provider_summary.settings.subnets[0] #=> String
|
737
|
+
# resp.identity_provider_summary.settings.security_group_id #=> String
|
738
|
+
# resp.identity_provider_summary.product #=> String
|
737
739
|
# resp.identity_provider_summary.status #=> String
|
740
|
+
# resp.identity_provider_summary.identity_provider_arn #=> String
|
741
|
+
# resp.identity_provider_summary.failure_message #=> String
|
742
|
+
# resp.identity_provider_summary.owner_account_id #=> String
|
738
743
|
#
|
739
744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/DeregisterIdentityProvider AWS API Documentation
|
740
745
|
#
|
@@ -748,24 +753,24 @@ module Aws::LicenseManagerUserSubscriptions
|
|
748
753
|
# Disassociates the user from an EC2 instance providing user-based
|
749
754
|
# subscriptions.
|
750
755
|
#
|
751
|
-
# @option params [String] :
|
752
|
-
# The
|
753
|
-
#
|
756
|
+
# @option params [String] :username
|
757
|
+
# The user name from the Active Directory identity provider for the
|
758
|
+
# user.
|
759
|
+
#
|
760
|
+
# @option params [String] :instance_id
|
761
|
+
# The ID of the EC2 instance which provides user-based subscriptions.
|
754
762
|
#
|
755
763
|
# @option params [Types::IdentityProvider] :identity_provider
|
756
764
|
# An object that specifies details for the Active Directory identity
|
757
765
|
# provider.
|
758
766
|
#
|
759
|
-
# @option params [String] :instance_id
|
760
|
-
# The ID of the EC2 instance which provides user-based subscriptions.
|
761
|
-
#
|
762
767
|
# @option params [String] :instance_user_arn
|
763
768
|
# The Amazon Resource Name (ARN) of the user to disassociate from the
|
764
769
|
# EC2 instance.
|
765
770
|
#
|
766
|
-
# @option params [String] :
|
767
|
-
# The
|
768
|
-
# user.
|
771
|
+
# @option params [String] :domain
|
772
|
+
# The domain name of the Active Directory that contains information for
|
773
|
+
# the user to disassociate.
|
769
774
|
#
|
770
775
|
# @return [Types::DisassociateUserResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
771
776
|
#
|
@@ -774,48 +779,50 @@ module Aws::LicenseManagerUserSubscriptions
|
|
774
779
|
# @example Request syntax with placeholder values
|
775
780
|
#
|
776
781
|
# resp = client.disassociate_user({
|
777
|
-
#
|
782
|
+
# username: "String",
|
783
|
+
# instance_id: "String",
|
778
784
|
# identity_provider: {
|
779
785
|
# active_directory_identity_provider: {
|
786
|
+
# directory_id: "Directory",
|
780
787
|
# active_directory_settings: {
|
788
|
+
# domain_name: "String",
|
789
|
+
# domain_ipv_4_list: ["IpV4"],
|
781
790
|
# domain_credentials_provider: {
|
782
791
|
# secrets_manager_credentials_provider: {
|
783
792
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
784
793
|
# },
|
785
794
|
# },
|
786
|
-
# domain_ipv_4_list: ["IpV4"],
|
787
|
-
# domain_name: "String",
|
788
795
|
# domain_network_settings: {
|
789
796
|
# subnets: ["Subnet"], # required
|
790
797
|
# },
|
791
798
|
# },
|
792
799
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
793
|
-
#
|
800
|
+
# is_shared_active_directory: false,
|
794
801
|
# },
|
795
802
|
# },
|
796
|
-
# instance_id: "String",
|
797
803
|
# instance_user_arn: "Arn",
|
798
|
-
#
|
804
|
+
# domain: "String",
|
799
805
|
# })
|
800
806
|
#
|
801
807
|
# @example Response structure
|
802
808
|
#
|
803
|
-
# resp.instance_user_summary.
|
804
|
-
# resp.instance_user_summary.
|
805
|
-
# resp.instance_user_summary.
|
806
|
-
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
809
|
+
# resp.instance_user_summary.username #=> String
|
810
|
+
# resp.instance_user_summary.instance_id #=> String
|
811
|
+
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
|
812
|
+
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
807
813
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
808
814
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
809
|
-
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
815
|
+
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
810
816
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
811
817
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
812
818
|
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
813
|
-
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.
|
814
|
-
# resp.instance_user_summary.instance_id #=> String
|
815
|
-
# resp.instance_user_summary.instance_user_arn #=> String
|
819
|
+
# resp.instance_user_summary.identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
816
820
|
# resp.instance_user_summary.status #=> String
|
821
|
+
# resp.instance_user_summary.instance_user_arn #=> String
|
817
822
|
# resp.instance_user_summary.status_message #=> String
|
818
|
-
# resp.instance_user_summary.
|
823
|
+
# resp.instance_user_summary.domain #=> String
|
824
|
+
# resp.instance_user_summary.association_date #=> String
|
825
|
+
# resp.instance_user_summary.disassociation_date #=> String
|
819
826
|
#
|
820
827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/DisassociateUser AWS API Documentation
|
821
828
|
#
|
@@ -829,6 +836,9 @@ module Aws::LicenseManagerUserSubscriptions
|
|
829
836
|
# Lists the Active Directory identity providers for user-based
|
830
837
|
# subscriptions.
|
831
838
|
#
|
839
|
+
# @option params [Integer] :max_results
|
840
|
+
# The maximum number of results to return from a single request.
|
841
|
+
#
|
832
842
|
# @option params [Array<Types::Filter>] :filters
|
833
843
|
# You can use the following filters to streamline results:
|
834
844
|
#
|
@@ -836,9 +846,6 @@ module Aws::LicenseManagerUserSubscriptions
|
|
836
846
|
#
|
837
847
|
# * DirectoryId
|
838
848
|
#
|
839
|
-
# @option params [Integer] :max_results
|
840
|
-
# The maximum number of results to return from a single request.
|
841
|
-
#
|
842
849
|
# @option params [String] :next_token
|
843
850
|
# A token to specify where to start paginating. This is the nextToken
|
844
851
|
# from a previously truncated response.
|
@@ -853,6 +860,7 @@ module Aws::LicenseManagerUserSubscriptions
|
|
853
860
|
# @example Request syntax with placeholder values
|
854
861
|
#
|
855
862
|
# resp = client.list_identity_providers({
|
863
|
+
# max_results: 1,
|
856
864
|
# filters: [
|
857
865
|
# {
|
858
866
|
# attribute: "String",
|
@@ -860,28 +868,29 @@ module Aws::LicenseManagerUserSubscriptions
|
|
860
868
|
# value: "String",
|
861
869
|
# },
|
862
870
|
# ],
|
863
|
-
# max_results: 1,
|
864
871
|
# next_token: "String",
|
865
872
|
# })
|
866
873
|
#
|
867
874
|
# @example Response structure
|
868
875
|
#
|
869
876
|
# resp.identity_provider_summaries #=> Array
|
870
|
-
# resp.identity_provider_summaries[0].
|
871
|
-
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.
|
877
|
+
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.directory_id #=> String
|
878
|
+
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
872
879
|
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
873
880
|
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
874
|
-
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.
|
881
|
+
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
875
882
|
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
876
883
|
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
877
884
|
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
878
|
-
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.
|
879
|
-
# resp.identity_provider_summaries[0].identity_provider_arn #=> String
|
880
|
-
# resp.identity_provider_summaries[0].product #=> String
|
881
|
-
# resp.identity_provider_summaries[0].settings.security_group_id #=> String
|
885
|
+
# resp.identity_provider_summaries[0].identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
882
886
|
# resp.identity_provider_summaries[0].settings.subnets #=> Array
|
883
887
|
# resp.identity_provider_summaries[0].settings.subnets[0] #=> String
|
888
|
+
# resp.identity_provider_summaries[0].settings.security_group_id #=> String
|
889
|
+
# resp.identity_provider_summaries[0].product #=> String
|
884
890
|
# resp.identity_provider_summaries[0].status #=> String
|
891
|
+
# resp.identity_provider_summaries[0].identity_provider_arn #=> String
|
892
|
+
# resp.identity_provider_summaries[0].failure_message #=> String
|
893
|
+
# resp.identity_provider_summaries[0].owner_account_id #=> String
|
885
894
|
# resp.next_token #=> String
|
886
895
|
#
|
887
896
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListIdentityProviders AWS API Documentation
|
@@ -895,13 +904,6 @@ module Aws::LicenseManagerUserSubscriptions
|
|
895
904
|
|
896
905
|
# Lists the EC2 instances providing user-based subscriptions.
|
897
906
|
#
|
898
|
-
# @option params [Array<Types::Filter>] :filters
|
899
|
-
# You can use the following filters to streamline results:
|
900
|
-
#
|
901
|
-
# * Status
|
902
|
-
#
|
903
|
-
# * InstanceId
|
904
|
-
#
|
905
907
|
# @option params [Integer] :max_results
|
906
908
|
# The maximum number of results to return from a single request.
|
907
909
|
#
|
@@ -909,6 +911,13 @@ module Aws::LicenseManagerUserSubscriptions
|
|
909
911
|
# A token to specify where to start paginating. This is the nextToken
|
910
912
|
# from a previously truncated response.
|
911
913
|
#
|
914
|
+
# @option params [Array<Types::Filter>] :filters
|
915
|
+
# You can use the following filters to streamline results:
|
916
|
+
#
|
917
|
+
# * Status
|
918
|
+
#
|
919
|
+
# * InstanceId
|
920
|
+
#
|
912
921
|
# @return [Types::ListInstancesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
913
922
|
#
|
914
923
|
# * {Types::ListInstancesResponse#instance_summaries #instance_summaries} => Array<Types::InstanceSummary>
|
@@ -919,6 +928,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
919
928
|
# @example Request syntax with placeholder values
|
920
929
|
#
|
921
930
|
# resp = client.list_instances({
|
931
|
+
# max_results: 1,
|
932
|
+
# next_token: "String",
|
922
933
|
# filters: [
|
923
934
|
# {
|
924
935
|
# attribute: "String",
|
@@ -926,19 +937,27 @@ module Aws::LicenseManagerUserSubscriptions
|
|
926
937
|
# value: "String",
|
927
938
|
# },
|
928
939
|
# ],
|
929
|
-
# max_results: 1,
|
930
|
-
# next_token: "String",
|
931
940
|
# })
|
932
941
|
#
|
933
942
|
# @example Response structure
|
934
943
|
#
|
935
944
|
# resp.instance_summaries #=> Array
|
936
945
|
# resp.instance_summaries[0].instance_id #=> String
|
937
|
-
# resp.instance_summaries[0].
|
946
|
+
# resp.instance_summaries[0].status #=> String
|
938
947
|
# resp.instance_summaries[0].products #=> Array
|
939
948
|
# resp.instance_summaries[0].products[0] #=> String
|
940
|
-
# resp.instance_summaries[0].
|
949
|
+
# resp.instance_summaries[0].last_status_check_date #=> String
|
941
950
|
# resp.instance_summaries[0].status_message #=> String
|
951
|
+
# resp.instance_summaries[0].owner_account_id #=> String
|
952
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.directory_id #=> String
|
953
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
954
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
955
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
956
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
957
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
958
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
959
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
960
|
+
# resp.instance_summaries[0].identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
942
961
|
# resp.next_token #=> String
|
943
962
|
#
|
944
963
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListInstances AWS API Documentation
|
@@ -952,6 +971,9 @@ module Aws::LicenseManagerUserSubscriptions
|
|
952
971
|
|
953
972
|
# List the Remote Desktop Services (RDS) License Server endpoints
|
954
973
|
#
|
974
|
+
# @option params [Integer] :max_results
|
975
|
+
# The maximum number of results to return from a single request.
|
976
|
+
#
|
955
977
|
# @option params [Array<Types::Filter>] :filters
|
956
978
|
# You can use the following filters to streamline results:
|
957
979
|
#
|
@@ -959,9 +981,6 @@ module Aws::LicenseManagerUserSubscriptions
|
|
959
981
|
#
|
960
982
|
# ^
|
961
983
|
#
|
962
|
-
# @option params [Integer] :max_results
|
963
|
-
# The maximum number of results to return from a single request.
|
964
|
-
#
|
965
984
|
# @option params [String] :next_token
|
966
985
|
# A token to specify where to start paginating. This is the nextToken
|
967
986
|
# from a previously truncated response.
|
@@ -976,6 +995,7 @@ module Aws::LicenseManagerUserSubscriptions
|
|
976
995
|
# @example Request syntax with placeholder values
|
977
996
|
#
|
978
997
|
# resp = client.list_license_server_endpoints({
|
998
|
+
# max_results: 1,
|
979
999
|
# filters: [
|
980
1000
|
# {
|
981
1001
|
# attribute: "String",
|
@@ -983,25 +1003,24 @@ module Aws::LicenseManagerUserSubscriptions
|
|
983
1003
|
# value: "String",
|
984
1004
|
# },
|
985
1005
|
# ],
|
986
|
-
# max_results: 1,
|
987
1006
|
# next_token: "String",
|
988
1007
|
# })
|
989
1008
|
#
|
990
1009
|
# @example Response structure
|
991
1010
|
#
|
992
1011
|
# resp.license_server_endpoints #=> Array
|
993
|
-
# resp.license_server_endpoints[0].creation_time #=> Time
|
994
1012
|
# resp.license_server_endpoints[0].identity_provider_arn #=> String
|
995
|
-
# resp.license_server_endpoints[0].
|
1013
|
+
# resp.license_server_endpoints[0].server_type #=> String, one of "RDS_SAL"
|
1014
|
+
# resp.license_server_endpoints[0].server_endpoint.endpoint #=> String
|
1015
|
+
# resp.license_server_endpoints[0].status_message #=> String
|
996
1016
|
# resp.license_server_endpoints[0].license_server_endpoint_id #=> String
|
1017
|
+
# resp.license_server_endpoints[0].license_server_endpoint_arn #=> String
|
997
1018
|
# resp.license_server_endpoints[0].license_server_endpoint_provisioning_status #=> String, one of "PROVISIONING", "PROVISIONING_FAILED", "PROVISIONED", "DELETING", "DELETION_FAILED", "DELETED"
|
998
1019
|
# resp.license_server_endpoints[0].license_servers #=> Array
|
1020
|
+
# resp.license_server_endpoints[0].license_servers[0].provisioning_status #=> String, one of "PROVISIONING", "PROVISIONING_FAILED", "PROVISIONED", "DELETING", "DELETION_FAILED", "DELETED"
|
999
1021
|
# resp.license_server_endpoints[0].license_servers[0].health_status #=> String, one of "HEALTHY", "UNHEALTHY", "NOT_APPLICABLE"
|
1000
1022
|
# resp.license_server_endpoints[0].license_servers[0].ipv_4_address #=> String
|
1001
|
-
# resp.license_server_endpoints[0].
|
1002
|
-
# resp.license_server_endpoints[0].server_endpoint.endpoint #=> String
|
1003
|
-
# resp.license_server_endpoints[0].server_type #=> String, one of "RDS_SAL"
|
1004
|
-
# resp.license_server_endpoints[0].status_message #=> String
|
1023
|
+
# resp.license_server_endpoints[0].creation_time #=> Time
|
1005
1024
|
# resp.next_token #=> String
|
1006
1025
|
#
|
1007
1026
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListLicenseServerEndpoints AWS API Documentation
|
@@ -1016,6 +1035,19 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1016
1035
|
# Lists the user-based subscription products available from an identity
|
1017
1036
|
# provider.
|
1018
1037
|
#
|
1038
|
+
# @option params [String] :product
|
1039
|
+
# The name of the user-based subscription product.
|
1040
|
+
#
|
1041
|
+
# Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
|
1042
|
+
# `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
|
1043
|
+
# `REMOTE_DESKTOP_SERVICES`
|
1044
|
+
#
|
1045
|
+
# @option params [required, Types::IdentityProvider] :identity_provider
|
1046
|
+
# An object that specifies details for the identity provider.
|
1047
|
+
#
|
1048
|
+
# @option params [Integer] :max_results
|
1049
|
+
# The maximum number of results to return from a single request.
|
1050
|
+
#
|
1019
1051
|
# @option params [Array<Types::Filter>] :filters
|
1020
1052
|
# You can use the following filters to streamline results:
|
1021
1053
|
#
|
@@ -1025,83 +1057,72 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1025
1057
|
#
|
1026
1058
|
# * Domain
|
1027
1059
|
#
|
1028
|
-
# @option params [required, Types::IdentityProvider] :identity_provider
|
1029
|
-
# An object that specifies details for the identity provider.
|
1030
|
-
#
|
1031
|
-
# @option params [Integer] :max_results
|
1032
|
-
# The maximum number of results to return from a single request.
|
1033
|
-
#
|
1034
1060
|
# @option params [String] :next_token
|
1035
1061
|
# A token to specify where to start paginating. This is the nextToken
|
1036
1062
|
# from a previously truncated response.
|
1037
1063
|
#
|
1038
|
-
# @option params [String] :product
|
1039
|
-
# The name of the user-based subscription product.
|
1040
|
-
#
|
1041
|
-
# Valid values: `VISUAL_STUDIO_ENTERPRISE` \|
|
1042
|
-
# `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
|
1043
|
-
# `REMOTE_DESKTOP_SERVICES`
|
1044
|
-
#
|
1045
1064
|
# @return [Types::ListProductSubscriptionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1046
1065
|
#
|
1047
|
-
# * {Types::ListProductSubscriptionsResponse#next_token #next_token} => String
|
1048
1066
|
# * {Types::ListProductSubscriptionsResponse#product_user_summaries #product_user_summaries} => Array<Types::ProductUserSummary>
|
1067
|
+
# * {Types::ListProductSubscriptionsResponse#next_token #next_token} => String
|
1049
1068
|
#
|
1050
1069
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1051
1070
|
#
|
1052
1071
|
# @example Request syntax with placeholder values
|
1053
1072
|
#
|
1054
1073
|
# resp = client.list_product_subscriptions({
|
1055
|
-
#
|
1056
|
-
# {
|
1057
|
-
# attribute: "String",
|
1058
|
-
# operation: "String",
|
1059
|
-
# value: "String",
|
1060
|
-
# },
|
1061
|
-
# ],
|
1074
|
+
# product: "String",
|
1062
1075
|
# identity_provider: { # required
|
1063
1076
|
# active_directory_identity_provider: {
|
1077
|
+
# directory_id: "Directory",
|
1064
1078
|
# active_directory_settings: {
|
1079
|
+
# domain_name: "String",
|
1080
|
+
# domain_ipv_4_list: ["IpV4"],
|
1065
1081
|
# domain_credentials_provider: {
|
1066
1082
|
# secrets_manager_credentials_provider: {
|
1067
1083
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
1068
1084
|
# },
|
1069
1085
|
# },
|
1070
|
-
# domain_ipv_4_list: ["IpV4"],
|
1071
|
-
# domain_name: "String",
|
1072
1086
|
# domain_network_settings: {
|
1073
1087
|
# subnets: ["Subnet"], # required
|
1074
1088
|
# },
|
1075
1089
|
# },
|
1076
1090
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
1077
|
-
#
|
1091
|
+
# is_shared_active_directory: false,
|
1078
1092
|
# },
|
1079
1093
|
# },
|
1080
1094
|
# max_results: 1,
|
1095
|
+
# filters: [
|
1096
|
+
# {
|
1097
|
+
# attribute: "String",
|
1098
|
+
# operation: "String",
|
1099
|
+
# value: "String",
|
1100
|
+
# },
|
1101
|
+
# ],
|
1081
1102
|
# next_token: "String",
|
1082
|
-
# product: "String",
|
1083
1103
|
# })
|
1084
1104
|
#
|
1085
1105
|
# @example Response structure
|
1086
1106
|
#
|
1087
|
-
# resp.next_token #=> String
|
1088
1107
|
# resp.product_user_summaries #=> Array
|
1089
|
-
# resp.product_user_summaries[0].
|
1090
|
-
# resp.product_user_summaries[0].
|
1108
|
+
# resp.product_user_summaries[0].username #=> String
|
1109
|
+
# resp.product_user_summaries[0].product #=> String
|
1110
|
+
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.directory_id #=> String
|
1111
|
+
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
1091
1112
|
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
1092
1113
|
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
1093
|
-
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.
|
1114
|
+
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
1094
1115
|
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
1095
1116
|
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
1096
1117
|
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
1097
|
-
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.
|
1098
|
-
# resp.product_user_summaries[0].product #=> String
|
1099
|
-
# resp.product_user_summaries[0].product_user_arn #=> String
|
1118
|
+
# resp.product_user_summaries[0].identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
1100
1119
|
# resp.product_user_summaries[0].status #=> String
|
1120
|
+
# resp.product_user_summaries[0].product_user_arn #=> String
|
1101
1121
|
# resp.product_user_summaries[0].status_message #=> String
|
1102
|
-
# resp.product_user_summaries[0].
|
1122
|
+
# resp.product_user_summaries[0].domain #=> String
|
1103
1123
|
# resp.product_user_summaries[0].subscription_start_date #=> String
|
1104
|
-
# resp.product_user_summaries[0].
|
1124
|
+
# resp.product_user_summaries[0].subscription_end_date #=> String
|
1125
|
+
# resp.next_token #=> String
|
1105
1126
|
#
|
1106
1127
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListProductSubscriptions AWS API Documentation
|
1107
1128
|
#
|
@@ -1144,6 +1165,15 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1144
1165
|
|
1145
1166
|
# Lists user associations for an identity provider.
|
1146
1167
|
#
|
1168
|
+
# @option params [required, String] :instance_id
|
1169
|
+
# The ID of the EC2 instance, which provides user-based subscriptions.
|
1170
|
+
#
|
1171
|
+
# @option params [required, Types::IdentityProvider] :identity_provider
|
1172
|
+
# An object that specifies details for the identity provider.
|
1173
|
+
#
|
1174
|
+
# @option params [Integer] :max_results
|
1175
|
+
# The maximum number of results to return from a single request.
|
1176
|
+
#
|
1147
1177
|
# @option params [Array<Types::Filter>] :filters
|
1148
1178
|
# You can use the following filters to streamline results:
|
1149
1179
|
#
|
@@ -1153,15 +1183,6 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1153
1183
|
#
|
1154
1184
|
# * Domain
|
1155
1185
|
#
|
1156
|
-
# @option params [required, Types::IdentityProvider] :identity_provider
|
1157
|
-
# An object that specifies details for the identity provider.
|
1158
|
-
#
|
1159
|
-
# @option params [required, String] :instance_id
|
1160
|
-
# The ID of the EC2 instance, which provides user-based subscriptions.
|
1161
|
-
#
|
1162
|
-
# @option params [Integer] :max_results
|
1163
|
-
# The maximum number of results to return from a single request.
|
1164
|
-
#
|
1165
1186
|
# @option params [String] :next_token
|
1166
1187
|
# A token to specify where to start paginating. This is the nextToken
|
1167
1188
|
# from a previously truncated response.
|
@@ -1176,55 +1197,57 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1176
1197
|
# @example Request syntax with placeholder values
|
1177
1198
|
#
|
1178
1199
|
# resp = client.list_user_associations({
|
1179
|
-
#
|
1180
|
-
# {
|
1181
|
-
# attribute: "String",
|
1182
|
-
# operation: "String",
|
1183
|
-
# value: "String",
|
1184
|
-
# },
|
1185
|
-
# ],
|
1200
|
+
# instance_id: "String", # required
|
1186
1201
|
# identity_provider: { # required
|
1187
1202
|
# active_directory_identity_provider: {
|
1203
|
+
# directory_id: "Directory",
|
1188
1204
|
# active_directory_settings: {
|
1205
|
+
# domain_name: "String",
|
1206
|
+
# domain_ipv_4_list: ["IpV4"],
|
1189
1207
|
# domain_credentials_provider: {
|
1190
1208
|
# secrets_manager_credentials_provider: {
|
1191
1209
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
1192
1210
|
# },
|
1193
1211
|
# },
|
1194
|
-
# domain_ipv_4_list: ["IpV4"],
|
1195
|
-
# domain_name: "String",
|
1196
1212
|
# domain_network_settings: {
|
1197
1213
|
# subnets: ["Subnet"], # required
|
1198
1214
|
# },
|
1199
1215
|
# },
|
1200
1216
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
1201
|
-
#
|
1217
|
+
# is_shared_active_directory: false,
|
1202
1218
|
# },
|
1203
1219
|
# },
|
1204
|
-
# instance_id: "String", # required
|
1205
1220
|
# max_results: 1,
|
1221
|
+
# filters: [
|
1222
|
+
# {
|
1223
|
+
# attribute: "String",
|
1224
|
+
# operation: "String",
|
1225
|
+
# value: "String",
|
1226
|
+
# },
|
1227
|
+
# ],
|
1206
1228
|
# next_token: "String",
|
1207
1229
|
# })
|
1208
1230
|
#
|
1209
1231
|
# @example Response structure
|
1210
1232
|
#
|
1211
1233
|
# resp.instance_user_summaries #=> Array
|
1212
|
-
# resp.instance_user_summaries[0].
|
1213
|
-
# resp.instance_user_summaries[0].
|
1214
|
-
# resp.instance_user_summaries[0].
|
1215
|
-
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.
|
1234
|
+
# resp.instance_user_summaries[0].username #=> String
|
1235
|
+
# resp.instance_user_summaries[0].instance_id #=> String
|
1236
|
+
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.directory_id #=> String
|
1237
|
+
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
1216
1238
|
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
1217
1239
|
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
1218
|
-
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.
|
1240
|
+
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
1219
1241
|
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
1220
1242
|
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
1221
1243
|
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
1222
|
-
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.
|
1223
|
-
# resp.instance_user_summaries[0].instance_id #=> String
|
1224
|
-
# resp.instance_user_summaries[0].instance_user_arn #=> String
|
1244
|
+
# resp.instance_user_summaries[0].identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
1225
1245
|
# resp.instance_user_summaries[0].status #=> String
|
1246
|
+
# resp.instance_user_summaries[0].instance_user_arn #=> String
|
1226
1247
|
# resp.instance_user_summaries[0].status_message #=> String
|
1227
|
-
# resp.instance_user_summaries[0].
|
1248
|
+
# resp.instance_user_summaries[0].domain #=> String
|
1249
|
+
# resp.instance_user_summaries[0].association_date #=> String
|
1250
|
+
# resp.instance_user_summaries[0].disassociation_date #=> String
|
1228
1251
|
# resp.next_token #=> String
|
1229
1252
|
#
|
1230
1253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/ListUserAssociations AWS API Documentation
|
@@ -1265,26 +1288,27 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1265
1288
|
# resp = client.register_identity_provider({
|
1266
1289
|
# identity_provider: { # required
|
1267
1290
|
# active_directory_identity_provider: {
|
1291
|
+
# directory_id: "Directory",
|
1268
1292
|
# active_directory_settings: {
|
1293
|
+
# domain_name: "String",
|
1294
|
+
# domain_ipv_4_list: ["IpV4"],
|
1269
1295
|
# domain_credentials_provider: {
|
1270
1296
|
# secrets_manager_credentials_provider: {
|
1271
1297
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
1272
1298
|
# },
|
1273
1299
|
# },
|
1274
|
-
# domain_ipv_4_list: ["IpV4"],
|
1275
|
-
# domain_name: "String",
|
1276
1300
|
# domain_network_settings: {
|
1277
1301
|
# subnets: ["Subnet"], # required
|
1278
1302
|
# },
|
1279
1303
|
# },
|
1280
1304
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
1281
|
-
#
|
1305
|
+
# is_shared_active_directory: false,
|
1282
1306
|
# },
|
1283
1307
|
# },
|
1284
1308
|
# product: "String", # required
|
1285
1309
|
# settings: {
|
1286
|
-
# security_group_id: "SecurityGroup", # required
|
1287
1310
|
# subnets: ["Subnet"], # required
|
1311
|
+
# security_group_id: "SecurityGroup", # required
|
1288
1312
|
# },
|
1289
1313
|
# tags: {
|
1290
1314
|
# "String" => "String",
|
@@ -1293,21 +1317,23 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1293
1317
|
#
|
1294
1318
|
# @example Response structure
|
1295
1319
|
#
|
1296
|
-
# resp.identity_provider_summary.
|
1297
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
1320
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
|
1321
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
1298
1322
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
1299
1323
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
1300
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
1324
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
1301
1325
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
1302
1326
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
1303
1327
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
1304
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.
|
1305
|
-
# resp.identity_provider_summary.identity_provider_arn #=> String
|
1306
|
-
# resp.identity_provider_summary.product #=> String
|
1307
|
-
# resp.identity_provider_summary.settings.security_group_id #=> String
|
1328
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
1308
1329
|
# resp.identity_provider_summary.settings.subnets #=> Array
|
1309
1330
|
# resp.identity_provider_summary.settings.subnets[0] #=> String
|
1331
|
+
# resp.identity_provider_summary.settings.security_group_id #=> String
|
1332
|
+
# resp.identity_provider_summary.product #=> String
|
1310
1333
|
# resp.identity_provider_summary.status #=> String
|
1334
|
+
# resp.identity_provider_summary.identity_provider_arn #=> String
|
1335
|
+
# resp.identity_provider_summary.failure_message #=> String
|
1336
|
+
# resp.identity_provider_summary.owner_account_id #=> String
|
1311
1337
|
#
|
1312
1338
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/RegisterIdentityProvider AWS API Documentation
|
1313
1339
|
#
|
@@ -1333,9 +1359,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1333
1359
|
#
|
1334
1360
|
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/invoice.html
|
1335
1361
|
#
|
1336
|
-
# @option params [String] :
|
1337
|
-
# The
|
1338
|
-
# whom to start the product subscription.
|
1362
|
+
# @option params [required, String] :username
|
1363
|
+
# The user name from the identity provider of the user.
|
1339
1364
|
#
|
1340
1365
|
# @option params [required, Types::IdentityProvider] :identity_provider
|
1341
1366
|
# An object that specifies details for the identity provider.
|
@@ -1347,12 +1372,13 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1347
1372
|
# `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
|
1348
1373
|
# `REMOTE_DESKTOP_SERVICES`
|
1349
1374
|
#
|
1375
|
+
# @option params [String] :domain
|
1376
|
+
# The domain name of the Active Directory that contains the user for
|
1377
|
+
# whom to start the product subscription.
|
1378
|
+
#
|
1350
1379
|
# @option params [Hash<String,String>] :tags
|
1351
1380
|
# The tags that apply to the product subscription.
|
1352
1381
|
#
|
1353
|
-
# @option params [required, String] :username
|
1354
|
-
# The user name from the identity provider of the user.
|
1355
|
-
#
|
1356
1382
|
# @return [Types::StartProductSubscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1357
1383
|
#
|
1358
1384
|
# * {Types::StartProductSubscriptionResponse#product_user_summary #product_user_summary} => Types::ProductUserSummary
|
@@ -1360,50 +1386,52 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1360
1386
|
# @example Request syntax with placeholder values
|
1361
1387
|
#
|
1362
1388
|
# resp = client.start_product_subscription({
|
1363
|
-
#
|
1389
|
+
# username: "String", # required
|
1364
1390
|
# identity_provider: { # required
|
1365
1391
|
# active_directory_identity_provider: {
|
1392
|
+
# directory_id: "Directory",
|
1366
1393
|
# active_directory_settings: {
|
1394
|
+
# domain_name: "String",
|
1395
|
+
# domain_ipv_4_list: ["IpV4"],
|
1367
1396
|
# domain_credentials_provider: {
|
1368
1397
|
# secrets_manager_credentials_provider: {
|
1369
1398
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
1370
1399
|
# },
|
1371
1400
|
# },
|
1372
|
-
# domain_ipv_4_list: ["IpV4"],
|
1373
|
-
# domain_name: "String",
|
1374
1401
|
# domain_network_settings: {
|
1375
1402
|
# subnets: ["Subnet"], # required
|
1376
1403
|
# },
|
1377
1404
|
# },
|
1378
1405
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
1379
|
-
#
|
1406
|
+
# is_shared_active_directory: false,
|
1380
1407
|
# },
|
1381
1408
|
# },
|
1382
1409
|
# product: "String", # required
|
1410
|
+
# domain: "String",
|
1383
1411
|
# tags: {
|
1384
1412
|
# "String" => "String",
|
1385
1413
|
# },
|
1386
|
-
# username: "String", # required
|
1387
1414
|
# })
|
1388
1415
|
#
|
1389
1416
|
# @example Response structure
|
1390
1417
|
#
|
1391
|
-
# resp.product_user_summary.
|
1392
|
-
# resp.product_user_summary.
|
1418
|
+
# resp.product_user_summary.username #=> String
|
1419
|
+
# resp.product_user_summary.product #=> String
|
1420
|
+
# resp.product_user_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
|
1421
|
+
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
1393
1422
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
1394
1423
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
1395
|
-
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
1424
|
+
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
1396
1425
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
1397
1426
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
1398
1427
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
1399
|
-
# resp.product_user_summary.identity_provider.active_directory_identity_provider.
|
1400
|
-
# resp.product_user_summary.product #=> String
|
1401
|
-
# resp.product_user_summary.product_user_arn #=> String
|
1428
|
+
# resp.product_user_summary.identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
1402
1429
|
# resp.product_user_summary.status #=> String
|
1430
|
+
# resp.product_user_summary.product_user_arn #=> String
|
1403
1431
|
# resp.product_user_summary.status_message #=> String
|
1404
|
-
# resp.product_user_summary.
|
1432
|
+
# resp.product_user_summary.domain #=> String
|
1405
1433
|
# resp.product_user_summary.subscription_start_date #=> String
|
1406
|
-
# resp.product_user_summary.
|
1434
|
+
# resp.product_user_summary.subscription_end_date #=> String
|
1407
1435
|
#
|
1408
1436
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/StartProductSubscription AWS API Documentation
|
1409
1437
|
#
|
@@ -1417,9 +1445,8 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1417
1445
|
# Stops a product subscription for a user with the specified identity
|
1418
1446
|
# provider.
|
1419
1447
|
#
|
1420
|
-
# @option params [String] :
|
1421
|
-
# The
|
1422
|
-
# whom to stop the product subscription.
|
1448
|
+
# @option params [String] :username
|
1449
|
+
# The user name from the identity provider for the user.
|
1423
1450
|
#
|
1424
1451
|
# @option params [Types::IdentityProvider] :identity_provider
|
1425
1452
|
# An object that specifies details for the identity provider.
|
@@ -1434,8 +1461,9 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1434
1461
|
# @option params [String] :product_user_arn
|
1435
1462
|
# The Amazon Resource Name (ARN) of the product user.
|
1436
1463
|
#
|
1437
|
-
# @option params [String] :
|
1438
|
-
# The
|
1464
|
+
# @option params [String] :domain
|
1465
|
+
# The domain name of the Active Directory that contains the user for
|
1466
|
+
# whom to stop the product subscription.
|
1439
1467
|
#
|
1440
1468
|
# @return [Types::StopProductSubscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1441
1469
|
#
|
@@ -1444,48 +1472,50 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1444
1472
|
# @example Request syntax with placeholder values
|
1445
1473
|
#
|
1446
1474
|
# resp = client.stop_product_subscription({
|
1447
|
-
#
|
1475
|
+
# username: "String",
|
1448
1476
|
# identity_provider: {
|
1449
1477
|
# active_directory_identity_provider: {
|
1478
|
+
# directory_id: "Directory",
|
1450
1479
|
# active_directory_settings: {
|
1480
|
+
# domain_name: "String",
|
1481
|
+
# domain_ipv_4_list: ["IpV4"],
|
1451
1482
|
# domain_credentials_provider: {
|
1452
1483
|
# secrets_manager_credentials_provider: {
|
1453
1484
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
1454
1485
|
# },
|
1455
1486
|
# },
|
1456
|
-
# domain_ipv_4_list: ["IpV4"],
|
1457
|
-
# domain_name: "String",
|
1458
1487
|
# domain_network_settings: {
|
1459
1488
|
# subnets: ["Subnet"], # required
|
1460
1489
|
# },
|
1461
1490
|
# },
|
1462
1491
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
1463
|
-
#
|
1492
|
+
# is_shared_active_directory: false,
|
1464
1493
|
# },
|
1465
1494
|
# },
|
1466
1495
|
# product: "String",
|
1467
1496
|
# product_user_arn: "Arn",
|
1468
|
-
#
|
1497
|
+
# domain: "String",
|
1469
1498
|
# })
|
1470
1499
|
#
|
1471
1500
|
# @example Response structure
|
1472
1501
|
#
|
1473
|
-
# resp.product_user_summary.
|
1474
|
-
# resp.product_user_summary.
|
1502
|
+
# resp.product_user_summary.username #=> String
|
1503
|
+
# resp.product_user_summary.product #=> String
|
1504
|
+
# resp.product_user_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
|
1505
|
+
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
1475
1506
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
1476
1507
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
1477
|
-
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
1508
|
+
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
1478
1509
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
1479
1510
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
1480
1511
|
# resp.product_user_summary.identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
1481
|
-
# resp.product_user_summary.identity_provider.active_directory_identity_provider.
|
1482
|
-
# resp.product_user_summary.product #=> String
|
1483
|
-
# resp.product_user_summary.product_user_arn #=> String
|
1512
|
+
# resp.product_user_summary.identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
1484
1513
|
# resp.product_user_summary.status #=> String
|
1514
|
+
# resp.product_user_summary.product_user_arn #=> String
|
1485
1515
|
# resp.product_user_summary.status_message #=> String
|
1486
|
-
# resp.product_user_summary.
|
1516
|
+
# resp.product_user_summary.domain #=> String
|
1487
1517
|
# resp.product_user_summary.subscription_start_date #=> String
|
1488
|
-
# resp.product_user_summary.
|
1518
|
+
# resp.product_user_summary.subscription_end_date #=> String
|
1489
1519
|
#
|
1490
1520
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/StopProductSubscription AWS API Documentation
|
1491
1521
|
#
|
@@ -1557,9 +1587,6 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1557
1587
|
# @option params [Types::IdentityProvider] :identity_provider
|
1558
1588
|
# Refers to an identity provider.
|
1559
1589
|
#
|
1560
|
-
# @option params [String] :identity_provider_arn
|
1561
|
-
# The Amazon Resource Name (ARN) of the identity provider to update.
|
1562
|
-
#
|
1563
1590
|
# @option params [String] :product
|
1564
1591
|
# The name of the user-based subscription product.
|
1565
1592
|
#
|
@@ -1567,6 +1594,9 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1567
1594
|
# `VISUAL_STUDIO_PROFESSIONAL` \| `OFFICE_PROFESSIONAL_PLUS` \|
|
1568
1595
|
# `REMOTE_DESKTOP_SERVICES`
|
1569
1596
|
#
|
1597
|
+
# @option params [String] :identity_provider_arn
|
1598
|
+
# The Amazon Resource Name (ARN) of the identity provider to update.
|
1599
|
+
#
|
1570
1600
|
# @option params [required, Types::UpdateSettings] :update_settings
|
1571
1601
|
# Updates the registered identity provider’s product related
|
1572
1602
|
# configuration settings. You can update any combination of settings in
|
@@ -1587,24 +1617,25 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1587
1617
|
# resp = client.update_identity_provider_settings({
|
1588
1618
|
# identity_provider: {
|
1589
1619
|
# active_directory_identity_provider: {
|
1620
|
+
# directory_id: "Directory",
|
1590
1621
|
# active_directory_settings: {
|
1622
|
+
# domain_name: "String",
|
1623
|
+
# domain_ipv_4_list: ["IpV4"],
|
1591
1624
|
# domain_credentials_provider: {
|
1592
1625
|
# secrets_manager_credentials_provider: {
|
1593
1626
|
# secret_id: "SecretsManagerCredentialsProviderSecretIdString",
|
1594
1627
|
# },
|
1595
1628
|
# },
|
1596
|
-
# domain_ipv_4_list: ["IpV4"],
|
1597
|
-
# domain_name: "String",
|
1598
1629
|
# domain_network_settings: {
|
1599
1630
|
# subnets: ["Subnet"], # required
|
1600
1631
|
# },
|
1601
1632
|
# },
|
1602
1633
|
# active_directory_type: "SELF_MANAGED", # accepts SELF_MANAGED, AWS_MANAGED
|
1603
|
-
#
|
1634
|
+
# is_shared_active_directory: false,
|
1604
1635
|
# },
|
1605
1636
|
# },
|
1606
|
-
# identity_provider_arn: "Arn",
|
1607
1637
|
# product: "String",
|
1638
|
+
# identity_provider_arn: "Arn",
|
1608
1639
|
# update_settings: { # required
|
1609
1640
|
# add_subnets: ["Subnet"], # required
|
1610
1641
|
# remove_subnets: ["Subnet"], # required
|
@@ -1614,21 +1645,23 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1614
1645
|
#
|
1615
1646
|
# @example Response structure
|
1616
1647
|
#
|
1617
|
-
# resp.identity_provider_summary.
|
1618
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
1648
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.directory_id #=> String
|
1649
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_name #=> String
|
1619
1650
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list #=> Array
|
1620
1651
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_ipv_4_list[0] #=> String
|
1621
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.
|
1652
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_credentials_provider.secrets_manager_credentials_provider.secret_id #=> String
|
1622
1653
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets #=> Array
|
1623
1654
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_settings.domain_network_settings.subnets[0] #=> String
|
1624
1655
|
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.active_directory_type #=> String, one of "SELF_MANAGED", "AWS_MANAGED"
|
1625
|
-
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.
|
1626
|
-
# resp.identity_provider_summary.identity_provider_arn #=> String
|
1627
|
-
# resp.identity_provider_summary.product #=> String
|
1628
|
-
# resp.identity_provider_summary.settings.security_group_id #=> String
|
1656
|
+
# resp.identity_provider_summary.identity_provider.active_directory_identity_provider.is_shared_active_directory #=> Boolean
|
1629
1657
|
# resp.identity_provider_summary.settings.subnets #=> Array
|
1630
1658
|
# resp.identity_provider_summary.settings.subnets[0] #=> String
|
1659
|
+
# resp.identity_provider_summary.settings.security_group_id #=> String
|
1660
|
+
# resp.identity_provider_summary.product #=> String
|
1631
1661
|
# resp.identity_provider_summary.status #=> String
|
1662
|
+
# resp.identity_provider_summary.identity_provider_arn #=> String
|
1663
|
+
# resp.identity_provider_summary.failure_message #=> String
|
1664
|
+
# resp.identity_provider_summary.owner_account_id #=> String
|
1632
1665
|
#
|
1633
1666
|
# @see http://docs.aws.amazon.com/goto/WebAPI/license-manager-user-subscriptions-2018-05-10/UpdateIdentityProviderSettings AWS API Documentation
|
1634
1667
|
#
|
@@ -1657,7 +1690,7 @@ module Aws::LicenseManagerUserSubscriptions
|
|
1657
1690
|
tracer: tracer
|
1658
1691
|
)
|
1659
1692
|
context[:gem_name] = 'aws-sdk-licensemanagerusersubscriptions'
|
1660
|
-
context[:gem_version] = '1.
|
1693
|
+
context[:gem_version] = '1.40.0'
|
1661
1694
|
Seahorse::Client::Request.new(handlers, context)
|
1662
1695
|
end
|
1663
1696
|
|