aws-sdk-lightsail 1.90.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: cdab5d03948de0138fcf9809a529f6c68ac1737bbd9435f4eaaf991eae449cce
4
- data.tar.gz: 7f603f0097887062f241c08be8ff6a5a80643abf03d2de4b38b364068ae56786
3
+ metadata.gz: 161b38104ddf20a90852897e954a776f4b5d7e733f640f9cef69395d6c1854e3
4
+ data.tar.gz: 296afc6af14dd202a23a0a6de30fd9f268eecc5854dc5eea483c65cf08b6e519
5
5
  SHA512:
6
- metadata.gz: 3bd226d4fc642143313b5ea5b9c1571653325e6f75be99b3b6ee4a41fa72c29f1e07abdbe86706abc0397f87ec56794f330fb0ce5fcea9fbb62a18b2254439ac
7
- data.tar.gz: d2e1d24711659911b0d6e22e985da635d1dd712171099987cc50b3f2a5259b42f64eba336d4965a10861f8b7b90776f0d6fee961193b4aecb477efee47036257
6
+ metadata.gz: 5179d6b9c5bfec34d4bbf1a496c151641d752ef8b28f58ab4c422cca74c287ce24c512d769ebfc78422269614e5e0ba96feadf2c080039af5b766f1c453ac4f6
7
+ data.tar.gz: 1bb41c24e08c6bd63e8f06795be11306ac8328f5c21559b006cae3c966d7560cb2d19f6876fa7c2579f60428713b4f045b37afd8b4da66ee63c985e43fe226ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.90.0 (2024-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -806,7 +806,7 @@ module Aws::Lightsail
806
806
  # port_info: { # required
807
807
  # from_port: 1,
808
808
  # to_port: 1,
809
- # protocol: "tcp", # accepts tcp, all, udp, icmp
809
+ # protocol: "tcp", # accepts tcp, all, udp, icmp, icmpv6
810
810
  # cidrs: ["string"],
811
811
  # ipv6_cidrs: ["string"],
812
812
  # cidr_list_aliases: ["string"],
@@ -2361,7 +2361,7 @@ module Aws::Lightsail
2361
2361
  # },
2362
2362
  # ],
2363
2363
  # bundle_id: "string", # required
2364
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
2364
+ # ip_address_type: "dualstack", # accepts dualstack, ipv4, ipv6
2365
2365
  # tags: [
2366
2366
  # {
2367
2367
  # key: "TagKey",
@@ -2413,7 +2413,7 @@ module Aws::Lightsail
2413
2413
  # resp.distribution.cache_behaviors[0].path #=> String
2414
2414
  # resp.distribution.cache_behaviors[0].behavior #=> String, one of "dont-cache", "cache"
2415
2415
  # resp.distribution.able_to_update_bundle #=> Boolean
2416
- # resp.distribution.ip_address_type #=> String, one of "dualstack", "ipv4"
2416
+ # resp.distribution.ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
2417
2417
  # resp.distribution.tags #=> Array
2418
2418
  # resp.distribution.tags[0].key #=> String
2419
2419
  # resp.distribution.tags[0].value #=> String
@@ -2711,8 +2711,8 @@ module Aws::Lightsail
2711
2711
  # </note>
2712
2712
  #
2713
2713
  # @option params [required, String] :blueprint_id
2714
- # The ID for a virtual private server image (`app_wordpress_4_4` or
2715
- # `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
2716
2716
  # of available images (or *blueprints*).
2717
2717
  #
2718
2718
  # <note markdown="1"> Use active blueprints when creating new instances. Inactive blueprints
@@ -2725,7 +2725,7 @@ module Aws::Lightsail
2725
2725
  #
2726
2726
  # @option params [required, String] :bundle_id
2727
2727
  # The bundle of specification information for your virtual private
2728
- # server (or *instance*), including the pricing plan (`micro_1_0`).
2728
+ # server (or *instance*), including the pricing plan (`medium_x_x`).
2729
2729
  #
2730
2730
  # @option params [String] :user_data
2731
2731
  # A launch script you can create that configures a server with
@@ -2758,8 +2758,8 @@ module Aws::Lightsail
2758
2758
  # @option params [String] :ip_address_type
2759
2759
  # The IP address type for the instance.
2760
2760
  #
2761
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for IPv4
2762
- # and IPv6.
2761
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
2762
+ # and `dualstack` for IPv4 and IPv6.
2763
2763
  #
2764
2764
  # The default value is `dualstack`.
2765
2765
  #
@@ -2795,7 +2795,7 @@ module Aws::Lightsail
2795
2795
  # },
2796
2796
  # },
2797
2797
  # ],
2798
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
2798
+ # ip_address_type: "dualstack", # accepts dualstack, ipv4, ipv6
2799
2799
  # })
2800
2800
  #
2801
2801
  # @example Response structure
@@ -2868,7 +2868,7 @@ module Aws::Lightsail
2868
2868
  #
2869
2869
  # @option params [required, String] :bundle_id
2870
2870
  # The bundle of specification information for your virtual private
2871
- # server (or *instance*), including the pricing plan (`micro_1_0`).
2871
+ # server (or *instance*), including the pricing plan (`micro_x_x`).
2872
2872
  #
2873
2873
  # @option params [String] :user_data
2874
2874
  # You can create a launch script that configures a server with
@@ -2900,8 +2900,8 @@ module Aws::Lightsail
2900
2900
  # @option params [String] :ip_address_type
2901
2901
  # The IP address type for the instance.
2902
2902
  #
2903
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for IPv4
2904
- # and IPv6.
2903
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
2904
+ # and `dualstack` for IPv4 and IPv6.
2905
2905
  #
2906
2906
  # The default value is `dualstack`.
2907
2907
  #
@@ -3001,7 +3001,7 @@ module Aws::Lightsail
3001
3001
  # },
3002
3002
  # },
3003
3003
  # ],
3004
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
3004
+ # ip_address_type: "dualstack", # accepts dualstack, ipv4, ipv6
3005
3005
  # source_instance_name: "string",
3006
3006
  # restore_date: "string",
3007
3007
  # use_latest_restorable_auto_snapshot: false,
@@ -3175,8 +3175,8 @@ module Aws::Lightsail
3175
3175
  # @option params [String] :ip_address_type
3176
3176
  # The IP address type for the load balancer.
3177
3177
  #
3178
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for IPv4
3179
- # and IPv6.
3178
+ # The possible values are `ipv4` for IPv4 only, `ipv6` for IPv6 only,
3179
+ # and `dualstack` for IPv4 and IPv6.
3180
3180
  #
3181
3181
  # The default value is `dualstack`.
3182
3182
  #
@@ -3214,7 +3214,7 @@ module Aws::Lightsail
3214
3214
  # value: "TagValue",
3215
3215
  # },
3216
3216
  # ],
3217
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
3217
+ # ip_address_type: "dualstack", # accepts dualstack, ipv4, ipv6
3218
3218
  # tls_policy_name: "string",
3219
3219
  # })
3220
3220
  #
@@ -7296,7 +7296,7 @@ module Aws::Lightsail
7296
7296
  # resp.distributions[0].cache_behaviors[0].path #=> String
7297
7297
  # resp.distributions[0].cache_behaviors[0].behavior #=> String, one of "dont-cache", "cache"
7298
7298
  # resp.distributions[0].able_to_update_bundle #=> Boolean
7299
- # resp.distributions[0].ip_address_type #=> String, one of "dualstack", "ipv4"
7299
+ # resp.distributions[0].ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
7300
7300
  # resp.distributions[0].tags #=> Array
7301
7301
  # resp.distributions[0].tags[0].key #=> String
7302
7302
  # resp.distributions[0].tags[0].value #=> String
@@ -7527,7 +7527,7 @@ module Aws::Lightsail
7527
7527
  # resp.instance.public_ip_address #=> String
7528
7528
  # resp.instance.ipv6_addresses #=> Array
7529
7529
  # resp.instance.ipv6_addresses[0] #=> String
7530
- # resp.instance.ip_address_type #=> String, one of "dualstack", "ipv4"
7530
+ # resp.instance.ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
7531
7531
  # resp.instance.hardware.cpu_count #=> Integer
7532
7532
  # resp.instance.hardware.disks #=> Array
7533
7533
  # resp.instance.hardware.disks[0].name #=> String
@@ -7562,7 +7562,7 @@ module Aws::Lightsail
7562
7562
  # resp.instance.networking.ports #=> Array
7563
7563
  # resp.instance.networking.ports[0].from_port #=> Integer
7564
7564
  # resp.instance.networking.ports[0].to_port #=> Integer
7565
- # 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"
7566
7566
  # resp.instance.networking.ports[0].access_from #=> String
7567
7567
  # resp.instance.networking.ports[0].access_type #=> String, one of "Public", "Private"
7568
7568
  # resp.instance.networking.ports[0].common_name #=> String
@@ -7887,7 +7887,7 @@ module Aws::Lightsail
7887
7887
  # resp.port_states #=> Array
7888
7888
  # resp.port_states[0].from_port #=> Integer
7889
7889
  # resp.port_states[0].to_port #=> Integer
7890
- # 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"
7891
7891
  # resp.port_states[0].state #=> String, one of "open", "closed"
7892
7892
  # resp.port_states[0].cidrs #=> Array
7893
7893
  # resp.port_states[0].cidrs[0] #=> String
@@ -8138,7 +8138,7 @@ module Aws::Lightsail
8138
8138
  # resp.instances[0].public_ip_address #=> String
8139
8139
  # resp.instances[0].ipv6_addresses #=> Array
8140
8140
  # resp.instances[0].ipv6_addresses[0] #=> String
8141
- # resp.instances[0].ip_address_type #=> String, one of "dualstack", "ipv4"
8141
+ # resp.instances[0].ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
8142
8142
  # resp.instances[0].hardware.cpu_count #=> Integer
8143
8143
  # resp.instances[0].hardware.disks #=> Array
8144
8144
  # resp.instances[0].hardware.disks[0].name #=> String
@@ -8173,7 +8173,7 @@ module Aws::Lightsail
8173
8173
  # resp.instances[0].networking.ports #=> Array
8174
8174
  # resp.instances[0].networking.ports[0].from_port #=> Integer
8175
8175
  # resp.instances[0].networking.ports[0].to_port #=> Integer
8176
- # 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"
8177
8177
  # resp.instances[0].networking.ports[0].access_from #=> String
8178
8178
  # resp.instances[0].networking.ports[0].access_type #=> String, one of "Public", "Private"
8179
8179
  # resp.instances[0].networking.ports[0].common_name #=> String
@@ -8335,7 +8335,7 @@ module Aws::Lightsail
8335
8335
  # resp.load_balancer.tls_certificate_summaries[0].is_attached #=> Boolean
8336
8336
  # resp.load_balancer.configuration_options #=> Hash
8337
8337
  # resp.load_balancer.configuration_options["LoadBalancerAttributeName"] #=> String
8338
- # resp.load_balancer.ip_address_type #=> String, one of "dualstack", "ipv4"
8338
+ # resp.load_balancer.ip_address_type #=> String, one of "dualstack", "ipv4", "ipv6"
8339
8339
  # resp.load_balancer.https_redirection_enabled #=> Boolean
8340
8340
  # resp.load_balancer.tls_policy_name #=> String
8341
8341
  #
@@ -8730,7 +8730,7 @@ module Aws::Lightsail
8730
8730
  # resp.load_balancers[0].tls_certificate_summaries[0].is_attached #=> Boolean
8731
8731
  # resp.load_balancers[0].configuration_options #=> Hash
8732
8732
  # resp.load_balancers[0].configuration_options["LoadBalancerAttributeName"] #=> String
8733
- # 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"
8734
8734
  # resp.load_balancers[0].https_redirection_enabled #=> Boolean
8735
8735
  # resp.load_balancers[0].tls_policy_name #=> String
8736
8736
  # resp.next_page_token #=> String
@@ -9946,7 +9946,7 @@ module Aws::Lightsail
9946
9946
  # port_info: { # required
9947
9947
  # from_port: 1,
9948
9948
  # to_port: 1,
9949
- # protocol: "tcp", # accepts tcp, all, udp, icmp
9949
+ # protocol: "tcp", # accepts tcp, all, udp, icmp, icmpv6
9950
9950
  # cidrs: ["string"],
9951
9951
  # ipv6_cidrs: ["string"],
9952
9952
  # cidr_list_aliases: ["string"],
@@ -10252,7 +10252,7 @@ module Aws::Lightsail
10252
10252
  # {
10253
10253
  # from_port: 1,
10254
10254
  # to_port: 1,
10255
- # protocol: "tcp", # accepts tcp, all, udp, icmp
10255
+ # protocol: "tcp", # accepts tcp, all, udp, icmp, icmpv6
10256
10256
  # cidrs: ["string"],
10257
10257
  # ipv6_cidrs: ["string"],
10258
10258
  # cidr_list_aliases: ["string"],
@@ -10641,8 +10641,23 @@ module Aws::Lightsail
10641
10641
  # @option params [required, String] :ip_address_type
10642
10642
  # The IP address type to set for the specified resource.
10643
10643
  #
10644
- # The possible values are `ipv4` for IPv4 only, and `dualstack` for IPv4
10645
- # 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>
10646
10661
  #
10647
10662
  # @return [Types::SetIpAddressTypeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10648
10663
  #
@@ -10653,7 +10668,8 @@ module Aws::Lightsail
10653
10668
  # resp = client.set_ip_address_type({
10654
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
10655
10670
  # resource_name: "ResourceName", # required
10656
- # ip_address_type: "dualstack", # required, accepts dualstack, ipv4
10671
+ # ip_address_type: "dualstack", # required, accepts dualstack, ipv4, ipv6
10672
+ # accept_bundle_update: false,
10657
10673
  # })
10658
10674
  #
10659
10675
  # @example Response structure
@@ -12396,7 +12412,7 @@ module Aws::Lightsail
12396
12412
  params: params,
12397
12413
  config: config)
12398
12414
  context[:gem_name] = 'aws-sdk-lightsail'
12399
- context[:gem_version] = '1.90.0'
12415
+ context[:gem_version] = '1.91.0'
12400
12416
  Seahorse::Client::Request.new(handlers, context)
12401
12417
  end
12402
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.90.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.90.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-05-13 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