aws-sdk-identitystore 1.28.0 → 1.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9730c907149184900865b87a11bdec038e0fcb6e4cfc15349c06710225298c3
4
- data.tar.gz: 85699dbe8cf09d42be6a6dc111a7391a3ec96acbc68aa8d916c1eedb96517aef
3
+ metadata.gz: 00f0437939ab76e7fd9422390f2dfa8da4d766ed64f84818861bbe37723df81f
4
+ data.tar.gz: 14ab7e8e3d1f3063a20dca17fc39935ae24adff62198f88d9a7b108ba711f5da
5
5
  SHA512:
6
- metadata.gz: 65a7206df4aaf177256e928566b0279c1198ee13c7f60a489e228129dc05ef0c3c46ab637c0cca34fddf886f4f82a089833c17e872bf9781b38ff3772ce5facd
7
- data.tar.gz: db470e45c98169e7b8946a8bb6b958960c3374fd1d5ac45772759b95b85ba5cf5d33c16c8d48cd36aa21db429817c6371ee971ae5deb63edd648d9f7dcf74a64
6
+ metadata.gz: a12505c585e9955038354a17dc9eb122adc271be97bb012afd59896cb74d47f804858e79e559cd8a33369404aa1bd749c7e450779ce1b557ab7df930de9e26e9
7
+ data.tar.gz: 27c033d6b0e3cf1d8daa7e0422e8d2a19f22d82f28fd6182dccf7289763378a3fcd58c3e89ba13dbec90ba51846f8e9572bff18aa910ebd7a921a7f7230377a0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2023-09-01)
5
+ ------------------
6
+
7
+ * Feature - New Identity Store content for China Region launch
8
+
9
+ 1.29.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.28.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.30.0
@@ -216,6 +216,10 @@ module Aws::IdentityStore
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -401,9 +405,9 @@ module Aws::IdentityStore
401
405
  #
402
406
  # @option params [String] :display_name
403
407
  # A string containing the name of the group. This value is commonly
404
- # displayed when the group is referenced. "Administrator" and
405
- # "AWSAdministrators" are reserved names and can't be used for users
406
- # or groups.
408
+ # displayed when the group is referenced. `Administrator` and
409
+ # `AWSAdministrators` are reserved names and can't be used for users or
410
+ # groups.
407
411
  #
408
412
  # @option params [String] :description
409
413
  # A string containing the description of the group.
@@ -489,7 +493,7 @@ module Aws::IdentityStore
489
493
  # characters. This value can consist of letters, accented characters,
490
494
  # symbols, numbers, and punctuation. This value is specified at the time
491
495
  # the user is created and stored as an attribute of the user object in
492
- # the identity store. "Administrator" and "AWSAdministrators" are
496
+ # the identity store. `Administrator` and `AWSAdministrators` are
493
497
  # reserved names and can't be used for users or groups.
494
498
  #
495
499
  # @option params [Types::Name] :name
@@ -685,6 +689,16 @@ module Aws::IdentityStore
685
689
  # Retrieves the group metadata and attributes from `GroupId` in an
686
690
  # identity store.
687
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
+ #
688
702
  # @option params [required, String] :identity_store_id
689
703
  # The globally unique identifier for the identity store, such as
690
704
  # `d-1234567890`. In this example, `d-` is a fixed prefix, and
@@ -732,6 +746,16 @@ module Aws::IdentityStore
732
746
  # Retrieves membership metadata and attributes from `MembershipId` in an
733
747
  # identity store.
734
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
+ #
735
759
  # @option params [required, String] :identity_store_id
736
760
  # The globally unique identifier for the identity store.
737
761
  #
@@ -771,6 +795,16 @@ module Aws::IdentityStore
771
795
  # Retrieves the user metadata and attributes from the `UserId` in an
772
796
  # identity store.
773
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
+ #
774
808
  # @option params [required, String] :identity_store_id
775
809
  # The globally unique identifier for the identity store, such as
776
810
  # `d-1234567890`. In this example, `d-` is a fixed prefix, and
@@ -858,6 +892,16 @@ module Aws::IdentityStore
858
892
 
859
893
  # Retrieves `GroupId` in an identity store.
860
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
+ #
861
905
  # @option params [required, String] :identity_store_id
862
906
  # The globally unique identifier for the identity store.
863
907
  #
@@ -905,6 +949,16 @@ module Aws::IdentityStore
905
949
 
906
950
  # Retrieves the `MembershipId` in an identity store.
907
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
+ #
908
962
  # @option params [required, String] :identity_store_id
909
963
  # The globally unique identifier for the identity store.
910
964
  #
@@ -947,6 +1001,16 @@ module Aws::IdentityStore
947
1001
 
948
1002
  # Retrieves the `UserId` in an identity store.
949
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
+ #
950
1014
  # @option params [required, String] :identity_store_id
951
1015
  # The globally unique identifier for the identity store.
952
1016
  #
@@ -995,6 +1059,16 @@ module Aws::IdentityStore
995
1059
  # Checks the user's membership in all requested groups and returns if
996
1060
  # the member exists in all queried groups.
997
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
+ #
998
1072
  # @option params [required, String] :identity_store_id
999
1073
  # The globally unique identifier for the identity store.
1000
1074
  #
@@ -1038,6 +1112,16 @@ module Aws::IdentityStore
1038
1112
  # list of all `GroupMembership` objects and returns results in paginated
1039
1113
  # form.
1040
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
+ #
1041
1125
  # @option params [required, String] :identity_store_id
1042
1126
  # The globally unique identifier for the identity store.
1043
1127
  #
@@ -1095,6 +1179,16 @@ module Aws::IdentityStore
1095
1179
  # list of all `GroupMembership` objects and returns results in paginated
1096
1180
  # form.
1097
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
+ #
1098
1192
  # @option params [required, String] :identity_store_id
1099
1193
  # The globally unique identifier for the identity store.
1100
1194
  #
@@ -1157,6 +1251,16 @@ module Aws::IdentityStore
1157
1251
  # complete `Group` objects. Filtering for a `Group` by the `DisplayName`
1158
1252
  # attribute is deprecated. Instead, use the `GetGroupId` API action.
1159
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
+ #
1160
1264
  # @option params [required, String] :identity_store_id
1161
1265
  # The globally unique identifier for the identity store, such as
1162
1266
  # `d-1234567890`. In this example, `d-` is a fixed prefix, and
@@ -1227,6 +1331,16 @@ module Aws::IdentityStore
1227
1331
  # complete `User` objects. Filtering for a `User` by the `UserName`
1228
1332
  # attribute is deprecated. Instead, use the `GetUserId` API action.
1229
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
+ #
1230
1344
  # @option params [required, String] :identity_store_id
1231
1345
  # The globally unique identifier for the identity store, such as
1232
1346
  # `d-1234567890`. In this example, `d-` is a fixed prefix, and
@@ -1410,7 +1524,7 @@ module Aws::IdentityStore
1410
1524
  params: params,
1411
1525
  config: config)
1412
1526
  context[:gem_name] = 'aws-sdk-identitystore'
1413
- context[:gem_version] = '1.28.0'
1527
+ context[:gem_version] = '1.30.0'
1414
1528
  Seahorse::Client::Request.new(handlers, context)
1415
1529
  end
1416
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 AWS CLI.
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. "Administrator" and
226
- # "AWSAdministrators" are reserved names and can't be used for
227
- # users or groups.
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. "Administrator" and
271
- # "AWSAdministrators" are reserved names and can't be used for
272
- # users or groups.
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 AWS CLI.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-identitystore/customizations'
52
52
  # @!group service
53
53
  module Aws::IdentityStore
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end
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.28.0
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-07-06 00:00:00.000000000 Z
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