aws-sdk-rds 1.183.0 → 1.184.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 +142 -70
- data/lib/aws-sdk-rds/db_instance.rb +65 -50
- data/lib/aws-sdk-rds/db_snapshot.rb +8 -9
- data/lib/aws-sdk-rds/resource.rb +45 -27
- data/lib/aws-sdk-rds/types.rb +139 -73
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +4 -4
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -3049,14 +3049,6 @@ module Aws::RDS
|
|
3049
3049
|
# engine.
|
3050
3050
|
#
|
3051
3051
|
# Amazon Aurora MySQL
|
3052
|
-
# Amazon Aurora PostgreSQL
|
3053
|
-
# Amazon RDS Custom for Oracle
|
3054
|
-
# Amazon RDS Custom for SQL Server
|
3055
|
-
# RDS for MariaDB
|
3056
|
-
# RDS for MySQL
|
3057
|
-
# RDS for Oracle
|
3058
|
-
# RDS for PostgreSQL
|
3059
|
-
# RDS for SQL Server
|
3060
3052
|
#
|
3061
3053
|
# : The name of the database to create when the primary DB instance of
|
3062
3054
|
# the Aurora MySQL DB cluster is created. If you don't specify a
|
@@ -3068,6 +3060,8 @@ module Aws::RDS
|
|
3068
3060
|
#
|
3069
3061
|
# * Can't be a word reserved by the database engine.
|
3070
3062
|
#
|
3063
|
+
# Amazon Aurora PostgreSQL
|
3064
|
+
#
|
3071
3065
|
# : The name of the database to create when the primary DB instance of
|
3072
3066
|
# the Aurora PostgreSQL DB cluster is created.
|
3073
3067
|
#
|
@@ -3082,6 +3076,8 @@ module Aws::RDS
|
|
3082
3076
|
#
|
3083
3077
|
# * Can't be a word reserved by the database engine.
|
3084
3078
|
#
|
3079
|
+
# Amazon RDS Custom for Oracle
|
3080
|
+
#
|
3085
3081
|
# : The Oracle System ID (SID) of the created RDS Custom DB instance.
|
3086
3082
|
#
|
3087
3083
|
# Default: `ORCL`
|
@@ -3094,8 +3090,12 @@ module Aws::RDS
|
|
3094
3090
|
#
|
3095
3091
|
# * Can't be a word reserved by the database engine.
|
3096
3092
|
#
|
3093
|
+
# Amazon RDS Custom for SQL Server
|
3094
|
+
#
|
3097
3095
|
# : Not applicable. Must be null.
|
3098
3096
|
#
|
3097
|
+
# RDS for MariaDB
|
3098
|
+
#
|
3099
3099
|
# : The name of the database to create when the DB instance is
|
3100
3100
|
# created. If you don't specify a value, Amazon RDS doesn't create
|
3101
3101
|
# a database in the DB instance.
|
@@ -3109,6 +3109,8 @@ module Aws::RDS
|
|
3109
3109
|
#
|
3110
3110
|
# * Can't be a word reserved by the database engine.
|
3111
3111
|
#
|
3112
|
+
# RDS for MySQL
|
3113
|
+
#
|
3112
3114
|
# : The name of the database to create when the DB instance is
|
3113
3115
|
# created. If you don't specify a value, Amazon RDS doesn't create
|
3114
3116
|
# a database in the DB instance.
|
@@ -3122,6 +3124,8 @@ module Aws::RDS
|
|
3122
3124
|
#
|
3123
3125
|
# * Can't be a word reserved by the database engine.
|
3124
3126
|
#
|
3127
|
+
# RDS for Oracle
|
3128
|
+
#
|
3125
3129
|
# : The Oracle System ID (SID) of the created DB instance.
|
3126
3130
|
#
|
3127
3131
|
# Default: `ORCL`
|
@@ -3133,6 +3137,8 @@ module Aws::RDS
|
|
3133
3137
|
# * Can't be a word reserved by the database engine, such as the
|
3134
3138
|
# string `NULL`.
|
3135
3139
|
#
|
3140
|
+
# RDS for PostgreSQL
|
3141
|
+
#
|
3136
3142
|
# : The name of the database to create when the DB instance is
|
3137
3143
|
# created.
|
3138
3144
|
#
|
@@ -3147,6 +3153,8 @@ module Aws::RDS
|
|
3147
3153
|
#
|
3148
3154
|
# * Can't be a word reserved by the database engine.
|
3149
3155
|
#
|
3156
|
+
# RDS for SQL Server
|
3157
|
+
#
|
3150
3158
|
# : Not applicable. Must be null.
|
3151
3159
|
# @return [String]
|
3152
3160
|
#
|
@@ -3175,11 +3183,6 @@ module Aws::RDS
|
|
3175
3183
|
# you use in an Aurora cluster volume.
|
3176
3184
|
#
|
3177
3185
|
# Amazon RDS Custom
|
3178
|
-
# RDS for MariaDB
|
3179
|
-
# RDS for MySQL
|
3180
|
-
# RDS for Oracle
|
3181
|
-
# RDS for PostgreSQL
|
3182
|
-
# RDS for SQL Server
|
3183
3186
|
#
|
3184
3187
|
# : Constraints to the amount of storage for each storage type are the
|
3185
3188
|
# following:
|
@@ -3192,6 +3195,8 @@ module Aws::RDS
|
|
3192
3195
|
# 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
|
3193
3196
|
# Server.
|
3194
3197
|
#
|
3198
|
+
# RDS for MariaDB
|
3199
|
+
#
|
3195
3200
|
# : Constraints to the amount of storage for each storage type are the
|
3196
3201
|
# following:
|
3197
3202
|
#
|
@@ -3203,6 +3208,8 @@ module Aws::RDS
|
|
3203
3208
|
#
|
3204
3209
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
3205
3210
|
#
|
3211
|
+
# RDS for MySQL
|
3212
|
+
#
|
3206
3213
|
# : Constraints to the amount of storage for each storage type are the
|
3207
3214
|
# following:
|
3208
3215
|
#
|
@@ -3214,6 +3221,8 @@ module Aws::RDS
|
|
3214
3221
|
#
|
3215
3222
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
3216
3223
|
#
|
3224
|
+
# RDS for Oracle
|
3225
|
+
#
|
3217
3226
|
# : Constraints to the amount of storage for each storage type are the
|
3218
3227
|
# following:
|
3219
3228
|
#
|
@@ -3225,6 +3234,8 @@ module Aws::RDS
|
|
3225
3234
|
#
|
3226
3235
|
# * Magnetic storage (standard): Must be an integer from 10 to 3072.
|
3227
3236
|
#
|
3237
|
+
# RDS for PostgreSQL
|
3238
|
+
#
|
3228
3239
|
# : Constraints to the amount of storage for each storage type are the
|
3229
3240
|
# following:
|
3230
3241
|
#
|
@@ -3236,6 +3247,8 @@ module Aws::RDS
|
|
3236
3247
|
#
|
3237
3248
|
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
3238
3249
|
#
|
3250
|
+
# RDS for SQL Server
|
3251
|
+
#
|
3239
3252
|
# : Constraints to the amount of storage for each storage type are the
|
3240
3253
|
# following:
|
3241
3254
|
#
|
@@ -3572,12 +3585,6 @@ module Aws::RDS
|
|
3572
3585
|
# Services Region.
|
3573
3586
|
#
|
3574
3587
|
# Amazon RDS Custom for Oracle
|
3575
|
-
# Amazon RDS Custom for SQL Server
|
3576
|
-
# RDS for MariaDB
|
3577
|
-
# RDS for Microsoft SQL Server
|
3578
|
-
# RDS for MySQL
|
3579
|
-
# RDS for Oracle
|
3580
|
-
# RDS for PostgreSQL
|
3581
3588
|
#
|
3582
3589
|
# : A custom engine version (CEV) that you have previously created.
|
3583
3590
|
# This setting is required for RDS Custom for Oracle. The CEV name
|
@@ -3585,21 +3592,33 @@ module Aws::RDS
|
|
3585
3592
|
# name is `19.my_cev1`. For more information, see [ Creating an RDS
|
3586
3593
|
# Custom for Oracle DB instance][1] in the *Amazon RDS User Guide*.
|
3587
3594
|
#
|
3595
|
+
# Amazon RDS Custom for SQL Server
|
3596
|
+
#
|
3588
3597
|
# : See [RDS Custom for SQL Server general requirements][2] in the
|
3589
3598
|
# *Amazon RDS User Guide*.
|
3590
3599
|
#
|
3600
|
+
# RDS for MariaDB
|
3601
|
+
#
|
3591
3602
|
# : For information, see [MariaDB on Amazon RDS versions][3] in the
|
3592
3603
|
# *Amazon RDS User Guide*.
|
3593
3604
|
#
|
3605
|
+
# RDS for Microsoft SQL Server
|
3606
|
+
#
|
3594
3607
|
# : For information, see [Microsoft SQL Server versions on Amazon
|
3595
3608
|
# RDS][4] in the *Amazon RDS User Guide*.
|
3596
3609
|
#
|
3610
|
+
# RDS for MySQL
|
3611
|
+
#
|
3597
3612
|
# : For information, see [MySQL on Amazon RDS versions][5] in the
|
3598
3613
|
# *Amazon RDS User Guide*.
|
3599
3614
|
#
|
3615
|
+
# RDS for Oracle
|
3616
|
+
#
|
3600
3617
|
# : For information, see [Oracle Database Engine release notes][6] in
|
3601
3618
|
# the *Amazon RDS User Guide*.
|
3602
3619
|
#
|
3620
|
+
# RDS for PostgreSQL
|
3621
|
+
#
|
3603
3622
|
# : For information, see [Amazon RDS for PostgreSQL versions and
|
3604
3623
|
# extensions][7] in the *Amazon RDS User Guide*.
|
3605
3624
|
#
|
@@ -3830,12 +3849,12 @@ module Aws::RDS
|
|
3830
3849
|
# @return [String]
|
3831
3850
|
#
|
3832
3851
|
# @!attribute [rw] domain_fqdn
|
3833
|
-
#
|
3852
|
+
# The fully qualified domain name (FQDN) of an Active Directory
|
3834
3853
|
# domain.
|
3835
3854
|
#
|
3836
3855
|
# Constraints:
|
3837
3856
|
#
|
3838
|
-
# *
|
3857
|
+
# * Can't be longer than 64 characters.
|
3839
3858
|
#
|
3840
3859
|
# ^
|
3841
3860
|
#
|
@@ -3850,15 +3869,15 @@ module Aws::RDS
|
|
3850
3869
|
#
|
3851
3870
|
# * Must be in the distinguished name format.
|
3852
3871
|
#
|
3853
|
-
# *
|
3872
|
+
# * Can't be longer than 64 characters.
|
3854
3873
|
#
|
3855
3874
|
# Example:
|
3856
3875
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
3857
3876
|
# @return [String]
|
3858
3877
|
#
|
3859
3878
|
# @!attribute [rw] domain_auth_secret_arn
|
3860
|
-
# The ARN for the Secrets Manager secret
|
3861
|
-
#
|
3879
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
3880
|
+
# user joining the domain.
|
3862
3881
|
#
|
3863
3882
|
# Example:
|
3864
3883
|
# `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
|
@@ -3880,7 +3899,7 @@ module Aws::RDS
|
|
3880
3899
|
# @return [Array<String>]
|
3881
3900
|
#
|
3882
3901
|
# @!attribute [rw] copy_tags_to_snapshot
|
3883
|
-
#
|
3902
|
+
# Specifies whether to copy tags from the DB instance to snapshots of
|
3884
3903
|
# the DB instance. By default, tags are not copied.
|
3885
3904
|
#
|
3886
3905
|
# This setting doesn't apply to Amazon Aurora DB instances. Copying
|
@@ -4808,12 +4827,12 @@ module Aws::RDS
|
|
4808
4827
|
# @return [String]
|
4809
4828
|
#
|
4810
4829
|
# @!attribute [rw] domain_fqdn
|
4811
|
-
#
|
4830
|
+
# The fully qualified domain name (FQDN) of an Active Directory
|
4812
4831
|
# domain.
|
4813
4832
|
#
|
4814
4833
|
# Constraints:
|
4815
4834
|
#
|
4816
|
-
# *
|
4835
|
+
# * Can't be longer than 64 characters.
|
4817
4836
|
#
|
4818
4837
|
# ^
|
4819
4838
|
#
|
@@ -4828,15 +4847,15 @@ module Aws::RDS
|
|
4828
4847
|
#
|
4829
4848
|
# * Must be in the distinguished name format.
|
4830
4849
|
#
|
4831
|
-
# *
|
4850
|
+
# * Can't be longer than 64 characters.
|
4832
4851
|
#
|
4833
4852
|
# Example:
|
4834
4853
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
4835
4854
|
# @return [String]
|
4836
4855
|
#
|
4837
4856
|
# @!attribute [rw] domain_auth_secret_arn
|
4838
|
-
# The ARN for the Secrets Manager secret
|
4839
|
-
#
|
4857
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
4858
|
+
# user joining the domain.
|
4840
4859
|
#
|
4841
4860
|
# Example:
|
4842
4861
|
# `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
|
@@ -5636,37 +5655,84 @@ module Aws::RDS
|
|
5636
5655
|
end
|
5637
5656
|
|
5638
5657
|
# @!attribute [rw] global_cluster_identifier
|
5639
|
-
# The cluster identifier
|
5658
|
+
# The cluster identifier for this global database cluster. This
|
5640
5659
|
# parameter is stored as a lowercase string.
|
5641
5660
|
# @return [String]
|
5642
5661
|
#
|
5643
5662
|
# @!attribute [rw] source_db_cluster_identifier
|
5644
5663
|
# The Amazon Resource Name (ARN) to use as the primary cluster of the
|
5645
|
-
# global database.
|
5664
|
+
# global database.
|
5665
|
+
#
|
5666
|
+
# If you provide a value for this parameter, don't specify values for
|
5667
|
+
# the following settings because Amazon Aurora uses the values from
|
5668
|
+
# the specified source DB cluster:
|
5669
|
+
#
|
5670
|
+
# * `DatabaseName`
|
5671
|
+
#
|
5672
|
+
# * `Engine`
|
5673
|
+
#
|
5674
|
+
# * `EngineVersion`
|
5675
|
+
#
|
5676
|
+
# * `StorageEncrypted`
|
5646
5677
|
# @return [String]
|
5647
5678
|
#
|
5648
5679
|
# @!attribute [rw] engine
|
5649
|
-
# The
|
5680
|
+
# The database engine to use for this global database cluster.
|
5681
|
+
#
|
5682
|
+
# Valid Values: `aurora-mysql | aurora-postgresql`
|
5683
|
+
#
|
5684
|
+
# Constraints:
|
5685
|
+
#
|
5686
|
+
# * Can't be specified if `SourceDBClusterIdentifier` is specified.
|
5687
|
+
# In this case, Amazon Aurora uses the engine of the source DB
|
5688
|
+
# cluster.
|
5689
|
+
#
|
5690
|
+
# ^
|
5650
5691
|
# @return [String]
|
5651
5692
|
#
|
5652
5693
|
# @!attribute [rw] engine_version
|
5653
|
-
# The engine version
|
5694
|
+
# The engine version to use for this global database cluster.
|
5695
|
+
#
|
5696
|
+
# Constraints:
|
5697
|
+
#
|
5698
|
+
# * Can't be specified if `SourceDBClusterIdentifier` is specified.
|
5699
|
+
# In this case, Amazon Aurora uses the engine version of the source
|
5700
|
+
# DB cluster.
|
5701
|
+
#
|
5702
|
+
# ^
|
5654
5703
|
# @return [String]
|
5655
5704
|
#
|
5656
5705
|
# @!attribute [rw] deletion_protection
|
5657
|
-
#
|
5658
|
-
# global database can't be deleted when
|
5659
|
-
# enabled.
|
5706
|
+
# Specifies whether to enable deletion protection for the new global
|
5707
|
+
# database cluster. The global database can't be deleted when
|
5708
|
+
# deletion protection is enabled.
|
5660
5709
|
# @return [Boolean]
|
5661
5710
|
#
|
5662
5711
|
# @!attribute [rw] database_name
|
5663
5712
|
# The name for your database of up to 64 alphanumeric characters. If
|
5664
|
-
# you
|
5665
|
-
# in the global database cluster
|
5713
|
+
# you don't specify a name, Amazon Aurora doesn't create a database
|
5714
|
+
# in the global database cluster.
|
5715
|
+
#
|
5716
|
+
# Constraints:
|
5717
|
+
#
|
5718
|
+
# * Can't be specified if `SourceDBClusterIdentifier` is specified.
|
5719
|
+
# In this case, Amazon Aurora uses the database name from the source
|
5720
|
+
# DB cluster.
|
5721
|
+
#
|
5722
|
+
# ^
|
5666
5723
|
# @return [String]
|
5667
5724
|
#
|
5668
5725
|
# @!attribute [rw] storage_encrypted
|
5669
|
-
#
|
5726
|
+
# Specifies whether to enable storage encryption for the new global
|
5727
|
+
# database cluster.
|
5728
|
+
#
|
5729
|
+
# Constraints:
|
5730
|
+
#
|
5731
|
+
# * Can't be specified if `SourceDBClusterIdentifier` is specified.
|
5732
|
+
# In this case, Amazon Aurora uses the setting from the source DB
|
5733
|
+
# cluster.
|
5734
|
+
#
|
5735
|
+
# ^
|
5670
5736
|
# @return [Boolean]
|
5671
5737
|
#
|
5672
5738
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateGlobalClusterMessage AWS API Documentation
|
@@ -12818,8 +12884,8 @@ module Aws::RDS
|
|
12818
12884
|
#
|
12819
12885
|
# @!attribute [rw] status
|
12820
12886
|
# The status of the Active Directory Domain membership for the DB
|
12821
|
-
# instance or cluster. Values include joined
|
12822
|
-
# and so on.
|
12887
|
+
# instance or cluster. Values include `joined`, `pending-join`,
|
12888
|
+
# `failed`, and so on.
|
12823
12889
|
# @return [String]
|
12824
12890
|
#
|
12825
12891
|
# @!attribute [rw] fqdn
|
@@ -12828,22 +12894,22 @@ module Aws::RDS
|
|
12828
12894
|
# @return [String]
|
12829
12895
|
#
|
12830
12896
|
# @!attribute [rw] iam_role_name
|
12831
|
-
# The name of the IAM role
|
12832
|
-
#
|
12897
|
+
# The name of the IAM role used when making API calls to the Directory
|
12898
|
+
# Service.
|
12833
12899
|
# @return [String]
|
12834
12900
|
#
|
12835
12901
|
# @!attribute [rw] ou
|
12836
|
-
# The Active Directory organizational unit for
|
12837
|
-
#
|
12902
|
+
# The Active Directory organizational unit for the DB instance or
|
12903
|
+
# cluster.
|
12838
12904
|
# @return [String]
|
12839
12905
|
#
|
12840
12906
|
# @!attribute [rw] auth_secret_arn
|
12841
|
-
# The ARN for the Secrets Manager secret
|
12842
|
-
#
|
12907
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
12908
|
+
# user that's a member of the domain.
|
12843
12909
|
# @return [String]
|
12844
12910
|
#
|
12845
12911
|
# @!attribute [rw] dns_ips
|
12846
|
-
# The IPv4 DNS IP addresses of
|
12912
|
+
# The IPv4 DNS IP addresses of the primary and secondary Active
|
12847
12913
|
# Directory domain controllers.
|
12848
12914
|
# @return [Array<String>]
|
12849
12915
|
#
|
@@ -15821,12 +15887,12 @@ module Aws::RDS
|
|
15821
15887
|
# @return [String]
|
15822
15888
|
#
|
15823
15889
|
# @!attribute [rw] domain_fqdn
|
15824
|
-
#
|
15890
|
+
# The fully qualified domain name (FQDN) of an Active Directory
|
15825
15891
|
# domain.
|
15826
15892
|
#
|
15827
15893
|
# Constraints:
|
15828
15894
|
#
|
15829
|
-
# *
|
15895
|
+
# * Can't be longer than 64 characters.
|
15830
15896
|
#
|
15831
15897
|
# ^
|
15832
15898
|
#
|
@@ -15841,15 +15907,15 @@ module Aws::RDS
|
|
15841
15907
|
#
|
15842
15908
|
# * Must be in the distinguished name format.
|
15843
15909
|
#
|
15844
|
-
# *
|
15910
|
+
# * Can't be longer than 64 characters.
|
15845
15911
|
#
|
15846
15912
|
# Example:
|
15847
15913
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
15848
15914
|
# @return [String]
|
15849
15915
|
#
|
15850
15916
|
# @!attribute [rw] domain_auth_secret_arn
|
15851
|
-
# The ARN for the Secrets Manager secret
|
15852
|
-
#
|
15917
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
15918
|
+
# user joining the domain.
|
15853
15919
|
#
|
15854
15920
|
# Example:
|
15855
15921
|
# `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
|
@@ -15979,8 +16045,8 @@ module Aws::RDS
|
|
15979
16045
|
# @return [String]
|
15980
16046
|
#
|
15981
16047
|
# @!attribute [rw] disable_domain
|
15982
|
-
#
|
15983
|
-
# domain.
|
16048
|
+
# Specifies whether to remove the DB instance from the Active
|
16049
|
+
# Directory domain.
|
15984
16050
|
# @return [Boolean]
|
15985
16051
|
#
|
15986
16052
|
# @!attribute [rw] promotion_tier
|
@@ -20838,12 +20904,12 @@ module Aws::RDS
|
|
20838
20904
|
# @return [String]
|
20839
20905
|
#
|
20840
20906
|
# @!attribute [rw] domain_fqdn
|
20841
|
-
#
|
20907
|
+
# The fully qualified domain name (FQDN) of an Active Directory
|
20842
20908
|
# domain.
|
20843
20909
|
#
|
20844
20910
|
# Constraints:
|
20845
20911
|
#
|
20846
|
-
# *
|
20912
|
+
# * Can't be longer than 64 characters.
|
20847
20913
|
#
|
20848
20914
|
# ^
|
20849
20915
|
#
|
@@ -20858,15 +20924,15 @@ module Aws::RDS
|
|
20858
20924
|
#
|
20859
20925
|
# * Must be in the distinguished name format.
|
20860
20926
|
#
|
20861
|
-
# *
|
20927
|
+
# * Can't be longer than 64 characters.
|
20862
20928
|
#
|
20863
20929
|
# Example:
|
20864
20930
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
20865
20931
|
# @return [String]
|
20866
20932
|
#
|
20867
20933
|
# @!attribute [rw] domain_auth_secret_arn
|
20868
|
-
# The ARN for the Secrets Manager secret
|
20869
|
-
#
|
20934
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
20935
|
+
# user joining the domain.
|
20870
20936
|
#
|
20871
20937
|
# Constraints:
|
20872
20938
|
#
|
@@ -20909,10 +20975,10 @@ module Aws::RDS
|
|
20909
20975
|
# @return [Boolean]
|
20910
20976
|
#
|
20911
20977
|
# @!attribute [rw] domain_iam_role_name
|
20912
|
-
#
|
20913
|
-
#
|
20978
|
+
# The name of the IAM role to use when making API calls to the
|
20979
|
+
# Directory Service.
|
20914
20980
|
#
|
20915
|
-
# This setting doesn't apply to RDS Custom.
|
20981
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
20916
20982
|
# @return [String]
|
20917
20983
|
#
|
20918
20984
|
# @!attribute [rw] enable_iam_database_authentication
|
@@ -22069,19 +22135,19 @@ module Aws::RDS
|
|
22069
22135
|
# @return [String]
|
22070
22136
|
#
|
22071
22137
|
# @!attribute [rw] domain_iam_role_name
|
22072
|
-
#
|
22073
|
-
#
|
22138
|
+
# The name of the IAM role to use when making API calls to the
|
22139
|
+
# Directory Service.
|
22074
22140
|
#
|
22075
|
-
# This setting doesn't apply to RDS Custom.
|
22141
|
+
# This setting doesn't apply to RDS Custom DB instances.
|
22076
22142
|
# @return [String]
|
22077
22143
|
#
|
22078
22144
|
# @!attribute [rw] domain_fqdn
|
22079
|
-
#
|
22145
|
+
# The fully qualified domain name (FQDN) of an Active Directory
|
22080
22146
|
# domain.
|
22081
22147
|
#
|
22082
22148
|
# Constraints:
|
22083
22149
|
#
|
22084
|
-
# *
|
22150
|
+
# * Can't be longer than 64 characters.
|
22085
22151
|
#
|
22086
22152
|
# ^
|
22087
22153
|
#
|
@@ -22096,19 +22162,19 @@ module Aws::RDS
|
|
22096
22162
|
#
|
22097
22163
|
# * Must be in the distinguished name format.
|
22098
22164
|
#
|
22099
|
-
# *
|
22165
|
+
# * Can't be longer than 64 characters.
|
22100
22166
|
#
|
22101
22167
|
# Example:
|
22102
22168
|
# `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
22103
22169
|
# @return [String]
|
22104
22170
|
#
|
22105
22171
|
# @!attribute [rw] domain_auth_secret_arn
|
22106
|
-
# The ARN for the Secrets Manager secret
|
22107
|
-
#
|
22172
|
+
# The ARN for the Secrets Manager secret with the credentials for the
|
22173
|
+
# user joining the domain.
|
22108
22174
|
#
|
22109
22175
|
# Constraints:
|
22110
22176
|
#
|
22111
|
-
# *
|
22177
|
+
# * Can't be longer than 64 characters.
|
22112
22178
|
#
|
22113
22179
|
# ^
|
22114
22180
|
#
|
data/lib/aws-sdk-rds.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.184.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06
|
11
|
+
date: 2023-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '3'
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 3.
|
36
|
+
version: 3.177.0
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3'
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.177.0
|
47
47
|
description: Official AWS Ruby gem for Amazon Relational Database Service (Amazon
|
48
48
|
RDS). This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|