aws-sdk-chatbot 1.15.0 → 1.17.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: 1a1c88e3d3917c6c417cd04fb913069957a3c8461228e06f44398ff8a0012286
4
- data.tar.gz: 2a556077c3b9b609a218bf18a02691874635241552ba0ad3ddb35692b27c68a4
3
+ metadata.gz: 53d41261a1252bda8fc2583585f6861bf4332fa79bd30f67c167feb6c6c29fc9
4
+ data.tar.gz: 66e70c37cc65cc0bfba681844387a3f074a4bca69e3aa5b18fc51776f0033e76
5
5
  SHA512:
6
- metadata.gz: c20cb0cd793ea79acf56d967db47bd24fb6c3bc6f92f1c6e93babb5a03d2b93cbaf566df4e06cc9dfcaee286527b063420d65dea1f555205c7443b75276c4235
7
- data.tar.gz: 75f5e3f59f4f2c66390918c9b49a60320479d8c11cdeb5d46d48c8c3ec55829fda40128449941aa20d28df05a2b7f728e466abdc467189bc0748a2e4b032fe74
6
+ metadata.gz: 7e9534501f54dcdab438dbbf79fba98969fa1be922682041ad1c033e737ee7fdb753fa0a81951ba9e44188f1accdb6e31697444ef8945999e599e7db557146e6
7
+ data.tar.gz: ad16e3dde624d4083d7dff4921a41b6315f70f5e56311d0e3ce5c7b14d6fd02576636e0b8ddd616e048bfe9fabef0a37e8a71c75f2e6214d8583d90fe9a2a275
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2024-09-26)
5
+ ------------------
6
+
7
+ * Feature - Return State and StateReason fields for Chatbot Channel Configurations.
8
+
9
+ 1.16.0 (2024-09-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.15.0 (2024-09-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.17.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:chatbot)
40
-
41
39
  module Aws::Chatbot
42
40
  # An API client for Chatbot. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -523,6 +521,8 @@ module Aws::Chatbot
523
521
  # resp.webhook_configuration.tags #=> Array
524
522
  # resp.webhook_configuration.tags[0].tag_key #=> String
525
523
  # resp.webhook_configuration.tags[0].tag_value #=> String
524
+ # resp.webhook_configuration.state #=> String
525
+ # resp.webhook_configuration.state_reason #=> String
526
526
  #
527
527
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateChimeWebhookConfiguration AWS API Documentation
528
528
  #
@@ -638,6 +638,8 @@ module Aws::Chatbot
638
638
  # resp.channel_configuration.tags #=> Array
639
639
  # resp.channel_configuration.tags[0].tag_key #=> String
640
640
  # resp.channel_configuration.tags[0].tag_value #=> String
641
+ # resp.channel_configuration.state #=> String
642
+ # resp.channel_configuration.state_reason #=> String
641
643
  #
642
644
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateMicrosoftTeamsChannelConfiguration AWS API Documentation
643
645
  #
@@ -738,6 +740,8 @@ module Aws::Chatbot
738
740
  # resp.channel_configuration.tags #=> Array
739
741
  # resp.channel_configuration.tags[0].tag_key #=> String
740
742
  # resp.channel_configuration.tags[0].tag_value #=> String
743
+ # resp.channel_configuration.state #=> String
744
+ # resp.channel_configuration.state_reason #=> String
741
745
  #
742
746
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/CreateSlackChannelConfiguration AWS API Documentation
743
747
  #
@@ -981,6 +985,8 @@ module Aws::Chatbot
981
985
  # resp.webhook_configurations[0].tags #=> Array
982
986
  # resp.webhook_configurations[0].tags[0].tag_key #=> String
983
987
  # resp.webhook_configurations[0].tags[0].tag_value #=> String
988
+ # resp.webhook_configurations[0].state #=> String
989
+ # resp.webhook_configurations[0].state_reason #=> String
984
990
  #
985
991
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeChimeWebhookConfigurations AWS API Documentation
986
992
  #
@@ -1044,6 +1050,8 @@ module Aws::Chatbot
1044
1050
  # resp.slack_channel_configurations[0].tags #=> Array
1045
1051
  # resp.slack_channel_configurations[0].tags[0].tag_key #=> String
1046
1052
  # resp.slack_channel_configurations[0].tags[0].tag_value #=> String
1053
+ # resp.slack_channel_configurations[0].state #=> String
1054
+ # resp.slack_channel_configurations[0].state_reason #=> String
1047
1055
  #
1048
1056
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeSlackChannelConfigurations AWS API Documentation
1049
1057
  #
@@ -1138,6 +1146,8 @@ module Aws::Chatbot
1138
1146
  # resp.slack_workspaces #=> Array
1139
1147
  # resp.slack_workspaces[0].slack_team_id #=> String
1140
1148
  # resp.slack_workspaces[0].slack_team_name #=> String
1149
+ # resp.slack_workspaces[0].state #=> String
1150
+ # resp.slack_workspaces[0].state_reason #=> String
1141
1151
  # resp.next_token #=> String
1142
1152
  #
1143
1153
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/DescribeSlackWorkspaces AWS API Documentation
@@ -1204,6 +1214,8 @@ module Aws::Chatbot
1204
1214
  # resp.channel_configuration.tags #=> Array
1205
1215
  # resp.channel_configuration.tags[0].tag_key #=> String
1206
1216
  # resp.channel_configuration.tags[0].tag_value #=> String
1217
+ # resp.channel_configuration.state #=> String
1218
+ # resp.channel_configuration.state_reason #=> String
1207
1219
  #
1208
1220
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/GetMicrosoftTeamsChannelConfiguration AWS API Documentation
1209
1221
  #
@@ -1277,6 +1289,8 @@ module Aws::Chatbot
1277
1289
  # resp.team_channel_configurations[0].tags #=> Array
1278
1290
  # resp.team_channel_configurations[0].tags[0].tag_key #=> String
1279
1291
  # resp.team_channel_configurations[0].tags[0].tag_value #=> String
1292
+ # resp.team_channel_configurations[0].state #=> String
1293
+ # resp.team_channel_configurations[0].state_reason #=> String
1280
1294
  #
1281
1295
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListMicrosoftTeamsChannelConfigurations AWS API Documentation
1282
1296
  #
@@ -1320,6 +1334,8 @@ module Aws::Chatbot
1320
1334
  # resp.configured_teams[0].tenant_id #=> String
1321
1335
  # resp.configured_teams[0].team_id #=> String
1322
1336
  # resp.configured_teams[0].team_name #=> String
1337
+ # resp.configured_teams[0].state #=> String
1338
+ # resp.configured_teams[0].state_reason #=> String
1323
1339
  # resp.next_token #=> String
1324
1340
  #
1325
1341
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ListMicrosoftTeamsConfiguredTeams AWS API Documentation
@@ -1588,6 +1604,8 @@ module Aws::Chatbot
1588
1604
  # resp.webhook_configuration.tags #=> Array
1589
1605
  # resp.webhook_configuration.tags[0].tag_key #=> String
1590
1606
  # resp.webhook_configuration.tags[0].tag_value #=> String
1607
+ # resp.webhook_configuration.state #=> String
1608
+ # resp.webhook_configuration.state_reason #=> String
1591
1609
  #
1592
1610
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateChimeWebhookConfiguration AWS API Documentation
1593
1611
  #
@@ -1672,6 +1690,8 @@ module Aws::Chatbot
1672
1690
  # resp.channel_configuration.tags #=> Array
1673
1691
  # resp.channel_configuration.tags[0].tag_key #=> String
1674
1692
  # resp.channel_configuration.tags[0].tag_value #=> String
1693
+ # resp.channel_configuration.state #=> String
1694
+ # resp.channel_configuration.state_reason #=> String
1675
1695
  #
1676
1696
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateMicrosoftTeamsChannelConfiguration AWS API Documentation
1677
1697
  #
@@ -1759,6 +1779,8 @@ module Aws::Chatbot
1759
1779
  # resp.channel_configuration.tags #=> Array
1760
1780
  # resp.channel_configuration.tags[0].tag_key #=> String
1761
1781
  # resp.channel_configuration.tags[0].tag_value #=> String
1782
+ # resp.channel_configuration.state #=> String
1783
+ # resp.channel_configuration.state_reason #=> String
1762
1784
  #
1763
1785
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/UpdateSlackChannelConfiguration AWS API Documentation
1764
1786
  #
@@ -1787,7 +1809,7 @@ module Aws::Chatbot
1787
1809
  tracer: tracer
1788
1810
  )
1789
1811
  context[:gem_name] = 'aws-sdk-chatbot'
1790
- context[:gem_version] = '1.15.0'
1812
+ context[:gem_version] = '1.17.0'
1791
1813
  Seahorse::Client::Request.new(handlers, context)
1792
1814
  end
1793
1815
 
@@ -98,6 +98,7 @@ module Aws::Chatbot
98
98
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
99
99
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
100
100
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
101
+ ResourceState = Shapes::StringShape.new(name: 'ResourceState')
101
102
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
102
103
  SlackChannelConfiguration = Shapes::StructureShape.new(name: 'SlackChannelConfiguration')
103
104
  SlackChannelConfigurationList = Shapes::ListShape.new(name: 'SlackChannelConfigurationList')
@@ -111,6 +112,7 @@ module Aws::Chatbot
111
112
  SlackWorkspace = Shapes::StructureShape.new(name: 'SlackWorkspace')
112
113
  SlackWorkspacesList = Shapes::ListShape.new(name: 'SlackWorkspacesList')
113
114
  SnsTopicArnList = Shapes::ListShape.new(name: 'SnsTopicArnList')
115
+ String = Shapes::StringShape.new(name: 'String')
114
116
  Tag = Shapes::StructureShape.new(name: 'Tag')
115
117
  TagKey = Shapes::StringShape.new(name: 'TagKey')
116
118
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -154,6 +156,8 @@ module Aws::Chatbot
154
156
  ChimeWebhookConfiguration.add_member(:configuration_name, Shapes::ShapeRef.new(shape: ConfigurationName, location_name: "ConfigurationName"))
155
157
  ChimeWebhookConfiguration.add_member(:logging_level, Shapes::ShapeRef.new(shape: CustomerCwLogLevel, location_name: "LoggingLevel"))
156
158
  ChimeWebhookConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
159
+ ChimeWebhookConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
160
+ ChimeWebhookConfiguration.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
157
161
  ChimeWebhookConfiguration.struct_class = Types::ChimeWebhookConfiguration
158
162
 
159
163
  ChimeWebhookConfigurationList.member = Shapes::ShapeRef.new(shape: ChimeWebhookConfiguration)
@@ -161,6 +165,8 @@ module Aws::Chatbot
161
165
  ConfiguredTeam.add_member(:tenant_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TenantId"))
162
166
  ConfiguredTeam.add_member(:team_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "TeamId"))
163
167
  ConfiguredTeam.add_member(:team_name, Shapes::ShapeRef.new(shape: UUID, location_name: "TeamName"))
168
+ ConfiguredTeam.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
169
+ ConfiguredTeam.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
164
170
  ConfiguredTeam.struct_class = Types::ConfiguredTeam
165
171
 
166
172
  ConfiguredTeamsList.member = Shapes::ShapeRef.new(shape: ConfiguredTeam)
@@ -417,6 +423,8 @@ module Aws::Chatbot
417
423
  SlackChannelConfiguration.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
418
424
  SlackChannelConfiguration.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
419
425
  SlackChannelConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
426
+ SlackChannelConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
427
+ SlackChannelConfiguration.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
420
428
  SlackChannelConfiguration.struct_class = Types::SlackChannelConfiguration
421
429
 
422
430
  SlackChannelConfigurationList.member = Shapes::ShapeRef.new(shape: SlackChannelConfiguration)
@@ -432,6 +440,8 @@ module Aws::Chatbot
432
440
 
433
441
  SlackWorkspace.add_member(:slack_team_id, Shapes::ShapeRef.new(shape: SlackTeamId, required: true, location_name: "SlackTeamId"))
434
442
  SlackWorkspace.add_member(:slack_team_name, Shapes::ShapeRef.new(shape: SlackTeamName, required: true, location_name: "SlackTeamName"))
443
+ SlackWorkspace.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
444
+ SlackWorkspace.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
435
445
  SlackWorkspace.struct_class = Types::SlackWorkspace
436
446
 
437
447
  SlackWorkspacesList.member = Shapes::ShapeRef.new(shape: SlackWorkspace)
@@ -469,6 +479,8 @@ module Aws::Chatbot
469
479
  TeamsChannelConfiguration.add_member(:guardrail_policy_arns, Shapes::ShapeRef.new(shape: GuardrailPolicyArnList, location_name: "GuardrailPolicyArns"))
470
480
  TeamsChannelConfiguration.add_member(:user_authorization_required, Shapes::ShapeRef.new(shape: BooleanAccountPreference, location_name: "UserAuthorizationRequired"))
471
481
  TeamsChannelConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
482
+ TeamsChannelConfiguration.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, location_name: "State"))
483
+ TeamsChannelConfiguration.add_member(:state_reason, Shapes::ShapeRef.new(shape: String, location_name: "StateReason"))
472
484
  TeamsChannelConfiguration.struct_class = Types::TeamsChannelConfiguration
473
485
 
474
486
  TeamsUserIdentitiesList.member = Shapes::ShapeRef.new(shape: TeamsUserIdentity)
@@ -88,6 +88,17 @@ module Aws::Chatbot
88
88
  # map of key-value pairs.
89
89
  # @return [Array<Types::Tag>]
90
90
  #
91
+ # @!attribute [rw] state
92
+ # Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
93
+ # the organization's AWS Chatbot policy has explicitly denied that
94
+ # configuration. For example, if Amazon Chime is disabled.
95
+ # @return [String]
96
+ #
97
+ # @!attribute [rw] state_reason
98
+ # Provided if State is `DISABLED`. Provides context as to why the
99
+ # resource is disabled.
100
+ # @return [String]
101
+ #
91
102
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ChimeWebhookConfiguration AWS API Documentation
92
103
  #
93
104
  class ChimeWebhookConfiguration < Struct.new(
@@ -97,7 +108,9 @@ module Aws::Chatbot
97
108
  :sns_topic_arns,
98
109
  :configuration_name,
99
110
  :logging_level,
100
- :tags)
111
+ :tags,
112
+ :state,
113
+ :state_reason)
101
114
  SENSITIVE = [:webhook_description]
102
115
  include Aws::Structure
103
116
  end
@@ -126,12 +139,25 @@ module Aws::Chatbot
126
139
  # The name of the Microsoft Teams Team.
127
140
  # @return [String]
128
141
  #
142
+ # @!attribute [rw] state
143
+ # Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
144
+ # the organization's AWS Chatbot policy has explicitly denied that
145
+ # configuration. For example, if Amazon Chime is disabled.
146
+ # @return [String]
147
+ #
148
+ # @!attribute [rw] state_reason
149
+ # Provided if State is `DISABLED`. Provides context as to why the
150
+ # resource is disabled.
151
+ # @return [String]
152
+ #
129
153
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/ConfiguredTeam AWS API Documentation
130
154
  #
131
155
  class ConfiguredTeam < Struct.new(
132
156
  :tenant_id,
133
157
  :team_id,
134
- :team_name)
158
+ :team_name,
159
+ :state,
160
+ :state_reason)
135
161
  SENSITIVE = []
136
162
  include Aws::Structure
137
163
  end
@@ -1376,6 +1402,17 @@ module Aws::Chatbot
1376
1402
  # map of key-value pairs.
1377
1403
  # @return [Array<Types::Tag>]
1378
1404
  #
1405
+ # @!attribute [rw] state
1406
+ # Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
1407
+ # the organization's AWS Chatbot policy has explicitly denied that
1408
+ # configuration. For example, if Amazon Chime is disabled.
1409
+ # @return [String]
1410
+ #
1411
+ # @!attribute [rw] state_reason
1412
+ # Provided if State is `DISABLED`. Provides context as to why the
1413
+ # resource is disabled.
1414
+ # @return [String]
1415
+ #
1379
1416
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/SlackChannelConfiguration AWS API Documentation
1380
1417
  #
1381
1418
  class SlackChannelConfiguration < Struct.new(
@@ -1390,7 +1427,9 @@ module Aws::Chatbot
1390
1427
  :logging_level,
1391
1428
  :guardrail_policy_arns,
1392
1429
  :user_authorization_required,
1393
- :tags)
1430
+ :tags,
1431
+ :state,
1432
+ :state_reason)
1394
1433
  SENSITIVE = [:slack_channel_name]
1395
1434
  include Aws::Structure
1396
1435
  end
@@ -1449,11 +1488,24 @@ module Aws::Chatbot
1449
1488
  # The name of the Slack workspace.
1450
1489
  # @return [String]
1451
1490
  #
1491
+ # @!attribute [rw] state
1492
+ # Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
1493
+ # the organization's AWS Chatbot policy has explicitly denied that
1494
+ # configuration. For example, if Amazon Chime is disabled.
1495
+ # @return [String]
1496
+ #
1497
+ # @!attribute [rw] state_reason
1498
+ # Provided if State is `DISABLED`. Provides context as to why the
1499
+ # resource is disabled.
1500
+ # @return [String]
1501
+ #
1452
1502
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/SlackWorkspace AWS API Documentation
1453
1503
  #
1454
1504
  class SlackWorkspace < Struct.new(
1455
1505
  :slack_team_id,
1456
- :slack_team_name)
1506
+ :slack_team_name,
1507
+ :state,
1508
+ :state_reason)
1457
1509
  SENSITIVE = []
1458
1510
  include Aws::Structure
1459
1511
  end
@@ -1587,6 +1639,17 @@ module Aws::Chatbot
1587
1639
  # map of key-value pairs.
1588
1640
  # @return [Array<Types::Tag>]
1589
1641
  #
1642
+ # @!attribute [rw] state
1643
+ # Either `ENABLED` or `DISABLED`. The resource returns `DISABLED` if
1644
+ # the organization's AWS Chatbot policy has explicitly denied that
1645
+ # configuration. For example, if Amazon Chime is disabled.
1646
+ # @return [String]
1647
+ #
1648
+ # @!attribute [rw] state_reason
1649
+ # Provided if State is `DISABLED`. Provides context as to why the
1650
+ # resource is disabled.
1651
+ # @return [String]
1652
+ #
1590
1653
  # @see http://docs.aws.amazon.com/goto/WebAPI/chatbot-2017-10-11/TeamsChannelConfiguration AWS API Documentation
1591
1654
  #
1592
1655
  class TeamsChannelConfiguration < Struct.new(
@@ -1602,7 +1665,9 @@ module Aws::Chatbot
1602
1665
  :logging_level,
1603
1666
  :guardrail_policy_arns,
1604
1667
  :user_authorization_required,
1605
- :tags)
1668
+ :tags,
1669
+ :state,
1670
+ :state_reason)
1606
1671
  SENSITIVE = [:channel_name, :team_name]
1607
1672
  include Aws::Structure
1608
1673
  end
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:chatbot)
15
+
14
16
  # This module provides support for AWS Chatbot. This module is available in the
15
17
  # `aws-sdk-chatbot` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Chatbot
52
54
  autoload :EndpointProvider, 'aws-sdk-chatbot/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-chatbot/endpoints'
54
56
 
55
- GEM_VERSION = '1.15.0'
57
+ GEM_VERSION = '1.17.0'
56
58
 
57
59
  end
58
60
 
data/sig/types.rbs CHANGED
@@ -22,6 +22,8 @@ module Aws::Chatbot
22
22
  attr_accessor configuration_name: ::String
23
23
  attr_accessor logging_level: ::String
24
24
  attr_accessor tags: ::Array[Types::Tag]
25
+ attr_accessor state: ::String
26
+ attr_accessor state_reason: ::String
25
27
  SENSITIVE: [:webhook_description]
26
28
  end
27
29
 
@@ -29,6 +31,8 @@ module Aws::Chatbot
29
31
  attr_accessor tenant_id: ::String
30
32
  attr_accessor team_id: ::String
31
33
  attr_accessor team_name: ::String
34
+ attr_accessor state: ::String
35
+ attr_accessor state_reason: ::String
32
36
  SENSITIVE: []
33
37
  end
34
38
 
@@ -407,6 +411,8 @@ module Aws::Chatbot
407
411
  attr_accessor guardrail_policy_arns: ::Array[::String]
408
412
  attr_accessor user_authorization_required: bool
409
413
  attr_accessor tags: ::Array[Types::Tag]
414
+ attr_accessor state: ::String
415
+ attr_accessor state_reason: ::String
410
416
  SENSITIVE: [:slack_channel_name]
411
417
  end
412
418
 
@@ -422,6 +428,8 @@ module Aws::Chatbot
422
428
  class SlackWorkspace
423
429
  attr_accessor slack_team_id: ::String
424
430
  attr_accessor slack_team_name: ::String
431
+ attr_accessor state: ::String
432
+ attr_accessor state_reason: ::String
425
433
  SENSITIVE: []
426
434
  end
427
435
 
@@ -454,6 +462,8 @@ module Aws::Chatbot
454
462
  attr_accessor guardrail_policy_arns: ::Array[::String]
455
463
  attr_accessor user_authorization_required: bool
456
464
  attr_accessor tags: ::Array[Types::Tag]
465
+ attr_accessor state: ::String
466
+ attr_accessor state_reason: ::String
457
467
  SENSITIVE: [:channel_name, :team_name]
458
468
  end
459
469
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chatbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core