aws-sdk-ec2 1.435.0 → 1.436.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 779cb599a401a68a04d0efc084653d51f4bf831dd1a79f5006db87d471282c95
4
- data.tar.gz: 212feb1096c416c7d69c20f8ee5e3159b96f02a4e5eca70f37cdc4878c854ba4
3
+ metadata.gz: b384d939981e4c75f43073584ddcdaf9898a06045188ef8f4a12e51edc2fd972
4
+ data.tar.gz: b37f384eba738f49d039247154d9c5bb647e44dec2ab7efc8dfe01b1ff3d79d5
5
5
  SHA512:
6
- metadata.gz: cc3acf3987875ca91fbf3f566f4379b6299928f39e8ff182005b3825448c47a57098f10b72ac4bcefe2c43d4c33b8a13837b27e5919a1caead2256691cc19cef
7
- data.tar.gz: f202f5ec12614a589c8ad76f0651e333af51bc2cc2847dab6f5128df97ecc628a8bbe90f36a0265fcf597344baac1d61a9769b85824479c0f4228a3f634aecab
6
+ metadata.gz: 7613ff00e0d3221b4612d0948c02da9d3d42d9b507be6998755412ed3e962ac2be385f3fafcf3a85cb07c8eb0f921066245f661647cdbd9d64a3d715882b8368
7
+ data.tar.gz: 8d9c6d915164e9b0f2daee7fd4423f1b4970576fd8546cd2561a7190b31eb21df28b964fe591e54b60299e831e164b64246655aab57c271f60225973b386e927
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.436.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.435.0 (2024-01-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.435.0
1
+ 1.436.0
@@ -58757,7 +58757,7 @@ module Aws::EC2
58757
58757
  params: params,
58758
58758
  config: config)
58759
58759
  context[:gem_name] = 'aws-sdk-ec2'
58760
- context[:gem_version] = '1.435.0'
58760
+ context[:gem_version] = '1.436.0'
58761
58761
  Seahorse::Client::Request.new(handlers, context)
58762
58762
  end
58763
58763
 
@@ -14,6 +14,7 @@ module Aws::EC2
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::EC2::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.435.0'
79
+ GEM_VERSION = '1.436.0'
80
80
 
81
81
  end
@@ -0,0 +1,102 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module EC2
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html
11
+ class ClassicAddress
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#initialize-instance_method
13
+ def initialize: (String public_ip, Hash[Symbol, untyped] options) -> void
14
+ | (public_ip: String, ?client: Client) -> void
15
+ | (Hash[Symbol, untyped] args) -> void
16
+
17
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#public_ip-instance_method
18
+ def public_ip: () -> String
19
+
20
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#instance_id-instance_method
21
+ def instance_id: () -> ::String
22
+
23
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#allocation_id-instance_method
24
+ def allocation_id: () -> ::String
25
+
26
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#association_id-instance_method
27
+ def association_id: () -> ::String
28
+
29
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#domain-instance_method
30
+ def domain: () -> ("vpc" | "standard")
31
+
32
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#network_interface_id-instance_method
33
+ def network_interface_id: () -> ::String
34
+
35
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#network_interface_owner_id-instance_method
36
+ def network_interface_owner_id: () -> ::String
37
+
38
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#private_ip_address-instance_method
39
+ def private_ip_address: () -> ::String
40
+
41
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#tags-instance_method
42
+ def tags: () -> ::Array[Types::Tag]
43
+
44
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#public_ipv_4_pool-instance_method
45
+ def public_ipv_4_pool: () -> ::String
46
+
47
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#network_border_group-instance_method
48
+ def network_border_group: () -> ::String
49
+
50
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#customer_owned_ip-instance_method
51
+ def customer_owned_ip: () -> ::String
52
+
53
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#customer_owned_ipv_4_pool-instance_method
54
+ def customer_owned_ipv_4_pool: () -> ::String
55
+
56
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#carrier_ip-instance_method
57
+ def carrier_ip: () -> ::String
58
+
59
+ def client: () -> Client
60
+
61
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#load-instance_method
62
+ def load: () -> self
63
+ alias reload load
64
+
65
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#data-instance_method
66
+ def data: () -> Types::Address
67
+
68
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#data_loaded?-instance_method
69
+ def data_loaded?: () -> bool
70
+
71
+
72
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#associate-instance_method
73
+ def associate: (
74
+ ?allocation_id: ::String,
75
+ ?instance_id: ::String,
76
+ ?allow_reassociation: bool,
77
+ ?dry_run: bool,
78
+ ?network_interface_id: ::String,
79
+ ?private_ip_address: ::String
80
+ ) -> Types::AssociateAddressResult
81
+ | (?Hash[Symbol, untyped]) -> Types::AssociateAddressResult
82
+
83
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#disassociate-instance_method
84
+ def disassociate: (
85
+ ?association_id: ::String,
86
+ ?dry_run: bool
87
+ ) -> ::Aws::EmptyStructure
88
+ | (?Hash[Symbol, untyped]) -> ::Aws::EmptyStructure
89
+
90
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/ClassicAddress.html#release-instance_method
91
+ def release: (
92
+ ?allocation_id: ::String,
93
+ ?network_border_group: ::String,
94
+ ?dry_run: bool
95
+ ) -> ::Aws::EmptyStructure
96
+ | (?Hash[Symbol, untyped]) -> ::Aws::EmptyStructure
97
+
98
+ class Collection < ::Aws::Resources::Collection[ClassicAddress]
99
+ end
100
+ end
101
+ end
102
+ end