@aws-sdk/client-device-farm 3.495.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.
- package/dist-cjs/index.js +57 -54
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -6719,12 +6719,13 @@ var paginateListUploads = (0, import_core.createPaginator)(DeviceFarmClient, Lis
|
|
|
6719
6719
|
// src/index.ts
|
|
6720
6720
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
6721
6721
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6722
|
+
|
|
6722
6723
|
0 && (module.exports = {
|
|
6723
|
-
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
6724
|
+
DeviceFarmServiceException,
|
|
6725
|
+
__Client,
|
|
6726
|
+
DeviceFarmClient,
|
|
6727
|
+
DeviceFarm,
|
|
6728
|
+
$Command,
|
|
6728
6729
|
CreateDevicePoolCommand,
|
|
6729
6730
|
CreateInstanceProfileCommand,
|
|
6730
6731
|
CreateNetworkProfileCommand,
|
|
@@ -6732,11 +6733,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6732
6733
|
CreateRemoteAccessSessionCommand,
|
|
6733
6734
|
CreateTestGridProjectCommand,
|
|
6734
6735
|
CreateTestGridUrlCommand,
|
|
6735
|
-
CreateTestGridUrlResultFilterSensitiveLog,
|
|
6736
6736
|
CreateUploadCommand,
|
|
6737
|
-
CreateUploadResultFilterSensitiveLog,
|
|
6738
6737
|
CreateVPCEConfigurationCommand,
|
|
6739
|
-
CurrencyCode,
|
|
6740
6738
|
DeleteDevicePoolCommand,
|
|
6741
6739
|
DeleteInstanceProfileCommand,
|
|
6742
6740
|
DeleteNetworkProfileCommand,
|
|
@@ -6746,18 +6744,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6746
6744
|
DeleteTestGridProjectCommand,
|
|
6747
6745
|
DeleteUploadCommand,
|
|
6748
6746
|
DeleteVPCEConfigurationCommand,
|
|
6749
|
-
DeviceAttribute,
|
|
6750
|
-
DeviceAvailability,
|
|
6751
|
-
DeviceFarm,
|
|
6752
|
-
DeviceFarmClient,
|
|
6753
|
-
DeviceFarmServiceException,
|
|
6754
|
-
DeviceFilterAttribute,
|
|
6755
|
-
DeviceFormFactor,
|
|
6756
|
-
DevicePlatform,
|
|
6757
|
-
DevicePoolType,
|
|
6758
|
-
ExecutionResult,
|
|
6759
|
-
ExecutionResultCode,
|
|
6760
|
-
ExecutionStatus,
|
|
6761
6747
|
GetAccountSettingsCommand,
|
|
6762
6748
|
GetDeviceCommand,
|
|
6763
6749
|
GetDeviceInstanceCommand,
|
|
@@ -6775,16 +6761,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6775
6761
|
GetTestGridProjectCommand,
|
|
6776
6762
|
GetTestGridSessionCommand,
|
|
6777
6763
|
GetUploadCommand,
|
|
6778
|
-
GetUploadResultFilterSensitiveLog,
|
|
6779
6764
|
GetVPCEConfigurationCommand,
|
|
6780
|
-
IdempotencyException,
|
|
6781
6765
|
InstallToRemoteAccessSessionCommand,
|
|
6782
|
-
InstallToRemoteAccessSessionResultFilterSensitiveLog,
|
|
6783
|
-
InstanceStatus,
|
|
6784
|
-
InteractionMode,
|
|
6785
|
-
InternalServiceException,
|
|
6786
|
-
InvalidOperationException,
|
|
6787
|
-
LimitExceededException,
|
|
6788
6766
|
ListArtifactsCommand,
|
|
6789
6767
|
ListDeviceInstancesCommand,
|
|
6790
6768
|
ListDevicePoolsCommand,
|
|
@@ -6804,37 +6782,18 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6804
6782
|
ListTestGridProjectsCommand,
|
|
6805
6783
|
ListTestGridSessionActionsCommand,
|
|
6806
6784
|
ListTestGridSessionArtifactsCommand,
|
|
6807
|
-
ListTestGridSessionArtifactsResultFilterSensitiveLog,
|
|
6808
6785
|
ListTestGridSessionsCommand,
|
|
6809
6786
|
ListTestsCommand,
|
|
6810
6787
|
ListUniqueProblemsCommand,
|
|
6811
6788
|
ListUploadsCommand,
|
|
6812
|
-
ListUploadsResultFilterSensitiveLog,
|
|
6813
6789
|
ListVPCEConfigurationsCommand,
|
|
6814
|
-
NetworkProfileType,
|
|
6815
|
-
NotEligibleException,
|
|
6816
|
-
NotFoundException,
|
|
6817
|
-
OfferingTransactionType,
|
|
6818
|
-
OfferingType,
|
|
6819
6790
|
PurchaseOfferingCommand,
|
|
6820
|
-
RecurringChargeFrequency,
|
|
6821
6791
|
RenewOfferingCommand,
|
|
6822
|
-
RuleOperator,
|
|
6823
|
-
SampleType,
|
|
6824
6792
|
ScheduleRunCommand,
|
|
6825
|
-
ServiceAccountException,
|
|
6826
6793
|
StopJobCommand,
|
|
6827
6794
|
StopRemoteAccessSessionCommand,
|
|
6828
6795
|
StopRunCommand,
|
|
6829
|
-
TagOperationException,
|
|
6830
|
-
TagPolicyException,
|
|
6831
6796
|
TagResourceCommand,
|
|
6832
|
-
TestGridSessionArtifactCategory,
|
|
6833
|
-
TestGridSessionArtifactFilterSensitiveLog,
|
|
6834
|
-
TestGridSessionArtifactType,
|
|
6835
|
-
TestGridSessionStatus,
|
|
6836
|
-
TestType,
|
|
6837
|
-
TooManyTagsException,
|
|
6838
6797
|
UntagResourceCommand,
|
|
6839
6798
|
UpdateDeviceInstanceCommand,
|
|
6840
6799
|
UpdateDevicePoolCommand,
|
|
@@ -6843,13 +6802,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6843
6802
|
UpdateProjectCommand,
|
|
6844
6803
|
UpdateTestGridProjectCommand,
|
|
6845
6804
|
UpdateUploadCommand,
|
|
6846
|
-
UpdateUploadResultFilterSensitiveLog,
|
|
6847
6805
|
UpdateVPCEConfigurationCommand,
|
|
6848
|
-
UploadCategory,
|
|
6849
|
-
UploadFilterSensitiveLog,
|
|
6850
|
-
UploadStatus,
|
|
6851
|
-
UploadType,
|
|
6852
|
-
__Client,
|
|
6853
6806
|
paginateGetOfferingStatus,
|
|
6854
6807
|
paginateListArtifacts,
|
|
6855
6808
|
paginateListDevicePools,
|
|
@@ -6867,5 +6820,55 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6867
6820
|
paginateListTestGridSessions,
|
|
6868
6821
|
paginateListTests,
|
|
6869
6822
|
paginateListUniqueProblems,
|
|
6870
|
-
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
|
|
6871
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.
|
|
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-device-farm",
|
|
@@ -20,47 +20,47 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|