aws-sdk-globalaccelerator 1.19.1 → 1.20.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: 20d3c77894a60780901d306be3dea2e3d28f8420e5e903fa584d030ddf7d153b
4
- data.tar.gz: 03f36332ead50372dc5acc96ebc2e20f6415e6761c0a1324a486bca97286bb73
3
+ metadata.gz: b821b236a5ef2d888397d3ff5084d74825c1c0f73a3624126067cee2814dc32f
4
+ data.tar.gz: 5bc5baf82577552d0878968635284ece184848a76a5e105838a5045c3d4e82a9
5
5
  SHA512:
6
- metadata.gz: 4efea3b5bcae39686d054b5adf687cb69688e97f2a09606daf3cfa87d083305860a8e7363c9fc3cdfbbfec15060c7167269c025bf3e8f047995928481ed03f1a
7
- data.tar.gz: d8d912c787b379f74badd9e1c40a59ba5bcf51c3c6ed080ec8b5df3479d764846704de87863211ee896929404ce9b44326c350a7ceeb98862e76e0d52c1cd0ec
6
+ metadata.gz: d08e238e51f463e31474bebe445d0301552831af451e82f236d4ef461f7bf696ce9718272d8dc8a31ced8597b26bd0cd813560b4306f0471e1ffa6320a00d810
7
+ data.tar.gz: f11430bd08b06ecdfd4dabc29b5a7d40f6d741cb14579d6cca776695b558d0ff8c6b723f76df7e7337e2d8fe2b12a1b0a24e10ef7cada90868dcab890d9c87b7
@@ -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-globalaccelerator/customizations'
45
47
  # @service
46
48
  module Aws::GlobalAccelerator
47
49
 
48
- GEM_VERSION = '1.19.1'
50
+ GEM_VERSION = '1.20.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:
@@ -1688,7 +1690,7 @@ module Aws::GlobalAccelerator
1688
1690
  params: params,
1689
1691
  config: config)
1690
1692
  context[:gem_name] = 'aws-sdk-globalaccelerator'
1691
- context[:gem_version] = '1.19.1'
1693
+ context[:gem_version] = '1.20.0'
1692
1694
  Seahorse::Client::Request.new(handlers, context)
1693
1695
  end
1694
1696
 
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -81,6 +83,7 @@ module Aws::GlobalAccelerator
81
83
  :status,
82
84
  :created_time,
83
85
  :last_modified_time)
86
+ SENSITIVE = []
84
87
  include Aws::Structure
85
88
  end
86
89
 
@@ -124,6 +127,7 @@ module Aws::GlobalAccelerator
124
127
  :flow_logs_enabled,
125
128
  :flow_logs_s3_bucket,
126
129
  :flow_logs_s3_prefix)
130
+ SENSITIVE = []
127
131
  include Aws::Structure
128
132
  end
129
133
 
@@ -136,6 +140,7 @@ module Aws::GlobalAccelerator
136
140
  #
137
141
  class AcceleratorNotDisabledException < Struct.new(
138
142
  :message)
143
+ SENSITIVE = []
139
144
  include Aws::Structure
140
145
  end
141
146
 
@@ -148,6 +153,7 @@ module Aws::GlobalAccelerator
148
153
  #
149
154
  class AcceleratorNotFoundException < Struct.new(
150
155
  :message)
156
+ SENSITIVE = []
151
157
  include Aws::Structure
152
158
  end
153
159
 
@@ -160,6 +166,7 @@ module Aws::GlobalAccelerator
160
166
  #
161
167
  class AccessDeniedException < Struct.new(
162
168
  :message)
169
+ SENSITIVE = []
163
170
  include Aws::Structure
164
171
  end
165
172
 
@@ -180,6 +187,7 @@ module Aws::GlobalAccelerator
180
187
  #
181
188
  class AdvertiseByoipCidrRequest < Struct.new(
182
189
  :cidr)
190
+ SENSITIVE = []
183
191
  include Aws::Structure
184
192
  end
185
193
 
@@ -191,6 +199,7 @@ module Aws::GlobalAccelerator
191
199
  #
192
200
  class AdvertiseByoipCidrResponse < Struct.new(
193
201
  :byoip_cidr)
202
+ SENSITIVE = []
194
203
  include Aws::Structure
195
204
  end
196
205
 
@@ -205,6 +214,7 @@ module Aws::GlobalAccelerator
205
214
  #
206
215
  class AssociatedEndpointGroupFoundException < Struct.new(
207
216
  :message)
217
+ SENSITIVE = []
208
218
  include Aws::Structure
209
219
  end
210
220
 
@@ -219,6 +229,7 @@ module Aws::GlobalAccelerator
219
229
  #
220
230
  class AssociatedListenerFoundException < Struct.new(
221
231
  :message)
232
+ SENSITIVE = []
222
233
  include Aws::Structure
223
234
  end
224
235
 
@@ -294,6 +305,7 @@ module Aws::GlobalAccelerator
294
305
  :cidr,
295
306
  :state,
296
307
  :events)
308
+ SENSITIVE = []
297
309
  include Aws::Structure
298
310
  end
299
311
 
@@ -318,6 +330,7 @@ module Aws::GlobalAccelerator
318
330
  class ByoipCidrEvent < Struct.new(
319
331
  :message,
320
332
  :timestamp)
333
+ SENSITIVE = []
321
334
  include Aws::Structure
322
335
  end
323
336
 
@@ -330,6 +343,7 @@ module Aws::GlobalAccelerator
330
343
  #
331
344
  class ByoipCidrNotFoundException < Struct.new(
332
345
  :message)
346
+ SENSITIVE = []
333
347
  include Aws::Structure
334
348
  end
335
349
 
@@ -364,6 +378,7 @@ module Aws::GlobalAccelerator
364
378
  class CidrAuthorizationContext < Struct.new(
365
379
  :message,
366
380
  :signature)
381
+ SENSITIVE = []
367
382
  include Aws::Structure
368
383
  end
369
384
 
@@ -448,6 +463,7 @@ module Aws::GlobalAccelerator
448
463
  :enabled,
449
464
  :idempotency_token,
450
465
  :tags)
466
+ SENSITIVE = []
451
467
  include Aws::Structure
452
468
  end
453
469
 
@@ -460,6 +476,7 @@ module Aws::GlobalAccelerator
460
476
  #
461
477
  class CreateAcceleratorResponse < Struct.new(
462
478
  :accelerator)
479
+ SENSITIVE = []
463
480
  include Aws::Structure
464
481
  end
465
482
 
@@ -562,6 +579,7 @@ module Aws::GlobalAccelerator
562
579
  :health_check_interval_seconds,
563
580
  :threshold_count,
564
581
  :idempotency_token)
582
+ SENSITIVE = []
565
583
  include Aws::Structure
566
584
  end
567
585
 
@@ -573,6 +591,7 @@ module Aws::GlobalAccelerator
573
591
  #
574
592
  class CreateEndpointGroupResponse < Struct.new(
575
593
  :endpoint_group)
594
+ SENSITIVE = []
576
595
  include Aws::Structure
577
596
  end
578
597
 
@@ -647,6 +666,7 @@ module Aws::GlobalAccelerator
647
666
  :protocol,
648
667
  :client_affinity,
649
668
  :idempotency_token)
669
+ SENSITIVE = []
650
670
  include Aws::Structure
651
671
  end
652
672
 
@@ -658,6 +678,7 @@ module Aws::GlobalAccelerator
658
678
  #
659
679
  class CreateListenerResponse < Struct.new(
660
680
  :listener)
681
+ SENSITIVE = []
661
682
  include Aws::Structure
662
683
  end
663
684
 
@@ -676,6 +697,7 @@ module Aws::GlobalAccelerator
676
697
  #
677
698
  class DeleteAcceleratorRequest < Struct.new(
678
699
  :accelerator_arn)
700
+ SENSITIVE = []
679
701
  include Aws::Structure
680
702
  end
681
703
 
@@ -694,6 +716,7 @@ module Aws::GlobalAccelerator
694
716
  #
695
717
  class DeleteEndpointGroupRequest < Struct.new(
696
718
  :endpoint_group_arn)
719
+ SENSITIVE = []
697
720
  include Aws::Structure
