aws-sdk-verifiedpermissions 1.9.0 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83cad55f6bb678338569f4425ca119c344a28f3f263716d2d74b960b9a5c8f4a
4
- data.tar.gz: 8c24e7cbc36c6a0e9573d7f5454e9013d63da2d1ea4d397c21ecab0dc45b27bc
3
+ metadata.gz: d243dd7badcb9006ac876e69b7a664a3e85583f3952eb6b787170739018eba49
4
+ data.tar.gz: 2faaa751a84ff71988c696f95a46024ebc5f80cc46f264666d7fc7e4b0f236e9
5
5
  SHA512:
6
- metadata.gz: 07f289382374f7d33fc9a1871fd3e2d2608e9d5c18405f7309c2d4ac1a6663acb41825fc5a709f0dc454622d9f52720f5cc4488b34b5dd1ebb8238aab5829f5d
7
- data.tar.gz: '08f5808dcc4ea525023c8454b964c63c05288c0d757b36b0eb599bb81a131ca748922d240992a693a2563f04559c5c05445b8364ed1c4cf7bf9f501f51871f76'
6
+ metadata.gz: c2a0103390b7c4aa0ed0c1e9edda956a63e6bfd1435634aa09d7994df9d74d73a34f7207309de44772de2f1c4adc87c98c02250db124507965f61a520b897ac7
7
+ data.tar.gz: bfd1735ae52992f31ef72c2ea041a2824ef3cffcf820a0e06d0705991c27ab15963b7e806735a1924a48ca8e535d68518de7fc5014a4f9edeea28349ea92b3d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2023-10-19)
5
+ ------------------
6
+
7
+ * Feature - Improving Amazon Verified Permissions Create experience
8
+
9
+ 1.10.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.9.0 (2023-08-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
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
- # reflected in authorization decisions that involve all template-linked
1992
- # policies instantiated from this template.
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.9.0'
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?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
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]
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-verifiedpermissions/customizations'
53
53
  # @!group service
54
54
  module Aws::VerifiedPermissions
55
55
 
56
- GEM_VERSION = '1.9.0'
56
+ GEM_VERSION = '1.11.0'
57
57
 
58
58
  end
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.9.0
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-08-24 00:00:00.000000000 Z
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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement