aws-sdk-devopsagent 1.4.0 → 1.5.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.
data/sig/params.rbs ADDED
@@ -0,0 +1,144 @@
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 DevOpsAgent
10
+ module Params
11
+ type slack_transmission_target = {
12
+ ops_oncall_target: {
13
+ channel_name: ::String?,
14
+ channel_id: ::String
15
+ },
16
+ ops_sre_target: {
17
+ channel_name: ::String?,
18
+ channel_id: ::String
19
+ }?
20
+ }
21
+
22
+ type slack_configuration = {
23
+ workspace_id: ::String,
24
+ workspace_name: ::String,
25
+ transmission_target: Params::slack_transmission_target
26
+ }
27
+
28
+ type service_configuration = {
29
+ source_aws: {
30
+ account_id: ::String,
31
+ account_type: ("source"),
32
+ assumable_role_arn: ::String,
33
+ external_id: ::String?
34
+ }?,
35
+ aws: {
36
+ assumable_role_arn: ::String,
37
+ account_id: ::String,
38
+ account_type: ("monitor")
39
+ }?,
40
+ github: {
41
+ repo_name: ::String,
42
+ repo_id: ::String,
43
+ owner: ::String,
44
+ owner_type: ("organization" | "user"),
45
+ instance_identifier: ::String?
46
+ }?,
47
+ slack: Params::slack_configuration?,
48
+ dynatrace: {
49
+ env_id: ::String,
50
+ resources: Array[::String]?
51
+ }?,
52
+ servicenow: {
53
+ instance_id: ::String?,
54
+ auth_scopes: Array[::String]?
55
+ }?,
56
+ mcpservernewrelic: {
57
+ account_id: ::String,
58
+ endpoint: ::String
59
+ }?,
60
+ mcpserverdatadog: {
61
+ }?,
62
+ mcpserver: {
63
+ tools: Array[::String]
64
+ }?,
65
+ gitlab: {
66
+ project_id: ::String,
67
+ project_path: ::String,
68
+ instance_identifier: ::String?
69
+ }?,
70
+ mcpserversplunk: {
71
+ }?,
72
+ event_channel: {
73
+ }?,
74
+ azure: {
75
+ subscription_id: ::String
76
+ }?,
77
+ azuredevops: {
78
+ organization_name: ::String,
79
+ project_id: ::String,
80
+ project_name: ::String
81
+ }?,
82
+ mcpservergrafana: {
83
+ endpoint: ::String,
84
+ organization_id: ::String?,
85
+ tools: Array[::String]?
86
+ }?,
87
+ pagerduty: {
88
+ services: Array[::String],
89
+ customer_email: ::String
90
+ }?,
91
+ mcpserversigv4: {
92
+ tools: Array[::String]
93
+ }?
94
+ }
95
+
96
+ type mcp_server_o_auth_client_credentials_config = {
97
+ client_name: ::String?,
98
+ client_id: ::String,
99
+ exchange_parameters: Hash[::String, ::String]?,
100
+ client_secret: ::String,
101
+ exchange_url: ::String,
102
+ scopes: Array[::String]?
103
+ }
104
+
105
+ type mcp_server_o_auth_3_lo_config = {
106
+ client_name: ::String?,
107
+ client_id: ::String,
108
+ exchange_parameters: Hash[::String, ::String]?,
109
+ return_to_endpoint: ::String,
110
+ authorization_url: ::String,
111
+ exchange_url: ::String,
112
+ client_secret: ::String?,
113
+ support_code_challenge: bool?,
114
+ scopes: Array[::String]?
115
+ }
116
+
117
+ type mcp_server_authorization_config = {
118
+ o_auth_client_credentials: Params::mcp_server_o_auth_client_credentials_config?,
119
+ o_auth_3_lo: Params::mcp_server_o_auth_3_lo_config?,
120
+ api_key: {
121
+ api_key_name: ::String,
122
+ api_key_value: ::String,
123
+ api_key_header: ::String
124
+ }?,
125
+ bearer_token: {
126
+ token_name: ::String,
127
+ token_value: ::String,
128
+ authorization_header: ::String?
129
+ }?,
130
+ authorization_discovery: {
131
+ return_to_endpoint: ::String
132
+ }?
133
+ }
134
+
135
+ type mcp_server_details = {
136
+ name: ::String,
137
+ endpoint: ::String,
138
+ description: ::String?,
139
+ authorization_config: Params::mcp_server_authorization_config
140
+ }
141
+
142
+ end
143
+ end
144
+ end
data/sig/types.rbs CHANGED
@@ -33,6 +33,7 @@ module Aws::DevOpsAgent
33
33
  attr_accessor azureidentity: Types::RegisteredAzureIdentityDetails
34
34
  attr_accessor mcpservergrafana: Types::RegisteredGrafanaServerDetails
35
35
  attr_accessor pagerduty: Types::RegisteredPagerDutyDetails
36
+ attr_accessor mcpserversigv4: Types::RegisteredMCPServerSigV4Details
36
37
  attr_accessor unknown: untyped
37
38
  SENSITIVE: []
38
39
 
@@ -60,6 +61,8 @@ module Aws::DevOpsAgent
60
61
  end
61
62
  class Pagerduty < AdditionalServiceDetails
62
63
  end
64
+ class Mcpserversigv4 < AdditionalServiceDetails
65
+ end
63
66
  class Unknown < AdditionalServiceDetails
64
67
  end
65
68
  end
@@ -722,7 +725,7 @@ module Aws::DevOpsAgent
722
725
  class ListServicesInput
