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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c28ab56b560729a71b729b7dbc764c7e514dfdf8d8568c7ded658026b82ca8d7
4
- data.tar.gz: 97fa9edeedab1493de6612f9e604a9f62a94a53fd876bc9bab866fc5701a730e
3
+ metadata.gz: bc9fa8528221e8138ccc7f750157fd6e6a385677dd8134d97da936516a3a48ed
4
+ data.tar.gz: 814709bb5b34326e47ae02efdfc646abcd571556c6e1dd061f70654341c8bb2d
5
5
  SHA512:
6
- metadata.gz: 948585b3b006b9adca4d0b309f4e80c2d585541f2dfdcbadca69c27729304dfa10bea65432c5ff4a1641d692cdbaf8c5cdab3d03969d25128fc2b02b8fce8e14
7
- data.tar.gz: ca14e0135a93d07e3c5c0889d058f1454f245c34684a6cc7c6ad44bb470eb5675d26d08834f9ea51aac8ba16f6cb3f765563134db207611a5ba56d3779bd9e30
6
+ metadata.gz: 7185209d79b25e2d0d17142847614ea0883f7123b649bf1e6aed43d4e22e5c929b299a55a805b84eb31ea808f40234aa5d1907b8bc260ec9df6542e81a24ff14
7
+ data.tar.gz: 58804267bf316732b328548495803a488783c015d1e339ea0876762837bedc06c2d63c8e3209fec0b42f3447b3a0acb338efcfb3feb087877452efefc8d89918
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.354.0 (2022-12-05)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for EC2.
8
+
4
9
  1.353.0 (2022-11-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.353.0
1
+ 1.354.0
@@ -19037,7 +19037,7 @@ module Aws::EC2
19037
19037
  req.send_request(options)
19038
19038
  end
19039
19039
 
19040
- # Describes the curent Infrastructure Performance metric subscriptions.
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.353.0'
54763
+ context[:gem_version] = '1.354.0'
54751
54764
  Seahorse::Client::Request.new(handlers, context)
54752
54765
  end
54753
54766