aws-sdk-ec2 1.353.0 → 1.354.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +15 -2
- data/lib/aws-sdk-ec2/types.rb +12 -13540
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc9fa8528221e8138ccc7f750157fd6e6a385677dd8134d97da936516a3a48ed
|
4
|
+
data.tar.gz: 814709bb5b34326e47ae02efdfc646abcd571556c6e1dd061f70654341c8bb2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7185209d79b25e2d0d17142847614ea0883f7123b649bf1e6aed43d4e22e5c929b299a55a805b84eb31ea808f40234aa5d1907b8bc260ec9df6542e81a24ff14
|
7
|
+
data.tar.gz: 58804267bf316732b328548495803a488783c015d1e339ea0876762837bedc06c2d63c8e3209fec0b42f3447b3a0acb338efcfb3feb087877452efefc8d89918
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.354.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -19037,7 +19037,7 @@ module Aws::EC2
|
|
19037
19037
|
req.send_request(options)
|
19038
19038
|
end
|
19039
19039
|
|
19040
|
-
# Describes the
|
19040
|
+
# Describes the current Infrastructure Performance metric subscriptions.
|
19041
19041
|
#
|
19042
19042
|
# @option params [Integer] :max_results
|
19043
19043
|
# The maximum number of results to return with a single call. To
|
@@ -37414,7 +37414,19 @@ module Aws::EC2
|
|
37414
37414
|
req.send_request(options)
|
37415
37415
|
end
|
37416
37416
|
|
37417
|
+
# Establishes a trust relationship between Reachability Analyzer and
|
37418
|
+
# Organizations. This operation must be performed by the management
|
37419
|
+
# account for the organization.
|
37420
|
+
#
|
37421
|
+
# After you establish a trust relationship, a user in the management
|
37422
|
+
# account or a delegated administrator account can run a cross-account
|
37423
|
+
# analysis using resources from the member accounts.
|
37424
|
+
#
|
37417
37425
|
# @option params [Boolean] :dry_run
|
37426
|
+
# Checks whether you have the required permissions for the action,
|
37427
|
+
# without actually making the request, and provides an error response.
|
37428
|
+
# If you have the required permissions, the error response is
|
37429
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
37418
37430
|
#
|
37419
37431
|
# @return [Types::EnableReachabilityAnalyzerOrganizationSharingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
37420
37432
|
#
|
@@ -53235,6 +53247,7 @@ module Aws::EC2
|
|
53235
53247
|
# The ID of the path.
|
53236
53248
|
#
|
53237
53249
|
# @option params [Array<String>] :additional_accounts
|
53250
|
+
# The member accounts that contain resources that the path can traverse.
|
53238
53251
|
#
|
53239
53252
|
# @option params [Array<String>] :filter_in_arns
|
53240
53253
|
# The Amazon Resource Names (ARN) of the resources that the path must
|
@@ -54747,7 +54760,7 @@ module Aws::EC2
|
|
54747
54760
|
params: params,
|
54748
54761
|
config: config)
|
54749
54762
|
context[:gem_name] = 'aws-sdk-ec2'
|
54750
|
-
context[:gem_version] = '1.
|
54763
|
+
context[:gem_version] = '1.354.0'
|
54751
54764
|
Seahorse::Client::Request.new(handlers, context)
|
54752
54765
|
end
|
54753
54766
|
|