aws-sdk-lightsail 1.71.0 → 1.73.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.
@@ -159,14 +159,6 @@ module Aws::Lightsail
159
159
  #
160
160
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-understanding-bucket-permissions
161
161
  #
162
- # @note When making an API call, you may pass AccessRules
163
- # data as a hash:
164
- #
165
- # {
166
- # get_object: "public", # accepts public, private
167
- # allow_public_overrides: false,
168
- # }
169
- #
170
162
  # @!attribute [rw] get_object
171
163
  # Specifies the anonymous access to all objects in a bucket.
172
164
  #
@@ -400,16 +392,6 @@ module Aws::Lightsail
400
392
  #
401
393
  # [1]: https://aws.amazon.com/lightsail/pricing/
402
394
  #
403
- # @note When making an API call, you may pass AddOnRequest
404
- # data as a hash:
405
- #
406
- # {
407
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
408
- # auto_snapshot_add_on_request: {
409
- # snapshot_time_of_day: "TimeOfDay",
410
- # },
411
- # }
412
- #
413
395
  # @!attribute [rw] add_on_type
414
396
  # The add-on type.
415
397
  # @return [String]
@@ -600,13 +582,6 @@ module Aws::Lightsail
600
582
  include Aws::Structure
601
583
  end
602
584
 
603
- # @note When making an API call, you may pass AllocateStaticIpRequest
604
- # data as a hash:
605
- #
606
- # {
607
- # static_ip_name: "ResourceName", # required
608
- # }
609
- #
610
585
  # @!attribute [rw] static_ip_name
611
586
  # The name of the static IP address.
612
587
  # @return [String]
@@ -633,14 +608,6 @@ module Aws::Lightsail
633
608
  include Aws::Structure
634
609
  end
635
610
 
636
- # @note When making an API call, you may pass AttachCertificateToDistributionRequest
637
- # data as a hash:
638
- #
639
- # {
640
- # distribution_name: "ResourceName", # required
641
- # certificate_name: "ResourceName", # required
642
- # }
643
- #
644
611
  # @!attribute [rw] distribution_name
645
612
  # The name of the distribution that the certificate will be attached
646
613
  # to.
@@ -690,15 +657,6 @@ module Aws::Lightsail
690
657
  include Aws::Structure
691
658
  end
692
659
 
693
- # @note When making an API call, you may pass AttachDiskRequest
694
- # data as a hash:
695
- #
696
- # {
697
- # disk_name: "ResourceName", # required
698
- # instance_name: "ResourceName", # required
699
- # disk_path: "NonEmptyString", # required
700
- # }
701
- #
702
660
  # @!attribute [rw] disk_name
703
661
  # The unique Lightsail disk name (e.g., `my-disk`).
704
662
  # @return [String]
@@ -736,14 +694,6 @@ module Aws::Lightsail
736
694
  include Aws::Structure
737
695
  end
738
696
 
739
- # @note When making an API call, you may pass AttachInstancesToLoadBalancerRequest
740
- # data as a hash:
741
- #
742
- # {
743
- # load_balancer_name: "ResourceName", # required
744
- # instance_names: ["ResourceName"], # required
745
- # }
746
- #
747
697
  # @!attribute [rw] load_balancer_name
748
698
  # The name of the load balancer.
749
699
  # @return [String]
@@ -783,14 +733,6 @@ module Aws::Lightsail
783
733
  include Aws::Structure
784
734
  end
785
735
 
786
- # @note When making an API call, you may pass AttachLoadBalancerTlsCertificateRequest
787
- # data as a hash:
788
- #
789
- # {
790
- # load_balancer_name: "ResourceName", # required
791
- # certificate_name: "ResourceName", # required
792
- # }
793
- #
794
736
  # @!attribute [rw] load_balancer_name
795
737
  # The name of the load balancer to which you want to associate the
796
738
  # SSL/TLS certificate.
@@ -827,14 +769,6 @@ module Aws::Lightsail
827
769
  include Aws::Structure
828
770
  end
829
771
 
830
- # @note When making an API call, you may pass AttachStaticIpRequest
831
- # data as a hash:
832
- #
833
- # {
834
- # static_ip_name: "ResourceName", # required
835
- # instance_name: "ResourceName", # required
836
- # }
837
- #
838
772
  # @!attribute [rw] static_ip_name
839
773
  # The name of the static IP.
840
774
  # @return [String]
@@ -921,13 +855,6 @@ module Aws::Lightsail
921
855
  # day, because 30 minutes is required between your current time and
922
856
  # the new snapshot time that you specify.
923
857
  #
924
- # @note When making an API call, you may pass AutoSnapshotAddOnRequest
925
- # data as a hash:
926
- #
927
- # {
928
- # snapshot_time_of_day: "TimeOfDay",
929
- # }
930
- #
931
858
  # @!attribute [rw] snapshot_time_of_day
932
859
  # The daily time when an automatic snapshot will be created.
933
860
  #
@@ -1227,15 +1154,6 @@ module Aws::Lightsail
1227
1154
  #
1228
1155
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-bucket-access-logs
1229
1156
  #
1230
- # @note When making an API call, you may pass BucketAccessLogConfig
1231
- # data as a hash:
1232
- #
1233
- # {
1234
- # enabled: false, # required
1235
- # destination: "BucketName",
1236
- # prefix: "BucketAccessLogPrefix",
1237
- # }
1238
- #
1239
1157
  # @!attribute [rw] enabled
1240
1158
  # A Boolean value that indicates whether bucket access logging is
1241
1159
  # enabled for the bucket.
@@ -1424,13 +1342,6 @@ module Aws::Lightsail
1424
1342
  # Describes the default cache behavior of an Amazon Lightsail content
1425
1343
  # delivery network (CDN) distribution.
1426
1344
  #
1427
- # @note When making an API call, you may pass CacheBehavior
1428
- # data as a hash:
1429
- #
1430
- # {
1431
- # behavior: "dont-cache", # accepts dont-cache, cache
1432
- # }
1433
- #
1434
1345
  # @!attribute [rw] behavior
1435
1346
  # The cache behavior of the distribution.
1436
1347
  #
@@ -1472,14 +1383,6 @@ module Aws::Lightsail
1472
1383
  # used to specify a directory, file, or file type that your distribution
1473
1384
  # will not cache.
1474
1385
  #
1475
- # @note When making an API call, you may pass CacheBehaviorPerPath
1476
- # data as a hash:
1477
- #
1478
- # {
1479
- # path: "string",
1480
- # behavior: "dont-cache", # accepts dont-cache, cache
1481
- # }
1482
- #
1483
1386
  # @!attribute [rw] path
1484
1387
  # The path to a directory or file to cached, or not cache. Use an
1485
1388
  # asterisk symbol to specify wildcard directories
@@ -1547,29 +1450,6 @@ module Aws::Lightsail
1547
1450
  # (including the `defaultCacheBehavior`) that have a `behavior` of
1548
1451
  # `cache`.
1549
1452
  #
1550
- # @note When making an API call, you may pass CacheSettings
1551
- # data as a hash:
1552
- #
1553
- # {
1554
- # default_ttl: 1,
1555
- # minimum_ttl: 1,
1556
- # maximum_ttl: 1,
1557
- # allowed_http_methods: "NonEmptyString",
1558
- # cached_http_methods: "NonEmptyString",
1559
- # forwarded_cookies: {
1560
- # option: "none", # accepts none, allow-list, all
1561
- # cookies_allow_list: ["string"],
1562
- # },
1563
- # forwarded_headers: {
1564
- # option: "none", # accepts none, allow-list, all
1565
- # headers_allow_list: ["Accept"], # accepts Accept, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Language, Authorization, CloudFront-Forwarded-Proto, CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer, CloudFront-Is-SmartTV-Viewer, CloudFront-Is-Tablet-Viewer, CloudFront-Viewer-Country, Host, Origin, Referer
1566
- # },
1567
- # forwarded_query_strings: {
1568
- # option: false,
1569
- # query_strings_allow_list: ["string"],
1570
- # },
1571
- # }
1572
- #
1573
1453
  # @!attribute [rw] default_ttl
1574
1454
  # The default amount of time that objects stay in the distribution's
1575
1455
  # cache before the distribution forwards another request to the origin
@@ -1905,21 +1785,6 @@ module Aws::Lightsail
1905
1785
  include Aws::Structure
1906
1786
  end
1907
1787
 
1908
- # @note When making an API call, you may pass CloseInstancePublicPortsRequest
1909
- # data as a hash:
1910
- #
1911
- # {
1912
- # port_info: { # required
1913
- # from_port: 1,
1914
- # to_port: 1,
1915
- # protocol: "tcp", # accepts tcp, all, udp, icmp
1916
- # cidrs: ["string"],
1917
- # ipv6_cidrs: ["string"],
1918
- # cidr_list_aliases: ["string"],
1919
- # },
1920
- # instance_name: "ResourceName", # required
1921
- # }
1922
- #
1923
1788
  # @!attribute [rw] port_info
1924
1789
  # An object to describe the ports to close for the specified instance.
1925
1790
  # @return [Types::PortInfo]
@@ -2115,20 +1980,6 @@ module Aws::Lightsail
2115
1980
  # Describes the settings of a container that will be launched, or that
2116
1981
  # is launched, to an Amazon Lightsail container service.
2117
1982
  #
2118
- # @note When making an API call, you may pass Container
2119
- # data as a hash:
2120
- #
2121
- # {
2122
- # image: "string",
2123
- # command: ["string"],
2124
- # environment: {
2125
- # "string" => "string",
2126
- # },
2127
- # ports: {
2128
- # "string" => "HTTP", # accepts HTTP, HTTPS, TCP, UDP
2129
- # },
2130
- # }
2131
- #
2132
1983
  # @!attribute [rw] image
2133
1984
  # The name of the image used for the container.
2134
1985
  #
@@ -2445,36 +2296,6 @@ module Aws::Lightsail
2445
2296
  # A deployment specifies the settings, such as the ports and launch
2446
2297
  # command, of containers that are deployed to your container service.
2447
2298
  #
2448
- # @note When making an API call, you may pass ContainerServiceDeploymentRequest
2449
- # data as a hash:
2450
- #
2451
- # {
2452
- # containers: {
2453
- # "ContainerName" => {
2454
- # image: "string",
2455
- # command: ["string"],
2456
- # environment: {
2457
- # "string" => "string",
2458
- # },
2459
- # ports: {
2460
- # "string" => "HTTP", # accepts HTTP, HTTPS, TCP, UDP
2461
- # },
2462
- # },
2463
- # },
2464
- # public_endpoint: {
2465
- # container_name: "string", # required
2466
- # container_port: 1, # required
2467
- # health_check: {
2468
- # healthy_threshold: 1,
2469
- # unhealthy_threshold: 1,
2470
- # timeout_seconds: 1,
2471
- # interval_seconds: 1,
2472
- # path: "string",
2473
- # success_codes: "string",
2474
- # },
2475
- # },
2476
- # }
2477
- #
2478
2299
  # @!attribute [rw] containers
2479
2300
  # An object that describes the configuration for the containers of the
2480
2301
  # deployment.
@@ -2546,13 +2367,6 @@ module Aws::Lightsail
2546
2367
  #
2547
2368
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
2548
2369
  #
2549
- # @note When making an API call, you may pass ContainerServiceECRImagePullerRoleRequest
2550
- # data as a hash:
2551
- #
2552
- # {
2553
- # is_active: false,
2554
- # }
2555
- #
2556
2370
  # @!attribute [rw] is_active
2557
2371
  # A Boolean value that indicates whether to activate the role.
2558
2372
  # @return [Boolean]
@@ -2596,18 +2410,6 @@ module Aws::Lightsail
2596
2410
  # Describes the health check configuration of an Amazon Lightsail
2597
2411
  # container service.
2598
2412
  #
2599
- # @note When making an API call, you may pass ContainerServiceHealthCheckConfig
2600
- # data as a hash:
2601
- #
2602
- # {
2603
- # healthy_threshold: 1,
2604
- # unhealthy_threshold: 1,
2605
- # timeout_seconds: 1,
2606
- # interval_seconds: 1,
2607
- # path: "string",
2608
- # success_codes: "string",
2609
- # }
2610
- #
2611
2413
  # @!attribute [rw] healthy_threshold
2612
2414
  # The number of consecutive health checks successes required before
2613
2415
  # moving the container to the `Healthy` state. The default value is
@@ -2837,14 +2639,6 @@ module Aws::Lightsail
2837
2639
  # versions of the specified content based on the cookie values in viewer
2838
2640
  # requests.
2839
2641
  #
2840
- # @note When making an API call, you may pass CookieObject
2841
- # data as a hash:
2842
- #
2843
- # {
2844
- # option: "none", # accepts none, allow-list, all
2845
- # cookies_allow_list: ["string"],
2846
- # }
2847
- #
2848
2642
  # @!attribute [rw] option
2849
2643
  # Specifies which cookies to forward to the distribution's origin for
2850
2644
  # a cache behavior: `all`, `none`, or `allow-list` to forward only the
@@ -2864,18 +2658,6 @@ module Aws::Lightsail
2864
2658
  include Aws::Structure
2865
2659
  end
2866
2660
 
2867
- # @note When making an API call, you may pass CopySnapshotRequest
2868
- # data as a hash:
2869
- #
2870
- # {
2871
- # source_snapshot_name: "ResourceName",
2872
- # source_resource_name: "string",
2873
- # restore_date: "string",
2874
- # use_latest_restorable_auto_snapshot: false,
2875
- # target_snapshot_name: "ResourceName", # required
2876
- # source_region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, eu-north-1
2877
- # }
2878
- #
2879
2661
  # @!attribute [rw] source_snapshot_name
2880
2662
  # The name of the source manual snapshot to copy.
2881
2663
  #
@@ -2982,13 +2764,6 @@ module Aws::Lightsail
2982
2764
  include Aws::Structure
2983
2765
  end
2984
2766
 
2985
- # @note When making an API call, you may pass CreateBucketAccessKeyRequest
2986
- # data as a hash:
2987
- #
2988
- # {
2989
- # bucket_name: "BucketName", # required
2990
- # }
2991
- #
2992
2767
  # @!attribute [rw] bucket_name
2993
2768
  # The name of the bucket that the new access key will belong to, and
2994
2769
  # grant access to.
@@ -3021,21 +2796,6 @@ module Aws::Lightsail
3021
2796
  include Aws::Structure
3022
2797
  end
3023
2798
 
