aws-sdk-codestarnotifications 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 170f9b203e79bf298e6ca42b8257be6898f76d61fd441973f8e23bf6987ffe75
4
- data.tar.gz: f3676d8913ebe25523c8da56d61a62b3c94cd31adf8adad4cfb61be6f25edd7c
3
+ metadata.gz: ebfa95f8537cfdf3cac9ed687506e327929818eb74a03babc46bcc3f868b236b
4
+ data.tar.gz: c83f203059f774c0cd0385972374b0ae8fbd4bdee5d03089b744013fcca5d944
5
5
  SHA512:
6
- metadata.gz: b850d9052ee478e7221f839b194f479b3025dbe4a29c95272f9aeede37543f240b047dfea42dc3f4838b9a0c4b68a3ef3efcf5eaf77abaf874e0785477b85529
7
- data.tar.gz: a5042b825fd502ec34b7f991bedfca5c38784cb984f107a5a94f1869dad2495b621ed8c678edec60f76a5d40a639fa7f28b5c7a62f6ddbdcfa1f45f3936505b1
6
+ metadata.gz: 69d652ab0c183d9e347e64bce08b3052092d52ff101fce238ec0ae0be092c1371825215fd794a0a0cb5842567b7c8e38e9c18b21009511bbdf0e3d4454709b91
7
+ data.tar.gz: 6a094a06a1752e4a14de84433202fcf920475b0ce1b501f99d57d390090b27f34b8e6fa2b14f4744770e9baf22936d21d7c4e7ed7ab76fb950760233204248dd
@@ -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-codestarnotifications/customizations'
45
47
  # @service
46
48
  module Aws::CodeStarNotifications
47
49
 
48
- GEM_VERSION = '1.4.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:
@@ -923,7 +925,7 @@ module Aws::CodeStarNotifications
923
925
  params: params,
924
926
  config: config)
925
927
  context[:gem_name] = 'aws-sdk-codestarnotifications'
926
- context[:gem_version] = '1.4.1'
928
+ context[:gem_version] = '1.5.0'
927
929
  Seahorse::Client::Request.new(handlers, context)
928
930
  end
929
931
 
@@ -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:
@@ -18,6 +20,7 @@ module Aws::CodeStarNotifications
18
20
  #
19
21
  class AccessDeniedException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -32,6 +35,7 @@ module Aws::CodeStarNotifications
32
35
  #
33
36
  class ConcurrentModificationException < Struct.new(
34
37
  :message)
38
+ SENSITIVE = []
35
39
  include Aws::Structure
36
40
  end
37
41
 
@@ -44,6 +48,7 @@ module Aws::CodeStarNotifications
44
48
  #
45
49
  class ConfigurationException < Struct.new(
46
50
  :message)
51
+ SENSITIVE = []
47
52
  include Aws::Structure
48
53
  end
49
54
 
@@ -136,6 +141,7 @@ module Aws::CodeStarNotifications
136
141
  :client_request_token,
137
142
  :tags,
138
143
  :status)
144
+ SENSITIVE = [:name]
139
145
  include Aws::Structure
140
146
  end
141
147
 
@@ -147,6 +153,7 @@ module Aws::CodeStarNotifications
147
153
  #
148
154
  class CreateNotificationRuleResult < Struct.new(
149
155
  :arn)
156
+ SENSITIVE = []
150
157
  include Aws::Structure
151
158
  end
152
159
 
@@ -166,6 +173,7 @@ module Aws::CodeStarNotifications
166
173
  #
167
174
  class DeleteNotificationRuleRequest < Struct.new(
168
175
  :arn)
176
+ SENSITIVE = []
169
177
  include Aws::Structure
170
178
  end
171
179
 
@@ -177,6 +185,7 @@ module Aws::CodeStarNotifications
177
185
  #
178
186
  class DeleteNotificationRuleResult < Struct.new(
179
187
  :arn)
188
+ SENSITIVE = []
180
189
  include Aws::Structure
181
190
  end
182
191
 
@@ -204,6 +213,7 @@ module Aws::CodeStarNotifications
204
213
  class DeleteTargetRequest < Struct.new(
205
214
  :target_address,
206
215
  :force_unsubscribe_all)
216
+ SENSITIVE = [:target_address]
207
217
  include Aws::Structure
208
218
  end
209
219
 
@@ -226,6 +236,7 @@ module Aws::CodeStarNotifications
226
236
  #
227
237
  class DescribeNotificationRuleRequest < Struct.new(
228
238
  :arn)
239
+ SENSITIVE = []
229
240
  include Aws::Structure
230
241
  end
231
242
 
@@ -296,6 +307,7 @@ module Aws::CodeStarNotifications
296
307
  :created_timestamp,
297
308
  :last_modified_timestamp,
298
309
  :tags)
310
+ SENSITIVE = [:name]
299
311
  include Aws::Structure
300
312
  end
301
313
 
@@ -325,6 +337,7 @@ module Aws::CodeStarNotifications
325
337
  :service_name,
326
338
  :event_type_name,
327
339
  :resource_type)
340
+ SENSITIVE = []
328
341
  include Aws::Structure
329
342
  end
330
343
 
@@ -338,6 +351,7 @@ module Aws::CodeStarNotifications
338
351
  #
339
352
  class InvalidNextTokenException < Struct.new(
340
353
  :message)
354
+ SENSITIVE = []
341
355
  include Aws::Structure
342
356
  end
343
357
 
@@ -352,6 +366,7 @@ module Aws::CodeStarNotifications
352
366
  #
353
367
  class LimitExceededException < Struct.new(
354
368
  :message)
369
+ SENSITIVE = []
355
370
  include Aws::Structure
356
371
  end
357
372
 
@@ -380,6 +395,7 @@ module Aws::CodeStarNotifications
380
395
  class ListEventTypesFilter < Struct.new(
381
396
  :name,
382
397
  :value)
398
+ SENSITIVE = []
383
399
  include Aws::Structure
384
400
  end
385
401
 
@@ -419,6 +435,7 @@ module Aws::CodeStarNotifications
419
435
  :filters,
420
436
  :next_token,
421
437
  :max_results)
438
+ SENSITIVE = []
422
439
  include Aws::Structure
423
440
  end
424
441
 
@@ -437,6 +454,7 @@ module Aws::CodeStarNotifications
437
454
  class ListEventTypesResult < Struct.new(
438
455
  :event_types,
439
456
  :next_token)
457
+ SENSITIVE = []
440
458
  include Aws::Structure
441
459
  end
442
460
 
@@ -469,6 +487,7 @@ module Aws::CodeStarNotifications
469
487
  class ListNotificationRulesFilter < Struct.new(
470
488
  :name,
471
489
  :value)
490
+ SENSITIVE = []
472
491
  include Aws::Structure
473
492
  end
474
493
 
@@ -513,6 +532,7 @@ module Aws::CodeStarNotifications
513
532
  :filters,
514
533
  :next_token,
515
534
  :max_results)
535
+ SENSITIVE = []
516
536
  include Aws::Structure
517
537
  end
518
538
 
@@ -531,6 +551,7 @@ module Aws::CodeStarNotifications
531
551
  class ListNotificationRulesResult < Struct.new(
532
552
  :next_token,
533
553
  :notification_rules)
554
+ SENSITIVE = []
534
555
  include Aws::Structure
535
556
  end
536
557
 
@@ -549,6 +570,7 @@ module Aws::CodeStarNotifications
549
570
  #
550
571
  class ListTagsForResourceRequest < Struct.new(
551
572
  :arn)
573
+ SENSITIVE = []
552
574
  include Aws::Structure
553
575
  end
554
576
 
@@ -560,6 +582,7 @@ module Aws::CodeStarNotifications
560
582
  #
561
583
  class ListTagsForResourceResult < Struct.new(
562
584
  :tags)
585
+ SENSITIVE = []
563
586
  include Aws::Structure
564
587
  end
565
588
 
@@ -595,6 +618,7 @@ module Aws::CodeStarNotifications
595
618
  class ListTargetsFilter < Struct.new(
596
619
  :name,
597
620
  :value)
621
+ SENSITIVE = []
598
622
  include Aws::Structure
599
623
  end
600
624
 
@@ -640,6 +664,7 @@ module Aws::CodeStarNotifications
640
664
  :filters,
641
665
  :next_token,
642
666
  :max_results)
667
+ SENSITIVE = []
643
668
  include Aws::Structure
644
669
  end
645
670
 
@@ -657,6 +682,7 @@ module Aws::CodeStarNotifications
657
682
  class ListTargetsResult < Struct.new(
658
683
  :targets,
659
684
  :next_token)
685
+ SENSITIVE = []
660
686
  include Aws::Structure
661
687
  end
662
688
 
@@ -675,6 +701,7 @@ module Aws::CodeStarNotifications
675
701
  class NotificationRuleSummary < Struct.new(
676
702
  :id,
677
703
  :arn)
704
+ SENSITIVE = []
678
705
  include Aws::Structure
679
706
  end
680
707
 
@@ -688,6 +715,7 @@ module Aws::CodeStarNotifications
688
715
  #
689
716
  class ResourceAlreadyExistsException < Struct.new(
690
717
  :message)
718
+ SENSITIVE = []
691
719
  include Aws::Structure
692
720
  end
693
721
 
@@ -701,6 +729,7 @@ module Aws::CodeStarNotifications
701
729
  #
702
730
  class ResourceNotFoundException < Struct.new(
703
731
  :message)
732
+ SENSITIVE = []
704
733
  include Aws::Structure
705
734
  end
706
735
 
@@ -737,6 +766,7 @@ module Aws::CodeStarNotifications
737
766
  :arn,
738
767
  :target,
739
768
  :client_request_token)
769
+ SENSITIVE = []
740
770
  include Aws::Structure
741
771
  end
742
772
 
@@ -749,6 +779,7 @@ module Aws::CodeStarNotifications
749
779
  #
750
780
  class SubscribeResult < Struct.new(
751
781
  :arn)
782
+ SENSITIVE = []
752
783
  include Aws::Structure
753
784
  end
754
785
 
@@ -776,6 +807,7 @@ module Aws::CodeStarNotifications
776
807
  class TagResourceRequest < Struct.new(
777
808
  :arn,
778
809
  :tags)
810
+ SENSITIVE = []
779
811
  include Aws::Structure
780
812
  end
781
813
 
@@ -787,6 +819,7 @@ module Aws::CodeStarNotifications
787
819
  #
788
820
  class TagResourceResult < Struct.new(
789
821
  :tags)
822
+ SENSITIVE = []
790
823
  include Aws::Structure
791
824
  end
792
825
 
@@ -813,6 +846,7 @@ module Aws::CodeStarNotifications
813
846
  class Target < Struct.new(
814
847
  :target_type,
815
848
  :target_address)
849
+ SENSITIVE = [:target_address]
816
850
  include Aws::Structure
817
851
  end
818
852
 
@@ -836,6 +870,7 @@ module Aws::CodeStarNotifications
836
870
  :target_address,
837
871
  :target_type,
838
872
  :target_status)
873
+ SENSITIVE = [:target_address]
839
874
  include Aws::Structure
840
875
  end
841
876
 
@@ -860,6 +895,7 @@ module Aws::CodeStarNotifications
860
895
  class UnsubscribeRequest < Struct.new(
861
896
  :arn,
862
897
  :target_address)
898
+ SENSITIVE = [:target_address]
863
899
  include Aws::Structure
864
900
  end
865
901
 
@@ -872,6 +908,7 @@ module Aws::CodeStarNotifications
872
908
  #
873
909
  class UnsubscribeResult < Struct.new(
874
910
  :arn)
911
+ SENSITIVE = []
875
912
  include Aws::Structure
876
913
  end
877
914
 
@@ -897,6 +934,7 @@ module Aws::CodeStarNotifications
897
934
  class UntagResourceRequest < Struct.new(
898
935
  :arn,
899
936
  :tag_keys)
937
+ SENSITIVE = []
900
938
  include Aws::Structure
901
939
  end
902
940
 
@@ -960,6 +998,7 @@ module Aws::CodeStarNotifications
960
998
  :event_type_ids,
961
999
  :targets,
962
1000
  :detail_type)
1001
+ SENSITIVE = [:name]
963
1002
  include Aws::Structure
964
1003
  end
965
1004
 
@@ -976,6 +1015,7 @@ module Aws::CodeStarNotifications
976
1015
  #
977
1016
  class ValidationException < Struct.new(
978
1017
  :message)
1018
+ SENSITIVE = []
979
1019
  include Aws::Structure
980
1020
  end
981
1021
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarnotifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.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 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