aws-sdk-core 2.11.533 → 2.11.538

Sign up to get free protection for your applications and to get access to all the features.
@@ -122,6 +122,7 @@ module Aws
122
122
  GroundStation
123
123
  GuardDuty
124
124
  Health
125
+ Honeycode
125
126
  IAM
126
127
  Imagebuilder
127
128
  ImportExport
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Honeycode, {
2
+ api: "#{Aws::API_DIR}/honeycode/2020-03-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/honeycode/2020-03-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/honeycode/2020-03-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/honeycode/2020-03-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.533'
2
+ VERSION = '2.11.538'
3
3
  end
@@ -394,6 +394,10 @@
394
394
  "models": "health/2016-08-04",
395
395
  "endpoint": "health"
396
396
  },
397
+ "Honeycode": {
398
+ "models": "honeycode/2020-03-01",
399
+ "endpoint": "honeycode"
400
+ },
397
401
  "IAM": {
398
402
  "models": "iam/2010-05-08",
399
403
  "endpoint": "iam"
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.533
4
+ version: 2.11.538
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-06-22 00:00:00.000000000 Z
11
+ date: 2020-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -473,6 +473,9 @@ files:
473
473
  - apis/health/2016-08-04/examples-1.json
474
474
  - apis/health/2016-08-04/paginators-1.json
475
475
  - apis/health/2016-08-04/smoke.json
476
+ - apis/honeycode/2020-03-01/api-2.json
477
+ - apis/honeycode/2020-03-01/examples-1.json
478
+ - apis/honeycode/2020-03-01/paginators-1.json
476
479
  - apis/iam/2010-05-08/api-2.json
477
480
  - apis/iam/2010-05-08/examples-1.json
478
481
  - apis/iam/2010-05-08/paginators-1.json
@@ -1048,6 +1051,7 @@ files:
1048
1051
  - lib/aws-sdk-core/groundstation.rb
1049
1052
  - lib/aws-sdk-core/guardduty.rb
1050
1053
  - lib/aws-sdk-core/health.rb
1054
+ - lib/aws-sdk-core/honeycode.rb
1051
1055
  - lib/aws-sdk-core/iam.rb
1052
1056
  - lib/aws-sdk-core/imagebuilder.rb
1053
1057
  - lib/aws-sdk-core/importexport.rb