aws-sdk-core 2.11.179 → 2.11.180
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/dynamodb/2012-08-10/api-2.json +290 -11
- data/apis/fsx/2018-03-01/api-2.json +953 -0
- data/apis/fsx/2018-03-01/examples-1.json +384 -0
- data/apis/fsx/2018-03-01/paginators-1.json +14 -0
- data/apis/rds/2014-10-31/api-2.json +253 -4
- data/apis/rds/2014-10-31/paginators-1.json +6 -0
- data/apis/securityhub/2018-10-26/api-2.json +1660 -0
- data/apis/securityhub/2018-10-26/examples-1.json +5 -0
- data/apis/securityhub/2018-10-26/paginators-1.json +19 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/fsx.rb +6 -0
- data/lib/aws-sdk-core/securityhub.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +9 -1
@@ -0,0 +1,19 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"GetFindings": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults"
|
7
|
+
},
|
8
|
+
"GetInsights": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
},
|
13
|
+
"ListEnabledProductsForImport": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
}
|
18
|
+
}
|
19
|
+
}
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -87,6 +87,7 @@ module Aws
|
|
87
87
|
ElasticTranscoder
|
88
88
|
ElasticsearchService
|
89
89
|
FMS
|
90
|
+
FSx
|
90
91
|
Firehose
|
91
92
|
GameLift
|
92
93
|
Glacier
|
@@ -166,6 +167,7 @@ module Aws
|
|
166
167
|
SageMaker
|
167
168
|
SageMakerRuntime
|
168
169
|
SecretsManager
|
170
|
+
SecurityHub
|
169
171
|
ServerlessApplicationRepository
|
170
172
|
ServiceCatalog
|
171
173
|
ServiceDiscovery
|
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:SecurityHub, {
|
2
|
+
api: "#{Aws::API_DIR}/securityhub/2018-10-26/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/securityhub/2018-10-26/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/securityhub/2018-10-26/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/securityhub/2018-10-26/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
@@ -254,6 +254,10 @@
|
|
254
254
|
"models": "fms/2018-01-01",
|
255
255
|
"endpoint": "fms"
|
256
256
|
},
|
257
|
+
"FSx": {
|
258
|
+
"models": "fsx/2018-03-01",
|
259
|
+
"endpoint": "fsx"
|
260
|
+
},
|
257
261
|
"Firehose": {
|
258
262
|
"models": "firehose/2015-08-04",
|
259
263
|
"endpoint": "firehose"
|
@@ -570,6 +574,10 @@
|
|
570
574
|
"models": "secretsmanager/2017-10-17",
|
571
575
|
"endpoint": "secretsmanager"
|
572
576
|
},
|
577
|
+
"SecurityHub": {
|
578
|
+
"models": "securityhub/2018-10-26",
|
579
|
+
"endpoint": "securityhub"
|
580
|
+
},
|
573
581
|
"ServerlessApplicationRepository": {
|
574
582
|
"models": "serverlessrepo/2017-09-08",
|
575
583
|
"endpoint": "serverlessrepo"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.180
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -353,6 +353,9 @@ files:
|
|
353
353
|
- apis/fms/2018-01-01/api-2.json
|
354
354
|
- apis/fms/2018-01-01/examples-1.json
|
355
355
|
- apis/fms/2018-01-01/paginators-1.json
|
356
|
+
- apis/fsx/2018-03-01/api-2.json
|
357
|
+
- apis/fsx/2018-03-01/examples-1.json
|
358
|
+
- apis/fsx/2018-03-01/paginators-1.json
|
356
359
|
- apis/gamelift/2015-10-01/api-2.json
|
357
360
|
- apis/gamelift/2015-10-01/examples-1.json
|
358
361
|
- apis/gamelift/2015-10-01/paginators-1.json
|
@@ -610,6 +613,9 @@ files:
|
|
610
613
|
- apis/secretsmanager/2017-10-17/examples-1.json
|
611
614
|
- apis/secretsmanager/2017-10-17/paginators-1.json
|
612
615
|
- apis/secretsmanager/2017-10-17/smoke.json
|
616
|
+
- apis/securityhub/2018-10-26/api-2.json
|
617
|
+
- apis/securityhub/2018-10-26/examples-1.json
|
618
|
+
- apis/securityhub/2018-10-26/paginators-1.json
|
613
619
|
- apis/serverlessrepo/2017-09-08/api-2.json
|
614
620
|
- apis/serverlessrepo/2017-09-08/paginators-1.json
|
615
621
|
- apis/servicecatalog/2015-12-10/api-2.json
|
@@ -799,6 +805,7 @@ files:
|
|
799
805
|
- lib/aws-sdk-core/errors.rb
|
800
806
|
- lib/aws-sdk-core/firehose.rb
|
801
807
|
- lib/aws-sdk-core/fms.rb
|
808
|
+
- lib/aws-sdk-core/fsx.rb
|
802
809
|
- lib/aws-sdk-core/gamelift.rb
|
803
810
|
- lib/aws-sdk-core/glacier.rb
|
804
811
|
- lib/aws-sdk-core/globalaccelerator.rb
|
@@ -966,6 +973,7 @@ files:
|
|
966
973
|
- lib/aws-sdk-core/sagemaker.rb
|
967
974
|
- lib/aws-sdk-core/sagemakerruntime.rb
|
968
975
|
- lib/aws-sdk-core/secretsmanager.rb
|
976
|
+
- lib/aws-sdk-core/securityhub.rb
|
969
977
|
- lib/aws-sdk-core/serverlessapplicationrepository.rb
|
970
978
|
- lib/aws-sdk-core/service.rb
|
971
979
|
- lib/aws-sdk-core/servicecatalog.rb
|