@aws-sdk/client-iot-events-data 3.650.0 → 3.654.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 (25) hide show
  1. package/dist-types/commands/BatchAcknowledgeAlarmCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchDeleteDetectorCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchDisableAlarmCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchEnableAlarmCommand.d.ts +11 -0
  5. package/dist-types/commands/BatchPutMessageCommand.d.ts +11 -0
  6. package/dist-types/commands/BatchResetAlarmCommand.d.ts +11 -0
  7. package/dist-types/commands/BatchSnoozeAlarmCommand.d.ts +11 -0
  8. package/dist-types/commands/BatchUpdateDetectorCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeAlarmCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeDetectorCommand.d.ts +11 -0
  11. package/dist-types/commands/ListAlarmsCommand.d.ts +11 -0
  12. package/dist-types/commands/ListDetectorsCommand.d.ts +11 -0
  13. package/dist-types/ts3.4/commands/BatchAcknowledgeAlarmCommand.d.ts +12 -1
  14. package/dist-types/ts3.4/commands/BatchDeleteDetectorCommand.d.ts +12 -1
  15. package/dist-types/ts3.4/commands/BatchDisableAlarmCommand.d.ts +12 -1
  16. package/dist-types/ts3.4/commands/BatchEnableAlarmCommand.d.ts +12 -1
  17. package/dist-types/ts3.4/commands/BatchPutMessageCommand.d.ts +12 -1
  18. package/dist-types/ts3.4/commands/BatchResetAlarmCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/BatchSnoozeAlarmCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/BatchUpdateDetectorCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/DescribeAlarmCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/ListAlarmsCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +12 -1
  25. package/package.json +35 -35
