aws-sdk-lightsail 1.89.0 → 1.91.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8dd56a47f169533e1ded7cfa3ead092655187a028b7589cfac7a077b6218a52
4
- data.tar.gz: 0d0bf0e4de1e8509dd875e3ecb3cef2e66e4719d68e29f4840dbd764e3f9eb4c
3
+ metadata.gz: 161b38104ddf20a90852897e954a776f4b5d7e733f640f9cef69395d6c1854e3
4
+ data.tar.gz: 296afc6af14dd202a23a0a6de30fd9f268eecc5854dc5eea483c65cf08b6e519
5
5
  SHA512:
6
- metadata.gz: e08d9cecebdf8d176005e0257ef7720890505e61fc6129bb569c489b93fdedb037a407913809b386f1c0006ca7157a60d49891958cd1e0a4b6d8ebcd889feb72
7
- data.tar.gz: b9d197cca57a314576ade60b1c090b98056500983124e71f69b5effae94a046a1a4b6716db335f7babd3bfea1abdf2aa95cb3228547a5cb505b83215862cb675
6
+ metadata.gz: 5179d6b9c5bfec34d4bbf1a496c151641d752ef8b28f58ab4c422cca74c287ce24c512d769ebfc78422269614e5e0ba96feadf2c080039af5b766f1c453ac4f6
7
+ data.tar.gz: 1bb41c24e08c6bd63e8f06795be11306ac8328f5c21559b006cae3c966d7560cb2d19f6876fa7c2579f60428713b4f045b37afd8b4da66ee63c985e43fe226ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2024-05-21)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
8
+
9
+ 1.90.0 (2024-05-13)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.89.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.89.0
1
+ 1.91.0
@@ -301,8 +301,9 @@ module Aws::Lightsail
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -805,7 +806,7 @@ module Aws::Lightsail
805
806
  # port_info: { # required
806
807
  # from_port: 1,
807
808
  # to_port: 1,
808
- # protocol: "tcp", # accepts tcp, all, udp, icmp
809
+ # protocol: "tcp", # accepts tcp, all, udp, icmp, icmpv6
809
810
  # cidrs: ["string"],
810
811
  # ipv6_cidrs: ["string"],
811
812
  # cidr_list_aliases: ["string"],
@@ -2360,7 +2361,7 @@ module Aws::Lightsail
2360
2361
  # },
2361
2362
  # ],
2362
2363
  # bundle_id: "string", # required
2363
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
2364
+ # ip_address_type: "dualstack", # accepts dualstack, ipv4, ipv6
2364
2365
  # tags: [
2365
2366
  # {
2366
2367
  # key: "TagKey",
@@ -2412,7 +2413,7 @@ module Aws::Lightsail
2412
2413
  # resp.distribution.cache_behaviors[0].path #=> String
2413
2414
  # resp.distribution.cache_behaviors[0].behavior #=> String, one of "dont-cache", "cache"
2414
2415
  # resp.distribution.able_to_update_bundle #=> Boolean
2415
- # resp.distribution.ip_address_type #=> String, one of "dualstack", "ipv4"
2416
+ # resp.distribution.ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
2416
2417
  # resp.distribution.tags #=> Array
2417
2418
  # resp.distribution.tags[0].key #=> String
2418
2419
  # resp.distribution.tags[0].value #=> String
@@ -2710,8 +2711,8 @@ module Aws::Lightsail
2710
2711
  # </note>
2711
2712
  #
2712
2713
  # @option params [required, String] :blueprint_id
2713
- # The ID for a virtual private server image (`app_wordpress_4_4` or
2714
- # `app_lamp_7_0`). Use the `get blueprints` operation to return a list
2714
+ # The ID for a virtual private server image (`app_wordpress_x_x` or
2715
+ # `app_lamp_x_x`). Use the `get blueprints` operation to return a list
2715
2716
  # of available images (or *blueprints*).
2716
2717
  #
2717
2718
  # <note markdown="1"> Use active blueprints when creating new instances. Inactive blueprints
@@ -2724,7 +2725,7 @@ module Aws::Lightsail
2724
2725
  #
2725
2726
  # @option params [required, String] :bundle_id
2726
2727
  # The bundle of specification information for your virtual private
2727
- # server (or *instance*), including the pricing plan (`micro_1_0`).
2728
+ # server (or *instance*), including the pricing plan (`medium_x_x`).
2728
2729
  #
2729
2730
  # @option params [String] :user_data
2730
2731
  # A launch script you can create that configures a server with
@@ -2757,8 +2758,8 @@ module Aws::Lightsail
2757
2758
  # @option params [String] :ip_address_type
2758
2759
  # The IP address type for the instance.
2759
2760
  #
2760
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for IPv4
2761
- # and IPv6.
2761
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
2762
+ # and `dualstack` for IPv4 and IPv6.
2762
2763
  #
2763
2764
  # The default value is `dualstack`.
2764
2765
  #
@@ -2794,7 +2795,7 @@ module Aws::Lightsail
2794
2795
  # },
2795
2796
  # },
2796
2797
  # ],
2797
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
2798
+ # ip_address_type: "dualstack", # accepts dualstack, ipv4, ipv6
2798
2799
  # })
2799
2800
  #
2800
2801
  # @example Response structure
@@ -2867,7 +2868,7 @@ module Aws::Lightsail
2867
2868
  #
2868
2869
  # @option params [required, String] :bundle_id
2869
2870
  # The bundle of specification information for your virtual private
2870
- # server (or *instance*), including the pricing plan (`micro_1_0`).
2871
+ # server (or *instance*), including the pricing plan (`micro_x_x`).
2871
2872
  #
2872
2873
  # @option params [String] :user_data
2873
2874
  # You can create a launch script that configures a server with
@@ -2899,8 +2900,8 @@ module Aws::Lightsail
2899
2900
  # @option params [String] :ip_address_type
2900
2901
  # The IP address type for the instance.
2901
2902
  #
2902
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for IPv4
2903
- # and IPv6.
2903
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
2904
+ # and `dualstack` for IPv4 and IPv6.
2904
2905
  #
2905
2906
  # The default value is `dualstack`.
2906
2907
  #
@@ -3000,7 +3001,7 @@ module Aws::Lightsail
3000
3001
  # },
3001
3002
  # },
3002
3003
  # ],
3003
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
3004
+ # ip_address_type: "dualstack", # accepts dualstack, ipv4, ipv6
3004
3005
  # source_instance_name: "string",
3005
3006
  # restore_date: "string",
3006
3007
  # use_latest_restorable_auto_snapshot: false,
@@ -3174,8 +3175,8 @@ module Aws::Lightsail
3174
3175
  # @option params [String] :ip_address_type
3175
3176
  # The IP address type for the load balancer.
3176
3177
  #
3177
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for IPv4
3178
- # and IPv6.
3178
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
3179
+ # and `dualstack` for IPv4 and IPv6.
3179
3180
  #
3180
3181
  # The default value is `dualstack`.
3181
3182
  #
@@ -3213,7 +3214,7 @@ module Aws::Lightsail
3213
3214
  # value: "TagValue",
3214
3215
  # },
3215
3216
  # ],
3216
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
3217
+ # ip_address_type: "dualstack", # accepts dualstack, ipv4, ipv6
3217
3218
  # tls_policy_name: "string",
3218
3219
  # })
3219
3220
  #
@@ -7295,7 +7296,7 @@ module Aws::Lightsail
7295
7296
  # resp.distributions[0].cache_behaviors[0].path #=> String
7296
7297
  # resp.distributions[0].cache_behaviors[0].behavior #=> String, one of "dont-cache", "cache"
7297
7298
  # resp.distributions[0].able_to_update_bundle #=> Boolean
7298
- # resp.distributions[0].ip_address_type #=> String, one of "dualstack", "ipv4"
7299
+ # resp.distributions[0].ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
7299
7300
  # resp.distributions[0].tags #=> Array
7300
7301
  # resp.distributions[0].tags[0].key #=> String
7301
7302
  # resp.distributions[0].tags[0].value #=> String
@@ -7526,7 +7527,7 @@ module Aws::Lightsail
7526
7527
  # resp.instance.public_ip_address #=> String
7527
7528
  # resp.instance.ipv6_addresses #=> Array
7528
7529
  # resp.instance.ipv6_addresses[0] #=> String
7529
- # resp.instance.ip_address_type #=> String, one of "dualstack", "ipv4"
7530
+ # resp.instance.ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
7530
7531
  # resp.instance.hardware.cpu_count #=> Integer
7531
7532
  # resp.instance.hardware.disks #=> Array
7532
7533
  # resp.instance.hardware.disks[0].name #=> String
@@ -7561,7 +7562,7 @@ module Aws::Lightsail
7561
7562
  # resp.instance.networking.ports #=> Array
7562
7563
  # resp.instance.networking.ports[0].from_port #=> Integer
7563
7564
  # resp.instance.networking.ports[0].to_port #=> Integer
7564
- # resp.instance.networking.ports[0].protocol #=> String, one of "tcp", "all", "udp", "icmp"
7565
+ # resp.instance.networking.ports[0].protocol #=> String, one of "tcp", "all", "udp", "icmp", "icmpv6"
7565
7566
  # resp.instance.networking.ports[0].access_from #=> String
7566
7567
  # resp.instance.networking.ports[0].access_type #=> String, one of "Public", "Private"
7567
7568
  # resp.instance.networking.ports[0].common_name #=> String
@@ -7886,7 +7887,7 @@ module Aws::Lightsail
7886
7887
  # resp.port_states #=> Array
7887
7888
  # resp.port_states[0].from_port #=> Integer
7888
7889
  # resp.port_states[0].to_port #=> Integer
7889
- # resp.port_states[0].protocol #=> String, one of "tcp", "all", "udp", "icmp"
7890
+ # resp.port_states[0].protocol #=> String, one of "tcp", "all", "udp", "icmp", "icmpv6"
7890
7891
  # resp.port_states[0].state #=> String, one of "open", "closed"
7891
7892
  # resp.port_states[0].cidrs #=> Array
7892
7893
  # resp.port_states[0].cidrs[0] #=> String
@@ -8137,7 +8138,7 @@ module Aws::Lightsail
8137
8138
  # resp.instances[0].public_ip_address #=> String
8138
8139
  # resp.instances[0].ipv6_addresses #=> Array
8139
8140
  # resp.instances[0].ipv6_addresses[0] #=> String
8140
- # resp.instances[0].ip_address_type #=> String, one of "dualstack", "ipv4"
8141
+ # resp.instances[0].ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
8141
8142
  # resp.instances[0].hardware.cpu_count #=> Integer
8142
8143
  # resp.instances[0].hardware.disks #=> Array
8143
8144
  # resp.instances[0].hardware.disks[0].name #=> String
@@ -8172,7 +8173,7 @@ module Aws::Lightsail
8172
8173
  # resp.instances[0].networking.ports #=> Array
8173
8174
  # resp.instances[0].networking.ports[0].from_port #=> Integer
8174
8175
  # resp.instances[0].networking.ports[0].to_port #=> Integer
8175
- # resp.instances[0].networking.ports[0].protocol #=> String, one of "tcp", "all", "udp", "icmp"
8176
+ # resp.instances[0].networking.ports[0].protocol #=> String, one of "tcp", "all", "udp", "icmp", "icmpv6"
8176
8177
  # resp.instances[0].networking.ports[0].access_from #=> String
8177
8178
  # resp.instances[0].networking.ports[0].access_type #=> String, one of "Public", "Private"
8178
8179
  # resp.instances[0].networking.ports[0].common_name #=> String
@@ -8334,7 +8335,7 @@ module Aws::Lightsail
8334
8335
  # resp.load_balancer.tls_certificate_summaries[0].is_attached #=> Boolean
8335
8336
  # resp.load_balancer.configuration_options #=> Hash
8336
8337
  # resp.load_balancer.configuration_options["LoadBalancerAttributeName"] #=> String
8337
- # resp.load_balancer.ip_address_type #=> String, one of "dualstack", "ipv4"
8338
+ # resp.load_balancer.ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
8338
8339
  # resp.load_balancer.https_redirection_enabled #=> Boolean
8339
8340
  # resp.load_balancer.tls_policy_name #=> String
8340
8341
  #
@@ -8729,7 +8730,7 @@ module Aws::Lightsail
8729
8730
  # resp.load_balancers[0].tls_certificate_summaries[0].is_attached #=> Boolean
8730
8731
  # resp.load_balancers[0].configuration_options #=> Hash
8731
8732
  # resp.load_balancers[0].configuration_options["LoadBalancerAttributeName"] #=> String
8732
- # resp.load_balancers[0].ip_address_type #=> String, one of "dualstack", "ipv4"
8733
+ # resp.load_balancers[0].ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
8733
8734
  # resp.load_balancers[0].https_redirection_enabled #=> Boolean
8734
8735
  # resp.load_balancers[0].tls_policy_name #=> String
8735
8736
  # resp.next_page_token #=> String
@@ -9945,7 +9946,7 @@ module Aws::Lightsail
9945
9946
  # port_info: { # required
9946
9947
  # from_port: 1,
9947
9948
  # to_port: 1,
9948
- # protocol: "tcp", # accepts tcp, all, udp, icmp
9949
+ # protocol: "tcp", # accepts tcp, all, udp, icmp, icmpv6
9949
9950
  # cidrs: ["string"],
9950
9951
  # ipv6_cidrs: ["string"],
9951
9952
  # cidr_list_aliases: ["string"],
@@ -10251,7 +10252,7 @@ module Aws::Lightsail
10251
10252
  # {
10252
10253
  # from_port: 1,
10253
10254
  # to_port: 1,
10254
- # protocol: "tcp", # accepts tcp, all, udp, icmp
10255
+ # protocol: "tcp", # accepts tcp, all, udp, icmp, icmpv6
10255
10256
  # cidrs: ["string"],
10256
10257
  # ipv6_cidrs: ["string"],
10257
10258
  # cidr_list_aliases: ["string"],
@@ -10640,8 +10641,23 @@ module Aws::Lightsail
10640
10641
  # @option params [required, String] :ip_address_type
10641
10642
  # The IP address type to set for the specified resource.
10642
10643
  #
10643
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for IPv4
10644
- # and IPv6.
10644
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
10645
+ # and `dualstack` for IPv4 and IPv6.
10646
+ #
10647
+ # @option params [Boolean] :accept_bundle_update
10648
+ # Required parameter to accept the instance bundle update when changing
10649
+ # to, and from, IPv6-only.
10650
+ #
10651
+ # <note markdown="1"> An instance bundle will change when switching from `dual-stack` or
10652
+ # `ipv4`, to `ipv6`. It also changes when switching from `ipv6`, to
10653
+ # `dual-stack` or `ipv4`.
10654
+ #
10655
+ # You must include this parameter in the command to update the bundle.
10656
+ # For example, if you switch from `dual-stack` to `ipv6`, the bundle
10657
+ # will be updated, and billing for the IPv6-only instance bundle begins
10658
+ # immediately.
10659
+ #
10660
+ # </note>
10645
10661
  #
10646
10662
  # @return [Types::SetIpAddressTypeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10647
