@aws-sdk/client-synthetics 3.335.0 → 3.338.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/SyntheticsClient.js +2 -1
- package/dist-cjs/commands/AssociateResourceCommand.js +2 -1
- package/dist-cjs/commands/CreateCanaryCommand.js +2 -1
- package/dist-cjs/commands/CreateGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteCanaryCommand.js +2 -1
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeCanariesCommand.js +2 -1
- package/dist-cjs/commands/DescribeCanariesLastRunCommand.js +2 -1
- package/dist-cjs/commands/DescribeRuntimeVersionsCommand.js +2 -1
- package/dist-cjs/commands/DisassociateResourceCommand.js +2 -1
- package/dist-cjs/commands/GetCanaryCommand.js +2 -1
- package/dist-cjs/commands/GetCanaryRunsCommand.js +2 -1
- package/dist-cjs/commands/GetGroupCommand.js +2 -1
- package/dist-cjs/commands/ListAssociatedGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -1
- package/dist-cjs/commands/ListGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/StartCanaryCommand.js +2 -1
- package/dist-cjs/commands/StopCanaryCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCanaryCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/SyntheticsServiceException.js +2 -1
- package/dist-es/SyntheticsClient.js +1 -0
- package/dist-es/commands/AssociateResourceCommand.js +1 -0
- package/dist-es/commands/CreateCanaryCommand.js +1 -0
- package/dist-es/commands/CreateGroupCommand.js +1 -0
- package/dist-es/commands/DeleteCanaryCommand.js +1 -0
- package/dist-es/commands/DeleteGroupCommand.js +1 -0
- package/dist-es/commands/DescribeCanariesCommand.js +1 -0
- package/dist-es/commands/DescribeCanariesLastRunCommand.js +1 -0
- package/dist-es/commands/DescribeRuntimeVersionsCommand.js +1 -0
- package/dist-es/commands/DisassociateResourceCommand.js +1 -0
- package/dist-es/commands/GetCanaryCommand.js +1 -0
- package/dist-es/commands/GetCanaryRunsCommand.js +1 -0
- package/dist-es/commands/GetGroupCommand.js +1 -0
- package/dist-es/commands/ListAssociatedGroupsCommand.js +1 -0
- package/dist-es/commands/ListGroupResourcesCommand.js +1 -0
- package/dist-es/commands/ListGroupsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/StartCanaryCommand.js +1 -0
- package/dist-es/commands/StopCanaryCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCanaryCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/SyntheticsServiceException.js +1 -0
- package/dist-types/SyntheticsClient.d.ts +3 -3
- package/dist-types/commands/AssociateResourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateCanaryCommand.d.ts +4 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCanaryCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCanariesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateResourceCommand.d.ts +4 -0
- package/dist-types/commands/GetCanaryCommand.d.ts +4 -0
- package/dist-types/commands/GetCanaryRunsCommand.d.ts +4 -0
- package/dist-types/commands/GetGroupCommand.d.ts +4 -0
- package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +4 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/StartCanaryCommand.d.ts +4 -0
- package/dist-types/commands/StopCanaryCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCanaryCommand.d.ts +4 -0
- package/dist-types/index.d.ts +22 -2
- package/dist-types/models/SyntheticsServiceException.d.ts +1 -0
- package/dist-types/ts3.4/SyntheticsClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCanaryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCanaryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCanariesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCanariesLastRunCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRuntimeVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCanaryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCanaryRunsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAssociatedGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGroupResourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartCanaryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopCanaryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCanaryCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/SyntheticsServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteCanaryRequest, DeleteCanaryResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeCanariesRequest, DescribeCanariesResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeCanariesLastRunRequest, DescribeCanariesLastRunResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeRuntimeVersionsRequest, DescribeRuntimeVersionsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetCanaryRequest, GetCanaryResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetCanaryRunsRequest, GetCanaryRunsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetGroupRequest, GetGroupResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListAssociatedGroupsRequest, ListAssociatedGroupsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListGroupResourcesRequest, ListGroupResourcesResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartCanaryRequest, StartCanaryResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StopCanaryRequest, StopCanaryResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateCanaryRequest, UpdateCanaryResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Amazon CloudWatch Synthetics</fullname>
|
|
3
|
+
* <p>You can use Amazon CloudWatch Synthetics to continually monitor your services. You can
|
|
4
|
+
* create and manage <i>canaries</i>, which are modular, lightweight scripts
|
|
5
|
+
* that monitor your endpoints and APIs
|
|
6
|
+
* from the outside-in. You can set up your canaries to run
|
|
7
|
+
* 24 hours a day, once per minute. The canaries help you check the availability and latency
|
|
8
|
+
* of your web services and troubleshoot anomalies by investigating load time data,
|
|
9
|
+
* screenshots of the UI, logs, and metrics. The canaries seamlessly integrate with CloudWatch
|
|
10
|
+
* ServiceLens to help you trace the causes of impacted nodes in your applications. For more
|
|
11
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ServiceLens.html">Using ServiceLens to Monitor
|
|
12
|
+
* the Health of Your Applications</a> in the <i>Amazon CloudWatch User
|
|
13
|
+
* Guide</i>.</p>
|
|
14
|
+
*
|
|
15
|
+
* <p>Before you create and manage canaries, be aware of the security considerations. For more
|
|
16
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/servicelens_canaries_security.html">Security
|
|
17
|
+
* Considerations for Synthetics Canaries</a>.</p>
|
|
18
|
+
*
|
|
19
|
+
* @packageDocumentation
|
|
20
|
+
*/
|
|
2
21
|
export * from "./SyntheticsClient";
|
|
22
|
+
export * from "./Synthetics";
|
|
3
23
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
24
|
export * from "./pagination";
|
|
25
|
+
export * from "./models";
|
|
6
26
|
export { SyntheticsServiceException } from "./models/SyntheticsServiceException";
|
|
@@ -135,6 +135,7 @@ import {
|
|
|
135
135
|
ClientResolvedEndpointParameters,
|
|
136
136
|
EndpointParameters,
|
|
137
137
|
} from "./endpoint/EndpointParameters";
|
|
138
|
+
export { __Client };
|
|
138
139
|
export type ServiceInputTypes =
|
|
139
140
|
| AssociateResourceCommandInput
|
|
140
141
|
| CreateCanaryCommandInput
|
|
@@ -203,7 +204,7 @@ export interface ClientDefaults
|
|
|
203
204
|
logger?: __Logger;
|
|
204
205
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
205
206
|
}
|
|
206
|
-
type SyntheticsClientConfigType = Partial<
|
|
207
|
+
export type SyntheticsClientConfigType = Partial<
|
|
207
208
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
208
209
|
> &
|
|
209
210
|
ClientDefaults &
|
|
@@ -215,7 +216,7 @@ type SyntheticsClientConfigType = Partial<
|
|
|
215
216
|
UserAgentInputConfig &
|
|
216
217
|
ClientInputEndpointParameters;
|
|
217
218
|
export interface SyntheticsClientConfig extends SyntheticsClientConfigType {}
|
|
218
|
-
type SyntheticsClientResolvedConfigType =
|
|
219
|
+
export type SyntheticsClientResolvedConfigType =
|
|
219
220
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
220
221
|
Required<ClientDefaults> &
|
|
221
222
|
RegionResolvedConfig &
|
|
@@ -237,4 +238,3 @@ export declare class SyntheticsClient extends __Client<
|
|
|
237
238
|
constructor(configuration: SyntheticsClientConfig);
|
|
238
239
|
destroy(): void;
|
|
239
240
|
}
|
|
240
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateResourceCommandInput
|
|
19
20
|
extends AssociateResourceRequest {}
|
|
20
21
|
export interface AssociateResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateCanaryCommandInput extends CreateCanaryRequest {}
|
|
16
17
|
export interface CreateCanaryCommandOutput
|
|
17
18
|
extends CreateCanaryResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateGroupCommandInput extends CreateGroupRequest {}
|
|
16
17
|
export interface CreateGroupCommandOutput
|
|
17
18
|
extends CreateGroupResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteCanaryCommandInput extends DeleteCanaryRequest {}
|
|
16
17
|
export interface DeleteCanaryCommandOutput
|
|
17
18
|
extends DeleteCanaryResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
|
|
16
17
|
export interface DeleteGroupCommandOutput
|
|
17
18
|
extends DeleteGroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCanariesCommandInput extends DescribeCanariesRequest {}
|
|
19
20
|
export interface DescribeCanariesCommandOutput
|
|
20
21
|
extends DescribeCanariesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeCanariesLastRunCommandInput
|
|
19
20
|
extends DescribeCanariesLastRunRequest {}
|
|
20
21
|
export interface DescribeCanariesLastRunCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeRuntimeVersionsCommandInput
|
|
19
20
|
extends DescribeRuntimeVersionsRequest {}
|
|
20
21
|
export interface DescribeRuntimeVersionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateResourceCommandInput
|
|
19
20
|
extends DisassociateResourceRequest {}
|
|
20
21
|
export interface DisassociateResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetCanaryCommandInput extends GetCanaryRequest {}
|
|
16
17
|
export interface GetCanaryCommandOutput
|
|
17
18
|
extends GetCanaryResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetCanaryRunsCommandInput extends GetCanaryRunsRequest {}
|
|
19
20
|
export interface GetCanaryRunsCommandOutput
|
|
20
21
|
extends GetCanaryRunsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetGroupCommandInput extends GetGroupRequest {}
|
|
16
17
|
export interface GetGroupCommandOutput
|
|
17
18
|
extends GetGroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListAssociatedGroupsCommandInput
|
|
19
20
|
extends ListAssociatedGroupsRequest {}
|
|
20
21
|
export interface ListAssociatedGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListGroupResourcesCommandInput
|
|
19
20
|
extends ListGroupResourcesRequest {}
|
|
20
21
|
export interface ListGroupResourcesCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListGroupsCommandInput extends ListGroupsRequest {}
|
|
16
17
|
export interface ListGroupsCommandOutput
|
|
17
18
|
extends ListGroupsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartCanaryCommandInput extends StartCanaryRequest {}
|
|
16
17
|
export interface StartCanaryCommandOutput
|
|
17
18
|
extends StartCanaryResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StopCanaryCommandInput extends StopCanaryRequest {}
|
|
16
17
|
export interface StopCanaryCommandOutput
|
|
17
18
|
extends StopCanaryResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SyntheticsClientResolvedConfig,
|
|
17
17
|
} from "../SyntheticsClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SyntheticsClientResolvedConfig,
|
|
14
14
|
} from "../SyntheticsClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateCanaryCommandInput extends UpdateCanaryRequest {}
|
|
16
17
|
export interface UpdateCanaryCommandOutput
|
|
17
18
|
extends UpdateCanaryResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Synthetics";
|
|
2
1
|
export * from "./SyntheticsClient";
|
|
2
|
+
export * from "./Synthetics";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { SyntheticsServiceException } from "./models/SyntheticsServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class SyntheticsServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-synthetics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Synthetics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|