@aws-sdk/client-devops-agent 3.1020.0 → 3.1022.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/README.md +0 -21
- package/dist-cjs/index.js +0 -45
- package/dist-cjs/schemas/schemas_0.js +24 -134
- package/dist-es/DevOpsAgent.js +0 -6
- package/dist-es/commands/index.js +0 -3
- package/dist-es/models/enums.js +0 -3
- package/dist-es/schemas/schemas_0.js +19 -128
- package/dist-types/DevOpsAgent.d.ts +0 -21
- package/dist-types/DevOpsAgentClient.d.ts +2 -5
- package/dist-types/commands/AllowVendedLogDeliveryForResourceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateServiceCommand.d.ts +0 -28
- package/dist-types/commands/GetAccountUsageCommand.d.ts +4 -0
- package/dist-types/commands/GetAssociationCommand.d.ts +0 -14
- package/dist-types/commands/GetServiceCommand.d.ts +1 -9
- package/dist-types/commands/ListAssociationsCommand.d.ts +0 -14
- package/dist-types/commands/ListServicesCommand.d.ts +2 -10
- package/dist-types/commands/RegisterServiceCommand.d.ts +1 -11
- package/dist-types/commands/UpdateAssociationCommand.d.ts +0 -28
- package/dist-types/commands/index.d.ts +0 -3
- package/dist-types/models/enums.d.ts +0 -9
- package/dist-types/models/models_0.d.ts +8 -399
- package/dist-types/schemas/schemas_0.d.ts +0 -17
- package/dist-types/ts3.4/DevOpsAgent.d.ts +0 -51
- package/dist-types/ts3.4/DevOpsAgentClient.d.ts +0 -18
- package/dist-types/ts3.4/commands/index.d.ts +0 -3
- package/dist-types/ts3.4/models/enums.d.ts +0 -3
- package/dist-types/ts3.4/models/models_0.d.ts +1 -163
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -17
- package/package.json +8 -8
- package/dist-es/commands/DescribeSupportLevelCommand.js +0 -16
- package/dist-es/commands/EndChatForCaseCommand.js +0 -16
- package/dist-es/commands/InitiateChatForCaseCommand.js +0 -16
- package/dist-types/commands/DescribeSupportLevelCommand.d.ts +0 -112
- package/dist-types/commands/EndChatForCaseCommand.d.ts +0 -109
- package/dist-types/commands/InitiateChatForCaseCommand.d.ts +0 -109
- package/dist-types/ts3.4/commands/DescribeSupportLevelCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/EndChatForCaseCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/InitiateChatForCaseCommand.d.ts +0 -51
|
@@ -44,7 +44,7 @@ declare const GetServiceCommand_base: {
|
|
|
44
44
|
* // { // GetServiceOutput
|
|
45
45
|
* // service: { // RegisteredService
|
|
46
46
|
* // serviceId: "STRING_VALUE", // required
|
|
47
|
-
* // serviceType: "github" || "slack" || "azure" || "azuredevops" || "
|
|
47
|
+
* // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity", // required
|
|
48
48
|
* // name: "STRING_VALUE",
|
|
49
49
|
* // accessibleResources: [ // DocumentList
|
|
50
50
|
* // "DOCUMENT_VALUE",
|
|
@@ -113,14 +113,6 @@ declare const GetServiceCommand_base: {
|
|
|
113
113
|
* // "STRING_VALUE",
|
|
114
114
|
* // ],
|
|
115
115
|
* // },
|
|
116
|
-
* // mcpserversigv4: { // RegisteredMCPServerSigV4Details
|
|
117
|
-
* // name: "STRING_VALUE", // required
|
|
118
|
-
* // endpoint: "STRING_VALUE", // required
|
|
119
|
-
* // description: "STRING_VALUE",
|
|
120
|
-
* // region: "STRING_VALUE", // required
|
|
121
|
-
* // service: "STRING_VALUE", // required
|
|
122
|
-
* // roleArn: "STRING_VALUE", // required
|
|
123
|
-
* // },
|
|
124
116
|
* // },
|
|
125
117
|
* // kmsKeyArn: "STRING_VALUE",
|
|
126
118
|
* // privateConnectionName: "STRING_VALUE",
|
|
@@ -130,20 +130,6 @@ declare const ListAssociationsCommand_base: {
|
|
|
130
130
|
* // ],
|
|
131
131
|
* // customerEmail: "STRING_VALUE", // required
|
|
132
132
|
* // },
|
|
133
|
-
* // msteams: { // MSTeamsConfiguration
|
|
134
|
-
* // teamId: "STRING_VALUE", // required
|
|
135
|
-
* // teamName: "STRING_VALUE", // required
|
|
136
|
-
* // transmissionTarget: { // MSTeamsTransmissionTarget
|
|
137
|
-
* // opsOncallTarget: { // MSTeamsChannel
|
|
138
|
-
* // channelName: "STRING_VALUE", // required
|
|
139
|
-
* // channelId: "STRING_VALUE", // required
|
|
140
|
-
* // },
|
|
141
|
-
* // opsSRETarget: {
|
|
142
|
-
* // channelName: "STRING_VALUE", // required
|
|
143
|
-
* // channelId: "STRING_VALUE", // required
|
|
144
|
-
* // },
|
|
145
|
-
* // },
|
|
146
|
-
* // },
|
|
147
133
|
* // },
|
|
148
134
|
* // },
|
|
149
135
|
* // ],
|
|
@@ -39,7 +39,7 @@ declare const ListServicesCommand_base: {
|
|
|
39
39
|
* const input = { // ListServicesInput
|
|
40
40
|
* maxResults: Number("int"),
|
|
41
41
|
* nextToken: "STRING_VALUE",
|
|
42
|
-
* filterServiceType: "github" || "slack" || "azure" || "azuredevops" || "
|
|
42
|
+
* filterServiceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity",
|
|
43
43
|
* };
|
|
44
44
|
* const command = new ListServicesCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
@@ -48,7 +48,7 @@ declare const ListServicesCommand_base: {
|
|
|
48
48
|
* // services: [ // RegisteredServicesList // required
|
|
49
49
|
* // { // RegisteredService
|
|
50
50
|
* // serviceId: "STRING_VALUE", // required
|
|
51
|
-
* // serviceType: "github" || "slack" || "azure" || "azuredevops" || "
|
|
51
|
+
* // serviceType: "github" || "slack" || "azure" || "azuredevops" || "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity", // required
|
|
52
52
|
* // name: "STRING_VALUE",
|
|
53
53
|
* // accessibleResources: [ // DocumentList
|
|
54
54
|
* // "DOCUMENT_VALUE",
|
|
@@ -117,14 +117,6 @@ declare const ListServicesCommand_base: {
|
|
|
117
117
|
* // "STRING_VALUE",
|
|
118
118
|
* // ],
|
|
119
119
|
* // },
|
|
120
|
-
* // mcpserversigv4: { // RegisteredMCPServerSigV4Details
|
|
121
|
-
* // name: "STRING_VALUE", // required
|
|
122
|
-
* // endpoint: "STRING_VALUE", // required
|
|
123
|
-
* // description: "STRING_VALUE",
|
|
124
|
-
* // region: "STRING_VALUE", // required
|
|
125
|
-
* // service: "STRING_VALUE", // required
|
|
126
|
-
* // roleArn: "STRING_VALUE", // required
|
|
127
|
-
* // },
|
|
128
120
|
* // },
|
|
129
121
|
* // kmsKeyArn: "STRING_VALUE",
|
|
130
122
|
* // privateConnectionName: "STRING_VALUE",
|
|
@@ -37,7 +37,7 @@ declare const RegisterServiceCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DevOpsAgentClientConfig
|
|
38
38
|
* const client = new DevOpsAgentClient(config);
|
|
39
39
|
* const input = { // RegisterServiceInput
|
|
40
|
-
* service: "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity"
|
|
40
|
+
* service: "dynatrace" || "servicenow" || "pagerduty" || "gitlab" || "eventChannel" || "mcpservernewrelic" || "mcpservergrafana" || "mcpserverdatadog" || "mcpserver" || "mcpserversplunk" || "azureidentity", // required
|
|
41
41
|
* serviceDetails: { // ServiceDetails Union: only one key present
|
|
42
42
|
* dynatrace: { // DynatraceServiceDetails
|
|
43
43
|
* accountUrn: "STRING_VALUE", // required
|
|
@@ -256,16 +256,6 @@ declare const RegisterServiceCommand_base: {
|
|
|
256
256
|
* "STRING_VALUE",
|
|
257
257
|
* ],
|
|
258
258
|
* },
|
|
259
|
-
* mcpserversigv4: { // MCPServerSigV4ServiceDetails
|
|
260
|
-
* name: "STRING_VALUE", // required
|
|
261
|
-
* endpoint: "STRING_VALUE", // required
|
|
262
|
-
* description: "STRING_VALUE",
|
|
263
|
-
* authorizationConfig: { // MCPServerSigV4AuthorizationConfig
|
|
264
|
-
* region: "STRING_VALUE", // required
|
|
265
|
-
* service: "STRING_VALUE", // required
|
|
266
|
-
* roleArn: "STRING_VALUE", // required
|
|
267
|
-
* },
|
|
268
|
-
* },
|
|
269
259
|
* },
|
|
270
260
|
* kmsKeyArn: "STRING_VALUE",
|
|
271
261
|
* privateConnectionName: "STRING_VALUE",
|
|
@@ -115,20 +115,6 @@ declare const UpdateAssociationCommand_base: {
|
|
|
115
115
|
* ],
|
|
116
116
|
* customerEmail: "STRING_VALUE", // required
|
|
117
117
|
* },
|
|
118
|
-
* msteams: { // MSTeamsConfiguration
|
|
119
|
-
* teamId: "STRING_VALUE", // required
|
|
120
|
-
* teamName: "STRING_VALUE", // required
|
|
121
|
-
* transmissionTarget: { // MSTeamsTransmissionTarget
|
|
122
|
-
* opsOncallTarget: { // MSTeamsChannel
|
|
123
|
-
* channelName: "STRING_VALUE", // required
|
|
124
|
-
* channelId: "STRING_VALUE", // required
|
|
125
|
-
* },
|
|
126
|
-
* opsSRETarget: {
|
|
127
|
-
* channelName: "STRING_VALUE", // required
|
|
128
|
-
* channelId: "STRING_VALUE", // required
|
|
129
|
-
* },
|
|
130
|
-
* },
|
|
131
|
-
* },
|
|
132
118
|
* },
|
|
133
119
|
* };
|
|
134
120
|
* const command = new UpdateAssociationCommand(input);
|
|
@@ -217,20 +203,6 @@ declare const UpdateAssociationCommand_base: {
|
|
|
217
203
|
* // ],
|
|
218
204
|
* // customerEmail: "STRING_VALUE", // required
|
|
219
205
|
* // },
|
|
220
|
-
* // msteams: { // MSTeamsConfiguration
|
|
221
|
-
* // teamId: "STRING_VALUE", // required
|
|
222
|
-
* // teamName: "STRING_VALUE", // required
|
|
223
|
-
* // transmissionTarget: { // MSTeamsTransmissionTarget
|
|
224
|
-
* // opsOncallTarget: { // MSTeamsChannel
|
|
225
|
-
* // channelName: "STRING_VALUE", // required
|
|
226
|
-
* // channelId: "STRING_VALUE", // required
|
|
227
|
-
* // },
|
|
228
|
-
* // opsSRETarget: {
|
|
229
|
-
* // channelName: "STRING_VALUE", // required
|
|
230
|
-
* // channelId: "STRING_VALUE", // required
|
|
231
|
-
* // },
|
|
232
|
-
* // },
|
|
233
|
-
* // },
|
|
234
206
|
* // },
|
|
235
207
|
* // },
|
|
236
208
|
* // webhook: { // GenericWebhook
|
|
@@ -8,11 +8,9 @@ export * from "./DeleteAgentSpaceCommand";
|
|
|
8
8
|
export * from "./DeletePrivateConnectionCommand";
|
|
9
9
|
export * from "./DeregisterServiceCommand";
|
|
10
10
|
export * from "./DescribePrivateConnectionCommand";
|
|
11
|
-
export * from "./DescribeSupportLevelCommand";
|
|
12
11
|
export * from "./DisableOperatorAppCommand";
|
|
13
12
|
export * from "./DisassociateServiceCommand";
|
|
14
13
|
export * from "./EnableOperatorAppCommand";
|
|
15
|
-
export * from "./EndChatForCaseCommand";
|
|
16
14
|
export * from "./GetAccountUsageCommand";
|
|
17
15
|
export * from "./GetAgentSpaceCommand";
|
|
18
16
|
export * from "./GetAssociationCommand";
|
|
@@ -20,7 +18,6 @@ export * from "./GetBacklogTaskCommand";
|
|
|
20
18
|
export * from "./GetOperatorAppCommand";
|
|
21
19
|
export * from "./GetRecommendationCommand";
|
|
22
20
|
export * from "./GetServiceCommand";
|
|
23
|
-
export * from "./InitiateChatForCaseCommand";
|
|
24
21
|
export * from "./ListAgentSpacesCommand";
|
|
25
22
|
export * from "./ListAssociationsCommand";
|
|
26
23
|
export * from "./ListBacklogTasksCommand";
|
|
@@ -555,15 +555,10 @@ export declare const Service: {
|
|
|
555
555
|
* NewRelic MCP server.
|
|
556
556
|
*/
|
|
557
557
|
readonly MCP_SERVER_NEWRELIC: "mcpservernewrelic";
|
|
558
|
-
/**
|
|
559
|
-
* SigV4-authenticated MCP server.
|
|
560
|
-
*/
|
|
561
|
-
readonly MCP_SERVER_SIGV4: "mcpserversigv4";
|
|
562
558
|
/**
|
|
563
559
|
* Splunk MCP server.
|
|
564
560
|
*/
|
|
565
561
|
readonly MCP_SERVER_SPLUNK: "mcpserversplunk";
|
|
566
|
-
readonly MS_TEAMS: "msteams";
|
|
567
562
|
readonly PAGERDUTY: "pagerduty";
|
|
568
563
|
readonly SERVICENOW: "servicenow";
|
|
569
564
|
readonly SLACK: "slack";
|
|
@@ -600,10 +595,6 @@ export declare const PostRegisterServiceSupportedService: {
|
|
|
600
595
|
* NewRelic MCP server.
|
|
601
596
|
*/
|
|
602
597
|
readonly MCP_SERVER_NEWRELIC: "mcpservernewrelic";
|
|
603
|
-
/**
|
|
604
|
-
* SigV4-authenticated MCP server.
|
|
605
|
-
*/
|
|
606
|
-
readonly MCP_SERVER_SIGV4: "mcpserversigv4";
|
|
607
598
|
/**
|
|
608
599
|
* Splunk MCP server.
|
|
609
600
|
*/
|