3024
- # @note When making an API call, you may pass CreateBucketRequest
3025
- # data as a hash:
3026
- #
3027
- # {
3028
- # bucket_name: "BucketName", # required
3029
- # bundle_id: "NonEmptyString", # required
3030
- # tags: [
3031
- # {
3032
- # key: "TagKey",
3033
- # value: "TagValue",
3034
- # },
3035
- # ],
3036
- # enable_object_versioning: false,
3037
- # }
3038
- #
3039
2799
  # @!attribute [rw] bucket_name
3040
2800
  # The name for the bucket.
3041
2801
  #
@@ -3120,21 +2880,6 @@ module Aws::Lightsail
3120
2880
  include Aws::Structure
3121
2881
  end
3122
2882
 
3123
- # @note When making an API call, you may pass CreateCertificateRequest
3124
- # data as a hash:
3125
- #
3126
- # {
3127
- # certificate_name: "CertificateName", # required
3128
- # domain_name: "DomainName", # required
3129
- # subject_alternative_names: ["DomainName"],
3130
- # tags: [
3131
- # {
3132
- # key: "TagKey",
3133
- # value: "TagValue",
3134
- # },
3135
- # ],
3136
- # }
3137
- #
3138
2883
  # @!attribute [rw] certificate_name
3139
2884
  # The name for the certificate.
3140
2885
  # @return [String]
@@ -3191,21 +2936,6 @@ module Aws::Lightsail
3191
2936
  include Aws::Structure
3192
2937
  end
3193
2938
 
3194
- # @note When making an API call, you may pass CreateCloudFormationStackRequest
3195
- # data as a hash:
3196
- #
3197
- # {
3198
- # instances: [ # required
3199
- # {
3200
- # source_name: "ResourceName", # required
3201
- # instance_type: "NonEmptyString", # required
3202
- # port_info_source: "DEFAULT", # required, accepts DEFAULT, INSTANCE, NONE, CLOSED
3203
- # user_data: "string",
3204
- # availability_zone: "string", # required
3205
- # },
3206
- # ],
3207
- # }
3208
- #
3209
2939
  # @!attribute [rw] instances
3210
2940
  # An array of parameters that will be used to create the new Amazon
3211
2941
  # EC2 instance. You can only pass one instance entry at a time in this
@@ -3235,14 +2965,6 @@ module Aws::Lightsail
3235
2965
  include Aws::Structure
3236
2966
  end
3237
2967
 
3238
- # @note When making an API call, you may pass CreateContactMethodRequest
3239
- # data as a hash:
3240
- #
3241
- # {
3242
- # protocol: "Email", # required, accepts Email, SMS
3243
- # contact_endpoint: "StringMax256", # required
3244
- # }
3245
- #
3246
2968
  # @!attribute [rw] protocol
3247
2969
  # The protocol of the contact method, such as `Email` or `SMS` (text
3248
2970
  # messaging).
@@ -3316,37 +3038,6 @@ module Aws::Lightsail
3316
3038
  include Aws::Structure
3317
3039
  end
3318
3040
 
3319
- # @note When making an API call, you may pass CreateContainerServiceDeploymentRequest
3320
- # data as a hash:
3321
- #
3322
- # {
3323
- # service_name: "ContainerServiceName", # required
3324
- # containers: {
3325
- # "ContainerName" => {
3326
- # image: "string",
3327
- # command: ["string"],
3328
- # environment: {
3329
- # "string" => "string",
3330
- # },
3331
- # ports: {
3332
- # "string" => "HTTP", # accepts HTTP, HTTPS, TCP, UDP
3333
- # },
3334
- # },
3335
- # },
3336
- # public_endpoint: {
3337
- # container_name: "string", # required
3338
- # container_port: 1, # required
3339
- # health_check: {
3340
- # healthy_threshold: 1,
3341
- # unhealthy_threshold: 1,
3342
- # timeout_seconds: 1,
3343
- # interval_seconds: 1,
3344
- # path: "string",
3345
- # success_codes: "string",
3346
- # },
3347
- # },
3348
- # }
3349
- #
3350
3041
  # @!attribute [rw] service_name
3351
3042
  # The name of the container service for which to create the
3352
3043
  # deployment.
@@ -3403,55 +3094,6 @@ module Aws::Lightsail
3403
3094
  include Aws::Structure
3404
3095
  end
3405
3096
 
3406
- # @note When making an API call, you may pass CreateContainerServiceRequest
3407
- # data as a hash:
3408
- #
3409
- # {
3410
- # service_name: "ContainerServiceName", # required
3411
- # power: "nano", # required, accepts nano, micro, small, medium, large, xlarge
3412
- # scale: 1, # required
3413
- # tags: [
3414
- # {
3415
- # key: "TagKey",
3416
- # value: "TagValue",
3417
- # },
3418
- # ],
3419
- # public_domain_names: {
3420
- # "string" => ["string"],
3421
- # },
3422
- # deployment: {
3423
- # containers: {
3424
- # "ContainerName" => {
3425
- # image: "string",
3426
- # command: ["string"],
3427
- # environment: {
3428
- # "string" => "string",
3429
- # },
3430
- # ports: {
3431
- # "string" => "HTTP", # accepts HTTP, HTTPS, TCP, UDP
3432
- # },
3433
- # },
3434
- # },
3435
- # public_endpoint: {
3436
- # container_name: "string", # required
3437
- # container_port: 1, # required
3438
- # health_check: {
3439
- # healthy_threshold: 1,
3440
- # unhealthy_threshold: 1,
3441
- # timeout_seconds: 1,
3442
- # interval_seconds: 1,
3443
- # path: "string",
3444
- # success_codes: "string",
3445
- # },
3446
- # },
3447
- # },
3448
- # private_registry_access: {
3449
- # ecr_image_puller_role: {
3450
- # is_active: false,
3451
- # },
3452
- # },
3453
- # }
3454
- #
3455
3097
  # @!attribute [rw] service_name
3456
3098
  # The name for the container service.
3457
3099
  #
@@ -3589,33 +3231,6 @@ module Aws::Lightsail
3589
3231
  include Aws::Structure
3590
3232
  end
3591
3233
 
3592
- # @note When making an API call, you may pass CreateDiskFromSnapshotRequest
3593
- # data as a hash:
3594
- #
3595
- # {
3596
- # disk_name: "ResourceName", # required
3597
- # disk_snapshot_name: "ResourceName",
3598
- # availability_zone: "NonEmptyString", # required
3599
- # size_in_gb: 1, # required
3600
- # tags: [
3601
- # {
3602
- # key: "TagKey",
3603
- # value: "TagValue",
3604
- # },
3605
- # ],
3606
- # add_ons: [
3607
- # {
3608
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
3609
- # auto_snapshot_add_on_request: {
3610
- # snapshot_time_of_day: "TimeOfDay",
3611
- # },
3612
- # },
3613
- # ],
3614
- # source_disk_name: "string",
3615
- # restore_date: "string",
3616
- # use_latest_restorable_auto_snapshot: false,
3617
- # }
3618
- #
3619
3234
  # @!attribute [rw] disk_name
3620
3235
  # The unique Lightsail disk name (e.g., `my-disk`).
3621
3236
  # @return [String]
@@ -3749,29 +3364,6 @@ module Aws::Lightsail
3749
3364
  include Aws::Structure
3750
3365
  end
3751
3366
 
3752
- # @note When making an API call, you may pass CreateDiskRequest
3753
- # data as a hash:
3754
- #
3755
- # {
3756
- # disk_name: "ResourceName", # required
3757
- # availability_zone: "NonEmptyString", # required
3758
- # size_in_gb: 1, # required
3759
- # tags: [
3760
- # {
3761
- # key: "TagKey",
3762
- # value: "TagValue",
3763
- # },
3764
- # ],
3765
- # add_ons: [
3766
- # {
3767
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
3768
- # auto_snapshot_add_on_request: {
3769
- # snapshot_time_of_day: "TimeOfDay",
3770
- # },
3771
- # },
3772
- # ],
3773
- # }
3774
- #
3775
3367
  # @!attribute [rw] disk_name
3776
3368
  # The unique Lightsail disk name (e.g., `my-disk`).
3777
3369
  # @return [String]
@@ -3827,21 +3419,6 @@ module Aws::Lightsail
3827
3419
  include Aws::Structure
3828
3420
  end
3829
3421
 
3830
- # @note When making an API call, you may pass CreateDiskSnapshotRequest
3831
- # data as a hash:
3832
- #
3833
- # {
3834
- # disk_name: "ResourceName",
3835
- # disk_snapshot_name: "ResourceName", # required
3836
- # instance_name: "ResourceName",
3837
- # tags: [
3838
- # {
3839
- # key: "TagKey",
3840
- # value: "TagValue",
3841
- # },
3842
- # ],
3843
- # }
3844
- #
3845
3422
  # @!attribute [rw] disk_name
3846
3423
  # The unique name of the source disk (e.g., `Disk-Virginia-1`).
3847
3424
  #
@@ -3901,54 +3478,6 @@ module Aws::Lightsail
3901
3478
  include Aws::Structure
3902
3479
  end
3903
3480
 
3904
- # @note When making an API call, you may pass CreateDistributionRequest
3905
- # data as a hash:
3906
- #
3907
- # {
3908
- # distribution_name: "ResourceName", # required
3909
- # origin: { # required
3910
- # name: "ResourceName",
3911
- # region_name: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, eu-north-1
3912
- # protocol_policy: "http-only", # accepts http-only, https-only
3913
- # },
3914
- # default_cache_behavior: { # required
3915
- # behavior: "dont-cache", # accepts dont-cache, cache
3916
- # },
3917
- # cache_behavior_settings: {
3918
- # default_ttl: 1,
3919
- # minimum_ttl: 1,
3920
- # maximum_ttl: 1,
3921
- # allowed_http_methods: "NonEmptyString",
3922
- # cached_http_methods: "NonEmptyString",
3923
- # forwarded_cookies: {
3924
- # option: "none", # accepts none, allow-list, all
3925
- # cookies_allow_list: ["string"],
3926
- # },
3927
- # forwarded_headers: {
3928
- # option: "none", # accepts none, allow-list, all
3929
- # headers_allow_list: ["Accept"], # accepts Accept, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Language, Authorization, CloudFront-Forwarded-Proto, CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer, CloudFront-Is-SmartTV-Viewer, CloudFront-Is-Tablet-Viewer, CloudFront-Viewer-Country, Host, Origin, Referer
3930
- # },
3931
- # forwarded_query_strings: {
3932
- # option: false,
3933
- # query_strings_allow_list: ["string"],
3934
- # },
3935
- # },
3936
- # cache_behaviors: [
3937
- # {
3938
- # path: "string",
3939
- # behavior: "dont-cache", # accepts dont-cache, cache
3940
- # },
3941
- # ],
3942
- # bundle_id: "string", # required
3943
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
3944
- # tags: [
3945
- # {
3946
- # key: "TagKey",
3947
- # value: "TagValue",
3948
- # },
3949
- # ],
3950
- # }
3951
- #
3952
3481
  # @!attribute [rw] distribution_name
3953
3482
  # The name for the distribution.
3954
3483
  # @return [String]
@@ -4036,23 +3565,6 @@ module Aws::Lightsail
4036
3565
  include Aws::Structure
4037
3566
  end
4038
3567
 
4039
- # @note When making an API call, you may pass CreateDomainEntryRequest
4040
- # data as a hash:
4041
- #
4042
- # {
4043
- # domain_name: "DomainName", # required
4044
- # domain_entry: { # required
4045
- # id: "NonEmptyString",
4046
- # name: "DomainName",
4047
- # target: "string",
4048
- # is_alias: false,
4049
- # type: "DomainEntryType",
4050
- # options: {
4051
- # "DomainEntryOptionsKeys" => "string",
4052
- # },
4053
- # },
4054
- # }
4055
- #
4056
3568
  # @!attribute [rw] domain_name
4057
3569
  # The domain name (e.g., `example.com`) for which you want to create
4058
3570
  # the domain entry.
@@ -4086,29 +3598,8 @@ module Aws::Lightsail
4086
3598
  include Aws::Structure
4087
3599
  end
4088
3600
 
4089
- # @note When making an API call, you may pass CreateDomainRequest
4090
- # data as a hash:
4091
- #
4092
- # {
4093
- # domain_name: "DomainName", # required
4094
- # tags: [
4095
- # {
4096
- # key: "TagKey",
4097
- # value: "TagValue",
4098
- # },
4099
- # ],
4100
- # }
4101
- #
4102
3601
  # @!attribute [rw] domain_name
4103
3602
  # The domain name to manage (e.g., `example.com`).
4104
- #
4105
- # <note markdown="1"> You cannot register a new domain name using Lightsail. You must
4106
- # register a domain name using Amazon Route 53 or another domain name
4107
- # registrar. If you have already registered your domain, you can enter
4108
- # its name in this parameter to manage the DNS records for that domain
4109
- # using Lightsail.
4110
- #
4111
- # </note>
4112
3603
  # @return [String]
4113
3604
  #
4114
3605
  # @!attribute [rw] tags
@@ -4141,20 +3632,6 @@ module Aws::Lightsail
4141
3632
  include Aws::Structure
4142
3633
  end
4143
3634
 
4144
- # @note When making an API call, you may pass CreateInstanceSnapshotRequest
4145
- # data as a hash:
4146
- #
4147
- # {
4148
- # instance_snapshot_name: "ResourceName", # required
4149
- # instance_name: "ResourceName", # required
4150
- # tags: [
4151
- # {
4152
- # key: "TagKey",
4153
- # value: "TagValue",
4154
- # },
4155
- # ],
4156
- # }
4157
- #
4158
3635
  # @!attribute [rw] instance_snapshot_name
4159
3636
  # The name for your new snapshot.
4160
3637
  # @return [String]
@@ -4194,44 +3671,6 @@ module Aws::Lightsail
4194
3671
  include Aws::Structure
4195
3672
  end
4196
3673
 
4197
- # @note When making an API call, you may pass CreateInstancesFromSnapshotRequest
4198
- # data as a hash:
4199
- #
4200
- # {
4201
- # instance_names: ["string"], # required
4202
- # attached_disk_mapping: {
4203
- # "ResourceName" => [
4204
- # {
4205
- # original_disk_path: "NonEmptyString",
4206
- # new_disk_name: "ResourceName",
4207
- # },
4208
- # ],
4209
- # },
4210
- # availability_zone: "string", # required
4211
- # instance_snapshot_name: "ResourceName",
4212
- # bundle_id: "NonEmptyString", # required
4213
- # user_data: "string",
4214
- # key_pair_name: "ResourceName",
4215
- # tags: [
4216
- # {
4217
- # key: "TagKey",
4218
- # value: "TagValue",
4219
- # },
4220
- # ],
4221
- # add_ons: [
4222
- # {
4223
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
4224
- # auto_snapshot_add_on_request: {
4225
- # snapshot_time_of_day: "TimeOfDay",
4226
- # },
4227
- # },
4228
- # ],
4229
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
4230
- # source_instance_name: "string",
4231
- # restore_date: "string",
4232
- # use_latest_restorable_auto_snapshot: false,
4233
- # }
4234
- #
4235
3674
  # @!attribute [rw] instance_names
