@aws-sdk/client-device-farm 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 +55 -54
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -6721,11 +6721,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6721
6721
  // Annotate the CommonJS export names for ESM import in node:
6722
6722
 
6723
6723
  0 && (module.exports = {
6724
- ArgumentException,
6725
- ArtifactCategory,
6726
- ArtifactType,
6727
- BillingMethod,
6728
- CannotDeleteException,
6724
+ DeviceFarmServiceException,
6725
+ __Client,
6726
+ DeviceFarmClient,
6727
+ DeviceFarm,
6728
+ $Command,
6729
6729
  CreateDevicePoolCommand,
6730
6730
  CreateInstanceProfileCommand,
6731
6731
  CreateNetworkProfileCommand,
@@ -6733,11 +6733,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6733
6733
  CreateRemoteAccessSessionCommand,
6734
6734
  CreateTestGridProjectCommand,
6735
6735
  CreateTestGridUrlCommand,
6736
- CreateTestGridUrlResultFilterSensitiveLog,
6737
6736
  CreateUploadCommand,
6738
- CreateUploadResultFilterSensitiveLog,
6739
6737
  CreateVPCEConfigurationCommand,
6740
- CurrencyCode,
6741
6738
  DeleteDevicePoolCommand,
6742
6739
  DeleteInstanceProfileCommand,
6743
6740
  DeleteNetworkProfileCommand,
@@ -6747,18 +6744,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6747
6744
  DeleteTestGridProjectCommand,
6748
6745
  DeleteUploadCommand,
6749
6746
  DeleteVPCEConfigurationCommand,
6750
- DeviceAttribute,
6751
- DeviceAvailability,
6752
- DeviceFarm,
6753
- DeviceFarmClient,
6754
- DeviceFarmServiceException,
6755
- DeviceFilterAttribute,
6756
- DeviceFormFactor,
6757
- DevicePlatform,
6758
- DevicePoolType,
6759
- ExecutionResult,
6760
- ExecutionResultCode,
6761
- ExecutionStatus,
6762
6747
  GetAccountSettingsCommand,
6763
6748
  GetDeviceCommand,
6764
6749
  GetDeviceInstanceCommand,
@@ -6776,16 +6761,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6776
6761
  GetTestGridProjectCommand,
6777
6762
  GetTestGridSessionCommand,
6778
6763
  GetUploadCommand,
6779
- GetUploadResultFilterSensitiveLog,
6780
6764
  GetVPCEConfigurationCommand,
6781
- IdempotencyException,
6782
6765
  InstallToRemoteAccessSessionCommand,
6783
- InstallToRemoteAccessSessionResultFilterSensitiveLog,
6784
- InstanceStatus,
6785
- InteractionMode,
6786
- InternalServiceException,
6787
- InvalidOperationException,
6788
- LimitExceededException,
6789
6766
  ListArtifactsCommand,
6790
6767
  ListDeviceInstancesCommand,
6791
6768
  ListDevicePoolsCommand,
@@ -6805,37 +6782,18 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6805
6782
  ListTestGridProjectsCommand,
6806
6783
  ListTestGridSessionActionsCommand,
6807
6784
  ListTestGridSessionArtifactsCommand,
6808
- ListTestGridSessionArtifactsResultFilterSensitiveLog,
6809
6785
  ListTestGridSessionsCommand,
6810
6786
  ListTestsCommand,
6811
6787
  ListUniqueProblemsCommand,
6812
6788
  ListUploadsCommand,
6813
- ListUploadsResultFilterSensitiveLog,
6814
6789
  ListVPCEConfigurationsCommand,
6815
- NetworkProfileType,
6816
- NotEligibleException,
6817
- NotFoundException,
6818
- OfferingTransactionType,
6819
- OfferingType,
6820
6790
  PurchaseOfferingCommand,
6821
- RecurringChargeFrequency,
6822
6791
  RenewOfferingCommand,
6823
- RuleOperator,
6824
- SampleType,
6825
6792
  ScheduleRunCommand,
6826
- ServiceAccountException,
6827
6793
  StopJobCommand,
6828
6794
  StopRemoteAccessSessionCommand,
6829
6795
  StopRunCommand,
6830
- TagOperationException,
6831
- TagPolicyException,
6832
6796
  TagResourceCommand,
6833
- TestGridSessionArtifactCategory,
6834
- TestGridSessionArtifactFilterSensitiveLog,
6835
- TestGridSessionArtifactType,
6836
- TestGridSessionStatus,
6837
- TestType,
6838
- TooManyTagsException,
6839
6797
  UntagResourceCommand,
6840
6798
  UpdateDeviceInstanceCommand,
6841
6799
  UpdateDevicePoolCommand,
@@ -6844,13 +6802,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6844
6802
  UpdateProjectCommand,
6845
6803
  UpdateTestGridProjectCommand,
6846
6804
  UpdateUploadCommand,
6847
- UpdateUploadResultFilterSensitiveLog,
6848
6805
  UpdateVPCEConfigurationCommand,
6849
- UploadCategory,
6850
- UploadFilterSensitiveLog,
6851
- UploadStatus,
6852
- UploadType,
6853
- __Client,
6854
6806
  paginateGetOfferingStatus,
6855
6807
  paginateListArtifacts,
6856
6808
  paginateListDevicePools,
@@ -6868,6 +6820,55 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6868
6820
  paginateListTestGridSessions,
6869
6821
  paginateListTests,
6870
6822
  paginateListUniqueProblems,
6871
- paginateListUploads
6823
+ paginateListUploads,
6824
+ DevicePlatform,
6825
+ ArgumentException,
6826
+ ArtifactType,
6827
+ ArtifactCategory,
6828
+ BillingMethod,
6829
+ CannotDeleteException,
6830
+ DeviceAttribute,
6831
+ RuleOperator,
6832
+ DevicePoolType,
6833
+ LimitExceededException,
6834
+ NotFoundException,
6835
+ ServiceAccountException,
6836
+ NetworkProfileType,
6837
+ TagOperationException,
6838
+ InteractionMode,
6839
+ DeviceAvailability,
6840
+ DeviceFormFactor,
6841
+ InstanceStatus,
6842
+ ExecutionResult,
6843
+ ExecutionStatus,
6844
+ InternalServiceException,
6845
+ UploadType,
6846
+ UploadCategory,
6847
+ UploadStatus,
6848
+ CurrencyCode,
6849
+ InvalidOperationException,
6850
+ TestType,
6851
+ RecurringChargeFrequency,
6852
+ OfferingType,
6853
+ OfferingTransactionType,
6854
+ NotEligibleException,
6855
+ DeviceFilterAttribute,
6856
+ ExecutionResultCode,
6857
+ TestGridSessionStatus,
6858
+ SampleType,
6859
+ TestGridSessionArtifactCategory,
6860
+ TestGridSessionArtifactType,
6861
+ IdempotencyException,
6862
+ TagPolicyException,
6863
+ TooManyTagsException,
6864
+ CreateTestGridUrlResultFilterSensitiveLog,
6865
+ UploadFilterSensitiveLog,
6866
+ CreateUploadResultFilterSensitiveLog,
6867
+ GetUploadResultFilterSensitiveLog,
6868
+ InstallToRemoteAccessSessionResultFilterSensitiveLog,
6869
+ TestGridSessionArtifactFilterSensitiveLog,
6870
+ ListTestGridSessionArtifactsResultFilterSensitiveLog,
6871
+ ListUploadsResultFilterSensitiveLog,
6872
+ UpdateUploadResultFilterSensitiveLog
6872
6873
  });
6873
6874
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-device-farm",
3
3
  "description": "AWS SDK for JavaScript Device Farm 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-device-farm",
@@ -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",