aws-sdk-directoryservice 1.22.0 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4cc6f4de7feb6d2f8b847c0e53e70f7e1f377563
4
- data.tar.gz: 29b9593ca3e71ba730f9439cf48488b8f4f3e7eb
3
+ metadata.gz: a098827a622ad10f2d0fd51df4f0e26ab22eb231
4
+ data.tar.gz: 3a943933fd5b2a60bd50a35ea40878aad86e3e36
5
5
  SHA512:
6
- metadata.gz: 7e08911759e079c9f6468067700380c68072796eaff5acaace332897133d98841cb69d8e0ff298f8ff18ce1328282fe378d67aba757cc0aa00688fc46aa155ed
7
- data.tar.gz: c1489cddb09f48d8c69eb5bac1981c02bd634c858b5410e9bd438a5df57816fa9dedda7a450663d3c70b93c9fbd2e1d0c343f564918cfd4abf3892444dcdcf17
6
+ metadata.gz: ff7d8c8ec4aa4702dd148bd1de40c4796eb5399447578ebc8d050177433ec44aa8881f23f751041ba6c2220a0ad8f7b024e0d2dd7519cc4cd474d022c8eb56e4
7
+ data.tar.gz: 181912dbc7dd2c2bac4d37fa26a54907bef5667c29f324064a28cec9b621ac327bbb0e9e2a1b877516b22227019891d0a276f5d1eaa7c874d8f0c8ef757d8f83
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directoryservice/customizations'
42
42
  # @service
43
43
  module Aws::DirectoryService
44
44
 
45
- GEM_VERSION = '1.22.0'
45
+ GEM_VERSION = '1.23.0'
46
46
 
47
47
  end
@@ -492,7 +492,7 @@ module Aws::DirectoryService
492
492
  # The password for the on-premises user account.
493
493
  #
494
494
  # @option params [String] :description
495
- # A textual description for the directory.
495
+ # A description for the directory.
496
496
  #
497
497
  # @option params [required, String] :size
498
498
  # The size of the directory.
@@ -681,32 +681,37 @@ module Aws::DirectoryService
681
681
  req.send_request(options)
682
682
  end
683
683
 
684
- # Creates a Simple AD directory.
684
+ # Creates a Simple AD directory. For more information, see [Simple
685
+ # Active Directory][1] in the *AWS Directory Service Admin Guide*.
685
686
  #
686
687
  # Before you call `CreateDirectory`, ensure that all of the required
687
688
  # permissions have been explicitly granted through a policy. For details
688
689
  # about what permissions are required to run the `CreateDirectory`
689
690
  # operation, see [AWS Directory Service API Permissions: Actions,
690
- # Resources, and Conditions Reference][1].
691
+ # Resources, and Conditions Reference][2].
691
692
  #
692
693
  #
693
694
  #
694
- # [1]: http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html
695
+ # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html
696
+ # [2]: http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html
695
697
  #
696
698
  # @option params [required, String] :name
697
699
  # The fully qualified name for the directory, such as
698
700
  # `corp.example.com`.
699
701
  #
700
702
  # @option params [String] :short_name
701
- # The short name of the directory, such as `CORP`.
703
+ # The NetBIOS name of the directory, such as `CORP`.
702
704
  #
703
705
  # @option params [required, String] :password
704
706
  # The password for the directory administrator. The directory creation
705
707
  # process creates a directory administrator account with the user name
706
708
  # `Administrator` and this password.
707
709
  #
710
+ # If you need to change the password for the administrator account, you
711
+ # can use the ResetUserPassword API call.
712
+ #
708
713
  # @option params [String] :description
709
- # A textual description for the directory.
714
+ # A description for the directory.
710
715
  #
711
716
  # @option params [required, String] :size
712
717
  # The size of the directory.
@@ -755,13 +760,13 @@ module Aws::DirectoryService
755
760
  req.send_request(options)
756
761
  end
757
762
 
758
- # Creates a subscription to forward real time Directory Service domain
759
- # controller security logs to the specified CloudWatch log group in your
760
- # AWS account.
763
+ # Creates a subscription to forward real-time Directory Service domain
764
+ # controller security logs to the specified Amazon CloudWatch log group
765
+ # in your AWS account.
761
766
  #
762
767
  # @option params [required, String] :directory_id
763
- # Identifier (ID) of the directory to which you want to subscribe and
764
- # receive real-time logs to your specified CloudWatch log group.
768
+ # Identifier of the directory to which you want to subscribe and receive
769
+ # real-time logs to your specified CloudWatch log group.
765
770
  #
766
771
  # @option params [required, String] :log_group_name
767
772
  # The name of the CloudWatch log group where the real-time domain
@@ -785,43 +790,49 @@ module Aws::DirectoryService
785
790
  req.send_request(options)
786
791
  end
787
792
 
788
- # Creates an AWS Managed Microsoft AD directory.
793
+ # Creates a Microsoft AD directory in the AWS Cloud. For more
794
+ # information, see [AWS Managed Microsoft AD][1] in the *AWS Directory
795
+ # Service Admin Guide*.
789
796
  #
790
797
  # Before you call *CreateMicrosoftAD*, ensure that all of the required
791
798
  # permissions have been explicitly granted through a policy. For details
792
799
  # about what permissions are required to run the *CreateMicrosoftAD*
793
800
  # operation, see [AWS Directory Service API Permissions: Actions,
794
- # Resources, and Conditions Reference][1].
801
+ # Resources, and Conditions Reference][2].
795
802
  #
796
803
  #
797
804
  #
798
- # [1]: http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html
805
+ # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html
806
+ # [2]: http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html
799
807
  #
800
808
  # @option params [required, String] :name
801
- # The fully qualified domain name for the directory, such as
802
- # `corp.example.com`. This name will resolve inside your VPC only. It
803
- # does not need to be publicly resolvable.
809
+ # The fully qualified domain name for the AWS Managed Microsoft AD
810
+ # directory, such as `corp.example.com`. This name will resolve inside
811
+ # your VPC only. It does not need to be publicly resolvable.
804
812
  #
805
813
  # @option params [String] :short_name
806
- # The NetBIOS name for your domain. A short identifier for your domain,
807
- # such as `CORP`. If you don't specify a NetBIOS name, it will default
808
- # to the first part of your directory DNS. For example, `CORP` for the
809
- # directory DNS `corp.example.com`.
814
+ # The NetBIOS name for your domain, such as `CORP`. If you don't
815
+ # specify a NetBIOS name, it will default to the first part of your
816
+ # directory DNS. For example, `CORP` for the directory DNS
817
+ # `corp.example.com`.
810
818
  #
811
819
  # @option params [required, String] :password
812
820
  # The password for the default administrative user named `Admin`.
813
821
  #
822
+ # If you need to change the password for the administrator account, you
823
+ # can use the ResetUserPassword API call.
824
+ #
814
825
  # @option params [String] :description
815
- # A textual description for the directory. This label will appear on the
816
- # AWS console `Directory Details` page after the directory is created.
826
+ # A description for the directory. This label will appear on the AWS
827
+ # console `Directory Details` page after the directory is created.
817
828
  #
818
829
  # @option params [required, Types::DirectoryVpcSettings] :vpc_settings
819
830
  # Contains VPC information for the CreateDirectory or CreateMicrosoftAD
820
831
  # operation.
821
832
  #
822
833
  # @option params [String] :edition
823
- # AWS Managed Microsoft AD is available in two editions: Standard and
824
- # Enterprise. Enterprise is the default.
834
+ # AWS Managed Microsoft AD is available in two editions: `Standard` and
835
+ # `Enterprise`. `Enterprise` is the default.
825
836
  #
826
837
  # @option params [Array<Types::Tag>] :tags
827
838
  # The tags to be assigned to the AWS Managed Microsoft AD directory.
@@ -1035,8 +1046,7 @@ module Aws::DirectoryService
1035
1046
  # Deletes the specified log subscription.
1036
1047
  #
1037
1048
  # @option params [required, String] :directory_id
1038
- # Identifier (ID) of the directory whose log subscription you want to
1039
- # delete.
1049
+ # Identifier of the directory whose log subscription you want to delete.
1040
1050
  #
1041
1051
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1042
1052
  #
@@ -1116,6 +1126,33 @@ module Aws::DirectoryService
1116
1126
  req.send_request(options)
1117
1127
  end
1118
1128
 
1129
+ # Deletes from the system the certificate that was registered for a
1130
+ # secured LDAP connection.
1131
+ #
1132
+ # @option params [required, String] :directory_id
1133
+ # The identifier of the directory.
1134
+ #
1135
+ # @option params [required, String] :certificate_id
1136
+ # The identifier of the certificate.
1137
+ #
1138
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1139
+ #
1140
+ # @example Request syntax with placeholder values
1141
+ #
1142
+ # resp = client.deregister_certificate({
1143
+ # directory_id: "DirectoryId", # required
1144
+ # certificate_id: "CertificateId", # required
1145
+ # })
1146
+ #
1147
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DeregisterCertificate AWS API Documentation
1148
+ #
1149
+ # @overload deregister_certificate(params = {})
1150
+ # @param [Hash] params ({})
1151
+ def deregister_certificate(params = {}, options = {})
1152
+ req = build_request(:deregister_certificate, params)
1153
+ req.send_request(options)
1154
+ end
1155
+
1119
1156
  # Removes the specified directory as a publisher to the specified SNS
1120
1157
  # topic.
1121
1158
  #
@@ -1145,6 +1182,44 @@ module Aws::DirectoryService
1145
1182
  req.send_request(options)
1146
1183
  end
1147
1184
 
1185
+ # Displays information about the certificate registered for a secured
1186
+ # LDAP connection.
1187
+ #
1188
+ # @option params [required, String] :directory_id
1189
+ # The identifier of the directory.
1190
+ #
1191
+ # @option params [required, String] :certificate_id
1192
+ # The identifier of the certificate.
1193
+ #
1194
+ # @return [Types::DescribeCertificateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1195
+ #
1196
+ # * {Types::DescribeCertificateResult#certificate #certificate} => Types::Certificate
1197
+ #
1198
+ # @example Request syntax with placeholder values
1199
+ #
1200
+ # resp = client.describe_certificate({
1201
+ # directory_id: "DirectoryId", # required
1202
+ # certificate_id: "CertificateId", # required
1203
+ # })
1204
+ #
1205
+ # @example Response structure
1206
+ #
1207
+ # resp.certificate.certificate_id #=> String
1208
+ # resp.certificate.state #=> String, one of "Registering", "Registered", "RegisterFailed", "Deregistering", "Deregistered", "DeregisterFailed"
1209
+ # resp.certificate.state_reason #=> String
1210
+ # resp.certificate.common_name #=> String
1211
+ # resp.certificate.registered_date_time #=> Time
1212
+ # resp.certificate.expiry_date_time #=> Time
1213
+ #
1214
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeCertificate AWS API Documentation
1215
+ #
1216
+ # @overload describe_certificate(params = {})
1217
+ # @param [Hash] params ({})
1218
+ def describe_certificate(params = {}, options = {})
1219
+ req = build_request(:describe_certificate, params)
1220
+ req.send_request(options)
1221
+ end
1222
+
1148
1223
  # Obtains information about the conditional forwarders for this account.
1149
1224
  #
1150
1225
  # If no input parameters are provided for RemoteDomainNames, this
@@ -1413,6 +1488,52 @@ module Aws::DirectoryService
1413
1488
  req.send_request(options)
1414
1489
  end
1415
1490
 
1491
+ # Describes the status of LDAP security for the specified directory.
1492
+ #
1493
+ # @option params [required, String] :directory_id
1494
+ # The identifier of the directory.
1495
+ #
1496
+ # @option params [String] :type
1497
+ # The type of LDAP security the customer wants to enable, either server
1498
+ # or client. Currently supports only `Client`, (the default).
1499
+ #
1500
+ # @option params [String] :next_token
1501
+ # The type of next token used for pagination.
1502
+ #
1503
+ # @option params [Integer] :limit
1504
+ # Specifies the number of items that should be displayed on one page.
1505
+ #
1506
+ # @return [Types::DescribeLDAPSSettingsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1507
+ #
1508
+ # * {Types::DescribeLDAPSSettingsResult#ldaps_settings_info #ldaps_settings_info} => Array&lt;Types::LDAPSSettingInfo&gt;
1509
+ # * {Types::DescribeLDAPSSettingsResult#next_token #next_token} => String
1510
+ #
1511
+ # @example Request syntax with placeholder values
1512
+ #
1513
+ # resp = client.describe_ldaps_settings({
1514
+ # directory_id: "DirectoryId", # required
1515
+ # type: "Client", # accepts Client
1516
+ # next_token: "NextToken",
1517
+ # limit: 1,
1518
+ # })
1519
+ #
1520
+ # @example Response structure
1521
+ #
1522
+ # resp.ldaps_settings_info #=> Array
1523
+ # resp.ldaps_settings_info[0].ldaps_status #=> String, one of "Enabling", "Enabled", "EnableFailed", "Disabled"
1524
+ # resp.ldaps_settings_info[0].ldaps_status_reason #=> String
1525
+ # resp.ldaps_settings_info[0].last_updated_date_time #=> Time
1526
+ # resp.next_token #=> String
1527
+ #
1528
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeLDAPSSettings AWS API Documentation
1529
+ #
1530
+ # @overload describe_ldaps_settings(params = {})
1531
+ # @param [Hash] params ({})
1532
+ def describe_ldaps_settings(params = {}, options = {})
1533
+ req = build_request(:describe_ldaps_settings, params)
1534
+ req.send_request(options)
1535
+ end
1536
+
1416
1537
  # Returns the shared directories in your account.
1417
1538
  #
1418
1539
  # @option params [required, String] :owner_directory_id
@@ -1591,6 +1712,34 @@ module Aws::DirectoryService
1591
1712
  req.send_request(options)
1592
1713
  end
1593
1714
 
1715
+ # Deactivates LDAP secure calls for the specified directory.
1716
+ #
1717
+ # @option params [required, String] :directory_id
1718
+ # The identifier of the directory.
1719
+ #
1720
+ # @option params [String] :type
1721
+ # The type of LDAP security that the customer wants to enable. The
1722
+ # security can be either server or client, but currently only the
1723
+ # default `Client` is supported.
1724
+ #
1725
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1726
+ #
1727
+ # @example Request syntax with placeholder values
1728
+ #
1729
+ # resp = client.disable_ldaps({
1730
+ # directory_id: "DirectoryId", # required
1731
+ # type: "Client", # accepts Client
1732
+ # })
1733
+ #
1734
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DisableLDAPS AWS API Documentation
1735
+ #
1736
+ # @overload disable_ldaps(params = {})
1737
+ # @param [Hash] params ({})
1738
+ def disable_ldaps(params = {}, options = {})
1739
+ req = build_request(:disable_ldaps, params)
1740
+ req.send_request(options)
1741
+ end
1742
+
1594
1743
  # Disables multi-factor authentication (MFA) with the Remote
1595
1744
  # Authentication Dial In User Service (RADIUS) server for an AD
1596
1745
  # Connector or Microsoft AD directory.
@@ -1655,6 +1804,35 @@ module Aws::DirectoryService
1655
1804
  req.send_request(options)
1656
1805
  end
1657
1806
 
1807
+ # Activates the switch for the specific directory to always use LDAP
1808
+ # secure calls.
1809
+ #
1810
+ # @option params [required, String] :directory_id
1811
+ # The identifier of the directory.
1812
+ #
1813
+ # @option params [String] :type
1814
+ # The type of LDAP security the customer wants to enable. The security
1815
+ # can be either server or client, but currently only the default
1816
+ # `Client` is supported.
1817
+ #
1818
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1819
+ #
1820
+ # @example Request syntax with placeholder values
1821
+ #
1822
+ # resp = client.enable_ldaps({
1823
+ # directory_id: "DirectoryId", # required
1824
+ # type: "Client", # accepts Client
1825
+ # })
1826
+ #
1827
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/EnableLDAPS AWS API Documentation
1828
+ #
1829
+ # @overload enable_ldaps(params = {})
1830
+ # @param [Hash] params ({})
1831
+ def enable_ldaps(params = {}, options = {})
1832
+ req = build_request(:enable_ldaps, params)
1833
+ req.send_request(options)
1834
+ end
1835
+
1658
1836
  # Enables multi-factor authentication (MFA) with the Remote
1659
1837
  # Authentication Dial In User Service (RADIUS) server for an AD
1660
1838
  # Connector or Microsoft AD directory.
@@ -1693,7 +1871,9 @@ module Aws::DirectoryService
1693
1871
  req.send_request(options)
1694
1872
  end
1695
1873
 
1696
- # Enables single sign-on for a directory.
1874
+ # Enables single sign-on for a directory. Single sign-on allows users in
1875
+ # your directory to access certain AWS services from a computer joined
1876
+ # to the directory without having to enter their credentials separately.
1697
1877
  #
1698
1878
  # @option params [required, String] :directory_id
1699
1879
  # The identifier of the directory for which to enable single-sign on.
@@ -1733,7 +1913,7 @@ module Aws::DirectoryService
1733
1913
  req.send_request(options)
1734
1914
  end
1735
1915
 
1736
- # Obtains directory limit information for the current region.
1916
+ # Obtains directory limit information for the current Region.
1737
1917
  #
1738
1918
  # @return [Types::GetDirectoryLimitsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1739
1919
  #
@@ -1790,6 +1970,51 @@ module Aws::DirectoryService
1790
1970
  req.send_request(options)
1791
1971
  end
1792
1972
 
1973
+ # For the specified directory, lists all the certificates registered for
1974
+ # a secured LDAP connection.
1975
+ #
1976
+ # @option params [required, String] :directory_id
1977
+ # The identifier of the directory.
1978
+ #
1979
+ # @option params [String] :next_token
1980
+ # A token for requesting another page of certificates if the `NextToken`
1981
+ # response element indicates that more certificates are available. Use
1982
+ # the value of the returned `NextToken` element in your request until
1983
+ # the token comes back as `null`. Pass `null` if this is the first call.
1984
+ #
1985
+ # @option params [Integer] :limit
1986
+ # The number of items that should show up on one page
1987
+ #
1988
+ # @return [Types::ListCertificatesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1989
+ #
1990
+ # * {Types::ListCertificatesResult#next_token #next_token} => String
1991
+ # * {Types::ListCertificatesResult#certificates_info #certificates_info} => Array&lt;Types::CertificateInfo&gt;
1992
+ #
1993
+ # @example Request syntax with placeholder values
1994
+ #
1995
+ # resp = client.list_certificates({
1996
+ # directory_id: "DirectoryId", # required
1997
+ # next_token: "NextToken",
1998
+ # limit: 1,
1999
+ # })
2000
+ #
2001
+ # @example Response structure
2002
+ #
2003
+ # resp.next_token #=> String
2004
+ # resp.certificates_info #=> Array
2005
+ # resp.certificates_info[0].certificate_id #=> String
2006
+ # resp.certificates_info[0].common_name #=> String
2007
+ # resp.certificates_info[0].state #=> String, one of "Registering", "Registered", "RegisterFailed", "Deregistering", "Deregistered", "DeregisterFailed"
2008
+ #
2009
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/ListCertificates AWS API Documentation
2010
+ #
2011
+ # @overload list_certificates(params = {})
2012
+ # @param [Hash] params ({})
2013
+ def list_certificates(params = {}, options = {})
2014
+ req = build_request(:list_certificates, params)
2015
+ req.send_request(options)
2016
+ end
2017
+
1793
2018
  # Lists the address blocks that you have added to a directory.
