@aws-sdk/client-support 3.758.0 → 3.772.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 +18 -18
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AddAttachmentsToSetCommand: () => AddAttachmentsToSetCommand,
|
|
25
25
|
AddCommunicationToCaseCommand: () => AddCommunicationToCaseCommand,
|
|
26
26
|
AttachmentIdNotFound: () => AttachmentIdNotFound,
|
|
@@ -54,7 +54,7 @@ __export(src_exports, {
|
|
|
54
54
|
paginateDescribeCases: () => paginateDescribeCases,
|
|
55
55
|
paginateDescribeCommunications: () => paginateDescribeCommunications
|
|
56
56
|
});
|
|
57
|
-
module.exports = __toCommonJS(
|
|
57
|
+
module.exports = __toCommonJS(index_exports);
|
|
58
58
|
|
|
59
59
|
// src/SupportClient.ts
|
|
60
60
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -181,9 +181,9 @@ var SupportClient = class extends import_smithy_client.Client {
|
|
|
181
181
|
this.middlewareStack.use(
|
|
182
182
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
183
183
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSupportHttpAuthSchemeParametersProvider,
|
|
184
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
184
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
185
185
|
"aws.auth#sigv4": config.credentials
|
|
186
|
-
})
|
|
186
|
+
}), "identityProviderConfigProvider")
|
|
187
187
|
})
|
|
188
188
|
);
|
|
189
189
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -852,7 +852,7 @@ var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
852
852
|
var se_AddAttachmentsToSetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
853
853
|
return (0, import_smithy_client.take)(input, {
|
|
854
854
|
attachmentSetId: [],
|
|
855
|
-
attachments: (_) => se_Attachments(_, context)
|
|
855
|
+
attachments: /* @__PURE__ */ __name((_) => se_Attachments(_, context), "attachments")
|
|
856
856
|
});
|
|
857
857
|
}, "se_AddAttachmentsToSetRequest");
|
|
858
858
|
var se_Attachment = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -868,12 +868,12 @@ var se_Attachments = /* @__PURE__ */ __name((input, context) => {
|
|
|
868
868
|
}, "se_Attachments");
|
|
869
869
|
var se_DescribeTrustedAdvisorCheckRefreshStatusesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
870
870
|
return (0, import_smithy_client.take)(input, {
|
|
871
|
-
checkIds: (_) => se_StringList(_, context)
|
|
871
|
+
checkIds: /* @__PURE__ */ __name((_) => se_StringList(_, context), "checkIds")
|
|
872
872
|
});
|
|
873
873
|
}, "se_DescribeTrustedAdvisorCheckRefreshStatusesRequest");
|
|
874
874
|
var se_DescribeTrustedAdvisorCheckSummariesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
875
875
|
return (0, import_smithy_client.take)(input, {
|
|
876
|
-
checkIds: (_) => se_StringList(_, context)
|
|
876
|
+
checkIds: /* @__PURE__ */ __name((_) => se_StringList(_, context), "checkIds")
|
|
877
877
|
});
|
|
878
878
|
}, "se_DescribeTrustedAdvisorCheckSummariesRequest");
|
|
879
879
|
var se_StringList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -887,22 +887,22 @@ var de_Attachment = /* @__PURE__ */ __name((output, context) => {
|
|
|
887
887
|
}, "de_Attachment");
|
|
888
888
|
var de_DescribeAttachmentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
889
889
|
return (0, import_smithy_client.take)(output, {
|
|
890
|
-
attachment: (_) => de_Attachment(_, context)
|
|
890
|
+
attachment: /* @__PURE__ */ __name((_) => de_Attachment(_, context), "attachment")
|
|
891
891
|
});
|
|
892
892
|
}, "de_DescribeAttachmentResponse");
|
|
893
893
|
var de_DescribeTrustedAdvisorCheckResultResponse = /* @__PURE__ */ __name((output, context) => {
|
|
894
894
|
return (0, import_smithy_client.take)(output, {
|
|
895
|
-
result: (_) => de_TrustedAdvisorCheckResult(_, context)
|
|
895
|
+
result: /* @__PURE__ */ __name((_) => de_TrustedAdvisorCheckResult(_, context), "result")
|
|
896
896
|
});
|
|
897
897
|
}, "de_DescribeTrustedAdvisorCheckResultResponse");
|
|
898
898
|
var de_DescribeTrustedAdvisorChecksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
899
899
|
return (0, import_smithy_client.take)(output, {
|
|
900
|
-
checks: (_) => de_TrustedAdvisorCheckList(_, context)
|
|
900
|
+
checks: /* @__PURE__ */ __name((_) => de_TrustedAdvisorCheckList(_, context), "checks")
|
|
901
901
|
});
|
|
902
902
|
}, "de_DescribeTrustedAdvisorChecksResponse");
|
|
903
903
|
var de_DescribeTrustedAdvisorCheckSummariesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
904
904
|
return (0, import_smithy_client.take)(output, {
|
|
905
|
-
summaries: (_) => de_TrustedAdvisorCheckSummaryList(_, context)
|
|
905
|
+
summaries: /* @__PURE__ */ __name((_) => de_TrustedAdvisorCheckSummaryList(_, context), "summaries")
|
|
906
906
|
});
|
|
907
907
|
}, "de_DescribeTrustedAdvisorCheckSummariesResponse");
|
|
908
908
|
var de_StringList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -916,7 +916,7 @@ var de_StringList = /* @__PURE__ */ __name((output, context) => {
|
|
|
916
916
|
}, "de_StringList");
|
|
917
917
|
var de_TrustedAdvisorCategorySpecificSummary = /* @__PURE__ */ __name((output, context) => {
|
|
918
918
|
return (0, import_smithy_client.take)(output, {
|
|
919
|
-
costOptimizing: (_) => de_TrustedAdvisorCostOptimizingSummary(_, context)
|
|
919
|
+
costOptimizing: /* @__PURE__ */ __name((_) => de_TrustedAdvisorCostOptimizingSummary(_, context), "costOptimizing")
|
|
920
920
|
});
|
|
921
921
|
}, "de_TrustedAdvisorCategorySpecificSummary");
|
|
922
922
|
var de_TrustedAdvisorCheckDescription = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -924,7 +924,7 @@ var de_TrustedAdvisorCheckDescription = /* @__PURE__ */ __name((output, context)
|
|
|
924
924
|
category: import_smithy_client.expectString,
|
|
925
925
|
description: import_smithy_client.expectString,
|
|
926
926
|
id: import_smithy_client.expectString,
|
|
927
|
-
metadata: (_) => de_StringList(_, context),
|
|
927
|
+
metadata: /* @__PURE__ */ __name((_) => de_StringList(_, context), "metadata"),
|
|
928
928
|
name: import_smithy_client.expectString
|
|
929
929
|
});
|
|
930
930
|
}, "de_TrustedAdvisorCheckDescription");
|
|
@@ -936,9 +936,9 @@ var de_TrustedAdvisorCheckList = /* @__PURE__ */ __name((output, context) => {
|
|
|
936
936
|
}, "de_TrustedAdvisorCheckList");
|
|
937
937
|
var de_TrustedAdvisorCheckResult = /* @__PURE__ */ __name((output, context) => {
|
|
938
938
|
return (0, import_smithy_client.take)(output, {
|
|
939
|
-
categorySpecificSummary: (_) => de_TrustedAdvisorCategorySpecificSummary(_, context),
|
|
939
|
+
categorySpecificSummary: /* @__PURE__ */ __name((_) => de_TrustedAdvisorCategorySpecificSummary(_, context), "categorySpecificSummary"),
|
|
940
940
|
checkId: import_smithy_client.expectString,
|
|
941
|
-
flaggedResources: (_) => de_TrustedAdvisorResourceDetailList(_, context),
|
|
941
|
+
flaggedResources: /* @__PURE__ */ __name((_) => de_TrustedAdvisorResourceDetailList(_, context), "flaggedResources"),
|
|
942
942
|
resourcesSummary: import_smithy_client._json,
|
|
943
943
|
status: import_smithy_client.expectString,
|
|
944
944
|
timestamp: import_smithy_client.expectString
|
|
@@ -946,7 +946,7 @@ var de_TrustedAdvisorCheckResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
946
946
|
}, "de_TrustedAdvisorCheckResult");
|
|
947
947
|
var de_TrustedAdvisorCheckSummary = /* @__PURE__ */ __name((output, context) => {
|
|
948
948
|
return (0, import_smithy_client.take)(output, {
|
|
949
|
-
categorySpecificSummary: (_) => de_TrustedAdvisorCategorySpecificSummary(_, context),
|
|
949
|
+
categorySpecificSummary: /* @__PURE__ */ __name((_) => de_TrustedAdvisorCategorySpecificSummary(_, context), "categorySpecificSummary"),
|
|
950
950
|
checkId: import_smithy_client.expectString,
|
|
951
951
|
hasFlaggedResources: import_smithy_client.expectBoolean,
|
|
952
952
|
resourcesSummary: import_smithy_client._json,
|
|
@@ -969,7 +969,7 @@ var de_TrustedAdvisorCostOptimizingSummary = /* @__PURE__ */ __name((output, con
|
|
|
969
969
|
var de_TrustedAdvisorResourceDetail = /* @__PURE__ */ __name((output, context) => {
|
|
970
970
|
return (0, import_smithy_client.take)(output, {
|
|
971
971
|
isSuppressed: import_smithy_client.expectBoolean,
|
|
972
|
-
metadata: (_) => de_StringList(_, context),
|
|
972
|
+
metadata: /* @__PURE__ */ __name((_) => de_StringList(_, context), "metadata"),
|
|
973
973
|
region: import_smithy_client.expectString,
|
|
974
974
|
resourceId: import_smithy_client.expectString,
|
|
975
975
|
status: import_smithy_client.expectString
|
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.772.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|