aws-sdk-servicecatalog 1.101.0 → 1.103.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: d827a3dbc9a216a003d27c996ed3d9fb23b2277f2676df8321e26f29cc484397
4
- data.tar.gz: 5bfa483bcc9e94bc4849074c1c8e1f235d1d0413d226eb7f03ef0191e1ae21e7
3
+ metadata.gz: 9b273dff31e4b8bec61f2256df03adf5a9f4a7df69387a73f6550d0637039585
4
+ data.tar.gz: 5a8e3f51013dc2f4592a0957cf26a9b6e4fdbebf77464a8158cbe55338fc4155
5
5
  SHA512:
6
- metadata.gz: 169c2e9efb1f580fc8062ab665336acdff30071ff11d4d7a2f5595fa3aeaaf487cca1f73f8728180eaa199af091125bd817356cc9b367004376ac0232dfd0a01
7
- data.tar.gz: 54ee7d95748814c0a56cea08184cb60b1570b11c94d445da46b3a1a591bbba86ea01dee905b9ab068bf0f33e66b98a28b6fc34571b05d27ec38ffafae52ce183
6
+ metadata.gz: eb41ab52d27841f2e3cfbde826ab2f2426e5ec39d0d9c4394569fff512d8b0ffe5604595c98287d8ca8f21a3a432f106048205fce69c51a96193ade256513840
7
+ data.tar.gz: 58dc5c968aba69d133091cc540af72ec57bf9da9589522d65913b582d4ebea09ca3a90056e7a9b441923b8564ca9bce54a4ee71225df38756b7be1dc7af198db
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.103.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.102.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.101.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.103.0
@@ -130,13 +130,15 @@ module Aws::ServiceCatalog
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::ServiceCatalog
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::ServiceCatalog
376
380
  # sending the request.
377
381
  #
378
382
  # @option options [Aws::ServiceCatalog::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::ServiceCatalog::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::ServiceCatalog::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
@@ -6346,7 +6352,7 @@ module Aws::ServiceCatalog
6346
6352
  tracer: tracer
6347
6353
  )
6348
6354
  context[:gem_name] = 'aws-sdk-servicecatalog'
6349
- context[:gem_version] = '1.101.0'
6355
+ context[:gem_version] = '1.103.0'
6350
6356
  Seahorse::Client::Request.new(handlers, context)
6351
6357
  end
6352
6358