aws-sdk-lightsail 1.75.0 → 1.76.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: 3b33489fab04bb2b1375123b33715f4b843ac5f6e55e7c1ee8f34e9218990e5f
4
- data.tar.gz: 1328183af7423fee4c99f90bdbf0c85d8b64c622e200a922f6d54d6de68ed0b7
3
+ metadata.gz: c0684f007ddfdbf3c2971eae9c2d7fba8c1546957d20543f7ac0286135ab3ff6
4
+ data.tar.gz: 56dda30bdcb89b2a4afbaa90171d495d8bce390394c5425c82527576da0c9ad5
5
5
  SHA512:
6
- metadata.gz: f4528e496a2f03e1adfef28fe5fb657ca01b50be78e7859cfc5d57d8b9c6077630a906221a642312596131d3a980d6ebb5987a27d9a1c7f1a2c27328f86f7c73
7
- data.tar.gz: 486cacf6a0d106b71517527548981442aa23d69da339e18ad8f3d23ca49e82b8f6b0daa381720e5ae4f50f5cabbf64a9b59b8d2e20da79d2246345d80755e6ab
6
+ metadata.gz: b04943d9f81c6f49cfdbf3af625e4ae30037c3fbc4ecc887f8b4072887950c8edaabde9231302902097aafab44d20537eb411400c2fa03b8139c5346da670a8c
7
+ data.tar.gz: 0100e6b896cede3bbcfdd11e96cd2fd7b5699b37d4eb7e549768e7b1de251448ecdd37bb4629d5732dde35d7848a8eec219b24918ae398582223977678da06ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.75.0 (2023-02-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -275,6 +275,11 @@ module Aws::Lightsail
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -6996,31 +7001,31 @@ module Aws::Lightsail
6996
7001
  # received by your Lightsail distribution, for all HTTP methods, and
6997
7002
  # for both HTTP and HTTPS requests.
6998
7003
  #
6999
- # `Statistics`\: The most useful statistic is `Sum`.
7004
+ # `Statistics`: The most useful statistic is `Sum`.
7000
7005
  #
7001
- # `Unit`\: The published unit is `None`.
7006
+ # `Unit`: The published unit is `None`.
7002
7007
  #
7003
7008
  # * <b> <code>BytesDownloaded</code> </b> - The number of bytes
7004
7009
  # downloaded by viewers for GET, HEAD, and OPTIONS requests.
7005
7010
  #
7006
- # `Statistics`\: The most useful statistic is `Sum`.
7011
+ # `Statistics`: The most useful statistic is `Sum`.
7007
7012
  #
7008
- # `Unit`\: The published unit is `None`.
7013
+ # `Unit`: The published unit is `None`.
7009
7014
  #
7010
7015
  # * <b> <code>BytesUploaded </code> </b> - The number of bytes uploaded
7011
7016
  # to your origin by your Lightsail distribution, using POST and PUT
7012
7017
  # requests.
7013
7018
  #
7014
- # `Statistics`\: The most useful statistic is `Sum`.
7019
+ # `Statistics`: The most useful statistic is `Sum`.
7015
7020
  #
7016
- # `Unit`\: The published unit is `None`.
7021
+ # `Unit`: The published unit is `None`.
7017
7022
  #
7018
7023
  # * <b> <code>TotalErrorRate</code> </b> - The percentage of all viewer
7019
7024
  # requests for which the response's HTTP status code was 4xx or 5xx.
7020
7025
  #
7021
- # `Statistics`\: The most useful statistic is `Average`.
7026
+ # `Statistics`: The most useful statistic is `Average`.
7022
7027
  #
7023
- # `Unit`\: The published unit is `Percent`.
7028
+ # `Unit`: The published unit is `Percent`.
7024
7029
  #
7025
7030
  # * <b> <code>4xxErrorRate</code> </b> - The percentage of all viewer
7026
7031
  # requests for which the response's HTTP status cod was 4xx. In these
@@ -7028,9 +7033,9 @@ module Aws::Lightsail
7028
7033
  # example, a status code of 404 (Not Found) means that the client
7029
7034
  # requested an object that could not be found.
7030
7035
  #
7031
- # `Statistics`\: The most useful statistic is `Average`.
7036
+ # `Statistics`: The most useful statistic is `Average`.
7032
7037
  #
7033
- # `Unit`\: The published unit is `Percent`.
7038
+ # `Unit`: The published unit is `Percent`.
7034
7039
  #
7035
7040
  # * <b> <code>5xxErrorRate</code> </b> - The percentage of all viewer
7036
7041
  # requests for which the response's HTTP status code was 5xx. In
@@ -7038,9 +7043,9 @@ module Aws::Lightsail
7038
7043
  # example, a status code of 503 (Service Unavailable) means that the
7039
7044
  # origin server is currently unavailable.
7040
7045
  #
7041
- # `Statistics`\: The most useful statistic is `Average`.
7046
+ # `Statistics`: The most useful statistic is `Average`.
7042
7047
  #
7043
- # `Unit`\: The published unit is `Percent`.
7048
+ # `Unit`: The published unit is `Percent`.
7044
7049
  #
7045
7050
  # @option params [required, Time,DateTime,Date,Integer,String] :start_time
7046
7051
  # The start of the time interval for which to get metric data.
@@ -7603,10 +7608,10 @@ module Aws::Lightsail
7603
7608
  # `BurstCapacityPercentage` reaches 100%. For more information, see
7604
7609
  # [Viewing instance burst capacity in Amazon Lightsail][1].
7605
7610
  #
7606
- # `Statistics`\: The most useful statistics are `Maximum` and
7611
+ # `Statistics`: The most useful statistics are `Maximum` and
7607
7612
  # `Average`.
7608
7613
  #
7609
- # `Unit`\: The published unit is `Percent`.
7614
+ # `Unit`: The published unit is `Percent`.
7610
7615
  #
7611
7616
  # * <b> <code>BurstCapacityTime</code> </b> - The available amount of
7612
7617
  # time for your instance to burst at 100% CPU utilization. Your
@@ -7623,10 +7628,10 @@ module Aws::Lightsail
7623
7628
  # more information, see [Viewing instance burst capacity in Amazon
7624
7629
  # Lightsail][1].
7625
7630
  #
7626
- # `Statistics`\: The most useful statistics are `Maximum` and
7631
+ # `Statistics`: The most useful statistics are `Maximum` and
7627
7632
  # `Average`.
7628
7633
  #
7629
- # `Unit`\: The published unit is `Seconds`.
7634
+ # `Unit`: The published unit is `Seconds`.
7630
7635
  #
7631
7636
  # * <b> <code>CPUUtilization</code> </b> - The percentage of allocated
7632
7637
  # compute units that are currently in use on the instance. This metric
@@ -7635,10 +7640,10 @@ module Aws::Lightsail
7635
7640
  # than Lightsail when the instance is not allocated a full processor
7636
7641
  # core.
7637
7642
  #
7638
- # `Statistics`\: The most useful statistics are `Maximum` and
7643
+ # `Statistics`: The most useful statistics are `Maximum` and
7639
7644
  # `Average`.
7640
7645
  #
7641
- # `Unit`\: The published unit is `Percent`.
7646
+ # `Unit`: The published unit is `Percent`.
7642
7647
  #
7643
7648
  # * <b> <code>NetworkIn</code> </b> - The number of bytes received on
7644
7649
  # all network interfaces by the instance. This metric identifies the
@@ -7647,9 +7652,9 @@ module Aws::Lightsail
7647
7652
  # this metric is reported in 5-minute intervals, divide the reported
7648
7653
  # number by 300 to find Bytes/second.
7649
7654
  #
7650
- # `Statistics`\: The most useful statistic is `Sum`.
7655
+ # `Statistics`: The most useful statistic is `Sum`.
7651
7656
  #
7652
- # `Unit`\: The published unit is `Bytes`.
7657
+ # `Unit`: The published unit is `Bytes`.
7653
7658
  #
7654
7659
  # * <b> <code>NetworkOut</code> </b> - The number of bytes sent out on
7655
7660
  # all network interfaces by the instance. This metric identifies the
@@ -7658,9 +7663,9 @@ module Aws::Lightsail
7658
7663
  # metric is reported in 5-minute intervals, divide the reported number
7659
7664
  # by 300 to find Bytes/second.
7660
7665
  #
7661
- # `Statistics`\: The most useful statistic is `Sum`.
7666
+ # `Statistics`: The most useful statistic is `Sum`.
7662
7667
  #
7663
- # `Unit`\: The published unit is `Bytes`.
7668
+ # `Unit`: The published unit is `Bytes`.
7664
7669
  #
7665
7670
  # * <b> <code>StatusCheckFailed</code> </b> - Reports whether the
7666
7671
  # instance passed or failed both the instance status check and the
@@ -7668,27 +7673,27 @@ module Aws::Lightsail
7668
7673
  # (failed). This metric data is available in 1-minute (60 seconds)
7669
7674
  # granularity.
7670
7675
  #
7671
- # `Statistics`\: The most useful statistic is `Sum`.
7676
+ # `Statistics`: The most useful statistic is `Sum`.
7672
7677
  #
7673
- # `Unit`\: The published unit is `Count`.
7678
+ # `Unit`: The published unit is `Count`.
7674
7679
  #
7675
7680
  # * <b> <code>StatusCheckFailed_Instance</code> </b> - Reports whether
7676
7681
  # the instance passed or failed the instance status check. This metric
7677
7682
  # can be either 0 (passed) or 1 (failed). This metric data is
7678
7683
  # available in 1-minute (60 seconds) granularity.
7679
7684
  #
7680
- # `Statistics`\: The most useful statistic is `Sum`.
7685
+ # `Statistics`: The most useful statistic is `Sum`.
7681
7686
  #
7682
- # `Unit`\: The published unit is `Count`.
7687
+ # `Unit`: The published unit is `Count`.
7683
7688
  #
7684
7689
  # * <b> <code>StatusCheckFailed_System</code> </b> - Reports whether the
7685
7690
  # instance passed or failed the system status check. This metric can
7686
7691
  # be either 0 (passed) or 1 (failed). This metric data is available in
7687
7692
  # 1-minute (60 seconds) granularity.
7688
7693
  #
7689
- # `Statistics`\: The most useful statistic is `Sum`.
7694
+ # `Statistics`: The most useful statistic is `Sum`.
7690
7695
  #
7691
- # `Unit`\: The published unit is `Count`.
7696
+ # `Unit`: The published unit is `Count`.
7692
7697
  #
7693
7698
  # * <b> <code>MetadataNoToken</code> </b> - Reports the number of times
7694
7699
  # that the instance metadata service was successfully accessed without
@@ -7698,9 +7703,9 @@ module Aws::Lightsail
7698
7703
  # sessions, such as Instance Metadata Service Version 2, then the
7699
7704
  # value is 0.
7700
7705
  #
7701
- # `Statistics`\: The most useful statistic is `Sum`.
7706
+ # `Statistics`: The most useful statistic is `Sum`.
7702
7707
  #
7703
- # `Unit`\: The published unit is `Count`.
7708
+ # `Unit`: The published unit is `Count`.
7704
7709
  #
7705
7710
  #
7706
7711
  #
@@ -8297,53 +8302,53 @@ module Aws::Lightsail
8297
8302
  # load balancer. Possible causes include a mismatch of ciphers or
8298
8303
  # protocols.
8299
8304
  #
8300
- # `Statistics`\: The most useful statistic is `Sum`.
8305
+ # `Statistics`: The most useful statistic is `Sum`.
8301
8306
  #
8302
- # `Unit`\: The published unit is `Count`.
8307
+ # `Unit`: The published unit is `Count`.
8303
8308
  #
8304
8309
  # * <b> <code>HealthyHostCount</code> </b> - The number of target
8305
8310
  # instances that are considered healthy.
8306
8311
  #
8307
- # `Statistics`\: The most useful statistic are `Average`, `Minimum`,
8312
+ # `Statistics`: The most useful statistic are `Average`, `Minimum`,
8308
8313
  # and `Maximum`.
8309
8314
  #
8310
- # `Unit`\: The published unit is `Count`.
8315
+ # `Unit`: The published unit is `Count`.
8311
8316
  #
8312
8317
  # * <b> <code>HTTPCode_Instance_2XX_Count</code> </b> - The number of
8313
8318
  # HTTP 2XX response codes generated by the target instances. This does
8314
8319
  # not include any response codes generated by the load balancer.
8315
8320
  #
8316
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8321
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8317
8322
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8318
8323
  #
8319
- # `Unit`\: The published unit is `Count`.
8324
+ # `Unit`: The published unit is `Count`.
8320
8325
  #
8321
8326
  # * <b> <code>HTTPCode_Instance_3XX_Count</code> </b> - The number of
8322
8327
  # HTTP 3XX response codes generated by the target instances. This does
8323
8328
  # not include any response codes generated by the load balancer.
8324
8329
  #
8325
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8330
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8326
8331
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8327
8332
  #
8328
- # `Unit`\: The published unit is `Count`.
8333
+ # `Unit`: The published unit is `Count`.
8329
8334
  #
8330
8335
  # * <b> <code>HTTPCode_Instance_4XX_Count</code> </b> - The number of
8331
8336
  # HTTP 4XX response codes generated by the target instances. This does
8332
8337
  # not include any response codes generated by the load balancer.
8333
8338
  #
8334
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8339
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8335
8340
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8336
8341
  #
8337
- # `Unit`\: The published unit is `Count`.
8342
+ # `Unit`: The published unit is `Count`.
8338
8343
  #
8339
8344
  # * <b> <code>HTTPCode_Instance_5XX_Count</code> </b> - The number of
8340
8345
  # HTTP 5XX response codes generated by the target instances. This does
8341
8346
  # not include any response codes generated by the load balancer.
8342
8347
  #
8343
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8348
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8344
8349
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8345
8350
  #
8346
- # `Unit`\: The published unit is `Count`.
8351
+ # `Unit`: The published unit is `Count`.
8347
8352
  #
8348
8353
  # * <b> <code>HTTPCode_LB_4XX_Count</code> </b> - The number of HTTP 4XX
8349
8354
  # client error codes that originated from the load balancer. Client
@@ -8351,10 +8356,10 @@ module Aws::Lightsail
8351
8356
  # These requests were not received by the target instance. This count
8352
8357
  # does not include response codes generated by the target instances.
8353
8358
  #
8354
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8359
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8355
8360
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8356
8361
  #
8357
- # `Unit`\: The published unit is `Count`.
8362
+ # `Unit`: The published unit is `Count`.
8358
8363
  #
8359
8364
  # * <b> <code>HTTPCode_LB_5XX_Count</code> </b> - The number of HTTP 5XX
8360
8365
  # server error codes that originated from the load balancer. This does
@@ -8363,43 +8368,43 @@ module Aws::Lightsail
8363
8368
  # to the load balancer, or if the request rate exceeds the capacity of
8364
8369
  # the instances (spillover) or the load balancer.
8365
8370
  #
8366
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8371
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8367
8372
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8368
8373
  #
8369
- # `Unit`\: The published unit is `Count`.
8374
+ # `Unit`: The published unit is `Count`.
8370
8375
  #
8371
8376
  # * <b> <code>InstanceResponseTime</code> </b> - The time elapsed, in
8372
8377
  # seconds, after the request leaves the load balancer until a response
8373
8378
  # from the target instance is received.
8374
8379
  #
8375
- # `Statistics`\: The most useful statistic is `Average`.
8380
+ # `Statistics`: The most useful statistic is `Average`.
8376
8381
  #
8377
- # `Unit`\: The published unit is `Seconds`.
8382
+ # `Unit`: The published unit is `Seconds`.
8378
8383
  #
8379
8384
  # * <b> <code>RejectedConnectionCount</code> </b> - The number of
8380
8385
  # connections that were rejected because the load balancer had reached
8381
8386
  # its maximum number of connections.
8382
8387
  #
8383
- # `Statistics`\: The most useful statistic is `Sum`.
8388
+ # `Statistics`: The most useful statistic is `Sum`.
8384
8389
  #
8385
- # `Unit`\: The published unit is `Count`.
8390
+ # `Unit`: The published unit is `Count`.
8386
8391
  #
8387
8392
  # * <b> <code>RequestCount</code> </b> - The number of requests
8388
8393
  # processed over IPv4. This count includes only the requests with a
8389
8394
  # response generated by a target instance of the load balancer.
8390
8395
  #
8391
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8396
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8392
8397
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8393
8398
  #
8394
- # `Unit`\: The published unit is `Count`.
8399
+ # `Unit`: The published unit is `Count`.
8395
8400
  #
8396
8401
  # * <b> <code>UnhealthyHostCount</code> </b> - The number of target
8397
8402
  # instances that are considered unhealthy.
8398
8403
  #
8399
- # `Statistics`\: The most useful statistic are `Average`, `Minimum`,
8404
+ # `Statistics`: The most useful statistic are `Average`, `Minimum`,
8400
8405
  # and `Maximum`.
8401
8406
  #
8402
- # `Unit`\: The published unit is `Count`.
8407
+ # `Unit`: The published unit is `Count`.
8403
8408
  #
8404
8409
  # @option params [required, Integer] :period
8405
8410
  # The granularity, in seconds, of the returned data points.
@@ -9269,49 +9274,49 @@ module Aws::Lightsail
9269
9274
  # * <b> <code>CPUUtilization</code> </b> - The percentage of CPU
9270
9275
  # utilization currently in use on the database.
9271
9276
  #
9272
- # `Statistics`\: The most useful statistics are `Maximum` and
9277
+ # `Statistics`: The most useful statistics are `Maximum` and
9273
9278
  # `Average`.
9274
9279
  #
9275
- # `Unit`\: The published unit is `Percent`.
9280
+ # `Unit`: The published unit is `Percent`.
9276
9281
  #
9277
9282
  # * <b> <code>DatabaseConnections</code> </b> - The number of database
9278
9283
  # connections in use.
9279
9284
  #
9280
- # `Statistics`\: The most useful statistics are `Maximum` and `Sum`.
9285
+ # `Statistics`: The most useful statistics are `Maximum` and `Sum`.
9281
9286
  #
9282
- # `Unit`\: The published unit is `Count`.
9287
+ # `Unit`: The published unit is `Count`.
9283
9288
  #
9284
9289
  # * <b> <code>DiskQueueDepth</code> </b> - The number of outstanding IOs
9285
9290
  # (read/write requests) that are waiting to access the disk.
9286
9291
  #
9287
- # `Statistics`\: The most useful statistic is `Sum`.
9292
+ # `Statistics`: The most useful statistic is `Sum`.
9288
9293
  #
9289
- # `Unit`\: The published unit is `Count`.
9294
+ # `Unit`: The published unit is `Count`.
9290
9295
  #
9291
9296
  # * <b> <code>FreeStorageSpace</code> </b> - The amount of available
9292
9297
  # storage space.
9293
9298
  #
9294
- # `Statistics`\: The most useful statistic is `Sum`.
9299
+ # `Statistics`: The most useful statistic is `Sum`.
9295
9300
  #
9296
- # `Unit`\: The published unit is `Bytes`.
9301
+ # `Unit`: The published unit is `Bytes`.
9297
9302
  #
9298
9303
  # * <b> <code>NetworkReceiveThroughput</code> </b> - The incoming
9299
9304
  # (Receive) network traffic on the database, including both customer
9300
9305
  # database traffic and AWS traffic used for monitoring and
9301
9306
  # replication.
9302
9307
  #
9303
- # `Statistics`\: The most useful statistic is `Average`.
9308
+ # `Statistics`: The most useful statistic is `Average`.
9304
9309
  #
9305
- # `Unit`\: The published unit is `Bytes/Second`.
9310
+ # `Unit`: The published unit is `Bytes/Second`.
9306
9311
  #
9307
9312
  # * <b> <code>NetworkTransmitThroughput</code> </b> - The outgoing
9308
9313
  # (Transmit) network traffic on the database, including both customer
9309
9314
  # database traffic and AWS traffic used for monitoring and
9310
9315
  # replication.
9311
9316
  #
9312
- # `Statistics`\: The most useful statistic is `Average`.
9317
+ # `Statistics`: The most useful statistic is `Average`.
9313
9318
  #
9314
- # `Unit`\: The published unit is `Bytes/Second`.
9319
+ # `Unit`: The published unit is `Bytes/Second`.
9315
9320
  #
9316
9321
  # @option params [required, Integer] :period
9317
9322
  # The granularity, in seconds, of the returned data points.
@@ -9909,18 +9914,18 @@ module Aws::Lightsail
9909
9914
  #
9910
9915
  # The following metrics are available for each resource type:
9911
9916
  #
9912
- # * **Instances**\: `BurstCapacityPercentage`, `BurstCapacityTime`,
9917
+ # * **Instances**: `BurstCapacityPercentage`, `BurstCapacityTime`,
9913
9918
  # `CPUUtilization`, `NetworkIn`, `NetworkOut`, `StatusCheckFailed`,
9914
9919
  # `StatusCheckFailed_Instance`, and `StatusCheckFailed_System`.
9915
9920
  #
9916
- # * **Load balancers**\: `ClientTLSNegotiationErrorCount`,
9921
+ # * **Load balancers**: `ClientTLSNegotiationErrorCount`,
9917
9922
  # `HealthyHostCount`, `UnhealthyHostCount`, `HTTPCode_LB_4XX_Count`,
9918
9923
  # `HTTPCode_LB_5XX_Count`, `HTTPCode_Instance_2XX_Count`,
9919
9924
  # `HTTPCode_Instance_3XX_Count`, `HTTPCode_Instance_4XX_Count`,
9920
9925
  # `HTTPCode_Instance_5XX_Count`, `InstanceResponseTime`,
9921
9926
  # `RejectedConnectionCount`, and `RequestCount`.
9922
9927
  #
9923
- # * **Relational databases**\: `CPUUtilization`, `DatabaseConnections`,
9928
+ # * **Relational databases**: `CPUUtilization`, `DatabaseConnections`,
9924
9929
  # `DiskQueueDepth`, `FreeStorageSpace`, `NetworkReceiveThroughput`,
9925
9930
  # and `NetworkTransmitThroughput`.
9926
9931
  #
@@ -12159,7 +12164,7 @@ module Aws::Lightsail
12159
12164
  params: params,
12160
12165
  config: config)
12161
12166
  context[:gem_name] = 'aws-sdk-lightsail'
12162
- context[:gem_version] = '1.75.0'
12167
+ context[:gem_version] = '1.76.0'
12163
12168
  Seahorse::Client::Request.new(handlers, context)
12164
12169
  end
12165
12170
 
@@ -7548,32 +7548,32 @@ module Aws::Lightsail
7548
7548
  # requests received by your Lightsail distribution, for all HTTP
7549
7549
  # methods, and for both HTTP and HTTPS requests.
7550
7550
  #
7551
- # `Statistics`\: The most useful statistic is `Sum`.
7551
+ # `Statistics`: The most useful statistic is `Sum`.
7552
7552
  #
7553
- # `Unit`\: The published unit is `None`.
7553
+ # `Unit`: The published unit is `None`.
7554
7554
  #
7555
7555
  # * <b> <code>BytesDownloaded</code> </b> - The number of bytes
7556
7556
  # downloaded by viewers for GET, HEAD, and OPTIONS requests.
7557
7557
  #
7558
- # `Statistics`\: The most useful statistic is `Sum`.
7558
+ # `Statistics`: The most useful statistic is `Sum`.
7559
7559
  #
7560
- # `Unit`\: The published unit is `None`.
7560
+ # `Unit`: The published unit is `None`.
7561
7561
  #
7562
7562
  # * <b> <code>BytesUploaded </code> </b> - The number of bytes
7563
7563
  # uploaded to your origin by your Lightsail distribution, using POST
7564
7564
  # and PUT requests.
7565
7565
  #
7566
- # `Statistics`\: The most useful statistic is `Sum`.
7566
+ # `Statistics`: The most useful statistic is `Sum`.
7567
7567
  #
7568
- # `Unit`\: The published unit is `None`.
7568
+ # `Unit`: The published unit is `None`.
7569
7569
  #
7570
7570
  # * <b> <code>TotalErrorRate</code> </b> - The percentage of all
7571
7571
  # viewer requests for which the response's HTTP status code was 4xx
7572
7572
  # or 5xx.
7573
7573
  #
7574
- # `Statistics`\: The most useful statistic is `Average`.
7574
+ # `Statistics`: The most useful statistic is `Average`.
7575
7575
  #
7576
- # `Unit`\: The published unit is `Percent`.
7576
+ # `Unit`: The published unit is `Percent`.
7577
7577
  #
7578
7578
  # * <b> <code>4xxErrorRate</code> </b> - The percentage of all viewer
7579
7579
  # requests for which the response's HTTP status cod was 4xx. In
@@ -7581,9 +7581,9 @@ module Aws::Lightsail
7581
7581
  # For example, a status code of 404 (Not Found) means that the
7582
7582
  # client requested an object that could not be found.
7583
7583
  #
7584
- # `Statistics`\: The most useful statistic is `Average`.
7584
+ # `Statistics`: The most useful statistic is `Average`.
7585
7585
  #
7586
- # `Unit`\: The published unit is `Percent`.
7586
+ # `Unit`: The published unit is `Percent`.
7587
7587
  #
7588
7588
  # * <b> <code>5xxErrorRate</code> </b> - The percentage of all viewer
7589
7589
  # requests for which the response's HTTP status code was 5xx. In
@@ -7591,9 +7591,9 @@ module Aws::Lightsail
7591
7591
  # example, a status code of 503 (Service Unavailable) means that the
7592
7592
  # origin server is currently unavailable.
7593
7593
  #
7594
- # `Statistics`\: The most useful statistic is `Average`.
7594
+ # `Statistics`: The most useful statistic is `Average`.
7595
7595
  #
7596
- # `Unit`\: The published unit is `Percent`.
7596
+ # `Unit`: The published unit is `Percent`.
7597
7597
  # @return [String]
7598
7598
  #
7599
7599
  # @!attribute [rw] start_time
@@ -7912,10 +7912,10 @@ module Aws::Lightsail
7912
7912
  # `BurstCapacityPercentage` reaches 100%. For more information, see
