aws-sdk-codestarnotifications 1.2.0 → 1.7.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: a05eb2bd34e1b40074176951443f91adbbf86885c999196c73ea3d96e5f913d0
4
- data.tar.gz: 8690eecde487eb6c44856977147ffde6ad9537ed383c5b4b45ba3bef7f8955ac
3
+ metadata.gz: 62a52ed3c141dcbc5b1fc269771ad8b6c0732cfb093e538fd2923e0959f516d6
4
+ data.tar.gz: 17a4560864a140a757d476936d2f5c4e09e1529b2b93c9f6706512c9e702c0f2
5
5
  SHA512:
6
- metadata.gz: 385bfabf980d78ff59e532d62297bb5ad611e14d2ba7eb74049d43cbc3b43a0ef97b788074e1d0391a31b7adadd5cd2f61c8cb250db71065f8bab2d507b36c2f
7
- data.tar.gz: 5c4f6443e6eeefbe986f423f89fe86effe060e0df6431201c32c93e3b660f08c6bd7e0c1e15605be7aa783758a25c09d6c3d24018db7fc91cf14865fdba010f6
6
+ metadata.gz: 69047fb4b20bdcdc250ff362f4f67108e265f03c81f20d17330402734903f64a7de7cec420e416abb1363b30206a5a8dfb1a9e5d5a0011d72d26dc2b295dc99f
7
+ data.tar.gz: 0f414c64e5ce0815e932816465fef8aa861e2f49dd1290fc6ba1b23794c3aa53e8b41f8e9e6602af55f9d96e1761a562194ef4b4c2957bf7f0b17eb0488cfbf1
@@ -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.2.0'
51
+ GEM_VERSION = '1.7.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/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::CodeStarNotifications
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::RestJson)
74
78
 
@@ -81,13 +85,28 @@ module Aws::CodeStarNotifications
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::CodeStarNotifications
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::CodeStarNotifications
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::CodeStarNotifications
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.
@@ -921,7 +940,7 @@ module Aws::CodeStarNotifications
921
940
  params: params,
922
941
  config: config)
923
942
  context[:gem_name] = 'aws-sdk-codestarnotifications'
924
- context[:gem_version] = '1.2.0'
943
+ context[:gem_version] = '1.7.0'
925
944
  Seahorse::Client::Request.new(handlers, context)
926
945
  end
927
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.2.0
4
+ version: 1.7.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