aws-sdk-amplifyuibuilder 1.45.0 → 1.46.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: 83bf35cc3d1d73fb2c09d447fa2a749f435a2b4f0f3fe660b851a5d147df601d
4
- data.tar.gz: 3727338b98f712b526d52aea66c33ac7f71e6128946a267fd8cfd7149ae2f096
3
+ metadata.gz: c2a684162a97cb5f7d361c799c3741e7f1a8acafe7fec1fdfa2555745ffd93e0
4
+ data.tar.gz: 932d5a1fff07bdf40b7995dab90016a4c1b202821734dabb5742c3cb56126083
5
5
  SHA512:
6
- metadata.gz: 950b4feb7cc8abc72b881591b8223550b2c64dd1faf425f947aa5c39f172b3ddc8986900a5747388b360cf7e9cd0ab2b68ac073e38a9204c1342a238956e1624
7
- data.tar.gz: b121c9ed994a56af87af52acdfc7d72b074e488c3a9d8db21ca99ae0ebc9c465886be4decddcd66d5b6c27dedca067c8a55960ec95d465b0ea260eb815cb81b2
6
+ metadata.gz: 37a267260d61b93cfadc63ca3598fad113536a859076ff0716ccda05852c05277b293b73c6867c0d48a850187fbebde060db06e217d62672b6049f90122f5a25
7
+ data.tar.gz: 133c4864abd13c61acaeb53345cf362106eb7d6652c97c619602c50027957dc658ac42004beacd848c4abce6c9fbee4ab749a4d3ce09f2b28a3a20142808d857
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.45.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -95,8 +95,8 @@ module Aws::AmplifyUIBuilder
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::AmplifyUIBuilder
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::AmplifyUIBuilder
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::AmplifyUIBuilder
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -6614,7 +6611,7 @@ module Aws::AmplifyUIBuilder
6614
6611
  tracer: tracer
6615
6612
  )
6616
6613
  context[:gem_name] = 'aws-sdk-amplifyuibuilder'
6617
- context[:gem_version] = '1.45.0'
6614
+ context[:gem_version] = '1.46.0'
6618
6615
  Seahorse::Client::Request.new(handlers, context)
6619
6616
  end
6620
6617
 
@@ -55,7 +55,7 @@ module Aws::AmplifyUIBuilder
55
55
  autoload :EndpointProvider, 'aws-sdk-amplifyuibuilder/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-amplifyuibuilder/endpoints'
57
57
 
58
- GEM_VERSION = '1.45.0'
58
+ GEM_VERSION = '1.46.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplifyuibuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services