aws-sdk-rds 1.101.0 → 1.102.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/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +20 -1
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +8 -1
- data/lib/aws-sdk-rds/db_instance.rb +11 -0
- data/lib/aws-sdk-rds/resource.rb +3 -0
- data/lib/aws-sdk-rds/types.rb +21 -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: '069ff23d51bf7de7f86cbf581675915c8ecbf0297f26c57ecbcf16976cc8e8fa'
|
4
|
+
data.tar.gz: '048b891ac64dcf4be4e9e118c16aefb1c688df7968bc9d0fb34a22c53b7a93e8'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5738e0c140b09e4af5cf6523e56cf861b6dfed01c18bf1823e61ab31f4ae6f31c2f5817c58128f3f6dab93ea7743b320c0c1d7dcc71df7e0d5599e687800737
|
7
|
+
data.tar.gz: 1ceb4c99c540dc27ba68beec7966deb951ff817cb377989f17fdbf8cfdb162c4d052eedb5378b8f495951fef46cbc9ce456f411f90881f2560fee5a3c3eaee4b
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -3332,6 +3332,9 @@ module Aws::RDS
|
|
3332
3332
|
# Not applicable. The character set is managed by the DB cluster. For
|
3333
3333
|
# more information, see `CreateDBCluster`.
|
3334
3334
|
#
|
3335
|
+
# @option params [String] :nchar_character_set_name
|
3336
|
+
# The name of the NCHAR character set for the Oracle DB instance.
|
3337
|
+
#
|
3335
3338
|
# @option params [Boolean] :publicly_accessible
|
3336
3339
|
# A value that indicates whether the DB instance is publicly accessible.
|
3337
3340
|
#
|
@@ -3658,6 +3661,7 @@ module Aws::RDS
|
|
3658
3661
|
# iops: 1,
|
3659
3662
|
# option_group_name: "String",
|
3660
3663
|
# character_set_name: "String",
|
3664
|
+
# nchar_character_set_name: "String",
|
3661
3665
|
# publicly_accessible: false,
|
3662
3666
|
# tags: [
|
3663
3667
|
# {
|
@@ -3765,6 +3769,7 @@ module Aws::RDS
|
|
3765
3769
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
3766
3770
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
3767
3771
|
# resp.db_instance.character_set_name #=> String
|
3772
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
3768
3773
|
# resp.db_instance.secondary_availability_zone #=> String
|
3769
3774
|
# resp.db_instance.publicly_accessible #=> Boolean
|
3770
3775
|
# resp.db_instance.status_infos #=> Array
|
@@ -4399,6 +4404,7 @@ module Aws::RDS
|
|
4399
4404
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
4400
4405
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
4401
4406
|
# resp.db_instance.character_set_name #=> String
|
4407
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
4402
4408
|
# resp.db_instance.secondary_availability_zone #=> String
|
4403
4409
|
# resp.db_instance.publicly_accessible #=> Boolean
|
4404
4410
|
# resp.db_instance.status_infos #=> Array
|
@@ -5923,6 +5929,7 @@ module Aws::RDS
|
|
5923
5929
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
5924
5930
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
5925
5931
|
# resp.db_instance.character_set_name #=> String
|
5932
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
5926
5933
|
# resp.db_instance.secondary_availability_zone #=> String
|
5927
5934
|
# resp.db_instance.publicly_accessible #=> Boolean
|
5928
5935
|
# resp.db_instance.status_infos #=> Array
|
@@ -7707,6 +7714,9 @@ module Aws::RDS
|
|
7707
7714
|
# resp.db_engine_versions[0].supported_character_sets #=> Array
|
7708
7715
|
# resp.db_engine_versions[0].supported_character_sets[0].character_set_name #=> String
|
7709
7716
|
# resp.db_engine_versions[0].supported_character_sets[0].character_set_description #=> String
|
7717
|
+
# resp.db_engine_versions[0].supported_nchar_character_sets #=> Array
|
7718
|
+
# resp.db_engine_versions[0].supported_nchar_character_sets[0].character_set_name #=> String
|
7719
|
+
# resp.db_engine_versions[0].supported_nchar_character_sets[0].character_set_description #=> String
|
7710
7720
|
# resp.db_engine_versions[0].valid_upgrade_target #=> Array
|
7711
7721
|
# resp.db_engine_versions[0].valid_upgrade_target[0].engine #=> String
|
7712
7722
|
# resp.db_engine_versions[0].valid_upgrade_target[0].engine_version #=> String
|
@@ -8021,6 +8031,7 @@ module Aws::RDS
|
|
8021
8031
|
# resp.db_instances[0].option_group_memberships[0].option_group_name #=> String
|
8022
8032
|
# resp.db_instances[0].option_group_memberships[0].status #=> String
|
8023
8033
|
# resp.db_instances[0].character_set_name #=> String
|
8034
|
+
# resp.db_instances[0].nchar_character_set_name #=> String
|
8024
8035
|
# resp.db_instances[0].secondary_availability_zone #=> String
|
8025
8036
|
# resp.db_instances[0].publicly_accessible #=> Boolean
|
8026
8037
|
# resp.db_instances[0].status_infos #=> Array
|
@@ -12822,6 +12833,7 @@ module Aws::RDS
|
|
12822
12833
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
12823
12834
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
12824
12835
|
# resp.db_instance.character_set_name #=> String
|
12836
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
12825
12837
|
# resp.db_instance.secondary_availability_zone #=> String
|
12826
12838
|
# resp.db_instance.publicly_accessible #=> Boolean
|
12827
12839
|
# resp.db_instance.status_infos #=> Array
|
@@ -13906,6 +13918,7 @@ module Aws::RDS
|
|
13906
13918
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
13907
13919
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
13908
13920
|
# resp.db_instance.character_set_name #=> String
|
13921
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
13909
13922
|
# resp.db_instance.secondary_availability_zone #=> String
|
13910
13923
|
# resp.db_instance.publicly_accessible #=> Boolean
|
13911
13924
|
# resp.db_instance.status_infos #=> Array
|
@@ -14299,6 +14312,7 @@ module Aws::RDS
|
|
14299
14312
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
14300
14313
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
14301
14314
|
# resp.db_instance.character_set_name #=> String
|
14315
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
14302
14316
|
# resp.db_instance.secondary_availability_zone #=> String
|
14303
14317
|
# resp.db_instance.publicly_accessible #=> Boolean
|
14304
14318
|
# resp.db_instance.status_infos #=> Array
|
@@ -16575,6 +16589,7 @@ module Aws::RDS
|
|
16575
16589
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
16576
16590
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
16577
16591
|
# resp.db_instance.character_set_name #=> String
|
16592
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
16578
16593
|
# resp.db_instance.secondary_availability_zone #=> String
|
16579
16594
|
# resp.db_instance.publicly_accessible #=> Boolean
|
16580
16595
|
# resp.db_instance.status_infos #=> Array
|
@@ -17134,6 +17149,7 @@ module Aws::RDS
|
|
17134
17149
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
17135
17150
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
17136
17151
|
# resp.db_instance.character_set_name #=> String
|
17152
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
17137
17153
|
# resp.db_instance.secondary_availability_zone #=> String
|
17138
17154
|
# resp.db_instance.publicly_accessible #=> Boolean
|
17139
17155
|
# resp.db_instance.status_infos #=> Array
|
@@ -17713,6 +17729,7 @@ module Aws::RDS
|
|
17713
17729
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
17714
17730
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
17715
17731
|
# resp.db_instance.character_set_name #=> String
|
17732
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
17716
17733
|
# resp.db_instance.secondary_availability_zone #=> String
|
17717
17734
|
# resp.db_instance.publicly_accessible #=> Boolean
|
17718
17735
|
# resp.db_instance.status_infos #=> Array
|
@@ -18138,6 +18155,7 @@ module Aws::RDS
|
|
18138
18155
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
18139
18156
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
18140
18157
|
# resp.db_instance.character_set_name #=> String
|
18158
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
18141
18159
|
# resp.db_instance.secondary_availability_zone #=> String
|
18142
18160
|
# resp.db_instance.publicly_accessible #=> Boolean
|
18143
18161
|
# resp.db_instance.status_infos #=> Array
|
@@ -18593,6 +18611,7 @@ module Aws::RDS
|
|
18593
18611
|
# resp.db_instance.option_group_memberships[0].option_group_name #=> String
|
18594
18612
|
# resp.db_instance.option_group_memberships[0].status #=> String
|
18595
18613
|
# resp.db_instance.character_set_name #=> String
|
18614
|
+
# resp.db_instance.nchar_character_set_name #=> String
|
18596
18615
|
# resp.db_instance.secondary_availability_zone #=> String
|
18597
18616
|
# resp.db_instance.publicly_accessible #=> Boolean
|
18598
18617
|
# resp.db_instance.status_infos #=> Array
|
@@ -18661,7 +18680,7 @@ module Aws::RDS
|
|
18661
18680
|
params: params,
|
18662
18681
|
config: config)
|
18663
18682
|
context[:gem_name] = 'aws-sdk-rds'
|
18664
|
-
context[:gem_version] = '1.
|
18683
|
+
context[:gem_version] = '1.102.0'
|
18665
18684
|
Seahorse::Client::Request.new(handlers, context)
|
18666
18685
|
end
|
18667
18686
|
|
@@ -842,6 +842,7 @@ module Aws::RDS
|
|
842
842
|
CreateDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
843
843
|
CreateDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
844
844
|
CreateDBInstanceMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
845
|
+
CreateDBInstanceMessage.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
845
846
|
CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
846
847
|
CreateDBInstanceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
847
848
|
CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
@@ -1221,6 +1222,7 @@ module Aws::RDS
|
|
1221
1222
|
DBEngineVersion.add_member(:db_engine_version_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineVersionDescription"))
|
1222
1223
|
DBEngineVersion.add_member(:default_character_set, Shapes::ShapeRef.new(shape: CharacterSet, location_name: "DefaultCharacterSet"))
|
1223
1224
|
DBEngineVersion.add_member(:supported_character_sets, Shapes::ShapeRef.new(shape: SupportedCharacterSetsList, location_name: "SupportedCharacterSets"))
|
1225
|
+
DBEngineVersion.add_member(:supported_nchar_character_sets, Shapes::ShapeRef.new(shape: SupportedCharacterSetsList, location_name: "SupportedNcharCharacterSets"))
|
1224
1226
|
DBEngineVersion.add_member(:valid_upgrade_target, Shapes::ShapeRef.new(shape: ValidUpgradeTargetList, location_name: "ValidUpgradeTarget"))
|
1225
1227
|
DBEngineVersion.add_member(:supported_timezones, Shapes::ShapeRef.new(shape: SupportedTimezonesList, location_name: "SupportedTimezones"))
|
1226
1228
|
DBEngineVersion.add_member(:exportable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "ExportableLogTypes"))
|
@@ -1269,6 +1271,7 @@ module Aws::RDS
|
|
1269
1271
|
DBInstance.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1270
1272
|
DBInstance.add_member(:option_group_memberships, Shapes::ShapeRef.new(shape: OptionGroupMembershipList, location_name: "OptionGroupMemberships"))
|
1271
1273
|
DBInstance.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
1274
|
+
DBInstance.add_member(:nchar_character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "NcharCharacterSetName"))
|
1272
1275
|
DBInstance.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SecondaryAvailabilityZone"))
|
1273
1276
|
DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
|
1274
1277
|
DBInstance.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBInstanceStatusInfoList, location_name: "StatusInfos"))
|
@@ -71,12 +71,19 @@ module Aws::RDS
|
|
71
71
|
end
|
72
72
|
|
73
73
|
# A list of the character sets supported by this engine for the
|
74
|
-
# `CharacterSetName` parameter of the `CreateDBInstance`
|
74
|
+
# `CharacterSetName` parameter of the `CreateDBInstance` operation.
|
75
75
|
# @return [Array<Types::CharacterSet>]
|
76
76
|
def supported_character_sets
|
77
77
|
data[:supported_character_sets]
|
78
78
|
end
|
79
79
|
|
80
|
+
# A list of the character sets supported by the Oracle DB engine for the
|
81
|
+
# `NcharCharacterSetName` parameter of the `CreateDBInstance` operation.
|
82
|
+
# @return [Array<Types::CharacterSet>]
|
83
|
+
def supported_nchar_character_sets
|
84
|
+
data[:supported_nchar_character_sets]
|
85
|
+
end
|
86
|
+
|
80
87
|
# A list of engine versions that this database engine version can be
|
81
88
|
# upgraded to.
|
82
89
|
# @return [Array<Types::UpgradeTarget>]
|
@@ -265,6 +265,14 @@ module Aws::RDS
|
|
265
265
|
data[:character_set_name]
|
266
266
|
end
|
267
267
|
|
268
|
+
# The name of the NCHAR character set for the Oracle DB instance. This
|
269
|
+
# character set specifies the Unicode encoding for data stored in table
|
270
|
+
# columns of type NCHAR, NCLOB, or NVARCHAR2.
|
271
|
+
# @return [String]
|
272
|
+
def nchar_character_set_name
|
273
|
+
data[:nchar_character_set_name]
|
274
|
+
end
|
275
|
+
|
268
276
|
# If present, specifies the name of the secondary Availability Zone for
|
269
277
|
# a DB instance with multi-AZ support.
|
270
278
|
# @return [String]
|
@@ -673,6 +681,7 @@ module Aws::RDS
|
|
673
681
|
# iops: 1,
|
674
682
|
# option_group_name: "String",
|
675
683
|
# character_set_name: "String",
|
684
|
+
# nchar_character_set_name: "String",
|
676
685
|
# publicly_accessible: false,
|
677
686
|
# tags: [
|
678
687
|
# {
|
@@ -1270,6 +1279,8 @@ module Aws::RDS
|
|
1270
1279
|
#
|
1271
1280
|
# Not applicable. The character set is managed by the DB cluster. For
|
1272
1281
|
# more information, see `CreateDBCluster`.
|
1282
|
+
# @option options [String] :nchar_character_set_name
|
1283
|
+
# The name of the NCHAR character set for the Oracle DB instance.
|
1273
1284
|
# @option options [Boolean] :publicly_accessible
|
1274
1285
|
# A value that indicates whether the DB instance is publicly accessible.
|
1275
1286
|
#
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -545,6 +545,7 @@ module Aws::RDS
|
|
545
545
|
# iops: 1,
|
546
546
|
# option_group_name: "String",
|
547
547
|
# character_set_name: "String",
|
548
|
+
# nchar_character_set_name: "String",
|
548
549
|
# publicly_accessible: false,
|
549
550
|
# tags: [
|
550
551
|
# {
|
@@ -1155,6 +1156,8 @@ module Aws::RDS
|
|
1155
1156
|
#
|
1156
1157
|
# Not applicable. The character set is managed by the DB cluster. For
|
1157
1158
|
# more information, see `CreateDBCluster`.
|
1159
|
+
# @option options [String] :nchar_character_set_name
|
1160
|
+
# The name of the NCHAR character set for the Oracle DB instance.
|
1158
1161
|
# @option options [Boolean] :publicly_accessible
|
1159
1162
|
# A value that indicates whether the DB instance is publicly accessible.
|
1160
1163
|
#
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2415,6 +2415,7 @@ module Aws::RDS
|
|
2415
2415
|
# iops: 1,
|
2416
2416
|
# option_group_name: "String",
|
2417
2417
|
# character_set_name: "String",
|
2418
|
+
# nchar_character_set_name: "String",
|
2418
2419
|
# publicly_accessible: false,
|
2419
2420
|
# tags: [
|
2420
2421
|
# {
|
@@ -3073,6 +3074,10 @@ module Aws::RDS
|
|
3073
3074
|
# more information, see `CreateDBCluster`.
|
3074
3075
|
# @return [String]
|
3075
3076
|
#
|
3077
|
+
# @!attribute [rw] nchar_character_set_name
|
3078
|
+
# The name of the NCHAR character set for the Oracle DB instance.
|
3079
|
+
# @return [String]
|
3080
|
+
#
|
3076
3081
|
# @!attribute [rw] publicly_accessible
|
3077
3082
|
# A value that indicates whether the DB instance is publicly
|
3078
3083
|
# accessible.
|
@@ -3399,6 +3404,7 @@ module Aws::RDS
|
|
3399
3404
|
:iops,
|
3400
3405
|
:option_group_name,
|
3401
3406
|
:character_set_name,
|
3407
|
+
:nchar_character_set_name,
|
3402
3408
|
:publicly_accessible,
|
3403
3409
|
:tags,
|
3404
3410
|
:db_cluster_identifier,
|
@@ -5895,7 +5901,13 @@ module Aws::RDS
|
|
5895
5901
|
#
|
5896
5902
|
# @!attribute [rw] supported_character_sets
|
5897
5903
|
# A list of the character sets supported by this engine for the
|
5898
|
-
# `CharacterSetName` parameter of the `CreateDBInstance`
|
5904
|
+
# `CharacterSetName` parameter of the `CreateDBInstance` operation.
|
5905
|
+
# @return [Array<Types::CharacterSet>]
|
5906
|
+
#
|
5907
|
+
# @!attribute [rw] supported_nchar_character_sets
|
5908
|
+
# A list of the character sets supported by the Oracle DB engine for
|
5909
|
+
# the `NcharCharacterSetName` parameter of the `CreateDBInstance`
|
5910
|
+
# operation.
|
5899
5911
|
# @return [Array<Types::CharacterSet>]
|
5900
5912
|
#
|
5901
5913
|
# @!attribute [rw] valid_upgrade_target
|
@@ -5968,6 +5980,7 @@ module Aws::RDS
|
|
5968
5980
|
:db_engine_version_description,
|
5969
5981
|
:default_character_set,
|
5970
5982
|
:supported_character_sets,
|
5983
|
+
:supported_nchar_character_sets,
|
5971
5984
|
:valid_upgrade_target,
|
5972
5985
|
:supported_timezones,
|
5973
5986
|
:exportable_log_types,
|
@@ -6190,6 +6203,12 @@ module Aws::RDS
|
|
6190
6203
|
# instance is associated with.
|
6191
6204
|
# @return [String]
|
6192
6205
|
#
|
6206
|
+
# @!attribute [rw] nchar_character_set_name
|
6207
|
+
# The name of the NCHAR character set for the Oracle DB instance. This
|
6208
|
+
# character set specifies the Unicode encoding for data stored in
|
6209
|
+
# table columns of type NCHAR, NCLOB, or NVARCHAR2.
|
6210
|
+
# @return [String]
|
6211
|
+
#
|
6193
6212
|
# @!attribute [rw] secondary_availability_zone
|
6194
6213
|
# If present, specifies the name of the secondary Availability Zone
|
6195
6214
|
# for a DB instance with multi-AZ support.
|
@@ -6414,6 +6433,7 @@ module Aws::RDS
|
|
6414
6433
|
:iops,
|
6415
6434
|
:option_group_memberships,
|
6416
6435
|
:character_set_name,
|
6436
|
+
:nchar_character_set_name,
|
6417
6437
|
:secondary_availability_zone,
|
6418
6438
|
:publicly_accessible,
|
6419
6439
|
:status_infos,
|
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.102.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: 2020-
|
11
|
+
date: 2020-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|