aws-sdk-shield 1.27.1 → 1.28.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: ad088fd6dad043fadc94da09bc11bc69b5f8f2495fb8755fd751d6a767fb840c
4
- data.tar.gz: ea4763f9c1da0f5c84516c7d9d3b7ba5bf6bd213db4724debcf948f5ec55d78b
3
+ metadata.gz: b3ae38f9a05e0c717a2874699d0bcc98e2b0eac045cf8e49cc47cae0300b2aa3
4
+ data.tar.gz: b47cd92296ff3db99a7d349ff2db25c32f0c04261843b42bfec86887c92dd896
5
5
  SHA512:
6
- metadata.gz: 7a6dfc2fb22404f6fe07536d052cce02e592f606283d1b1a19210823beceddaff3e93f7b41a9944d345c1fcc19e172724711908f7c459df16ae1959181d08833
7
- data.tar.gz: 41e5bc1f76945bdd72826287c6ac26eef446a1a4cd623ee7ebfb334c25f49151857bd991ec0fbeff569e984ec313d950171ff3cb8607634f2e25998913a96110
6
+ metadata.gz: 8737b2f5b7f60565da3dbdfbd35e6f425fbab8ca961a71b535e32eeae4715234eeae265ba1c6dca2377f87d837dfd38cdfa7182c1f96c9a6cc850b4991ada8ed
7
+ data.tar.gz: 10ae3d204623c754ed738374b23afbbcab9986301fd9b8f6ae66c8163d3ee49f59299c010f9eb9b69d8e2ae7769e28fc420362d5c9257f46bd83905027ae9551
@@ -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-shield/customizations'
45
47
  # @service
46
48
  module Aws::Shield
47
49
 
48
- GEM_VERSION = '1.27.1'
50
+ GEM_VERSION = '1.28.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:
@@ -1191,7 +1193,7 @@ module Aws::Shield
1191
1193
  params: params,
1192
1194
  config: config)
1193
1195
  context[:gem_name] = 'aws-sdk-shield'
1194
- context[:gem_version] = '1.27.1'
1196
+ context[:gem_version] = '1.28.0'
1195
1197
  Seahorse::Client::Request.new(handlers, context)
1196
1198
  end
1197
1199
 
@@ -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:
@@ -19,6 +21,7 @@ module Aws::Shield
19
21
  #
20
22
  class AccessDeniedException < Struct.new(
21
23
  :message)
24
+ SENSITIVE = []
22
25
  include Aws::Structure
23
26
  end
24
27
 
@@ -39,6 +42,7 @@ module Aws::Shield
39
42
  #
40
43
  class AccessDeniedForDependencyException < Struct.new(
41
44
  :message)
45
+ SENSITIVE = []
42
46
  include Aws::Structure
43
47
  end
44
48
 
@@ -57,6 +61,7 @@ module Aws::Shield
57
61
  #
58
62
  class AssociateDRTLogBucketRequest < Struct.new(
59
63
  :log_bucket)
64
+ SENSITIVE = []
60
65
  include Aws::Structure
61
66
  end
62
67
 
@@ -89,6 +94,7 @@ module Aws::Shield
89
94
  #
90
95
  class AssociateDRTRoleRequest < Struct.new(
91
96
  :role_arn)
97
+ SENSITIVE = []
92
98
  include Aws::Structure
93
99
  end
94
100
 
@@ -119,6 +125,7 @@ module Aws::Shield
119
125
  class AssociateHealthCheckRequest < Struct.new(
120
126
  :protection_id,
121
127
  :health_check_arn)
128
+ SENSITIVE = []
122
129
  include Aws::Structure
123
130
  end
124
131
 
@@ -159,6 +166,7 @@ module Aws::Shield
159
166
  #
160
167
  class AssociateProactiveEngagementDetailsRequest < Struct.new(
161
168
  :emergency_contact_list)
169
+ SENSITIVE = []
162
170
  include Aws::Structure
163
171
  end
164
172
 
@@ -223,6 +231,7 @@ module Aws::Shield
223
231
  :attack_counters,
224
232
  :attack_properties,
225
233
  :mitigations)
234
+ SENSITIVE = []
226
235
  include Aws::Structure
227
236
  end
228
237
 
@@ -263,6 +272,7 @@ module Aws::Shield
263
272
  :top_contributors,
264
273
  :unit,
265
274
  :total)
275
+ SENSITIVE = []
266
276
  include Aws::Structure
267
277
  end
268
278
 
@@ -306,6 +316,7 @@ module Aws::Shield
306
316
  :start_time,
307
317
  :end_time,
308
318
  :attack_vectors)
319
+ SENSITIVE = []
309
320
  include Aws::Structure
310
321
  end
311
322
 
@@ -355,6 +366,7 @@ module Aws::Shield
355
366
  #
356
367
  class AttackVectorDescription < Struct.new(
357
368
  :vector_type)
369
+ SENSITIVE = []
358
370
  include Aws::Structure
359
371
  end
360
372
 
@@ -377,6 +389,7 @@ module Aws::Shield
377
389
  class Contributor < Struct.new(
378
390
  :name,
379
391
  :value)
392
+ SENSITIVE = []
380
393
  include Aws::Structure
381
394
  end
382
395
 
@@ -424,6 +437,7 @@ module Aws::Shield
424
437
  class CreateProtectionRequest < Struct.new(
425
438
  :name,
426
439
  :resource_arn)
440
+ SENSITIVE = []
427
441
  include Aws::Structure
428
442
  end
429
443
 
@@ -436,6 +450,7 @@ module Aws::Shield
436
450
  #
437
451
  class CreateProtectionResponse < Struct.new(
438
452
  :protection_id)
453
+ SENSITIVE = []
439
454
  include Aws::Structure
440
455
  end
441
456
 
@@ -464,6 +479,7 @@ module Aws::Shield
464
479
  #
465
480
  class DeleteProtectionRequest < Struct.new(
466
481
  :protection_id)
482
+ SENSITIVE = []
467
483
  include Aws::Structure
468
484
  end
469
485
 
@@ -496,6 +512,7 @@ module Aws::Shield
496
512
  #
497
513
  class DescribeAttackRequest < Struct.new(
498
514
  :attack_id)
515
+ SENSITIVE = []
499
516
  include Aws::Structure
500
517
  end
501
518
 
@@ -507,6 +524,7 @@ module Aws::Shield
507
524
  #
508
525
  class DescribeAttackResponse < Struct.new(
509
526
  :attack)
527
+ SENSITIVE = []
510
528
  include Aws::Structure
511
529
  end
512
530
 
@@ -530,6 +548,7 @@ module Aws::Shield
530
548
  class DescribeDRTAccessResponse < Struct.new(
531
549
  :role_arn,
532
550
  :log_bucket_list)
551
+ SENSITIVE = []
533
552
  include Aws::Structure
534
553
  end
535
554
 
@@ -550,6 +569,7 @@ module Aws::Shield
550
569
  #
551
570
  class DescribeEmergencyContactSettingsResponse < Struct.new(
552
571
  :emergency_contact_list)
572
+ SENSITIVE = []
553
573
  include Aws::Structure
554
574
  end
555
575
 
@@ -580,6 +600,7 @@ module Aws::Shield
580
600
  class DescribeProtectionRequest < Struct.new(
581
601
  :protection_id,
582
602
  :resource_arn)
603
+ SENSITIVE = []
583
604
  include Aws::Structure
584
605
  end
585
606
 
@@ -591,6 +612,7 @@ module Aws::Shield
591
612
  #
592
613
  class DescribeProtectionResponse < Struct.new(
593
614
  :protection)
615
+ SENSITIVE = []
594
616
  include Aws::Structure
595
617
  end
596
618
 
@@ -608,6 +630,7 @@ module Aws::Shield
608
630
  #
609
631
  class DescribeSubscriptionResponse < Struct.new(
610
632
  :subscription)
633
+ SENSITIVE = []
611
634
  include Aws::Structure
612
635
  end
613
636
 
@@ -636,6 +659,7 @@ module Aws::Shield
636
659
  #
637
660
  class DisassociateDRTLogBucketRequest < Struct.new(
638
661
  :log_bucket)
