@aws-sdk/client-shield 3.496.0 → 3.501.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 +31 -30
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3197,16 +3197,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3197
3197
  // Annotate the CommonJS export names for ESM import in node:
3198
3198
 
3199
3199
  0 && (module.exports = {
3200
- AccessDeniedException,
3201
- AccessDeniedForDependencyException,
3202
- ApplicationLayerAutomaticResponseStatus,
3200
+ ShieldServiceException,
3201
+ __Client,
3202
+ ShieldClient,
3203
+ Shield,
3204
+ $Command,
3203
3205
  AssociateDRTLogBucketCommand,
3204
3206
  AssociateDRTRoleCommand,
3205
3207
  AssociateHealthCheckCommand,
3206
3208
  AssociateProactiveEngagementDetailsCommand,
3207
- AttackLayer,
3208
- AttackPropertyIdentifier,
3209
- AutoRenew,
3210
3209
  CreateProtectionCommand,
3211
3210
  CreateProtectionGroupCommand,
3212
3211
  CreateSubscriptionCommand,
@@ -3228,43 +3227,45 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3228
3227
  EnableApplicationLayerAutomaticResponseCommand,
3229
3228
  EnableProactiveEngagementCommand,
3230
3229
  GetSubscriptionStateCommand,
3231
- InternalErrorException,
3232
- InvalidOperationException,
3233
- InvalidPaginationTokenException,
3234
- InvalidParameterException,
3235
- InvalidResourceException,
3236
- LimitsExceededException,
3237
3230
  ListAttacksCommand,
3238
3231
  ListProtectionGroupsCommand,
3239
3232
  ListProtectionsCommand,
3240
3233
  ListResourcesInProtectionGroupCommand,
3241
3234
  ListTagsForResourceCommand,
3242
- LockedSubscriptionException,
3243
- NoAssociatedRoleException,
3244
- OptimisticLockException,
3245
- ProactiveEngagementStatus,
3246
- ProtectedResourceType,
3247
- ProtectionGroupAggregation,
3248
- ProtectionGroupPattern,
3249
- ResourceAlreadyExistsException,
3250
- ResourceNotFoundException,
3251
- Shield,
3252
- ShieldClient,
3253
- ShieldServiceException,
3254
- SubResourceType,
3255
- SubscriptionState,
3256
3235
  TagResourceCommand,
3257
- Unit,
3258
3236
  UntagResourceCommand,
3259
3237
  UpdateApplicationLayerAutomaticResponseCommand,
3260
3238
  UpdateEmergencyContactSettingsCommand,
3261
3239
  UpdateProtectionGroupCommand,
3262
3240
  UpdateSubscriptionCommand,
3263
- ValidationExceptionReason,
3264
- __Client,
3265
3241
  paginateListAttacks,
3266
3242
  paginateListProtectionGroups,
3267
3243
  paginateListProtections,
3268
- paginateListResourcesInProtectionGroup
3244
+ paginateListResourcesInProtectionGroup,
3245
+ AccessDeniedException,
3246
+ AccessDeniedForDependencyException,
3247
+ ApplicationLayerAutomaticResponseStatus,
3248
+ InternalErrorException,
3249
+ InvalidOperationException,
3250
+ ValidationExceptionReason,
3251
+ InvalidParameterException,
3252
+ LimitsExceededException,
3253
+ NoAssociatedRoleException,
3254
+ OptimisticLockException,
3255
+ ResourceNotFoundException,
3256
+ InvalidResourceException,
3257
+ AttackLayer,
3258
+ AttackPropertyIdentifier,
3259
+ Unit,
3260
+ SubResourceType,
3261
+ AutoRenew,
3262
+ ResourceAlreadyExistsException,
3263
+ ProtectionGroupAggregation,
3264
+ ProtectionGroupPattern,
3265
+ ProtectedResourceType,
3266
+ LockedSubscriptionException,
3267
+ ProactiveEngagementStatus,
3268
+ SubscriptionState,
3269
+ InvalidPaginationTokenException
3269
3270
  });
3270
3271
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-shield",
3
3
  "description": "AWS SDK for JavaScript Shield Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-shield",
@@ -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.501.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.501.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",