@aws-sdk/client-synthetics 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +22 -21
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2247,13 +2247,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2247
2247
  // Annotate the CommonJS export names for ESM import in node:
2248
2248
 
2249
2249
  0 && (module.exports = {
2250
+ SyntheticsServiceException,
2251
+ __Client,
2252
+ SyntheticsClient,
2253
+ Synthetics,
2254
+ $Command,
2250
2255
  AssociateResourceCommand,
2251
- BadRequestException,
2252
- CanaryRunState,
2253
- CanaryRunStateReasonCode,
2254
- CanaryState,
2255
- CanaryStateReasonCode,
2256
- ConflictException,
2257
2256
  CreateCanaryCommand,
2258
2257
  CreateGroupCommand,
2259
2258
  DeleteCanaryCommand,
@@ -2262,37 +2261,39 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2262
2261
  DescribeCanariesLastRunCommand,
2263
2262
  DescribeRuntimeVersionsCommand,
2264
2263
  DisassociateResourceCommand,
2265
- EncryptionMode,
2266
2264
  GetCanaryCommand,
2267
2265
  GetCanaryRunsCommand,
2268
2266
  GetGroupCommand,
2269
- InternalFailureException,
2270
- InternalServerException,
2271
2267
  ListAssociatedGroupsCommand,
2272
2268
  ListGroupResourcesCommand,
2273
2269
  ListGroupsCommand,
2274
2270
  ListTagsForResourceCommand,
2275
- NotFoundException,
2276
- RequestEntityTooLargeException,
2277
- ResourceNotFoundException,
2278
- ServiceQuotaExceededException,
2279
2271
  StartCanaryCommand,
2280
2272
  StopCanaryCommand,
2281
- Synthetics,
2282
- SyntheticsClient,
2283
- SyntheticsServiceException,
2284
2273
  TagResourceCommand,
2285
- TooManyRequestsException,
2286
2274
  UntagResourceCommand,
2287
2275
  UpdateCanaryCommand,
2288
- ValidationException,
2289
- __Client,
2290
- paginateDescribeCanaries,
2291
2276
  paginateDescribeCanariesLastRun,
2277
+ paginateDescribeCanaries,
2292
2278
  paginateDescribeRuntimeVersions,
2293
2279
  paginateGetCanaryRuns,
2294
2280
  paginateListAssociatedGroups,
2295
2281
  paginateListGroupResources,
2296
- paginateListGroups
2282
+ paginateListGroups,
2283
+ EncryptionMode,
2284
+ ConflictException,
2285
+ InternalServerException,
2286
+ ResourceNotFoundException,
2287
+ ServiceQuotaExceededException,
2288
+ ValidationException,
2289
+ BadRequestException,
2290
+ CanaryState,
2291
+ CanaryStateReasonCode,
2292
+ CanaryRunState,
2293
+ CanaryRunStateReasonCode,
2294
+ RequestEntityTooLargeException,
2295
+ InternalFailureException,
2296
+ NotFoundException,
2297
+ TooManyRequestsException
2297
2298
  });
2298
2299
 
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.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-synthetics",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",