aws-sdk-identitystore 1.15.0 → 1.16.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-identitystore/client.rb +1 -1
- data/lib/aws-sdk-identitystore/types.rb +13 -12
- data/lib/aws-sdk-identitystore.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f678f8e9d6208346949bfb74f1bb119f1da252d8cd6524af7652de7ee24308e
|
|
4
|
+
data.tar.gz: b50c4764af6f101930826061b4f46da118329196070bd8342b10ad46c5e35d86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fea1930d7813e020c0175a68e18aa3c0a7486a9c3cd807d9d6b54c0b8f5c10d1865e096530e61b58cbdf9cce1eea2dd5c70c4afdd7ade716788976e23220553
|
|
7
|
+
data.tar.gz: c0d37aa9e9c093fbdc321f52ed055365b18f6e3b1162472cb452c18d4541d4019dce77ba6cfc7514baa049355b819b24dc0083d5fd189f679c00386f37a44b44
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|
|
@@ -585,7 +585,7 @@ module Aws::IdentityStore
|
|
|
585
585
|
params: params,
|
|
586
586
|
config: config)
|
|
587
587
|
context[:gem_name] = 'aws-sdk-identitystore'
|
|
588
|
-
context[:gem_version] = '1.
|
|
588
|
+
context[:gem_version] = '1.16.0'
|
|
589
589
|
Seahorse::Client::Request.new(handlers, context)
|
|
590
590
|
end
|
|
591
591
|
|
|
@@ -17,7 +17,7 @@ module Aws::IdentityStore
|
|
|
17
17
|
#
|
|
18
18
|
# @!attribute [rw] request_id
|
|
19
19
|
# The identifier for each request. This value is a globally unique ID
|
|
20
|
-
# that is generated by the
|
|
20
|
+
# that is generated by the identity store service for each sent
|
|
21
21
|
# request, and is then returned inside the exception if the request
|
|
22
22
|
# fails.
|
|
23
23
|
# @return [String]
|
|
@@ -133,9 +133,9 @@ module Aws::IdentityStore
|
|
|
133
133
|
include Aws::Structure
|
|
134
134
|
end
|
|
135
135
|
|
|
136
|
-
# A query filter used by `ListUsers` and `
|
|
137
|
-
# provides the attribute name and attribute value to search users
|
|
138
|
-
# groups.
|
|
136
|
+
# A query filter used by `ListUsers` and `ListGroups`. This filter
|
|
137
|
+
# object provides the attribute name and attribute value to search users
|
|
138
|
+
# or groups.
|
|
139
139
|
#
|
|
140
140
|
# @note When making an API call, you may pass Filter
|
|
141
141
|
# data as a hash:
|
|
@@ -200,7 +200,7 @@ module Aws::IdentityStore
|
|
|
200
200
|
#
|
|
201
201
|
# @!attribute [rw] request_id
|
|
202
202
|
# The identifier for each request. This value is a globally unique ID
|
|
203
|
-
# that is generated by the
|
|
203
|
+
# that is generated by the identity store service for each sent
|
|
204
204
|
# request, and is then returned inside the exception if the request
|
|
205
205
|
# fails.
|
|
206
206
|
# @return [String]
|
|
@@ -367,7 +367,7 @@ module Aws::IdentityStore
|
|
|
367
367
|
# Indicates that a requested resource is not found.
|
|
368
368
|
#
|
|
369
369
|
# @!attribute [rw] resource_type
|
|
370
|
-
# The type of resource in the
|
|
370
|
+
# The type of resource in the identity store service, which is an enum
|
|
371
371
|
# object. Valid values include USER, GROUP, and IDENTITY\_STORE.
|
|
372
372
|
# @return [String]
|
|
373
373
|
#
|
|
@@ -377,9 +377,10 @@ module Aws::IdentityStore
|
|
|
377
377
|
# `UUID` or `1234567890-UUID`, where `UUID` is a randomly generated
|
|
378
378
|
# value for each resource when it is created and `1234567890`
|
|
379
379
|
# represents the `IdentityStoreId` string value. In the case that the
|
|
380
|
-
# identity store is migrated from a legacy
|
|
381
|
-
# `ResourceId` for that identity store will be in the
|
|
382
|
-
# `UUID`. Otherwise, it will be in the `1234567890-UUID`
|
|
380
|
+
# identity store is migrated from a legacy single sign-on identity
|
|
381
|
+
# store, the `ResourceId` for that identity store will be in the
|
|
382
|
+
# format of `UUID`. Otherwise, it will be in the `1234567890-UUID`
|
|
383
|
+
# format.
|
|
383
384
|
# @return [String]
|
|
384
385
|
#
|
|
385
386
|
# @!attribute [rw] message
|
|
@@ -387,7 +388,7 @@ module Aws::IdentityStore
|
|
|
387
388
|
#
|
|
388
389
|
# @!attribute [rw] request_id
|
|
389
390
|
# The identifier for each request. This value is a globally unique ID
|
|
390
|
-
# that is generated by the
|
|
391
|
+
# that is generated by the identity store service for each sent
|
|
391
392
|
# request, and is then returned inside the exception if the request
|
|
392
393
|
# fails.
|
|
393
394
|
# @return [String]
|
|
@@ -411,7 +412,7 @@ module Aws::IdentityStore
|
|
|
411
412
|
#
|
|
412
413
|
# @!attribute [rw] request_id
|
|
413
414
|
# The identifier for each request. This value is a globally unique ID
|
|
414
|
-
# that is generated by the
|
|
415
|
+
# that is generated by the identity store service for each sent
|
|
415
416
|
# request, and is then returned inside the exception if the request
|
|
416
417
|
# fails.
|
|
417
418
|
# @return [String]
|
|
@@ -456,7 +457,7 @@ module Aws::IdentityStore
|
|
|
456
457
|
#
|
|
457
458
|
# @!attribute [rw] request_id
|
|
458
459
|
# The identifier for each request. This value is a globally unique ID
|
|
459
|
-
# that is generated by the
|
|
460
|
+
# that is generated by the identity store service for each sent
|
|
460
461
|
# request, and is then returned inside the exception if the request
|
|
461
462
|
# fails.
|
|
462
463
|
# @return [String]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-identitystore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|