aws-sdk-macie2 1.89.0 → 1.90.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: 860738843ce52377910b903a1cdcbe7c47e50e0682a457b3c6df0a3f217b3103
4
- data.tar.gz: 15e7f3a021fc73f13524de303b7f96ee76c3fab563d10a6c9d20230fdabcaaf6
3
+ metadata.gz: 910e9196ffdf2fe96da85b7f60484b9373c3d506fb4fc257e5f0492b5141f8e5
4
+ data.tar.gz: 8dea77b64481dac8200899e620d8507b22a4d5368d66e457065bcdeb6244e55f
5
5
  SHA512:
6
- metadata.gz: 782358c5bdb60a89723f83ae82d35fa9e7045bd3f1e966a27f87f9a99b1b4250225bb91aa54350aa771db44aa62f17e10e3472a8037d4b5669203dfe4cbd2192
7
- data.tar.gz: 7fb7766500dbb554b3578b5bce9435e3388a731e6c4c11b1f7294d4ab88e1065b915ff851afa8c6e25bdcfb05204493c3fe488448f05c00c734c94733e18a519
6
+ metadata.gz: '00853ba5d16ef817d02a74cba576a262e8e364baf482cf7c8eaa1c03d6092383860eb60d535f0159c62bd81545686d15ba8589cf0d10c718221ebcf0898ab941'
7
+ data.tar.gz: 126c63c5bd80c6bc99fa6f2fa1def1518cf11ce98731e7d3dbff3ca79686645c0f2c345c3af8c8ebf690c6c40c39b7c16cab2c1b86f7aad39894de11fb298a95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.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.89.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.90.0
@@ -95,8 +95,8 @@ module Aws::Macie2
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::Macie2
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::Macie2
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::Macie2
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.
@@ -4069,7 +4066,7 @@ module Aws::Macie2
4069
4066
  tracer: tracer
4070
4067
  )
4071
4068
  context[:gem_name] = 'aws-sdk-macie2'
4072
- context[:gem_version] = '1.89.0'
4069
+ context[:gem_version] = '1.90.0'
4073
4070
  Seahorse::Client::Request.new(handlers, context)
4074
4071
  end
4075
4072
 
@@ -55,7 +55,7 @@ module Aws::Macie2
55
55
  autoload :EndpointProvider, 'aws-sdk-macie2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-macie2/endpoints'
57
57
 
58
- GEM_VERSION = '1.89.0'
58
+ GEM_VERSION = '1.90.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-macie2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services