aws-sdk-verifiedpermissions 1.4.0 → 1.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f715296207bbbc800ce90c6bc41164e2b3f43c373ba8b917f75225244bbc01a1
4
- data.tar.gz: c935c8e8620ad2563a71f97f5fe93a9528f456aa4631518bc87ef1222817dabb
3
+ metadata.gz: d471bb91af42393fda134a91c34485d536d916b18c9c36822b6cafeb40a95455
4
+ data.tar.gz: 26bb67d42179ca065ae3e609dcc014b5718e7a2acf36700edd7455bf190dd822
5
5
  SHA512:
6
- metadata.gz: 4d18c8f4181eb21187463c1ba7f344aee9c74afe7c8a8505a08abfe0efc598dc4206ea124d38754a6c59af7f6c74bd351b63a199c0e2379b63c6b536227c4af0
7
- data.tar.gz: d739d88a6f0856b2c9f8059e57ccb5517c5ea61309767ef2e36db2be5fe9b8b252bb16d84d41fcc368a7e5f0e5a86542054b04eeebde2cc43dece6c3a32281c5
6
+ metadata.gz: 7cb153b2d4202e1b8f787ebff1a369aff89d5cd45292ebfb6b3a3625041ebda5c72452bc9a9a8a3ee9bda62eeb99828ef97b1d2e26e6aaa8bc9bb62e15fbb1ec
7
+ data.tar.gz: e8dbcb617d88565260aa8c177460662959c76aa14ea69b1cffb48d403785222b266b5a28697e84ae198321f6c5971970dfc8313c9affa71e55898bf0fa1cdc13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.4.0 (2023-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.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.4.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.4.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.4.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-28 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