7913
7913
  # [Viewing instance burst capacity in Amazon Lightsail][1].
7914
7914
  #
7915
- # `Statistics`\: The most useful statistics are `Maximum` and
7915
+ # `Statistics`: The most useful statistics are `Maximum` and
7916
7916
  # `Average`.
7917
7917
  #
7918
- # `Unit`\: The published unit is `Percent`.
7918
+ # `Unit`: The published unit is `Percent`.
7919
7919
  #
7920
7920
  # * <b> <code>BurstCapacityTime</code> </b> - The available amount of
7921
7921
  # time for your instance to burst at 100% CPU utilization. Your
@@ -7932,10 +7932,10 @@ module Aws::Lightsail
7932
7932
  # more information, see [Viewing instance burst capacity in Amazon
7933
7933
  # Lightsail][1].
7934
7934
  #
7935
- # `Statistics`\: The most useful statistics are `Maximum` and
7935
+ # `Statistics`: The most useful statistics are `Maximum` and
7936
7936
  # `Average`.
7937
7937
  #
7938
- # `Unit`\: The published unit is `Seconds`.
7938
+ # `Unit`: The published unit is `Seconds`.
7939
7939
  #
7940
7940
  # * <b> <code>CPUUtilization</code> </b> - The percentage of allocated
7941
7941
  # compute units that are currently in use on the instance. This
@@ -7944,10 +7944,10 @@ module Aws::Lightsail
7944
7944
  # percentage than Lightsail when the instance is not allocated a
7945
7945
  # full processor core.
7946
7946
  #
7947
- # `Statistics`\: The most useful statistics are `Maximum` and
7947
+ # `Statistics`: The most useful statistics are `Maximum` and
7948
7948
  # `Average`.
7949
7949
  #
7950
- # `Unit`\: The published unit is `Percent`.
7950
+ # `Unit`: The published unit is `Percent`.
7951
7951
  #
7952
7952
  # * <b> <code>NetworkIn</code> </b> - The number of bytes received on
7953
7953
  # all network interfaces by the instance. This metric identifies the
@@ -7956,9 +7956,9 @@ module Aws::Lightsail
7956
7956
  # Because this metric is reported in 5-minute intervals, divide the
7957
7957
  # reported number by 300 to find Bytes/second.
7958
7958
  #
7959
- # `Statistics`\: The most useful statistic is `Sum`.
7959
+ # `Statistics`: The most useful statistic is `Sum`.
7960
7960
  #
7961
- # `Unit`\: The published unit is `Bytes`.
7961
+ # `Unit`: The published unit is `Bytes`.
7962
7962
  #
7963
7963
  # * <b> <code>NetworkOut</code> </b> - The number of bytes sent out on
7964
7964
  # all network interfaces by the instance. This metric identifies the
@@ -7967,9 +7967,9 @@ module Aws::Lightsail
7967
7967
  # this metric is reported in 5-minute intervals, divide the reported
7968
7968
  # number by 300 to find Bytes/second.
7969
7969
  #
7970
- # `Statistics`\: The most useful statistic is `Sum`.
7970
+ # `Statistics`: The most useful statistic is `Sum`.
7971
7971
  #
7972
- # `Unit`\: The published unit is `Bytes`.
7972
+ # `Unit`: The published unit is `Bytes`.
7973
7973
  #
7974
7974
  # * <b> <code>StatusCheckFailed</code> </b> - Reports whether the
7975
7975
  # instance passed or failed both the instance status check and the
@@ -7977,27 +7977,27 @@ module Aws::Lightsail
7977
7977
  # (failed). This metric data is available in 1-minute (60 seconds)
7978
7978
  # granularity.
7979
7979
  #
7980
- # `Statistics`\: The most useful statistic is `Sum`.
7980
+ # `Statistics`: The most useful statistic is `Sum`.
7981
7981
  #
7982
- # `Unit`\: The published unit is `Count`.
7982
+ # `Unit`: The published unit is `Count`.
7983
7983
  #
7984
7984
  # * <b> <code>StatusCheckFailed_Instance</code> </b> - Reports whether
7985
7985
  # the instance passed or failed the instance status check. This
7986
7986
  # metric can be either 0 (passed) or 1 (failed). This metric data is
7987
7987
  # available in 1-minute (60 seconds) granularity.
7988
7988
  #
7989
- # `Statistics`\: The most useful statistic is `Sum`.
7989
+ # `Statistics`: The most useful statistic is `Sum`.
7990
7990
  #
7991
- # `Unit`\: The published unit is `Count`.
7991
+ # `Unit`: The published unit is `Count`.
7992
7992
  #
7993
7993
  # * <b> <code>StatusCheckFailed_System</code> </b> - Reports whether
7994
7994
  # the instance passed or failed the system status check. This metric
7995
7995
  # can be either 0 (passed) or 1 (failed). This metric data is
7996
7996
  # available in 1-minute (60 seconds) granularity.
7997
7997
  #
7998
- # `Statistics`\: The most useful statistic is `Sum`.
7998
+ # `Statistics`: The most useful statistic is `Sum`.
7999
7999
  #
8000
- # `Unit`\: The published unit is `Count`.
8000
+ # `Unit`: The published unit is `Count`.
8001
8001
  #
8002
8002
  # * <b> <code>MetadataNoToken</code> </b> - Reports the number of
8003
8003
  # times that the instance metadata service was successfully accessed
@@ -8007,9 +8007,9 @@ module Aws::Lightsail
8007
8007
  # token-backed sessions, such as Instance Metadata Service Version
8008
8008
  # 2, then the value is 0.
8009
8009
  #
8010
- # `Statistics`\: The most useful statistic is `Sum`.
8010
+ # `Statistics`: The most useful statistic is `Sum`.
8011
8011
  #
8012
- # `Unit`\: The published unit is `Count`.
8012
+ # `Unit`: The published unit is `Count`.
8013
8013
  #
8014
8014
  #
8015
8015
  #
@@ -8371,57 +8371,57 @@ module Aws::Lightsail
8371
8371
  # the load balancer. Possible causes include a mismatch of ciphers
8372
8372
  # or protocols.
8373
8373
  #
8374
- # `Statistics`\: The most useful statistic is `Sum`.
8374
+ # `Statistics`: The most useful statistic is `Sum`.
8375
8375
  #
8376
- # `Unit`\: The published unit is `Count`.
8376
+ # `Unit`: The published unit is `Count`.
8377
8377
  #
8378
8378
  # * <b> <code>HealthyHostCount</code> </b> - The number of target
8379
8379
  # instances that are considered healthy.
8380
8380
  #
8381
- # `Statistics`\: The most useful statistic are `Average`, `Minimum`,
8381
+ # `Statistics`: The most useful statistic are `Average`, `Minimum`,
8382
8382
  # and `Maximum`.
8383
8383
  #
8384
- # `Unit`\: The published unit is `Count`.
8384
+ # `Unit`: The published unit is `Count`.
8385
8385
  #
8386
8386
  # * <b> <code>HTTPCode_Instance_2XX_Count</code> </b> - The number of
8387
8387
  # HTTP 2XX response codes generated by the target instances. This
8388
8388
  # does not include any response codes generated by the load
8389
8389
  # balancer.
8390
8390
  #
8391
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8391
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8392
8392
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8393
8393
  #
8394
- # `Unit`\: The published unit is `Count`.
8394
+ # `Unit`: The published unit is `Count`.
8395
8395
  #
8396
8396
  # * <b> <code>HTTPCode_Instance_3XX_Count</code> </b> - The number of
8397
8397
  # HTTP 3XX response codes generated by the target instances. This
8398
8398
  # does not include any response codes generated by the load
8399
8399
  # balancer.
8400
8400
  #
8401
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8401
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8402
8402
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8403
8403
  #
8404
- # `Unit`\: The published unit is `Count`.
8404
+ # `Unit`: The published unit is `Count`.
8405
8405
  #
8406
8406
  # * <b> <code>HTTPCode_Instance_4XX_Count</code> </b> - The number of
8407
8407
  # HTTP 4XX response codes generated by the target instances. This
8408
8408
  # does not include any response codes generated by the load
8409
8409
  # balancer.
8410
8410
  #
8411
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8411
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8412
8412
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8413
8413
  #
8414
- # `Unit`\: The published unit is `Count`.
8414
+ # `Unit`: The published unit is `Count`.
8415
8415
  #
8416
8416
  # * <b> <code>HTTPCode_Instance_5XX_Count</code> </b> - The number of
8417
8417
  # HTTP 5XX response codes generated by the target instances. This
8418
8418
  # does not include any response codes generated by the load
8419
8419
  # balancer.
8420
8420
  #
8421
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8421
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8422
8422
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8423
8423
  #
8424
- # `Unit`\: The published unit is `Count`.
8424
+ # `Unit`: The published unit is `Count`.
8425
8425
  #
8426
8426
  # * <b> <code>HTTPCode_LB_4XX_Count</code> </b> - The number of HTTP
8427
8427
  # 4XX client error codes that originated from the load balancer.
@@ -8430,10 +8430,10 @@ module Aws::Lightsail
8430
8430
  # instance. This count does not include response codes generated by
8431
8431
  # the target instances.
8432
8432
  #
8433
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8433
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8434
8434
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8435
8435
  #
8436
- # `Unit`\: The published unit is `Count`.
8436
+ # `Unit`: The published unit is `Count`.
8437
8437
  #
8438
8438
  # * <b> <code>HTTPCode_LB_5XX_Count</code> </b> - The number of HTTP
8439
8439
  # 5XX server error codes that originated from the load balancer.
@@ -8443,43 +8443,43 @@ module Aws::Lightsail
8443
8443
  # exceeds the capacity of the instances (spillover) or the load
8444
8444
  # balancer.
8445
8445
  #
8446
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8446
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8447
8447
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8448
8448
  #
8449
- # `Unit`\: The published unit is `Count`.
8449
+ # `Unit`: The published unit is `Count`.
8450
8450
  #
8451
8451
  # * <b> <code>InstanceResponseTime</code> </b> - The time elapsed, in
8452
8452
  # seconds, after the request leaves the load balancer until a
8453
8453
  # response from the target instance is received.
8454
8454
  #
8455
- # `Statistics`\: The most useful statistic is `Average`.
8455
+ # `Statistics`: The most useful statistic is `Average`.
8456
8456
  #
8457
- # `Unit`\: The published unit is `Seconds`.
8457
+ # `Unit`: The published unit is `Seconds`.
8458
8458
  #
8459
8459
  # * <b> <code>RejectedConnectionCount</code> </b> - The number of
8460
8460
  # connections that were rejected because the load balancer had
8461
8461
  # reached its maximum number of connections.
8462
8462
  #
8463
- # `Statistics`\: The most useful statistic is `Sum`.
8463
+ # `Statistics`: The most useful statistic is `Sum`.
8464
8464
  #
8465
- # `Unit`\: The published unit is `Count`.
8465
+ # `Unit`: The published unit is `Count`.
8466
8466
  #
8467
8467
  # * <b> <code>RequestCount</code> </b> - The number of requests
8468
8468
  # processed over IPv4. This count includes only the requests with a
8469
8469
  # response generated by a target instance of the load balancer.
8470
8470
  #
8471
- # `Statistics`\: The most useful statistic is `Sum`. Note that
8471
+ # `Statistics`: The most useful statistic is `Sum`. Note that
8472
8472
  # `Minimum`, `Maximum`, and `Average` all return `1`.
8473
8473
  #
8474
- # `Unit`\: The published unit is `Count`.
8474
+ # `Unit`: The published unit is `Count`.
8475
8475
  #
8476
8476
  # * <b> <code>UnhealthyHostCount</code> </b> - The number of target
8477
8477
  # instances that are considered unhealthy.
8478
8478
  #
8479
- # `Statistics`\: The most useful statistic are `Average`, `Minimum`,
8479
+ # `Statistics`: The most useful statistic are `Average`, `Minimum`,
8480
8480
  # and `Maximum`.
8481
8481
  #
8482
- # `Unit`\: The published unit is `Count`.
8482
+ # `Unit`: The published unit is `Count`.
8483
8483
  # @return [String]
8484
8484
  #
8485
8485
  # @!attribute [rw] period
@@ -9182,49 +9182,49 @@ module Aws::Lightsail
9182
9182
  # * <b> <code>CPUUtilization</code> </b> - The percentage of CPU
9183
9183
  # utilization currently in use on the database.
9184
9184
  #
9185
- # `Statistics`\: The most useful statistics are `Maximum` and
9185
+ # `Statistics`: The most useful statistics are `Maximum` and
9186
9186
  # `Average`.
9187
9187
  #
9188
- # `Unit`\: The published unit is `Percent`.
9188
+ # `Unit`: The published unit is `Percent`.
9189
9189
  #
9190
9190
  # * <b> <code>DatabaseConnections</code> </b> - The number of database
9191
9191
  # connections in use.
9192
9192
  #
9193
- # `Statistics`\: The most useful statistics are `Maximum` and `Sum`.
9193
+ # `Statistics`: The most useful statistics are `Maximum` and `Sum`.
9194
9194
  #
9195
- # `Unit`\: The published unit is `Count`.
9195
+ # `Unit`: The published unit is `Count`.
9196
9196
  #
9197
9197
  # * <b> <code>DiskQueueDepth</code> </b> - The number of outstanding
9198
9198
  # IOs (read/write requests) that are waiting to access the disk.
9199
9199
  #
9200
- # `Statistics`\: The most useful statistic is `Sum`.
9200
+ # `Statistics`: The most useful statistic is `Sum`.
9201
9201
  #
9202
- # `Unit`\: The published unit is `Count`.
9202
+ # `Unit`: The published unit is `Count`.
9203
9203
  #
9204
9204
  # * <b> <code>FreeStorageSpace</code> </b> - The amount of available
9205
9205
  # storage space.
9206
9206
  #
9207
- # `Statistics`\: The most useful statistic is `Sum`.
9207
+ # `Statistics`: The most useful statistic is `Sum`.
9208
9208
  #
9209
- # `Unit`\: The published unit is `Bytes`.
9209
+ # `Unit`: The published unit is `Bytes`.
9210
9210
  #
9211
9211
  # * <b> <code>NetworkReceiveThroughput</code> </b> - The incoming
9212
9212
  # (Receive) network traffic on the database, including both customer
9213
9213
  # database traffic and AWS traffic used for monitoring and
9214
9214
  # replication.
9215
9215
  #
9216
- # `Statistics`\: The most useful statistic is `Average`.
9216
+ # `Statistics`: The most useful statistic is `Average`.
9217
9217
  #
9218
- # `Unit`\: The published unit is `Bytes/Second`.
9218
+ # `Unit`: The published unit is `Bytes/Second`.
9219
9219
  #
9220
9220
  # * <b> <code>NetworkTransmitThroughput</code> </b> - The outgoing
9221
9221
  # (Transmit) network traffic on the database, including both
9222
9222
  # customer database traffic and AWS traffic used for monitoring and
9223
9223
  # replication.
9224
9224
  #
9225
- # `Statistics`\: The most useful statistic is `Average`.
9225
+ # `Statistics`: The most useful statistic is `Average`.
9226
9226
  #
9227
- # `Unit`\: The published unit is `Bytes/Second`.
9227
+ # `Unit`: The published unit is `Bytes/Second`.
9228
9228
  # @return [String]
9229
9229
  #
9230
9230
  # @!attribute [rw] period
@@ -12245,20 +12245,20 @@ module Aws::Lightsail
12245
12245
  #
12246
12246
  # The following metrics are available for each resource type:
12247
12247
  #
12248
- # * **Instances**\: `BurstCapacityPercentage`, `BurstCapacityTime`,
12248
+ # * **Instances**: `BurstCapacityPercentage`, `BurstCapacityTime`,
12249
12249
  # `CPUUtilization`, `NetworkIn`, `NetworkOut`, `StatusCheckFailed`,
12250
12250
  # `StatusCheckFailed_Instance`, and `StatusCheckFailed_System`.
12251
12251
  #
12252
- # * **Load balancers**\: `ClientTLSNegotiationErrorCount`,
12252
+ # * **Load balancers**: `ClientTLSNegotiationErrorCount`,
12253
12253
  # `HealthyHostCount`, `UnhealthyHostCount`, `HTTPCode_LB_4XX_Count`,
12254
12254
  # `HTTPCode_LB_5XX_Count`, `HTTPCode_Instance_2XX_Count`,
12255
12255
  # `HTTPCode_Instance_3XX_Count`, `HTTPCode_Instance_4XX_Count`,
12256
12256
  # `HTTPCode_Instance_5XX_Count`, `InstanceResponseTime`,
12257
12257
  # `RejectedConnectionCount`, and `RequestCount`.
12258
12258
  #
12259
- # * **Relational databases**\: `CPUUtilization`,
12260
- # `DatabaseConnections`, `DiskQueueDepth`, `FreeStorageSpace`,
12261
- # `NetworkReceiveThroughput`, and `NetworkTransmitThroughput`.
12259
+ # * **Relational databases**: `CPUUtilization`, `DatabaseConnections`,
12260
+ # `DiskQueueDepth`, `FreeStorageSpace`, `NetworkReceiveThroughput`,
12261
+ # and `NetworkTransmitThroughput`.
12262
12262
  #
12263
12263
  # For more information about these metrics, see [Metrics available in
12264
12264
  # Lightsail][1].
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lightsail/customizations'
52
52
  # @!group service
53
53
  module Aws::Lightsail
54
54
 
55
- GEM_VERSION = '1.75.0'
55
+ GEM_VERSION = '1.76.0'
56
56
 
57
57
  end
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.75.0
4
+ version: 1.76.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: 2023-02-28 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
22
+ version: 3.174.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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement