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
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1612,70 +1612,6 @@ module Aws::RDS
|
|
1612
1612
|
include Aws::Structure
|
1613
1613
|
end
|
1614
1614
|
|
1615
|
-
# @note When making an API call, you may pass CreateCustomAvailabilityZoneMessage
|
1616
|
-
# data as a hash:
|
1617
|
-
#
|
1618
|
-
# {
|
1619
|
-
# custom_availability_zone_name: "String", # required
|
1620
|
-
# existing_vpn_id: "String",
|
1621
|
-
# new_vpn_tunnel_name: "String",
|
1622
|
-
# vpn_tunnel_originator_ip: "String",
|
1623
|
-
# }
|
1624
|
-
#
|
1625
|
-
# @!attribute [rw] custom_availability_zone_name
|
1626
|
-
# The name of the custom Availability Zone (AZ).
|
1627
|
-
# @return [String]
|
1628
|
-
#
|
1629
|
-
# @!attribute [rw] existing_vpn_id
|
1630
|
-
# The ID of an existing virtual private network (VPN) between the
|
1631
|
-
# Amazon RDS website and the VMware vSphere cluster.
|
1632
|
-
# @return [String]
|
1633
|
-
#
|
1634
|
-
# @!attribute [rw] new_vpn_tunnel_name
|
1635
|
-
# The name of a new VPN tunnel between the Amazon RDS website and the
|
1636
|
-
# VMware vSphere cluster.
|
1637
|
-
#
|
1638
|
-
# Specify this parameter only if `ExistingVpnId` isn't specified.
|
1639
|
-
# @return [String]
|
1640
|
-
#
|
1641
|
-
# @!attribute [rw] vpn_tunnel_originator_ip
|
1642
|
-
# The IP address of network traffic from your on-premises data center.
|
1643
|
-
# A custom AZ receives the network traffic.
|
1644
|
-
#
|
1645
|
-
# Specify this parameter only if `ExistingVpnId` isn't specified.
|
1646
|
-
# @return [String]
|
1647
|
-
#
|
1648
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomAvailabilityZoneMessage AWS API Documentation
|
1649
|
-
#
|
1650
|
-
class CreateCustomAvailabilityZoneMessage < Struct.new(
|
1651
|
-
:custom_availability_zone_name,
|
1652
|
-
:existing_vpn_id,
|
1653
|
-
:new_vpn_tunnel_name,
|
1654
|
-
:vpn_tunnel_originator_ip)
|
1655
|
-
SENSITIVE = []
|
1656
|
-
include Aws::Structure
|
1657
|
-
end
|
1658
|
-
|
1659
|
-
# @!attribute [rw] custom_availability_zone
|
1660
|
-
# A custom Availability Zone (AZ) is an on-premises AZ that is
|
1661
|
-
# integrated with a VMware vSphere cluster.
|
1662
|
-
#
|
1663
|
-
# For more information about RDS on VMware, see the [ RDS on VMware
|
1664
|
-
# User Guide.][1]
|
1665
|
-
#
|
1666
|
-
#
|
1667
|
-
#
|
1668
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
1669
|
-
# @return [Types::CustomAvailabilityZone]
|
1670
|
-
#
|
1671
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomAvailabilityZoneResult AWS API Documentation
|
1672
|
-
#
|
1673
|
-
class CreateCustomAvailabilityZoneResult < Struct.new(
|
1674
|
-
:custom_availability_zone)
|
1675
|
-
SENSITIVE = []
|
1676
|
-
include Aws::Structure
|
1677
|
-
end
|
1678
|
-
|
1679
1615
|
# @note When making an API call, you may pass CreateCustomDBEngineVersionMessage
|
1680
1616
|
# data as a hash:
|
1681
1617
|
#
|
@@ -3408,7 +3344,10 @@ module Aws::RDS
|
|
3408
3344
|
#
|
3409
3345
|
# **Amazon Aurora**
|
3410
3346
|
#
|
3411
|
-
#
|
3347
|
+
# Each Aurora DB cluster hosts copies of its storage in three separate
|
3348
|
+
# Availability Zones. Specify one of these Availability Zones. Aurora
|
3349
|
+
# automatically chooses an appropriate Availability Zone if you don't
|
3350
|
+
# specify one.
|
3412
3351
|
#
|
3413
3352
|
# Default: A random, system-chosen Availability Zone in the
|
3414
3353
|
# endpoint's Amazon Web Services Region.
|
@@ -5660,75 +5599,6 @@ module Aws::RDS
|
|
5660
5599
|
include Aws::Structure
|
5661
5600
|
end
|
5662
5601
|
|
5663
|
-
# A custom Availability Zone (AZ) is an on-premises AZ that is
|
5664
|
-
# integrated with a VMware vSphere cluster.
|
5665
|
-
#
|
5666
|
-
# For more information about RDS on VMware, see the [ RDS on VMware User
|
5667
|
-
# Guide.][1]
|
5668
|
-
#
|
5669
|
-
#
|
5670
|
-
#
|
5671
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
5672
|
-
#
|
5673
|
-
# @!attribute [rw] custom_availability_zone_id
|
5674
|
-
# The identifier of the custom AZ.
|
5675
|
-
#
|
5676
|
-
# Amazon RDS generates a unique identifier when a custom AZ is
|
5677
|
-
# created.
|
5678
|
-
# @return [String]
|
5679
|
-
#
|
5680
|
-
# @!attribute [rw] custom_availability_zone_name
|
5681
|
-
# The name of the custom AZ.
|
5682
|
-
# @return [String]
|
5683
|
-
#
|
5684
|
-
# @!attribute [rw] custom_availability_zone_status
|
5685
|
-
# The status of the custom AZ.
|
5686
|
-
# @return [String]
|
5687
|
-
#
|
5688
|
-
# @!attribute [rw] vpn_details
|
5689
|
-
# Information about the virtual private network (VPN) between the
|
5690
|
-
# VMware vSphere cluster and the Amazon Web Services website.
|
5691
|
-
# @return [Types::VpnDetails]
|
5692
|
-
#
|
5693
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZone AWS API Documentation
|
5694
|
-
#
|
5695
|
-
class CustomAvailabilityZone < Struct.new(
|
5696
|
-
:custom_availability_zone_id,
|
5697
|
-
:custom_availability_zone_name,
|
5698
|
-
:custom_availability_zone_status,
|
5699
|
-
:vpn_details)
|
5700
|
-
SENSITIVE = []
|
5701
|
-
include Aws::Structure
|
5702
|
-
end
|
5703
|
-
|
5704
|
-
# `CustomAvailabilityZoneName` is already used by an existing custom
|
5705
|
-
# Availability Zone.
|
5706
|
-
#
|
5707
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneAlreadyExistsFault AWS API Documentation
|
5708
|
-
#
|
5709
|
-
class CustomAvailabilityZoneAlreadyExistsFault < Aws::EmptyStructure; end
|
5710
|
-
|
5711
|
-
# @!attribute [rw] marker
|
5712
|
-
# An optional pagination token provided by a previous
|
5713
|
-
# `DescribeCustomAvailabilityZones` request. If this parameter is
|
5714
|
-
# specified, the response includes only records beyond the marker, up
|
5715
|
-
# to the value specified by `MaxRecords`.
|
5716
|
-
# @return [String]
|
5717
|
-
#
|
5718
|
-
# @!attribute [rw] custom_availability_zones
|
5719
|
-
# The list of CustomAvailabilityZone objects for the Amazon Web
|
5720
|
-
# Services account.
|
5721
|
-
# @return [Array<Types::CustomAvailabilityZone>]
|
5722
|
-
#
|
5723
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneMessage AWS API Documentation
|
5724
|
-
#
|
5725
|
-
class CustomAvailabilityZoneMessage < Struct.new(
|
5726
|
-
:marker,
|
5727
|
-
:custom_availability_zones)
|
5728
|
-
SENSITIVE = []
|
5729
|
-
include Aws::Structure
|
5730
|
-
end
|
5731
|
-
|
5732
5602
|
# `CustomAvailabilityZoneId` doesn't refer to an existing custom
|
5733
5603
|
# Availability Zone identifier.
|
5734
5604
|
#
|
@@ -5736,12 +5606,6 @@ module Aws::RDS
|
|
5736
5606
|
#
|
5737
5607
|
class CustomAvailabilityZoneNotFoundFault < Aws::EmptyStructure; end
|
5738
5608
|
|
5739
|
-
# You have exceeded the maximum number of custom Availability Zones.
|
5740
|
-
#
|
5741
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneQuotaExceededFault AWS API Documentation
|
5742
|
-
#
|
5743
|
-
class CustomAvailabilityZoneQuotaExceededFault < Aws::EmptyStructure; end
|
5744
|
-
|
5745
5609
|
# A CEV with the specified name already exists.
|
5746
5610
|
#
|
5747
5611
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomDBEngineVersionAlreadyExistsFault AWS API Documentation
|
@@ -9270,45 +9134,6 @@ module Aws::RDS
|
|
9270
9134
|
#
|
9271
9135
|
class DBUpgradeDependencyFailureFault < Aws::EmptyStructure; end
|
9272
9136
|
|
9273
|
-
# @note When making an API call, you may pass DeleteCustomAvailabilityZoneMessage
|
9274
|
-
# data as a hash:
|
9275
|
-
#
|
9276
|
-
# {
|
9277
|
-
# custom_availability_zone_id: "String", # required
|
9278
|
-
# }
|
9279
|
-
#
|
9280
|
-
# @!attribute [rw] custom_availability_zone_id
|
9281
|
-
# The custom AZ identifier.
|
9282
|
-
# @return [String]
|
9283
|
-
#
|
9284
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomAvailabilityZoneMessage AWS API Documentation
|
9285
|
-
#
|
9286
|
-
class DeleteCustomAvailabilityZoneMessage < Struct.new(
|
9287
|
-
:custom_availability_zone_id)
|
9288
|
-
SENSITIVE = []
|
9289
|
-
include Aws::Structure
|
9290
|
-
end
|
9291
|
-
|
9292
|
-
# @!attribute [rw] custom_availability_zone
|
9293
|
-
# A custom Availability Zone (AZ) is an on-premises AZ that is
|
9294
|
-
# integrated with a VMware vSphere cluster.
|
9295
|
-
#
|
9296
|
-
# For more information about RDS on VMware, see the [ RDS on VMware
|
9297
|
-
# User Guide.][1]
|
9298
|
-
#
|
9299
|
-
#
|
9300
|
-
#
|
9301
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
9302
|
-
# @return [Types::CustomAvailabilityZone]
|
9303
|
-
#
|
9304
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomAvailabilityZoneResult AWS API Documentation
|
9305
|
-
#
|
9306
|
-
class DeleteCustomAvailabilityZoneResult < Struct.new(
|
9307
|
-
:custom_availability_zone)
|
9308
|
-
SENSITIVE = []
|
9309
|
-
include Aws::Structure
|
9310
|
-
end
|
9311
|
-
|
9312
9137
|
# @note When making an API call, you may pass DeleteCustomDBEngineVersionMessage
|
9313
9138
|
# data as a hash:
|
9314
9139
|
#
|
@@ -9927,25 +9752,6 @@ module Aws::RDS
|
|
9927
9752
|
include Aws::Structure
|
9928
9753
|
end
|
9929
9754
|
|
9930
|
-
# @note When making an API call, you may pass DeleteInstallationMediaMessage
|
9931
|
-
# data as a hash:
|
9932
|
-
#
|
9933
|
-
# {
|
9934
|
-
# installation_media_id: "String", # required
|
9935
|
-
# }
|
9936
|
-
#
|
9937
|
-
# @!attribute [rw] installation_media_id
|
9938
|
-
# The installation medium ID.
|
9939
|
-
# @return [String]
|
9940
|
-
#
|
9941
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteInstallationMediaMessage AWS API Documentation
|
9942
|
-
#
|
9943
|
-
class DeleteInstallationMediaMessage < Struct.new(
|
9944
|
-
:installation_media_id)
|
9945
|
-
SENSITIVE = []
|
9946
|
-
include Aws::Structure
|
9947
|
-
end
|
9948
|
-
|
9949
9755
|
# @note When making an API call, you may pass DeleteOptionGroupMessage
|
9950
9756
|
# data as a hash:
|
9951
9757
|
#
|
@@ -10077,59 +9883,6 @@ module Aws::RDS
|
|
10077
9883
|
include Aws::Structure
|
10078
9884
|
end
|
10079
9885
|
|
10080
|
-
# @note When making an API call, you may pass DescribeCustomAvailabilityZonesMessage
|
10081
|
-
# data as a hash:
|
10082
|
-
#
|
10083
|
-
# {
|
10084
|
-
# custom_availability_zone_id: "String",
|
10085
|
-
# filters: [
|
10086
|
-
# {
|
10087
|
-
# name: "String", # required
|
10088
|
-
# values: ["String"], # required
|
10089
|
-
# },
|
10090
|
-
# ],
|
10091
|
-
# max_records: 1,
|
10092
|
-
# marker: "String",
|
10093
|
-
# }
|
10094
|
-
#
|
10095
|
-
# @!attribute [rw] custom_availability_zone_id
|
10096
|
-
# The custom AZ identifier. If this parameter is specified,
|
10097
|
-
# information from only the specific custom AZ is returned.
|
10098
|
-
# @return [String]
|
10099
|
-
#
|
10100
|
-
# @!attribute [rw] filters
|
10101
|
-
# A filter that specifies one or more custom AZs to describe.
|
10102
|
-
# @return [Array<Types::Filter>]
|
10103
|
-
#
|
10104
|
-
# @!attribute [rw] max_records
|
10105
|
-
# The maximum number of records to include in the response. If more
|
10106
|
-
# records exist than the specified `MaxRecords` value, a pagination
|
10107
|
-
# token called a marker is included in the response so you can
|
10108
|
-
# retrieve the remaining results.
|
10109
|
-
#
|
10110
|
-
# Default: 100
|
10111
|
-
#
|
10112
|
-
# Constraints: Minimum 20, maximum 100.
|
10113
|
-
# @return [Integer]
|
10114
|
-
#
|
10115
|
-
# @!attribute [rw] marker
|
10116
|
-
# An optional pagination token provided by a previous
|
10117
|
-
# `DescribeCustomAvailabilityZones` request. If this parameter is
|
10118
|
-
# specified, the response includes only records beyond the marker, up
|
10119
|
-
# to the value specified by `MaxRecords`.
|
10120
|
-
# @return [String]
|
10121
|
-
#
|
10122
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeCustomAvailabilityZonesMessage AWS API Documentation
|
10123
|
-
#
|
10124
|
-
class DescribeCustomAvailabilityZonesMessage < Struct.new(
|
10125
|
-
:custom_availability_zone_id,
|
10126
|
-
:filters,
|
10127
|
-
:max_records,
|
10128
|
-
:marker)
|
10129
|
-
SENSITIVE = []
|
10130
|
-
include Aws::Structure
|
10131
|
-
end
|
10132
|
-
|
10133
9886
|
# @note When making an API call, you may pass DescribeDBClusterBacktracksMessage
|
10134
9887
|
# data as a hash:
|
10135
9888
|
#
|
@@ -12005,6 +11758,86 @@ module Aws::RDS
|
|
12005
11758
|
#
|
12006
11759
|
# @!attribute [rw] db_parameter_group_family
|
12007
11760
|
# The name of the DB parameter group family.
|
11761
|
+
#
|
11762
|
+
# Valid Values:
|
11763
|
+
#
|
11764
|
+
# * `aurora5.6`
|
11765
|
+
#
|
11766
|
+
# * `aurora-mysql5.7`
|
11767
|
+
#
|
11768
|
+
# * `aurora-mysql8.0`
|
11769
|
+
#
|
11770
|
+
# * `aurora-postgresql10`
|
11771
|
+
#
|
11772
|
+
# * `aurora-postgresql11`
|
11773
|
+
#
|
11774
|
+
# * `aurora-postgresql12`
|
11775
|
+
#
|
11776
|
+
# * `aurora-postgresql13`
|
11777
|
+
#
|
11778
|
+
# * `mariadb10.2`
|
11779
|
+
#
|
11780
|
+
# * `mariadb10.3`
|
11781
|
+
#
|
11782
|
+
# * `mariadb10.4`
|
11783
|
+
#
|
11784
|
+
# * `mariadb10.5`
|
11785
|
+
#
|
11786
|
+
# * `mariadb10.6`
|
11787
|
+
#
|
11788
|
+
# * `mysql5.7`
|
11789
|
+
#
|
11790
|
+
# * `mysql8.0`
|
11791
|
+
#
|
11792
|
+
# * `postgres10`
|
11793
|
+
#
|
11794
|
+
# * `postgres11`
|
11795
|
+
#
|
11796
|
+
# * `postgres12`
|
11797
|
+
#
|
11798
|
+
# * `postgres13`
|
11799
|
+
#
|
11800
|
+
# * `postgres14`
|
11801
|
+
#
|
11802
|
+
# * `sqlserver-ee-11.0`
|
11803
|
+
#
|
11804
|
+
# * `sqlserver-ee-12.0`
|
11805
|
+
#
|
11806
|
+
# * `sqlserver-ee-13.0`
|
11807
|
+
#
|
11808
|
+
# * `sqlserver-ee-14.0`
|
11809
|
+
#
|
11810
|
+
# * `sqlserver-ee-15.0`
|
11811
|
+
#
|
11812
|
+
# * `sqlserver-ex-11.0`
|
11813
|
+
#
|
11814
|
+
# * `sqlserver-ex-12.0`
|
11815
|
+
#
|
11816
|
+
# * `sqlserver-ex-13.0`
|
11817
|
+
#
|
11818
|
+
# * `sqlserver-ex-14.0`
|
11819
|
+
#
|
11820
|
+
# * `sqlserver-ex-15.0`
|
11821
|
+
#
|
11822
|
+
# * `sqlserver-se-11.0`
|
11823
|
+
#
|
11824
|
+
# * `sqlserver-se-12.0`
|
11825
|
+
#
|
11826
|
+
# * `sqlserver-se-13.0`
|
11827
|
+
#
|
11828
|
+
# * `sqlserver-se-14.0`
|
11829
|
+
#
|
11830
|
+
# * `sqlserver-se-15.0`
|
11831
|
+
#
|
11832
|
+
# * `sqlserver-web-11.0`
|
11833
|
+
#
|
11834
|
+
# * `sqlserver-web-12.0`
|
11835
|
+
#
|
11836
|
+
# * `sqlserver-web-13.0`
|
11837
|
+
#
|
11838
|
+
# * `sqlserver-web-14.0`
|
11839
|
+
#
|
11840
|
+
# * `sqlserver-web-15.0`
|
12008
11841
|
# @return [String]
|
12009
11842
|
#
|
12010
11843
|
# @!attribute [rw] filters
|
@@ -12419,65 +12252,6 @@ module Aws::RDS
|
|
12419
12252
|
include Aws::Structure
|
12420
12253
|
end
|
12421
12254
|
|
12422
|
-
# @note When making an API call, you may pass DescribeInstallationMediaMessage
|
12423
|
-
# data as a hash:
|
12424
|
-
#
|
12425
|
-
# {
|
12426
|
-
# installation_media_id: "String",
|
12427
|
-
# filters: [
|
12428
|
-
# {
|
12429
|
-
# name: "String", # required
|
12430
|
-
# values: ["String"], # required
|
12431
|
-
# },
|
12432
|
-
# ],
|
12433
|
-
# max_records: 1,
|
12434
|
-
# marker: "String",
|
12435
|
-
# }
|
12436
|
-
#
|
12437
|
-
# @!attribute [rw] installation_media_id
|
12438
|
-
# The installation medium ID.
|
12439
|
-
# @return [String]
|
12440
|
-
#
|
12441
|
-
# @!attribute [rw] filters
|
12442
|
-
# A filter that specifies one or more installation media to describe.
|
12443
|
-
# Supported filters include the following:
|
12444
|
-
#
|
12445
|
-
# * `custom-availability-zone-id` - Accepts custom Availability Zone
|
12446
|
-
# (AZ) identifiers. The results list includes information about only
|
12447
|
-
# the custom AZs identified by these identifiers.
|
12448
|
-
#
|
12449
|
-
# * `engine` - Accepts database engines. The results list includes
|
12450
|
-
# information about only the database engines identified by these
|
12451
|
-
# identifiers.
|
12452
|
-
#
|
12453
|
-
# For more information about the valid engines for installation
|
12454
|
-
# media, see ImportInstallationMedia.
|
12455
|
-
# @return [Array<Types::Filter>]
|
12456
|
-
#
|
12457
|
-
# @!attribute [rw] max_records
|
12458
|
-
# An optional pagination token provided by a previous
|
12459
|
-
# DescribeInstallationMedia request. If this parameter is specified,
|
12460
|
-
# the response includes only records beyond the marker, up to the
|
12461
|
-
# value specified by `MaxRecords`.
|
12462
|
-
# @return [Integer]
|
12463
|
-
#
|
12464
|
-
# @!attribute [rw] marker
|
12465
|
-
# An optional pagination token provided by a previous request. If this
|
12466
|
-
# parameter is specified, the response includes only records beyond
|
12467
|
-
# the marker, up to the value specified by `MaxRecords`.
|
12468
|
-
# @return [String]
|
12469
|
-
#
|
12470
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeInstallationMediaMessage AWS API Documentation
|
12471
|
-
#
|
12472
|
-
class DescribeInstallationMediaMessage < Struct.new(
|
12473
|
-
:installation_media_id,
|
12474
|
-
:filters,
|
12475
|
-
:max_records,
|
12476
|
-
:marker)
|
12477
|
-
SENSITIVE = []
|
12478
|
-
include Aws::Structure
|
12479
|
-
end
|
12480
|
-
|
12481
12255
|
# @note When making an API call, you may pass DescribeOptionGroupOptionsMessage
|
12482
12256
|
# data as a hash:
|
12483
12257
|
#
|
@@ -14153,186 +13927,6 @@ module Aws::RDS
|
|
14153
13927
|
#
|
14154
13928
|
class IamRoleNotFoundFault < Aws::EmptyStructure; end
|
14155
13929
|
|
14156
|
-
# @note When making an API call, you may pass ImportInstallationMediaMessage
|
14157
|
-
# data as a hash:
|
14158
|
-
#
|
14159
|
-
# {
|
14160
|
-
# custom_availability_zone_id: "String", # required
|
14161
|
-
# engine: "String", # required
|
14162
|
-
# engine_version: "String", # required
|
14163
|
-
# engine_installation_media_path: "String", # required
|
14164
|
-
# os_installation_media_path: "String", # required
|
14165
|
-
# }
|
14166
|
-
#
|
14167
|
-
# @!attribute [rw] custom_availability_zone_id
|
14168
|
-
# The identifier of the custom Availability Zone (AZ) to import the
|
14169
|
-
# installation media to.
|
14170
|
-
# @return [String]
|
14171
|
-
#
|
14172
|
-
# @!attribute [rw] engine
|
14173
|
-
# The name of the database engine to be used for this instance.
|
14174
|
-
#
|
14175
|
-
# The list only includes supported DB engines that require an
|
14176
|
-
# on-premises customer provided license.
|
14177
|
-
#
|
14178
|
-
# Valid Values:
|
14179
|
-
#
|
14180
|
-
# * `sqlserver-ee`
|
14181
|
-
#
|
14182
|
-
# * `sqlserver-se`
|
14183
|
-
#
|
14184
|
-
# * `sqlserver-ex`
|
14185
|
-
#
|
14186
|
-
# * `sqlserver-web`
|
14187
|
-
# @return [String]
|
14188
|
-
#
|
14189
|
-
# @!attribute [rw] engine_version
|
14190
|
-
# The version number of the database engine to use.
|
14191
|
-
#
|
14192
|
-
# For a list of valid engine versions, call DescribeDBEngineVersions.
|
14193
|
-
#
|
14194
|
-
# The following are the database engines and links to information
|
14195
|
-
# about the major and minor versions. The list only includes DB
|
14196
|
-
# engines that require an on-premises customer provided license.
|
14197
|
-
#
|
14198
|
-
# **Microsoft SQL Server**
|
14199
|
-
#
|
14200
|
-
# See [ Microsoft SQL Server Versions on Amazon RDS][1] in the *Amazon
|
14201
|
-
# RDS User Guide*.
|
14202
|
-
#
|
14203
|
-
#
|
14204
|
-
#
|
14205
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
|
14206
|
-
# @return [String]
|
14207
|
-
#
|
14208
|
-
# @!attribute [rw] engine_installation_media_path
|
14209
|
-
# The path to the installation medium for the specified DB engine.
|
14210
|
-
#
|
14211
|
-
# Example:
|
14212
|
-
# `SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso`
|
14213
|
-
# @return [String]
|
14214
|
-
#
|
14215
|
-
# @!attribute [rw] os_installation_media_path
|
14216
|
-
# The path to the installation medium for the operating system
|
14217
|
-
# associated with the specified DB engine.
|
14218
|
-
#
|
14219
|
-
# Example: `WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso`
|
14220
|
-
# @return [String]
|
14221
|
-
#
|
14222
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ImportInstallationMediaMessage AWS API Documentation
|
14223
|
-
#
|
14224
|
-
class ImportInstallationMediaMessage < Struct.new(
|
14225
|
-
:custom_availability_zone_id,
|
14226
|
-
:engine,
|
14227
|
-
:engine_version,
|
14228
|
-
:engine_installation_media_path,
|
14229
|
-
:os_installation_media_path)
|
14230
|
-
SENSITIVE = []
|
14231
|
-
include Aws::Structure
|
14232
|
-
end
|
14233
|
-
|
14234
|
-
# Contains the installation media for a DB engine that requires an
|
14235
|
-
# on-premises customer provided license, such as Microsoft SQL Server.
|
14236
|
-
#
|
14237
|
-
# @!attribute [rw] installation_media_id
|
14238
|
-
# The installation medium ID.
|
14239
|
-
# @return [String]
|
14240
|
-
#
|
14241
|
-
# @!attribute [rw] custom_availability_zone_id
|
14242
|
-
# The custom Availability Zone (AZ) that contains the installation
|
14243
|
-
# media.
|
14244
|
-
# @return [String]
|
14245
|
-
#
|
14246
|
-
# @!attribute [rw] engine
|
14247
|
-
# The DB engine.
|
14248
|
-
# @return [String]
|
14249
|
-
#
|
14250
|
-
# @!attribute [rw] engine_version
|
14251
|
-
# The engine version of the DB engine.
|
14252
|
-
# @return [String]
|
14253
|
-
#
|
14254
|
-
# @!attribute [rw] engine_installation_media_path
|
14255
|
-
# The path to the installation medium for the DB engine.
|
14256
|
-
# @return [String]
|
14257
|
-
#
|
14258
|
-
# @!attribute [rw] os_installation_media_path
|
14259
|
-
# The path to the installation medium for the operating system
|
14260
|
-
# associated with the DB engine.
|
14261
|
-
# @return [String]
|
14262
|
-
#
|
14263
|
-
# @!attribute [rw] status
|
14264
|
-
# The status of the installation medium.
|
14265
|
-
# @return [String]
|
14266
|
-
#
|
14267
|
-
# @!attribute [rw] failure_cause
|
14268
|
-
# If an installation media failure occurred, the cause of the failure.
|
14269
|
-
# @return [Types::InstallationMediaFailureCause]
|
14270
|
-
#
|
14271
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMedia AWS API Documentation
|
14272
|
-
#
|
14273
|
-
class InstallationMedia < Struct.new(
|
14274
|
-
:installation_media_id,
|
14275
|
-
:custom_availability_zone_id,
|
14276
|
-
:engine,
|
14277
|
-
:engine_version,
|
14278
|
-
:engine_installation_media_path,
|
14279
|
-
:os_installation_media_path,
|
14280
|
-
:status,
|
14281
|
-
:failure_cause)
|
14282
|
-
SENSITIVE = []
|
14283
|
-
include Aws::Structure
|
14284
|
-
end
|
14285
|
-
|
14286
|
-
# The specified installation medium has already been imported.
|
14287
|
-
#
|
14288
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaAlreadyExistsFault AWS API Documentation
|
14289
|
-
#
|
14290
|
-
class InstallationMediaAlreadyExistsFault < Aws::EmptyStructure; end
|
14291
|
-
|
14292
|
-
# Contains the cause of an installation media failure. Installation
|
14293
|
-
# media is used for a DB engine that requires an on-premises customer
|
14294
|
-
# provided license, such as Microsoft SQL Server.
|
14295
|
-
#
|
14296
|
-
# @!attribute [rw] message
|
14297
|
-
# The reason that an installation media import failed.
|
14298
|
-
# @return [String]
|
14299
|
-
#
|
14300
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaFailureCause AWS API Documentation
|
14301
|
-
#
|
14302
|
-
class InstallationMediaFailureCause < Struct.new(
|
14303
|
-
:message)
|
14304
|
-
SENSITIVE = []
|
14305
|
-
include Aws::Structure
|
14306
|
-
end
|
14307
|
-
|
14308
|
-
# @!attribute [rw] marker
|
14309
|
-
# An optional pagination token provided by a previous
|
14310
|
-
# DescribeInstallationMedia request. If this parameter is specified,
|
14311
|
-
# the response includes only records beyond the marker, up to the
|
14312
|
-
# value specified by `MaxRecords`.
|
14313
|
-
# @return [String]
|
14314
|
-
#
|
14315
|
-
# @!attribute [rw] installation_media
|
14316
|
-
# The list of InstallationMedia objects for the Amazon Web Services
|
14317
|
-
# account.
|
14318
|
-
# @return [Array<Types::InstallationMedia>]
|
14319
|
-
#
|
14320
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaMessage AWS API Documentation
|
14321
|
-
#
|
14322
|
-
class InstallationMediaMessage < Struct.new(
|
14323
|
-
:marker,
|
14324
|
-
:installation_media)
|
14325
|
-
SENSITIVE = []
|
14326
|
-
include Aws::Structure
|
14327
|
-
end
|
14328
|
-
|
14329
|
-
# `InstallationMediaID` doesn't refer to an existing installation
|
14330
|
-
# medium.
|
14331
|
-
#
|
14332
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaNotFoundFault AWS API Documentation
|
14333
|
-
#
|
14334
|
-
class InstallationMediaNotFoundFault < Aws::EmptyStructure; end
|
14335
|
-
|
14336
13930
|
# The request would result in the user exceeding the allowed number of
|
14337
13931
|
# DB instances.
|
14338
13932
|
#
|
@@ -23907,54 +23501,5 @@ module Aws::RDS
|
|
23907
23501
|
include Aws::Structure
|
23908
23502
|
end
|
23909
23503
|
|
23910
|
-
# Information about the virtual private network (VPN) between the VMware
|
23911
|
-
# vSphere cluster and the Amazon Web Services website.
|
23912
|
-
#
|
23913
|
-
# For more information about RDS on VMware, see the [ RDS on VMware User
|
23914
|
-
# Guide.][1]
|
23915
|
-
#
|
23916
|
-
#
|
23917
|
-
#
|
23918
|
-
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
|
23919
|
-
#
|
23920
|
-
# @!attribute [rw] vpn_id
|
23921
|
-
# The ID of the VPN.
|
23922
|
-
# @return [String]
|
23923
|
-
#
|
23924
|
-
# @!attribute [rw] vpn_tunnel_originator_ip
|
23925
|
-
# The IP address of network traffic from your on-premises data center.
|
23926
|
-
# A custom AZ receives the network traffic.
|
23927
|
-
# @return [String]
|
23928
|
-
#
|
23929
|
-
# @!attribute [rw] vpn_gateway_ip
|
23930
|
-
# The IP address of network traffic from Amazon Web Services to your
|
23931
|
-
# on-premises data center.
|
23932
|
-
# @return [String]
|
23933
|
-
#
|
23934
|
-
# @!attribute [rw] vpn_psk
|
23935
|
-
# The preshared key (PSK) for the VPN.
|
23936
|
-
# @return [String]
|
23937
|
-
#
|
23938
|
-
# @!attribute [rw] vpn_name
|
23939
|
-
# The name of the VPN.
|
23940
|
-
# @return [String]
|
23941
|
-
#
|
23942
|
-
# @!attribute [rw] vpn_state
|
23943
|
-
# The state of the VPN.
|
23944
|
-
# @return [String]
|
23945
|
-
#
|
23946
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/VpnDetails AWS API Documentation
|
23947
|
-
#
|
23948
|
-
class VpnDetails < Struct.new(
|
23949
|
-
:vpn_id,
|
23950
|
-
:vpn_tunnel_originator_ip,
|
23951
|
-
:vpn_gateway_ip,
|
23952
|
-
:vpn_psk,
|
23953
|
-
:vpn_name,
|
23954
|
-
:vpn_state)
|
23955
|
-
SENSITIVE = [:vpn_psk]
|
23956
|
-
include Aws::Structure
|
23957
|
-
end
|
23958
|
-
|
23959
23504
|
end
|
23960
23505
|
end
|