@aws-sdk/client-synthetics 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Synthetics.d.ts +382 -110
- package/dist-types/ts3.4/SyntheticsClient.d.ts +255 -94
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +21 -21
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SyntheticsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +804 -732
- package/dist-types/ts3.4/pagination/DescribeCanariesLastRunPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCanariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRuntimeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCanaryRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssociatedGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +257 -65
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,94 +1,255 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateResourceCommandInput,
|
|
47
|
+
AssociateResourceCommandOutput,
|
|
48
|
+
} from "./commands/AssociateResourceCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateCanaryCommandInput,
|
|
51
|
+
CreateCanaryCommandOutput,
|
|
52
|
+
} from "./commands/CreateCanaryCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateGroupCommandInput,
|
|
55
|
+
CreateGroupCommandOutput,
|
|
56
|
+
} from "./commands/CreateGroupCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteCanaryCommandInput,
|
|
59
|
+
DeleteCanaryCommandOutput,
|
|
60
|
+
} from "./commands/DeleteCanaryCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteGroupCommandInput,
|
|
63
|
+
DeleteGroupCommandOutput,
|
|
64
|
+
} from "./commands/DeleteGroupCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeCanariesCommandInput,
|
|
67
|
+
DescribeCanariesCommandOutput,
|
|
68
|
+
} from "./commands/DescribeCanariesCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeCanariesLastRunCommandInput,
|
|
71
|
+
DescribeCanariesLastRunCommandOutput,
|
|
72
|
+
} from "./commands/DescribeCanariesLastRunCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeRuntimeVersionsCommandInput,
|
|
75
|
+
DescribeRuntimeVersionsCommandOutput,
|
|
76
|
+
} from "./commands/DescribeRuntimeVersionsCommand";
|
|
77
|
+
import {
|
|
78
|
+
DisassociateResourceCommandInput,
|
|
79
|
+
DisassociateResourceCommandOutput,
|
|
80
|
+
} from "./commands/DisassociateResourceCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetCanaryCommandInput,
|
|
83
|
+
GetCanaryCommandOutput,
|
|
84
|
+
} from "./commands/GetCanaryCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetCanaryRunsCommandInput,
|
|
87
|
+
GetCanaryRunsCommandOutput,
|
|
88
|
+
} from "./commands/GetCanaryRunsCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetGroupCommandInput,
|
|
91
|
+
GetGroupCommandOutput,
|
|
92
|
+
} from "./commands/GetGroupCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListAssociatedGroupsCommandInput,
|
|
95
|
+
ListAssociatedGroupsCommandOutput,
|
|
96
|
+
} from "./commands/ListAssociatedGroupsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListGroupResourcesCommandInput,
|
|
99
|
+
ListGroupResourcesCommandOutput,
|
|
100
|
+
} from "./commands/ListGroupResourcesCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListGroupsCommandInput,
|
|
103
|
+
ListGroupsCommandOutput,
|
|
104
|
+
} from "./commands/ListGroupsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListTagsForResourceCommandInput,
|
|
107
|
+
ListTagsForResourceCommandOutput,
|
|
108
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
109
|
+
import {
|
|
110
|
+
StartCanaryCommandInput,
|
|
111
|
+
StartCanaryCommandOutput,
|
|
112
|
+
} from "./commands/StartCanaryCommand";
|
|
113
|
+
import {
|
|
114
|
+
StopCanaryCommandInput,
|
|
115
|
+
StopCanaryCommandOutput,
|
|
116
|
+
} from "./commands/StopCanaryCommand";
|
|
117
|
+
import {
|
|
118
|
+
TagResourceCommandInput,
|
|
119
|
+
TagResourceCommandOutput,
|
|
120
|
+
} from "./commands/TagResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
UntagResourceCommandInput,
|
|
123
|
+
UntagResourceCommandOutput,
|
|
124
|
+
} from "./commands/UntagResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
UpdateCanaryCommandInput,
|
|
127
|
+
UpdateCanaryCommandOutput,
|
|
128
|
+
} from "./commands/UpdateCanaryCommand";
|
|
129
|
+
export declare type ServiceInputTypes =
|
|
130
|
+
| AssociateResourceCommandInput
|
|
131
|
+
| CreateCanaryCommandInput
|
|
132
|
+
| CreateGroupCommandInput
|
|
133
|
+
| DeleteCanaryCommandInput
|
|
134
|
+
| DeleteGroupCommandInput
|
|
135
|
+
| DescribeCanariesCommandInput
|
|
136
|
+
| DescribeCanariesLastRunCommandInput
|
|
137
|
+
| DescribeRuntimeVersionsCommandInput
|
|
138
|
+
| DisassociateResourceCommandInput
|
|
139
|
+
| GetCanaryCommandInput
|
|
140
|
+
| GetCanaryRunsCommandInput
|
|
141
|
+
| GetGroupCommandInput
|
|
142
|
+
| ListAssociatedGroupsCommandInput
|
|
143
|
+
| ListGroupResourcesCommandInput
|
|
144
|
+
| ListGroupsCommandInput
|
|
145
|
+
| ListTagsForResourceCommandInput
|
|
146
|
+
| StartCanaryCommandInput
|
|
147
|
+
| StopCanaryCommandInput
|
|
148
|
+
| TagResourceCommandInput
|
|
149
|
+
| UntagResourceCommandInput
|
|
150
|
+
| UpdateCanaryCommandInput;
|
|
151
|
+
export declare type ServiceOutputTypes =
|
|
152
|
+
| AssociateResourceCommandOutput
|
|
153
|
+
| CreateCanaryCommandOutput
|
|
154
|
+
| CreateGroupCommandOutput
|
|
155
|
+
| DeleteCanaryCommandOutput
|
|
156
|
+
| DeleteGroupCommandOutput
|
|
157
|
+
| DescribeCanariesCommandOutput
|
|
158
|
+
| DescribeCanariesLastRunCommandOutput
|
|
159
|
+
| DescribeRuntimeVersionsCommandOutput
|
|
160
|
+
| DisassociateResourceCommandOutput
|
|
161
|
+
| GetCanaryCommandOutput
|
|
162
|
+
| GetCanaryRunsCommandOutput
|
|
163
|
+
| GetGroupCommandOutput
|
|
164
|
+
| ListAssociatedGroupsCommandOutput
|
|
165
|
+
| ListGroupResourcesCommandOutput
|
|
166
|
+
| ListGroupsCommandOutput
|
|
167
|
+
| ListTagsForResourceCommandOutput
|
|
168
|
+
| StartCanaryCommandOutput
|
|
169
|
+
| StopCanaryCommandOutput
|
|
170
|
+
| TagResourceCommandOutput
|
|
171
|
+
| UntagResourceCommandOutput
|
|
172
|
+
| UpdateCanaryCommandOutput;
|
|
173
|
+
export interface ClientDefaults
|
|
174
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
175
|
+
requestHandler?: __HttpHandler;
|
|
176
|
+
|
|
177
|
+
sha256?: __HashConstructor;
|
|
178
|
+
|
|
179
|
+
urlParser?: __UrlParser;
|
|
180
|
+
|
|
181
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
182
|
+
|
|
183
|
+
streamCollector?: __StreamCollector;
|
|
184
|
+
|
|
185
|
+
base64Decoder?: __Decoder;
|
|
186
|
+
|
|
187
|
+
base64Encoder?: __Encoder;
|
|
188
|
+
|
|
189
|
+
utf8Decoder?: __Decoder;
|
|
190
|
+
|
|
191
|
+
utf8Encoder?: __Encoder;
|
|
192
|
+
|
|
193
|
+
runtime?: string;
|
|
194
|
+
|
|
195
|
+
disableHostPrefix?: boolean;
|
|
196
|
+
|
|
197
|
+
maxAttempts?: number | __Provider<number>;
|
|
198
|
+
|
|
199
|
+
retryMode?: string | __Provider<string>;
|
|
200
|
+
|
|
201
|
+
logger?: __Logger;
|
|
202
|
+
|
|
203
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
204
|
+
|
|
205
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
206
|
+
|
|
207
|
+
serviceId?: string;
|
|
208
|
+
|
|
209
|
+
region?: string | __Provider<string>;
|
|
210
|
+
|
|
211
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
212
|
+
|
|
213
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
214
|
+
|
|
215
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
216
|
+
|
|
217
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
218
|
+
}
|
|
219
|
+
declare type SyntheticsClientConfigType = Partial<
|
|
220
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
221
|
+
> &
|
|
222
|
+
ClientDefaults &
|
|
223
|
+
RegionInputConfig &
|
|
224
|
+
EndpointsInputConfig &
|
|
225
|
+
RetryInputConfig &
|
|
226
|
+
HostHeaderInputConfig &
|
|
227
|
+
AwsAuthInputConfig &
|
|
228
|
+
UserAgentInputConfig;
|
|
229
|
+
|
|
230
|
+
export interface SyntheticsClientConfig extends SyntheticsClientConfigType {}
|
|
231
|
+
declare type SyntheticsClientResolvedConfigType =
|
|
232
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
233
|
+
Required<ClientDefaults> &
|
|
234
|
+
RegionResolvedConfig &
|
|
235
|
+
EndpointsResolvedConfig &
|
|
236
|
+
RetryResolvedConfig &
|
|
237
|
+
HostHeaderResolvedConfig &
|
|
238
|
+
AwsAuthResolvedConfig &
|
|
239
|
+
UserAgentResolvedConfig;
|
|
240
|
+
|
|
241
|
+
export interface SyntheticsClientResolvedConfig
|
|
242
|
+
extends SyntheticsClientResolvedConfigType {}
|
|
243
|
+
|
|
244
|
+
export declare class SyntheticsClient extends __Client<
|
|
245
|
+
__HttpHandlerOptions,
|
|
246
|
+
ServiceInputTypes,
|
|
247
|
+
ServiceOutputTypes,
|
|
248
|
+
SyntheticsClientResolvedConfig
|
|
249
|
+
> {
|
|
250
|
+
readonly config: SyntheticsClientResolvedConfig;
|
|
251
|
+
constructor(configuration: SyntheticsClientConfig);
|
|
252
|
+
|
|
253
|
+
destroy(): void;
|
|
254
|
+
}
|
|
255
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateResourceRequest,
|
|
10
|
+
AssociateResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SyntheticsClientResolvedConfig,
|
|
16
|
+
} from "../SyntheticsClient";
|
|
17
|
+
export interface AssociateResourceCommandInput
|
|
18
|
+
extends AssociateResourceRequest {}
|
|
19
|
+
export interface AssociateResourceCommandOutput
|
|
20
|
+
extends AssociateResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateResourceCommand extends $Command<
|
|
24
|
+
AssociateResourceCommandInput,
|
|
25
|
+
AssociateResourceCommandOutput,
|
|
26
|
+
SyntheticsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateResourceCommandInput;
|
|
29
|
+
constructor(input: AssociateResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SyntheticsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<AssociateResourceCommandInput, AssociateResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateCanaryRequest, CreateCanaryResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SyntheticsClientResolvedConfig,
|
|
13
|
+
} from "../SyntheticsClient";
|
|
14
|
+
export interface CreateCanaryCommandInput extends CreateCanaryRequest {}
|
|
15
|
+
export interface CreateCanaryCommandOutput
|
|
16
|
+
extends CreateCanaryResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateCanaryCommand extends $Command<
|
|
20
|
+
CreateCanaryCommandInput,
|
|
21
|
+
CreateCanaryCommandOutput,
|
|
22
|
+
SyntheticsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateCanaryCommandInput;
|
|
25
|
+
constructor(input: CreateCanaryCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SyntheticsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateCanaryCommandInput, CreateCanaryCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SyntheticsClientResolvedConfig,
|
|
13
|
+
} from "../SyntheticsClient";
|
|
14
|
+
export interface CreateGroupCommandInput extends CreateGroupRequest {}
|
|
15
|
+
export interface CreateGroupCommandOutput
|
|
16
|
+
extends CreateGroupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateGroupCommand extends $Command<
|
|
20
|
+
CreateGroupCommandInput,
|
|
21
|
+
CreateGroupCommandOutput,
|
|
22
|
+
SyntheticsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateGroupCommandInput;
|
|
25
|
+
constructor(input: CreateGroupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SyntheticsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteCanaryRequest, DeleteCanaryResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SyntheticsClientResolvedConfig,
|
|
13
|
+
} from "../SyntheticsClient";
|
|
14
|
+
export interface DeleteCanaryCommandInput extends DeleteCanaryRequest {}
|
|
15
|
+
export interface DeleteCanaryCommandOutput
|
|
16
|
+
extends DeleteCanaryResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteCanaryCommand extends $Command<
|
|
20
|
+
DeleteCanaryCommandInput,
|
|
21
|
+
DeleteCanaryCommandOutput,
|
|
22
|
+
SyntheticsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteCanaryCommandInput;
|
|
25
|
+
constructor(input: DeleteCanaryCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SyntheticsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteCanaryCommandInput, DeleteCanaryCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SyntheticsClientResolvedConfig,
|
|
13
|
+
} from "../SyntheticsClient";
|
|
14
|
+
export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
|
|
15
|
+
export interface DeleteGroupCommandOutput
|
|
16
|
+
extends DeleteGroupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteGroupCommand extends $Command<
|
|
20
|
+
DeleteGroupCommandInput,
|
|
21
|
+
DeleteGroupCommandOutput,
|
|
22
|
+
SyntheticsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteGroupCommandInput;
|
|
25
|
+
constructor(input: DeleteGroupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SyntheticsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|