@aws-sdk/client-support 3.489.0 → 3.495.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/dist-cjs/Support.js +1 -43
- package/dist-cjs/SupportClient.js +1 -43
- package/dist-cjs/commands/AddAttachmentsToSetCommand.js +1 -28
- package/dist-cjs/commands/AddCommunicationToCaseCommand.js +1 -28
- package/dist-cjs/commands/CreateCaseCommand.js +1 -28
- package/dist-cjs/commands/DescribeAttachmentCommand.js +1 -28
- package/dist-cjs/commands/DescribeCasesCommand.js +1 -28
- package/dist-cjs/commands/DescribeCommunicationsCommand.js +1 -28
- package/dist-cjs/commands/DescribeCreateCaseOptionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeServicesCommand.js +1 -28
- package/dist-cjs/commands/DescribeSeverityLevelsCommand.js +1 -28
- package/dist-cjs/commands/DescribeSupportedLanguagesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrustedAdvisorCheckResultCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTrustedAdvisorChecksCommand.js +1 -28
- package/dist-cjs/commands/RefreshTrustedAdvisorCheckCommand.js +1 -28
- package/dist-cjs/commands/ResolveCaseCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -19
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +1647 -11
- package/dist-cjs/models/SupportServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -134
- package/dist-cjs/pagination/DescribeCasesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeCommunicationsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/index.js +1 -6
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1012
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SupportServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class SupportServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, SupportServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.SupportServiceException = SupportServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,134 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ThrottlingException = exports.DescribeAttachmentLimitExceeded = exports.CaseCreationLimitExceeded = exports.AttachmentIdNotFound = exports.CaseIdNotFound = exports.InternalServerError = exports.AttachmentSetSizeLimitExceeded = exports.AttachmentSetIdNotFound = exports.AttachmentSetExpired = exports.AttachmentLimitExceeded = void 0;
|
|
4
|
-
const SupportServiceException_1 = require("./SupportServiceException");
|
|
5
|
-
class AttachmentLimitExceeded extends SupportServiceException_1.SupportServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AttachmentLimitExceeded",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "AttachmentLimitExceeded";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, AttachmentLimitExceeded.prototype);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.AttachmentLimitExceeded = AttachmentLimitExceeded;
|
|
18
|
-
class AttachmentSetExpired extends SupportServiceException_1.SupportServiceException {
|
|
19
|
-
constructor(opts) {
|
|
20
|
-
super({
|
|
21
|
-
name: "AttachmentSetExpired",
|
|
22
|
-
$fault: "client",
|
|
23
|
-
...opts,
|
|
24
|
-
});
|
|
25
|
-
this.name = "AttachmentSetExpired";
|
|
26
|
-
this.$fault = "client";
|
|
27
|
-
Object.setPrototypeOf(this, AttachmentSetExpired.prototype);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.AttachmentSetExpired = AttachmentSetExpired;
|
|
31
|
-
class AttachmentSetIdNotFound extends SupportServiceException_1.SupportServiceException {
|
|
32
|
-
constructor(opts) {
|
|
33
|
-
super({
|
|
34
|
-
name: "AttachmentSetIdNotFound",
|
|
35
|
-
$fault: "client",
|
|
36
|
-
...opts,
|
|
37
|
-
});
|
|
38
|
-
this.name = "AttachmentSetIdNotFound";
|
|
39
|
-
this.$fault = "client";
|
|
40
|
-
Object.setPrototypeOf(this, AttachmentSetIdNotFound.prototype);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.AttachmentSetIdNotFound = AttachmentSetIdNotFound;
|
|
44
|
-
class AttachmentSetSizeLimitExceeded extends SupportServiceException_1.SupportServiceException {
|
|
45
|
-
constructor(opts) {
|
|
46
|
-
super({
|
|
47
|
-
name: "AttachmentSetSizeLimitExceeded",
|
|
48
|
-
$fault: "client",
|
|
49
|
-
...opts,
|
|
50
|
-
});
|
|
51
|
-
this.name = "AttachmentSetSizeLimitExceeded";
|
|
52
|
-
this.$fault = "client";
|
|
53
|
-
Object.setPrototypeOf(this, AttachmentSetSizeLimitExceeded.prototype);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
exports.AttachmentSetSizeLimitExceeded = AttachmentSetSizeLimitExceeded;
|
|
57
|
-
class InternalServerError extends SupportServiceException_1.SupportServiceException {
|
|
58
|
-
constructor(opts) {
|
|
59
|
-
super({
|
|
60
|
-
name: "InternalServerError",
|
|
61
|
-
$fault: "server",
|
|
62
|
-
...opts,
|
|
63
|
-
});
|
|
64
|
-
this.name = "InternalServerError";
|
|
65
|
-
this.$fault = "server";
|
|
66
|
-
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.InternalServerError = InternalServerError;
|
|
70
|
-
class CaseIdNotFound extends SupportServiceException_1.SupportServiceException {
|
|
71
|
-
constructor(opts) {
|
|
72
|
-
super({
|
|
73
|
-
name: "CaseIdNotFound",
|
|
74
|
-
$fault: "client",
|
|
75
|
-
...opts,
|
|
76
|
-
});
|
|
77
|
-
this.name = "CaseIdNotFound";
|
|
78
|
-
this.$fault = "client";
|
|
79
|
-
Object.setPrototypeOf(this, CaseIdNotFound.prototype);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
exports.CaseIdNotFound = CaseIdNotFound;
|
|
83
|
-
class AttachmentIdNotFound extends SupportServiceException_1.SupportServiceException {
|
|
84
|
-
constructor(opts) {
|
|
85
|
-
super({
|
|
86
|
-
name: "AttachmentIdNotFound",
|
|
87
|
-
$fault: "client",
|
|
88
|
-
...opts,
|
|
89
|
-
});
|
|
90
|
-
this.name = "AttachmentIdNotFound";
|
|
91
|
-
this.$fault = "client";
|
|
92
|
-
Object.setPrototypeOf(this, AttachmentIdNotFound.prototype);
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
exports.AttachmentIdNotFound = AttachmentIdNotFound;
|
|
96
|
-
class CaseCreationLimitExceeded extends SupportServiceException_1.SupportServiceException {
|
|
97
|
-
constructor(opts) {
|
|
98
|
-
super({
|
|
99
|
-
name: "CaseCreationLimitExceeded",
|
|
100
|
-
$fault: "client",
|
|
101
|
-
...opts,
|
|
102
|
-
});
|
|
103
|
-
this.name = "CaseCreationLimitExceeded";
|
|
104
|
-
this.$fault = "client";
|
|
105
|
-
Object.setPrototypeOf(this, CaseCreationLimitExceeded.prototype);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
exports.CaseCreationLimitExceeded = CaseCreationLimitExceeded;
|
|
109
|
-
class DescribeAttachmentLimitExceeded extends SupportServiceException_1.SupportServiceException {
|
|
110
|
-
constructor(opts) {
|
|
111
|
-
super({
|
|
112
|
-
name: "DescribeAttachmentLimitExceeded",
|
|
113
|
-
$fault: "client",
|
|
114
|
-
...opts,
|
|
115
|
-
});
|
|
116
|
-
this.name = "DescribeAttachmentLimitExceeded";
|
|
117
|
-
this.$fault = "client";
|
|
118
|
-
Object.setPrototypeOf(this, DescribeAttachmentLimitExceeded.prototype);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
exports.DescribeAttachmentLimitExceeded = DescribeAttachmentLimitExceeded;
|
|
122
|
-
class ThrottlingException extends SupportServiceException_1.SupportServiceException {
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "ThrottlingException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
this.name = "ThrottlingException";
|
|
130
|
-
this.$fault = "client";
|
|
131
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
exports.ThrottlingException = ThrottlingException;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeCases = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeCasesCommand_1 = require("../commands/DescribeCasesCommand");
|
|
6
|
-
const SupportClient_1 = require("../SupportClient");
|
|
7
|
-
exports.paginateDescribeCases = (0, core_1.createPaginator)(SupportClient_1.SupportClient, DescribeCasesCommand_1.DescribeCasesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeCommunications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeCommunicationsCommand_1 = require("../commands/DescribeCommunicationsCommand");
|
|
6
|
-
const SupportClient_1 = require("../SupportClient");
|
|
7
|
-
exports.paginateDescribeCommunications = (0, core_1.createPaginator)(SupportClient_1.SupportClient, DescribeCommunicationsCommand_1.DescribeCommunicationsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeCasesPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeCommunicationsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|