aws-sdk-verifiedpermissions 1.10.0 → 1.11.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 +5 -4
- data/lib/aws-sdk-verifiedpermissions/client_api.rb +4 -0
- data/lib/aws-sdk-verifiedpermissions/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-verifiedpermissions/types.rb +6 -6
- 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: d243dd7badcb9006ac876e69b7a664a3e85583f3952eb6b787170739018eba49
|
|
4
|
+
data.tar.gz: 2faaa751a84ff71988c696f95a46024ebc5f80cc46f264666d7fc7e4b0f236e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2a0103390b7c4aa0ed0c1e9edda956a63e6bfd1435634aa09d7994df9d74d73a34f7207309de44772de2f1c4adc87c98c02250db124507965f61a520b897ac7
|
|
7
|
+
data.tar.gz: bfd1735ae52992f31ef72c2ea041a2824ef3cffcf820a0e06d0705991c27ab15963b7e806735a1924a48ca8e535d68518de7fc5014a4f9edeea28349ea92b3d2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.11.0
|
|
@@ -657,7 +657,7 @@ module Aws::VerifiedPermissions
|
|
|
657
657
|
#
|
|
658
658
|
#
|
|
659
659
|
#
|
|
660
|
-
# [1]: https://docs.cedarpolicy.com/schema.html#namespace
|
|
660
|
+
# [1]: https://docs.cedarpolicy.com/schema/schema.html#namespace
|
|
661
661
|
#
|
|
662
662
|
# @option params [String] :client_token
|
|
663
663
|
# Specifies a unique, case-sensitive ID that you provide to ensure the
|
|
@@ -1988,8 +1988,9 @@ module Aws::VerifiedPermissions
|
|
|
1988
1988
|
# description and the some elements of the [policyBody][1].
|
|
1989
1989
|
#
|
|
1990
1990
|
# Changes you make to the policy template content are immediately
|
|
1991
|
-
#
|
|
1992
|
-
#
|
|
1991
|
+
# (within the constraints of eventual consistency) reflected in
|
|
1992
|
+
# authorization decisions that involve all template-linked policies
|
|
1993
|
+
# instantiated from this template.
|
|
1993
1994
|
#
|
|
1994
1995
|
# <note markdown="1"> Verified Permissions is <i> <a
|
|
1995
1996
|
# href="https://wikipedia.org/wiki/Eventual_consistency">eventually
|
|
@@ -2076,7 +2077,7 @@ module Aws::VerifiedPermissions
|
|
|
2076
2077
|
params: params,
|
|
2077
2078
|
config: config)
|
|
2078
2079
|
context[:gem_name] = 'aws-sdk-verifiedpermissions'
|
|
2079
|
-
context[:gem_version] = '1.
|
|
2080
|
+
context[:gem_version] = '1.11.0'
|
|
2080
2081
|
Seahorse::Client::Request.new(handlers, context)
|
|
2081
2082
|
end
|
|
2082
2083
|
|
|
@@ -704,6 +704,7 @@ module Aws::VerifiedPermissions
|
|
|
704
704
|
o.output = Shapes::ShapeRef.new(shape: CreateIdentitySourceOutput)
|
|
705
705
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
706
706
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
707
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
707
708
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
708
709
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
709
710
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
@@ -718,6 +719,7 @@ module Aws::VerifiedPermissions
|
|
|
718
719
|
o.output = Shapes::ShapeRef.new(shape: CreatePolicyOutput)
|
|
719
720
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
720
721
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
722
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
721
723
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
722
724
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
723
725
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
@@ -732,6 +734,7 @@ module Aws::VerifiedPermissions
|
|
|
732
734
|
o.output = Shapes::ShapeRef.new(shape: CreatePolicyStoreOutput)
|
|
733
735
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
734
736
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
737
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
735
738
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
736
739
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
737
740
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
@@ -745,6 +748,7 @@ module Aws::VerifiedPermissions
|
|
|
745
748
|
o.output = Shapes::ShapeRef.new(shape: CreatePolicyTemplateOutput)
|
|
746
749
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
747
750
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
751
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
748
752
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
749
753
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
750
754
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
@@ -32,7 +32,7 @@ module Aws::VerifiedPermissions
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://verifiedpermissions-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
|
@@ -77,7 +77,7 @@ module Aws::VerifiedPermissions
|
|
|
77
77
|
#
|
|
78
78
|
#
|
|
79
79
|
#
|
|
80
|
-
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#boolean
|
|
80
|
+
# [1]: https://docs.cedarpolicy.com/policies/syntax-datatypes.html#boolean
|
|
81
81
|
# @return [Boolean]
|
|
82
82
|
#
|
|
83
83
|
# @!attribute [rw] entity_identifier
|
|
@@ -98,7 +98,7 @@ module Aws::VerifiedPermissions
|
|
|
98
98
|
#
|
|
99
99
|
#
|
|
100
100
|
#
|
|
101
|
-
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#long
|
|
101
|
+
# [1]: https://docs.cedarpolicy.com/policies/syntax-datatypes.html#long
|
|
102
102
|
# @return [Integer]
|
|
103
103
|
#
|
|
104
104
|
# @!attribute [rw] string
|
|
@@ -108,7 +108,7 @@ module Aws::VerifiedPermissions
|
|
|
108
108
|
#
|
|
109
109
|
#
|
|
110
110
|
#
|
|
111
|
-
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#string
|
|
111
|
+
# [1]: https://docs.cedarpolicy.com/policies/syntax-datatypes.html#string
|
|
112
112
|
# @return [String]
|
|
113
113
|
#
|
|
114
114
|
# @!attribute [rw] set
|
|
@@ -118,7 +118,7 @@ module Aws::VerifiedPermissions
|
|
|
118
118
|
#
|
|
119
119
|
#
|
|
120
120
|
#
|
|
121
|
-
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#set
|
|
121
|
+
# [1]: https://docs.cedarpolicy.com/policies/syntax-datatypes.html#set
|
|
122
122
|
# @return [Array<Types::AttributeValue>]
|
|
123
123
|
#
|
|
124
124
|
# @!attribute [rw] record
|
|
@@ -128,7 +128,7 @@ module Aws::VerifiedPermissions
|
|
|
128
128
|
#
|
|
129
129
|
#
|
|
130
130
|
#
|
|
131
|
-
# [1]: https://docs.cedarpolicy.com/syntax-datatypes.html#record
|
|
131
|
+
# [1]: https://docs.cedarpolicy.com/policies/syntax-datatypes.html#record
|
|
132
132
|
# @return [Hash<String,Types::AttributeValue>]
|
|
133
133
|
#
|
|
134
134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/verifiedpermissions-2021-12-01/AttributeValue AWS API Documentation
|
|
@@ -2913,7 +2913,7 @@ module Aws::VerifiedPermissions
|
|
|
2913
2913
|
#
|
|
2914
2914
|
#
|
|
2915
2915
|
#
|
|
2916
|
-
# [1]: https://docs.cedarpolicy.com/syntax-operators.html#has-presence-of-attribute-test
|
|
2916
|
+
# [1]: https://docs.cedarpolicy.com/policies/syntax-operators.html#has-presence-of-attribute-test
|
|
2917
2917
|
#
|
|
2918
2918
|
# @!attribute [rw] message
|
|
2919
2919
|
# @return [String]
|
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.11.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-
|
|
11
|
+
date: 2023-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|