aws-sdk-groundstation 1.57.0 → 1.58.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: 22d0544749cf4f3b0065943d1a2526627784c3688d58355266937dabeded25c5
4
- data.tar.gz: c6d237a6e13ff029698586d4c215e1e7ce54c66be8fb4e39f6f508f6bfd7cc73
3
+ metadata.gz: f36f68ae693c4b340a1651e3c25f05de78991cfba822e59078ddcf31971056e7
4
+ data.tar.gz: 5aa1f5f8198bf0e05617dc3b081b46321f960cdce8123e5079ff557de581ce3e
5
5
  SHA512:
6
- metadata.gz: bca32f22c9ed337158bb59fc75c9d9baa46e1535a82bfd2664514466f3e245dab5f257d44ce548d0055de2a78fcf742192b271609699607565c5a5a1930da0e7
7
- data.tar.gz: 46b4c7fcead74ee9801821cddeb3d1234625a9cc7371a1ce7e99d266ed9c76b6f2898628d17e6dc8e0de2beaec47108b27a53f4ff8e410a1429b65130b05ecf4
6
+ metadata.gz: 8031156e91fad213141bd4c782dd67062f9cb0ab49ef0ae2dd2cd443f4349593c5fdc4208fb0cdd84f44955d9d7052d95dfa2640294f701b0d6a9828c660c3e4
7
+ data.tar.gz: f83bcbfe6b5f99cb7053cad7929a0d16bdb5f551293a1595b8af55b075c47fb77f9a4d2b9d23979c87c23165f7e0cdf9f2eae6ccb3d38059953b2200e3fa20ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.57.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -2307,7 +2307,7 @@ module Aws::GroundStation
2307
2307
  tracer: tracer
2308
2308
  )
2309
2309
  context[:gem_name] = 'aws-sdk-groundstation'
2310
- context[:gem_version] = '1.57.0'
2310
+ context[:gem_version] = '1.58.0'
2311
2311
  Seahorse::Client::Request.new(handlers, context)
2312
2312
  end
2313
2313
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::GroundStation
11
12
  # @api private
12
13
  module ClientApi
@@ -2979,3 +2979,4 @@ module Aws::GroundStation
2979
2979
 
2980
2980
  end
2981
2981
  end
2982
+
@@ -11,18 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-groundstation/types'
15
- require_relative 'aws-sdk-groundstation/client_api'
16
- require_relative 'aws-sdk-groundstation/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-groundstation/client'
18
- require_relative 'aws-sdk-groundstation/errors'
19
- require_relative 'aws-sdk-groundstation/waiters'
20
- require_relative 'aws-sdk-groundstation/resource'
21
- require_relative 'aws-sdk-groundstation/endpoint_parameters'
22
- require_relative 'aws-sdk-groundstation/endpoint_provider'
23
- require_relative 'aws-sdk-groundstation/endpoints'
24
- require_relative 'aws-sdk-groundstation/customizations'
25
-
26
14
  # This module provides support for AWS Ground Station. This module is available in the
27
15
  # `aws-sdk-groundstation` gem.
28
16
  #
@@ -52,7 +40,21 @@ require_relative 'aws-sdk-groundstation/customizations'
52
40
  #
53
41
  # @!group service
54
42
  module Aws::GroundStation
43
+ autoload :Types, 'aws-sdk-groundstation/types'
44
+ autoload :ClientApi, 'aws-sdk-groundstation/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-groundstation/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-groundstation/client'
49
+ autoload :Errors, 'aws-sdk-groundstation/errors'
50
+ autoload :Waiters, 'aws-sdk-groundstation/waiters'
51
+ autoload :Resource, 'aws-sdk-groundstation/resource'
52
+ autoload :EndpointParameters, 'aws-sdk-groundstation/endpoint_parameters'
53
+ autoload :EndpointProvider, 'aws-sdk-groundstation/endpoint_provider'
54
+ autoload :Endpoints, 'aws-sdk-groundstation/endpoints'
55
55
 
56
- GEM_VERSION = '1.57.0'
56
+ GEM_VERSION = '1.58.0'
57
57
 
58
58
  end
59
+
60
+ require_relative 'aws-sdk-groundstation/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-groundstation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.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-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core