aws-sdk-core 2.10.92 → 2.10.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,6 +121,7 @@ module Aws
121
121
  RDS
122
122
  Redshift
123
123
  Rekognition
124
+ ResourceGroups
124
125
  ResourceGroupsTaggingAPI
125
126
  Route53
126
127
  Route53Domains
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:ResourceGroups, {
2
+ api: "#{Aws::API_DIR}/resource-groups/2017-11-27/api-2.json",
3
+ docs: "#{Aws::API_DIR}/resource-groups/2017-11-27/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/resource-groups/2017-11-27/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/resource-groups/2017-11-27/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.92'
2
+ VERSION = '2.10.93'
3
3
  end
@@ -390,6 +390,10 @@
390
390
  "models": "rekognition/2016-06-27",
391
391
  "endpoint": "rekognition"
392
392
  },
393
+ "ResourceGroups": {
394
+ "models": "resource-groups/2017-11-27",
395
+ "endpoint": "resource-groups"
396
+ },
393
397
  "ResourceGroupsTaggingAPI": {
394
398
  "models": "resourcegroupstaggingapi/2017-01-26",
395
399
  "endpoint": "tagging"
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.10.92
4
+ version: 2.10.93
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: 2017-11-29 00:00:00.000000000 Z
11
+ date: 2017-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -405,6 +405,9 @@ files:
405
405
  - apis/rekognition/2016-06-27/api-2.json
406
406
  - apis/rekognition/2016-06-27/examples-1.json
407
407
  - apis/rekognition/2016-06-27/paginators-1.json
408
+ - apis/resource-groups/2017-11-27/api-2.json
409
+ - apis/resource-groups/2017-11-27/examples-1.json
410
+ - apis/resource-groups/2017-11-27/paginators-1.json
408
411
  - apis/resourcegroupstaggingapi/2017-01-26/api-2.json
409
412
  - apis/resourcegroupstaggingapi/2017-01-26/examples-1.json
410
413
  - apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json
@@ -703,6 +706,7 @@ files:
703
706
  - lib/aws-sdk-core/redshift.rb
704
707
  - lib/aws-sdk-core/refreshing_credentials.rb
705
708
  - lib/aws-sdk-core/rekognition.rb
709
+ - lib/aws-sdk-core/resourcegroups.rb
706
710
  - lib/aws-sdk-core/resourcegroupstaggingapi.rb
707
711
  - lib/aws-sdk-core/rest/handler.rb
708
712
  - lib/aws-sdk-core/rest/request/body.rb