@aws-sdk/client-device-farm 3.758.0 → 3.772.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 +97 -97
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  ArgumentException: () => ArgumentException,
25
25
  ArtifactCategory: () => ArtifactCategory,
26
26
  ArtifactType: () => ArtifactType,
@@ -170,7 +170,7 @@ __export(src_exports, {
170
170
  paginateListUniqueProblems: () => paginateListUniqueProblems,
171
171
  paginateListUploads: () => paginateListUploads
172
172
  });
173
- module.exports = __toCommonJS(src_exports);
173
+ module.exports = __toCommonJS(index_exports);
174
174
 
175
175
  // src/DeviceFarmClient.ts
176
176
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -297,9 +297,9 @@ var DeviceFarmClient = class extends import_smithy_client.Client {
297
297
  this.middlewareStack.use(
298
298
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
299
299
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultDeviceFarmHttpAuthSchemeParametersProvider,
300
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
300
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
301
301
  "aws.auth#sigv4": config.credentials
302
- })
302
+ }), "identityProviderConfigProvider")
303
303
  })
304
304
  );
305
305
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -2472,7 +2472,7 @@ var de_TooManyTagsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, con
2472
2472
  var se_GetDevicePoolCompatibilityRequest = /* @__PURE__ */ __name((input, context) => {
2473
2473
  return (0, import_smithy_client.take)(input, {
2474
2474
  appArn: [],
2475
- configuration: (_) => se_ScheduleRunConfiguration(_, context),
2475
+ configuration: /* @__PURE__ */ __name((_) => se_ScheduleRunConfiguration(_, context), "configuration"),
2476
2476
  devicePoolArn: [],
2477
2477
  test: import_smithy_client._json,
2478
2478
  testType: []
@@ -2480,10 +2480,10 @@ var se_GetDevicePoolCompatibilityRequest = /* @__PURE__ */ __name((input, contex
2480
2480
  }, "se_GetDevicePoolCompatibilityRequest");
2481
2481
  var se_ListTestGridSessionsRequest = /* @__PURE__ */ __name((input, context) => {
2482
2482
  return (0, import_smithy_client.take)(input, {
2483
- creationTimeAfter: (_) => _.getTime() / 1e3,
2484
- creationTimeBefore: (_) => _.getTime() / 1e3,
2485
- endTimeAfter: (_) => _.getTime() / 1e3,
2486
- endTimeBefore: (_) => _.getTime() / 1e3,
2483
+ creationTimeAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "creationTimeAfter"),
2484
+ creationTimeBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "creationTimeBefore"),
2485
+ endTimeAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTimeAfter"),
2486
+ endTimeBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTimeBefore"),
2487
2487
  maxResult: [],
2488
2488
  nextToken: [],
2489
2489
  projectArn: [],
@@ -2504,7 +2504,7 @@ var se_ScheduleRunConfiguration = /* @__PURE__ */ __name((input, context) => {
2504
2504
  deviceProxy: import_smithy_client._json,
2505
2505
  extraDataPackageArn: [],
2506
2506
  locale: [],
2507
- location: (_) => se_Location(_, context),
2507
+ location: /* @__PURE__ */ __name((_) => se_Location(_, context), "location"),
2508
2508
  networkProfileArn: [],
2509
2509
  radios: import_smithy_client._json,
2510
2510
  vpceConfigurationArns: import_smithy_client._json
@@ -2513,7 +2513,7 @@ var se_ScheduleRunConfiguration = /* @__PURE__ */ __name((input, context) => {
2513
2513
  var se_ScheduleRunRequest = /* @__PURE__ */ __name((input, context) => {
2514
2514
  return (0, import_smithy_client.take)(input, {
2515
2515
  appArn: [],
2516
- configuration: (_) => se_ScheduleRunConfiguration(_, context),
2516
+ configuration: /* @__PURE__ */ __name((_) => se_ScheduleRunConfiguration(_, context), "configuration"),
2517
2517
  devicePoolArn: [],
2518
2518
  deviceSelectionConfiguration: import_smithy_client._json,
2519
2519
  executionConfiguration: import_smithy_client._json,
@@ -2529,7 +2529,7 @@ var de_AccountSettings = /* @__PURE__ */ __name((output, context) => {
2529
2529
  maxJobTimeoutMinutes: import_smithy_client.expectInt32,
2530
2530
  maxSlots: import_smithy_client._json,
2531
2531
  skipAppResign: import_smithy_client.expectBoolean,
2532
- trialMinutes: (_) => de_TrialMinutes(_, context),
2532
+ trialMinutes: /* @__PURE__ */ __name((_) => de_TrialMinutes(_, context), "trialMinutes"),
2533
2533
  unmeteredDevices: import_smithy_client._json,
2534
2534
  unmeteredRemoteAccessDevices: import_smithy_client._json
2535
2535
  });
@@ -2543,28 +2543,28 @@ var de_CPU = /* @__PURE__ */ __name((output, context) => {
2543
2543
  }, "de_CPU");
2544
2544
  var de_CreateProjectResult = /* @__PURE__ */ __name((output, context) => {
2545
2545
  return (0, import_smithy_client.take)(output, {
2546
- project: (_) => de_Project(_, context)
2546
+ project: /* @__PURE__ */ __name((_) => de_Project(_, context), "project")
2547
2547
  });
2548
2548
  }, "de_CreateProjectResult");
2549
2549
  var de_CreateRemoteAccessSessionResult = /* @__PURE__ */ __name((output, context) => {
2550
2550
  return (0, import_smithy_client.take)(output, {
2551
- remoteAccessSession: (_) => de_RemoteAccessSession(_, context)
2551
+ remoteAccessSession: /* @__PURE__ */ __name((_) => de_RemoteAccessSession(_, context), "remoteAccessSession")
2552
2552
  });
2553
2553
  }, "de_CreateRemoteAccessSessionResult");
2554
2554
  var de_CreateTestGridProjectResult = /* @__PURE__ */ __name((output, context) => {
2555
2555
  return (0, import_smithy_client.take)(output, {
2556
- testGridProject: (_) => de_TestGridProject(_, context)
2556
+ testGridProject: /* @__PURE__ */ __name((_) => de_TestGridProject(_, context), "testGridProject")
2557
2557
  });
2558
2558
  }, "de_CreateTestGridProjectResult");
2559
2559
  var de_CreateTestGridUrlResult = /* @__PURE__ */ __name((output, context) => {
2560
2560
  return (0, import_smithy_client.take)(output, {
2561
- expires: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2561
+ expires: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expires"),
2562
2562
  url: import_smithy_client.expectString
2563
2563
  });
2564
2564
  }, "de_CreateTestGridUrlResult");
2565
2565
  var de_CreateUploadResult = /* @__PURE__ */ __name((output, context) => {
2566
2566
  return (0, import_smithy_client.take)(output, {
2567
- upload: (_) => de_Upload(_, context)
2567
+ upload: /* @__PURE__ */ __name((_) => de_Upload(_, context), "upload")
2568
2568
  });
2569
2569
  }, "de_CreateUploadResult");
2570
2570
  var de_Device = /* @__PURE__ */ __name((output, context) => {
@@ -2572,7 +2572,7 @@ var de_Device = /* @__PURE__ */ __name((output, context) => {
2572
2572
  arn: import_smithy_client.expectString,
2573
2573
  availability: import_smithy_client.expectString,
2574
2574
  carrier: import_smithy_client.expectString,
2575
- cpu: (_) => de_CPU(_, context),
2575
+ cpu: /* @__PURE__ */ __name((_) => de_CPU(_, context), "cpu"),
2576
2576
  fleetName: import_smithy_client.expectString,
2577
2577
  fleetType: import_smithy_client.expectString,
2578
2578
  formFactor: import_smithy_client.expectString,
@@ -2602,7 +2602,7 @@ var de_DeviceMinutes = /* @__PURE__ */ __name((output, context) => {
2602
2602
  var de_DevicePoolCompatibilityResult = /* @__PURE__ */ __name((output, context) => {
2603
2603
  return (0, import_smithy_client.take)(output, {
2604
2604
  compatible: import_smithy_client.expectBoolean,
2605
- device: (_) => de_Device(_, context),
2605
+ device: /* @__PURE__ */ __name((_) => de_Device(_, context), "device"),
2606
2606
  incompatibilityMessages: import_smithy_client._json
2607
2607
  });
2608
2608
  }, "de_DevicePoolCompatibilityResult");
@@ -2620,91 +2620,91 @@ var de_Devices = /* @__PURE__ */ __name((output, context) => {
2620
2620
  }, "de_Devices");
2621
2621
  var de_GetAccountSettingsResult = /* @__PURE__ */ __name((output, context) => {
2622
2622
  return (0, import_smithy_client.take)(output, {
2623
- accountSettings: (_) => de_AccountSettings(_, context)
2623
+ accountSettings: /* @__PURE__ */ __name((_) => de_AccountSettings(_, context), "accountSettings")
2624
2624
  });
2625
2625
  }, "de_GetAccountSettingsResult");
2626
2626
  var de_GetDevicePoolCompatibilityResult = /* @__PURE__ */ __name((output, context) => {
2627
2627
  return (0, import_smithy_client.take)(output, {
2628
- compatibleDevices: (_) => de_DevicePoolCompatibilityResults(_, context),
2629
- incompatibleDevices: (_) => de_DevicePoolCompatibilityResults(_, context)
2628
+ compatibleDevices: /* @__PURE__ */ __name((_) => de_DevicePoolCompatibilityResults(_, context), "compatibleDevices"),
2629
+ incompatibleDevices: /* @__PURE__ */ __name((_) => de_DevicePoolCompatibilityResults(_, context), "incompatibleDevices")
2630
2630
  });
2631
2631
  }, "de_GetDevicePoolCompatibilityResult");
2632
2632
  var de_GetDeviceResult = /* @__PURE__ */ __name((output, context) => {
2633
2633
  return (0, import_smithy_client.take)(output, {
2634
- device: (_) => de_Device(_, context)
2634
+ device: /* @__PURE__ */ __name((_) => de_Device(_, context), "device")
2635
2635
  });
2636
2636
  }, "de_GetDeviceResult");
2637
2637
  var de_GetJobResult = /* @__PURE__ */ __name((output, context) => {
2638
2638
  return (0, import_smithy_client.take)(output, {
2639
- job: (_) => de_Job(_, context)
2639
+ job: /* @__PURE__ */ __name((_) => de_Job(_, context), "job")
2640
2640
  });
2641
2641
  }, "de_GetJobResult");
2642
2642
  var de_GetOfferingStatusResult = /* @__PURE__ */ __name((output, context) => {
2643
2643
  return (0, import_smithy_client.take)(output, {
2644
- current: (_) => de_OfferingStatusMap(_, context),
2645
- nextPeriod: (_) => de_OfferingStatusMap(_, context),
2644
+ current: /* @__PURE__ */ __name((_) => de_OfferingStatusMap(_, context), "current"),
2645
+ nextPeriod: /* @__PURE__ */ __name((_) => de_OfferingStatusMap(_, context), "nextPeriod"),
2646
2646
  nextToken: import_smithy_client.expectString
2647
2647
  });
2648
2648
  }, "de_GetOfferingStatusResult");
2649
2649
  var de_GetProjectResult = /* @__PURE__ */ __name((output, context) => {
2650
2650
  return (0, import_smithy_client.take)(output, {
2651
- project: (_) => de_Project(_, context)
2651
+ project: /* @__PURE__ */ __name((_) => de_Project(_, context), "project")
2652
2652
  });
2653
2653
  }, "de_GetProjectResult");
2654
2654
  var de_GetRemoteAccessSessionResult = /* @__PURE__ */ __name((output, context) => {
2655
2655
  return (0, import_smithy_client.take)(output, {
2656
- remoteAccessSession: (_) => de_RemoteAccessSession(_, context)
2656
+ remoteAccessSession: /* @__PURE__ */ __name((_) => de_RemoteAccessSession(_, context), "remoteAccessSession")
2657
2657
  });
2658
2658
  }, "de_GetRemoteAccessSessionResult");
2659
2659
  var de_GetRunResult = /* @__PURE__ */ __name((output, context) => {
2660
2660
  return (0, import_smithy_client.take)(output, {
2661
- run: (_) => de_Run(_, context)
2661
+ run: /* @__PURE__ */ __name((_) => de_Run(_, context), "run")
2662
2662
  });
2663
2663
  }, "de_GetRunResult");
2664
2664
  var de_GetSuiteResult = /* @__PURE__ */ __name((output, context) => {
2665
2665
  return (0, import_smithy_client.take)(output, {
2666
- suite: (_) => de_Suite(_, context)
2666
+ suite: /* @__PURE__ */ __name((_) => de_Suite(_, context), "suite")
2667
2667
  });
2668
2668
  }, "de_GetSuiteResult");
2669
2669
  var de_GetTestGridProjectResult = /* @__PURE__ */ __name((output, context) => {
2670
2670
  return (0, import_smithy_client.take)(output, {
2671
- testGridProject: (_) => de_TestGridProject(_, context)
2671
+ testGridProject: /* @__PURE__ */ __name((_) => de_TestGridProject(_, context), "testGridProject")
2672
2672
  });
2673
2673
  }, "de_GetTestGridProjectResult");
2674
2674
  var de_GetTestGridSessionResult = /* @__PURE__ */ __name((output, context) => {
2675
2675
  return (0, import_smithy_client.take)(output, {
2676
- testGridSession: (_) => de_TestGridSession(_, context)
2676
+ testGridSession: /* @__PURE__ */ __name((_) => de_TestGridSession(_, context), "testGridSession")
2677
2677
  });
2678
2678
  }, "de_GetTestGridSessionResult");
2679
2679
  var de_GetTestResult = /* @__PURE__ */ __name((output, context) => {
2680
2680
  return (0, import_smithy_client.take)(output, {
2681
- test: (_) => de_Test(_, context)
2681
+ test: /* @__PURE__ */ __name((_) => de_Test(_, context), "test")
2682
2682
  });
2683
2683
  }, "de_GetTestResult");
2684
2684
  var de_GetUploadResult = /* @__PURE__ */ __name((output, context) => {
2685
2685
  return (0, import_smithy_client.take)(output, {
2686
- upload: (_) => de_Upload(_, context)
2686
+ upload: /* @__PURE__ */ __name((_) => de_Upload(_, context), "upload")
2687
2687
  });
2688
2688
  }, "de_GetUploadResult");
2689
2689
  var de_InstallToRemoteAccessSessionResult = /* @__PURE__ */ __name((output, context) => {
2690
2690
  return (0, import_smithy_client.take)(output, {
2691
- appUpload: (_) => de_Upload(_, context)
2691
+ appUpload: /* @__PURE__ */ __name((_) => de_Upload(_, context), "appUpload")
2692
2692
  });
2693
2693
  }, "de_InstallToRemoteAccessSessionResult");
2694
2694
  var de_Job = /* @__PURE__ */ __name((output, context) => {
2695
2695
  return (0, import_smithy_client.take)(output, {
2696
2696
  arn: import_smithy_client.expectString,
2697
2697
  counters: import_smithy_client._json,
2698
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2699
- device: (_) => de_Device(_, context),
2700
- deviceMinutes: (_) => de_DeviceMinutes(_, context),
2698
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
2699
+ device: /* @__PURE__ */ __name((_) => de_Device(_, context), "device"),
2700
+ deviceMinutes: /* @__PURE__ */ __name((_) => de_DeviceMinutes(_, context), "deviceMinutes"),
2701
2701
  instanceArn: import_smithy_client.expectString,
2702
2702
  message: import_smithy_client.expectString,
2703
2703
  name: import_smithy_client.expectString,
2704
2704
  result: import_smithy_client.expectString,
2705
- started: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2705
+ started: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "started"),
2706
2706
  status: import_smithy_client.expectString,
2707
- stopped: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2707
+ stopped: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopped"),
2708
2708
  type: import_smithy_client.expectString,
2709
2709
  videoCapture: import_smithy_client.expectBoolean,
2710
2710
  videoEndpoint: import_smithy_client.expectString
@@ -2718,86 +2718,86 @@ var de_Jobs = /* @__PURE__ */ __name((output, context) => {
2718
2718
  }, "de_Jobs");
2719
2719
  var de_ListDevicesResult = /* @__PURE__ */ __name((output, context) => {
2720
2720
  return (0, import_smithy_client.take)(output, {
2721
- devices: (_) => de_Devices(_, context),
2721
+ devices: /* @__PURE__ */ __name((_) => de_Devices(_, context), "devices"),
2722
2722
  nextToken: import_smithy_client.expectString
2723
2723
  });
2724
2724
  }, "de_ListDevicesResult");
2725
2725
  var de_ListJobsResult = /* @__PURE__ */ __name((output, context) => {
2726
2726
  return (0, import_smithy_client.take)(output, {
2727
- jobs: (_) => de_Jobs(_, context),
2727
+ jobs: /* @__PURE__ */ __name((_) => de_Jobs(_, context), "jobs"),
2728
2728
  nextToken: import_smithy_client.expectString
2729
2729
  });
2730
2730
  }, "de_ListJobsResult");
2731
2731
  var de_ListOfferingsResult = /* @__PURE__ */ __name((output, context) => {
2732
2732
  return (0, import_smithy_client.take)(output, {
2733
2733
  nextToken: import_smithy_client.expectString,
2734
- offerings: (_) => de_Offerings(_, context)
2734
+ offerings: /* @__PURE__ */ __name((_) => de_Offerings(_, context), "offerings")
2735
2735
  });
2736
2736
  }, "de_ListOfferingsResult");
2737
2737
  var de_ListOfferingTransactionsResult = /* @__PURE__ */ __name((output, context) => {
2738
2738
  return (0, import_smithy_client.take)(output, {
2739
2739
  nextToken: import_smithy_client.expectString,
2740
- offeringTransactions: (_) => de_OfferingTransactions(_, context)
2740
+ offeringTransactions: /* @__PURE__ */ __name((_) => de_OfferingTransactions(_, context), "offeringTransactions")
2741
2741
  });
2742
2742
  }, "de_ListOfferingTransactionsResult");
2743
2743
  var de_ListProjectsResult = /* @__PURE__ */ __name((output, context) => {
2744
2744
  return (0, import_smithy_client.take)(output, {
2745
2745
  nextToken: import_smithy_client.expectString,
2746
- projects: (_) => de_Projects(_, context)
2746
+ projects: /* @__PURE__ */ __name((_) => de_Projects(_, context), "projects")
2747
2747
  });
2748
2748
  }, "de_ListProjectsResult");
2749
2749
  var de_ListRemoteAccessSessionsResult = /* @__PURE__ */ __name((output, context) => {
2750
2750
  return (0, import_smithy_client.take)(output, {
2751
2751
  nextToken: import_smithy_client.expectString,
2752
- remoteAccessSessions: (_) => de_RemoteAccessSessions(_, context)
2752
+ remoteAccessSessions: /* @__PURE__ */ __name((_) => de_RemoteAccessSessions(_, context), "remoteAccessSessions")
2753
2753
  });
2754
2754
  }, "de_ListRemoteAccessSessionsResult");
2755
2755
  var de_ListRunsResult = /* @__PURE__ */ __name((output, context) => {
2756
2756
  return (0, import_smithy_client.take)(output, {
2757
2757
  nextToken: import_smithy_client.expectString,
2758
- runs: (_) => de_Runs(_, context)
2758
+ runs: /* @__PURE__ */ __name((_) => de_Runs(_, context), "runs")
2759
2759
  });
2760
2760
  }, "de_ListRunsResult");
2761
2761
  var de_ListSuitesResult = /* @__PURE__ */ __name((output, context) => {
2762
2762
  return (0, import_smithy_client.take)(output, {
2763
2763
  nextToken: import_smithy_client.expectString,
2764
- suites: (_) => de_Suites(_, context)
2764
+ suites: /* @__PURE__ */ __name((_) => de_Suites(_, context), "suites")
2765
2765
  });
2766
2766
  }, "de_ListSuitesResult");
2767
2767
  var de_ListTestGridProjectsResult = /* @__PURE__ */ __name((output, context) => {
2768
2768
  return (0, import_smithy_client.take)(output, {
2769
2769
  nextToken: import_smithy_client.expectString,
2770
- testGridProjects: (_) => de_TestGridProjects(_, context)
2770
+ testGridProjects: /* @__PURE__ */ __name((_) => de_TestGridProjects(_, context), "testGridProjects")
2771
2771
  });
2772
2772
  }, "de_ListTestGridProjectsResult");
2773
2773
  var de_ListTestGridSessionActionsResult = /* @__PURE__ */ __name((output, context) => {
2774
2774
  return (0, import_smithy_client.take)(output, {
2775
- actions: (_) => de_TestGridSessionActions(_, context),
2775
+ actions: /* @__PURE__ */ __name((_) => de_TestGridSessionActions(_, context), "actions"),
2776
2776
  nextToken: import_smithy_client.expectString
2777
2777
  });
2778
2778
  }, "de_ListTestGridSessionActionsResult");
2779
2779
  var de_ListTestGridSessionsResult = /* @__PURE__ */ __name((output, context) => {
2780
2780
  return (0, import_smithy_client.take)(output, {
2781
2781
  nextToken: import_smithy_client.expectString,
2782
- testGridSessions: (_) => de_TestGridSessions(_, context)
2782
+ testGridSessions: /* @__PURE__ */ __name((_) => de_TestGridSessions(_, context), "testGridSessions")
2783
2783
  });
2784
2784
  }, "de_ListTestGridSessionsResult");
2785
2785
  var de_ListTestsResult = /* @__PURE__ */ __name((output, context) => {
2786
2786
  return (0, import_smithy_client.take)(output, {
2787
2787
  nextToken: import_smithy_client.expectString,
2788
- tests: (_) => de_Tests(_, context)
2788
+ tests: /* @__PURE__ */ __name((_) => de_Tests(_, context), "tests")
2789
2789
  });
2790
2790
  }, "de_ListTestsResult");
2791
2791
  var de_ListUniqueProblemsResult = /* @__PURE__ */ __name((output, context) => {
2792
2792
  return (0, import_smithy_client.take)(output, {
2793
2793
  nextToken: import_smithy_client.expectString,
2794
- uniqueProblems: (_) => de_UniqueProblemsByExecutionResultMap(_, context)
2794
+ uniqueProblems: /* @__PURE__ */ __name((_) => de_UniqueProblemsByExecutionResultMap(_, context), "uniqueProblems")
2795
2795
  });
2796
2796
  }, "de_ListUniqueProblemsResult");
2797
2797
  var de_ListUploadsResult = /* @__PURE__ */ __name((output, context) => {
2798
2798
  return (0, import_smithy_client.take)(output, {
2799
2799
  nextToken: import_smithy_client.expectString,
2800
- uploads: (_) => de_Uploads(_, context)
2800
+ uploads: /* @__PURE__ */ __name((_) => de_Uploads(_, context), "uploads")
2801
2801
  });
2802
2802
  }, "de_ListUploadsResult");
2803
2803
  var de_Location = /* @__PURE__ */ __name((output, context) => {
@@ -2817,7 +2817,7 @@ var de_Offering = /* @__PURE__ */ __name((output, context) => {
2817
2817
  description: import_smithy_client.expectString,
2818
2818
  id: import_smithy_client.expectString,
2819
2819
  platform: import_smithy_client.expectString,
2820
- recurringCharges: (_) => de_RecurringCharges(_, context),
2820
+ recurringCharges: /* @__PURE__ */ __name((_) => de_RecurringCharges(_, context), "recurringCharges"),
2821
2821
  type: import_smithy_client.expectString
2822
2822
  });
2823
2823
  }, "de_Offering");
@@ -2829,8 +2829,8 @@ var de_Offerings = /* @__PURE__ */ __name((output, context) => {
2829
2829
  }, "de_Offerings");
2830
2830
  var de_OfferingStatus = /* @__PURE__ */ __name((output, context) => {
2831
2831
  return (0, import_smithy_client.take)(output, {
2832
- effectiveOn: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2833
- offering: (_) => de_Offering(_, context),
2832
+ effectiveOn: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "effectiveOn"),
2833
+ offering: /* @__PURE__ */ __name((_) => de_Offering(_, context), "offering"),
2834
2834
  quantity: import_smithy_client.expectInt32,
2835
2835
  type: import_smithy_client.expectString
2836
2836
  });
@@ -2846,10 +2846,10 @@ var de_OfferingStatusMap = /* @__PURE__ */ __name((output, context) => {
2846
2846
  }, "de_OfferingStatusMap");
2847
2847
  var de_OfferingTransaction = /* @__PURE__ */ __name((output, context) => {
2848
2848
  return (0, import_smithy_client.take)(output, {
2849
- cost: (_) => de_MonetaryAmount(_, context),
2850
- createdOn: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2849
+ cost: /* @__PURE__ */ __name((_) => de_MonetaryAmount(_, context), "cost"),
2850
+ createdOn: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdOn"),
2851
2851
  offeringPromotionId: import_smithy_client.expectString,
2852
- offeringStatus: (_) => de_OfferingStatus(_, context),
2852
+ offeringStatus: /* @__PURE__ */ __name((_) => de_OfferingStatus(_, context), "offeringStatus"),
2853
2853
  transactionId: import_smithy_client.expectString
2854
2854
  });
2855
2855
  }, "de_OfferingTransaction");
@@ -2861,7 +2861,7 @@ var de_OfferingTransactions = /* @__PURE__ */ __name((output, context) => {
2861
2861
  }, "de_OfferingTransactions");
2862
2862
  var de_Problem = /* @__PURE__ */ __name((output, context) => {
2863
2863
  return (0, import_smithy_client.take)(output, {
2864
- device: (_) => de_Device(_, context),
2864
+ device: /* @__PURE__ */ __name((_) => de_Device(_, context), "device"),
2865
2865
  job: import_smithy_client._json,
2866
2866
  message: import_smithy_client.expectString,
2867
2867
  result: import_smithy_client.expectString,
@@ -2879,7 +2879,7 @@ var de_Problems = /* @__PURE__ */ __name((output, context) => {
2879
2879
  var de_Project = /* @__PURE__ */ __name((output, context) => {
2880
2880
  return (0, import_smithy_client.take)(output, {
2881
2881
  arn: import_smithy_client.expectString,
2882
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2882
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
2883
2883
  defaultJobTimeoutMinutes: import_smithy_client.expectInt32,
2884
2884
  name: import_smithy_client.expectString,
2885
2885
  vpcConfig: import_smithy_client._json
@@ -2893,12 +2893,12 @@ var de_Projects = /* @__PURE__ */ __name((output, context) => {
2893
2893
  }, "de_Projects");
2894
2894
  var de_PurchaseOfferingResult = /* @__PURE__ */ __name((output, context) => {
2895
2895
  return (0, import_smithy_client.take)(output, {
2896
- offeringTransaction: (_) => de_OfferingTransaction(_, context)
2896
+ offeringTransaction: /* @__PURE__ */ __name((_) => de_OfferingTransaction(_, context), "offeringTransaction")
2897
2897
  });
2898
2898
  }, "de_PurchaseOfferingResult");
2899
2899
  var de_RecurringCharge = /* @__PURE__ */ __name((output, context) => {
2900
2900
  return (0, import_smithy_client.take)(output, {
2901
- cost: (_) => de_MonetaryAmount(_, context),
2901
+ cost: /* @__PURE__ */ __name((_) => de_MonetaryAmount(_, context), "cost"),
2902
2902
  frequency: import_smithy_client.expectString
2903
2903
  });
2904
2904
  }, "de_RecurringCharge");
@@ -2913,9 +2913,9 @@ var de_RemoteAccessSession = /* @__PURE__ */ __name((output, context) => {
2913
2913
  arn: import_smithy_client.expectString,
2914
2914
  billingMethod: import_smithy_client.expectString,
2915
2915
  clientId: import_smithy_client.expectString,
2916
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2917
- device: (_) => de_Device(_, context),
2918
- deviceMinutes: (_) => de_DeviceMinutes(_, context),
2916
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
2917
+ device: /* @__PURE__ */ __name((_) => de_Device(_, context), "device"),
2918
+ deviceMinutes: /* @__PURE__ */ __name((_) => de_DeviceMinutes(_, context), "deviceMinutes"),
2919
2919
  deviceProxy: import_smithy_client._json,
2920
2920
  deviceUdid: import_smithy_client.expectString,
2921
2921
  endpoint: import_smithy_client.expectString,
@@ -2929,9 +2929,9 @@ var de_RemoteAccessSession = /* @__PURE__ */ __name((output, context) => {
2929
2929
  remoteRecordEnabled: import_smithy_client.expectBoolean,
2930
2930
  result: import_smithy_client.expectString,
2931
2931
  skipAppResign: import_smithy_client.expectBoolean,
2932
- started: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2932
+ started: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "started"),
2933
2933
  status: import_smithy_client.expectString,
2934
- stopped: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2934
+ stopped: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopped"),
2935
2935
  vpcConfig: import_smithy_client._json
2936
2936
  });
2937
2937
  }, "de_RemoteAccessSession");
@@ -2943,7 +2943,7 @@ var de_RemoteAccessSessions = /* @__PURE__ */ __name((output, context) => {
2943
2943
  }, "de_RemoteAccessSessions");
2944
2944
  var de_RenewOfferingResult = /* @__PURE__ */ __name((output, context) => {
2945
2945
  return (0, import_smithy_client.take)(output, {
2946
- offeringTransaction: (_) => de_OfferingTransaction(_, context)
2946
+ offeringTransaction: /* @__PURE__ */ __name((_) => de_OfferingTransaction(_, context), "offeringTransaction")
2947
2947
  });
2948
2948
  }, "de_RenewOfferingResult");
2949
2949
  var de_Run = /* @__PURE__ */ __name((output, context) => {
@@ -2953,16 +2953,16 @@ var de_Run = /* @__PURE__ */ __name((output, context) => {
2953
2953
  billingMethod: import_smithy_client.expectString,
2954
2954
  completedJobs: import_smithy_client.expectInt32,
2955
2955
  counters: import_smithy_client._json,
2956
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2956
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
2957
2957
  customerArtifactPaths: import_smithy_client._json,
2958
- deviceMinutes: (_) => de_DeviceMinutes(_, context),
2958
+ deviceMinutes: /* @__PURE__ */ __name((_) => de_DeviceMinutes(_, context), "deviceMinutes"),
2959
2959
  devicePoolArn: import_smithy_client.expectString,
2960
2960
  deviceProxy: import_smithy_client._json,
2961
2961
  deviceSelectionResult: import_smithy_client._json,
2962
2962
  eventCount: import_smithy_client.expectInt32,
2963
2963
  jobTimeoutMinutes: import_smithy_client.expectInt32,
2964
2964
  locale: import_smithy_client.expectString,
2965
- location: (_) => de_Location(_, context),
2965
+ location: /* @__PURE__ */ __name((_) => de_Location(_, context), "location"),
2966
2966
  message: import_smithy_client.expectString,
2967
2967
  name: import_smithy_client.expectString,
2968
2968
  networkProfile: import_smithy_client._json,
@@ -2973,9 +2973,9 @@ var de_Run = /* @__PURE__ */ __name((output, context) => {
2973
2973
  resultCode: import_smithy_client.expectString,
2974
2974
  seed: import_smithy_client.expectInt32,
2975
2975
  skipAppResign: import_smithy_client.expectBoolean,
2976
- started: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2976
+ started: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "started"),
2977
2977
  status: import_smithy_client.expectString,
2978
- stopped: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2978
+ stopped: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopped"),
2979
2979
  testSpecArn: import_smithy_client.expectString,
2980
2980
  totalJobs: import_smithy_client.expectInt32,
2981
2981
  type: import_smithy_client.expectString,
@@ -2991,36 +2991,36 @@ var de_Runs = /* @__PURE__ */ __name((output, context) => {
2991
2991
  }, "de_Runs");
2992
2992
  var de_ScheduleRunResult = /* @__PURE__ */ __name((output, context) => {
2993
2993
  return (0, import_smithy_client.take)(output, {
2994
- run: (_) => de_Run(_, context)
2994
+ run: /* @__PURE__ */ __name((_) => de_Run(_, context), "run")
2995
2995
  });
2996
2996
  }, "de_ScheduleRunResult");
2997
2997
  var de_StopJobResult = /* @__PURE__ */ __name((output, context) => {
2998
2998
  return (0, import_smithy_client.take)(output, {
2999
- job: (_) => de_Job(_, context)
2999
+ job: /* @__PURE__ */ __name((_) => de_Job(_, context), "job")
3000
3000
  });
3001
3001
  }, "de_StopJobResult");
3002
3002
  var de_StopRemoteAccessSessionResult = /* @__PURE__ */ __name((output, context) => {
3003
3003
  return (0, import_smithy_client.take)(output, {
3004
- remoteAccessSession: (_) => de_RemoteAccessSession(_, context)
3004
+ remoteAccessSession: /* @__PURE__ */ __name((_) => de_RemoteAccessSession(_, context), "remoteAccessSession")
3005
3005
  });
3006
3006
  }, "de_StopRemoteAccessSessionResult");
3007
3007
  var de_StopRunResult = /* @__PURE__ */ __name((output, context) => {
3008
3008
  return (0, import_smithy_client.take)(output, {
3009
- run: (_) => de_Run(_, context)
3009
+ run: /* @__PURE__ */ __name((_) => de_Run(_, context), "run")
3010
3010
  });
3011
3011
  }, "de_StopRunResult");
3012
3012
  var de_Suite = /* @__PURE__ */ __name((output, context) => {
3013
3013
  return (0, import_smithy_client.take)(output, {
3014
3014
  arn: import_smithy_client.expectString,
3015
3015
  counters: import_smithy_client._json,
3016
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3017
- deviceMinutes: (_) => de_DeviceMinutes(_, context),
3016
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
3017
+ deviceMinutes: /* @__PURE__ */ __name((_) => de_DeviceMinutes(_, context), "deviceMinutes"),
3018
3018
  message: import_smithy_client.expectString,
3019
3019
  name: import_smithy_client.expectString,
3020
3020
  result: import_smithy_client.expectString,
3021
- started: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3021
+ started: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "started"),
3022
3022
  status: import_smithy_client.expectString,
3023
- stopped: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3023
+ stopped: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopped"),
3024
3024
  type: import_smithy_client.expectString
3025
3025
  });
3026
3026
  }, "de_Suite");
@@ -3034,21 +3034,21 @@ var de_Test = /* @__PURE__ */ __name((output, context) => {
3034
3034
  return (0, import_smithy_client.take)(output, {
3035
3035
  arn: import_smithy_client.expectString,
3036
3036
  counters: import_smithy_client._json,
3037
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3038
- deviceMinutes: (_) => de_DeviceMinutes(_, context),
3037
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
3038
+ deviceMinutes: /* @__PURE__ */ __name((_) => de_DeviceMinutes(_, context), "deviceMinutes"),
3039
3039
  message: import_smithy_client.expectString,
3040
3040
  name: import_smithy_client.expectString,
3041
3041
  result: import_smithy_client.expectString,
3042
- started: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3042
+ started: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "started"),
3043
3043
  status: import_smithy_client.expectString,
3044
- stopped: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3044
+ stopped: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "stopped"),
3045
3045
  type: import_smithy_client.expectString
3046
3046
  });
3047
3047
  }, "de_Test");
3048
3048
  var de_TestGridProject = /* @__PURE__ */ __name((output, context) => {
3049
3049
  return (0, import_smithy_client.take)(output, {
3050
3050
  arn: import_smithy_client.expectString,
3051
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3051
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
3052
3052
  description: import_smithy_client.expectString,
3053
3053
  name: import_smithy_client.expectString,
3054
3054
  vpcConfig: import_smithy_client._json
@@ -3064,8 +3064,8 @@ var de_TestGridSession = /* @__PURE__ */ __name((output, context) => {
3064
3064
  return (0, import_smithy_client.take)(output, {
3065
3065
  arn: import_smithy_client.expectString,
3066
3066
  billingMinutes: import_smithy_client.limitedParseDouble,
3067
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3068
- ended: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3067
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
3068
+ ended: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ended"),
3069
3069
  seleniumProperties: import_smithy_client.expectString,
3070
3070
  status: import_smithy_client.expectString
3071
3071
  });
@@ -3075,7 +3075,7 @@ var de_TestGridSessionAction = /* @__PURE__ */ __name((output, context) => {
3075
3075
  action: import_smithy_client.expectString,
3076
3076
  duration: import_smithy_client.expectLong,
3077
3077
  requestMethod: import_smithy_client.expectString,
3078
- started: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3078
+ started: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "started"),
3079
3079
  statusCode: import_smithy_client.expectString
3080
3080
  });
3081
3081
  }, "de_TestGridSessionAction");
@@ -3106,7 +3106,7 @@ var de_TrialMinutes = /* @__PURE__ */ __name((output, context) => {
3106
3106
  var de_UniqueProblem = /* @__PURE__ */ __name((output, context) => {
3107
3107
  return (0, import_smithy_client.take)(output, {
3108
3108
  message: import_smithy_client.expectString,
3109
- problems: (_) => de_Problems(_, context)
3109
+ problems: /* @__PURE__ */ __name((_) => de_Problems(_, context), "problems")
3110
3110
  });
3111
3111
  }, "de_UniqueProblem");
3112
3112
  var de_UniqueProblems = /* @__PURE__ */ __name((output, context) => {
@@ -3129,17 +3129,17 @@ var de_UniqueProblemsByExecutionResultMap = /* @__PURE__ */ __name((output, cont
3129
3129
  }, "de_UniqueProblemsByExecutionResultMap");
3130
3130
  var de_UpdateProjectResult = /* @__PURE__ */ __name((output, context) => {
3131
3131
  return (0, import_smithy_client.take)(output, {
3132
- project: (_) => de_Project(_, context)
3132
+ project: /* @__PURE__ */ __name((_) => de_Project(_, context), "project")
3133
3133
  });
3134
3134
  }, "de_UpdateProjectResult");
3135
3135
  var de_UpdateTestGridProjectResult = /* @__PURE__ */ __name((output, context) => {
3136
3136
  return (0, import_smithy_client.take)(output, {
3137
- testGridProject: (_) => de_TestGridProject(_, context)
3137
+ testGridProject: /* @__PURE__ */ __name((_) => de_TestGridProject(_, context), "testGridProject")
3138
3138
  });
3139
3139
  }, "de_UpdateTestGridProjectResult");
3140
3140
  var de_UpdateUploadResult = /* @__PURE__ */ __name((output, context) => {
3141
3141
  return (0, import_smithy_client.take)(output, {
3142
- upload: (_) => de_Upload(_, context)
3142
+ upload: /* @__PURE__ */ __name((_) => de_Upload(_, context), "upload")
3143
3143
  });
3144
3144
  }, "de_UpdateUploadResult");
3145
3145
  var de_Upload = /* @__PURE__ */ __name((output, context) => {
@@ -3147,7 +3147,7 @@ var de_Upload = /* @__PURE__ */ __name((output, context) => {
3147
3147
  arn: import_smithy_client.expectString,
3148
3148
  category: import_smithy_client.expectString,
3149
3149
  contentType: import_smithy_client.expectString,
3150
- created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3150
+ created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
3151
3151
  message: import_smithy_client.expectString,
3152
3152
  metadata: import_smithy_client.expectString,
3153
3153
  name: import_smithy_client.expectString,
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.758.0",
4
+ "version": "3.772.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",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",