@aws-sdk/client-acm 3.29.0 → 3.33.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 +32 -0
- package/dist/cjs/ACMClient.js +13 -13
- package/dist/cjs/ACMClient.js.map +1 -1
- package/dist/cjs/commands/AddTagsToCertificateCommand.js +3 -3
- package/dist/cjs/commands/AddTagsToCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteCertificateCommand.js +3 -3
- package/dist/cjs/commands/DeleteCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeCertificateCommand.js +3 -3
- package/dist/cjs/commands/DescribeCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/ExportCertificateCommand.js +3 -3
- package/dist/cjs/commands/ExportCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/GetAccountConfigurationCommand.js +3 -3
- package/dist/cjs/commands/GetAccountConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/GetCertificateCommand.js +3 -3
- package/dist/cjs/commands/GetCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/ImportCertificateCommand.js +3 -3
- package/dist/cjs/commands/ImportCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/ListCertificatesCommand.js +3 -3
- package/dist/cjs/commands/ListCertificatesCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForCertificateCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/PutAccountConfigurationCommand.js +3 -3
- package/dist/cjs/commands/PutAccountConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/RemoveTagsFromCertificateCommand.js +3 -3
- package/dist/cjs/commands/RemoveTagsFromCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/RenewCertificateCommand.js +3 -3
- package/dist/cjs/commands/RenewCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/RequestCertificateCommand.js +3 -3
- package/dist/cjs/commands/RequestCertificateCommand.js.map +1 -1
- package/dist/cjs/commands/ResendValidationEmailCommand.js +3 -3
- package/dist/cjs/commands/ResendValidationEmailCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateCertificateOptionsCommand.js +3 -3
- package/dist/cjs/commands/UpdateCertificateOptionsCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +21 -21
- 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/package.json +32 -32
- package/dist/cjs/protocols/Aws_json1_1.js +65 -65
- 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/cjs/waiters/waitForCertificateValidated.js +3 -3
- package/dist/cjs/waiters/waitForCertificateValidated.js.map +1 -1
- package/dist/es/package.json +32 -32
- package/dist/es/pagination/ListCertificatesPaginator.js +4 -4
- package/dist/es/pagination/ListCertificatesPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +8 -8
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/waiters/waitForCertificateValidated.js +2 -2
- package/dist/es/waiters/waitForCertificateValidated.js.map +1 -1
- package/package.json +32 -32
- package/protocols/Aws_json1_1.ts +14 -8
- package/tsconfig.json +1 -2
package/dist/cjs/index.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./ACMClient"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ACM"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands/AddTagsToCertificateCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./commands/DeleteCertificateCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./commands/DescribeCertificateCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters/waitForCertificateValidated"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./commands/ExportCertificateCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./commands/GetAccountConfigurationCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./commands/GetCertificateCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./commands/ImportCertificateCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./commands/ListCertificatesCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./pagination/ListCertificatesPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./commands/ListTagsForCertificateCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./commands/PutAccountConfigurationCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./commands/RemoveTagsFromCertificateCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./commands/RenewCertificateCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./commands/RequestCertificateCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./commands/ResendValidationEmailCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./commands/UpdateCertificateOptionsCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./models/index"), exports);
|
|
25
25
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,sDAA4B;AAC5B,gDAAsB;AACtB,iFAAuD;AACvD,8EAAoD;AACpD,gFAAsD;AACtD,gFAAsD;AACtD,8EAAoD;AACpD,oFAA0D;AAC1D,2EAAiD;AACjD,8EAAoD;AACpD,6EAAmD;AACnD,iFAAuD;AACvD,mFAAyD;AACzD,oFAA0D;AAC1D,sFAA4D;AAC5D,6EAAmD;AACnD,+EAAqD;AACrD,kFAAwD;AACxD,qFAA2D;AAC3D,kEAAwC;AACxC,yDAA+B"}
|
package/dist/cjs/models/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2B"}
|
package/dist/cjs/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.33.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
|
|
7
7
|
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
@@ -27,46 +27,46 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.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.
|
|
58
|
-
"@aws-sdk/util-waiter": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.33.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.33.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.33.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.32.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.32.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.32.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.32.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.32.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.32.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.32.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.32.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.33.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.32.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.32.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.32.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.32.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.32.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.32.0",
|
|
48
|
+
"@aws-sdk/types": "3.32.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.32.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.32.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.32.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.32.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.32.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.32.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.33.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.32.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.32.0",
|
|
58
|
+
"@aws-sdk/util-waiter": "3.32.0",
|
|
59
59
|
"tslib": "^2.3.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
62
|
+
"@aws-sdk/client-documentation-generator": "3.32.0",
|
|
63
63
|
"@types/node": "^12.7.5",
|
|
64
64
|
"downlevel-dts": "0.7.0",
|
|
65
65
|
"jest": "^26.1.0",
|
|
66
66
|
"rimraf": "^3.0.0",
|
|
67
67
|
"ts-jest": "^26.4.1",
|
|
68
68
|
"typedoc": "^0.19.2",
|
|
69
|
-
"typescript": "~4.
|
|
69
|
+
"typescript": "~4.3.5"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=10.0.0"
|
|
@@ -1585,74 +1585,74 @@ const serializeAws_json1_1UpdateCertificateOptionsRequest = (input, context) =>
|
|
|
1585
1585
|
};
|
|
1586
1586
|
const deserializeAws_json1_1AccessDeniedException = (output, context) => {
|
|
1587
1587
|
return {
|
|
1588
|
-
Message:
|
|
1588
|
+
Message: smithy_client_1.expectString(output.Message),
|
|
1589
1589
|
};
|
|
1590
1590
|
};
|
|
1591
1591
|
const deserializeAws_json1_1CertificateDetail = (output, context) => {
|
|
1592
1592
|
return {
|
|
1593
|
-
CertificateArn:
|
|
1594
|
-
CertificateAuthorityArn:
|
|
1593
|
+
CertificateArn: smithy_client_1.expectString(output.CertificateArn),
|
|
1594
|
+
CertificateAuthorityArn: smithy_client_1.expectString(output.CertificateAuthorityArn),
|
|
1595
1595
|
CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
|
|
1596
|
-
?
|
|
1596
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
|
|
1597
1597
|
: undefined,
|
|
1598
|
-
DomainName:
|
|
1598
|
+
DomainName: smithy_client_1.expectString(output.DomainName),
|
|
1599
1599
|
DomainValidationOptions: output.DomainValidationOptions !== undefined && output.DomainValidationOptions !== null
|
|
1600
1600
|
? deserializeAws_json1_1DomainValidationList(output.DomainValidationOptions, context)
|
|
1601
1601
|
: undefined,
|
|
1602
1602
|
ExtendedKeyUsages: output.ExtendedKeyUsages !== undefined && output.ExtendedKeyUsages !== null
|
|
1603
1603
|
? deserializeAws_json1_1ExtendedKeyUsageList(output.ExtendedKeyUsages, context)
|
|
1604
1604
|
: undefined,
|
|
1605
|
-
FailureReason:
|
|
1605
|
+
FailureReason: smithy_client_1.expectString(output.FailureReason),
|
|
1606
1606
|
ImportedAt: output.ImportedAt !== undefined && output.ImportedAt !== null
|
|
1607
|
-
?
|
|
1607
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ImportedAt)))
|
|
1608
1608
|
: undefined,
|
|
1609
1609
|
InUseBy: output.InUseBy !== undefined && output.InUseBy !== null
|
|
1610
1610
|
? deserializeAws_json1_1InUseList(output.InUseBy, context)
|
|
1611
1611
|
: undefined,
|
|
1612
1612
|
IssuedAt: output.IssuedAt !== undefined && output.IssuedAt !== null
|
|
1613
|
-
?
|
|
1613
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.IssuedAt)))
|
|
1614
1614
|
: undefined,
|
|
1615
|
-
Issuer:
|
|
1616
|
-
KeyAlgorithm:
|
|
1615
|
+
Issuer: smithy_client_1.expectString(output.Issuer),
|
|
1616
|
+
KeyAlgorithm: smithy_client_1.expectString(output.KeyAlgorithm),
|
|
1617
1617
|
KeyUsages: output.KeyUsages !== undefined && output.KeyUsages !== null
|
|
1618
1618
|
? deserializeAws_json1_1KeyUsageList(output.KeyUsages, context)
|
|
1619
1619
|
: undefined,
|
|
1620
1620
|
NotAfter: output.NotAfter !== undefined && output.NotAfter !== null
|
|
1621
|
-
?
|
|
1621
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.NotAfter)))
|
|
1622
1622
|
: undefined,
|
|
1623
1623
|
NotBefore: output.NotBefore !== undefined && output.NotBefore !== null
|
|
1624
|
-
?
|
|
1624
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.NotBefore)))
|
|
1625
1625
|
: undefined,
|
|
1626
1626
|
Options: output.Options !== undefined && output.Options !== null
|
|
1627
1627
|
? deserializeAws_json1_1CertificateOptions(output.Options, context)
|
|
1628
1628
|
: undefined,
|
|
1629
|
-
RenewalEligibility:
|
|
1629
|
+
RenewalEligibility: smithy_client_1.expectString(output.RenewalEligibility),
|
|
1630
1630
|
RenewalSummary: output.RenewalSummary !== undefined && output.RenewalSummary !== null
|
|
1631
1631
|
? deserializeAws_json1_1RenewalSummary(output.RenewalSummary, context)
|
|
1632
1632
|
: undefined,
|
|
1633
|
-
RevocationReason:
|
|
1633
|
+
RevocationReason: smithy_client_1.expectString(output.RevocationReason),
|
|
1634
1634
|
RevokedAt: output.RevokedAt !== undefined && output.RevokedAt !== null
|
|
1635
|
-
?
|
|
1635
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.RevokedAt)))
|
|
1636
1636
|
: undefined,
|
|
1637
|
-
Serial:
|
|
1638
|
-
SignatureAlgorithm:
|
|
1639
|
-
Status:
|
|
1640
|
-
Subject:
|
|
1637
|
+
Serial: smithy_client_1.expectString(output.Serial),
|
|
1638
|
+
SignatureAlgorithm: smithy_client_1.expectString(output.SignatureAlgorithm),
|
|
1639
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
1640
|
+
Subject: smithy_client_1.expectString(output.Subject),
|
|
1641
1641
|
SubjectAlternativeNames: output.SubjectAlternativeNames !== undefined && output.SubjectAlternativeNames !== null
|
|
1642
1642
|
? deserializeAws_json1_1DomainList(output.SubjectAlternativeNames, context)
|
|
1643
1643
|
: undefined,
|
|
1644
|
-
Type:
|
|
1644
|
+
Type: smithy_client_1.expectString(output.Type),
|
|
1645
1645
|
};
|
|
1646
1646
|
};
|
|
1647
1647
|
const deserializeAws_json1_1CertificateOptions = (output, context) => {
|
|
1648
1648
|
return {
|
|
1649
|
-
CertificateTransparencyLoggingPreference:
|
|
1649
|
+
CertificateTransparencyLoggingPreference: smithy_client_1.expectString(output.CertificateTransparencyLoggingPreference),
|
|
1650
1650
|
};
|
|
1651
1651
|
};
|
|
1652
1652
|
const deserializeAws_json1_1CertificateSummary = (output, context) => {
|
|
1653
1653
|
return {
|
|
1654
|
-
CertificateArn:
|
|
1655
|
-
DomainName:
|
|
1654
|
+
CertificateArn: smithy_client_1.expectString(output.CertificateArn),
|
|
1655
|
+
DomainName: smithy_client_1.expectString(output.DomainName),
|
|
1656
1656
|
};
|
|
1657
1657
|
};
|
|
1658
1658
|
const deserializeAws_json1_1CertificateSummaryList = (output, context) => {
|
|
@@ -1667,7 +1667,7 @@ const deserializeAws_json1_1CertificateSummaryList = (output, context) => {
|
|
|
1667
1667
|
};
|
|
1668
1668
|
const deserializeAws_json1_1ConflictException = (output, context) => {
|
|
1669
1669
|
return {
|
|
1670
|
-
message:
|
|
1670
|
+
message: smithy_client_1.expectString(output.message),
|
|
1671
1671
|
};
|
|
1672
1672
|
};
|
|
1673
1673
|
const deserializeAws_json1_1DescribeCertificateResponse = (output, context) => {
|
|
@@ -1684,21 +1684,21 @@ const deserializeAws_json1_1DomainList = (output, context) => {
|
|
|
1684
1684
|
if (entry === null) {
|
|
1685
1685
|
return null;
|
|
1686
1686
|
}
|
|
1687
|
-
return
|
|
1687
|
+
return smithy_client_1.expectString(entry);
|
|
1688
1688
|
});
|
|
1689
1689
|
};
|
|
1690
1690
|
const deserializeAws_json1_1DomainValidation = (output, context) => {
|
|
1691
1691
|
return {
|
|
1692
|
-
DomainName:
|
|
1692
|
+
DomainName: smithy_client_1.expectString(output.DomainName),
|
|
1693
1693
|
ResourceRecord: output.ResourceRecord !== undefined && output.ResourceRecord !== null
|
|
1694
1694
|
? deserializeAws_json1_1ResourceRecord(output.ResourceRecord, context)
|
|
1695
1695
|
: undefined,
|
|
1696
|
-
ValidationDomain:
|
|
1696
|
+
ValidationDomain: smithy_client_1.expectString(output.ValidationDomain),
|
|
1697
1697
|
ValidationEmails: output.ValidationEmails !== undefined && output.ValidationEmails !== null
|
|
1698
1698
|
? deserializeAws_json1_1ValidationEmailList(output.ValidationEmails, context)
|
|
1699
1699
|
: undefined,
|
|
1700
|
-
ValidationMethod:
|
|
1701
|
-
ValidationStatus:
|
|
1700
|
+
ValidationMethod: smithy_client_1.expectString(output.ValidationMethod),
|
|
1701
|
+
ValidationStatus: smithy_client_1.expectString(output.ValidationStatus),
|
|
1702
1702
|
};
|
|
1703
1703
|
};
|
|
1704
1704
|
const deserializeAws_json1_1DomainValidationList = (output, context) => {
|
|
@@ -1713,20 +1713,20 @@ const deserializeAws_json1_1DomainValidationList = (output, context) => {
|
|
|
1713
1713
|
};
|
|
1714
1714
|
const deserializeAws_json1_1ExpiryEventsConfiguration = (output, context) => {
|
|
1715
1715
|
return {
|
|
1716
|
-
DaysBeforeExpiry:
|
|
1716
|
+
DaysBeforeExpiry: smithy_client_1.expectInt32(output.DaysBeforeExpiry),
|
|
1717
1717
|
};
|
|
1718
1718
|
};
|
|
1719
1719
|
const deserializeAws_json1_1ExportCertificateResponse = (output, context) => {
|
|
1720
1720
|
return {
|
|
1721
|
-
Certificate:
|
|
1722
|
-
CertificateChain:
|
|
1723
|
-
PrivateKey:
|
|
1721
|
+
Certificate: smithy_client_1.expectString(output.Certificate),
|
|
1722
|
+
CertificateChain: smithy_client_1.expectString(output.CertificateChain),
|
|
1723
|
+
PrivateKey: smithy_client_1.expectString(output.PrivateKey),
|
|
1724
1724
|
};
|
|
1725
1725
|
};
|
|
1726
1726
|
const deserializeAws_json1_1ExtendedKeyUsage = (output, context) => {
|
|
1727
1727
|
return {
|
|
1728
|
-
Name:
|
|
1729
|
-
OID:
|
|
1728
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
1729
|
+
OID: smithy_client_1.expectString(output.OID),
|
|
1730
1730
|
};
|
|
1731
1731
|
};
|
|
1732
1732
|
const deserializeAws_json1_1ExtendedKeyUsageList = (output, context) => {
|
|
@@ -1748,13 +1748,13 @@ const deserializeAws_json1_1GetAccountConfigurationResponse = (output, context)
|
|
|
1748
1748
|
};
|
|
1749
1749
|
const deserializeAws_json1_1GetCertificateResponse = (output, context) => {
|
|
1750
1750
|
return {
|
|
1751
|
-
Certificate:
|
|
1752
|
-
CertificateChain:
|
|
1751
|
+
Certificate: smithy_client_1.expectString(output.Certificate),
|
|
1752
|
+
CertificateChain: smithy_client_1.expectString(output.CertificateChain),
|
|
1753
1753
|
};
|
|
1754
1754
|
};
|
|
1755
1755
|
const deserializeAws_json1_1ImportCertificateResponse = (output, context) => {
|
|
1756
1756
|
return {
|
|
1757
|
-
CertificateArn:
|
|
1757
|
+
CertificateArn: smithy_client_1.expectString(output.CertificateArn),
|
|
1758
1758
|
};
|
|
1759
1759
|
};
|
|
1760
1760
|
const deserializeAws_json1_1InUseList = (output, context) => {
|
|
@@ -1764,42 +1764,42 @@ const deserializeAws_json1_1InUseList = (output, context) => {
|
|
|
1764
1764
|
if (entry === null) {
|
|
1765
1765
|
return null;
|
|
1766
1766
|
}
|
|
1767
|
-
return
|
|
1767
|
+
return smithy_client_1.expectString(entry);
|
|
1768
1768
|
});
|
|
1769
1769
|
};
|
|
1770
1770
|
const deserializeAws_json1_1InvalidArgsException = (output, context) => {
|
|
1771
1771
|
return {
|
|
1772
|
-
message:
|
|
1772
|
+
message: smithy_client_1.expectString(output.message),
|
|
1773
1773
|
};
|
|
1774
1774
|
};
|
|
1775
1775
|
const deserializeAws_json1_1InvalidArnException = (output, context) => {
|
|
1776
1776
|
return {
|
|
1777
|
-
message:
|
|
1777
|
+
message: smithy_client_1.expectString(output.message),
|
|
1778
1778
|
};
|
|
1779
1779
|
};
|
|
1780
1780
|
const deserializeAws_json1_1InvalidDomainValidationOptionsException = (output, context) => {
|
|
1781
1781
|
return {
|
|
1782
|
-
message:
|
|
1782
|
+
message: smithy_client_1.expectString(output.message),
|
|
1783
1783
|
};
|
|
1784
1784
|
};
|
|
1785
1785
|
const deserializeAws_json1_1InvalidParameterException = (output, context) => {
|
|
1786
1786
|
return {
|
|
1787
|
-
message:
|
|
1787
|
+
message: smithy_client_1.expectString(output.message),
|
|
1788
1788
|
};
|
|
1789
1789
|
};
|
|
1790
1790
|
const deserializeAws_json1_1InvalidStateException = (output, context) => {
|
|
1791
1791
|
return {
|
|
1792
|
-
message:
|
|
1792
|
+
message: smithy_client_1.expectString(output.message),
|
|
1793
1793
|
};
|
|
1794
1794
|
};
|
|
1795
1795
|
const deserializeAws_json1_1InvalidTagException = (output, context) => {
|
|
1796
1796
|
return {
|
|
1797
|
-
message:
|
|
1797
|
+
message: smithy_client_1.expectString(output.message),
|
|
1798
1798
|
};
|
|
1799
1799
|
};
|
|
1800
1800
|
const deserializeAws_json1_1KeyUsage = (output, context) => {
|
|
1801
1801
|
return {
|
|
1802
|
-
Name:
|
|
1802
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
1803
1803
|
};
|
|
1804
1804
|
};
|
|
1805
1805
|
const deserializeAws_json1_1KeyUsageList = (output, context) => {
|
|
@@ -1814,7 +1814,7 @@ const deserializeAws_json1_1KeyUsageList = (output, context) => {
|
|
|
1814
1814
|
};
|
|
1815
1815
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
1816
1816
|
return {
|
|
1817
|
-
message:
|
|
1817
|
+
message: smithy_client_1.expectString(output.message),
|
|
1818
1818
|
};
|
|
1819
1819
|
};
|
|
1820
1820
|
const deserializeAws_json1_1ListCertificatesResponse = (output, context) => {
|
|
@@ -1822,7 +1822,7 @@ const deserializeAws_json1_1ListCertificatesResponse = (output, context) => {
|
|
|
1822
1822
|
CertificateSummaryList: output.CertificateSummaryList !== undefined && output.CertificateSummaryList !== null
|
|
1823
1823
|
? deserializeAws_json1_1CertificateSummaryList(output.CertificateSummaryList, context)
|
|
1824
1824
|
: undefined,
|
|
1825
|
-
NextToken:
|
|
1825
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
1826
1826
|
};
|
|
1827
1827
|
};
|
|
1828
1828
|
const deserializeAws_json1_1ListTagsForCertificateResponse = (output, context) => {
|
|
@@ -1837,44 +1837,44 @@ const deserializeAws_json1_1RenewalSummary = (output, context) => {
|
|
|
1837
1837
|
DomainValidationOptions: output.DomainValidationOptions !== undefined && output.DomainValidationOptions !== null
|
|
1838
1838
|
? deserializeAws_json1_1DomainValidationList(output.DomainValidationOptions, context)
|
|
1839
1839
|
: undefined,
|
|
1840
|
-
RenewalStatus:
|
|
1841
|
-
RenewalStatusReason:
|
|
1840
|
+
RenewalStatus: smithy_client_1.expectString(output.RenewalStatus),
|
|
1841
|
+
RenewalStatusReason: smithy_client_1.expectString(output.RenewalStatusReason),
|
|
1842
1842
|
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
1843
|
-
?
|
|
1843
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
|
|
1844
1844
|
: undefined,
|
|
1845
1845
|
};
|
|
1846
1846
|
};
|
|
1847
1847
|
const deserializeAws_json1_1RequestCertificateResponse = (output, context) => {
|
|
1848
1848
|
return {
|
|
1849
|
-
CertificateArn:
|
|
1849
|
+
CertificateArn: smithy_client_1.expectString(output.CertificateArn),
|
|
1850
1850
|
};
|
|
1851
1851
|
};
|
|
1852
1852
|
const deserializeAws_json1_1RequestInProgressException = (output, context) => {
|
|
1853
1853
|
return {
|
|
1854
|
-
message:
|
|
1854
|
+
message: smithy_client_1.expectString(output.message),
|
|
1855
1855
|
};
|
|
1856
1856
|
};
|
|
1857
1857
|
const deserializeAws_json1_1ResourceInUseException = (output, context) => {
|
|
1858
1858
|
return {
|
|
1859
|
-
message:
|
|
1859
|
+
message: smithy_client_1.expectString(output.message),
|
|
1860
1860
|
};
|
|
1861
1861
|
};
|
|
1862
1862
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
1863
1863
|
return {
|
|
1864
|
-
message:
|
|
1864
|
+
message: smithy_client_1.expectString(output.message),
|
|
1865
1865
|
};
|
|
1866
1866
|
};
|
|
1867
1867
|
const deserializeAws_json1_1ResourceRecord = (output, context) => {
|
|
1868
1868
|
return {
|
|
1869
|
-
Name:
|
|
1870
|
-
Type:
|
|
1871
|
-
Value:
|
|
1869
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
1870
|
+
Type: smithy_client_1.expectString(output.Type),
|
|
1871
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
1872
1872
|
};
|
|
1873
1873
|
};
|
|
1874
1874
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
1875
1875
|
return {
|
|
1876
|
-
Key:
|
|
1877
|
-
Value:
|
|
1876
|
+
Key: smithy_client_1.expectString(output.Key),
|
|
1877
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
1878
1878
|
};
|
|
1879
1879
|
};
|
|
1880
1880
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -1889,17 +1889,17 @@ const deserializeAws_json1_1TagList = (output, context) => {
|
|
|
1889
1889
|
};
|
|
1890
1890
|
const deserializeAws_json1_1TagPolicyException = (output, context) => {
|
|
1891
1891
|
return {
|
|
1892
|
-
message:
|
|
1892
|
+
message: smithy_client_1.expectString(output.message),
|
|
1893
1893
|
};
|
|
1894
1894
|
};
|
|
1895
1895
|
const deserializeAws_json1_1ThrottlingException = (output, context) => {
|
|
1896
1896
|
return {
|
|
1897
|
-
message:
|
|
1897
|
+
message: smithy_client_1.expectString(output.message),
|
|
1898
1898
|
};
|
|
1899
1899
|
};
|
|
1900
1900
|
const deserializeAws_json1_1TooManyTagsException = (output, context) => {
|
|
1901
1901
|
return {
|
|
1902
|
-
message:
|
|
1902
|
+
message: smithy_client_1.expectString(output.message),
|
|
1903
1903
|
};
|
|
1904
1904
|
};
|
|
1905
1905
|
const deserializeAws_json1_1ValidationEmailList = (output, context) => {
|
|
@@ -1909,12 +1909,12 @@ const deserializeAws_json1_1ValidationEmailList = (output, context) => {
|
|
|
1909
1909
|
if (entry === null) {
|
|
1910
1910
|
return null;
|
|
1911
1911
|
}
|
|
1912
|
-
return
|
|
1912
|
+
return smithy_client_1.expectString(entry);
|
|
1913
1913
|
});
|
|
1914
1914
|
};
|
|
1915
1915
|
const deserializeAws_json1_1ValidationException = (output, context) => {
|
|
1916
1916
|
return {
|
|
1917
|
-
message:
|
|
1917
|
+
message: smithy_client_1.expectString(output.message),
|
|
1918
1918
|
};
|
|
1919
1919
|
};
|
|
1920
1920
|
const deserializeMetadata = (output) => {
|