@aws-sdk/client-devops-agent 3.1020.0 → 3.1021.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
|
@@ -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";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -138,9 +138,7 @@ export const Service = {
|
|
|
138
138
|
MCP_SERVER_DATADOG: "mcpserverdatadog",
|
|
139
139
|
MCP_SERVER_GRAFANA: "mcpservergrafana",
|
|
140
140
|
MCP_SERVER_NEWRELIC: "mcpservernewrelic",
|
|
141
|
-
MCP_SERVER_SIGV4: "mcpserversigv4",
|
|
142
141
|
MCP_SERVER_SPLUNK: "mcpserversplunk",
|
|
143
|
-
MS_TEAMS: "msteams",
|
|
144
142
|
PAGERDUTY: "pagerduty",
|
|
145
143
|
SERVICENOW: "servicenow",
|
|
146
144
|
SLACK: "slack",
|
|
@@ -154,7 +152,6 @@ export const PostRegisterServiceSupportedService = {
|
|
|
154
152
|
MCP_SERVER_DATADOG: "mcpserverdatadog",
|
|
155
153
|
MCP_SERVER_GRAFANA: "mcpservergrafana",
|
|
156
154
|
MCP_SERVER_NEWRELIC: "mcpservernewrelic",
|
|
157
|
-
MCP_SERVER_SIGV4: "mcpserversigv4",
|
|
158
155
|
MCP_SERVER_SPLUNK: "mcpserversplunk",
|
|
159
156
|
PAGERDUTY: "pagerduty",
|
|
160
157
|
SERVICENOW: "servicenow",
|
|
@@ -30,10 +30,9 @@ const _CE = "ConflictException";
|
|
|
30
30
|
const _CEL = "ChatExecutionList";
|
|
31
31
|
const _CEh = "ChatExecution";
|
|
32
32
|
const _CI = "ClientId";
|
|
33
|
-
const _CPC = "
|
|
33
|
+
const _CPC = "CreatePrivateConnection";
|
|
34
34
|
const _CPCI = "CreatePrivateConnectionInput";
|
|
35
35
|
const _CPCO = "CreatePrivateConnectionOutput";
|
|
36
|
-
const _CPCr = "CreatePrivateConnection";
|
|
37
36
|
const _CS = "ClientSecret";
|
|
38
37
|
const _CSEE = "ContentSizeExceededException";
|
|
39
38
|
const _D = "Description";
|
|
@@ -57,9 +56,6 @@ const _DSD = "DatadogServiceDetails";
|
|
|
57
56
|
const _DSDy = "DynatraceServiceDetails";
|
|
58
57
|
const _DSI = "DeregisterServiceInput";
|
|
59
58
|
const _DSIi = "DisassociateServiceInput";
|
|
60
|
-
const _DSL = "DescribeSupportLevel";
|
|
61
|
-
const _DSLR = "DescribeSupportLevelRequest";
|
|
62
|
-
const _DSLRe = "DescribeSupportLevelResponse";
|
|
63
59
|
const _DSO = "DeregisterServiceOutput";
|
|
64
60
|
const _DSOi = "DisassociateServiceOutput";
|
|
65
61
|
const _DSi = "DisassociateService";
|
|
@@ -67,9 +63,6 @@ const _E = "Execution";
|
|
|
67
63
|
const _EA = "EmailAddress";
|
|
68
64
|
const _ECC = "EventChannelConfiguration";
|
|
69
65
|
const _ECD = "EventChannelDetails";
|
|
70
|
-
const _ECFC = "EndChatForCase";
|
|
71
|
-
const _ECFCR = "EndChatForCaseRequest";
|
|
72
|
-
const _ECFCRn = "EndChatForCaseResponse";
|
|
73
66
|
const _EL = "ExecutionList";
|
|
74
67
|
const _EOA = "EnableOperatorApp";
|
|
75
68
|
const _EOAI = "EnableOperatorAppInput";
|
|
@@ -110,9 +103,6 @@ const _GW = "GenericWebhook";
|
|
|
110
103
|
const _IAC = "IamAuthConfiguration";
|
|
111
104
|
const _IACd = "IdcAuthConfiguration";
|
|
112
105
|
const _IACdp = "IdpAuthConfiguration";
|
|
113
|
-
const _ICFC = "InitiateChatForCase";
|
|
114
|
-
const _ICFCR = "InitiateChatForCaseRequest";
|
|
115
|
-
const _ICFCRn = "InitiateChatForCaseResponse";
|
|
116
106
|
const _ICS = "IdpClientSecret";
|
|
117
107
|
const _ICSE = "IdentityCenterServiceException";
|
|
118
108
|
const _IPE = "InvalidParameterException";
|
|
@@ -168,11 +158,6 @@ const _MCPSGC = "MCPServerGrafanaConfiguration";
|
|
|
168
158
|
const _MCPSNRC = "MCPServerNewRelicConfiguration";
|
|
169
159
|
const _MCPSOACCC = "MCPServerOAuthClientCredentialsConfig";
|
|
170
160
|
const _MCPSOALOC = "MCPServerOAuth3LOConfig";
|
|
171
|
-
const _MCPSSVAC = "MCPServerSigV4AuthorizationConfig";
|
|
172
|
-
const _MCPSSVSD = "MCPServerSigV4ServiceDetails";
|
|
173
|
-
const _MSTC = "MSTeamsChannel";
|
|
174
|
-
const _MSTCe = "MSTeamsConfiguration";
|
|
175
|
-
const _MSTTT = "MSTeamsTransmissionTarget";
|
|
176
161
|
const _NRAKC = "NewRelicApiKeyConfig";
|
|
177
162
|
const _NRSAC = "NewRelicServiceAuthorizationConfig";
|
|
178
163
|
const _NRSD = "NewRelicServiceDetails";
|
|
@@ -196,7 +181,6 @@ const _RGSDe = "RegisteredGrafanaServerDetails";
|
|
|
196
181
|
const _RI = "ReferenceInput";
|
|
197
182
|
const _RL = "RecommendationList";
|
|
198
183
|
const _RMCPSD = "RegisteredMCPServerDetails";
|
|
199
|
-
const _RMCPSSVD = "RegisteredMCPServerSigV4Details";
|
|
200
184
|
const _RNFE = "ResourceNotFoundException";
|
|
201
185
|
const _RNRD = "RegisteredNewRelicDetails";
|
|
202
186
|
const _RO = "ReferenceOutput";
|
|
@@ -213,7 +197,6 @@ const _SC = "SlackChannel";
|
|
|
213
197
|
const _SCe = "ServiceConfiguration";
|
|
214
198
|
const _SCl = "SlackConfiguration";
|
|
215
199
|
const _SD = "ServiceDetails";
|
|
216
|
-
const _SL = "SupportLevel";
|
|
217
200
|
const _SM = "SendMessage";
|
|
218
201
|
const _SMC = "SendMessageContext";
|
|
219
202
|
const _SMCBD = "SendMessageContentBlockDelta";
|
|
@@ -308,7 +291,6 @@ const _aSA = "agentSpaceArn";
|
|
|
308
291
|
const _aSD = "additionalServiceDetails";
|
|
309
292
|
const _aSI = "agentSpaceId";
|
|
310
293
|
const _aST = "agentSubTask";
|
|
311
|
-
const _aSc = "activeSubscription";
|
|
312
294
|
const _aSd = "additionalStep";
|
|
313
295
|
const _aSg = "agentSpaces";
|
|
314
296
|
const _aSu = "authScopes";
|
|
@@ -336,12 +318,10 @@ const _cIh = "channelId";
|
|
|
336
318
|
const _cN = "clientName";
|
|
337
319
|
const _cNh = "channelName";
|
|
338
320
|
const _cP = "currentPage";
|
|
339
|
-
const _cPC = "chatParticipantConnection";
|
|
340
321
|
const _cS = "clientSecret";
|
|
341
322
|
const _cT = "clientToken";
|
|
342
323
|
const _ce = "certificate";
|
|
343
324
|
const _co = "configuration";
|
|
344
|
-
const _cod = "code";
|
|
345
325
|
const _con = "content";
|
|
346
326
|
const _cont = "context";
|
|
347
327
|
const _d = "description";
|
|
@@ -387,10 +367,8 @@ const _i = "iam";
|
|
|
387
367
|
const _iAA = "idcApplicationArn";
|
|
388
368
|
const _iAPE = "ipv4AddressesPerEni";
|
|
389
369
|
const _iAT = "ipAddressType";
|
|
390
|
-
const _iCI = "
|
|
391
|
-
const _iCId = "idpClientId";
|
|
370
|
+
const _iCI = "idpClientId";
|
|
392
371
|
const _iCS = "idpClientSecret";
|
|
393
|
-
const _iD = "isDisconnected";
|
|
394
372
|
const _iI = "instanceIdentifier";
|
|
395
373
|
const _iIA = "idcInstanceArn";
|
|
396
374
|
const _iIn = "instanceId";
|
|
@@ -414,20 +392,18 @@ const _li = "limit";
|
|
|
414
392
|
const _m = "message";
|
|
415
393
|
const _mAEH = "monthlyAccountEvaluationHours";
|
|
416
394
|
const _mAIH = "monthlyAccountInvestigationHours";
|
|
395
|
+
const _mAODH = "monthlyAccountOnDemandHours";
|
|
417
396
|
const _mASLH = "monthlyAccountSystemLearningHours";
|
|
418
397
|
const _mI = "messageId";
|
|
419
398
|
const _mR = "maxResults";
|
|
420
|
-
const _mSL = "mosaicSupportLevel";
|
|
421
399
|
const _mc = "mcpserverdatadog";
|
|
422
400
|
const _mcp = "mcpserver";
|
|
423
401
|
const _mcps = "mcpserversplunk";
|
|
424
402
|
const _mcpse = "mcpservernewrelic";
|
|
425
403
|
const _mcpser = "mcpservergrafana";
|
|
426
|
-
const _mcpserv = "mcpserversigv4";
|
|
427
404
|
const _me = "messages";
|
|
428
405
|
const _met = "metadata";
|
|
429
406
|
const _mo = "mode";
|
|
430
|
-
const _ms = "msteams";
|
|
431
407
|
const _n = "name";
|
|
432
408
|
const _nT = "nextToken";
|
|
433
409
|
const _o = "owner";
|
|
@@ -448,13 +424,11 @@ const _pC = "privateConnections";
|
|
|
448
424
|
const _pCN = "privateConnectionName";
|
|
449
425
|
const _pEI = "parentExecutionId";
|
|
450
426
|
const _pI = "projectId";
|
|
451
|
-
const _pIa = "
|
|
452
|
-
const _pIar = "parentId";
|
|
427
|
+
const _pIa = "parentId";
|
|
453
428
|
const _pJ = "partialJson";
|
|
454
429
|
const _pN = "projectName";
|
|
455
430
|
const _pP = "projectPath";
|
|
456
431
|
const _pR = "portRanges";
|
|
457
|
-
const _pT = "participantToken";
|
|
458
432
|
const _pTI = "primaryTaskId";
|
|
459
433
|
const _pa = "path";
|
|
460
434
|
const _pag = "pagerduty";
|
|
@@ -462,7 +436,6 @@ const _pr = "provider";
|
|
|
462
436
|
const _r = "reference";
|
|
463
437
|
const _rA = "resourceArn";
|
|
464
438
|
const _rABA = "resourceArnBeingAuthorized";
|
|
465
|
-
const _rAo = "roleArn";
|
|
466
439
|
const _rC = "responseCreated";
|
|
467
440
|
const _rCI = "resourceConfigurationId";
|
|
468
441
|
const _rCe = "responseCompleted";
|
|
@@ -480,12 +453,10 @@ const _rTE = "returnToEndpoint";
|
|
|
480
453
|
const _rU = "referenceUrl";
|
|
481
454
|
const _rV = "recommendationVersion";
|
|
482
455
|
const _re = "resources";
|
|
483
|
-
const _rea = "reason";
|
|
484
456
|
const _rec = "recommendation";
|
|
485
457
|
const _reco = "records";
|
|
486
458
|
const _recom = "recommendations";
|
|
487
459
|
const _reg = "region";
|
|
488
|
-
const _req = "requester";
|
|
489
460
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.devopsagent";
|
|
490
461
|
const _sA = "sourceAws";
|
|
491
462
|
const _sCC = "supportCodeChallenge";
|
|
@@ -495,7 +466,6 @@ const _sGI = "securityGroupIds";
|
|
|
495
466
|
const _sI = "serviceId";
|
|
496
467
|
const _sIu = "subscriptionId";
|
|
497
468
|
const _sIub = "subnetIds";
|
|
498
|
-
const _sL = "supportLevel";
|
|
499
469
|
const _sM = "supportMetadata";
|
|
500
470
|
const _sMe = "serviceManaged";
|
|
501
471
|
const _sMel = "selfManaged";
|
|
@@ -517,8 +487,8 @@ const _sy = "system";
|
|
|
517
487
|
const _t = "tags";
|
|
518
488
|
const _tD = "textDelta";
|
|
519
489
|
const _tI = "taskId";
|
|
520
|
-
const _tIe = "
|
|
521
|
-
const
|
|
490
|
+
const _tIe = "tenantId";
|
|
491
|
+
const _tIea = "teamId";
|
|
522
492
|
const _tK = "tagKeys";
|
|
523
493
|
const _tN = "tokenName";
|
|
524
494
|
const _tNe = "teamName";
|
|
@@ -692,11 +662,6 @@ export var ChatExecution$ = [3, n0, _CEh,
|
|
|
692
662
|
[_eI, _cA, _uA, _su],
|
|
693
663
|
[0, 4, 4, 0], 2
|
|
694
664
|
];
|
|
695
|
-
export var ChatParticipantConnection$ = [3, n0, _CPC,
|
|
696
|
-
0,
|
|
697
|
-
[_iCI, _pIa, _pT],
|
|
698
|
-
[0, 0, 0], 3
|
|
699
|
-
];
|
|
700
665
|
export var CreateAgentSpaceInput$ = [3, n0, _CASI,
|
|
701
666
|
0,
|
|
702
667
|
[_n, _d, _l, _kKA, _cT, _t],
|
|
@@ -782,16 +747,6 @@ export var DescribePrivateConnectionOutput$ = [3, n0, _DPCOe,
|
|
|
782
747
|
[_n, _ty, _st, _rGI, _hA, _vI, _rCI, _cET, _t],
|
|
783
748
|
[0, 0, 0, 0, 0, 0, 0, 5, 128 | 0], 3
|
|
784
749
|
];
|
|
785
|
-
export var DescribeSupportLevelRequest$ = [3, n0, _DSLR,
|
|
786
|
-
0,
|
|
787
|
-
[_aSI, _tI],
|
|
788
|
-
[[0, 1], [0, 1]], 2
|
|
789
|
-
];
|
|
790
|
-
export var DescribeSupportLevelResponse$ = [3, n0, _DSLRe,
|
|
791
|
-
0,
|
|
792
|
-
[_sL, _mSL, _aSc],
|
|
793
|
-
[() => SupportLevel$, () => SupportLevel$, 2], 1
|
|
794
|
-
];
|
|
795
750
|
export var DisableOperatorAppInput$ = [3, n0, _DOAI,
|
|
796
751
|
0,
|
|
797
752
|
[_aSI, _aF],
|
|
@@ -824,7 +779,7 @@ export var DynatraceServiceDetails$ = [3, n0, _DSDy,
|
|
|
824
779
|
];
|
|
825
780
|
export var EnableOperatorAppInput$ = [3, n0, _EOAI,
|
|
826
781
|
0,
|
|
827
|
-
[_aSI, _aF, _oARA, _iIA, _iU,
|
|
782
|
+
[_aSI, _aF, _oARA, _iIA, _iU, _iCI, _iCS, _pr],
|
|
828
783
|
[[0, 1], 0, 0, 0, 0, 0, [() => IdpClientSecret, 0], 0], 3
|
|
829
784
|
];
|
|
830
785
|
export var EnableOperatorAppOutput$ = [3, n0, _EOAO,
|
|
@@ -832,16 +787,6 @@ export var EnableOperatorAppOutput$ = [3, n0, _EOAO,
|
|
|
832
787
|
[_aSI, _i, _id, _idp],
|
|
833
788
|
[0, () => IamAuthConfiguration$, () => IdcAuthConfiguration$, () => IdpAuthConfiguration$], 1
|
|
834
789
|
];
|
|
835
|
-
export var EndChatForCaseRequest$ = [3, n0, _ECFCR,
|
|
836
|
-
0,
|
|
837
|
-
[_aSI, _tI, _rea, _req, _cT],
|
|
838
|
-
[[0, 1], [0, 1], 0, 0, [0, 4]], 2
|
|
839
|
-
];
|
|
840
|
-
export var EndChatForCaseResponse$ = [3, n0, _ECFCRn,
|
|
841
|
-
0,
|
|
842
|
-
[_iD, _eI, _eM],
|
|
843
|
-
[2, 0, 0], 1
|
|
844
|
-
];
|
|
845
790
|
export var EventChannelConfiguration$ = [3, n0, _ECC,
|
|
846
791
|
0,
|
|
847
792
|
[],
|
|
@@ -869,8 +814,8 @@ export var GetAccountUsageInput$ = [3, n0, _GAUI,
|
|
|
869
814
|
];
|
|
870
815
|
export var GetAccountUsageOutput$ = [3, n0, _GAUO,
|
|
871
816
|
0,
|
|
872
|
-
[_uPST, _uPET, _mAIH, _mAEH, _mASLH],
|
|
873
|
-
[5, 5, () => UsageMetric$, () => UsageMetric$, () => UsageMetric$], 2
|
|
817
|
+
[_uPST, _uPET, _mAIH, _mAEH, _mASLH, _mAODH],
|
|
818
|
+
[5, 5, () => UsageMetric$, () => UsageMetric$, () => UsageMetric$, () => UsageMetric$], 2
|
|
874
819
|
];
|
|
875
820
|
export var GetAgentSpaceInput$ = [3, n0, _GASI,
|
|
876
821
|
0,
|
|
@@ -987,16 +932,6 @@ export var IdpAuthConfiguration$ = [3, n0, _IACdp,
|
|
|
987
932
|
[_iU, _cI, _oARA, _pr, _cA, _uA],
|
|
988
933
|
[0, 0, 0, 0, 5, 5], 5
|
|
989
934
|
];
|
|
990
|
-
export var InitiateChatForCaseRequest$ = [3, n0, _ICFCR,
|
|
991
|
-
0,
|
|
992
|
-
[_aSI, _tI, _cT],
|
|
993
|
-
[[0, 1], [0, 1], [0, 4]], 2
|
|
994
|
-
];
|
|
995
|
-
export var InitiateChatForCaseResponse$ = [3, n0, _ICFCRn,
|
|
996
|
-
0,
|
|
997
|
-
[_cPC],
|
|
998
|
-
[() => ChatParticipantConnection$], 1
|
|
999
|
-
];
|
|
1000
935
|
export var JournalRecord$ = [3, n0, _JR,
|
|
1001
936
|
0,
|
|
1002
937
|
[_aSI, _eI, _rIec, _con, _cA, _rT, _uR],
|
|
@@ -1172,31 +1107,6 @@ export var MCPServerOAuthClientCredentialsConfig$ = [3, n0, _MCPSOACCC,
|
|
|
1172
1107
|
[_cI, _cS, _eU, _cN, _eP, _sc],
|
|
1173
1108
|
[[() => ClientId, 0], [() => ClientSecret, 0], 0, 0, [() => ExchangeParameters, 0], 64 | 0], 3
|
|
1174
1109
|
];
|
|
1175
|
-
export var MCPServerSigV4AuthorizationConfig$ = [3, n0, _MCPSSVAC,
|
|
1176
|
-
0,
|
|
1177
|
-
[_reg, _ser, _rAo],
|
|
1178
|
-
[0, 0, 0], 3
|
|
1179
|
-
];
|
|
1180
|
-
export var MCPServerSigV4ServiceDetails$ = [3, n0, _MCPSSVSD,
|
|
1181
|
-
0,
|
|
1182
|
-
[_n, _en, _aC, _d],
|
|
1183
|
-
[0, 0, () => MCPServerSigV4AuthorizationConfig$, [() => Description, 0]], 3
|
|
1184
|
-
];
|
|
1185
|
-
export var MSTeamsChannel$ = [3, n0, _MSTC,
|
|
1186
|
-
0,
|
|
1187
|
-
[_cNh, _cIh],
|
|
1188
|
-
[0, 0], 2
|
|
1189
|
-
];
|
|
1190
|
-
export var MSTeamsConfiguration$ = [3, n0, _MSTCe,
|
|
1191
|
-
0,
|
|
1192
|
-
[_tIe, _tNe, _tTr],
|
|
1193
|
-
[0, 0, () => MSTeamsTransmissionTarget$], 3
|
|
1194
|
-
];
|
|
1195
|
-
export var MSTeamsTransmissionTarget$ = [3, n0, _MSTTT,
|
|
1196
|
-
0,
|
|
1197
|
-
[_oOT, _oSRET],
|
|
1198
|
-
[() => MSTeamsChannel$, () => MSTeamsChannel$]
|
|
1199
|
-
];
|
|
1200
1110
|
export var NewRelicApiKeyConfig$ = [3, n0, _NRAKC,
|
|
1201
1111
|
0,
|
|
1202
1112
|
[_aK, _aIc, _reg, _aIp, _eG, _aPI],
|
|
@@ -1264,7 +1174,7 @@ export var RegisteredAzureDevOpsServiceDetails$ = [3, n0, _RADOSD,
|
|
|
1264
1174
|
];
|
|
1265
1175
|
export var RegisteredAzureIdentityDetails$ = [3, n0, _RAID,
|
|
1266
1176
|
0,
|
|
1267
|
-
[
|
|
1177
|
+
[_tIe, _cI, _wIRA, _wITA],
|
|
1268
1178
|
[0, 0, 0, 64 | 0], 4
|
|
1269
1179
|
];
|
|
1270
1180
|
export var RegisteredGithubServiceDetails$ = [3, n0, _RGSD,
|
|
@@ -1287,11 +1197,6 @@ export var RegisteredMCPServerDetails$ = [3, n0, _RMCPSD,
|
|
|
1287
1197
|
[_n, _en, _aM, _d, _aKH],
|
|
1288
1198
|
[0, 0, 0, [() => Description, 0], 0], 3
|
|
1289
1199
|
];
|
|
1290
|
-
export var RegisteredMCPServerSigV4Details$ = [3, n0, _RMCPSSVD,
|
|
1291
|
-
0,
|
|
1292
|
-
[_n, _en, _reg, _ser, _rAo, _d],
|
|
1293
|
-
[0, 0, 0, 0, 0, [() => Description, 0]], 5
|
|
1294
|
-
];
|
|
1295
1200
|
export var RegisteredNewRelicDetails$ = [3, n0, _RNRD,
|
|
1296
1201
|
0,
|
|
1297
1202
|
[_aIc, _reg, _d],
|
|
@@ -1314,7 +1219,7 @@ export var RegisteredServiceNowDetails$ = [3, n0, _RSND,
|
|
|
1314
1219
|
];
|
|
1315
1220
|
export var RegisteredSlackServiceDetails$ = [3, n0, _RSSD,
|
|
1316
1221
|
0,
|
|
1317
|
-
[
|
|
1222
|
+
[_tIea, _tNe],
|
|
1318
1223
|
[0, 0], 2
|
|
1319
1224
|
];
|
|
1320
1225
|
export var RegisterServiceInput$ = [3, n0, _RSI,
|
|
@@ -1339,7 +1244,7 @@ export var SendMessageContentBlockDeltaEvent$ = [3, n0, _SMCBDE,
|
|
|
1339
1244
|
];
|
|
1340
1245
|
export var SendMessageContentBlockStartEvent$ = [3, n0, _SMCBSE,
|
|
1341
1246
|
0,
|
|
1342
|
-
[_in, _ty, _id_,
|
|
1247
|
+
[_in, _ty, _id_, _pIa, _sN],
|
|
1343
1248
|
[1, 0, 0, 0, 1]
|
|
1344
1249
|
];
|
|
1345
1250
|
export var SendMessageContentBlockStopEvent$ = [3, n0, _SMCBSEe,
|
|
@@ -1447,11 +1352,6 @@ export var SourceAwsConfiguration$ = [3, n0, _SAC,
|
|
|
1447
1352
|
[_aIc, _aT, _aRA, _eIx],
|
|
1448
1353
|
[0, 0, 0, 0], 3
|
|
1449
1354
|
];
|
|
1450
|
-
export var SupportLevel$ = [3, n0, _SL,
|
|
1451
|
-
0,
|
|
1452
|
-
[_cod, _n],
|
|
1453
|
-
[0, 0], 2
|
|
1454
|
-
];
|
|
1455
1355
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
1456
1356
|
0,
|
|
1457
1357
|
[_rA, _t],
|
|
@@ -1659,8 +1559,8 @@ var ExchangeParameters = [2, n0, _EP,
|
|
|
1659
1559
|
var Tags = 128 | 0;
|
|
1660
1560
|
export var AdditionalServiceDetails$ = [4, n0, _ASD,
|
|
1661
1561
|
0,
|
|
1662
|
-
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag
|
|
1663
|
-
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails
|
|
1562
|
+
[_gi, _sl, _mc, _mcp, _servi, _git, _mcps, _mcpse, _az, _azu, _mcpser, _pag],
|
|
1563
|
+
[() => RegisteredGithubServiceDetails$, () => RegisteredSlackServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredMCPServerDetails$, 0], () => RegisteredServiceNowDetails$, () => RegisteredGitLabServiceDetails$, [() => RegisteredMCPServerDetails$, 0], [() => RegisteredNewRelicDetails$, 0], () => RegisteredAzureDevOpsServiceDetails$, () => RegisteredAzureIdentityDetails$, () => RegisteredGrafanaServerDetails$, () => RegisteredPagerDutyDetails$]
|
|
1664
1564
|
];
|
|
1665
1565
|
export var AdditionalServiceRegistrationStep$ = [4, n0, _ASRS,
|
|
1666
1566
|
0,
|
|
@@ -1719,13 +1619,13 @@ export var SendMessageEvents$ = [4, n0, _SME,
|
|
|
1719
1619
|
];
|
|
1720
1620
|
export var ServiceConfiguration$ = [4, n0, _SCe,
|
|
1721
1621
|
0,
|
|
1722
|
-
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _git, _eCv, _azur, _az, _mcpser, _pag
|
|
1723
|
-
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => GitLabConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0]
|
|
1622
|
+
[_sA, _aw, _gi, _sl, _dy, _servi, _mcpse, _git, _eCv, _azur, _az, _mcpser, _pag],
|
|
1623
|
+
[() => SourceAwsConfiguration$, () => AWSConfiguration$, () => GitHubConfiguration$, () => SlackConfiguration$, () => DynatraceConfiguration$, () => ServiceNowConfiguration$, () => MCPServerNewRelicConfiguration$, () => GitLabConfiguration$, () => EventChannelConfiguration$, () => AzureConfiguration$, () => AzureDevOpsConfiguration$, () => MCPServerGrafanaConfiguration$, [() => PagerDutyConfiguration$, 0]]
|
|
1724
1624
|
];
|
|
1725
1625
|
export var ServiceDetails$ = [4, n0, _SD,
|
|
1726
1626
|
0,
|
|
1727
|
-
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu
|
|
1728
|
-
[[() => DynatraceServiceDetails$, 0], [() => ServiceNowServiceDetails$, 0], [() => DatadogServiceDetails$, 0], [() => MCPServerDetails$, 0], [() => GitLabDetails$, 0], [() => MCPServerDetails$, 0], [() => NewRelicServiceDetails$, 0], () => EventChannelDetails$, [() => GrafanaServiceDetails$, 0], [() => PagerDutyDetails$, 0], () => RegisteredAzureIdentityDetails
|
|
1627
|
+
[_dy, _servi, _mc, _mcp, _git, _mcps, _mcpse, _eCv, _mcpser, _pag, _azu],
|
|
1628
|
+
[[() => DynatraceServiceDetails$, 0], [() => ServiceNowServiceDetails$, 0], [() => DatadogServiceDetails$, 0], [() => MCPServerDetails$, 0], [() => GitLabDetails$, 0], [() => MCPServerDetails$, 0], [() => NewRelicServiceDetails$, 0], () => EventChannelDetails$, [() => GrafanaServiceDetails$, 0], [() => PagerDutyDetails$, 0], () => RegisteredAzureIdentityDetails$]
|
|
1729
1629
|
];
|
|
1730
1630
|
export var ServiceNowServiceAuthorizationConfig$ = [4, n0, _SNSAC,
|
|
1731
1631
|
0,
|
|
@@ -1752,7 +1652,7 @@ export var CreateBacklogTask$ = [9, n0, _CBT,
|
|
|
1752
1652
|
export var CreateChat$ = [9, n0, _CC,
|
|
1753
1653
|
{ [_en]: ["dp."], [_ht]: ["POST", "/agents/agent-space/{agentSpaceId}/chat/create", 200] }, () => CreateChatRequest$, () => CreateChatResponse$
|
|
1754
1654
|
];
|
|
1755
|
-
export var CreatePrivateConnection$ = [9, n0,
|
|
1655
|
+
export var CreatePrivateConnection$ = [9, n0, _CPC,
|
|
1756
1656
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/private-connections", 200] }, () => CreatePrivateConnectionInput$, () => CreatePrivateConnectionOutput$
|
|
1757
1657
|
];
|
|
1758
1658
|
export var DeleteAgentSpace$ = [9, n0, _DAS,
|
|
@@ -1767,9 +1667,6 @@ export var DeregisterService$ = [9, n0, _DS,
|
|
|
1767
1667
|
export var DescribePrivateConnection$ = [9, n0, _DPCe,
|
|
1768
1668
|
{ [_en]: ["cp."], [_ht]: ["GET", "/v1/private-connections/{name}", 200] }, () => DescribePrivateConnectionInput$, () => DescribePrivateConnectionOutput$
|
|
1769
1669
|
];
|
|
1770
|
-
export var DescribeSupportLevel$ = [9, n0, _DSL,
|
|
1771
|
-
{ [_en]: ["dp."], [_ht]: ["POST", "/support/agent-space/{agentSpaceId}/tasks/{taskId}/supportLevel", 201] }, () => DescribeSupportLevelRequest$, () => DescribeSupportLevelResponse$
|
|
1772
|
-
];
|
|
1773
1670
|
export var DisableOperatorApp$ = [9, n0, _DOA,
|
|
1774
1671
|
{ [_en]: ["cp."], [_ht]: ["DELETE", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => DisableOperatorAppInput$, () => __Unit
|
|
1775
1672
|
];
|
|
@@ -1779,9 +1676,6 @@ export var DisassociateService$ = [9, n0, _DSi,
|
|
|
1779
1676
|
export var EnableOperatorApp$ = [9, n0, _EOA,
|
|
1780
1677
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/operator", 200] }, () => EnableOperatorAppInput$, () => EnableOperatorAppOutput$
|
|
1781
1678
|
];
|
|
1782
|
-
export var EndChatForCase$ = [9, n0, _ECFC,
|
|
1783
|
-
{ [_en]: ["dp."], [_ht]: ["POST", "/support/agent-space/{agentSpaceId}/tasks/{taskId}/end-chat-for-case", 200] }, () => EndChatForCaseRequest$, () => EndChatForCaseResponse$
|
|
1784
|
-
];
|
|
1785
1679
|
export var GetAccountUsage$ = [9, n0, _GAU,
|
|
1786
1680
|
{ [_en]: ["dp."], [_ht]: ["GET", "/usage/account", 200] }, () => GetAccountUsageInput$, () => GetAccountUsageOutput$
|
|
1787
1681
|
];
|
|
@@ -1803,9 +1697,6 @@ export var GetRecommendation$ = [9, n0, _GR,
|
|
|
1803
1697
|
export var GetService$ = [9, n0, _GSe,
|
|
1804
1698
|
{ [_en]: ["cp."], [_ht]: ["GET", "/v1/services/{serviceId}", 200] }, () => GetServiceInput$, () => GetServiceOutput$
|
|
1805
1699
|
];
|
|
1806
|
-
export var InitiateChatForCase$ = [9, n0, _ICFC,
|
|
1807
|
-
{ [_en]: ["dp."], [_ht]: ["POST", "/support/agent-space/{agentSpaceId}/tasks/{taskId}/chats", 201] }, () => InitiateChatForCaseRequest$, () => InitiateChatForCaseResponse$
|
|
1808
|
-
];
|
|
1809
1700
|
export var ListAgentSpaces$ = [9, n0, _LAS,
|
|
1810
1701
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/list", 200] }, () => ListAgentSpacesInput$, () => ListAgentSpacesOutput$
|
|
1811
1702
|
];
|
|
@@ -9,11 +9,9 @@ import { type DeleteAgentSpaceCommandInput, type DeleteAgentSpaceCommandOutput }
|
|
|
9
9
|
import { type DeletePrivateConnectionCommandInput, type DeletePrivateConnectionCommandOutput } from "./commands/DeletePrivateConnectionCommand";
|
|
10
10
|
import { type DeregisterServiceCommandInput, type DeregisterServiceCommandOutput } from "./commands/DeregisterServiceCommand";
|
|
11
11
|
import { type DescribePrivateConnectionCommandInput, type DescribePrivateConnectionCommandOutput } from "./commands/DescribePrivateConnectionCommand";
|
|
12
|
-
import { type DescribeSupportLevelCommandInput, type DescribeSupportLevelCommandOutput } from "./commands/DescribeSupportLevelCommand";
|
|
13
12
|
import { type DisableOperatorAppCommandInput, type DisableOperatorAppCommandOutput } from "./commands/DisableOperatorAppCommand";
|
|
14
13
|
import { type DisassociateServiceCommandInput, type DisassociateServiceCommandOutput } from "./commands/DisassociateServiceCommand";
|
|
15
14
|
import { type EnableOperatorAppCommandInput, type EnableOperatorAppCommandOutput } from "./commands/EnableOperatorAppCommand";
|
|
16
|
-
import { type EndChatForCaseCommandInput, type EndChatForCaseCommandOutput } from "./commands/EndChatForCaseCommand";
|
|
17
15
|
import { type GetAccountUsageCommandInput, type GetAccountUsageCommandOutput } from "./commands/GetAccountUsageCommand";
|
|
18
16
|
import { type GetAgentSpaceCommandInput, type GetAgentSpaceCommandOutput } from "./commands/GetAgentSpaceCommand";
|
|
19
17
|
import { type GetAssociationCommandInput, type GetAssociationCommandOutput } from "./commands/GetAssociationCommand";
|
|
@@ -21,7 +19,6 @@ import { type GetBacklogTaskCommandInput, type GetBacklogTaskCommandOutput } fro
|
|
|
21
19
|
import { type GetOperatorAppCommandInput, type GetOperatorAppCommandOutput } from "./commands/GetOperatorAppCommand";
|
|
22
20
|
import { type GetRecommendationCommandInput, type GetRecommendationCommandOutput } from "./commands/GetRecommendationCommand";
|
|
23
21
|
import { type GetServiceCommandInput, type GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
24
|
-
import { type InitiateChatForCaseCommandInput, type InitiateChatForCaseCommandOutput } from "./commands/InitiateChatForCaseCommand";
|
|
25
22
|
import { type ListAgentSpacesCommandInput, type ListAgentSpacesCommandOutput } from "./commands/ListAgentSpacesCommand";
|
|
26
23
|
import { type ListAssociationsCommandInput, type ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
|
|
27
24
|
import { type ListBacklogTasksCommandInput, type ListBacklogTasksCommandOutput } from "./commands/ListBacklogTasksCommand";
|
|
@@ -109,12 +106,6 @@ export interface DevOpsAgent {
|
|
|
109
106
|
describePrivateConnection(args: DescribePrivateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribePrivateConnectionCommandOutput>;
|
|
110
107
|
describePrivateConnection(args: DescribePrivateConnectionCommandInput, cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void): void;
|
|
111
108
|
describePrivateConnection(args: DescribePrivateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePrivateConnectionCommandOutput) => void): void;
|
|
112
|
-
/**
|
|
113
|
-
* @see {@link DescribeSupportLevelCommand}
|
|
114
|
-
*/
|
|
115
|
-
describeSupportLevel(args: DescribeSupportLevelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSupportLevelCommandOutput>;
|
|
116
|
-
describeSupportLevel(args: DescribeSupportLevelCommandInput, cb: (err: any, data?: DescribeSupportLevelCommandOutput) => void): void;
|
|
117
|
-
describeSupportLevel(args: DescribeSupportLevelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSupportLevelCommandOutput) => void): void;
|
|
118
109
|
/**
|
|
119
110
|
* @see {@link DisableOperatorAppCommand}
|
|
120
111
|
*/
|
|
@@ -133,12 +124,6 @@ export interface DevOpsAgent {
|
|
|
133
124
|
enableOperatorApp(args: EnableOperatorAppCommandInput, options?: __HttpHandlerOptions): Promise<EnableOperatorAppCommandOutput>;
|
|
134
125
|
enableOperatorApp(args: EnableOperatorAppCommandInput, cb: (err: any, data?: EnableOperatorAppCommandOutput) => void): void;
|
|
135
126
|
enableOperatorApp(args: EnableOperatorAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOperatorAppCommandOutput) => void): void;
|
|
136
|
-
/**
|
|
137
|
-
* @see {@link EndChatForCaseCommand}
|
|
138
|
-
*/
|
|
139
|
-
endChatForCase(args: EndChatForCaseCommandInput, options?: __HttpHandlerOptions): Promise<EndChatForCaseCommandOutput>;
|
|
140
|
-
endChatForCase(args: EndChatForCaseCommandInput, cb: (err: any, data?: EndChatForCaseCommandOutput) => void): void;
|
|
141
|
-
endChatForCase(args: EndChatForCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EndChatForCaseCommandOutput) => void): void;
|
|
142
127
|
/**
|
|
143
128
|
* @see {@link GetAccountUsageCommand}
|
|
144
129
|
*/
|
|
@@ -182,12 +167,6 @@ export interface DevOpsAgent {
|
|
|
182
167
|
getService(args: GetServiceCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceCommandOutput>;
|
|
183
168
|
getService(args: GetServiceCommandInput, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
|
|
184
169
|
getService(args: GetServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
|
|
185
|
-
/**
|
|
186
|
-
* @see {@link InitiateChatForCaseCommand}
|
|
187
|
-
*/
|
|
188
|
-
initiateChatForCase(args: InitiateChatForCaseCommandInput, options?: __HttpHandlerOptions): Promise<InitiateChatForCaseCommandOutput>;
|
|
189
|
-
initiateChatForCase(args: InitiateChatForCaseCommandInput, cb: (err: any, data?: InitiateChatForCaseCommandOutput) => void): void;
|
|
190
|
-
initiateChatForCase(args: InitiateChatForCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InitiateChatForCaseCommandOutput) => void): void;
|
|
191
170
|
/**
|
|
192
171
|
* @see {@link ListAgentSpacesCommand}
|
|
193
172
|
*/
|
|
@@ -18,11 +18,9 @@ import type { DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput } from
|
|
|
18
18
|
import type { DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput } from "./commands/DeletePrivateConnectionCommand";
|
|
19
19
|
import type { DeregisterServiceCommandInput, DeregisterServiceCommandOutput } from "./commands/DeregisterServiceCommand";
|
|
20
20
|
import type { DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput } from "./commands/DescribePrivateConnectionCommand";
|
|
21
|
-
import type { DescribeSupportLevelCommandInput, DescribeSupportLevelCommandOutput } from "./commands/DescribeSupportLevelCommand";
|
|
22
21
|
import type { DisableOperatorAppCommandInput, DisableOperatorAppCommandOutput } from "./commands/DisableOperatorAppCommand";
|
|
23
22
|
import type { DisassociateServiceCommandInput, DisassociateServiceCommandOutput } from "./commands/DisassociateServiceCommand";
|
|
24
23
|
import type { EnableOperatorAppCommandInput, EnableOperatorAppCommandOutput } from "./commands/EnableOperatorAppCommand";
|
|
25
|
-
import type { EndChatForCaseCommandInput, EndChatForCaseCommandOutput } from "./commands/EndChatForCaseCommand";
|
|
26
24
|
import type { GetAccountUsageCommandInput, GetAccountUsageCommandOutput } from "./commands/GetAccountUsageCommand";
|
|
27
25
|
import type { GetAgentSpaceCommandInput, GetAgentSpaceCommandOutput } from "./commands/GetAgentSpaceCommand";
|
|
28
26
|
import type { GetAssociationCommandInput, GetAssociationCommandOutput } from "./commands/GetAssociationCommand";
|
|
@@ -30,7 +28,6 @@ import type { GetBacklogTaskCommandInput, GetBacklogTaskCommandOutput } from "./
|
|
|
30
28
|
import type { GetOperatorAppCommandInput, GetOperatorAppCommandOutput } from "./commands/GetOperatorAppCommand";
|
|
31
29
|
import type { GetRecommendationCommandInput, GetRecommendationCommandOutput } from "./commands/GetRecommendationCommand";
|
|
32
30
|
import type { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
33
|
-
import type { InitiateChatForCaseCommandInput, InitiateChatForCaseCommandOutput } from "./commands/InitiateChatForCaseCommand";
|
|
34
31
|
import type { ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput } from "./commands/ListAgentSpacesCommand";
|
|
35
32
|
import type { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
|
|
36
33
|
import type { ListBacklogTasksCommandInput, ListBacklogTasksCommandOutput } from "./commands/ListBacklogTasksCommand";
|
|
@@ -62,11 +59,11 @@ export { __Client };
|
|
|
62
59
|
/**
|
|
63
60
|
* @public
|
|
64
61
|
*/
|
|
65
|
-
export type ServiceInputTypes = AllowVendedLogDeliveryForResourceCommandInput | AssociateServiceCommandInput | CreateAgentSpaceCommandInput | CreateBacklogTaskCommandInput | CreateChatCommandInput | CreatePrivateConnectionCommandInput | DeleteAgentSpaceCommandInput | DeletePrivateConnectionCommandInput | DeregisterServiceCommandInput | DescribePrivateConnectionCommandInput |
|
|
62
|
+
export type ServiceInputTypes = AllowVendedLogDeliveryForResourceCommandInput | AssociateServiceCommandInput | CreateAgentSpaceCommandInput | CreateBacklogTaskCommandInput | CreateChatCommandInput | CreatePrivateConnectionCommandInput | DeleteAgentSpaceCommandInput | DeletePrivateConnectionCommandInput | DeregisterServiceCommandInput | DescribePrivateConnectionCommandInput | DisableOperatorAppCommandInput | DisassociateServiceCommandInput | EnableOperatorAppCommandInput | GetAccountUsageCommandInput | GetAgentSpaceCommandInput | GetAssociationCommandInput | GetBacklogTaskCommandInput | GetOperatorAppCommandInput | GetRecommendationCommandInput | GetServiceCommandInput | ListAgentSpacesCommandInput | ListAssociationsCommandInput | ListBacklogTasksCommandInput | ListChatsCommandInput | ListExecutionsCommandInput | ListGoalsCommandInput | ListJournalRecordsCommandInput | ListPendingMessagesCommandInput | ListPrivateConnectionsCommandInput | ListRecommendationsCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | ListWebhooksCommandInput | RegisterServiceCommandInput | SendMessageCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentSpaceCommandInput | UpdateAssociationCommandInput | UpdateBacklogTaskCommandInput | UpdateGoalCommandInput | UpdateOperatorAppIdpConfigCommandInput | UpdatePrivateConnectionCertificateCommandInput | UpdateRecommendationCommandInput | ValidateAwsAssociationsCommandInput;
|
|
66
63
|
/**
|
|
67
64
|
* @public
|
|
68
65
|
*/
|
|
69
|
-
export type ServiceOutputTypes = AllowVendedLogDeliveryForResourceCommandOutput | AssociateServiceCommandOutput | CreateAgentSpaceCommandOutput | CreateBacklogTaskCommandOutput | CreateChatCommandOutput | CreatePrivateConnectionCommandOutput | DeleteAgentSpaceCommandOutput | DeletePrivateConnectionCommandOutput | DeregisterServiceCommandOutput | DescribePrivateConnectionCommandOutput |
|
|
66
|
+
export type ServiceOutputTypes = AllowVendedLogDeliveryForResourceCommandOutput | AssociateServiceCommandOutput | CreateAgentSpaceCommandOutput | CreateBacklogTaskCommandOutput | CreateChatCommandOutput | CreatePrivateConnectionCommandOutput | DeleteAgentSpaceCommandOutput | DeletePrivateConnectionCommandOutput | DeregisterServiceCommandOutput | DescribePrivateConnectionCommandOutput | DisableOperatorAppCommandOutput | DisassociateServiceCommandOutput | EnableOperatorAppCommandOutput | GetAccountUsageCommandOutput | GetAgentSpaceCommandOutput | GetAssociationCommandOutput | GetBacklogTaskCommandOutput | GetOperatorAppCommandOutput | GetRecommendationCommandOutput | GetServiceCommandOutput | ListAgentSpacesCommandOutput | ListAssociationsCommandOutput | ListBacklogTasksCommandOutput | ListChatsCommandOutput | ListExecutionsCommandOutput | ListGoalsCommandOutput | ListJournalRecordsCommandOutput | ListPendingMessagesCommandOutput | ListPrivateConnectionsCommandOutput | ListRecommendationsCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | ListWebhooksCommandOutput | RegisterServiceCommandOutput | SendMessageCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentSpaceCommandOutput | UpdateAssociationCommandOutput | UpdateBacklogTaskCommandOutput | UpdateGoalCommandOutput | UpdateOperatorAppIdpConfigCommandOutput | UpdatePrivateConnectionCertificateCommandOutput | UpdateRecommendationCommandOutput | ValidateAwsAssociationsCommandOutput;
|
|
70
67
|
/**
|
|
71
68
|
* @public
|
|
72
69
|
*/
|
|
@@ -27,7 +27,7 @@ declare const AllowVendedLogDeliveryForResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Authorize Ingestion Hub subscription operation.
|
|
30
|
+
* Authorize Ingestion Hub subscription operation.
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -115,20 +115,6 @@ declare const AssociateServiceCommand_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 AssociateServiceCommand(input);
|
|
@@ -217,20 +203,6 @@ declare const AssociateServiceCommand_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
|
|
@@ -52,6 +52,10 @@ declare const GetAccountUsageCommand_base: {
|
|
|
52
52
|
* // limit: Number("int"), // required
|
|
53
53
|
* // usage: Number("double"), // required
|
|
54
54
|
* // },
|
|
55
|
+
* // monthlyAccountOnDemandHours: {
|
|
56
|
+
* // limit: Number("int"), // required
|
|
57
|
+
* // usage: Number("double"), // required
|
|
58
|
+
* // },
|
|
55
59
|
* // usagePeriodStartTime: new Date("TIMESTAMP"), // required
|
|
56
60
|
* // usagePeriodEndTime: new Date("TIMESTAMP"), // required
|
|
57
61
|
* // };
|
|
@@ -126,20 +126,6 @@ declare const GetAssociationCommand_base: {
|
|
|
126
126
|
* // ],
|
|
127
127
|
* // customerEmail: "STRING_VALUE", // required
|
|
128
128
|
* // },
|
|
129
|
-
* // msteams: { // MSTeamsConfiguration
|
|
130
|
-
* // teamId: "STRING_VALUE", // required
|
|
131
|
-
* // teamName: "STRING_VALUE", // required
|
|
132
|
-
* // transmissionTarget: { // MSTeamsTransmissionTarget
|
|
133
|
-
* // opsOncallTarget: { // MSTeamsChannel
|
|
134
|
-
* // channelName: "STRING_VALUE", // required
|
|
135
|
-
* // channelId: "STRING_VALUE", // required
|
|
136
|
-
* // },
|
|
137
|
-
* // opsSRETarget: {
|
|
138
|
-
* // channelName: "STRING_VALUE", // required
|
|
139
|
-
* // channelId: "STRING_VALUE", // required
|
|
140
|
-
* // },
|
|
141
|
-
* // },
|
|
142
|
-
* // },
|
|
143
129
|
* // },
|
|
144
130
|
* // },
|
|
145
131
|
* // };
|