aws-sdk-verifiedpermissions 1.3.0 → 1.5.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: bef7a233137cbe95eede197edd2da58948c379b2dc02052b2654dc664137be70
4
- data.tar.gz: cb776c176eb48d199c146fd982d32b7dfc8d38a4d289fb07106b0ebf119123b8
3
+ metadata.gz: d471bb91af42393fda134a91c34485d536d916b18c9c36822b6cafeb40a95455
4
+ data.tar.gz: 26bb67d42179ca065ae3e609dcc014b5718e7a2acf36700edd7455bf190dd822
5
5
  SHA512:
6
- metadata.gz: be925507f2781eb6b6b4ec1994e74c6bf509e67a0342b4edb1d05e6b3d019b111a6f22a2005784944b440a44a9606d0e6cdbe7804279904019786ca93a8ce14c
7
- data.tar.gz: 51546a414864a2de885137bc893190379bec27185477bd721f2d4223e9e5470ed40bf514174c961cc111d1a7436c1187ea576879fe5757b03c102173b5c8a356
6
+ metadata.gz: 7cb153b2d4202e1b8f787ebff1a369aff89d5cd45292ebfb6b3a3625041ebda5c72452bc9a9a8a3ee9bda62eeb99828ef97b1d2e26e6aaa8bc9bb62e15fbb1ec
7
+ data.tar.gz: e8dbcb617d88565260aa8c177460662959c76aa14ea69b1cffb48d403785222b266b5a28697e84ae198321f6c5971970dfc8313c9affa71e55898bf0fa1cdc13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2023-06-30)
5
+ ------------------
6
+
7
+ * Feature - This release corrects several broken links in the documentation.
8
+
9
+ 1.4.0 (2023-06-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.3.0 (2023-06-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.5.0
@@ -441,7 +441,7 @@ module Aws::VerifiedPermissions
441
441
  #
442
442
  #
443
443
  #
444
- # [1]: https://wikipedia.org/wiki/Universally_unique_Id
444
+ # [1]: https://wikipedia.org/wiki/Universally_unique_identifier
445
445
  #
446
446
  # @option params [required, String] :policy_store_id
447
447
  # Specifies the ID of the policy store in which you want to store this
@@ -541,7 +541,7 @@ module Aws::VerifiedPermissions
541
541
  #
542
542
  #
543
543
  #
544
- # [1]: https://wikipedia.org/wiki/Universally_unique_Id
544
+ # [1]: https://wikipedia.org/wiki/Universally_unique_identifier
545
545
  #
546
546
  # @option params [required, String] :policy_store_id
547
547
  # Specifies the `PolicyStoreId` of the policy store you want to store
@@ -640,7 +640,7 @@ module Aws::VerifiedPermissions
640
640
  #
641
641
  #
642
642
  #
643
- # [1]: https://wikipedia.org/wiki/Universally_unique_Id
643
+ # [1]: https://wikipedia.org/wiki/Universally_unique_identifier
644
644
  #
645
645
  # @option params [required, Types::ValidationSettings] :validation_settings
646
646
  # Specifies the validation setting for this policy store.
@@ -719,7 +719,7 @@ module Aws::VerifiedPermissions
719
719
  #
720
720
  #
721
721
  #
722
- # [1]: https://wikipedia.org/wiki/Universally_unique_Id
722
+ # [1]: https://wikipedia.org/wiki/Universally_unique_identifier
723
723
  #
724
724
  # @option params [required, String] :policy_store_id
725
725
  # The ID of the policy store in which to create the policy template.
@@ -1936,7 +1936,7 @@ module Aws::VerifiedPermissions
1936
1936
  params: params,
1937
1937
  config: config)
1938
1938
  context[:gem_name] = 'aws-sdk-verifiedpermissions'
1939
- context[:gem_version] = '1.3.0'
1939
+ context[:gem_version] = '1.5.0'
1940
1940
  Seahorse::Client::Request.new(handlers, context)
1941
1941
  end
1942
1942
 
@@ -322,7 +322,7 @@ module Aws::VerifiedPermissions
322
322
  #
323
323
  #
324
324
  #
325
- # [1]: https://wikipedia.org/wiki/Universally_unique_Id
325
+ # [1]: https://wikipedia.org/wiki/Universally_unique_identifier
326
326
  # @return [String]
327
327
  #
328
328
  # @!attribute [rw] policy_store_id
@@ -407,7 +407,7 @@ module Aws::VerifiedPermissions
407
407
  #
408
408
  #
409
409
  #
410
- # [1]: https://wikipedia.org/wiki/Universally_unique_Id
410
+ # [1]: https://wikipedia.org/wiki/Universally_unique_identifier
411
411
  # @return [String]
412
412
  #
413
413
  # @!attribute [rw] policy_store_id
@@ -498,7 +498,7 @@ module Aws::VerifiedPermissions
498
498
  #
499
499
  #
500
500
  #
501
- # [1]: https://wikipedia.org/wiki/Universally_unique_Id
501
+ # [1]: https://wikipedia.org/wiki/Universally_unique_identifier
502
502
  # @return [String]
503
503
  #
504
504
  # @!attribute [rw] validation_settings
@@ -574,7 +574,7 @@ module Aws::VerifiedPermissions
574
574
  #
575
575
  #
576
576
  #
577
- # [1]: https://wikipedia.org/wiki/Universally_unique_Id
577
+ # [1]: https://wikipedia.org/wiki/Universally_unique_identifier
578
578
  # @return [String]
579
579
  #
580
580
  # @!attribute [rw] policy_store_id
@@ -890,8 +890,8 @@ module Aws::VerifiedPermissions
890
890
  #
891
891
  #
892
892
  #
893
- # [1]: https://docs.aws.amazon.com/amazon-verified-permissions/latest/APIReference/API_IsAuthorized.html
894
- # [2]: https://docs.aws.amazon.com/amazon-verified-permissions/latest/APIReference/API_IsAuthorizedWithToken.html
893
+ # [1]: https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorized.html
894
+ # [2]: https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorizedWithToken.html
895
895
  #
896
896
  # @!attribute [rw] error_description
897
897
  # The error description.
@@ -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.3.0'
56
+ GEM_VERSION = '1.5.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.3.0
4
+ version: 1.5.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-06-27 00:00:00.000000000 Z
11
+ date: 2023-06-30 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.174.0
22
+ version: 3.176.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.174.0
32
+ version: 3.176.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement