aws-sdk-codestarnotifications 1.65.0 → 1.66.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: d039735d9bccfd3e469bc5abc4f1235296f1d92292e29b6d5172b62f32bfbaf1
4
- data.tar.gz: be4247558c43e06978b6e255e9c85a6f6b07caec75b472c979bc4a0aa35d43f7
3
+ metadata.gz: 50c15c3eefaa9262f36579a0a3ef51c38ecbf079a0cde24408f3eb32580aca8d
4
+ data.tar.gz: fbbe7b8e073edcaa0be105980fca2b70ba17cccc5c0b3ccfa39e7d81ccc5e8c9
5
5
  SHA512:
6
- metadata.gz: f26fd3081002f808f8e9b490ddea50cef2f2bce69138ae2c83c69d1aca1d3cc5f4284fe1973d89621939fbabc7e9e0a531cb4a728fd32458e43a56e3a18dba45
7
- data.tar.gz: f04f060f3010fa447d030c452329b1f0e5adca6fe200911e30eb683859663cacb20c6c46d1d71844c9219ba54eb8e44479ae5d35e67d76c05d68e316855ce623
6
+ metadata.gz: 221de701d003bd263c3150ce2e4f5127c93c735d6595200da5bf9fcbadc94349d6d617a83a57cd765bd7a787b5ef03707540b849e4d8789ed2af597b6ff5fedb
7
+ data.tar.gz: 4236ef7ba144545b495f6fa038d5cdc63966a77ba0e37f3858dd707af95f4288772a17004a6282af4110710f52178860108896978b630d534035da0b74f77a16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.65.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.66.0
@@ -1113,7 +1113,7 @@ module Aws::CodeStarNotifications
1113
1113
  tracer: tracer
1114
1114
  )
1115
1115
  context[:gem_name] = 'aws-sdk-codestarnotifications'
1116
- context[:gem_version] = '1.65.0'
1116
+ context[:gem_version] = '1.66.0'
1117
1117
  Seahorse::Client::Request.new(handlers, context)
1118
1118
  end
1119
1119
 
@@ -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.65.0'
57
+ GEM_VERSION = '1.66.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -91,7 +91,7 @@ module Aws
91
91
  {
92
92
  target_type: ::String?,
93
93
  target_address: ::String?
94
- },
94
+ }
95
95
  ],
96
96
  detail_type: ("BASIC" | "FULL"),
97
97
  ?client_request_token: ::String,
@@ -151,7 +151,7 @@ module Aws
151
151
  {
152
152
  name: ("RESOURCE_TYPE" | "SERVICE_NAME"),
153
153
  value: ::String
154
- },
154
+ }
155
155
  ],
156
156
  ?next_token: ::String,
157
157
  ?max_results: ::Integer
@@ -169,7 +169,7 @@ module Aws
169
169
  {
170
170
  name: ("EVENT_TYPE_ID" | "CREATED_BY" | "RESOURCE" | "TARGET_ADDRESS"),
171
171
  value: ::String
172
- },
172
+ }
173
173
  ],
174
174
  ?next_token: ::String,
175
175
  ?max_results: ::Integer
@@ -197,7 +197,7 @@ module Aws
197
197
  {
198
198
  name: ("TARGET_TYPE" | "TARGET_ADDRESS" | "TARGET_STATUS"),
199
199
  value: ::String
200
- },
200
+ }
201
201
  ],
202
202
  ?next_token: ::String,
203
203
  ?max_results: ::Integer
@@ -264,7 +264,7 @@ module Aws
264
264
  {
265
265
  target_type: ::String?,
266
266
  target_address: ::String?
267
- },
267
+ }
268
268
  ],
269
269
  ?detail_type: ("BASIC" | "FULL")
270
270
  ) -> _UpdateNotificationRuleResponseSuccess
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.65.0
4
+ version: 1.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services