aws-sdk-backup 1.76.0 → 1.78.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: 525b30eb39f6df058c9798da963fda745c0aeb54db5c93f5b45fba3322f5f055
4
- data.tar.gz: e0039c48475236c91f85ca233744d515edafa99571364e04489b15dcaa23d5ec
3
+ metadata.gz: 953a94d4e01f1d9d9ed0f361d7534d209ef1d3c95306bf5c0d2fe33324c6538e
4
+ data.tar.gz: f83a2ecb7a2e797a94d1e8fa01d0fa29463df0bed316f490cb37cc4c64959c93
5
5
  SHA512:
6
- metadata.gz: 7fdfd9b8e646f486745ef91a770a4623346a5a7fe457cfaaf748f8913b4e40f5d74dfb8ff3b0ab90f40f85c0b48aae5471aefb8b0c07446c5306f414e25ce3a2
7
- data.tar.gz: 38f01ac47581a3477936d29726945194dc7c74d8fa631906ad02d3c3cc8214e1617dbb194dcc6cd98e76487ec2dfc6420229fef66688ba0587195060a62df71f
6
+ metadata.gz: 55625f7f726917d96f6a42a7f598510d33936eac396498b64978befad4b26a1c49d338cb7851f684bc3df1a5f54ef5125f96bbe366b31a4f9d57de40f8dc3e60
7
+ data.tar.gz: 82faaf64148c250394d9c2f19644e03ea696e82cf04a6e71798ec8a0bcd8f3cf0a2789df108904bfd57ed31c4c895f43c55404ae694bc5988aa142eb5597ff47
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.77.0 (2024-09-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.76.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.78.0
@@ -130,13 +130,15 @@ module Aws::Backup
130
130
  # locations will be searched for credentials:
131
131
  #
132
132
  # * `Aws.config[:credentials]`
133
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
134
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
137
  # * `~/.aws/credentials`
136
138
  # * `~/.aws/config`
137
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
140
  # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
142
  # enable retries and extended timeouts. Instance profile credential
141
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
144
  # to true.
@@ -155,6 +157,8 @@ module Aws::Backup
155
157
  #
156
158
  # @option options [String] :access_key_id
157
159
  #
160
+ # @option options [String] :account_id
161
+ #
158
162
  # @option options [Boolean] :active_endpoint_cache (false)
159
163
  # When set to `true`, a thread polling for endpoints will be running in
160
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -369,7 +373,9 @@ module Aws::Backup
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::Backup::EndpointProvider] :endpoint_provider
372
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::Backup::EndpointParameters`
376
+ # The endpoint provider used to resolve endpoints. Any object that responds to
377
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
378
+ # `Aws::Backup::EndpointParameters`.
373
379
  #
374
380
  # @option options [Float] :http_continue_timeout (1)
375
381
  # The number of seconds to wait for a 100-continue response before sending the
@@ -6066,7 +6072,7 @@ module Aws::Backup
6066
6072
  tracer: tracer
6067
6073
  )
6068
6074
  context[:gem_name] = 'aws-sdk-backup'
6069
- context[:gem_version] = '1.76.0'
6075
+ context[:gem_version] = '1.78.0'
6070
6076
  Seahorse::Client::Request.new(handlers, context)
6071
6077
  end
6072
6078