aws-sdk-core 2.11.489 → 2.11.490

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeCanaries": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken"
7
+ },
8
+ "DescribeCanariesLastRun": {
9
+ "input_token": "NextToken",
10
+ "limit_key": "MaxResults",
11
+ "output_token": "NextToken"
12
+ },
13
+ "DescribeRuntimeVersions": {
14
+ "input_token": "NextToken",
15
+ "limit_key": "MaxResults",
16
+ "output_token": "NextToken"
17
+ },
18
+ "GetCanaryRuns": {
19
+ "input_token": "NextToken",
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
+ }
23
+ }
24
+ }
@@ -1727,7 +1727,7 @@
1727
1727
  },
1728
1728
  "hostname" : "ecs-fips.us-west-1.amazonaws.com"
1729
1729
  },
1730
- "madison-fips-us-west-2" : {
1730
+ "fips-us-west-2" : {
1731
1731
  "credentialScope" : {
1732
1732
  "region" : "us-west-2"
1733
1733
  },
@@ -3174,6 +3174,7 @@
3174
3174
  "ap-southeast-1" : { },
3175
3175
  "ap-southeast-2" : { },
3176
3176
  "eu-central-1" : { },
3177
+ "eu-north-1" : { },
3177
3178
  "eu-west-1" : { },
3178
3179
  "eu-west-2" : { },
3179
3180
  "eu-west-3" : { },
@@ -230,6 +230,7 @@ module Aws
230
230
  States
231
231
  StorageGateway
232
232
  Support
233
+ Synthetics
233
234
  Textract
234
235
  TranscribeService
235
236
  Transfer
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Synthetics, {
2
+ api: "#{Aws::API_DIR}/synthetics/2017-10-11/api-2.json",
3
+ docs: "#{Aws::API_DIR}/synthetics/2017-10-11/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/synthetics/2017-10-11/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/synthetics/2017-10-11/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.489'
2
+ VERSION = '2.11.490'
3
3
  end
@@ -826,6 +826,10 @@
826
826
  "models": "support/2013-04-15",
827
827
  "endpoint": "support"
828
828
  },
829
+ "Synthetics": {
830
+ "models": "synthetics/2017-10-11",
831
+ "endpoint": "synthetics"
832
+ },
829
833
  "Textract": {
830
834
  "models": "textract/2018-06-27",
831
835
  "endpoint": "textract"
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.489
4
+ version: 2.11.490
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-04-17 00:00:00.000000000 Z
11
+ date: 2020-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -850,6 +850,9 @@ files:
850
850
  - apis/swf/2012-01-25/api-2.json
851
851
  - apis/swf/2012-01-25/examples-1.json
852
852
  - apis/swf/2012-01-25/paginators-1.json
853
+ - apis/synthetics/2017-10-11/api-2.json
854
+ - apis/synthetics/2017-10-11/examples-1.json
855
+ - apis/synthetics/2017-10-11/paginators-1.json
853
856
  - apis/textract/2018-06-27/api-2.json
854
857
  - apis/textract/2018-06-27/examples-1.json
855
858
  - apis/textract/2018-06-27/paginators-1.json
@@ -1256,6 +1259,7 @@ files:
1256
1259
  - lib/aws-sdk-core/stubbing/xml_error.rb
1257
1260
  - lib/aws-sdk-core/support.rb
1258
1261
  - lib/aws-sdk-core/swf.rb
1262
+ - lib/aws-sdk-core/synthetics.rb
1259
1263
  - lib/aws-sdk-core/textract.rb
1260
1264
  - lib/aws-sdk-core/transcribeservice.rb
1261
1265
  - lib/aws-sdk-core/transfer.rb