aws-sdk-codestarnotifications 1.55.0 → 1.57.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codestarnotifications/client.rb +28 -23
- data/lib/aws-sdk-codestarnotifications/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-codestarnotifications/types.rb +47 -37
- data/lib/aws-sdk-codestarnotifications.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6b7bd423fec81733b149b93958918f6ad048c49a4550c200cb9b8253653f858
|
4
|
+
data.tar.gz: fd95fd7ab59878a609b5048a492c1c75127ca8b330e5701505e397a4e2d4e473
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2afbeb520bc80d5bd1a993a0fa2519a37aa48bb522594fcd08aa61cd1243d633b4c9573d04bddbcc05d61e65a44b49dba84c326222b7c4a2c181ca64446196c6
|
7
|
+
data.tar.gz: bea2ee0182c575e471a6abac5be74eef5b97f63d8f97d193aef78bb6b927a45655140b9977a3079d6cda0cabc9e9507739a66ddde651fed7b54fad239e88fd0b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.57.0 (2025-08-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.56.0 (2025-08-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Remove incorrect endpoint tests
|
13
|
+
|
4
14
|
1.55.0 (2025-08-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
@@ -477,9 +477,10 @@ module Aws::CodeStarNotifications
|
|
477
477
|
# @!group API Operations
|
478
478
|
|
479
479
|
# Creates a notification rule for a resource. The rule specifies the
|
480
|
-
# events you want notifications about and the targets (such as
|
481
|
-
#
|
482
|
-
# receive
|
480
|
+
# events you want notifications about and the targets (such as Amazon Q
|
481
|
+
# Developer in chat applications topics or Amazon Q Developer in chat
|
482
|
+
# applications clients configured for Slack) where you want to receive
|
483
|
+
# them.
|
483
484
|
#
|
484
485
|
# @option params [required, String] :name
|
485
486
|
# The name for the notification rule. Notification rule names must be
|
@@ -497,15 +498,15 @@ module Aws::CodeStarNotifications
|
|
497
498
|
#
|
498
499
|
# @option params [required, Array<Types::Target>] :targets
|
499
500
|
# A list of Amazon Resource Names (ARNs) of Amazon Simple Notification
|
500
|
-
# Service topics and
|
501
|
-
# rule.
|
501
|
+
# Service topics and Amazon Q Developer in chat applications clients to
|
502
|
+
# associate with the notification rule.
|
502
503
|
#
|
503
504
|
# @option params [required, String] :detail_type
|
504
505
|
# The level of detail to include in the notifications for this resource.
|
505
506
|
# `BASIC` will include only the contents of the event as it would appear
|
506
507
|
# in Amazon CloudWatch. `FULL` will include any supplemental information
|
507
|
-
# provided by
|
508
|
-
#
|
508
|
+
# provided by CodeStar Notifications and/or the service for the resource
|
509
|
+
# for which the notification is created.
|
509
510
|
#
|
510
511
|
# @option params [String] :client_request_token
|
511
512
|
# A unique, client-generated idempotency token that, when provided in a
|
@@ -601,14 +602,15 @@ module Aws::CodeStarNotifications
|
|
601
602
|
# Deletes a specified target for notifications.
|
602
603
|
#
|
603
604
|
# @option params [required, String] :target_address
|
604
|
-
# The Amazon Resource Name (ARN) of the
|
605
|
+
# The Amazon Resource Name (ARN) of the Amazon Q Developer in chat
|
606
|
+
# applications topic or Amazon Q Developer in chat applications client
|
605
607
|
# to delete.
|
606
608
|
#
|
607
609
|
# @option params [Boolean] :force_unsubscribe_all
|
608
610
|
# A Boolean value that can be used to delete all associations with this
|
609
|
-
#
|
610
|
-
# associations between that target and every
|
611
|
-
# Amazon Web Services account are deleted.
|
611
|
+
# Amazon Q Developer in chat applications topic. The default value is
|
612
|
+
# FALSE. If set to TRUE, all associations between that target and every
|
613
|
+
# notification rule in your Amazon Web Services account are deleted.
|
612
614
|
#
|
613
615
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
614
616
|
#
|
@@ -881,8 +883,9 @@ module Aws::CodeStarNotifications
|
|
881
883
|
req.send_request(options)
|
882
884
|
end
|
883
885
|
|
884
|
-
# Creates an association between a notification rule and an
|
885
|
-
#
|
886
|
+
# Creates an association between a notification rule and an Amazon Q
|
887
|
+
# Developer in chat applications topic or Amazon Q Developer in chat
|
888
|
+
# applications client so that the associated target can receive
|
886
889
|
# notifications when the events described in the rule are triggered.
|
887
890
|
#
|
888
891
|
# @option params [required, String] :arn
|
@@ -890,8 +893,9 @@ module Aws::CodeStarNotifications
|
|
890
893
|
# want to create the association.
|
891
894
|
#
|
892
895
|
# @option params [required, Types::Target] :target
|
893
|
-
# Information about the
|
894
|
-
# with a
|
896
|
+
# Information about the Amazon Q Developer in chat applications topics
|
897
|
+
# or Amazon Q Developer in chat applications clients associated with a
|
898
|
+
# notification rule.
|
895
899
|
#
|
896
900
|
# @option params [String] :client_request_token
|
897
901
|
# An enumeration token that, when provided in a request, returns the
|
@@ -961,16 +965,17 @@ module Aws::CodeStarNotifications
|
|
961
965
|
req.send_request(options)
|
962
966
|
end
|
963
967
|
|
964
|
-
# Removes an association between a notification rule and an
|
965
|
-
# topic so that subscribers to that topic
|
966
|
-
# when the events described in the rule are
|
968
|
+
# Removes an association between a notification rule and an Amazon Q
|
969
|
+
# Developer in chat applications topic so that subscribers to that topic
|
970
|
+
# stop receiving notifications when the events described in the rule are
|
971
|
+
# triggered.
|
967
972
|
#
|
968
973
|
# @option params [required, String] :arn
|
969
974
|
# The Amazon Resource Name (ARN) of the notification rule.
|
970
975
|
#
|
971
976
|
# @option params [required, String] :target_address
|
972
|
-
# The ARN of the
|
973
|
-
# rule.
|
977
|
+
# The ARN of the Amazon Q Developer in chat applications topic to
|
978
|
+
# unsubscribe from the notification rule.
|
974
979
|
#
|
975
980
|
# @return [Types::UnsubscribeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
976
981
|
#
|
@@ -1060,8 +1065,8 @@ module Aws::CodeStarNotifications
|
|
1060
1065
|
# The level of detail to include in the notifications for this resource.
|
1061
1066
|
# BASIC will include only the contents of the event as it would appear
|
1062
1067
|
# in Amazon CloudWatch. FULL will include any supplemental information
|
1063
|
-
# provided by
|
1064
|
-
#
|
1068
|
+
# provided by CodeStar Notifications and/or the service for the resource
|
1069
|
+
# for which the notification is created.
|
1065
1070
|
#
|
1066
1071
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1067
1072
|
#
|
@@ -1108,7 +1113,7 @@ module Aws::CodeStarNotifications
|
|
1108
1113
|
tracer: tracer
|
1109
1114
|
)
|
1110
1115
|
context[:gem_name] = 'aws-sdk-codestarnotifications'
|
1111
|
-
context[:gem_version] = '1.
|
1116
|
+
context[:gem_version] = '1.57.0'
|
1112
1117
|
Seahorse::Client::Request.new(handlers, context)
|
1113
1118
|
end
|
1114
1119
|
|
@@ -28,7 +28,7 @@ module Aws::CodeStarNotifications
|
|
28
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
29
29
|
end
|
30
30
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
31
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
31
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
32
32
|
return Aws::Endpoints::Endpoint.new(url: "https://codestar-notifications-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
33
33
|
end
|
34
34
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -10,8 +10,8 @@
|
|
10
10
|
module Aws::CodeStarNotifications
|
11
11
|
module Types
|
12
12
|
|
13
|
-
#
|
14
|
-
#
|
13
|
+
# CodeStar Notifications can't create the notification rule because you
|
14
|
+
# do not have sufficient permissions.
|
15
15
|
#
|
16
16
|
# @!attribute [rw] message
|
17
17
|
# @return [String]
|
@@ -24,7 +24,7 @@ module Aws::CodeStarNotifications
|
|
24
24
|
include Aws::Structure
|
25
25
|
end
|
26
26
|
|
27
|
-
#
|
27
|
+
# CodeStar Notifications can't complete the request because the
|
28
28
|
# resource is being modified by another process. Wait a few minutes and
|
29
29
|
# try again.
|
30
30
|
#
|
@@ -71,17 +71,16 @@ module Aws::CodeStarNotifications
|
|
71
71
|
#
|
72
72
|
# @!attribute [rw] targets
|
73
73
|
# A list of Amazon Resource Names (ARNs) of Amazon Simple Notification
|
74
|
-
# Service topics and
|
75
|
-
# notification rule.
|
74
|
+
# Service topics and Amazon Q Developer in chat applications clients
|
75
|
+
# to associate with the notification rule.
|
76
76
|
# @return [Array<Types::Target>]
|
77
77
|
#
|
78
78
|
# @!attribute [rw] detail_type
|
79
79
|
# The level of detail to include in the notifications for this
|
80
80
|
# resource. `BASIC` will include only the contents of the event as it
|
81
81
|
# would appear in Amazon CloudWatch. `FULL` will include any
|
82
|
-
# supplemental information provided by
|
83
|
-
#
|
84
|
-
# created.
|
82
|
+
# supplemental information provided by CodeStar Notifications and/or
|
83
|
+
# the service for the resource for which the notification is created.
|
85
84
|
# @return [String]
|
86
85
|
#
|
87
86
|
# @!attribute [rw] client_request_token
|
@@ -165,15 +164,17 @@ module Aws::CodeStarNotifications
|
|
165
164
|
end
|
166
165
|
|
167
166
|
# @!attribute [rw] target_address
|
168
|
-
# The Amazon Resource Name (ARN) of the
|
169
|
-
#
|
167
|
+
# The Amazon Resource Name (ARN) of the Amazon Q Developer in chat
|
168
|
+
# applications topic or Amazon Q Developer in chat applications client
|
169
|
+
# to delete.
|
170
170
|
# @return [String]
|
171
171
|
#
|
172
172
|
# @!attribute [rw] force_unsubscribe_all
|
173
173
|
# A Boolean value that can be used to delete all associations with
|
174
|
-
# this
|
175
|
-
#
|
176
|
-
# Amazon Web Services account are
|
174
|
+
# this Amazon Q Developer in chat applications topic. The default
|
175
|
+
# value is FALSE. If set to TRUE, all associations between that target
|
176
|
+
# and every notification rule in your Amazon Web Services account are
|
177
|
+
# deleted.
|
177
178
|
# @return [Boolean]
|
178
179
|
#
|
179
180
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/DeleteTargetRequest AWS API Documentation
|
@@ -219,7 +220,8 @@ module Aws::CodeStarNotifications
|
|
219
220
|
# @return [String]
|
220
221
|
#
|
221
222
|
# @!attribute [rw] targets
|
222
|
-
# A list of the
|
223
|
+
# A list of the Amazon Q Developer in chat applications topics and
|
224
|
+
# Amazon Q Developer in chat applications clients associated with the
|
223
225
|
# notification rule.
|
224
226
|
# @return [Array<Types::TargetSummary>]
|
225
227
|
#
|
@@ -227,7 +229,7 @@ module Aws::CodeStarNotifications
|
|
227
229
|
# The level of detail included in the notifications for this resource.
|
228
230
|
# BASIC will include only the contents of the event as it would appear
|
229
231
|
# in Amazon CloudWatch. FULL will include any supplemental information
|
230
|
-
# provided by
|
232
|
+
# provided by CodeStar Notifications and/or the service for the
|
231
233
|
# resource for which the notification is created.
|
232
234
|
# @return [String]
|
233
235
|
#
|
@@ -323,7 +325,7 @@ module Aws::CodeStarNotifications
|
|
323
325
|
include Aws::Structure
|
324
326
|
end
|
325
327
|
|
326
|
-
# One of the
|
328
|
+
# One of the CodeStar Notifications limits has been exceeded. Limits
|
327
329
|
# apply to accounts, notification rules, notifications, resources, and
|
328
330
|
# targets. For more information, see Limits.
|
329
331
|
#
|
@@ -505,10 +507,10 @@ module Aws::CodeStarNotifications
|
|
505
507
|
|
506
508
|
# Information about a filter to apply to the list of returned targets.
|
507
509
|
# You can filter by target type, address, or status. For example, to
|
508
|
-
# filter results to notification rules that have active
|
509
|
-
# as targets, you could specify a
|
510
|
-
#
|
511
|
-
# `ACTIVE`.
|
510
|
+
# filter results to notification rules that have active Amazon Q
|
511
|
+
# Developer in chat applications topics as targets, you could specify a
|
512
|
+
# ListTargetsFilter Name as `TargetType` and a Value of `SNS`, and a
|
513
|
+
# Name of `TARGET_STATUS` and a Value of `ACTIVE`.
|
512
514
|
#
|
513
515
|
# @!attribute [rw] name
|
514
516
|
# The name of the attribute you want to use to filter the returned
|
@@ -614,7 +616,7 @@ module Aws::CodeStarNotifications
|
|
614
616
|
include Aws::Structure
|
615
617
|
end
|
616
618
|
|
617
|
-
#
|
619
|
+
# CodeStar Notifications can't find a resource that matches the
|
618
620
|
# provided ARN.
|
619
621
|
#
|
620
622
|
# @!attribute [rw] message
|
@@ -634,8 +636,9 @@ module Aws::CodeStarNotifications
|
|
634
636
|
# @return [String]
|
635
637
|
#
|
636
638
|
# @!attribute [rw] target
|
637
|
-
# Information about the
|
638
|
-
# with a
|
639
|
+
# Information about the Amazon Q Developer in chat applications topics
|
640
|
+
# or Amazon Q Developer in chat applications clients associated with a
|
641
|
+
# notification rule.
|
639
642
|
# @return [Types::Target]
|
640
643
|
#
|
641
644
|
# @!attribute [rw] client_request_token
|
@@ -696,19 +699,24 @@ module Aws::CodeStarNotifications
|
|
696
699
|
include Aws::Structure
|
697
700
|
end
|
698
701
|
|
699
|
-
# Information about the
|
700
|
-
# with a
|
702
|
+
# Information about the Amazon Q Developer in chat applications topics
|
703
|
+
# or Amazon Q Developer in chat applications clients associated with a
|
704
|
+
# notification rule.
|
701
705
|
#
|
702
706
|
# @!attribute [rw] target_type
|
703
|
-
# The target type. Can be an
|
707
|
+
# The target type. Can be an Amazon Q Developer in chat applications
|
708
|
+
# topic or Amazon Q Developer in chat applications client.
|
704
709
|
#
|
705
|
-
# *
|
710
|
+
# * Amazon Q Developer in chat applications topics are specified as
|
711
|
+
# `SNS`.
|
706
712
|
#
|
707
|
-
# *
|
713
|
+
# * Amazon Q Developer in chat applications clients are specified as
|
714
|
+
# `AWSChatbotSlack`.
|
708
715
|
# @return [String]
|
709
716
|
#
|
710
717
|
# @!attribute [rw] target_address
|
711
|
-
# The Amazon Resource Name (ARN) of the
|
718
|
+
# The Amazon Resource Name (ARN) of the Amazon Q Developer in chat
|
719
|
+
# applications topic or Amazon Q Developer in chat applications
|
712
720
|
# client.
|
713
721
|
# @return [String]
|
714
722
|
#
|
@@ -724,16 +732,19 @@ module Aws::CodeStarNotifications
|
|
724
732
|
# Information about the targets specified for a notification rule.
|
725
733
|
#
|
726
734
|
# @!attribute [rw] target_address
|
727
|
-
# The Amazon Resource Name (ARN) of the
|
735
|
+
# The Amazon Resource Name (ARN) of the Amazon Q Developer in chat
|
736
|
+
# applications topic or Amazon Q Developer in chat applications
|
728
737
|
# client.
|
729
738
|
# @return [String]
|
730
739
|
#
|
731
740
|
# @!attribute [rw] target_type
|
732
741
|
# The type of the target (for example, `SNS`).
|
733
742
|
#
|
734
|
-
# *
|
743
|
+
# * Amazon Q Developer in chat applications topics are specified as
|
744
|
+
# `SNS`.
|
735
745
|
#
|
736
|
-
# *
|
746
|
+
# * Amazon Q Developer in chat applications clients are specified as
|
747
|
+
# `AWSChatbotSlack`.
|
737
748
|
# @return [String]
|
738
749
|
#
|
739
750
|
# @!attribute [rw] target_status
|
@@ -755,8 +766,8 @@ module Aws::CodeStarNotifications
|
|
755
766
|
# @return [String]
|
756
767
|
#
|
757
768
|
# @!attribute [rw] target_address
|
758
|
-
# The ARN of the
|
759
|
-
# rule.
|
769
|
+
# The ARN of the Amazon Q Developer in chat applications topic to
|
770
|
+
# unsubscribe from the notification rule.
|
760
771
|
# @return [String]
|
761
772
|
#
|
762
773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/UnsubscribeRequest AWS API Documentation
|
@@ -835,9 +846,8 @@ module Aws::CodeStarNotifications
|
|
835
846
|
# The level of detail to include in the notifications for this
|
836
847
|
# resource. BASIC will include only the contents of the event as it
|
837
848
|
# would appear in Amazon CloudWatch. FULL will include any
|
838
|
-
# supplemental information provided by
|
839
|
-
#
|
840
|
-
# created.
|
849
|
+
# supplemental information provided by CodeStar Notifications and/or
|
850
|
+
# the service for the resource for which the notification is created.
|
841
851
|
# @return [String]
|
842
852
|
#
|
843
853
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/UpdateNotificationRuleRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codestarnotifications
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|