aws-sdk-identitystore 1.29.0 → 1.31.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-identitystore/client.rb +115 -5
- data/lib/aws-sdk-identitystore/types.rb +8 -8
- 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: a492160719df3785b4858b3fa9c979519952c18caa077207a0349bae07099b4c
|
4
|
+
data.tar.gz: f05cf81eccfd3de516aca2318863599b2b5b92d7758cf350259414c80a41dfd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e77e09728eae8c1a04673fdc71456c6f30d88c6ba763ce5d00446244ffbf2b63ae80e2cebd374ec59b8a130b64a09009d32bdba543dbb1e8e9a787fb009c9e2
|
7
|
+
data.tar.gz: ecfeed3ab64f6013c04cc17dd779533fc7ef9f84f68a20da8494a5586e12263bbd71cde74a4aa469db5e8c83e002dd74f7a9f643a31668f3c066ba861e5cd3ed
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.31.0 (2023-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.30.0 (2023-09-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - New Identity Store content for China Region launch
|
13
|
+
|
4
14
|
1.29.0 (2023-07-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -405,9 +405,9 @@ module Aws::IdentityStore
|
|
405
405
|
#
|
406
406
|
# @option params [String] :display_name
|
407
407
|
# A string containing the name of the group. This value is commonly
|
408
|
-
# displayed when the group is referenced.
|
409
|
-
#
|
410
|
-
#
|
408
|
+
# displayed when the group is referenced. `Administrator` and
|
409
|
+
# `AWSAdministrators` are reserved names and can't be used for users or
|
410
|
+
# groups.
|
411
411
|
#
|
412
412
|
# @option params [String] :description
|
413
413
|
# A string containing the description of the group.
|
@@ -493,7 +493,7 @@ module Aws::IdentityStore
|
|
493
493
|
# characters. This value can consist of letters, accented characters,
|
494
494
|
# symbols, numbers, and punctuation. This value is specified at the time
|
495
495
|
# the user is created and stored as an attribute of the user object in
|
496
|
-
# the identity store.
|
496
|
+
# the identity store. `Administrator` and `AWSAdministrators` are
|
497
497
|
# reserved names and can't be used for users or groups.
|
498
498
|
#
|
499
499
|
# @option params [Types::Name] :name
|
@@ -689,6 +689,16 @@ module Aws::IdentityStore
|
|
689
689
|
# Retrieves the group metadata and attributes from `GroupId` in an
|
690
690
|
# identity store.
|
691
691
|
#
|
692
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
693
|
+
# API from the member account. Read about [member accounts][1] in the
|
694
|
+
# *Organizations User Guide*.
|
695
|
+
#
|
696
|
+
# </note>
|
697
|
+
#
|
698
|
+
#
|
699
|
+
#
|
700
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
701
|
+
#
|
692
702
|
# @option params [required, String] :identity_store_id
|
693
703
|
# The globally unique identifier for the identity store, such as
|
694
704
|
# `d-1234567890`. In this example, `d-` is a fixed prefix, and
|
@@ -736,6 +746,16 @@ module Aws::IdentityStore
|
|
736
746
|
# Retrieves membership metadata and attributes from `MembershipId` in an
|
737
747
|
# identity store.
|
738
748
|
#
|
749
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
750
|
+
# API from the member account. Read about [member accounts][1] in the
|
751
|
+
# *Organizations User Guide*.
|
752
|
+
#
|
753
|
+
# </note>
|
754
|
+
#
|
755
|
+
#
|
756
|
+
#
|
757
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
758
|
+
#
|
739
759
|
# @option params [required, String] :identity_store_id
|
740
760
|
# The globally unique identifier for the identity store.
|
741
761
|
#
|
@@ -775,6 +795,16 @@ module Aws::IdentityStore
|
|
775
795
|
# Retrieves the user metadata and attributes from the `UserId` in an
|
776
796
|
# identity store.
|
777
797
|
#
|
798
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
799
|
+
# API from the member account. Read about [member accounts][1] in the
|
800
|
+
# *Organizations User Guide*.
|
801
|
+
#
|
802
|
+
# </note>
|
803
|
+
#
|
804
|
+
#
|
805
|
+
#
|
806
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
807
|
+
#
|
778
808
|
# @option params [required, String] :identity_store_id
|
779
809
|
# The globally unique identifier for the identity store, such as
|
780
810
|
# `d-1234567890`. In this example, `d-` is a fixed prefix, and
|
@@ -862,6 +892,16 @@ module Aws::IdentityStore
|
|
862
892
|
|
863
893
|
# Retrieves `GroupId` in an identity store.
|
864
894
|
#
|
895
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
896
|
+
# API from the member account. Read about [member accounts][1] in the
|
897
|
+
# *Organizations User Guide*.
|
898
|
+
#
|
899
|
+
# </note>
|
900
|
+
#
|
901
|
+
#
|
902
|
+
#
|
903
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
904
|
+
#
|
865
905
|
# @option params [required, String] :identity_store_id
|
866
906
|
# The globally unique identifier for the identity store.
|
867
907
|
#
|
@@ -909,6 +949,16 @@ module Aws::IdentityStore
|
|
909
949
|
|
910
950
|
# Retrieves the `MembershipId` in an identity store.
|
911
951
|
#
|
952
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
953
|
+
# API from the member account. Read about [member accounts][1] in the
|
954
|
+
# *Organizations User Guide*.
|
955
|
+
#
|
956
|
+
# </note>
|
957
|
+
#
|
958
|
+
#
|
959
|
+
#
|
960
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
961
|
+
#
|
912
962
|
# @option params [required, String] :identity_store_id
|
913
963
|
# The globally unique identifier for the identity store.
|
914
964
|
#
|
@@ -951,6 +1001,16 @@ module Aws::IdentityStore
|
|
951
1001
|
|
952
1002
|
# Retrieves the `UserId` in an identity store.
|
953
1003
|
#
|
1004
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
1005
|
+
# API from the member account. Read about [member accounts][1] in the
|
1006
|
+
# *Organizations User Guide*.
|
1007
|
+
#
|
1008
|
+
# </note>
|
1009
|
+
#
|
1010
|
+
#
|
1011
|
+
#
|
1012
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
1013
|
+
#
|
954
1014
|
# @option params [required, String] :identity_store_id
|
955
1015
|
# The globally unique identifier for the identity store.
|
956
1016
|
#
|
@@ -999,6 +1059,16 @@ module Aws::IdentityStore
|
|
999
1059
|
# Checks the user's membership in all requested groups and returns if
|
1000
1060
|
# the member exists in all queried groups.
|
1001
1061
|
#
|
1062
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
1063
|
+
# API from the member account. Read about [member accounts][1] in the
|
1064
|
+
# *Organizations User Guide*.
|
1065
|
+
#
|
1066
|
+
# </note>
|
1067
|
+
#
|
1068
|
+
#
|
1069
|
+
#
|
1070
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
1071
|
+
#
|
1002
1072
|
# @option params [required, String] :identity_store_id
|
1003
1073
|
# The globally unique identifier for the identity store.
|
1004
1074
|
#
|
@@ -1042,6 +1112,16 @@ module Aws::IdentityStore
|
|
1042
1112
|
# list of all `GroupMembership` objects and returns results in paginated
|
1043
1113
|
# form.
|
1044
1114
|
#
|
1115
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
1116
|
+
# API from the member account. Read about [member accounts][1] in the
|
1117
|
+
# *Organizations User Guide*.
|
1118
|
+
#
|
1119
|
+
# </note>
|
1120
|
+
#
|
1121
|
+
#
|
1122
|
+
#
|
1123
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
1124
|
+
#
|
1045
1125
|
# @option params [required, String] :identity_store_id
|
1046
1126
|
# The globally unique identifier for the identity store.
|
1047
1127
|
#
|
@@ -1099,6 +1179,16 @@ module Aws::IdentityStore
|
|
1099
1179
|
# list of all `GroupMembership` objects and returns results in paginated
|
1100
1180
|
# form.
|
1101
1181
|
#
|
1182
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
1183
|
+
# API from the member account. Read about [member accounts][1] in the
|
1184
|
+
# *Organizations User Guide*.
|
1185
|
+
#
|
1186
|
+
# </note>
|
1187
|
+
#
|
1188
|
+
#
|
1189
|
+
#
|
1190
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
1191
|
+
#
|
1102
1192
|
# @option params [required, String] :identity_store_id
|
1103
1193
|
# The globally unique identifier for the identity store.
|
1104
1194
|
#
|
@@ -1161,6 +1251,16 @@ module Aws::IdentityStore
|
|
1161
1251
|
# complete `Group` objects. Filtering for a `Group` by the `DisplayName`
|
1162
1252
|
# attribute is deprecated. Instead, use the `GetGroupId` API action.
|
1163
1253
|
#
|
1254
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
1255
|
+
# API from the member account. Read about [member accounts][1] in the
|
1256
|
+
# *Organizations User Guide*.
|
1257
|
+
#
|
1258
|
+
# </note>
|
1259
|
+
#
|
1260
|
+
#
|
1261
|
+
#
|
1262
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
1263
|
+
#
|
1164
1264
|
# @option params [required, String] :identity_store_id
|
1165
1265
|
# The globally unique identifier for the identity store, such as
|
1166
1266
|
# `d-1234567890`. In this example, `d-` is a fixed prefix, and
|
@@ -1231,6 +1331,16 @@ module Aws::IdentityStore
|
|
1231
1331
|
# complete `User` objects. Filtering for a `User` by the `UserName`
|
1232
1332
|
# attribute is deprecated. Instead, use the `GetUserId` API action.
|
1233
1333
|
#
|
1334
|
+
# <note markdown="1"> If you have administrator access to a member account, you can use this
|
1335
|
+
# API from the member account. Read about [member accounts][1] in the
|
1336
|
+
# *Organizations User Guide*.
|
1337
|
+
#
|
1338
|
+
# </note>
|
1339
|
+
#
|
1340
|
+
#
|
1341
|
+
#
|
1342
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
|
1343
|
+
#
|
1234
1344
|
# @option params [required, String] :identity_store_id
|
1235
1345
|
# The globally unique identifier for the identity store, such as
|
1236
1346
|
# `d-1234567890`. In this example, `d-` is a fixed prefix, and
|
@@ -1414,7 +1524,7 @@ module Aws::IdentityStore
|
|
1414
1524
|
params: params,
|
1415
1525
|
config: config)
|
1416
1526
|
context[:gem_name] = 'aws-sdk-identitystore'
|
1417
|
-
context[:gem_version] = '1.
|
1527
|
+
context[:gem_version] = '1.31.0'
|
1418
1528
|
Seahorse::Client::Request.new(handlers, context)
|
1419
1529
|
end
|
1420
1530
|
|
@@ -122,7 +122,7 @@ module Aws::IdentityStore
|
|
122
122
|
#
|
123
123
|
# @!attribute [rw] attribute_value
|
124
124
|
# The value of the attribute. This is a `Document` type. This type is
|
125
|
-
# not supported by Java V1, Go V1, and older versions of the
|
125
|
+
# not supported by Java V1, Go V1, and older versions of the CLI.
|
126
126
|
# @return [Hash,Array,String,Numeric,Boolean]
|
127
127
|
#
|
128
128
|
# @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/AttributeOperation AWS API Documentation
|
@@ -222,9 +222,9 @@ module Aws::IdentityStore
|
|
222
222
|
#
|
223
223
|
# @!attribute [rw] display_name
|
224
224
|
# A string containing the name of the group. This value is commonly
|
225
|
-
# displayed when the group is referenced.
|
226
|
-
#
|
227
|
-
#
|
225
|
+
# displayed when the group is referenced. `Administrator` and
|
226
|
+
# `AWSAdministrators` are reserved names and can't be used for users
|
227
|
+
# or groups.
|
228
228
|
# @return [String]
|
229
229
|
#
|
230
230
|
# @!attribute [rw] description
|
@@ -267,9 +267,9 @@ module Aws::IdentityStore
|
|
267
267
|
# characters. This value can consist of letters, accented characters,
|
268
268
|
# symbols, numbers, and punctuation. This value is specified at the
|
269
269
|
# time the user is created and stored as an attribute of the user
|
270
|
-
# object in the identity store.
|
271
|
-
#
|
272
|
-
#
|
270
|
+
# object in the identity store. `Administrator` and
|
271
|
+
# `AWSAdministrators` are reserved names and can't be used for users
|
272
|
+
# or groups.
|
273
273
|
# @return [String]
|
274
274
|
#
|
275
275
|
# @!attribute [rw] name
|
@@ -1418,7 +1418,7 @@ module Aws::IdentityStore
|
|
1418
1418
|
#
|
1419
1419
|
# @!attribute [rw] attribute_value
|
1420
1420
|
# The value of the attribute. This is a `Document` type. This type is
|
1421
|
-
# not supported by Java V1, Go V1, and older versions of the
|
1421
|
+
# not supported by Java V1, Go V1, and older versions of the CLI.
|
1422
1422
|
# @return [Hash,Array,String,Numeric,Boolean]
|
1423
1423
|
#
|
1424
1424
|
# @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/UniqueAttribute AWS API Documentation
|
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.31.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: 2023-
|
11
|
+
date: 2023-09-27 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.184.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.184.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|