aws-sdk-devopsagent 1.13.0 → 1.14.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-devopsagent/client.rb +17 -1
- data/lib/aws-sdk-devopsagent/client_api.rb +6 -0
- data/lib/aws-sdk-devopsagent/types.rb +32 -1
- data/lib/aws-sdk-devopsagent.rb +1 -1
- data/sig/params.rbs +5 -1
- data/sig/types.rbs +7 -0
- 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: 14420d5cef48761561f7c69572e191d59fda60a5091fee0655d9bd42c713c0a8
|
|
4
|
+
data.tar.gz: 626f6e9aea5b221c80ab52aa4b99c40ae9c3dbf4df89e34bf317b8e10ca3bbc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd5c487f28417c440cb470c41f78447877177ebd38e40f18de02f7801ec6856e466773a78bbcb534cddb121e6cce55c6084f54022850c588b529a494e8c56cdf
|
|
7
|
+
data.tar.gz: 84b907d2c75e48dd3ec79c9bf5b49523e4a97a395e9a692a50dcd8a58b8112b0a2a8489057a19d31c4ef9ac5dc071313acf88400191aba8139da682433fdf5e5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.14.0
|
|
@@ -549,6 +549,10 @@ module Aws::DevOpsAgent
|
|
|
549
549
|
# channel_id: "SlackChannelChannelIdString", # required
|
|
550
550
|
# },
|
|
551
551
|
# },
|
|
552
|
+
# bidirectional: {
|
|
553
|
+
# role_arn: "RoleArn", # required
|
|
554
|
+
# enabled: false,
|
|
555
|
+
# },
|
|
552
556
|
# },
|
|
553
557
|
# dynatrace: {
|
|
554
558
|
# env_id: "String", # required
|
|
@@ -672,6 +676,8 @@ module Aws::DevOpsAgent
|
|
|
672
676
|
# resp.association.configuration.slack.transmission_target.ops_oncall_target.channel_id #=> String
|
|
673
677
|
# resp.association.configuration.slack.transmission_target.ops_sre_target.channel_name #=> String
|
|
674
678
|
# resp.association.configuration.slack.transmission_target.ops_sre_target.channel_id #=> String
|
|
679
|
+
# resp.association.configuration.slack.bidirectional.role_arn #=> String
|
|
680
|
+
# resp.association.configuration.slack.bidirectional.enabled #=> Boolean
|
|
675
681
|
# resp.association.configuration.dynatrace.env_id #=> String
|
|
676
682
|
# resp.association.configuration.dynatrace.resources #=> Array
|
|
677
683
|
# resp.association.configuration.dynatrace.resources[0] #=> String
|
|
@@ -1802,6 +1808,8 @@ module Aws::DevOpsAgent
|
|
|
1802
1808
|
# resp.association.configuration.slack.transmission_target.ops_oncall_target.channel_id #=> String
|
|
1803
1809
|
# resp.association.configuration.slack.transmission_target.ops_sre_target.channel_name #=> String
|
|
1804
1810
|
# resp.association.configuration.slack.transmission_target.ops_sre_target.channel_id #=> String
|
|
1811
|
+
# resp.association.configuration.slack.bidirectional.role_arn #=> String
|
|
1812
|
+
# resp.association.configuration.slack.bidirectional.enabled #=> Boolean
|
|
1805
1813
|
# resp.association.configuration.dynatrace.env_id #=> String
|
|
1806
1814
|
# resp.association.configuration.dynatrace.resources #=> Array
|
|
1807
1815
|
# resp.association.configuration.dynatrace.resources[0] #=> String
|
|
@@ -2448,6 +2456,8 @@ module Aws::DevOpsAgent
|
|
|
2448
2456
|
# resp.associations[0].configuration.slack.transmission_target.ops_oncall_target.channel_id #=> String
|
|
2449
2457
|
# resp.associations[0].configuration.slack.transmission_target.ops_sre_target.channel_name #=> String
|
|
2450
2458
|
# resp.associations[0].configuration.slack.transmission_target.ops_sre_target.channel_id #=> String
|
|
2459
|
+
# resp.associations[0].configuration.slack.bidirectional.role_arn #=> String
|
|
2460
|
+
# resp.associations[0].configuration.slack.bidirectional.enabled #=> Boolean
|
|
2451
2461
|
# resp.associations[0].configuration.dynatrace.env_id #=> String
|
|
2452
2462
|
# resp.associations[0].configuration.dynatrace.resources #=> Array
|
|
2453
2463
|
# resp.associations[0].configuration.dynatrace.resources[0] #=> String
|
|
@@ -4203,6 +4213,10 @@ module Aws::DevOpsAgent
|
|
|
4203
4213
|
# channel_id: "SlackChannelChannelIdString", # required
|
|
4204
4214
|
# },
|
|
4205
4215
|
# },
|
|
4216
|
+
# bidirectional: {
|
|
4217
|
+
# role_arn: "RoleArn", # required
|
|
4218
|
+
# enabled: false,
|
|
4219
|
+
# },
|
|
4206
4220
|
# },
|
|
4207
4221
|
# dynatrace: {
|
|
4208
4222
|
# env_id: "String", # required
|
|
@@ -4326,6 +4340,8 @@ module Aws::DevOpsAgent
|
|
|
4326
4340
|
# resp.association.configuration.slack.transmission_target.ops_oncall_target.channel_id #=> String
|
|
4327
4341
|
# resp.association.configuration.slack.transmission_target.ops_sre_target.channel_name #=> String
|
|
4328
4342
|
# resp.association.configuration.slack.transmission_target.ops_sre_target.channel_id #=> String
|
|
4343
|
+
# resp.association.configuration.slack.bidirectional.role_arn #=> String
|
|
4344
|
+
# resp.association.configuration.slack.bidirectional.enabled #=> Boolean
|
|
4329
4345
|
# resp.association.configuration.dynatrace.env_id #=> String
|
|
4330
4346
|
# resp.association.configuration.dynatrace.resources #=> Array
|
|
4331
4347
|
# resp.association.configuration.dynatrace.resources[0] #=> String
|
|
@@ -4751,7 +4767,7 @@ module Aws::DevOpsAgent
|
|
|
4751
4767
|
tracer: tracer
|
|
4752
4768
|
)
|
|
4753
4769
|
context[:gem_name] = 'aws-sdk-devopsagent'
|
|
4754
|
-
context[:gem_version] = '1.
|
|
4770
|
+
context[:gem_version] = '1.14.0'
|
|
4755
4771
|
Seahorse::Client::Request.new(handlers, context)
|
|
4756
4772
|
end
|
|
4757
4773
|
|
|
@@ -454,6 +454,7 @@ module Aws::DevOpsAgent
|
|
|
454
454
|
ServiceNowServiceDetails = Shapes::StructureShape.new(name: 'ServiceNowServiceDetails')
|
|
455
455
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
456
456
|
SigV4Region = Shapes::StringShape.new(name: 'SigV4Region')
|
|
457
|
+
SlackBidirectionalConfiguration = Shapes::StructureShape.new(name: 'SlackBidirectionalConfiguration')
|
|
457
458
|
SlackChannel = Shapes::StructureShape.new(name: 'SlackChannel')
|
|
458
459
|
SlackChannelChannelIdString = Shapes::StringShape.new(name: 'SlackChannelChannelIdString')
|
|
459
460
|
SlackConfiguration = Shapes::StructureShape.new(name: 'SlackConfiguration')
|
|
@@ -1943,6 +1944,10 @@ module Aws::DevOpsAgent
|
|
|
1943
1944
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1944
1945
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
|
1945
1946
|
|
|
1947
|
+
SlackBidirectionalConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1948
|
+
SlackBidirectionalConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
|
1949
|
+
SlackBidirectionalConfiguration.struct_class = Types::SlackBidirectionalConfiguration
|
|
1950
|
+
|
|
1946
1951
|
SlackChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: String, location_name: "channelName"))
|
|
1947
1952
|
SlackChannel.add_member(:channel_id, Shapes::ShapeRef.new(shape: SlackChannelChannelIdString, required: true, location_name: "channelId"))
|
|
1948
1953
|
SlackChannel.struct_class = Types::SlackChannel
|
|
@@ -1950,6 +1955,7 @@ module Aws::DevOpsAgent
|
|
|
1950
1955
|
SlackConfiguration.add_member(:workspace_id, Shapes::ShapeRef.new(shape: SlackConfigurationWorkspaceIdString, required: true, location_name: "workspaceId"))
|
|
1951
1956
|
SlackConfiguration.add_member(:workspace_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "workspaceName"))
|
|
1952
1957
|
SlackConfiguration.add_member(:transmission_target, Shapes::ShapeRef.new(shape: SlackTransmissionTarget, required: true, location_name: "transmissionTarget"))
|
|
1958
|
+
SlackConfiguration.add_member(:bidirectional, Shapes::ShapeRef.new(shape: SlackBidirectionalConfiguration, location_name: "bidirectional"))
|
|
1953
1959
|
SlackConfiguration.struct_class = Types::SlackConfiguration
|
|
1954
1960
|
|
|
1955
1961
|
SlackTransmissionTarget.add_member(:ops_oncall_target, Shapes::ShapeRef.new(shape: SlackChannel, required: true, location_name: "opsOncallTarget"))
|
|
@@ -6146,6 +6146,30 @@ module Aws::DevOpsAgent
|
|
|
6146
6146
|
include Aws::Structure
|
|
6147
6147
|
end
|
|
6148
6148
|
|
|
6149
|
+
# Configuration for bidirectional Slack communication.
|
|
6150
|
+
#
|
|
6151
|
+
# @!attribute [rw] role_arn
|
|
6152
|
+
# IAM role ARN that AWS DevOps Agent assumes to exchange messages with
|
|
6153
|
+
# your Slack workspace on behalf of this association.
|
|
6154
|
+
# @return [String]
|
|
6155
|
+
#
|
|
6156
|
+
# @!attribute [rw] enabled
|
|
6157
|
+
# Whether bidirectional communication is enabled for this association.
|
|
6158
|
+
# When you set this value to true, you can mention the agent in a
|
|
6159
|
+
# configured Slack channel and it responds in that channel. When you
|
|
6160
|
+
# omit this value or set it to false, the agent ignores mentions and
|
|
6161
|
+
# only sends notifications.
|
|
6162
|
+
# @return [Boolean]
|
|
6163
|
+
#
|
|
6164
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/SlackBidirectionalConfiguration AWS API Documentation
|
|
6165
|
+
#
|
|
6166
|
+
class SlackBidirectionalConfiguration < Struct.new(
|
|
6167
|
+
:role_arn,
|
|
6168
|
+
:enabled)
|
|
6169
|
+
SENSITIVE = []
|
|
6170
|
+
include Aws::Structure
|
|
6171
|
+
end
|
|
6172
|
+
|
|
6149
6173
|
# Represents a Slack channel with its ID and optional name.
|
|
6150
6174
|
#
|
|
6151
6175
|
# @!attribute [rw] channel_name
|
|
@@ -6179,12 +6203,19 @@ module Aws::DevOpsAgent
|
|
|
6179
6203
|
# Transmission targets for agent notifications
|
|
6180
6204
|
# @return [Types::SlackTransmissionTarget]
|
|
6181
6205
|
#
|
|
6206
|
+
# @!attribute [rw] bidirectional
|
|
6207
|
+
# Optional bidirectional communication configuration. Supply this
|
|
6208
|
+
# configuration and set enabled to true so you can interact with the
|
|
6209
|
+
# agent directly from Slack.
|
|
6210
|
+
# @return [Types::SlackBidirectionalConfiguration]
|
|
6211
|
+
#
|
|
6182
6212
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devops-agent-2026-01-01/SlackConfiguration AWS API Documentation
|
|
6183
6213
|
#
|
|
6184
6214
|
class SlackConfiguration < Struct.new(
|
|
6185
6215
|
:workspace_id,
|
|
6186
6216
|
:workspace_name,
|
|
6187
|
-
:transmission_target
|
|
6217
|
+
:transmission_target,
|
|
6218
|
+
:bidirectional)
|
|
6188
6219
|
SENSITIVE = []
|
|
6189
6220
|
include Aws::Structure
|
|
6190
6221
|
end
|
data/lib/aws-sdk-devopsagent.rb
CHANGED
data/sig/params.rbs
CHANGED
|
@@ -40,7 +40,11 @@ module Aws
|
|
|
40
40
|
type slack_configuration = {
|
|
41
41
|
workspace_id: ::String,
|
|
42
42
|
workspace_name: ::String,
|
|
43
|
-
transmission_target: Params::slack_transmission_target
|
|
43
|
+
transmission_target: Params::slack_transmission_target,
|
|
44
|
+
bidirectional: {
|
|
45
|
+
role_arn: ::String,
|
|
46
|
+
enabled: bool?
|
|
47
|
+
}?
|
|
44
48
|
}
|
|
45
49
|
|
|
46
50
|
type mcp_server_grafana_configuration = {
|
data/sig/types.rbs
CHANGED
|
@@ -1872,6 +1872,12 @@ module Aws::DevOpsAgent
|
|
|
1872
1872
|
SENSITIVE: []
|
|
1873
1873
|
end
|
|
1874
1874
|
|
|
1875
|
+
class SlackBidirectionalConfiguration
|
|
1876
|
+
attr_accessor role_arn: ::String
|
|
1877
|
+
attr_accessor enabled: bool
|
|
1878
|
+
SENSITIVE: []
|
|
1879
|
+
end
|
|
1880
|
+
|
|
1875
1881
|
class SlackChannel
|
|
1876
1882
|
attr_accessor channel_name: ::String
|
|
1877
1883
|
attr_accessor channel_id: ::String
|
|
@@ -1882,6 +1888,7 @@ module Aws::DevOpsAgent
|
|
|
1882
1888
|
attr_accessor workspace_id: ::String
|
|
1883
1889
|
attr_accessor workspace_name: ::String
|
|
1884
1890
|
attr_accessor transmission_target: Types::SlackTransmissionTarget
|
|
1891
|
+
attr_accessor bidirectional: Types::SlackBidirectionalConfiguration
|
|
1885
1892
|
SENSITIVE: []
|
|
1886
1893
|
end
|
|
1887
1894
|
|