aws-sdk-resourcegroups 1.80.0 → 1.82.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resourcegroups/client.rb +2 -3
- data/lib/aws-sdk-resourcegroups/client_api.rb +8 -8
- data/lib/aws-sdk-resourcegroups.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1c92f9a5cdd131e39ebbbd9f62a26cec5be60b4adbf7596a56ce8f82e800912
|
4
|
+
data.tar.gz: b4373daf06904dbd658c122d28c79e0de695a5ad1087b6a089efc08ba0dea3a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a577d01d3f2a6cf70e4258b1a0235da0b710571306b31b545310f0f9cd73b2274ff4d73172547dd3ffd1e93c8ee9f756686c4183c242bbc9a35c20252c56aaaa
|
7
|
+
data.tar.gz: 4cda8cc21269c6149ecf9c66459ad2f55dd3e6c2e3e439170b0fc9105ff3db99afc5212ede3104838b76fe5645fc5abaa9d24bf2d941ae0a499a83e4b2814ffe
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.82.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.81.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.80.0 (2025-04-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.82.0
|
@@ -200,8 +200,7 @@ module Aws::ResourceGroups
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -2017,7 +2016,7 @@ module Aws::ResourceGroups
|
|
2017
2016
|
tracer: tracer
|
2018
2017
|
)
|
2019
2018
|
context[:gem_name] = 'aws-sdk-resourcegroups'
|
2020
|
-
context[:gem_version] = '1.
|
2019
|
+
context[:gem_version] = '1.82.0'
|
2021
2020
|
Seahorse::Client::Request.new(handlers, context)
|
2022
2021
|
end
|
2023
2022
|
|
@@ -184,7 +184,7 @@ module Aws::ResourceGroups
|
|
184
184
|
CreateGroupOutput.add_member(:group_configuration, Shapes::ShapeRef.new(shape: GroupConfiguration, location_name: "GroupConfiguration"))
|
185
185
|
CreateGroupOutput.struct_class = Types::CreateGroupOutput
|
186
186
|
|
187
|
-
DeleteGroupInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage"=>"This field is deprecated, use Group instead."}))
|
187
|
+
DeleteGroupInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage" => "This field is deprecated, use Group instead."}))
|
188
188
|
DeleteGroupInput.add_member(:group, Shapes::ShapeRef.new(shape: GroupStringV2, location_name: "Group"))
|
189
189
|
DeleteGroupInput.struct_class = Types::DeleteGroupInput
|
190
190
|
|
@@ -210,14 +210,14 @@ module Aws::ResourceGroups
|
|
210
210
|
GetGroupConfigurationOutput.add_member(:group_configuration, Shapes::ShapeRef.new(shape: GroupConfiguration, location_name: "GroupConfiguration"))
|
211
211
|
GetGroupConfigurationOutput.struct_class = Types::GetGroupConfigurationOutput
|
212
212
|
|
213
|
-
GetGroupInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage"=>"This field is deprecated, use Group instead."}))
|
213
|
+
GetGroupInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage" => "This field is deprecated, use Group instead."}))
|
214
214
|
GetGroupInput.add_member(:group, Shapes::ShapeRef.new(shape: GroupStringV2, location_name: "Group"))
|
215
215
|
GetGroupInput.struct_class = Types::GetGroupInput
|
216
216
|
|
217
217
|
GetGroupOutput.add_member(:group, Shapes::ShapeRef.new(shape: Group, location_name: "Group"))
|
218
218
|
GetGroupOutput.struct_class = Types::GetGroupOutput
|
219
219
|
|
220
|
-
GetGroupQueryInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage"=>"This field is deprecated, use Group instead."}))
|
220
|
+
GetGroupQueryInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage" => "This field is deprecated, use Group instead."}))
|
221
221
|
GetGroupQueryInput.add_member(:group, Shapes::ShapeRef.new(shape: GroupString, location_name: "Group"))
|
222
222
|
GetGroupQueryInput.struct_class = Types::GetGroupQueryInput
|
223
223
|
|
@@ -321,7 +321,7 @@ module Aws::ResourceGroups
|
|
321
321
|
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
322
322
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
323
323
|
|
324
|
-
ListGroupResourcesInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage"=>"This field is deprecated, use Group instead."}))
|
324
|
+
ListGroupResourcesInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage" => "This field is deprecated, use Group instead."}))
|
325
325
|
ListGroupResourcesInput.add_member(:group, Shapes::ShapeRef.new(shape: GroupStringV2, location_name: "Group"))
|
326
326
|
ListGroupResourcesInput.add_member(:filters, Shapes::ShapeRef.new(shape: ResourceFilterList, location_name: "Filters"))
|
327
327
|
ListGroupResourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
@@ -335,7 +335,7 @@ module Aws::ResourceGroups
|
|
335
335
|
ListGroupResourcesItemList.member = Shapes::ShapeRef.new(shape: ListGroupResourcesItem)
|
336
336
|
|
337
337
|
ListGroupResourcesOutput.add_member(:resources, Shapes::ShapeRef.new(shape: ListGroupResourcesItemList, location_name: "Resources"))
|
338
|
-
ListGroupResourcesOutput.add_member(:resource_identifiers, Shapes::ShapeRef.new(shape: ResourceIdentifierList, deprecated: true, location_name: "ResourceIdentifiers", metadata: {"deprecatedMessage"=>"This field is deprecated, use Resources instead."}))
|
338
|
+
ListGroupResourcesOutput.add_member(:resource_identifiers, Shapes::ShapeRef.new(shape: ResourceIdentifierList, deprecated: true, location_name: "ResourceIdentifiers", metadata: {"deprecatedMessage" => "This field is deprecated, use Resources instead."}))
|
339
339
|
ListGroupResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
340
340
|
ListGroupResourcesOutput.add_member(:query_errors, Shapes::ShapeRef.new(shape: QueryErrorList, location_name: "QueryErrors"))
|
341
341
|
ListGroupResourcesOutput.struct_class = Types::ListGroupResourcesOutput
|
@@ -365,7 +365,7 @@ module Aws::ResourceGroups
|
|
365
365
|
ListGroupsInput.struct_class = Types::ListGroupsInput
|
366
366
|
|
367
367
|
ListGroupsOutput.add_member(:group_identifiers, Shapes::ShapeRef.new(shape: GroupIdentifierList, location_name: "GroupIdentifiers"))
|
368
|
-
ListGroupsOutput.add_member(:groups, Shapes::ShapeRef.new(shape: GroupList, deprecated: true, location_name: "Groups", metadata: {"deprecatedMessage"=>"This field is deprecated, use GroupIdentifiers instead."}))
|
368
|
+
ListGroupsOutput.add_member(:groups, Shapes::ShapeRef.new(shape: GroupList, deprecated: true, location_name: "Groups", metadata: {"deprecatedMessage" => "This field is deprecated, use GroupIdentifiers instead."}))
|
369
369
|
ListGroupsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
370
370
|
ListGroupsOutput.struct_class = Types::ListGroupsOutput
|
371
371
|
|
@@ -512,7 +512,7 @@ module Aws::ResourceGroups
|
|
512
512
|
UpdateAccountSettingsOutput.add_member(:account_settings, Shapes::ShapeRef.new(shape: AccountSettings, location_name: "AccountSettings"))
|
513
513
|
UpdateAccountSettingsOutput.struct_class = Types::UpdateAccountSettingsOutput
|
514
514
|
|
515
|
-
UpdateGroupInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage"=>"This field is deprecated, use Group instead."}))
|
515
|
+
UpdateGroupInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage" => "This field is deprecated, use Group instead."}))
|
516
516
|
UpdateGroupInput.add_member(:group, Shapes::ShapeRef.new(shape: GroupStringV2, location_name: "Group"))
|
517
517
|
UpdateGroupInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
518
518
|
UpdateGroupInput.add_member(:criticality, Shapes::ShapeRef.new(shape: Criticality, location_name: "Criticality"))
|
@@ -523,7 +523,7 @@ module Aws::ResourceGroups
|
|
523
523
|
UpdateGroupOutput.add_member(:group, Shapes::ShapeRef.new(shape: Group, location_name: "Group"))
|
524
524
|
UpdateGroupOutput.struct_class = Types::UpdateGroupOutput
|
525
525
|
|
526
|
-
UpdateGroupQueryInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage"=>"This field is deprecated, use Group instead."}))
|
526
|
+
UpdateGroupQueryInput.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, deprecated: true, location_name: "GroupName", metadata: {"deprecatedMessage" => "This field is deprecated, use Group instead."}))
|
527
527
|
UpdateGroupQueryInput.add_member(:group, Shapes::ShapeRef.new(shape: GroupString, location_name: "Group"))
|
528
528
|
UpdateGroupQueryInput.add_member(:resource_query, Shapes::ShapeRef.new(shape: ResourceQuery, required: true, location_name: "ResourceQuery"))
|
529
529
|
UpdateGroupQueryInput.struct_class = Types::UpdateGroupQueryInput
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-resourcegroups
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.82.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resourcegroups
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resourcegroups/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Resource Groups
|
99
96
|
test_files: []
|