aws-sdk-rds 1.38.1 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds/client.rb +22 -1
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/db_instance.rb +12 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +6 -0
- data/lib/aws-sdk-rds/types.rb +30 -0
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39ed936fc268b15a366b36effb2047a0c90fda95
|
4
|
+
data.tar.gz: 7c1acece7668ccc0bb7aa85ee1ffccf11fd46013
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bec6fc35239f448b6045294490a131798c3b9d5a4bcc81cccaf0376f8a399bb16fc3c4383184433c44751f0312cad46b2824ab4661fa16c93c0e813d1f846113
|
7
|
+
data.tar.gz: 92007e8fbc381d543f0364dfbc7895900c522aabb1390bc1e2b204bb954e6699850232c0c4796167119576ed8660153d5c5a2aa23bd4388383c742ca529613dc
|
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -3380,6 +3380,12 @@ module Aws::RDS
|
|
3380
3380
|
#
|
3381
3381
|
# Example: `mySubnetgroup`
|
3382
3382
|
#
|
3383
|
+
# @option params [Array<String>] :vpc_security_group_ids
|
3384
|
+
# A list of EC2 VPC security groups to associate with the Read Replica.
|
3385
|
+
#
|
3386
|
+
# Default: The default EC2 VPC security group for the DB subnet group's
|
3387
|
+
# VPC.
|
3388
|
+
#
|
3383
3389
|
# @option params [String] :storage_type
|
3384
3390
|
# Specifies the storage type to be associated with the Read Replica.
|
3385
3391
|
#
|
@@ -3608,6 +3614,7 @@ module Aws::RDS
|
|
3608
3614
|
# },
|
3609
3615
|
# ],
|
3610
3616
|
# db_subnet_group_name: "String",
|
3617
|
+
# vpc_security_group_ids: ["String"],
|
3611
3618
|
# storage_type: "String",
|
3612
3619
|
# copy_tags_to_snapshot: false,
|
3613
3620
|
# monitoring_interval: 1,
|
@@ -13164,6 +13171,12 @@ module Aws::RDS
|
|
13164
13171
|
# The password for the given ARN from the key store in order to access
|
13165
13172
|
# the device.
|
13166
13173
|
#
|
13174
|
+
# @option params [Array<String>] :vpc_security_group_ids
|
13175
|
+
# A list of EC2 VPC security groups to associate with this DB instance.
|
13176
|
+
#
|
13177
|
+
# Default: The default EC2 VPC security group for the DB subnet group's
|
13178
|
+
# VPC.
|
13179
|
+
#
|
13167
13180
|
# @option params [String] :domain
|
13168
13181
|
# Specify the Active Directory Domain to restore the instance in.
|
13169
13182
|
#
|
@@ -13356,6 +13369,7 @@ module Aws::RDS
|
|
13356
13369
|
# storage_type: "String",
|
13357
13370
|
# tde_credential_arn: "String",
|
13358
13371
|
# tde_credential_password: "String",
|
13372
|
+
# vpc_security_group_ids: ["String"],
|
13359
13373
|
# domain: "String",
|
13360
13374
|
# copy_tags_to_snapshot: false,
|
13361
13375
|
# domain_iam_role_name: "String",
|
@@ -14234,6 +14248,12 @@ module Aws::RDS
|
|
14234
14248
|
# The password for the given ARN from the key store in order to access
|
14235
14249
|
# the device.
|
14236
14250
|
#
|
14251
|
+
# @option params [Array<String>] :vpc_security_group_ids
|
14252
|
+
# A list of EC2 VPC security groups to associate with this DB instance.
|
14253
|
+
#
|
14254
|
+
# Default: The default EC2 VPC security group for the DB subnet group's
|
14255
|
+
# VPC.
|
14256
|
+
#
|
14237
14257
|
# @option params [String] :domain
|
14238
14258
|
# Specify the Active Directory Domain to restore the instance in.
|
14239
14259
|
#
|
@@ -14429,6 +14449,7 @@ module Aws::RDS
|
|
14429
14449
|
# storage_type: "String",
|
14430
14450
|
# tde_credential_arn: "String",
|
14431
14451
|
# tde_credential_password: "String",
|
14452
|
+
# vpc_security_group_ids: ["String"],
|
14432
14453
|
# domain: "String",
|
14433
14454
|
# domain_iam_role_name: "String",
|
14434
14455
|
# enable_iam_database_authentication: false,
|
@@ -15171,7 +15192,7 @@ module Aws::RDS
|
|
15171
15192
|
params: params,
|
15172
15193
|
config: config)
|
15173
15194
|
context[:gem_name] = 'aws-sdk-rds'
|
15174
|
-
context[:gem_version] = '1.
|
15195
|
+
context[:gem_version] = '1.39.0'
|
15175
15196
|
Seahorse::Client::Request.new(handlers, context)
|
15176
15197
|
end
|
15177
15198
|
|
@@ -705,6 +705,7 @@ module Aws::RDS
|
|
705
705
|
CreateDBInstanceReadReplicaMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
706
706
|
CreateDBInstanceReadReplicaMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
707
707
|
CreateDBInstanceReadReplicaMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
708
|
+
CreateDBInstanceReadReplicaMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
708
709
|
CreateDBInstanceReadReplicaMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
709
710
|
CreateDBInstanceReadReplicaMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
710
711
|
CreateDBInstanceReadReplicaMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
@@ -2167,6 +2168,7 @@ module Aws::RDS
|
|
2167
2168
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
2168
2169
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
2169
2170
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword"))
|
2171
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
2170
2172
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
2171
2173
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
2172
2174
|
RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
@@ -2250,6 +2252,7 @@ module Aws::RDS
|
|
2250
2252
|
RestoreDBInstanceToPointInTimeMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
2251
2253
|
RestoreDBInstanceToPointInTimeMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
2252
2254
|
RestoreDBInstanceToPointInTimeMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword"))
|
2255
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
2253
2256
|
RestoreDBInstanceToPointInTimeMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
2254
2257
|
RestoreDBInstanceToPointInTimeMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
2255
2258
|
RestoreDBInstanceToPointInTimeMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
@@ -1417,6 +1417,7 @@ module Aws::RDS
|
|
1417
1417
|
# },
|
1418
1418
|
# ],
|
1419
1419
|
# db_subnet_group_name: "String",
|
1420
|
+
# vpc_security_group_ids: ["String"],
|
1420
1421
|
# storage_type: "String",
|
1421
1422
|
# copy_tags_to_snapshot: false,
|
1422
1423
|
# monitoring_interval: 1,
|
@@ -1526,6 +1527,11 @@ module Aws::RDS
|
|
1526
1527
|
# outside of any VPC.
|
1527
1528
|
#
|
1528
1529
|
# Example: `mySubnetgroup`
|
1530
|
+
# @option options [Array<String>] :vpc_security_group_ids
|
1531
|
+
# A list of EC2 VPC security groups to associate with the Read Replica.
|
1532
|
+
#
|
1533
|
+
# Default: The default EC2 VPC security group for the DB subnet group's
|
1534
|
+
# VPC.
|
1529
1535
|
# @option options [String] :storage_type
|
1530
1536
|
# Specifies the storage type to be associated with the Read Replica.
|
1531
1537
|
#
|
@@ -2482,6 +2488,7 @@ module Aws::RDS
|
|
2482
2488
|
# storage_type: "String",
|
2483
2489
|
# tde_credential_arn: "String",
|
2484
2490
|
# tde_credential_password: "String",
|
2491
|
+
# vpc_security_group_ids: ["String"],
|
2485
2492
|
# domain: "String",
|
2486
2493
|
# domain_iam_role_name: "String",
|
2487
2494
|
# enable_iam_database_authentication: false,
|
@@ -2662,6 +2669,11 @@ module Aws::RDS
|
|
2662
2669
|
# @option options [String] :tde_credential_password
|
2663
2670
|
# The password for the given ARN from the key store in order to access
|
2664
2671
|
# the device.
|
2672
|
+
# @option options [Array<String>] :vpc_security_group_ids
|
2673
|
+
# A list of EC2 VPC security groups to associate with this DB instance.
|
2674
|
+
#
|
2675
|
+
# Default: The default EC2 VPC security group for the DB subnet group's
|
2676
|
+
# VPC.
|
2665
2677
|
# @option options [String] :domain
|
2666
2678
|
# Specify the Active Directory Domain to restore the instance in.
|
2667
2679
|
# @option options [String] :domain_iam_role_name
|
@@ -557,6 +557,7 @@ module Aws::RDS
|
|
557
557
|
# storage_type: "String",
|
558
558
|
# tde_credential_arn: "String",
|
559
559
|
# tde_credential_password: "String",
|
560
|
+
# vpc_security_group_ids: ["String"],
|
560
561
|
# domain: "String",
|
561
562
|
# copy_tags_to_snapshot: false,
|
562
563
|
# domain_iam_role_name: "String",
|
@@ -728,6 +729,11 @@ module Aws::RDS
|
|
728
729
|
# @option options [String] :tde_credential_password
|
729
730
|
# The password for the given ARN from the key store in order to access
|
730
731
|
# the device.
|
732
|
+
# @option options [Array<String>] :vpc_security_group_ids
|
733
|
+
# A list of EC2 VPC security groups to associate with this DB instance.
|
734
|
+
#
|
735
|
+
# Default: The default EC2 VPC security group for the DB subnet group's
|
736
|
+
# VPC.
|
731
737
|
# @option options [String] :domain
|
732
738
|
# Specify the Active Directory Domain to restore the instance in.
|
733
739
|
# @option options [Boolean] :copy_tags_to_snapshot
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -2769,6 +2769,7 @@ module Aws::RDS
|
|
2769
2769
|
# },
|
2770
2770
|
# ],
|
2771
2771
|
# db_subnet_group_name: "String",
|
2772
|
+
# vpc_security_group_ids: ["String"],
|
2772
2773
|
# storage_type: "String",
|
2773
2774
|
# copy_tags_to_snapshot: false,
|
2774
2775
|
# monitoring_interval: 1,
|
@@ -2935,6 +2936,14 @@ module Aws::RDS
|
|
2935
2936
|
# Example: `mySubnetgroup`
|
2936
2937
|
# @return [String]
|
2937
2938
|
#
|
2939
|
+
# @!attribute [rw] vpc_security_group_ids
|
2940
|
+
# A list of EC2 VPC security groups to associate with the Read
|
2941
|
+
# Replica.
|
2942
|
+
#
|
2943
|
+
# Default: The default EC2 VPC security group for the DB subnet
|
2944
|
+
# group's VPC.
|
2945
|
+
# @return [Array<String>]
|
2946
|
+
#
|
2938
2947
|
# @!attribute [rw] storage_type
|
2939
2948
|
# Specifies the storage type to be associated with the Read Replica.
|
2940
2949
|
#
|
@@ -3146,6 +3155,7 @@ module Aws::RDS
|
|
3146
3155
|
:publicly_accessible,
|
3147
3156
|
:tags,
|
3148
3157
|
:db_subnet_group_name,
|
3158
|
+
:vpc_security_group_ids,
|
3149
3159
|
:storage_type,
|
3150
3160
|
:copy_tags_to_snapshot,
|
3151
3161
|
:monitoring_interval,
|
@@ -13272,6 +13282,7 @@ module Aws::RDS
|
|
13272
13282
|
# storage_type: "String",
|
13273
13283
|
# tde_credential_arn: "String",
|
13274
13284
|
# tde_credential_password: "String",
|
13285
|
+
# vpc_security_group_ids: ["String"],
|
13275
13286
|
# domain: "String",
|
13276
13287
|
# copy_tags_to_snapshot: false,
|
13277
13288
|
# domain_iam_role_name: "String",
|
@@ -13490,6 +13501,14 @@ module Aws::RDS
|
|
13490
13501
|
# the device.
|
13491
13502
|
# @return [String]
|
13492
13503
|
#
|
13504
|
+
# @!attribute [rw] vpc_security_group_ids
|
13505
|
+
# A list of EC2 VPC security groups to associate with this DB
|
13506
|
+
# instance.
|
13507
|
+
#
|
13508
|
+
# Default: The default EC2 VPC security group for the DB subnet
|
13509
|
+
# group's VPC.
|
13510
|
+
# @return [Array<String>]
|
13511
|
+
#
|
13493
13512
|
# @!attribute [rw] domain
|
13494
13513
|
# Specify the Active Directory Domain to restore the instance in.
|
13495
13514
|
# @return [String]
|
@@ -13587,6 +13606,7 @@ module Aws::RDS
|
|
13587
13606
|
:storage_type,
|
13588
13607
|
:tde_credential_arn,
|
13589
13608
|
:tde_credential_password,
|
13609
|
+
:vpc_security_group_ids,
|
13590
13610
|
:domain,
|
13591
13611
|
:copy_tags_to_snapshot,
|
13592
13612
|
:domain_iam_role_name,
|
@@ -14150,6 +14170,7 @@ module Aws::RDS
|
|
14150
14170
|
# storage_type: "String",
|
14151
14171
|
# tde_credential_arn: "String",
|
14152
14172
|
# tde_credential_password: "String",
|
14173
|
+
# vpc_security_group_ids: ["String"],
|
14153
14174
|
# domain: "String",
|
14154
14175
|
# domain_iam_role_name: "String",
|
14155
14176
|
# enable_iam_database_authentication: false,
|
@@ -14383,6 +14404,14 @@ module Aws::RDS
|
|
14383
14404
|
# the device.
|
14384
14405
|
# @return [String]
|
14385
14406
|
#
|
14407
|
+
# @!attribute [rw] vpc_security_group_ids
|
14408
|
+
# A list of EC2 VPC security groups to associate with this DB
|
14409
|
+
# instance.
|
14410
|
+
#
|
14411
|
+
# Default: The default EC2 VPC security group for the DB subnet
|
14412
|
+
# group's VPC.
|
14413
|
+
# @return [Array<String>]
|
14414
|
+
#
|
14386
14415
|
# @!attribute [rw] domain
|
14387
14416
|
# Specify the Active Directory Domain to restore the instance in.
|
14388
14417
|
# @return [String]
|
@@ -14482,6 +14511,7 @@ module Aws::RDS
|
|
14482
14511
|
:storage_type,
|
14483
14512
|
:tde_credential_arn,
|
14484
14513
|
:tde_credential_password,
|
14514
|
+
:vpc_security_group_ids,
|
14485
14515
|
:domain,
|
14486
14516
|
:domain_iam_role_name,
|
14487
14517
|
:enable_iam_database_authentication,
|
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.39.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: 2018-11-
|
11
|
+
date: 2018-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|