aws-sdk-core 2.9.5 → 2.9.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 664fd8561bd09c502ae35e88e1c5b4c99eb6fc8c
4
- data.tar.gz: 88070f3045a664dfa89f2ee499163f58213b5213
3
+ metadata.gz: 00acc40335b373489dd1132640c743fdb1f6b6d6
4
+ data.tar.gz: 81c7ff0529269b294782a557b29c863f4d0086e4
5
5
  SHA512:
6
- metadata.gz: 454ec475bc1bc6a0f04b6563e5d9ddd2dc5201580f0d7f351303b2ed06a68e4e5beeb23b0ace5f984ba686799fa5236a380cc918a4f4ff503dbed87a0efd2921
7
- data.tar.gz: 83b3bb30cf65bb957f599908260c4e5269816b4b1722b9902cbe36628947da1b35311f8ca9e9e36aacde03bf4724f7b01becb3996dedab400bdd02a4f00b043d
6
+ metadata.gz: 5b0e9eb32901b30958a710a832b7c20a75b5e78dc31818de0c5224f4c36f6a2bc946c10cb245a026b8e2cff627d17776e5b3d43b367f4cf8ff5cc1253de620ec
7
+ data.tar.gz: 12d1f71e551d9459e429b86ff3aebf551ca2ed9352b6cb122f1317738320db688b259ab53feae48c30d664c4244dc51ef8a60809925173537cd5a2f33b965290
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"redshift-2012-12-01",
5
4
  "apiVersion":"2012-12-01",
6
5
  "endpointPrefix":"redshift",
7
6
  "protocol":"query",
8
7
  "serviceFullName":"Amazon Redshift",
9
8
  "signatureVersion":"v4",
9
+ "uid":"redshift-2012-12-01",
10
10
  "xmlNamespace":"http://redshift.amazonaws.com/doc/2012-12-01/"
11
11
  },
12
12
  "operations":{
@@ -632,7 +632,8 @@
632
632
  },
633
633
  "errors":[
634
634
  {"shape":"ReservedNodeOfferingNotFoundFault"},
635
- {"shape":"UnsupportedOperationFault"}
635
+ {"shape":"UnsupportedOperationFault"},
636
+ {"shape":"DependentServiceUnavailableFault"}
636
637
  ]
637
638
  },
638
639
  "DescribeReservedNodes":{
@@ -647,7 +648,8 @@
647
648
  "resultWrapper":"DescribeReservedNodesResult"
648
649
  },
649
650
  "errors":[
650
- {"shape":"ReservedNodeNotFoundFault"}
651
+ {"shape":"ReservedNodeNotFoundFault"},
652
+ {"shape":"DependentServiceUnavailableFault"}
651
653
  ]
652
654
  },
653
655
  "DescribeResize":{
@@ -790,6 +792,22 @@
790
792
  {"shape":"DependentServiceRequestThrottlingFault"}
791
793
  ]
792
794
  },
795
+ "GetClusterCredentials":{
796
+ "name":"GetClusterCredentials",
797
+ "http":{
798
+ "method":"POST",
799
+ "requestUri":"/"
800
+ },
801
+ "input":{"shape":"GetClusterCredentialsMessage"},
802
+ "output":{
803
+ "shape":"ClusterCredentials",
804
+ "resultWrapper":"GetClusterCredentialsResult"
805
+ },
806
+ "errors":[
807
+ {"shape":"ClusterNotFoundFault"},
808
+ {"shape":"UnsupportedOperationFault"}
809
+ ]
810
+ },
793
811
  "ModifyCluster":{
794
812
  "name":"ModifyCluster",
795
813
  "http":{
@@ -806,6 +824,7 @@
806
824
  {"shape":"InvalidClusterSecurityGroupStateFault"},
807
825
  {"shape":"ClusterNotFoundFault"},
808
826
  {"shape":"NumberOfNodesQuotaExceededFault"},
827
+ {"shape":"NumberOfNodesPerClusterLimitExceededFault"},
809
828
  {"shape":"ClusterSecurityGroupNotFoundFault"},
810
829
  {"shape":"ClusterParameterGroupNotFoundFault"},
811
830
  {"shape":"InsufficientClusterCapacityFault"},
@@ -1085,7 +1104,8 @@
1085
1104
  "AccountWithRestoreAccess":{
1086
1105
  "type":"structure",
1087
1106
  "members":{
1088
- "AccountId":{"shape":"String"}
1107
+ "AccountId":{"shape":"String"},
1108
+ "AccountAlias":{"shape":"String"}
1089
1109
  }
1090
1110
  },
1091
1111
  "AccountsWithRestoreAccessList":{
@@ -1239,6 +1259,14 @@
1239
1259
  },
1240
1260
  "exception":true
1241
1261
  },
1262
+ "ClusterCredentials":{
1263
+ "type":"structure",
1264
+ "members":{
1265
+ "DbUser":{"shape":"String"},
1266
+ "DbPassword":{"shape":"SensitiveString"},
1267
+ "Expiration":{"shape":"TStamp"}
1268
+ }
1269
+ },
1242
1270
  "ClusterIamRole":{
1243
1271
  "type":"structure",
1244
1272
  "members":{
@@ -1842,6 +1870,13 @@
1842
1870
  "Tags":{"shape":"TagList"}
1843
1871
  }
1844
1872
  },
1873
+ "DbGroupList":{
1874
+ "type":"list",
1875
+ "member":{
1876
+ "shape":"String",
1877
+ "locationName":"DbGroup"
1878
+ }
1879
+ },
1845
1880
  "DefaultClusterParameters":{
1846
1881
  "type":"structure",
1847
1882
  "members":{
@@ -1951,6 +1986,17 @@
1951
1986
  },
1952
1987
  "exception":true
1953
1988
  },
1989
+ "DependentServiceUnavailableFault":{
1990
+ "type":"structure",
1991
+ "members":{
1992
+ },
1993
+ "error":{
1994
+ "code":"DependentServiceUnavailableFault",
1995
+ "httpStatusCode":400,
1996
+ "senderFault":true
1997
+ },
1998
+ "exception":true
1999
+ },
1954
2000
  "DescribeClusterParameterGroupsMessage":{
1955
2001
  "type":"structure",
1956
2002
  "members":{
@@ -2351,6 +2397,21 @@
2351
2397
  "Events":{"shape":"EventList"}
2352
2398
  }
2353
2399
  },
2400
+ "GetClusterCredentialsMessage":{
2401
+ "type":"structure",
2402
+ "required":[
2403
+ "DbUser",
2404
+ "ClusterIdentifier"
2405
+ ],
2406
+ "members":{
2407
+ "DbUser":{"shape":"String"},
2408
+ "DbName":{"shape":"String"},
2409
+ "ClusterIdentifier":{"shape":"String"},
2410
+ "DurationSeconds":{"shape":"IntegerOptional"},
2411
+ "AutoCreate":{"shape":"BooleanOptional"},
2412
+ "DbGroups":{"shape":"DbGroupList"}
2413
+ }
2414
+ },
2354
2415
  "HsmClientCertificate":{
2355
2416
  "type":"structure",
2356
2417
  "members":{
@@ -3335,6 +3396,10 @@
3335
3396
  },
3336
3397
  "exception":true
3337
3398
  },
3399
+ "SensitiveString":{
3400
+ "type":"string",
3401
+ "sensitive":true
3402
+ },
3338
3403
  "Snapshot":{
3339
3404
  "type":"structure",
3340
3405
  "members":{
@@ -2,93 +2,93 @@
2
2
  "pagination": {
3
3
  "DescribeClusterParameterGroups": {
4
4
  "input_token": "Marker",
5
- "output_token": "Marker",
6
5
  "limit_key": "MaxRecords",
6
+ "output_token": "Marker",
7
7
  "result_key": "ParameterGroups"
8
8
  },
9
9
  "DescribeClusterParameters": {
10
10
  "input_token": "Marker",
11
- "output_token": "Marker",
12
11
  "limit_key": "MaxRecords",
12
+ "output_token": "Marker",
13
13
  "result_key": "Parameters"
14
14
  },
15
15
  "DescribeClusterSecurityGroups": {
16
16
  "input_token": "Marker",
17
- "output_token": "Marker",
18
17
  "limit_key": "MaxRecords",
18
+ "output_token": "Marker",
19
19
  "result_key": "ClusterSecurityGroups"
20
20
  },
21
21
  "DescribeClusterSnapshots": {
22
22
  "input_token": "Marker",
23
- "output_token": "Marker",
24
23
  "limit_key": "MaxRecords",
24
+ "output_token": "Marker",
25
25
  "result_key": "Snapshots"
26
26
  },
27
27
  "DescribeClusterSubnetGroups": {
28
28
  "input_token": "Marker",
29
- "output_token": "Marker",
30
29
  "limit_key": "MaxRecords",
30
+ "output_token": "Marker",
31
31
  "result_key": "ClusterSubnetGroups"
32
32
  },
33
33
  "DescribeClusterVersions": {
34
34
  "input_token": "Marker",
35
- "output_token": "Marker",
36
35
  "limit_key": "MaxRecords",
36
+ "output_token": "Marker",
37
37
  "result_key": "ClusterVersions"
38
38
  },
39
39
  "DescribeClusters": {
40
40
  "input_token": "Marker",
41
- "output_token": "Marker",
42
41
  "limit_key": "MaxRecords",
42
+ "output_token": "Marker",
43
43
  "result_key": "Clusters"
44
44
  },
45
45
  "DescribeDefaultClusterParameters": {
46
46
  "input_token": "Marker",
47
- "output_token": "DefaultClusterParameters.Marker",
48
47
  "limit_key": "MaxRecords",
48
+ "output_token": "DefaultClusterParameters.Marker",
49
49
  "result_key": "DefaultClusterParameters.Parameters"
50
50
  },
51
51
  "DescribeEventSubscriptions": {
52
52
  "input_token": "Marker",
53
- "output_token": "Marker",
54
53
  "limit_key": "MaxRecords",
54
+ "output_token": "Marker",
55
55
  "result_key": "EventSubscriptionsList"
56
56
  },
57
57
  "DescribeEvents": {
58
58
  "input_token": "Marker",
59
- "output_token": "Marker",
60
59
  "limit_key": "MaxRecords",
60
+ "output_token": "Marker",
61
61
  "result_key": "Events"
62
62
  },
63
63
  "DescribeHsmClientCertificates": {
64
64
  "input_token": "Marker",
65
- "output_token": "Marker",
66
65
  "limit_key": "MaxRecords",
66
+ "output_token": "Marker",
67
67
  "result_key": "HsmClientCertificates"
68
68
  },
69
69
  "DescribeHsmConfigurations": {
70
70
  "input_token": "Marker",
71
- "output_token": "Marker",
72
71
  "limit_key": "MaxRecords",
72
+ "output_token": "Marker",
73
73
  "result_key": "HsmConfigurations"
74
74
  },
75
75
  "DescribeOrderableClusterOptions": {
76
76
  "input_token": "Marker",
77
- "output_token": "Marker",
78
77
  "limit_key": "MaxRecords",
78
+ "output_token": "Marker",
79
79
  "result_key": "OrderableClusterOptions"
80
80
  },
81
81
  "DescribeReservedNodeOfferings": {
82
82
  "input_token": "Marker",
83
- "output_token": "Marker",
84
83
  "limit_key": "MaxRecords",
84
+ "output_token": "Marker",
85
85
  "result_key": "ReservedNodeOfferings"
86
86
  },
87
87
  "DescribeReservedNodes": {
88
88
  "input_token": "Marker",
89
- "output_token": "Marker",
90
89
  "limit_key": "MaxRecords",
90
+ "output_token": "Marker",
91
91
  "result_key": "ReservedNodes"
92
92
  }
93
93
  }
94
- }
94
+ }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.5'
2
+ VERSION = '2.9.6'
3
3
  end
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.9.5
4
+ version: 2.9.6
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: 2017-04-06 00:00:00.000000000 Z
11
+ date: 2017-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath