aws-sdk-globalaccelerator 1.17.0 → 1.22.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: 84bc246cc310bb834b5e531430200436631b7532dc3113b4057702ab27373adb
4
- data.tar.gz: af8bb9903ed5be377f81f7031b4fd12fc92af51777c76328fa5b15a09acc8003
3
+ metadata.gz: 47ff1b71d1786b2ebcc1ea6bb88af22556661b1cd6d75915930fb61892b418ca
4
+ data.tar.gz: ce78e62d8fb9a68b52c04b71801c8070c4522474a0e7d2ad9d87678a18c98d62
5
5
  SHA512:
6
- metadata.gz: e64c2c27a240cac7487871387a6e1714f50ed791015d6b4f44501e59b115de060956a35fc5e38c523dce30bb663a90668211cfd54b25ee0a7ad0ee1521a482e5
7
- data.tar.gz: eb7910edcfaa89656f2b36e4a9d6fde08e52605486a927a5c191c1e43832711b844205a694e603bd4340b81240723dc283c16a6d339f3e9c0e88bcc30721455a
6
+ metadata.gz: d2a2d3cbbe1a97418f120ee074d551bfc244800c197d6e2e66600cfb4d543aac5abcbe27141b547a489a9636b815bed136696972925e31461dcb9d4171879925
7
+ data.tar.gz: 46f563bb3b2075bb8cffafde9ee3412df37dc548a87f8b4bef7fbef6d5fc3c5ee2413ab901de0fa73e811c4428c93184e2f28432694c497ce86165bb317257e1
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-globalaccelerator/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::GlobalAccelerator
47
50
 
48
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.22.0'
49
52
 
50
53
  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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::GlobalAccelerator
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -81,13 +85,28 @@ module Aws::GlobalAccelerator
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,10 +116,10 @@ module Aws::GlobalAccelerator
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
@@ -161,7 +180,7 @@ module Aws::GlobalAccelerator
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +195,7 @@ module Aws::GlobalAccelerator
176
195
  # requests fetching endpoints information. Defaults to 60 sec.
177
196
  #
178
197
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
198
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
199
  #
181
200
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
201
  # The log formatter.
@@ -1686,7 +1705,7 @@ module Aws::GlobalAccelerator
1686
1705
  params: params,
1687
1706
  config: config)
1688
1707
  context[:gem_name] = 'aws-sdk-globalaccelerator'
1689
- context[:gem_version] = '1.17.0'
1708
+ context[:gem_version] = '1.22.0'
1690
1709
  Seahorse::Client::Request.new(handlers, context)
1691
1710
  end
1692
1711
 
@@ -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.17.0
4
+ version: 1.22.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-09-15 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.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement