aws-sdk-rds 1.142.0 → 1.143.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-rds/client.rb +87 -407
- data/lib/aws-sdk-rds/client_api.rb +0 -175
- data/lib/aws-sdk-rds/db_instance.rb +4 -1
- data/lib/aws-sdk-rds/errors.rb +0 -44
- data/lib/aws-sdk-rds/resource.rb +4 -1
- data/lib/aws-sdk-rds/types.rb +84 -539
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9afdee2cc34708a2936df5e4678dd08c122a531378eba280c2f717e6f5e4883
|
4
|
+
data.tar.gz: 37dca6e7d05eb4bc4c462ab34a75444e97c98758bb15b1d8ccb433dc0dd24817
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa73b14fa0b7f1abad12ce02b817a371dd92bb16cd198254bdf04039c6db1e1a5bf02c4b3d9a9ba4ee4f0420a460cdce2bbd29b9193070b19556658d75f4c29c
|
7
|
+
data.tar.gz: 112e3e5dde02471c930f52ebe4c419050e9b22767dc9d08ab715085b1bee9bca418324602fa932902b7e7330e473c50259874e2b7789af79d88c7a92bbe71b24
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.143.0 (2022-04-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation
|
8
|
+
|
4
9
|
1.142.0 (2022-03-15)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.143.0
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -1796,71 +1796,6 @@ module Aws::RDS
|
|
1796
1796
|
req.send_request(options)
|
1797
1797
|
end
|
1798
1798
|
|
1799
|
-
# Creates a custom Availability Zone (AZ).
|
1800
|
-
#
|
1801
|
-
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
1802
|
-
# vSphere cluster.
|
1803
|
-
#
|
1804
|
-
# For more information about RDS on VMware, see the [ RDS on VMware User
|
1805
|
-
# Guide.][1]
|
1806
|
-
#
|
1807
|
-
#
|
1808
|
-
#
|
1809
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
1810
|
-
#
|
1811
|
-
# @option params [required, String] :custom_availability_zone_name
|
1812
|
-
# The name of the custom Availability Zone (AZ).
|
1813
|
-
#
|
1814
|
-
# @option params [String] :existing_vpn_id
|
1815
|
-
# The ID of an existing virtual private network (VPN) between the Amazon
|
1816
|
-
# RDS website and the VMware vSphere cluster.
|
1817
|
-
#
|
1818
|
-
# @option params [String] :new_vpn_tunnel_name
|
1819
|
-
# The name of a new VPN tunnel between the Amazon RDS website and the
|
1820
|
-
# VMware vSphere cluster.
|
1821
|
-
#
|
1822
|
-
# Specify this parameter only if `ExistingVpnId` isn't specified.
|
1823
|
-
#
|
1824
|
-
# @option params [String] :vpn_tunnel_originator_ip
|
1825
|
-
# The IP address of network traffic from your on-premises data center. A
|
1826
|
-
# custom AZ receives the network traffic.
|
1827
|
-
#
|
1828
|
-
# Specify this parameter only if `ExistingVpnId` isn't specified.
|
1829
|
-
#
|
1830
|
-
# @return [Types::CreateCustomAvailabilityZoneResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1831
|
-
#
|
1832
|
-
# * {Types::CreateCustomAvailabilityZoneResult#custom_availability_zone #custom_availability_zone} => Types::CustomAvailabilityZone
|
1833
|
-
#
|
1834
|
-
# @example Request syntax with placeholder values
|
1835
|
-
#
|
1836
|
-
# resp = client.create_custom_availability_zone({
|
1837
|
-
# custom_availability_zone_name: "String", # required
|
1838
|
-
# existing_vpn_id: "String",
|
1839
|
-
# new_vpn_tunnel_name: "String",
|
1840
|
-
# vpn_tunnel_originator_ip: "String",
|
1841
|
-
# })
|
1842
|
-
#
|
1843
|
-
# @example Response structure
|
1844
|
-
#
|
1845
|
-
# resp.custom_availability_zone.custom_availability_zone_id #=> String
|
1846
|
-
# resp.custom_availability_zone.custom_availability_zone_name #=> String
|
1847
|
-
# resp.custom_availability_zone.custom_availability_zone_status #=> String
|
1848
|
-
# resp.custom_availability_zone.vpn_details.vpn_id #=> String
|
1849
|
-
# resp.custom_availability_zone.vpn_details.vpn_tunnel_originator_ip #=> String
|
1850
|
-
# resp.custom_availability_zone.vpn_details.vpn_gateway_ip #=> String
|
1851
|
-
# resp.custom_availability_zone.vpn_details.vpn_psk #=> String
|
1852
|
-
# resp.custom_availability_zone.vpn_details.vpn_name #=> String
|
1853
|
-
# resp.custom_availability_zone.vpn_details.vpn_state #=> String
|
1854
|
-
#
|
1855
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomAvailabilityZone AWS API Documentation
|
1856
|
-
#
|
1857
|
-
# @overload create_custom_availability_zone(params = {})
|
1858
|
-
# @param [Hash] params ({})
|
1859
|
-
def create_custom_availability_zone(params = {}, options = {})
|
1860
|
-
req = build_request(:create_custom_availability_zone, params)
|
1861
|
-
req.send_request(options)
|
1862
|
-
end
|
1863
|
-
|
1864
1799
|
# Creates a custom DB engine version (CEV). A CEV is a binary volume
|
1865
1800
|
# snapshot of a database engine and specific AMI. The supported engines
|
1866
1801
|
# are the following:
|
@@ -3771,7 +3706,10 @@ module Aws::RDS
|
|
3771
3706
|
#
|
3772
3707
|
# **Amazon Aurora**
|
3773
3708
|
#
|
3774
|
-
#
|
3709
|
+
# Each Aurora DB cluster hosts copies of its storage in three separate
|
3710
|
+
# Availability Zones. Specify one of these Availability Zones. Aurora
|
3711
|
+
# automatically chooses an appropriate Availability Zone if you don't
|
3712
|
+
# specify one.
|
3775
3713
|
#
|
3776
3714
|
# Default: A random, system-chosen Availability Zone in the endpoint's
|
3777
3715
|
# Amazon Web Services Region.
|
@@ -6447,52 +6385,6 @@ module Aws::RDS
|
|
6447
6385
|
req.send_request(options)
|
6448
6386
|
end
|
6449
6387
|
|
6450
|
-
# Deletes a custom Availability Zone (AZ).
|
6451
|
-
#
|
6452
|
-
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
6453
|
-
# vSphere cluster.
|
6454
|
-
#
|
6455
|
-
# For more information about RDS on VMware, see the [ RDS on VMware User
|
6456
|
-
# Guide.][1]
|
6457
|
-
#
|
6458
|
-
#
|
6459
|
-
#
|
6460
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
6461
|
-
#
|
6462
|
-
# @option params [required, String] :custom_availability_zone_id
|
6463
|
-
# The custom AZ identifier.
|
6464
|
-
#
|
6465
|
-
# @return [Types::DeleteCustomAvailabilityZoneResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6466
|
-
#
|
6467
|
-
# * {Types::DeleteCustomAvailabilityZoneResult#custom_availability_zone #custom_availability_zone} => Types::CustomAvailabilityZone
|
6468
|
-
#
|
6469
|
-
# @example Request syntax with placeholder values
|
6470
|
-
#
|
6471
|
-
# resp = client.delete_custom_availability_zone({
|
6472
|
-
# custom_availability_zone_id: "String", # required
|
6473
|
-
# })
|
6474
|
-
#
|
6475
|
-
# @example Response structure
|
6476
|
-
#
|
6477
|
-
# resp.custom_availability_zone.custom_availability_zone_id #=> String
|
6478
|
-
# resp.custom_availability_zone.custom_availability_zone_name #=> String
|
6479
|
-
# resp.custom_availability_zone.custom_availability_zone_status #=> String
|
6480
|
-
# resp.custom_availability_zone.vpn_details.vpn_id #=> String
|
6481
|
-
# resp.custom_availability_zone.vpn_details.vpn_tunnel_originator_ip #=> String
|
6482
|
-
# resp.custom_availability_zone.vpn_details.vpn_gateway_ip #=> String
|
6483
|
-
# resp.custom_availability_zone.vpn_details.vpn_psk #=> String
|
6484
|
-
# resp.custom_availability_zone.vpn_details.vpn_name #=> String
|
6485
|
-
# resp.custom_availability_zone.vpn_details.vpn_state #=> String
|
6486
|
-
#
|
6487
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomAvailabilityZone AWS API Documentation
|
6488
|
-
#
|
6489
|
-
# @overload delete_custom_availability_zone(params = {})
|
6490
|
-
# @param [Hash] params ({})
|
6491
|
-
def delete_custom_availability_zone(params = {}, options = {})
|
6492
|
-
req = build_request(:delete_custom_availability_zone, params)
|
6493
|
-
req.send_request(options)
|
6494
|
-
end
|
6495
|
-
|
6496
6388
|
# Deletes a custom engine version. To run this command, make sure you
|
6497
6389
|
# meet the following prerequisites:
|
6498
6390
|
#
|
@@ -7771,49 +7663,6 @@ module Aws::RDS
|
|
7771
7663
|
req.send_request(options)
|
7772
7664
|
end
|
7773
7665
|
|
7774
|
-
# Deletes the installation medium for a DB engine that requires an
|
7775
|
-
# on-premises customer provided license, such as Microsoft SQL Server.
|
7776
|
-
#
|
7777
|
-
# @option params [required, String] :installation_media_id
|
7778
|
-
# The installation medium ID.
|
7779
|
-
#
|
7780
|
-
# @return [Types::InstallationMedia] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7781
|
-
#
|
7782
|
-
# * {Types::InstallationMedia#installation_media_id #installation_media_id} => String
|
7783
|
-
# * {Types::InstallationMedia#custom_availability_zone_id #custom_availability_zone_id} => String
|
7784
|
-
# * {Types::InstallationMedia#engine #engine} => String
|
7785
|
-
# * {Types::InstallationMedia#engine_version #engine_version} => String
|
7786
|
-
# * {Types::InstallationMedia#engine_installation_media_path #engine_installation_media_path} => String
|
7787
|
-
# * {Types::InstallationMedia#os_installation_media_path #os_installation_media_path} => String
|
7788
|
-
# * {Types::InstallationMedia#status #status} => String
|
7789
|
-
# * {Types::InstallationMedia#failure_cause #failure_cause} => Types::InstallationMediaFailureCause
|
7790
|
-
#
|
7791
|
-
# @example Request syntax with placeholder values
|
7792
|
-
#
|
7793
|
-
# resp = client.delete_installation_media({
|
7794
|
-
# installation_media_id: "String", # required
|
7795
|
-
# })
|
7796
|
-
#
|
7797
|
-
# @example Response structure
|
7798
|
-
#
|
7799
|
-
# resp.installation_media_id #=> String
|
7800
|
-
# resp.custom_availability_zone_id #=> String
|
7801
|
-
# resp.engine #=> String
|
7802
|
-
# resp.engine_version #=> String
|
7803
|
-
# resp.engine_installation_media_path #=> String
|
7804
|
-
# resp.os_installation_media_path #=> String
|
7805
|
-
# resp.status #=> String
|
7806
|
-
# resp.failure_cause.message #=> String
|
7807
|
-
#
|
7808
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteInstallationMedia AWS API Documentation
|
7809
|
-
#
|
7810
|
-
# @overload delete_installation_media(params = {})
|
7811
|
-
# @param [Hash] params ({})
|
7812
|
-
def delete_installation_media(params = {}, options = {})
|
7813
|
-
req = build_request(:delete_installation_media, params)
|
7814
|
-
req.send_request(options)
|
7815
|
-
end
|
7816
|
-
|
7817
7666
|
# Deletes an existing option group.
|
7818
7667
|
#
|
7819
7668
|
# @option params [required, String] :option_group_name
|
@@ -8014,85 +7863,6 @@ module Aws::RDS
|
|
8014
7863
|
req.send_request(options)
|
8015
7864
|
end
|
8016
7865
|
|
8017
|
-
# Returns information about custom Availability Zones (AZs).
|
8018
|
-
#
|
8019
|
-
# A custom AZ is an on-premises AZ that is integrated with a VMware
|
8020
|
-
# vSphere cluster.
|
8021
|
-
#
|
8022
|
-
# For more information about RDS on VMware, see the [ RDS on VMware User
|
8023
|
-
# Guide.][1]
|
8024
|
-
#
|
8025
|
-
#
|
8026
|
-
#
|
8027
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
8028
|
-
#
|
8029
|
-
# @option params [String] :custom_availability_zone_id
|
8030
|
-
# The custom AZ identifier. If this parameter is specified, information
|
8031
|
-
# from only the specific custom AZ is returned.
|
8032
|
-
#
|
8033
|
-
# @option params [Array<Types::Filter>] :filters
|
8034
|
-
# A filter that specifies one or more custom AZs to describe.
|
8035
|
-
#
|
8036
|
-
# @option params [Integer] :max_records
|
8037
|
-
# The maximum number of records to include in the response. If more
|
8038
|
-
# records exist than the specified `MaxRecords` value, a pagination
|
8039
|
-
# token called a marker is included in the response so you can retrieve
|
8040
|
-
# the remaining results.
|
8041
|
-
#
|
8042
|
-
# Default: 100
|
8043
|
-
#
|
8044
|
-
# Constraints: Minimum 20, maximum 100.
|
8045
|
-
#
|
8046
|
-
# @option params [String] :marker
|
8047
|
-
# An optional pagination token provided by a previous
|
8048
|
-
# `DescribeCustomAvailabilityZones` request. If this parameter is
|
8049
|
-
# specified, the response includes only records beyond the marker, up to
|
8050
|
-
# the value specified by `MaxRecords`.
|
8051
|
-
#
|
8052
|
-
# @return [Types::CustomAvailabilityZoneMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8053
|
-
#
|
8054
|
-
# * {Types::CustomAvailabilityZoneMessage#marker #marker} => String
|
8055
|
-
# * {Types::CustomAvailabilityZoneMessage#custom_availability_zones #custom_availability_zones} => Array<Types::CustomAvailabilityZone>
|
8056
|
-
#
|
8057
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
8058
|
-
#
|
8059
|
-
# @example Request syntax with placeholder values
|
8060
|
-
#
|
8061
|
-
# resp = client.describe_custom_availability_zones({
|
8062
|
-
# custom_availability_zone_id: "String",
|
8063
|
-
# filters: [
|
8064
|
-
# {
|
8065
|
-
# name: "String", # required
|
8066
|
-
# values: ["String"], # required
|
8067
|
-
# },
|
8068
|
-
# ],
|
8069
|
-
# max_records: 1,
|
8070
|
-
# marker: "String",
|
8071
|
-
# })
|
8072
|
-
#
|
8073
|
-
# @example Response structure
|
8074
|
-
#
|
8075
|
-
# resp.marker #=> String
|
8076
|
-
# resp.custom_availability_zones #=> Array
|
8077
|
-
# resp.custom_availability_zones[0].custom_availability_zone_id #=> String
|
8078
|
-
# resp.custom_availability_zones[0].custom_availability_zone_name #=> String
|
8079
|
-
# resp.custom_availability_zones[0].custom_availability_zone_status #=> String
|
8080
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_id #=> String
|
8081
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_tunnel_originator_ip #=> String
|
8082
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_gateway_ip #=> String
|
8083
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_psk #=> String
|
8084
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_name #=> String
|
8085
|
-
# resp.custom_availability_zones[0].vpn_details.vpn_state #=> String
|
8086
|
-
#
|
8087
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeCustomAvailabilityZones AWS API Documentation
|
8088
|
-
#
|
8089
|
-
# @overload describe_custom_availability_zones(params = {})
|
8090
|
-
# @param [Hash] params ({})
|
8091
|
-
def describe_custom_availability_zones(params = {}, options = {})
|
8092
|
-
req = build_request(:describe_custom_availability_zones, params)
|
8093
|
-
req.send_request(options)
|
8094
|
-
end
|
8095
|
-
|
8096
7866
|
# Returns information about backtracks for a DB cluster.
|
8097
7867
|
#
|
8098
7868
|
# For more information on Amazon Aurora, see [ What is Amazon
|
@@ -10772,6 +10542,86 @@ module Aws::RDS
|
|
10772
10542
|
# @option params [required, String] :db_parameter_group_family
|
10773
10543
|
# The name of the DB parameter group family.
|
10774
10544
|
#
|
10545
|
+
# Valid Values:
|
10546
|
+
#
|
10547
|
+
# * `aurora5.6`
|
10548
|
+
#
|
10549
|
+
# * `aurora-mysql5.7`
|
10550
|
+
#
|
10551
|
+
# * `aurora-mysql8.0`
|
10552
|
+
#
|
10553
|
+
# * `aurora-postgresql10`
|
10554
|
+
#
|
10555
|
+
# * `aurora-postgresql11`
|
10556
|
+
#
|
10557
|
+
# * `aurora-postgresql12`
|
10558
|
+
#
|
10559
|
+
# * `aurora-postgresql13`
|
10560
|
+
#
|
10561
|
+
# * `mariadb10.2`
|
10562
|
+
#
|
10563
|
+
# * `mariadb10.3`
|
10564
|
+
#
|
10565
|
+
# * `mariadb10.4`
|
10566
|
+
#
|
10567
|
+
# * `mariadb10.5`
|
10568
|
+
#
|
10569
|
+
# * `mariadb10.6`
|
10570
|
+
#
|
10571
|
+
# * `mysql5.7`
|
10572
|
+
#
|
10573
|
+
# * `mysql8.0`
|
10574
|
+
#
|
10575
|
+
# * `postgres10`
|
10576
|
+
#
|
10577
|
+
# * `postgres11`
|
10578
|
+
#
|
10579
|
+
# * `postgres12`
|
10580
|
+
#
|
10581
|
+
# * `postgres13`
|
10582
|
+
#
|
10583
|
+
# * `postgres14`
|
10584
|
+
#
|
10585
|
+
# * `sqlserver-ee-11.0`
|
10586
|
+
#
|
10587
|
+
# * `sqlserver-ee-12.0`
|
10588
|
+
#
|
10589
|
+
# * `sqlserver-ee-13.0`
|
10590
|
+
#
|
10591
|
+
# * `sqlserver-ee-14.0`
|
10592
|
+
#
|
10593
|
+
# * `sqlserver-ee-15.0`
|
10594
|
+
#
|
10595
|
+
# * `sqlserver-ex-11.0`
|
10596
|
+
#
|
10597
|
+
# * `sqlserver-ex-12.0`
|
10598
|
+
#
|
10599
|
+
# * `sqlserver-ex-13.0`
|
10600
|
+
#
|
10601
|
+
# * `sqlserver-ex-14.0`
|
10602
|
+
#
|
10603
|
+
# * `sqlserver-ex-15.0`
|
10604
|
+
#
|
10605
|
+
# * `sqlserver-se-11.0`
|
10606
|
+
#
|
10607
|
+
# * `sqlserver-se-12.0`
|
10608
|
+
#
|
10609
|
+
# * `sqlserver-se-13.0`
|
10610
|
+
#
|
10611
|
+
# * `sqlserver-se-14.0`
|
10612
|
+
#
|
10613
|
+
# * `sqlserver-se-15.0`
|
10614
|
+
#
|
10615
|
+
# * `sqlserver-web-11.0`
|
10616
|
+
#
|
10617
|
+
# * `sqlserver-web-12.0`
|
10618
|
+
#
|
10619
|
+
# * `sqlserver-web-13.0`
|
10620
|
+
#
|
10621
|
+
# * `sqlserver-web-14.0`
|
10622
|
+
#
|
10623
|
+
# * `sqlserver-web-15.0`
|
10624
|
+
#
|
10775
10625
|
# @option params [Array<Types::Filter>] :filters
|
10776
10626
|
# This parameter isn't currently supported.
|
10777
10627
|
#
|
@@ -11377,82 +11227,6 @@ module Aws::RDS
|
|
11377
11227
|
req.send_request(options)
|
11378
11228
|
end
|
11379
11229
|
|
11380
|
-
# Describes the available installation media for a DB engine that
|
11381
|
-
# requires an on-premises customer provided license, such as Microsoft
|
11382
|
-
# SQL Server.
|
11383
|
-
#
|
11384
|
-
# @option params [String] :installation_media_id
|
11385
|
-
# The installation medium ID.
|
11386
|
-
#
|
11387
|
-
# @option params [Array<Types::Filter>] :filters
|
11388
|
-
# A filter that specifies one or more installation media to describe.
|
11389
|
-
# Supported filters include the following:
|
11390
|
-
#
|
11391
|
-
# * `custom-availability-zone-id` - Accepts custom Availability Zone
|
11392
|
-
# (AZ) identifiers. The results list includes information about only
|
11393
|
-
# the custom AZs identified by these identifiers.
|
11394
|
-
#
|
11395
|
-
# * `engine` - Accepts database engines. The results list includes
|
11396
|
-
# information about only the database engines identified by these
|
11397
|
-
# identifiers.
|
11398
|
-
#
|
11399
|
-
# For more information about the valid engines for installation media,
|
11400
|
-
# see ImportInstallationMedia.
|
11401
|
-
#
|
11402
|
-
# @option params [Integer] :max_records
|
11403
|
-
# An optional pagination token provided by a previous
|
11404
|
-
# DescribeInstallationMedia request. If this parameter is specified, the
|
11405
|
-
# response includes only records beyond the marker, up to the value
|
11406
|
-
# specified by `MaxRecords`.
|
11407
|
-
#
|
11408
|
-
# @option params [String] :marker
|
11409
|
-
# An optional pagination token provided by a previous request. If this
|
11410
|
-
# parameter is specified, the response includes only records beyond the
|
11411
|
-
# marker, up to the value specified by `MaxRecords`.
|
11412
|
-
#
|
11413
|
-
# @return [Types::InstallationMediaMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
11414
|
-
#
|
11415
|
-
# * {Types::InstallationMediaMessage#marker #marker} => String
|
11416
|
-
# * {Types::InstallationMediaMessage#installation_media #installation_media} => Array<Types::InstallationMedia>
|
11417
|
-
#
|
11418
|
-
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
11419
|
-
#
|
11420
|
-
# @example Request syntax with placeholder values
|
11421
|
-
#
|
11422
|
-
# resp = client.describe_installation_media({
|
11423
|
-
# installation_media_id: "String",
|
11424
|
-
# filters: [
|
11425
|
-
# {
|
11426
|
-
# name: "String", # required
|
11427
|
-
# values: ["String"], # required
|
11428
|
-
# },
|
11429
|
-
# ],
|
11430
|
-
# max_records: 1,
|
11431
|
-
# marker: "String",
|
11432
|
-
# })
|
11433
|
-
#
|
11434
|
-
# @example Response structure
|
11435
|
-
#
|
11436
|
-
# resp.marker #=> String
|
11437
|
-
# resp.installation_media #=> Array
|
11438
|
-
# resp.installation_media[0].installation_media_id #=> String
|
11439
|
-
# resp.installation_media[0].custom_availability_zone_id #=> String
|
11440
|
-
# resp.installation_media[0].engine #=> String
|
11441
|
-
# resp.installation_media[0].engine_version #=> String
|
11442
|
-
# resp.installation_media[0].engine_installation_media_path #=> String
|
11443
|
-
# resp.installation_media[0].os_installation_media_path #=> String
|
11444
|
-
# resp.installation_media[0].status #=> String
|
11445
|
-
# resp.installation_media[0].failure_cause.message #=> String
|
11446
|
-
#
|
11447
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeInstallationMedia AWS API Documentation
|
11448
|
-
#
|
11449
|
-
# @overload describe_installation_media(params = {})
|
11450
|
-
# @param [Hash] params ({})
|
11451
|
-
def describe_installation_media(params = {}, options = {})
|
11452
|
-
req = build_request(:describe_installation_media, params)
|
11453
|
-
req.send_request(options)
|
11454
|
-
end
|
11455
|
-
|
11456
11230
|
# Describes all available options.
|
11457
11231
|
#
|
11458
11232
|
# @option params [required, String] :engine_name
|
@@ -12822,100 +12596,6 @@ module Aws::RDS
|
|
12822
12596
|
req.send_request(options)
|
12823
12597
|
end
|
12824
12598
|
|
12825
|
-
# Imports the installation media for a DB engine that requires an
|
12826
|
-
# on-premises customer provided license, such as SQL Server.
|
12827
|
-
#
|
12828
|
-
# @option params [required, String] :custom_availability_zone_id
|
12829
|
-
# The identifier of the custom Availability Zone (AZ) to import the
|
12830
|
-
# installation media to.
|
12831
|
-
#
|
12832
|
-
# @option params [required, String] :engine
|
12833
|
-
# The name of the database engine to be used for this instance.
|
12834
|
-
#
|
12835
|
-
# The list only includes supported DB engines that require an
|
12836
|
-
# on-premises customer provided license.
|
12837
|
-
#
|
12838
|
-
# Valid Values:
|
12839
|
-
#
|
12840
|
-
# * `sqlserver-ee`
|
12841
|
-
#
|
12842
|
-
# * `sqlserver-se`
|
12843
|
-
#
|
12844
|
-
# * `sqlserver-ex`
|
12845
|
-
#
|
12846
|
-
# * `sqlserver-web`
|
12847
|
-
#
|
12848
|
-
# @option params [required, String] :engine_version
|
12849
|
-
# The version number of the database engine to use.
|
12850
|
-
#
|
12851
|
-
# For a list of valid engine versions, call DescribeDBEngineVersions.
|
12852
|
-
#
|
12853
|
-
# The following are the database engines and links to information about
|
12854
|
-
# the major and minor versions. The list only includes DB engines that
|
12855
|
-
# require an on-premises customer provided license.
|
12856
|
-
#
|
12857
|
-
# **Microsoft SQL Server**
|
12858
|
-
#
|
12859
|
-
# See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon
|
12860
|
-
# RDS User Guide*.
|
12861
|
-
#
|
12862
|
-
#
|
12863
|
-
#
|
12864
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
12865
|
-
#
|
12866
|
-
# @option params [required, String] :engine_installation_media_path
|
12867
|
-
# The path to the installation medium for the specified DB engine.
|
12868
|
-
#
|
12869
|
-
# Example:
|
12870
|
-
# `SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso`
|
12871
|
-
#
|
12872
|
-
# @option params [required, String] :os_installation_media_path
|
12873
|
-
# The path to the installation medium for the operating system
|
12874
|
-
# associated with the specified DB engine.
|
12875
|
-
#
|
12876
|
-
# Example: `WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso`
|
12877
|
-
#
|
12878
|
-
# @return [Types::InstallationMedia] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
12879
|
-
#
|
12880
|
-
# * {Types::InstallationMedia#installation_media_id #installation_media_id} => String
|
12881
|
-
# * {Types::InstallationMedia#custom_availability_zone_id #custom_availability_zone_id} => String
|
12882
|
-
# * {Types::InstallationMedia#engine #engine} => String
|
12883
|
-
# * {Types::InstallationMedia#engine_version #engine_version} => String
|
12884
|
-
# * {Types::InstallationMedia#engine_installation_media_path #engine_installation_media_path} => String
|
12885
|
-
# * {Types::InstallationMedia#os_installation_media_path #os_installation_media_path} => String
|
12886
|
-
# * {Types::InstallationMedia#status #status} => String
|
12887
|
-
# * {Types::InstallationMedia#failure_cause #failure_cause} => Types::InstallationMediaFailureCause
|
12888
|
-
#
|
12889
|
-
# @example Request syntax with placeholder values
|
12890
|
-
#
|
12891
|
-
# resp = client.import_installation_media({
|
12892
|
-
# custom_availability_zone_id: "String", # required
|
12893
|
-
# engine: "String", # required
|
12894
|
-
# engine_version: "String", # required
|
12895
|
-
# engine_installation_media_path: "String", # required
|
12896
|
-
# os_installation_media_path: "String", # required
|
12897
|
-
# })
|
12898
|
-
#
|
12899
|
-
# @example Response structure
|
12900
|
-
#
|
12901
|
-
# resp.installation_media_id #=> String
|
12902
|
-
# resp.custom_availability_zone_id #=> String
|
12903
|
-
# resp.engine #=> String
|
12904
|
-
# resp.engine_version #=> String
|
12905
|
-
# resp.engine_installation_media_path #=> String
|
12906
|
-
# resp.os_installation_media_path #=> String
|
12907
|
-
# resp.status #=> String
|
12908
|
-
# resp.failure_cause.message #=> String
|
12909
|
-
#
|
12910
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ImportInstallationMedia AWS API Documentation
|
12911
|
-
#
|
12912
|
-
# @overload import_installation_media(params = {})
|
12913
|
-
# @param [Hash] params ({})
|
12914
|
-
def import_installation_media(params = {}, options = {})
|
12915
|
-
req = build_request(:import_installation_media, params)
|
12916
|
-
req.send_request(options)
|
12917
|
-
end
|
12918
|
-
|
12919
12599
|
# Lists all tags on an Amazon RDS resource.
|
12920
12600
|
#
|
12921
12601
|
# For an overview on tagging an Amazon RDS resource, see [Tagging Amazon
|
@@ -12983,8 +12663,8 @@ module Aws::RDS
|
|
12983
12663
|
end
|
12984
12664
|
|
12985
12665
|
# Override the system-default Secure Sockets Layer/Transport Layer
|
12986
|
-
# Security (SSL/TLS) certificate for Amazon RDS for new DB instances
|
12987
|
-
#
|
12666
|
+
# Security (SSL/TLS) certificate for Amazon RDS for new DB instances, or
|
12667
|
+
# remove the override.
|
12988
12668
|
#
|
12989
12669
|
# By using this operation, you can specify an RDS-approved SSL/TLS
|
12990
12670
|
# certificate for new DB instances that is different from the default
|
@@ -22442,7 +22122,7 @@ module Aws::RDS
|
|
22442
22122
|
params: params,
|
22443
22123
|
config: config)
|
22444
22124
|
context[:gem_name] = 'aws-sdk-rds'
|
22445
|
-
context[:gem_version] = '1.
|
22125
|
+
context[:gem_version] = '1.143.0'
|
22446
22126
|
Seahorse::Client::Request.new(handlers, context)
|
22447
22127
|
end
|
22448
22128
|
|