aws-sdk-rds 1.98.0 → 1.99.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 +41 -9
- data/lib/aws-sdk-rds/db_cluster.rb +9 -2
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/db_instance.rb +21 -2
- data/lib/aws-sdk-rds/db_parameter_group.rb +2 -2
- data/lib/aws-sdk-rds/resource.rb +28 -0
- data/lib/aws-sdk-rds/types.rb +58 -21
- 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: f22d6231e3802b41314a9e2c1bb1f75077b5747e606076dd47506d81e02b35c4
|
|
4
|
+
data.tar.gz: 4ccd3faecf2ca988d2793ec30bc92a119779871b98bf3841f445433232bc2f89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9c0306de182adebd9604d1f57249fcb6ae560ffd397a32543fffbcd59e4187480967f2dc5638088ad7bc0e34d94fa0a0f0678ba60ce3317124610ef361f0c77
|
|
7
|
+
data.tar.gz: 278858a02b7b0a32d25aa9b2366f03b16475b2e1420f679def1118e93c4f9d2f3a29ce7b5afde1bc83984d297caaf4f5f8e83b90d4afab90eaa1ce376d508142
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
|
@@ -1387,7 +1387,7 @@ module Aws::RDS
|
|
|
1387
1387
|
end
|
|
1388
1388
|
|
|
1389
1389
|
# Copies the specified DB snapshot. The source DB snapshot must be in
|
|
1390
|
-
# the
|
|
1390
|
+
# the `available` or `storage-optimization` state.
|
|
1391
1391
|
#
|
|
1392
1392
|
# You can copy a snapshot from one AWS Region to another. In that case,
|
|
1393
1393
|
# the AWS Region where you call the `CopyDBSnapshot` action is the
|
|
@@ -2144,6 +2144,14 @@ module Aws::RDS
|
|
|
2144
2144
|
# used. For more information, see [Publishing Database Logs to Amazon
|
|
2145
2145
|
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
|
2146
2146
|
#
|
|
2147
|
+
# **Aurora MySQL**
|
|
2148
|
+
#
|
|
2149
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
2150
|
+
#
|
|
2151
|
+
# **Aurora PostgreSQL**
|
|
2152
|
+
#
|
|
2153
|
+
# Possible values are `postgresql` and `upgrade`.
|
|
2154
|
+
#
|
|
2147
2155
|
#
|
|
2148
2156
|
#
|
|
2149
2157
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
@@ -3551,6 +3559,26 @@ module Aws::RDS
|
|
|
3551
3559
|
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
|
|
3552
3560
|
# Guide*.
|
|
3553
3561
|
#
|
|
3562
|
+
# **MariaDB**
|
|
3563
|
+
#
|
|
3564
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
3565
|
+
#
|
|
3566
|
+
# **Microsoft SQL Server**
|
|
3567
|
+
#
|
|
3568
|
+
# Possible values are `agent` and `error`.
|
|
3569
|
+
#
|
|
3570
|
+
# **MySQL**
|
|
3571
|
+
#
|
|
3572
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
3573
|
+
#
|
|
3574
|
+
# **Oracle**
|
|
3575
|
+
#
|
|
3576
|
+
# Possible values are `alert`, `audit`, `listener`, and `trace`.
|
|
3577
|
+
#
|
|
3578
|
+
# **PostgreSQL**
|
|
3579
|
+
#
|
|
3580
|
+
# Possible values are `postgresql` and `upgrade`.
|
|
3581
|
+
#
|
|
3554
3582
|
#
|
|
3555
3583
|
#
|
|
3556
3584
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
@@ -5108,8 +5136,8 @@ module Aws::RDS
|
|
|
5108
5136
|
req.send_request(options)
|
|
5109
5137
|
end
|
|
5110
5138
|
|
|
5111
|
-
# Creates an Aurora global database spread across multiple
|
|
5112
|
-
# global database contains a single primary cluster with read-write
|
|
5139
|
+
# Creates an Aurora global database spread across multiple AWS Regions.
|
|
5140
|
+
# The global database contains a single primary cluster with read-write
|
|
5113
5141
|
# capability, and a read-only secondary cluster that receives data from
|
|
5114
5142
|
# the primary cluster through high-speed replication performed by the
|
|
5115
5143
|
# Aurora storage subsystem.
|
|
@@ -5131,8 +5159,7 @@ module Aws::RDS
|
|
|
5131
5159
|
# global database. This parameter is optional.
|
|
5132
5160
|
#
|
|
5133
5161
|
# @option params [String] :engine
|
|
5134
|
-
#
|
|
5135
|
-
# cluster.
|
|
5162
|
+
# The name of the database engine to be used for this DB cluster.
|
|
5136
5163
|
#
|
|
5137
5164
|
# @option params [String] :engine_version
|
|
5138
5165
|
# The engine version of the Aurora global database.
|
|
@@ -9350,7 +9377,11 @@ module Aws::RDS
|
|
|
9350
9377
|
# the past 14 days. Events specific to a particular DB instances, DB
|
|
9351
9378
|
# clusters, DB parameter groups, DB security groups, DB snapshots, and
|
|
9352
9379
|
# DB cluster snapshots group can be obtained by providing the name as a
|
|
9353
|
-
# parameter.
|
|
9380
|
+
# parameter.
|
|
9381
|
+
#
|
|
9382
|
+
# <note markdown="1"> By default, the past hour of events are returned.
|
|
9383
|
+
#
|
|
9384
|
+
# </note>
|
|
9354
9385
|
#
|
|
9355
9386
|
# @option params [String] :source_identifier
|
|
9356
9387
|
# The identifier of the event source for which events are returned. If
|
|
@@ -9512,7 +9543,7 @@ module Aws::RDS
|
|
|
9512
9543
|
# @option params [Array<Types::Filter>] :filters
|
|
9513
9544
|
# Filters specify one or more snapshot exports to describe. The filters
|
|
9514
9545
|
# are specified as name-value pairs that define what to include in the
|
|
9515
|
-
# output.
|
|
9546
|
+
# output. Filter names and values are case-sensitive.
|
|
9516
9547
|
#
|
|
9517
9548
|
# Supported filters include the following:
|
|
9518
9549
|
#
|
|
@@ -9524,7 +9555,8 @@ module Aws::RDS
|
|
|
9524
9555
|
# * `source-arn` - The Amazon Resource Name (ARN) of the snapshot
|
|
9525
9556
|
# exported to Amazon S3
|
|
9526
9557
|
#
|
|
9527
|
-
# * `status` - The status of the export task.
|
|
9558
|
+
# * `status` - The status of the export task. Must be lowercase, for
|
|
9559
|
+
# example, `complete`.
|
|
9528
9560
|
#
|
|
9529
9561
|
# @option params [String] :marker
|
|
9530
9562
|
# An optional pagination token provided by a previous
|
|
@@ -18629,7 +18661,7 @@ module Aws::RDS
|
|
|
18629
18661
|
params: params,
|
|
18630
18662
|
config: config)
|
|
18631
18663
|
context[:gem_name] = 'aws-sdk-rds'
|
|
18632
|
-
context[:gem_version] = '1.
|
|
18664
|
+
context[:gem_version] = '1.99.0'
|
|
18633
18665
|
Seahorse::Client::Request.new(handlers, context)
|
|
18634
18666
|
end
|
|
18635
18667
|
|
|
@@ -143,8 +143,7 @@ module Aws::RDS
|
|
|
143
143
|
data[:multi_az]
|
|
144
144
|
end
|
|
145
145
|
|
|
146
|
-
#
|
|
147
|
-
# cluster.
|
|
146
|
+
# The name of the database engine to be used for this DB cluster.
|
|
148
147
|
# @return [String]
|
|
149
148
|
def engine
|
|
150
149
|
data[:engine]
|
|
@@ -905,6 +904,14 @@ module Aws::RDS
|
|
|
905
904
|
# used. For more information, see [Publishing Database Logs to Amazon
|
|
906
905
|
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
|
907
906
|
#
|
|
907
|
+
# **Aurora MySQL**
|
|
908
|
+
#
|
|
909
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
910
|
+
#
|
|
911
|
+
# **Aurora PostgreSQL**
|
|
912
|
+
#
|
|
913
|
+
# Possible values are `postgresql` and `upgrade`.
|
|
914
|
+
#
|
|
908
915
|
#
|
|
909
916
|
#
|
|
910
917
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
@@ -35,8 +35,8 @@ module Aws::RDS
|
|
|
35
35
|
end
|
|
36
36
|
alias :db_cluster_parameter_group_name :name
|
|
37
37
|
|
|
38
|
-
#
|
|
39
|
-
#
|
|
38
|
+
# The name of the DB parameter group family that this DB cluster
|
|
39
|
+
# parameter group is compatible with.
|
|
40
40
|
# @return [String]
|
|
41
41
|
def db_parameter_group_family
|
|
42
42
|
data[:db_parameter_group_family]
|
|
@@ -42,8 +42,7 @@ module Aws::RDS
|
|
|
42
42
|
data[:db_instance_class]
|
|
43
43
|
end
|
|
44
44
|
|
|
45
|
-
#
|
|
46
|
-
# instance.
|
|
45
|
+
# The name of the database engine to be used for this DB instance.
|
|
47
46
|
# @return [String]
|
|
48
47
|
def engine
|
|
49
48
|
data[:engine]
|
|
@@ -1479,6 +1478,26 @@ module Aws::RDS
|
|
|
1479
1478
|
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
|
|
1480
1479
|
# Guide*.
|
|
1481
1480
|
#
|
|
1481
|
+
# **MariaDB**
|
|
1482
|
+
#
|
|
1483
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
1484
|
+
#
|
|
1485
|
+
# **Microsoft SQL Server**
|
|
1486
|
+
#
|
|
1487
|
+
# Possible values are `agent` and `error`.
|
|
1488
|
+
#
|
|
1489
|
+
# **MySQL**
|
|
1490
|
+
#
|
|
1491
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
1492
|
+
#
|
|
1493
|
+
# **Oracle**
|
|
1494
|
+
#
|
|
1495
|
+
# Possible values are `alert`, `audit`, `listener`, and `trace`.
|
|
1496
|
+
#
|
|
1497
|
+
# **PostgreSQL**
|
|
1498
|
+
#
|
|
1499
|
+
# Possible values are `postgresql` and `upgrade`.
|
|
1500
|
+
#
|
|
1482
1501
|
#
|
|
1483
1502
|
#
|
|
1484
1503
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
@@ -35,8 +35,8 @@ module Aws::RDS
|
|
|
35
35
|
end
|
|
36
36
|
alias :db_parameter_group_name :name
|
|
37
37
|
|
|
38
|
-
#
|
|
39
|
-
#
|
|
38
|
+
# The name of the DB parameter group family that this DB parameter group
|
|
39
|
+
# is compatible with.
|
|
40
40
|
# @return [String]
|
|
41
41
|
def db_parameter_group_family
|
|
42
42
|
data[:db_parameter_group_family]
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
|
@@ -362,6 +362,14 @@ module Aws::RDS
|
|
|
362
362
|
# used. For more information, see [Publishing Database Logs to Amazon
|
|
363
363
|
# CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
|
364
364
|
#
|
|
365
|
+
# **Aurora MySQL**
|
|
366
|
+
#
|
|
367
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
368
|
+
#
|
|
369
|
+
# **Aurora PostgreSQL**
|
|
370
|
+
#
|
|
371
|
+
# Possible values are `postgresql` and `upgrade`.
|
|
372
|
+
#
|
|
365
373
|
#
|
|
366
374
|
#
|
|
367
375
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
@@ -1355,6 +1363,26 @@ module Aws::RDS
|
|
|
1355
1363
|
# CloudWatch Logs ][1] in the *Amazon Relational Database Service User
|
|
1356
1364
|
# Guide*.
|
|
1357
1365
|
#
|
|
1366
|
+
# **MariaDB**
|
|
1367
|
+
#
|
|
1368
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
1369
|
+
#
|
|
1370
|
+
# **Microsoft SQL Server**
|
|
1371
|
+
#
|
|
1372
|
+
# Possible values are `agent` and `error`.
|
|
1373
|
+
#
|
|
1374
|
+
# **MySQL**
|
|
1375
|
+
#
|
|
1376
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
1377
|
+
#
|
|
1378
|
+
# **Oracle**
|
|
1379
|
+
#
|
|
1380
|
+
# Possible values are `alert`, `audit`, `listener`, and `trace`.
|
|
1381
|
+
#
|
|
1382
|
+
# **PostgreSQL**
|
|
1383
|
+
#
|
|
1384
|
+
# Possible values are `postgresql` and `upgrade`.
|
|
1385
|
+
#
|
|
1358
1386
|
#
|
|
1359
1387
|
#
|
|
1360
1388
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
data/lib/aws-sdk-rds/types.rb
CHANGED
|
@@ -2063,6 +2063,14 @@ module Aws::RDS
|
|
|
2063
2063
|
# being used. For more information, see [Publishing Database Logs to
|
|
2064
2064
|
# Amazon CloudWatch Logs][1] in the *Amazon Aurora User Guide*.
|
|
2065
2065
|
#
|
|
2066
|
+
# **Aurora MySQL**
|
|
2067
|
+
#
|
|
2068
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
2069
|
+
#
|
|
2070
|
+
# **Aurora PostgreSQL**
|
|
2071
|
+
#
|
|
2072
|
+
# Possible values are `postgresql` and `upgrade`.
|
|
2073
|
+
#
|
|
2066
2074
|
#
|
|
2067
2075
|
#
|
|
2068
2076
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
@@ -3312,6 +3320,26 @@ module Aws::RDS
|
|
|
3312
3320
|
# Amazon CloudWatch Logs ][1] in the *Amazon Relational Database
|
|
3313
3321
|
# Service User Guide*.
|
|
3314
3322
|
#
|
|
3323
|
+
# **MariaDB**
|
|
3324
|
+
#
|
|
3325
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
3326
|
+
#
|
|
3327
|
+
# **Microsoft SQL Server**
|
|
3328
|
+
#
|
|
3329
|
+
# Possible values are `agent` and `error`.
|
|
3330
|
+
#
|
|
3331
|
+
# **MySQL**
|
|
3332
|
+
#
|
|
3333
|
+
# Possible values are `audit`, `error`, `general`, and `slowquery`.
|
|
3334
|
+
#
|
|
3335
|
+
# **Oracle**
|
|
3336
|
+
#
|
|
3337
|
+
# Possible values are `alert`, `audit`, `listener`, and `trace`.
|
|
3338
|
+
#
|
|
3339
|
+
# **PostgreSQL**
|
|
3340
|
+
#
|
|
3341
|
+
# Possible values are `postgresql` and `upgrade`.
|
|
3342
|
+
#
|
|
3315
3343
|
#
|
|
3316
3344
|
#
|
|
3317
3345
|
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch
|
|
@@ -4516,8 +4544,7 @@ module Aws::RDS
|
|
|
4516
4544
|
# @return [String]
|
|
4517
4545
|
#
|
|
4518
4546
|
# @!attribute [rw] engine
|
|
4519
|
-
#
|
|
4520
|
-
# cluster.
|
|
4547
|
+
# The name of the database engine to be used for this DB cluster.
|
|
4521
4548
|
# @return [String]
|
|
4522
4549
|
#
|
|
4523
4550
|
# @!attribute [rw] engine_version
|
|
@@ -4813,8 +4840,7 @@ module Aws::RDS
|
|
|
4813
4840
|
# @return [Boolean]
|
|
4814
4841
|
#
|
|
4815
4842
|
# @!attribute [rw] engine
|
|
4816
|
-
#
|
|
4817
|
-
# cluster.
|
|
4843
|
+
# The name of the database engine to be used for this DB cluster.
|
|
4818
4844
|
# @return [String]
|
|
4819
4845
|
#
|
|
4820
4846
|
# @!attribute [rw] engine_version
|
|
@@ -5449,12 +5475,12 @@ module Aws::RDS
|
|
|
5449
5475
|
# `DescribeDBClusterParameterGroups` action.
|
|
5450
5476
|
#
|
|
5451
5477
|
# @!attribute [rw] db_cluster_parameter_group_name
|
|
5452
|
-
#
|
|
5478
|
+
# The name of the DB cluster parameter group.
|
|
5453
5479
|
# @return [String]
|
|
5454
5480
|
#
|
|
5455
5481
|
# @!attribute [rw] db_parameter_group_family
|
|
5456
|
-
#
|
|
5457
|
-
#
|
|
5482
|
+
# The name of the DB parameter group family that this DB cluster
|
|
5483
|
+
# parameter group is compatible with.
|
|
5458
5484
|
# @return [String]
|
|
5459
5485
|
#
|
|
5460
5486
|
# @!attribute [rw] description
|
|
@@ -5994,8 +6020,7 @@ module Aws::RDS
|
|
|
5994
6020
|
# @return [String]
|
|
5995
6021
|
#
|
|
5996
6022
|
# @!attribute [rw] engine
|
|
5997
|
-
#
|
|
5998
|
-
# instance.
|
|
6023
|
+
# The name of the database engine to be used for this DB instance.
|
|
5999
6024
|
# @return [String]
|
|
6000
6025
|
#
|
|
6001
6026
|
# @!attribute [rw] db_instance_status
|
|
@@ -6749,12 +6774,12 @@ module Aws::RDS
|
|
|
6749
6774
|
# `DescribeDBParameterGroups` action.
|
|
6750
6775
|
#
|
|
6751
6776
|
# @!attribute [rw] db_parameter_group_name
|
|
6752
|
-
#
|
|
6777
|
+
# The name of the DB parameter group.
|
|
6753
6778
|
# @return [String]
|
|
6754
6779
|
#
|
|
6755
6780
|
# @!attribute [rw] db_parameter_group_family
|
|
6756
|
-
#
|
|
6757
|
-
#
|
|
6781
|
+
# The name of the DB parameter group family that this DB parameter
|
|
6782
|
+
# group is compatible with.
|
|
6758
6783
|
# @return [String]
|
|
6759
6784
|
#
|
|
6760
6785
|
# @!attribute [rw] description
|
|
@@ -6809,7 +6834,7 @@ module Aws::RDS
|
|
|
6809
6834
|
# `ModifyDBParameterGroup` or `ResetDBParameterGroup` action.
|
|
6810
6835
|
#
|
|
6811
6836
|
# @!attribute [rw] db_parameter_group_name
|
|
6812
|
-
#
|
|
6837
|
+
# The name of the DB parameter group.
|
|
6813
6838
|
# @return [String]
|
|
6814
6839
|
#
|
|
6815
6840
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBParameterGroupNameMessage AWS API Documentation
|
|
@@ -10390,7 +10415,7 @@ module Aws::RDS
|
|
|
10390
10415
|
# @!attribute [rw] filters
|
|
10391
10416
|
# Filters specify one or more snapshot exports to describe. The
|
|
10392
10417
|
# filters are specified as name-value pairs that define what to
|
|
10393
|
-
# include in the output.
|
|
10418
|
+
# include in the output. Filter names and values are case-sensitive.
|
|
10394
10419
|
#
|
|
10395
10420
|
# Supported filters include the following:
|
|
10396
10421
|
#
|
|
@@ -10402,7 +10427,8 @@ module Aws::RDS
|
|
|
10402
10427
|
# * `source-arn` - The Amazon Resource Name (ARN) of the snapshot
|
|
10403
10428
|
# exported to Amazon S3
|
|
10404
10429
|
#
|
|
10405
|
-
# * `status` - The status of the export task.
|
|
10430
|
+
# * `status` - The status of the export task. Must be lowercase, for
|
|
10431
|
+
# example, `complete`.
|
|
10406
10432
|
# @return [Array<Types::Filter>]
|
|
10407
10433
|
#
|
|
10408
10434
|
# @!attribute [rw] marker
|
|
@@ -15568,6 +15594,17 @@ module Aws::RDS
|
|
|
15568
15594
|
#
|
|
15569
15595
|
# * `DescribeValidDBInstanceModifications`
|
|
15570
15596
|
#
|
|
15597
|
+
# If you call `DescribeDBInstances`, `ProcessorFeature` returns non-null
|
|
15598
|
+
# values only if the following conditions are met:
|
|
15599
|
+
#
|
|
15600
|
+
# * You are accessing an Oracle DB instance.
|
|
15601
|
+
#
|
|
15602
|
+
# * Your Oracle DB instance class supports configuring the number of CPU
|
|
15603
|
+
# cores and threads per core.
|
|
15604
|
+
#
|
|
15605
|
+
# * The current number CPU cores and threads is set to a non-default
|
|
15606
|
+
# value.
|
|
15607
|
+
#
|
|
15571
15608
|
# For more information, see [Configuring the Processor of the DB
|
|
15572
15609
|
# Instance Class][1] in the <i>Amazon RDS User Guide. </i>
|
|
15573
15610
|
#
|
|
@@ -19698,18 +19735,18 @@ module Aws::RDS
|
|
|
19698
19735
|
# A key is the required name of the tag. The string value can be from
|
|
19699
19736
|
# 1 to 128 Unicode characters in length and can't be prefixed with
|
|
19700
19737
|
# "aws:" or "rds:". The string can only contain only the set of
|
|
19701
|
-
# Unicode letters, digits, white-space, '\_', '.', '
|
|
19702
|
-
# '+', '-' (Java regex:
|
|
19703
|
-
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_
|
|
19738
|
+
# Unicode letters, digits, white-space, '\_', '.', ':', '/',
|
|
19739
|
+
# '=', '+', '-', '@' (Java regex:
|
|
19740
|
+
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
|
|
19704
19741
|
# @return [String]
|
|
19705
19742
|
#
|
|
19706
19743
|
# @!attribute [rw] value
|
|
19707
19744
|
# A value is the optional value of the tag. The string value can be
|
|
19708
19745
|
# from 1 to 256 Unicode characters in length and can't be prefixed
|
|
19709
19746
|
# with "aws:" or "rds:". The string can only contain only the set
|
|
19710
|
-
# of Unicode letters, digits, white-space, '\_', '.', '
|
|
19711
|
-
# '=', '+', '-' (Java regex:
|
|
19712
|
-
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_
|
|
19747
|
+
# of Unicode letters, digits, white-space, '\_', '.', ':',
|
|
19748
|
+
# '/', '=', '+', '-', '@' (Java regex:
|
|
19749
|
+
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-@\]*)$").
|
|
19713
19750
|
# @return [String]
|
|
19714
19751
|
#
|
|
19715
19752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Tag AWS API Documentation
|
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.99.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-09-
|
|
11
|
+
date: 2020-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|