aws-sdk-networkmanager 1.4.1 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-networkmanager.rb +3 -1
- data/lib/aws-sdk-networkmanager/client.rb +3 -1
- data/lib/aws-sdk-networkmanager/client_api.rb +2 -0
- data/lib/aws-sdk-networkmanager/errors.rb +2 -0
- data/lib/aws-sdk-networkmanager/resource.rb +2 -0
- data/lib/aws-sdk-networkmanager/types.rb +75 -0
- 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: 9438026c3cb5ce9d4037825064df4404a1d4f1acbb3b0e7c7fe552ed8391c0d8
|
4
|
+
data.tar.gz: 12a61a653fdc5212aa49a7f78c7831ae27cf583beff9bf68c52fb754fbe067cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df52d4a42d67c3da864ca8e7bb65cf7985de1b2b70d78b30bb185e5bb111b2a1294628d36703503cb7b83dae23e496d084458cac6728bf23e5856ff3c2623eaf
|
7
|
+
data.tar.gz: 13548e2ebb85aaba4e0f3b182be940e44426a7342b504d3e04fb25f1aa2523c721df8b632ed022b4f07c34e730487d5dbabcd4ac0371b816a7699b48352acb6e
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-networkmanager/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::NetworkManager
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.5.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -1823,7 +1825,7 @@ module Aws::NetworkManager
|
|
1823
1825
|
params: params,
|
1824
1826
|
config: config)
|
1825
1827
|
context[:gem_name] = 'aws-sdk-networkmanager'
|
1826
|
-
context[:gem_version] = '1.
|
1828
|
+
context[:gem_version] = '1.5.0'
|
1827
1829
|
Seahorse::Client::Request.new(handlers, context)
|
1828
1830
|
end
|
1829
1831
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -17,6 +19,7 @@ module Aws::NetworkManager
|
|
17
19
|
#
|
18
20
|
class AccessDeniedException < Struct.new(
|
19
21
|
:message)
|
22
|
+
SENSITIVE = []
|
20
23
|
include Aws::Structure
|
21
24
|
end
|
22
25
|
|
@@ -58,6 +61,7 @@ module Aws::NetworkManager
|
|
58
61
|
:global_network_id,
|
59
62
|
:device_id,
|
60
63
|
:link_id)
|
64
|
+
SENSITIVE = []
|
61
65
|
include Aws::Structure
|
62
66
|
end
|
63
67
|
|
@@ -69,6 +73,7 @@ module Aws::NetworkManager
|
|
69
73
|
#
|
70
74
|
class AssociateCustomerGatewayResponse < Struct.new(
|
71
75
|
:customer_gateway_association)
|
76
|
+
SENSITIVE = []
|
72
77
|
include Aws::Structure
|
73
78
|
end
|
74
79
|
|
@@ -99,6 +104,7 @@ module Aws::NetworkManager
|
|
99
104
|
:global_network_id,
|
100
105
|
:device_id,
|
101
106
|
:link_id)
|
107
|
+
SENSITIVE = []
|
102
108
|
include Aws::Structure
|
103
109
|
end
|
104
110
|
|
@@ -110,6 +116,7 @@ module Aws::NetworkManager
|
|
110
116
|
#
|
111
117
|
class AssociateLinkResponse < Struct.new(
|
112
118
|
:link_association)
|
119
|
+
SENSITIVE = []
|
113
120
|
include Aws::Structure
|
114
121
|
end
|
115
122
|
|
@@ -136,6 +143,7 @@ module Aws::NetworkManager
|
|
136
143
|
class Bandwidth < Struct.new(
|
137
144
|
:upload_speed,
|
138
145
|
:download_speed)
|
146
|
+
SENSITIVE = []
|
139
147
|
include Aws::Structure
|
140
148
|
end
|
141
149
|
|
@@ -159,6 +167,7 @@ module Aws::NetworkManager
|
|
159
167
|
:message,
|
160
168
|
:resource_id,
|
161
169
|
:resource_type)
|
170
|
+
SENSITIVE = []
|
162
171
|
include Aws::Structure
|
163
172
|
end
|
164
173
|
|
@@ -242,6 +251,7 @@ module Aws::NetworkManager
|
|
242
251
|
:location,
|
243
252
|
:site_id,
|
244
253
|
:tags)
|
254
|
+
SENSITIVE = []
|
245
255
|
include Aws::Structure
|
246
256
|
end
|
247
257
|
|
@@ -253,6 +263,7 @@ module Aws::NetworkManager
|
|
253
263
|
#
|
254
264
|
class CreateDeviceResponse < Struct.new(
|
255
265
|
:device)
|
266
|
+
SENSITIVE = []
|
256
267
|
include Aws::Structure
|
257
268
|
end
|
258
269
|
|
@@ -284,6 +295,7 @@ module Aws::NetworkManager
|
|
284
295
|
class CreateGlobalNetworkRequest < Struct.new(
|
285
296
|
:description,
|
286
297
|
:tags)
|
298
|
+
SENSITIVE = []
|
287
299
|
include Aws::Structure
|
288
300
|
end
|
289
301
|
|
@@ -295,6 +307,7 @@ module Aws::NetworkManager
|
|
295
307
|
#
|
296
308
|
class CreateGlobalNetworkResponse < Struct.new(
|
297
309
|
:global_network)
|
310
|
+
SENSITIVE = []
|
298
311
|
include Aws::Structure
|
299
312
|
end
|
300
313
|
|
@@ -367,6 +380,7 @@ module Aws::NetworkManager
|
|
367
380
|
:provider,
|
368
381
|
:site_id,
|
369
382
|
:tags)
|
383
|
+
SENSITIVE = []
|
370
384
|
include Aws::Structure
|
371
385
|
end
|
372
386
|
|
@@ -378,6 +392,7 @@ module Aws::NetworkManager
|
|
378
392
|
#
|
379
393
|
class CreateLinkResponse < Struct.new(
|
380
394
|
:link)
|
395
|
+
SENSITIVE = []
|
381
396
|
include Aws::Structure
|
382
397
|
end
|
383
398
|
|
@@ -433,6 +448,7 @@ module Aws::NetworkManager
|
|
433
448
|
:description,
|
434
449
|
:location,
|
435
450
|
:tags)
|
451
|
+
SENSITIVE = []
|
436
452
|
include Aws::Structure
|
437
453
|
end
|
438
454
|
|
@@ -444,6 +460,7 @@ module Aws::NetworkManager
|
|
444
460
|
#
|
445
461
|
class CreateSiteResponse < Struct.new(
|
446
462
|
:site)
|
463
|
+
SENSITIVE = []
|
447
464
|
include Aws::Structure
|
448
465
|
end
|
449
466
|
|
@@ -478,6 +495,7 @@ module Aws::NetworkManager
|
|
478
495
|
:device_id,
|
479
496
|
:link_id,
|
480
497
|
:state)
|
498
|
+
SENSITIVE = []
|
481
499
|
include Aws::Structure
|
482
500
|
end
|
483
501
|
|
@@ -502,6 +520,7 @@ module Aws::NetworkManager
|
|
502
520
|
class DeleteDeviceRequest < Struct.new(
|
503
521
|
:global_network_id,
|
504
522
|
:device_id)
|
523
|
+
SENSITIVE = []
|
505
524
|
include Aws::Structure
|
506
525
|
end
|
507
526
|
|
@@ -513,6 +532,7 @@ module Aws::NetworkManager
|
|
513
532
|
#
|
514
533
|
class DeleteDeviceResponse < Struct.new(
|
515
534
|
:device)
|
535
|
+
SENSITIVE = []
|
516
536
|
include Aws::Structure
|
517
537
|
end
|
518
538
|
|
@@ -531,6 +551,7 @@ module Aws::NetworkManager
|
|
531
551
|
#
|
532
552
|
class DeleteGlobalNetworkRequest < Struct.new(
|
533
553
|
:global_network_id)
|
554
|
+
SENSITIVE = []
|
534
555
|
include Aws::Structure
|
535
556
|
end
|
536
557
|
|
@@ -542,6 +563,7 @@ module Aws::NetworkManager
|
|
542
563
|
#
|
543
564
|
class DeleteGlobalNetworkResponse < Struct.new(
|
544
565
|
:global_network)
|
566
|
+
SENSITIVE = []
|
545
567
|
include Aws::Structure
|
546
568
|
end
|
547
569
|
|
@@ -566,6 +588,7 @@ module Aws::NetworkManager
|
|
566
588
|
class DeleteLinkRequest < Struct.new(
|
567
589
|
:global_network_id,
|
568
590
|
:link_id)
|
591
|
+
SENSITIVE = []
|
569
592
|
include Aws::Structure
|
570
593
|
end
|
571
594
|
|
@@ -577,6 +600,7 @@ module Aws::NetworkManager
|
|
577
600
|
#
|
578
601
|
class DeleteLinkResponse < Struct.new(
|
579
602
|
:link)
|
603
|
+
SENSITIVE = []
|
580
604
|
include Aws::Structure
|
581
605
|
end
|
582
606
|
|
@@ -601,6 +625,7 @@ module Aws::NetworkManager
|
|
601
625
|
class DeleteSiteRequest < Struct.new(
|
602
626
|
:global_network_id,
|
603
627
|
:site_id)
|
628
|
+
SENSITIVE = []
|
604
629
|
include Aws::Structure
|
605
630
|
end
|
606
631
|
|
@@ -612,6 +637,7 @@ module Aws::NetworkManager
|
|
612
637
|
#
|
613
638
|
class DeleteSiteResponse < Struct.new(
|
614
639
|
:site)
|
640
|
+
SENSITIVE = []
|
615
641
|
include Aws::Structure
|
616
642
|
end
|
617
643
|
|
@@ -636,6 +662,7 @@ module Aws::NetworkManager
|
|
636
662
|
class DeregisterTransitGatewayRequest < Struct.new(
|
637
663
|
:global_network_id,
|
638
664
|
:transit_gateway_arn)
|
665
|
+
SENSITIVE = []
|
639
666
|
include Aws::Structure
|
640
667
|
end
|
641
668
|
|
@@ -647,6 +674,7 @@ module Aws::NetworkManager
|
|
647
674
|
#
|
648
675
|
class DeregisterTransitGatewayResponse < Struct.new(
|
649
676
|
:transit_gateway_registration)
|
677
|
+
SENSITIVE = []
|
650
678
|
include Aws::Structure
|
651
679
|
end
|
652
680
|
|
@@ -677,6 +705,7 @@ module Aws::NetworkManager
|
|
677
705
|
:global_network_ids,
|
678
706
|
:max_results,
|
679
707
|
:next_token)
|
708
|
+
SENSITIVE = []
|
680
709
|
include Aws::Structure
|
681
710
|
end
|
682
711
|
|
@@ -693,6 +722,7 @@ module Aws::NetworkManager
|
|
693
722
|
class DescribeGlobalNetworksResponse < Struct.new(
|
694
723
|
:global_networks,
|
695
724
|
:next_token)
|
725
|
+
SENSITIVE = []
|
696
726
|
include Aws::Structure
|
697
727
|
end
|
698
728
|
|
@@ -766,6 +796,7 @@ module Aws::NetworkManager
|
|
766
796
|
:created_at,
|
767
797
|
:state,
|
768
798
|
:tags)
|
799
|
+
SENSITIVE = []
|
769
800
|
include Aws::Structure
|
770
801
|
end
|
771
802
|
|
@@ -795,6 +826,7 @@ module Aws::NetworkManager
|
|
795
826
|
class DisassociateCustomerGatewayRequest < Struct.new(
|
796
827
|
:global_network_id,
|
797
828
|
:customer_gateway_arn)
|
829
|
+
SENSITIVE = []
|
798
830
|
include Aws::Structure
|
799
831
|
end
|
800
832
|
|
@@ -806,6 +838,7 @@ module Aws::NetworkManager
|
|
806
838
|
#
|
807
839
|
class DisassociateCustomerGatewayResponse < Struct.new(
|
808
840
|
:customer_gateway_association)
|
841
|
+
SENSITIVE = []
|
809
842
|
include Aws::Structure
|
810
843
|
end
|
811
844
|
|
@@ -836,6 +869,7 @@ module Aws::NetworkManager
|
|
836
869
|
:global_network_id,
|
837
870
|
:device_id,
|
838
871
|
:link_id)
|
872
|
+
SENSITIVE = []
|
839
873
|
include Aws::Structure
|
840
874
|
end
|
841
875
|
|
@@ -847,6 +881,7 @@ module Aws::NetworkManager
|
|
847
881
|
#
|
848
882
|
class DisassociateLinkResponse < Struct.new(
|
849
883
|
:link_association)
|
884
|
+
SENSITIVE = []
|
850
885
|
include Aws::Structure
|
851
886
|
end
|
852
887
|
|
@@ -889,6 +924,7 @@ module Aws::NetworkManager
|
|
889
924
|
:customer_gateway_arns,
|
890
925
|
:max_results,
|
891
926
|
:next_token)
|
927
|
+
SENSITIVE = []
|
892
928
|
include Aws::Structure
|
893
929
|
end
|
894
930
|
|
@@ -905,6 +941,7 @@ module Aws::NetworkManager
|
|
905
941
|
class GetCustomerGatewayAssociationsResponse < Struct.new(
|
906
942
|
:customer_gateway_associations,
|
907
943
|
:next_token)
|
944
|
+
SENSITIVE = []
|
908
945
|
include Aws::Structure
|
909
946
|
end
|
910
947
|
|
@@ -947,6 +984,7 @@ module Aws::NetworkManager
|
|
947
984
|
:site_id,
|
948
985
|
:max_results,
|
949
986
|
:next_token)
|
987
|
+
SENSITIVE = []
|
950
988
|
include Aws::Structure
|
951
989
|
end
|
952
990
|
|
@@ -963,6 +1001,7 @@ module Aws::NetworkManager
|
|
963
1001
|
class GetDevicesResponse < Struct.new(
|
964
1002
|
:devices,
|
965
1003
|
:next_token)
|
1004
|
+
SENSITIVE = []
|
966
1005
|
include Aws::Structure
|
967
1006
|
end
|
968
1007
|
|
@@ -1005,6 +1044,7 @@ module Aws::NetworkManager
|
|
1005
1044
|
:link_id,
|
1006
1045
|
:max_results,
|
1007
1046
|
:next_token)
|
1047
|
+
SENSITIVE = []
|
1008
1048
|
include Aws::Structure
|
1009
1049
|
end
|
1010
1050
|
|
@@ -1021,6 +1061,7 @@ module Aws::NetworkManager
|
|
1021
1061
|
class GetLinkAssociationsResponse < Struct.new(
|
1022
1062
|
:link_associations,
|
1023
1063
|
:next_token)
|
1064
|
+
SENSITIVE = []
|
1024
1065
|
include Aws::Structure
|
1025
1066
|
end
|
1026
1067
|
|
@@ -1075,6 +1116,7 @@ module Aws::NetworkManager
|
|
1075
1116
|
:provider,
|
1076
1117
|
:max_results,
|
1077
1118
|
:next_token)
|
1119
|
+
SENSITIVE = []
|
1078
1120
|
include Aws::Structure
|
1079
1121
|
end
|
1080
1122
|
|
@@ -1091,6 +1133,7 @@ module Aws::NetworkManager
|
|
1091
1133
|
class GetLinksResponse < Struct.new(
|
1092
1134
|
:links,
|
1093
1135
|
:next_token)
|
1136
|
+
SENSITIVE = []
|
1094
1137
|
include Aws::Structure
|
1095
1138
|
end
|
1096
1139
|
|
@@ -1127,6 +1170,7 @@ module Aws::NetworkManager
|
|
1127
1170
|
:site_ids,
|
1128
1171
|
:max_results,
|
1129
1172
|
:next_token)
|
1173
|
+
SENSITIVE = []
|
1130
1174
|
include Aws::Structure
|
1131
1175
|
end
|
1132
1176
|
|
@@ -1143,6 +1187,7 @@ module Aws::NetworkManager
|
|
1143
1187
|
class GetSitesResponse < Struct.new(
|
1144
1188
|
:sites,
|
1145
1189
|
:next_token)
|
1190
|
+
SENSITIVE = []
|
1146
1191
|
include Aws::Structure
|
1147
1192
|
end
|
1148
1193
|
|
@@ -1180,6 +1225,7 @@ module Aws::NetworkManager
|
|
1180
1225
|
:transit_gateway_arns,
|
1181
1226
|
:max_results,
|
1182
1227
|
:next_token)
|
1228
|
+
SENSITIVE = []
|
1183
1229
|
include Aws::Structure
|
1184
1230
|
end
|
1185
1231
|
|
@@ -1196,6 +1242,7 @@ module Aws::NetworkManager
|
|
1196
1242
|
class GetTransitGatewayRegistrationsResponse < Struct.new(
|
1197
1243
|
:transit_gateway_registrations,
|
1198
1244
|
:next_token)
|
1245
|
+
SENSITIVE = []
|
1199
1246
|
include Aws::Structure
|
1200
1247
|
end
|
1201
1248
|
|
@@ -1234,6 +1281,7 @@ module Aws::NetworkManager
|
|
1234
1281
|
:created_at,
|
1235
1282
|
:state,
|
1236
1283
|
:tags)
|
1284
|
+
SENSITIVE = []
|
1237
1285
|
include Aws::Structure
|
1238
1286
|
end
|
1239
1287
|
|
@@ -1251,6 +1299,7 @@ module Aws::NetworkManager
|
|
1251
1299
|
class InternalServerException < Struct.new(
|
1252
1300
|
:message,
|
1253
1301
|
:retry_after_seconds)
|
1302
|
+
SENSITIVE = []
|
1254
1303
|
include Aws::Structure
|
1255
1304
|
end
|
1256
1305
|
|
@@ -1314,6 +1363,7 @@ module Aws::NetworkManager
|
|
1314
1363
|
:created_at,
|
1315
1364
|
:state,
|
1316
1365
|
:tags)
|
1366
|
+
SENSITIVE = []
|
1317
1367
|
include Aws::Structure
|
1318
1368
|
end
|
1319
1369
|
|
@@ -1342,6 +1392,7 @@ module Aws::NetworkManager
|
|
1342
1392
|
:device_id,
|
1343
1393
|
:link_id,
|
1344
1394
|
:link_association_state)
|
1395
|
+
SENSITIVE = []
|
1345
1396
|
include Aws::Structure
|
1346
1397
|
end
|
1347
1398
|
|
@@ -1360,6 +1411,7 @@ module Aws::NetworkManager
|
|
1360
1411
|
#
|
1361
1412
|
class ListTagsForResourceRequest < Struct.new(
|
1362
1413
|
:resource_arn)
|
1414
|
+
SENSITIVE = []
|
1363
1415
|
include Aws::Structure
|
1364
1416
|
end
|
1365
1417
|
|
@@ -1371,6 +1423,7 @@ module Aws::NetworkManager
|
|
1371
1423
|
#
|
1372
1424
|
class ListTagsForResourceResponse < Struct.new(
|
1373
1425
|
:tag_list)
|
1426
|
+
SENSITIVE = []
|
1374
1427
|
include Aws::Structure
|
1375
1428
|
end
|
1376
1429
|
|
@@ -1403,6 +1456,7 @@ module Aws::NetworkManager
|
|
1403
1456
|
:address,
|
1404
1457
|
:latitude,
|
1405
1458
|
:longitude)
|
1459
|
+
SENSITIVE = []
|
1406
1460
|
include Aws::Structure
|
1407
1461
|
end
|
1408
1462
|
|
@@ -1432,6 +1486,7 @@ module Aws::NetworkManager
|
|
1432
1486
|
class RegisterTransitGatewayRequest < Struct.new(
|
1433
1487
|
:global_network_id,
|
1434
1488
|
:transit_gateway_arn)
|
1489
|
+
SENSITIVE = []
|
1435
1490
|
include Aws::Structure
|
1436
1491
|
end
|
1437
1492
|
|
@@ -1443,6 +1498,7 @@ module Aws::NetworkManager
|
|
1443
1498
|
#
|
1444
1499
|
class RegisterTransitGatewayResponse < Struct.new(
|
1445
1500
|
:transit_gateway_registration)
|
1501
|
+
SENSITIVE = []
|
1446
1502
|
include Aws::Structure
|
1447
1503
|
end
|
1448
1504
|
|
@@ -1465,6 +1521,7 @@ module Aws::NetworkManager
|
|
1465
1521
|
:message,
|
1466
1522
|
:resource_id,
|
1467
1523
|
:resource_type)
|
1524
|
+
SENSITIVE = []
|
1468
1525
|
include Aws::Structure
|
1469
1526
|
end
|
1470
1527
|
|
@@ -1498,6 +1555,7 @@ module Aws::NetworkManager
|
|
1498
1555
|
:resource_type,
|
1499
1556
|
:limit_code,
|
1500
1557
|
:service_code)
|
1558
|
+
SENSITIVE = []
|
1501
1559
|
include Aws::Structure
|
1502
1560
|
end
|
1503
1561
|
|
@@ -1546,6 +1604,7 @@ module Aws::NetworkManager
|
|
1546
1604
|
:created_at,
|
1547
1605
|
:state,
|
1548
1606
|
:tags)
|
1607
|
+
SENSITIVE = []
|
1549
1608
|
include Aws::Structure
|
1550
1609
|
end
|
1551
1610
|
|
@@ -1576,6 +1635,7 @@ module Aws::NetworkManager
|
|
1576
1635
|
class Tag < Struct.new(
|
1577
1636
|
:key,
|
1578
1637
|
:value)
|
1638
|
+
SENSITIVE = []
|
1579
1639
|
include Aws::Structure
|
1580
1640
|
end
|
1581
1641
|
|
@@ -1605,6 +1665,7 @@ module Aws::NetworkManager
|
|
1605
1665
|
class TagResourceRequest < Struct.new(
|
1606
1666
|
:resource_arn,
|
1607
1667
|
:tags)
|
1668
|
+
SENSITIVE = []
|
1608
1669
|
include Aws::Structure
|
1609
1670
|
end
|
1610
1671
|
|
@@ -1626,6 +1687,7 @@ module Aws::NetworkManager
|
|
1626
1687
|
class ThrottlingException < Struct.new(
|
1627
1688
|
:message,
|
1628
1689
|
:retry_after_seconds)
|
1690
|
+
SENSITIVE = []
|
1629
1691
|
include Aws::Structure
|
1630
1692
|
end
|
1631
1693
|
|
@@ -1649,6 +1711,7 @@ module Aws::NetworkManager
|
|
1649
1711
|
:global_network_id,
|
1650
1712
|
:transit_gateway_arn,
|
1651
1713
|
:state)
|
1714
|
+
SENSITIVE = []
|
1652
1715
|
include Aws::Structure
|
1653
1716
|
end
|
1654
1717
|
|
@@ -1667,6 +1730,7 @@ module Aws::NetworkManager
|
|
1667
1730
|
class TransitGatewayRegistrationStateReason < Struct.new(
|
1668
1731
|
:code,
|
1669
1732
|
:message)
|
1733
|
+
SENSITIVE = []
|
1670
1734
|
include Aws::Structure
|
1671
1735
|
end
|
1672
1736
|
|
@@ -1691,6 +1755,7 @@ module Aws::NetworkManager
|
|
1691
1755
|
class UntagResourceRequest < Struct.new(
|
1692
1756
|
:resource_arn,
|
1693
1757
|
:tag_keys)
|
1758
|
+
SENSITIVE = []
|
1694
1759
|
include Aws::Structure
|
1695
1760
|
end
|
1696
1761
|
|
@@ -1773,6 +1838,7 @@ module Aws::NetworkManager
|
|
1773
1838
|
:serial_number,
|
1774
1839
|
:location,
|
1775
1840
|
:site_id)
|
1841
|
+
SENSITIVE = []
|
1776
1842
|
include Aws::Structure
|
1777
1843
|
end
|
1778
1844
|
|
@@ -1784,6 +1850,7 @@ module Aws::NetworkManager
|
|
1784
1850
|
#
|
1785
1851
|
class UpdateDeviceResponse < Struct.new(
|
1786
1852
|
:device)
|
1853
|
+
SENSITIVE = []
|
1787
1854
|
include Aws::Structure
|
1788
1855
|
end
|
1789
1856
|
|
@@ -1810,6 +1877,7 @@ module Aws::NetworkManager
|
|
1810
1877
|
class UpdateGlobalNetworkRequest < Struct.new(
|
1811
1878
|
:global_network_id,
|
1812
1879
|
:description)
|
1880
|
+
SENSITIVE = []
|
1813
1881
|
include Aws::Structure
|
1814
1882
|
end
|
1815
1883
|
|
@@ -1821,6 +1889,7 @@ module Aws::NetworkManager
|
|
1821
1889
|
#
|
1822
1890
|
class UpdateGlobalNetworkResponse < Struct.new(
|
1823
1891
|
:global_network)
|
1892
|
+
SENSITIVE = []
|
1824
1893
|
include Aws::Structure
|
1825
1894
|
end
|
1826
1895
|
|
@@ -1878,6 +1947,7 @@ module Aws::NetworkManager
|
|
1878
1947
|
:type,
|
1879
1948
|
:bandwidth,
|
1880
1949
|
:provider)
|
1950
|
+
SENSITIVE = []
|
1881
1951
|
include Aws::Structure
|
1882
1952
|
end
|
1883
1953
|
|
@@ -1889,6 +1959,7 @@ module Aws::NetworkManager
|
|
1889
1959
|
#
|
1890
1960
|
class UpdateLinkResponse < Struct.new(
|
1891
1961
|
:link)
|
1962
|
+
SENSITIVE = []
|
1892
1963
|
include Aws::Structure
|
1893
1964
|
end
|
1894
1965
|
|
@@ -1937,6 +2008,7 @@ module Aws::NetworkManager
|
|
1937
2008
|
:site_id,
|
1938
2009
|
:description,
|
1939
2010
|
:location)
|
2011
|
+
SENSITIVE = []
|
1940
2012
|
include Aws::Structure
|
1941
2013
|
end
|
1942
2014
|
|
@@ -1948,6 +2020,7 @@ module Aws::NetworkManager
|
|
1948
2020
|
#
|
1949
2021
|
class UpdateSiteResponse < Struct.new(
|
1950
2022
|
:site)
|
2023
|
+
SENSITIVE = []
|
1951
2024
|
include Aws::Structure
|
1952
2025
|
end
|
1953
2026
|
|
@@ -1970,6 +2043,7 @@ module Aws::NetworkManager
|
|
1970
2043
|
:message,
|
1971
2044
|
:reason,
|
1972
2045
|
:fields)
|
2046
|
+
SENSITIVE = []
|
1973
2047
|
include Aws::Structure
|
1974
2048
|
end
|
1975
2049
|
|
@@ -1988,6 +2062,7 @@ module Aws::NetworkManager
|
|
1988
2062
|
class ValidationExceptionField < Struct.new(
|
1989
2063
|
:name,
|
1990
2064
|
:message)
|
2065
|
+
SENSITIVE = []
|
1991
2066
|
include Aws::Structure
|
1992
2067
|
end
|
1993
2068
|
|
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.5.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: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|