@aws-sdk/client-devops-agent 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +106 -107
- package/dist-cjs/models/DevOpsAgentServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DevOpsAgent.js +1 -1
- package/dist-es/DevOpsAgentClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateServiceCommand.js +2 -2
- package/dist-es/commands/CreateAgentSpaceCommand.js +2 -2
- package/dist-es/commands/CreateBacklogTaskCommand.js +2 -2
- package/dist-es/commands/CreateChatCommand.js +2 -2
- package/dist-es/commands/CreatePrivateConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteAgentSpaceCommand.js +2 -2
- package/dist-es/commands/DeletePrivateConnectionCommand.js +2 -2
- package/dist-es/commands/DeregisterServiceCommand.js +2 -2
- package/dist-es/commands/DescribePrivateConnectionCommand.js +2 -2
- package/dist-es/commands/DisableOperatorAppCommand.js +2 -2
- package/dist-es/commands/DisassociateServiceCommand.js +2 -2
- package/dist-es/commands/EnableOperatorAppCommand.js +2 -2
- package/dist-es/commands/GetAccountUsageCommand.js +2 -2
- package/dist-es/commands/GetAgentSpaceCommand.js +2 -2
- package/dist-es/commands/GetAssociationCommand.js +2 -2
- package/dist-es/commands/GetBacklogTaskCommand.js +2 -2
- package/dist-es/commands/GetOperatorAppCommand.js +2 -2
- package/dist-es/commands/GetRecommendationCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/ListAgentSpacesCommand.js +2 -2
- package/dist-es/commands/ListAssociationsCommand.js +2 -2
- package/dist-es/commands/ListBacklogTasksCommand.js +2 -2
- package/dist-es/commands/ListChatsCommand.js +2 -2
- package/dist-es/commands/ListExecutionsCommand.js +2 -2
- package/dist-es/commands/ListGoalsCommand.js +2 -2
- package/dist-es/commands/ListJournalRecordsCommand.js +2 -2
- package/dist-es/commands/ListPendingMessagesCommand.js +2 -2
- package/dist-es/commands/ListPrivateConnectionsCommand.js +2 -2
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebhooksCommand.js +2 -2
- package/dist-es/commands/RegisterServiceCommand.js +2 -2
- package/dist-es/commands/SendMessageCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAgentSpaceCommand.js +2 -2
- package/dist-es/commands/UpdateAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateBacklogTaskCommand.js +2 -2
- package/dist-es/commands/UpdateGoalCommand.js +2 -2
- package/dist-es/commands/UpdateOperatorAppIdpConfigCommand.js +2 -2
- package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +2 -2
- package/dist-es/commands/UpdateRecommendationCommand.js +2 -2
- package/dist-es/commands/ValidateAwsAssociationsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DevOpsAgentServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DevOpsAgentClient.d.ts +6 -6
- package/dist-types/commands/AssociateServiceCommand.d.ts +6 -4
- package/dist-types/commands/CreateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateBacklogTaskCommand.d.ts +6 -4
- package/dist-types/commands/CreateChatCommand.d.ts +6 -4
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterServiceCommand.d.ts +6 -4
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DisableOperatorAppCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateServiceCommand.d.ts +6 -4
- package/dist-types/commands/EnableOperatorAppCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/GetAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetBacklogTaskCommand.d.ts +6 -4
- package/dist-types/commands/GetOperatorAppCommand.d.ts +6 -4
- package/dist-types/commands/GetRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentSpacesCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBacklogTasksCommand.d.ts +6 -4
- package/dist-types/commands/ListChatsCommand.d.ts +6 -4
- package/dist-types/commands/ListExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListGoalsCommand.d.ts +6 -4
- package/dist-types/commands/ListJournalRecordsCommand.d.ts +6 -4
- package/dist-types/commands/ListPendingMessagesCommand.d.ts +6 -4
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWebhooksCommand.d.ts +6 -4
- package/dist-types/commands/RegisterServiceCommand.d.ts +6 -4
- package/dist-types/commands/SendMessageCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGoalCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOperatorAppIdpConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/ValidateAwsAssociationsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DevOpsAgentServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DevOpsAgentClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/AssociateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBacklogTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChatCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableOperatorAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableOperatorAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBacklogTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOperatorAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBacklogTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChatsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGoalsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListJournalRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPendingMessagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBacklogTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGoalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOperatorAppIdpConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateAwsAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DevOpsAgentServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -37
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateOperatorAppIdpConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePrivateConnectionCertificate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateRecommendation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ValidateAwsAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class DevOpsAgentServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { eventStreamSerdeProvider } from "@smithy/core/event-streams";
|
|
7
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
6
9
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
7
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
8
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
9
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
10
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
11
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
11
|
export const getRuntimeConfig = (config) => {
|
|
14
12
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,16 +3,12 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
10
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { eventStreamSerdeProvider } from "@smithy/core/event-streams";
|
|
9
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
10
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
11
11
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
12
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
13
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
16
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
17
13
|
export const getRuntimeConfig = (config) => {
|
|
18
14
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultDevOpsAgentHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/
|
|
6
|
-
import { type
|
|
7
|
-
import type
|
|
8
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/core/event-streams";
|
|
7
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
8
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
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
11
|
import type { AssociateServiceCommandInput, AssociateServiceCommandOutput } from "./commands/AssociateServiceCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { AssociateServiceInput, AssociateServiceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateServiceCommandInput extends AssociateServiceInput {
|
|
|
22
22
|
export interface AssociateServiceCommandOutput extends AssociateServiceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateServiceCommand_base: {
|
|
25
|
-
new (input: AssociateServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateServiceCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceCommandInput, AssociateServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateServiceCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceCommandInput, AssociateServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Adds a specific service association to an AgentSpace. It overwrites the existing association of the same service. Returns 201 Created on success.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { CreateAgentSpaceInput, CreateAgentSpaceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAgentSpaceCommandInput extends CreateAgentSpaceInput {
|
|
|
22
22
|
export interface CreateAgentSpaceCommandOutput extends CreateAgentSpaceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAgentSpaceCommand_base: {
|
|
25
|
-
new (input: CreateAgentSpaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAgentSpaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentSpaceCommandInput, CreateAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentSpaceCommandInput, CreateAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a new AgentSpace with the specified name and description. Duplicate space names are allowed.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { CreateBacklogTaskRequest, CreateBacklogTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateBacklogTaskCommandInput extends CreateBacklogTaskRequest
|
|
|
22
22
|
export interface CreateBacklogTaskCommandOutput extends CreateBacklogTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateBacklogTaskCommand_base: {
|
|
25
|
-
new (input: CreateBacklogTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateBacklogTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateBacklogTaskCommandInput, CreateBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateBacklogTaskCommandInput, CreateBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a new backlog task in the specified agent space
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { CreateChatRequest, CreateChatResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateChatCommandInput extends CreateChatRequest {
|
|
|
22
22
|
export interface CreateChatCommandOutput extends CreateChatResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateChatCommand_base: {
|
|
25
|
-
new (input: CreateChatCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateChatCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateChatCommandInput): import("@smithy/core/client").CommandImpl<CreateChatCommandInput, CreateChatCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateChatCommandInput): import("@smithy/core/client").CommandImpl<CreateChatCommandInput, CreateChatCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a new chat execution in the specified agent space
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { CreatePrivateConnectionInput, CreatePrivateConnectionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreatePrivateConnectionCommandInput extends CreatePrivateConnec
|
|
|
22
22
|
export interface CreatePrivateConnectionCommandOutput extends CreatePrivateConnectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePrivateConnectionCommand_base: {
|
|
25
|
-
new (input: CreatePrivateConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePrivateConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreatePrivateConnectionCommandInput, CreatePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreatePrivateConnectionCommandInput, CreatePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a Private Connection to a target resource.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { DeleteAgentSpaceInput, DeleteAgentSpaceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAgentSpaceCommandInput extends DeleteAgentSpaceInput {
|
|
|
22
22
|
export interface DeleteAgentSpaceCommandOutput extends DeleteAgentSpaceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAgentSpaceCommand_base: {
|
|
25
|
-
new (input: DeleteAgentSpaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAgentSpaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { DeletePrivateConnectionInput, DeletePrivateConnectionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeletePrivateConnectionCommandInput extends DeletePrivateConnec
|
|
|
22
22
|
export interface DeletePrivateConnectionCommandOutput extends DeletePrivateConnectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeletePrivateConnectionCommand_base: {
|
|
25
|
-
new (input: DeletePrivateConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeletePrivateConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeletePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeletePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a Private Connection. The deletion is asynchronous and returns DELETE_IN_PROGRESS status.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { DeregisterServiceInput, DeregisterServiceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterServiceCommandInput extends DeregisterServiceInput {
|
|
|
22
22
|
export interface DeregisterServiceCommandOutput extends DeregisterServiceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterServiceCommand_base: {
|
|
25
|
-
new (input: DeregisterServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterServiceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterServiceCommandInput, DeregisterServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterServiceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterServiceCommandInput, DeregisterServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deregister a service
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { DescribePrivateConnectionInput, DescribePrivateConnectionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribePrivateConnectionCommandInput extends DescribePrivateCo
|
|
|
22
22
|
export interface DescribePrivateConnectionCommandOutput extends DescribePrivateConnectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePrivateConnectionCommand_base: {
|
|
25
|
-
new (input: DescribePrivateConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribePrivateConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieves details of an existing Private Connection.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { DisableOperatorAppInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisableOperatorAppCommandInput extends DisableOperatorAppInput
|
|
|
22
22
|
export interface DisableOperatorAppCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableOperatorAppCommand_base: {
|
|
25
|
-
new (input: DisableOperatorAppCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableOperatorAppCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<DisableOperatorAppCommandInput, DisableOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<DisableOperatorAppCommandInput, DisableOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Disable the Operator App for the specified AgentSpace
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { DisassociateServiceInput, DisassociateServiceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateServiceCommandInput extends DisassociateServiceInpu
|
|
|
22
22
|
export interface DisassociateServiceCommandOutput extends DisassociateServiceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateServiceCommand_base: {
|
|
25
|
-
new (input: DisassociateServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateServiceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateServiceCommandInput, DisassociateServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateServiceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateServiceCommandInput, DisassociateServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a specific service association from an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { EnableOperatorAppInput, EnableOperatorAppOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface EnableOperatorAppCommandInput extends EnableOperatorAppInput {
|
|
|
22
22
|
export interface EnableOperatorAppCommandOutput extends EnableOperatorAppOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableOperatorAppCommand_base: {
|
|
25
|
-
new (input: EnableOperatorAppCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableOperatorAppCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<EnableOperatorAppCommandInput, EnableOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<EnableOperatorAppCommandInput, EnableOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Enable the Operator App to access the given AgentSpace
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { GetAccountUsageInput, GetAccountUsageOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAccountUsageCommandInput extends GetAccountUsageInput {
|
|
|
22
22
|
export interface GetAccountUsageCommandOutput extends GetAccountUsageOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAccountUsageCommand_base: {
|
|
25
|
-
new (input: GetAccountUsageCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetAccountUsageCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAccountUsageCommandInput): import("@smithy/core/client").CommandImpl<GetAccountUsageCommandInput, GetAccountUsageCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetAccountUsageCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountUsageCommandInput, GetAccountUsageCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieves monthly account usage metrics and limits for the AWS account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { GetAgentSpaceInput, GetAgentSpaceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAgentSpaceCommandInput extends GetAgentSpaceInput {
|
|
|
22
22
|
export interface GetAgentSpaceCommandOutput extends GetAgentSpaceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAgentSpaceCommand_base: {
|
|
25
|
-
new (input: GetAgentSpaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAgentSpaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetAgentSpaceCommandInput, GetAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetAgentSpaceCommandInput, GetAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieves detailed information about a specific AgentSpace.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { GetAssociationInput, GetAssociationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAssociationCommandInput extends GetAssociationInput {
|
|
|
22
22
|
export interface GetAssociationCommandOutput extends GetAssociationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAssociationCommand_base: {
|
|
25
|
-
new (input: GetAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssociationCommandInput, GetAssociationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssociationCommandInput, GetAssociationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieves given associations configured for a specific AgentSpace.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { GetBacklogTaskRequest, GetBacklogTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBacklogTaskCommandInput extends GetBacklogTaskRequest {
|
|
|
22
22
|
export interface GetBacklogTaskCommandOutput extends GetBacklogTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBacklogTaskCommand_base: {
|
|
25
|
-
new (input: GetBacklogTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBacklogTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<GetBacklogTaskCommandInput, GetBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<GetBacklogTaskCommandInput, GetBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets a backlog task for the specified agent space and task id
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { GetOperatorAppInput, GetOperatorAppOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetOperatorAppCommandInput extends GetOperatorAppInput {
|
|
|
22
22
|
export interface GetOperatorAppCommandOutput extends GetOperatorAppOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetOperatorAppCommand_base: {
|
|
25
|
-
new (input: GetOperatorAppCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetOperatorAppCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<GetOperatorAppCommandInput, GetOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<GetOperatorAppCommandInput, GetOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Get the full auth configuration of operator including any enabled auth flow
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { GetRecommendationRequest, GetRecommendationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRecommendationCommandInput extends GetRecommendationRequest
|
|
|
22
22
|
export interface GetRecommendationCommandOutput extends GetRecommendationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRecommendationCommand_base: {
|
|
25
|
-
new (input: GetRecommendationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRecommendationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieves a specific recommendation by its ID
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { GetServiceInput, GetServiceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetServiceCommandInput extends GetServiceInput {
|
|
|
22
22
|
export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetServiceCommand_base: {
|
|
25
|
-
new (input: GetServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieves given service by it's unique identifier
|