aws-sdk-identitystore 1.14.0 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-identitystore/client.rb +3 -1
- data/lib/aws-sdk-identitystore/types.rb +13 -12
- data/lib/aws-sdk-identitystore.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bfa5fb925231587a0c1472397df9f3c4e109c030fc9cf9ee05cd0fd693b53f4
|
4
|
+
data.tar.gz: 107d0e9465e573f9b5a2cb34ee20b44a1a463c722436f3a2f8c0211a04e0b148
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00c621fb2e044f01af08f338e81ae32626feb349bc51c3ec79d58eff1f3e9ce88b24aa8d8301c4d477a16be843e8257e21342c3f45e63ba69ead5bf6e47a33c7
|
7
|
+
data.tar.gz: aa49ad087a7d989406eecfeed28fde67f9a708556bf0d21dc1ee6c234a68189744497c7504c8a02d63ffe3f3fe2f4f00f4dfccfb9d49e816dc5c92b97ddbe583
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.17.0 (2022-08-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
|
8
|
+
|
9
|
+
1.16.0 (2022-08-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
|
13
|
+
|
14
|
+
1.15.0 (2022-02-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.14.0 (2022-02-03)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
31
32
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
32
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
@@ -75,6 +76,7 @@ module Aws::IdentityStore
|
|
75
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
76
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
77
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
78
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
79
81
|
add_plugin(Aws::Plugins::RecursionDetection)
|
80
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
@@ -583,7 +585,7 @@ module Aws::IdentityStore
|
|
583
585
|
params: params,
|
584
586
|
config: config)
|
585
587
|
context[:gem_name] = 'aws-sdk-identitystore'
|
586
|
-
context[:gem_version] = '1.
|
588
|
+
context[:gem_version] = '1.17.0'
|
587
589
|
Seahorse::Client::Request.new(handlers, context)
|
588
590
|
end
|
589
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.17.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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.127.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|