@aws-sdk/client-ssm-contacts 3.30.0 → 3.34.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 +38 -0
- package/README.md +7 -7
- package/SSMContacts.ts +9 -10
- package/SSMContactsClient.ts +7 -7
- package/commands/ActivateContactChannelCommand.ts +1 -2
- package/commands/SendActivationCodeCommand.ts +1 -1
- package/dist/cjs/SSMContacts.js +7 -7
- package/dist/cjs/SSMContacts.js.map +1 -1
- package/dist/cjs/SSMContactsClient.js +20 -20
- package/dist/cjs/SSMContactsClient.js.map +1 -1
- package/dist/cjs/commands/AcceptPageCommand.js +3 -3
- package/dist/cjs/commands/AcceptPageCommand.js.map +1 -1
- package/dist/cjs/commands/ActivateContactChannelCommand.js +4 -5
- package/dist/cjs/commands/ActivateContactChannelCommand.js.map +1 -1
- package/dist/cjs/commands/CreateContactChannelCommand.js +3 -3
- package/dist/cjs/commands/CreateContactChannelCommand.js.map +1 -1
- package/dist/cjs/commands/CreateContactCommand.js +3 -3
- package/dist/cjs/commands/CreateContactCommand.js.map +1 -1
- package/dist/cjs/commands/DeactivateContactChannelCommand.js +3 -3
- package/dist/cjs/commands/DeactivateContactChannelCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteContactChannelCommand.js +3 -3
- package/dist/cjs/commands/DeleteContactChannelCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteContactCommand.js +3 -3
- package/dist/cjs/commands/DeleteContactCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeEngagementCommand.js +3 -3
- package/dist/cjs/commands/DescribeEngagementCommand.js.map +1 -1
- package/dist/cjs/commands/DescribePageCommand.js +3 -3
- package/dist/cjs/commands/DescribePageCommand.js.map +1 -1
- package/dist/cjs/commands/GetContactChannelCommand.js +3 -3
- package/dist/cjs/commands/GetContactChannelCommand.js.map +1 -1
- package/dist/cjs/commands/GetContactCommand.js +3 -3
- package/dist/cjs/commands/GetContactCommand.js.map +1 -1
- package/dist/cjs/commands/GetContactPolicyCommand.js +3 -3
- package/dist/cjs/commands/GetContactPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/ListContactChannelsCommand.js +3 -3
- package/dist/cjs/commands/ListContactChannelsCommand.js.map +1 -1
- package/dist/cjs/commands/ListContactsCommand.js +3 -3
- package/dist/cjs/commands/ListContactsCommand.js.map +1 -1
- package/dist/cjs/commands/ListEngagementsCommand.js +3 -3
- package/dist/cjs/commands/ListEngagementsCommand.js.map +1 -1
- package/dist/cjs/commands/ListPageReceiptsCommand.js +3 -3
- package/dist/cjs/commands/ListPageReceiptsCommand.js.map +1 -1
- package/dist/cjs/commands/ListPagesByContactCommand.js +3 -3
- package/dist/cjs/commands/ListPagesByContactCommand.js.map +1 -1
- package/dist/cjs/commands/ListPagesByEngagementCommand.js +3 -3
- package/dist/cjs/commands/ListPagesByEngagementCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/PutContactPolicyCommand.js +3 -3
- package/dist/cjs/commands/PutContactPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/SendActivationCodeCommand.js +4 -4
- package/dist/cjs/commands/SendActivationCodeCommand.js.map +1 -1
- package/dist/cjs/commands/StartEngagementCommand.js +3 -3
- package/dist/cjs/commands/StartEngagementCommand.js.map +1 -1
- package/dist/cjs/commands/StopEngagementCommand.js +3 -3
- package/dist/cjs/commands/StopEngagementCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateContactChannelCommand.js +3 -3
- package/dist/cjs/commands/UpdateContactChannelCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateContactCommand.js +3 -3
- package/dist/cjs/commands/UpdateContactCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +37 -37
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_json1_1.js +103 -103
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/SSMContacts.js +1 -11
- package/dist/es/SSMContacts.js.map +1 -1
- package/dist/es/SSMContactsClient.js +1 -16
- package/dist/es/SSMContactsClient.js.map +1 -1
- package/dist/es/commands/AcceptPageCommand.js +2 -27
- package/dist/es/commands/AcceptPageCommand.js.map +1 -1
- package/dist/es/commands/ActivateContactChannelCommand.js +2 -29
- package/dist/es/commands/ActivateContactChannelCommand.js.map +1 -1
- package/dist/es/commands/CreateContactChannelCommand.js +2 -27
- package/dist/es/commands/CreateContactChannelCommand.js.map +1 -1
- package/dist/es/commands/CreateContactCommand.js +2 -29
- package/dist/es/commands/CreateContactCommand.js.map +1 -1
- package/dist/es/commands/DeactivateContactChannelCommand.js +2 -28
- package/dist/es/commands/DeactivateContactChannelCommand.js.map +1 -1
- package/dist/es/commands/DeleteContactChannelCommand.js +2 -30
- package/dist/es/commands/DeleteContactChannelCommand.js.map +1 -1
- package/dist/es/commands/DeleteContactCommand.js +2 -30
- package/dist/es/commands/DeleteContactCommand.js.map +1 -1
- package/dist/es/commands/DescribeEngagementCommand.js +2 -28
- package/dist/es/commands/DescribeEngagementCommand.js.map +1 -1
- package/dist/es/commands/DescribePageCommand.js +2 -27
- package/dist/es/commands/DescribePageCommand.js.map +1 -1
- package/dist/es/commands/GetContactChannelCommand.js +2 -27
- package/dist/es/commands/GetContactChannelCommand.js.map +1 -1
- package/dist/es/commands/GetContactCommand.js +2 -27
- package/dist/es/commands/GetContactCommand.js.map +1 -1
- package/dist/es/commands/GetContactPolicyCommand.js +2 -28
- package/dist/es/commands/GetContactPolicyCommand.js.map +1 -1
- package/dist/es/commands/ListContactChannelsCommand.js +2 -27
- package/dist/es/commands/ListContactChannelsCommand.js.map +1 -1
- package/dist/es/commands/ListContactsCommand.js +2 -27
- package/dist/es/commands/ListContactsCommand.js.map +1 -1
- package/dist/es/commands/ListEngagementsCommand.js +2 -27
- package/dist/es/commands/ListEngagementsCommand.js.map +1 -1
- package/dist/es/commands/ListPageReceiptsCommand.js +2 -27
- package/dist/es/commands/ListPageReceiptsCommand.js.map +1 -1
- package/dist/es/commands/ListPagesByContactCommand.js +2 -27
- package/dist/es/commands/ListPagesByContactCommand.js.map +1 -1
- package/dist/es/commands/ListPagesByEngagementCommand.js +2 -27
- package/dist/es/commands/ListPagesByEngagementCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/PutContactPolicyCommand.js +2 -27
- package/dist/es/commands/PutContactPolicyCommand.js.map +1 -1
- package/dist/es/commands/SendActivationCodeCommand.js +2 -29
- package/dist/es/commands/SendActivationCodeCommand.js.map +1 -1
- package/dist/es/commands/StartEngagementCommand.js +2 -28
- package/dist/es/commands/StartEngagementCommand.js.map +1 -1
- package/dist/es/commands/StopEngagementCommand.js +2 -28
- package/dist/es/commands/StopEngagementCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -28
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateContactChannelCommand.js +2 -27
- package/dist/es/commands/UpdateContactChannelCommand.js.map +1 -1
- package/dist/es/commands/UpdateContactCommand.js +2 -27
- package/dist/es/commands/UpdateContactCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -228
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/ListContactChannelsPaginator.js +16 -28
- package/dist/es/pagination/ListContactChannelsPaginator.js.map +1 -1
- package/dist/es/pagination/ListContactsPaginator.js +16 -28
- package/dist/es/pagination/ListContactsPaginator.js.map +1 -1
- package/dist/es/pagination/ListEngagementsPaginator.js +16 -28
- package/dist/es/pagination/ListEngagementsPaginator.js.map +1 -1
- package/dist/es/pagination/ListPageReceiptsPaginator.js +16 -28
- package/dist/es/pagination/ListPageReceiptsPaginator.js.map +1 -1
- package/dist/es/pagination/ListPagesByContactPaginator.js +16 -28
- package/dist/es/pagination/ListPagesByContactPaginator.js.map +1 -1
- package/dist/es/pagination/ListPagesByEngagementPaginator.js +16 -28
- package/dist/es/pagination/ListPagesByEngagementPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +811 -816
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/SSMContacts.d.ts +9 -10
- package/dist/types/SSMContactsClient.d.ts +7 -7
- package/dist/types/commands/ActivateContactChannelCommand.d.ts +1 -2
- package/dist/types/commands/SendActivationCodeCommand.d.ts +1 -1
- package/dist/types/models/models_0.d.ts +18 -19
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/SSMContacts.d.ts +9 -10
- package/dist/types/ts3.4/SSMContactsClient.d.ts +7 -7
- package/dist/types/ts3.4/commands/ActivateContactChannelCommand.d.ts +1 -2
- package/dist/types/ts3.4/commands/SendActivationCodeCommand.d.ts +1 -1
- package/dist/types/ts3.4/models/models_0.d.ts +18 -19
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/models/models_0.ts +18 -19
- package/package.json +39 -39
- package/protocols/Aws_json1_1.ts +14 -11
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-contacts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Contacts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.34.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "jest --coverage --passWithNoTests",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
|
|
15
|
+
"test": "jest --coverage --passWithNoTests"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist/cjs/index.js",
|
|
18
18
|
"types": "./dist/types/index.d.ts",
|
|
@@ -27,39 +27,39 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.1.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.1.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.34.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.34.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.34.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.34.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.34.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.34.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.34.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.34.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.34.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.34.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.34.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.34.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.34.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.34.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.34.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.34.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.34.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.34.0",
|
|
48
|
+
"@aws-sdk/types": "3.34.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.34.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.34.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.34.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.34.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.34.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.34.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.34.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.34.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.34.0",
|
|
58
58
|
"tslib": "^2.3.0",
|
|
59
59
|
"uuid": "^8.3.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
62
|
+
"@aws-sdk/client-documentation-generator": "3.34.0",
|
|
63
63
|
"@types/node": "^12.7.5",
|
|
64
64
|
"@types/uuid": "^8.3.0",
|
|
65
65
|
"downlevel-dts": "0.7.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"rimraf": "^3.0.0",
|
|
68
68
|
"ts-jest": "^26.4.1",
|
|
69
69
|
"typedoc": "^0.19.2",
|
|
70
|
-
"typescript": "~4.
|
|
70
|
+
"typescript": "~4.3.5"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=10.0.0"
|
package/protocols/Aws_json1_1.ts
CHANGED
|
@@ -131,7 +131,10 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@a
|
|
|
131
131
|
import {
|
|
132
132
|
expectBoolean as __expectBoolean,
|
|
133
133
|
expectInt32 as __expectInt32,
|
|
134
|
+
expectNonNull as __expectNonNull,
|
|
135
|
+
expectNumber as __expectNumber,
|
|
134
136
|
expectString as __expectString,
|
|
137
|
+
parseEpochTimestamp as __parseEpochTimestamp,
|
|
135
138
|
} from "@aws-sdk/smithy-client";
|
|
136
139
|
import {
|
|
137
140
|
Endpoint as __Endpoint,
|
|
@@ -3576,11 +3579,11 @@ const deserializeAws_json1_1DescribeEngagementResult = (
|
|
|
3576
3579
|
Sender: __expectString(output.Sender),
|
|
3577
3580
|
StartTime:
|
|
3578
3581
|
output.StartTime !== undefined && output.StartTime !== null
|
|
3579
|
-
?
|
|
3582
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
|
|
3580
3583
|
: undefined,
|
|
3581
3584
|
StopTime:
|
|
3582
3585
|
output.StopTime !== undefined && output.StopTime !== null
|
|
3583
|
-
?
|
|
3586
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StopTime)))
|
|
3584
3587
|
: undefined,
|
|
3585
3588
|
Subject: __expectString(output.Subject),
|
|
3586
3589
|
} as any;
|
|
@@ -3592,7 +3595,7 @@ const deserializeAws_json1_1DescribePageResult = (output: any, context: __SerdeC
|
|
|
3592
3595
|
Content: __expectString(output.Content),
|
|
3593
3596
|
DeliveryTime:
|
|
3594
3597
|
output.DeliveryTime !== undefined && output.DeliveryTime !== null
|
|
3595
|
-
?
|
|
3598
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeliveryTime)))
|
|
3596
3599
|
: undefined,
|
|
3597
3600
|
EngagementArn: __expectString(output.EngagementArn),
|
|
3598
3601
|
IncidentId: __expectString(output.IncidentId),
|
|
@@ -3601,12 +3604,12 @@ const deserializeAws_json1_1DescribePageResult = (output: any, context: __SerdeC
|
|
|
3601
3604
|
PublicSubject: __expectString(output.PublicSubject),
|
|
3602
3605
|
ReadTime:
|
|
3603
3606
|
output.ReadTime !== undefined && output.ReadTime !== null
|
|
3604
|
-
?
|
|
3607
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReadTime)))
|
|
3605
3608
|
: undefined,
|
|
3606
3609
|
Sender: __expectString(output.Sender),
|
|
3607
3610
|
SentTime:
|
|
3608
3611
|
output.SentTime !== undefined && output.SentTime !== null
|
|
3609
|
-
?
|
|
3612
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.SentTime)))
|
|
3610
3613
|
: undefined,
|
|
3611
3614
|
Subject: __expectString(output.Subject),
|
|
3612
3615
|
} as any;
|
|
@@ -3620,11 +3623,11 @@ const deserializeAws_json1_1Engagement = (output: any, context: __SerdeContext):
|
|
|
3620
3623
|
Sender: __expectString(output.Sender),
|
|
3621
3624
|
StartTime:
|
|
3622
3625
|
output.StartTime !== undefined && output.StartTime !== null
|
|
3623
|
-
?
|
|
3626
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
|
|
3624
3627
|
: undefined,
|
|
3625
3628
|
StopTime:
|
|
3626
3629
|
output.StopTime !== undefined && output.StopTime !== null
|
|
3627
|
-
?
|
|
3630
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StopTime)))
|
|
3628
3631
|
: undefined,
|
|
3629
3632
|
} as any;
|
|
3630
3633
|
};
|
|
@@ -3771,19 +3774,19 @@ const deserializeAws_json1_1Page = (output: any, context: __SerdeContext): Page
|
|
|
3771
3774
|
ContactArn: __expectString(output.ContactArn),
|
|
3772
3775
|
DeliveryTime:
|
|
3773
3776
|
output.DeliveryTime !== undefined && output.DeliveryTime !== null
|
|
3774
|
-
?
|
|
3777
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeliveryTime)))
|
|
3775
3778
|
: undefined,
|
|
3776
3779
|
EngagementArn: __expectString(output.EngagementArn),
|
|
3777
3780
|
IncidentId: __expectString(output.IncidentId),
|
|
3778
3781
|
PageArn: __expectString(output.PageArn),
|
|
3779
3782
|
ReadTime:
|
|
3780
3783
|
output.ReadTime !== undefined && output.ReadTime !== null
|
|
3781
|
-
?
|
|
3784
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReadTime)))
|
|
3782
3785
|
: undefined,
|
|
3783
3786
|
Sender: __expectString(output.Sender),
|
|
3784
3787
|
SentTime:
|
|
3785
3788
|
output.SentTime !== undefined && output.SentTime !== null
|
|
3786
|
-
?
|
|
3789
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.SentTime)))
|
|
3787
3790
|
: undefined,
|
|
3788
3791
|
} as any;
|
|
3789
3792
|
};
|
|
@@ -3818,7 +3821,7 @@ const deserializeAws_json1_1Receipt = (output: any, context: __SerdeContext): Re
|
|
|
3818
3821
|
ReceiptInfo: __expectString(output.ReceiptInfo),
|
|
3819
3822
|
ReceiptTime:
|
|
3820
3823
|
output.ReceiptTime !== undefined && output.ReceiptTime !== null
|
|
3821
|
-
?
|
|
3824
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.ReceiptTime)))
|
|
3822
3825
|
: undefined,
|
|
3823
3826
|
ReceiptType: __expectString(output.ReceiptType),
|
|
3824
3827
|
} as any;
|
package/tsconfig.es.json
CHANGED
package/tsconfig.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"alwaysStrict": true,
|
|
4
4
|
"target": "ES2018",
|
|
5
5
|
"module": "commonjs",
|
|
6
|
-
"declaration": true,
|
|
7
6
|
"strict": true,
|
|
8
7
|
"sourceMap": true,
|
|
9
8
|
"downlevelIteration": true,
|
|
@@ -12,9 +11,8 @@
|
|
|
12
11
|
"incremental": true,
|
|
13
12
|
"resolveJsonModule": true,
|
|
14
13
|
"esModuleInterop": true,
|
|
15
|
-
"declarationDir": "dist/types",
|
|
16
14
|
"outDir": "dist/cjs",
|
|
17
|
-
"
|
|
15
|
+
"removeComments": true
|
|
18
16
|
},
|
|
19
17
|
"typedocOptions": {
|
|
20
18
|
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
|
|
@@ -24,9 +22,9 @@
|
|
|
24
22
|
"ignoreCompilerErrors": true,
|
|
25
23
|
"includeDeclarations": true,
|
|
26
24
|
"stripInternal": true,
|
|
27
|
-
"readme": "
|
|
25
|
+
"readme": "README.md",
|
|
28
26
|
"mode": "file",
|
|
29
|
-
"out": "
|
|
27
|
+
"out": "docs",
|
|
30
28
|
"theme": "minimal",
|
|
31
29
|
"plugin": ["@aws-sdk/client-documentation-generator"]
|
|
32
30
|
}
|