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.
- checksums.yaml +4 -4
- data/apis/apigatewayv2/2018-11-29/api-2.json +71 -0
- data/apis/ce/2017-10-25/api-2.json +77 -11
- data/apis/ce/2017-10-25/paginators-1.json +5 -0
- data/apis/glue/2017-03-31/api-2.json +4 -2
- data/apis/iotevents/2018-07-27/api-2.json +173 -1
- data/apis/synthetics/2017-10-11/api-2.json +754 -0
- data/apis/synthetics/2017-10-11/examples-1.json +5 -0
- data/apis/synthetics/2017-10-11/paginators-1.json +24 -0
- data/endpoints.json +2 -1
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/synthetics.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
@@ -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
|
+
}
|
data/endpoints.json
CHANGED
@@ -1727,7 +1727,7 @@
|
|
1727
1727
|
},
|
1728
1728
|
"hostname" : "ecs-fips.us-west-1.amazonaws.com"
|
1729
1729
|
},
|
1730
|
-
"
|
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" : { },
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -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
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
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.
|
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-
|
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
|