aws-sdk-networkmanager 1.29.0 → 1.31.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkmanager/client.rb +14 -7
- data/lib/aws-sdk-networkmanager/types.rb +8 -7
- data/lib/aws-sdk-networkmanager.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03fc491a05aead7ad61394025ac68cff20afad9cecb76f46589ed82cffee58b2
|
4
|
+
data.tar.gz: 6d53a0735683dc72dbf53e1838552bd6370a4ca0a9475add6ebe539ab603a1c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f12e7b7d5cc946d09efb35676a345ef8f08e30599ac2a715a1adcb244e233f697eb76ba65dad4afc0325bc9a4e4705be891d3a816f3bcf5728dcb45b5c9df3e
|
7
|
+
data.tar.gz: b6b7cfe27f1e55023bb83e4bf584a64edce06bad11a8eb688aa4f2d4473f462950bbde0fa99a08399c478c012e442848ee9e1f524ee6c5f175374073e89be78d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.31.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.30.0 (2023-03-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release includes an update to create-transit-gateway-route-table-attachment, showing example usage for TransitGatewayRouteTableArn.
|
13
|
+
|
4
14
|
1.29.0 (2023-03-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -275,6 +275,11 @@ module Aws::NetworkManager
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -1184,11 +1189,11 @@ module Aws::NetworkManager
|
|
1184
1189
|
# Network Manager console. If you specify the address, the latitude and
|
1185
1190
|
# longitude are automatically calculated.
|
1186
1191
|
#
|
1187
|
-
# * `Address
|
1192
|
+
# * `Address`: The physical address of the site.
|
1188
1193
|
#
|
1189
|
-
# * `Latitude
|
1194
|
+
# * `Latitude`: The latitude of the site.
|
1190
1195
|
#
|
1191
|
-
# * `Longitude
|
1196
|
+
# * `Longitude`: The longitude of the site.
|
1192
1197
|
#
|
1193
1198
|
# @option params [Array<Types::Tag>] :tags
|
1194
1199
|
# The tags to apply to the resource during creation.
|
@@ -1377,6 +1382,8 @@ module Aws::NetworkManager
|
|
1377
1382
|
#
|
1378
1383
|
# @option params [required, String] :transit_gateway_route_table_arn
|
1379
1384
|
# The ARN of the transit gateway route table for the attachment request.
|
1385
|
+
# For example, `"TransitGatewayRouteTableArn":
|
1386
|
+
# "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"`.
|
1380
1387
|
#
|
1381
1388
|
# @option params [Array<Types::Tag>] :tags
|
1382
1389
|
# The list of key-value tags associated with the request.
|
@@ -5027,11 +5034,11 @@ module Aws::NetworkManager
|
|
5027
5034
|
# @option params [Types::Location] :location
|
5028
5035
|
# The site location:
|
5029
5036
|
#
|
5030
|
-
# * `Address
|
5037
|
+
# * `Address`: The physical address of the site.
|
5031
5038
|
#
|
5032
|
-
# * `Latitude
|
5039
|
+
# * `Latitude`: The latitude of the site.
|
5033
5040
|
#
|
5034
|
-
# * `Longitude
|
5041
|
+
# * `Longitude`: The longitude of the site.
|
5035
5042
|
#
|
5036
5043
|
# @return [Types::UpdateSiteResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5037
5044
|
#
|
@@ -5153,7 +5160,7 @@ module Aws::NetworkManager
|
|
5153
5160
|
params: params,
|
5154
5161
|
config: config)
|
5155
5162
|
context[:gem_name] = 'aws-sdk-networkmanager'
|
5156
|
-
context[:gem_version] = '1.
|
5163
|
+
context[:gem_version] = '1.31.0'
|
5157
5164
|
Seahorse::Client::Request.new(handlers, context)
|
5158
5165
|
end
|
5159
5166
|
|
@@ -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
|
1553
|
+
# * `Address`: The physical address of the site.
|
1554
1554
|
#
|
1555
|
-
# * `Latitude
|
1555
|
+
# * `Latitude`: The latitude of the site.
|
1556
1556
|
#
|
1557
|
-
# * `Longitude
|
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
|
5599
|
+
# * `Address`: The physical address of the site.
|
5599
5600
|
#
|
5600
|
-
# * `Latitude
|
5601
|
+
# * `Latitude`: The latitude of the site.
|
5601
5602
|
#
|
5602
|
-
# * `Longitude
|
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
|
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.
|
4
|
+
version: 1.31.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-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|