@aws-sdk/client-emr 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 +123 -126
  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
  ActionOnFailure: () => ActionOnFailure,
25
25
  AddInstanceFleetCommand: () => AddInstanceFleetCommand,
26
26
  AddInstanceGroupsCommand: () => AddInstanceGroupsCommand,
@@ -150,7 +150,7 @@ __export(src_exports, {
150
150
  waitUntilClusterTerminated: () => waitUntilClusterTerminated,
151
151
  waitUntilStepComplete: () => waitUntilStepComplete
152
152
  });
153
- module.exports = __toCommonJS(src_exports);
153
+ module.exports = __toCommonJS(index_exports);
154
154
 
155
155
  // src/EMRClient.ts
156
156
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -277,9 +277,9 @@ var EMRClient = class extends import_smithy_client.Client {
277
277
  this.middlewareStack.use(
278
278
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
279
279
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultEMRHttpAuthSchemeParametersProvider,
280
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
280
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
281
281
  "aws.auth#sigv4": config.credentials
282
- })
282
+ }), "identityProviderConfigProvider")
283
283
  })
284
284
  );
285
285
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -563,8 +563,7 @@ var IdentityType = {
563
563
  var Credentials;
564
564
  ((Credentials2) => {
565
565
  Credentials2.visit = /* @__PURE__ */ __name((value, visitor) => {
566
- if (value.UsernamePassword !== void 0)
567
- return visitor.UsernamePassword(value.UsernamePassword);
566
+ if (value.UsernamePassword !== void 0) return visitor.UsernamePassword(value.UsernamePassword);
568
567
  return visitor._(value.$unknown[0], value.$unknown[1]);
569
568
  }, "visit");
570
569
  })(Credentials || (Credentials = {}));
@@ -682,10 +681,8 @@ var UsernamePasswordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
682
681
  ...obj
683
682
  }), "UsernamePasswordFilterSensitiveLog");
684
683
  var CredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
685
- if (obj.UsernamePassword !== void 0)
686
- return { UsernamePassword: import_smithy_client.SENSITIVE_STRING };
687
- if (obj.$unknown !== void 0)
688
- return { [obj.$unknown[0]]: "UNKNOWN" };
684
+ if (obj.UsernamePassword !== void 0) return { UsernamePassword: import_smithy_client.SENSITIVE_STRING };
685
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
689
686
  }, "CredentialsFilterSensitiveLog");
690
687
  var GetClusterSessionCredentialsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
691
688
  ...obj,
@@ -1773,26 +1770,26 @@ var de_InvalidRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
1773
1770
  var se_AddInstanceFleetInput = /* @__PURE__ */ __name((input, context) => {
1774
1771
  return (0, import_smithy_client.take)(input, {
1775
1772
  ClusterId: [],
1776
- InstanceFleet: (_) => se_InstanceFleetConfig(_, context)
1773
+ InstanceFleet: /* @__PURE__ */ __name((_) => se_InstanceFleetConfig(_, context), "InstanceFleet")
1777
1774
  });
1778
1775
  }, "se_AddInstanceFleetInput");
1779
1776
  var se_AddInstanceGroupsInput = /* @__PURE__ */ __name((input, context) => {
1780
1777
  return (0, import_smithy_client.take)(input, {
1781
- InstanceGroups: (_) => se_InstanceGroupConfigList(_, context),
1778
+ InstanceGroups: /* @__PURE__ */ __name((_) => se_InstanceGroupConfigList(_, context), "InstanceGroups"),
1782
1779
  JobFlowId: []
1783
1780
  });
1784
1781
  }, "se_AddInstanceGroupsInput");
1785
1782
  var se_AutoScalingPolicy = /* @__PURE__ */ __name((input, context) => {
1786
1783
  return (0, import_smithy_client.take)(input, {
1787
1784
  Constraints: import_smithy_client._json,
1788
- Rules: (_) => se_ScalingRuleList(_, context)
1785
+ Rules: /* @__PURE__ */ __name((_) => se_ScalingRuleList(_, context), "Rules")
1789
1786
  });
1790
1787
  }, "se_AutoScalingPolicy");
1791
1788
  var se_BlockPublicAccessConfiguration = /* @__PURE__ */ __name((input, context) => {
1792
1789
  return (0, import_smithy_client.take)(input, {
1793
1790
  BlockPublicSecurityGroupRules: [],
1794
1791
  Classification: [],
1795
- Configurations: (_) => se_ConfigurationList(_, context),
1792
+ Configurations: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "Configurations"),
1796
1793
  PermittedPublicSecurityGroupRuleRanges: import_smithy_client._json,
1797
1794
  Properties: import_smithy_client._json
1798
1795
  });
@@ -1813,7 +1810,7 @@ var se_CloudWatchAlarmDefinition = /* @__PURE__ */ __name((input, context) => {
1813
1810
  var se_Configuration = /* @__PURE__ */ __name((input, context) => {
1814
1811
  return (0, import_smithy_client.take)(input, {
1815
1812
  Classification: [],
1816
- Configurations: (_) => se_ConfigurationList(_, context),
1813
+ Configurations: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "Configurations"),
1817
1814
  Properties: import_smithy_client._json
1818
1815
  });
1819
1816
  }, "se_Configuration");
@@ -1824,8 +1821,8 @@ var se_ConfigurationList = /* @__PURE__ */ __name((input, context) => {
1824
1821
  }, "se_ConfigurationList");
1825
1822
  var se_DescribeJobFlowsInput = /* @__PURE__ */ __name((input, context) => {
1826
1823
  return (0, import_smithy_client.take)(input, {
1827
- CreatedAfter: (_) => _.getTime() / 1e3,
1828
- CreatedBefore: (_) => _.getTime() / 1e3,
1824
+ CreatedAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "CreatedAfter"),
1825
+ CreatedBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "CreatedBefore"),
1829
1826
  JobFlowIds: import_smithy_client._json,
1830
1827
  JobFlowStates: import_smithy_client._json
1831
1828
  });
@@ -1834,7 +1831,7 @@ var se_InstanceFleetConfig = /* @__PURE__ */ __name((input, context) => {
1834
1831
  return (0, import_smithy_client.take)(input, {
1835
1832
  Context: [],
1836
1833
  InstanceFleetType: [],
1837
- InstanceTypeConfigs: (_) => se_InstanceTypeConfigList(_, context),
1834
+ InstanceTypeConfigs: /* @__PURE__ */ __name((_) => se_InstanceTypeConfigList(_, context), "InstanceTypeConfigs"),
1838
1835
  LaunchSpecifications: import_smithy_client._json,
1839
1836
  Name: [],
1840
1837
  ResizeSpecifications: import_smithy_client._json,
@@ -1851,7 +1848,7 @@ var se_InstanceFleetModifyConfig = /* @__PURE__ */ __name((input, context) => {
1851
1848
  return (0, import_smithy_client.take)(input, {
1852
1849
  Context: [],
1853
1850
  InstanceFleetId: [],
1854
- InstanceTypeConfigs: (_) => se_InstanceTypeConfigList(_, context),
1851
+ InstanceTypeConfigs: /* @__PURE__ */ __name((_) => se_InstanceTypeConfigList(_, context), "InstanceTypeConfigs"),
1855
1852
  ResizeSpecifications: import_smithy_client._json,
1856
1853
  TargetOnDemandCapacity: [],
1857
1854
  TargetSpotCapacity: []
@@ -1859,9 +1856,9 @@ var se_InstanceFleetModifyConfig = /* @__PURE__ */ __name((input, context) => {
1859
1856
  }, "se_InstanceFleetModifyConfig");
1860
1857
  var se_InstanceGroupConfig = /* @__PURE__ */ __name((input, context) => {
1861
1858
  return (0, import_smithy_client.take)(input, {
1862
- AutoScalingPolicy: (_) => se_AutoScalingPolicy(_, context),
1859
+ AutoScalingPolicy: /* @__PURE__ */ __name((_) => se_AutoScalingPolicy(_, context), "AutoScalingPolicy"),
1863
1860
  BidPrice: [],
1864
- Configurations: (_) => se_ConfigurationList(_, context),
1861
+ Configurations: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "Configurations"),
1865
1862
  CustomAmiId: [],
1866
1863
  EbsConfiguration: import_smithy_client._json,
1867
1864
  InstanceCount: [],
@@ -1878,7 +1875,7 @@ var se_InstanceGroupConfigList = /* @__PURE__ */ __name((input, context) => {
1878
1875
  }, "se_InstanceGroupConfigList");
1879
1876
  var se_InstanceGroupModifyConfig = /* @__PURE__ */ __name((input, context) => {
1880
1877
  return (0, import_smithy_client.take)(input, {
1881
- Configurations: (_) => se_ConfigurationList(_, context),
1878
+ Configurations: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "Configurations"),
1882
1879
  EC2InstanceIdsToTerminate: import_smithy_client._json,
1883
1880
  InstanceCount: [],
1884
1881
  InstanceGroupId: [],
@@ -1895,7 +1892,7 @@ var se_InstanceTypeConfig = /* @__PURE__ */ __name((input, context) => {
1895
1892
  return (0, import_smithy_client.take)(input, {
1896
1893
  BidPrice: [],
1897
1894
  BidPriceAsPercentageOfOnDemandPrice: import_smithy_client.serializeFloat,
1898
- Configurations: (_) => se_ConfigurationList(_, context),
1895
+ Configurations: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "Configurations"),
1899
1896
  CustomAmiId: [],
1900
1897
  EbsConfiguration: import_smithy_client._json,
1901
1898
  InstanceType: [],
@@ -1919,8 +1916,8 @@ var se_JobFlowInstancesConfig = /* @__PURE__ */ __name((input, context) => {
1919
1916
  EmrManagedSlaveSecurityGroup: [],
1920
1917
  HadoopVersion: [],
1921
1918
  InstanceCount: [],
1922
- InstanceFleets: (_) => se_InstanceFleetConfigList(_, context),
1923
- InstanceGroups: (_) => se_InstanceGroupConfigList(_, context),
1919
+ InstanceFleets: /* @__PURE__ */ __name((_) => se_InstanceFleetConfigList(_, context), "InstanceFleets"),
1920
+ InstanceGroups: /* @__PURE__ */ __name((_) => se_InstanceGroupConfigList(_, context), "InstanceGroups"),
1924
1921
  KeepJobFlowAliveWhenNoSteps: [],
1925
1922
  MasterInstanceType: [],
1926
1923
  Placement: import_smithy_client._json,
@@ -1933,8 +1930,8 @@ var se_JobFlowInstancesConfig = /* @__PURE__ */ __name((input, context) => {
1933
1930
  var se_ListClustersInput = /* @__PURE__ */ __name((input, context) => {
1934
1931
  return (0, import_smithy_client.take)(input, {
1935
1932
  ClusterStates: import_smithy_client._json,
1936
- CreatedAfter: (_) => _.getTime() / 1e3,
1937
- CreatedBefore: (_) => _.getTime() / 1e3,
1933
+ CreatedAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "CreatedAfter"),
1934
+ CreatedBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "CreatedBefore"),
1938
1935
  Marker: []
1939
1936
  });
1940
1937
  }, "se_ListClustersInput");
@@ -1942,34 +1939,34 @@ var se_ListNotebookExecutionsInput = /* @__PURE__ */ __name((input, context) =>
1942
1939
  return (0, import_smithy_client.take)(input, {
1943
1940
  EditorId: [],
1944
1941
  ExecutionEngineId: [],
1945
- From: (_) => _.getTime() / 1e3,
1942
+ From: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "From"),
1946
1943
  Marker: [],
1947
1944
  Status: [],
1948
- To: (_) => _.getTime() / 1e3
1945
+ To: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "To")
1949
1946
  });
1950
1947
  }, "se_ListNotebookExecutionsInput");
1951
1948
  var se_ModifyInstanceFleetInput = /* @__PURE__ */ __name((input, context) => {
1952
1949
  return (0, import_smithy_client.take)(input, {
1953
1950
  ClusterId: [],
1954
- InstanceFleet: (_) => se_InstanceFleetModifyConfig(_, context)
1951
+ InstanceFleet: /* @__PURE__ */ __name((_) => se_InstanceFleetModifyConfig(_, context), "InstanceFleet")
1955
1952
  });
1956
1953
  }, "se_ModifyInstanceFleetInput");
1957
1954
  var se_ModifyInstanceGroupsInput = /* @__PURE__ */ __name((input, context) => {
1958
1955
  return (0, import_smithy_client.take)(input, {
1959
1956
  ClusterId: [],
1960
- InstanceGroups: (_) => se_InstanceGroupModifyConfigList(_, context)
1957
+ InstanceGroups: /* @__PURE__ */ __name((_) => se_InstanceGroupModifyConfigList(_, context), "InstanceGroups")
1961
1958
  });
1962
1959
  }, "se_ModifyInstanceGroupsInput");
1963
1960
  var se_PutAutoScalingPolicyInput = /* @__PURE__ */ __name((input, context) => {
1964
1961
  return (0, import_smithy_client.take)(input, {
1965
- AutoScalingPolicy: (_) => se_AutoScalingPolicy(_, context),
1962
+ AutoScalingPolicy: /* @__PURE__ */ __name((_) => se_AutoScalingPolicy(_, context), "AutoScalingPolicy"),
1966
1963
  ClusterId: [],
1967
1964
  InstanceGroupId: []
1968
1965
  });
1969
1966
  }, "se_PutAutoScalingPolicyInput");
1970
1967
  var se_PutBlockPublicAccessConfigurationInput = /* @__PURE__ */ __name((input, context) => {
1971
1968
  return (0, import_smithy_client.take)(input, {
1972
- BlockPublicAccessConfiguration: (_) => se_BlockPublicAccessConfiguration(_, context)
1969
+ BlockPublicAccessConfiguration: /* @__PURE__ */ __name((_) => se_BlockPublicAccessConfiguration(_, context), "BlockPublicAccessConfiguration")
1973
1970
  });
1974
1971
  }, "se_PutBlockPublicAccessConfigurationInput");
1975
1972
  var se_RunJobFlowInput = /* @__PURE__ */ __name((input, context) => {
@@ -1980,12 +1977,12 @@ var se_RunJobFlowInput = /* @__PURE__ */ __name((input, context) => {
1980
1977
  AutoScalingRole: [],
1981
1978
  AutoTerminationPolicy: import_smithy_client._json,
1982
1979
  BootstrapActions: import_smithy_client._json,
1983
- Configurations: (_) => se_ConfigurationList(_, context),
1980
+ Configurations: /* @__PURE__ */ __name((_) => se_ConfigurationList(_, context), "Configurations"),
1984
1981
  CustomAmiId: [],
1985
1982
  EbsRootVolumeIops: [],
1986
1983
  EbsRootVolumeSize: [],
1987
1984
  EbsRootVolumeThroughput: [],
1988
- Instances: (_) => se_JobFlowInstancesConfig(_, context),
1985
+ Instances: /* @__PURE__ */ __name((_) => se_JobFlowInstancesConfig(_, context), "Instances"),
1989
1986
  JobFlowRole: [],
1990
1987
  KerberosAttributes: import_smithy_client._json,
1991
1988
  LogEncryptionKmsKeyId: [],
@@ -2012,7 +2009,7 @@ var se_ScalingRule = /* @__PURE__ */ __name((input, context) => {
2012
2009
  Action: import_smithy_client._json,
2013
2010
  Description: [],
2014
2011
  Name: [],
2015
- Trigger: (_) => se_ScalingTrigger(_, context)
2012
+ Trigger: /* @__PURE__ */ __name((_) => se_ScalingTrigger(_, context), "Trigger")
2016
2013
  });
2017
2014
  }, "se_ScalingRule");
2018
2015
  var se_ScalingRuleList = /* @__PURE__ */ __name((input, context) => {
@@ -2022,13 +2019,13 @@ var se_ScalingRuleList = /* @__PURE__ */ __name((input, context) => {
2022
2019
  }, "se_ScalingRuleList");
2023
2020
  var se_ScalingTrigger = /* @__PURE__ */ __name((input, context) => {
2024
2021
  return (0, import_smithy_client.take)(input, {
2025
- CloudWatchAlarmDefinition: (_) => se_CloudWatchAlarmDefinition(_, context)
2022
+ CloudWatchAlarmDefinition: /* @__PURE__ */ __name((_) => se_CloudWatchAlarmDefinition(_, context), "CloudWatchAlarmDefinition")
2026
2023
  });
2027
2024
  }, "se_ScalingTrigger");
2028
2025
  var de_AutoScalingPolicyDescription = /* @__PURE__ */ __name((output, context) => {
2029
2026
  return (0, import_smithy_client.take)(output, {
2030
2027
  Constraints: import_smithy_client._json,
2031
- Rules: (_) => de_ScalingRuleList(_, context),
2028
+ Rules: /* @__PURE__ */ __name((_) => de_ScalingRuleList(_, context), "Rules"),
2032
2029
  Status: import_smithy_client._json
2033
2030
  });
2034
2031
  }, "de_AutoScalingPolicyDescription");
@@ -2036,7 +2033,7 @@ var de_BlockPublicAccessConfiguration = /* @__PURE__ */ __name((output, context)
2036
2033
  return (0, import_smithy_client.take)(output, {
2037
2034
  BlockPublicSecurityGroupRules: import_smithy_client.expectBoolean,
2038
2035
  Classification: import_smithy_client.expectString,
2039
- Configurations: (_) => de_ConfigurationList(_, context),
2036
+ Configurations: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "Configurations"),
2040
2037
  PermittedPublicSecurityGroupRuleRanges: import_smithy_client._json,
2041
2038
  Properties: import_smithy_client._json
2042
2039
  });
@@ -2044,7 +2041,7 @@ var de_BlockPublicAccessConfiguration = /* @__PURE__ */ __name((output, context)
2044
2041
  var de_BlockPublicAccessConfigurationMetadata = /* @__PURE__ */ __name((output, context) => {
2045
2042
  return (0, import_smithy_client.take)(output, {
2046
2043
  CreatedByArn: import_smithy_client.expectString,
2047
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2044
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime")
2048
2045
  });
2049
2046
  }, "de_BlockPublicAccessConfigurationMetadata");
2050
2047
  var de_CloudWatchAlarmDefinition = /* @__PURE__ */ __name((output, context) => {
@@ -2066,7 +2063,7 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
2066
2063
  AutoScalingRole: import_smithy_client.expectString,
2067
2064
  AutoTerminate: import_smithy_client.expectBoolean,
2068
2065
  ClusterArn: import_smithy_client.expectString,
2069
- Configurations: (_) => de_ConfigurationList(_, context),
2066
+ Configurations: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "Configurations"),
2070
2067
  CustomAmiId: import_smithy_client.expectString,
2071
2068
  EbsRootVolumeIops: import_smithy_client.expectInt32,
2072
2069
  EbsRootVolumeSize: import_smithy_client.expectInt32,
@@ -2090,7 +2087,7 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
2090
2087
  ScaleDownBehavior: import_smithy_client.expectString,
2091
2088
  SecurityConfiguration: import_smithy_client.expectString,
2092
2089
  ServiceRole: import_smithy_client.expectString,
2093
- Status: (_) => de_ClusterStatus(_, context),
2090
+ Status: /* @__PURE__ */ __name((_) => de_ClusterStatus(_, context), "Status"),
2094
2091
  StepConcurrencyLevel: import_smithy_client.expectInt32,
2095
2092
  Tags: import_smithy_client._json,
2096
2093
  TerminationProtected: import_smithy_client.expectBoolean,
@@ -2103,7 +2100,7 @@ var de_ClusterStatus = /* @__PURE__ */ __name((output, context) => {
2103
2100
  ErrorDetails: import_smithy_client._json,
2104
2101
  State: import_smithy_client.expectString,
2105
2102
  StateChangeReason: import_smithy_client._json,
2106
- Timeline: (_) => de_ClusterTimeline(_, context)
2103
+ Timeline: /* @__PURE__ */ __name((_) => de_ClusterTimeline(_, context), "Timeline")
2107
2104
  });
2108
2105
  }, "de_ClusterStatus");
2109
2106
  var de_ClusterSummary = /* @__PURE__ */ __name((output, context) => {
@@ -2113,7 +2110,7 @@ var de_ClusterSummary = /* @__PURE__ */ __name((output, context) => {
2113
2110
  Name: import_smithy_client.expectString,
2114
2111
  NormalizedInstanceHours: import_smithy_client.expectInt32,
2115
2112
  OutpostArn: import_smithy_client.expectString,
2116
- Status: (_) => de_ClusterStatus(_, context)
2113
+ Status: /* @__PURE__ */ __name((_) => de_ClusterStatus(_, context), "Status")
2117
2114
  });
2118
2115
  }, "de_ClusterSummary");
2119
2116
  var de_ClusterSummaryList = /* @__PURE__ */ __name((output, context) => {
@@ -2124,15 +2121,15 @@ var de_ClusterSummaryList = /* @__PURE__ */ __name((output, context) => {
2124
2121
  }, "de_ClusterSummaryList");
2125
2122
  var de_ClusterTimeline = /* @__PURE__ */ __name((output, context) => {
2126
2123
  return (0, import_smithy_client.take)(output, {
2127
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2128
- EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2129
- ReadyDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2124
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2125
+ EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
2126
+ ReadyDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadyDateTime")
2130
2127
  });
2131
2128
  }, "de_ClusterTimeline");
2132
2129
  var de_Configuration = /* @__PURE__ */ __name((output, context) => {
2133
2130
  return (0, import_smithy_client.take)(output, {
2134
2131
  Classification: import_smithy_client.expectString,
2135
- Configurations: (_) => de_ConfigurationList(_, context),
2132
+ Configurations: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "Configurations"),
2136
2133
  Properties: import_smithy_client._json
2137
2134
  });
2138
2135
  }, "de_Configuration");
@@ -2144,57 +2141,57 @@ var de_ConfigurationList = /* @__PURE__ */ __name((output, context) => {
2144
2141
  }, "de_ConfigurationList");
2145
2142
  var de_CreateSecurityConfigurationOutput = /* @__PURE__ */ __name((output, context) => {
2146
2143
  return (0, import_smithy_client.take)(output, {
2147
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2144
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2148
2145
  Name: import_smithy_client.expectString
2149
2146
  });
2150
2147
  }, "de_CreateSecurityConfigurationOutput");
2151
2148
  var de_DescribeClusterOutput = /* @__PURE__ */ __name((output, context) => {
2152
2149
  return (0, import_smithy_client.take)(output, {
2153
- Cluster: (_) => de_Cluster(_, context)
2150
+ Cluster: /* @__PURE__ */ __name((_) => de_Cluster(_, context), "Cluster")
2154
2151
  });
2155
2152
  }, "de_DescribeClusterOutput");
2156
2153
  var de_DescribeJobFlowsOutput = /* @__PURE__ */ __name((output, context) => {
2157
2154
  return (0, import_smithy_client.take)(output, {
2158
- JobFlows: (_) => de_JobFlowDetailList(_, context)
2155
+ JobFlows: /* @__PURE__ */ __name((_) => de_JobFlowDetailList(_, context), "JobFlows")
2159
2156
  });
2160
2157
  }, "de_DescribeJobFlowsOutput");
2161
2158
  var de_DescribeNotebookExecutionOutput = /* @__PURE__ */ __name((output, context) => {
2162
2159
  return (0, import_smithy_client.take)(output, {
2163
- NotebookExecution: (_) => de_NotebookExecution(_, context)
2160
+ NotebookExecution: /* @__PURE__ */ __name((_) => de_NotebookExecution(_, context), "NotebookExecution")
2164
2161
  });
2165
2162
  }, "de_DescribeNotebookExecutionOutput");
2166
2163
  var de_DescribeSecurityConfigurationOutput = /* @__PURE__ */ __name((output, context) => {
2167
2164
  return (0, import_smithy_client.take)(output, {
2168
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2165
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2169
2166
  Name: import_smithy_client.expectString,
2170
2167
  SecurityConfiguration: import_smithy_client.expectString
2171
2168
  });
2172
2169
  }, "de_DescribeSecurityConfigurationOutput");
2173
2170
  var de_DescribeStepOutput = /* @__PURE__ */ __name((output, context) => {
2174
2171
  return (0, import_smithy_client.take)(output, {
2175
- Step: (_) => de_Step(_, context)
2172
+ Step: /* @__PURE__ */ __name((_) => de_Step(_, context), "Step")
2176
2173
  });
2177
2174
  }, "de_DescribeStepOutput");
2178
2175
  var de_DescribeStudioOutput = /* @__PURE__ */ __name((output, context) => {
2179
2176
  return (0, import_smithy_client.take)(output, {
2180
- Studio: (_) => de_Studio(_, context)
2177
+ Studio: /* @__PURE__ */ __name((_) => de_Studio(_, context), "Studio")
2181
2178
  });
2182
2179
  }, "de_DescribeStudioOutput");
2183
2180
  var de_GetBlockPublicAccessConfigurationOutput = /* @__PURE__ */ __name((output, context) => {
2184
2181
  return (0, import_smithy_client.take)(output, {
2185
- BlockPublicAccessConfiguration: (_) => de_BlockPublicAccessConfiguration(_, context),
2186
- BlockPublicAccessConfigurationMetadata: (_) => de_BlockPublicAccessConfigurationMetadata(_, context)
2182
+ BlockPublicAccessConfiguration: /* @__PURE__ */ __name((_) => de_BlockPublicAccessConfiguration(_, context), "BlockPublicAccessConfiguration"),
2183
+ BlockPublicAccessConfigurationMetadata: /* @__PURE__ */ __name((_) => de_BlockPublicAccessConfigurationMetadata(_, context), "BlockPublicAccessConfigurationMetadata")
2187
2184
  });
2188
2185
  }, "de_GetBlockPublicAccessConfigurationOutput");
2189
2186
  var de_GetClusterSessionCredentialsOutput = /* @__PURE__ */ __name((output, context) => {
2190
2187
  return (0, import_smithy_client.take)(output, {
2191
- Credentials: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2192
- ExpiresAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2188
+ Credentials: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Credentials"),
2189
+ ExpiresAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiresAt")
2193
2190
  });
2194
2191
  }, "de_GetClusterSessionCredentialsOutput");
2195
2192
  var de_GetStudioSessionMappingOutput = /* @__PURE__ */ __name((output, context) => {
2196
2193
  return (0, import_smithy_client.take)(output, {
2197
- SessionMapping: (_) => de_SessionMappingDetail(_, context)
2194
+ SessionMapping: /* @__PURE__ */ __name((_) => de_SessionMappingDetail(_, context), "SessionMapping")
2198
2195
  });
2199
2196
  }, "de_GetStudioSessionMappingOutput");
2200
2197
  var de_Instance = /* @__PURE__ */ __name((output, context) => {
@@ -2210,7 +2207,7 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
2210
2207
  PrivateIpAddress: import_smithy_client.expectString,
2211
2208
  PublicDnsName: import_smithy_client.expectString,
2212
2209
  PublicIpAddress: import_smithy_client.expectString,
2213
- Status: (_) => de_InstanceStatus(_, context)
2210
+ Status: /* @__PURE__ */ __name((_) => de_InstanceStatus(_, context), "Status")
2214
2211
  });
2215
2212
  }, "de_Instance");
2216
2213
  var de_InstanceFleet = /* @__PURE__ */ __name((output, context) => {
@@ -2218,13 +2215,13 @@ var de_InstanceFleet = /* @__PURE__ */ __name((output, context) => {
2218
2215
  Context: import_smithy_client.expectString,
2219
2216
  Id: import_smithy_client.expectString,
2220
2217
  InstanceFleetType: import_smithy_client.expectString,
2221
- InstanceTypeSpecifications: (_) => de_InstanceTypeSpecificationList(_, context),
2218
+ InstanceTypeSpecifications: /* @__PURE__ */ __name((_) => de_InstanceTypeSpecificationList(_, context), "InstanceTypeSpecifications"),
2222
2219
  LaunchSpecifications: import_smithy_client._json,
2223
2220
  Name: import_smithy_client.expectString,
2224
2221
  ProvisionedOnDemandCapacity: import_smithy_client.expectInt32,
2225
2222
  ProvisionedSpotCapacity: import_smithy_client.expectInt32,
2226
2223
  ResizeSpecifications: import_smithy_client._json,
2227
- Status: (_) => de_InstanceFleetStatus(_, context),
2224
+ Status: /* @__PURE__ */ __name((_) => de_InstanceFleetStatus(_, context), "Status"),
2228
2225
  TargetOnDemandCapacity: import_smithy_client.expectInt32,
2229
2226
  TargetSpotCapacity: import_smithy_client.expectInt32
2230
2227
  });
@@ -2239,21 +2236,21 @@ var de_InstanceFleetStatus = /* @__PURE__ */ __name((output, context) => {
2239
2236
  return (0, import_smithy_client.take)(output, {
2240
2237
  State: import_smithy_client.expectString,
2241
2238
  StateChangeReason: import_smithy_client._json,
2242
- Timeline: (_) => de_InstanceFleetTimeline(_, context)
2239
+ Timeline: /* @__PURE__ */ __name((_) => de_InstanceFleetTimeline(_, context), "Timeline")
2243
2240
  });
2244
2241
  }, "de_InstanceFleetStatus");
2245
2242
  var de_InstanceFleetTimeline = /* @__PURE__ */ __name((output, context) => {
2246
2243
  return (0, import_smithy_client.take)(output, {
2247
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2248
- EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2249
- ReadyDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2244
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2245
+ EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
2246
+ ReadyDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadyDateTime")
2250
2247
  });
2251
2248
  }, "de_InstanceFleetTimeline");
2252
2249
  var de_InstanceGroup = /* @__PURE__ */ __name((output, context) => {
2253
2250
  return (0, import_smithy_client.take)(output, {
2254
- AutoScalingPolicy: (_) => de_AutoScalingPolicyDescription(_, context),
2251
+ AutoScalingPolicy: /* @__PURE__ */ __name((_) => de_AutoScalingPolicyDescription(_, context), "AutoScalingPolicy"),
2255
2252
  BidPrice: import_smithy_client.expectString,
2256
- Configurations: (_) => de_ConfigurationList(_, context),
2253
+ Configurations: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "Configurations"),
2257
2254
  ConfigurationsVersion: import_smithy_client.expectLong,
2258
2255
  CustomAmiId: import_smithy_client.expectString,
2259
2256
  EbsBlockDevices: import_smithy_client._json,
@@ -2261,22 +2258,22 @@ var de_InstanceGroup = /* @__PURE__ */ __name((output, context) => {
2261
2258
  Id: import_smithy_client.expectString,
2262
2259
  InstanceGroupType: import_smithy_client.expectString,
2263
2260
  InstanceType: import_smithy_client.expectString,
2264
- LastSuccessfullyAppliedConfigurations: (_) => de_ConfigurationList(_, context),
2261
+ LastSuccessfullyAppliedConfigurations: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "LastSuccessfullyAppliedConfigurations"),
2265
2262
  LastSuccessfullyAppliedConfigurationsVersion: import_smithy_client.expectLong,
2266
2263
  Market: import_smithy_client.expectString,
2267
2264
  Name: import_smithy_client.expectString,
2268
2265
  RequestedInstanceCount: import_smithy_client.expectInt32,
2269
2266
  RunningInstanceCount: import_smithy_client.expectInt32,
2270
2267
  ShrinkPolicy: import_smithy_client._json,
2271
- Status: (_) => de_InstanceGroupStatus(_, context)
2268
+ Status: /* @__PURE__ */ __name((_) => de_InstanceGroupStatus(_, context), "Status")
2272
2269
  });
2273
2270
  }, "de_InstanceGroup");
2274
2271
  var de_InstanceGroupDetail = /* @__PURE__ */ __name((output, context) => {
2275
2272
  return (0, import_smithy_client.take)(output, {
2276
2273
  BidPrice: import_smithy_client.expectString,
2277
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2274
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2278
2275
  CustomAmiId: import_smithy_client.expectString,
2279
- EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2276
+ EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
2280
2277
  InstanceGroupId: import_smithy_client.expectString,
2281
2278
  InstanceRequestCount: import_smithy_client.expectInt32,
2282
2279
  InstanceRole: import_smithy_client.expectString,
@@ -2285,8 +2282,8 @@ var de_InstanceGroupDetail = /* @__PURE__ */ __name((output, context) => {
2285
2282
  LastStateChangeReason: import_smithy_client.expectString,
2286
2283
  Market: import_smithy_client.expectString,
2287
2284
  Name: import_smithy_client.expectString,
2288
- ReadyDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2289
- StartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2285
+ ReadyDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadyDateTime"),
2286
+ StartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDateTime"),
2290
2287
  State: import_smithy_client.expectString
2291
2288
  });
2292
2289
  }, "de_InstanceGroupDetail");
@@ -2306,14 +2303,14 @@ var de_InstanceGroupStatus = /* @__PURE__ */ __name((output, context) => {
2306
2303
  return (0, import_smithy_client.take)(output, {
2307
2304
  State: import_smithy_client.expectString,
2308
2305
  StateChangeReason: import_smithy_client._json,
2309
- Timeline: (_) => de_InstanceGroupTimeline(_, context)
2306
+ Timeline: /* @__PURE__ */ __name((_) => de_InstanceGroupTimeline(_, context), "Timeline")
2310
2307
  });
2311
2308
  }, "de_InstanceGroupStatus");
2312
2309
  var de_InstanceGroupTimeline = /* @__PURE__ */ __name((output, context) => {
2313
2310
  return (0, import_smithy_client.take)(output, {
2314
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2315
- EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2316
- ReadyDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2311
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2312
+ EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
2313
+ ReadyDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadyDateTime")
2317
2314
  });
2318
2315
  }, "de_InstanceGroupTimeline");
2319
2316
  var de_InstanceList = /* @__PURE__ */ __name((output, context) => {
@@ -2326,21 +2323,21 @@ var de_InstanceStatus = /* @__PURE__ */ __name((output, context) => {
2326
2323
  return (0, import_smithy_client.take)(output, {
2327
2324
  State: import_smithy_client.expectString,
2328
2325
  StateChangeReason: import_smithy_client._json,
2329
- Timeline: (_) => de_InstanceTimeline(_, context)
2326
+ Timeline: /* @__PURE__ */ __name((_) => de_InstanceTimeline(_, context), "Timeline")
2330
2327
  });
2331
2328
  }, "de_InstanceStatus");
2332
2329
  var de_InstanceTimeline = /* @__PURE__ */ __name((output, context) => {
2333
2330
  return (0, import_smithy_client.take)(output, {
2334
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2335
- EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2336
- ReadyDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2331
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2332
+ EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
2333
+ ReadyDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadyDateTime")
2337
2334
  });
2338
2335
  }, "de_InstanceTimeline");
2339
2336
  var de_InstanceTypeSpecification = /* @__PURE__ */ __name((output, context) => {
2340
2337
  return (0, import_smithy_client.take)(output, {
2341
2338
  BidPrice: import_smithy_client.expectString,
2342
2339
  BidPriceAsPercentageOfOnDemandPrice: import_smithy_client.limitedParseDouble,
2343
- Configurations: (_) => de_ConfigurationList(_, context),
2340
+ Configurations: /* @__PURE__ */ __name((_) => de_ConfigurationList(_, context), "Configurations"),
2344
2341
  CustomAmiId: import_smithy_client.expectString,
2345
2342
  EbsBlockDevices: import_smithy_client._json,
2346
2343
  EbsOptimized: import_smithy_client.expectBoolean,
@@ -2360,8 +2357,8 @@ var de_JobFlowDetail = /* @__PURE__ */ __name((output, context) => {
2360
2357
  AmiVersion: import_smithy_client.expectString,
2361
2358
  AutoScalingRole: import_smithy_client.expectString,
2362
2359
  BootstrapActions: import_smithy_client._json,
2363
- ExecutionStatusDetail: (_) => de_JobFlowExecutionStatusDetail(_, context),
2364
- Instances: (_) => de_JobFlowInstancesDetail(_, context),
2360
+ ExecutionStatusDetail: /* @__PURE__ */ __name((_) => de_JobFlowExecutionStatusDetail(_, context), "ExecutionStatusDetail"),
2361
+ Instances: /* @__PURE__ */ __name((_) => de_JobFlowInstancesDetail(_, context), "Instances"),
2365
2362
  JobFlowId: import_smithy_client.expectString,
2366
2363
  JobFlowRole: import_smithy_client.expectString,
2367
2364
  LogEncryptionKmsKeyId: import_smithy_client.expectString,
@@ -2369,7 +2366,7 @@ var de_JobFlowDetail = /* @__PURE__ */ __name((output, context) => {
2369
2366
  Name: import_smithy_client.expectString,
2370
2367
  ScaleDownBehavior: import_smithy_client.expectString,
2371
2368
  ServiceRole: import_smithy_client.expectString,
2372
- Steps: (_) => de_StepDetailList(_, context),
2369
+ Steps: /* @__PURE__ */ __name((_) => de_StepDetailList(_, context), "Steps"),
2373
2370
  SupportedProducts: import_smithy_client._json,
2374
2371
  VisibleToAllUsers: import_smithy_client.expectBoolean
2375
2372
  });
@@ -2382,11 +2379,11 @@ var de_JobFlowDetailList = /* @__PURE__ */ __name((output, context) => {
2382
2379
  }, "de_JobFlowDetailList");
2383
2380
  var de_JobFlowExecutionStatusDetail = /* @__PURE__ */ __name((output, context) => {
2384
2381
  return (0, import_smithy_client.take)(output, {
2385
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2386
- EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2382
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2383
+ EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
2387
2384
  LastStateChangeReason: import_smithy_client.expectString,
2388
- ReadyDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2389
- StartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2385
+ ReadyDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReadyDateTime"),
2386
+ StartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDateTime"),
2390
2387
  State: import_smithy_client.expectString
2391
2388
  });
2392
2389
  }, "de_JobFlowExecutionStatusDetail");
@@ -2396,7 +2393,7 @@ var de_JobFlowInstancesDetail = /* @__PURE__ */ __name((output, context) => {
2396
2393
  Ec2SubnetId: import_smithy_client.expectString,
2397
2394
  HadoopVersion: import_smithy_client.expectString,
2398
2395
  InstanceCount: import_smithy_client.expectInt32,
2399
- InstanceGroups: (_) => de_InstanceGroupDetailList(_, context),
2396
+ InstanceGroups: /* @__PURE__ */ __name((_) => de_InstanceGroupDetailList(_, context), "InstanceGroups"),
2400
2397
  KeepJobFlowAliveWhenNoSteps: import_smithy_client.expectBoolean,
2401
2398
  MasterInstanceId: import_smithy_client.expectString,
2402
2399
  MasterInstanceType: import_smithy_client.expectString,
@@ -2410,69 +2407,69 @@ var de_JobFlowInstancesDetail = /* @__PURE__ */ __name((output, context) => {
2410
2407
  }, "de_JobFlowInstancesDetail");
2411
2408
  var de_ListClustersOutput = /* @__PURE__ */ __name((output, context) => {
2412
2409
  return (0, import_smithy_client.take)(output, {
2413
- Clusters: (_) => de_ClusterSummaryList(_, context),
2410
+ Clusters: /* @__PURE__ */ __name((_) => de_ClusterSummaryList(_, context), "Clusters"),
2414
2411
  Marker: import_smithy_client.expectString
2415
2412
  });
2416
2413
  }, "de_ListClustersOutput");
2417
2414
  var de_ListInstanceFleetsOutput = /* @__PURE__ */ __name((output, context) => {
2418
2415
  return (0, import_smithy_client.take)(output, {
2419
- InstanceFleets: (_) => de_InstanceFleetList(_, context),
2416
+ InstanceFleets: /* @__PURE__ */ __name((_) => de_InstanceFleetList(_, context), "InstanceFleets"),
2420
2417
  Marker: import_smithy_client.expectString
2421
2418
  });
2422
2419
  }, "de_ListInstanceFleetsOutput");
2423
2420
  var de_ListInstanceGroupsOutput = /* @__PURE__ */ __name((output, context) => {
2424
2421
  return (0, import_smithy_client.take)(output, {
2425
- InstanceGroups: (_) => de_InstanceGroupList(_, context),
2422
+ InstanceGroups: /* @__PURE__ */ __name((_) => de_InstanceGroupList(_, context), "InstanceGroups"),
2426
2423
  Marker: import_smithy_client.expectString
2427
2424
  });
2428
2425
  }, "de_ListInstanceGroupsOutput");
2429
2426
  var de_ListInstancesOutput = /* @__PURE__ */ __name((output, context) => {
2430
2427
  return (0, import_smithy_client.take)(output, {
2431
- Instances: (_) => de_InstanceList(_, context),
2428
+ Instances: /* @__PURE__ */ __name((_) => de_InstanceList(_, context), "Instances"),
2432
2429
  Marker: import_smithy_client.expectString
2433
2430
  });
2434
2431
  }, "de_ListInstancesOutput");
2435
2432
  var de_ListNotebookExecutionsOutput = /* @__PURE__ */ __name((output, context) => {
2436
2433
  return (0, import_smithy_client.take)(output, {
2437
2434
  Marker: import_smithy_client.expectString,
2438
- NotebookExecutions: (_) => de_NotebookExecutionSummaryList(_, context)
2435
+ NotebookExecutions: /* @__PURE__ */ __name((_) => de_NotebookExecutionSummaryList(_, context), "NotebookExecutions")
2439
2436
  });
2440
2437
  }, "de_ListNotebookExecutionsOutput");
2441
2438
  var de_ListSecurityConfigurationsOutput = /* @__PURE__ */ __name((output, context) => {
2442
2439
  return (0, import_smithy_client.take)(output, {
2443
2440
  Marker: import_smithy_client.expectString,
2444
- SecurityConfigurations: (_) => de_SecurityConfigurationList(_, context)
2441
+ SecurityConfigurations: /* @__PURE__ */ __name((_) => de_SecurityConfigurationList(_, context), "SecurityConfigurations")
2445
2442
  });
2446
2443
  }, "de_ListSecurityConfigurationsOutput");
2447
2444
  var de_ListStepsOutput = /* @__PURE__ */ __name((output, context) => {
2448
2445
  return (0, import_smithy_client.take)(output, {
2449
2446
  Marker: import_smithy_client.expectString,
2450
- Steps: (_) => de_StepSummaryList(_, context)
2447
+ Steps: /* @__PURE__ */ __name((_) => de_StepSummaryList(_, context), "Steps")
2451
2448
  });
2452
2449
  }, "de_ListStepsOutput");
2453
2450
  var de_ListStudioSessionMappingsOutput = /* @__PURE__ */ __name((output, context) => {
2454
2451
  return (0, import_smithy_client.take)(output, {
2455
2452
  Marker: import_smithy_client.expectString,
2456
- SessionMappings: (_) => de_SessionMappingSummaryList(_, context)
2453
+ SessionMappings: /* @__PURE__ */ __name((_) => de_SessionMappingSummaryList(_, context), "SessionMappings")
2457
2454
  });
2458
2455
  }, "de_ListStudioSessionMappingsOutput");
2459
2456
  var de_ListStudiosOutput = /* @__PURE__ */ __name((output, context) => {
2460
2457
  return (0, import_smithy_client.take)(output, {
2461
2458
  Marker: import_smithy_client.expectString,
2462
- Studios: (_) => de_StudioSummaryList(_, context)
2459
+ Studios: /* @__PURE__ */ __name((_) => de_StudioSummaryList(_, context), "Studios")
2463
2460
  });
2464
2461
  }, "de_ListStudiosOutput");
2465
2462
  var de_ListSupportedInstanceTypesOutput = /* @__PURE__ */ __name((output, context) => {
2466
2463
  return (0, import_smithy_client.take)(output, {
2467
2464
  Marker: import_smithy_client.expectString,
2468
- SupportedInstanceTypes: (_) => de_SupportedInstanceTypesList(_, context)
2465
+ SupportedInstanceTypes: /* @__PURE__ */ __name((_) => de_SupportedInstanceTypesList(_, context), "SupportedInstanceTypes")
2469
2466
  });
2470
2467
  }, "de_ListSupportedInstanceTypesOutput");
2471
2468
  var de_NotebookExecution = /* @__PURE__ */ __name((output, context) => {
2472
2469
  return (0, import_smithy_client.take)(output, {
2473
2470
  Arn: import_smithy_client.expectString,
2474
2471
  EditorId: import_smithy_client.expectString,
2475
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2472
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
2476
2473
  EnvironmentVariables: import_smithy_client._json,
2477
2474
  ExecutionEngine: import_smithy_client._json,
2478
2475
  LastStateChangeReason: import_smithy_client.expectString,
@@ -2484,7 +2481,7 @@ var de_NotebookExecution = /* @__PURE__ */ __name((output, context) => {
2484
2481
  OutputNotebookFormat: import_smithy_client.expectString,
2485
2482
  OutputNotebookS3Location: import_smithy_client._json,
2486
2483
  OutputNotebookURI: import_smithy_client.expectString,
2487
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2484
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
2488
2485
  Status: import_smithy_client.expectString,
2489
2486
  Tags: import_smithy_client._json
2490
2487
  });
@@ -2492,12 +2489,12 @@ var de_NotebookExecution = /* @__PURE__ */ __name((output, context) => {
2492
2489
  var de_NotebookExecutionSummary = /* @__PURE__ */ __name((output, context) => {
2493
2490
  return (0, import_smithy_client.take)(output, {
2494
2491
  EditorId: import_smithy_client.expectString,
2495
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2492
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
2496
2493
  ExecutionEngineId: import_smithy_client.expectString,
2497
2494
  NotebookExecutionId: import_smithy_client.expectString,
2498
2495
  NotebookExecutionName: import_smithy_client.expectString,
2499
2496
  NotebookS3Location: import_smithy_client._json,
2500
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2497
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
2501
2498
  Status: import_smithy_client.expectString
2502
2499
  });
2503
2500
  }, "de_NotebookExecutionSummary");
@@ -2509,7 +2506,7 @@ var de_NotebookExecutionSummaryList = /* @__PURE__ */ __name((output, context) =
2509
2506
  }, "de_NotebookExecutionSummaryList");
2510
2507
  var de_PutAutoScalingPolicyOutput = /* @__PURE__ */ __name((output, context) => {
2511
2508
  return (0, import_smithy_client.take)(output, {
2512
- AutoScalingPolicy: (_) => de_AutoScalingPolicyDescription(_, context),
2509
+ AutoScalingPolicy: /* @__PURE__ */ __name((_) => de_AutoScalingPolicyDescription(_, context), "AutoScalingPolicy"),
2513
2510
  ClusterArn: import_smithy_client.expectString,
2514
2511
  ClusterId: import_smithy_client.expectString,
2515
2512
  InstanceGroupId: import_smithy_client.expectString
@@ -2520,7 +2517,7 @@ var de_ScalingRule = /* @__PURE__ */ __name((output, context) => {
2520
2517
  Action: import_smithy_client._json,
2521
2518
  Description: import_smithy_client.expectString,
2522
2519
  Name: import_smithy_client.expectString,
2523
- Trigger: (_) => de_ScalingTrigger(_, context)
2520
+ Trigger: /* @__PURE__ */ __name((_) => de_ScalingTrigger(_, context), "Trigger")
2524
2521
  });
2525
2522
  }, "de_ScalingRule");
2526
2523
  var de_ScalingRuleList = /* @__PURE__ */ __name((output, context) => {
@@ -2531,7 +2528,7 @@ var de_ScalingRuleList = /* @__PURE__ */ __name((output, context) => {
2531
2528
  }, "de_ScalingRuleList");
2532
2529
  var de_ScalingTrigger = /* @__PURE__ */ __name((output, context) => {
2533
2530
  return (0, import_smithy_client.take)(output, {
2534
- CloudWatchAlarmDefinition: (_) => de_CloudWatchAlarmDefinition(_, context)
2531
+ CloudWatchAlarmDefinition: /* @__PURE__ */ __name((_) => de_CloudWatchAlarmDefinition(_, context), "CloudWatchAlarmDefinition")
2535
2532
  });
2536
2533
  }, "de_ScalingTrigger");
2537
2534
  var de_SecurityConfigurationList = /* @__PURE__ */ __name((output, context) => {
@@ -2542,24 +2539,24 @@ var de_SecurityConfigurationList = /* @__PURE__ */ __name((output, context) => {
2542
2539
  }, "de_SecurityConfigurationList");
2543
2540
  var de_SecurityConfigurationSummary = /* @__PURE__ */ __name((output, context) => {
2544
2541
  return (0, import_smithy_client.take)(output, {
2545
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2542
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2546
2543
  Name: import_smithy_client.expectString
2547
2544
  });
2548
2545
  }, "de_SecurityConfigurationSummary");
2549
2546
  var de_SessionMappingDetail = /* @__PURE__ */ __name((output, context) => {
2550
2547
  return (0, import_smithy_client.take)(output, {
2551
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2548
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
2552
2549
  IdentityId: import_smithy_client.expectString,
2553
2550
  IdentityName: import_smithy_client.expectString,
2554
2551
  IdentityType: import_smithy_client.expectString,
2555
- LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2552
+ LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
2556
2553
  SessionPolicyArn: import_smithy_client.expectString,
2557
2554
  StudioId: import_smithy_client.expectString
2558
2555
  });
2559
2556
  }, "de_SessionMappingDetail");
2560
2557
  var de_SessionMappingSummary = /* @__PURE__ */ __name((output, context) => {
2561
2558
  return (0, import_smithy_client.take)(output, {
2562
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2559
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
2563
2560
  IdentityId: import_smithy_client.expectString,
2564
2561
  IdentityName: import_smithy_client.expectString,
2565
2562
  IdentityType: import_smithy_client.expectString,
@@ -2580,12 +2577,12 @@ var de_Step = /* @__PURE__ */ __name((output, context) => {
2580
2577
  ExecutionRoleArn: import_smithy_client.expectString,
2581
2578
  Id: import_smithy_client.expectString,
2582
2579
  Name: import_smithy_client.expectString,
2583
- Status: (_) => de_StepStatus(_, context)
2580
+ Status: /* @__PURE__ */ __name((_) => de_StepStatus(_, context), "Status")
2584
2581
  });
2585
2582
  }, "de_Step");
2586
2583
  var de_StepDetail = /* @__PURE__ */ __name((output, context) => {
2587
2584
  return (0, import_smithy_client.take)(output, {
2588
- ExecutionStatusDetail: (_) => de_StepExecutionStatusDetail(_, context),
2585
+ ExecutionStatusDetail: /* @__PURE__ */ __name((_) => de_StepExecutionStatusDetail(_, context), "ExecutionStatusDetail"),
2589
2586
  StepConfig: import_smithy_client._json
2590
2587
  });
2591
2588
  }, "de_StepDetail");
@@ -2597,10 +2594,10 @@ var de_StepDetailList = /* @__PURE__ */ __name((output, context) => {
2597
2594
  }, "de_StepDetailList");
2598
2595
  var de_StepExecutionStatusDetail = /* @__PURE__ */ __name((output, context) => {
2599
2596
  return (0, import_smithy_client.take)(output, {
2600
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2601
- EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2597
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2598
+ EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
2602
2599
  LastStateChangeReason: import_smithy_client.expectString,
2603
- StartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2600
+ StartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDateTime"),
2604
2601
  State: import_smithy_client.expectString
2605
2602
  });
2606
2603
  }, "de_StepExecutionStatusDetail");
@@ -2609,7 +2606,7 @@ var de_StepStatus = /* @__PURE__ */ __name((output, context) => {
2609
2606
  FailureDetails: import_smithy_client._json,
2610
2607
  State: import_smithy_client.expectString,
2611
2608
  StateChangeReason: import_smithy_client._json,
2612
- Timeline: (_) => de_StepTimeline(_, context)
2609
+ Timeline: /* @__PURE__ */ __name((_) => de_StepTimeline(_, context), "Timeline")
2613
2610
  });
2614
2611
  }, "de_StepStatus");
2615
2612
  var de_StepSummary = /* @__PURE__ */ __name((output, context) => {
@@ -2618,7 +2615,7 @@ var de_StepSummary = /* @__PURE__ */ __name((output, context) => {
2618
2615
  Config: import_smithy_client._json,
2619
2616
  Id: import_smithy_client.expectString,
2620
2617
  Name: import_smithy_client.expectString,
2621
- Status: (_) => de_StepStatus(_, context)
2618
+ Status: /* @__PURE__ */ __name((_) => de_StepStatus(_, context), "Status")
2622
2619
  });
2623
2620
  }, "de_StepSummary");
2624
2621
  var de_StepSummaryList = /* @__PURE__ */ __name((output, context) => {
@@ -2629,15 +2626,15 @@ var de_StepSummaryList = /* @__PURE__ */ __name((output, context) => {
2629
2626
  }, "de_StepSummaryList");
2630
2627
  var de_StepTimeline = /* @__PURE__ */ __name((output, context) => {
2631
2628
  return (0, import_smithy_client.take)(output, {
2632
- CreationDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2633
- EndDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2634
- StartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2629
+ CreationDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDateTime"),
2630
+ EndDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDateTime"),
2631
+ StartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDateTime")
2635
2632
  });
2636
2633
  }, "de_StepTimeline");
2637
2634
  var de_Studio = /* @__PURE__ */ __name((output, context) => {
2638
2635
  return (0, import_smithy_client.take)(output, {
2639
2636
  AuthMode: import_smithy_client.expectString,
2640
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2637
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
2641
2638
  DefaultS3Location: import_smithy_client.expectString,
2642
2639
  Description: import_smithy_client.expectString,
2643
2640
  EncryptionKeyArn: import_smithy_client.expectString,
@@ -2662,7 +2659,7 @@ var de_Studio = /* @__PURE__ */ __name((output, context) => {
2662
2659
  var de_StudioSummary = /* @__PURE__ */ __name((output, context) => {
2663
2660
  return (0, import_smithy_client.take)(output, {
2664
2661
  AuthMode: import_smithy_client.expectString,
2665
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2662
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
2666
2663
  Description: import_smithy_client.expectString,
2667
2664
  Name: import_smithy_client.expectString,
2668
2665
  StudioId: import_smithy_client.expectString,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr",
3
3
  "description": "AWS SDK for JavaScript Emr 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-emr",
@@ -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",