4236
3675
  # The names for your new instances.
4237
3676
  # @return [Array<String>]
@@ -4408,34 +3847,6 @@ module Aws::Lightsail
4408
3847
  include Aws::Structure
4409
3848
  end
4410
3849
 
4411
- # @note When making an API call, you may pass CreateInstancesRequest
4412
- # data as a hash:
4413
- #
4414
- # {
4415
- # instance_names: ["string"], # required
4416
- # availability_zone: "string", # required
4417
- # custom_image_name: "ResourceName",
4418
- # blueprint_id: "NonEmptyString", # required
4419
- # bundle_id: "NonEmptyString", # required
4420
- # user_data: "string",
4421
- # key_pair_name: "ResourceName",
4422
- # tags: [
4423
- # {
4424
- # key: "TagKey",
4425
- # value: "TagValue",
4426
- # },
4427
- # ],
4428
- # add_ons: [
4429
- # {
4430
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
4431
- # auto_snapshot_add_on_request: {
4432
- # snapshot_time_of_day: "TimeOfDay",
4433
- # },
4434
- # },
4435
- # ],
4436
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
4437
- # }
4438
- #
4439
3850
  # @!attribute [rw] instance_names
4440
3851
  # The names to use for your new Lightsail instances. Separate multiple
4441
3852
  # values using quotation marks and commas, for example:
@@ -4556,19 +3967,6 @@ module Aws::Lightsail
4556
3967
  include Aws::Structure
4557
3968
  end
4558
3969
 
4559
- # @note When making an API call, you may pass CreateKeyPairRequest
4560
- # data as a hash:
4561
- #
4562
- # {
4563
- # key_pair_name: "ResourceName", # required
4564
- # tags: [
4565
- # {
4566
- # key: "TagKey",
4567
- # value: "TagValue",
4568
- # },
4569
- # ],
4570
- # }
4571
- #
4572
3970
  # @!attribute [rw] key_pair_name
4573
3971
  # The name for your new key pair.
4574
3972
  # @return [String]
@@ -4619,26 +4017,6 @@ module Aws::Lightsail
4619
4017
  include Aws::Structure
4620
4018
  end
4621
4019
 
4622
- # @note When making an API call, you may pass CreateLoadBalancerRequest
4623
- # data as a hash:
4624
- #
4625
- # {
4626
- # load_balancer_name: "ResourceName", # required
4627
- # instance_port: 1, # required
4628
- # health_check_path: "string",
4629
- # certificate_name: "ResourceName",
4630
- # certificate_domain_name: "DomainName",
4631
- # certificate_alternative_names: ["DomainName"],
4632
- # tags: [
4633
- # {
4634
- # key: "TagKey",
4635
- # value: "TagValue",
4636
- # },
4637
- # ],
4638
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
4639
- # tls_policy_name: "string",
4640
- # }
4641
- #
4642
4020
  # @!attribute [rw] load_balancer_name
4643
4021
  # The name of your load balancer.
4644
4022
  # @return [String]
@@ -4740,22 +4118,6 @@ module Aws::Lightsail
4740
4118
  include Aws::Structure
4741
4119
  end
4742
4120
 
4743
- # @note When making an API call, you may pass CreateLoadBalancerTlsCertificateRequest
4744
- # data as a hash:
4745
- #
4746
- # {
4747
- # load_balancer_name: "ResourceName", # required
4748
- # certificate_name: "ResourceName", # required
4749
- # certificate_domain_name: "DomainName", # required
4750
- # certificate_alternative_names: ["DomainName"],
4751
- # tags: [
4752
- # {
4753
- # key: "TagKey",
4754
- # value: "TagValue",
4755
- # },
4756
- # ],
4757
- # }
4758
- #
4759
4121
  # @!attribute [rw] load_balancer_name
4760
4122
  # The load balancer name where you want to create the SSL/TLS
4761
4123
  # certificate.
@@ -4820,26 +4182,6 @@ module Aws::Lightsail
4820
4182
  include Aws::Structure
4821
4183
  end
4822
4184
 
4823
- # @note When making an API call, you may pass CreateRelationalDatabaseFromSnapshotRequest
4824
- # data as a hash:
4825
- #
4826
- # {
4827
- # relational_database_name: "ResourceName", # required
4828
- # availability_zone: "string",
4829
- # publicly_accessible: false,
4830
- # relational_database_snapshot_name: "ResourceName",
4831
- # relational_database_bundle_id: "string",
4832
- # source_relational_database_name: "ResourceName",
4833
- # restore_time: Time.now,
4834
- # use_latest_restorable_time: false,
4835
- # tags: [
4836
- # {
4837
- # key: "TagKey",
4838
- # value: "TagValue",
4839
- # },
4840
- # ],
4841
- # }
4842
- #
4843
4185
  # @!attribute [rw] relational_database_name
4844
4186
  # The name to use for your new Lightsail database resource.
4845
4187
  #
@@ -4952,28 +4294,6 @@ module Aws::Lightsail
4952
4294
  include Aws::Structure
4953
4295
  end
4954
4296
 
4955
- # @note When making an API call, you may pass CreateRelationalDatabaseRequest
4956
- # data as a hash:
4957
- #
4958
- # {
4959
- # relational_database_name: "ResourceName", # required
4960
- # availability_zone: "string",
4961
- # relational_database_blueprint_id: "string", # required
4962
- # relational_database_bundle_id: "string", # required
4963
- # master_database_name: "string", # required
4964
- # master_username: "string", # required
4965
- # master_user_password: "SensitiveString",
4966
- # preferred_backup_window: "string",
4967
- # preferred_maintenance_window: "string",
4968
- # publicly_accessible: false,
4969
- # tags: [
4970
- # {
4971
- # key: "TagKey",
4972
- # value: "TagValue",
4973
- # },
4974
- # ],
4975
- # }
4976
- #
4977
4297
  # @!attribute [rw] relational_database_name
4978
4298
  # The name to use for your new Lightsail database resource.
4979
4299
  #
@@ -5217,20 +4537,6 @@ module Aws::Lightsail
5217
4537
  include Aws::Structure
5218
4538
  end
5219
4539
 
5220
- # @note When making an API call, you may pass CreateRelationalDatabaseSnapshotRequest
5221
- # data as a hash:
5222
- #
5223
- # {
5224
- # relational_database_name: "ResourceName", # required
5225
- # relational_database_snapshot_name: "ResourceName", # required
5226
- # tags: [
5227
- # {
5228
- # key: "TagKey",
5229
- # value: "TagValue",
5230
- # },
5231
- # ],
5232
- # }
5233
- #
5234
4540
  # @!attribute [rw] relational_database_name
5235
4541
  # The name of the database on which to base your new snapshot.
5236
4542
  # @return [String]
@@ -5276,13 +4582,6 @@ module Aws::Lightsail
5276
4582
  include Aws::Structure
5277
4583
  end
5278
4584
 
5279
- # @note When making an API call, you may pass DeleteAlarmRequest
5280
- # data as a hash:
5281
- #
5282
- # {
5283
- # alarm_name: "ResourceName", # required
5284
- # }
5285
- #
5286
4585
  # @!attribute [rw] alarm_name
5287
4586
  # The name of the alarm to delete.
5288
4587
  # @return [String]
@@ -5309,14 +4608,6 @@ module Aws::Lightsail
5309
4608
  include Aws::Structure
5310
4609
  end
5311
4610
 
5312
- # @note When making an API call, you may pass DeleteAutoSnapshotRequest
5313
- # data as a hash:
5314
- #
5315
- # {
5316
- # resource_name: "ResourceName", # required
5317
- # date: "AutoSnapshotDate", # required
5318
- # }
5319
- #
5320
4611
  # @!attribute [rw] resource_name
5321
4612
  # The name of the source instance or disk from which to delete the
5322
4613
  # automatic snapshot.
@@ -5351,14 +4642,6 @@ module Aws::Lightsail
5351
4642
  include Aws::Structure
5352
4643
  end
5353
4644
 
5354
- # @note When making an API call, you may pass DeleteBucketAccessKeyRequest
5355
- # data as a hash:
5356
- #
5357
- # {
5358
- # bucket_name: "BucketName", # required
5359
- # access_key_id: "NonEmptyString", # required
5360
- # }
5361
- #
5362
4645
  # @!attribute [rw] bucket_name
5363
4646
  # The name of the bucket that the access key belongs to.
5364
4647
  # @return [String]
@@ -5397,14 +4680,6 @@ module Aws::Lightsail
5397
4680
  include Aws::Structure
5398
4681
  end
5399
4682
 
5400
- # @note When making an API call, you may pass DeleteBucketRequest
5401
- # data as a hash:
5402
- #
5403
- # {
5404
- # bucket_name: "BucketName", # required
5405
- # force_delete: false,
5406
- # }
5407
- #
5408
4683
  # @!attribute [rw] bucket_name
5409
4684
  # The name of the bucket to delete.
5410
4685
  #
@@ -5463,13 +4738,6 @@ module Aws::Lightsail
5463
4738
  include Aws::Structure
5464
4739
  end
5465
4740
 
5466
- # @note When making an API call, you may pass DeleteCertificateRequest
5467
- # data as a hash:
5468
- #
5469
- # {
5470
- # certificate_name: "CertificateName", # required
5471
- # }
5472
- #
5473
4741
  # @!attribute [rw] certificate_name
5474
4742
  # The name of the certificate to delete.
5475
4743
  #
@@ -5499,13 +4767,6 @@ module Aws::Lightsail
5499
4767
  include Aws::Structure
5500
4768
  end
5501
4769
 
5502
- # @note When making an API call, you may pass DeleteContactMethodRequest
5503
- # data as a hash:
5504
- #
5505
- # {
5506
- # protocol: "Email", # required, accepts Email, SMS
5507
- # }
5508
- #
5509
4770
  # @!attribute [rw] protocol
5510
4771
  # The protocol that will be deleted, such as `Email` or `SMS` (text
5511
4772
  # messaging).
@@ -5539,14 +4800,6 @@ module Aws::Lightsail
5539
4800
  include Aws::Structure
5540
4801
  end
5541
4802
 
5542
- # @note When making an API call, you may pass DeleteContainerImageRequest
5543
- # data as a hash:
5544
- #
5545
- # {
5546
- # service_name: "ContainerServiceName", # required
5547
- # image: "string", # required
5548
- # }
5549
- #
5550
4803
  # @!attribute [rw] service_name
5551
4804
  # The name of the container service for which to delete a registered
5552
4805
  # container image.
@@ -5581,13 +4834,6 @@ module Aws::Lightsail
5581
4834
  #
5582
4835
  class DeleteContainerImageResult < Aws::EmptyStructure; end
5583
4836
 
5584
- # @note When making an API call, you may pass DeleteContainerServiceRequest
5585
- # data as a hash:
5586
- #
5587
- # {
5588
- # service_name: "ContainerServiceName", # required
5589
- # }
5590
- #
5591
4837
  # @!attribute [rw] service_name
5592
4838
  # The name of the container service to delete.
5593
4839
  # @return [String]
@@ -5604,21 +4850,13 @@ module Aws::Lightsail
5604
4850
  #
5605
4851
  class DeleteContainerServiceResult < Aws::EmptyStructure; end
5606
4852
 
5607
- # @note When making an API call, you may pass DeleteDiskRequest
5608
- # data as a hash:
5609
- #
5610
- # {
5611
- # disk_name: "ResourceName", # required
5612
- # force_delete_add_ons: false,
5613
- # }
5614
- #
5615
4853
  # @!attribute [rw] disk_name
5616
4854
  # The unique name of the disk you want to delete (e.g., `my-disk`).
5617
4855
  # @return [String]
5618
4856
  #
5619
4857
  # @!attribute [rw] force_delete_add_ons
5620
- # A Boolean value to indicate whether to delete the enabled add-ons
5621
- # for the disk.
4858
+ # A Boolean value to indicate whether to delete all add-ons for the
4859
+ # disk.
5622
4860
  # @return [Boolean]
5623
4861
  #
5624
4862
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteDiskRequest AWS API Documentation
@@ -5644,13 +4882,6 @@ module Aws::Lightsail
5644
4882
  include Aws::Structure
5645
4883
  end
5646
4884
 
5647
- # @note When making an API call, you may pass DeleteDiskSnapshotRequest
5648
- # data as a hash:
5649
- #
5650
- # {
5651
- # disk_snapshot_name: "ResourceName", # required
5652
- # }
5653
- #
5654
4885
  # @!attribute [rw] disk_snapshot_name
5655
4886
  # The name of the disk snapshot you want to delete (e.g.,
5656
4887
  # `my-disk-snapshot`).
@@ -5678,13 +4909,6 @@ module Aws::Lightsail
5678
4909
  include Aws::Structure
5679
4910
  end
5680
4911
 
5681
- # @note When making an API call, you may pass DeleteDistributionRequest
5682
- # data as a hash:
5683
- #
5684
- # {
5685
- # distribution_name: "ResourceName",
5686
- # }
5687
- #
5688
4912
  # @!attribute [rw] distribution_name
5689
4913
  # The name of the distribution to delete.
5690
4914
  #
@@ -5714,23 +4938,6 @@ module Aws::Lightsail
5714
4938
  include Aws::Structure
5715
4939
  end
5716
4940
 
5717
- # @note When making an API call, you may pass DeleteDomainEntryRequest
5718
- # data as a hash:
5719
- #
5720
- # {
5721
- # domain_name: "DomainName", # required
5722
- # domain_entry: { # required
5723
- # id: "NonEmptyString",
5724
- # name: "DomainName",
5725
- # target: "string",
5726
- # is_alias: false,
5727
- # type: "DomainEntryType",
5728
- # options: {
5729
- # "DomainEntryOptionsKeys" => "string",
5730
- # },
5731
- # },
5732
- # }
5733
- #
5734
4941
  # @!attribute [rw] domain_name
5735
4942
  # The name of the domain entry to delete.
5736
4943
  # @return [String]
@@ -5763,13 +4970,6 @@ module Aws::Lightsail
5763
4970
  include Aws::Structure
5764
4971
  end
5765
4972
 
5766
- # @note When making an API call, you may pass DeleteDomainRequest
5767
- # data as a hash:
5768
- #
5769
- # {
5770
- # domain_name: "DomainName", # required
5771
- # }
5772
- #
5773
4973
  # @!attribute [rw] domain_name
5774
4974
  # The specific domain name to delete.
5775
4975
  # @return [String]
@@ -5796,21 +4996,13 @@ module Aws::Lightsail
5796
4996
  include Aws::Structure
5797
4997
  end
5798
4998
 
5799
- # @note When making an API call, you may pass DeleteInstanceRequest
5800
- # data as a hash:
5801
- #
5802
- # {
5803
- # instance_name: "ResourceName", # required
5804
- # force_delete_add_ons: false,
5805
- # }
5806
- #
5807
4999
  # @!attribute [rw] instance_name
5808
5000
  # The name of the instance to delete.
5809
5001
  # @return [String]
5810
5002
  #
5811
5003
  # @!attribute [rw] force_delete_add_ons
5812
- # A Boolean value to indicate whether to delete the enabled add-ons
5813
- # for the disk.
5004
+ # A Boolean value to indicate whether to delete all add-ons for the
5005
+ # instance.
5814
5006
  # @return [Boolean]
5815
5007
  #
5816
5008
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteInstanceRequest AWS API Documentation
@@ -5836,13 +5028,6 @@ module Aws::Lightsail
5836
5028
  include Aws::Structure
5837
5029
  end
5838
5030
 
5839
- # @note When making an API call, you may pass DeleteInstanceSnapshotRequest
5840
- # data as a hash:
5841
- #
5842
- # {
5843
- # instance_snapshot_name: "ResourceName", # required
5844
- # }
5845
- #
5846
5031
  # @!attribute [rw] instance_snapshot_name
5847
5032
  # The name of the snapshot to delete.
5848
5033
  # @return [String]
@@ -5869,14 +5054,6 @@ module Aws::Lightsail
5869
5054
  include Aws::Structure
5870
5055
  end
5871
5056
 
5872
- # @note When making an API call, you may pass DeleteKeyPairRequest
5873
- # data as a hash:
5874
- #
5875
- # {
5876
- # key_pair_name: "ResourceName", # required
5877
- # expected_fingerprint: "string",
5878
- # }
5879
- #
5880
5057
  # @!attribute [rw] key_pair_name
5881
5058
  # The name of the key pair to delete.
5882
5059
  # @return [String]
@@ -5913,13 +5090,6 @@ module Aws::Lightsail
5913
5090
  include Aws::Structure
5914
5091
  end
5915
5092
 
5916
- # @note When making an API call, you may pass DeleteKnownHostKeysRequest
5917
- # data as a hash:
5918
- #
5919
- # {
5920
- # instance_name: "ResourceName", # required
5921
- # }
5922
- #
5923
5093
  # @!attribute [rw] instance_name
5924
5094
  # The name of the instance for which you want to reset the host key or
5925
5095
  # certificate.
@@ -5947,13 +5117,6 @@ module Aws::Lightsail
5947
5117
  include Aws::Structure
5948
5118
  end
5949
5119
 
5950
- # @note When making an API call, you may pass DeleteLoadBalancerRequest
5951
- # data as a hash:
5952
- #
5953
- # {
5954
- # load_balancer_name: "ResourceName", # required
5955
- # }
5956
- #
5957
5120
  # @!attribute [rw] load_balancer_name
5958
5121
  # The name of the load balancer you want to delete.
5959
5122
  # @return [String]
@@ -5980,15 +5143,6 @@ module Aws::Lightsail
5980
5143
  include Aws::Structure
5981
5144
  end
5982
5145
 
5983
- # @note When making an API call, you may pass DeleteLoadBalancerTlsCertificateRequest
5984
- # data as a hash:
5985
- #
5986
- # {
5987
- # load_balancer_name: "ResourceName", # required
5988
- # certificate_name: "ResourceName", # required
5989
- # force: false,
5990
- # }
5991
- #
5992
5146
  # @!attribute [rw] load_balancer_name
5993
5147
  # The load balancer name.
5994
5148
  # @return [String]
@@ -6030,15 +5184,6 @@ module Aws::Lightsail
6030
5184
  include Aws::Structure
6031
5185
  end
6032
5186
 
6033
- # @note When making an API call, you may pass DeleteRelationalDatabaseRequest
6034
- # data as a hash:
6035
- #
6036
- # {
6037
- # relational_database_name: "ResourceName", # required
6038
- # skip_final_snapshot: false,
6039
- # final_relational_database_snapshot_name: "ResourceName",
6040
- # }
6041
- #
6042
5187
  # @!attribute [rw] relational_database_name
6043
5188
  # The name of the database that you are deleting.
6044
5189
  # @return [String]
@@ -6095,13 +5240,6 @@ module Aws::Lightsail
6095
5240
  include Aws::Structure
6096
5241
  end
6097
5242
 
6098
- # @note When making an API call, you may pass DeleteRelationalDatabaseSnapshotRequest
6099
- # data as a hash:
6100
- #
6101
- # {
6102
- # relational_database_snapshot_name: "ResourceName", # required
6103
- # }
6104
- #
6105
5243
  # @!attribute [rw] relational_database_snapshot_name
6106
5244
  # The name of the database snapshot that you are deleting.
6107
5245
  # @return [String]
@@ -6147,13 +5285,6 @@ module Aws::Lightsail
6147
5285
  include Aws::Structure
6148
5286
  end
6149
5287
 
6150
- # @note When making an API call, you may pass DetachCertificateFromDistributionRequest
6151
- # data as a hash:
6152
- #
6153
- # {
6154
- # distribution_name: "ResourceName", # required
6155
- # }
6156
- #
6157
5288
  # @!attribute [rw] distribution_name
6158
5289
  # The name of the distribution from which to detach the certificate.
6159
5290
  #
@@ -6183,13 +5314,6 @@ module Aws::Lightsail
6183
5314
  include Aws::Structure
6184
5315
  end
6185
5316
 
6186
- # @note When making an API call, you may pass DetachDiskRequest
6187
- # data as a hash:
6188
- #
6189
- # {
6190
- # disk_name: "ResourceName", # required
6191
- # }
6192
- #
6193
5317
  # @!attribute [rw] disk_name
6194
5318
  # The unique name of the disk you want to detach from your instance
6195
5319
  # (e.g., `my-disk`).
@@ -6217,14 +5341,6 @@ module Aws::Lightsail
6217
5341
  include Aws::Structure
6218
5342
  end
6219
5343
 
6220
- # @note When making an API call, you may pass DetachInstancesFromLoadBalancerRequest
6221
- # data as a hash:
6222
- #
6223
- # {
6224
- # load_balancer_name: "ResourceName", # required
6225
- # instance_names: ["ResourceName"], # required
6226
- # }
6227
- #
6228
5344
  # @!attribute [rw] load_balancer_name
6229
5345
  # The name of the Lightsail load balancer.
6230
5346
  # @return [String]
@@ -6257,13 +5373,6 @@ module Aws::Lightsail
6257
5373
  include Aws::Structure
6258
5374
  end
6259
5375
 
6260
- # @note When making an API call, you may pass DetachStaticIpRequest
6261
- # data as a hash:
6262
- #
6263
- # {
6264
- # static_ip_name: "ResourceName", # required
6265
- # }
6266
- #
6267
5376
  # @!attribute [rw] static_ip_name
6268
5377
  # The name of the static IP to detach from the instance.
6269
5378
  # @return [String]
@@ -6290,14 +5399,6 @@ module Aws::Lightsail
6290
5399
  include Aws::Structure
6291
5400
  end
6292
5401
 
6293
- # @note When making an API call, you may pass DisableAddOnRequest
6294
- # data as a hash:
6295
- #
6296
- # {
6297
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
6298
- # resource_name: "ResourceName", # required
6299
- # }
6300
- #
6301
5402
  # @!attribute [rw] add_on_type
6302
5403
  # The add-on type to disable.
6303
5404
  # @return [String]
@@ -6477,14 +5578,6 @@ module Aws::Lightsail
6477
5578
 
6478
5579
  # Describes a block storage disk mapping.
6479
5580
  #
6480
- # @note When making an API call, you may pass DiskMap
6481
- # data as a hash:
6482
- #
6483
- # {
6484
- # original_disk_path: "NonEmptyString",
6485
- # new_disk_name: "ResourceName",
6486
- # }
6487
- #
6488
5581
  # @!attribute [rw] original_disk_path
6489
5582
  # The original disk path exposed to the instance (for example,
6490
5583
  # `/dev/sdh`).
@@ -6766,20 +5859,6 @@ module Aws::Lightsail
6766
5859
 
6767
5860
  # Describes a domain recordset entry.
6768
5861
  #
6769
- # @note When making an API call, you may pass DomainEntry
6770
- # data as a hash:
6771
- #
6772
- # {
6773
- # id: "NonEmptyString",
6774
- # name: "DomainName",
6775
- # target: "string",
6776
- # is_alias: false,
6777
- # type: "DomainEntryType",
6778
- # options: {
6779
- # "DomainEntryOptionsKeys" => "string",
6780
- # },
6781
- # }
6782
- #
6783
5862
  # @!attribute [rw] id
6784
5863
  # The ID of the domain recordset entry.
6785
5864
  # @return [String]
@@ -6919,19 +5998,6 @@ module Aws::Lightsail
6919
5998
  include Aws::Structure
6920
5999
  end
6921
6000
 
6922
- # @note When making an API call, you may pass EnableAddOnRequest
6923
- # data as a hash:
6924
- #
6925
- # {
6926
- # resource_name: "ResourceName", # required
6927
- # add_on_request: { # required
6928
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
6929
- # auto_snapshot_add_on_request: {
6930
- # snapshot_time_of_day: "TimeOfDay",
6931
- # },
6932
- # },
6933
- # }
6934
- #
6935
6001
  # @!attribute [rw] resource_name
6936
6002
  # The name of the source resource for which to enable or modify the
6937
6003
  # add-on.
@@ -6967,22 +6033,6 @@ module Aws::Lightsail
6967
6033
  # Describes the settings of a public endpoint for an Amazon Lightsail
6968
6034
  # container service.
6969
6035
  #
6970
- # @note When making an API call, you may pass EndpointRequest
6971
- # data as a hash:
6972
- #
6973
- # {
6974
- # container_name: "string", # required
6975
- # container_port: 1, # required
6976
- # health_check: {
6977
- # healthy_threshold: 1,
6978
- # unhealthy_threshold: 1,
6979
- # timeout_seconds: 1,
6980
- # interval_seconds: 1,
6981
- # path: "string",
6982
- # success_codes: "string",
6983
- # },
6984
- # }
6985
- #
6986
6036
  # @!attribute [rw] container_name
6987
6037
  # The name of the container for the endpoint.
6988
6038
  # @return [String]
@@ -7110,13 +6160,6 @@ module Aws::Lightsail
7110
6160
  include Aws::Structure
7111
6161
  end
7112
6162
 
7113
- # @note When making an API call, you may pass ExportSnapshotRequest
7114
- # data as a hash:
7115
- #
7116
- # {
7117
- # source_snapshot_name: "ResourceName", # required
7118
- # }
7119
- #
7120
6163
  # @!attribute [rw] source_snapshot_name
7121
6164
  # The name of the instance or disk snapshot to be exported to Amazon
7122
6165
  # EC2.
@@ -7144,13 +6187,6 @@ module Aws::Lightsail
7144
6187
  include Aws::Structure
7145
6188
  end
7146
6189
 
7147
- # @note When making an API call, you may pass GetActiveNamesRequest
7148
- # data as a hash:
7149
- #
7150
- # {
7151
- # page_token: "string",
7152
- # }
7153
- #
7154
6190
  # @!attribute [rw] page_token
7155
6191
  # The token to advance to the next page of results from your request.
7156
6192
  #
@@ -7192,15 +6228,6 @@ module Aws::Lightsail
7192
6228
  include Aws::Structure
7193
6229
  end
7194
6230
 
7195
- # @note When making an API call, you may pass GetAlarmsRequest
7196
- # data as a hash:
7197
- #
7198
- # {
7199
- # alarm_name: "ResourceName",
7200
- # page_token: "string",
7201
- # monitored_resource_name: "ResourceName",
7202
- # }
7203
- #
7204
6231
  # @!attribute [rw] alarm_name
7205
6232
  # The name of the alarm.
7206
6233
  #
@@ -7255,13 +6282,6 @@ module Aws::Lightsail
7255
6282
  include Aws::Structure
7256
6283
  end
7257
6284
 
7258
- # @note When making an API call, you may pass GetAutoSnapshotsRequest
7259
- # data as a hash:
7260
- #
7261
- # {
7262
- # resource_name: "ResourceName", # required
7263
- # }
7264
- #
7265
6285
  # @!attribute [rw] resource_name
7266
6286
  # The name of the source instance or disk from which to get automatic
7267
6287
  # snapshot information.
@@ -7298,14 +6318,6 @@ module Aws::Lightsail
7298
6318
  include Aws::Structure
7299
6319
  end
7300
6320
 
7301
- # @note When making an API call, you may pass GetBlueprintsRequest
7302
- # data as a hash:
7303
- #
7304
- # {
7305
- # include_inactive: false,
7306
- # page_token: "string",
7307
- # }
7308
- #
7309
6321
  # @!attribute [rw] include_inactive
7310
6322
  # A Boolean value that indicates whether to include inactive
7311
6323
  # (unavailable) blueprints in the response of your request.
@@ -7354,13 +6366,6 @@ module Aws::Lightsail
7354
6366
  include Aws::Structure
7355
6367
  end
7356
6368
 
7357
- # @note When making an API call, you may pass GetBucketAccessKeysRequest
7358
- # data as a hash:
7359
- #
7360
- # {
7361
- # bucket_name: "BucketName", # required
7362
- # }
7363
- #
7364
6369
  # @!attribute [rw] bucket_name
7365
6370
  # The name of the bucket for which to return access keys.
7366
6371
  # @return [String]
@@ -7385,13 +6390,6 @@ module Aws::Lightsail
7385
6390
  include Aws::Structure
7386
6391
  end
7387
6392
 
7388
- # @note When making an API call, you may pass GetBucketBundlesRequest
7389
- # data as a hash:
7390
- #
7391
- # {
7392
- # include_inactive: false,
7393
- # }
7394
- #
7395
6393
  # @!attribute [rw] include_inactive
7396
6394
  # A Boolean value that indicates whether to include inactive
7397
6395
  # (unavailable) bundles in the response of your request.
@@ -7417,19 +6415,6 @@ module Aws::Lightsail
7417
6415
  include Aws::Structure
7418
6416
  end
7419
6417
 