723
726
  attr_accessor max_results: ::Integer
724
727
  attr_accessor next_token: ::String
725
- attr_accessor filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
728
+ attr_accessor filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
726
729
  SENSITIVE: []
727
730
  end
728
731
 
@@ -847,6 +850,27 @@ module Aws::DevOpsAgent
847
850
  SENSITIVE: [:client_id, :client_secret]
848
851
  end
849
852
 
853
+ class MCPServerSigV4AuthorizationConfig
854
+ attr_accessor region: ::String
855
+ attr_accessor service: ::String
856
+ attr_accessor role_arn: ::String
857
+ attr_accessor custom_headers: ::Hash[::String, ::String]
858
+ SENSITIVE: []
859
+ end
860
+
861
+ class MCPServerSigV4Configuration
862
+ attr_accessor tools: ::Array[::String]
863
+ SENSITIVE: []
864
+ end
865
+
866
+ class MCPServerSigV4ServiceDetails
867
+ attr_accessor name: ::String
868
+ attr_accessor endpoint: ::String
869
+ attr_accessor description: ::String
870
+ attr_accessor authorization_config: Types::MCPServerSigV4AuthorizationConfig
871
+ SENSITIVE: [:description]
872
+ end
873
+
850
874
  class MCPServerSplunkConfiguration < Aws::EmptyStructure
851
875
  end
852
876
 
@@ -969,6 +993,8 @@ module Aws::DevOpsAgent
969
993
  attr_accessor priority: ("HIGH" | "MEDIUM" | "LOW")
970
994
  attr_accessor goal_version: ::Integer
971
995
  attr_accessor additional_context: ::String
996
+ attr_accessor rank_position: ::Integer
997
+ attr_accessor ranked_at: ::Time
972
998
  attr_accessor created_at: ::Time
973
999
  attr_accessor updated_at: ::Time
974
1000
  attr_accessor version: ::Integer
@@ -1000,7 +1026,7 @@ module Aws::DevOpsAgent
1000
1026
  end
1001
1027
 
1002
1028
  class RegisterServiceInput
1003
- attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
1029
+ attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
1004
1030
  attr_accessor service_details: Types::ServiceDetails
1005
1031
  attr_accessor kms_key_arn: ::String
1006
1032
  attr_accessor private_connection_name: ::String
@@ -1059,6 +1085,17 @@ module Aws::DevOpsAgent
1059
1085
  SENSITIVE: [:description]
1060
1086
  end
1061
1087
 
1088
+ class RegisteredMCPServerSigV4Details
1089
+ attr_accessor name: ::String
1090
+ attr_accessor endpoint: ::String
1091
+ attr_accessor description: ::String
1092
+ attr_accessor region: ::String
1093
+ attr_accessor service: ::String
1094
+ attr_accessor role_arn: ::String
1095
+ attr_accessor custom_headers: ::Hash[::String, ::String]
1096
+ SENSITIVE: [:description]
1097
+ end
1098
+
1062
1099
  class RegisteredNewRelicDetails
1063
1100
  attr_accessor account_id: ::String
1064
1101
  attr_accessor region: ("US" | "EU")
@@ -1073,7 +1110,7 @@ module Aws::DevOpsAgent
1073
1110
 
1074
1111
  class RegisteredService
1075
1112
  attr_accessor service_id: ::String
1076
- attr_accessor service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity")
1113
+ attr_accessor service_type: ("github" | "slack" | "azure" | "azuredevops" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
1077
1114
  attr_accessor name: ::String
1078
1115
  attr_accessor accessible_resources: ::Array[untyped]
1079
1116
  attr_accessor additional_service_details: Types::AdditionalServiceDetails
@@ -1244,6 +1281,7 @@ module Aws::DevOpsAgent
1244
1281
  attr_accessor azuredevops: Types::AzureDevOpsConfiguration
1245
1282
  attr_accessor mcpservergrafana: Types::MCPServerGrafanaConfiguration
1246
1283
  attr_accessor pagerduty: Types::PagerDutyConfiguration
1284
+ attr_accessor mcpserversigv4: Types::MCPServerSigV4Configuration
1247
1285
  attr_accessor unknown: untyped
1248
1286
  SENSITIVE: []
1249
1287
 
@@ -1279,6 +1317,8 @@ module Aws::DevOpsAgent
1279
1317
  end
1280
1318
  class Pagerduty < ServiceConfiguration
1281
1319
  end
1320
+ class Mcpserversigv4 < ServiceConfiguration
1321
+ end
1282
1322
  class Unknown < ServiceConfiguration
1283
1323
  end
1284
1324
  end
@@ -1295,6 +1335,7 @@ module Aws::DevOpsAgent
1295
1335
  attr_accessor mcpservergrafana: Types::GrafanaServiceDetails
1296
1336
  attr_accessor pagerduty: Types::PagerDutyDetails
1297
1337
  attr_accessor azureidentity: Types::RegisteredAzureIdentityDetails
1338
+ attr_accessor mcpserversigv4: Types::MCPServerSigV4ServiceDetails
1298
1339
  attr_accessor unknown: untyped
1299
1340
  SENSITIVE: []
1300
1341
 
@@ -1320,6 +1361,8 @@ module Aws::DevOpsAgent
1320
1361
  end
1321
1362
  class Azureidentity < ServiceDetails
1322
1363
  end
1364
+ class Mcpserversigv4 < ServiceDetails
1365
+ end
1323
1366
  class Unknown < ServiceDetails
1324
1367
  end
1325
1368
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsagent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-devopsagent/types.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs