lib/aws-sdk-groundstation.rb in aws-sdk-groundstation-1.27.0 vs lib/aws-sdk-groundstation.rb in aws-sdk-groundstation-1.28.0
- old
+ new
@@ -11,13 +11,17 @@
require 'aws-sdk-core'
require 'aws-sigv4'
require_relative 'aws-sdk-groundstation/types'
require_relative 'aws-sdk-groundstation/client_api'
+require_relative 'aws-sdk-groundstation/plugins/endpoints.rb'
require_relative 'aws-sdk-groundstation/client'
require_relative 'aws-sdk-groundstation/errors'
require_relative 'aws-sdk-groundstation/resource'
+require_relative 'aws-sdk-groundstation/endpoint_parameters'
+require_relative 'aws-sdk-groundstation/endpoint_provider'
+require_relative 'aws-sdk-groundstation/endpoints'
require_relative 'aws-sdk-groundstation/customizations'
# This module provides support for AWS Ground Station. This module is available in the
# `aws-sdk-groundstation` gem.
#
@@ -46,8 +50,8 @@
# See {Errors} for more information.
#
# @!group service
module Aws::GroundStation
- GEM_VERSION = '1.27.0'
+ GEM_VERSION = '1.28.0'
end