@aws-sdk/client-devops-agent 3.1069.0 → 3.1071.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.
@@ -59,6 +59,7 @@ declare const AssociateServiceCommand_base: {
59
59
  * owner: "STRING_VALUE", // required
60
60
  * ownerType: "organization" || "user", // required
61
61
  * instanceIdentifier: "STRING_VALUE",
62
+ * runtimeRoleArn: "STRING_VALUE",
62
63
  * },
63
64
  * slack: { // SlackConfiguration
64
65
  * workspaceId: "STRING_VALUE", // required
@@ -100,6 +101,7 @@ declare const AssociateServiceCommand_base: {
100
101
  * projectId: "STRING_VALUE", // required
101
102
  * projectPath: "STRING_VALUE", // required
102
103
  * instanceIdentifier: "STRING_VALUE",
104
+ * runtimeRoleArn: "STRING_VALUE",
103
105
  * },
104
106
  * mcpserversplunk: {},
105
107
  * eventChannel: {},
@@ -129,6 +131,13 @@ declare const AssociateServiceCommand_base: {
129
131
  * "STRING_VALUE",
130
132
  * ],
131
133
  * },
134
+ * remoteagent: {},
135
+ * remoteagentsigv4: {},
136
+ * },
137
+ * capabilities: { // AssociationCapabilities
138
+ * "<keys>": { // CapabilityConfiguration
139
+ * enabled: true || false,
140
+ * },
132
141
  * },
133
142
  * };
134
143
  * const command = new AssociateServiceCommand(input);
@@ -159,6 +168,7 @@ declare const AssociateServiceCommand_base: {
159
168
  * // owner: "STRING_VALUE", // required
160
169
  * // ownerType: "organization" || "user", // required
161
170
  * // instanceIdentifier: "STRING_VALUE",
171
+ * // runtimeRoleArn: "STRING_VALUE",
162
172
  * // },
163
173
  * // slack: { // SlackConfiguration
164
174
  * // workspaceId: "STRING_VALUE", // required
@@ -200,6 +210,7 @@ declare const AssociateServiceCommand_base: {
200
210
  * // projectId: "STRING_VALUE", // required
201
211
  * // projectPath: "STRING_VALUE", // required
202
212
  * // instanceIdentifier: "STRING_VALUE",
213
+ * // runtimeRoleArn: "STRING_VALUE",
203
214
  * // },
204
215
  * // mcpserversplunk: {},
205
216
  * // eventChannel: {},
@@ -229,6 +240,13 @@ declare const AssociateServiceCommand_base: {
229
240
  * // "STRING_VALUE",
230
241
  * // ],
231
242
  * // },
243
+ * // remoteagent: {},
244
+ * // remoteagentsigv4: {},
245
+ * // },
246
+ * // capabilities: { // AssociationCapabilities
247
+ * // "<keys>": { // CapabilityConfiguration
248
+ * // enabled: true || false,
249
+ * // },
232
250
  * // },
233
251
  * // },
234
252
  * // webhook: { // GenericWebhook
@@ -54,6 +54,9 @@ declare const CreateAssetCommand_base: {
54
54
  * zip: { // AssetZipContent
55
55
  * zipFile: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
56
56
  * },
57
+ * sourceUrl: { // AssetSourceUrlContent
58
+ * url: "STRING_VALUE", // required
59
+ * },
57
60
  * },
58
61
  * clientToken: "STRING_VALUE",
59
62
  * };
@@ -47,7 +47,7 @@ declare const CreateBacklogTaskCommand_base: {
47
47
  * referenceUrl: "STRING_VALUE", // required
48
48
  * associationId: "STRING_VALUE", // required
49
49
  * },
50
- * taskType: "INVESTIGATION" || "EVALUATION", // required
50
+ * taskType: "INVESTIGATION" || "EVALUATION" || "RELEASE_READINESS_REVIEW" || "RELEASE_TESTING", // required
51
51
  * title: "STRING_VALUE", // required
52
52
  * description: "STRING_VALUE",
53
53
  * priority: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "MINIMAL", // required
@@ -69,7 +69,7 @@ declare const CreateBacklogTaskCommand_base: {
69
69
  * // referenceUrl: "STRING_VALUE", // required
70
70
  * // associationId: "STRING_VALUE", // required
71
71
  * // },
72
- * // taskType: "INVESTIGATION" || "EVALUATION", // required
72
+ * // taskType: "INVESTIGATION" || "EVALUATION" || "RELEASE_READINESS_REVIEW" || "RELEASE_TESTING", // required
73
73
  * // priority: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "MINIMAL", // required
74
74
  * // status: "PENDING_TRIAGE" || "LINKED" || "PENDING_START" || "IN_PROGRESS" || "PENDING_CUSTOMER_APPROVAL" || "COMPLETED" || "FAILED" || "TIMED_OUT" || "CANCELED" || "SKIPPED", // required
75
75
  * // createdAt: new Date("TIMESTAMP"), // required
@@ -70,6 +70,7 @@ declare const GetAssociationCommand_base: {
70
70
  * // owner: "STRING_VALUE", // required
71
71
  * // ownerType: "organization" || "user", // required
72
72
  * // instanceIdentifier: "STRING_VALUE",
73
+ * // runtimeRoleArn: "STRING_VALUE",
73
74
  * // },
74
75
  * // slack: { // SlackConfiguration
75
76
  * // workspaceId: "STRING_VALUE", // required
@@ -111,6 +112,7 @@ declare const GetAssociationCommand_base: {
111
112
  * // projectId: "STRING_VALUE", // required
112
113
  * // projectPath: "STRING_VALUE", // required
113
114
  * // instanceIdentifier: "STRING_VALUE",
115
+ * // runtimeRoleArn: "STRING_VALUE",
114
116
  * // },
115
117
  * // mcpserversplunk: {},
116
118
  * // eventChannel: {},
@@ -140,6 +142,13 @@ declare const GetAssociationCommand_base: {
140
142
  * // "STRING_VALUE",
141
143
  * // ],
142
144
  * // },
145
+ * // remoteagent: {},
146
+ * // remoteagentsigv4: {},
147
+ * // },
148
+ * // capabilities: { // AssociationCapabilities
149
+ * // "<keys>": { // CapabilityConfiguration
150
+ * // enabled: true || false,
151
+ * // },
143
152
  * // },
144
153
  * // },
145
154
  * // };
@@ -58,7 +58,7 @@ declare const GetBacklogTaskCommand_base: {
58
58
  * // referenceUrl: "STRING_VALUE", // required
59
59
  * // associationId: "STRING_VALUE", // required
60
60
  * // },
61
- * // taskType: "INVESTIGATION" || "EVALUATION", // required
61
+ * // taskType: "INVESTIGATION" || "EVALUATION" || "RELEASE_READINESS_REVIEW" || "RELEASE_TESTING", // required
62
62
  * // priority: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "MINIMAL", // required
63
63
  * // status: "PENDING_TRIAGE" || "LINKED" || "PENDING_START" || "IN_PROGRESS" || "PENDING_CUSTOMER_APPROVAL" || "COMPLETED" || "FAILED" || "TIMED_OUT" || "CANCELED" || "SKIPPED", // required
64
64
  * // createdAt: new Date("TIMESTAMP"), // required
@@ -46,7 +46,7 @@ declare const GetServiceCommand_base: {
46
46
  * // { // GetServiceOutput
47
47
  * // service: { // RegisteredService
48
48
  * // serviceId: "STRING_VALUE", // required
49
- * // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4", // required
49
+ * // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4" || "remoteagent" || "remoteagentsigv4", // required
50
50
  * // name: "STRING_VALUE",
51
51
  * // accessibleResources: [ // DocumentList
52
52
  * // "DOCUMENT_VALUE",
@@ -127,6 +127,21 @@ declare const GetServiceCommand_base: {
127
127
  * // "<keys>": "STRING_VALUE",
128
128
  * // },
129
129
  * // },
130
+ * // remoteagent: { // RegisteredRemoteAgentDetails
131
+ * // name: "STRING_VALUE", // required
132
+ * // endpoint: "STRING_VALUE", // required
133
+ * // description: "STRING_VALUE",
134
+ * // authorizationMethod: "oauth-client-credentials" || "api-key" || "bearer-token", // required
135
+ * // apiKeyHeader: "STRING_VALUE",
136
+ * // },
137
+ * // remoteagentsigv4: { // RegisteredRemoteAgentSigV4Details
138
+ * // name: "STRING_VALUE", // required
139
+ * // endpoint: "STRING_VALUE", // required
140
+ * // description: "STRING_VALUE",
141
+ * // region: "STRING_VALUE", // required
142
+ * // service: "STRING_VALUE", // required
143
+ * // roleArn: "STRING_VALUE",
144
+ * // },
130
145
  * // },
131
146
  * // kmsKeyArn: "STRING_VALUE",
132
147
  * // privateConnectionName: "STRING_VALUE",
@@ -74,6 +74,7 @@ declare const ListAssociationsCommand_base: {
74
74
  * // owner: "STRING_VALUE", // required
75
75
  * // ownerType: "organization" || "user", // required
76
76
  * // instanceIdentifier: "STRING_VALUE",
77
+ * // runtimeRoleArn: "STRING_VALUE",
77
78
  * // },
78
79
  * // slack: { // SlackConfiguration
79
80
  * // workspaceId: "STRING_VALUE", // required
@@ -115,6 +116,7 @@ declare const ListAssociationsCommand_base: {
115
116
  * // projectId: "STRING_VALUE", // required
116
117
  * // projectPath: "STRING_VALUE", // required
117
118
  * // instanceIdentifier: "STRING_VALUE",
119
+ * // runtimeRoleArn: "STRING_VALUE",
118
120
  * // },
119
121
  * // mcpserversplunk: {},
120
122
  * // eventChannel: {},
@@ -144,6 +146,13 @@ declare const ListAssociationsCommand_base: {
144
146
  * // "STRING_VALUE",
145
147
  * // ],
146
148
  * // },
149
+ * // remoteagent: {},
150
+ * // remoteagentsigv4: {},
151
+ * // },
152
+ * // capabilities: { // AssociationCapabilities
153
+ * // "<keys>": { // CapabilityConfiguration
154
+ * // enabled: true || false,
155
+ * // },
147
156
  * // },
148
157
  * // },
149
158
  * // ],
@@ -50,7 +50,7 @@ declare const ListBacklogTasksCommand_base: {
50
50
  * "PENDING_TRIAGE" || "LINKED" || "PENDING_START" || "IN_PROGRESS" || "PENDING_CUSTOMER_APPROVAL" || "COMPLETED" || "FAILED" || "TIMED_OUT" || "CANCELED" || "SKIPPED",
51
51
  * ],
52
52
  * taskType: [ // TaskTypeList
53
- * "INVESTIGATION" || "EVALUATION",
53
+ * "INVESTIGATION" || "EVALUATION" || "RELEASE_READINESS_REVIEW" || "RELEASE_TESTING",
54
54
  * ],
55
55
  * primaryTaskId: "STRING_VALUE",
56
56
  * },
@@ -76,7 +76,7 @@ declare const ListBacklogTasksCommand_base: {
76
76
  * // referenceUrl: "STRING_VALUE", // required
77
77
  * // associationId: "STRING_VALUE", // required
78
78
  * // },
79
- * // taskType: "INVESTIGATION" || "EVALUATION", // required
79
+ * // taskType: "INVESTIGATION" || "EVALUATION" || "RELEASE_READINESS_REVIEW" || "RELEASE_TESTING", // required
80
80
  * // priority: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "MINIMAL", // required
81
81
  * // status: "PENDING_TRIAGE" || "LINKED" || "PENDING_START" || "IN_PROGRESS" || "PENDING_CUSTOMER_APPROVAL" || "COMPLETED" || "FAILED" || "TIMED_OUT" || "CANCELED" || "SKIPPED", // required
82
82
  * // createdAt: new Date("TIMESTAMP"), // required
@@ -41,7 +41,7 @@ declare const ListServicesCommand_base: {
41
41
  * const input = { // ListServicesInput
42
42
  * maxResults: Number("int"),
43
43
  * nextToken: "STRING_VALUE",
44
- * filterServiceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4",
44
+ * filterServiceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4" || "remoteagent" || "remoteagentsigv4",
45
45
  * };
46
46
  * const command = new ListServicesCommand(input);
47
47
  * const response = await client.send(command);
@@ -50,7 +50,7 @@ declare const ListServicesCommand_base: {
50
50
  * // services: [ // RegisteredServicesList // required
51
51
  * // { // RegisteredService
52
52
  * // serviceId: "STRING_VALUE", // required
53
- * // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4", // required
53
+ * // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4" || "remoteagent" || "remoteagentsigv4", // required
54
54
  * // name: "STRING_VALUE",
55
55
  * // accessibleResources: [ // DocumentList
56
56
  * // "DOCUMENT_VALUE",
@@ -131,6 +131,21 @@ declare const ListServicesCommand_base: {
131
131
  * // "<keys>": "STRING_VALUE",
132
132
  * // },
133
133
  * // },
134
+ * // remoteagent: { // RegisteredRemoteAgentDetails
135
+ * // name: "STRING_VALUE", // required
136
+ * // endpoint: "STRING_VALUE", // required
137
+ * // description: "STRING_VALUE",
138
+ * // authorizationMethod: "oauth-client-credentials" || "api-key" || "bearer-token", // required
139
+ * // apiKeyHeader: "STRING_VALUE",
140
+ * // },
141
+ * // remoteagentsigv4: { // RegisteredRemoteAgentSigV4Details
142
+ * // name: "STRING_VALUE", // required
143
+ * // endpoint: "STRING_VALUE", // required
144
+ * // description: "STRING_VALUE",
145
+ * // region: "STRING_VALUE", // required
146
+ * // service: "STRING_VALUE", // required
147
+ * // roleArn: "STRING_VALUE",
148
+ * // },
134
149
  * // },
135
150
  * // kmsKeyArn: "STRING_VALUE",
136
151
  * // privateConnectionName: "STRING_VALUE",
@@ -39,7 +39,7 @@ declare const RegisterServiceCommand_base: {
39
39
  * const config = {}; // type is DevOpsAgentClientConfig
40
40
  * const client = new DevOpsAgentClient(config);
41
41
  * const input = { // RegisterServiceInput
42
- * service: "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4", // required
42
+ * service: "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity" || "mcpserversigv4" || "remoteagent" || "remoteagentsigv4", // required
43
43
  * serviceDetails: { // ServiceDetails Union: only one key present
44
44
  * dynatrace: { // DynatraceServiceDetails
45
45
  * accountUrn: "STRING_VALUE", // required
@@ -272,6 +272,41 @@ declare const RegisterServiceCommand_base: {
272
272
  * },
273
273
  * },
274
274
  * },
275
+ * remoteagent: { // RemoteAgentServiceDetails
276
+ * name: "STRING_VALUE", // required
277
+ * endpoint: "STRING_VALUE", // required
278
+ * description: "STRING_VALUE",
279
+ * authorizationConfig: { // RemoteAgentAuthorizationConfig Union: only one key present
280
+ * apiKey: { // RemoteAgentAPIKeyConfig
281
+ * apiKeyName: "STRING_VALUE", // required
282
+ * apiKeyValue: "STRING_VALUE", // required
283
+ * apiKeyHeader: "STRING_VALUE", // required
284
+ * },
285
+ * oAuthClientCredentials: { // RemoteAgentOAuthClientCredentialsConfig
286
+ * clientName: "STRING_VALUE",
287
+ * clientId: "STRING_VALUE", // required
288
+ * exchangeParameters: "<ExchangeParameters>",
289
+ * clientSecret: "STRING_VALUE", // required
290
+ * exchangeUrl: "STRING_VALUE", // required
291
+ * scopes: "<Scopes>",
292
+ * },
293
+ * bearerToken: { // RemoteAgentBearerTokenConfig
294
+ * tokenName: "STRING_VALUE", // required
295
+ * tokenValue: "STRING_VALUE", // required
296
+ * authorizationHeader: "STRING_VALUE",
297
+ * },
298
+ * },
299
+ * },
300
+ * remoteagentsigv4: { // RemoteAgentSigV4ServiceDetails
301
+ * name: "STRING_VALUE", // required
302
+ * endpoint: "STRING_VALUE", // required
303
+ * description: "STRING_VALUE",
304
+ * authorizationConfig: { // RemoteAgentSigV4AuthorizationConfig
305
+ * region: "STRING_VALUE", // required
306
+ * service: "STRING_VALUE", // required
307
+ * roleArn: "STRING_VALUE",
308
+ * },
309
+ * },
275
310
  * },
276
311
  * kmsKeyArn: "STRING_VALUE",
277
312
  * privateConnectionName: "STRING_VALUE",
@@ -54,6 +54,9 @@ declare const UpdateAssetCommand_base: {
54
54
  * zip: { // AssetZipContent
55
55
  * zipFile: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
56
56
  * },
57
+ * sourceUrl: { // AssetSourceUrlContent
58
+ * url: "STRING_VALUE", // required
59
+ * },
57
60
  * },
58
61
  * clientToken: "STRING_VALUE",
59
62
  * };
@@ -59,6 +59,7 @@ declare const UpdateAssociationCommand_base: {
59
59
  * owner: "STRING_VALUE", // required
60
60
  * ownerType: "organization" || "user", // required
61
61
  * instanceIdentifier: "STRING_VALUE",
62
+ * runtimeRoleArn: "STRING_VALUE",
62
63
  * },
63
64
  * slack: { // SlackConfiguration
64
65
  * workspaceId: "STRING_VALUE", // required
@@ -100,6 +101,7 @@ declare const UpdateAssociationCommand_base: {
100
101
  * projectId: "STRING_VALUE", // required
101
102
  * projectPath: "STRING_VALUE", // required
102
103
  * instanceIdentifier: "STRING_VALUE",
104
+ * runtimeRoleArn: "STRING_VALUE",
103
105
  * },
104
106
  * mcpserversplunk: {},
105
107
  * eventChannel: {},
@@ -129,6 +131,13 @@ declare const UpdateAssociationCommand_base: {
129
131
  * "STRING_VALUE",
130
132
  * ],
131
133
  * },
134
+ * remoteagent: {},
135
+ * remoteagentsigv4: {},
136
+ * },
137
+ * capabilities: { // AssociationCapabilities
138
+ * "<keys>": { // CapabilityConfiguration
139
+ * enabled: true || false,
140
+ * },
132
141
  * },
133
142
  * };
134
143
  * const command = new UpdateAssociationCommand(input);
@@ -159,6 +168,7 @@ declare const UpdateAssociationCommand_base: {
159
168
  * // owner: "STRING_VALUE", // required
160
169
  * // ownerType: "organization" || "user", // required
161
170
  * // instanceIdentifier: "STRING_VALUE",
171
+ * // runtimeRoleArn: "STRING_VALUE",
162
172
  * // },
163
173
  * // slack: { // SlackConfiguration
164
174
  * // workspaceId: "STRING_VALUE", // required
@@ -200,6 +210,7 @@ declare const UpdateAssociationCommand_base: {
200
210
  * // projectId: "STRING_VALUE", // required
201
211
  * // projectPath: "STRING_VALUE", // required
202
212
  * // instanceIdentifier: "STRING_VALUE",
213
+ * // runtimeRoleArn: "STRING_VALUE",
203
214
  * // },
204
215
  * // mcpserversplunk: {},
205
216
  * // eventChannel: {},
@@ -229,6 +240,13 @@ declare const UpdateAssociationCommand_base: {
229
240
  * // "STRING_VALUE",
230
241
  * // ],
231
242
  * // },
243
+ * // remoteagent: {},
244
+ * // remoteagentsigv4: {},
245
+ * // },
246
+ * // capabilities: { // AssociationCapabilities
247
+ * // "<keys>": { // CapabilityConfiguration
248
+ * // enabled: true || false,
249
+ * // },
232
250
  * // },
233
251
  * // },
234
252
  * // webhook: { // GenericWebhook
@@ -60,7 +60,7 @@ declare const UpdateBacklogTaskCommand_base: {
60
60
  * // referenceUrl: "STRING_VALUE", // required
61
61
  * // associationId: "STRING_VALUE", // required
62
62
  * // },
63
- * // taskType: "INVESTIGATION" || "EVALUATION", // required
63
+ * // taskType: "INVESTIGATION" || "EVALUATION" || "RELEASE_READINESS_REVIEW" || "RELEASE_TESTING", // required
64
64
  * // priority: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "MINIMAL", // required
65
65
  * // status: "PENDING_TRIAGE" || "LINKED" || "PENDING_START" || "IN_PROGRESS" || "PENDING_CUSTOMER_APPROVAL" || "COMPLETED" || "FAILED" || "TIMED_OUT" || "CANCELED" || "SKIPPED", // required
66
66
  * // createdAt: new Date("TIMESTAMP"), // required
@@ -78,6 +78,46 @@ export declare const NewRelicRegion: {
78
78
  * @public
79
79
  */
80
80
  export type NewRelicRegion = (typeof NewRelicRegion)[keyof typeof NewRelicRegion];
81
+ /**
82
+ * @public
83
+ * @enum
84
+ */
85
+ export declare const RemoteAgentAuthorizationMethod: {
86
+ /**
87
+ * <p>API key-based authentication.</p>
88
+ */
89
+ readonly API_KEY: "api-key";
90
+ /**
91
+ * <p>Bearer token authentication (RFC 6750).</p>
92
+ */
93
+ readonly BEARER_TOKEN: "bearer-token";
94
+ /**
95
+ * <p>OAuth 2.0 client credentials flow.</p>
96
+ */
97
+ readonly OAUTH_CLIENT_CREDENTIALS: "oauth-client-credentials";
98
+ };
99
+ /**
100
+ * @public
101
+ */
102
+ export type RemoteAgentAuthorizationMethod = (typeof RemoteAgentAuthorizationMethod)[keyof typeof RemoteAgentAuthorizationMethod];
103
+ /**
104
+ * @public
105
+ * @enum
106
+ */
107
+ export declare const CapabilityType: {
108
+ /**
109
+ * <p>Release readiness review auto-trigger capability.</p>
110
+ */
111
+ readonly RELEASE_READINESS_REVIEW: "RELEASE_READINESS_REVIEW";
112
+ /**
113
+ * <p>Release readiness review automated testing capability.</p>
114
+ */
115
+ readonly RELEASE_READINESS_REVIEW_AUTOMATED_TESTING: "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING";
116
+ };
117
+ /**
118
+ * @public
119
+ */
120
+ export type CapabilityType = (typeof CapabilityType)[keyof typeof CapabilityType];
81
121
  /**
82
122
  * @public
83
123
  * @enum
@@ -213,6 +253,14 @@ export declare const TaskType: {
213
253
  * <p>Task for investigating issues or requirements</p>
214
254
  */
215
255
  readonly INVESTIGATION: "INVESTIGATION";
256
+ /**
257
+ * <p>Task for reviewing changes for production readiness</p>
258
+ */
259
+ readonly RELEASE_READINESS_REVIEW: "RELEASE_READINESS_REVIEW";
260
+ /**
261
+ * <p>Task for automated release testing</p>
262
+ */
263
+ readonly RELEASE_TESTING: "RELEASE_TESTING";
216
264
  };
217
265
  /**
218
266
  * @public
@@ -586,6 +634,14 @@ export declare const Service: {
586
634
  */
587
635
  readonly MCP_SERVER_SPLUNK: "mcpserversplunk";
588
636
  readonly PAGERDUTY: "pagerduty";
637
+ /**
638
+ * <p>Remote A2A agent with token-based authentication (API key or OAuth).</p>
639
+ */
640
+ readonly REMOTE_AGENT: "remoteagent";
641
+ /**
642
+ * <p>Remote A2A agent with SigV4 authentication.</p>
643
+ */
644
+ readonly REMOTE_AGENT_SIGV4: "remoteagentsigv4";
589
645
  readonly SERVICENOW: "servicenow";
590
646
  readonly SLACK: "slack";
591
647
  };
@@ -630,6 +686,14 @@ export declare const PostRegisterServiceSupportedService: {
630
686
  */
631
687
  readonly MCP_SERVER_SPLUNK: "mcpserversplunk";
632
688
  readonly PAGERDUTY: "pagerduty";
689
+ /**
690
+ * <p>Remote A2A agent with token-based authentication (API key or OAuth).</p>
691
+ */
692
+ readonly REMOTE_AGENT: "remoteagent";
693
+ /**
694
+ * <p>Remote A2A agent with SigV4 authentication.</p>
695
+ */
696
+ readonly REMOTE_AGENT_SIGV4: "remoteagentsigv4";
633
697
  readonly SERVICENOW: "servicenow";
634
698
  };
635
699
  /**