aws-sdk-verifiedpermissions 1.34.0 → 1.35.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-verifiedpermissions/client.rb +1132 -12
- data/lib/aws-sdk-verifiedpermissions/client_api.rb +1 -0
- data/lib/aws-sdk-verifiedpermissions/types.rb +9 -14
- data/lib/aws-sdk-verifiedpermissions.rb +1 -1
- metadata +4 -4
@@ -3225,9 +3225,9 @@ module Aws::VerifiedPermissions
|
|
3225
3225
|
# @!attribute [rw] policy_type
|
3226
3226
|
# The type of the policy. This is one of the following values:
|
3227
3227
|
#
|
3228
|
-
# * `
|
3228
|
+
# * `STATIC`
|
3229
3229
|
#
|
3230
|
-
# * `
|
3230
|
+
# * `TEMPLATE_LINKED`
|
3231
3231
|
# @return [String]
|
3232
3232
|
#
|
3233
3233
|
# @!attribute [rw] principal
|
@@ -3462,12 +3462,14 @@ module Aws::VerifiedPermissions
|
|
3462
3462
|
#
|
3463
3463
|
# @!attribute [rw] cedar_json
|
3464
3464
|
# A JSON string representation of the schema supported by applications
|
3465
|
-
# that use this policy store.
|
3466
|
-
#
|
3465
|
+
# that use this policy store. To delete the schema, run [PutSchema][1]
|
3466
|
+
# with `\{\}` for this parameter. For more information, see [Policy
|
3467
|
+
# store schema][2] in the *Amazon Verified Permissions User Guide*.
|
3467
3468
|
#
|
3468
3469
|
#
|
3469
3470
|
#
|
3470
|
-
# [1]: https://docs.aws.amazon.com/verifiedpermissions/latest/
|
3471
|
+
# [1]: https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_PutSchema.html
|
3472
|
+
# [2]: https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html
|
3471
3473
|
# @return [String]
|
3472
3474
|
#
|
3473
3475
|
# @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/SchemaDefinition AWS API Documentation
|
@@ -3498,7 +3500,7 @@ module Aws::VerifiedPermissions
|
|
3498
3500
|
# @return [String]
|
3499
3501
|
#
|
3500
3502
|
# @!attribute [rw] service_code
|
3501
|
-
# The code for the Amazon Web
|
3503
|
+
# The code for the Amazon Web Services service that owns the quota.
|
3502
3504
|
# @return [String]
|
3503
3505
|
#
|
3504
3506
|
# @!attribute [rw] quota_code
|
@@ -3701,7 +3703,7 @@ module Aws::VerifiedPermissions
|
|
3701
3703
|
# @return [String]
|
3702
3704
|
#
|
3703
3705
|
# @!attribute [rw] service_code
|
3704
|
-
# The code for the Amazon Web
|
3706
|
+
# The code for the Amazon Web Services service that owns the quota.
|
3705
3707
|
# @return [String]
|
3706
3708
|
#
|
3707
3709
|
# @!attribute [rw] quota_code
|
@@ -3811,13 +3813,6 @@ module Aws::VerifiedPermissions
|
|
3811
3813
|
# @!attribute [rw] update_configuration
|
3812
3814
|
# Specifies the details required to communicate with the identity
|
3813
3815
|
# provider (IdP) associated with this identity source.
|
3814
|
-
#
|
3815
|
-
# <note markdown="1"> At this time, the only valid member of this structure is a Amazon
|
3816
|
-
# Cognito user pool configuration.
|
3817
|
-
#
|
3818
|
-
# You must specify a `userPoolArn`, and optionally, a `ClientId`.
|
3819
|
-
#
|
3820
|
-
# </note>
|
3821
3816
|
# @return [Types::UpdateConfiguration]
|
3822
3817
|
#
|
3823
3818
|
# @!attribute [rw] principal_entity_type
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-verifiedpermissions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.35.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: 2024-09-
|
11
|
+
date: 2024-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for Amazon Verified Permissions. This gem is part
|
48
48
|
of the AWS SDK for Ruby.
|
49
49
|
email:
|