aws-sdk-core 2.6.4 → 2.6.5

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.
@@ -2186,6 +2186,11 @@
2186
2186
  "shape":"ReplicationStatus",
2187
2187
  "location":"header",
2188
2188
  "locationName":"x-amz-replication-status"
2189
+ },
2190
+ "PartsCount":{
2191
+ "shape":"PartsCount",
2192
+ "location":"header",
2193
+ "locationName":"x-amz-mp-parts-count"
2189
2194
  }
2190
2195
  },
2191
2196
  "payload":"Body"
@@ -2286,6 +2291,11 @@
2286
2291
  "shape":"RequestPayer",
2287
2292
  "location":"header",
2288
2293
  "locationName":"x-amz-request-payer"
2294
+ },
2295
+ "PartNumber":{
2296
+ "shape":"PartNumber",
2297
+ "location":"querystring",
2298
+ "locationName":"partNumber"
2289
2299
  }
2290
2300
  }
2291
2301
  },
@@ -2499,6 +2509,11 @@
2499
2509
  "shape":"ReplicationStatus",
2500
2510
  "location":"header",
2501
2511
  "locationName":"x-amz-replication-status"
2512
+ },
2513
+ "PartsCount":{
2514
+ "shape":"PartsCount",
2515
+ "location":"header",
2516
+ "locationName":"x-amz-mp-parts-count"
2502
2517
  }
2503
2518
  }
2504
2519
  },
@@ -2568,6 +2583,11 @@
2568
2583
  "shape":"RequestPayer",
2569
2584
  "location":"header",
2570
2585
  "locationName":"x-amz-request-payer"
2586
+ },
2587
+ "PartNumber":{
2588
+ "shape":"PartNumber",
2589
+ "location":"querystring",
2590
+ "locationName":"partNumber"
2571
2591
  }
2572
2592
  }
2573
2593
  },
@@ -2852,6 +2872,11 @@
2852
2872
  "shape":"Prefix",
2853
2873
  "location":"querystring",
2854
2874
  "locationName":"prefix"
2875
+ },
2876
+ "RequestPayer":{
2877
+ "shape":"RequestPayer",
2878
+ "location":"header",
2879
+ "locationName":"x-amz-request-payer"
2855
2880
  }
2856
2881
  }
2857
2882
  },
@@ -2915,6 +2940,11 @@
2915
2940
  "shape":"StartAfter",
2916
2941
  "location":"querystring",
2917
2942
  "locationName":"start-after"
2943
+ },
2944
+ "RequestPayer":{
2945
+ "shape":"RequestPayer",
2946
+ "location":"header",
2947
+ "locationName":"x-amz-request-payer"
2918
2948
  }
2919
2949
  }
2920
2950
  },
@@ -3242,6 +3272,7 @@
3242
3272
  "member":{"shape":"Part"},
3243
3273
  "flattened":true
3244
3274
  },
3275
+ "PartsCount":{"type":"integer"},
3245
3276
  "Payer":{
3246
3277
  "type":"string",
3247
3278
  "enum":[
@@ -1,8 +1,8 @@
1
1
  Aws.add_service(:EC2, {
2
- api: "#{Aws::API_DIR}/ec2/2016-04-01/api-2.json",
3
- docs: "#{Aws::API_DIR}/ec2/2016-04-01/docs-2.json",
4
- examples: "#{Aws::API_DIR}/ec2/2016-04-01/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/ec2/2016-04-01/paginators-1.json",
6
- resources: "#{Aws::API_DIR}/ec2/2016-04-01/resources-1.json",
7
- waiters: "#{Aws::API_DIR}/ec2/2016-04-01/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/ec2/2016-09-15/api-2.json",
3
+ docs: "#{Aws::API_DIR}/ec2/2016-09-15/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/ec2/2016-09-15/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/ec2/2016-09-15/paginators-1.json",
6
+ resources: "#{Aws::API_DIR}/ec2/2016-09-15/resources-1.json",
7
+ waiters: "#{Aws::API_DIR}/ec2/2016-09-15/waiters-2.json",
8
8
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.4'
2
+ VERSION = '2.6.5'
3
3
  end
@@ -111,7 +111,7 @@
111
111
  "endpoint": "streams.dynamodb"
112
112
  },
113
113
  "EC2": {
114
- "models": "ec2/2016-04-01",
114
+ "models": "ec2/2016-09-15",
115
115
  "endpoint": "ec2"
116
116
  },
117
117
  "ECR": {
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.6.4
4
+ version: 2.6.5
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-09-27 00:00:00.000000000 Z
11
+ date: 2016-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -122,6 +122,11 @@ files:
122
122
  - apis/ec2/2016-04-01/paginators-1.json
123
123
  - apis/ec2/2016-04-01/resources-1.json
124
124
  - apis/ec2/2016-04-01/waiters-2.json
125
+ - apis/ec2/2016-09-15/api-2.json
126
+ - apis/ec2/2016-09-15/examples-1.json
127
+ - apis/ec2/2016-09-15/paginators-1.json
128
+ - apis/ec2/2016-09-15/resources-1.json
129
+ - apis/ec2/2016-09-15/waiters-2.json
125
130
  - apis/ecr/2015-09-21/api-2.json
126
131
  - apis/ecr/2015-09-21/examples-1.json
127
132
  - apis/ecr/2015-09-21/paginators-1.json