aws-sdk-globalaccelerator 1.91.0 → 1.92.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: 19211d7c3301baf73c71537ac9f16137c48b5f07f6630d40ee566508839210b5
4
- data.tar.gz: 437f9288c47792e0144138386e4dd6bcf308113c488d1b62c7ad4b8a83a7b10e
3
+ metadata.gz: 81a957a8e0c9a53c63602d4e8f9246f8f2f90c6c5c0de04812155e55745fdbb1
4
+ data.tar.gz: dc7302bb1d24395b93dfa6950193e28e1069a549dbbb7c315687ca8041c24b56
5
5
  SHA512:
6
- metadata.gz: ff888ec36aebdf925b4850f34d5f23a70b125f31900795b0df035dbd1e4c634e282573482389e4e645a427dbcfc15ce1c18b106dc3937c150e87f12acf68db11
7
- data.tar.gz: 0707b03433343f52da71059556cd0e541d5a5998c4ff1310559f2ea0223fc84d75533450131a626935a4d2a4a786f8c9cfcbc2c5a258e541134f44a9ca05f216
6
+ metadata.gz: 79795bbb23e30854666216dbba600aac2403b129ce9cc98bc51f65a931da8654715a1b8137b7489042594f80a196c18b83a6521575676ddd4e16a0929b67a6cf
7
+ data.tar.gz: 0415d6cfe53fadbcf64db6354ef87a6e09170d1f5dcd124ca1d28969b65e555cd10b5860ff3c4bf9538d6032a44e452730273f2b69ea299216b43aca9df39a9f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.91.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -3677,7 +3677,7 @@ module Aws::GlobalAccelerator
3677
3677
  tracer: tracer
3678
3678
  )
3679
3679
  context[:gem_name] = 'aws-sdk-globalaccelerator'
3680
- context[:gem_version] = '1.91.0'
3680
+ context[:gem_version] = '1.92.0'
3681
3681
  Seahorse::Client::Request.new(handlers, context)
3682
3682
  end
3683
3683
 
@@ -54,7 +54,7 @@ module Aws::GlobalAccelerator
54
54
  autoload :EndpointProvider, 'aws-sdk-globalaccelerator/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-globalaccelerator/endpoints'
56
56
 
57
- GEM_VERSION = '1.91.0'
57
+ GEM_VERSION = '1.92.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -90,7 +90,7 @@ module Aws
90
90
  {
91
91
  endpoint_id: ::String?,
92
92
  attachment_arn: ::String?
93
- },
93
+ }
94
94
  ],
95
95
  endpoint_group_arn: ::String
96
96
  ) -> _AddCustomRoutingEndpointsResponseSuccess
@@ -109,7 +109,7 @@ module Aws
109
109
  weight: ::Integer?,
110
110
  client_ip_preservation_enabled: bool?,
111
111
  attachment_arn: ::String?
112
- },
112
+ }
113
113
  ],
114
114
  endpoint_group_arn: ::String
115
115
  ) -> _AddEndpointsResponseSuccess
@@ -150,7 +150,7 @@ module Aws
150
150
  {
151
151
  key: ::String,
152
152
  value: ::String
153
- },
153
+ }
154
154
  ]
155
155
  ) -> _CreateAcceleratorResponseSuccess
156
156
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAcceleratorResponseSuccess
@@ -168,14 +168,14 @@ module Aws
168
168
  endpoint_id: ::String?,
169
169
  cidr: ::String?,
170
170
  region: ::String?
171
- },
171
+ }
172
172
  ],
173
173
  idempotency_token: ::String,
174
174
  ?tags: Array[
175
175
  {
176
176
  key: ::String,
177
177
  value: ::String
178
- },
178
+ }
179
179
  ]
180
180
  ) -> _CreateCrossAccountAttachmentResponseSuccess
181
181
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCrossAccountAttachmentResponseSuccess
@@ -195,7 +195,7 @@ module Aws
195
195
  {
196
196
  key: ::String,
197
197
  value: ::String
198
- },
198
+ }
199
199
  ]
200
200
  ) -> _CreateCustomRoutingAcceleratorResponseSuccess
201
201
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCustomRoutingAcceleratorResponseSuccess
@@ -213,7 +213,7 @@ module Aws
213
213
  from_port: ::Integer,
214
214
  to_port: ::Integer,
215
215
  protocols: Array[("TCP" | "UDP")]
216
- },
216
+ }
217
217
  ],
218
218
  idempotency_token: ::String
219
219
  ) -> _CreateCustomRoutingEndpointGroupResponseSuccess
@@ -230,7 +230,7 @@ module Aws
230
230
  {
231
231
  from_port: ::Integer?,
232
232
  to_port: ::Integer?
233
- },
233
+ }
234
234
  ],
235
235
  idempotency_token: ::String
236
236
  ) -> _CreateCustomRoutingListenerResponseSuccess
@@ -250,7 +250,7 @@ module Aws
250
250
  weight: ::Integer?,
251
251
  client_ip_preservation_enabled: bool?,
252
252
  attachment_arn: ::String?
253
- },
253
+ }
254
254
  ],
255
255
  ?traffic_dial_percentage: ::Float,
256
256
  ?health_check_port: ::Integer,
@@ -263,7 +263,7 @@ module Aws
263
263
  {
264
264
  listener_port: ::Integer?,
265
265
  endpoint_port: ::Integer?
266
- },
266
+ }
267
267
  ]
268
268
  ) -> _CreateEndpointGroupResponseSuccess
269
269
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEndpointGroupResponseSuccess
@@ -279,7 +279,7 @@ module Aws
279
279
  {
280
280
  from_port: ::Integer?,
281
281
  to_port: ::Integer?
282
- },
282
+ }
283
283
  ],
284
284
  protocol: ("TCP" | "UDP"),
285
285
  ?client_affinity: ("NONE" | "SOURCE_IP"),
@@ -627,7 +627,7 @@ module Aws
627
627
  {
628
628
  endpoint_id: ::String,
629
629
  client_ip_preservation_enabled: bool?
630
- },
630
+ }
631
631
  ],
632
632
  endpoint_group_arn: ::String
633
633
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -643,7 +643,7 @@ module Aws
643
643
  {
644
644
  key: ::String,
645
645
  value: ::String
646
- },
646
+ }
647
647
  ]
648
648
  ) -> _TagResourceResponseSuccess
649
649
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -700,14 +700,14 @@ module Aws
700
700
  endpoint_id: ::String?,
701
701
  cidr: ::String?,
702
702
  region: ::String?
703
- },
703
+ }
704
704
  ],
705
705
  ?remove_resources: Array[
706
706
  {
707
707
  endpoint_id: ::String?,
708
708
  cidr: ::String?,
709
709
  region: ::String?
710
- },
710
+ }
711
711
  ]
712
712
  ) -> _UpdateCrossAccountAttachmentResponseSuccess
713
713
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCrossAccountAttachmentResponseSuccess
@@ -750,7 +750,7 @@ module Aws
750
750
  {
751
751
  from_port: ::Integer?,
752
752
  to_port: ::Integer?
753
- },
753
+ }
754
754
  ]
755
755
  ) -> _UpdateCustomRoutingListenerResponseSuccess
756
756
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomRoutingListenerResponseSuccess
@@ -768,7 +768,7 @@ module Aws
768
768
  weight: ::Integer?,
769
769
  client_ip_preservation_enabled: bool?,
770
770
  attachment_arn: ::String?
771
- },
771
+ }
772
772
  ],
773
773
  ?traffic_dial_percentage: ::Float,
774
774
  ?health_check_port: ::Integer,
@@ -780,7 +780,7 @@ module Aws
780
780
  {
781
781
  listener_port: ::Integer?,
782
782
  endpoint_port: ::Integer?
783
- },
783
+ }
784
784
  ]
785
785
  ) -> _UpdateEndpointGroupResponseSuccess
786
786
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEndpointGroupResponseSuccess
@@ -796,7 +796,7 @@ module Aws
796
796
  {
797
797
  from_port: ::Integer?,
798
798
  to_port: ::Integer?
799
- },
799
+ }
800
800
  ],
801
801
  ?protocol: ("TCP" | "UDP"),
802
802
  ?client_affinity: ("NONE" | "SOURCE_IP")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-globalaccelerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services