aws-sdk-core 2.3.8 → 2.3.9

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: 1d4b9fd75ca11c4f47e5e6f22d71251bfd173690
4
- data.tar.gz: 4356ee2ca24f53321a804d1784db24285b12f932
3
+ metadata.gz: 89b202da5cb2806fc8c2c71d29371aa1f1ee9245
4
+ data.tar.gz: 486dafe9f0ec871424e08d5f64090c8aff7888c8
5
5
  SHA512:
6
- metadata.gz: e603c8fc56d869e13d1f3e4048233553458a87b13ea74dbb283ed4dcfd0cf672a11975e92c8596d51c3917d0febf2315940462088acb0f9b7e22f752c55fad34
7
- data.tar.gz: ccd53f547a71bd41577684a44bc3ed062fed96d0d2ef02bd480643abc36c07cb8df06487588481635f7ede8f88ebc7c127857e2583c2c8a4eb753b3199a3f23b
6
+ metadata.gz: 2c8e54190b8b83358aa6ebc7a30f19a8fcb19eb20f20d75601d5473aa7d95f95a15752ed189ca937f4976a147e67a8e4a9fa115f6a7c43241c528bd17fc917a2
7
+ data.tar.gz: b2be0023275b91f399e9711ae0f79dd2e63ceaa584c213236f0b01ab1ab178641e798612e2894a3281e87163b0cad08a3a58d7fc254b547c312252e84b56016d
@@ -471,7 +471,7 @@
471
471
  "TagList":{
472
472
  "type":"list",
473
473
  "member":{"shape":"Tag"},
474
- "max":50,
474
+ "max":10,
475
475
  "min":1
476
476
  },
477
477
  "TagValue":{
@@ -924,7 +924,8 @@
924
924
  "AllowedValues":{"shape":"String"},
925
925
  "IsModifiable":{"shape":"Boolean"},
926
926
  "MinimumEngineVersion":{"shape":"String"},
927
- "CacheNodeTypeSpecificValues":{"shape":"CacheNodeTypeSpecificValueList"}
927
+ "CacheNodeTypeSpecificValues":{"shape":"CacheNodeTypeSpecificValueList"},
928
+ "ChangeType":{"shape":"ChangeType"}
928
929
  }
929
930
  },
930
931
  "CacheNodeTypeSpecificParametersList":{
@@ -1183,6 +1184,13 @@
1183
1184
  },
1184
1185
  "exception":true
1185
1186
  },
1187
+ "ChangeType":{
1188
+ "type":"string",
1189
+ "enum":[
1190
+ "immediate",
1191
+ "requires-reboot"
1192
+ ]
1193
+ },
1186
1194
  "ClusterIdList":{
1187
1195
  "type":"list",
1188
1196
  "member":{
@@ -1209,7 +1217,8 @@
1209
1217
  ],
1210
1218
  "members":{
1211
1219
  "SourceSnapshotName":{"shape":"String"},
1212
- "TargetSnapshotName":{"shape":"String"}
1220
+ "TargetSnapshotName":{"shape":"String"},
1221
+ "TargetBucket":{"shape":"String"}
1213
1222
  }
1214
1223
  },
1215
1224
  "CopySnapshotResult":{
@@ -1931,7 +1940,8 @@
1931
1940
  "DataType":{"shape":"String"},
1932
1941
  "AllowedValues":{"shape":"String"},
1933
1942
  "IsModifiable":{"shape":"Boolean"},
1934
- "MinimumEngineVersion":{"shape":"String"}
1943
+ "MinimumEngineVersion":{"shape":"String"},
1944
+ "ChangeType":{"shape":"ChangeType"}
1935
1945
  }
1936
1946
  },
1937
1947
  "ParameterNameValue":{
@@ -2199,10 +2209,7 @@
2199
2209
  },
2200
2210
  "ResetCacheParameterGroupMessage":{
2201
2211
  "type":"structure",
2202
- "required":[
2203
- "CacheParameterGroupName",
2204
- "ParameterNameValues"
2205
- ],
2212
+ "required":["CacheParameterGroupName"],
2206
2213
  "members":{
2207
2214
  "CacheParameterGroupName":{"shape":"String"},
2208
2215
  "ResetAllParameters":{"shape":"Boolean"},
@@ -1,143 +1,143 @@
1
1
  {
2
- "version": 2,
3
- "waiters": {
4
- "CacheClusterAvailable": {
5
- "delay": 15,
6
- "operation": "DescribeCacheClusters",
7
- "maxAttempts": 40,
8
- "description": "Wait until ElastiCache cluster is available.",
9
- "acceptors": [
10
- {
11
- "expected": "available",
12
- "matcher": "pathAll",
13
- "state": "success",
14
- "argument": "CacheClusters[].CacheClusterStatus"
2
+ "version":2,
3
+ "waiters":{
4
+ "CacheClusterAvailable":{
5
+ "acceptors":[
6
+ {
7
+ "argument":"CacheClusters[].CacheClusterStatus",
8
+ "expected":"available",
9
+ "matcher":"pathAll",
10
+ "state":"success"
11
+ },
12
+ {
13
+ "argument":"CacheClusters[].CacheClusterStatus",
14
+ "expected":"deleted",
15
+ "matcher":"pathAny",
16
+ "state":"failure"
17
+ },
18
+ {
19
+ "argument":"CacheClusters[].CacheClusterStatus",
20
+ "expected":"deleting",
21
+ "matcher":"pathAny",
22
+ "state":"failure"
23
+ },
24
+ {
25
+ "argument":"CacheClusters[].CacheClusterStatus",
26
+ "expected":"incompatible-network",
27
+ "matcher":"pathAny",
28
+ "state":"failure"
29
+ },
30
+ {
31
+ "argument":"CacheClusters[].CacheClusterStatus",
32
+ "expected":"restore-failed",
33
+ "matcher":"pathAny",
34
+ "state":"failure"
35
+ }
36
+ ],
37
+ "delay":15,
38
+ "description":"Wait until ElastiCache cluster is available.",
39
+ "maxAttempts":40,
40
+ "operation":"DescribeCacheClusters"
15
41
  },
16
- {
17
- "expected": "deleted",
18
- "matcher": "pathAny",
19
- "state": "failure",
20
- "argument": "CacheClusters[].CacheClusterStatus"
42
+ "CacheClusterDeleted":{
43
+ "acceptors":[
44
+ {
45
+ "argument":"CacheClusters[].CacheClusterStatus",
46
+ "expected":"deleted",
47
+ "matcher":"pathAll",
48
+ "state":"success"
49
+ },
50
+ {
51
+ "expected":"CacheClusterNotFound",
52
+ "matcher":"error",
53
+ "state":"success"
54
+ },
55
+ {
56
+ "argument":"CacheClusters[].CacheClusterStatus",
57
+ "expected":"available",
58
+ "matcher":"pathAny",
59
+ "state":"failure"
60
+ },
61
+ {
62
+ "argument":"CacheClusters[].CacheClusterStatus",
63
+ "expected":"creating",
64
+ "matcher":"pathAny",
65
+ "state":"failure"
66
+ },
67
+ {
68
+ "argument":"CacheClusters[].CacheClusterStatus",
69
+ "expected":"incompatible-network",
70
+ "matcher":"pathAny",
71
+ "state":"failure"
72
+ },
73
+ {
74
+ "argument":"CacheClusters[].CacheClusterStatus",
75
+ "expected":"modifying",
76
+ "matcher":"pathAny",
77
+ "state":"failure"
78
+ },
79
+ {
80
+ "argument":"CacheClusters[].CacheClusterStatus",
81
+ "expected":"restore-failed",
82
+ "matcher":"pathAny",
83
+ "state":"failure"
84
+ },
85
+ {
86
+ "argument":"CacheClusters[].CacheClusterStatus",
87
+ "expected":"snapshotting",
88
+ "matcher":"pathAny",
89
+ "state":"failure"
90
+ }
91
+ ],
92
+ "delay":15,
93
+ "description":"Wait until ElastiCache cluster is deleted.",
94
+ "maxAttempts":40,
95
+ "operation":"DescribeCacheClusters"
21
96
  },
22
- {
23
- "expected": "deleting",
24
- "matcher": "pathAny",
25
- "state": "failure",
26
- "argument": "CacheClusters[].CacheClusterStatus"
97
+ "ReplicationGroupAvailable":{
98
+ "acceptors":[
99
+ {
100
+ "argument":"ReplicationGroups[].Status",
101
+ "expected":"available",
102
+ "matcher":"pathAll",
103
+ "state":"success"
104
+ },
105
+ {
106
+ "argument":"ReplicationGroups[].Status",
107
+ "expected":"deleted",
108
+ "matcher":"pathAny",
109
+ "state":"failure"
110
+ }
111
+ ],
112
+ "delay":15,
113
+ "description":"Wait until ElastiCache replication group is available.",
114
+ "maxAttempts":40,
115
+ "operation":"DescribeReplicationGroups"
27
116
  },
28
- {
29
- "expected": "incompatible-network",
30
- "matcher": "pathAny",
31
- "state": "failure",
32
- "argument": "CacheClusters[].CacheClusterStatus"
33
- },
34
- {
35
- "expected": "restore-failed",
36
- "matcher": "pathAny",
37
- "state": "failure",
38
- "argument": "CacheClusters[].CacheClusterStatus"
39
- }
40
- ]
41
- },
42
- "CacheClusterDeleted": {
43
- "delay": 15,
44
- "operation": "DescribeCacheClusters",
45
- "maxAttempts": 40,
46
- "description": "Wait until ElastiCache cluster is deleted.",
47
- "acceptors": [
48
- {
49
- "expected": "deleted",
50
- "matcher": "pathAll",
51
- "state": "success",
52
- "argument": "CacheClusters[].CacheClusterStatus"
53
- },
54
- {
55
- "expected": "CacheClusterNotFound",
56
- "matcher": "error",
57
- "state": "success"
58
- },
59
- {
60
- "expected": "available",
61
- "matcher": "pathAny",
62
- "state": "failure",
63
- "argument": "CacheClusters[].CacheClusterStatus"
64
- },
65
- {
66
- "expected": "creating",
67
- "matcher": "pathAny",
68
- "state": "failure",
69
- "argument": "CacheClusters[].CacheClusterStatus"
70
- },
71
- {
72
- "expected": "incompatible-network",
73
- "matcher": "pathAny",
74
- "state": "failure",
75
- "argument": "CacheClusters[].CacheClusterStatus"
76
- },
77
- {
78
- "expected": "modifying",
79
- "matcher": "pathAny",
80
- "state": "failure",
81
- "argument": "CacheClusters[].CacheClusterStatus"
82
- },
83
- {
84
- "expected": "restore-failed",
85
- "matcher": "pathAny",
86
- "state": "failure",
87
- "argument": "CacheClusters[].CacheClusterStatus"
88
- },
89
- {
90
- "expected": "snapshotting",
91
- "matcher": "pathAny",
92
- "state": "failure",
93
- "argument": "CacheClusters[].CacheClusterStatus"
94
- }
95
- ]
96
- },
97
- "ReplicationGroupAvailable": {
98
- "delay": 15,
99
- "operation": "DescribeReplicationGroups",
100
- "maxAttempts": 40,
101
- "description": "Wait until ElastiCache replication group is available.",
102
- "acceptors": [
103
- {
104
- "expected": "available",
105
- "matcher": "pathAll",
106
- "state": "success",
107
- "argument": "ReplicationGroups[].Status"
108
- },
109
- {
110
- "expected": "deleted",
111
- "matcher": "pathAny",
112
- "state": "failure",
113
- "argument": "ReplicationGroups[].Status"
114
- }
115
- ]
116
- },
117
- "ReplicationGroupDeleted": {
118
- "delay": 15,
119
- "operation": "DescribeReplicationGroups",
120
- "maxAttempts": 40,
121
- "description": "Wait until ElastiCache replication group is deleted.",
122
- "acceptors": [
123
- {
124
- "expected": "deleted",
125
- "matcher": "pathAll",
126
- "state": "success",
127
- "argument": "ReplicationGroups[].Status"
128
- },
129
- {
130
- "expected": "available",
131
- "matcher": "pathAny",
132
- "state": "failure",
133
- "argument": "ReplicationGroups[].Status"
134
- },
135
- {
136
- "expected": "ReplicationGroupNotFoundFault",
137
- "matcher": "error",
138
- "state": "success"
117
+ "ReplicationGroupDeleted":{
118
+ "acceptors":[
119
+ {
120
+ "argument":"ReplicationGroups[].Status",
121
+ "expected":"deleted",
122
+ "matcher":"pathAll",
123
+ "state":"success"
124
+ },
125
+ {
126
+ "argument":"ReplicationGroups[].Status",
127
+ "expected":"available",
128
+ "matcher":"pathAny",
129
+ "state":"failure"
130
+ },
131
+ {
132
+ "expected":"ReplicationGroupNotFoundFault",
133
+ "matcher":"error",
134
+ "state":"success"
135
+ }
136
+ ],
137
+ "delay":15,
138
+ "description":"Wait until ElastiCache replication group is deleted.",
139
+ "maxAttempts":40,
140
+ "operation":"DescribeReplicationGroups"
139
141
  }
140
- ]
141
142
  }
142
- }
143
143
  }
@@ -866,7 +866,7 @@
866
866
  "identifiers": [
867
867
  {
868
868
  "name": "Arn",
869
- "memberName": "PolicyArn"
869
+ "memberName": "Arn"
870
870
  }
871
871
  ],
872
872
  "shape": "Policy",
@@ -0,0 +1,81 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "DataSourceAvailable": {
5
+ "delay": 30,
6
+ "operation": "DescribeDataSources",
7
+ "maxAttempts": 60,
8
+ "acceptors": [
9
+ {
10
+ "expected": "COMPLETED",
11
+ "matcher": "pathAll",
12
+ "state": "success",
13
+ "argument": "Results[].Status"
14
+ },
15
+ {
16
+ "expected": "FAILED",
17
+ "matcher": "pathAny",
18
+ "state": "failure",
19
+ "argument": "Results[].Status"
20
+ }
21
+ ]
22
+ },
23
+ "MLModelAvailable": {
24
+ "delay": 30,
25
+ "operation": "DescribeMLModels",
26
+ "maxAttempts": 60,
27
+ "acceptors": [
28
+ {
29
+ "expected": "COMPLETED",
30
+ "matcher": "pathAll",
31
+ "state": "success",
32
+ "argument": "Results[].Status"
33
+ },
34
+ {
35
+ "expected": "FAILED",
36
+ "matcher": "pathAny",
37
+ "state": "failure",
38
+ "argument": "Results[].Status"
39
+ }
40
+ ]
41
+ },
42
+ "EvaluationAvailable": {
43
+ "delay": 30,
44
+ "operation": "DescribeEvaluations",
45
+ "maxAttempts": 60,
46
+ "acceptors": [
47
+ {
48
+ "expected": "COMPLETED",
49
+ "matcher": "pathAll",
50
+ "state": "success",
51
+ "argument": "Results[].Status"
52
+ },
53
+ {
54
+ "expected": "FAILED",
55
+ "matcher": "pathAny",
56
+ "state": "failure",
57
+ "argument": "Results[].Status"
58
+ }
59
+ ]
60
+ },
61
+ "BatchPredictionAvailable": {
62
+ "delay": 30,
63
+ "operation": "DescribeBatchPredictions",
64
+ "maxAttempts": 60,
65
+ "acceptors": [
66
+ {
67
+ "expected": "COMPLETED",
68
+ "matcher": "pathAll",
69
+ "state": "success",
70
+ "argument": "Results[].Status"
71
+ },
72
+ {
73
+ "expected": "FAILED",
74
+ "matcher": "pathAny",
75
+ "state": "failure",
76
+ "argument": "Results[].Status"
77
+ }
78
+ ]
79
+ }
80
+ }
81
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "ResourceRecordSetsChanged": {
5
+ "delay": 30,
6
+ "maxAttempts": 60,
7
+ "operation": "GetChange",
8
+ "acceptors": [
9
+ {
10
+ "matcher": "path",
11
+ "expected": "INSYNC",
12
+ "argument": "ChangeInfo.Status",
13
+ "state": "success"
14
+ }
15
+ ]
16
+ }
17
+ }
18
+ }
@@ -2,4 +2,5 @@ Aws.add_service(:MachineLearning, {
2
2
  api: "#{Aws::API_DIR}/machinelearning/2014-12-12/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/machinelearning/2014-12-12/docs-2.json",
4
4
  paginators: "#{Aws::API_DIR}/machinelearning/2014-12-12/paginators-1.json",
5
+ waiters: "#{Aws::API_DIR}/machinelearning/2014-12-12/waiters-2.json",
5
6
  })
@@ -3,4 +3,5 @@ Aws.add_service(:Route53, {
3
3
  docs: "#{Aws::API_DIR}/route53/2013-04-01/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/route53/2013-04-01/examples-1.json",
5
5
  paginators: "#{Aws::API_DIR}/route53/2013-04-01/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/route53/2013-04-01/waiters-2.json",
6
7
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.3.8'
2
+ VERSION = '2.3.9'
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.3.8
4
+ version: 2.3.9
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: 2016-05-24 00:00:00.000000000 Z
11
+ date: 2016-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -172,6 +172,7 @@ files:
172
172
  - apis/logs/2014-03-28/paginators-1.json
173
173
  - apis/machinelearning/2014-12-12/api-2.json
174
174
  - apis/machinelearning/2014-12-12/paginators-1.json
175
+ - apis/machinelearning/2014-12-12/waiters-2.json
175
176
  - apis/marketplacecommerceanalytics/2015-07-01/api-2.json
176
177
  - apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
177
178
  - apis/meteringmarketplace/2016-01-14/api-2.json
@@ -197,6 +198,7 @@ files:
197
198
  - apis/route53/2013-04-01/api-2.json
198
199
  - apis/route53/2013-04-01/examples-1.json
199
200
  - apis/route53/2013-04-01/paginators-1.json
201
+ - apis/route53/2013-04-01/waiters-2.json
200
202
  - apis/route53domains/2014-05-15/api-2.json
201
203
  - apis/route53domains/2014-05-15/paginators-1.json
202
204
  - apis/s3/2006-03-01/api-2.json