7420
- # @note When making an API call, you may pass GetBucketMetricDataRequest
7421
- # data as a hash:
7422
- #
7423
- # {
7424
- # bucket_name: "BucketName", # required
7425
- # metric_name: "BucketSizeBytes", # required, accepts BucketSizeBytes, NumberOfObjects
7426
- # start_time: Time.now, # required
7427
- # end_time: Time.now, # required
7428
- # period: 1, # required
7429
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
7430
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
7431
- # }
7432
- #
7433
6418
  # @!attribute [rw] bucket_name
7434
6419
  # The name of the bucket for which to get metric data.
7435
6420
  # @return [String]
@@ -7550,15 +6535,6 @@ module Aws::Lightsail
7550
6535
  include Aws::Structure
7551
6536
  end
7552
6537
 
7553
- # @note When making an API call, you may pass GetBucketsRequest
7554
- # data as a hash:
7555
- #
7556
- # {
7557
- # bucket_name: "BucketName",
7558
- # page_token: "string",
7559
- # include_connected_resources: false,
7560
- # }
7561
- #
7562
6538
  # @!attribute [rw] bucket_name
7563
6539
  # The name of the bucket for which to return information.
7564
6540
  #
@@ -7634,14 +6610,6 @@ module Aws::Lightsail
7634
6610
  include Aws::Structure
7635
6611
  end
7636
6612
 
7637
- # @note When making an API call, you may pass GetBundlesRequest
7638
- # data as a hash:
7639
- #
7640
- # {
7641
- # include_inactive: false,
7642
- # page_token: "string",
7643
- # }
7644
- #
7645
6613
  # @!attribute [rw] include_inactive
7646
6614
  # A Boolean value that indicates whether to include inactive
7647
6615
  # (unavailable) bundles in the response of your request.
@@ -7690,15 +6658,6 @@ module Aws::Lightsail
7690
6658
  include Aws::Structure
7691
6659
  end
7692
6660
 
7693
- # @note When making an API call, you may pass GetCertificatesRequest
7694
- # data as a hash:
7695
- #
7696
- # {
7697
- # certificate_statuses: ["PENDING_VALIDATION"], # accepts PENDING_VALIDATION, ISSUED, INACTIVE, EXPIRED, VALIDATION_TIMED_OUT, REVOKED, FAILED
7698
- # include_certificate_details: false,
7699
- # certificate_name: "CertificateName",
7700
- # }
7701
- #
7702
6661
  # @!attribute [rw] certificate_statuses
7703
6662
  # The status of the certificates for which to return information.
7704
6663
  #
@@ -7747,13 +6706,6 @@ module Aws::Lightsail
7747
6706
  include Aws::Structure
7748
6707
  end
7749
6708
 
7750
- # @note When making an API call, you may pass GetCloudFormationStackRecordsRequest
7751
- # data as a hash:
7752
- #
7753
- # {
7754
- # page_token: "string",
7755
- # }
7756
- #
7757
6709
  # @!attribute [rw] page_token
7758
6710
  # The token to advance to the next page of results from your request.
7759
6711
  #
@@ -7795,13 +6747,6 @@ module Aws::Lightsail
7795
6747
  include Aws::Structure
7796
6748
  end
7797
6749
 
7798
- # @note When making an API call, you may pass GetContactMethodsRequest
7799
- # data as a hash:
7800
- #
7801
- # {
7802
- # protocols: ["Email"], # accepts Email, SMS
7803
- # }
7804
- #
7805
6750
  # @!attribute [rw] protocols
7806
6751
  # The protocols used to send notifications, such as `Email`, or `SMS`
7807
6752
  # (text messaging).
@@ -7849,13 +6794,6 @@ module Aws::Lightsail
7849
6794
  include Aws::Structure
7850
6795
  end
7851
6796
 
7852
- # @note When making an API call, you may pass GetContainerImagesRequest
7853
- # data as a hash:
7854
- #
7855
- # {
7856
- # service_name: "ContainerServiceName", # required
7857
- # }
7858
- #
7859
6797
  # @!attribute [rw] service_name
7860
6798
  # The name of the container service for which to return registered
7861
6799
  # container images.
@@ -7882,18 +6820,6 @@ module Aws::Lightsail
7882
6820
  include Aws::Structure
7883
6821
  end
7884
6822
 
7885
- # @note When making an API call, you may pass GetContainerLogRequest
7886
- # data as a hash:
7887
- #
7888
- # {
7889
- # service_name: "ContainerServiceName", # required
7890
- # container_name: "string", # required
7891
- # start_time: Time.now,
7892
- # end_time: Time.now,
7893
- # filter_pattern: "string",
7894
- # page_token: "string",
7895
- # }
7896
- #
7897
6823
  # @!attribute [rw] service_name
7898
6824
  # The name of the container service for which to get a container log.
7899
6825
  # @return [String]
@@ -8011,13 +6937,6 @@ module Aws::Lightsail
8011
6937
  include Aws::Structure
8012
6938
  end
8013
6939
 
8014
- # @note When making an API call, you may pass GetContainerServiceDeploymentsRequest
8015
- # data as a hash:
8016
- #
8017
- # {
8018
- # service_name: "ContainerServiceName", # required
8019
- # }
8020
- #
8021
6940
  # @!attribute [rw] service_name
8022
6941
  # The name of the container service for which to return deployments.
8023
6942
  # @return [String]
@@ -8043,18 +6962,6 @@ module Aws::Lightsail
8043
6962
  include Aws::Structure
8044
6963
  end
8045
6964
 
8046
- # @note When making an API call, you may pass GetContainerServiceMetricDataRequest
8047
- # data as a hash:
8048
- #
8049
- # {
8050
- # service_name: "ContainerServiceName", # required
8051
- # metric_name: "CPUUtilization", # required, accepts CPUUtilization, MemoryUtilization
8052
- # start_time: Time.now, # required
8053
- # end_time: Time.now, # required
8054
- # period: 1, # required
8055
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
8056
- # }
8057
- #
8058
6965
  # @!attribute [rw] service_name
8059
6966
  # The name of the container service for which to get metric data.
8060
6967
  # @return [String]
@@ -8179,13 +7086,6 @@ module Aws::Lightsail
8179
7086
  include Aws::Structure
8180
7087
  end
8181
7088
 
8182
- # @note When making an API call, you may pass GetContainerServicesRequest
8183
- # data as a hash:
8184
- #
8185
- # {
8186
- # service_name: "ContainerServiceName",
8187
- # }
8188
- #
8189
7089
  # @!attribute [rw] service_name
8190
7090
  # The name of the container service for which to return information.
8191
7091
  #
@@ -8201,13 +7101,6 @@ module Aws::Lightsail
8201
7101
  include Aws::Structure
8202
7102
  end
8203
7103
 
8204
- # @note When making an API call, you may pass GetDiskRequest
8205
- # data as a hash:
8206
- #
8207
- # {
8208
- # disk_name: "ResourceName", # required
8209
- # }
8210
- #
8211
7104
  # @!attribute [rw] disk_name
8212
7105
  # The name of the disk (e.g., `my-disk`).
8213
7106
  # @return [String]
@@ -8232,13 +7125,6 @@ module Aws::Lightsail
8232
7125
  include Aws::Structure
8233
7126
  end
8234
7127
 
8235
- # @note When making an API call, you may pass GetDiskSnapshotRequest
8236
- # data as a hash:
8237
- #
8238
- # {
8239
- # disk_snapshot_name: "ResourceName", # required
8240
- # }
8241
- #
8242
7128
  # @!attribute [rw] disk_snapshot_name
8243
7129
  # The name of the disk snapshot (e.g., `my-disk-snapshot`).
8244
7130
  # @return [String]
@@ -8263,13 +7149,6 @@ module Aws::Lightsail
8263
7149
  include Aws::Structure
8264
7150
  end
8265
7151
 
8266
- # @note When making an API call, you may pass GetDiskSnapshotsRequest
8267
- # data as a hash:
8268
- #
8269
- # {
8270
- # page_token: "string",
8271
- # }
8272
- #
8273
7152
  # @!attribute [rw] page_token
8274
7153
  # The token to advance to the next page of results from your request.
8275
7154
  #
@@ -8312,13 +7191,6 @@ module Aws::Lightsail
8312
7191
  include Aws::Structure
8313
7192
  end
8314
7193
 
8315
- # @note When making an API call, you may pass GetDisksRequest
8316
- # data as a hash:
8317
- #
8318
- # {
8319
- # page_token: "string",
8320
- # }
8321
- #
8322
7194
  # @!attribute [rw] page_token
8323
7195
  # The token to advance to the next page of results from your request.
8324
7196
  #
@@ -8377,13 +7249,6 @@ module Aws::Lightsail
8377
7249
  include Aws::Structure
8378
7250
  end
8379
7251
 
8380
- # @note When making an API call, you may pass GetDistributionLatestCacheResetRequest
8381
- # data as a hash:
8382
- #
8383
- # {
8384
- # distribution_name: "ResourceName",
8385
- # }
8386
- #
8387
7252
  # @!attribute [rw] distribution_name
8388
7253
  # The name of the distribution for which to return the timestamp of
8389
7254
  # the last cache reset.
@@ -8421,19 +7286,6 @@ module Aws::Lightsail
8421
7286
  include Aws::Structure
8422
7287
  end
8423
7288
 
8424
- # @note When making an API call, you may pass GetDistributionMetricDataRequest
8425
- # data as a hash:
8426
- #
8427
- # {
8428
- # distribution_name: "ResourceName", # required
8429
- # metric_name: "Requests", # required, accepts Requests, BytesDownloaded, BytesUploaded, TotalErrorRate, Http4xxErrorRate, Http5xxErrorRate
8430
- # start_time: Time.now, # required
8431
- # end_time: Time.now, # required
8432
- # period: 1, # required
8433
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
8434
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
8435
- # }
8436
- #
8437
7289
  # @!attribute [rw] distribution_name
8438
7290
  # The name of the distribution for which to get metric data.
8439
7291
  #
@@ -8611,14 +7463,6 @@ module Aws::Lightsail
8611
7463
  include Aws::Structure
8612
7464
  end
8613
7465
 
8614
- # @note When making an API call, you may pass GetDistributionsRequest
8615
- # data as a hash:
8616
- #
8617
- # {
8618
- # distribution_name: "ResourceName",
8619
- # page_token: "string",
8620
- # }
8621
- #
8622
7466
  # @!attribute [rw] distribution_name
8623
7467
  # The name of the distribution for which to return information.
8624
7468
  #
@@ -8668,13 +7512,6 @@ module Aws::Lightsail
8668
7512
  include Aws::Structure
8669
7513
  end
8670
7514
 
8671
- # @note When making an API call, you may pass GetDomainRequest
8672
- # data as a hash:
8673
- #
8674
- # {
8675
- # domain_name: "DomainName", # required
8676
- # }
8677
- #
8678
7515
  # @!attribute [rw] domain_name
8679
7516
  # The domain name for which your want to return information about.
8680
7517
  # @return [String]
@@ -8700,13 +7537,6 @@ module Aws::Lightsail
8700
7537
  include Aws::Structure
8701
7538
  end
8702
7539
 
8703
- # @note When making an API call, you may pass GetDomainsRequest
8704
- # data as a hash:
8705
- #
8706
- # {
8707
- # page_token: "string",
8708
- # }
8709
- #
8710
7540
  # @!attribute [rw] page_token
8711
7541
  # The token to advance to the next page of results from your request.
8712
7542
  #
@@ -8749,13 +7579,6 @@ module Aws::Lightsail
8749
7579
  include Aws::Structure
8750
7580
  end
8751
7581
 
8752
- # @note When making an API call, you may pass GetExportSnapshotRecordsRequest
8753
- # data as a hash:
8754
- #
8755
- # {
8756
- # page_token: "string",
8757
- # }
8758
- #
8759
7582
  # @!attribute [rw] page_token
8760
7583
  # The token to advance to the next page of results from your request.
8761
7584
  #
@@ -8797,14 +7620,6 @@ module Aws::Lightsail
8797
7620
  include Aws::Structure
8798
7621
  end
8799
7622
 
8800
- # @note When making an API call, you may pass GetInstanceAccessDetailsRequest
8801
- # data as a hash:
8802
- #
8803
- # {
8804
- # instance_name: "ResourceName", # required
8805
- # protocol: "ssh", # accepts ssh, rdp
8806
- # }
8807
- #
8808
7623
  # @!attribute [rw] instance_name
8809
7624
  # The name of the instance to access.
8810
7625
  # @return [String]
@@ -8835,19 +7650,6 @@ module Aws::Lightsail
8835
7650
  include Aws::Structure
8836
7651
  end
8837
7652
 
8838
- # @note When making an API call, you may pass GetInstanceMetricDataRequest
8839
- # data as a hash:
8840
- #
8841
- # {
8842
- # instance_name: "ResourceName", # required
8843
- # metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, BurstCapacityTime, BurstCapacityPercentage, MetadataNoToken
8844
- # period: 1, # required
8845
- # start_time: Time.now, # required
8846
- # end_time: Time.now, # required
8847
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
8848
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
8849
- # }
8850
- #
8851
7653
  # @!attribute [rw] instance_name
8852
7654
  # The name of the instance for which you want to get metrics data.
8853
7655
  # @return [String]
@@ -9052,13 +7854,6 @@ module Aws::Lightsail
9052
7854
  include Aws::Structure
9053
7855
  end
9054
7856
 
9055
- # @note When making an API call, you may pass GetInstancePortStatesRequest
9056
- # data as a hash:
9057
- #
9058
- # {
9059
- # instance_name: "ResourceName", # required
9060
- # }
9061
- #
9062
7857
  # @!attribute [rw] instance_name
9063
7858
  # The name of the instance for which to return firewall port states.
9064
7859
  # @return [String]
@@ -9084,13 +7879,6 @@ module Aws::Lightsail
9084
7879
  include Aws::Structure
9085
7880
  end
9086
7881
 
9087
- # @note When making an API call, you may pass GetInstanceRequest
9088
- # data as a hash:
9089
- #
9090
- # {
9091
- # instance_name: "ResourceName", # required
9092
- # }
9093
- #
9094
7882
  # @!attribute [rw] instance_name
9095
7883
  # The name of the instance.
9096
7884
  # @return [String]
@@ -9116,13 +7904,6 @@ module Aws::Lightsail
9116
7904
  include Aws::Structure
9117
7905
  end
9118
7906
 
9119
- # @note When making an API call, you may pass GetInstanceSnapshotRequest
9120
- # data as a hash:
9121
- #
9122
- # {
9123
- # instance_snapshot_name: "ResourceName", # required
9124
- # }
9125
- #
9126
7907
  # @!attribute [rw] instance_snapshot_name
9127
7908
  # The name of the snapshot for which you are requesting information.
9128
7909
  # @return [String]
@@ -9148,13 +7929,6 @@ module Aws::Lightsail
9148
7929
  include Aws::Structure
9149
7930
  end
9150
7931
 
9151
- # @note When making an API call, you may pass GetInstanceSnapshotsRequest
9152
- # data as a hash:
9153
- #
9154
- # {
9155
- # page_token: "string",
9156
- # }
9157
- #
9158
7932
  # @!attribute [rw] page_token
9159
7933
  # The token to advance to the next page of results from your request.
9160
7934
  #
@@ -9197,13 +7971,6 @@ module Aws::Lightsail
9197
7971
  include Aws::Structure
9198
7972
  end
9199
7973
 
9200
- # @note When making an API call, you may pass GetInstanceStateRequest
9201
- # data as a hash:
9202
- #
9203
- # {
9204
- # instance_name: "ResourceName", # required
9205
- # }
9206
- #
9207
7974
  # @!attribute [rw] instance_name
9208
7975
  # The name of the instance to get state information about.
9209
7976
  # @return [String]
@@ -9228,13 +7995,6 @@ module Aws::Lightsail
9228
7995
  include Aws::Structure
9229
7996
  end
9230
7997
 
9231
- # @note When making an API call, you may pass GetInstancesRequest
9232
- # data as a hash:
9233
- #
9234
- # {
9235
- # page_token: "string",
9236
- # }
9237
- #
9238
7998
  # @!attribute [rw] page_token
9239
7999
  # The token to advance to the next page of results from your request.
9240
8000
  #
@@ -9277,13 +8037,6 @@ module Aws::Lightsail
9277
8037
  include Aws::Structure
9278
8038
  end
9279
8039
 
9280
- # @note When making an API call, you may pass GetKeyPairRequest
9281
- # data as a hash:
9282
- #
9283
- # {
9284
- # key_pair_name: "ResourceName", # required
9285
- # }
9286
- #
9287
8040
  # @!attribute [rw] key_pair_name
9288
8041
  # The name of the key pair for which you are requesting information.
9289
8042
  # @return [String]
@@ -9309,14 +8062,6 @@ module Aws::Lightsail
9309
8062
  include Aws::Structure
9310
8063
  end
9311
8064
 
9312
- # @note When making an API call, you may pass GetKeyPairsRequest
9313
- # data as a hash:
9314
- #
9315
- # {
9316
- # page_token: "string",
9317
- # include_default_key_pair: false,
9318
- # }
9319
- #
9320
8065
  # @!attribute [rw] page_token
9321
8066
  # The token to advance to the next page of results from your request.
9322
8067
  #
@@ -9365,19 +8110,6 @@ module Aws::Lightsail
9365
8110
  include Aws::Structure
9366
8111
  end
9367
8112
 
9368
- # @note When making an API call, you may pass GetLoadBalancerMetricDataRequest
9369
- # data as a hash:
9370
- #
9371
- # {
9372
- # load_balancer_name: "ResourceName", # required
9373
- # metric_name: "ClientTLSNegotiationErrorCount", # required, accepts ClientTLSNegotiationErrorCount, HealthyHostCount, UnhealthyHostCount, HTTPCode_LB_4XX_Count, HTTPCode_LB_5XX_Count, HTTPCode_Instance_2XX_Count, HTTPCode_Instance_3XX_Count, HTTPCode_Instance_4XX_Count, HTTPCode_Instance_5XX_Count, InstanceResponseTime, RejectedConnectionCount, RequestCount
9374
- # period: 1, # required
9375
- # start_time: Time.now, # required
9376
- # end_time: Time.now, # required
9377
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
9378
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
9379
- # }
9380
- #
9381
8113
  # @!attribute [rw] load_balancer_name
9382
8114
  # The name of the load balancer.
9383
8115
  # @return [String]
@@ -9583,13 +8315,6 @@ module Aws::Lightsail
9583
8315
  include Aws::Structure
9584
8316
  end
9585
8317
 
9586
- # @note When making an API call, you may pass GetLoadBalancerRequest
9587
- # data as a hash:
9588
- #
9589
- # {
9590
- # load_balancer_name: "ResourceName", # required
9591
- # }
9592
- #
9593
8318
  # @!attribute [rw] load_balancer_name
9594
8319
  # The name of the load balancer.
9595
8320
  # @return [String]
@@ -9614,13 +8339,6 @@ module Aws::Lightsail
9614
8339
  include Aws::Structure
9615
8340
  end
9616
8341
 
9617
- # @note When making an API call, you may pass GetLoadBalancerTlsCertificatesRequest
9618
- # data as a hash:
9619
- #
9620
- # {
9621
- # load_balancer_name: "ResourceName", # required
9622
- # }
9623
- #
9624
8342
  # @!attribute [rw] load_balancer_name
9625
8343
  # The name of the load balancer you associated with your SSL/TLS
9626
8344
  # certificate.
@@ -9647,13 +8365,6 @@ module Aws::Lightsail
9647
8365
  include Aws::Structure
9648
8366
  end
9649
8367
 
9650
- # @note When making an API call, you may pass GetLoadBalancerTlsPoliciesRequest
9651
- # data as a hash:
9652
- #
9653
- # {
9654
- # page_token: "string",
9655
- # }
9656
- #
9657
8368
  # @!attribute [rw] page_token
9658
8369
  # The token to advance to the next page of results from your request.
9659
8370
  #
@@ -9696,13 +8407,6 @@ module Aws::Lightsail
9696
8407
  include Aws::Structure
9697
8408
  end
9698
8409
 
9699
- # @note When making an API call, you may pass GetLoadBalancersRequest
9700
- # data as a hash:
9701
- #
9702
- # {
9703
- # page_token: "string",
9704
- # }
9705
- #
9706
8410
  # @!attribute [rw] page_token
9707
8411
  # The token to advance to the next page of results from your request.
9708
8412
  #
@@ -9744,13 +8448,6 @@ module Aws::Lightsail
9744
8448
  include Aws::Structure
9745
8449
  end
9746
8450
 
9747
- # @note When making an API call, you may pass GetOperationRequest
9748
- # data as a hash:
9749
- #
9750
- # {
9751
- # operation_id: "NonEmptyString", # required
9752
- # }
9753
- #
9754
8451
  # @!attribute [rw] operation_id
9755
8452
  # A GUID used to identify the operation.
9756
8453
  # @return [String]
@@ -9777,14 +8474,6 @@ module Aws::Lightsail
9777
8474
  include Aws::Structure
9778
8475
  end
9779
8476
 
9780
- # @note When making an API call, you may pass GetOperationsForResourceRequest
9781
- # data as a hash:
9782
- #
9783
- # {
9784
- # resource_name: "ResourceName", # required
9785
- # page_token: "string",
9786
- # }
9787
- #
9788
8477
  # @!attribute [rw] resource_name
9789
8478
  # The name of the resource for which you are requesting information.
9790
8479
  # @return [String]
@@ -9844,13 +8533,6 @@ module Aws::Lightsail
9844
8533
  include Aws::Structure
9845
8534
  end
9846
8535
 
9847
- # @note When making an API call, you may pass GetOperationsRequest
9848
- # data as a hash:
9849
- #
9850
- # {
9851
- # page_token: "string",
9852
- # }
9853
- #
9854
8536
  # @!attribute [rw] page_token
9855
8537
  # The token to advance to the next page of results from your request.
9856
8538
  #
@@ -9894,14 +8576,6 @@ module Aws::Lightsail
9894
8576
  include Aws::Structure
9895
8577
  end
9896
8578
 
9897
- # @note When making an API call, you may pass GetRegionsRequest
9898
- # data as a hash:
9899
- #
9900
- # {
9901
- # include_availability_zones: false,
9902
- # include_relational_database_availability_zones: false,
9903
- # }
9904
- #
9905
8579
  # @!attribute [rw] include_availability_zones
9906
8580
  # A Boolean value indicating whether to also include Availability
9907
8581
  # Zones in your get regions request. Availability Zones are indicated
@@ -9936,13 +8610,6 @@ module Aws::Lightsail
9936
8610
  include Aws::Structure
9937
8611
  end
9938
8612
 
9939
- # @note When making an API call, you may pass GetRelationalDatabaseBlueprintsRequest
9940
- # data as a hash:
9941
- #
9942
- # {
9943
- # page_token: "string",
9944
- # }
9945
- #
9946
8613
  # @!attribute [rw] page_token
9947
8614
  # The token to advance to the next page of results from your request.
9948
8615
  #
@@ -9985,14 +8652,6 @@ module Aws::Lightsail
9985
8652
  include Aws::Structure
9986
8653
  end
9987
8654
 
9988
- # @note When making an API call, you may pass GetRelationalDatabaseBundlesRequest
9989
- # data as a hash:
9990
- #
9991
- # {
9992
- # page_token: "string",
9993
- # include_inactive: false,
9994
- # }
9995
- #
9996
8655
  # @!attribute [rw] page_token
9997
8656
  # The token to advance to the next page of results from your request.
9998
8657
  #
@@ -10041,15 +8700,6 @@ module Aws::Lightsail
10041
8700
  include Aws::Structure
10042
8701
  end
10043
8702
 
10044
- # @note When making an API call, you may pass GetRelationalDatabaseEventsRequest
10045
- # data as a hash:
10046
- #
10047
- # {
10048
- # relational_database_name: "ResourceName", # required
10049
- # duration_in_minutes: 1,
10050
- # page_token: "string",
10051
- # }
10052
- #
10053
8703
  # @!attribute [rw] relational_database_name
10054
8704
  # The name of the database from which to get events.
10055
8705
  # @return [String]
@@ -10107,18 +8757,6 @@ module Aws::Lightsail
10107
8757
  include Aws::Structure
10108
8758
  end
10109
8759
 
10110
- # @note When making an API call, you may pass GetRelationalDatabaseLogEventsRequest
10111
- # data as a hash:
10112
- #
10113
- # {
10114
- # relational_database_name: "ResourceName", # required
10115
- # log_stream_name: "string", # required
10116
- # start_time: Time.now,
10117
- # end_time: Time.now,
10118
- # start_from_head: false,
10119
- # page_token: "string",
10120
- # }
10121
- #
10122
8760
  # @!attribute [rw] relational_database_name
10123
8761
  # The name of your database for which to get log events.
10124
8762
  # @return [String]
@@ -10217,13 +8855,6 @@ module Aws::Lightsail
10217
8855
  include Aws::Structure
10218
8856
  end
10219
8857
 
10220
- # @note When making an API call, you may pass GetRelationalDatabaseLogStreamsRequest
10221
- # data as a hash:
10222
- #
10223
- # {
10224
- # relational_database_name: "ResourceName", # required
10225
- # }
10226
- #
10227
8858
  # @!attribute [rw] relational_database_name
10228
8859
  # The name of your database for which to get log streams.
10229
8860
  # @return [String]
@@ -10249,14 +8880,6 @@ module Aws::Lightsail
10249
8880
  include Aws::Structure
10250
8881
  end
10251
8882
 
10252
- # @note When making an API call, you may pass GetRelationalDatabaseMasterUserPasswordRequest
10253
- # data as a hash:
10254
- #
10255
- # {
10256
- # relational_database_name: "ResourceName", # required
10257
- # password_version: "CURRENT", # accepts CURRENT, PREVIOUS, PENDING
10258
- # }
10259
- #
10260
8883
  # @!attribute [rw] relational_database_name
10261
8884
  # The name of your database for which to get the master user password.
10262
8885
  # @return [String]
@@ -10300,19 +8923,6 @@ module Aws::Lightsail
10300
8923
  include Aws::Structure
10301
8924
  end
10302
8925
 
10303
- # @note When making an API call, you may pass GetRelationalDatabaseMetricDataRequest
10304
- # data as a hash:
10305
- #
10306
- # {
10307
- # relational_database_name: "ResourceName", # required
10308
- # metric_name: "CPUUtilization", # required, accepts CPUUtilization, DatabaseConnections, DiskQueueDepth, FreeStorageSpace, NetworkReceiveThroughput, NetworkTransmitThroughput
10309
- # period: 1, # required
10310
- # start_time: Time.now, # required
10311
- # end_time: Time.now, # required
10312
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
10313
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
10314
- # }
10315
- #
10316
8926
  # @!attribute [rw] relational_database_name
10317
8927
  # The name of your database from which to get metric data.
10318
8928
  # @return [String]
@@ -10471,14 +9081,6 @@ module Aws::Lightsail
10471
9081
  include Aws::Structure
10472
9082
  end
10473
9083
 
10474
- # @note When making an API call, you may pass GetRelationalDatabaseParametersRequest
10475
- # data as a hash:
10476
- #
10477
- # {
10478
- # relational_database_name: "ResourceName", # required
10479
- # page_token: "string",
10480
- # }
10481
- #
10482
9084
  # @!attribute [rw] relational_database_name
10483
9085
  # The name of your database for which to get parameters.
10484
9086
  # @return [String]
@@ -10526,13 +9128,6 @@ module Aws::Lightsail
10526
9128
  include Aws::Structure
10527
9129
  end
10528
9130
 
10529
- # @note When making an API call, you may pass GetRelationalDatabaseRequest
10530
- # data as a hash:
10531
- #
10532
- # {
10533
- # relational_database_name: "ResourceName", # required
10534
- # }
10535
- #
10536
9131
  # @!attribute [rw] relational_database_name
10537
9132
  # The name of the database that you are looking up.
10538
9133
  # @return [String]
@@ -10557,13 +9152,6 @@ module Aws::Lightsail
10557
9152
  include Aws::Structure
10558
9153
  end
10559
9154
 
10560
- # @note When making an API call, you may pass GetRelationalDatabaseSnapshotRequest
10561
- # data as a hash:
10562
- #
10563
- # {
10564
- # relational_database_snapshot_name: "ResourceName", # required
10565
- # }
10566
- #
10567
9155
  # @!attribute [rw] relational_database_snapshot_name
10568
9156
  # The name of the database snapshot for which to get information.
10569
9157
  # @return [String]
@@ -10588,13 +9176,6 @@ module Aws::Lightsail
10588
9176
  include Aws::Structure
10589
9177
  end
10590
9178
 
10591
- # @note When making an API call, you may pass GetRelationalDatabaseSnapshotsRequest
10592
- # data as a hash:
10593
- #
10594
- # {
10595
- # page_token: "string",
10596
- # }
10597
- #
10598
9179
  # @!attribute [rw] page_token
10599
9180
  # The token to advance to the next page of results from your request.
10600
9181
  #
