aws-sdk-verifiedpermissions 1.8.0 → 1.9.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-verifiedpermissions/client.rb +73 -1
- data/lib/aws-sdk-verifiedpermissions/types.rb +3 -3
- data/lib/aws-sdk-verifiedpermissions.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: 83cad55f6bb678338569f4425ca119c344a28f3f263716d2d74b960b9a5c8f4a
|
|
4
|
+
data.tar.gz: 8c24e7cbc36c6a0e9573d7f5454e9013d63da2d1ea4d397c21ecab0dc45b27bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07f289382374f7d33fc9a1871fd3e2d2608e9d5c18405f7309c2d4ac1a6663acb41825fc5a709f0dc454622d9f52720f5cc4488b34b5dd1ebb8238aab5829f5d
|
|
7
|
+
data.tar.gz: '08f5808dcc4ea525023c8454b964c63c05288c0d757b36b0eb599bb81a131ca748922d240992a693a2563f04559c5c05445b8364ed1c4cf7bf9f501f51871f76'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.9.0
|
|
@@ -432,6 +432,14 @@ module Aws::VerifiedPermissions
|
|
|
432
432
|
#
|
|
433
433
|
# </note>
|
|
434
434
|
#
|
|
435
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
436
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
437
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
438
|
+
# element to be propagate through the service and be visible in the
|
|
439
|
+
# results of other Verified Permissions operations.
|
|
440
|
+
#
|
|
441
|
+
# </note>
|
|
442
|
+
#
|
|
435
443
|
#
|
|
436
444
|
#
|
|
437
445
|
# [1]: https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorizedWithToken.html
|
|
@@ -536,6 +544,14 @@ module Aws::VerifiedPermissions
|
|
|
536
544
|
#
|
|
537
545
|
# </note>
|
|
538
546
|
#
|
|
547
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
548
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
549
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
550
|
+
# element to be propagate through the service and be visible in the
|
|
551
|
+
# results of other Verified Permissions operations.
|
|
552
|
+
#
|
|
553
|
+
# </note>
|
|
554
|
+
#
|
|
539
555
|
# @option params [String] :client_token
|
|
540
556
|
# Specifies a unique, case-sensitive ID that you provide to ensure the
|
|
541
557
|
# idempotency of the request. This lets you safely retry the request
|
|
@@ -631,6 +647,14 @@ module Aws::VerifiedPermissions
|
|
|
631
647
|
#
|
|
632
648
|
# </note>
|
|
633
649
|
#
|
|
650
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
651
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
652
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
653
|
+
# element to be propagate through the service and be visible in the
|
|
654
|
+
# results of other Verified Permissions operations.
|
|
655
|
+
#
|
|
656
|
+
# </note>
|
|
657
|
+
#
|
|
634
658
|
#
|
|
635
659
|
#
|
|
636
660
|
# [1]: https://docs.cedarpolicy.com/schema.html#namespace
|
|
@@ -714,6 +738,14 @@ module Aws::VerifiedPermissions
|
|
|
714
738
|
# template. If the template changes, then any policies that are linked
|
|
715
739
|
# to that template are immediately updated as well.
|
|
716
740
|
#
|
|
741
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
742
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
743
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
744
|
+
# element to be propagate through the service and be visible in the
|
|
745
|
+
# results of other Verified Permissions operations.
|
|
746
|
+
#
|
|
747
|
+
# </note>
|
|
748
|
+
#
|
|
717
749
|
# @option params [String] :client_token
|
|
718
750
|
# Specifies a unique, case-sensitive ID that you provide to ensure the
|
|
719
751
|
# idempotency of the request. This lets you safely retry the request
|
|
@@ -1659,6 +1691,14 @@ module Aws::VerifiedPermissions
|
|
|
1659
1691
|
# schema. If you later update a policy, then it is evaluated against the
|
|
1660
1692
|
# new schema at that time.
|
|
1661
1693
|
#
|
|
1694
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
1695
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
1696
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
1697
|
+
# element to be propagate through the service and be visible in the
|
|
1698
|
+
# results of other Verified Permissions operations.
|
|
1699
|
+
#
|
|
1700
|
+
# </note>
|
|
1701
|
+
#
|
|
1662
1702
|
# @option params [required, String] :policy_store_id
|
|
1663
1703
|
# Specifies the ID of the policy store in which to place the schema.
|
|
1664
1704
|
#
|
|
@@ -1703,6 +1743,14 @@ module Aws::VerifiedPermissions
|
|
|
1703
1743
|
# (IdP) source, or to change the mapping of identities from the IdP to a
|
|
1704
1744
|
# different principal entity type.
|
|
1705
1745
|
#
|
|
1746
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
1747
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
1748
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
1749
|
+
# element to be propagate through the service and be visible in the
|
|
1750
|
+
# results of other Verified Permissions operations.
|
|
1751
|
+
#
|
|
1752
|
+
# </note>
|
|
1753
|
+
#
|
|
1706
1754
|
# @option params [required, String] :policy_store_id
|
|
1707
1755
|
# Specifies the ID of the policy store that contains the identity source
|
|
1708
1756
|
# that you want to update.
|
|
@@ -1797,6 +1845,14 @@ module Aws::VerifiedPermissions
|
|
|
1797
1845
|
#
|
|
1798
1846
|
# </note>
|
|
1799
1847
|
#
|
|
1848
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
1849
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
1850
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
1851
|
+
# element to be propagate through the service and be visible in the
|
|
1852
|
+
# results of other Verified Permissions operations.
|
|
1853
|
+
#
|
|
1854
|
+
# </note>
|
|
1855
|
+
#
|
|
1800
1856
|
#
|
|
1801
1857
|
#
|
|
1802
1858
|
# [1]: https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyInput.html#amazonverifiedpermissions-UpdatePolicy-request-UpdatePolicyDefinition
|
|
@@ -1881,6 +1937,14 @@ module Aws::VerifiedPermissions
|
|
|
1881
1937
|
|
|
1882
1938
|
# Modifies the validation setting for a policy store.
|
|
1883
1939
|
#
|
|
1940
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
1941
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
1942
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
1943
|
+
# element to be propagate through the service and be visible in the
|
|
1944
|
+
# results of other Verified Permissions operations.
|
|
1945
|
+
#
|
|
1946
|
+
# </note>
|
|
1947
|
+
#
|
|
1884
1948
|
# @option params [required, String] :policy_store_id
|
|
1885
1949
|
# Specifies the ID of the policy store that you want to update
|
|
1886
1950
|
#
|
|
@@ -1927,6 +1991,14 @@ module Aws::VerifiedPermissions
|
|
|
1927
1991
|
# reflected in authorization decisions that involve all template-linked
|
|
1928
1992
|
# policies instantiated from this template.
|
|
1929
1993
|
#
|
|
1994
|
+
# <note markdown="1"> Verified Permissions is <i> <a
|
|
1995
|
+
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
1996
|
+
# consistent</a> </i>. It can take a few seconds for a new or changed
|
|
1997
|
+
# element to be propagate through the service and be visible in the
|
|
1998
|
+
# results of other Verified Permissions operations.
|
|
1999
|
+
#
|
|
2000
|
+
# </note>
|
|
2001
|
+
#
|
|
1930
2002
|
#
|
|
1931
2003
|
#
|
|
1932
2004
|
# [1]: https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_UpdatePolicyTemplate.html#amazonverifiedpermissions-UpdatePolicyTemplate-request-policyBody
|
|
@@ -2004,7 +2076,7 @@ module Aws::VerifiedPermissions
|
|
|
2004
2076
|
params: params,
|
|
2005
2077
|
config: config)
|
|
2006
2078
|
context[:gem_name] = 'aws-sdk-verifiedpermissions'
|
|
2007
|
-
context[:gem_version] = '1.
|
|
2079
|
+
context[:gem_version] = '1.9.0'
|
|
2008
2080
|
Seahorse::Client::Request.new(handlers, context)
|
|
2009
2081
|
end
|
|
2010
2082
|
|
|
@@ -814,9 +814,9 @@ module Aws::VerifiedPermissions
|
|
|
814
814
|
# This data type is used as one of the fields in the
|
|
815
815
|
# [EntitiesDefinition][1] structure.
|
|
816
816
|
#
|
|
817
|
-
# `\{ "
|
|
818
|
-
# \}, "
|
|
819
|
-
# "entityId": "alice_folder" \} ] \}`
|
|
817
|
+
# `\{ "identifier": \{ "entityType": "Photo", "entityId":
|
|
818
|
+
# "VacationPhoto94.jpg" \}, "attributes": \{\}, "parents": [ \{
|
|
819
|
+
# "entityType": "Album", "entityId": "alice_folder" \} ] \}`
|
|
820
820
|
#
|
|
821
821
|
#
|
|
822
822
|
#
|
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.9.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-08-
|
|
11
|
+
date: 2023-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|