aws-sdk-panorama 1.28.0 → 1.29.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-panorama/client.rb +1 -1
- data/lib/aws-sdk-panorama/types.rb +2 -2
- data/lib/aws-sdk-panorama.rb +1 -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: 36f2ff716ad7e4a4ebff4a6b6f7d4dedeb3d3954b74a72cc11b633ee1ebaf8a2
|
4
|
+
data.tar.gz: c1591e86b1ae63b1b81f62aee4908fe98397d23d951a0fec2e1c3e5802e1b1bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b8fb8b1980e2aae93cdb2a6ed2180c87fd522d8e17a689604cfbb0bdab37594456e9eb67d2a76d819e49a626d65a7c64df3174ffe11103bd40b9dc0883ae0d3
|
7
|
+
data.tar.gz: f190117f9da9509eefbc1ca2d62a9c98b3caf3f6d0701f9101eac977ad795b579c077259eb57ad14b220d7b60066fbd9e99ecd21bbb15e87d6ec33410d9af24f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.29.0
|
@@ -2098,7 +2098,7 @@ module Aws::Panorama
|
|
2098
2098
|
params: params,
|
2099
2099
|
config: config)
|
2100
2100
|
context[:gem_name] = 'aws-sdk-panorama'
|
2101
|
-
context[:gem_version] = '1.
|
2101
|
+
context[:gem_version] = '1.29.0'
|
2102
2102
|
Seahorse::Client::Request.new(handlers, context)
|
2103
2103
|
end
|
2104
2104
|
|
@@ -290,7 +290,7 @@ module Aws::Panorama
|
|
290
290
|
:output_package_version,
|
291
291
|
:template_parameters,
|
292
292
|
:template_type)
|
293
|
-
SENSITIVE = []
|
293
|
+
SENSITIVE = [:template_parameters]
|
294
294
|
include Aws::Structure
|
295
295
|
end
|
296
296
|
|
@@ -885,7 +885,7 @@ module Aws::Panorama
|
|
885
885
|
:status_message,
|
886
886
|
:template_parameters,
|
887
887
|
:template_type)
|
888
|
-
SENSITIVE = []
|
888
|
+
SENSITIVE = [:template_parameters]
|
889
889
|
include Aws::Structure
|
890
890
|
end
|
891
891
|
|
data/lib/aws-sdk-panorama.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-panorama
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.29.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-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|