@@ -10637,13 +9218,6 @@ module Aws::Lightsail
10637
9218
  include Aws::Structure
10638
9219
  end
10639
9220
 
10640
- # @note When making an API call, you may pass GetRelationalDatabasesRequest
10641
- # data as a hash:
10642
- #
10643
- # {
10644
- # page_token: "string",
10645
- # }
10646
- #
10647
9221
  # @!attribute [rw] page_token
10648
9222
  # The token to advance to the next page of results from your request.
10649
9223
  #
@@ -10686,13 +9260,6 @@ module Aws::Lightsail
10686
9260
  include Aws::Structure
10687
9261
  end
10688
9262
 
10689
- # @note When making an API call, you may pass GetStaticIpRequest
10690
- # data as a hash:
10691
- #
10692
- # {
10693
- # static_ip_name: "ResourceName", # required
10694
- # }
10695
- #
10696
9263
  # @!attribute [rw] static_ip_name
10697
9264
  # The name of the static IP in Lightsail.
10698
9265
  # @return [String]
@@ -10718,13 +9285,6 @@ module Aws::Lightsail
10718
9285
  include Aws::Structure
10719
9286
  end
10720
9287
 
10721
- # @note When making an API call, you may pass GetStaticIpsRequest
10722
- # data as a hash:
10723
- #
10724
- # {
10725
- # page_token: "string",
10726
- # }
10727
- #
10728
9288
  # @!attribute [rw] page_token
10729
9289
  # The token to advance to the next page of results from your request.
10730
9290
  #
@@ -10779,14 +9339,6 @@ module Aws::Lightsail
10779
9339
  # `product` header to the origin and caches the response from the origin
10780
9340
  # once for each header value.
10781
9341
  #
10782
- # @note When making an API call, you may pass HeaderObject
10783
- # data as a hash:
10784
- #
10785
- # {
10786
- # option: "none", # accepts none, allow-list, all
10787
- # headers_allow_list: ["Accept"], # accepts Accept, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Language, Authorization, CloudFront-Forwarded-Proto, CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer, CloudFront-Is-SmartTV-Viewer, CloudFront-Is-Tablet-Viewer, CloudFront-Viewer-Country, Host, Origin, Referer
10788
- # }
10789
- #
10790
9342
  # @!attribute [rw] option
10791
9343
  # The headers that you want your distribution to forward to your
10792
9344
  # origin and base caching on.
@@ -10885,14 +9437,6 @@ module Aws::Lightsail
10885
9437
  include Aws::Structure
10886
9438
  end
10887
9439
 
10888
- # @note When making an API call, you may pass ImportKeyPairRequest
10889
- # data as a hash:
10890
- #
10891
- # {
10892
- # key_pair_name: "ResourceName", # required
10893
- # public_key_base_64: "Base64", # required
10894
- # }
10895
- #
10896
9440
  # @!attribute [rw] key_pair_name
10897
9441
  # The name of the key pair for which you want to import the public
10898
9442
  # key.
@@ -10932,15 +9476,6 @@ module Aws::Lightsail
10932
9476
  # distribution pulls content from an origin, caches it, and serves it to
10933
9477
  # viewers via a worldwide network of edge servers.
10934
9478
  #
10935
- # @note When making an API call, you may pass InputOrigin
10936
- # data as a hash:
10937
- #
10938
- # {
10939
- # name: "ResourceName",
10940
- # region_name: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, eu-north-1
10941
- # protocol_policy: "http-only", # accepts http-only, https-only
10942
- # }
10943
- #
10944
9479
  # @!attribute [rw] name
10945
9480
  # The name of the origin resource.
10946
9481
  # @return [String]
@@ -11188,17 +9723,6 @@ module Aws::Lightsail
11188
9723
  # resources to be created using the `create cloud formation stack`
11189
9724
  # operation.
11190
9725
  #
11191
- # @note When making an API call, you may pass InstanceEntry
11192
- # data as a hash:
11193
- #
11194
- # {
11195
- # source_name: "ResourceName", # required
11196
- # instance_type: "NonEmptyString", # required
11197
- # port_info_source: "DEFAULT", # required, accepts DEFAULT, INSTANCE, NONE, CLOSED
11198
- # user_data: "string",
11199
- # availability_zone: "string", # required
11200
- # }
11201
- #
11202
9726
  # @!attribute [rw] source_name
11203
9727
  # The name of the export snapshot record, which contains the exported
11204
9728
  # Lightsail instance snapshot that will be used as the source of the
@@ -12987,21 +11511,6 @@ module Aws::Lightsail
12987
11511
  include Aws::Structure
12988
11512
  end
12989
11513
 
12990
- # @note When making an API call, you may pass OpenInstancePublicPortsRequest
12991
- # data as a hash:
12992
- #
12993
- # {
12994
- # port_info: { # required
12995
- # from_port: 1,
12996
- # to_port: 1,
12997
- # protocol: "tcp", # accepts tcp, all, udp, icmp
12998
- # cidrs: ["string"],
12999
- # ipv6_cidrs: ["string"],
13000
- # cidr_list_aliases: ["string"],
13001
- # },
13002
- # instance_name: "ResourceName", # required
13003
- # }
13004
- #
13005
11514
  # @!attribute [rw] port_info
13006
11515
  # An object to describe the ports to open for the specified instance.
13007
11516
  # @return [Types::PortInfo]
@@ -13277,18 +11786,6 @@ module Aws::Lightsail
13277
11786
  # Describes ports to open on an instance, the IP addresses allowed to
13278
11787
  # connect to the instance through the ports, and the protocol.
13279
11788
  #
13280
- # @note When making an API call, you may pass PortInfo
13281
- # data as a hash:
13282
- #
13283
- # {
13284
- # from_port: 1,
13285
- # to_port: 1,
13286
- # protocol: "tcp", # accepts tcp, all, udp, icmp
13287
- # cidrs: ["string"],
13288
- # ipv6_cidrs: ["string"],
13289
- # cidr_list_aliases: ["string"],
13290
- # }
13291
- #
13292
11789
  # @!attribute [rw] from_port
13293
11790
  # The first port in a range of open ports on an instance.
13294
11791
  #
@@ -13477,15 +11974,6 @@ module Aws::Lightsail
13477
11974
  #
13478
11975
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
13479
11976
  #
13480
- # @note When making an API call, you may pass PrivateRegistryAccessRequest
13481
- # data as a hash:
13482
- #
13483
- # {
13484
- # ecr_image_puller_role: {
13485
- # is_active: false,
13486
- # },
13487
- # }
13488
- #
13489
11977
  # @!attribute [rw] ecr_image_puller_role
13490
11978
  # An object to describe a request to activate or deactivate the role
13491
11979
  # that you can use to grant an Amazon Lightsail container service
@@ -13501,23 +11989,6 @@ module Aws::Lightsail
13501
11989
  include Aws::Structure
13502
11990
  end
13503
11991
 
13504
- # @note When making an API call, you may pass PutAlarmRequest
13505
- # data as a hash:
13506
- #
13507
- # {
13508
- # alarm_name: "ResourceName", # required
13509
- # metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, ClientTLSNegotiationErrorCount, HealthyHostCount, UnhealthyHostCount, HTTPCode_LB_4XX_Count, HTTPCode_LB_5XX_Count, HTTPCode_Instance_2XX_Count, HTTPCode_Instance_3XX_Count, HTTPCode_Instance_4XX_Count, HTTPCode_Instance_5XX_Count, InstanceResponseTime, RejectedConnectionCount, RequestCount, DatabaseConnections, DiskQueueDepth, FreeStorageSpace, NetworkReceiveThroughput, NetworkTransmitThroughput, BurstCapacityTime, BurstCapacityPercentage
13510
- # monitored_resource_name: "ResourceName", # required
13511
- # comparison_operator: "GreaterThanOrEqualToThreshold", # required, accepts GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold
13512
- # threshold: 1.0, # required
13513
- # evaluation_periods: 1, # required
13514
- # datapoints_to_alarm: 1,
13515
- # treat_missing_data: "breaching", # accepts breaching, notBreaching, ignore, missing
13516
- # contact_protocols: ["Email"], # accepts Email, SMS
13517
- # notification_triggers: ["OK"], # accepts OK, ALARM, INSUFFICIENT_DATA
13518
- # notification_enabled: false,
13519
- # }
13520
- #
13521
11992
  # @!attribute [rw] alarm_name
13522
11993
  # The name for the alarm. Specify the name of an existing alarm to
13523
11994
  # update, and overwrite the previous configuration of the alarm.
@@ -13702,23 +12173,6 @@ module Aws::Lightsail
13702
12173
  include Aws::Structure
13703
12174
  end
13704
12175
 
13705
- # @note When making an API call, you may pass PutInstancePublicPortsRequest
13706
- # data as a hash:
13707
- #
13708
- # {
13709
- # port_infos: [ # required
13710
- # {
13711
- # from_port: 1,
13712
- # to_port: 1,
13713
- # protocol: "tcp", # accepts tcp, all, udp, icmp
13714
- # cidrs: ["string"],
13715
- # ipv6_cidrs: ["string"],
13716
- # cidr_list_aliases: ["string"],
13717
- # },
13718
- # ],
13719
- # instance_name: "ResourceName", # required
13720
- # }
13721
- #
13722
12176
  # @!attribute [rw] port_infos
13723
12177
  # An array of objects to describe the ports to open for the specified
13724
12178
  # instance.
@@ -13758,14 +12212,6 @@ module Aws::Lightsail
13758
12212
  # separate versions of the specified content based on the query string
13759
12213
  # values in viewer requests.
13760
12214
  #
13761
- # @note When making an API call, you may pass QueryStringObject
13762
- # data as a hash:
13763
- #
13764
- # {
13765
- # option: false,
13766
- # query_strings_allow_list: ["string"],
13767
- # }
13768
- #
13769
12215
  # @!attribute [rw] option
13770
12216
  # Indicates whether the distribution forwards and caches based on
13771
12217
  # query strings.
@@ -13823,13 +12269,6 @@ module Aws::Lightsail
13823
12269
  include Aws::Structure
13824
12270
  end
13825
12271
 
13826
- # @note When making an API call, you may pass RebootInstanceRequest
13827
- # data as a hash:
13828
- #
13829
- # {
13830
- # instance_name: "ResourceName", # required
13831
- # }
13832
- #
13833
12272
  # @!attribute [rw] instance_name
13834
12273
  # The name of the instance to reboot.
13835
12274
  # @return [String]
@@ -13856,13 +12295,6 @@ module Aws::Lightsail
13856
12295
  include Aws::Structure
13857
12296
  end
13858
12297
 
13859
- # @note When making an API call, you may pass RebootRelationalDatabaseRequest
13860
- # data as a hash:
13861
- #
13862
- # {
13863
- # relational_database_name: "ResourceName", # required
13864
- # }
13865
- #
13866
12298
  # @!attribute [rw] relational_database_name
13867
12299
  # The name of your database to reboot.
13868
12300
  # @return [String]
@@ -13932,15 +12364,6 @@ module Aws::Lightsail
13932
12364
  include Aws::Structure
13933
12365
  end
13934
12366
 
13935
- # @note When making an API call, you may pass RegisterContainerImageRequest
13936
- # data as a hash:
13937
- #
13938
- # {
13939
- # service_name: "ContainerServiceName", # required
13940
- # label: "ContainerLabel", # required
13941
- # digest: "string", # required
13942
- # }
13943
- #
13944
12367
  # @!attribute [rw] service_name
13945
12368
  # The name of the container service for which to register a container
13946
12369
  # image.
@@ -14394,20 +12817,6 @@ module Aws::Lightsail
14394
12817
 
14395
12818
  # Describes the parameters of a database.
14396
12819
  #
14397
- # @note When making an API call, you may pass RelationalDatabaseParameter
14398
- # data as a hash:
14399
- #
14400
- # {
14401
- # allowed_values: "string",
14402
- # apply_method: "string",
14403
- # apply_type: "string",
14404
- # data_type: "string",
14405
- # description: "string",
14406
- # is_modifiable: false,
14407
- # parameter_name: "string",
14408
- # parameter_value: "string",
14409
- # }
14410
- #
14411
12820
  # @!attribute [rw] allowed_values
14412
12821
  # Specifies the valid range of values for the parameter.
14413
12822
  # @return [String]
@@ -14558,13 +12967,6 @@ module Aws::Lightsail
14558
12967
  include Aws::Structure
14559
12968
  end
14560
12969
 
14561
- # @note When making an API call, you may pass ReleaseStaticIpRequest
14562
- # data as a hash:
14563
- #
14564
- # {
14565
- # static_ip_name: "ResourceName", # required
14566
- # }
14567
- #
14568
12970
  # @!attribute [rw] static_ip_name
14569
12971
  # The name of the static IP to delete.
14570
12972
  # @return [String]
@@ -14644,13 +13046,6 @@ module Aws::Lightsail
14644
13046
  include Aws::Structure
14645
13047
  end
14646
13048
 
14647
- # @note When making an API call, you may pass ResetDistributionCacheRequest
14648
- # data as a hash:
14649
- #
14650
- # {
14651
- # distribution_name: "ResourceName",
14652
- # }
14653
- #
14654
13049
  # @!attribute [rw] distribution_name
14655
13050
  # The name of the distribution for which to reset cache.
14656
13051
  #
@@ -14756,13 +13151,6 @@ module Aws::Lightsail
14756
13151
  include Aws::Structure
14757
13152
  end
14758
13153
 
14759
- # @note When making an API call, you may pass SendContactMethodVerificationRequest
14760
- # data as a hash:
14761
- #
14762
- # {
14763
- # protocol: "Email", # required, accepts Email
14764
- # }
14765
- #
14766
13154
  # @!attribute [rw] protocol
14767
13155
  # The protocol to verify, such as `Email` or `SMS` (text messaging).
14768
13156
  # @return [String]
@@ -14814,15 +13202,6 @@ module Aws::Lightsail
14814
13202
  include Aws::Structure
14815
13203
  end
14816
13204
 
14817
- # @note When making an API call, you may pass SetIpAddressTypeRequest
14818
- # data as a hash:
14819
- #
14820
- # {
14821
- # resource_type: "ContainerService", # required, accepts ContainerService, Instance, StaticIp, KeyPair, InstanceSnapshot, Domain, PeeredVpc, LoadBalancer, LoadBalancerTlsCertificate, Disk, DiskSnapshot, RelationalDatabase, RelationalDatabaseSnapshot, ExportSnapshotRecord, CloudFormationStackRecord, Alarm, ContactMethod, Distribution, Certificate, Bucket
14822
- # resource_name: "ResourceName", # required
14823
- # ip_address_type: "dualstack", # required, accepts dualstack, ipv4
14824
- # }
14825
- #
14826
13205
  # @!attribute [rw] resource_type
