@aws-sdk/client-devops-agent 3.1030.0 → 3.1031.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 -7
- package/dist-cjs/index.js +0 -14
- package/dist-cjs/schemas/schemas_0.js +9 -28
- package/dist-es/DevOpsAgent.js +0 -2
- package/dist-es/commands/index.js +0 -1
- package/dist-es/schemas/schemas_0.js +4 -23
- package/dist-types/DevOpsAgent.d.ts +0 -7
- package/dist-types/DevOpsAgentClient.d.ts +2 -3
- package/dist-types/commands/CreateChatCommand.d.ts +1 -1
- package/dist-types/commands/ListChatsCommand.d.ts +1 -1
- package/dist-types/commands/SendMessageCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +12 -38
- package/dist-types/schemas/schemas_0.d.ts +0 -3
- package/dist-types/ts3.4/DevOpsAgent.d.ts +0 -23
- package/dist-types/ts3.4/DevOpsAgentClient.d.ts +0 -6
- package/dist-types/ts3.4/commands/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -3
- package/package.json +36 -36
- package/dist-es/commands/AllowVendedLogDeliveryForResourceCommand.js +0 -16
- package/dist-types/commands/AllowVendedLogDeliveryForResourceCommand.d.ts +0 -100
- package/dist-types/ts3.4/commands/AllowVendedLogDeliveryForResourceCommand.d.ts +0 -51
package/README.md
CHANGED
|
@@ -188,13 +188,6 @@ see LICENSE for more information.
|
|
|
188
188
|
|
|
189
189
|
## Client Commands (Operations List)
|
|
190
190
|
|
|
191
|
-
<details>
|
|
192
|
-
<summary>
|
|
193
|
-
AllowVendedLogDeliveryForResource
|
|
194
|
-
</summary>
|
|
195
|
-
|
|
196
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/devops-agent/command/AllowVendedLogDeliveryForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/AllowVendedLogDeliveryForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-devops-agent/Interface/AllowVendedLogDeliveryForResourceCommandOutput/)
|
|
197
|
-
</details>
|
|
198
191
|
<details>
|
|
199
192
|
<summary>
|
|
200
193
|
AssociateService
|
package/dist-cjs/index.js
CHANGED
|
@@ -113,18 +113,6 @@ class DevOpsAgentClient extends smithyClient.Client {
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
class AllowVendedLogDeliveryForResourceCommand extends smithyClient.Command
|
|
117
|
-
.classBuilder()
|
|
118
|
-
.ep(commonParams)
|
|
119
|
-
.m(function (Command, cs, config, o) {
|
|
120
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
121
|
-
})
|
|
122
|
-
.s("DevOpsAgent", "AllowVendedLogDeliveryForResource", {})
|
|
123
|
-
.n("DevOpsAgentClient", "AllowVendedLogDeliveryForResourceCommand")
|
|
124
|
-
.sc(schemas_0.AllowVendedLogDeliveryForResource$)
|
|
125
|
-
.build() {
|
|
126
|
-
}
|
|
127
|
-
|
|
128
116
|
class AssociateServiceCommand extends smithyClient.Command
|
|
129
117
|
.classBuilder()
|
|
130
118
|
.ep(commonParams)
|
|
@@ -672,7 +660,6 @@ const paginateListJournalRecords = core.createPaginator(DevOpsAgentClient, ListJ
|
|
|
672
660
|
const paginateListServices = core.createPaginator(DevOpsAgentClient, ListServicesCommand, "nextToken", "nextToken", "maxResults");
|
|
673
661
|
|
|
674
662
|
const commands = {
|
|
675
|
-
AllowVendedLogDeliveryForResourceCommand,
|
|
676
663
|
AssociateServiceCommand,
|
|
677
664
|
CreateAgentSpaceCommand,
|
|
678
665
|
CreateBacklogTaskCommand,
|
|
@@ -896,7 +883,6 @@ const EventChannelType = {
|
|
|
896
883
|
exports.$Command = smithyClient.Command;
|
|
897
884
|
exports.__Client = smithyClient.Client;
|
|
898
885
|
exports.DevOpsAgentServiceException = DevOpsAgentServiceException.DevOpsAgentServiceException;
|
|
899
|
-
exports.AllowVendedLogDeliveryForResourceCommand = AllowVendedLogDeliveryForResourceCommand;
|
|
900
886
|
exports.AssociateServiceCommand = AssociateServiceCommand;
|
|
901
887
|
exports.AuthFlow = AuthFlow;
|
|
902
888
|
exports.CreateAgentSpaceCommand = CreateAgentSpaceCommand;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Execution$ = exports.EventChannelDetails$ = exports.EventChannelConfiguration$ = exports.EnableOperatorAppOutput$ = exports.EnableOperatorAppInput$ = exports.DynatraceServiceDetails$ = exports.DynatraceOAuthClientCredentialsConfig$ = exports.DynatraceConfiguration$ = exports.DisassociateServiceOutput$ = exports.DisassociateServiceInput$ = exports.DisableOperatorAppInput$ = exports.DescribePrivateConnectionOutput$ = exports.DescribePrivateConnectionInput$ = exports.DeregisterServiceOutput$ = exports.DeregisterServiceInput$ = exports.DeletePrivateConnectionOutput$ = exports.DeletePrivateConnectionInput$ = exports.DeleteAgentSpaceOutput$ = exports.DeleteAgentSpaceInput$ = exports.DatadogServiceDetails$ = exports.CreatePrivateConnectionOutput$ = exports.CreatePrivateConnectionInput$ = exports.CreateChatResponse$ = exports.CreateChatRequest$ = exports.CreateBacklogTaskResponse$ = exports.CreateBacklogTaskRequest$ = exports.CreateAgentSpaceOutput$ = exports.CreateAgentSpaceInput$ = exports.ChatExecution$ = exports.AzureDevOpsConfiguration$ = exports.AzureConfiguration$ = exports.AWSConfiguration$ = exports.Association$ = exports.AssociateServiceOutput$ = exports.AssociateServiceInput$ = exports.
|
|
4
|
-
exports.ListTagsForResourceRequest$ = exports.ListServicesOutput$ = exports.ListServicesInput$ = exports.ListRecommendationsResponse$ = exports.ListRecommendationsRequest$ = exports.ListPrivateConnectionsOutput$ = exports.ListPrivateConnectionsInput$ = exports.ListPendingMessagesResponse$ = exports.ListPendingMessagesRequest$ = exports.ListJournalRecordsResponse$ = exports.ListJournalRecordsRequest$ = exports.ListGoalsResponse$ = exports.ListGoalsRequest$ = exports.ListExecutionsResponse$ = exports.ListExecutionsRequest$ = exports.ListChatsResponse$ = exports.ListChatsRequest$ = exports.ListBacklogTasksResponse$ = exports.ListBacklogTasksRequest$ = exports.ListAssociationsOutput$ = exports.ListAssociationsInput$ = exports.ListAgentSpacesOutput$ = exports.ListAgentSpacesInput$ = exports.JournalRecord$ = exports.IdpAuthConfiguration$ = exports.IdcAuthConfiguration$ = exports.IamAuthConfiguration$ = exports.GrafanaServiceDetails$ = exports.GoalScheduleInput$ = exports.GoalSchedule$ = exports.GoalContent$ = exports.Goal$ = exports.GitLabDetails$ = exports.GitLabConfiguration$ = exports.GitHubConfiguration$ = exports.GetServiceOutput$ = exports.GetServiceInput$ = exports.GetRecommendationResponse$ = exports.GetRecommendationRequest$ = exports.GetOperatorAppOutput$ = exports.GetOperatorAppInput$ = exports.GetBacklogTaskResponse$ = exports.GetBacklogTaskRequest$ = exports.GetAssociationOutput$ = exports.GetAssociationInput$ = exports.GetAgentSpaceOutput$ = exports.GetAgentSpaceInput$ = exports.GetAccountUsageOutput$ =
|
|
5
|
-
exports.SendMessageResponseCreatedEvent$ = exports.SendMessageResponseCompletedEvent$ = exports.SendMessageResponse$ = exports.SendMessageRequest$ = exports.SendMessageJsonDelta$ = exports.SendMessageHeartbeatEvent$ = exports.SendMessageContext$ = exports.SendMessageContentBlockStopEvent$ = exports.SendMessageContentBlockStartEvent$ = exports.SendMessageContentBlockDeltaEvent$ = exports.SelfManagedInput$ = exports.RegisterServiceOutput$ = exports.RegisterServiceInput$ = exports.RegisteredSlackServiceDetails$ = exports.RegisteredServiceNowDetails$ = exports.RegisteredService$ = exports.RegisteredPagerDutyDetails$ = exports.RegisteredNewRelicDetails$ = exports.RegisteredMCPServerDetails$ = exports.RegisteredGrafanaServerDetails$ = exports.RegisteredGitLabServiceDetails$ = exports.RegisteredGithubServiceDetails$ = exports.RegisteredAzureIdentityDetails$ = exports.RegisteredAzureDevOpsServiceDetails$ = exports.ReferenceOutput$ = exports.ReferenceInput$ = exports.RecommendationContent$ = exports.Recommendation$ = exports.PrivateConnectionSummary$ = exports.PendingMessage$ = exports.PagerDutyOAuthClientCredentialsConfig$ = exports.PagerDutyDetails$ = exports.PagerDutyConfiguration$ = exports.OAuthAdditionalStepDetails$ = exports.NewRelicServiceDetails$ = exports.NewRelicApiKeyConfig$ = exports.MCPServerSplunkConfiguration$ = exports.MCPServerOAuthClientCredentialsConfig$ = exports.MCPServerOAuth3LOConfig$ = exports.MCPServerNewRelicConfiguration$ = exports.MCPServerGrafanaConfiguration$ = exports.MCPServerDetails$ = exports.MCPServerDatadogConfiguration$ = exports.MCPServerConfiguration$ = exports.MCPServerBearerTokenConfig$ = exports.MCPServerAuthorizationDiscoveryConfig$ = exports.MCPServerAPIKeyConfig$ = exports.ListWebhooksOutput$ =
|
|
6
|
-
exports.SendMessageContentBlockDelta$ = exports.PrivateConnectionMode$ = exports.PagerDutyAuthorizationConfig$ = exports.NewRelicServiceAuthorizationConfig$ = exports.Message$ = exports.MCPServerAuthorizationConfig$ = exports.DynatraceServiceAuthorizationConfig$ = exports.DatadogAuthorizationConfig$ = exports.AssistantMessageBlock$ = exports.AdditionalServiceRegistrationStep$ = exports.AdditionalServiceDetails$ = exports.Webhook$ = exports.ValidationExceptionField$ = exports.ValidateAwsAssociationsOutput$ = exports.ValidateAwsAssociationsInput$ = exports.UserReference$ = exports.UsageMetric$ = exports.UpdateRecommendationResponse$ = exports.UpdateRecommendationRequest$ = exports.UpdatePrivateConnectionCertificateOutput$ = exports.UpdatePrivateConnectionCertificateInput$ = exports.UpdateOperatorAppIdpConfigOutput$ = exports.UpdateOperatorAppIdpConfigInput$ = exports.UpdateGoalResponse$ = exports.UpdateGoalRequest$ = exports.UpdateBacklogTaskResponse$ = exports.UpdateBacklogTaskRequest$ = exports.UpdateAssociationOutput$ = exports.UpdateAssociationInput$ = exports.UpdateAgentSpaceOutput$ = exports.UpdateAgentSpaceInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TaskFilter$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SourceAwsConfiguration$ = exports.SlackTransmissionTarget$ = exports.SlackConfiguration$ = exports.SlackChannel$ = exports.ServiceNowServiceDetails$ = exports.ServiceNowOAuthClientCredentialsConfig$ = exports.ServiceNowConfiguration$ = exports.ServiceManagedInput$ = exports.SendMessageUsageInfo$ = exports.SendMessageTextDelta$ = exports.SendMessageSummaryEvent$ =
|
|
7
|
-
exports.ValidateAwsAssociations$ = exports.UpdateRecommendation$ = exports.UpdatePrivateConnectionCertificate$ = exports.UpdateOperatorAppIdpConfig$ = exports.UpdateGoal$ = exports.UpdateBacklogTask$ = exports.UpdateAssociation$ = exports.UpdateAgentSpace$ = exports.UntagResource$ = exports.TagResource$ = exports.SendMessage$ = exports.RegisterService$ = exports.ListWebhooks$ = exports.ListTagsForResource$ = exports.ListServices$ = exports.ListRecommendations$ = exports.ListPrivateConnections$ = exports.ListPendingMessages$ = exports.ListJournalRecords$ = exports.ListGoals$ = exports.ListExecutions$ = exports.ListChats$ = exports.ListBacklogTasks$ = exports.ListAssociations$ = exports.ListAgentSpaces$ = exports.GetService$ = exports.GetRecommendation$ = exports.GetOperatorApp$ = exports.GetBacklogTask$ = exports.GetAssociation$ = exports.GetAgentSpace$ = exports.GetAccountUsage$ = exports.EnableOperatorApp$ = exports.DisassociateService$ = exports.DisableOperatorApp$ = exports.DescribePrivateConnection$ = exports.DeregisterService$ = exports.DeletePrivateConnection$ = exports.DeleteAgentSpace$ = exports.CreatePrivateConnection$ = exports.CreateChat$ = exports.CreateBacklogTask$ = exports.CreateAgentSpace$ = exports.AssociateService$ = exports.
|
|
3
|
+
exports.GetAccountUsageInput$ = exports.GenericWebhook$ = exports.Execution$ = exports.EventChannelDetails$ = exports.EventChannelConfiguration$ = exports.EnableOperatorAppOutput$ = exports.EnableOperatorAppInput$ = exports.DynatraceServiceDetails$ = exports.DynatraceOAuthClientCredentialsConfig$ = exports.DynatraceConfiguration$ = exports.DisassociateServiceOutput$ = exports.DisassociateServiceInput$ = exports.DisableOperatorAppInput$ = exports.DescribePrivateConnectionOutput$ = exports.DescribePrivateConnectionInput$ = exports.DeregisterServiceOutput$ = exports.DeregisterServiceInput$ = exports.DeletePrivateConnectionOutput$ = exports.DeletePrivateConnectionInput$ = exports.DeleteAgentSpaceOutput$ = exports.DeleteAgentSpaceInput$ = exports.DatadogServiceDetails$ = exports.CreatePrivateConnectionOutput$ = exports.CreatePrivateConnectionInput$ = exports.CreateChatResponse$ = exports.CreateChatRequest$ = exports.CreateBacklogTaskResponse$ = exports.CreateBacklogTaskRequest$ = exports.CreateAgentSpaceOutput$ = exports.CreateAgentSpaceInput$ = exports.ChatExecution$ = exports.AzureDevOpsConfiguration$ = exports.AzureConfiguration$ = exports.AWSConfiguration$ = exports.Association$ = exports.AssociateServiceOutput$ = exports.AssociateServiceInput$ = exports.AgentSpace$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InvalidParameterException$ = exports.InternalServerException$ = exports.IdentityCenterServiceException$ = exports.ContentSizeExceededException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.DevOpsAgentServiceException$ = void 0;
|
|
4
|
+
exports.ListWebhooksInput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListServicesOutput$ = exports.ListServicesInput$ = exports.ListRecommendationsResponse$ = exports.ListRecommendationsRequest$ = exports.ListPrivateConnectionsOutput$ = exports.ListPrivateConnectionsInput$ = exports.ListPendingMessagesResponse$ = exports.ListPendingMessagesRequest$ = exports.ListJournalRecordsResponse$ = exports.ListJournalRecordsRequest$ = exports.ListGoalsResponse$ = exports.ListGoalsRequest$ = exports.ListExecutionsResponse$ = exports.ListExecutionsRequest$ = exports.ListChatsResponse$ = exports.ListChatsRequest$ = exports.ListBacklogTasksResponse$ = exports.ListBacklogTasksRequest$ = exports.ListAssociationsOutput$ = exports.ListAssociationsInput$ = exports.ListAgentSpacesOutput$ = exports.ListAgentSpacesInput$ = exports.JournalRecord$ = exports.IdpAuthConfiguration$ = exports.IdcAuthConfiguration$ = exports.IamAuthConfiguration$ = exports.GrafanaServiceDetails$ = exports.GoalScheduleInput$ = exports.GoalSchedule$ = exports.GoalContent$ = exports.Goal$ = exports.GitLabDetails$ = exports.GitLabConfiguration$ = exports.GitHubConfiguration$ = exports.GetServiceOutput$ = exports.GetServiceInput$ = exports.GetRecommendationResponse$ = exports.GetRecommendationRequest$ = exports.GetOperatorAppOutput$ = exports.GetOperatorAppInput$ = exports.GetBacklogTaskResponse$ = exports.GetBacklogTaskRequest$ = exports.GetAssociationOutput$ = exports.GetAssociationInput$ = exports.GetAgentSpaceOutput$ = exports.GetAgentSpaceInput$ = exports.GetAccountUsageOutput$ = void 0;
|
|
5
|
+
exports.SendMessageResponseInProgressEvent$ = exports.SendMessageResponseFailedEvent$ = exports.SendMessageResponseCreatedEvent$ = exports.SendMessageResponseCompletedEvent$ = exports.SendMessageResponse$ = exports.SendMessageRequest$ = exports.SendMessageJsonDelta$ = exports.SendMessageHeartbeatEvent$ = exports.SendMessageContext$ = exports.SendMessageContentBlockStopEvent$ = exports.SendMessageContentBlockStartEvent$ = exports.SendMessageContentBlockDeltaEvent$ = exports.SelfManagedInput$ = exports.RegisterServiceOutput$ = exports.RegisterServiceInput$ = exports.RegisteredSlackServiceDetails$ = exports.RegisteredServiceNowDetails$ = exports.RegisteredService$ = exports.RegisteredPagerDutyDetails$ = exports.RegisteredNewRelicDetails$ = exports.RegisteredMCPServerDetails$ = exports.RegisteredGrafanaServerDetails$ = exports.RegisteredGitLabServiceDetails$ = exports.RegisteredGithubServiceDetails$ = exports.RegisteredAzureIdentityDetails$ = exports.RegisteredAzureDevOpsServiceDetails$ = exports.ReferenceOutput$ = exports.ReferenceInput$ = exports.RecommendationContent$ = exports.Recommendation$ = exports.PrivateConnectionSummary$ = exports.PendingMessage$ = exports.PagerDutyOAuthClientCredentialsConfig$ = exports.PagerDutyDetails$ = exports.PagerDutyConfiguration$ = exports.OAuthAdditionalStepDetails$ = exports.NewRelicServiceDetails$ = exports.NewRelicApiKeyConfig$ = exports.MCPServerSplunkConfiguration$ = exports.MCPServerOAuthClientCredentialsConfig$ = exports.MCPServerOAuth3LOConfig$ = exports.MCPServerNewRelicConfiguration$ = exports.MCPServerGrafanaConfiguration$ = exports.MCPServerDetails$ = exports.MCPServerDatadogConfiguration$ = exports.MCPServerConfiguration$ = exports.MCPServerBearerTokenConfig$ = exports.MCPServerAuthorizationDiscoveryConfig$ = exports.MCPServerAPIKeyConfig$ = exports.ListWebhooksOutput$ = void 0;
|
|
6
|
+
exports.ServiceConfiguration$ = exports.SendMessageEvents$ = exports.SendMessageContentBlockDelta$ = exports.PrivateConnectionMode$ = exports.PagerDutyAuthorizationConfig$ = exports.NewRelicServiceAuthorizationConfig$ = exports.Message$ = exports.MCPServerAuthorizationConfig$ = exports.DynatraceServiceAuthorizationConfig$ = exports.DatadogAuthorizationConfig$ = exports.AssistantMessageBlock$ = exports.AdditionalServiceRegistrationStep$ = exports.AdditionalServiceDetails$ = exports.Webhook$ = exports.ValidationExceptionField$ = exports.ValidateAwsAssociationsOutput$ = exports.ValidateAwsAssociationsInput$ = exports.UserReference$ = exports.UsageMetric$ = exports.UpdateRecommendationResponse$ = exports.UpdateRecommendationRequest$ = exports.UpdatePrivateConnectionCertificateOutput$ = exports.UpdatePrivateConnectionCertificateInput$ = exports.UpdateOperatorAppIdpConfigOutput$ = exports.UpdateOperatorAppIdpConfigInput$ = exports.UpdateGoalResponse$ = exports.UpdateGoalRequest$ = exports.UpdateBacklogTaskResponse$ = exports.UpdateBacklogTaskRequest$ = exports.UpdateAssociationOutput$ = exports.UpdateAssociationInput$ = exports.UpdateAgentSpaceOutput$ = exports.UpdateAgentSpaceInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TaskFilter$ = exports.Task$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SourceAwsConfiguration$ = exports.SlackTransmissionTarget$ = exports.SlackConfiguration$ = exports.SlackChannel$ = exports.ServiceNowServiceDetails$ = exports.ServiceNowOAuthClientCredentialsConfig$ = exports.ServiceNowConfiguration$ = exports.ServiceManagedInput$ = exports.SendMessageUsageInfo$ = exports.SendMessageTextDelta$ = exports.SendMessageSummaryEvent$ = void 0;
|
|
7
|
+
exports.ValidateAwsAssociations$ = exports.UpdateRecommendation$ = exports.UpdatePrivateConnectionCertificate$ = exports.UpdateOperatorAppIdpConfig$ = exports.UpdateGoal$ = exports.UpdateBacklogTask$ = exports.UpdateAssociation$ = exports.UpdateAgentSpace$ = exports.UntagResource$ = exports.TagResource$ = exports.SendMessage$ = exports.RegisterService$ = exports.ListWebhooks$ = exports.ListTagsForResource$ = exports.ListServices$ = exports.ListRecommendations$ = exports.ListPrivateConnections$ = exports.ListPendingMessages$ = exports.ListJournalRecords$ = exports.ListGoals$ = exports.ListExecutions$ = exports.ListChats$ = exports.ListBacklogTasks$ = exports.ListAssociations$ = exports.ListAgentSpaces$ = exports.GetService$ = exports.GetRecommendation$ = exports.GetOperatorApp$ = exports.GetBacklogTask$ = exports.GetAssociation$ = exports.GetAgentSpace$ = exports.GetAccountUsage$ = exports.EnableOperatorApp$ = exports.DisassociateService$ = exports.DisableOperatorApp$ = exports.DescribePrivateConnection$ = exports.DeregisterService$ = exports.DeletePrivateConnection$ = exports.DeleteAgentSpace$ = exports.CreatePrivateConnection$ = exports.CreateChat$ = exports.CreateBacklogTask$ = exports.CreateAgentSpace$ = exports.AssociateService$ = exports.UserMessageBlock$ = exports.ServiceNowServiceAuthorizationConfig$ = exports.ServiceDetails$ = void 0;
|
|
8
8
|
const _A = "Association";
|
|
9
9
|
const _AC = "AzureConfiguration";
|
|
10
10
|
const _ADE = "AccessDeniedException";
|
|
@@ -20,9 +20,6 @@ const _ASL = "AgentSpaceList";
|
|
|
20
20
|
const _ASO = "AssociateServiceOutput";
|
|
21
21
|
const _ASRS = "AdditionalServiceRegistrationStep";
|
|
22
22
|
const _ASs = "AssociateService";
|
|
23
|
-
const _AVLDFR = "AllowVendedLogDeliveryForResource";
|
|
24
|
-
const _AVLDFRI = "AllowVendedLogDeliveryForResourceInput";
|
|
25
|
-
const _AVLDFRO = "AllowVendedLogDeliveryForResourceOutput";
|
|
26
23
|
const _AWSC = "AWSConfiguration";
|
|
27
24
|
const _CAS = "CreateAgentSpace";
|
|
28
25
|
const _CASI = "CreateAgentSpaceInput";
|
|
@@ -335,7 +332,6 @@ const _co = "configuration";
|
|
|
335
332
|
const _con = "content";
|
|
336
333
|
const _cont = "context";
|
|
337
334
|
const _d = "description";
|
|
338
|
-
const _dSA = "deliverySourceArn";
|
|
339
335
|
const _de = "delta";
|
|
340
336
|
const _dy = "dynatrace";
|
|
341
337
|
const _e = "error";
|
|
@@ -395,7 +391,6 @@ const _l = "locale";
|
|
|
395
391
|
const _lEA = "lastEvaluatedAt";
|
|
396
392
|
const _lM = "lastMessage";
|
|
397
393
|
const _lSTI = "lastSuccessfulTaskId";
|
|
398
|
-
const _lT = "logType";
|
|
399
394
|
const _lTI = "lastTaskId";
|
|
400
395
|
const _la = "last";
|
|
401
396
|
const _li = "limit";
|
|
@@ -445,7 +440,6 @@ const _pag = "pagerduty";
|
|
|
445
440
|
const _pr = "provider";
|
|
446
441
|
const _r = "reference";
|
|
447
442
|
const _rA = "resourceArn";
|
|
448
|
-
const _rABA = "resourceArnBeingAuthorized";
|
|
449
443
|
const _rC = "responseCreated";
|
|
450
444
|
const _rCI = "resourceConfigurationId";
|
|
451
445
|
const _rCe = "responseCompleted";
|
|
@@ -627,16 +621,6 @@ exports.AgentSpace$ = [3, n0, _AS,
|
|
|
627
621
|
[_n, _cA, _uA, _aSI, _d, _l, _kKA],
|
|
628
622
|
[0, 5, 5, 0, [() => Description, 0], 0, 0], 4
|
|
629
623
|
];
|
|
630
|
-
exports.AllowVendedLogDeliveryForResourceInput$ = [3, n0, _AVLDFRI,
|
|
631
|
-
0,
|
|
632
|
-
[_rABA, _dSA, _lT],
|
|
633
|
-
[0, 0, 0], 2
|
|
634
|
-
];
|
|
635
|
-
exports.AllowVendedLogDeliveryForResourceOutput$ = [3, n0, _AVLDFRO,
|
|
636
|
-
0,
|
|
637
|
-
[_m],
|
|
638
|
-
[0]
|
|
639
|
-
];
|
|
640
624
|
exports.AssociateServiceInput$ = [3, n0, _ASI,
|
|
641
625
|
0,
|
|
642
626
|
[_aSI, _sI, _co],
|
|
@@ -695,7 +679,7 @@ exports.CreateBacklogTaskResponse$ = [3, n0, _CBTRr,
|
|
|
695
679
|
exports.CreateChatRequest$ = [3, n0, _CCR,
|
|
696
680
|
0,
|
|
697
681
|
[_aSI, _uI, _uT],
|
|
698
|
-
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _uT }]],
|
|
682
|
+
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _uT }]], 1
|
|
699
683
|
];
|
|
700
684
|
exports.CreateChatResponse$ = [3, n0, _CCRr,
|
|
701
685
|
0,
|
|
@@ -980,7 +964,7 @@ exports.ListBacklogTasksResponse$ = [3, n0, _LBTRi,
|
|
|
980
964
|
exports.ListChatsRequest$ = [3, n0, _LCR,
|
|
981
965
|
0,
|
|
982
966
|
[_aSI, _uI, _mR, _nT],
|
|
983
|
-
[[0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
967
|
+
[[0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
984
968
|
];
|
|
985
969
|
exports.ListChatsResponse$ = [3, n0, _LCRi,
|
|
986
970
|
0,
|
|
@@ -1294,8 +1278,8 @@ exports.SendMessageJsonDelta$ = [3, n0, _SMJD,
|
|
|
1294
1278
|
];
|
|
1295
1279
|
exports.SendMessageRequest$ = [3, n0, _SMR,
|
|
1296
1280
|
0,
|
|
1297
|
-
[_aSI, _eI, _con,
|
|
1298
|
-
[[0, 1], 0, 0,
|
|
1281
|
+
[_aSI, _eI, _con, _cont, _uI],
|
|
1282
|
+
[[0, 1], 0, 0, () => exports.SendMessageContext$, 0], 3
|
|
1299
1283
|
];
|
|
1300
1284
|
exports.SendMessageResponse$ = [3, n0, _SMRe,
|
|
1301
1285
|
0,
|
|
@@ -1662,9 +1646,6 @@ exports.UserMessageBlock$ = [4, n0, _UMB,
|
|
|
1662
1646
|
[_te, _tR],
|
|
1663
1647
|
[0, 15]
|
|
1664
1648
|
];
|
|
1665
|
-
exports.AllowVendedLogDeliveryForResource$ = [9, n0, _AVLDFR,
|
|
1666
|
-
{ [_en]: ["cp."], [_ht]: ["POST", "/allow-vended-log-delivery-for-resource", 200] }, () => exports.AllowVendedLogDeliveryForResourceInput$, () => exports.AllowVendedLogDeliveryForResourceOutput$
|
|
1667
|
-
];
|
|
1668
1649
|
exports.AssociateService$ = [9, n0, _ASs,
|
|
1669
1650
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations", 201] }, () => exports.AssociateServiceInput$, () => exports.AssociateServiceOutput$
|
|
1670
1651
|
];
|
package/dist-es/DevOpsAgent.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
-
import { AllowVendedLogDeliveryForResourceCommand, } from "./commands/AllowVendedLogDeliveryForResourceCommand";
|
|
3
2
|
import { AssociateServiceCommand, } from "./commands/AssociateServiceCommand";
|
|
4
3
|
import { CreateAgentSpaceCommand, } from "./commands/CreateAgentSpaceCommand";
|
|
5
4
|
import { CreateBacklogTaskCommand, } from "./commands/CreateBacklogTaskCommand";
|
|
@@ -53,7 +52,6 @@ import { paginateListGoals } from "./pagination/ListGoalsPaginator";
|
|
|
53
52
|
import { paginateListJournalRecords } from "./pagination/ListJournalRecordsPaginator";
|
|
54
53
|
import { paginateListServices } from "./pagination/ListServicesPaginator";
|
|
55
54
|
const commands = {
|
|
56
|
-
AllowVendedLogDeliveryForResourceCommand,
|
|
57
55
|
AssociateServiceCommand,
|
|
58
56
|
CreateAgentSpaceCommand,
|
|
59
57
|
CreateBacklogTaskCommand,
|
|
@@ -13,9 +13,6 @@ const _ASL = "AgentSpaceList";
|
|
|
13
13
|
const _ASO = "AssociateServiceOutput";
|
|
14
14
|
const _ASRS = "AdditionalServiceRegistrationStep";
|
|
15
15
|
const _ASs = "AssociateService";
|
|
16
|
-
const _AVLDFR = "AllowVendedLogDeliveryForResource";
|
|
17
|
-
const _AVLDFRI = "AllowVendedLogDeliveryForResourceInput";
|
|
18
|
-
const _AVLDFRO = "AllowVendedLogDeliveryForResourceOutput";
|
|
19
16
|
const _AWSC = "AWSConfiguration";
|
|
20
17
|
const _CAS = "CreateAgentSpace";
|
|
21
18
|
const _CASI = "CreateAgentSpaceInput";
|
|
@@ -328,7 +325,6 @@ const _co = "configuration";
|
|
|
328
325
|
const _con = "content";
|
|
329
326
|
const _cont = "context";
|
|
330
327
|
const _d = "description";
|
|
331
|
-
const _dSA = "deliverySourceArn";
|
|
332
328
|
const _de = "delta";
|
|
333
329
|
const _dy = "dynatrace";
|
|
334
330
|
const _e = "error";
|
|
@@ -388,7 +384,6 @@ const _l = "locale";
|
|
|
388
384
|
const _lEA = "lastEvaluatedAt";
|
|
389
385
|
const _lM = "lastMessage";
|
|
390
386
|
const _lSTI = "lastSuccessfulTaskId";
|
|
391
|
-
const _lT = "logType";
|
|
392
387
|
const _lTI = "lastTaskId";
|
|
393
388
|
const _la = "last";
|
|
394
389
|
const _li = "limit";
|
|
@@ -438,7 +433,6 @@ const _pag = "pagerduty";
|
|
|
438
433
|
const _pr = "provider";
|
|
439
434
|
const _r = "reference";
|
|
440
435
|
const _rA = "resourceArn";
|
|
441
|
-
const _rABA = "resourceArnBeingAuthorized";
|
|
442
436
|
const _rC = "responseCreated";
|
|
443
437
|
const _rCI = "resourceConfigurationId";
|
|
444
438
|
const _rCe = "responseCompleted";
|
|
@@ -620,16 +614,6 @@ export var AgentSpace$ = [3, n0, _AS,
|
|
|
620
614
|
[_n, _cA, _uA, _aSI, _d, _l, _kKA],
|
|
621
615
|
[0, 5, 5, 0, [() => Description, 0], 0, 0], 4
|
|
622
616
|
];
|
|
623
|
-
export var AllowVendedLogDeliveryForResourceInput$ = [3, n0, _AVLDFRI,
|
|
624
|
-
0,
|
|
625
|
-
[_rABA, _dSA, _lT],
|
|
626
|
-
[0, 0, 0], 2
|
|
627
|
-
];
|
|
628
|
-
export var AllowVendedLogDeliveryForResourceOutput$ = [3, n0, _AVLDFRO,
|
|
629
|
-
0,
|
|
630
|
-
[_m],
|
|
631
|
-
[0]
|
|
632
|
-
];
|
|
633
617
|
export var AssociateServiceInput$ = [3, n0, _ASI,
|
|
634
618
|
0,
|
|
635
619
|
[_aSI, _sI, _co],
|
|
@@ -688,7 +672,7 @@ export var CreateBacklogTaskResponse$ = [3, n0, _CBTRr,
|
|
|
688
672
|
export var CreateChatRequest$ = [3, n0, _CCR,
|
|
689
673
|
0,
|
|
690
674
|
[_aSI, _uI, _uT],
|
|
691
|
-
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _uT }]],
|
|
675
|
+
[[0, 1], [0, { [_hQ]: _uI }], [0, { [_hQ]: _uT }]], 1
|
|
692
676
|
];
|
|
693
677
|
export var CreateChatResponse$ = [3, n0, _CCRr,
|
|
694
678
|
0,
|
|
@@ -973,7 +957,7 @@ export var ListBacklogTasksResponse$ = [3, n0, _LBTRi,
|
|
|
973
957
|
export var ListChatsRequest$ = [3, n0, _LCR,
|
|
974
958
|
0,
|
|
975
959
|
[_aSI, _uI, _mR, _nT],
|
|
976
|
-
[[0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
|
|
960
|
+
[[0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
977
961
|
];
|
|
978
962
|
export var ListChatsResponse$ = [3, n0, _LCRi,
|
|
979
963
|
0,
|
|
@@ -1287,8 +1271,8 @@ export var SendMessageJsonDelta$ = [3, n0, _SMJD,
|
|
|
1287
1271
|
];
|
|
1288
1272
|
export var SendMessageRequest$ = [3, n0, _SMR,
|
|
1289
1273
|
0,
|
|
1290
|
-
[_aSI, _eI, _con,
|
|
1291
|
-
[[0, 1], 0, 0,
|
|
1274
|
+
[_aSI, _eI, _con, _cont, _uI],
|
|
1275
|
+
[[0, 1], 0, 0, () => SendMessageContext$, 0], 3
|
|
1292
1276
|
];
|
|
1293
1277
|
export var SendMessageResponse$ = [3, n0, _SMRe,
|
|
1294
1278
|
0,
|
|
@@ -1655,9 +1639,6 @@ export var UserMessageBlock$ = [4, n0, _UMB,
|
|
|
1655
1639
|
[_te, _tR],
|
|
1656
1640
|
[0, 15]
|
|
1657
1641
|
];
|
|
1658
|
-
export var AllowVendedLogDeliveryForResource$ = [9, n0, _AVLDFR,
|
|
1659
|
-
{ [_en]: ["cp."], [_ht]: ["POST", "/allow-vended-log-delivery-for-resource", 200] }, () => AllowVendedLogDeliveryForResourceInput$, () => AllowVendedLogDeliveryForResourceOutput$
|
|
1660
|
-
];
|
|
1661
1642
|
export var AssociateService$ = [9, n0, _ASs,
|
|
1662
1643
|
{ [_en]: ["cp."], [_ht]: ["POST", "/v1/agentspaces/{agentSpaceId}/associations", 201] }, () => AssociateServiceInput$, () => AssociateServiceOutput$
|
|
1663
1644
|
];
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { type AllowVendedLogDeliveryForResourceCommandInput, type AllowVendedLogDeliveryForResourceCommandOutput } from "./commands/AllowVendedLogDeliveryForResourceCommand";
|
|
3
2
|
import { type AssociateServiceCommandInput, type AssociateServiceCommandOutput } from "./commands/AssociateServiceCommand";
|
|
4
3
|
import { type CreateAgentSpaceCommandInput, type CreateAgentSpaceCommandOutput } from "./commands/CreateAgentSpaceCommand";
|
|
5
4
|
import { type CreateBacklogTaskCommandInput, type CreateBacklogTaskCommandOutput } from "./commands/CreateBacklogTaskCommand";
|
|
@@ -46,12 +45,6 @@ import { type UpdateRecommendationCommandInput, type UpdateRecommendationCommand
|
|
|
46
45
|
import { type ValidateAwsAssociationsCommandInput, type ValidateAwsAssociationsCommandOutput } from "./commands/ValidateAwsAssociationsCommand";
|
|
47
46
|
import { DevOpsAgentClient } from "./DevOpsAgentClient";
|
|
48
47
|
export interface DevOpsAgent {
|
|
49
|
-
/**
|
|
50
|
-
* @see {@link AllowVendedLogDeliveryForResourceCommand}
|
|
51
|
-
*/
|
|
52
|
-
allowVendedLogDeliveryForResource(args: AllowVendedLogDeliveryForResourceCommandInput, options?: __HttpHandlerOptions): Promise<AllowVendedLogDeliveryForResourceCommandOutput>;
|
|
53
|
-
allowVendedLogDeliveryForResource(args: AllowVendedLogDeliveryForResourceCommandInput, cb: (err: any, data?: AllowVendedLogDeliveryForResourceCommandOutput) => void): void;
|
|
54
|
-
allowVendedLogDeliveryForResource(args: AllowVendedLogDeliveryForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllowVendedLogDeliveryForResourceCommandOutput) => void): void;
|
|
55
48
|
/**
|
|
56
49
|
* @see {@link AssociateServiceCommand}
|
|
57
50
|
*/
|
|
@@ -8,7 +8,6 @@ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/pro
|
|
|
8
8
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
9
9
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
10
10
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
11
|
-
import type { AllowVendedLogDeliveryForResourceCommandInput, AllowVendedLogDeliveryForResourceCommandOutput } from "./commands/AllowVendedLogDeliveryForResourceCommand";
|
|
12
11
|
import type { AssociateServiceCommandInput, AssociateServiceCommandOutput } from "./commands/AssociateServiceCommand";
|
|
13
12
|
import type { CreateAgentSpaceCommandInput, CreateAgentSpaceCommandOutput } from "./commands/CreateAgentSpaceCommand";
|
|
14
13
|
import type { CreateBacklogTaskCommandInput, CreateBacklogTaskCommandOutput } from "./commands/CreateBacklogTaskCommand";
|
|
@@ -59,11 +58,11 @@ export { __Client };
|
|
|
59
58
|
/**
|
|
60
59
|
* @public
|
|
61
60
|
*/
|
|
62
|
-
export type ServiceInputTypes =
|
|
61
|
+
export type ServiceInputTypes = 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;
|
|
63
62
|
/**
|
|
64
63
|
* @public
|
|
65
64
|
*/
|
|
66
|
-
export type ServiceOutputTypes =
|
|
65
|
+
export type ServiceOutputTypes = 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;
|
|
67
66
|
/**
|
|
68
67
|
* @public
|
|
69
68
|
*/
|
|
@@ -38,7 +38,7 @@ declare const CreateChatCommand_base: {
|
|
|
38
38
|
* const client = new DevOpsAgentClient(config);
|
|
39
39
|
* const input = { // CreateChatRequest
|
|
40
40
|
* agentSpaceId: "STRING_VALUE", // required
|
|
41
|
-
* userId: "STRING_VALUE",
|
|
41
|
+
* userId: "STRING_VALUE",
|
|
42
42
|
* userType: "IAM" || "IDC" || "IDP",
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateChatCommand(input);
|
|
@@ -38,7 +38,7 @@ declare const ListChatsCommand_base: {
|
|
|
38
38
|
* const client = new DevOpsAgentClient(config);
|
|
39
39
|
* const input = { // ListChatsRequest
|
|
40
40
|
* agentSpaceId: "STRING_VALUE", // required
|
|
41
|
-
* userId: "STRING_VALUE",
|
|
41
|
+
* userId: "STRING_VALUE",
|
|
42
42
|
* maxResults: Number("int"),
|
|
43
43
|
* nextToken: "STRING_VALUE",
|
|
44
44
|
* };
|
|
@@ -45,7 +45,7 @@ declare const SendMessageCommand_base: {
|
|
|
45
45
|
* lastMessage: "STRING_VALUE",
|
|
46
46
|
* userActionResponse: "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
|
-
* userId: "STRING_VALUE",
|
|
48
|
+
* userId: "STRING_VALUE",
|
|
49
49
|
* };
|
|
50
50
|
* const command = new SendMessageCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
@@ -1989,38 +1989,6 @@ export interface UpdateOperatorAppIdpConfigOutput {
|
|
|
1989
1989
|
*/
|
|
1990
1990
|
idp: IdpAuthConfiguration | undefined;
|
|
1991
1991
|
}
|
|
1992
|
-
/**
|
|
1993
|
-
* Input for authorizing vended log delivery for a resource.
|
|
1994
|
-
* @public
|
|
1995
|
-
*/
|
|
1996
|
-
export interface AllowVendedLogDeliveryForResourceInput {
|
|
1997
|
-
/**
|
|
1998
|
-
* The ARN of the resource being authorized for vended log delivery.
|
|
1999
|
-
* @public
|
|
2000
|
-
*/
|
|
2001
|
-
resourceArnBeingAuthorized: string | undefined;
|
|
2002
|
-
/**
|
|
2003
|
-
* The ARN of the delivery source for vended log delivery.
|
|
2004
|
-
* @public
|
|
2005
|
-
*/
|
|
2006
|
-
deliverySourceArn: string | undefined;
|
|
2007
|
-
/**
|
|
2008
|
-
* The type of log to be delivered.
|
|
2009
|
-
* @public
|
|
2010
|
-
*/
|
|
2011
|
-
logType?: string | undefined;
|
|
2012
|
-
}
|
|
2013
|
-
/**
|
|
2014
|
-
* Output for the vended log delivery authorization operation.
|
|
2015
|
-
* @public
|
|
2016
|
-
*/
|
|
2017
|
-
export interface AllowVendedLogDeliveryForResourceOutput {
|
|
2018
|
-
/**
|
|
2019
|
-
* A message describing the result of the authorization operation.
|
|
2020
|
-
* @public
|
|
2021
|
-
*/
|
|
2022
|
-
message?: string | undefined;
|
|
2023
|
-
}
|
|
2024
1992
|
/**
|
|
2025
1993
|
* A block of content in an assistant message.
|
|
2026
1994
|
* @public
|
|
@@ -2308,10 +2276,12 @@ export interface CreateChatRequest {
|
|
|
2308
2276
|
*/
|
|
2309
2277
|
agentSpaceId: string | undefined;
|
|
2310
2278
|
/**
|
|
2311
|
-
* The user identifier for the chat
|
|
2279
|
+
* The user identifier for the chat. This field is deprecated and will be ignored — the service resolves user identity from the authenticated session.
|
|
2280
|
+
*
|
|
2281
|
+
* @deprecated (since 2026-04-15) userId is managed by the service and should not be provided by the caller.
|
|
2312
2282
|
* @public
|
|
2313
2283
|
*/
|
|
2314
|
-
userId
|
|
2284
|
+
userId?: string | undefined;
|
|
2315
2285
|
/**
|
|
2316
2286
|
* The authentication type of the user
|
|
2317
2287
|
* @public
|
|
@@ -2999,10 +2969,12 @@ export interface ListChatsRequest {
|
|
|
2999
2969
|
*/
|
|
3000
2970
|
agentSpaceId: string | undefined;
|
|
3001
2971
|
/**
|
|
3002
|
-
* The user identifier to list chats for
|
|
2972
|
+
* The user identifier to list chats for. This field is deprecated and will be ignored — the service resolves user identity from the authenticated session.
|
|
2973
|
+
*
|
|
2974
|
+
* @deprecated (since 2026-04-15) userId is managed by the service and should not be provided by the caller.
|
|
3003
2975
|
* @public
|
|
3004
2976
|
*/
|
|
3005
|
-
userId
|
|
2977
|
+
userId?: string | undefined;
|
|
3006
2978
|
/**
|
|
3007
2979
|
* Maximum number of results to return
|
|
3008
2980
|
* @public
|
|
@@ -3779,10 +3751,12 @@ export interface SendMessageRequest {
|
|
|
3779
3751
|
*/
|
|
3780
3752
|
context?: SendMessageContext | undefined;
|
|
3781
3753
|
/**
|
|
3782
|
-
*
|
|
3754
|
+
* User identifier. This field is deprecated and will be ignored — the service resolves user identity from the authenticated session.
|
|
3755
|
+
*
|
|
3756
|
+
* @deprecated (since 2026-04-15) userId is managed by the service and should not be provided by the caller.
|
|
3783
3757
|
* @public
|
|
3784
3758
|
*/
|
|
3785
|
-
userId
|
|
3759
|
+
userId?: string | undefined;
|
|
3786
3760
|
}
|
|
3787
3761
|
/**
|
|
3788
3762
|
* JSON delta containing partial JSON
|
|
@@ -18,8 +18,6 @@ export declare var ValidationException$: StaticErrorSchema;
|
|
|
18
18
|
*/
|
|
19
19
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
20
20
|
export declare var AgentSpace$: StaticStructureSchema;
|
|
21
|
-
export declare var AllowVendedLogDeliveryForResourceInput$: StaticStructureSchema;
|
|
22
|
-
export declare var AllowVendedLogDeliveryForResourceOutput$: StaticStructureSchema;
|
|
23
21
|
export declare var AssociateServiceInput$: StaticStructureSchema;
|
|
24
22
|
export declare var AssociateServiceOutput$: StaticStructureSchema;
|
|
25
23
|
export declare var Association$: StaticStructureSchema;
|
|
@@ -210,7 +208,6 @@ export declare var ServiceConfiguration$: StaticUnionSchema;
|
|
|
210
208
|
export declare var ServiceDetails$: StaticUnionSchema;
|
|
211
209
|
export declare var ServiceNowServiceAuthorizationConfig$: StaticUnionSchema;
|
|
212
210
|
export declare var UserMessageBlock$: StaticUnionSchema;
|
|
213
|
-
export declare var AllowVendedLogDeliveryForResource$: StaticOperationSchema;
|
|
214
211
|
export declare var AssociateService$: StaticOperationSchema;
|
|
215
212
|
export declare var CreateAgentSpace$: StaticOperationSchema;
|
|
216
213
|
export declare var CreateBacklogTask$: StaticOperationSchema;
|
|
@@ -3,10 +3,6 @@ import {
|
|
|
3
3
|
PaginationConfiguration,
|
|
4
4
|
Paginator,
|
|
5
5
|
} from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AllowVendedLogDeliveryForResourceCommandInput,
|
|
8
|
-
AllowVendedLogDeliveryForResourceCommandOutput,
|
|
9
|
-
} from "./commands/AllowVendedLogDeliveryForResourceCommand";
|
|
10
6
|
import {
|
|
11
7
|
AssociateServiceCommandInput,
|
|
12
8
|
AssociateServiceCommandOutput,
|
|
@@ -185,25 +181,6 @@ import {
|
|
|
185
181
|
} from "./commands/ValidateAwsAssociationsCommand";
|
|
186
182
|
import { DevOpsAgentClient } from "./DevOpsAgentClient";
|
|
187
183
|
export interface DevOpsAgent {
|
|
188
|
-
allowVendedLogDeliveryForResource(
|
|
189
|
-
args: AllowVendedLogDeliveryForResourceCommandInput,
|
|
190
|
-
options?: __HttpHandlerOptions
|
|
191
|
-
): Promise<AllowVendedLogDeliveryForResourceCommandOutput>;
|
|
192
|
-
allowVendedLogDeliveryForResource(
|
|
193
|
-
args: AllowVendedLogDeliveryForResourceCommandInput,
|
|
194
|
-
cb: (
|
|
195
|
-
err: any,
|
|
196
|
-
data?: AllowVendedLogDeliveryForResourceCommandOutput
|
|
197
|
-
) => void
|
|
198
|
-
): void;
|
|
199
|
-
allowVendedLogDeliveryForResource(
|
|
200
|
-
args: AllowVendedLogDeliveryForResourceCommandInput,
|
|
201
|
-
options: __HttpHandlerOptions,
|
|
202
|
-
cb: (
|
|
203
|
-
err: any,
|
|
204
|
-
data?: AllowVendedLogDeliveryForResourceCommandOutput
|
|
205
|
-
) => void
|
|
206
|
-
): void;
|
|
207
184
|
associateService(
|
|
208
185
|
args: AssociateServiceCommandInput,
|
|
209
186
|
options?: __HttpHandlerOptions
|
|
@@ -49,10 +49,6 @@ import {
|
|
|
49
49
|
HttpAuthSchemeInputConfig,
|
|
50
50
|
HttpAuthSchemeResolvedConfig,
|
|
51
51
|
} from "./auth/httpAuthSchemeProvider";
|
|
52
|
-
import {
|
|
53
|
-
AllowVendedLogDeliveryForResourceCommandInput,
|
|
54
|
-
AllowVendedLogDeliveryForResourceCommandOutput,
|
|
55
|
-
} from "./commands/AllowVendedLogDeliveryForResourceCommand";
|
|
56
52
|
import {
|
|
57
53
|
AssociateServiceCommandInput,
|
|
58
54
|
AssociateServiceCommandOutput,
|
|
@@ -237,7 +233,6 @@ import {
|
|
|
237
233
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
238
234
|
export { __Client };
|
|
239
235
|
export type ServiceInputTypes =
|
|
240
|
-
| AllowVendedLogDeliveryForResourceCommandInput
|
|
241
236
|
| AssociateServiceCommandInput
|
|
242
237
|
| CreateAgentSpaceCommandInput
|
|
243
238
|
| CreateBacklogTaskCommandInput
|
|
@@ -283,7 +278,6 @@ export type ServiceInputTypes =
|
|
|
283
278
|
| UpdateRecommendationCommandInput
|
|
284
279
|
| ValidateAwsAssociationsCommandInput;
|
|
285
280
|
export type ServiceOutputTypes =
|
|
286
|
-
| AllowVendedLogDeliveryForResourceCommandOutput
|
|
287
281
|
| AssociateServiceCommandOutput
|
|
288
282
|
| CreateAgentSpaceCommandOutput
|
|
289
283
|
| CreateBacklogTaskCommandOutput
|
|
@@ -934,14 +934,6 @@ export interface UpdateOperatorAppIdpConfigOutput {
|
|
|
934
934
|
agentSpaceId: string | undefined;
|
|
935
935
|
idp: IdpAuthConfiguration | undefined;
|
|
936
936
|
}
|
|
937
|
-
export interface AllowVendedLogDeliveryForResourceInput {
|
|
938
|
-
resourceArnBeingAuthorized: string | undefined;
|
|
939
|
-
deliverySourceArn: string | undefined;
|
|
940
|
-
logType?: string | undefined;
|
|
941
|
-
}
|
|
942
|
-
export interface AllowVendedLogDeliveryForResourceOutput {
|
|
943
|
-
message?: string | undefined;
|
|
944
|
-
}
|
|
945
937
|
export type AssistantMessageBlock =
|
|
946
938
|
| AssistantMessageBlock.TextMember
|
|
947
939
|
| AssistantMessageBlock.ToolUseMember
|
|
@@ -1021,7 +1013,7 @@ export interface CreateBacklogTaskResponse {
|
|
|
1021
1013
|
}
|
|
1022
1014
|
export interface CreateChatRequest {
|
|
1023
1015
|
agentSpaceId: string | undefined;
|
|
1024
|
-
userId
|
|
1016
|
+
userId?: string | undefined;
|
|
1025
1017
|
userType?: UserType | undefined;
|
|
1026
1018
|
}
|
|
1027
1019
|
export interface CreateChatResponse {
|
|
@@ -1204,7 +1196,7 @@ export interface ListBacklogTasksResponse {
|
|
|
1204
1196
|
}
|
|
1205
1197
|
export interface ListChatsRequest {
|
|
1206
1198
|
agentSpaceId: string | undefined;
|
|
1207
|
-
userId
|
|
1199
|
+
userId?: string | undefined;
|
|
1208
1200
|
maxResults?: number | undefined;
|
|
1209
1201
|
nextToken?: string | undefined;
|
|
1210
1202
|
}
|
|
@@ -1415,7 +1407,7 @@ export interface SendMessageRequest {
|
|
|
1415
1407
|
executionId: string | undefined;
|
|
1416
1408
|
content: string | undefined;
|
|
1417
1409
|
context?: SendMessageContext | undefined;
|
|
1418
|
-
userId
|
|
1410
|
+
userId?: string | undefined;
|
|
1419
1411
|
}
|
|
1420
1412
|
export interface SendMessageJsonDelta {
|
|
1421
1413
|
partialJson?: string | undefined;
|
|
@@ -18,8 +18,6 @@ export declare var ThrottlingException$: StaticErrorSchema;
|
|
|
18
18
|
export declare var ValidationException$: StaticErrorSchema;
|
|
19
19
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
20
20
|
export declare var AgentSpace$: StaticStructureSchema;
|
|
21
|
-
export declare var AllowVendedLogDeliveryForResourceInput$: StaticStructureSchema;
|
|
22
|
-
export declare var AllowVendedLogDeliveryForResourceOutput$: StaticStructureSchema;
|
|
23
21
|
export declare var AssociateServiceInput$: StaticStructureSchema;
|
|
24
22
|
export declare var AssociateServiceOutput$: StaticStructureSchema;
|
|
25
23
|
export declare var Association$: StaticStructureSchema;
|
|
@@ -210,7 +208,6 @@ export declare var ServiceConfiguration$: StaticUnionSchema;
|
|
|
210
208
|
export declare var ServiceDetails$: StaticUnionSchema;
|
|
211
209
|
export declare var ServiceNowServiceAuthorizationConfig$: StaticUnionSchema;
|
|
212
210
|
export declare var UserMessageBlock$: StaticUnionSchema;
|
|
213
|
-
export declare var AllowVendedLogDeliveryForResource$: StaticOperationSchema;
|
|
214
211
|
export declare var AssociateService$: StaticOperationSchema;
|
|
215
212
|
export declare var CreateAgentSpace$: StaticOperationSchema;
|
|
216
213
|
export declare var CreateBacklogTask$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-devops-agent",
|
|
3
3
|
"description": "AWS SDK for JavaScript Devops Agent Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1031.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-devops-agent",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/eventstream-serde-browser": "^4.2.
|
|
38
|
-
"@smithy/eventstream-serde-config-resolver": "^4.3.
|
|
39
|
-
"@smithy/eventstream-serde-node": "^4.2.
|
|
40
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
41
|
-
"@smithy/hash-node": "^4.2.
|
|
42
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
43
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
44
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
45
|
-
"@smithy/middleware-retry": "^4.5.
|
|
46
|
-
"@smithy/middleware-serde": "^4.2.
|
|
47
|
-
"@smithy/middleware-stack": "^4.2.
|
|
48
|
-
"@smithy/node-config-provider": "^4.3.
|
|
49
|
-
"@smithy/node-http-handler": "^4.5.
|
|
50
|
-
"@smithy/protocol-http": "^5.3.
|
|
51
|
-
"@smithy/smithy-client": "^4.12.
|
|
52
|
-
"@smithy/types": "^4.14.
|
|
53
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.974.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.31",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.30",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
31
|
+
"@aws-sdk/types": "^3.973.8",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.16",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
36
|
+
"@smithy/core": "^3.23.15",
|
|
37
|
+
"@smithy/eventstream-serde-browser": "^4.2.14",
|
|
38
|
+
"@smithy/eventstream-serde-config-resolver": "^4.3.14",
|
|
39
|
+
"@smithy/eventstream-serde-node": "^4.2.14",
|
|
40
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
41
|
+
"@smithy/hash-node": "^4.2.14",
|
|
42
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
43
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
44
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
45
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
46
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
47
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
48
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
49
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
50
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
51
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
52
|
+
"@smithy/types": "^4.14.1",
|
|
53
|
+
"@smithy/url-parser": "^4.2.14",
|
|
54
54
|
"@smithy/util-base64": "^4.3.2",
|
|
55
55
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
56
56
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
59
|
-
"@smithy/util-endpoints": "^3.
|
|
60
|
-
"@smithy/util-middleware": "^4.2.
|
|
61
|
-
"@smithy/util-retry": "^4.3.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
59
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
60
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
61
|
+
"@smithy/util-retry": "^4.3.2",
|
|
62
62
|
"@smithy/util-utf8": "^4.2.2",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AllowVendedLogDeliveryForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class AllowVendedLogDeliveryForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "AllowVendedLogDeliveryForResource", {})
|
|
13
|
-
.n("DevOpsAgentClient", "AllowVendedLogDeliveryForResourceCommand")
|
|
14
|
-
.sc(AllowVendedLogDeliveryForResource$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
|
-
import type { AllowVendedLogDeliveryForResourceInput, AllowVendedLogDeliveryForResourceOutput } from "../models/models_0";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link AllowVendedLogDeliveryForResourceCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface AllowVendedLogDeliveryForResourceCommandInput extends AllowVendedLogDeliveryForResourceInput {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link AllowVendedLogDeliveryForResourceCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface AllowVendedLogDeliveryForResourceCommandOutput extends AllowVendedLogDeliveryForResourceOutput, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const AllowVendedLogDeliveryForResourceCommand_base: {
|
|
25
|
-
new (input: AllowVendedLogDeliveryForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AllowVendedLogDeliveryForResourceCommandInput, AllowVendedLogDeliveryForResourceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AllowVendedLogDeliveryForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AllowVendedLogDeliveryForResourceCommandInput, AllowVendedLogDeliveryForResourceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Authorize Ingestion Hub subscription operation.
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { DevOpsAgentClient, AllowVendedLogDeliveryForResourceCommand } from "@aws-sdk/client-devops-agent"; // ES Modules import
|
|
35
|
-
* // const { DevOpsAgentClient, AllowVendedLogDeliveryForResourceCommand } = require("@aws-sdk/client-devops-agent"); // CommonJS import
|
|
36
|
-
* // import type { DevOpsAgentClientConfig } from "@aws-sdk/client-devops-agent";
|
|
37
|
-
* const config = {}; // type is DevOpsAgentClientConfig
|
|
38
|
-
* const client = new DevOpsAgentClient(config);
|
|
39
|
-
* const input = { // AllowVendedLogDeliveryForResourceInput
|
|
40
|
-
* resourceArnBeingAuthorized: "STRING_VALUE", // required
|
|
41
|
-
* deliverySourceArn: "STRING_VALUE", // required
|
|
42
|
-
* logType: "STRING_VALUE",
|
|
43
|
-
* };
|
|
44
|
-
* const command = new AllowVendedLogDeliveryForResourceCommand(input);
|
|
45
|
-
* const response = await client.send(command);
|
|
46
|
-
* // { // AllowVendedLogDeliveryForResourceOutput
|
|
47
|
-
* // message: "STRING_VALUE",
|
|
48
|
-
* // };
|
|
49
|
-
*
|
|
50
|
-
* ```
|
|
51
|
-
*
|
|
52
|
-
* @param AllowVendedLogDeliveryForResourceCommandInput - {@link AllowVendedLogDeliveryForResourceCommandInput}
|
|
53
|
-
* @returns {@link AllowVendedLogDeliveryForResourceCommandOutput}
|
|
54
|
-
* @see {@link AllowVendedLogDeliveryForResourceCommandInput} for command's `input` shape.
|
|
55
|
-
* @see {@link AllowVendedLogDeliveryForResourceCommandOutput} for command's `response` shape.
|
|
56
|
-
* @see {@link DevOpsAgentClientResolvedConfig | config} for DevOpsAgentClient's `config` shape.
|
|
57
|
-
*
|
|
58
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
59
|
-
* Access to the requested resource is denied due to insufficient permissions.
|
|
60
|
-
*
|
|
61
|
-
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* The request conflicts with the current state of the resource.
|
|
63
|
-
*
|
|
64
|
-
* @throws {@link ContentSizeExceededException} (client fault)
|
|
65
|
-
* This exception is thrown when the content size exceeds the allowed limit.
|
|
66
|
-
*
|
|
67
|
-
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
* This exception is thrown when an unexpected error occurs in the processing of a request.
|
|
69
|
-
*
|
|
70
|
-
* @throws {@link InvalidParameterException} (client fault)
|
|
71
|
-
* One or more parameters provided in the request are invalid.
|
|
72
|
-
*
|
|
73
|
-
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
|
-
* The requested resource could not be found.
|
|
75
|
-
*
|
|
76
|
-
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
77
|
-
* The request would exceed the service quota limit.
|
|
78
|
-
*
|
|
79
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
-
* The request was throttled due to too many requests. Please slow down and try again.
|
|
81
|
-
*
|
|
82
|
-
* @throws {@link DevOpsAgentServiceException}
|
|
83
|
-
* <p>Base exception class for all service exceptions from DevOpsAgent service.</p>
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
export declare class AllowVendedLogDeliveryForResourceCommand extends AllowVendedLogDeliveryForResourceCommand_base {
|
|
89
|
-
/** @internal type navigation helper, not in runtime. */
|
|
90
|
-
protected static __types: {
|
|
91
|
-
api: {
|
|
92
|
-
input: AllowVendedLogDeliveryForResourceInput;
|
|
93
|
-
output: AllowVendedLogDeliveryForResourceOutput;
|
|
94
|
-
};
|
|
95
|
-
sdk: {
|
|
96
|
-
input: AllowVendedLogDeliveryForResourceCommandInput;
|
|
97
|
-
output: AllowVendedLogDeliveryForResourceCommandOutput;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
DevOpsAgentClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../DevOpsAgentClient";
|
|
8
|
-
import {
|
|
9
|
-
AllowVendedLogDeliveryForResourceInput,
|
|
10
|
-
AllowVendedLogDeliveryForResourceOutput,
|
|
11
|
-
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
|
-
export interface AllowVendedLogDeliveryForResourceCommandInput
|
|
15
|
-
extends AllowVendedLogDeliveryForResourceInput {}
|
|
16
|
-
export interface AllowVendedLogDeliveryForResourceCommandOutput
|
|
17
|
-
extends AllowVendedLogDeliveryForResourceOutput,
|
|
18
|
-
__MetadataBearer {}
|
|
19
|
-
declare const AllowVendedLogDeliveryForResourceCommand_base: {
|
|
20
|
-
new (
|
|
21
|
-
input: AllowVendedLogDeliveryForResourceCommandInput
|
|
22
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
-
AllowVendedLogDeliveryForResourceCommandInput,
|
|
24
|
-
AllowVendedLogDeliveryForResourceCommandOutput,
|
|
25
|
-
DevOpsAgentClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
28
|
-
>;
|
|
29
|
-
new (
|
|
30
|
-
input: AllowVendedLogDeliveryForResourceCommandInput
|
|
31
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
-
AllowVendedLogDeliveryForResourceCommandInput,
|
|
33
|
-
AllowVendedLogDeliveryForResourceCommandOutput,
|
|
34
|
-
DevOpsAgentClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
37
|
-
>;
|
|
38
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
-
};
|
|
40
|
-
export declare class AllowVendedLogDeliveryForResourceCommand extends AllowVendedLogDeliveryForResourceCommand_base {
|
|
41
|
-
protected static __types: {
|
|
42
|
-
api: {
|
|
43
|
-
input: AllowVendedLogDeliveryForResourceInput;
|
|
44
|
-
output: AllowVendedLogDeliveryForResourceOutput;
|
|
45
|
-
};
|
|
46
|
-
sdk: {
|
|
47
|
-
input: AllowVendedLogDeliveryForResourceCommandInput;
|
|
48
|
-
output: AllowVendedLogDeliveryForResourceCommandOutput;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
}
|