@aws-sdk/client-synthetics 3.427.0 → 3.429.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.
@@ -30,7 +30,7 @@ export interface S3EncryptionConfig {
30
30
  * Amazon Web Services-managed KMS key is used.
31
31
  * </p>
32
32
  */
33
- EncryptionMode?: EncryptionMode | string;
33
+ EncryptionMode?: EncryptionMode;
34
34
  /**
35
35
  * @public
36
36
  * <p>The ARN of the customer-managed KMS key to use, if you specify <code>SSE-KMS</code>
@@ -310,7 +310,7 @@ export interface CanaryStatus {
310
310
  * @public
311
311
  * <p>The current state of the canary.</p>
312
312
  */
313
- State?: CanaryState | string;
313
+ State?: CanaryState;
314
314
  /**
315
315
  * @public
316
316
  * <p>If the canary has insufficient permissions to run, this field provides more details.</p>
@@ -320,7 +320,7 @@ export interface CanaryStatus {
320
320
  * @public
321
321
  * <p>If the canary cannot run or has failed, this field displays the reason.</p>
322
322
  */
323
- StateReasonCode?: CanaryStateReasonCode | string;
323
+ StateReasonCode?: CanaryStateReasonCode;
324
324
  }
325
325
  /**
326
326
  * @public
@@ -529,7 +529,7 @@ export interface CanaryRunStatus {
529
529
  * @public
530
530
  * <p>The current state of the run.</p>
531
531
  */
532
- State?: CanaryRunState | string;
532
+ State?: CanaryRunState;
533
533
  /**
534
534
  * @public
535
535
  * <p>If run of the canary failed, this field contains the reason for the error.</p>
@@ -541,7 +541,7 @@ export interface CanaryRunStatus {
541
541
  * canary code. If this value is <code>EXECUTION_FAILURE</code>, an exception occurred in
542
542
  * CloudWatch Synthetics.</p>
543
543
  */
544
- StateReasonCode?: CanaryRunStateReasonCode | string;
544
+ StateReasonCode?: CanaryRunStateReasonCode;
545
545
  }
546
546
  /**
547
547
  * @public
@@ -7,7 +7,7 @@ export declare const EncryptionMode: {
7
7
  export type EncryptionMode =
8
8
  (typeof EncryptionMode)[keyof typeof EncryptionMode];
9
9
  export interface S3EncryptionConfig {
10
- EncryptionMode?: EncryptionMode | string;
10
+ EncryptionMode?: EncryptionMode;
11
11
  KmsKeyArn?: string;
12
12
  }
13
13
  export interface ArtifactConfigInput {
@@ -113,9 +113,9 @@ export declare const CanaryStateReasonCode: {
113
113
  export type CanaryStateReasonCode =
114
114
  (typeof CanaryStateReasonCode)[keyof typeof CanaryStateReasonCode];
115
115
  export interface CanaryStatus {
116
- State?: CanaryState | string;
116
+ State?: CanaryState;
117
117
  StateReason?: string;
118
- StateReasonCode?: CanaryStateReasonCode | string;
118
+ StateReasonCode?: CanaryStateReasonCode;
119
119
  }
120
120
  export interface CanaryTimeline {
121
121
  Created?: Date;
@@ -165,9 +165,9 @@ export declare const CanaryRunStateReasonCode: {
165
165
  export type CanaryRunStateReasonCode =
166
166
  (typeof CanaryRunStateReasonCode)[keyof typeof CanaryRunStateReasonCode];
167
167
  export interface CanaryRunStatus {
168
- State?: CanaryRunState | string;
168
+ State?: CanaryRunState;
169
169
  StateReason?: string;
170
- StateReasonCode?: CanaryRunStateReasonCode | string;
170
+ StateReasonCode?: CanaryRunStateReasonCode;
171
171
  }
172
172
  export interface CanaryRunTimeline {
173
173
  Started?: Date;
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.427.0",
4
+ "version": "3.429.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,39 +21,39 @@
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.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"
59
59
  },