@aws-sdk/client-support 3.890.0 → 3.893.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.
@@ -50,6 +50,8 @@ declare const AddAttachmentsToSetCommand_base: {
50
50
  * ```javascript
51
51
  * import { SupportClient, AddAttachmentsToSetCommand } from "@aws-sdk/client-support"; // ES Modules import
52
52
  * // const { SupportClient, AddAttachmentsToSetCommand } = require("@aws-sdk/client-support"); // CommonJS import
53
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
54
+ * const config = {}; // type is SupportClientConfig
53
55
  * const client = new SupportClient(config);
54
56
  * const input = { // AddAttachmentsToSetRequest
55
57
  * attachmentSetId: "STRING_VALUE",
@@ -51,6 +51,8 @@ declare const AddCommunicationToCaseCommand_base: {
51
51
  * ```javascript
52
52
  * import { SupportClient, AddCommunicationToCaseCommand } from "@aws-sdk/client-support"; // ES Modules import
53
53
  * // const { SupportClient, AddCommunicationToCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import
54
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
55
+ * const config = {}; // type is SupportClientConfig
54
56
  * const client = new SupportClient(config);
55
57
  * const input = { // AddCommunicationToCaseRequest
56
58
  * caseId: "STRING_VALUE",
@@ -65,6 +65,8 @@ declare const CreateCaseCommand_base: {
65
65
  * ```javascript
66
66
  * import { SupportClient, CreateCaseCommand } from "@aws-sdk/client-support"; // ES Modules import
67
67
  * // const { SupportClient, CreateCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import
68
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
69
+ * const config = {}; // type is SupportClientConfig
68
70
  * const client = new SupportClient(config);
69
71
  * const input = { // CreateCaseRequest
70
72
  * subject: "STRING_VALUE", // required
@@ -51,6 +51,8 @@ declare const DescribeAttachmentCommand_base: {
51
51
  * ```javascript
52
52
  * import { SupportClient, DescribeAttachmentCommand } from "@aws-sdk/client-support"; // ES Modules import
53
53
  * // const { SupportClient, DescribeAttachmentCommand } = require("@aws-sdk/client-support"); // CommonJS import
54
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
55
+ * const config = {}; // type is SupportClientConfig
54
56
  * const client = new SupportClient(config);
55
57
  * const input = { // DescribeAttachmentRequest
56
58
  * attachmentId: "STRING_VALUE", // required
@@ -63,6 +63,8 @@ declare const DescribeCasesCommand_base: {
63
63
  * ```javascript
64
64
  * import { SupportClient, DescribeCasesCommand } from "@aws-sdk/client-support"; // ES Modules import
65
65
  * // const { SupportClient, DescribeCasesCommand } = require("@aws-sdk/client-support"); // CommonJS import
66
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
67
+ * const config = {}; // type is SupportClientConfig
66
68
  * const client = new SupportClient(config);
67
69
  * const input = { // DescribeCasesRequest
68
70
  * caseIdList: [ // CaseIdList
@@ -56,6 +56,8 @@ declare const DescribeCommunicationsCommand_base: {
56
56
  * ```javascript
57
57
  * import { SupportClient, DescribeCommunicationsCommand } from "@aws-sdk/client-support"; // ES Modules import
58
58
  * // const { SupportClient, DescribeCommunicationsCommand } = require("@aws-sdk/client-support"); // CommonJS import
59
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
60
+ * const config = {}; // type is SupportClientConfig
59
61
  * const client = new SupportClient(config);
60
62
  * const input = { // DescribeCommunicationsRequest
61
63
  * caseId: "STRING_VALUE", // required
@@ -50,6 +50,8 @@ declare const DescribeCreateCaseOptionsCommand_base: {
50
50
  * ```javascript
51
51
  * import { SupportClient, DescribeCreateCaseOptionsCommand } from "@aws-sdk/client-support"; // ES Modules import
52
52
  * // const { SupportClient, DescribeCreateCaseOptionsCommand } = require("@aws-sdk/client-support"); // CommonJS import
53
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
54
+ * const config = {}; // type is SupportClientConfig
53
55
  * const client = new SupportClient(config);
54
56
  * const input = { // DescribeCreateCaseOptionsRequest
55
57
  * issueType: "STRING_VALUE", // required
@@ -55,6 +55,8 @@ declare const DescribeServicesCommand_base: {
55
55
  * ```javascript
56
56
  * import { SupportClient, DescribeServicesCommand } from "@aws-sdk/client-support"; // ES Modules import
57
57
  * // const { SupportClient, DescribeServicesCommand } = require("@aws-sdk/client-support"); // CommonJS import
58
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
59
+ * const config = {}; // type is SupportClientConfig
58
60
  * const client = new SupportClient(config);
59
61
  * const input = { // DescribeServicesRequest
60
62
  * serviceCodeList: [ // ServiceCodeList
@@ -49,6 +49,8 @@ declare const DescribeSeverityLevelsCommand_base: {
49
49
  * ```javascript
50
50
  * import { SupportClient, DescribeSeverityLevelsCommand } from "@aws-sdk/client-support"; // ES Modules import
51
51
  * // const { SupportClient, DescribeSeverityLevelsCommand } = require("@aws-sdk/client-support"); // CommonJS import
52
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
53
+ * const config = {}; // type is SupportClientConfig
52
54
  * const client = new SupportClient(config);
53
55
  * const input = { // DescribeSeverityLevelsRequest
54
56
  * language: "STRING_VALUE",
@@ -49,6 +49,8 @@ declare const DescribeSupportedLanguagesCommand_base: {
49
49
  * ```javascript
50
50
  * import { SupportClient, DescribeSupportedLanguagesCommand } from "@aws-sdk/client-support"; // ES Modules import
51
51
  * // const { SupportClient, DescribeSupportedLanguagesCommand } = require("@aws-sdk/client-support"); // CommonJS import
52
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
53
+ * const config = {}; // type is SupportClientConfig
52
54
  * const client = new SupportClient(config);
53
55
  * const input = { // DescribeSupportedLanguagesRequest
54
56
  * issueType: "STRING_VALUE", // required
@@ -56,6 +56,8 @@ declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
56
56
  * ```javascript
57
57
  * import { SupportClient, DescribeTrustedAdvisorCheckRefreshStatusesCommand } from "@aws-sdk/client-support"; // ES Modules import
58
58
  * // const { SupportClient, DescribeTrustedAdvisorCheckRefreshStatusesCommand } = require("@aws-sdk/client-support"); // CommonJS import
59
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
60
+ * const config = {}; // type is SupportClientConfig
59
61
  * const client = new SupportClient(config);
60
62
  * const input = { // DescribeTrustedAdvisorCheckRefreshStatusesRequest
61
63
  * checkIds: [ // StringList // required
@@ -91,6 +91,8 @@ declare const DescribeTrustedAdvisorCheckResultCommand_base: {
91
91
  * ```javascript
92
92
  * import { SupportClient, DescribeTrustedAdvisorCheckResultCommand } from "@aws-sdk/client-support"; // ES Modules import
93
93
  * // const { SupportClient, DescribeTrustedAdvisorCheckResultCommand } = require("@aws-sdk/client-support"); // CommonJS import
94
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
95
+ * const config = {}; // type is SupportClientConfig
94
96
  * const client = new SupportClient(config);
95
97
  * const input = { // DescribeTrustedAdvisorCheckResultRequest
96
98
  * checkId: "STRING_VALUE", // required
@@ -54,6 +54,8 @@ declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
54
54
  * ```javascript
55
55
  * import { SupportClient, DescribeTrustedAdvisorCheckSummariesCommand } from "@aws-sdk/client-support"; // ES Modules import
56
56
  * // const { SupportClient, DescribeTrustedAdvisorCheckSummariesCommand } = require("@aws-sdk/client-support"); // CommonJS import
57
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
58
+ * const config = {}; // type is SupportClientConfig
57
59
  * const client = new SupportClient(config);
58
60
  * const input = { // DescribeTrustedAdvisorCheckSummariesRequest
59
61
  * checkIds: [ // StringList // required
@@ -58,6 +58,8 @@ declare const DescribeTrustedAdvisorChecksCommand_base: {
58
58
  * ```javascript
59
59
  * import { SupportClient, DescribeTrustedAdvisorChecksCommand } from "@aws-sdk/client-support"; // ES Modules import
60
60
  * // const { SupportClient, DescribeTrustedAdvisorChecksCommand } = require("@aws-sdk/client-support"); // CommonJS import
61
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
62
+ * const config = {}; // type is SupportClientConfig
61
63
  * const client = new SupportClient(config);
62
64
  * const input = { // DescribeTrustedAdvisorChecksRequest
63
65
  * language: "STRING_VALUE", // required
@@ -58,6 +58,8 @@ declare const RefreshTrustedAdvisorCheckCommand_base: {
58
58
  * ```javascript
59
59
  * import { SupportClient, RefreshTrustedAdvisorCheckCommand } from "@aws-sdk/client-support"; // ES Modules import
60
60
  * // const { SupportClient, RefreshTrustedAdvisorCheckCommand } = require("@aws-sdk/client-support"); // CommonJS import
61
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
62
+ * const config = {}; // type is SupportClientConfig
61
63
  * const client = new SupportClient(config);
62
64
  * const input = { // RefreshTrustedAdvisorCheckRequest
63
65
  * checkId: "STRING_VALUE", // required
@@ -48,6 +48,8 @@ declare const ResolveCaseCommand_base: {
48
48
  * ```javascript
49
49
  * import { SupportClient, ResolveCaseCommand } from "@aws-sdk/client-support"; // ES Modules import
50
50
  * // const { SupportClient, ResolveCaseCommand } = require("@aws-sdk/client-support"); // CommonJS import
51
+ * // import type { SupportClientConfig } from "@aws-sdk/client-support";
52
+ * const config = {}; // type is SupportClientConfig
51
53
  * const client = new SupportClient(config);
52
54
  * const input = { // ResolveCaseRequest
53
55
  * caseId: "STRING_VALUE",
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.890.0",
4
+ "version": "3.893.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-support",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
23
+ "@aws-sdk/core": "3.893.0",
24
+ "@aws-sdk/credential-provider-node": "3.893.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.893.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.893.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.2",
47
+ "@smithy/smithy-client": "^4.6.3",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },