aws-sdk-codecommit 1.74.0 → 1.76.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: 055157dcd1794ef18c98de1bb851f9af71e2faa204e9e0ce09d15412d86aee24
4
- data.tar.gz: 102996a3b660432851b244c914af12890c273a2fa86b8875b22be3d2d175b48c
3
+ metadata.gz: 6a6e137353434436f18c2477525033f684a8b96b2519d7c39517bfb1065b23a5
4
+ data.tar.gz: ed6668b55e82492c1d63297076b3f2b0e6b95361031d61f9a81799a4fb0ef84f
5
5
  SHA512:
6
- metadata.gz: 18a1d8eb768cef66f4b4f0edbed8634a8b267846be3e540a4ce9315b4280c29d040641eb334990a7aa699da180bbcd24b4a8200ba553abe8a3d29f8bd6bc84ff
7
- data.tar.gz: 54fd2219000911cffc076d8292064351c1cf8bccb003ecd7bdc71cc44b13719cb4c2b7245c2dc9fa953dd28d0538b4f1415d560d715b565b8d7a636e58327162
6
+ metadata.gz: 01cd65d2eab6c48b202f7e365fd570f96e54c1b2103d9f1170268ef613e21a085040322ceafc9443ad150ec6f0bb65bb312a8dca2e8437b6551c7eaa6ed32712
7
+ data.tar.gz: 8229cba73064f0406733e0e4c442e058dfc5970a9b4208dc1ea2ddc745dd4ab193dbbb5f9c990070d3f0d645e7369706bbc02a03d16bafed00b1a88a39c47fac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.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.75.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.74.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.76.0
@@ -130,13 +130,15 @@ module Aws::CodeCommit
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::CodeCommit
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`.
@@ -376,7 +380,9 @@ module Aws::CodeCommit
376
380
  # sending the request.
377
381
  #
378
382
  # @option options [Aws::CodeCommit::EndpointProvider] :endpoint_provider
379
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::CodeCommit::EndpointParameters`
383
+ # The endpoint provider used to resolve endpoints. Any object that responds to
384
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
385
+ # `Aws::CodeCommit::EndpointParameters`.
380
386
  #
381
387
  # @option options [Float] :http_continue_timeout (1)
382
388
  # The number of seconds to wait for a 100-continue response before sending the
@@ -5179,7 +5185,7 @@ module Aws::CodeCommit
5179
5185
  tracer: tracer
5180
5186
  )
5181
5187
  context[:gem_name] = 'aws-sdk-codecommit'
5182
- context[:gem_version] = '1.74.0'
5188
+ context[:gem_version] = '1.76.0'
5183
5189
  Seahorse::Client::Request.new(handlers, context)
5184
5190
  end
5185
5191