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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codestarnotifications/client.rb +1 -1
- data/lib/aws-sdk-codestarnotifications.rb +1 -1
- data/sig/client.rbs +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50c15c3eefaa9262f36579a0a3ef51c38ecbf079a0cde24408f3eb32580aca8d
|
|
4
|
+
data.tar.gz: fbbe7b8e073edcaa0be105980fca2b70ba17cccc5c0b3ccfa39e7d81ccc5e8c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 221de701d003bd263c3150ce2e4f5127c93c735d6595200da5bf9fcbadc94349d6d617a83a57cd765bd7a787b5ef03707540b849e4d8789ed2af597b6ff5fedb
|
|
7
|
+
data.tar.gz: 4236ef7ba144545b495f6fa038d5cdc63966a77ba0e37f3858dd707af95f4288772a17004a6282af4110710f52178860108896978b630d534035da0b74f77a16
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
1116
|
+
context[:gem_version] = '1.66.0'
|
|
1117
1117
|
Seahorse::Client::Request.new(handlers, context)
|
|
1118
1118
|
end
|
|
1119
1119
|
|
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
|