@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.
- package/dist-cjs/index.js +17 -0
- package/dist-cjs/schemas/schemas_0.js +198 -96
- package/dist-es/models/enums.js +15 -0
- package/dist-es/schemas/schemas_0.js +185 -96
- package/dist-types/commands/AssociateServiceCommand.d.ts +18 -0
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -0
- package/dist-types/commands/CreateBacklogTaskCommand.d.ts +2 -2
- package/dist-types/commands/GetAssociationCommand.d.ts +9 -0
- package/dist-types/commands/GetBacklogTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceCommand.d.ts +16 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +9 -0
- package/dist-types/commands/ListBacklogTasksCommand.d.ts +2 -2
- package/dist-types/commands/ListServicesCommand.d.ts +17 -2
- package/dist-types/commands/RegisterServiceCommand.d.ts +36 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +3 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +18 -0
- package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +64 -0
- package/dist-types/models/models_0.d.ts +614 -20
- package/dist-types/schemas/schemas_0.d.ts +13 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +337 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/package.json +3 -3
|
@@ -22,6 +22,7 @@ export declare var Asset$: StaticStructureSchema;
|
|
|
22
22
|
export declare var AssetFile$: StaticStructureSchema;
|
|
23
23
|
export declare var AssetFileContent$: StaticStructureSchema;
|
|
24
24
|
export declare var AssetFileSummary$: StaticStructureSchema;
|
|
25
|
+
export declare var AssetSourceUrlContent$: StaticStructureSchema;
|
|
25
26
|
export declare var AssetTypeSummary$: StaticStructureSchema;
|
|
26
27
|
export declare var AssetVersionMetadata$: StaticStructureSchema;
|
|
27
28
|
export declare var AssetZipContent$: StaticStructureSchema;
|
|
@@ -31,6 +32,7 @@ export declare var Association$: StaticStructureSchema;
|
|
|
31
32
|
export declare var AWSConfiguration$: StaticStructureSchema;
|
|
32
33
|
export declare var AzureConfiguration$: StaticStructureSchema;
|
|
33
34
|
export declare var AzureDevOpsConfiguration$: StaticStructureSchema;
|
|
35
|
+
export declare var CapabilityConfiguration$: StaticStructureSchema;
|
|
34
36
|
export declare var ChatExecution$: StaticStructureSchema;
|
|
35
37
|
export declare var CreateAgentSpaceInput$: StaticStructureSchema;
|
|
36
38
|
export declare var CreateAgentSpaceOutput$: StaticStructureSchema;
|
|
@@ -178,11 +180,21 @@ export declare var RegisteredMCPServerDetails$: StaticStructureSchema;
|
|
|
178
180
|
export declare var RegisteredMCPServerSigV4Details$: StaticStructureSchema;
|
|
179
181
|
export declare var RegisteredNewRelicDetails$: StaticStructureSchema;
|
|
180
182
|
export declare var RegisteredPagerDutyDetails$: StaticStructureSchema;
|
|
183
|
+
export declare var RegisteredRemoteAgentDetails$: StaticStructureSchema;
|
|
184
|
+
export declare var RegisteredRemoteAgentSigV4Details$: StaticStructureSchema;
|
|
181
185
|
export declare var RegisteredService$: StaticStructureSchema;
|
|
182
186
|
export declare var RegisteredServiceNowDetails$: StaticStructureSchema;
|
|
183
187
|
export declare var RegisteredSlackServiceDetails$: StaticStructureSchema;
|
|
184
188
|
export declare var RegisterServiceInput$: StaticStructureSchema;
|
|
185
189
|
export declare var RegisterServiceOutput$: StaticStructureSchema;
|
|
190
|
+
export declare var RemoteAgentAPIKeyConfig$: StaticStructureSchema;
|
|
191
|
+
export declare var RemoteAgentBearerTokenConfig$: StaticStructureSchema;
|
|
192
|
+
export declare var RemoteAgentConfiguration$: StaticStructureSchema;
|
|
193
|
+
export declare var RemoteAgentOAuthClientCredentialsConfig$: StaticStructureSchema;
|
|
194
|
+
export declare var RemoteAgentServiceDetails$: StaticStructureSchema;
|
|
195
|
+
export declare var RemoteAgentSigV4AuthorizationConfig$: StaticStructureSchema;
|
|
196
|
+
export declare var RemoteAgentSigV4Configuration$: StaticStructureSchema;
|
|
197
|
+
export declare var RemoteAgentSigV4ServiceDetails$: StaticStructureSchema;
|
|
186
198
|
export declare var ScheduleCondition$: StaticStructureSchema;
|
|
187
199
|
export declare var SelfManagedInput$: StaticStructureSchema;
|
|
188
200
|
export declare var SendMessageContentBlockDeltaEvent$: StaticStructureSchema;
|
|
@@ -253,6 +265,7 @@ export declare var Message$: StaticUnionSchema;
|
|
|
253
265
|
export declare var NewRelicServiceAuthorizationConfig$: StaticUnionSchema;
|
|
254
266
|
export declare var PagerDutyAuthorizationConfig$: StaticUnionSchema;
|
|
255
267
|
export declare var PrivateConnectionMode$: StaticUnionSchema;
|
|
268
|
+
export declare var RemoteAgentAuthorizationConfig$: StaticUnionSchema;
|
|
256
269
|
export declare var SendMessageContentBlockDelta$: StaticUnionSchema;
|
|
257
270
|
export declare var SendMessageEvents$: StaticUnionSchema;
|
|
258
271
|
export declare var ServiceConfiguration$: StaticUnionSchema;
|
|
@@ -24,6 +24,19 @@ export declare const NewRelicRegion: {
|
|
|
24
24
|
};
|
|
25
25
|
export type NewRelicRegion =
|
|
26
26
|
(typeof NewRelicRegion)[keyof typeof NewRelicRegion];
|
|
27
|
+
export declare const RemoteAgentAuthorizationMethod: {
|
|
28
|
+
readonly API_KEY: "api-key";
|
|
29
|
+
readonly BEARER_TOKEN: "bearer-token";
|
|
30
|
+
readonly OAUTH_CLIENT_CREDENTIALS: "oauth-client-credentials";
|
|
31
|
+
};
|
|
32
|
+
export type RemoteAgentAuthorizationMethod =
|
|
33
|
+
(typeof RemoteAgentAuthorizationMethod)[keyof typeof RemoteAgentAuthorizationMethod];
|
|
34
|
+
export declare const CapabilityType: {
|
|
35
|
+
readonly RELEASE_READINESS_REVIEW: "RELEASE_READINESS_REVIEW";
|
|
36
|
+
readonly RELEASE_READINESS_REVIEW_AUTOMATED_TESTING: "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING";
|
|
37
|
+
};
|
|
38
|
+
export type CapabilityType =
|
|
39
|
+
(typeof CapabilityType)[keyof typeof CapabilityType];
|
|
27
40
|
export declare const MonitorAccountType: {
|
|
28
41
|
readonly MONITOR: "monitor";
|
|
29
42
|
};
|
|
@@ -65,6 +78,8 @@ export type Priority = (typeof Priority)[keyof typeof Priority];
|
|
|
65
78
|
export declare const TaskType: {
|
|
66
79
|
readonly EVALUATION: "EVALUATION";
|
|
67
80
|
readonly INVESTIGATION: "INVESTIGATION";
|
|
81
|
+
readonly RELEASE_READINESS_REVIEW: "RELEASE_READINESS_REVIEW";
|
|
82
|
+
readonly RELEASE_TESTING: "RELEASE_TESTING";
|
|
68
83
|
};
|
|
69
84
|
export type TaskType = (typeof TaskType)[keyof typeof TaskType];
|
|
70
85
|
export declare const TaskStatus: {
|
|
@@ -186,6 +201,8 @@ export declare const Service: {
|
|
|
186
201
|
readonly MCP_SERVER_SIGV4: "mcpserversigv4";
|
|
187
202
|
readonly MCP_SERVER_SPLUNK: "mcpserversplunk";
|
|
188
203
|
readonly PAGERDUTY: "pagerduty";
|
|
204
|
+
readonly REMOTE_AGENT: "remoteagent";
|
|
205
|
+
readonly REMOTE_AGENT_SIGV4: "remoteagentsigv4";
|
|
189
206
|
readonly SERVICENOW: "servicenow";
|
|
190
207
|
readonly SLACK: "slack";
|
|
191
208
|
};
|
|
@@ -202,6 +219,8 @@ export declare const PostRegisterServiceSupportedService: {
|
|
|
202
219
|
readonly MCP_SERVER_SIGV4: "mcpserversigv4";
|
|
203
220
|
readonly MCP_SERVER_SPLUNK: "mcpserversplunk";
|
|
204
221
|
readonly PAGERDUTY: "pagerduty";
|
|
222
|
+
readonly REMOTE_AGENT: "remoteagent";
|
|
223
|
+
readonly REMOTE_AGENT_SIGV4: "remoteagentsigv4";
|
|
205
224
|
readonly SERVICENOW: "servicenow";
|
|
206
225
|
};
|
|
207
226
|
export type PostRegisterServiceSupportedService =
|