aws-sdk-core 2.8.9 → 2.8.10

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: 47535291e47bcad8b3b5e12ae6c97bd89019b25f
4
- data.tar.gz: b52170662cf28c073305cc4154a70d6056750ec5
3
+ metadata.gz: 790d4a72a088eb7e52d555310841c4e4ddf70f9a
4
+ data.tar.gz: a1c44efb5aeea04d9342066ec54ab1cd152bc056
5
5
  SHA512:
6
- metadata.gz: b54014e86ef06d19818c62f1926b20488357ef3f165b233b15671a32b3410013007ace0111de831a7fd05797d2ba9bc862bbd8017641639cc28aae5cc17518b1
7
- data.tar.gz: 51e9878c1aba5e68004122284357fbd76b75cf26a41ce66f705e37ae1643c66c75229b1e35583f4ae5f24ac4579e2dfd5c5fa873f74ffd3927ee5a2b870f0381
6
+ metadata.gz: 4b7fe9e3a01d6dc0f6c172b56fe4bb138b16a8b822a722f8144ecfb09fa707805b7f061892c30e3d2c27f07b9188e07cb812f2eda24bb6af38578a4998e6baec
7
+ data.tar.gz: 21235a93377e65ecda8a2615272b24238035ff8f271c46f40a2cbec4b0419f2e2d1934794204c1ad17c476e967264f3f81f9914762cace45f81769220b015a79
@@ -132,6 +132,22 @@
132
132
  {"shape":"InvalidParameterException"},
133
133
  {"shape":"InvalidParameterValueException"},
134
134
  {"shape":"ServerInternalErrorException"}
135
+ ],
136
+ "deprecated":true
137
+ },
138
+ "DescribeExportTasks":{
139
+ "name":"DescribeExportTasks",
140
+ "http":{
141
+ "method":"POST",
142
+ "requestUri":"/"
143
+ },
144
+ "input":{"shape":"DescribeExportTasksRequest"},
145
+ "output":{"shape":"DescribeExportTasksResponse"},
146
+ "errors":[
147
+ {"shape":"AuthorizationErrorException"},
148
+ {"shape":"InvalidParameterException"},
149
+ {"shape":"InvalidParameterValueException"},
150
+ {"shape":"ServerInternalErrorException"}
135
151
  ]
136
152
  },
137
153
  "DescribeTags":{
@@ -178,7 +194,8 @@
178
194
  {"shape":"InvalidParameterValueException"},
179
195
  {"shape":"ServerInternalErrorException"},
180
196
  {"shape":"OperationNotPermittedException"}
181
- ]
197
+ ],
198
+ "deprecated":true
182
199
  },
183
200
  "GetDiscoverySummary":{
184
201
  "name":"GetDiscoverySummary",
@@ -241,6 +258,22 @@
241
258
  {"shape":"ServerInternalErrorException"}
242
259
  ]
243
260
  },
261
+ "StartExportTask":{
262
+ "name":"StartExportTask",
263
+ "http":{
264
+ "method":"POST",
265
+ "requestUri":"/"
266
+ },
267
+ "input":{"shape":"StartExportTaskRequest"},
268
+ "output":{"shape":"StartExportTaskResponse"},
269
+ "errors":[
270
+ {"shape":"AuthorizationErrorException"},
271
+ {"shape":"InvalidParameterException"},
272
+ {"shape":"InvalidParameterValueException"},
273
+ {"shape":"ServerInternalErrorException"},
274
+ {"shape":"OperationNotPermittedException"}
275
+ ]
276
+ },
244
277
  "StopDataCollectionByAgentIds":{
245
278
  "name":"StopDataCollectionByAgentIds",
246
279
  "http":{
@@ -557,6 +590,21 @@
557
590
  "nextToken":{"shape":"NextToken"}
558
591
  }
559
592
  },
593
+ "DescribeExportTasksRequest":{
594
+ "type":"structure",
595
+ "members":{
596
+ "exportIds":{"shape":"ExportIds"},
597
+ "maxResults":{"shape":"Integer"},
598
+ "nextToken":{"shape":"NextToken"}
599
+ }
600
+ },
601
+ "DescribeExportTasksResponse":{
602
+ "type":"structure",
603
+ "members":{
604
+ "exportsInfo":{"shape":"ExportsInfo"},
605
+ "nextToken":{"shape":"NextToken"}
606
+ }
607
+ },
560
608
  "DescribeTagsRequest":{
561
609
  "type":"structure",
562
610
  "members":{
@@ -594,6 +642,17 @@
594
642
  "exportId":{"shape":"ConfigurationsExportId"}
595
643
  }
596
644
  },
645
+ "ExportDataFormat":{
646
+ "type":"string",
647
+ "enum":[
648
+ "CSV",
649
+ "GRAPHML"
650
+ ]
651
+ },
652
+ "ExportDataFormats":{
653
+ "type":"list",
654
+ "member":{"shape":"ExportDataFormat"}
655
+ },
597
656
  "ExportIds":{
598
657
  "type":"list",
599
658
  "member":{"shape":"ConfigurationsExportId"}
@@ -792,6 +851,18 @@
792
851
  "agentsConfigurationStatus":{"shape":"AgentConfigurationStatusList"}
793
852
  }
