aws-sdk-lightsail 1.32.0 → 1.33.1

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: a4ba815a6cd4b7fa4ac80a89d936dc4d7b2a89761de4022b912a5bad6c9c226e
4
- data.tar.gz: 665b408318dea8ef635da22a05f76330751bb5444a172d7e58f9f099c6dd3f0b
3
+ metadata.gz: a7051cd3c0e9ffba29ccab95dfac95554e9d2f5e4eb23ac30810404a5dfc3907
4
+ data.tar.gz: 4eb43357e5bd3b1fc638850c0de5bd34462d8addbc0c178a1e2b65435b6ea801
5
5
  SHA512:
6
- metadata.gz: ec499837b6e002a38b02848edc749d46eaec0eff0e644cdfd3715df0a5ff21fa328ef643946d642f9d92a24f8945bba5530165f5236b2488b4cd44ebe301d48a
7
- data.tar.gz: 5d8d3074bff9d5f5dc9e64b1ed781cdaadfa1720366120c8bdffaeb1cddcdbae5a2f59f437b9854d81b7672e226fa1777fdf26ef18bd201e1f0e00cbc93b6706
6
+ metadata.gz: cb57da16775d8e80cfaf8b34bb274c320471223fe39d4e0d587dbf3d8ba0e7332c56de6c15d75729791d3e0e3c63fc67cbfb54609e05bc3673a0240713b35d1f
7
+ data.tar.gz: 308cd17d5563f836233ba717b658c05ccd90d2ad6e50fa0ad2d79bf831fd49bc61c7e81a235ae4ef55b9640e1ac9053202207869142cd2bcf708db4bdd1891b0
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-lightsail/customizations'
45
45
  # @service
46
46
  module Aws::Lightsail
47
47
 
48
- GEM_VERSION = '1.32.0'
48
+ GEM_VERSION = '1.33.1'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::Lightsail
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
76
 
@@ -161,7 +163,7 @@ module Aws::Lightsail
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -4608,7 +4610,7 @@ module Aws::Lightsail
4608
4610
  #
4609
4611
  # * <b> <code>BurstCapacityPercentage</code> </b> - The percentage of
4610
4612
  # CPU performance available for your instance to burst above its
4611
- # baseline. Your instance continously accrues and consumes burst
4613
+ # baseline. Your instance continuously accrues and consumes burst
4612
4614
  # capacity. Burst capacity stops accruing when your instance's
4613
4615
  # `BurstCapacityPercentage` reaches 100%. For more information, see
4614
4616
  # [Viewing instance burst capacity in Amazon Lightsail][1].
@@ -4620,7 +4622,7 @@ module Aws::Lightsail
4620
4622
  #
4621
4623
  # * <b> <code>BurstCapacityTime</code> </b> - The available amount of
4622
4624
  # time for your instance to burst at 100% CPU utilization. Your
4623
- # instance continously accrues and consumes burst capacity. Burst
4625
+ # instance continuously accrues and consumes burst capacity. Burst
4624
4626
  # capacity time stops accruing when your instance's
4625
4627
  # `BurstCapacityPercentage` metric reaches 100%.
4626
4628
  #
@@ -8074,7 +8076,7 @@ module Aws::Lightsail
8074
8076
  params: params,
8075
8077
  config: config)
8076
8078
  context[:gem_name] = 'aws-sdk-lightsail'
8077
- context[:gem_version] = '1.32.0'
8079
+ context[:gem_version] = '1.33.1'
8078
8080
  Seahorse::Client::Request.new(handlers, context)
8079
8081
  end
8080
8082
 
@@ -4649,7 +4649,7 @@ module Aws::Lightsail
4649
4649
  #
4650
4650
  # * <b> <code>BurstCapacityPercentage</code> </b> - The percentage of
4651
4651
  # CPU performance available for your instance to burst above its
4652
- # baseline. Your instance continously accrues and consumes burst
4652
+ # baseline. Your instance continuously accrues and consumes burst
4653
4653
  # capacity. Burst capacity stops accruing when your instance's
4654
4654
  # `BurstCapacityPercentage` reaches 100%. For more information, see
4655
4655
  # [Viewing instance burst capacity in Amazon Lightsail][1].
@@ -4661,7 +4661,7 @@ module Aws::Lightsail
4661
4661
  #
4662
4662
  # * <b> <code>BurstCapacityTime</code> </b> - The available amount of
4663
4663
  # time for your instance to burst at 100% CPU utilization. Your
4664
- # instance continously accrues and consumes burst capacity. Burst
4664
+ # instance continuously accrues and consumes burst capacity. Burst
4665
4665
  # capacity time stops accruing when your instance's
4666
4666
  # `BurstCapacityPercentage` metric reaches 100%.
4667
4667
  #
@@ -6944,13 +6944,14 @@ module Aws::Lightsail
6944
6944
  #
6945
6945
  # * TCP and UDP - `0` to `65535`
6946
6946
  #
6947
- # * ICMP - `8` (to configure Ping)
6947
+ # * ICMP - The ICMP type. For example, specify `8` as the `fromPort`
6948
+ # (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
6949
+ # Ping. For more information, see [Control Messages][1] on
6950
+ # *Wikipedia*.
6948
6951
  #
6949
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
6950
- # in Lightsail. To configure ping, specify the `fromPort` parameter
6951
- # as `8`, and the `toPort` parameter as `-1`.
6952
6952
  #
6953
- # </note>
6953
+ #
6954
+ # [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
6954
6955
  # @return [Integer]
6955
6956
  #
6956
6957
  # @!attribute [rw] to_port
@@ -6960,13 +6961,14 @@ module Aws::Lightsail
6960
6961
  #
6961
6962
  # * TCP and UDP - `0` to `65535`
6962
6963
  #
6963
- # * ICMP - `-1` (to configure Ping)
6964
+ # * ICMP - The ICMP code. For example, specify `8` as the `fromPort`
6965
+ # (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
6966
+ # Ping. For more information, see [Control Messages][1] on
6967
+ # *Wikipedia*.
6968
+ #
6964
6969
  #
6965
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
6966
- # in Lightsail. To configure ping, specify the `fromPort` parameter
6967
- # as `8`, and the `toPort` parameter as `-1`.
6968
6970
  #
6969
- # </note>
6971
+ # [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
6970
6972
  # @return [Integer]
6971
6973
  #
6972
6974
  # @!attribute [rw] protocol
@@ -6995,13 +6997,10 @@ module Aws::Lightsail
6995
6997
  # * `icmp` - Internet Control Message Protocol (ICMP) is used to send
6996
6998
  # error messages and operational information indicating success or
6997
6999
  # failure when communicating with an instance. For example, an error
6998
- # is indicated when an instance could not be reached.
6999
- #
7000
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
7001
- # in Lightsail. To configure ping, specify the `fromPort` parameter
7002
- # as `8`, and the `toPort` parameter as `-1`.
7003
- #
7004
- # </note>
7000
+ # is indicated when an instance could not be reached. When you
7001
+ # specify `icmp` as the `protocol`, you must specify the ICMP type
7002
+ # using the `fromPort` parameter, and ICMP code using the `toPort`
7003
+ # parameter.
7005
7004
  #
7006
7005
  #
7007
7006
  #
@@ -7077,13 +7076,14 @@ module Aws::Lightsail
7077
7076
  #
7078
7077
  # * TCP and UDP - `0` to `65535`
7079
7078
  #
7080
- # * ICMP - `8` (to configure Ping)
7079
+ # * ICMP - The ICMP type. For example, specify `8` as the `fromPort`
7080
+ # (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
7081
+ # Ping. For more information, see [Control Messages][1] on
7082
+ # *Wikipedia*.
7083
+ #
7081
7084
  #
7082
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
7083
- # in Lightsail. To configure ping, specify the `fromPort` parameter
7084
- # as `8`, and the `toPort` parameter as `-1`.
7085
7085
  #
7086
- # </note>
7086
+ # [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
7087
7087
  # @return [Integer]
7088
7088
  #
7089
7089
  # @!attribute [rw] to_port
@@ -7093,13 +7093,14 @@ module Aws::Lightsail
7093
7093
  #
7094
7094
  # * TCP and UDP - `0` to `65535`
7095
7095
  #
7096
- # * ICMP - `-1` (to configure Ping)
7096
+ # * ICMP - The ICMP code. For example, specify `8` as the `fromPort`
7097
+ # (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
7098
+ # Ping. For more information, see [Control Messages][1] on
7099
+ # *Wikipedia*.
7100
+ #
7097
7101
  #
7098
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
7099
- # in Lightsail. To configure ping, specify the `fromPort` parameter
7100
- # as `8`, and the `toPort` parameter as `-1`.
7101
7102
  #
7102
- # </note>
7103
+ # [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
7103
7104
  # @return [Integer]
7104
7105
  #
7105
7106
  # @!attribute [rw] protocol
@@ -7128,13 +7129,10 @@ module Aws::Lightsail
7128
7129
  # * `icmp` - Internet Control Message Protocol (ICMP) is used to send
7129
7130
  # error messages and operational information indicating success or
7130
7131
  # failure when communicating with an instance. For example, an error
7131
- # is indicated when an instance could not be reached.
7132
- #
7133
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
7134
- # in Lightsail. To configure ping, specify the `fromPort` parameter
7135
- # as `8`, and the `toPort` parameter as `-1`.
7136
- #
7137
- # </note>
7132
+ # is indicated when an instance could not be reached. When you
7133
+ # specify `icmp` as the `protocol`, you must specify the ICMP type
7134
+ # using the `fromPort` parameter, and ICMP code using the `toPort`
7135
+ # parameter.
7138
7136
  #
7139
7137
  #
7140
7138
  #
@@ -8228,13 +8226,14 @@ module Aws::Lightsail
8228
8226
  #
8229
8227
  # * TCP and UDP - `0` to `65535`
8230
8228
  #
8231
- # * ICMP - `8` (to configure Ping)
8229
+ # * ICMP - The ICMP type. For example, specify `8` as the `fromPort`
8230
+ # (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
8231
+ # Ping. For more information, see [Control Messages][1] on
8232
+ # *Wikipedia*.
8233
+ #
8232
8234
  #
8233
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
8234
- # in Lightsail. To configure ping, specify the `fromPort` parameter
8235
- # as `8`, and the `toPort` parameter as `-1`.
8236
8235
  #
8237
- # </note>
8236
+ # [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
8238
8237
  # @return [Integer]
8239
8238
  #
8240
8239
  # @!attribute [rw] to_port
@@ -8244,13 +8243,14 @@ module Aws::Lightsail
8244
8243
  #
8245
8244
  # * TCP and UDP - `0` to `65535`
8246
8245
  #
8247
- # * ICMP - `-1` (to configure Ping)
8246
+ # * ICMP - The ICMP code. For example, specify `8` as the `fromPort`
8247
+ # (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
8248
+ # Ping. For more information, see [Control Messages][1] on
8249
+ # *Wikipedia*.
8248
8250
  #
8249
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
8250
- # in Lightsail. To configure ping, specify the `fromPort` parameter
8251
- # as `8`, and the `toPort` parameter as `-1`.
8252
8251
  #
8253
- # </note>
8252
+ #
8253
+ # [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
8254
8254
  # @return [Integer]
8255
8255
  #
8256
8256
  # @!attribute [rw] protocol
@@ -8279,13 +8279,10 @@ module Aws::Lightsail
8279
8279
  # * `icmp` - Internet Control Message Protocol (ICMP) is used to send
8280
8280
  # error messages and operational information indicating success or
8281
8281
  # failure when communicating with an instance. For example, an error
8282
- # is indicated when an instance could not be reached.
8283
- #
8284
- # <note markdown="1"> Ping is the only communication supported through the ICMP protocol
8285
- # in Lightsail. To configure ping, specify the `fromPort` parameter
8286
- # as `8`, and the `toPort` parameter as `-1`.
8287
- #
8288
- # </note>
8282
+ # is indicated when an instance could not be reached. When you
8283
+ # specify `icmp` as the `protocol`, you must specify the ICMP type
8284
+ # using the `fromPort` parameter, and ICMP code using the `toPort`
8285
+ # parameter.
8289
8286
  #
8290
8287
  #
8291
8288
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lightsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.1
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-06-04 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement