aws-sdk-datazone 1.22.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f62288ef43f68305f10f9fb5123ae7d7731bdd3a82b75ff500232d8d8dd579fc
4
- data.tar.gz: c6976009af1823a5ec5cb3047f564821f79eac21af026eb13fd503d66ecf1a3b
3
+ metadata.gz: 511400f7a74e8b296090127167fc21ee05b19773d4179eb377c6ec2e8f8fd562
4
+ data.tar.gz: 888e224a67587895044b21a54797848af447c10e58857d62406cb6876f7e49c6
5
5
  SHA512:
6
- metadata.gz: af7f26b8851ed7df7c8b0bf978eae3af222e356fbddf7829f4301692d44ec2408d8ff1cd035aa6b461a8a7bd0c11bb7ef293b3832c4fa77142ad0d37eac5aa29
7
- data.tar.gz: 2f877eaa2a8913f9d0bdb33a3750ca9021479a0f508181e9613250d1fb0ef51ee251bcdc439085955857b7b4ed05833c5ab1dbb01c123366adf5ae77b7ff25f9
6
+ metadata.gz: f60fb61aa614ceace9d5547e8b393580ebc95db9a5eda9193a04390017c14de0b5dc8cfef79ddb87903c3b061aa6cbcbbf216c33b1741ac397835a6f0069e052
7
+ data.tar.gz: f25758b4fcb3970216aebb3736a0752f10647c0ec3309ea0bfa96220acd69dce6002c7606a90cb6ae4e484ef452c497d09df63713a7a2b60bd4cfb4150525957
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.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.22.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.24.0
@@ -130,13 +130,15 @@ module Aws::DataZone
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::DataZone
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::DataZone
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::DataZone::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::DataZone::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::DataZone::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
@@ -10391,7 +10397,7 @@ module Aws::DataZone
10391
10397
  tracer: tracer
10392
10398
  )
10393
10399
  context[:gem_name] = 'aws-sdk-datazone'
10394
- context[:gem_version] = '1.22.0'
10400
+ context[:gem_version] = '1.24.0'
10395
10401
  Seahorse::Client::Request.new(handlers, context)
10396
10402
  end
10397
10403