698
721
  end
699
722
 
@@ -712,6 +735,7 @@ module Aws::GlobalAccelerator
712
735
  #
713
736
  class DeleteListenerRequest < Struct.new(
714
737
  :listener_arn)
738
+ SENSITIVE = []
715
739
  include Aws::Structure
716
740
  end
717
741
 
@@ -731,6 +755,7 @@ module Aws::GlobalAccelerator
731
755
  #
732
756
  class DeprovisionByoipCidrRequest < Struct.new(
733
757
  :cidr)
758
+ SENSITIVE = []
734
759
  include Aws::Structure
735
760
  end
736
761
 
@@ -742,6 +767,7 @@ module Aws::GlobalAccelerator
742
767
  #
743
768
  class DeprovisionByoipCidrResponse < Struct.new(
744
769
  :byoip_cidr)
770
+ SENSITIVE = []
745
771
  include Aws::Structure
746
772
  end
747
773
 
@@ -761,6 +787,7 @@ module Aws::GlobalAccelerator
761
787
  #
762
788
  class DescribeAcceleratorAttributesRequest < Struct.new(
763
789
  :accelerator_arn)
790
+ SENSITIVE = []
764
791
  include Aws::Structure
765
792
  end
766
793
 
@@ -772,6 +799,7 @@ module Aws::GlobalAccelerator
772
799
  #
773
800
  class DescribeAcceleratorAttributesResponse < Struct.new(
774
801
  :accelerator_attributes)
802
+ SENSITIVE = []
775
803
  include Aws::Structure
776
804
  end
777
805
 
@@ -790,6 +818,7 @@ module Aws::GlobalAccelerator
790
818
  #
791
819
  class DescribeAcceleratorRequest < Struct.new(
792
820
  :accelerator_arn)
821
+ SENSITIVE = []
793
822
  include Aws::Structure
794
823
  end
795
824
 
@@ -801,6 +830,7 @@ module Aws::GlobalAccelerator
801
830
  #
802
831
  class DescribeAcceleratorResponse < Struct.new(
803
832
  :accelerator)
833
+ SENSITIVE = []
804
834
  include Aws::Structure
805
835
  end
806
836
 
@@ -819,6 +849,7 @@ module Aws::GlobalAccelerator
819
849
  #
820
850
  class DescribeEndpointGroupRequest < Struct.new(
821
851
  :endpoint_group_arn)
852
+ SENSITIVE = []
822
853
  include Aws::Structure
823
854
  end
824
855
 
@@ -830,6 +861,7 @@ module Aws::GlobalAccelerator
830
861
  #
831
862
  class DescribeEndpointGroupResponse < Struct.new(
832
863
  :endpoint_group)
864
+ SENSITIVE = []
833
865
  include Aws::Structure
834
866
  end
835
867
 
@@ -848,6 +880,7 @@ module Aws::GlobalAccelerator
848
880
  #
849
881
  class DescribeListenerRequest < Struct.new(
850
882
  :listener_arn)
883
+ SENSITIVE = []
851
884
  include Aws::Structure
852
885
  end
853
886
 
@@ -859,6 +892,7 @@ module Aws::GlobalAccelerator
859
892
  #
860
893
  class DescribeListenerResponse < Struct.new(
861
894
  :listener)
895
+ SENSITIVE = []
862
896
  include Aws::Structure
863
897
  end
864
898
 
@@ -925,6 +959,7 @@ module Aws::GlobalAccelerator
925
959
  :endpoint_id,
926
960
  :weight,
927
961
  :client_ip_preservation_enabled)
962
+ SENSITIVE = []
928
963
  include Aws::Structure
929
964
  end
930
965
 
@@ -1013,6 +1048,7 @@ module Aws::GlobalAccelerator
1013
1048
  :health_state,
1014
1049
  :health_reason,
1015
1050
  :client_ip_preservation_enabled)
1051
+ SENSITIVE = []
1016
1052
  include Aws::Structure
1017
1053
  end
1018
1054
 
@@ -1087,6 +1123,7 @@ module Aws::GlobalAccelerator
1087
1123
  :health_check_path,
1088
1124
  :health_check_interval_seconds,
1089
1125
  :threshold_count)
1126
+ SENSITIVE = []
1090
1127
  include Aws::Structure
1091
1128
  end
1092
1129
 
@@ -1099,6 +1136,7 @@ module Aws::GlobalAccelerator
1099
1136
  #
1100
1137
  class EndpointGroupAlreadyExistsException < Struct.new(
1101
1138
  :message)
1139
+ SENSITIVE = []
1102
1140
  include Aws::Structure
1103
1141
  end
1104
1142
 
@@ -1111,6 +1149,7 @@ module Aws::GlobalAccelerator
1111
1149
  #
1112
1150
  class EndpointGroupNotFoundException < Struct.new(
1113
1151
  :message)
1152
+ SENSITIVE = []
1114
1153
  include Aws::Structure
1115
1154
  end
1116
1155
 
@@ -1124,6 +1163,7 @@ module Aws::GlobalAccelerator
1124
1163
  #
1125
1164
  class IncorrectCidrStateException < Struct.new(
1126
1165
  :message)
1166
+ SENSITIVE = []
1127
1167
  include Aws::Structure
1128
1168
  end
1129
1169
 
@@ -1136,6 +1176,7 @@ module Aws::GlobalAccelerator
1136
1176
  #
1137
1177
  class InternalServiceErrorException < Struct.new(
1138
1178
  :message)
1179
+ SENSITIVE = []
1139
1180
  include Aws::Structure
1140
1181
  end
1141
1182
 
@@ -1148,6 +1189,7 @@ module Aws::GlobalAccelerator
1148
1189
  #
1149
1190
  class InvalidArgumentException < Struct.new(
1150
1191
  :message)
1192
+ SENSITIVE = []
1151
1193
  include Aws::Structure
1152
1194
  end
1153
1195
 
@@ -1160,6 +1202,7 @@ module Aws::GlobalAccelerator
1160
1202
  #
1161
1203
  class InvalidNextTokenException < Struct.new(
1162
1204
  :message)
1205
+ SENSITIVE = []
1163
1206
  include Aws::Structure
1164
1207
  end
1165
1208
 
@@ -1173,6 +1216,7 @@ module Aws::GlobalAccelerator
1173
1216
  #
1174
1217
  class InvalidPortRangeException < Struct.new(
1175
1218
  :message)
1219
+ SENSITIVE = []
1176
1220
  include Aws::Structure
1177
1221
  end
1178
1222
 
@@ -1192,6 +1236,7 @@ module Aws::GlobalAccelerator
1192
1236
  class IpSet < Struct.new(
1193
1237
  :ip_family,
1194
1238
  :ip_addresses)
1239
+ SENSITIVE = []
1195
1240
  include Aws::Structure
1196
1241
  end
1197
1242
 
@@ -1205,6 +1250,7 @@ module Aws::GlobalAccelerator
1205
1250
  #
1206
1251
  class LimitExceededException < Struct.new(
1207
1252
  :message)
1253
+ SENSITIVE = []
1208
1254
  include Aws::Structure
1209
1255
  end
1210
1256
 
@@ -1231,6 +1277,7 @@ module Aws::GlobalAccelerator
1231
1277
  class ListAcceleratorsRequest < Struct.new(
1232
1278
  :max_results,
1233
1279
  :next_token)
1280
+ SENSITIVE = []
1234
1281
  include Aws::Structure
1235
1282
  end
1236
1283
 
@@ -1248,6 +1295,7 @@ module Aws::GlobalAccelerator
1248
1295
  class ListAcceleratorsResponse < Struct.new(
1249
1296
  :accelerators,
1250
1297
  :next_token)
1298
+ SENSITIVE = []
1251
1299
  include Aws::Structure
1252
1300
  end
1253
1301
 
@@ -1274,6 +1322,7 @@ module Aws::GlobalAccelerator
1274
1322
  class ListByoipCidrsRequest < Struct.new(
1275
1323
  :max_results,
1276
1324
  :next_token)
1325
+ SENSITIVE = []
1277
1326
  include Aws::Structure
1278
1327
  end
1279
1328
 
@@ -1290,6 +1339,7 @@ module Aws::GlobalAccelerator
1290
1339
  class ListByoipCidrsResponse < Struct.new(
1291
1340
  :byoip_cidrs,
1292
1341
  :next_token)
1342
+ SENSITIVE = []
1293
1343
  include Aws::Structure
1294
1344
  end
1295
1345
 
@@ -1322,6 +1372,7 @@ module Aws::GlobalAccelerator
1322
1372
  :listener_arn,
1323
1373
  :max_results,
1324
1374
  :next_token)
1375
+ SENSITIVE = []
1325
1376
  include Aws::Structure
1326
1377
  end
1327
1378
 
@@ -1339,6 +1390,7 @@ module Aws::GlobalAccelerator
1339
1390
  class ListEndpointGroupsResponse < Struct.new(
1340
1391
  :endpoint_groups,
1341
1392
  :next_token)
1393
+ SENSITIVE = []
1342
1394
  include Aws::Structure
1343
1395
  end
1344
1396
 
@@ -1372,6 +1424,7 @@ module Aws::GlobalAccelerator
1372
1424
  :accelerator_arn,
1373
1425
  :max_results,
1374
1426
  :next_token)
1427
+ SENSITIVE = []
1375
1428
  include Aws::Structure
1376
1429
  end
1377
1430
 
@@ -1389,6 +1442,7 @@ module Aws::GlobalAccelerator
1389
1442
  class ListListenersResponse < Struct.new(
1390
1443
  :listeners,
1391
1444
  :next_token)
1445
+ SENSITIVE = []
1392
1446
  include Aws::Structure
1393
1447
  end
1394
1448
 
@@ -1408,6 +1462,7 @@ module Aws::GlobalAccelerator
1408
1462
  #
1409
1463
  class ListTagsForResourceRequest < Struct.new(
1410
1464
  :resource_arn)
1465
+ SENSITIVE = []
1411
1466
  include Aws::Structure
1412
1467
  end
1413
1468
 
@@ -1419,6 +1474,7 @@ module Aws::GlobalAccelerator
1419
1474
  #
1420
1475
  class ListTagsForResourceResponse < Struct.new(
1421
1476
  :tags)
1477
+ SENSITIVE = []
1422
1478
  include Aws::Structure
1423
1479
  end
1424
1480
 
@@ -1470,6 +1526,7 @@ module Aws::GlobalAccelerator
1470
1526
  :port_ranges,
1471
1527
  :protocol,
1472
1528
  :client_affinity)
1529
+ SENSITIVE = []
1473
1530
  include Aws::Structure
1474
1531
  end
1475
1532
 
@@ -1482,6 +1539,7 @@ module Aws::GlobalAccelerator
1482
1539
  #
1483
1540
  class ListenerNotFoundException < Struct.new(
1484
1541
  :message)
1542
+ SENSITIVE = []
1485
1543
  include Aws::Structure
1486
1544
  end
1487
1545
 
@@ -1508,6 +1566,7 @@ module Aws::GlobalAccelerator
1508
1566
  class PortRange < Struct.new(
1509
1567
  :from_port,
1510
1568
  :to_port)
1569
+ SENSITIVE = []
1511
1570
  include Aws::Structure
1512
1571
  end
1513
1572
 
@@ -1539,6 +1598,7 @@ module Aws::GlobalAccelerator
1539
1598
  class ProvisionByoipCidrRequest < Struct.new(
1540
1599
  :cidr,
1541
1600
  :cidr_authorization_context)
1601
+ SENSITIVE = []
1542
1602
  include Aws::Structure
1543
1603
  end
1544
1604
 
@@ -1550,6 +1610,7 @@ module Aws::GlobalAccelerator
1550
1610
  #
1551
1611
  class ProvisionByoipCidrResponse < Struct.new(
1552
1612
  :byoip_cidr)
1613
+ SENSITIVE = []
1553
1614
  include Aws::Structure
1554
1615
  end
1555
1616
 
@@ -1576,6 +1637,7 @@ module Aws::GlobalAccelerator
1576
1637
  class Tag < Struct.new(
1577
1638
  :key,
1578
1639
  :value)
1640
+ SENSITIVE = []
1579
1641
  include Aws::Structure
1580
1642
  end
1581
1643
 
@@ -1607,6 +1669,7 @@ module Aws::GlobalAccelerator
1607
1669
  class TagResourceRequest < Struct.new(
1608
1670
  :resource_arn,
1609
1671
  :tags)
1672
+ SENSITIVE = []
1610
1673
  include Aws::Structure
1611
1674
  end
1612
1675
 
@@ -1637,6 +1700,7 @@ module Aws::GlobalAccelerator
1637
1700
  class UntagResourceRequest < Struct.new(
1638
1701
  :resource_arn,
1639
1702
  :tag_keys)
1703
+ SENSITIVE = []
1640
1704
  include Aws::Structure
1641
1705
  end
1642
1706
 
@@ -1698,6 +1762,7 @@ module Aws::GlobalAccelerator
1698
1762
  :flow_logs_enabled,
1699
1763
  :flow_logs_s3_bucket,
1700
1764
  :flow_logs_s3_prefix)
1765
+ SENSITIVE = []
1701
1766
  include Aws::Structure
1702
1767
  end
1703
1768
 
@@ -1709,6 +1774,7 @@ module Aws::GlobalAccelerator
1709
1774
  #
1710
1775
  class UpdateAcceleratorAttributesResponse < Struct.new(
1711
1776
  :accelerator_attributes)
1777
+ SENSITIVE = []
1712
1778
  include Aws::Structure
1713
1779
  end
1714
1780
 
@@ -1751,6 +1817,7 @@ module Aws::GlobalAccelerator
1751
1817
  :name,
1752
1818
  :ip_address_type,
1753
1819
  :enabled)
1820
+ SENSITIVE = []
1754
1821
  include Aws::Structure
1755
1822
  end
1756
1823
 
@@ -1762,6 +1829,7 @@ module Aws::GlobalAccelerator
1762
1829
  #
1763
1830
  class UpdateAcceleratorResponse < Struct.new(
1764
1831
  :accelerator)
1832
+ SENSITIVE = []
1765
1833
  include Aws::Structure
1766
1834
  end
1767
1835
 
@@ -1847,6 +1915,7 @@ module Aws::GlobalAccelerator
1847
1915
  :health_check_path,
1848
1916
  :health_check_interval_seconds,
1849
1917
  :threshold_count)
1918
+ SENSITIVE = []
1850
1919
  include Aws::Structure
1851
1920
  end
1852
1921
 
@@ -1858,6 +1927,7 @@ module Aws::GlobalAccelerator
1858
1927
  #
1859
1928
  class UpdateEndpointGroupResponse < Struct.new(
1860
1929
  :endpoint_group)
1930
+ SENSITIVE = []
1861
1931
  include Aws::Structure
1862
1932
  end
1863
1933
 
@@ -1923,6 +1993,7 @@ module Aws::GlobalAccelerator
1923
1993
  :port_ranges,
1924
1994
  :protocol,
1925
1995
  :client_affinity)
1996
+ SENSITIVE = []
1926
1997
  include Aws::Structure
1927
1998
  end
1928
1999
 
@@ -1934,6 +2005,7 @@ module Aws::GlobalAccelerator
1934
2005
  #
1935
2006
  class UpdateListenerResponse < Struct.new(
1936
2007
  :listener)
2008
+ SENSITIVE = []
1937
2009
  include Aws::Structure
1938
2010
  end
1939
2011
 
@@ -1952,6 +2024,7 @@ module Aws::GlobalAccelerator
1952
2024
  #
1953
2025
  class WithdrawByoipCidrRequest < Struct.new(
1954
2026
  :cidr)
2027
+ SENSITIVE = []
1955
2028
  include Aws::Structure
1956
2029
  end
1957
2030
 
@@ -1963,6 +2036,7 @@ module Aws::GlobalAccelerator
1963
2036
  #
1964
2037
  class WithdrawByoipCidrResponse < Struct.new(
1965
2038
  :byoip_cidr)
2039
+ SENSITIVE = []
1966
2040
  include Aws::Structure
1967
2041
  end
1968
2042
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-globalaccelerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.1
4
+ version: 1.20.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 00:00:00.000000000 Z
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