10663
  #
@@ -10652,7 +10668,8 @@ module Aws::Lightsail
10652
10668
  # resp = client.set_ip_address_type({
10653
10669
  # 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
10654
10670
  # resource_name: "ResourceName", # required
10655
- # ip_address_type: "dualstack", # required, accepts dualstack, ipv4
10671
+ # ip_address_type: "dualstack", # required, accepts dualstack, ipv4, ipv6
10672
+ # accept_bundle_update: false,
10656
10673
  # })
10657
10674
  #
10658
10675
  # @example Response structure
@@ -12395,7 +12412,7 @@ module Aws::Lightsail
12395
12412
  params: params,
12396
12413
  config: config)
12397
12414
  context[:gem_name] = 'aws-sdk-lightsail'
12398
- context[:gem_version] = '1.89.0'
12415
+ context[:gem_version] = '1.91.0'
12399
12416
  Seahorse::Client::Request.new(handlers, context)
12400
12417
  end
12401
12418
 
@@ -2866,6 +2866,7 @@ module Aws::Lightsail
2866
2866
  SetIpAddressTypeRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
2867
2867
  SetIpAddressTypeRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
2868
2868
  SetIpAddressTypeRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, required: true, location_name: "ipAddressType"))
2869
+ SetIpAddressTypeRequest.add_member(:accept_bundle_update, Shapes::ShapeRef.new(shape: boolean, location_name: "acceptBundleUpdate"))
2869
2870
  SetIpAddressTypeRequest.struct_class = Types::SetIpAddressTypeRequest
2870
2871
 
2871
2872
  SetIpAddressTypeResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
@@ -3136,6 +3137,7 @@ module Aws::Lightsail
3136
3137
  "endpointPrefix" => "lightsail",
3137
3138
  "jsonVersion" => "1.1",
3138
3139
  "protocol" => "json",
3140
+ "protocols" => ["json"],
3139
3141
  "serviceFullName" => "Amazon Lightsail",
3140
3142
  "serviceId" => "Lightsail",
3141
3143
  "signatureVersion" => "v4",
@@ -961,8 +961,8 @@ module Aws::Lightsail
961
961
  # Describes a blueprint (a virtual private server image).
962
962
  #
963
963
  # @!attribute [rw] blueprint_id
964
- # The ID for the virtual private server image (`app_wordpress_4_4` or
965
- # `app_lamp_7_0`).
964
+ # The ID for the virtual private server image (`app_wordpress_x_x` or
965
+ # `app_lamp_x_x`).
966
966
  # @return [String]
967
967
  #
968
968
  # @!attribute [rw] name
@@ -1322,11 +1322,11 @@ module Aws::Lightsail
1322
1322
  # @return [Integer]
1323
1323
  #
1324
1324
  # @!attribute [rw] bundle_id
1325
- # The bundle ID (`micro_1_0`).
1325
+ # The bundle ID (`micro_x_x`).
1326
1326
  # @return [String]
1327
1327
  #
1328
1328
  # @!attribute [rw] instance_type
1329
- # The Amazon EC2 instance type (`t2.micro`).
1329
+ # The instance type (`micro`).
1330
1330
  # @return [String]
1331
1331
  #
1332
1332
  # @!attribute [rw] is_active
@@ -3843,7 +3843,7 @@ module Aws::Lightsail
3843
3843
  #
3844
3844
  # @!attribute [rw] bundle_id
3845
3845
  # The bundle of specification information for your virtual private
3846
- # server (or *instance*), including the pricing plan (`micro_1_0`).
3846
+ # server (or *instance*), including the pricing plan (`micro_x_x`).
3847
3847
  # @return [String]
3848
3848
  #
3849
3849
  # @!attribute [rw] user_data
@@ -3881,8 +3881,8 @@ module Aws::Lightsail
3881
3881
  # @!attribute [rw] ip_address_type
3882
3882
  # The IP address type for the instance.
3883
3883
  #
3884
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for
3885
- # IPv4 and IPv6.
3884
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
3885
+ # and `dualstack` for IPv4 and IPv6.
3886
3886
  #
3887
3887
  # The default value is `dualstack`.
3888
3888
  # @return [String]
@@ -4010,8 +4010,8 @@ module Aws::Lightsail
4010
4010
  # @return [String]
4011
4011
  #
4012
4012
  # @!attribute [rw] blueprint_id
4013
- # The ID for a virtual private server image (`app_wordpress_4_4` or
4014
- # `app_lamp_7_0`). Use the `get blueprints` operation to return a list
4013
+ # The ID for a virtual private server image (`app_wordpress_x_x` or
4014
+ # `app_lamp_x_x`). Use the `get blueprints` operation to return a list
4015
4015
  # of available images (or *blueprints*).
4016
4016
  #
4017
4017
  # <note markdown="1"> Use active blueprints when creating new instances. Inactive
@@ -4025,7 +4025,7 @@ module Aws::Lightsail
4025
4025
  #
4026
4026
  # @!attribute [rw] bundle_id
4027
4027
  # The bundle of specification information for your virtual private
4028
- # server (or *instance*), including the pricing plan (`micro_1_0`).
4028
+ # server (or *instance*), including the pricing plan (`medium_x_x`).
4029
4029
  # @return [String]
4030
4030
  #
4031
4031
  # @!attribute [rw] user_data
@@ -4064,8 +4064,8 @@ module Aws::Lightsail
4064
4064
  # @!attribute [rw] ip_address_type
4065
4065
  # The IP address type for the instance.
4066
4066
  #
4067
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for
4068
- # IPv4 and IPv6.
4067
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
4068
+ # and `dualstack` for IPv4 and IPv6.
4069
4069
  #
4070
4070
  # The default value is `dualstack`.
4071
4071
  # @return [String]
@@ -4200,8 +4200,8 @@ module Aws::Lightsail
4200
4200
  # @!attribute [rw] ip_address_type
4201
4201
  # The IP address type for the load balancer.
4202
4202
  #
4203
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for
4204
- # IPv4 and IPv6.
4203
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
4204
+ # and `dualstack` for IPv4 and IPv6.
4205
4205
  #
4206
4206
  # The default value is `dualstack`.
4207
4207
  # @return [String]
@@ -9838,7 +9838,7 @@ module Aws::Lightsail
9838
9838
  # Describes an instance (a virtual private server).
9839
9839
  #
9840
9840
  # @!attribute [rw] name
9841
- # The name the user gave the instance (`Amazon_Linux-1GB-Ohio-1`).
9841
+ # The name the user gave the instance (`Amazon_Linux_2023-1`).
9842
9842
  # @return [String]
9843
9843
  #
9844
9844
  # @!attribute [rw] arn
@@ -9877,15 +9877,15 @@ module Aws::Lightsail
9877
9877
  # @return [Array<Types::Tag>]
9878
9878
  #
9879
9879
  # @!attribute [rw] blueprint_id
9880
- # The blueprint ID (`os_amlinux_2016_03`).
9880
+ # The blueprint ID (`amazon_linux_2023`).
9881
9881
  # @return [String]
9882
9882
  #
9883
9883
  # @!attribute [rw] blueprint_name
9884
- # The friendly name of the blueprint (`Amazon Linux`).
9884
+ # The friendly name of the blueprint (`Amazon Linux 2023`).
9885
9885
  # @return [String]
9886
9886
  #
9887
9887
  # @!attribute [rw] bundle_id
9888
- # The bundle for the instance (`micro_1_0`).
9888
+ # The bundle for the instance (`micro_x_x`).
9889
9889
  # @return [String]
9890
9890
  #
9891
9891
  # @!attribute [rw] add_ons
@@ -9913,8 +9913,8 @@ module Aws::Lightsail
9913
9913
  # @!attribute [rw] ip_address_type
9914
9914
  # The IP address type of the instance.
9915
9915
  #
9916
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for
9917
- # IPv4 and IPv6.
9916
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
9917
+ # and `dualstack` for IPv4 and IPv6.
9918
9918
  # @return [String]
9919
9919
  #
9920
9920
  # @!attribute [rw] hardware
@@ -10421,6 +10421,11 @@ module Aws::Lightsail
10421
10421
  # using the `fromPort` parameter, and ICMP code using the `toPort`
10422
10422
  # parameter.
10423
10423
  #
10424
+ # * `icmp6` - Internet Control Message Protocol (ICMP) for IPv6. When
10425
+ # you specify `icmp6` as the `protocol`, you must specify the ICMP
10426
+ # type using the `fromPort` parameter, and ICMP code using the
10427
+ # `toPort` parameter.
10428
+ #
10424
10429
  #
10425
10430
  #
10426
10431
  # [1]: https://en.wikipedia.org/wiki/Transport_layer
@@ -10591,6 +10596,11 @@ module Aws::Lightsail
10591
10596
  # using the `fromPort` parameter, and ICMP code using the `toPort`
10592
10597
  # parameter.
10593
10598
  #
10599
+ # * `icmp6` - Internet Control Message Protocol (ICMP) for IPv6. When
10600
+ # you specify `icmp6` as the `protocol`, you must specify the ICMP
10601
+ # type using the `fromPort` parameter, and ICMP code using the
10602
+ # `toPort` parameter.
10603
+ #
10594
10604
  #
10595
10605
  #
10596
10606
  # [1]: https://en.wikipedia.org/wiki/Transport_layer
@@ -10735,12 +10745,12 @@ module Aws::Lightsail
10735
10745
  #
10736
10746
  # @!attribute [rw] from_blueprint_id
10737
10747
  # The blueprint ID from which you created the snapshot
10738
- # (`os_debian_8_3`). A blueprint is a virtual private server (or
10748
+ # (`amazon_linux_2023`). A blueprint is a virtual private server (or
10739
10749
  # *instance*) image used to create instances quickly.
10740
10750
  # @return [String]
10741
10751
  #
10742
10752
  # @!attribute [rw] from_bundle_id
10743
- # The bundle ID from which you created the snapshot (`micro_1_0`).
10753
+ # The bundle ID from which you created the snapshot (`micro_x_x`).
10744
10754
  # @return [String]
10745
10755
  #
10746
10756
  # @!attribute [rw] is_from_auto_snapshot
@@ -10779,11 +10789,12 @@ module Aws::Lightsail
10779
10789
  #
10780
10790
  # @!attribute [rw] from_bundle_id
10781
10791
  # The bundle ID from which the source instance was created
10782
- # (`micro_1_0`).
10792
+ # (`micro_x_x`).
10783
10793
  # @return [String]
10784
10794
  #
10785
10795
  # @!attribute [rw] from_blueprint_id
10786
- # The blueprint ID from which the source instance (`os_debian_8_3`).
10796
+ # The blueprint ID from which the source instance
10797
+ # (`amazon_linux_2023`).
10787
10798
  # @return [String]
10788
10799
  #
10789
10800
  # @!attribute [rw] from_disk_info
@@ -11171,8 +11182,8 @@ module Aws::Lightsail
11171
11182
  # @!attribute [rw] ip_address_type
11172
11183
  # The IP address type of the load balancer.
11173
11184
  #
11174
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for
11175
- # IPv4 and IPv6.
11185
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
11186
+ # and `dualstack` for IPv4 and IPv6.
11176
11187
  # @return [String]
11177
11188
  #
11178
11189
  # @!attribute [rw] https_redirection_enabled
@@ -12212,6 +12223,11 @@ module Aws::Lightsail
12212
12223
  # using the `fromPort` parameter, and ICMP code using the `toPort`
12213
12224
  # parameter.
12214
12225
  #
12226
+ # * `icmp6` - Internet Control Message Protocol (ICMP) for IPv6. When
12227
+ # you specify `icmp6` as the `protocol`, you must specify the ICMP
12228
+ # type using the `fromPort` parameter, and ICMP code using the
12229
+ # `toPort` parameter.
12230
+ #
12215
12231
  #
12216
12232
  #
12217
12233
  # [1]: https://en.wikipedia.org/wiki/Transport_layer
@@ -13633,16 +13649,33 @@ module Aws::Lightsail
13633
13649
  # @!attribute [rw] ip_address_type
13634
13650
  # The IP address type to set for the specified resource.
13635
13651
  #
13636
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for
13637
- # IPv4 and IPv6.
13652
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
13653
+ # and `dualstack` for IPv4 and IPv6.
13638
13654
  # @return [String]
13639
13655
  #
13656
+ # @!attribute [rw] accept_bundle_update
13657
+ # Required parameter to accept the instance bundle update when
13658
+ # changing to, and from, IPv6-only.
13659
+ #
13660
+ # <note markdown="1"> An instance bundle will change when switching from `dual-stack` or
13661
+ # `ipv4`, to `ipv6`. It also changes when switching from `ipv6`, to
13662
+ # `dual-stack` or `ipv4`.
13663
+ #
13664
+ # You must include this parameter in the command to update the bundle.
13665
+ # For example, if you switch from `dual-stack` to `ipv6`, the bundle
13666
+ # will be updated, and billing for the IPv6-only instance bundle
13667
+ # begins immediately.
13668
+ #
13669
+ # </note>
13670
+ # @return [Boolean]
13671
+ #
13640
13672
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetIpAddressTypeRequest AWS API Documentation
13641
13673
  #
13642
13674
  class SetIpAddressTypeRequest < Struct.new(
13643
13675
  :resource_type,
13644
13676
  :resource_name,
13645
- :ip_address_type)
13677
+ :ip_address_type,
13678
+ :accept_bundle_update)
13646
13679
  SENSITIVE = []
13647
13680
  include Aws::Structure
13648
13681
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lightsail/customizations'
52
52
  # @!group service
53
53
  module Aws::Lightsail
54
54
 
55
- GEM_VERSION = '1.89.0'
55
+ GEM_VERSION = '1.91.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -149,7 +149,7 @@ module Aws
149
149
  port_info: {
150
150
  from_port: ::Integer?,
151
151
  to_port: ::Integer?,
152
- protocol: ("tcp" | "all" | "udp" | "icmp")?,
152
+ protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")?,
153
153
  cidrs: Array[::String]?,
154
154
  ipv6_cidrs: Array[::String]?,
155
155
  cidr_list_aliases: Array[::String]?
@@ -457,7 +457,7 @@ module Aws
457
457
  },
458
458
  ],
459
459
  bundle_id: ::String,
460
- ?ip_address_type: ("dualstack" | "ipv4"),
460
+ ?ip_address_type: ("dualstack" | "ipv4" | "ipv6"),
461
461
  ?tags: Array[
462
462
  {
463
463
  key: ::String?,
@@ -565,7 +565,7 @@ module Aws
565
565
  }?
566
566
  },
567
567
  ],
568
- ?ip_address_type: ("dualstack" | "ipv4")
568
+ ?ip_address_type: ("dualstack" | "ipv4" | "ipv6")
569
569
  ) -> _CreateInstancesResponseSuccess
570
570
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstancesResponseSuccess
571
571
 
@@ -605,7 +605,7 @@ module Aws
605
605
  }?
606
606
  },
607
607
  ],
608
- ?ip_address_type: ("dualstack" | "ipv4"),
608
+ ?ip_address_type: ("dualstack" | "ipv4" | "ipv6"),
609
609
  ?source_instance_name: ::String,
610
610
  ?restore_date: ::String,
611
611
  ?use_latest_restorable_auto_snapshot: bool
@@ -649,7 +649,7 @@ module Aws
649
649
  value: ::String?
650
650
  },
651
651
  ],
652
- ?ip_address_type: ("dualstack" | "ipv4"),
652
+ ?ip_address_type: ("dualstack" | "ipv4" | "ipv6"),
653
653
  ?tls_policy_name: ::String
654
654
  ) -> _CreateLoadBalancerResponseSuccess
655
655
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLoadBalancerResponseSuccess
@@ -1845,7 +1845,7 @@ module Aws
1845
1845
  port_info: {
1846
1846
  from_port: ::Integer?,
1847
1847
  to_port: ::Integer?,
1848
- protocol: ("tcp" | "all" | "udp" | "icmp")?,
1848
+ protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")?,
1849
1849
  cidrs: Array[::String]?,
1850
1850
  ipv6_cidrs: Array[::String]?,
1851
1851
  cidr_list_aliases: Array[::String]?
@@ -1893,7 +1893,7 @@ module Aws
1893
1893
  {
1894
1894
  from_port: ::Integer?,
1895
1895
  to_port: ::Integer?,
1896
- protocol: ("tcp" | "all" | "udp" | "icmp")?,
1896
+ protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")?,
1897
1897
  cidrs: Array[::String]?,
1898
1898
  ipv6_cidrs: Array[::String]?,
1899
1899
  cidr_list_aliases: Array[::String]?
@@ -1975,7 +1975,8 @@ module Aws
1975
1975
  def set_ip_address_type: (
1976
1976
  resource_type: ("ContainerService" | "Instance" | "StaticIp" | "KeyPair" | "InstanceSnapshot" | "Domain" | "PeeredVpc" | "LoadBalancer" | "LoadBalancerTlsCertificate" | "Disk" | "DiskSnapshot" | "RelationalDatabase" | "RelationalDatabaseSnapshot" | "ExportSnapshotRecord" | "CloudFormationStackRecord" | "Alarm" | "ContactMethod" | "Distribution" | "Certificate" | "Bucket"),
1977
1977
  resource_name: ::String,
1978
- ip_address_type: ("dualstack" | "ipv4")
1978
+ ip_address_type: ("dualstack" | "ipv4" | "ipv6"),
1979
+ ?accept_bundle_update: bool
1979
1980
  ) -> _SetIpAddressTypeResponseSuccess
1980
1981
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetIpAddressTypeResponseSuccess
1981
1982
 
data/sig/types.rbs CHANGED
@@ -655,7 +655,7 @@ module Aws::Lightsail
655
655
  attr_accessor cache_behavior_settings: Types::CacheSettings
656
656
  attr_accessor cache_behaviors: ::Array[Types::CacheBehaviorPerPath]
657
657
  attr_accessor bundle_id: ::String
658
- attr_accessor ip_address_type: ("dualstack" | "ipv4")
658
+ attr_accessor ip_address_type: ("dualstack" | "ipv4" | "ipv6")
659
659
  attr_accessor tags: ::Array[Types::Tag]
660
660
  attr_accessor certificate_name: ::String
661
661
  attr_accessor viewer_minimum_tls_protocol_version: ("TLSv1.1_2016" | "TLSv1.2_2018" | "TLSv1.2_2019" | "TLSv1.2_2021")
@@ -726,7 +726,7 @@ module Aws::Lightsail
726
726
  attr_accessor key_pair_name: ::String
727
727
  attr_accessor tags: ::Array[Types::Tag]
728
728
  attr_accessor add_ons: ::Array[Types::AddOnRequest]
729
- attr_accessor ip_address_type: ("dualstack" | "ipv4")
729
+ attr_accessor ip_address_type: ("dualstack" | "ipv4" | "ipv6")
730
730
  attr_accessor source_instance_name: ::String
731
731
  attr_accessor restore_date: ::String
732
732
  attr_accessor use_latest_restorable_auto_snapshot: bool
@@ -748,7 +748,7 @@ module Aws::Lightsail
748
748
  attr_accessor key_pair_name: ::String
749
749
  attr_accessor tags: ::Array[Types::Tag]
750
750
  attr_accessor add_ons: ::Array[Types::AddOnRequest]
751
- attr_accessor ip_address_type: ("dualstack" | "ipv4")
751
+ attr_accessor ip_address_type: ("dualstack" | "ipv4" | "ipv6")
752
752
  SENSITIVE: []
753
753
  end
754
754
 
@@ -779,7 +779,7 @@ module Aws::Lightsail
779
779
  attr_accessor certificate_domain_name: ::String
780
780
  attr_accessor certificate_alternative_names: ::Array[::String]
781
781
  attr_accessor tags: ::Array[Types::Tag]
782
- attr_accessor ip_address_type: ("dualstack" | "ipv4")
782
+ attr_accessor ip_address_type: ("dualstack" | "ipv4" | "ipv6")
783
783
  attr_accessor tls_policy_name: ::String
784
784
  SENSITIVE: []
785
785
  end
@@ -2108,7 +2108,7 @@ module Aws::Lightsail
2108
2108
  attr_accessor private_ip_address: ::String
2109
2109
  attr_accessor public_ip_address: ::String
2110
2110
  attr_accessor ipv6_addresses: ::Array[::String]
2111
- attr_accessor ip_address_type: ("dualstack" | "ipv4")
2111
+ attr_accessor ip_address_type: ("dualstack" | "ipv4" | "ipv6")
2112
2112
  attr_accessor hardware: Types::InstanceHardware
2113
2113
  attr_accessor networking: Types::InstanceNetworking
2114
2114
  attr_accessor state: Types::InstanceState
@@ -2174,7 +2174,7 @@ module Aws::Lightsail
2174
2174
  class InstancePortInfo
2175
2175
  attr_accessor from_port: ::Integer
2176
2176
  attr_accessor to_port: ::Integer
2177
- attr_accessor protocol: ("tcp" | "all" | "udp" | "icmp")
2177
+ attr_accessor protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")
2178
2178
  attr_accessor access_from: ::String
2179
2179
  attr_accessor access_type: ("Public" | "Private")
2180
2180
  attr_accessor common_name: ::String
@@ -2188,7 +2188,7 @@ module Aws::Lightsail
2188
2188
  class InstancePortState
2189
2189
  attr_accessor from_port: ::Integer
2190
2190
  attr_accessor to_port: ::Integer
2191
- attr_accessor protocol: ("tcp" | "all" | "udp" | "icmp")
2191
+ attr_accessor protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")
2192
2192
  attr_accessor state: ("open" | "closed")
2193
2193
  attr_accessor cidrs: ::Array[::String]
2194
2194
  attr_accessor ipv6_cidrs: ::Array[::String]
@@ -2276,7 +2276,7 @@ module Aws::Lightsail
2276
2276
  attr_accessor cache_behavior_settings: Types::CacheSettings
2277
2277
  attr_accessor cache_behaviors: ::Array[Types::CacheBehaviorPerPath]
2278
2278
  attr_accessor able_to_update_bundle: bool
2279
- attr_accessor ip_address_type: ("dualstack" | "ipv4")
2279
+ attr_accessor ip_address_type: ("dualstack" | "ipv4" | "ipv6")
2280
2280
  attr_accessor tags: ::Array[Types::Tag]
2281
2281
  attr_accessor viewer_minimum_tls_protocol_version: ::String
2282
2282
  SENSITIVE: []
@@ -2299,7 +2299,7 @@ module Aws::Lightsail
2299
2299
  attr_accessor instance_health_summary: ::Array[Types::InstanceHealthSummary]
2300
2300
  attr_accessor tls_certificate_summaries: ::Array[Types::LoadBalancerTlsCertificateSummary]
2301
2301
  attr_accessor configuration_options: ::Hash[("HealthCheckPath" | "SessionStickinessEnabled" | "SessionStickiness_LB_CookieDurationSeconds" | "HttpsRedirectionEnabled" | "TlsPolicyName"), ::String]
2302
- attr_accessor ip_address_type: ("dualstack" | "ipv4")
2302
+ attr_accessor ip_address_type: ("dualstack" | "ipv4" | "ipv6")
2303
2303
  attr_accessor https_redirection_enabled: bool
2304
2304
  attr_accessor tls_policy_name: ::String
2305
2305
  SENSITIVE: []
@@ -2495,7 +2495,7 @@ module Aws::Lightsail
2495
2495
  class PortInfo
2496
2496
  attr_accessor from_port: ::Integer
2497
2497
  attr_accessor to_port: ::Integer
2498
- attr_accessor protocol: ("tcp" | "all" | "udp" | "icmp")
2498
+ attr_accessor protocol: ("tcp" | "all" | "udp" | "icmp" | "icmpv6")
2499
2499
  attr_accessor cidrs: ::Array[::String]
2500
2500
  attr_accessor ipv6_cidrs: ::Array[::String]
2501
2501
  attr_accessor cidr_list_aliases: ::Array[::String]
@@ -2794,7 +2794,8 @@ module Aws::Lightsail
2794
2794
  class SetIpAddressTypeRequest
2795
2795
  attr_accessor resource_type: ("ContainerService" | "Instance" | "StaticIp" | "KeyPair" | "InstanceSnapshot" | "Domain" | "PeeredVpc" | "LoadBalancer" | "LoadBalancerTlsCertificate" | "Disk" | "DiskSnapshot" | "RelationalDatabase" | "RelationalDatabaseSnapshot" | "ExportSnapshotRecord" | "CloudFormationStackRecord" | "Alarm" | "ContactMethod" | "Distribution" | "Certificate" | "Bucket")
2796
2796
  attr_accessor resource_name: ::String
2797
- attr_accessor ip_address_type: ("dualstack" | "ipv4")
2797
+ attr_accessor ip_address_type: ("dualstack" | "ipv4" | "ipv6")
2798
+ attr_accessor accept_bundle_update: bool
2798
2799
  SENSITIVE: []
2799
2800
  end
2800
2801
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lightsail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.89.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core