aws-sdk-core 2.11.201 → 2.11.202
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/docdb/2014-10-31/api-2.json +2413 -0
- data/apis/docdb/2014-10-31/examples-1.json +5 -0
- data/apis/docdb/2014-10-31/paginators-1.json +43 -0
- data/apis/docdb/2014-10-31/smoke.json +18 -0
- data/apis/docdb/2014-10-31/waiters-2.json +90 -0
- data/apis/redshift/2012-12-01/api-2.json +17 -1
- data/endpoints.json +42 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/docdb.rb +7 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +8 -2
@@ -0,0 +1,43 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"DescribeDBClusters": {
|
4
|
+
"input_token": "Marker",
|
5
|
+
"limit_key": "MaxRecords",
|
6
|
+
"output_token": "Marker",
|
7
|
+
"result_key": "DBClusters"
|
8
|
+
},
|
9
|
+
"DescribeDBEngineVersions": {
|
10
|
+
"input_token": "Marker",
|
11
|
+
"limit_key": "MaxRecords",
|
12
|
+
"output_token": "Marker",
|
13
|
+
"result_key": "DBEngineVersions"
|
14
|
+
},
|
15
|
+
"DescribeDBInstances": {
|
16
|
+
"input_token": "Marker",
|
17
|
+
"limit_key": "MaxRecords",
|
18
|
+
"output_token": "Marker",
|
19
|
+
"result_key": "DBInstances"
|
20
|
+
},
|
21
|
+
"DescribeDBSubnetGroups": {
|
22
|
+
"input_token": "Marker",
|
23
|
+
"limit_key": "MaxRecords",
|
24
|
+
"output_token": "Marker",
|
25
|
+
"result_key": "DBSubnetGroups"
|
26
|
+
},
|
27
|
+
"DescribeEvents": {
|
28
|
+
"input_token": "Marker",
|
29
|
+
"limit_key": "MaxRecords",
|
30
|
+
"output_token": "Marker",
|
31
|
+
"result_key": "Events"
|
32
|
+
},
|
33
|
+
"DescribeOrderableDBInstanceOptions": {
|
34
|
+
"input_token": "Marker",
|
35
|
+
"limit_key": "MaxRecords",
|
36
|
+
"output_token": "Marker",
|
37
|
+
"result_key": "OrderableDBInstanceOptions"
|
38
|
+
},
|
39
|
+
"ListTagsForResource": {
|
40
|
+
"result_key": "TagList"
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"version": 1,
|
3
|
+
"defaultRegion": "us-west-2",
|
4
|
+
"testCases": [
|
5
|
+
{
|
6
|
+
"operationName": "DescribeDBEngineVersions",
|
7
|
+
"input": {},
|
8
|
+
"errorExpectedFromService": false
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"operationName": "DescribeDBInstances",
|
12
|
+
"input": {
|
13
|
+
"DBInstanceIdentifier": "fake-id"
|
14
|
+
},
|
15
|
+
"errorExpectedFromService": true
|
16
|
+
}
|
17
|
+
]
|
18
|
+
}
|
@@ -0,0 +1,90 @@
|
|
1
|
+
{
|
2
|
+
"version": 2,
|
3
|
+
"waiters": {
|
4
|
+
"DBInstanceAvailable": {
|
5
|
+
"delay": 30,
|
6
|
+
"operation": "DescribeDBInstances",
|
7
|
+
"maxAttempts": 60,
|
8
|
+
"acceptors": [
|
9
|
+
{
|
10
|
+
"expected": "available",
|
11
|
+
"matcher": "pathAll",
|
12
|
+
"state": "success",
|
13
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"expected": "deleted",
|
17
|
+
"matcher": "pathAny",
|
18
|
+
"state": "failure",
|
19
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
20
|
+
},
|
21
|
+
{
|
22
|
+
"expected": "deleting",
|
23
|
+
"matcher": "pathAny",
|
24
|
+
"state": "failure",
|
25
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"expected": "failed",
|
29
|
+
"matcher": "pathAny",
|
30
|
+
"state": "failure",
|
31
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"expected": "incompatible-restore",
|
35
|
+
"matcher": "pathAny",
|
36
|
+
"state": "failure",
|
37
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"expected": "incompatible-parameters",
|
41
|
+
"matcher": "pathAny",
|
42
|
+
"state": "failure",
|
43
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
44
|
+
}
|
45
|
+
]
|
46
|
+
},
|
47
|
+
"DBInstanceDeleted": {
|
48
|
+
"delay": 30,
|
49
|
+
"operation": "DescribeDBInstances",
|
50
|
+
"maxAttempts": 60,
|
51
|
+
"acceptors": [
|
52
|
+
{
|
53
|
+
"expected": "deleted",
|
54
|
+
"matcher": "pathAll",
|
55
|
+
"state": "success",
|
56
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"expected": "DBInstanceNotFound",
|
60
|
+
"matcher": "error",
|
61
|
+
"state": "success"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"expected": "creating",
|
65
|
+
"matcher": "pathAny",
|
66
|
+
"state": "failure",
|
67
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"expected": "modifying",
|
71
|
+
"matcher": "pathAny",
|
72
|
+
"state": "failure",
|
73
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"expected": "rebooting",
|
77
|
+
"matcher": "pathAny",
|
78
|
+
"state": "failure",
|
79
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"expected": "resetting-master-credentials",
|
83
|
+
"matcher": "pathAny",
|
84
|
+
"state": "failure",
|
85
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
86
|
+
}
|
87
|
+
]
|
88
|
+
}
|
89
|
+
}
|
90
|
+
}
|
@@ -1451,6 +1451,13 @@
|
|
1451
1451
|
"locationName":"AccountWithRestoreAccess"
|
1452
1452
|
}
|
1453
1453
|
},
|
1454
|
+
"AssociatedClusterList":{
|
1455
|
+
"type":"list",
|
1456
|
+
"member":{
|
1457
|
+
"shape":"ClusterAssociatedToSchedule",
|
1458
|
+
"locationName":"ClusterAssociatedToSchedule"
|
1459
|
+
}
|
1460
|
+
},
|
1454
1461
|
"AttributeList":{
|
1455
1462
|
"type":"list",
|
1456
1463
|
"member":{
|
@@ -1705,6 +1712,13 @@
|
|
1705
1712
|
},
|
1706
1713
|
"exception":true
|
1707
1714
|
},
|
1715
|
+
"ClusterAssociatedToSchedule":{
|
1716
|
+
"type":"structure",
|
1717
|
+
"members":{
|
1718
|
+
"ClusterIdentifier":{"shape":"String"},
|
1719
|
+
"ScheduleAssociationState":{"shape":"ScheduleState"}
|
1720
|
+
}
|
1721
|
+
},
|
1708
1722
|
"ClusterCredentials":{
|
1709
1723
|
"type":"structure",
|
1710
1724
|
"members":{
|
@@ -4431,7 +4445,9 @@
|
|
4431
4445
|
"ScheduleIdentifier":{"shape":"String"},
|
4432
4446
|
"ScheduleDescription":{"shape":"String"},
|
4433
4447
|
"Tags":{"shape":"TagList"},
|
4434
|
-
"NextInvocations":{"shape":"ScheduledSnapshotTimeList"}
|
4448
|
+
"NextInvocations":{"shape":"ScheduledSnapshotTimeList"},
|
4449
|
+
"AssociatedClusterCount":{"shape":"IntegerOptional"},
|
4450
|
+
"AssociatedClusters":{"shape":"AssociatedClusterList"}
|
4435
4451
|
}
|
4436
4452
|
},
|
4437
4453
|
"SnapshotScheduleAlreadyExistsFault":{
|
data/endpoints.json
CHANGED
@@ -788,6 +788,34 @@
|
|
788
788
|
"us-west-2" : { }
|
789
789
|
}
|
790
790
|
},
|
791
|
+
"docdb" : {
|
792
|
+
"endpoints" : {
|
793
|
+
"eu-west-1" : {
|
794
|
+
"credentialScope" : {
|
795
|
+
"region" : "eu-west-1"
|
796
|
+
},
|
797
|
+
"hostname" : "rds.eu-west-1.amazonaws.com"
|
798
|
+
},
|
799
|
+
"us-east-1" : {
|
800
|
+
"credentialScope" : {
|
801
|
+
"region" : "us-east-1"
|
802
|
+
},
|
803
|
+
"hostname" : "rds.us-east-1.amazonaws.com"
|
804
|
+
},
|
805
|
+
"us-east-2" : {
|
806
|
+
"credentialScope" : {
|
807
|
+
"region" : "us-east-2"
|
808
|
+
},
|
809
|
+
"hostname" : "rds.us-east-2.amazonaws.com"
|
810
|
+
},
|
811
|
+
"us-west-2" : {
|
812
|
+
"credentialScope" : {
|
813
|
+
"region" : "us-west-2"
|
814
|
+
},
|
815
|
+
"hostname" : "rds.us-west-2.amazonaws.com"
|
816
|
+
}
|
817
|
+
}
|
818
|
+
},
|
791
819
|
"ds" : {
|
792
820
|
"endpoints" : {
|
793
821
|
"ap-northeast-1" : { },
|
@@ -1549,6 +1577,20 @@
|
|
1549
1577
|
"us-west-2" : { }
|
1550
1578
|
}
|
1551
1579
|
},
|
1580
|
+
"mq" : {
|
1581
|
+
"endpoints" : {
|
1582
|
+
"ap-northeast-1" : { },
|
1583
|
+
"ap-northeast-2" : { },
|
1584
|
+
"ap-southeast-1" : { },
|
1585
|
+
"ap-southeast-2" : { },
|
1586
|
+
"eu-central-1" : { },
|
1587
|
+
"eu-west-1" : { },
|
1588
|
+
"us-east-1" : { },
|
1589
|
+
"us-east-2" : { },
|
1590
|
+
"us-west-1" : { },
|
1591
|
+
"us-west-2" : { }
|
1592
|
+
}
|
1593
|
+
},
|
1552
1594
|
"mturk-requester" : {
|
1553
1595
|
"endpoints" : {
|
1554
1596
|
"sandbox" : {
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -0,0 +1,7 @@
|
|
1
|
+
Aws.add_service(:DocDB, {
|
2
|
+
api: "#{Aws::API_DIR}/docdb/2014-10-31/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/docdb/2014-10-31/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/docdb/2014-10-31/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/docdb/2014-10-31/paginators-1.json",
|
6
|
+
waiters: "#{Aws::API_DIR}/docdb/2014-10-31/waiters-2.json",
|
7
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.202
|
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: 2019-01-
|
11
|
+
date: 2019-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -258,6 +258,11 @@ files:
|
|
258
258
|
- apis/dms/2016-01-01/paginators-1.json
|
259
259
|
- apis/dms/2016-01-01/smoke.json
|
260
260
|
- apis/dms/2016-01-01/waiters-2.json
|
261
|
+
- apis/docdb/2014-10-31/api-2.json
|
262
|
+
- apis/docdb/2014-10-31/examples-1.json
|
263
|
+
- apis/docdb/2014-10-31/paginators-1.json
|
264
|
+
- apis/docdb/2014-10-31/smoke.json
|
265
|
+
- apis/docdb/2014-10-31/waiters-2.json
|
261
266
|
- apis/ds/2015-04-16/api-2.json
|
262
267
|
- apis/ds/2015-04-16/examples-1.json
|
263
268
|
- apis/ds/2015-04-16/paginators-1.json
|
@@ -800,6 +805,7 @@ files:
|
|
800
805
|
- lib/aws-sdk-core/directconnect.rb
|
801
806
|
- lib/aws-sdk-core/directoryservice.rb
|
802
807
|
- lib/aws-sdk-core/dlm.rb
|
808
|
+
- lib/aws-sdk-core/docdb.rb
|
803
809
|
- lib/aws-sdk-core/dynamodb.rb
|
804
810
|
- lib/aws-sdk-core/dynamodb/attribute_value.rb
|
805
811
|
- lib/aws-sdk-core/dynamodbstreams.rb
|