aws-sdk-identitystore 1.19.0 → 1.20.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74eb35fd4e09b38b3e9364c109bb006e0e40bc16c3a2ac7a69fd3a9168d06a54
4
- data.tar.gz: ae2f00db414a08c08001090044ee924ad054a7e20a088ce2e07f25c2f8b64f32
3
+ metadata.gz: 72f57866e3abe70a2dafe9c45a1b153840039c8cbf0d5b18d39ec6d883440c7e
4
+ data.tar.gz: 8e27edcb03aaba73769bbcc0353ef4d570dd7615c286163ea742e8b67dd9bc05
5
5
  SHA512:
6
- metadata.gz: 8226814f37eddd653af53cf8e4c4037e3e01be73e480d2c8ee83b02d11df4b44bc187dead49e39f25d6cabaf62ba8a07a3468b1c9e7b8c599a37c3ed58cd5498
7
- data.tar.gz: 2d9d80dd1410a0855b111a87591e964dc424d36634cc5b9293e22fdd34dc74c53b730723cf6bda19ddac264a49d18e26df13256a68e1f9e601b1139b7f119de8
6
+ metadata.gz: 305a25e32f4061f36ca673768258ca0c1c51c365bc5db7298c8a57505a61d029835e53c103d27174cfc8803ce91cd133072146cbac77ec1bb8e3d3a030f61fe8
7
+ data.tar.gz: 4050ac9400e488f8e84671dc1086d72bef9ae885f3eaaf184942a0ad5b4822d727227edb7dfa51dbdc7663a6b3528486a8d688bdb1c7183a5be47c3672a2d513
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2022-09-06)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for the Identity Store CLI Reference.
8
+
4
9
  1.19.0 (2022-08-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -452,9 +452,9 @@ module Aws::IdentityStore
452
452
  # @option params [String] :user_name
453
453
  # A unique string used to identify the user. The length limit is 128
454
454
  # characters. This value can consist of letters, accented characters,
455
- # symbols, numbers, and punctuation. The characters <>;:% are
456
- # excluded. This value is specified at the time the user is created and
457
- # stored as an attribute of the user object in the identity store.
455
+ # symbols, numbers, and punctuation. This value is specified at the time
456
+ # the user is created and stored as an attribute of the user object in
457
+ # the identity store.
458
458
  #
459
459
  # @option params [Types::Name] :name
460
460
  # An object containing the user's name.
@@ -600,7 +600,7 @@ module Aws::IdentityStore
600
600
  # The globally unique identifier for the identity store.
601
601
  #
602
602
  # @option params [required, String] :membership_id
603
- # The identifier for a `GroupMembership` in the identity store.
603
+ # The identifier for a `GroupMembership` in an identity store.
604
604
  #
605
605
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
606
606
  #
@@ -693,14 +693,14 @@ module Aws::IdentityStore
693
693
  req.send_request(options)
694
694
  end
695
695
 
696
- # Retrieves membership metadata and attributes from `MembershipId` in a
697
- # group.
696
+ # Retrieves membership metadata and attributes from `MembershipId` in an
697
+ # identity store.
698
698
  #
699
699
  # @option params [required, String] :identity_store_id
700
700
  # The globally unique identifier for the identity store.
701
701
  #
702
702
  # @option params [required, String] :membership_id
703
- # The identifier for a `GroupMembership` in the identity store.
703
+ # The identifier for a `GroupMembership` in an identity store.
704
704
  #
705
705
  # @return [Types::DescribeGroupMembershipResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
706
706
  #
@@ -826,9 +826,9 @@ module Aws::IdentityStore
826
826
  # The globally unique identifier for the identity store.
827
827
  #
828
828
  # @option params [required, Types::AlternateIdentifier] :alternate_identifier
829
- # A unique identifier for the group value that is not the group's
830
- # primary identifier. This value can be an identifier from an external
831
- # identity provider (IdP) that is associated with the group or a unique
829
+ # A unique identifier for an identity resource that is not the primary
830
+ # identifier. This value can be an identifier from an external identity
831
+ # provider (IdP) that is associated with the group or a unique
832
832
  # attribute. For example, a unique `GroupDisplayName`.
833
833
  #
834
834
  # @return [Types::GetGroupIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -866,7 +866,7 @@ module Aws::IdentityStore
866
866
  req.send_request(options)
867
867
  end
868
868
 
869
- # Retrieves the `MembershipId` in a group.
869
+ # Retrieves the `MembershipId` in an identity store.
870
870
  #
871
871
  # @option params [required, String] :identity_store_id
872
872
  # The globally unique identifier for the identity store.
@@ -914,7 +914,8 @@ module Aws::IdentityStore
914
914
  # The globally unique identifier for the identity store.
915
915
  #
916
916
  # @option params [required, Types::AlternateIdentifier] :alternate_identifier
917
- # Any unique attribute associated with a user that is not the `UserId`.
917
+ # A unique identifier for an identity resource that is not the primary
918
+ # identifier.
918
919
  #
919
920
  # @return [Types::GetUserIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
920
921
  #
@@ -951,7 +952,8 @@ module Aws::IdentityStore
951
952
  req.send_request(options)
952
953
  end
953
954
 
954
- # Returns if a member exists in specified groups.
955
+ # Checks the user's membership in all requested groups and returns if
956
+ # the member exists in all queried groups.
955
957
  #
956
958
  # @option params [required, String] :identity_store_id
957
959
  # The globally unique identifier for the identity store.
@@ -1004,9 +1006,8 @@ module Aws::IdentityStore
1004
1006
  #
1005
1007
  # @option params [Integer] :max_results
1006
1008
  # The maximum number of results to be returned per request. This
1007
- # parameter is used in the `ListUsers` and `ListGroups` requests to
1008
- # specify how many results to return in one page. The length limit is 50
1009
- # characters.
1009
+ # parameter is used in all `List` requests to specify how many results
1010
+ # to return in one page.
1010
1011
  #
1011
1012
  # @option params [String] :next_token
1012
1013
  # The pagination token used for the `ListUsers`, `ListGroups` and
@@ -1069,7 +1070,7 @@ module Aws::IdentityStore
1069
1070
  # characters.
1070
1071
  #
1071
1072
  # @option params [String] :next_token
1072
- # The pagination token used for the `ListUsers`, `ListGroups` and
1073
+ # The pagination token used for the `ListUsers`, `ListGroups`, and
1073
1074
  # `ListGroupMemberships` API operations. This value is generated by the
1074
1075
  # identity store service. It is returned in the API response if the
1075
1076
  # total results are more than the size of one page. This token is also
@@ -1112,11 +1113,11 @@ module Aws::IdentityStore
1112
1113
  req.send_request(options)
1113
1114
  end
1114
1115
 
1115
- # *Filtering for a group by the group `DisplayName` attribute is
1116
- # deprecated. Instead, use the `GetGroupId` API action.*
1117
- #
1118
- # Lists all groups in the identity store. Returns a paginated list of
1119
- # complete `Group` objects.
1116
+ # Lists the attribute name and value of the group that you specified in
1117
+ # the search. We only support `DisplayName` as a valid filter attribute
1118
+ # path currently, and filter is required. This API returns minimum
1119
+ # attributes, including `GroupId` and group `DisplayName` in the
1120
+ # response.
1120
1121
  #
1121
1122
  # @option params [required, String] :identity_store_id
1122
1123
  # The globally unique identifier for the identity store, such as
@@ -1139,7 +1140,7 @@ module Aws::IdentityStore
1139
1140
  # API request to search for the next page.
1140
1141
  #
1141
1142
  # @option params [Array<Types::Filter>] :filters
1142
- # A list of `Filter` objects that is used in the `ListUsers` and
1143
+ # A list of `Filter` objects, which is used in the `ListUsers` and
1143
1144
  # `ListGroups` requests.
1144
1145
  #
1145
1146
  # @return [Types::ListGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1184,11 +1185,10 @@ module Aws::IdentityStore
1184
1185
  req.send_request(options)
1185
1186
  end
1186
1187
 
1187
- # *Filtering for a user by the `UserName` attribute is deprecated.
1188
- # Instead, use the `GetUserId` API action.*
1189
- #
1190
- # Lists all users in the identity store. Returns a paginated list of
1191
- # complete `User` objects.
1188
+ # Lists the attribute name and value of the user that you specified in
1189
+ # the search. We only support `UserName` as a valid filter attribute
1190
+ # path currently, and filter is required. This API returns minimum
1191
+ # attributes, including `UserId` and `UserName` in the response.
1192
1192
  #
1193
1193
  # @option params [required, String] :identity_store_id
1194
1194
  # The globally unique identifier for the identity store, such as
@@ -1211,7 +1211,7 @@ module Aws::IdentityStore
1211
1211
  # API request to search for the next page.
1212
1212
  #
1213
1213
  # @option params [Array<Types::Filter>] :filters
1214
- # A list of `Filter` objects that is used in the `ListUsers` and
1214
+ # A list of `Filter` objects, which is used in the `ListUsers` and
1215
1215
  # `ListGroups` requests.
1216
1216
  #
1217
1217
  # @return [Types::ListUsersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1373,7 +1373,7 @@ module Aws::IdentityStore
1373
1373
  params: params,
1374
1374
  config: config)
1375
1375
  context[:gem_name] = 'aws-sdk-identitystore'
1376
- context[:gem_version] = '1.19.0'
1376
+ context[:gem_version] = '1.20.0'
1377
1377
  Seahorse::Client::Request.new(handlers, context)
1378
1378
  end
1379
1379
 
@@ -76,8 +76,8 @@ module Aws::IdentityStore
76
76
  # @return [String]
77
77
  #
78
78
  # @!attribute [rw] primary
79
- # A boolean representing whether this is the primary address for the
80
- # associated resource.
79
+ # A Boolean value representing whether this is the primary address for
80
+ # the associated resource.
81
81
  # @return [Boolean]
82
82
  #
83
83
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/Address AWS API Documentation
@@ -95,9 +95,9 @@ module Aws::IdentityStore
95
95
  include Aws::Structure
96
96
  end
97
97
 
98
- # A unique identifier for the group value that is not the group's
99
- # primary identifier. This value can be an identifier from an external
100
- # identity provider (IdP) that is associated with the group or a unique
98
+ # A unique identifier for a user or group that is not the its primary
99
+ # identifier. This value can be an identifier from an external identity
100
+ # provider (IdP) that is associated with the group or a unique
101
101
  # attribute. For example, a unique `GroupDisplayName`.
102
102
  #
103
103
  # @note AlternateIdentifier is a union - when making an API calls you must set exactly one of the members.
@@ -143,7 +143,8 @@ module Aws::IdentityStore
143
143
  # @return [String]
144
144
  #
145
145
  # @!attribute [rw] attribute_value
146
- # The value of the attribute.
146
+ # The value of the attribute. This is a `Document` type. This type is
147
+ # not supported by Java V1, Go V1, and older versions of the AWS CLI.
147
148
  # @return [Hash,Array,String,Numeric,Boolean]
148
149
  #
149
150
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/AttributeOperation AWS API Documentation
@@ -231,7 +232,8 @@ module Aws::IdentityStore
231
232
  end
232
233
 
233
234
  # @!attribute [rw] membership_id
234
- # The identifier for a `GroupMembership` in the identity store.
235
+ # The identifier for a newly created `GroupMembership` in an identity
236
+ # store.
235
237
  # @return [String]
236
238
  #
237
239
  # @!attribute [rw] identity_store_id
@@ -353,9 +355,9 @@ module Aws::IdentityStore
353
355
  # @!attribute [rw] user_name
354
356
  # A unique string used to identify the user. The length limit is 128
355
357
  # characters. This value can consist of letters, accented characters,
356
- # symbols, numbers, and punctuation. The characters &lt;&gt;;:% are
357
- # excluded. This value is specified at the time the user is created
358
- # and stored as an attribute of the user object in the identity store.
358
+ # symbols, numbers, and punctuation. This value is specified at the
359
+ # time the user is created and stored as an attribute of the user
360
+ # object in the identity store.
359
361
  # @return [String]
360
362
  #
361
363
  # @!attribute [rw] name
@@ -466,7 +468,7 @@ module Aws::IdentityStore
466
468
  # @return [String]
467
469
  #
468
470
  # @!attribute [rw] membership_id
469
- # The identifier for a `GroupMembership` in the identity store.
471
+ # The identifier for a `GroupMembership` in an identity store.
470
472
  # @return [String]
471
473
  #
472
474
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/DeleteGroupMembershipRequest AWS API Documentation
@@ -553,7 +555,7 @@ module Aws::IdentityStore
553
555
  # @return [String]
554
556
  #
555
557
  # @!attribute [rw] membership_id
556
- # The identifier for a `GroupMembership` in the identity store.
558
+ # The identifier for a `GroupMembership` in an identity store.
557
559
  # @return [String]
558
560
  #
559
561
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/DescribeGroupMembershipRequest AWS API Documentation
@@ -570,7 +572,7 @@ module Aws::IdentityStore
570
572
  # @return [String]
571
573
  #
572
574
  # @!attribute [rw] membership_id
573
- # The identifier for a `GroupMembership` in the identity store.
575
+ # The identifier for a `GroupMembership` in an identity store.
574
576
  # @return [String]
575
577
  #
576
578
  # @!attribute [rw] group_id
@@ -690,11 +692,11 @@ module Aws::IdentityStore
690
692
  end
691
693
 
692
694
  # @!attribute [rw] user_name
693
- # The user’s username value. The length limit is 128 characters. This
694
- # value can consist of letters, accented characters, symbols, numbers,
695
- # and punctuation. The characters `<>;:%` are excluded. This value is
696
- # specified at the time the user is created and stored as an attribute
697
- # of the user object in the identity store.
695
+ # A unique string used to identify the user. The length limit is 128
696
+ # characters. This value can consist of letters, accented characters,
697
+ # symbols, numbers, and punctuation. This value is specified at the
698
+ # time the user is created and stored as an attribute of the user
699
+ # object in the identity store.
698
700
  # @return [String]
699
701
  #
700
702
  # @!attribute [rw] user_id
@@ -802,8 +804,8 @@ module Aws::IdentityStore
802
804
  # @return [String]
803
805
  #
804
806
  # @!attribute [rw] primary
805
- # A boolean representing whether this is the primary email for the
806
- # associated resource.
807
+ # A Boolean value representing whether this is the primary email
808
+ # address for the associated resource.
807
809
  # @return [Boolean]
808
810
  #
809
811
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/Email AWS API Documentation
@@ -900,8 +902,8 @@ module Aws::IdentityStore
900
902
  # @return [String]
901
903
  #
902
904
  # @!attribute [rw] alternate_identifier
903
- # A unique identifier for the group value that is not the group's
904
- # primary identifier. This value can be an identifier from an external
905
+ # A unique identifier for an identity resource that is not the primary
906
+ # identifier. This value can be an identifier from an external
905
907
  # identity provider (IdP) that is associated with the group or a
906
908
  # unique attribute. For example, a unique `GroupDisplayName`.
907
909
  # @return [Types::AlternateIdentifier]
@@ -968,7 +970,7 @@ module Aws::IdentityStore
968
970
  end
969
971
 
970
972
  # @!attribute [rw] membership_id
971
- # The identifier for a `GroupMembership` in the identity store.
973
+ # The identifier for a `GroupMembership` in an identity store.
972
974
  # @return [String]
973
975
  #
974
976
  # @!attribute [rw] identity_store_id
@@ -1006,8 +1008,8 @@ module Aws::IdentityStore
1006
1008
  # @return [String]
1007
1009
  #
1008
1010
  # @!attribute [rw] alternate_identifier
1009
- # Any unique attribute associated with a user that is not the
1010
- # `UserId`.
1011
+ # A unique identifier for an identity resource that is not the primary
1012
+ # identifier.
1011
1013
  # @return [Types::AlternateIdentifier]
1012
1014
  #
1013
1015
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/GetUserIdRequest AWS API Documentation
@@ -1086,7 +1088,7 @@ module Aws::IdentityStore
1086
1088
  # @return [String]
1087
1089
  #
1088
1090
  # @!attribute [rw] membership_id
1089
- # The identifier for a `GroupMembership` object in the identity store.
1091
+ # The identifier for a `GroupMembership` object in an identity store.
1090
1092
  # @return [String]
1091
1093
  #
1092
1094
  # @!attribute [rw] group_id
@@ -1199,7 +1201,7 @@ module Aws::IdentityStore
1199
1201
  end
1200
1202
 
1201
1203
  # @!attribute [rw] results
1202
- # An object containing results of batch `IsMemberInGroups` call.
1204
+ # A list containing the results of membership existence checks.
1203
1205
  # @return [Array<Types::GroupMembershipExistenceResult>]
1204
1206
  #
1205
1207
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/IsMemberInGroupsResponse AWS API Documentation
@@ -1240,7 +1242,7 @@ module Aws::IdentityStore
1240
1242
  # @return [Integer]
1241
1243
  #
1242
1244
  # @!attribute [rw] next_token
1243
- # The pagination token used for the `ListUsers`, `ListGroups` and
1245
+ # The pagination token used for the `ListUsers`, `ListGroups`, and
1244
1246
  # `ListGroupMemberships` API operations. This value is generated by
1245
1247
  # the identity store service. It is returned in the API response if
1246
1248
  # the total results are more than the size of one page. This token is
@@ -1265,7 +1267,7 @@ module Aws::IdentityStore
1265
1267
  # @return [Array<Types::GroupMembership>]
1266
1268
  #
1267
1269
  # @!attribute [rw] next_token
1268
- # The pagination token used for the `ListUsers`, `ListGroups` and
1270
+ # The pagination token used for the `ListUsers`, `ListGroups`, and
1269
1271
  # `ListGroupMemberships` API operations. This value is generated by
1270
1272
  # the identity store service. It is returned in the API response if
1271
1273
  # the total results are more than the size of one page. This token is
@@ -1302,9 +1304,8 @@ module Aws::IdentityStore
1302
1304
  #
1303
1305
  # @!attribute [rw] max_results
1304
1306
  # The maximum number of results to be returned per request. This
1305
- # parameter is used in the `ListUsers` and `ListGroups` requests to
1306
- # specify how many results to return in one page. The length limit is
1307
- # 50 characters.
1307
+ # parameter is used in all `List` requests to specify how many results
1308
+ # to return in one page.
1308
1309
  # @return [Integer]
1309
1310
  #
1310
1311
  # @!attribute [rw] next_token
@@ -1332,7 +1333,7 @@ module Aws::IdentityStore
1332
1333
  # @return [Array<Types::GroupMembership>]
1333
1334
  #
1334
1335
  # @!attribute [rw] next_token
1335
- # The pagination token used for the `ListUsers`, `ListGroups` and
1336
+ # The pagination token used for the `ListUsers`, `ListGroups`, and
1336
1337
  # `ListGroupMemberships` API operations. This value is generated by
1337
1338
  # the identity store service. It is returned in the API response if
1338
1339
  # the total results are more than the size of one page. This token is
@@ -1388,7 +1389,7 @@ module Aws::IdentityStore
1388
1389
  # @return [String]
1389
1390
  #
1390
1391
  # @!attribute [rw] filters
1391
- # A list of `Filter` objects that is used in the `ListUsers` and
1392
+ # A list of `Filter` objects, which is used in the `ListUsers` and
1392
1393
  # `ListGroups` requests.
1393
1394
  # @return [Array<Types::Filter>]
1394
1395
  #
@@ -1463,7 +1464,7 @@ module Aws::IdentityStore
1463
1464
  # @return [String]
1464
1465
  #
1465
1466
  # @!attribute [rw] filters
1466
- # A list of `Filter` objects that is used in the `ListUsers` and
1467
+ # A list of `Filter` objects, which is used in the `ListUsers` and
1467
1468
  # `ListGroups` requests.
1468
1469
  # @return [Array<Types::Filter>]
1469
1470
  #
@@ -1523,7 +1524,7 @@ module Aws::IdentityStore
1523
1524
  class Unknown < MemberId; end
1524
1525
  end
1525
1526
 
1526
- # The name of the user.
1527
+ # The full name of the user.
1527
1528
  #
1528
1529
  # @note When making an API call, you may pass Name
1529
1530
  # data as a hash:
@@ -1596,8 +1597,8 @@ module Aws::IdentityStore
1596
1597
  # @return [String]
1597
1598
  #
1598
1599
  # @!attribute [rw] primary
1599
- # A boolean representing whether this is the primary phone number for
1600
- # the associated resource.
1600
+ # A Boolean value representing whether this is the primary phone
1601
+ # number for the associated resource.
1601
1602
  # @return [Boolean]
1602
1603
  #
1603
1604
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/PhoneNumber AWS API Documentation
@@ -1715,7 +1716,8 @@ module Aws::IdentityStore
1715
1716
  # @return [String]
1716
1717
  #
1717
1718
  # @!attribute [rw] attribute_value
1718
- # The value of the attribute.
1719
+ # The value of the attribute. This is a `Document` type. This type is
1720
+ # not supported by Java V1, Go V1, and older versions of the AWS CLI.
1719
1721
  # @return [Hash,Array,String,Numeric,Boolean]
1720
1722
  #
1721
1723
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/UniqueAttribute AWS API Documentation
@@ -1813,11 +1815,11 @@ module Aws::IdentityStore
1813
1815
  # attributes.
1814
1816
  #
1815
1817
  # @!attribute [rw] user_name
1816
- # The user’s user name value. The length limit is 128 characters. This
1817
- # value can consist of letters, accented characters, symbols, numbers,
1818
- # and punctuation. The characters `<>;:%` are excluded. This value is
1819
- # specified at the time the user is created and stored as an attribute
1820
- # of the user object in the identity store.
1818
+ # A unique string used to identify the user. The length limit is 128
1819
+ # characters. This value can consist of letters, accented characters,
1820
+ # symbols, numbers, and punctuation. This value is specified at the
1821
+ # time the user is created and stored as an attribute of the user
1822
+ # object in the identity store.
1821
1823
  # @return [String]
1822
1824
  #
1823
1825
  # @!attribute [rw] user_id
@@ -1868,7 +1870,7 @@ module Aws::IdentityStore
1868
1870
  #
1869
1871
  # @!attribute [rw] title
1870
1872
  # A string containing the user's title. Possible values depend on
1871
- # each customer's specific needs, so they are left unspecified
1873
+ # each customer's specific needs, so they are left unspecified.
1872
1874
  # @return [String]
1873
1875
  #
1874
1876
  # @!attribute [rw] preferred_language
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-identitystore/customizations'
48
48
  # @!group service
49
49
  module Aws::IdentityStore
50
50
 
51
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.20.0'
52
52
 
53
53
  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.19.0
4
+ version: 1.20.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-08-31 00:00:00.000000000 Z
11
+ date: 2022-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core