@aws-sdk/client-devops-agent 3.1045.0 → 3.1046.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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
DevOpsAgentClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateAgentSpaceCommandOutput
|
|
|
18
18
|
declare const UpdateAgentSpaceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateAgentSpaceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateAgentSpaceCommandInput,
|
|
23
23
|
UpdateAgentSpaceCommandOutput,
|
|
24
24
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateAgentSpaceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateAgentSpaceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateAgentSpaceCommandInput,
|
|
32
32
|
UpdateAgentSpaceCommandOutput,
|
|
33
33
|
DevOpsAgentClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateAgentSpaceCommand extends UpdateAgentSpaceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateAssociationCommandOutput
|
|
|
18
18
|
declare const UpdateAssociationCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateAssociationCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateAssociationCommandInput,
|
|
23
23
|
UpdateAssociationCommandOutput,
|
|
24
24
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateAssociationCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateAssociationCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateAssociationCommandInput,
|
|
32
32
|
UpdateAssociationCommandOutput,
|
|
33
33
|
DevOpsAgentClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateAssociationCommand extends UpdateAssociationCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateBacklogTaskCommandOutput
|
|
|
19
19
|
declare const UpdateBacklogTaskCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateBacklogTaskCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateBacklogTaskCommandInput,
|
|
24
24
|
UpdateBacklogTaskCommandOutput,
|
|
25
25
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateBacklogTaskCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateBacklogTaskCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateBacklogTaskCommandInput,
|
|
33
33
|
UpdateBacklogTaskCommandOutput,
|
|
34
34
|
DevOpsAgentClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateBacklogTaskCommand extends UpdateBacklogTaskCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateGoalCommandOutput
|
|
|
15
15
|
declare const UpdateGoalCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateGoalCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateGoalCommandInput,
|
|
20
20
|
UpdateGoalCommandOutput,
|
|
21
21
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateGoalCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateGoalCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateGoalCommandInput,
|
|
29
29
|
UpdateGoalCommandOutput,
|
|
30
30
|
DevOpsAgentClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateGoalCommand extends UpdateGoalCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateOperatorAppIdpConfigCommandOutput
|
|
|
19
19
|
declare const UpdateOperatorAppIdpConfigCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateOperatorAppIdpConfigCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateOperatorAppIdpConfigCommandInput,
|
|
24
24
|
UpdateOperatorAppIdpConfigCommandOutput,
|
|
25
25
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateOperatorAppIdpConfigCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateOperatorAppIdpConfigCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateOperatorAppIdpConfigCommandInput,
|
|
33
33
|
UpdateOperatorAppIdpConfigCommandOutput,
|
|
34
34
|
DevOpsAgentClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateOperatorAppIdpConfigCommand extends UpdateOperatorAppIdpConfigCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdatePrivateConnectionCertificateCommandOutput
|
|
|
19
19
|
declare const UpdatePrivateConnectionCertificateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdatePrivateConnectionCertificateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdatePrivateConnectionCertificateCommandInput,
|
|
24
24
|
UpdatePrivateConnectionCertificateCommandOutput,
|
|
25
25
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdatePrivateConnectionCertificateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdatePrivateConnectionCertificateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdatePrivateConnectionCertificateCommandInput,
|
|
33
33
|
UpdatePrivateConnectionCertificateCommandOutput,
|
|
34
34
|
DevOpsAgentClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdatePrivateConnectionCertificateCommand extends UpdatePrivateConnectionCertificateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateRecommendationCommandOutput
|
|
|
19
19
|
declare const UpdateRecommendationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateRecommendationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateRecommendationCommandInput,
|
|
24
24
|
UpdateRecommendationCommandOutput,
|
|
25
25
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateRecommendationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateRecommendationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateRecommendationCommandInput,
|
|
33
33
|
UpdateRecommendationCommandOutput,
|
|
34
34
|
DevOpsAgentClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateRecommendationCommand extends UpdateRecommendationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ValidateAwsAssociationsCommandOutput
|
|
|
19
19
|
declare const ValidateAwsAssociationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ValidateAwsAssociationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ValidateAwsAssociationsCommandInput,
|
|
24
24
|
ValidateAwsAssociationsCommandOutput,
|
|
25
25
|
DevOpsAgentClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ValidateAwsAssociationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ValidateAwsAssociationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ValidateAwsAssociationsCommandInput,
|
|
33
33
|
ValidateAwsAssociationsCommandOutput,
|
|
34
34
|
DevOpsAgentClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ValidateAwsAssociationsCommand extends ValidateAwsAssociationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface DevOpsAgentExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class DevOpsAgentServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { DevOpsAgentServiceException as __BaseException } from "./DevOpsAgentServiceException";
|
|
3
3
|
import { ValidationExceptionField } from "./models_0";
|
|
4
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -3,7 +3,7 @@ import { DevOpsAgentClientConfig } from "./DevOpsAgentClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<any>;
|
|
20
20
|
requestHandler:
|
|
21
|
-
| import("@smithy/
|
|
21
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
22
22
|
| RequestHandler;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
24
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -3,7 +3,7 @@ import { DevOpsAgentClientConfig } from "./DevOpsAgentClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
|
|
|
20
20
|
region: string | import("@smithy/types").Provider<string>;
|
|
21
21
|
requestHandler:
|
|
22
22
|
| RequestHandler
|
|
23
|
-
| import("@smithy/
|
|
23
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
26
26
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
|
|
|
6
6
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
7
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
8
|
| Record<string, unknown>
|
|
9
|
-
| import("@smithy/
|
|
9
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
cacheMiddleware?: boolean;
|
|
12
12
|
protocol:
|
|
@@ -47,9 +47,9 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
|
|
|
47
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
48
48
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
49
49
|
defaultsMode:
|
|
50
|
-
| import("@smithy/
|
|
50
|
+
| import("@smithy/core/client").DefaultsMode
|
|
51
51
|
| import("@smithy/types").Provider<
|
|
52
|
-
import("@smithy/
|
|
52
|
+
import("@smithy/core/client").DefaultsMode
|
|
53
53
|
>;
|
|
54
54
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
55
55
|
userAgentAppId?:
|
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.1046.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,45 +21,21 @@
|
|
|
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.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.40",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.11",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.12",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.39",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.14",
|
|
31
31
|
"@aws-sdk/types": "^3.973.8",
|
|
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/
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/
|
|
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.32",
|
|
45
|
-
"@smithy/middleware-retry": "^4.5.7",
|
|
46
|
-
"@smithy/middleware-serde": "^4.2.20",
|
|
47
|
-
"@smithy/middleware-stack": "^4.2.14",
|
|
48
|
-
"@smithy/node-config-provider": "^4.3.14",
|
|
49
|
-
"@smithy/node-http-handler": "^4.6.1",
|
|
50
|
-
"@smithy/protocol-http": "^5.3.14",
|
|
51
|
-
"@smithy/smithy-client": "^4.12.13",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.9",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.11",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.25",
|
|
35
|
+
"@smithy/core": "^3.24.1",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.4.1",
|
|
37
|
+
"@smithy/node-http-handler": "^4.7.1",
|
|
52
38
|
"@smithy/types": "^4.14.1",
|
|
53
|
-
"@smithy/url-parser": "^4.2.14",
|
|
54
|
-
"@smithy/util-base64": "^4.3.2",
|
|
55
|
-
"@smithy/util-body-length-browser": "^4.2.2",
|
|
56
|
-
"@smithy/util-body-length-node": "^4.2.3",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^4.3.49",
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^4.2.54",
|
|
59
|
-
"@smithy/util-endpoints": "^3.4.2",
|
|
60
|
-
"@smithy/util-middleware": "^4.2.14",
|
|
61
|
-
"@smithy/util-retry": "^4.3.6",
|
|
62
|
-
"@smithy/util-utf8": "^4.2.2",
|
|
63
39
|
"tslib": "^2.6.2"
|
|
64
40
|
},
|
|
65
41
|
"devDependencies": {
|