aws-sdk-verifiedpermissions 1.15.0 → 1.17.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-verifiedpermissions/client.rb +61 -30
- data/lib/aws-sdk-verifiedpermissions/client_api.rb +39 -10
- data/lib/aws-sdk-verifiedpermissions/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-verifiedpermissions/types.rb +251 -32
- data/lib/aws-sdk-verifiedpermissions.rb +1 -1
- data/sig/client.rbs +584 -0
- data/sig/errors.rbs +47 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +787 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b52c7f0f2d0fc36365fa7d6a442e98d0b4d8b0871756f162828120591adbb81
|
4
|
+
data.tar.gz: 25bf1e568d51a4c6a0b6fbf9ac69601709e5b7f144361fd65de49aeb3c50a8e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77b942c30fe485927fb5aa5de494fc1778a841541e4ae65cc20f373cbb41543f3788ee20cbc2a86b9efd666a0a99ad6121abdb93a04ccc8f6167dd2b5f6d2032
|
7
|
+
data.tar.gz: e231e37a9348a4156382538ea5bc284ad6a37cc8892f61cdf89d67c11cdfd74ca6a835d3140b73db4863aeb8733107ae502c9a3b7716158b8c06ce6e5d02601d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.17.0 (2024-03-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.
|
8
|
+
|
9
|
+
1.16.0 (2024-01-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.15.0 (2023-12-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.17.0
|
@@ -555,8 +555,8 @@ module Aws::VerifiedPermissions
|
|
555
555
|
# <note markdown="1"> Verified Permissions is <i> <a
|
556
556
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
557
557
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
558
|
-
# element to
|
559
|
-
#
|
558
|
+
# element to propagate through the service and be visible in the results
|
559
|
+
# of other Verified Permissions operations.
|
560
560
|
#
|
561
561
|
# </note>
|
562
562
|
#
|
@@ -576,8 +576,12 @@ module Aws::VerifiedPermissions
|
|
576
576
|
# random one for you.
|
577
577
|
#
|
578
578
|
# If you retry the operation with the same `ClientToken`, but with
|
579
|
-
# different parameters, the retry fails with an
|
580
|
-
#
|
579
|
+
# different parameters, the retry fails with an `ConflictException`
|
580
|
+
# error.
|
581
|
+
#
|
582
|
+
# Verified Permissions recognizes a `ClientToken` for eight hours. After
|
583
|
+
# eight hours, the next request with the same parameters performs the
|
584
|
+
# operation again regardless of the value of `ClientToken`.
|
581
585
|
#
|
582
586
|
# **A suitable default value is auto-generated.** You should normally
|
583
587
|
# not need to pass this option.**
|
@@ -667,8 +671,8 @@ module Aws::VerifiedPermissions
|
|
667
671
|
# <note markdown="1"> Verified Permissions is <i> <a
|
668
672
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
669
673
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
670
|
-
# element to
|
671
|
-
#
|
674
|
+
# element to propagate through the service and be visible in the results
|
675
|
+
# of other Verified Permissions operations.
|
672
676
|
#
|
673
677
|
# </note>
|
674
678
|
#
|
@@ -684,8 +688,12 @@ module Aws::VerifiedPermissions
|
|
684
688
|
# random one for you.
|
685
689
|
#
|
686
690
|
# If you retry the operation with the same `ClientToken`, but with
|
687
|
-
# different parameters, the retry fails with an
|
688
|
-
#
|
691
|
+
# different parameters, the retry fails with an `ConflictException`
|
692
|
+
# error.
|
693
|
+
#
|
694
|
+
# Verified Permissions recognizes a `ClientToken` for eight hours. After
|
695
|
+
# eight hours, the next request with the same parameters performs the
|
696
|
+
# operation again regardless of the value of `ClientToken`.
|
689
697
|
#
|
690
698
|
# **A suitable default value is auto-generated.** You should normally
|
691
699
|
# not need to pass this option.**
|
@@ -770,8 +778,8 @@ module Aws::VerifiedPermissions
|
|
770
778
|
# <note markdown="1"> Verified Permissions is <i> <a
|
771
779
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
772
780
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
773
|
-
# element to
|
774
|
-
#
|
781
|
+
# element to propagate through the service and be visible in the results
|
782
|
+
# of other Verified Permissions operations.
|
775
783
|
#
|
776
784
|
# </note>
|
777
785
|
#
|
@@ -791,8 +799,12 @@ module Aws::VerifiedPermissions
|
|
791
799
|
# random one for you.
|
792
800
|
#
|
793
801
|
# If you retry the operation with the same `ClientToken`, but with
|
794
|
-
# different parameters, the retry fails with an
|
795
|
-
#
|
802
|
+
# different parameters, the retry fails with an `ConflictException`
|
803
|
+
# error.
|
804
|
+
#
|
805
|
+
# Verified Permissions recognizes a `ClientToken` for eight hours. After
|
806
|
+
# eight hours, the next request with the same parameters performs the
|
807
|
+
# operation again regardless of the value of `ClientToken`.
|
796
808
|
#
|
797
809
|
# **A suitable default value is auto-generated.** You should normally
|
798
810
|
# not need to pass this option.**
|
@@ -866,8 +878,8 @@ module Aws::VerifiedPermissions
|
|
866
878
|
# <note markdown="1"> Verified Permissions is <i> <a
|
867
879
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
868
880
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
869
|
-
# element to
|
870
|
-
#
|
881
|
+
# element to propagate through the service and be visible in the results
|
882
|
+
# of other Verified Permissions operations.
|
871
883
|
#
|
872
884
|
# </note>
|
873
885
|
#
|
@@ -883,8 +895,12 @@ module Aws::VerifiedPermissions
|
|
883
895
|
# random one for you.
|
884
896
|
#
|
885
897
|
# If you retry the operation with the same `ClientToken`, but with
|
886
|
-
# different parameters, the retry fails with an
|
887
|
-
#
|
898
|
+
# different parameters, the retry fails with an `ConflictException`
|
899
|
+
# error.
|
900
|
+
#
|
901
|
+
# Verified Permissions recognizes a `ClientToken` for eight hours. After
|
902
|
+
# eight hours, the next request with the same parameters performs the
|
903
|
+
# operation again regardless of the value of `ClientToken`.
|
888
904
|
#
|
889
905
|
# **A suitable default value is auto-generated.** You should normally
|
890
906
|
# not need to pass this option.**
|
@@ -1076,6 +1092,7 @@ module Aws::VerifiedPermissions
|
|
1076
1092
|
# * {Types::GetIdentitySourceOutput#last_updated_date #last_updated_date} => Time
|
1077
1093
|
# * {Types::GetIdentitySourceOutput#policy_store_id #policy_store_id} => String
|
1078
1094
|
# * {Types::GetIdentitySourceOutput#principal_entity_type #principal_entity_type} => String
|
1095
|
+
# * {Types::GetIdentitySourceOutput#configuration #configuration} => Types::ConfigurationDetail
|
1079
1096
|
#
|
1080
1097
|
# @example Request syntax with placeholder values
|
1081
1098
|
#
|
@@ -1096,6 +1113,10 @@ module Aws::VerifiedPermissions
|
|
1096
1113
|
# resp.last_updated_date #=> Time
|
1097
1114
|
# resp.policy_store_id #=> String
|
1098
1115
|
# resp.principal_entity_type #=> String
|
1116
|
+
# resp.configuration.cognito_user_pool_configuration.user_pool_arn #=> String
|
1117
|
+
# resp.configuration.cognito_user_pool_configuration.client_ids #=> Array
|
1118
|
+
# resp.configuration.cognito_user_pool_configuration.client_ids[0] #=> String
|
1119
|
+
# resp.configuration.cognito_user_pool_configuration.issuer #=> String
|
1099
1120
|
#
|
1100
1121
|
# @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/GetIdentitySource AWS API Documentation
|
1101
1122
|
#
|
@@ -1426,13 +1447,19 @@ module Aws::VerifiedPermissions
|
|
1426
1447
|
# Specifies an identity token for the principal to be authorized. This
|
1427
1448
|
# token is provided to you by the identity provider (IdP) associated
|
1428
1449
|
# with the specified identity source. You must specify either an
|
1429
|
-
# `
|
1450
|
+
# `accessToken`, an `identityToken`, or both.
|
1451
|
+
#
|
1452
|
+
# Must be an ID token. Verified Permissions returns an error if the
|
1453
|
+
# `token_use` claim in the submitted token isn't `id`.
|
1430
1454
|
#
|
1431
1455
|
# @option params [String] :access_token
|
1432
1456
|
# Specifies an access token for the principal to be authorized. This
|
1433
1457
|
# token is provided to you by the identity provider (IdP) associated
|
1434
1458
|
# with the specified identity source. You must specify either an
|
1435
|
-
# `
|
1459
|
+
# `accessToken`, an `identityToken`, or both.
|
1460
|
+
#
|
1461
|
+
# Must be an access token. Verified Permissions returns an error if the
|
1462
|
+
# `token_use` claim in the submitted token isn't `access`.
|
1436
1463
|
#
|
1437
1464
|
# @option params [Types::ActionIdentifier] :action
|
1438
1465
|
# Specifies the requested action to be authorized. Is the specified
|
@@ -1592,6 +1619,10 @@ module Aws::VerifiedPermissions
|
|
1592
1619
|
# resp.identity_sources[0].last_updated_date #=> Time
|
1593
1620
|
# resp.identity_sources[0].policy_store_id #=> String
|
1594
1621
|
# resp.identity_sources[0].principal_entity_type #=> String
|
1622
|
+
# resp.identity_sources[0].configuration.cognito_user_pool_configuration.user_pool_arn #=> String
|
1623
|
+
# resp.identity_sources[0].configuration.cognito_user_pool_configuration.client_ids #=> Array
|
1624
|
+
# resp.identity_sources[0].configuration.cognito_user_pool_configuration.client_ids[0] #=> String
|
1625
|
+
# resp.identity_sources[0].configuration.cognito_user_pool_configuration.issuer #=> String
|
1595
1626
|
#
|
1596
1627
|
# @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/ListIdentitySources AWS API Documentation
|
1597
1628
|
#
|
@@ -1826,8 +1857,8 @@ module Aws::VerifiedPermissions
|
|
1826
1857
|
# <note markdown="1"> Verified Permissions is <i> <a
|
1827
1858
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
1828
1859
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
1829
|
-
# element to
|
1830
|
-
#
|
1860
|
+
# element to propagate through the service and be visible in the results
|
1861
|
+
# of other Verified Permissions operations.
|
1831
1862
|
#
|
1832
1863
|
# </note>
|
1833
1864
|
#
|
@@ -1878,8 +1909,8 @@ module Aws::VerifiedPermissions
|
|
1878
1909
|
# <note markdown="1"> Verified Permissions is <i> <a
|
1879
1910
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
1880
1911
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
1881
|
-
# element to
|
1882
|
-
#
|
1912
|
+
# element to propagate through the service and be visible in the results
|
1913
|
+
# of other Verified Permissions operations.
|
1883
1914
|
#
|
1884
1915
|
# </note>
|
1885
1916
|
#
|
@@ -1954,7 +1985,7 @@ module Aws::VerifiedPermissions
|
|
1954
1985
|
# doesn't pass validation, the operation fails and the update isn't
|
1955
1986
|
# stored.
|
1956
1987
|
#
|
1957
|
-
# * When you edit a static policy,
|
1988
|
+
# * When you edit a static policy, you can change only certain elements
|
1958
1989
|
# of a static policy:
|
1959
1990
|
#
|
1960
1991
|
# * The action referenced by the policy.
|
@@ -1980,8 +2011,8 @@ module Aws::VerifiedPermissions
|
|
1980
2011
|
# <note markdown="1"> Verified Permissions is <i> <a
|
1981
2012
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
1982
2013
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
1983
|
-
# element to
|
1984
|
-
#
|
2014
|
+
# element to propagate through the service and be visible in the results
|
2015
|
+
# of other Verified Permissions operations.
|
1985
2016
|
#
|
1986
2017
|
# </note>
|
1987
2018
|
#
|
@@ -2072,8 +2103,8 @@ module Aws::VerifiedPermissions
|
|
2072
2103
|
# <note markdown="1"> Verified Permissions is <i> <a
|
2073
2104
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
2074
2105
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
2075
|
-
# element to
|
2076
|
-
#
|
2106
|
+
# element to propagate through the service and be visible in the results
|
2107
|
+
# of other Verified Permissions operations.
|
2077
2108
|
#
|
2078
2109
|
# </note>
|
2079
2110
|
#
|
@@ -2132,8 +2163,8 @@ module Aws::VerifiedPermissions
|
|
2132
2163
|
# <note markdown="1"> Verified Permissions is <i> <a
|
2133
2164
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
2134
2165
|
# consistent</a> </i>. It can take a few seconds for a new or changed
|
2135
|
-
# element to
|
2136
|
-
#
|
2166
|
+
# element to propagate through the service and be visible in the results
|
2167
|
+
# of other Verified Permissions operations.
|
2137
2168
|
#
|
2138
2169
|
# </note>
|
2139
2170
|
#
|
@@ -2214,7 +2245,7 @@ module Aws::VerifiedPermissions
|
|
2214
2245
|
params: params,
|
2215
2246
|
config: config)
|
2216
2247
|
context[:gem_name] = 'aws-sdk-verifiedpermissions'
|
2217
|
-
context[:gem_version] = '1.
|
2248
|
+
context[:gem_version] = '1.17.0'
|
2218
2249
|
Seahorse::Client::Request.new(handlers, context)
|
2219
2250
|
end
|
2220
2251
|
|
@@ -29,7 +29,11 @@ module Aws::VerifiedPermissions
|
|
29
29
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
30
30
|
ClientIds = Shapes::ListShape.new(name: 'ClientIds')
|
31
31
|
CognitoUserPoolConfiguration = Shapes::StructureShape.new(name: 'CognitoUserPoolConfiguration')
|
32
|
+
CognitoUserPoolConfigurationDetail = Shapes::StructureShape.new(name: 'CognitoUserPoolConfigurationDetail')
|
33
|
+
CognitoUserPoolConfigurationItem = Shapes::StructureShape.new(name: 'CognitoUserPoolConfigurationItem')
|
32
34
|
Configuration = Shapes::UnionShape.new(name: 'Configuration')
|
35
|
+
ConfigurationDetail = Shapes::UnionShape.new(name: 'ConfigurationDetail')
|
36
|
+
ConfigurationItem = Shapes::UnionShape.new(name: 'ConfigurationItem')
|
33
37
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
34
38
|
ContextDefinition = Shapes::UnionShape.new(name: 'ContextDefinition')
|
35
39
|
ContextMap = Shapes::MapShape.new(name: 'ContextMap')
|
@@ -86,6 +90,7 @@ module Aws::VerifiedPermissions
|
|
86
90
|
IsAuthorizedOutput = Shapes::StructureShape.new(name: 'IsAuthorizedOutput')
|
87
91
|
IsAuthorizedWithTokenInput = Shapes::StructureShape.new(name: 'IsAuthorizedWithTokenInput')
|
88
92
|
IsAuthorizedWithTokenOutput = Shapes::StructureShape.new(name: 'IsAuthorizedWithTokenOutput')
|
93
|
+
Issuer = Shapes::StringShape.new(name: 'Issuer')
|
89
94
|
ListIdentitySourcesInput = Shapes::StructureShape.new(name: 'ListIdentitySourcesInput')
|
90
95
|
ListIdentitySourcesMaxResults = Shapes::IntegerShape.new(name: 'ListIdentitySourcesMaxResults')
|
91
96
|
ListIdentitySourcesOutput = Shapes::StructureShape.new(name: 'ListIdentitySourcesOutput')
|
@@ -216,12 +221,34 @@ module Aws::VerifiedPermissions
|
|
216
221
|
CognitoUserPoolConfiguration.add_member(:client_ids, Shapes::ShapeRef.new(shape: ClientIds, location_name: "clientIds"))
|
217
222
|
CognitoUserPoolConfiguration.struct_class = Types::CognitoUserPoolConfiguration
|
218
223
|
|
224
|
+
CognitoUserPoolConfigurationDetail.add_member(:user_pool_arn, Shapes::ShapeRef.new(shape: UserPoolArn, required: true, location_name: "userPoolArn"))
|
225
|
+
CognitoUserPoolConfigurationDetail.add_member(:client_ids, Shapes::ShapeRef.new(shape: ClientIds, required: true, location_name: "clientIds"))
|
226
|
+
CognitoUserPoolConfigurationDetail.add_member(:issuer, Shapes::ShapeRef.new(shape: Issuer, required: true, location_name: "issuer"))
|
227
|
+
CognitoUserPoolConfigurationDetail.struct_class = Types::CognitoUserPoolConfigurationDetail
|
228
|
+
|
229
|
+
CognitoUserPoolConfigurationItem.add_member(:user_pool_arn, Shapes::ShapeRef.new(shape: UserPoolArn, required: true, location_name: "userPoolArn"))
|
230
|
+
CognitoUserPoolConfigurationItem.add_member(:client_ids, Shapes::ShapeRef.new(shape: ClientIds, required: true, location_name: "clientIds"))
|
231
|
+
CognitoUserPoolConfigurationItem.add_member(:issuer, Shapes::ShapeRef.new(shape: Issuer, required: true, location_name: "issuer"))
|
232
|
+
CognitoUserPoolConfigurationItem.struct_class = Types::CognitoUserPoolConfigurationItem
|
233
|
+
|
219
234
|
Configuration.add_member(:cognito_user_pool_configuration, Shapes::ShapeRef.new(shape: CognitoUserPoolConfiguration, location_name: "cognitoUserPoolConfiguration"))
|
220
235
|
Configuration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
221
236
|
Configuration.add_member_subclass(:cognito_user_pool_configuration, Types::Configuration::CognitoUserPoolConfiguration)
|
222
237
|
Configuration.add_member_subclass(:unknown, Types::Configuration::Unknown)
|
223
238
|
Configuration.struct_class = Types::Configuration
|
224
239
|
|
240
|
+
ConfigurationDetail.add_member(:cognito_user_pool_configuration, Shapes::ShapeRef.new(shape: CognitoUserPoolConfigurationDetail, location_name: "cognitoUserPoolConfiguration"))
|
241
|
+
ConfigurationDetail.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
242
|
+
ConfigurationDetail.add_member_subclass(:cognito_user_pool_configuration, Types::ConfigurationDetail::CognitoUserPoolConfiguration)
|
243
|
+
ConfigurationDetail.add_member_subclass(:unknown, Types::ConfigurationDetail::Unknown)
|
244
|
+
ConfigurationDetail.struct_class = Types::ConfigurationDetail
|
245
|
+
|
246
|
+
ConfigurationItem.add_member(:cognito_user_pool_configuration, Shapes::ShapeRef.new(shape: CognitoUserPoolConfigurationItem, location_name: "cognitoUserPoolConfiguration"))
|
247
|
+
ConfigurationItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
248
|
+
ConfigurationItem.add_member_subclass(:cognito_user_pool_configuration, Types::ConfigurationItem::CognitoUserPoolConfiguration)
|
249
|
+
ConfigurationItem.add_member_subclass(:unknown, Types::ConfigurationItem::Unknown)
|
250
|
+
ConfigurationItem.struct_class = Types::ConfigurationItem
|
251
|
+
|
225
252
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
226
253
|
ConflictException.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceConflictList, required: true, location_name: "resources"))
|
227
254
|
ConflictException.struct_class = Types::ConflictException
|
@@ -350,11 +377,12 @@ module Aws::VerifiedPermissions
|
|
350
377
|
GetIdentitySourceInput.struct_class = Types::GetIdentitySourceInput
|
351
378
|
|
352
379
|
GetIdentitySourceOutput.add_member(:created_date, Shapes::ShapeRef.new(shape: TimestampFormat, required: true, location_name: "createdDate"))
|
353
|
-
GetIdentitySourceOutput.add_member(:details, Shapes::ShapeRef.new(shape: IdentitySourceDetails,
|
380
|
+
GetIdentitySourceOutput.add_member(:details, Shapes::ShapeRef.new(shape: IdentitySourceDetails, deprecated: true, location_name: "details", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration.cognitoUserPoolConfiguration"}))
|
354
381
|
GetIdentitySourceOutput.add_member(:identity_source_id, Shapes::ShapeRef.new(shape: IdentitySourceId, required: true, location_name: "identitySourceId"))
|
355
382
|
GetIdentitySourceOutput.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: TimestampFormat, required: true, location_name: "lastUpdatedDate"))
|
356
383
|
GetIdentitySourceOutput.add_member(:policy_store_id, Shapes::ShapeRef.new(shape: PolicyStoreId, required: true, location_name: "policyStoreId"))
|
357
384
|
GetIdentitySourceOutput.add_member(:principal_entity_type, Shapes::ShapeRef.new(shape: PrincipalEntityType, required: true, location_name: "principalEntityType"))
|
385
|
+
GetIdentitySourceOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationDetail, location_name: "configuration"))
|
358
386
|
GetIdentitySourceOutput.struct_class = Types::GetIdentitySourceOutput
|
359
387
|
|
360
388
|
GetPolicyInput.add_member(:policy_store_id, Shapes::ShapeRef.new(shape: PolicyStoreId, required: true, location_name: "policyStoreId"))
|
@@ -404,10 +432,10 @@ module Aws::VerifiedPermissions
|
|
404
432
|
GetSchemaOutput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespaceList, location_name: "namespaces"))
|
405
433
|
GetSchemaOutput.struct_class = Types::GetSchemaOutput
|
406
434
|
|
407
|
-
IdentitySourceDetails.add_member(:client_ids, Shapes::ShapeRef.new(shape: ClientIds, location_name: "clientIds"))
|
408
|
-
IdentitySourceDetails.add_member(:user_pool_arn, Shapes::ShapeRef.new(shape: UserPoolArn, location_name: "userPoolArn"))
|
409
|
-
IdentitySourceDetails.add_member(:discovery_url, Shapes::ShapeRef.new(shape: DiscoveryUrl, location_name: "discoveryUrl"))
|
410
|
-
IdentitySourceDetails.add_member(:open_id_issuer, Shapes::ShapeRef.new(shape: OpenIdIssuer, location_name: "openIdIssuer"))
|
435
|
+
IdentitySourceDetails.add_member(:client_ids, Shapes::ShapeRef.new(shape: ClientIds, deprecated: true, location_name: "clientIds", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds"}))
|
436
|
+
IdentitySourceDetails.add_member(:user_pool_arn, Shapes::ShapeRef.new(shape: UserPoolArn, deprecated: true, location_name: "userPoolArn", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn"}))
|
437
|
+
IdentitySourceDetails.add_member(:discovery_url, Shapes::ShapeRef.new(shape: DiscoveryUrl, deprecated: true, location_name: "discoveryUrl", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuer"}))
|
438
|
+
IdentitySourceDetails.add_member(:open_id_issuer, Shapes::ShapeRef.new(shape: OpenIdIssuer, deprecated: true, location_name: "openIdIssuer", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration"}))
|
411
439
|
IdentitySourceDetails.struct_class = Types::IdentitySourceDetails
|
412
440
|
|
413
441
|
IdentitySourceFilter.add_member(:principal_entity_type, Shapes::ShapeRef.new(shape: PrincipalEntityType, location_name: "principalEntityType"))
|
@@ -416,17 +444,18 @@ module Aws::VerifiedPermissions
|
|
416
444
|
IdentitySourceFilters.member = Shapes::ShapeRef.new(shape: IdentitySourceFilter)
|
417
445
|
|
418
446
|
IdentitySourceItem.add_member(:created_date, Shapes::ShapeRef.new(shape: TimestampFormat, required: true, location_name: "createdDate"))
|
419
|
-
IdentitySourceItem.add_member(:details, Shapes::ShapeRef.new(shape: IdentitySourceItemDetails,
|
447
|
+
IdentitySourceItem.add_member(:details, Shapes::ShapeRef.new(shape: IdentitySourceItemDetails, deprecated: true, location_name: "details", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration.cognitoUserPoolConfiguration"}))
|
420
448
|
IdentitySourceItem.add_member(:identity_source_id, Shapes::ShapeRef.new(shape: IdentitySourceId, required: true, location_name: "identitySourceId"))
|
421
449
|
IdentitySourceItem.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: TimestampFormat, required: true, location_name: "lastUpdatedDate"))
|
422
450
|
IdentitySourceItem.add_member(:policy_store_id, Shapes::ShapeRef.new(shape: PolicyStoreId, required: true, location_name: "policyStoreId"))
|
423
451
|
IdentitySourceItem.add_member(:principal_entity_type, Shapes::ShapeRef.new(shape: PrincipalEntityType, required: true, location_name: "principalEntityType"))
|
452
|
+
IdentitySourceItem.add_member(:configuration, Shapes::ShapeRef.new(shape: ConfigurationItem, location_name: "configuration"))
|
424
453
|
IdentitySourceItem.struct_class = Types::IdentitySourceItem
|
425
454
|
|
426
|
-
IdentitySourceItemDetails.add_member(:client_ids, Shapes::ShapeRef.new(shape: ClientIds, location_name: "clientIds"))
|
427
|
-
IdentitySourceItemDetails.add_member(:user_pool_arn, Shapes::ShapeRef.new(shape: UserPoolArn, location_name: "userPoolArn"))
|
428
|
-
IdentitySourceItemDetails.add_member(:discovery_url, Shapes::ShapeRef.new(shape: DiscoveryUrl, location_name: "discoveryUrl"))
|
429
|
-
IdentitySourceItemDetails.add_member(:open_id_issuer, Shapes::ShapeRef.new(shape: OpenIdIssuer, location_name: "openIdIssuer"))
|
455
|
+
IdentitySourceItemDetails.add_member(:client_ids, Shapes::ShapeRef.new(shape: ClientIds, deprecated: true, location_name: "clientIds", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds"}))
|
456
|
+
IdentitySourceItemDetails.add_member(:user_pool_arn, Shapes::ShapeRef.new(shape: UserPoolArn, deprecated: true, location_name: "userPoolArn", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.userPoolArn"}))
|
457
|
+
IdentitySourceItemDetails.add_member(:discovery_url, Shapes::ShapeRef.new(shape: DiscoveryUrl, deprecated: true, location_name: "discoveryUrl", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration.cognitoUserPoolConfiguration.issuer"}))
|
458
|
+
IdentitySourceItemDetails.add_member(:open_id_issuer, Shapes::ShapeRef.new(shape: OpenIdIssuer, deprecated: true, location_name: "openIdIssuer", metadata: {"deprecatedMessage"=>"This attribute has been replaced by configuration"}))
|
430
459
|
IdentitySourceItemDetails.struct_class = Types::IdentitySourceItemDetails
|
431
460
|
|
432
461
|
IdentitySources.member = Shapes::ShapeRef.new(shape: IdentitySourceItem)
|
@@ -14,6 +14,7 @@ module Aws::VerifiedPermissions
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::VerifiedPermissions::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|