aws-sdk-verifiedpermissions 1.10.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: f9adf56fed10cfe0d76d492cda22394d84c90eeaeabfa245cb2ade65820a768e
4
- data.tar.gz: 0edb7f147ff11cd919576fd995f279caa47644ea95dd58c2d2494981029b1ad6
3
+ metadata.gz: d243dd7badcb9006ac876e69b7a664a3e85583f3952eb6b787170739018eba49
4
+ data.tar.gz: 2faaa751a84ff71988c696f95a46024ebc5f80cc46f264666d7fc7e4b0f236e9
5
5
  SHA512:
6
- metadata.gz: 40de7ee70b9e47b89acc90292f00569f554ff49d1f77dc9f593315242c08131fd05cd2adac0c52d7c76b6031fad7ec9d38fad0d45f59bbfdfe0008cd34394fa3
7
- data.tar.gz: 969aa107505301760df53b082bd5909608b245940279db6dffc540b718c3ac5104165e99ad47cf89db0ae6dc132eb2fd04062bd19ffc36e66825bae1933cd193
6
+ metadata.gz: c2a0103390b7c4aa0ed0c1e9edda956a63e6bfd1435634aa09d7994df9d74d73a34f7207309de44772de2f1c4adc87c98c02250db124507965f61a520b897ac7
7
+ data.tar.gz: bfd1735ae52992f31ef72c2ea041a2824ef3cffcf820a0e06d0705991c27ab15963b7e806735a1924a48ca8e535d68518de7fc5014a4f9edeea28349ea92b3d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.10.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.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.10.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.10.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.10.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-09-27 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