aws-sdk-networkmanager 1.29.0 → 1.30.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: 517089950509baf03bd1174917b781bdc8082cd52668645926bf8cae6a2b53e1
4
- data.tar.gz: b3a55943afdc584d84a0195341a34b1f826fa9d79996f51decd8e9f22d82cb19
3
+ metadata.gz: 0c416a68e716f91c1ff3a923e4c8d1c53a06040e7112b09ac7b1e5e46fa4a0a9
4
+ data.tar.gz: 299fae89bc625f24969b6c2839a60ab4a882f5a6a451922dd8b2b2ff661e1801
5
5
  SHA512:
6
- metadata.gz: e3fdb5bdadc7f5ce7cec0174367effc2325f89adc80442eacb4ee3d9f486f2d1c4121dac29a9d3cd17a9b79e3b166c705894a3d4363d463486f79e1321bd7a51
7
- data.tar.gz: 7c12ecda3caf958fb839877b896bccfb10dcca8cb37731db81c600ea6d510b3d7357d9d8de493b55bff705989d6686b3927d2c0308aa4ee218ffef3797135219
6
+ metadata.gz: 6944ed92e92054f13a113ca25b510173d11d5b5523d8a668f5f82ae51e0c8c005406a56b74e5ec91fa8a364f01e9b70b2851c4233b476c26c43d860b75ceebb3
7
+ data.tar.gz: f01aa22e15a35289ce39c6a4c19a1c414f6c129ed5c678e83245c00086d76f0ed805c1335587aadf2ab80d83361894f271ed897883f5005776ccec557156dcf3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2023-03-22)
5
+ ------------------
6
+
7
+ * Feature - This release includes an update to create-transit-gateway-route-table-attachment, showing example usage for TransitGatewayRouteTableArn.
8
+
4
9
  1.29.0 (2023-03-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -1184,11 +1184,11 @@ module Aws::NetworkManager
1184
1184
  # Network Manager console. If you specify the address, the latitude and
1185
1185
  # longitude are automatically calculated.
1186
1186
  #
1187
- # * `Address`\: The physical address of the site.
1187
+ # * `Address`: The physical address of the site.
1188
1188
  #
1189
- # * `Latitude`\: The latitude of the site.
1189
+ # * `Latitude`: The latitude of the site.
1190
1190
  #
1191
- # * `Longitude`\: The longitude of the site.
1191
+ # * `Longitude`: The longitude of the site.
1192
1192
  #
1193
1193
  # @option params [Array<Types::Tag>] :tags
1194
1194
  # The tags to apply to the resource during creation.
@@ -1377,6 +1377,8 @@ module Aws::NetworkManager
1377
1377
  #
1378
1378
  # @option params [required, String] :transit_gateway_route_table_arn
1379
1379
  # The ARN of the transit gateway route table for the attachment request.
1380
+ # For example, `"TransitGatewayRouteTableArn":
1381
+ # "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"`.
1380
1382
  #
1381
1383
  # @option params [Array<Types::Tag>] :tags
1382
1384
  # The list of key-value tags associated with the request.
@@ -5027,11 +5029,11 @@ module Aws::NetworkManager
5027
5029
  # @option params [Types::Location] :location
5028
5030
  # The site location:
5029
5031
  #
5030
- # * `Address`\: The physical address of the site.
5032
+ # * `Address`: The physical address of the site.
5031
5033
  #
5032
- # * `Latitude`\: The latitude of the site.
5034
+ # * `Latitude`: The latitude of the site.
5033
5035
  #
5034
- # * `Longitude`\: The longitude of the site.
5036
+ # * `Longitude`: The longitude of the site.
5035
5037
  #
5036
5038
  # @return [Types::UpdateSiteResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5037
5039
  #
@@ -5153,7 +5155,7 @@ module Aws::NetworkManager
5153
5155
  params: params,
5154
5156
  config: config)
5155
5157
  context[:gem_name] = 'aws-sdk-networkmanager'
5156
- context[:gem_version] = '1.29.0'
5158
+ context[:gem_version] = '1.30.0'
5157
5159
  Seahorse::Client::Request.new(handlers, context)
5158
5160
  end
5159
5161
 
@@ -1550,11 +1550,11 @@ module Aws::NetworkManager
1550
1550
  # Network Manager console. If you specify the address, the latitude
1551
1551
  # and longitude are automatically calculated.
1552
1552
  #
1553
- # * `Address`\: The physical address of the site.
1553
+ # * `Address`: The physical address of the site.
1554
1554
  #
1555
- # * `Latitude`\: The latitude of the site.
1555
+ # * `Latitude`: The latitude of the site.
1556
1556
  #
1557
- # * `Longitude`\: The longitude of the site.
1557
+ # * `Longitude`: The longitude of the site.
1558
1558
  # @return [Types::Location]
1559
1559
  #
1560
1560
  # @!attribute [rw] tags
@@ -1676,7 +1676,8 @@ module Aws::NetworkManager
1676
1676
  #
1677
1677
  # @!attribute [rw] transit_gateway_route_table_arn
1678
1678
  # The ARN of the transit gateway route table for the attachment
1679
- # request.
1679
+ # request. For example, `"TransitGatewayRouteTableArn":
1680
+ # "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"`.
1680
1681
  # @return [String]
1681
1682
  #
1682
1683
  # @!attribute [rw] tags
@@ -5595,11 +5596,11 @@ module Aws::NetworkManager
5595
5596
  # @!attribute [rw] location
5596
5597
  # The site location:
5597
5598
  #
5598
- # * `Address`\: The physical address of the site.
5599
+ # * `Address`: The physical address of the site.
5599
5600
  #
5600
- # * `Latitude`\: The latitude of the site.
5601
+ # * `Latitude`: The latitude of the site.
5601
5602
  #
5602
- # * `Longitude`\: The longitude of the site.
5603
+ # * `Longitude`: The longitude of the site.
5603
5604
  # @return [Types::Location]
5604
5605
  #
5605
5606
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/UpdateSiteRequest AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-networkmanager/customizations'
52
52
  # @!group service
53
53
  module Aws::NetworkManager
54
54
 
55
- GEM_VERSION = '1.29.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core