794
853
  },
854
+ "StartExportTaskRequest":{
855
+ "type":"structure",
856
+ "members":{
857
+ "exportDataFormat":{"shape":"ExportDataFormats"}
858
+ }
859
+ },
860
+ "StartExportTaskResponse":{
861
+ "type":"structure",
862
+ "members":{
863
+ "exportId":{"shape":"ConfigurationsExportId"}
864
+ }
865
+ },
795
866
  "StopDataCollectionByAgentIdsRequest":{
796
867
  "type":"structure",
797
868
  "required":["agentIds"],
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "LoadBalancerExists": {
5
+ "delay": 15,
6
+ "operation": "DescribeLoadBalancers",
7
+ "maxAttempts": 40,
8
+ "acceptors": [
9
+ {
10
+ "matcher": "status",
11
+ "expected": 200,
12
+ "state": "success"
13
+ },
14
+ {
15
+ "matcher": "error",
16
+ "expected": "LoadBalancerNotFound",
17
+ "state": "retry"
18
+ }
19
+ ]
20
+ },
21
+ "LoadBalancerAvailable": {
22
+ "delay": 15,
23
+ "operation": "DescribeLoadBalancers",
24
+ "maxAttempts": 40,
25
+ "acceptors": [
26
+ {
27
+ "state": "success",
28
+ "matcher": "pathAll",
29
+ "argument": "LoadBalancers[].State.Code",
30
+ "expected": "active"
31
+ },
32
+ {
33
+ "state": "retry",
34
+ "matcher": "pathAny",
35
+ "argument": "LoadBalancers[].State.Code",
36
+ "expected": "provisioning"
37
+ },
38
+ {
39
+ "state": "retry",
40
+ "matcher": "error",
41
+ "expected": "LoadBalancerNotFound"
42
+ }
43
+ ]
44
+ }
45
+ }
46
+ }
@@ -1312,6 +1312,7 @@
1312
1312
  "enum":[
1313
1313
  "nodejs",
1314
1314
  "nodejs4.3",
1315
+ "nodejs6.10",
1315
1316
  "java8",
1316
1317
  "python2.7",
1317
1318
  "dotnetcore1.0",
@@ -2,15 +2,15 @@
2
2
  "pagination": {
3
3
  "ListEventSourceMappings": {
4
4
  "input_token": "Marker",
5
- "output_token": "NextMarker",
6
5
  "limit_key": "MaxItems",
6
+ "output_token": "NextMarker",
7
7
  "result_key": "EventSourceMappings"
8
8
  },
9
9
  "ListFunctions": {
10
10
  "input_token": "Marker",
11
- "output_token": "NextMarker",
12
11
  "limit_key": "MaxItems",
12
+ "output_token": "NextMarker",
13
13
  "result_key": "Functions"
14
14
  }
15
15
  }
16
- }
16
+ }
@@ -269,6 +269,10 @@
269
269
  },
270
270
  "codebuild": {
271
271
  "endpoints": {
272
+ "ap-northeast-1": {},
273
+ "ap-southeast-1": {},
274
+ "ap-southeast-2": {},
275
+ "eu-central-1": {},
272
276
  "eu-west-1": {},
273
277
  "us-east-1": {},
274
278
  "us-east-2": {},
@@ -587,6 +591,7 @@
587
591
  },
588
592
  "elasticfilesystem": {
589
593
  "endpoints": {
594
+ "ap-southeast-2": {},
590
595
  "eu-west-1": {},
591
596
  "us-east-1": {},
592
597
  "us-east-2": {},
@@ -1231,7 +1236,6 @@
1231
1236
  "endpoints": {
1232
1237
  "ap-south-1": {},
1233
1238
  "ap-southeast-2": {},
1234
- "ca-central-1": {},
1235
1239
  "eu-central-1": {},
1236
1240
  "eu-west-1": {},
1237
1241
  "eu-west-2": {},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.8.9'
2
+ VERSION = '2.8.10'
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.8.9
4
+ version: 2.8.10
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-03-21 00:00:00.000000000 Z
11
+ date: 2017-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -143,6 +143,7 @@ files:
143
143
  - apis/directconnect/2012-10-25/paginators-1.json
144
144
  - apis/discovery/2015-11-01/api-2.json
145
145
  - apis/discovery/2015-11-01/examples-1.json
146
+ - apis/discovery/2015-11-01/paginators-1.json
146
147
  - apis/dms/2016-01-01/api-2.json
147
148
  - apis/dms/2016-01-01/examples-1.json
148
149
  - apis/ds/2015-04-16/api-2.json
@@ -199,6 +200,7 @@ files:
199
200
  - apis/elasticloadbalancingv2/2015-12-01/api-2.json
200
201
  - apis/elasticloadbalancingv2/2015-12-01/examples-1.json
201
202
  - apis/elasticloadbalancingv2/2015-12-01/paginators-1.json
203
+ - apis/elasticloadbalancingv2/2015-12-01/waiters-2.json
202
204
  - apis/elasticmapreduce/2009-03-31/api-2.json
203
205
  - apis/elasticmapreduce/2009-03-31/examples-1.json
204
206
  - apis/elasticmapreduce/2009-03-31/paginators-1.json