1794
2019
  #
1795
2020
  # @option params [required, String] :directory_id
@@ -1969,6 +2194,38 @@ module Aws::DirectoryService
1969
2194
  req.send_request(options)
1970
2195
  end
1971
2196
 
2197
+ # Registers a certificate for secured LDAP connection.
2198
+ #
2199
+ # @option params [required, String] :directory_id
2200
+ # The identifier of the directory.
2201
+ #
2202
+ # @option params [required, String] :certificate_data
2203
+ # The certificate PEM string that needs to be registered.
2204
+ #
2205
+ # @return [Types::RegisterCertificateResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2206
+ #
2207
+ # * {Types::RegisterCertificateResult#certificate_id #certificate_id} => String
2208
+ #
2209
+ # @example Request syntax with placeholder values
2210
+ #
2211
+ # resp = client.register_certificate({
2212
+ # directory_id: "DirectoryId", # required
2213
+ # certificate_data: "CertificateData", # required
2214
+ # })
2215
+ #
2216
+ # @example Response structure
2217
+ #
2218
+ # resp.certificate_id #=> String
2219
+ #
2220
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RegisterCertificate AWS API Documentation
2221
+ #
2222
+ # @overload register_certificate(params = {})
2223
+ # @param [Hash] params ({})
2224
+ def register_certificate(params = {}, options = {})
2225
+ req = build_request(:register_certificate, params)
2226
+ req.send_request(options)
2227
+ end
2228
+
1972
2229
  # Associates a directory with an SNS topic. This establishes the
1973
2230
  # directory as a publisher to the specified SNS topic. You can then
1974
2231
  # receive email or text (SMS) messages when the status of your directory
@@ -2088,6 +2345,25 @@ module Aws::DirectoryService
2088
2345
  # Resets the password for any user in your AWS Managed Microsoft AD or
2089
2346
  # Simple AD directory.
2090
2347
  #
2348
+ # You can reset the password for any user in your directory with the
2349
+ # following exceptions:
2350
+ #
2351
+ # * For Simple AD, you cannot reset the password for any user that is a
2352
+ # member of either the **Domain Admins** or **Enterprise Admins**
2353
+ # group except for the administrator user.
2354
+ #
2355
+ # * For AWS Managed Microsoft AD, you can only reset the password for a
2356
+ # user that is in an OU based off of the NetBIOS name that you typed
2357
+ # when you created your directory. For example, you cannot reset the
2358
+ # password for a user in the **AWS Reserved** OU. For more information
2359
+ # about the OU structure for an AWS Managed Microsoft AD directory,
2360
+ # see [What Gets Created][1] in the *AWS Directory Service
2361
+ # Administration Guide*.
2362
+ #
2363
+ #
2364
+ #
2365
+ # [1]: https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_getting_started_what_gets_created.html
2366
+ #
2091
2367
  # @option params [required, String] :directory_id
2092
2368
  # Identifier of the AWS Managed Microsoft AD or Simple AD directory in
2093
2369
  # which the user resides.
@@ -2484,7 +2760,7 @@ module Aws::DirectoryService
2484
2760
  params: params,
2485
2761
  config: config)
2486
2762
  context[:gem_name] = 'aws-sdk-directoryservice'
2487
- context[:gem_version] = '1.22.0'
2763
+ context[:gem_version] = '1.23.0'
2488
2764
  Seahorse::Client::Request.new(handlers, context)
2489
2765
  end
2490
2766