aws-sdk-panorama 1.55.0 → 1.57.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: 7c4e0e48a875ec9b505031538088962b6a6b0fdfda23206d7f5f9ac9b5ed3429
4
- data.tar.gz: 7b8d1b9f4c04606e0bbb82647f9c8c93656eb16a0facd85eaa14163eb7f1d746
3
+ metadata.gz: 906fcae036678cc40d0b5b16543b5ea5671365c5d2674631d6beb69d65abd0dd
4
+ data.tar.gz: fb3b66d63d2ed65af5a7dda8936ff24e78db7d1c75683fe05b7f1e404285e69f
5
5
  SHA512:
6
- metadata.gz: 6e9084e21686ab40c178d1213ce1e7968278c11f2b4b2298aa0e236c4fa0925e95f97634ffbfb20a9c24f8917a870b6ba80faabad0316685ed710fc3ee55d4fc
7
- data.tar.gz: c2274dad42374c4bd70b0cc4638f1843416a67afe80b31e3f6616f4aa8289adfcdf1920b3aea1476603eaffb6da7214ffb9650ed0e04e1d3d1dc29317dbc5f3d
6
+ metadata.gz: ae3c2790f0e4ff3f617c837c1dd08dcb274470ff62aaa6e4ecd45da8ad82fa1eef9cf8d67b6b2dc45a07d022a17a05bc5194f07487020ec99638e69cd1f1754d
7
+ data.tar.gz: 4d4a0e4e7b689588c6538eded0db489fabd0197189a68e28d739b17524ea2b996df036ddf30f35963f5d702356587879cc76f31a409c5785d1bef58d9b3dd194
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.55.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.0
@@ -199,7 +199,7 @@ module Aws::Panorama
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Panorama
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2154,7 +2152,7 @@ module Aws::Panorama
2154
2152
  tracer: tracer
2155
2153
  )
2156
2154
  context[:gem_name] = 'aws-sdk-panorama'
2157
- context[:gem_version] = '1.55.0'
2155
+ context[:gem_version] = '1.57.0'
2158
2156
  Seahorse::Client::Request.new(handlers, context)
2159
2157
  end
2160
2158
 
@@ -54,7 +54,7 @@ module Aws::Panorama
54
54
  autoload :EndpointProvider, 'aws-sdk-panorama/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-panorama/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.57.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -126,7 +126,7 @@ module Aws
126
126
  {
127
127
  resource_type: ("PACKAGE"),
128
128
  tags: Hash[::String, ::String]
129
- },
129
+ }
130
130
  ],
131
131
  ?node_description: ::String,
132
132
  node_name: ::String,
@@ -170,7 +170,7 @@ module Aws
170
170
  {
171
171
  resource_type: ("PACKAGE"),
172
172
  tags: Hash[::String, ::String]
173
- },
173
+ }
174
174
  ],
175
175
  job_type: ("NODE_PACKAGE_VERSION" | "MARKETPLACE_NODE_PACKAGE_VERSION"),
176
176
  output_config: {
@@ -553,24 +553,8 @@ module Aws
553
553
  ?description: ::String,
554
554
  name: ::String,
555
555
  ?networking_configuration: {
556
- ethernet_0: {
557
- connection_type: ("STATIC_IP" | "DHCP"),
558
- static_ip_connection_info: {
559
- default_gateway: ::String,
560
- dns: Array[::String],
561
- ip_address: ::String,
562
- mask: ::String
563
- }?
564
- }?,
565
- ethernet_1: {
566
- connection_type: ("STATIC_IP" | "DHCP"),
567
- static_ip_connection_info: {
568
- default_gateway: ::String,
569
- dns: Array[::String],
570
- ip_address: ::String,
571
- mask: ::String
572
- }?
573
- }?,
556
+ ethernet_0: Params::ethernet_payload?,
557
+ ethernet_1: Params::ethernet_payload?,
574
558
  ntp: {
575
559
  ntp_servers: Array[::String]
576
560
  }?
@@ -612,7 +596,7 @@ module Aws
612
596
  {
613
597
  node_instance_id: ::String,
614
598
  signal: ("PAUSE" | "RESUME")
615
- },
599
+ }
616
600
  ]
617
601
  ) -> _SignalApplicationInstanceNodeInstancesResponseSuccess
618
602
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SignalApplicationInstanceNodeInstancesResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,23 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Panorama
10
+ module Params
11
+ type ethernet_payload = {
12
+ connection_type: ("STATIC_IP" | "DHCP"),
13
+ static_ip_connection_info: {
14
+ default_gateway: ::String,
15
+ dns: Array[::String],
16
+ ip_address: ::String,
17
+ mask: ::String
18
+ }?
19
+ }
20
+
21
+ end
22
+ end
23
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-panorama
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-panorama/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs