aws-sdk-accessanalyzer 1.59.0 → 1.60.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-accessanalyzer/client.rb +1 -3
- data/lib/aws-sdk-accessanalyzer.rb +3 -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: f57bc748e854d3d026b88f88b8d6e0cddd671876d50600e2dcc38768a03748bc
|
|
4
|
+
data.tar.gz: 3cc2a05e32da570625257cdcfacf93df19a5b0fe30829331fbb1743aba86a0d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b94c9e14303057c47ea6faf755b7df140a12a0c5eaa8ebd86e024665ea2919faffb5cad899016781065c9d492904254d42dd29d40949c4da34c7bd3dec75e009
|
|
7
|
+
data.tar.gz: 0b9ef6767eb34f67f88de0c974b221cd4bfbe100258473946d4611c1734dc5bd468cc60d5478f3bb699a206c38c33fab13b616c8c1a6ea7d39b3192a492e6cfa
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:accessanalyzer)
|
|
40
|
-
|
|
41
39
|
module Aws::AccessAnalyzer
|
|
42
40
|
# An API client for AccessAnalyzer. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -2665,7 +2663,7 @@ module Aws::AccessAnalyzer
|
|
|
2665
2663
|
tracer: tracer
|
|
2666
2664
|
)
|
|
2667
2665
|
context[:gem_name] = 'aws-sdk-accessanalyzer'
|
|
2668
|
-
context[:gem_version] = '1.
|
|
2666
|
+
context[:gem_version] = '1.60.0'
|
|
2669
2667
|
Seahorse::Client::Request.new(handlers, context)
|
|
2670
2668
|
end
|
|
2671
2669
|
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:accessanalyzer)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Access Analyzer. This module is available in the
|
|
15
17
|
# `aws-sdk-accessanalyzer` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::AccessAnalyzer
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-accessanalyzer/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-accessanalyzer/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.60.0'
|
|
56
58
|
|
|
57
59
|
end
|
|
58
60
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-accessanalyzer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.60.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: 2024-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|