662
+ SENSITIVE = []
639
663
  include Aws::Structure
640
664
  end
641
665
 
@@ -676,6 +700,7 @@ module Aws::Shield
676
700
  class DisassociateHealthCheckRequest < Struct.new(
677
701
  :protection_id,
678
702
  :health_check_arn)
703
+ SENSITIVE = []
679
704
  include Aws::Structure
680
705
  end
681
706
 
@@ -714,6 +739,7 @@ module Aws::Shield
714
739
  :email_address,
715
740
  :phone_number,
716
741
  :contact_notes)
742
+ SENSITIVE = []
717
743
  include Aws::Structure
718
744
  end
719
745
 
@@ -741,6 +767,7 @@ module Aws::Shield
741
767
  #
742
768
  class GetSubscriptionStateResponse < Struct.new(
743
769
  :subscription_state)
770
+ SENSITIVE = []
744
771
  include Aws::Structure
745
772
  end
746
773
 
@@ -754,6 +781,7 @@ module Aws::Shield
754
781
  #
755
782
  class InternalErrorException < Struct.new(
756
783
  :message)
784
+ SENSITIVE = []
757
785
  include Aws::Structure
758
786
  end
759
787
 
@@ -767,6 +795,7 @@ module Aws::Shield
767
795
  #
768
796
  class InvalidOperationException < Struct.new(
769
797
  :message)
798
+ SENSITIVE = []
770
799
  include Aws::Structure
771
800
  end
772
801
 
@@ -781,6 +810,7 @@ module Aws::Shield
781
810
  #
782
811
  class InvalidPaginationTokenException < Struct.new(
783
812
  :message)
813
+ SENSITIVE = []
784
814
  include Aws::Structure
785
815
  end
786
816
 
@@ -794,6 +824,7 @@ module Aws::Shield
794
824
  #
795
825
  class InvalidParameterException < Struct.new(
796
826
  :message)
827
+ SENSITIVE = []
797
828
  include Aws::Structure
798
829
  end
799
830
 
@@ -807,6 +838,7 @@ module Aws::Shield
807
838
  #
808
839
  class InvalidResourceException < Struct.new(
809
840
  :message)
841
+ SENSITIVE = []
810
842
  include Aws::Structure
811
843
  end
812
844
 
@@ -826,6 +858,7 @@ module Aws::Shield
826
858
  class Limit < Struct.new(
827
859
  :type,
828
860
  :max)
861
+ SENSITIVE = []
829
862
  include Aws::Structure
830
863
  end
831
864
 
@@ -850,6 +883,7 @@ module Aws::Shield
850
883
  :message,
851
884
  :type,
852
885
  :limit)
886
+ SENSITIVE = []
853
887
  include Aws::Structure
854
888
  end
855
889
 
@@ -923,6 +957,7 @@ module Aws::Shield
923
957
  :end_time,
924
958
  :next_token,
925
959
  :max_results)
960
+ SENSITIVE = []
926
961
  include Aws::Structure
927
962
  end
928
963
 
@@ -947,6 +982,7 @@ module Aws::Shield
947
982
  class ListAttacksResponse < Struct.new(
948
983
  :attack_summaries,
949
984
  :next_token)
985
+ SENSITIVE = []
950
986
  include Aws::Structure
951
987
  end
952
988
 
@@ -980,6 +1016,7 @@ module Aws::Shield
980
1016
  class ListProtectionsRequest < Struct.new(
981
1017
  :next_token,
982
1018
  :max_results)
1019
+ SENSITIVE = []
983
1020
  include Aws::Structure
984
1021
  end
985
1022
 
@@ -1007,6 +1044,7 @@ module Aws::Shield
1007
1044
  class ListProtectionsResponse < Struct.new(
1008
1045
  :protections,
1009
1046
  :next_token)
1047
+ SENSITIVE = []
1010
1048
  include Aws::Structure
1011
1049
  end
1012
1050
 
@@ -1022,6 +1060,7 @@ module Aws::Shield
1022
1060
  #
1023
1061
  class LockedSubscriptionException < Struct.new(
1024
1062
  :message)
1063
+ SENSITIVE = []
1025
1064
  include Aws::Structure
1026
1065
  end
1027
1066
 
@@ -1035,6 +1074,7 @@ module Aws::Shield
1035
1074
  #
1036
1075
  class Mitigation < Struct.new(
1037
1076
  :mitigation_name)
1077
+ SENSITIVE = []
1038
1078
  include Aws::Structure
1039
1079
  end
1040
1080
 
@@ -1047,6 +1087,7 @@ module Aws::Shield
1047
1087
  #
1048
1088
  class NoAssociatedRoleException < Struct.new(
1049
1089
  :message)
1090
+ SENSITIVE = []
1050
1091
  include Aws::Structure
1051
1092
  end
1052
1093
 
@@ -1060,6 +1101,7 @@ module Aws::Shield
1060
1101
  #
1061
1102
  class OptimisticLockException < Struct.new(
1062
1103
  :message)
1104
+ SENSITIVE = []
1063
1105
  include Aws::Structure
1064
1106
  end
1065
1107
 
@@ -1091,6 +1133,7 @@ module Aws::Shield
1091
1133
  :name,
1092
1134
  :resource_arn,
1093
1135
  :health_check_ids)
1136
+ SENSITIVE = []
1094
1137
  include Aws::Structure
1095
1138
  end
1096
1139
 
@@ -1103,6 +1146,7 @@ module Aws::Shield
1103
1146
  #
1104
1147
  class ResourceAlreadyExistsException < Struct.new(
1105
1148
  :message)
1149
+ SENSITIVE = []
1106
1150
  include Aws::Structure
1107
1151
  end
1108
1152
 
@@ -1115,6 +1159,7 @@ module Aws::Shield
1115
1159
  #
1116
1160
  class ResourceNotFoundException < Struct.new(
1117
1161
  :message)
1162
+ SENSITIVE = []
1118
1163
  include Aws::Structure
1119
1164
  end
1120
1165
 
@@ -1143,6 +1188,7 @@ module Aws::Shield
1143
1188
  :id,
1144
1189
  :attack_vectors,
1145
1190
  :counters)
1191
+ SENSITIVE = []
1146
1192
  include Aws::Structure
1147
1193
  end
1148
1194
 
@@ -1203,6 +1249,7 @@ module Aws::Shield
1203
1249
  :auto_renew,
1204
1250
  :limits,
1205
1251
  :proactive_engagement_status)
1252
+ SENSITIVE = []
1206
1253
  include Aws::Structure
1207
1254
  end
1208
1255
 
@@ -1221,6 +1268,7 @@ module Aws::Shield
1221
1268
  class SummarizedAttackVector < Struct.new(
1222
1269
  :vector_type,
1223
1270
  :vector_counters)
1271
+ SENSITIVE = []
1224
1272
  include Aws::Structure
1225
1273
  end
1226
1274
 
@@ -1259,6 +1307,7 @@ module Aws::Shield
1259
1307
  :sum,
1260
1308
  :n,
1261
1309
  :unit)
1310
+ SENSITIVE = []
1262
1311
  include Aws::Structure
1263
1312
  end
1264
1313
 
@@ -1295,6 +1344,7 @@ module Aws::Shield
1295
1344
  class TimeRange < Struct.new(
1296
1345
  :from_inclusive,
1297
1346
  :to_exclusive)
1347
+ SENSITIVE = []
1298
1348
  include Aws::Structure
1299
1349
  end
1300
1350
 
@@ -1325,6 +1375,7 @@ module Aws::Shield
1325
1375
  #
1326
1376
  class UpdateEmergencyContactSettingsRequest < Struct.new(
1327
1377
  :emergency_contact_list)
1378
+ SENSITIVE = []
1328
1379
  include Aws::Structure
1329
1380
  end
1330
1381
 
@@ -1352,6 +1403,7 @@ module Aws::Shield
1352
1403
  #
1353
1404
  class UpdateSubscriptionRequest < Struct.new(
1354
1405
  :auto_renew)
1406
+ SENSITIVE = []
1355
1407
  include Aws::Structure
1356
1408
  end
1357
1409
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-shield
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.1
4
+ version: 1.28.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