14827
13206
  # The resource type.
14828
13207
  #
@@ -14872,15 +13251,6 @@ module Aws::Lightsail
14872
13251
  include Aws::Structure
14873
13252
  end
14874
13253
 
14875
- # @note When making an API call, you may pass SetResourceAccessForBucketRequest
14876
- # data as a hash:
14877
- #
14878
- # {
14879
- # resource_name: "ResourceName", # required
14880
- # bucket_name: "BucketName", # required
14881
- # access: "allow", # required, accepts allow, deny
14882
- # }
14883
- #
14884
13254
  # @!attribute [rw] resource_name
14885
13255
  # The name of the Lightsail instance for which to set bucket access.
14886
13256
  # The instance must be in a running or stopped state.
@@ -14926,13 +13296,6 @@ module Aws::Lightsail
14926
13296
  include Aws::Structure
14927
13297
  end
14928
13298
 
14929
- # @note When making an API call, you may pass StartInstanceRequest
14930
- # data as a hash:
14931
- #
14932
- # {
14933
- # instance_name: "ResourceName", # required
14934
- # }
14935
- #
14936
13299
  # @!attribute [rw] instance_name
14937
13300
  # The name of the instance (a virtual private server) to start.
14938
13301
  # @return [String]
@@ -14959,13 +13322,6 @@ module Aws::Lightsail
14959
13322
  include Aws::Structure
14960
13323
  end
14961
13324
 
14962
- # @note When making an API call, you may pass StartRelationalDatabaseRequest
14963
- # data as a hash:
14964
- #
14965
- # {
14966
- # relational_database_name: "ResourceName", # required
14967
- # }
14968
- #
14969
13325
  # @!attribute [rw] relational_database_name
14970
13326
  # The name of your database to start.
14971
13327
  # @return [String]
@@ -15052,14 +13408,6 @@ module Aws::Lightsail
15052
13408
  include Aws::Structure
15053
13409
  end
15054
13410
 
15055
- # @note When making an API call, you may pass StopInstanceRequest
15056
- # data as a hash:
15057
- #
15058
- # {
15059
- # instance_name: "ResourceName", # required
15060
- # force: false,
15061
- # }
15062
- #
15063
13411
  # @!attribute [rw] instance_name
15064
13412
  # The name of the instance (a virtual private server) to stop.
15065
13413
  # @return [String]
@@ -15096,14 +13444,6 @@ module Aws::Lightsail
15096
13444
  include Aws::Structure
15097
13445
  end
15098
13446
 
15099
- # @note When making an API call, you may pass StopRelationalDatabaseRequest
15100
- # data as a hash:
15101
- #
15102
- # {
15103
- # relational_database_name: "ResourceName", # required
15104
- # relational_database_snapshot_name: "ResourceName",
15105
- # }
15106
- #
15107
13447
  # @!attribute [rw] relational_database_name
15108
13448
  # The name of your database to stop.
15109
13449
  # @return [String]
@@ -15146,14 +13486,6 @@ module Aws::Lightsail
15146
13486
  #
15147
13487
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags
15148
13488
  #
15149
- # @note When making an API call, you may pass Tag
15150
- # data as a hash:
15151
- #
15152
- # {
15153
- # key: "TagKey",
15154
- # value: "TagValue",
15155
- # }
15156
- #
15157
13489
  # @!attribute [rw] key
15158
13490
  # The key of the tag.
15159
13491
  #
@@ -15177,20 +13509,6 @@ module Aws::Lightsail
15177
13509
  include Aws::Structure
15178
13510
  end
15179
13511
 
15180
- # @note When making an API call, you may pass TagResourceRequest
15181
- # data as a hash:
15182
- #
15183
- # {
15184
- # resource_name: "ResourceName", # required
15185
- # resource_arn: "ResourceArn",
15186
- # tags: [ # required
15187
- # {
15188
- # key: "TagKey",
15189
- # value: "TagValue",
15190
- # },
15191
- # ],
15192
- # }
15193
- #
15194
13512
  # @!attribute [rw] resource_name
15195
13513
  # The name of the resource to which you are adding tags.
15196
13514
  # @return [String]
@@ -15228,14 +13546,6 @@ module Aws::Lightsail
15228
13546
  include Aws::Structure
15229
13547
  end
15230
13548
 
15231
- # @note When making an API call, you may pass TestAlarmRequest
15232
- # data as a hash:
15233
- #
15234
- # {
15235
- # alarm_name: "ResourceName", # required
15236
- # state: "OK", # required, accepts OK, ALARM, INSUFFICIENT_DATA
15237
- # }
15238
- #
15239
13549
  # @!attribute [rw] alarm_name
15240
13550
  # The name of the alarm to test.
15241
13551
  # @return [String]
@@ -15323,15 +13633,6 @@ module Aws::Lightsail
15323
13633
  include Aws::Structure
15324
13634
  end
15325
13635
 
15326
- # @note When making an API call, you may pass UntagResourceRequest
15327
- # data as a hash:
15328
- #
15329
- # {
15330
- # resource_name: "ResourceName", # required
15331
- # resource_arn: "ResourceArn",
15332
- # tag_keys: ["TagKey"], # required
15333
- # }
15334
- #
15335
13636
  # @!attribute [rw] resource_name
15336
13637
  # The name of the resource from which you are removing a tag.
15337
13638
  # @return [String]
@@ -15369,14 +13670,6 @@ module Aws::Lightsail
15369
13670
  include Aws::Structure
15370
13671
  end
15371
13672
 
15372
- # @note When making an API call, you may pass UpdateBucketBundleRequest
15373
- # data as a hash:
15374
- #
15375
- # {
15376
- # bucket_name: "BucketName", # required
15377
- # bundle_id: "NonEmptyString", # required
15378
- # }
15379
- #
15380
13673
  # @!attribute [rw] bucket_name
15381
13674
  # The name of the bucket for which to update the bundle.
15382
13675
  # @return [String]
@@ -15415,24 +13708,6 @@ module Aws::Lightsail
15415
13708
  include Aws::Structure
15416
13709
  end
15417
13710
 
15418
- # @note When making an API call, you may pass UpdateBucketRequest
15419
- # data as a hash:
15420
- #
15421
- # {
15422
- # bucket_name: "BucketName", # required
15423
- # access_rules: {
15424
- # get_object: "public", # accepts public, private
15425
- # allow_public_overrides: false,
15426
- # },
15427
- # versioning: "NonEmptyString",
15428
- # readonly_access_accounts: ["NonEmptyString"],
15429
- # access_log_config: {
15430
- # enabled: false, # required
15431
- # destination: "BucketName",
15432
- # prefix: "BucketAccessLogPrefix",
15433
- # },
15434
- # }
15435
- #
15436
13711
  # @!attribute [rw] bucket_name
15437
13712
  # The name of the bucket to update.
15438
13713
  # @return [String]
@@ -15498,24 +13773,6 @@ module Aws::Lightsail
15498
13773
  include Aws::Structure
15499
13774
  end
15500
13775
 
15501
- # @note When making an API call, you may pass UpdateContainerServiceRequest
15502
- # data as a hash:
15503
- #
15504
- # {
15505
- # service_name: "ContainerServiceName", # required
15506
- # power: "nano", # accepts nano, micro, small, medium, large, xlarge
15507
- # scale: 1,
15508
- # is_disabled: false,
15509
- # public_domain_names: {
15510
- # "string" => ["string"],
15511
- # },
15512
- # private_registry_access: {
15513
- # ecr_image_puller_role: {
15514
- # is_active: false,
15515
- # },
15516
- # },
15517
- # }
15518
- #
15519
13776
  # @!attribute [rw] service_name
15520
13777
  # The name of the container service to update.
15521
13778
  # @return [String]
@@ -15609,14 +13866,6 @@ module Aws::Lightsail
15609
13866
  include Aws::Structure
15610
13867
  end
15611
13868
 
15612
- # @note When making an API call, you may pass UpdateDistributionBundleRequest
15613
- # data as a hash:
15614
- #
15615
- # {
15616
- # distribution_name: "ResourceName",
15617
- # bundle_id: "string",
15618
- # }
15619
- #
15620
13869
  # @!attribute [rw] distribution_name
15621
13870
  # The name of the distribution for which to update the bundle.
15622
13871
  #
@@ -15654,47 +13903,6 @@ module Aws::Lightsail
15654
13903
  include Aws::Structure
15655
13904
  end
15656
13905
 
15657
- # @note When making an API call, you may pass UpdateDistributionRequest
15658
- # data as a hash:
15659
- #
15660
- # {
15661
- # distribution_name: "ResourceName", # required
15662
- # origin: {
15663
- # name: "ResourceName",
15664
- # region_name: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, eu-north-1
15665
- # protocol_policy: "http-only", # accepts http-only, https-only
15666
- # },
15667
- # default_cache_behavior: {
15668
- # behavior: "dont-cache", # accepts dont-cache, cache
15669
- # },
15670
- # cache_behavior_settings: {
15671
- # default_ttl: 1,
15672
- # minimum_ttl: 1,
15673
- # maximum_ttl: 1,
15674
- # allowed_http_methods: "NonEmptyString",
15675
- # cached_http_methods: "NonEmptyString",
15676
- # forwarded_cookies: {
15677
- # option: "none", # accepts none, allow-list, all
15678
- # cookies_allow_list: ["string"],
15679
- # },
15680
- # forwarded_headers: {
15681
- # option: "none", # accepts none, allow-list, all
15682
- # headers_allow_list: ["Accept"], # accepts Accept, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Language, Authorization, CloudFront-Forwarded-Proto, CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer, CloudFront-Is-SmartTV-Viewer, CloudFront-Is-Tablet-Viewer, CloudFront-Viewer-Country, Host, Origin, Referer
15683
- # },
15684
- # forwarded_query_strings: {
15685
- # option: false,
15686
- # query_strings_allow_list: ["string"],
15687
- # },
15688
- # },
15689
- # cache_behaviors: [
15690
- # {
15691
- # path: "string",
15692
- # behavior: "dont-cache", # accepts dont-cache, cache
15693
- # },
15694
- # ],
15695
- # is_enabled: false,
15696
- # }
15697
- #
15698
13906
  # @!attribute [rw] distribution_name
15699
13907
  # The name of the distribution to update.
15700
13908
  #
@@ -15761,23 +13969,6 @@ module Aws::Lightsail
15761
13969
  include Aws::Structure
15762
13970
  end
15763
13971
 
15764
- # @note When making an API call, you may pass UpdateDomainEntryRequest
15765
- # data as a hash:
15766
- #
15767
- # {
15768
- # domain_name: "DomainName", # required
15769
- # domain_entry: { # required
15770
- # id: "NonEmptyString",
15771
- # name: "DomainName",
15772
- # target: "string",
15773
- # is_alias: false,
15774
- # type: "DomainEntryType",
15775
- # options: {
15776
- # "DomainEntryOptionsKeys" => "string",
15777
- # },
15778
- # },
15779
- # }
15780
- #
15781
13972
  # @!attribute [rw] domain_name
15782
13973
  # The name of the domain recordset to update.
15783
13974
  # @return [String]
@@ -15810,17 +14001,6 @@ module Aws::Lightsail
15810
14001
  include Aws::Structure
15811
14002
  end
15812
14003
 
15813
- # @note When making an API call, you may pass UpdateInstanceMetadataOptionsRequest
15814
- # data as a hash:
15815
- #
15816
- # {
15817
- # instance_name: "ResourceName", # required
15818
- # http_tokens: "optional", # accepts optional, required
15819
- # http_endpoint: "disabled", # accepts disabled, enabled
15820
- # http_put_response_hop_limit: 1,
15821
- # http_protocol_ipv_6: "disabled", # accepts disabled, enabled
15822
- # }
15823
- #
15824
14004
  # @!attribute [rw] instance_name
15825
14005
  # The name of the instance for which to update metadata parameters.
15826
14006
  # @return [String]
@@ -15893,15 +14073,6 @@ module Aws::Lightsail
15893
14073
  include Aws::Structure
15894
14074
  end
15895
14075
 
15896
- # @note When making an API call, you may pass UpdateLoadBalancerAttributeRequest
15897
- # data as a hash:
15898
- #
15899
- # {
15900
- # load_balancer_name: "ResourceName", # required
15901
- # attribute_name: "HealthCheckPath", # required, accepts HealthCheckPath, SessionStickinessEnabled, SessionStickiness_LB_CookieDurationSeconds, HttpsRedirectionEnabled, TlsPolicyName
15902
- # attribute_value: "StringMax256", # required
15903
- # }
15904
- #
15905
14076
  # @!attribute [rw] load_balancer_name
15906
14077
  # The name of the load balancer that you want to modify (e.g.,
15907
14078
  # `my-load-balancer`.
@@ -15973,25 +14144,6 @@ module Aws::Lightsail
15973
14144
  include Aws::Structure
15974
14145
  end
15975
14146
 
15976
- # @note When making an API call, you may pass UpdateRelationalDatabaseParametersRequest
15977
- # data as a hash:
15978
- #
15979
- # {
15980
- # relational_database_name: "ResourceName", # required
15981
- # parameters: [ # required
15982
- # {
15983
- # allowed_values: "string",
15984
- # apply_method: "string",
15985
- # apply_type: "string",
15986
- # data_type: "string",
15987
- # description: "string",
15988
- # is_modifiable: false,
15989
- # parameter_name: "string",
15990
- # parameter_value: "string",
15991
- # },
15992
- # ],
15993
- # }
15994
- #
15995
14147
  # @!attribute [rw] relational_database_name
15996
14148
  # The name of your database for which to update parameters.
15997
14149
  # @return [String]
@@ -16023,22 +14175,6 @@ module Aws::Lightsail
16023
14175
  include Aws::Structure
16024
14176
  end
16025
14177
 
16026
- # @note When making an API call, you may pass UpdateRelationalDatabaseRequest
16027
- # data as a hash:
16028
- #
16029
- # {
16030
- # relational_database_name: "ResourceName", # required
16031
- # master_user_password: "SensitiveString",
16032
- # rotate_master_user_password: false,
16033
- # preferred_backup_window: "string",
16034
- # preferred_maintenance_window: "string",
16035
- # enable_backup_retention: false,
16036
- # disable_backup_retention: false,
16037
- # publicly_accessible: false,
16038
- # apply_immediately: false,
16039
- # ca_certificate_identifier: "string",
16040
- # }
16041
- #
16042
14178
  # @!attribute [rw] relational_database_name
16043
14179
  # The name of your Lightsail database resource to update.
16044
14180
  # @return [String]