@aws-sdk/client-rolesanywhere 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 +21 -20
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2447,11 +2447,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2447
2447
  // Annotate the CommonJS export names for ESM import in node:
2448
2448
 
2449
2449
  0 && (module.exports = {
2450
- AccessDeniedException,
2450
+ RolesAnywhereServiceException,
2451
+ __Client,
2452
+ RolesAnywhereClient,
2453
+ RolesAnywhere,
2454
+ $Command,
2451
2455
  CreateProfileCommand,
2452
- CreateProfileRequestFilterSensitiveLog,
2453
2456
  CreateTrustAnchorCommand,
2454
- CreateTrustAnchorRequestFilterSensitiveLog,
2455
2457
  DeleteCrlCommand,
2456
2458
  DeleteProfileCommand,
2457
2459
  DeleteTrustAnchorCommand,
@@ -2466,37 +2468,36 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2466
2468
  GetSubjectCommand,
2467
2469
  GetTrustAnchorCommand,
2468
2470
  ImportCrlCommand,
2469
- ImportCrlRequestFilterSensitiveLog,
2470
2471
  ListCrlsCommand,
2471
2472
  ListProfilesCommand,
2472
2473
  ListSubjectsCommand,
2473
2474
  ListTagsForResourceCommand,
2474
- ListTagsForResourceResponseFilterSensitiveLog,
2475
2475
  ListTrustAnchorsCommand,
2476
- NotificationChannel,
2477
- NotificationEvent,
2478
2476
  PutNotificationSettingsCommand,
2479
2477
  ResetNotificationSettingsCommand,
2480
- ResourceNotFoundException,
2481
- RolesAnywhere,
2482
- RolesAnywhereClient,
2483
- RolesAnywhereServiceException,
2484
- SourceData,
2485
- TagFilterSensitiveLog,
2486
2478
  TagResourceCommand,
2487
- TagResourceRequestFilterSensitiveLog,
2488
- TooManyTagsException,
2489
- TrustAnchorType,
2490
2479
  UntagResourceCommand,
2491
- UntagResourceRequestFilterSensitiveLog,
2492
2480
  UpdateCrlCommand,
2493
2481
  UpdateProfileCommand,
2494
2482
  UpdateTrustAnchorCommand,
2495
- ValidationException,
2496
- __Client,
2497
2483
  paginateListCrls,
2498
2484
  paginateListProfiles,
2499
2485
  paginateListSubjects,
2500
- paginateListTrustAnchors
2486
+ paginateListTrustAnchors,
2487
+ AccessDeniedException,
2488
+ ValidationException,
2489
+ NotificationChannel,
2490
+ NotificationEvent,
2491
+ SourceData,
2492
+ TrustAnchorType,
2493
+ ResourceNotFoundException,
2494
+ TooManyTagsException,
2495
+ TagFilterSensitiveLog,
2496
+ CreateProfileRequestFilterSensitiveLog,
2497
+ CreateTrustAnchorRequestFilterSensitiveLog,
2498
+ ImportCrlRequestFilterSensitiveLog,
2499
+ ListTagsForResourceResponseFilterSensitiveLog,
2500
+ TagResourceRequestFilterSensitiveLog,
2501
+ UntagResourceRequestFilterSensitiveLog
2501
2502
  });
2502
2503
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rolesanywhere",
3
3
  "description": "AWS SDK for JavaScript Rolesanywhere 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-rolesanywhere",
@@ -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",