aws-sdk-core 2.11.309 → 2.11.310

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: eb2ef39be8d607d048af312a7d4165f7e3f73717
4
- data.tar.gz: 7139818d58f54e28f193b6135d9b98c4402e8cff
3
+ metadata.gz: 36268714914e89edece58f57117b298650b942ea
4
+ data.tar.gz: b9d56d649af765909b4970754b1498c2d98ff450
5
5
  SHA512:
6
- metadata.gz: 2504078d812e31d14cb45f63335251082b4718db9e85de62e84bf2367efd7544a05a60f1d76a66a9d6abc3e9fb23b2d9808414e1fa196fd95771f8033606c25e
7
- data.tar.gz: 8b034080ec859c12f3bae7713a81e3355d7b9fdfa0f3d1602aa8a49a9e97246b1ee7f95e4e0b8ec784a7e99faf1cd6d2ee1d56e8c24ecd1b2b0b7601517dc42a
6
+ metadata.gz: 40d004a117a7f924e1a2e6e4fbcb0efa80b289691f894034c4fcc36b2153966652ce96a1221414d1f44882d2e6f6cbaf07b0d98d2677b0baf880b201a0e6c111
7
+ data.tar.gz: 20a87cfa326cc4ef4774fa0deba5cc930f10bab6002fdb6460776e9cb380d1c0b6dd73ef5e60ccffdb5cf4d1c3d3be31a87f8c689337be83a72d62c1c29bd3e4
@@ -116,6 +116,20 @@
116
116
  {"shape":"InvalidNextTokenException"},
117
117
  {"shape":"RequestChangedException"}
118
118
  ]
119
+ },
120
+ "GetUsageForecast":{
121
+ "name":"GetUsageForecast",
122
+ "http":{
123
+ "method":"POST",
124
+ "requestUri":"/"
125
+ },
126
+ "input":{"shape":"GetUsageForecastRequest"},
127
+ "output":{"shape":"GetUsageForecastResponse"},
128
+ "errors":[
129
+ {"shape":"LimitExceededException"},
130
+ {"shape":"DataUnavailableException"},
131
+ {"shape":"UnresolvableUsageUnitException"}
132
+ ]
119
133
  }
120
134
  },
121
135
  "shapes":{
@@ -488,6 +502,28 @@
488
502
  "TotalSize":{"shape":"PageSize"}
489
503
  }
490
504
  },
505
+ "GetUsageForecastRequest":{
506
+ "type":"structure",
507
+ "required":[
508
+ "TimePeriod",
509
+ "Metric",
510
+ "Granularity"
511
+ ],
512
+ "members":{
513
+ "TimePeriod":{"shape":"DateInterval"},
514
+ "Metric":{"shape":"Metric"},
515
+ "Granularity":{"shape":"Granularity"},
516
+ "Filter":{"shape":"Expression"},
517
+ "PredictionIntervalLevel":{"shape":"PredictionIntervalLevel"}
518
+ }
519
+ },
520
+ "GetUsageForecastResponse":{
521
+ "type":"structure",
522
+ "members":{
523
+ "Total":{"shape":"MetricValue"},
524
+ "ForecastResultsByTime":{"shape":"ForecastResultsByTime"}
525
+ }
526
+ },
491
527
  "Granularity":{
492
528
  "type":"string",
493
529
  "enum":[
@@ -812,6 +848,13 @@
812
848
  "TotalPotentialRISavings":{"type":"string"},
813
849
  "TotalRunningHours":{"type":"string"},
814
850
  "TotalRunningNormalizedUnits":{"type":"string"},
851
+ "UnresolvableUsageUnitException":{
852
+ "type":"structure",
853
+ "members":{
854
+ "Message":{"shape":"ErrorMessage"}
855
+ },
856
+ "exception":true
857
+ },
815
858
  "UnusedHours":{"type":"string"},
816
859
  "UnusedUnits":{"type":"string"},
817
860
  "UtilizationByTime":{
@@ -2170,6 +2170,7 @@
2170
2170
  "ap-southeast-2" : { },
2171
2171
  "ca-central-1" : { },
2172
2172
  "eu-central-1" : { },
2173
+ "eu-north-1" : { },
2173
2174
  "eu-west-1" : { },
2174
2175
  "eu-west-2" : { },
2175
2176
  "eu-west-3" : { },
@@ -3534,6 +3535,12 @@
3534
3535
  "cn-northwest-1" : { }
3535
3536
  }
3536
3537
  },
3538
+ "license-manager" : {
3539
+ "endpoints" : {
3540
+ "cn-north-1" : { },
3541
+ "cn-northwest-1" : { }
3542
+ }
3543
+ },
3537
3544
  "logs" : {
3538
3545
  "endpoints" : {
3539
3546
  "cn-north-1" : { },
@@ -4107,6 +4114,11 @@
4107
4114
  "us-gov-west-1" : { }
4108
4115
  }
4109
4116
  },
4117
+ "ram" : {
4118
+ "endpoints" : {
4119
+ "us-gov-west-1" : { }
4120
+ }
4121
+ },
4110
4122
  "rds" : {
4111
4123
  "endpoints" : {
4112
4124
  "us-gov-east-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.309'
2
+ VERSION = '2.11.310'
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.309
4
+ version: 2.11.310
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: 2019-07-03 00:00:00.000000000 Z
11
+ date: 2019-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath