aws-sdk-devopsagent 1.0.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 +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-devopsagent/client.rb +3635 -0
- data/lib/aws-sdk-devopsagent/client_api.rb +2699 -0
- data/lib/aws-sdk-devopsagent/customizations.rb +0 -0
- data/lib/aws-sdk-devopsagent/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-devopsagent/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-devopsagent/endpoints.rb +20 -0
- data/lib/aws-sdk-devopsagent/errors.rb +216 -0
- data/lib/aws-sdk-devopsagent/event_streams.rb +89 -0
- data/lib/aws-sdk-devopsagent/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-devopsagent/resource.rb +26 -0
- data/lib/aws-sdk-devopsagent/types.rb +5568 -0
- data/lib/aws-sdk-devopsagent.rb +62 -0
- data/sig/client.rbs +1112 -0
- data/sig/errors.rbs +48 -0
- data/sig/resource.rbs +88 -0
- data/sig/types.rbs +1707 -0
- data/sig/waiters.rbs +13 -0
- metadata +97 -0
data/sig/types.rbs
ADDED
|
@@ -0,0 +1,1707 @@
|
|
|
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::DevOpsAgent
|
|
9
|
+
module Types
|
|
10
|
+
|
|
11
|
+
class AWSConfiguration
|
|
12
|
+
attr_accessor assumable_role_arn: ::String
|
|
13
|
+
attr_accessor account_id: ::String
|
|
14
|
+
attr_accessor account_type: ("monitor")
|
|
15
|
+
SENSITIVE: []
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
class AccessDeniedException
|
|
19
|
+
attr_accessor message: ::String
|
|
20
|
+
SENSITIVE: []
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
class AdditionalServiceDetails
|
|
24
|
+
attr_accessor github: Types::RegisteredGithubServiceDetails
|
|
25
|
+
attr_accessor slack: Types::RegisteredSlackServiceDetails
|
|
26
|
+
attr_accessor mcpserverdatadog: Types::RegisteredMCPServerDetails
|
|
27
|
+
attr_accessor mcpserver: Types::RegisteredMCPServerDetails
|
|
28
|
+
attr_accessor servicenow: Types::RegisteredServiceNowDetails
|
|
29
|
+
attr_accessor gitlab: Types::RegisteredGitLabServiceDetails
|
|
30
|
+
attr_accessor mcpserversplunk: Types::RegisteredMCPServerDetails
|
|
31
|
+
attr_accessor mcpservernewrelic: Types::RegisteredNewRelicDetails
|
|
32
|
+
attr_accessor azuredevops: Types::RegisteredAzureDevOpsServiceDetails
|
|
33
|
+
attr_accessor azureidentity: Types::RegisteredAzureIdentityDetails
|
|
34
|
+
attr_accessor mcpservergrafana: Types::RegisteredGrafanaServerDetails
|
|
35
|
+
attr_accessor pagerduty: Types::RegisteredPagerDutyDetails
|
|
36
|
+
attr_accessor mcpserversigv4: Types::RegisteredMCPServerSigV4Details
|
|
37
|
+
attr_accessor unknown: untyped
|
|
38
|
+
SENSITIVE: []
|
|
39
|
+
|
|
40
|
+
class Github < AdditionalServiceDetails
|
|
41
|
+
end
|
|
42
|
+
class Slack < AdditionalServiceDetails
|
|
43
|
+
end
|
|
44
|
+
class Mcpserverdatadog < AdditionalServiceDetails
|
|
45
|
+
end
|
|
46
|
+
class Mcpserver < AdditionalServiceDetails
|
|
47
|
+
end
|
|
48
|
+
class Servicenow < AdditionalServiceDetails
|
|
49
|
+
end
|
|
50
|
+
class Gitlab < AdditionalServiceDetails
|
|
51
|
+
end
|
|
52
|
+
class Mcpserversplunk < AdditionalServiceDetails
|
|
53
|
+
end
|
|
54
|
+
class Mcpservernewrelic < AdditionalServiceDetails
|
|
55
|
+
end
|
|
56
|
+
class Azuredevops < AdditionalServiceDetails
|
|
57
|
+
end
|
|
58
|
+
class Azureidentity < AdditionalServiceDetails
|
|
59
|
+
end
|
|
60
|
+
class Mcpservergrafana < AdditionalServiceDetails
|
|
61
|
+
end
|
|
62
|
+
class Pagerduty < AdditionalServiceDetails
|
|
63
|
+
end
|
|
64
|
+
class Mcpserversigv4 < AdditionalServiceDetails
|
|
65
|
+
end
|
|
66
|
+
class Unknown < AdditionalServiceDetails
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
class AdditionalServiceRegistrationStep
|
|
71
|
+
attr_accessor oauth: Types::OAuthAdditionalStepDetails
|
|
72
|
+
attr_accessor unknown: untyped
|
|
73
|
+
SENSITIVE: []
|
|
74
|
+
|
|
75
|
+
class Oauth < AdditionalServiceRegistrationStep
|
|
76
|
+
end
|
|
77
|
+
class Unknown < AdditionalServiceRegistrationStep
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
class AgentSpace
|
|
82
|
+
attr_accessor name: ::String
|
|
83
|
+
attr_accessor description: ::String
|
|
84
|
+
attr_accessor locale: ::String
|
|
85
|
+
attr_accessor created_at: ::Time
|
|
86
|
+
attr_accessor updated_at: ::Time
|
|
87
|
+
attr_accessor kms_key_arn: ::String
|
|
88
|
+
attr_accessor agent_space_id: ::String
|
|
89
|
+
SENSITIVE: [:description]
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
class AllowVendedLogDeliveryForResourceInput
|
|
93
|
+
attr_accessor resource_arn_being_authorized: ::String
|
|
94
|
+
attr_accessor delivery_source_arn: ::String
|
|
95
|
+
attr_accessor log_type: ::String
|
|
96
|
+
SENSITIVE: []
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
class AllowVendedLogDeliveryForResourceOutput
|
|
100
|
+
attr_accessor message: ::String
|
|
101
|
+
SENSITIVE: []
|
|
102
|
+
end
|
|
103
|
+
|
|
104
|
+
class AssistantMessageBlock
|
|
105
|
+
attr_accessor text: ::String
|
|
106
|
+
attr_accessor tool_use: untyped
|
|
107
|
+
attr_accessor unknown: untyped
|
|
108
|
+
SENSITIVE: []
|
|
109
|
+
|
|
110
|
+
class Text < AssistantMessageBlock
|
|
111
|
+
end
|
|
112
|
+
class ToolUse < AssistantMessageBlock
|
|
113
|
+
end
|
|
114
|
+
class Unknown < AssistantMessageBlock
|
|
115
|
+
end
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
class AssociateServiceInput
|
|
119
|
+
attr_accessor agent_space_id: ::String
|
|
120
|
+
attr_accessor service_id: ::String
|
|
121
|
+
attr_accessor configuration: Types::ServiceConfiguration
|
|
122
|
+
SENSITIVE: []
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
class AssociateServiceOutput
|
|
126
|
+
attr_accessor association: Types::Association
|
|
127
|
+
attr_accessor webhook: Types::GenericWebhook
|
|
128
|
+
SENSITIVE: []
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
class Association
|
|
132
|
+
attr_accessor agent_space_id: ::String
|
|
133
|
+
attr_accessor created_at: ::Time
|
|
134
|
+
attr_accessor updated_at: ::Time
|
|
135
|
+
attr_accessor status: ("valid" | "invalid" | "pending-confirmation")
|
|
136
|
+
attr_accessor association_id: ::String
|
|
137
|
+
attr_accessor service_id: ::String
|
|
138
|
+
attr_accessor configuration: Types::ServiceConfiguration
|
|
139
|
+
SENSITIVE: []
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
class AzureConfiguration
|
|
143
|
+
attr_accessor subscription_id: ::String
|
|
144
|
+
SENSITIVE: []
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
class AzureDevOpsConfiguration
|
|
148
|
+
attr_accessor organization_name: ::String
|
|
149
|
+
attr_accessor project_id: ::String
|
|
150
|
+
attr_accessor project_name: ::String
|
|
151
|
+
SENSITIVE: []
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
class ChatExecution
|
|
155
|
+
attr_accessor execution_id: ::String
|
|
156
|
+
attr_accessor created_at: ::Time
|
|
157
|
+
attr_accessor updated_at: ::Time
|
|
158
|
+
attr_accessor summary: ::String
|
|
159
|
+
SENSITIVE: []
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
class ChatParticipantConnection
|
|
163
|
+
attr_accessor initial_contact_id: ::String
|
|
164
|
+
attr_accessor participant_id: ::String
|
|
165
|
+
attr_accessor participant_token: ::String
|
|
166
|
+
SENSITIVE: []
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class ConflictException
|
|
170
|
+
attr_accessor message: ::String
|
|
171
|
+
SENSITIVE: []
|
|
172
|
+
end
|
|
173
|
+
|
|
174
|
+
class ContentSizeExceededException
|
|
175
|
+
attr_accessor message: ::String
|
|
176
|
+
SENSITIVE: []
|
|
177
|
+
end
|
|
178
|
+
|
|
179
|
+
class CreateAgentSpaceInput
|
|
180
|
+
attr_accessor name: ::String
|
|
181
|
+
attr_accessor description: ::String
|
|
182
|
+
attr_accessor locale: ::String
|
|
183
|
+
attr_accessor kms_key_arn: ::String
|
|
184
|
+
attr_accessor client_token: ::String
|
|
185
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
186
|
+
SENSITIVE: [:description]
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
class CreateAgentSpaceOutput
|
|
190
|
+
attr_accessor agent_space: Types::AgentSpace
|
|
191
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
192
|
+
SENSITIVE: []
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
class CreateBacklogTaskRequest
|
|
196
|
+
attr_accessor agent_space_id: ::String
|
|
197
|
+
attr_accessor reference: Types::ReferenceInput
|
|
198
|
+
attr_accessor task_type: ("INVESTIGATION" | "EVALUATION")
|
|
199
|
+
attr_accessor title: ::String
|
|
200
|
+
attr_accessor description: ::String
|
|
201
|
+
attr_accessor priority: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")
|
|
202
|
+
attr_accessor client_token: ::String
|
|
203
|
+
SENSITIVE: []
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
class CreateBacklogTaskResponse
|
|
207
|
+
attr_accessor task: Types::Task
|
|
208
|
+
SENSITIVE: []
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class CreateChatRequest
|
|
212
|
+
attr_accessor agent_space_id: ::String
|
|
213
|
+
attr_accessor user_id: ::String
|
|
214
|
+
attr_accessor user_type: ("IAM" | "IDC" | "IDP")
|
|
215
|
+
SENSITIVE: []
|
|
216
|
+
end
|
|
217
|
+
|
|
218
|
+
class CreateChatResponse
|
|
219
|
+
attr_accessor execution_id: ::String
|
|
220
|
+
attr_accessor created_at: ::Time
|
|
221
|
+
SENSITIVE: []
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
class CreatePrivateConnectionInput
|
|
225
|
+
attr_accessor name: ::String
|
|
226
|
+
attr_accessor mode: Types::PrivateConnectionMode
|
|
227
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
228
|
+
SENSITIVE: []
|
|
229
|
+
end
|
|
230
|
+
|
|
231
|
+
class CreatePrivateConnectionOutput
|
|
232
|
+
attr_accessor name: ::String
|
|
233
|
+
attr_accessor type: ("SELF_MANAGED" | "SERVICE_MANAGED")
|
|
234
|
+
attr_accessor resource_gateway_id: ::String
|
|
235
|
+
attr_accessor host_address: ::String
|
|
236
|
+
attr_accessor vpc_id: ::String
|
|
237
|
+
attr_accessor resource_configuration_id: ::String
|
|
238
|
+
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
239
|
+
attr_accessor certificate_expiry_time: ::Time
|
|
240
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
241
|
+
SENSITIVE: []
|
|
242
|
+
end
|
|
243
|
+
|
|
244
|
+
class DatadogAuthorizationConfig
|
|
245
|
+
attr_accessor authorization_discovery: Types::MCPServerAuthorizationDiscoveryConfig
|
|
246
|
+
attr_accessor unknown: untyped
|
|
247
|
+
SENSITIVE: []
|
|
248
|
+
|
|
249
|
+
class AuthorizationDiscovery < DatadogAuthorizationConfig
|
|
250
|
+
end
|
|
251
|
+
class Unknown < DatadogAuthorizationConfig
|
|
252
|
+
end
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
class DatadogServiceDetails
|
|
256
|
+
attr_accessor name: ::String
|
|
257
|
+
attr_accessor endpoint: ::String
|
|
258
|
+
attr_accessor description: ::String
|
|
259
|
+
attr_accessor authorization_config: Types::DatadogAuthorizationConfig
|
|
260
|
+
SENSITIVE: [:description]
|
|
261
|
+
end
|
|
262
|
+
|
|
263
|
+
class DeleteAgentSpaceInput
|
|
264
|
+
attr_accessor agent_space_id: ::String
|
|
265
|
+
SENSITIVE: []
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
class DeleteAgentSpaceOutput < Aws::EmptyStructure
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
class DeletePrivateConnectionInput
|
|
272
|
+
attr_accessor name: ::String
|
|
273
|
+
SENSITIVE: []
|
|
274
|
+
end
|
|
275
|
+
|
|
276
|
+
class DeletePrivateConnectionOutput
|
|
277
|
+
attr_accessor name: ::String
|
|
278
|
+
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
279
|
+
SENSITIVE: []
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
class DeregisterServiceInput
|
|
283
|
+
attr_accessor service_id: ::String
|
|
284
|
+
SENSITIVE: []
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
class DeregisterServiceOutput < Aws::EmptyStructure
|
|
288
|
+
end
|
|
289
|
+
|
|
290
|
+
class DescribePrivateConnectionInput
|
|
291
|
+
attr_accessor name: ::String
|
|
292
|
+
SENSITIVE: []
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
class DescribePrivateConnectionOutput
|
|
296
|
+
attr_accessor name: ::String
|
|
297
|
+
attr_accessor type: ("SELF_MANAGED" | "SERVICE_MANAGED")
|
|
298
|
+
attr_accessor resource_gateway_id: ::String
|
|
299
|
+
attr_accessor host_address: ::String
|
|
300
|
+
attr_accessor vpc_id: ::String
|
|
301
|
+
attr_accessor resource_configuration_id: ::String
|
|
302
|
+
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
303
|
+
attr_accessor certificate_expiry_time: ::Time
|
|
304
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
305
|
+
SENSITIVE: []
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
class DescribeSupportLevelRequest
|
|
309
|
+
attr_accessor agent_space_id: ::String
|
|
310
|
+
attr_accessor task_id: ::String
|
|
311
|
+
SENSITIVE: []
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
class DescribeSupportLevelResponse
|
|
315
|
+
attr_accessor support_level: Types::SupportLevel
|
|
316
|
+
attr_accessor mosaic_support_level: Types::SupportLevel
|
|
317
|
+
attr_accessor active_subscription: bool
|
|
318
|
+
SENSITIVE: []
|
|
319
|
+
end
|
|
320
|
+
|
|
321
|
+
class DisableOperatorAppInput
|
|
322
|
+
attr_accessor agent_space_id: ::String
|
|
323
|
+
attr_accessor auth_flow: ("iam" | "idc" | "idp")
|
|
324
|
+
SENSITIVE: []
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
class DisassociateServiceInput
|
|
328
|
+
attr_accessor agent_space_id: ::String
|
|
329
|
+
attr_accessor association_id: ::String
|
|
330
|
+
SENSITIVE: []
|
|
331
|
+
end
|
|
332
|
+
|
|
333
|
+
class DisassociateServiceOutput < Aws::EmptyStructure
|
|
334
|
+
end
|
|
335
|
+
|
|
336
|
+
class DynatraceConfiguration
|
|
337
|
+
attr_accessor env_id: ::String
|
|
338
|
+
attr_accessor resources: ::Array[::String]
|
|
339
|
+
SENSITIVE: []
|
|
340
|
+
end
|
|
341
|
+
|
|
342
|
+
class DynatraceOAuthClientCredentialsConfig
|
|
343
|
+
attr_accessor client_name: ::String
|
|
344
|
+
attr_accessor client_id: ::String
|
|
345
|
+
attr_accessor exchange_parameters: ::Hash[::String, ::String]
|
|
346
|
+
attr_accessor client_secret: ::String
|
|
347
|
+
SENSITIVE: [:client_id, :client_secret]
|
|
348
|
+
end
|
|
349
|
+
|
|
350
|
+
class DynatraceServiceAuthorizationConfig
|
|
351
|
+
attr_accessor o_auth_client_credentials: Types::DynatraceOAuthClientCredentialsConfig
|
|
352
|
+
attr_accessor unknown: untyped
|
|
353
|
+
SENSITIVE: []
|
|
354
|
+
|
|
355
|
+
class OAuthClientCredentials < DynatraceServiceAuthorizationConfig
|
|
356
|
+
end
|
|
357
|
+
class Unknown < DynatraceServiceAuthorizationConfig
|
|
358
|
+
end
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
class DynatraceServiceDetails
|
|
362
|
+
attr_accessor account_urn: ::String
|
|
363
|
+
attr_accessor authorization_config: Types::DynatraceServiceAuthorizationConfig
|
|
364
|
+
SENSITIVE: [:authorization_config]
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
class EnableOperatorAppInput
|
|
368
|
+
attr_accessor agent_space_id: ::String
|
|
369
|
+
attr_accessor auth_flow: ("iam" | "idc" | "idp")
|
|
370
|
+
attr_accessor operator_app_role_arn: ::String
|
|
371
|
+
attr_accessor idc_instance_arn: ::String
|
|
372
|
+
attr_accessor issuer_url: ::String
|
|
373
|
+
attr_accessor idp_client_id: ::String
|
|
374
|
+
attr_accessor idp_client_secret: ::String
|
|
375
|
+
attr_accessor provider: ::String
|
|
376
|
+
SENSITIVE: [:idp_client_secret]
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
class EnableOperatorAppOutput
|
|
380
|
+
attr_accessor agent_space_id: ::String
|
|
381
|
+
attr_accessor iam: Types::IamAuthConfiguration
|
|
382
|
+
attr_accessor idc: Types::IdcAuthConfiguration
|
|
383
|
+
attr_accessor idp: Types::IdpAuthConfiguration
|
|
384
|
+
SENSITIVE: []
|
|
385
|
+
end
|
|
386
|
+
|
|
387
|
+
class EndChatForCaseRequest
|
|
388
|
+
attr_accessor agent_space_id: ::String
|
|
389
|
+
attr_accessor task_id: ::String
|
|
390
|
+
attr_accessor reason: ::String
|
|
391
|
+
attr_accessor requester: ::String
|
|
392
|
+
attr_accessor client_token: ::String
|
|
393
|
+
SENSITIVE: []
|
|
394
|
+
end
|
|
395
|
+
|
|
396
|
+
class EndChatForCaseResponse
|
|
397
|
+
attr_accessor is_disconnected: bool
|
|
398
|
+
attr_accessor execution_id: ::String
|
|
399
|
+
attr_accessor error_message: ::String
|
|
400
|
+
SENSITIVE: []
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class EventChannelConfiguration < Aws::EmptyStructure
|
|
404
|
+
end
|
|
405
|
+
|
|
406
|
+
class EventChannelDetails
|
|
407
|
+
attr_accessor type: ("webhook")
|
|
408
|
+
SENSITIVE: []
|
|
409
|
+
end
|
|
410
|
+
|
|
411
|
+
class Execution
|
|
412
|
+
attr_accessor agent_space_id: ::String
|
|
413
|
+
attr_accessor execution_id: ::String
|
|
414
|
+
attr_accessor parent_execution_id: ::String
|
|
415
|
+
attr_accessor agent_sub_task: ::String
|
|
416
|
+
attr_accessor created_at: ::Time
|
|
417
|
+
attr_accessor updated_at: ::Time
|
|
418
|
+
attr_accessor execution_status: ("FAILED" | "RUNNING" | "STOPPED" | "CANCELED" | "TIMED_OUT")
|
|
419
|
+
attr_accessor agent_type: ::String
|
|
420
|
+
attr_accessor uid: ::String
|
|
421
|
+
SENSITIVE: []
|
|
422
|
+
end
|
|
423
|
+
|
|
424
|
+
class GenericWebhook
|
|
425
|
+
attr_accessor webhook_url: ::String
|
|
426
|
+
attr_accessor webhook_id: ::String
|
|
427
|
+
attr_accessor webhook_type: ("hmac" | "apikey" | "gitlab" | "pagerduty")
|
|
428
|
+
attr_accessor webhook_secret: ::String
|
|
429
|
+
attr_accessor api_key: ::String
|
|
430
|
+
SENSITIVE: [:webhook_secret, :api_key]
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class GetAccountUsageInput < Aws::EmptyStructure
|
|
434
|
+
end
|
|
435
|
+
|
|
436
|
+
class GetAccountUsageOutput
|
|
437
|
+
attr_accessor monthly_account_investigation_hours: Types::UsageMetric
|
|
438
|
+
attr_accessor monthly_account_evaluation_hours: Types::UsageMetric
|
|
439
|
+
attr_accessor monthly_account_system_learning_hours: Types::UsageMetric
|
|
440
|
+
attr_accessor usage_period_start_time: ::Time
|
|
441
|
+
attr_accessor usage_period_end_time: ::Time
|
|
442
|
+
SENSITIVE: []
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class GetAgentSpaceInput
|
|
446
|
+
attr_accessor agent_space_id: ::String
|
|
447
|
+
SENSITIVE: []
|
|
448
|
+
end
|
|
449
|
+
|
|
450
|
+
class GetAgentSpaceOutput
|
|
451
|
+
attr_accessor agent_space: Types::AgentSpace
|
|
452
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
453
|
+
SENSITIVE: []
|
|
454
|
+
end
|
|
455
|
+
|
|
456
|
+
class GetAssociationInput
|
|
457
|
+
attr_accessor agent_space_id: ::String
|
|
458
|
+
attr_accessor association_id: ::String
|
|
459
|
+
SENSITIVE: []
|
|
460
|
+
end
|
|
461
|
+
|
|
462
|
+
class GetAssociationOutput
|
|
463
|
+
attr_accessor association: Types::Association
|
|
464
|
+
SENSITIVE: []
|
|
465
|
+
end
|
|
466
|
+
|
|
467
|
+
class GetBacklogTaskRequest
|
|
468
|
+
attr_accessor agent_space_id: ::String
|
|
469
|
+
attr_accessor task_id: ::String
|
|
470
|
+
SENSITIVE: []
|
|
471
|
+
end
|
|
472
|
+
|
|
473
|
+
class GetBacklogTaskResponse
|
|
474
|
+
attr_accessor task: Types::Task
|
|
475
|
+
SENSITIVE: []
|
|
476
|
+
end
|
|
477
|
+
|
|
478
|
+
class GetOperatorAppInput
|
|
479
|
+
attr_accessor agent_space_id: ::String
|
|
480
|
+
SENSITIVE: []
|
|
481
|
+
end
|
|
482
|
+
|
|
483
|
+
class GetOperatorAppOutput
|
|
484
|
+
attr_accessor iam: Types::IamAuthConfiguration
|
|
485
|
+
attr_accessor idc: Types::IdcAuthConfiguration
|
|
486
|
+
attr_accessor idp: Types::IdpAuthConfiguration
|
|
487
|
+
SENSITIVE: []
|
|
488
|
+
end
|
|
489
|
+
|
|
490
|
+
class GetRecommendationRequest
|
|
491
|
+
attr_accessor agent_space_id: ::String
|
|
492
|
+
attr_accessor recommendation_id: ::String
|
|
493
|
+
attr_accessor recommendation_version: ::Integer
|
|
494
|
+
SENSITIVE: []
|
|
495
|
+
end
|
|
496
|
+
|
|
497
|
+
class GetRecommendationResponse
|
|
498
|
+
attr_accessor recommendation: Types::Recommendation
|
|
499
|
+
SENSITIVE: []
|
|
500
|
+
end
|
|
501
|
+
|
|
502
|
+
class GetServiceInput
|
|
503
|
+
attr_accessor service_id: ::String
|
|
504
|
+
SENSITIVE: []
|
|
505
|
+
end
|
|
506
|
+
|
|
507
|
+
class GetServiceOutput
|
|
508
|
+
attr_accessor service: Types::RegisteredService
|
|
509
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
510
|
+
SENSITIVE: []
|
|
511
|
+
end
|
|
512
|
+
|
|
513
|
+
class GitHubConfiguration
|
|
514
|
+
attr_accessor repo_name: ::String
|
|
515
|
+
attr_accessor repo_id: ::String
|
|
516
|
+
attr_accessor owner: ::String
|
|
517
|
+
attr_accessor owner_type: ("organization" | "user")
|
|
518
|
+
attr_accessor instance_identifier: ::String
|
|
519
|
+
SENSITIVE: []
|
|
520
|
+
end
|
|
521
|
+
|
|
522
|
+
class GitLabConfiguration
|
|
523
|
+
attr_accessor project_id: ::String
|
|
524
|
+
attr_accessor project_path: ::String
|
|
525
|
+
attr_accessor instance_identifier: ::String
|
|
526
|
+
SENSITIVE: []
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class GitLabDetails
|
|
530
|
+
attr_accessor target_url: ::String
|
|
531
|
+
attr_accessor token_type: ("personal" | "group")
|
|
532
|
+
attr_accessor token_value: ::String
|
|
533
|
+
attr_accessor group_id: ::String
|
|
534
|
+
SENSITIVE: [:token_value]
|
|
535
|
+
end
|
|
536
|
+
|
|
537
|
+
class Goal
|
|
538
|
+
attr_accessor agent_space_arn: ::String
|
|
539
|
+
attr_accessor goal_id: ::String
|
|
540
|
+
attr_accessor title: ::String
|
|
541
|
+
attr_accessor content: Types::GoalContent
|
|
542
|
+
attr_accessor status: ("ACTIVE" | "PAUSED" | "COMPLETE")
|
|
543
|
+
attr_accessor goal_type: ("CUSTOMER_DEFINED" | "ONCALL_REPORT")
|
|
544
|
+
attr_accessor created_at: ::Time
|
|
545
|
+
attr_accessor updated_at: ::Time
|
|
546
|
+
attr_accessor last_evaluated_at: ::Time
|
|
547
|
+
attr_accessor last_task_id: ::String
|
|
548
|
+
attr_accessor last_successful_task_id: ::String
|
|
549
|
+
attr_accessor version: ::Integer
|
|
550
|
+
attr_accessor evaluation_schedule: Types::GoalSchedule
|
|
551
|
+
SENSITIVE: []
|
|
552
|
+
end
|
|
553
|
+
|
|
554
|
+
class GoalContent
|
|
555
|
+
attr_accessor description: ::String
|
|
556
|
+
attr_accessor objectives: ::String
|
|
557
|
+
SENSITIVE: []
|
|
558
|
+
end
|
|
559
|
+
|
|
560
|
+
class GoalSchedule
|
|
561
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
|
562
|
+
attr_accessor expression: ::String
|
|
563
|
+
SENSITIVE: []
|
|
564
|
+
end
|
|
565
|
+
|
|
566
|
+
class GoalScheduleInput
|
|
567
|
+
attr_accessor state: ("ENABLED" | "DISABLED")
|
|
568
|
+
SENSITIVE: []
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class GrafanaServiceDetails
|
|
572
|
+
attr_accessor name: ::String
|
|
573
|
+
attr_accessor endpoint: ::String
|
|
574
|
+
attr_accessor description: ::String
|
|
575
|
+
attr_accessor authorization_config: Types::MCPServerAuthorizationConfig
|
|
576
|
+
SENSITIVE: [:description]
|
|
577
|
+
end
|
|
578
|
+
|
|
579
|
+
class IamAuthConfiguration
|
|
580
|
+
attr_accessor operator_app_role_arn: ::String
|
|
581
|
+
attr_accessor created_at: ::Time
|
|
582
|
+
attr_accessor updated_at: ::Time
|
|
583
|
+
SENSITIVE: []
|
|
584
|
+
end
|
|
585
|
+
|
|
586
|
+
class IdcAuthConfiguration
|
|
587
|
+
attr_accessor operator_app_role_arn: ::String
|
|
588
|
+
attr_accessor idc_instance_arn: ::String
|
|
589
|
+
attr_accessor idc_application_arn: ::String
|
|
590
|
+
attr_accessor created_at: ::Time
|
|
591
|
+
attr_accessor updated_at: ::Time
|
|
592
|
+
SENSITIVE: []
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
class IdentityCenterServiceException
|
|
596
|
+
attr_accessor message: ::String
|
|
597
|
+
attr_accessor underlying_error_code: ::String
|
|
598
|
+
SENSITIVE: []
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class IdpAuthConfiguration
|
|
602
|
+
attr_accessor issuer_url: ::String
|
|
603
|
+
attr_accessor client_id: ::String
|
|
604
|
+
attr_accessor operator_app_role_arn: ::String
|
|
605
|
+
attr_accessor provider: ::String
|
|
606
|
+
attr_accessor created_at: ::Time
|
|
607
|
+
attr_accessor updated_at: ::Time
|
|
608
|
+
SENSITIVE: []
|
|
609
|
+
end
|
|
610
|
+
|
|
611
|
+
class InitiateChatForCaseRequest
|
|
612
|
+
attr_accessor agent_space_id: ::String
|
|
613
|
+
attr_accessor task_id: ::String
|
|
614
|
+
attr_accessor client_token: ::String
|
|
615
|
+
SENSITIVE: []
|
|
616
|
+
end
|
|
617
|
+
|
|
618
|
+
class InitiateChatForCaseResponse
|
|
619
|
+
attr_accessor chat_participant_connection: Types::ChatParticipantConnection
|
|
620
|
+
SENSITIVE: []
|
|
621
|
+
end
|
|
622
|
+
|
|
623
|
+
class InternalServerException
|
|
624
|
+
attr_accessor message: ::String
|
|
625
|
+
SENSITIVE: []
|
|
626
|
+
end
|
|
627
|
+
|
|
628
|
+
class InvalidParameterException
|
|
629
|
+
attr_accessor message: ::String
|
|
630
|
+
SENSITIVE: []
|
|
631
|
+
end
|
|
632
|
+
|
|
633
|
+
class JournalRecord
|
|
634
|
+
attr_accessor agent_space_id: ::String
|
|
635
|
+
attr_accessor execution_id: ::String
|
|
636
|
+
attr_accessor record_id: ::String
|
|
637
|
+
attr_accessor content: untyped
|
|
638
|
+
attr_accessor created_at: ::Time
|
|
639
|
+
attr_accessor record_type: ::String
|
|
640
|
+
attr_accessor user_reference: Types::UserReference
|
|
641
|
+
SENSITIVE: []
|
|
642
|
+
end
|
|
643
|
+
|
|
644
|
+
class ListAgentSpacesInput
|
|
645
|
+
attr_accessor max_results: ::Integer
|
|
646
|
+
attr_accessor next_token: ::String
|
|
647
|
+
SENSITIVE: []
|
|
648
|
+
end
|
|
649
|
+
|
|
650
|
+
class ListAgentSpacesOutput
|
|
651
|
+
attr_accessor next_token: ::String
|
|
652
|
+
attr_accessor agent_spaces: ::Array[Types::AgentSpace]
|
|
653
|
+
SENSITIVE: []
|
|
654
|
+
end
|
|
655
|
+
|
|
656
|
+
class ListAssociationsInput
|
|
657
|
+
attr_accessor agent_space_id: ::String
|
|
658
|
+
attr_accessor max_results: ::Integer
|
|
659
|
+
attr_accessor next_token: ::String
|
|
660
|
+
attr_accessor filter_service_types: ::String
|
|
661
|
+
SENSITIVE: []
|
|
662
|
+
end
|
|
663
|
+
|
|
664
|
+
class ListAssociationsOutput
|
|
665
|
+
attr_accessor next_token: ::String
|
|
666
|
+
attr_accessor associations: ::Array[Types::Association]
|
|
667
|
+
SENSITIVE: []
|
|
668
|
+
end
|
|
669
|
+
|
|
670
|
+
class ListBacklogTasksRequest
|
|
671
|
+
attr_accessor agent_space_id: ::String
|
|
672
|
+
attr_accessor filter: Types::TaskFilter
|
|
673
|
+
attr_accessor limit: ::Integer
|
|
674
|
+
attr_accessor next_token: ::String
|
|
675
|
+
attr_accessor sort_field: ("CREATED_AT" | "PRIORITY")
|
|
676
|
+
attr_accessor order: ("ASC" | "DESC")
|
|
677
|
+
SENSITIVE: []
|
|
678
|
+
end
|
|
679
|
+
|
|
680
|
+
class ListBacklogTasksResponse
|
|
681
|
+
attr_accessor tasks: ::Array[Types::Task]
|
|
682
|
+
attr_accessor next_token: ::String
|
|
683
|
+
SENSITIVE: []
|
|
684
|
+
end
|
|
685
|
+
|
|
686
|
+
class ListChatsRequest
|
|
687
|
+
attr_accessor agent_space_id: ::String
|
|
688
|
+
attr_accessor user_id: ::String
|
|
689
|
+
attr_accessor max_results: ::Integer
|
|
690
|
+
attr_accessor next_token: ::String
|
|
691
|
+
SENSITIVE: []
|
|
692
|
+
end
|
|
693
|
+
|
|
694
|
+
class ListChatsResponse
|
|
695
|
+
attr_accessor executions: ::Array[Types::ChatExecution]
|
|
696
|
+
attr_accessor next_token: ::String
|
|
697
|
+
SENSITIVE: []
|
|
698
|
+
end
|
|
699
|
+
|
|
700
|
+
class ListExecutionsRequest
|
|
701
|
+
attr_accessor agent_space_id: ::String
|
|
702
|
+
attr_accessor task_id: ::String
|
|
703
|
+
attr_accessor limit: ::Integer
|
|
704
|
+
attr_accessor next_token: ::String
|
|
705
|
+
SENSITIVE: []
|
|
706
|
+
end
|
|
707
|
+
|
|
708
|
+
class ListExecutionsResponse
|
|
709
|
+
attr_accessor executions: ::Array[Types::Execution]
|
|
710
|
+
attr_accessor next_token: ::String
|
|
711
|
+
SENSITIVE: []
|
|
712
|
+
end
|
|
713
|
+
|
|
714
|
+
class ListGoalsRequest
|
|
715
|
+
attr_accessor agent_space_id: ::String
|
|
716
|
+
attr_accessor status: ("ACTIVE" | "PAUSED" | "COMPLETE")
|
|
717
|
+
attr_accessor goal_type: ("CUSTOMER_DEFINED" | "ONCALL_REPORT")
|
|
718
|
+
attr_accessor limit: ::Integer
|
|
719
|
+
attr_accessor next_token: ::String
|
|
720
|
+
SENSITIVE: []
|
|
721
|
+
end
|
|
722
|
+
|
|
723
|
+
class ListGoalsResponse
|
|
724
|
+
attr_accessor goals: ::Array[Types::Goal]
|
|
725
|
+
attr_accessor next_token: ::String
|
|
726
|
+
SENSITIVE: []
|
|
727
|
+
end
|
|
728
|
+
|
|
729
|
+
class ListJournalRecordsRequest
|
|
730
|
+
attr_accessor agent_space_id: ::String
|
|
731
|
+
attr_accessor execution_id: ::String
|
|
732
|
+
attr_accessor limit: ::Integer
|
|
733
|
+
attr_accessor next_token: ::String
|
|
734
|
+
attr_accessor record_type: ::String
|
|
735
|
+
attr_accessor order: ("ASC" | "DESC")
|
|
736
|
+
SENSITIVE: []
|
|
737
|
+
end
|
|
738
|
+
|
|
739
|
+
class ListJournalRecordsResponse
|
|
740
|
+
attr_accessor records: ::Array[Types::JournalRecord]
|
|
741
|
+
attr_accessor next_token: ::String
|
|
742
|
+
SENSITIVE: []
|
|
743
|
+
end
|
|
744
|
+
|
|
745
|
+
class ListPendingMessagesRequest
|
|
746
|
+
attr_accessor agent_space_id: ::String
|
|
747
|
+
attr_accessor execution_id: ::String
|
|
748
|
+
SENSITIVE: []
|
|
749
|
+
end
|
|
750
|
+
|
|
751
|
+
class ListPendingMessagesResponse
|
|
752
|
+
attr_accessor agent_space_id: ::String
|
|
753
|
+
attr_accessor execution_id: ::String
|
|
754
|
+
attr_accessor messages: ::Array[Types::PendingMessage]
|
|
755
|
+
attr_accessor created_at: ::Time
|
|
756
|
+
SENSITIVE: []
|
|
757
|
+
end
|
|
758
|
+
|
|
759
|
+
class ListPrivateConnectionsInput < Aws::EmptyStructure
|
|
760
|
+
end
|
|
761
|
+
|
|
762
|
+
class ListPrivateConnectionsOutput
|
|
763
|
+
attr_accessor private_connections: ::Array[Types::PrivateConnectionSummary]
|
|
764
|
+
SENSITIVE: []
|
|
765
|
+
end
|
|
766
|
+
|
|
767
|
+
class ListRecommendationsRequest
|
|
768
|
+
attr_accessor agent_space_id: ::String
|
|
769
|
+
attr_accessor task_id: ::String
|
|
770
|
+
attr_accessor goal_id: ::String
|
|
771
|
+
attr_accessor status: ("PROPOSED" | "ACCEPTED" | "REJECTED" | "CLOSED" | "COMPLETED" | "UPDATE_IN_PROGRESS")
|
|
772
|
+
attr_accessor priority: ("HIGH" | "MEDIUM" | "LOW")
|
|
773
|
+
attr_accessor limit: ::Integer
|
|
774
|
+
attr_accessor next_token: ::String
|
|
775
|
+
SENSITIVE: []
|
|
776
|
+
end
|
|
777
|
+
|
|
778
|
+
class ListRecommendationsResponse
|
|
779
|
+
attr_accessor recommendations: ::Array[Types::Recommendation]
|
|
780
|
+
attr_accessor next_token: ::String
|
|
781
|
+
SENSITIVE: []
|
|
782
|
+
end
|
|
783
|
+
|
|
784
|
+
class ListServicesInput
|
|
785
|
+
attr_accessor max_results: ::Integer
|
|
786
|
+
attr_accessor next_token: ::String
|
|
787
|
+
attr_accessor filter_service_type: ("github" | "slack" | "azure" | "azuredevops" | "msteams" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
|
|
788
|
+
SENSITIVE: []
|
|
789
|
+
end
|
|
790
|
+
|
|
791
|
+
class ListServicesOutput
|
|
792
|
+
attr_accessor next_token: ::String
|
|
793
|
+
attr_accessor services: ::Array[Types::RegisteredService]
|
|
794
|
+
SENSITIVE: []
|
|
795
|
+
end
|
|
796
|
+
|
|
797
|
+
class ListTagsForResourceRequest
|
|
798
|
+
attr_accessor resource_arn: ::String
|
|
799
|
+
SENSITIVE: []
|
|
800
|
+
end
|
|
801
|
+
|
|
802
|
+
class ListTagsForResourceResponse
|
|
803
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
804
|
+
SENSITIVE: []
|
|
805
|
+
end
|
|
806
|
+
|
|
807
|
+
class ListWebhooksInput
|
|
808
|
+
attr_accessor agent_space_id: ::String
|
|
809
|
+
attr_accessor association_id: ::String
|
|
810
|
+
SENSITIVE: []
|
|
811
|
+
end
|
|
812
|
+
|
|
813
|
+
class ListWebhooksOutput
|
|
814
|
+
attr_accessor webhooks: ::Array[Types::Webhook]
|
|
815
|
+
SENSITIVE: []
|
|
816
|
+
end
|
|
817
|
+
|
|
818
|
+
class MCPServerAPIKeyConfig
|
|
819
|
+
attr_accessor api_key_name: ::String
|
|
820
|
+
attr_accessor api_key_value: ::String
|
|
821
|
+
attr_accessor api_key_header: ::String
|
|
822
|
+
SENSITIVE: [:api_key_value]
|
|
823
|
+
end
|
|
824
|
+
|
|
825
|
+
class MCPServerAuthorizationConfig
|
|
826
|
+
attr_accessor o_auth_client_credentials: Types::MCPServerOAuthClientCredentialsConfig
|
|
827
|
+
attr_accessor o_auth_3_lo: Types::MCPServerOAuth3LOConfig
|
|
828
|
+
attr_accessor api_key: Types::MCPServerAPIKeyConfig
|
|
829
|
+
attr_accessor bearer_token: Types::MCPServerBearerTokenConfig
|
|
830
|
+
attr_accessor authorization_discovery: Types::MCPServerAuthorizationDiscoveryConfig
|
|
831
|
+
attr_accessor unknown: untyped
|
|
832
|
+
SENSITIVE: []
|
|
833
|
+
|
|
834
|
+
class OAuthClientCredentials < MCPServerAuthorizationConfig
|
|
835
|
+
end
|
|
836
|
+
class OAuth3Lo < MCPServerAuthorizationConfig
|
|
837
|
+
end
|
|
838
|
+
class ApiKey < MCPServerAuthorizationConfig
|
|
839
|
+
end
|
|
840
|
+
class BearerToken < MCPServerAuthorizationConfig
|
|
841
|
+
end
|
|
842
|
+
class AuthorizationDiscovery < MCPServerAuthorizationConfig
|
|
843
|
+
end
|
|
844
|
+
class Unknown < MCPServerAuthorizationConfig
|
|
845
|
+
end
|
|
846
|
+
end
|
|
847
|
+
|
|
848
|
+
class MCPServerAuthorizationDiscoveryConfig
|
|
849
|
+
attr_accessor return_to_endpoint: ::String
|
|
850
|
+
SENSITIVE: []
|
|
851
|
+
end
|
|
852
|
+
|
|
853
|
+
class MCPServerBearerTokenConfig
|
|
854
|
+
attr_accessor token_name: ::String
|
|
855
|
+
attr_accessor token_value: ::String
|
|
856
|
+
attr_accessor authorization_header: ::String
|
|
857
|
+
SENSITIVE: [:token_value]
|
|
858
|
+
end
|
|
859
|
+
|
|
860
|
+
class MCPServerDetails
|
|
861
|
+
attr_accessor name: ::String
|
|
862
|
+
attr_accessor endpoint: ::String
|
|
863
|
+
attr_accessor description: ::String
|
|
864
|
+
attr_accessor authorization_config: Types::MCPServerAuthorizationConfig
|
|
865
|
+
SENSITIVE: [:description]
|
|
866
|
+
end
|
|
867
|
+
|
|
868
|
+
class MCPServerGrafanaConfiguration
|
|
869
|
+
attr_accessor endpoint: ::String
|
|
870
|
+
attr_accessor organization_id: ::String
|
|
871
|
+
attr_accessor tools: ::Array[::String]
|
|
872
|
+
SENSITIVE: []
|
|
873
|
+
end
|
|
874
|
+
|
|
875
|
+
class MCPServerNewRelicConfiguration
|
|
876
|
+
attr_accessor account_id: ::String
|
|
877
|
+
attr_accessor endpoint: ::String
|
|
878
|
+
SENSITIVE: []
|
|
879
|
+
end
|
|
880
|
+
|
|
881
|
+
class MCPServerOAuth3LOConfig
|
|
882
|
+
attr_accessor client_name: ::String
|
|
883
|
+
attr_accessor client_id: ::String
|
|
884
|
+
attr_accessor exchange_parameters: ::Hash[::String, ::String]
|
|
885
|
+
attr_accessor return_to_endpoint: ::String
|
|
886
|
+
attr_accessor authorization_url: ::String
|
|
887
|
+
attr_accessor exchange_url: ::String
|
|
888
|
+
attr_accessor client_secret: ::String
|
|
889
|
+
attr_accessor support_code_challenge: bool
|
|
890
|
+
attr_accessor scopes: ::Array[::String]
|
|
891
|
+
SENSITIVE: [:client_id, :client_secret]
|
|
892
|
+
end
|
|
893
|
+
|
|
894
|
+
class MCPServerOAuthClientCredentialsConfig
|
|
895
|
+
attr_accessor client_name: ::String
|
|
896
|
+
attr_accessor client_id: ::String
|
|
897
|
+
attr_accessor exchange_parameters: ::Hash[::String, ::String]
|
|
898
|
+
attr_accessor client_secret: ::String
|
|
899
|
+
attr_accessor exchange_url: ::String
|
|
900
|
+
attr_accessor scopes: ::Array[::String]
|
|
901
|
+
SENSITIVE: [:client_id, :client_secret]
|
|
902
|
+
end
|
|
903
|
+
|
|
904
|
+
class MCPServerSigV4AuthorizationConfig
|
|
905
|
+
attr_accessor region: ::String
|
|
906
|
+
attr_accessor service: ::String
|
|
907
|
+
attr_accessor role_arn: ::String
|
|
908
|
+
SENSITIVE: []
|
|
909
|
+
end
|
|
910
|
+
|
|
911
|
+
class MCPServerSigV4ServiceDetails
|
|
912
|
+
attr_accessor name: ::String
|
|
913
|
+
attr_accessor endpoint: ::String
|
|
914
|
+
attr_accessor description: ::String
|
|
915
|
+
attr_accessor authorization_config: Types::MCPServerSigV4AuthorizationConfig
|
|
916
|
+
SENSITIVE: [:description]
|
|
917
|
+
end
|
|
918
|
+
|
|
919
|
+
class MSTeamsChannel
|
|
920
|
+
attr_accessor channel_name: ::String
|
|
921
|
+
attr_accessor channel_id: ::String
|
|
922
|
+
SENSITIVE: []
|
|
923
|
+
end
|
|
924
|
+
|
|
925
|
+
class MSTeamsConfiguration
|
|
926
|
+
attr_accessor team_id: ::String
|
|
927
|
+
attr_accessor team_name: ::String
|
|
928
|
+
attr_accessor transmission_target: Types::MSTeamsTransmissionTarget
|
|
929
|
+
SENSITIVE: []
|
|
930
|
+
end
|
|
931
|
+
|
|
932
|
+
class MSTeamsTransmissionTarget
|
|
933
|
+
attr_accessor ops_oncall_target: Types::MSTeamsChannel
|
|
934
|
+
attr_accessor ops_sre_target: Types::MSTeamsChannel
|
|
935
|
+
SENSITIVE: []
|
|
936
|
+
end
|
|
937
|
+
|
|
938
|
+
class Message
|
|
939
|
+
attr_accessor user_message: ::Array[Types::UserMessageBlock]
|
|
940
|
+
attr_accessor assistant_message: ::Array[Types::AssistantMessageBlock]
|
|
941
|
+
attr_accessor unknown: untyped
|
|
942
|
+
SENSITIVE: []
|
|
943
|
+
|
|
944
|
+
class UserMessage < Message
|
|
945
|
+
end
|
|
946
|
+
class AssistantMessage < Message
|
|
947
|
+
end
|
|
948
|
+
class Unknown < Message
|
|
949
|
+
end
|
|
950
|
+
end
|
|
951
|
+
|
|
952
|
+
class NewRelicApiKeyConfig
|
|
953
|
+
attr_accessor api_key: ::String
|
|
954
|
+
attr_accessor account_id: ::String
|
|
955
|
+
attr_accessor region: ("US" | "EU")
|
|
956
|
+
attr_accessor application_ids: ::Array[::String]
|
|
957
|
+
attr_accessor entity_guids: ::Array[::String]
|
|
958
|
+
attr_accessor alert_policy_ids: ::Array[::String]
|
|
959
|
+
SENSITIVE: [:api_key]
|
|
960
|
+
end
|
|
961
|
+
|
|
962
|
+
class NewRelicServiceAuthorizationConfig
|
|
963
|
+
attr_accessor api_key: Types::NewRelicApiKeyConfig
|
|
964
|
+
attr_accessor unknown: untyped
|
|
965
|
+
SENSITIVE: []
|
|
966
|
+
|
|
967
|
+
class ApiKey < NewRelicServiceAuthorizationConfig
|
|
968
|
+
end
|
|
969
|
+
class Unknown < NewRelicServiceAuthorizationConfig
|
|
970
|
+
end
|
|
971
|
+
end
|
|
972
|
+
|
|
973
|
+
class NewRelicServiceDetails
|
|
974
|
+
attr_accessor authorization_config: Types::NewRelicServiceAuthorizationConfig
|
|
975
|
+
SENSITIVE: []
|
|
976
|
+
end
|
|
977
|
+
|
|
978
|
+
class OAuthAdditionalStepDetails
|
|
979
|
+
attr_accessor authorization_url: ::String
|
|
980
|
+
SENSITIVE: []
|
|
981
|
+
end
|
|
982
|
+
|
|
983
|
+
class PagerDutyAuthorizationConfig
|
|
984
|
+
attr_accessor o_auth_client_credentials: Types::PagerDutyOAuthClientCredentialsConfig
|
|
985
|
+
attr_accessor unknown: untyped
|
|
986
|
+
SENSITIVE: []
|
|
987
|
+
|
|
988
|
+
class OAuthClientCredentials < PagerDutyAuthorizationConfig
|
|
989
|
+
end
|
|
990
|
+
class Unknown < PagerDutyAuthorizationConfig
|
|
991
|
+
end
|
|
992
|
+
end
|
|
993
|
+
|
|
994
|
+
class PagerDutyConfiguration
|
|
995
|
+
attr_accessor services: ::Array[::String]
|
|
996
|
+
attr_accessor customer_email: ::String
|
|
997
|
+
SENSITIVE: [:customer_email]
|
|
998
|
+
end
|
|
999
|
+
|
|
1000
|
+
class PagerDutyDetails
|
|
1001
|
+
attr_accessor scopes: ::Array[::String]
|
|
1002
|
+
attr_accessor authorization_config: Types::PagerDutyAuthorizationConfig
|
|
1003
|
+
SENSITIVE: []
|
|
1004
|
+
end
|
|
1005
|
+
|
|
1006
|
+
class PagerDutyOAuthClientCredentialsConfig
|
|
1007
|
+
attr_accessor client_name: ::String
|
|
1008
|
+
attr_accessor client_id: ::String
|
|
1009
|
+
attr_accessor exchange_parameters: ::Hash[::String, ::String]
|
|
1010
|
+
attr_accessor client_secret: ::String
|
|
1011
|
+
SENSITIVE: [:client_id, :client_secret]
|
|
1012
|
+
end
|
|
1013
|
+
|
|
1014
|
+
class PendingMessage
|
|
1015
|
+
attr_accessor message_id: ::String
|
|
1016
|
+
attr_accessor message: Types::Message
|
|
1017
|
+
SENSITIVE: []
|
|
1018
|
+
end
|
|
1019
|
+
|
|
1020
|
+
class PrivateConnectionMode
|
|
1021
|
+
attr_accessor service_managed: Types::ServiceManagedInput
|
|
1022
|
+
attr_accessor self_managed: Types::SelfManagedInput
|
|
1023
|
+
attr_accessor unknown: untyped
|
|
1024
|
+
SENSITIVE: []
|
|
1025
|
+
|
|
1026
|
+
class ServiceManaged < PrivateConnectionMode
|
|
1027
|
+
end
|
|
1028
|
+
class SelfManaged < PrivateConnectionMode
|
|
1029
|
+
end
|
|
1030
|
+
class Unknown < PrivateConnectionMode
|
|
1031
|
+
end
|
|
1032
|
+
end
|
|
1033
|
+
|
|
1034
|
+
class PrivateConnectionSummary
|
|
1035
|
+
attr_accessor name: ::String
|
|
1036
|
+
attr_accessor type: ("SELF_MANAGED" | "SERVICE_MANAGED")
|
|
1037
|
+
attr_accessor resource_gateway_id: ::String
|
|
1038
|
+
attr_accessor host_address: ::String
|
|
1039
|
+
attr_accessor vpc_id: ::String
|
|
1040
|
+
attr_accessor resource_configuration_id: ::String
|
|
1041
|
+
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
1042
|
+
attr_accessor certificate_expiry_time: ::Time
|
|
1043
|
+
SENSITIVE: []
|
|
1044
|
+
end
|
|
1045
|
+
|
|
1046
|
+
class Recommendation
|
|
1047
|
+
attr_accessor agent_space_arn: ::String
|
|
1048
|
+
attr_accessor recommendation_id: ::String
|
|
1049
|
+
attr_accessor task_id: ::String
|
|
1050
|
+
attr_accessor goal_id: ::String
|
|
1051
|
+
attr_accessor title: ::String
|
|
1052
|
+
attr_accessor content: Types::RecommendationContent
|
|
1053
|
+
attr_accessor status: ("PROPOSED" | "ACCEPTED" | "REJECTED" | "CLOSED" | "COMPLETED" | "UPDATE_IN_PROGRESS")
|
|
1054
|
+
attr_accessor priority: ("HIGH" | "MEDIUM" | "LOW")
|
|
1055
|
+
attr_accessor goal_version: ::Integer
|
|
1056
|
+
attr_accessor additional_context: ::String
|
|
1057
|
+
attr_accessor created_at: ::Time
|
|
1058
|
+
attr_accessor updated_at: ::Time
|
|
1059
|
+
attr_accessor version: ::Integer
|
|
1060
|
+
SENSITIVE: []
|
|
1061
|
+
end
|
|
1062
|
+
|
|
1063
|
+
class RecommendationContent
|
|
1064
|
+
attr_accessor summary: ::String
|
|
1065
|
+
attr_accessor spec: ::String
|
|
1066
|
+
SENSITIVE: []
|
|
1067
|
+
end
|
|
1068
|
+
|
|
1069
|
+
class ReferenceInput
|
|
1070
|
+
attr_accessor system: ::String
|
|
1071
|
+
attr_accessor title: ::String
|
|
1072
|
+
attr_accessor reference_id: ::String
|
|
1073
|
+
attr_accessor reference_url: ::String
|
|
1074
|
+
attr_accessor association_id: ::String
|
|
1075
|
+
SENSITIVE: []
|
|
1076
|
+
end
|
|
1077
|
+
|
|
1078
|
+
class ReferenceOutput
|
|
1079
|
+
attr_accessor system: ::String
|
|
1080
|
+
attr_accessor title: ::String
|
|
1081
|
+
attr_accessor reference_id: ::String
|
|
1082
|
+
attr_accessor reference_url: ::String
|
|
1083
|
+
attr_accessor association_id: ::String
|
|
1084
|
+
SENSITIVE: []
|
|
1085
|
+
end
|
|
1086
|
+
|
|
1087
|
+
class RegisterServiceInput
|
|
1088
|
+
attr_accessor service: ("dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
|
|
1089
|
+
attr_accessor service_details: Types::ServiceDetails
|
|
1090
|
+
attr_accessor kms_key_arn: ::String
|
|
1091
|
+
attr_accessor private_connection_name: ::String
|
|
1092
|
+
attr_accessor name: ::String
|
|
1093
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1094
|
+
SENSITIVE: []
|
|
1095
|
+
end
|
|
1096
|
+
|
|
1097
|
+
class RegisterServiceOutput
|
|
1098
|
+
attr_accessor service_id: ::String
|
|
1099
|
+
attr_accessor additional_step: Types::AdditionalServiceRegistrationStep
|
|
1100
|
+
attr_accessor kms_key_arn: ::String
|
|
1101
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1102
|
+
SENSITIVE: []
|
|
1103
|
+
end
|
|
1104
|
+
|
|
1105
|
+
class RegisteredAzureDevOpsServiceDetails
|
|
1106
|
+
attr_accessor organization_name: ::String
|
|
1107
|
+
SENSITIVE: []
|
|
1108
|
+
end
|
|
1109
|
+
|
|
1110
|
+
class RegisteredAzureIdentityDetails
|
|
1111
|
+
attr_accessor tenant_id: ::String
|
|
1112
|
+
attr_accessor client_id: ::String
|
|
1113
|
+
attr_accessor web_identity_role_arn: ::String
|
|
1114
|
+
attr_accessor web_identity_token_audiences: ::Array[::String]
|
|
1115
|
+
SENSITIVE: []
|
|
1116
|
+
end
|
|
1117
|
+
|
|
1118
|
+
class RegisteredGitLabServiceDetails
|
|
1119
|
+
attr_accessor target_url: ::String
|
|
1120
|
+
attr_accessor token_type: ("personal" | "group")
|
|
1121
|
+
attr_accessor group_id: ::String
|
|
1122
|
+
SENSITIVE: []
|
|
1123
|
+
end
|
|
1124
|
+
|
|
1125
|
+
class RegisteredGithubServiceDetails
|
|
1126
|
+
attr_accessor owner: ::String
|
|
1127
|
+
attr_accessor owner_type: ("organization" | "user")
|
|
1128
|
+
attr_accessor target_url: ::String
|
|
1129
|
+
SENSITIVE: []
|
|
1130
|
+
end
|
|
1131
|
+
|
|
1132
|
+
class RegisteredGrafanaServerDetails
|
|
1133
|
+
attr_accessor endpoint: ::String
|
|
1134
|
+
attr_accessor authorization_method: ("oauth-client-credentials" | "oauth-3lo" | "api-key" | "bearer-token")
|
|
1135
|
+
SENSITIVE: []
|
|
1136
|
+
end
|
|
1137
|
+
|
|
1138
|
+
class RegisteredMCPServerDetails
|
|
1139
|
+
attr_accessor name: ::String
|
|
1140
|
+
attr_accessor endpoint: ::String
|
|
1141
|
+
attr_accessor authorization_method: ("oauth-client-credentials" | "oauth-3lo" | "api-key" | "bearer-token")
|
|
1142
|
+
attr_accessor description: ::String
|
|
1143
|
+
attr_accessor api_key_header: ::String
|
|
1144
|
+
SENSITIVE: [:description]
|
|
1145
|
+
end
|
|
1146
|
+
|
|
1147
|
+
class RegisteredMCPServerSigV4Details
|
|
1148
|
+
attr_accessor name: ::String
|
|
1149
|
+
attr_accessor endpoint: ::String
|
|
1150
|
+
attr_accessor description: ::String
|
|
1151
|
+
attr_accessor region: ::String
|
|
1152
|
+
attr_accessor service: ::String
|
|
1153
|
+
attr_accessor role_arn: ::String
|
|
1154
|
+
SENSITIVE: [:description]
|
|
1155
|
+
end
|
|
1156
|
+
|
|
1157
|
+
class RegisteredNewRelicDetails
|
|
1158
|
+
attr_accessor account_id: ::String
|
|
1159
|
+
attr_accessor region: ("US" | "EU")
|
|
1160
|
+
attr_accessor description: ::String
|
|
1161
|
+
SENSITIVE: [:description]
|
|
1162
|
+
end
|
|
1163
|
+
|
|
1164
|
+
class RegisteredPagerDutyDetails
|
|
1165
|
+
attr_accessor scopes: ::Array[::String]
|
|
1166
|
+
SENSITIVE: []
|
|
1167
|
+
end
|
|
1168
|
+
|
|
1169
|
+
class RegisteredService
|
|
1170
|
+
attr_accessor service_id: ::String
|
|
1171
|
+
attr_accessor service_type: ("github" | "slack" | "azure" | "azuredevops" | "msteams" | "dynatrace" | "servicenow" | "pagerduty" | "gitlab" | "eventChannel" | "mcpservernewrelic" | "mcpservergrafana" | "mcpserverdatadog" | "mcpserver" | "mcpserversplunk" | "azureidentity" | "mcpserversigv4")
|
|
1172
|
+
attr_accessor name: ::String
|
|
1173
|
+
attr_accessor accessible_resources: ::Array[untyped]
|
|
1174
|
+
attr_accessor additional_service_details: Types::AdditionalServiceDetails
|
|
1175
|
+
attr_accessor kms_key_arn: ::String
|
|
1176
|
+
attr_accessor private_connection_name: ::String
|
|
1177
|
+
SENSITIVE: []
|
|
1178
|
+
end
|
|
1179
|
+
|
|
1180
|
+
class RegisteredServiceNowDetails
|
|
1181
|
+
attr_accessor instance_url: ::String
|
|
1182
|
+
SENSITIVE: []
|
|
1183
|
+
end
|
|
1184
|
+
|
|
1185
|
+
class RegisteredSlackServiceDetails
|
|
1186
|
+
attr_accessor team_id: ::String
|
|
1187
|
+
attr_accessor team_name: ::String
|
|
1188
|
+
SENSITIVE: []
|
|
1189
|
+
end
|
|
1190
|
+
|
|
1191
|
+
class ResourceNotFoundException
|
|
1192
|
+
attr_accessor message: ::String
|
|
1193
|
+
SENSITIVE: []
|
|
1194
|
+
end
|
|
1195
|
+
|
|
1196
|
+
class SelfManagedInput
|
|
1197
|
+
attr_accessor resource_configuration_id: ::String
|
|
1198
|
+
attr_accessor certificate: ::String
|
|
1199
|
+
SENSITIVE: []
|
|
1200
|
+
end
|
|
1201
|
+
|
|
1202
|
+
class SendMessageContentBlockDelta
|
|
1203
|
+
attr_accessor text_delta: Types::SendMessageTextDelta
|
|
1204
|
+
attr_accessor json_delta: Types::SendMessageJsonDelta
|
|
1205
|
+
attr_accessor unknown: untyped
|
|
1206
|
+
SENSITIVE: []
|
|
1207
|
+
|
|
1208
|
+
class TextDelta < SendMessageContentBlockDelta
|
|
1209
|
+
end
|
|
1210
|
+
class JsonDelta < SendMessageContentBlockDelta
|
|
1211
|
+
end
|
|
1212
|
+
class Unknown < SendMessageContentBlockDelta
|
|
1213
|
+
end
|
|
1214
|
+
end
|
|
1215
|
+
|
|
1216
|
+
class SendMessageContentBlockDeltaEvent
|
|
1217
|
+
attr_accessor index: ::Integer
|
|
1218
|
+
attr_accessor delta: Types::SendMessageContentBlockDelta
|
|
1219
|
+
attr_accessor sequence_number: ::Integer
|
|
1220
|
+
attr_accessor event_type: untyped
|
|
1221
|
+
SENSITIVE: []
|
|
1222
|
+
end
|
|
1223
|
+
|
|
1224
|
+
class SendMessageContentBlockStartEvent
|
|
1225
|
+
attr_accessor index: ::Integer
|
|
1226
|
+
attr_accessor type: ::String
|
|
1227
|
+
attr_accessor id: ::String
|
|
1228
|
+
attr_accessor parent_id: ::String
|
|
1229
|
+
attr_accessor sequence_number: ::Integer
|
|
1230
|
+
attr_accessor event_type: untyped
|
|
1231
|
+
SENSITIVE: []
|
|
1232
|
+
end
|
|
1233
|
+
|
|
1234
|
+
class SendMessageContentBlockStopEvent
|
|
1235
|
+
attr_accessor index: ::Integer
|
|
1236
|
+
attr_accessor type: ::String
|
|
1237
|
+
attr_accessor text: ::String
|
|
1238
|
+
attr_accessor last: bool
|
|
1239
|
+
attr_accessor sequence_number: ::Integer
|
|
1240
|
+
attr_accessor event_type: untyped
|
|
1241
|
+
SENSITIVE: []
|
|
1242
|
+
end
|
|
1243
|
+
|
|
1244
|
+
class SendMessageContext
|
|
1245
|
+
attr_accessor current_page: ::String
|
|
1246
|
+
attr_accessor last_message: ::String
|
|
1247
|
+
attr_accessor user_action_response: ::String
|
|
1248
|
+
SENSITIVE: []
|
|
1249
|
+
end
|
|
1250
|
+
|
|
1251
|
+
class SendMessageHeartbeatEvent
|
|
1252
|
+
attr_accessor event_type: untyped
|
|
1253
|
+
SENSITIVE: []
|
|
1254
|
+
end
|
|
1255
|
+
|
|
1256
|
+
class SendMessageJsonDelta
|
|
1257
|
+
attr_accessor partial_json: ::String
|
|
1258
|
+
SENSITIVE: []
|
|
1259
|
+
end
|
|
1260
|
+
|
|
1261
|
+
class SendMessageRequest
|
|
1262
|
+
attr_accessor agent_space_id: ::String
|
|
1263
|
+
attr_accessor execution_id: ::String
|
|
1264
|
+
attr_accessor content: ::String
|
|
1265
|
+
attr_accessor context: Types::SendMessageContext
|
|
1266
|
+
attr_accessor user_id: ::String
|
|
1267
|
+
SENSITIVE: []
|
|
1268
|
+
end
|
|
1269
|
+
|
|
1270
|
+
class SendMessageResponse
|
|
1271
|
+
attr_accessor events: Types::SendMessageEvents
|
|
1272
|
+
SENSITIVE: []
|
|
1273
|
+
end
|
|
1274
|
+
|
|
1275
|
+
class SendMessageResponseCompletedEvent
|
|
1276
|
+
attr_accessor response_id: ::String
|
|
1277
|
+
attr_accessor usage: Types::SendMessageUsageInfo
|
|
1278
|
+
attr_accessor sequence_number: ::Integer
|
|
1279
|
+
attr_accessor event_type: untyped
|
|
1280
|
+
SENSITIVE: []
|
|
1281
|
+
end
|
|
1282
|
+
|
|
1283
|
+
class SendMessageResponseCreatedEvent
|
|
1284
|
+
attr_accessor response_id: ::String
|
|
1285
|
+
attr_accessor sequence_number: ::Integer
|
|
1286
|
+
attr_accessor event_type: untyped
|
|
1287
|
+
SENSITIVE: []
|
|
1288
|
+
end
|
|
1289
|
+
|
|
1290
|
+
class SendMessageResponseFailedEvent
|
|
1291
|
+
attr_accessor response_id: ::String
|
|
1292
|
+
attr_accessor error_code: ::String
|
|
1293
|
+
attr_accessor error_message: ::String
|
|
1294
|
+
attr_accessor sequence_number: ::Integer
|
|
1295
|
+
attr_accessor event_type: untyped
|
|
1296
|
+
SENSITIVE: []
|
|
1297
|
+
end
|
|
1298
|
+
|
|
1299
|
+
class SendMessageResponseInProgressEvent
|
|
1300
|
+
attr_accessor response_id: ::String
|
|
1301
|
+
attr_accessor sequence_number: ::Integer
|
|
1302
|
+
attr_accessor event_type: untyped
|
|
1303
|
+
SENSITIVE: []
|
|
1304
|
+
end
|
|
1305
|
+
|
|
1306
|
+
class SendMessageSummaryEvent
|
|
1307
|
+
attr_accessor content: ::String
|
|
1308
|
+
attr_accessor sequence_number: ::Integer
|
|
1309
|
+
attr_accessor event_type: untyped
|
|
1310
|
+
SENSITIVE: []
|
|
1311
|
+
end
|
|
1312
|
+
|
|
1313
|
+
class SendMessageTextDelta
|
|
1314
|
+
attr_accessor text: ::String
|
|
1315
|
+
SENSITIVE: []
|
|
1316
|
+
end
|
|
1317
|
+
|
|
1318
|
+
class SendMessageUsageInfo
|
|
1319
|
+
attr_accessor input_tokens: ::Integer
|
|
1320
|
+
attr_accessor output_tokens: ::Integer
|
|
1321
|
+
attr_accessor total_tokens: ::Integer
|
|
1322
|
+
SENSITIVE: []
|
|
1323
|
+
end
|
|
1324
|
+
|
|
1325
|
+
class ServiceConfiguration
|
|
1326
|
+
attr_accessor source_aws: Types::SourceAwsConfiguration
|
|
1327
|
+
attr_accessor aws: Types::AWSConfiguration
|
|
1328
|
+
attr_accessor github: Types::GitHubConfiguration
|
|
1329
|
+
attr_accessor slack: Types::SlackConfiguration
|
|
1330
|
+
attr_accessor dynatrace: Types::DynatraceConfiguration
|
|
1331
|
+
attr_accessor servicenow: Types::ServiceNowConfiguration
|
|
1332
|
+
attr_accessor mcpservernewrelic: Types::MCPServerNewRelicConfiguration
|
|
1333
|
+
attr_accessor gitlab: Types::GitLabConfiguration
|
|
1334
|
+
attr_accessor event_channel: Types::EventChannelConfiguration
|
|
1335
|
+
attr_accessor azure: Types::AzureConfiguration
|
|
1336
|
+
attr_accessor azuredevops: Types::AzureDevOpsConfiguration
|
|
1337
|
+
attr_accessor mcpservergrafana: Types::MCPServerGrafanaConfiguration
|
|
1338
|
+
attr_accessor pagerduty: Types::PagerDutyConfiguration
|
|
1339
|
+
attr_accessor msteams: Types::MSTeamsConfiguration
|
|
1340
|
+
attr_accessor unknown: untyped
|
|
1341
|
+
SENSITIVE: []
|
|
1342
|
+
|
|
1343
|
+
class SourceAws < ServiceConfiguration
|
|
1344
|
+
end
|
|
1345
|
+
class Aws < ServiceConfiguration
|
|
1346
|
+
end
|
|
1347
|
+
class Github < ServiceConfiguration
|
|
1348
|
+
end
|
|
1349
|
+
class Slack < ServiceConfiguration
|
|
1350
|
+
end
|
|
1351
|
+
class Dynatrace < ServiceConfiguration
|
|
1352
|
+
end
|
|
1353
|
+
class Servicenow < ServiceConfiguration
|
|
1354
|
+
end
|
|
1355
|
+
class Mcpservernewrelic < ServiceConfiguration
|
|
1356
|
+
end
|
|
1357
|
+
class Gitlab < ServiceConfiguration
|
|
1358
|
+
end
|
|
1359
|
+
class EventChannel < ServiceConfiguration
|
|
1360
|
+
end
|
|
1361
|
+
class Azure < ServiceConfiguration
|
|
1362
|
+
end
|
|
1363
|
+
class Azuredevops < ServiceConfiguration
|
|
1364
|
+
end
|
|
1365
|
+
class Mcpservergrafana < ServiceConfiguration
|
|
1366
|
+
end
|
|
1367
|
+
class Pagerduty < ServiceConfiguration
|
|
1368
|
+
end
|
|
1369
|
+
class Msteams < ServiceConfiguration
|
|
1370
|
+
end
|
|
1371
|
+
class Unknown < ServiceConfiguration
|
|
1372
|
+
end
|
|
1373
|
+
end
|
|
1374
|
+
|
|
1375
|
+
class ServiceDetails
|
|
1376
|
+
attr_accessor dynatrace: Types::DynatraceServiceDetails
|
|
1377
|
+
attr_accessor servicenow: Types::ServiceNowServiceDetails
|
|
1378
|
+
attr_accessor mcpserverdatadog: Types::DatadogServiceDetails
|
|
1379
|
+
attr_accessor mcpserver: Types::MCPServerDetails
|
|
1380
|
+
attr_accessor gitlab: Types::GitLabDetails
|
|
1381
|
+
attr_accessor mcpserversplunk: Types::MCPServerDetails
|
|
1382
|
+
attr_accessor mcpservernewrelic: Types::NewRelicServiceDetails
|
|
1383
|
+
attr_accessor event_channel: Types::EventChannelDetails
|
|
1384
|
+
attr_accessor mcpservergrafana: Types::GrafanaServiceDetails
|
|
1385
|
+
attr_accessor pagerduty: Types::PagerDutyDetails
|
|
1386
|
+
attr_accessor azureidentity: Types::RegisteredAzureIdentityDetails
|
|
1387
|
+
attr_accessor mcpserversigv4: Types::MCPServerSigV4ServiceDetails
|
|
1388
|
+
attr_accessor unknown: untyped
|
|
1389
|
+
SENSITIVE: []
|
|
1390
|
+
|
|
1391
|
+
class Dynatrace < ServiceDetails
|
|
1392
|
+
end
|
|
1393
|
+
class Servicenow < ServiceDetails
|
|
1394
|
+
end
|
|
1395
|
+
class Mcpserverdatadog < ServiceDetails
|
|
1396
|
+
end
|
|
1397
|
+
class Mcpserver < ServiceDetails
|
|
1398
|
+
end
|
|
1399
|
+
class Gitlab < ServiceDetails
|
|
1400
|
+
end
|
|
1401
|
+
class Mcpserversplunk < ServiceDetails
|
|
1402
|
+
end
|
|
1403
|
+
class Mcpservernewrelic < ServiceDetails
|
|
1404
|
+
end
|
|
1405
|
+
class EventChannel < ServiceDetails
|
|
1406
|
+
end
|
|
1407
|
+
class Mcpservergrafana < ServiceDetails
|
|
1408
|
+
end
|
|
1409
|
+
class Pagerduty < ServiceDetails
|
|
1410
|
+
end
|
|
1411
|
+
class Azureidentity < ServiceDetails
|
|
1412
|
+
end
|
|
1413
|
+
class Mcpserversigv4 < ServiceDetails
|
|
1414
|
+
end
|
|
1415
|
+
class Unknown < ServiceDetails
|
|
1416
|
+
end
|
|
1417
|
+
end
|
|
1418
|
+
|
|
1419
|
+
class ServiceManagedInput
|
|
1420
|
+
attr_accessor host_address: ::String
|
|
1421
|
+
attr_accessor vpc_id: ::String
|
|
1422
|
+
attr_accessor subnet_ids: ::Array[::String]
|
|
1423
|
+
attr_accessor security_group_ids: ::Array[::String]
|
|
1424
|
+
attr_accessor ip_address_type: ("IPV4" | "IPV6" | "DUAL_STACK")
|
|
1425
|
+
attr_accessor ipv4_addresses_per_eni: ::Integer
|
|
1426
|
+
attr_accessor port_ranges: ::Array[::String]
|
|
1427
|
+
attr_accessor certificate: ::String
|
|
1428
|
+
SENSITIVE: []
|
|
1429
|
+
end
|
|
1430
|
+
|
|
1431
|
+
class ServiceNowConfiguration
|
|
1432
|
+
attr_accessor instance_id: ::String
|
|
1433
|
+
attr_accessor auth_scopes: ::Array[::String]
|
|
1434
|
+
SENSITIVE: []
|
|
1435
|
+
end
|
|
1436
|
+
|
|
1437
|
+
class ServiceNowOAuthClientCredentialsConfig
|
|
1438
|
+
attr_accessor client_name: ::String
|
|
1439
|
+
attr_accessor client_id: ::String
|
|
1440
|
+
attr_accessor exchange_parameters: ::Hash[::String, ::String]
|
|
1441
|
+
attr_accessor client_secret: ::String
|
|
1442
|
+
SENSITIVE: [:client_id, :client_secret]
|
|
1443
|
+
end
|
|
1444
|
+
|
|
1445
|
+
class ServiceNowServiceAuthorizationConfig
|
|
1446
|
+
attr_accessor o_auth_client_credentials: Types::ServiceNowOAuthClientCredentialsConfig
|
|
1447
|
+
attr_accessor unknown: untyped
|
|
1448
|
+
SENSITIVE: []
|
|
1449
|
+
|
|
1450
|
+
class OAuthClientCredentials < ServiceNowServiceAuthorizationConfig
|
|
1451
|
+
end
|
|
1452
|
+
class Unknown < ServiceNowServiceAuthorizationConfig
|
|
1453
|
+
end
|
|
1454
|
+
end
|
|
1455
|
+
|
|
1456
|
+
class ServiceNowServiceDetails
|
|
1457
|
+
attr_accessor instance_url: ::String
|
|
1458
|
+
attr_accessor authorization_config: Types::ServiceNowServiceAuthorizationConfig
|
|
1459
|
+
SENSITIVE: []
|
|
1460
|
+
end
|
|
1461
|
+
|
|
1462
|
+
class ServiceQuotaExceededException
|
|
1463
|
+
attr_accessor message: ::String
|
|
1464
|
+
SENSITIVE: []
|
|
1465
|
+
end
|
|
1466
|
+
|
|
1467
|
+
class SlackChannel
|
|
1468
|
+
attr_accessor channel_name: ::String
|
|
1469
|
+
attr_accessor channel_id: ::String
|
|
1470
|
+
SENSITIVE: []
|
|
1471
|
+
end
|
|
1472
|
+
|
|
1473
|
+
class SlackConfiguration
|
|
1474
|
+
attr_accessor workspace_id: ::String
|
|
1475
|
+
attr_accessor workspace_name: ::String
|
|
1476
|
+
attr_accessor transmission_target: Types::SlackTransmissionTarget
|
|
1477
|
+
SENSITIVE: []
|
|
1478
|
+
end
|
|
1479
|
+
|
|
1480
|
+
class SlackTransmissionTarget
|
|
1481
|
+
attr_accessor ops_oncall_target: Types::SlackChannel
|
|
1482
|
+
attr_accessor ops_sre_target: Types::SlackChannel
|
|
1483
|
+
SENSITIVE: []
|
|
1484
|
+
end
|
|
1485
|
+
|
|
1486
|
+
class SourceAwsConfiguration
|
|
1487
|
+
attr_accessor account_id: ::String
|
|
1488
|
+
attr_accessor account_type: ("source")
|
|
1489
|
+
attr_accessor assumable_role_arn: ::String
|
|
1490
|
+
attr_accessor external_id: ::String
|
|
1491
|
+
SENSITIVE: []
|
|
1492
|
+
end
|
|
1493
|
+
|
|
1494
|
+
class SupportLevel
|
|
1495
|
+
attr_accessor code: ::String
|
|
1496
|
+
attr_accessor name: ::String
|
|
1497
|
+
SENSITIVE: []
|
|
1498
|
+
end
|
|
1499
|
+
|
|
1500
|
+
class TagResourceRequest
|
|
1501
|
+
attr_accessor resource_arn: ::String
|
|
1502
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
|
1503
|
+
SENSITIVE: []
|
|
1504
|
+
end
|
|
1505
|
+
|
|
1506
|
+
class TagResourceResponse < Aws::EmptyStructure
|
|
1507
|
+
end
|
|
1508
|
+
|
|
1509
|
+
class Task
|
|
1510
|
+
attr_accessor agent_space_id: ::String
|
|
1511
|
+
attr_accessor task_id: ::String
|
|
1512
|
+
attr_accessor execution_id: ::String
|
|
1513
|
+
attr_accessor title: ::String
|
|
1514
|
+
attr_accessor description: ::String
|
|
1515
|
+
attr_accessor reference: Types::ReferenceOutput
|
|
1516
|
+
attr_accessor task_type: ("INVESTIGATION" | "EVALUATION")
|
|
1517
|
+
attr_accessor priority: ("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")
|
|
1518
|
+
attr_accessor status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED")
|
|
1519
|
+
attr_accessor created_at: ::Time
|
|
1520
|
+
attr_accessor updated_at: ::Time
|
|
1521
|
+
attr_accessor version: ::Integer
|
|
1522
|
+
attr_accessor support_metadata: untyped
|
|
1523
|
+
attr_accessor metadata: untyped
|
|
1524
|
+
attr_accessor primary_task_id: ::String
|
|
1525
|
+
attr_accessor status_reason: ::String
|
|
1526
|
+
attr_accessor has_linked_tasks: bool
|
|
1527
|
+
SENSITIVE: []
|
|
1528
|
+
end
|
|
1529
|
+
|
|
1530
|
+
class TaskFilter
|
|
1531
|
+
attr_accessor created_after: ::Time
|
|
1532
|
+
attr_accessor created_before: ::Time
|
|
1533
|
+
attr_accessor priority: ::Array[("CRITICAL" | "HIGH" | "MEDIUM" | "LOW" | "MINIMAL")]
|
|
1534
|
+
attr_accessor status: ::Array[("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED")]
|
|
1535
|
+
attr_accessor task_type: ::Array[("INVESTIGATION" | "EVALUATION")]
|
|
1536
|
+
attr_accessor primary_task_id: ::String
|
|
1537
|
+
SENSITIVE: []
|
|
1538
|
+
end
|
|
1539
|
+
|
|
1540
|
+
class ThrottlingException
|
|
1541
|
+
attr_accessor message: ::String
|
|
1542
|
+
SENSITIVE: []
|
|
1543
|
+
end
|
|
1544
|
+
|
|
1545
|
+
class UntagResourceRequest
|
|
1546
|
+
attr_accessor resource_arn: ::String
|
|
1547
|
+
attr_accessor tag_keys: ::Array[::String]
|
|
1548
|
+
SENSITIVE: []
|
|
1549
|
+
end
|
|
1550
|
+
|
|
1551
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
|
1552
|
+
end
|
|
1553
|
+
|
|
1554
|
+
class UpdateAgentSpaceInput
|
|
1555
|
+
attr_accessor agent_space_id: ::String
|
|
1556
|
+
attr_accessor name: ::String
|
|
1557
|
+
attr_accessor description: ::String
|
|
1558
|
+
attr_accessor locale: ::String
|
|
1559
|
+
SENSITIVE: [:description]
|
|
1560
|
+
end
|
|
1561
|
+
|
|
1562
|
+
class UpdateAgentSpaceOutput
|
|
1563
|
+
attr_accessor agent_space: Types::AgentSpace
|
|
1564
|
+
SENSITIVE: []
|
|
1565
|
+
end
|
|
1566
|
+
|
|
1567
|
+
class UpdateAssociationInput
|
|
1568
|
+
attr_accessor agent_space_id: ::String
|
|
1569
|
+
attr_accessor association_id: ::String
|
|
1570
|
+
attr_accessor configuration: Types::ServiceConfiguration
|
|
1571
|
+
SENSITIVE: []
|
|
1572
|
+
end
|
|
1573
|
+
|
|
1574
|
+
class UpdateAssociationOutput
|
|
1575
|
+
attr_accessor association: Types::Association
|
|
1576
|
+
attr_accessor webhook: Types::GenericWebhook
|
|
1577
|
+
SENSITIVE: []
|
|
1578
|
+
end
|
|
1579
|
+
|
|
1580
|
+
class UpdateBacklogTaskRequest
|
|
1581
|
+
attr_accessor agent_space_id: ::String
|
|
1582
|
+
attr_accessor task_id: ::String
|
|
1583
|
+
attr_accessor task_status: ("PENDING_TRIAGE" | "LINKED" | "PENDING_START" | "IN_PROGRESS" | "PENDING_CUSTOMER_APPROVAL" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELED")
|
|
1584
|
+
attr_accessor client_token: ::String
|
|
1585
|
+
SENSITIVE: []
|
|
1586
|
+
end
|
|
1587
|
+
|
|
1588
|
+
class UpdateBacklogTaskResponse
|
|
1589
|
+
attr_accessor task: Types::Task
|
|
1590
|
+
SENSITIVE: []
|
|
1591
|
+
end
|
|
1592
|
+
|
|
1593
|
+
class UpdateGoalRequest
|
|
1594
|
+
attr_accessor agent_space_id: ::String
|
|
1595
|
+
attr_accessor goal_id: ::String
|
|
1596
|
+
attr_accessor evaluation_schedule: Types::GoalScheduleInput
|
|
1597
|
+
attr_accessor client_token: ::String
|
|
1598
|
+
SENSITIVE: []
|
|
1599
|
+
end
|
|
1600
|
+
|
|
1601
|
+
class UpdateGoalResponse
|
|
1602
|
+
attr_accessor goal: Types::Goal
|
|
1603
|
+
SENSITIVE: []
|
|
1604
|
+
end
|
|
1605
|
+
|
|
1606
|
+
class UpdateOperatorAppIdpConfigInput
|
|
1607
|
+
attr_accessor agent_space_id: ::String
|
|
1608
|
+
attr_accessor idp_client_secret: ::String
|
|
1609
|
+
SENSITIVE: [:idp_client_secret]
|
|
1610
|
+
end
|
|
1611
|
+
|
|
1612
|
+
class UpdateOperatorAppIdpConfigOutput
|
|
1613
|
+
attr_accessor agent_space_id: ::String
|
|
1614
|
+
attr_accessor idp: Types::IdpAuthConfiguration
|
|
1615
|
+
SENSITIVE: []
|
|
1616
|
+
end
|
|
1617
|
+
|
|
1618
|
+
class UpdatePrivateConnectionCertificateInput
|
|
1619
|
+
attr_accessor name: ::String
|
|
1620
|
+
attr_accessor certificate: ::String
|
|
1621
|
+
SENSITIVE: []
|
|
1622
|
+
end
|
|
1623
|
+
|
|
1624
|
+
class UpdatePrivateConnectionCertificateOutput
|
|
1625
|
+
attr_accessor name: ::String
|
|
1626
|
+
attr_accessor type: ("SELF_MANAGED" | "SERVICE_MANAGED")
|
|
1627
|
+
attr_accessor resource_gateway_id: ::String
|
|
1628
|
+
attr_accessor host_address: ::String
|
|
1629
|
+
attr_accessor vpc_id: ::String
|
|
1630
|
+
attr_accessor resource_configuration_id: ::String
|
|
1631
|
+
attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
1632
|
+
attr_accessor certificate_expiry_time: ::Time
|
|
1633
|
+
SENSITIVE: []
|
|
1634
|
+
end
|
|
1635
|
+
|
|
1636
|
+
class UpdateRecommendationRequest
|
|
1637
|
+
attr_accessor agent_space_id: ::String
|
|
1638
|
+
attr_accessor recommendation_id: ::String
|
|
1639
|
+
attr_accessor status: ("PROPOSED" | "ACCEPTED" | "REJECTED" | "CLOSED" | "COMPLETED" | "UPDATE_IN_PROGRESS")
|
|
1640
|
+
attr_accessor additional_context: ::String
|
|
1641
|
+
attr_accessor client_token: ::String
|
|
1642
|
+
SENSITIVE: []
|
|
1643
|
+
end
|
|
1644
|
+
|
|
1645
|
+
class UpdateRecommendationResponse
|
|
1646
|
+
attr_accessor recommendation: Types::Recommendation
|
|
1647
|
+
SENSITIVE: []
|
|
1648
|
+
end
|
|
1649
|
+
|
|
1650
|
+
class UsageMetric
|
|
1651
|
+
attr_accessor limit: ::Integer
|
|
1652
|
+
attr_accessor usage: ::Float
|
|
1653
|
+
SENSITIVE: []
|
|
1654
|
+
end
|
|
1655
|
+
|
|
1656
|
+
class UserMessageBlock
|
|
1657
|
+
attr_accessor text: ::String
|
|
1658
|
+
attr_accessor tool_result: untyped
|
|
1659
|
+
attr_accessor unknown: untyped
|
|
1660
|
+
SENSITIVE: []
|
|
1661
|
+
|
|
1662
|
+
class Text < UserMessageBlock
|
|
1663
|
+
end
|
|
1664
|
+
class ToolResult < UserMessageBlock
|
|
1665
|
+
end
|
|
1666
|
+
class Unknown < UserMessageBlock
|
|
1667
|
+
end
|
|
1668
|
+
end
|
|
1669
|
+
|
|
1670
|
+
class UserReference
|
|
1671
|
+
attr_accessor user_id: ::String
|
|
1672
|
+
attr_accessor user_type: ("IAM" | "IDC" | "IDP")
|
|
1673
|
+
SENSITIVE: []
|
|
1674
|
+
end
|
|
1675
|
+
|
|
1676
|
+
class ValidateAwsAssociationsInput
|
|
1677
|
+
attr_accessor agent_space_id: ::String
|
|
1678
|
+
SENSITIVE: []
|
|
1679
|
+
end
|
|
1680
|
+
|
|
1681
|
+
class ValidateAwsAssociationsOutput < Aws::EmptyStructure
|
|
1682
|
+
end
|
|
1683
|
+
|
|
1684
|
+
class ValidationException
|
|
1685
|
+
attr_accessor message: ::String
|
|
1686
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
|
1687
|
+
SENSITIVE: []
|
|
1688
|
+
end
|
|
1689
|
+
|
|
1690
|
+
class ValidationExceptionField
|
|
1691
|
+
attr_accessor path: ::String
|
|
1692
|
+
attr_accessor message: ::String
|
|
1693
|
+
SENSITIVE: []
|
|
1694
|
+
end
|
|
1695
|
+
|
|
1696
|
+
class Webhook
|
|
1697
|
+
attr_accessor webhook_url: ::String
|
|
1698
|
+
attr_accessor webhook_type: ("hmac" | "apikey" | "gitlab" | "pagerduty")
|
|
1699
|
+
attr_accessor webhook_id: ::String
|
|
1700
|
+
SENSITIVE: []
|
|
1701
|
+
end
|
|
1702
|
+
|
|
1703
|
+
class SendMessageEvents < Enumerator[untyped, untyped]
|
|
1704
|
+
def event_types: () -> [:response_created, :response_in_progress, :response_completed, :response_failed, :summary, :heartbeat, :content_block_start, :content_block_delta, :content_block_stop]
|
|
1705
|
+
end
|
|
1706
|
+
end
|
|
1707
|
+
end
|