aws-sdk-identitystore 1.68.0 → 1.70.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: 9591deba39dae17857d282db9a22f50578ee4d336ca4327ca185f93f8dc47190
4
- data.tar.gz: f39d816e3776f2ec40318e5d4927db9314717136fdd6fa698209360f6edc30c1
3
+ metadata.gz: 65607705d151919b4ee8300baee8b63ead41351362cbaf2245f9ed5161f25d06
4
+ data.tar.gz: b44dc228dba2923dd336f50a94d6522af8c4f6422c917dbd364f3e09e9660a5a
5
5
  SHA512:
6
- metadata.gz: 9527a5b8e180bf85abf30c69f084af3589846a94c4e4e2243ec67d94fbe898d1f221d24c9b5ddb8ef5ea7ad2d0e14ff501ca3801a7258b2fb8ecd20eda6a1766
7
- data.tar.gz: 569865e58edffd3c59147bf8f2de2512e156b62a326a5e9e8164944167453ae3d32f8757fb3bb42bd0ba6a37e1212b15e964428fd0a0df75fde816c9ab06def7
6
+ metadata.gz: 3b4ffeca8b5f1c0f4ef6d675a64833e48d73018617ff943771fe9a36561819c1c9bbd7e44dfc635cccf91d4169dcaaa9a38c08e38cff1bbe6888502d828446c4
7
+ data.tar.gz: cd29aae214f00b272b4780f20ca2ec79b1f0b22c08dbf19774936ebc824abb8a6edd8829fb559884d45eb85ac0038d57ed4c4f6fb80164d9b50cad6c3f61adfb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.69.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.68.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.70.0
@@ -199,7 +199,7 @@ module Aws::IdentityStore
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::IdentityStore
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1767,7 +1765,7 @@ module Aws::IdentityStore
1767
1765
  tracer: tracer
1768
1766
  )
1769
1767
  context[:gem_name] = 'aws-sdk-identitystore'
1770
- context[:gem_version] = '1.68.0'
1768
+ context[:gem_version] = '1.70.0'
1771
1769
  Seahorse::Client::Request.new(handlers, context)
1772
1770
  end
1773
1771
 
@@ -54,7 +54,7 @@ module Aws::IdentityStore
54
54
  autoload :EndpointProvider, 'aws-sdk-identitystore/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-identitystore/endpoints'
56
56
 
57
- GEM_VERSION = '1.68.0'
57
+ GEM_VERSION = '1.70.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -132,7 +132,7 @@ module Aws
132
132
  value: ::String?,
133
133
  type: ::String?,
134
134
  primary: bool?
135
- },
135
+ }
136
136
  ],
137
137
  ?addresses: Array[
138
138
  {
@@ -144,14 +144,14 @@ module Aws
144
144
  formatted: ::String?,
145
145
  type: ::String?,
146
146
  primary: bool?
147
- },
147
+ }
148
148
  ],
149
149
  ?phone_numbers: Array[
150
150
  {
151
151
  value: ::String?,
152
152
  type: ::String?,
153
153
  primary: bool?
154
- },
154
+ }
155
155
  ],
156
156
  ?user_type: ::String,
157
157
  ?title: ::String,
@@ -164,7 +164,7 @@ module Aws
164
164
  type: ::String?,
165
165
  display: ::String?,
166
166
  primary: bool?
167
- },
167
+ }
168
168
  ],
169
169
  ?website: ::String,
170
170
  ?birthdate: ::String,
@@ -173,7 +173,7 @@ module Aws
173
173
  value: ::String?,
174
174
  type: ::String?,
175
175
  primary: bool?
176
- },
176
+ }
177
177
  ],
178
178
  ?extensions: Hash[::String, untyped]
179
179
  ) -> _CreateUserResponseSuccess
@@ -291,16 +291,7 @@ module Aws
291
291
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IdentityStore/Client.html#get_group_id-instance_method
292
292
  def get_group_id: (
293
293
  identity_store_id: ::String,
294
- alternate_identifier: {
295
- external_id: {
296
- issuer: ::String,
297
- id: ::String
298
- }?,
299
- unique_attribute: {
300
- attribute_path: ::String,
301
- attribute_value: untyped
302
- }?
303
- }
294
+ alternate_identifier: Params::alternate_identifier
304
295
  ) -> _GetGroupIdResponseSuccess
305
296
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGroupIdResponseSuccess
306
297
 
@@ -327,16 +318,7 @@ module Aws
327
318
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IdentityStore/Client.html#get_user_id-instance_method
328
319
  def get_user_id: (
329
320
  identity_store_id: ::String,
330
- alternate_identifier: {
331
- external_id: {
332
- issuer: ::String,
333
- id: ::String
334
- }?,
335
- unique_attribute: {
336
- attribute_path: ::String,
337
- attribute_value: untyped
338
- }?
339
- }
321
+ alternate_identifier: Params::alternate_identifier
340
322
  ) -> _GetUserIdResponseSuccess
341
323
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUserIdResponseSuccess
342
324
 
@@ -398,7 +380,7 @@ module Aws
398
380
  {
399
381
  attribute_path: ::String,
400
382
  attribute_value: ::String
401
- },
383
+ }
402
384
  ]
403
385
  ) -> _ListGroupsResponseSuccess
404
386
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGroupsResponseSuccess
@@ -418,7 +400,7 @@ module Aws
418
400
  {
419
401
  attribute_path: ::String,
420
402
  attribute_value: ::String
421
- },
403
+ }
422
404
  ]
423
405
  ) -> _ListUsersResponseSuccess
424
406
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
@@ -434,7 +416,7 @@ module Aws
434
416
  {
435
417
  attribute_path: ::String,
436
418
  attribute_value: untyped?
437
- },
419
+ }
438
420
  ]
439
421
  ) -> _UpdateGroupResponseSuccess
440
422
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGroupResponseSuccess
@@ -450,7 +432,7 @@ module Aws
450
432
  {
451
433
  attribute_path: ::String,
452
434
  attribute_value: untyped?
453
- },
435
+ }
454
436
  ]
455
437
  ) -> _UpdateUserResponseSuccess
456
438
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,24 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IdentityStore
10
+ module Params
11
+ type alternate_identifier = {
12
+ external_id: {
13
+ issuer: ::String,
14
+ id: ::String
15
+ }?,
16
+ unique_attribute: {
17
+ attribute_path: ::String,
18
+ attribute_value: untyped
19
+ }?
20
+ }
21
+
22
+ end
23
+ end
24
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-identitystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-identitystore/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs