aws-sdk-s3control 1.76.0 → 1.77.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: e06c76281766522e1f7c12536091d566136ab88ae7b47623d231e7ca593f3abd
4
- data.tar.gz: f977ea797580ceea03ecab8b45e2388631d4c6cf4f66e1eb5446037bbf6ae88d
3
+ metadata.gz: 2b6fd9e949a13c86a0ddd5833d7433685bf185658215751099ab27720fb4136e
4
+ data.tar.gz: fcd641db2b9432f4f6bf4471a212c908556075b69ed173e41840f271970a856a
5
5
  SHA512:
6
- metadata.gz: 4487076715377b0a7c7b35b71fdf82b113c8dfb00f97d31295e6ab377978639df601918a64446d373767295ee21652dc73557a98705c018953e1232ad1716aaa
7
- data.tar.gz: 5474f9337192acd821844038d83cd569da83359f6331e0b88d1012cab333b6d67984a3570029043fc7bfbcc051c534309f83c97cf627ff127956ee39143b32a2
6
+ metadata.gz: 75d7ecbd6fc45f4523e4f7749fc4be3f64d9a55a6974f27a6804efb3268d42d4d5d75b0e23be82102182d275fc3228888cd018e216d82c7198b95a47e5e50074
7
+ data.tar.gz: 36d94967d5dec75e0a698ca0fbef4ad03159e7a596c749d3891132e72031d1eff4e40bef84e66b91d682376604062e540ca97ec873f3fa6af14de1565931144a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.76.0 (2024-01-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -7579,7 +7579,7 @@ module Aws::S3Control
7579
7579
  params: params,
7580
7580
  config: config)
7581
7581
  context[:gem_name] = 'aws-sdk-s3control'
7582
- context[:gem_version] = '1.76.0'
7582
+ context[:gem_version] = '1.77.0'
7583
7583
  Seahorse::Client::Request.new(handlers, context)
7584
7584
  end
7585
7585
 
@@ -14,6 +14,7 @@ module Aws::S3Control
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::S3Control::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-s3control/customizations'
52
52
  # @!group service
53
53
  module Aws::S3Control
54
54
 
55
- GEM_VERSION = '1.76.0'
55
+ GEM_VERSION = '1.77.0'
56
56
 
57
57
  end