@aws-sdk/client-support-app 3.496.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +14 -13
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1155,29 +1155,30 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1155
1155
  // Annotate the CommonJS export names for ESM import in node:
1156
1156
 
1157
1157
  0 && (module.exports = {
1158
- AccessDeniedException,
1159
- AccountType,
1160
- ConflictException,
1158
+ SupportAppServiceException,
1159
+ __Client,
1160
+ SupportAppClient,
1161
+ SupportApp,
1162
+ $Command,
1161
1163
  CreateSlackChannelConfigurationCommand,
1162
1164
  DeleteAccountAliasCommand,
1163
1165
  DeleteSlackChannelConfigurationCommand,
1164
1166
  DeleteSlackWorkspaceConfigurationCommand,
1165
1167
  GetAccountAliasCommand,
1166
- InternalServerException,
1167
1168
  ListSlackChannelConfigurationsCommand,
1168
1169
  ListSlackWorkspaceConfigurationsCommand,
1169
- NotificationSeverityLevel,
1170
1170
  PutAccountAliasCommand,
1171
1171
  RegisterSlackWorkspaceForOrganizationCommand,
1172
- ResourceNotFoundException,
1173
- ServiceQuotaExceededException,
1174
- SupportApp,
1175
- SupportAppClient,
1176
- SupportAppServiceException,
1177
1172
  UpdateSlackChannelConfigurationCommand,
1178
- ValidationException,
1179
- __Client,
1180
1173
  paginateListSlackChannelConfigurations,
1181
- paginateListSlackWorkspaceConfigurations
1174
+ paginateListSlackWorkspaceConfigurations,
1175
+ AccessDeniedException,
1176
+ AccountType,
1177
+ ConflictException,
1178
+ NotificationSeverityLevel,
1179
+ InternalServerException,
1180
+ ServiceQuotaExceededException,
1181
+ ValidationException,
1182
+ ResourceNotFoundException
1182
1183
  });
1183
1184
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-support-app",
3
3
  "description": "AWS SDK for JavaScript Support App Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-app",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",