aws-sdk-groundstation 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07bd610ae4052286cc6b11d5cc11001785657962af2153c7f48e6baca66fa894
4
- data.tar.gz: 62e9ae5b86f63db014f2cfb9d32e74323f73c107974b7342226cb2039b7b32c8
3
+ metadata.gz: ab3e48a42b3f0f385563f26b5f52cccabf496c8003e8a938c4ba309204f5300e
4
+ data.tar.gz: 3b8617fae5ee95d3e03c571c1fbf88da198bcd7b4e15f2f725b05f4c21ed1dab
5
5
  SHA512:
6
- metadata.gz: a77acb013377674fff481fe956b662c2e5de574c62cde411b42e08190258d3e7ac902d85bfda5e23bc7a5c8c3dd6679a7723cbec816b3104130072259ecd4100
7
- data.tar.gz: 5ebe565fc8d12d9f33296027f6f0fdf631dca34cc9befa35ce3859adc7acf437de8aa0af1e9567e055b194ae9abb79af8fc45103e9479f58e3cd1e89d1c95735
6
+ metadata.gz: 915671021b67065b90b8d078acdda1f483c3641030c125f4002483a9561b2cbb03e4976c654fb101e48ad6c81c8f0ee7ab18b2c6fb7cd459a44ac32ea5ff1957
7
+ data.tar.gz: 9415fe962953bc665e03e643e251913b0a2a6ccfbeb80b0895297dc50d2fe49fd735deaf66c45b073f60601f788f7a75d9948b3478c26c52e0703738fafeb667
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -2232,7 +2232,7 @@ module Aws::GroundStation
2232
2232
  params: params,
2233
2233
  config: config)
2234
2234
  context[:gem_name] = 'aws-sdk-groundstation'
2235
- context[:gem_version] = '1.43.0'
2235
+ context[:gem_version] = '1.44.0'
2236
2236
  Seahorse::Client::Request.new(handlers, context)
2237
2237
  end
2238
2238
 
@@ -14,6 +14,7 @@ module Aws::GroundStation
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::GroundStation::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-groundstation/customizations'
53
53
  # @!group service
54
54
  module Aws::GroundStation
55
55
 
56
- GEM_VERSION = '1.43.0'
56
+ GEM_VERSION = '1.44.0'
57
57
 
58
58
  end