aws-sdk-core 2.6.33 → 2.6.34

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: 890a1d92fb8d5d963f8f828f215314ab23075693
4
- data.tar.gz: 3cdbde919d6b8faf59f6322b003ddb9b4f47ce64
3
+ metadata.gz: 29398f848d8c916add50e6ad28dea5893cb02546
4
+ data.tar.gz: f1fdefbac3da6d577c1d0f77eb9a50605bfa895b
5
5
  SHA512:
6
- metadata.gz: 921a41e742dca6c37a50a1312920895ef69dc148f73dc402bd81991761989c82e05c7fab0304134dd8a682f89e8b3e933f41f0009b7cd2a6c5d28a670295a7fb
7
- data.tar.gz: 2591eb69b33699feec39dbc9f47a4918e110473d3152c7c48ce9fc76d0e867866d37af7744038c2d94441d8616644a1c59f05b5a80f6a01fc0a4281b063a2e24
6
+ metadata.gz: a1c50592ca12fef53abf3028128e211e7ed2705cdfefc5199ed03fa76c3d91cefe80d062e775dfd6d387c3344e029f5d821e6a402b9c8a2d43d26b96912a5505
7
+ data.tar.gz: e024c2e4f3ad7c57462006f5ac2e65c1a139de8b76e4495604330e87fd0a7bad671bf3887900ab4c8e66b4d0d31f6f44371ff0e3ed1d20af7adc208b55e75348
@@ -1283,7 +1283,13 @@
1283
1283
  "AWS::RDS::EventSubscription",
1284
1284
  "AWS::ElasticLoadBalancingV2::LoadBalancer",
1285
1285
  "AWS::S3::Bucket",
1286
- "AWS::SSM::ManagedInstanceInventory"
1286
+ "AWS::SSM::ManagedInstanceInventory",
1287
+ "AWS::Redshift::Cluster",
1288
+ "AWS::Redshift::ClusterSnapshot",
1289
+ "AWS::Redshift::ClusterParameterGroup",
1290
+ "AWS::Redshift::ClusterSecurityGroup",
1291
+ "AWS::Redshift::ClusterSubnetGroup",
1292
+ "AWS::Redshift::EventSubscription"
1287
1293
  ]
1288
1294
  },
1289
1295
  "ResourceTypeList":{
@@ -2691,8 +2691,7 @@
2691
2691
  "type":"structure",
2692
2692
  "required":[
2693
2693
  "Bucket",
2694
- "Key",
2695
- "VersionId"
2694
+ "Key"
2696
2695
  ],
2697
2696
  "members":{
2698
2697
  "Bucket":{
@@ -2707,8 +2706,8 @@
2707
2706
  },
2708
2707
  "VersionId":{
2709
2708
  "shape":"ObjectVersionId",
2710
- "location":"uri",
2711
- "locationName":"VersionId"
2709
+ "location":"querystring",
2710
+ "locationName":"versionId"
2712
2711
  }
2713
2712
  }
2714
2713
  },
@@ -4666,8 +4665,7 @@
4666
4665
  "required":[
4667
4666
  "Bucket",
4668
4667
  "Key",
4669
- "Tagging",
4670
- "VersionId"
4668
+ "Tagging"
4671
4669
  ],
4672
4670
  "members":{
4673
4671
  "Bucket":{
@@ -4682,8 +4680,8 @@
4682
4680
  },
4683
4681
  "VersionId":{
4684
4682
  "shape":"ObjectVersionId",
4685
- "location":"uri",
4686
- "locationName":"VersionId"
4683
+ "location":"querystring",
4684
+ "locationName":"versionId"
4687
4685
  },
4688
4686
  "ContentMD5":{
4689
4687
  "shape":"ContentMD5",
@@ -7,6 +7,7 @@
7
7
  "serviceAbbreviation":"Amazon SQS",
8
8
  "serviceFullName":"Amazon Simple Queue Service",
9
9
  "signatureVersion":"v4",
10
+ "uid":"sqs-2012-11-05",
10
11
  "xmlNamespace":"http://queue.amazonaws.com/doc/2012-11-05/"
11
12
  },
12
13
  "operations":{
@@ -1191,6 +1191,8 @@
1191
1191
  },
1192
1192
  "protocols": [
1193
1193
  "http",
1194
+ "http",
1195
+ "https",
1194
1196
  "https"
1195
1197
  ]
1196
1198
  },
@@ -1202,6 +1204,15 @@
1202
1204
  "ap-southeast-2": {},
1203
1205
  "eu-central-1": {},
1204
1206
  "eu-west-1": {},
1207
+ "local": {
1208
+ "credentialScope": {
1209
+ "region": "us-east-1"
1210
+ },
1211
+ "hostname": "localhost:8000",
1212
+ "protocols": [
1213
+ "http"
1214
+ ]
1215
+ },
1205
1216
  "sa-east-1": {},
1206
1217
  "us-east-1": {},
1207
1218
  "us-east-2": {},
@@ -1513,6 +1524,8 @@
1513
1524
  },
1514
1525
  "protocols": [
1515
1526
  "http",
1527
+ "http",
1528
+ "https",
1516
1529
  "https"
1517
1530
  ]
1518
1531
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.33'
2
+ VERSION = '2.6.34'
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.6.33
4
+ version: 2.6.34
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-12-06 00:00:00.000000000 Z
11
+ date: 2016-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath