aws-sdk-core 2.11.6 → 2.11.7

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: dc3d9369506af951fa0c22bbb7512e9e12604563
4
- data.tar.gz: 77756124f895cfd5d8c88713871d9d02492185a5
3
+ metadata.gz: d8d1b046432aa8ee594b0f14f8e95df8e3be3570
4
+ data.tar.gz: 324ac265fa603a856c5fcd2830ed0b0598f72f6f
5
5
  SHA512:
6
- metadata.gz: f7369cd5b0325435e53fba874ab147255f90feb4d24f72fc9eb5d593ad54df6794a59f0eb418a39d4b90166a6fd7ddfe8a328fa0e8091545ce218c7a930c7c67
7
- data.tar.gz: 8f87fba1a7a2f9a6d95310ee5045abedb361cb6cad49b53745069a173d1e553acafe93d36250c6fd63fd83b2eea8cfbe5e7083311ce98b425bec9251fd48c2fc
6
+ metadata.gz: bda22f50e4ab3b6f8c40324651bb2586e149676853cf32020f8474df3bcc619d1d68a4338268ed7a46ac55f6e1bade1666b0afd47e4f1a1cd72c9716ad0c06c8
7
+ data.tar.gz: 9cef2aa75096e637c040afd6e57f096b8dd9dd5c23e6e746ea5084af3bb40abac61b1dcb5b012ffa1fe444e7d38f652f886fd62a2e1c4c6a8ad4159eeda49ce6
@@ -426,6 +426,7 @@
426
426
  "EC2SpotFleetRequestAverageCPUUtilization",
427
427
  "EC2SpotFleetRequestAverageNetworkIn",
428
428
  "EC2SpotFleetRequestAverageNetworkOut",
429
+ "SageMakerVariantInvocationsPerInstance",
429
430
  "ECSServiceAverageCPUUtilization",
430
431
  "ECSServiceAverageMemoryUtilization"
431
432
  ]
@@ -561,7 +562,8 @@
561
562
  "dynamodb:table:WriteCapacityUnits",
562
563
  "dynamodb:index:ReadCapacityUnits",
563
564
  "dynamodb:index:WriteCapacityUnits",
564
- "rds:cluster:ReadReplicaCount"
565
+ "rds:cluster:ReadReplicaCount",
566
+ "sagemaker:variant:DesiredInstanceCount"
565
567
  ]
566
568
  },
567
569
  "ScalableTarget":{
@@ -707,7 +709,8 @@
707
709
  "ec2",
708
710
  "appstream",
709
711
  "dynamodb",
710
- "rds"
712
+ "rds",
713
+ "sagemaker"
711
714
  ]
712
715
  },
713
716
  "StepAdjustment":{
@@ -1219,6 +1219,7 @@
1219
1219
  "ap-south-1" : { },
1220
1220
  "ap-southeast-1" : { },
1221
1221
  "ap-southeast-2" : { },
1222
+ "ca-central-1" : { },
1222
1223
  "eu-central-1" : { },
1223
1224
  "eu-west-1" : { },
1224
1225
  "eu-west-2" : { },
@@ -2292,6 +2293,10 @@
2292
2293
  "us-gov-west-1" : {
2293
2294
  "hostname" : "s3.us-gov-west-1.amazonaws.com",
2294
2295
  "protocols" : [ "http", "https" ]
2296
+ },
2297
+ "us-gov-west-1-dualstack" : {
2298
+ "hostname" : "s3.dualstack.us-gov-west-1.amazonaws.com",
2299
+ "signatureVersions" : [ "s3", "s3v4" ]
2295
2300
  }
2296
2301
  }
2297
2302
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.6'
2
+ VERSION = '2.11.7'
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.11.6
4
+ version: 2.11.7
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: 2018-02-27 00:00:00.000000000 Z
11
+ date: 2018-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath