aws-sdk-groundstation 1.6.0 → 1.7.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: 0a25b354eabcaba9d62516994815f5d9730d1883be6d2e14244fc30efbea9b89
4
- data.tar.gz: 162114fd28063f37af8637d6f8528d1b81464f25b2171a9e16dd3075419b4558
3
+ metadata.gz: b65ef3502c81c2c331a2f74b7c37d3e51c58cf4945f53fbbfad06228c00c7e2b
4
+ data.tar.gz: 74651214bc07da3a136713a3e123fd46aca0d9bd006b74c60e87a45d7a1249d7
5
5
  SHA512:
6
- metadata.gz: 2291c1de3b7a67782b1c59569c30fdf13c802b343c673eec9b9f18d64de99e1ab25313bfc30101e6357695791d160d809eb18689a2d1c53b42bda05b3c2e75a6
7
- data.tar.gz: 338d564779a03ebcf4eeb124767aef6d74c0c91a9f27af24d2368bdca3553b00d5f52087be2968f74e575ffde116674df199663cb60d98e5ca273ac1f1586977
6
+ metadata.gz: 7196af24b4e15a8f78473cb26d4de4bf55de40c426b56c9ec3d468aa4e0d00b59bccee2ca7c9b30f836e90b89b95f24d86174718830d8b5b82a488017373530a
7
+ data.tar.gz: 7887fe7617e802b0877b8b7f6102e9cc59163c71459d0bc4c81e3d3c315a0c9e2f606de08c22fad09318546cbfe6fd1fe18989a2a871293e464d8c86dbc169ec
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-groundstation/customizations'
45
45
  # @service
46
46
  module Aws::GroundStation
47
47
 
48
- GEM_VERSION = '1.6.0'
48
+ GEM_VERSION = '1.7.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::GroundStation
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::GroundStation
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -269,8 +269,7 @@ module Aws::GroundStation
269
269
  #
270
270
  # @option options [Integer] :http_read_timeout (60) The default
271
271
  # number of seconds to wait for response data. This value can
272
- # safely be set
273
- # per-request on the session yielded by {#session_for}.
272
+ # safely be set per-request on the session.
274
273
  #
275
274
  # @option options [Float] :http_idle_timeout (5) The number of
276
275
  # seconds a connection is allowed to sit idle before it is
@@ -282,7 +281,7 @@ module Aws::GroundStation
282
281
  # request body. This option has no effect unless the request has
283
282
  # "Expect" header set to "100-continue". Defaults to `nil` which
284
283
  # disables this behaviour. This value can safely be set per
285
- # request on the session yielded by {#session_for}.
284
+ # request on the session.
286
285
  #
287
286
  # @option options [Boolean] :http_wire_trace (false) When `true`,
288
287
  # HTTP debug output will be sent to the `:logger`.
@@ -954,6 +953,8 @@ module Aws::GroundStation
954
953
  # * {Types::ListConfigsResponse#config_list #config_list} => Array<Types::ConfigListItem>
955
954
  # * {Types::ListConfigsResponse#next_token #next_token} => String
956
955
  #
956
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
957
+ #
957
958
  # @example Request syntax with placeholder values
958
959
  #
959
960
  # resp = client.list_configs({
@@ -1014,6 +1015,8 @@ module Aws::GroundStation
1014
1015
  # * {Types::ListContactsResponse#contact_list #contact_list} => Array<Types::ContactData>
1015
1016
  # * {Types::ListContactsResponse#next_token #next_token} => String
1016
1017
  #
1018
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1019
+ #
1017
1020
  # @example Request syntax with placeholder values
1018
1021
  #
1019
1022
  # resp = client.list_contacts({
@@ -1071,6 +1074,8 @@ module Aws::GroundStation
1071
1074
  # * {Types::ListDataflowEndpointGroupsResponse#dataflow_endpoint_group_list #dataflow_endpoint_group_list} => Array<Types::DataflowEndpointListItem>
1072
1075
  # * {Types::ListDataflowEndpointGroupsResponse#next_token #next_token} => String
1073
1076
  #
1077
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1078
+ #
1074
1079
  # @example Request syntax with placeholder values
1075
1080
  #
1076
1081
  # resp = client.list_dataflow_endpoint_groups({
@@ -1111,6 +1116,8 @@ module Aws::GroundStation
1111
1116
  # * {Types::ListGroundStationsResponse#ground_station_list #ground_station_list} => Array<Types::GroundStationData>
1112
1117
  # * {Types::ListGroundStationsResponse#next_token #next_token} => String
1113
1118
  #
1119
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1120
+ #
1114
1121
  # @example Request syntax with placeholder values
1115
1122
  #
1116
1123
  # resp = client.list_ground_stations({
@@ -1150,6 +1157,8 @@ module Aws::GroundStation
1150
1157
  # * {Types::ListMissionProfilesResponse#mission_profile_list #mission_profile_list} => Array<Types::MissionProfileListItem>
1151
1158
  # * {Types::ListMissionProfilesResponse#next_token #next_token} => String
1152
1159
  #
1160
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1161
+ #
1153
1162
  # @example Request syntax with placeholder values
1154
1163
  #
1155
1164
  # resp = client.list_mission_profiles({
@@ -1189,6 +1198,8 @@ module Aws::GroundStation
1189
1198
  # * {Types::ListSatellitesResponse#next_token #next_token} => String
1190
1199
  # * {Types::ListSatellitesResponse#satellites #satellites} => Array<Types::SatelliteListItem>
1191
1200
  #
1201
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1202
+ #
1192
1203
  # @example Request syntax with placeholder values
1193
1204
  #
1194
1205
  # resp = client.list_satellites({
@@ -1527,7 +1538,7 @@ module Aws::GroundStation
1527
1538
  params: params,
1528
1539
  config: config)
1529
1540
  context[:gem_name] = 'aws-sdk-groundstation'
1530
- context[:gem_version] = '1.6.0'
1541
+ context[:gem_version] = '1.7.0'
1531
1542
  Seahorse::Client::Request.new(handlers, context)
1532
1543
  end
1533
1544
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::GroundStation
9
- # This class provides a resource oriented interface for GroundStation.
10
- # To create a resource object:
11
- # resource = Aws::GroundStation::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::GroundStation::Client.new(region: 'us-west-2')
15
- # resource = Aws::GroundStation::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
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.6.0
4
+ version: 1.7.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: 2020-03-16 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - AWS Ground Station