aws-sdk-rds 1.35.0 → 1.36.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.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +37 -1
- data/lib/aws-sdk-rds/client_api.rb +1 -0
- data/lib/aws-sdk-rds/db_instance.rb +6 -0
- data/lib/aws-sdk-rds/types.rb +6 -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: 761bb53a4be54d13b8ef44a78e560f5f164e60e5
|
4
|
+
data.tar.gz: 06f5c7f3affc20bc1b0b422d8bb747a63ea0140e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a76a231e7880a9caa1058cd354f4edf6c1897e2fcbb3a81b22e0f2cf69a040df46af98cac1a64eac7c868c9e4112e980939fb19d3654ce9ffd31ddcd61d651c3
|
7
|
+
data.tar.gz: d89a4523cf4a41c89d21bb4d71df88c7b22928c348d901da218a56467d3d84ed0edc401cd351bb515c6fd843f35d27d21d546fa5972b869f536fd7d84248540c
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -3123,6 +3123,9 @@ module Aws::RDS
|
|
3123
3123
|
# resp.db_instance.processor_features[0].name #=> String
|
3124
3124
|
# resp.db_instance.processor_features[0].value #=> String
|
3125
3125
|
# resp.db_instance.deletion_protection #=> Boolean
|
3126
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
3127
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
3128
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
3126
3129
|
#
|
3127
3130
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstance AWS API Documentation
|
3128
3131
|
#
|
@@ -3640,6 +3643,9 @@ module Aws::RDS
|
|
3640
3643
|
# resp.db_instance.processor_features[0].name #=> String
|
3641
3644
|
# resp.db_instance.processor_features[0].value #=> String
|
3642
3645
|
# resp.db_instance.deletion_protection #=> Boolean
|
3646
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
3647
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
3648
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
3643
3649
|
#
|
3644
3650
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBInstanceReadReplica AWS API Documentation
|
3645
3651
|
#
|
@@ -4823,6 +4829,9 @@ module Aws::RDS
|
|
4823
4829
|
# resp.db_instance.processor_features[0].name #=> String
|
4824
4830
|
# resp.db_instance.processor_features[0].value #=> String
|
4825
4831
|
# resp.db_instance.deletion_protection #=> Boolean
|
4832
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
4833
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
4834
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
4826
4835
|
#
|
4827
4836
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstance AWS API Documentation
|
4828
4837
|
#
|
@@ -6280,6 +6289,9 @@ module Aws::RDS
|
|
6280
6289
|
# resp.db_instances[0].processor_features[0].name #=> String
|
6281
6290
|
# resp.db_instances[0].processor_features[0].value #=> String
|
6282
6291
|
# resp.db_instances[0].deletion_protection #=> Boolean
|
6292
|
+
# resp.db_instances[0].listener_endpoint.address #=> String
|
6293
|
+
# resp.db_instances[0].listener_endpoint.port #=> Integer
|
6294
|
+
# resp.db_instances[0].listener_endpoint.hosted_zone_id #=> String
|
6283
6295
|
#
|
6284
6296
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBInstances AWS API Documentation
|
6285
6297
|
#
|
@@ -9958,6 +9970,9 @@ module Aws::RDS
|
|
9958
9970
|
# resp.db_instance.processor_features[0].name #=> String
|
9959
9971
|
# resp.db_instance.processor_features[0].value #=> String
|
9960
9972
|
# resp.db_instance.deletion_protection #=> Boolean
|
9973
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
9974
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
9975
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
9961
9976
|
#
|
9962
9977
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBInstance AWS API Documentation
|
9963
9978
|
#
|
@@ -10765,6 +10780,9 @@ module Aws::RDS
|
|
10765
10780
|
# resp.db_instance.processor_features[0].name #=> String
|
10766
10781
|
# resp.db_instance.processor_features[0].value #=> String
|
10767
10782
|
# resp.db_instance.deletion_protection #=> Boolean
|
10783
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
10784
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
10785
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
10768
10786
|
#
|
10769
10787
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplica AWS API Documentation
|
10770
10788
|
#
|
@@ -11125,6 +11143,9 @@ module Aws::RDS
|
|
11125
11143
|
# resp.db_instance.processor_features[0].name #=> String
|
11126
11144
|
# resp.db_instance.processor_features[0].value #=> String
|
11127
11145
|
# resp.db_instance.deletion_protection #=> Boolean
|
11146
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
11147
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
11148
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
11128
11149
|
#
|
11129
11150
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBInstance AWS API Documentation
|
11130
11151
|
#
|
@@ -12968,6 +12989,9 @@ module Aws::RDS
|
|
12968
12989
|
# resp.db_instance.processor_features[0].name #=> String
|
12969
12990
|
# resp.db_instance.processor_features[0].value #=> String
|
12970
12991
|
# resp.db_instance.deletion_protection #=> Boolean
|
12992
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
12993
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
12994
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
12971
12995
|
#
|
12972
12996
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromDBSnapshot AWS API Documentation
|
12973
12997
|
#
|
@@ -13495,6 +13519,9 @@ module Aws::RDS
|
|
13495
13519
|
# resp.db_instance.processor_features[0].name #=> String
|
13496
13520
|
# resp.db_instance.processor_features[0].value #=> String
|
13497
13521
|
# resp.db_instance.deletion_protection #=> Boolean
|
13522
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
13523
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
13524
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
13498
13525
|
#
|
13499
13526
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceFromS3 AWS API Documentation
|
13500
13527
|
#
|
@@ -14031,6 +14058,9 @@ module Aws::RDS
|
|
14031
14058
|
# resp.db_instance.processor_features[0].name #=> String
|
14032
14059
|
# resp.db_instance.processor_features[0].value #=> String
|
14033
14060
|
# resp.db_instance.deletion_protection #=> Boolean
|
14061
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
14062
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
14063
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
14034
14064
|
#
|
14035
14065
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBInstanceToPointInTime AWS API Documentation
|
14036
14066
|
#
|
@@ -14363,6 +14393,9 @@ module Aws::RDS
|
|
14363
14393
|
# resp.db_instance.processor_features[0].name #=> String
|
14364
14394
|
# resp.db_instance.processor_features[0].value #=> String
|
14365
14395
|
# resp.db_instance.deletion_protection #=> Boolean
|
14396
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
14397
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
14398
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
14366
14399
|
#
|
14367
14400
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBInstance AWS API Documentation
|
14368
14401
|
#
|
@@ -14614,6 +14647,9 @@ module Aws::RDS
|
|
14614
14647
|
# resp.db_instance.processor_features[0].name #=> String
|
14615
14648
|
# resp.db_instance.processor_features[0].value #=> String
|
14616
14649
|
# resp.db_instance.deletion_protection #=> Boolean
|
14650
|
+
# resp.db_instance.listener_endpoint.address #=> String
|
14651
|
+
# resp.db_instance.listener_endpoint.port #=> Integer
|
14652
|
+
# resp.db_instance.listener_endpoint.hosted_zone_id #=> String
|
14617
14653
|
#
|
14618
14654
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstance AWS API Documentation
|
14619
14655
|
#
|
@@ -14637,7 +14673,7 @@ module Aws::RDS
|
|
14637
14673
|
params: params,
|
14638
14674
|
config: config)
|
14639
14675
|
context[:gem_name] = 'aws-sdk-rds'
|
14640
|
-
context[:gem_version] = '1.
|
14676
|
+
context[:gem_version] = '1.36.0'
|
14641
14677
|
Seahorse::Client::Request.new(handlers, context)
|
14642
14678
|
end
|
14643
14679
|
|
@@ -982,6 +982,7 @@ module Aws::RDS
|
|
982
982
|
DBInstance.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
|
983
983
|
DBInstance.add_member(:processor_features, Shapes::ShapeRef.new(shape: ProcessorFeatureList, location_name: "ProcessorFeatures"))
|
984
984
|
DBInstance.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeletionProtection"))
|
985
|
+
DBInstance.add_member(:listener_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ListenerEndpoint"))
|
985
986
|
DBInstance.struct_class = Types::DBInstance
|
986
987
|
|
987
988
|
DBInstanceList.member = Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance")
|
@@ -452,6 +452,12 @@ module Aws::RDS
|
|
452
452
|
data[:deletion_protection]
|
453
453
|
end
|
454
454
|
|
455
|
+
# Specifies the listener connection endpoint for SQL Server Always On.
|
456
|
+
# @return [Types::Endpoint]
|
457
|
+
def listener_endpoint
|
458
|
+
data[:listener_endpoint]
|
459
|
+
end
|
460
|
+
|
455
461
|
# @!endgroup
|
456
462
|
|
457
463
|
# @return [Client]
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -4864,6 +4864,10 @@ module Aws::RDS
|
|
4864
4864
|
# [1]: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html
|
4865
4865
|
# @return [Boolean]
|
4866
4866
|
#
|
4867
|
+
# @!attribute [rw] listener_endpoint
|
4868
|
+
# Specifies the listener connection endpoint for SQL Server Always On.
|
4869
|
+
# @return [Types::Endpoint]
|
4870
|
+
#
|
4867
4871
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstance AWS API Documentation
|
4868
4872
|
#
|
4869
4873
|
class DBInstance < Struct.new(
|
@@ -4921,7 +4925,8 @@ module Aws::RDS
|
|
4921
4925
|
:performance_insights_retention_period,
|
4922
4926
|
:enabled_cloudwatch_logs_exports,
|
4923
4927
|
:processor_features,
|
4924
|
-
:deletion_protection
|
4928
|
+
:deletion_protection,
|
4929
|
+
:listener_endpoint)
|
4925
4930
|
include Aws::Structure
|
4926
4931
|
end
|
4927
4932
|
|
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.36.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-10-
|
11
|
+
date: 2018-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|