aws-sdk-ebs 1.56.0 → 1.58.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: 3c2f168e8eeb372b6c7459d64c40394f623907ce59f10a3ef5546299e90e35d1
4
- data.tar.gz: d510ad8e4edde4f333b8958518a86fb27a1530d339ef3c83dd2e57bdf7ca4f85
3
+ metadata.gz: ec1c91e9b63bb9edf770472205c73510379c12e55a5a84c2c96d48b3011f7e3b
4
+ data.tar.gz: eba041d415ae3d717bae2d5a11c875dc2a474d4f676ecb22e02c8472cf0b1b79
5
5
  SHA512:
6
- metadata.gz: 1c8d6634bbeaec020b91dc5de13900d60aa32037b162fac99355e3069b9be21c2b7a0a3bc904d8aaf1ab407acbe4ff43918fec4b2bf49dccba158e05715ec02b
7
- data.tar.gz: b4e578561ce8ed24c47cc6b4228132fceaa6f353997a4bfe136bb1a8fac31fd8c1af6cdf05ccad548b6fabb201406e8782f525f5201e09fb554cc4105fd618fc
6
+ metadata.gz: 8b563a84e22f0fb6efa90f207338a8dee2b2de7005edc1abf9c18d69e87326dd26ef39b66328278870abbfad656d93db5998156c7adc3dd8e2e0b9c077b2f3b0
7
+ data.tar.gz: 8b9c78973526f84bb591fb6cb91fabdc79a70ee219bb14d2cc0c16a009d052809f6632df4e53f27b6f778f1971a55bbbfeffbb902cb07a9a5590a9814f12e196
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.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.57.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.56.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.58.0
@@ -200,8 +200,7 @@ module Aws::EBS
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
@@ -1081,7 +1080,7 @@ module Aws::EBS
1081
1080
  tracer: tracer
1082
1081
  )
1083
1082
  context[:gem_name] = 'aws-sdk-ebs'
1084
- context[:gem_version] = '1.56.0'
1083
+ context[:gem_version] = '1.58.0'
1085
1084
  Seahorse::Client::Request.new(handlers, context)
1086
1085
  end
1087
1086
 
@@ -179,7 +179,7 @@ module Aws::EBS
179
179
  StartSnapshotRequest.add_member(:parent_snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "ParentSnapshotId"))
180
180
  StartSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
181
181
  StartSnapshotRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
182
- StartSnapshotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
182
+ StartSnapshotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
183
183
  StartSnapshotRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Encrypted"))
184
184
  StartSnapshotRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
185
185
  StartSnapshotRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
data/lib/aws-sdk-ebs.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::EBS
54
54
  autoload :EndpointProvider, 'aws-sdk-ebs/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ebs/endpoints'
56
56
 
57
- GEM_VERSION = '1.56.0'
57
+ GEM_VERSION = '1.58.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-ebs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.58.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-ebs
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ebs/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 - Amazon EBS
99
96
  test_files: []