aws-sdk-configservice 1.126.0 → 1.127.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c251c1a5ec97b7395414fb2690ace8c3ffbed267ce3bcc0e21f32236dd5a5cc1
4
- data.tar.gz: 0cc3b42b3635e8dd0334f30d0797c5a88f82843b66b0daa7a928e542e12ae478
3
+ metadata.gz: 91851d523aee68f5bf05ac43df68a936623cb2fc4701d9e898aaa2221d7f090b
4
+ data.tar.gz: 2d837c10ea8a18db91d2c668b49cadd954bba3a7722b2d5eaaa4c35a3921bf27
5
5
  SHA512:
6
- metadata.gz: a152cafe739a83c22a89cf22fdc64747147bc4b4dc96b589a1e3022c553b5e3261499c7b61863d16bfd3246d8f72b8818f98a979e8423c90854f1cfda6c513ca
7
- data.tar.gz: 64a988b36edbe87aeaf3d870d43b417d3ca85ee4e08d6dfba39ac1b9c73af263cd5546eabfe3a09b22aba29c46b8c17db757cb853dfa9df1ea49c87c627b2f4c
6
+ metadata.gz: 0e288904e5d264389c22869da004ea83624bb1bf8181666d95c530c6632a50cc4749f62ba44fff6398006de09ada8c7abaf2b1afa4031e6834d85de2ecb7b8d0
7
+ data.tar.gz: 2e60743f3751eba3ad3722636b0c2a9a164aabd38e5153391b7c81fce889e86a039d53c7d87a26d079fe718766532cc480c372c12d76ba689eccdb1611de5975
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.127.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.126.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.126.0
1
+ 1.127.0
@@ -6486,7 +6486,7 @@ module Aws::ConfigService
6486
6486
  tracer: tracer
6487
6487
  )
6488
6488
  context[:gem_name] = 'aws-sdk-configservice'
6489
- context[:gem_version] = '1.126.0'
6489
+ context[:gem_version] = '1.127.0'
6490
6490
  Seahorse::Client::Request.new(handlers, context)
6491
6491
  end
6492
6492
 
@@ -1665,7 +1665,7 @@ module Aws::ConfigService
1665
1665
  ListAggregateDiscoveredResourcesResponse.struct_class = Types::ListAggregateDiscoveredResourcesResponse
1666
1666
 
1667
1667
  ListConfigurationRecordersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ConfigurationRecorderFilterList, location_name: "Filters"))
1668
- ListConfigurationRecordersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
1668
+ ListConfigurationRecordersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
1669
1669
  ListConfigurationRecordersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1670
1670
  ListConfigurationRecordersRequest.struct_class = Types::ListConfigurationRecordersRequest
1671
1671
 
@@ -1705,8 +1705,8 @@ module Aws::ConfigService
1705
1705
  ListResourceEvaluationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
1706
1706
  ListResourceEvaluationsResponse.struct_class = Types::ListResourceEvaluationsResponse
1707
1707
 
1708
- ListStoredQueriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken", metadata: {"box"=>true}))
1709
- ListStoredQueriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Limit, location_name: "MaxResults", metadata: {"box"=>true}))
1708
+ ListStoredQueriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken", metadata: {"box" => true}))
1709
+ ListStoredQueriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Limit, location_name: "MaxResults", metadata: {"box" => true}))
1710
1710
  ListStoredQueriesRequest.struct_class = Types::ListStoredQueriesRequest
1711
1711
 
1712
1712
  ListStoredQueriesResponse.add_member(:stored_query_metadata, Shapes::ShapeRef.new(shape: StoredQueryMetadataList, location_name: "StoredQueryMetadata"))
@@ -2292,11 +2292,11 @@ module Aws::ConfigService
2292
2292
  StopConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
2293
2293
  StopConfigurationRecorderRequest.struct_class = Types::StopConfigurationRecorderRequest
2294
2294
 
2295
- StoredQuery.add_member(:query_id, Shapes::ShapeRef.new(shape: QueryId, location_name: "QueryId", metadata: {"box"=>true}))
2296
- StoredQuery.add_member(:query_arn, Shapes::ShapeRef.new(shape: QueryArn, location_name: "QueryArn", metadata: {"box"=>true}))
2295
+ StoredQuery.add_member(:query_id, Shapes::ShapeRef.new(shape: QueryId, location_name: "QueryId", metadata: {"box" => true}))
2296
+ StoredQuery.add_member(:query_arn, Shapes::ShapeRef.new(shape: QueryArn, location_name: "QueryArn", metadata: {"box" => true}))
2297
2297
  StoredQuery.add_member(:query_name, Shapes::ShapeRef.new(shape: QueryName, required: true, location_name: "QueryName"))
2298
- StoredQuery.add_member(:description, Shapes::ShapeRef.new(shape: QueryDescription, location_name: "Description", metadata: {"box"=>true}))
2299
- StoredQuery.add_member(:expression, Shapes::ShapeRef.new(shape: QueryExpression, location_name: "Expression", metadata: {"box"=>true}))
2298
+ StoredQuery.add_member(:description, Shapes::ShapeRef.new(shape: QueryDescription, location_name: "Description", metadata: {"box" => true}))
2299
+ StoredQuery.add_member(:expression, Shapes::ShapeRef.new(shape: QueryExpression, location_name: "Expression", metadata: {"box" => true}))
2300
2300
  StoredQuery.struct_class = Types::StoredQuery
2301
2301
 
2302
2302
  StoredQueryMetadata.add_member(:query_id, Shapes::ShapeRef.new(shape: QueryId, required: true, location_name: "QueryId"))
@@ -54,7 +54,7 @@ module Aws::ConfigService
54
54
  autoload :EndpointProvider, 'aws-sdk-configservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-configservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.126.0'
57
+ GEM_VERSION = '1.127.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-configservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.126.0
4
+ version: 1.127.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: 2025-02-18 00:00:00.000000000 Z
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-configservice
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-configservice/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.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Config Service
99
96
  test_files: []