aws-sdk-codestarnotifications 1.49.0 → 1.50.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: 279c81c2aa463db59efe0bed6a20d19f5fa8792ac9b8354a27fa32a1f6b06906
4
- data.tar.gz: b5f2537cc9f51f7e5d1fddae2e4f62ca5c4e307dc6f97b539a685bd82ea9379a
3
+ metadata.gz: dd761aba5ee90bff0253d8048b5c0f4595d2c4a6b39de409fbd3bcb37832a3da
4
+ data.tar.gz: '009a5b03d5c0a8036b78b067587a4699ba1187ffaba56808d42a36336c12aa73'
5
5
  SHA512:
6
- metadata.gz: 9b5d67919786cac59a60a03141aef63a6fbec0c8dc5b18779dd34c9730071e27e4b312bd6e8094b90dd23fb5c062b5c26447660558cb84ae2e9124cf7dc3945f
7
- data.tar.gz: 2beb25c71b922261ce9610b2c4cdfe12a9176e12a51a7cc096a60aea141ab9e68fb68b4738832a11f3db3a9be2174cb5fdc1aa4991fb38ce2cbc53d0417de3e8
6
+ metadata.gz: 35749c323a85a020522941cb01dd0e54a59352d012a960cc5e5ea72a62371d9a689bc7f3b0d23944c08ae5e5a263641edafcaac0fde14a7b5a8a2cf297d90d4e
7
+ data.tar.gz: 2e6b8bcf03c90314b6025a8061a0a9aff39f462a696a4a2fcdbd5a3b76063ba4cf1de93d87c51611badacb37da143136214326bf1be61bd7e1d0b7d9a8e8194d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.49.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -1102,7 +1102,7 @@ module Aws::CodeStarNotifications
1102
1102
  tracer: tracer
1103
1103
  )
1104
1104
  context[:gem_name] = 'aws-sdk-codestarnotifications'
1105
- context[:gem_version] = '1.49.0'
1105
+ context[:gem_version] = '1.50.0'
1106
1106
  Seahorse::Client::Request.new(handlers, context)
1107
1107
  end
1108
1108
 
@@ -109,7 +109,7 @@ module Aws::CodeStarNotifications
109
109
  CreateNotificationRuleRequest.add_member(:resource, Shapes::ShapeRef.new(shape: NotificationRuleResource, required: true, location_name: "Resource"))
110
110
  CreateNotificationRuleRequest.add_member(:targets, Shapes::ShapeRef.new(shape: Targets, required: true, location_name: "Targets"))
111
111
  CreateNotificationRuleRequest.add_member(:detail_type, Shapes::ShapeRef.new(shape: DetailType, required: true, location_name: "DetailType"))
112
- CreateNotificationRuleRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
112
+ CreateNotificationRuleRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
113
113
  CreateNotificationRuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
114
114
  CreateNotificationRuleRequest.add_member(:status, Shapes::ShapeRef.new(shape: NotificationRuleStatus, location_name: "Status"))
115
115
  CreateNotificationRuleRequest.struct_class = Types::CreateNotificationRuleRequest
@@ -169,7 +169,7 @@ module Aws::CodeStarNotifications
169
169
 
170
170
  ListEventTypesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListEventTypesFilters, location_name: "Filters"))
171
171
  ListEventTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
172
- ListEventTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
172
+ ListEventTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
173
173
  ListEventTypesRequest.struct_class = Types::ListEventTypesRequest
174
174
 
175
175
  ListEventTypesResult.add_member(:event_types, Shapes::ShapeRef.new(shape: EventTypeBatch, location_name: "EventTypes"))
@@ -184,7 +184,7 @@ module Aws::CodeStarNotifications
184
184
 
185
185
  ListNotificationRulesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListNotificationRulesFilters, location_name: "Filters"))
186
186
  ListNotificationRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
187
- ListNotificationRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
187
+ ListNotificationRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
188
188
  ListNotificationRulesRequest.struct_class = Types::ListNotificationRulesRequest
189
189
 
190
190
  ListNotificationRulesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -205,7 +205,7 @@ module Aws::CodeStarNotifications
205
205
 
206
206
  ListTargetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ListTargetsFilters, location_name: "Filters"))
207
207
  ListTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
208
- ListTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
208
+ ListTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
209
209
  ListTargetsRequest.struct_class = Types::ListTargetsRequest
210
210
 
211
211
  ListTargetsResult.add_member(:targets, Shapes::ShapeRef.new(shape: TargetsBatch, location_name: "Targets"))
@@ -54,7 +54,7 @@ module Aws::CodeStarNotifications
54
54
  autoload :EndpointProvider, 'aws-sdk-codestarnotifications/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-codestarnotifications/endpoints'
56
56
 
57
- GEM_VERSION = '1.49.0'
57
+ GEM_VERSION = '1.50.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarnotifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestarnotifications
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codestarnotifications/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS CodeStar Notifications
99
96
  test_files: []