aws-sdk-chatbot 1.38.0 → 1.39.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-chatbot/client.rb +1 -1
- data/lib/aws-sdk-chatbot.rb +1 -1
- data/sig/client.rbs +7 -29
- data/sig/params.rbs +26 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 718ca179afaf9b9109334ae0ad1f02777210b42d569b10b09c8d1699193584c4
|
|
4
|
+
data.tar.gz: c91e56ddf695d8c9f651e7359012a1b3893a537f6019240e57935284f427f1ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 912a197ea8e2add8ba6f4a7c7cb1fb2dece42368a3f72ca4aa9799b7fdb92c835cdfaf2508d3bd0a3c21f5d77aa966bf85179c6d7d49273dbb78c322ac28e631
|
|
7
|
+
data.tar.gz: 95a7b18e858ff04d55626cf752a648d704badeef19b29510baa0d198f0efba063588deb027b6599ccb6995f44b34839854e13c7e466e52fa1df49ea04fa83c29
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.39.0
|
data/lib/aws-sdk-chatbot.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -104,7 +104,7 @@ module Aws
|
|
|
104
104
|
{
|
|
105
105
|
tag_key: ::String,
|
|
106
106
|
tag_value: ::String
|
|
107
|
-
}
|
|
107
|
+
}
|
|
108
108
|
]
|
|
109
109
|
) -> _CreateChimeWebhookConfigurationResponseSuccess
|
|
110
110
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChimeWebhookConfigurationResponseSuccess
|
|
@@ -120,24 +120,13 @@ module Aws
|
|
|
120
120
|
},
|
|
121
121
|
?alias_name: ::String,
|
|
122
122
|
?attachments: Array[
|
|
123
|
-
|
|
124
|
-
notification_type: ::String?,
|
|
125
|
-
button_text: ::String?,
|
|
126
|
-
criteria: Array[
|
|
127
|
-
{
|
|
128
|
-
operator: ("HAS_VALUE" | "EQUALS"),
|
|
129
|
-
variable_name: ::String,
|
|
130
|
-
value: ::String?
|
|
131
|
-
},
|
|
132
|
-
]?,
|
|
133
|
-
variables: Hash[::String, ::String]?
|
|
134
|
-
},
|
|
123
|
+
Params::custom_action_attachment
|
|
135
124
|
],
|
|
136
125
|
?tags: Array[
|
|
137
126
|
{
|
|
138
127
|
tag_key: ::String,
|
|
139
128
|
tag_value: ::String
|
|
140
|
-
}
|
|
129
|
+
}
|
|
141
130
|
],
|
|
142
131
|
?client_token: ::String,
|
|
143
132
|
action_name: ::String
|
|
@@ -165,7 +154,7 @@ module Aws
|
|
|
165
154
|
{
|
|
166
155
|
tag_key: ::String,
|
|
167
156
|
tag_value: ::String
|
|
168
|
-
}
|
|
157
|
+
}
|
|
169
158
|
]
|
|
170
159
|
) -> _CreateMicrosoftTeamsChannelConfigurationResponseSuccess
|
|
171
160
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMicrosoftTeamsChannelConfigurationResponseSuccess
|
|
@@ -189,7 +178,7 @@ module Aws
|
|
|
189
178
|
{
|
|
190
179
|
tag_key: ::String,
|
|
191
180
|
tag_value: ::String
|
|
192
|
-
}
|
|
181
|
+
}
|
|
193
182
|
]
|
|
194
183
|
) -> _CreateSlackChannelConfigurationResponseSuccess
|
|
195
184
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSlackChannelConfigurationResponseSuccess
|
|
@@ -442,7 +431,7 @@ module Aws
|
|
|
442
431
|
{
|
|
443
432
|
tag_key: ::String,
|
|
444
433
|
tag_value: ::String
|
|
445
|
-
}
|
|
434
|
+
}
|
|
446
435
|
]
|
|
447
436
|
) -> _TagResourceResponseSuccess
|
|
448
437
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -495,18 +484,7 @@ module Aws
|
|
|
495
484
|
},
|
|
496
485
|
?alias_name: ::String,
|
|
497
486
|
?attachments: Array[
|
|
498
|
-
|
|
499
|
-
notification_type: ::String?,
|
|
500
|
-
button_text: ::String?,
|
|
501
|
-
criteria: Array[
|
|
502
|
-
{
|
|
503
|
-
operator: ("HAS_VALUE" | "EQUALS"),
|
|
504
|
-
variable_name: ::String,
|
|
505
|
-
value: ::String?
|
|
506
|
-
},
|
|
507
|
-
]?,
|
|
508
|
-
variables: Hash[::String, ::String]?
|
|
509
|
-
},
|
|
487
|
+
Params::custom_action_attachment
|
|
510
488
|
]
|
|
511
489
|
) -> _UpdateCustomActionResponseSuccess
|
|
512
490
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCustomActionResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Chatbot
|
|
10
|
+
module Params
|
|
11
|
+
type custom_action_attachment = {
|
|
12
|
+
notification_type: ::String?,
|
|
13
|
+
button_text: ::String?,
|
|
14
|
+
criteria: Array[
|
|
15
|
+
{
|
|
16
|
+
operator: ("HAS_VALUE" | "EQUALS"),
|
|
17
|
+
variable_name: ::String,
|
|
18
|
+
value: ::String?
|
|
19
|
+
}
|
|
20
|
+
]?,
|
|
21
|
+
variables: Hash[::String, ::String]?
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-chatbot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.39.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-chatbot/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|