aws-sdk-recyclebin 1.24.0 → 1.25.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: a58d6c17f64b5992cc81d486b477ce014daf4d86b289fd77a6150032586b476a
4
- data.tar.gz: ac7d7692c3a2863756d6e0235af319e837e5cb4ac7d6dced0b4f803212646af9
3
+ metadata.gz: 339a31e18c014b1bc2c1b5021a32caf01f522f12308d2357c168cf79690a99c1
4
+ data.tar.gz: d5d52465ae388c054d24c7bccbd9212b76e72dcbd6a00e30eec4b7e4d0787092
5
5
  SHA512:
6
- metadata.gz: f697f4833493b187fa4e93c00a4c1a70ef1002e39bacb4eb57a83eb23da3d03e92fa277727252eda3a5616a040d1dd4ebf68c8911baa905a541f9f12d5a9e97e
7
- data.tar.gz: 938264900c95eeacb4d6b16fefe5883ea66cf09a711e5a0a3d2d7d4f26afa01cec9c60af005571f0677ccb14b402404a36902c019af817beed29c74434dc14f9
6
+ metadata.gz: 11aebf203e7a0ddb6c2e961bda2502272f0a2a47217be0dbcc0efec16b4dfe43c6afee77cc7c1ece9c5f82153f0cfd77cf02275663839afec97e36c7ab08c107
7
+ data.tar.gz: 593ae8fcc7c0bc54c7b191edc7871041c892bc2edcefe32d98b110f56d3fb0e6cc04f9acbabe19e2fa042a89d861c6b1f3dac3f1f06c830913192361d1bd4326
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.24.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -985,7 +985,7 @@ module Aws::RecycleBin
985
985
  params: params,
986
986
  config: config)
987
987
  context[:gem_name] = 'aws-sdk-recyclebin'
988
- context[:gem_version] = '1.24.0'
988
+ context[:gem_version] = '1.25.0'
989
989
  Seahorse::Client::Request.new(handlers, context)
990
990
  end
991
991
 
@@ -249,9 +249,11 @@ module Aws::RecycleBin
249
249
 
250
250
  api.metadata = {
251
251
  "apiVersion" => "2021-06-15",
252
+ "auth" => ["aws.auth#sigv4"],
252
253
  "endpointPrefix" => "rbin",
253
254
  "jsonVersion" => "1.1",
254
255
  "protocol" => "rest-json",
256
+ "protocols" => ["rest-json"],
255
257
  "serviceFullName" => "Amazon Recycle Bin",
256
258
  "serviceId" => "rbin",
257
259
  "signatureVersion" => "v4",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-recyclebin/customizations'
52
52
  # @!group service
53
53
  module Aws::RecycleBin
54
54
 
55
- GEM_VERSION = '1.24.0'
55
+ GEM_VERSION = '1.25.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-recyclebin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.0
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: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core