aws-sdk-codestarnotifications 1.4.1 → 1.9.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: 2f8c0e8841c4811008a396697ebec8b52da5989af7ed06a0d7875d8af9acde34
4
+ data.tar.gz: fb85a453e3a3e7bde2380fa44488f569232f20ddd8e4318ca7701993233e62d6
5
5
  SHA512:
6
- metadata.gz: b850d9052ee478e7221f839b194f479b3025dbe4a29c95272f9aeede37543f240b047dfea42dc3f4838b9a0c4b68a3ef3efcf5eaf77abaf874e0785477b85529
7
- data.tar.gz: a5042b825fd502ec34b7f991bedfca5c38784cb984f107a5a94f1869dad2495b621ed8c678edec60f76a5d40a639fa7f28b5c7a62f6ddbdcfa1f45f3936505b1
6
+ metadata.gz: 9e392eeb76d9f4b133bf421e533657e610e127c1602c00404d7a0585a4538f82c578eb6a55b0270c91125620796a652ef5982aa625b8383ee8e159fdcc220a74
7
+ data.tar.gz: d749337ad35fb95d19760efb29e47c27b84a3f998c04c1397b4925fd588e7fe96b3ce1673f760cd33c391e4faa4030a2b55a1afb96e978c79f44150807ce1135
@@ -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-codestarnotifications/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::CodeStarNotifications
47
50
 
48
- GEM_VERSION = '1.4.1'
51
+ GEM_VERSION = '1.9.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:
@@ -83,13 +85,28 @@ module Aws::CodeStarNotifications
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
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
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::CodeStarNotifications
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # 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.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -923,7 +940,7 @@ module Aws::CodeStarNotifications
923
940
  params: params,
924
941
  config: config)
925
942
  context[:gem_name] = 'aws-sdk-codestarnotifications'
926
- context[:gem_version] = '1.4.1'
943
+ context[:gem_version] = '1.9.0'
927
944
  Seahorse::Client::Request.new(handlers, context)
928
945
  end
929
946
 
@@ -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.9.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: 2021-02-02 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.99.0
22
+ version: 3.112.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.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement