@aws-sdk/client-synthetics 3.478.0 → 3.484.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/commands/AssociateResourceCommand.js +18 -41
- package/dist-cjs/commands/CreateCanaryCommand.js +18 -41
- package/dist-cjs/commands/CreateGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteCanaryCommand.js +18 -41
- package/dist-cjs/commands/DeleteGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeCanariesCommand.js +18 -41
- package/dist-cjs/commands/DescribeCanariesLastRunCommand.js +18 -41
- package/dist-cjs/commands/DescribeRuntimeVersionsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateResourceCommand.js +18 -41
- package/dist-cjs/commands/GetCanaryCommand.js +18 -41
- package/dist-cjs/commands/GetCanaryRunsCommand.js +18 -41
- package/dist-cjs/commands/GetGroupCommand.js +18 -41
- package/dist-cjs/commands/ListAssociatedGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListGroupResourcesCommand.js +18 -41
- package/dist-cjs/commands/ListGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartCanaryCommand.js +18 -41
- package/dist-cjs/commands/StopCanaryCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCanaryCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateResourceCommand.js +18 -41
- package/dist-es/commands/CreateCanaryCommand.js +18 -41
- package/dist-es/commands/CreateGroupCommand.js +18 -41
- package/dist-es/commands/DeleteCanaryCommand.js +18 -41
- package/dist-es/commands/DeleteGroupCommand.js +18 -41
- package/dist-es/commands/DescribeCanariesCommand.js +18 -41
- package/dist-es/commands/DescribeCanariesLastRunCommand.js +18 -41
- package/dist-es/commands/DescribeRuntimeVersionsCommand.js +18 -41
- package/dist-es/commands/DisassociateResourceCommand.js +18 -41
- package/dist-es/commands/GetCanaryCommand.js +18 -41
- package/dist-es/commands/GetCanaryRunsCommand.js +18 -41
- package/dist-es/commands/GetGroupCommand.js +18 -41
- package/dist-es/commands/ListAssociatedGroupsCommand.js +18 -41
- package/dist-es/commands/ListGroupResourcesCommand.js +18 -41
- package/dist-es/commands/ListGroupsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartCanaryCommand.js +18 -41
- package/dist-es/commands/StopCanaryCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCanaryCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateResourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateCanaryCommand.d.ts +6 -21
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCanaryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCanariesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateResourceCommand.d.ts +6 -21
- package/dist-types/commands/GetCanaryCommand.d.ts +6 -21
- package/dist-types/commands/GetCanaryRunsCommand.d.ts +6 -21
- package/dist-types/commands/GetGroupCommand.d.ts +6 -21
- package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartCanaryCommand.d.ts +6 -21
- package/dist-types/commands/StopCanaryCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCanaryCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeCanariesRequest, DescribeCanariesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeCanariesCommandInput extends DescribeCanariesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeCanariesCommandOutput extends DescribeCanariesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeCanariesCommand_base: {
|
|
24
|
+
new (input: DescribeCanariesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCanariesCommandInput, DescribeCanariesCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation returns a list of the canaries in your account, along with full details
|
|
@@ -135,23 +138,5 @@ export interface DescribeCanariesCommandOutput extends DescribeCanariesResponse,
|
|
|
135
138
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
136
139
|
*
|
|
137
140
|
*/
|
|
138
|
-
export declare class DescribeCanariesCommand extends
|
|
139
|
-
readonly input: DescribeCanariesCommandInput;
|
|
140
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
141
|
-
/**
|
|
142
|
-
* @public
|
|
143
|
-
*/
|
|
144
|
-
constructor(input: DescribeCanariesCommandInput);
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCanariesCommandInput, DescribeCanariesCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private serialize;
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
|
-
private deserialize;
|
|
141
|
+
export declare class DescribeCanariesCommand extends DescribeCanariesCommand_base {
|
|
157
142
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeCanariesLastRunRequest, DescribeCanariesLastRunResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeCanariesLastRunCommandInput extends DescribeCanariesLas
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeCanariesLastRunCommandOutput extends DescribeCanariesLastRunResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeCanariesLastRunCommand_base: {
|
|
24
|
+
new (input: DescribeCanariesLastRunCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCanariesLastRunCommandInput, DescribeCanariesLastRunCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to see information from the most recent run of each canary that you have created.</p>
|
|
@@ -88,23 +91,5 @@ export interface DescribeCanariesLastRunCommandOutput extends DescribeCanariesLa
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class DescribeCanariesLastRunCommand extends
|
|
92
|
-
readonly input: DescribeCanariesLastRunCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: DescribeCanariesLastRunCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCanariesLastRunCommandInput, DescribeCanariesLastRunCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class DescribeCanariesLastRunCommand extends DescribeCanariesLastRunCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeRuntimeVersionsRequest, DescribeRuntimeVersionsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeRuntimeVersionsCommandInput extends DescribeRuntimeVers
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeRuntimeVersionsCommandOutput extends DescribeRuntimeVersionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeRuntimeVersionsCommand_base: {
|
|
24
|
+
new (input: DescribeRuntimeVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuntimeVersionsCommandInput, DescribeRuntimeVersionsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of Synthetics canary runtime versions. For more information,
|
|
@@ -68,23 +71,5 @@ export interface DescribeRuntimeVersionsCommandOutput extends DescribeRuntimeVer
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DescribeRuntimeVersionsCommand extends
|
|
72
|
-
readonly input: DescribeRuntimeVersionsCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DescribeRuntimeVersionsCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuntimeVersionsCommandInput, DescribeRuntimeVersionsCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DescribeRuntimeVersionsCommand extends DescribeRuntimeVersionsCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateResourceCommandInput extends DisassociateResourceRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateResourceCommandOutput extends DisassociateResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateResourceCommand_base: {
|
|
24
|
+
new (input: DisassociateResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes a canary from a group. You must run this operation in the Region where the canary exists.</p>
|
|
@@ -62,23 +65,5 @@ export interface DisassociateResourceCommandOutput extends DisassociateResourceR
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class DisassociateResourceCommand extends
|
|
66
|
-
readonly input: DisassociateResourceCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: DisassociateResourceCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateResourceCommandInput, DisassociateResourceCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetCanaryRequest, GetCanaryResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCanaryCommandInput extends GetCanaryRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCanaryCommandOutput extends GetCanaryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCanaryCommand_base: {
|
|
24
|
+
new (input: GetCanaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetCanaryCommandInput, GetCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves complete information about one canary. You must specify
|
|
@@ -121,23 +124,5 @@ export interface GetCanaryCommandOutput extends GetCanaryResponse, __MetadataBea
|
|
|
121
124
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
122
125
|
*
|
|
123
126
|
*/
|
|
124
|
-
export declare class GetCanaryCommand extends
|
|
125
|
-
readonly input: GetCanaryCommandInput;
|
|
126
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
127
|
-
/**
|
|
128
|
-
* @public
|
|
129
|
-
*/
|
|
130
|
-
constructor(input: GetCanaryCommandInput);
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCanaryCommandInput, GetCanaryCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
private serialize;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
private deserialize;
|
|
127
|
+
export declare class GetCanaryCommand extends GetCanaryCommand_base {
|
|
143
128
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetCanaryRunsRequest, GetCanaryRunsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCanaryRunsCommandInput extends GetCanaryRunsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCanaryRunsCommandOutput extends GetCanaryRunsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCanaryRunsCommand_base: {
|
|
24
|
+
new (input: GetCanaryRunsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCanaryRunsCommandInput, GetCanaryRunsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of runs for a specified canary.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetCanaryRunsCommandOutput extends GetCanaryRunsResponse, __Met
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetCanaryRunsCommand extends
|
|
82
|
-
readonly input: GetCanaryRunsCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetCanaryRunsCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCanaryRunsCommandInput, GetCanaryRunsCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetCanaryRunsCommand extends GetCanaryRunsCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetGroupCommandInput extends GetGroupRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetGroupCommand_base: {
|
|
24
|
+
new (input: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about one group. Groups are a global resource, so you can use this operation from
|
|
@@ -73,23 +76,5 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class GetGroupCommand extends
|
|
77
|
-
readonly input: GetGroupCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: GetGroupCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class GetGroupCommand extends GetGroupCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListAssociatedGroupsRequest, ListAssociatedGroupsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListAssociatedGroupsCommandInput extends ListAssociatedGroupsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListAssociatedGroupsCommandOutput extends ListAssociatedGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListAssociatedGroupsCommand_base: {
|
|
24
|
+
new (input: ListAssociatedGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedGroupsCommandInput, ListAssociatedGroupsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of the groups that the specified canary is associated with. The canary
|
|
@@ -70,23 +73,5 @@ export interface ListAssociatedGroupsCommandOutput extends ListAssociatedGroupsR
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class ListAssociatedGroupsCommand extends
|
|
74
|
-
readonly input: ListAssociatedGroupsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: ListAssociatedGroupsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssociatedGroupsCommandInput, ListAssociatedGroupsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class ListAssociatedGroupsCommand extends ListAssociatedGroupsCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListGroupResourcesRequest, ListGroupResourcesResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListGroupResourcesCommandInput extends ListGroupResourcesReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListGroupResourcesCommandOutput extends ListGroupResourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListGroupResourcesCommand_base: {
|
|
24
|
+
new (input: ListGroupResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>This operation returns a list of the ARNs of the canaries that are associated with the specified group.</p>
|
|
@@ -68,23 +71,5 @@ export interface ListGroupResourcesCommandOutput extends ListGroupResourcesRespo
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class ListGroupResourcesCommand extends
|
|
72
|
-
readonly input: ListGroupResourcesCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: ListGroupResourcesCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class ListGroupResourcesCommand extends ListGroupResourcesCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListGroupsCommandInput extends ListGroupsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListGroupsCommand_base: {
|
|
24
|
+
new (input: ListGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroupsCommandInput, ListGroupsCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs. The groups
|
|
@@ -66,23 +69,5 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class ListGroupsCommand extends
|
|
70
|
-
readonly input: ListGroupsCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: ListGroupsCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupsCommandInput, ListGroupsCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class ListGroupsCommand extends ListGroupsCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays the tags associated with a canary or group.</p>
|
|
@@ -68,23 +71,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class ListTagsForResourceCommand extends
|
|
72
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StartCanaryRequest, StartCanaryResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartCanaryCommandInput extends StartCanaryRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartCanaryCommandOutput extends StartCanaryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartCanaryCommand_base: {
|
|
24
|
+
new (input: StartCanaryCommandInput): import("@smithy/smithy-client").CommandImpl<StartCanaryCommandInput, StartCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Use this operation to run a canary that has already been created.
|
|
@@ -63,23 +66,5 @@ export interface StartCanaryCommandOutput extends StartCanaryResponse, __Metadat
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class StartCanaryCommand extends
|
|
67
|
-
readonly input: StartCanaryCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: StartCanaryCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCanaryCommandInput, StartCanaryCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class StartCanaryCommand extends StartCanaryCommand_base {
|
|
85
70
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { StopCanaryRequest, StopCanaryResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopCanaryCommandInput extends StopCanaryRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopCanaryCommandOutput extends StopCanaryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopCanaryCommand_base: {
|
|
24
|
+
new (input: StopCanaryCommandInput): import("@smithy/smithy-client").CommandImpl<StopCanaryCommandInput, StopCanaryCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops the canary to prevent all future runs. If the canary is currently running,the
|
|
@@ -65,23 +68,5 @@ export interface StopCanaryCommandOutput extends StopCanaryResponse, __MetadataB
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class StopCanaryCommand extends
|
|
69
|
-
readonly input: StopCanaryCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: StopCanaryCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopCanaryCommandInput, StopCanaryCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class StopCanaryCommand extends StopCanaryCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SyntheticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Assigns one or more tags (key-value pairs) to the specified canary or group. </p>
|
|
@@ -78,23 +81,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Synthetics service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class TagResourceCommand extends
|
|
82
|
-
readonly input: TagResourceCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: TagResourceCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SyntheticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
100
85
|
}
|