aws-sdk-configservice 1.126.0 → 1.128.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: 11cf3250b02f488c49b0931bce6c167e99c950a80b9cea5eea1799ff8c55e982
4
+ data.tar.gz: c3a8a28d5eddc221a14ea3df9377970200d076d7bdbe938626a83c380671b71d
5
5
  SHA512:
6
- metadata.gz: a152cafe739a83c22a89cf22fdc64747147bc4b4dc96b589a1e3022c553b5e3261499c7b61863d16bfd3246d8f72b8818f98a979e8423c90854f1cfda6c513ca
7
- data.tar.gz: 64a988b36edbe87aeaf3d870d43b417d3ca85ee4e08d6dfba39ac1b9c73af263cd5546eabfe3a09b22aba29c46b8c17db757cb853dfa9df1ea49c87c627b2f4c
6
+ metadata.gz: f66fec2f91b397d5fdda51f093a688c9576aa8ba89060747d2e93ce2fb39dd0fc0269be53f3f218c290246fe116ca28e1646e67543c31f58f62f744ac1db348b
7
+ data.tar.gz: f0be3e7880d25dff053f58cd0913547e9ad189fc8112c12f2ceddcb88820ffd8b1739f10031fc53c6e959767fa7a6eab16d999b181d605ebf64a84159c0a3543
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.128.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.127.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.126.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.126.0
1
+ 1.128.0
@@ -200,8 +200,7 @@ module Aws::ConfigService
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
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
@@ -6486,7 +6485,7 @@ module Aws::ConfigService
6486
6485
  tracer: tracer
6487
6486
  )
6488
6487
  context[:gem_name] = 'aws-sdk-configservice'
6489
- context[:gem_version] = '1.126.0'
6488
+ context[:gem_version] = '1.128.0'
6490
6489
  Seahorse::Client::Request.new(handlers, context)
6491
6490
  end
6492
6491
 
@@ -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.128.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.128.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: []