aws-sdk-core 2.11.328 → 2.11.329

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,19 @@
1
+ {
2
+ "pagination": {
3
+ "GetEffectivePermissionsForPath": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListPermissions": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListResources": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ }
18
+ }
19
+ }
@@ -6,7 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"OpsWorksCM",
9
- "serviceFullName":"AWS OpsWorks for Chef Automate",
9
+ "serviceFullName":"AWS OpsWorks CM",
10
10
  "serviceId":"OpsWorksCM",
11
11
  "signatureVersion":"v4",
12
12
  "signingName":"opsworks-cm",
@@ -627,6 +627,7 @@
627
627
  "eu-west-1" : { },
628
628
  "eu-west-2" : { },
629
629
  "eu-west-3" : { },
630
+ "me-south-1" : { },
630
631
  "us-east-1" : { },
631
632
  "us-east-2" : { },
632
633
  "us-west-1" : { },
@@ -4416,6 +4417,9 @@
4416
4417
  "protocols" : [ "https" ]
4417
4418
  },
4418
4419
  "endpoints" : {
4420
+ "us-gov-east-1" : {
4421
+ "protocols" : [ "https" ]
4422
+ },
4419
4423
  "us-gov-west-1" : {
4420
4424
  "protocols" : [ "https" ]
4421
4425
  }
@@ -125,6 +125,7 @@ module Aws
125
125
  KinesisVideo
126
126
  KinesisVideoArchivedMedia
127
127
  KinesisVideoMedia
128
+ LakeFormation
128
129
  Lambda
129
130
  LambdaPreview
130
131
  Lex
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:LakeFormation, {
2
+ api: "#{Aws::API_DIR}/lakeformation/2017-03-31/api-2.json",
3
+ docs: "#{Aws::API_DIR}/lakeformation/2017-03-31/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/lakeformation/2017-03-31/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/lakeformation/2017-03-31/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.328'
2
+ VERSION = '2.11.329'
3
3
  end
@@ -406,6 +406,10 @@
406
406
  "models": "kinesis-video-media/2017-09-30",
407
407
  "endpoint": "kinesisvideo"
408
408
  },
409
+ "LakeFormation": {
410
+ "models": "lakeformation/2017-03-31",
411
+ "endpoint": "lakeformation"
412
+ },
409
413
  "Lambda": {
410
414
  "models": "lambda/2015-03-31",
411
415
  "endpoint": "lambda"
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.328
4
+ version: 2.11.329
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-08-07 00:00:00.000000000 Z
11
+ date: 2019-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -483,6 +483,9 @@ files:
483
483
  - apis/kms/2014-11-01/examples-1.json
484
484
  - apis/kms/2014-11-01/paginators-1.json
485
485
  - apis/kms/2014-11-01/smoke.json
486
+ - apis/lakeformation/2017-03-31/api-2.json
487
+ - apis/lakeformation/2017-03-31/examples-1.json
488
+ - apis/lakeformation/2017-03-31/paginators-1.json
486
489
  - apis/lambda/2014-11-11/api-2.json
487
490
  - apis/lambda/2014-11-11/paginators-1.json
488
491
  - apis/lambda/2015-03-31/api-2.json
@@ -936,6 +939,7 @@ files:
936
939
  - lib/aws-sdk-core/kinesisvideoarchivedmedia.rb
937
940
  - lib/aws-sdk-core/kinesisvideomedia.rb
938
941
  - lib/aws-sdk-core/kms.rb
942
+ - lib/aws-sdk-core/lakeformation.rb
939
943
  - lib/aws-sdk-core/lambda.rb
940
944
  - lib/aws-sdk-core/lambdapreview.rb
941
945
  - lib/aws-sdk-core/lex.rb