@@ -83,4 +83,15 @@ declare const BatchAcknowledgeAlarmCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class BatchAcknowledgeAlarmCommand extends BatchAcknowledgeAlarmCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: BatchAcknowledgeAlarmRequest;
90
+ output: BatchAcknowledgeAlarmResponse;
91
+ };
92
+ sdk: {
93
+ input: BatchAcknowledgeAlarmCommandInput;
94
+ output: BatchAcknowledgeAlarmCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -81,4 +81,15 @@ declare const BatchDeleteDetectorCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class BatchDeleteDetectorCommand extends BatchDeleteDetectorCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: BatchDeleteDetectorRequest;
88
+ output: BatchDeleteDetectorResponse;
89
+ };
90
+ sdk: {
91
+ input: BatchDeleteDetectorCommandInput;
92
+ output: BatchDeleteDetectorCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -83,4 +83,15 @@ declare const BatchDisableAlarmCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class BatchDisableAlarmCommand extends BatchDisableAlarmCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: BatchDisableAlarmRequest;
90
+ output: BatchDisableAlarmResponse;
91
+ };
92
+ sdk: {
93
+ input: BatchDisableAlarmCommandInput;
94
+ output: BatchDisableAlarmCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -83,4 +83,15 @@ declare const BatchEnableAlarmCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class BatchEnableAlarmCommand extends BatchEnableAlarmCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: BatchEnableAlarmRequest;
90
+ output: BatchEnableAlarmResponse;
91
+ };
92
+ sdk: {
93
+ input: BatchEnableAlarmCommandInput;
94
+ output: BatchEnableAlarmCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -88,4 +88,15 @@ declare const BatchPutMessageCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class BatchPutMessageCommand extends BatchPutMessageCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: BatchPutMessageRequest;
95
+ output: BatchPutMessageResponse;
96
+ };
97
+ sdk: {
98
+ input: BatchPutMessageCommandInput;
99
+ output: BatchPutMessageCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -83,4 +83,15 @@ declare const BatchResetAlarmCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class BatchResetAlarmCommand extends BatchResetAlarmCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: BatchResetAlarmRequest;
90
+ output: BatchResetAlarmResponse;
91
+ };
92
+ sdk: {
93
+ input: BatchResetAlarmCommandInput;
94
+ output: BatchResetAlarmCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -84,4 +84,15 @@ declare const BatchSnoozeAlarmCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class BatchSnoozeAlarmCommand extends BatchSnoozeAlarmCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: BatchSnoozeAlarmRequest;
91
+ output: BatchSnoozeAlarmResponse;
92
+ };
93
+ sdk: {
94
+ input: BatchSnoozeAlarmCommandInput;
95
+ output: BatchSnoozeAlarmCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -97,4 +97,15 @@ declare const BatchUpdateDetectorCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class BatchUpdateDetectorCommand extends BatchUpdateDetectorCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: BatchUpdateDetectorRequest;
104
+ output: BatchUpdateDetectorResponse;
105
+ };
106
+ sdk: {
107
+ input: BatchUpdateDetectorCommandInput;
108
+ output: BatchUpdateDetectorCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -115,4 +115,15 @@ declare const DescribeAlarmCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class DescribeAlarmCommand extends DescribeAlarmCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: DescribeAlarmRequest;
122
+ output: DescribeAlarmResponse;
123
+ };
124
+ sdk: {
125
+ input: DescribeAlarmCommandInput;
126
+ output: DescribeAlarmCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -94,4 +94,15 @@ declare const DescribeDetectorCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeDetectorRequest;
101
+ output: DescribeDetectorResponse;
102
+ };
103
+ sdk: {
104
+ input: DescribeDetectorCommandInput;
105
+ output: DescribeDetectorCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -85,4 +85,15 @@ declare const ListAlarmsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListAlarmsCommand extends ListAlarmsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListAlarmsRequest;
92
+ output: ListAlarmsResponse;
93
+ };
94
+ sdk: {
95
+ input: ListAlarmsCommandInput;
96
+ output: ListAlarmsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -87,4 +87,15 @@ declare const ListDetectorsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListDetectorsCommand extends ListDetectorsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListDetectorsRequest;
94
+ output: ListDetectorsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListDetectorsCommandInput;
98
+ output: ListDetectorsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -37,4 +37,15 @@ declare const BatchAcknowledgeAlarmCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchAcknowledgeAlarmCommand extends BatchAcknowledgeAlarmCommand_base {}
40
+ export declare class BatchAcknowledgeAlarmCommand extends BatchAcknowledgeAlarmCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchAcknowledgeAlarmRequest;
44
+ output: BatchAcknowledgeAlarmResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchAcknowledgeAlarmCommandInput;
48
+ output: BatchAcknowledgeAlarmCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDeleteDetectorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDeleteDetectorCommand extends BatchDeleteDetectorCommand_base {}
40
+ export declare class BatchDeleteDetectorCommand extends BatchDeleteDetectorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDeleteDetectorRequest;
44
+ output: BatchDeleteDetectorResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDeleteDetectorCommandInput;
48
+ output: BatchDeleteDetectorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDisableAlarmCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDisableAlarmCommand extends BatchDisableAlarmCommand_base {}
40
+ export declare class BatchDisableAlarmCommand extends BatchDisableAlarmCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDisableAlarmRequest;
44
+ output: BatchDisableAlarmResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDisableAlarmCommandInput;
48
+ output: BatchDisableAlarmCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const BatchEnableAlarmCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BatchEnableAlarmCommand extends BatchEnableAlarmCommand_base {}
39
+ export declare class BatchEnableAlarmCommand extends BatchEnableAlarmCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchEnableAlarmRequest;
43
+ output: BatchEnableAlarmResponse;
44
+ };
45
+ sdk: {
46
+ input: BatchEnableAlarmCommandInput;
47
+ output: BatchEnableAlarmCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const BatchPutMessageCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BatchPutMessageCommand extends BatchPutMessageCommand_base {}
39
+ export declare class BatchPutMessageCommand extends BatchPutMessageCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchPutMessageRequest;
43
+ output: BatchPutMessageResponse;
44
+ };
45
+ sdk: {
46
+ input: BatchPutMessageCommandInput;
47
+ output: BatchPutMessageCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const BatchResetAlarmCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BatchResetAlarmCommand extends BatchResetAlarmCommand_base {}
39
+ export declare class BatchResetAlarmCommand extends BatchResetAlarmCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchResetAlarmRequest;
43
+ output: BatchResetAlarmResponse;
44
+ };
45
+ sdk: {
46
+ input: BatchResetAlarmCommandInput;
47
+ output: BatchResetAlarmCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const BatchSnoozeAlarmCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BatchSnoozeAlarmCommand extends BatchSnoozeAlarmCommand_base {}
39
+ export declare class BatchSnoozeAlarmCommand extends BatchSnoozeAlarmCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchSnoozeAlarmRequest;
43
+ output: BatchSnoozeAlarmResponse;
44
+ };
45
+ sdk: {
46
+ input: BatchSnoozeAlarmCommandInput;
47
+ output: BatchSnoozeAlarmCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const BatchUpdateDetectorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchUpdateDetectorCommand extends BatchUpdateDetectorCommand_base {}
40
+ export declare class BatchUpdateDetectorCommand extends BatchUpdateDetectorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchUpdateDetectorRequest;
44
+ output: BatchUpdateDetectorResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchUpdateDetectorCommandInput;
48
+ output: BatchUpdateDetectorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeAlarmCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeAlarmCommand extends DescribeAlarmCommand_base {}
39
+ export declare class DescribeAlarmCommand extends DescribeAlarmCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeAlarmRequest;
43
+ output: DescribeAlarmResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeAlarmCommandInput;
47
+ output: DescribeAlarmCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribeDetectorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {}
39
+ export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeDetectorRequest;
43
+ output: DescribeDetectorResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeDetectorCommandInput;
47
+ output: DescribeDetectorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListAlarmsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAlarmsCommand extends ListAlarmsCommand_base {}
36
+ export declare class ListAlarmsCommand extends ListAlarmsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAlarmsRequest;
40
+ output: ListAlarmsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListAlarmsCommandInput;
44
+ output: ListAlarmsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListDetectorsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListDetectorsCommand extends ListDetectorsCommand_base {}
39
+ export declare class ListDetectorsCommand extends ListDetectorsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListDetectorsRequest;
43
+ output: ListDetectorsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListDetectorsCommandInput;
47
+ output: ListDetectorsCommandOutput;
48
+ };
49
+ };
50
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-events-data",
3
3
  "description": "AWS SDK for JavaScript Iot Events Data Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.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-iot-events-data",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },