@aws-sdk/client-account 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 +17 -16
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1168,35 +1168,36 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1168
1168
  // Annotate the CommonJS export names for ESM import in node:
1169
1169
 
1170
1170
  0 && (module.exports = {
1171
- AccessDeniedException,
1172
- Account,
1173
- AccountClient,
1174
1171
  AccountServiceException,
1175
- AlternateContactFilterSensitiveLog,
1176
- AlternateContactType,
1177
- ConflictException,
1178
- ContactInformationFilterSensitiveLog,
1172
+ __Client,
1173
+ AccountClient,
1174
+ Account,
1175
+ $Command,
1179
1176
  DeleteAlternateContactCommand,
1180
1177
  DisableRegionCommand,
1181
1178
  EnableRegionCommand,
1182
1179
  GetAlternateContactCommand,
1183
- GetAlternateContactResponseFilterSensitiveLog,
1184
1180
  GetContactInformationCommand,
1185
- GetContactInformationResponseFilterSensitiveLog,
1186
1181
  GetRegionOptStatusCommand,
1187
- InternalServerException,
1188
1182
  ListRegionsCommand,
1189
1183
  PutAlternateContactCommand,
1190
- PutAlternateContactRequestFilterSensitiveLog,
1191
1184
  PutContactInformationCommand,
1192
- PutContactInformationRequestFilterSensitiveLog,
1193
- RegionOptStatus,
1185
+ paginateListRegions,
1186
+ AccessDeniedException,
1187
+ AlternateContactType,
1188
+ InternalServerException,
1194
1189
  ResourceNotFoundException,
1195
1190
  TooManyRequestsException,
1191
+ ValidationExceptionReason,
1196
1192
  ValidationException,
1193
+ ConflictException,
1194
+ RegionOptStatus,
1197
1195
  ValidationExceptionFieldFilterSensitiveLog,
1198
- ValidationExceptionReason,
1199
- __Client,
1200
- paginateListRegions
1196
+ AlternateContactFilterSensitiveLog,
1197
+ GetAlternateContactResponseFilterSensitiveLog,
1198
+ PutAlternateContactRequestFilterSensitiveLog,
1199
+ ContactInformationFilterSensitiveLog,
1200
+ GetContactInformationResponseFilterSensitiveLog,
1201
+ PutContactInformationRequestFilterSensitiveLog
1201
1202
  });
1202
1203
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-account",
3
3
  "description": "AWS SDK for JavaScript Account 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-account",
@@ -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",