aws-sdk-identitystore 1.29.0 → 1.30.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 +115 -5
- data/lib/aws-sdk-identitystore/types.rb +8 -8
- 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: 00f0437939ab76e7fd9422390f2dfa8da4d766ed64f84818861bbe37723df81f
|
|
4
|
+
data.tar.gz: 14ab7e8e3d1f3063a20dca17fc39935ae24adff62198f88d9a7b108ba711f5da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a12505c585e9955038354a17dc9eb122adc271be97bb012afd59896cb74d47f804858e79e559cd8a33369404aa1bd749c7e450779ce1b557ab7df930de9e26e9
|
|
7
|
+
data.tar.gz: 27c033d6b0e3cf1d8daa7e0422e8d2a19f22d82f28fd6182dccf7289763378a3fcd58c3e89ba13dbec90ba51846f8e9572bff18aa910ebd7a921a7f7230377a0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.30.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.30.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.30.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-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|