aws-sdk-core 2.10.1 → 2.10.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc7d4658818a5206c472b21e580fec21a8bac216
4
- data.tar.gz: 079dec05dbd998f9af6ec5ed7dd42a7417631135
3
+ metadata.gz: 16a74ee274b99fc6955194f8a44d84d6de0028dc
4
+ data.tar.gz: a1dcebf3b22dd5fe2f8a2e963d03701c5a5850e3
5
5
  SHA512:
6
- metadata.gz: b9e2964b6917524ac00cffd5cdf00caa3d4b909bee709f181c125d659fd6032829461da9c0b0acf3e7523e4919b6975ee8276e413c2864c6946409af0152ad54
7
- data.tar.gz: 7b7bb8d143cd0e195ddd5d008ee0c8133328ec9fa92cfc4c46cc3a81a3738dde5265e60b81cd36df329d92510eae536bc16086c8ec26f66504b4cf8d0419a5e4
6
+ metadata.gz: f2e80a9ed1befb39e2f0f82e9d78b5e333da001b38d7047a89ab017d91f5324d979484bca51b8d6734857afd9c24dc9eecb7e809b1874d3a8384b6f519186ae6
7
+ data.tar.gz: 427047e0f5772fb69590a4338a7e081267085ec97e3d6ab8aa06e9e403e91b0f1e967cbfe59cd8ad7003712c894571227df2c0924d9072b9cb2f0ae4d693b88e
@@ -202,6 +202,20 @@
202
202
  {"shape":"InvalidNextTokenException"}
203
203
  ]
204
204
  },
205
+ "ListPipelineExecutions":{
206
+ "name":"ListPipelineExecutions",
207
+ "http":{
208
+ "method":"POST",
209
+ "requestUri":"/"
210
+ },
211
+ "input":{"shape":"ListPipelineExecutionsInput"},
212
+ "output":{"shape":"ListPipelineExecutionsOutput"},
213
+ "errors":[
214
+ {"shape":"ValidationException"},
215
+ {"shape":"PipelineNotFoundException"},
216
+ {"shape":"InvalidNextTokenException"}
217
+ ]
218
+ },
205
219
  "ListPipelines":{
206
220
  "name":"ListPipelines",
207
221
  "http":{
@@ -488,7 +502,7 @@
488
502
  },
489
503
  "ActionConfigurationQueryableValue":{
490
504
  "type":"string",
491
- "max":20,
505
+ "max":50,
492
506
  "min":1,
493
507
  "pattern":"[a-zA-Z0-9_-]+"
494
508
  },
@@ -1192,6 +1206,22 @@
1192
1206
  "nextToken":{"shape":"NextToken"}
1193
1207
  }
1194
1208
  },
1209
+ "ListPipelineExecutionsInput":{
1210
+ "type":"structure",
1211
+ "required":["pipelineName"],
1212
+ "members":{
1213
+ "pipelineName":{"shape":"PipelineName"},
1214
+ "maxResults":{"shape":"MaxResults"},
1215
+ "nextToken":{"shape":"NextToken"}
1216
+ }
1217
+ },
1218
+ "ListPipelineExecutionsOutput":{
1219
+ "type":"structure",
1220
+ "members":{
1221
+ "pipelineExecutionSummaries":{"shape":"PipelineExecutionSummaryList"},
1222
+ "nextToken":{"shape":"NextToken"}
1223
+ }
1224
+ },
1195
1225
  "ListPipelinesInput":{
1196
1226
  "type":"structure",
1197
1227
  "members":{
@@ -1209,6 +1239,11 @@
1209
1239
  "type":"integer",
1210
1240
  "min":1
1211
1241
  },
1242
+ "MaxResults":{
1243
+ "type":"integer",
1244
+ "max":100,
1245
+ "min":1
1246
+ },
1212
1247
  "MaximumArtifactCount":{
1213
1248
  "type":"integer",
1214
1249
  "max":5,
@@ -1297,6 +1332,19 @@
1297
1332
  "Failed"
1298
1333
  ]
1299
1334
  },
1335
+ "PipelineExecutionSummary":{
1336
+ "type":"structure",
1337
+ "members":{
1338
+ "pipelineExecutionId":{"shape":"PipelineExecutionId"},
1339
+ "status":{"shape":"PipelineExecutionStatus"},
1340
+ "startTime":{"shape":"Timestamp"},
1341
+ "lastUpdateTime":{"shape":"Timestamp"}
1342
+ }
1343
+ },
1344
+ "PipelineExecutionSummaryList":{
1345
+ "type":"list",
1346
+ "member":{"shape":"PipelineExecutionSummary"}
1347
+ },
1300
1348
  "PipelineList":{
1301
1349
  "type":"list",
1302
1350
  "member":{"shape":"PipelineSummary"}
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -103,6 +103,7 @@
103
103
  "input":{"shape":"CreateReplicationTaskMessage"},
104
104
  "output":{"shape":"CreateReplicationTaskResponse"},
105
105
  "errors":[
106
+ {"shape":"AccessDeniedFault"},
106
107
  {"shape":"InvalidResourceStateFault"},
107
108
  {"shape":"ResourceAlreadyExistsFault"},
108
109
  {"shape":"ResourceNotFoundFault"},
@@ -1222,7 +1223,8 @@
1222
1223
  "members":{
1223
1224
  "CertificateIdentifier":{"shape":"String"},
1224
1225
  "CertificatePem":{"shape":"String"},
1225
- "CertificateWallet":{"shape":"CertificateWallet"}
1226
+ "CertificateWallet":{"shape":"CertificateWallet"},
1227
+ "Tags":{"shape":"TagList"}
1226
1228
  }
1227
1229
  },
1228
1230
  "ImportCertificateResponse":{
@@ -1803,6 +1805,8 @@
1803
1805
  "Updates":{"shape":"Long"},
1804
1806
  "Ddls":{"shape":"Long"},
1805
1807
  "FullLoadRows":{"shape":"Long"},
1808
+ "FullLoadCondtnlChkFailedRows":{"shape":"Long"},
1809
+ "FullLoadErrorRows":{"shape":"Long"},
1806
1810
  "LastUpdateTime":{"shape":"TStamp"},
1807
1811
  "TableState":{"shape":"String"}
1808
1812
  }
@@ -39,6 +39,11 @@
39
39
  "expected":"InService",
40
40
  "matcher":"pathAll",
41
41
  "state":"success"
42
+ },
43
+ {
44
+ "matcher": "error",
45
+ "expected": "InvalidInstance",
46
+ "state": "retry"
42
47
  }
43
48
  ],
44
49
  "delay":15,
@@ -1090,7 +1090,10 @@
1090
1090
  "members":{
1091
1091
  "instanceNames":{"shape":"StringList"},
1092
1092
  "availabilityZone":{"shape":"string"},
1093
- "customImageName":{"shape":"ResourceName"},
1093
+ "customImageName":{
1094
+ "shape":"ResourceName",
1095
+ "deprecated":true
1096
+ },
1094
1097
  "blueprintId":{"shape":"NonEmptyString"},
1095
1098
  "bundleId":{"shape":"NonEmptyString"},
1096
1099
  "userData":{"shape":"string"},
@@ -1512,7 +1515,11 @@
1512
1515
  "type":"structure",
1513
1516
  "members":{
1514
1517
  "operations":{"shape":"OperationList"},
1515
- "nextPageCount":{"shape":"string"}
1518
+ "nextPageCount":{
1519
+ "shape":"string",
1520
+ "deprecated":true
1521
+ },
1522
+ "nextPageToken":{"shape":"string"}
1516
1523
  }
1517
1524
  },
1518
1525
  "GetOperationsRequest":{
@@ -2034,6 +2041,7 @@
2034
2041
  "type":"string",
2035
2042
  "enum":[
2036
2043
  "us-east-1",
2044
+ "us-east-2",
2037
2045
  "us-west-1",
2038
2046
  "us-west-2",
2039
2047
  "eu-west-1",
@@ -231,6 +231,7 @@
231
231
  "output":{"shape":"DeleteHealthCheckResponse"},
232
232
  "errors":[
233
233
  {"shape":"NoSuchHealthCheck"},
234
+ {"shape":"HealthCheckInUse"},
234
235
  {"shape":"InvalidInput"}
235
236
  ]
236
237
  },
@@ -1797,6 +1798,14 @@
1797
1798
  "type":"string",
1798
1799
  "max":64
1799
1800
  },
1801
+ "HealthCheckInUse":{
1802
+ "type":"structure",
1803
+ "members":{
1804
+ "message":{"shape":"ErrorMessage"}
1805
+ },
1806
+ "error":{"httpStatusCode":400},
1807
+ "exception":true
1808
+ },
1800
1809
  "HealthCheckNonce":{
1801
1810
  "type":"string",
1802
1811
  "max":64,
data/endpoints.json CHANGED
@@ -881,6 +881,7 @@
881
881
  "ap-south-1" : { },
882
882
  "ap-southeast-1" : { },
883
883
  "ap-southeast-2" : { },
884
+ "ca-central-1" : { },
884
885
  "eu-central-1" : { },
885
886
  "eu-west-1" : { },
886
887
  "eu-west-2" : { },
@@ -2,4 +2,5 @@ Aws.add_service(:CodePipeline, {
2
2
  api: "#{Aws::API_DIR}/codepipeline/2015-07-09/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/codepipeline/2015-07-09/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/codepipeline/2015-07-09/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/codepipeline/2015-07-09/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.1'
2
+ VERSION = '2.10.2'
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.10.1
4
+ version: 2.10.2
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-06-21 00:00:00.000000000 Z
11
+ date: 2017-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -130,6 +130,7 @@ files:
130
130
  - apis/codedeploy/2014-10-06/waiters-2.json
131
131
  - apis/codepipeline/2015-07-09/api-2.json
132
132
  - apis/codepipeline/2015-07-09/examples-1.json
133
+ - apis/codepipeline/2015-07-09/paginators-1.json
133
134
  - apis/codestar/2017-04-19/api-2.json
134
135
  - apis/codestar/2017-04-19/examples-1.json
135
136
  - apis/codestar/2017-04-19/paginators-1.json