aws-sdk-core 2.11.613 → 2.11.614

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,6 +78,18 @@
78
78
  "limit_key": "MaxResults",
79
79
  "result_key": "HyperParameterTuningJobSummaries"
80
80
  },
81
+ "ListImageVersions": {
82
+ "input_token": "NextToken",
83
+ "output_token": "NextToken",
84
+ "limit_key": "MaxResults",
85
+ "result_key": "ImageVersions"
86
+ },
87
+ "ListImages": {
88
+ "input_token": "NextToken",
89
+ "output_token": "NextToken",
90
+ "limit_key": "MaxResults",
91
+ "result_key": "Images"
92
+ },
81
93
  "ListLabelingJobs": {
82
94
  "input_token": "NextToken",
83
95
  "output_token": "NextToken",
@@ -4632,6 +4632,12 @@
4632
4632
  "region" : "us-east-1"
4633
4633
  },
4634
4634
  "hostname" : "route53.amazonaws.com"
4635
+ },
4636
+ "fips-aws-global" : {
4637
+ "credentialScope" : {
4638
+ "region" : "us-east-1"
4639
+ },
4640
+ "hostname" : "route53-fips.amazonaws.com"
4635
4641
  }
4636
4642
  },
4637
4643
  "isRegionalized" : false,
@@ -8263,6 +8269,12 @@
8263
8269
  "region" : "us-gov-west-1"
8264
8270
  },
8265
8271
  "hostname" : "route53.us-gov.amazonaws.com"
8272
+ },
8273
+ "fips-aws-us-gov-global" : {
8274
+ "credentialScope" : {
8275
+ "region" : "us-gov-west-1"
8276
+ },
8277
+ "hostname" : "route53.us-gov.amazonaws.com"
8266
8278
  }
8267
8279
  },
8268
8280
  "isRegionalized" : false,
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.613'
2
+ VERSION = '2.11.614'
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.613
4
+ version: 2.11.614
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: 2020-10-23 00:00:00.000000000 Z
11
+ date: 2020-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath