@aws-sdk/client-support 3.1077.0 → 3.1079.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/index.js +24 -163
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -14
- package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -14
- package/dist-es/commands/CreateCaseCommand.js +2 -14
- package/dist-es/commands/DescribeAttachmentCommand.js +2 -14
- package/dist-es/commands/DescribeCasesCommand.js +2 -14
- package/dist-es/commands/DescribeCommunicationsCommand.js +2 -14
- package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +2 -14
- package/dist-es/commands/DescribeServicesCommand.js +2 -14
- package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -14
- package/dist-es/commands/DescribeSupportedLanguagesCommand.js +2 -14
- package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -14
- package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -14
- package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -14
- package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -14
- package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -14
- package/dist-es/commands/ResolveCaseCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +3 -8
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +3 -8
- package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCasesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +3 -8
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +3 -8
- package/dist-types/commands/ResolveCaseCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-support",
|
|
3
3
|
"description": "AWS SDK for JavaScript Support Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.27",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|