@aws-sdk/client-emr 3.1061.0 → 3.1063.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -0
- package/dist-cjs/index.js +85 -0
- package/dist-cjs/schemas/schemas_0.js +178 -32
- package/dist-es/EMR.js +12 -0
- package/dist-es/commands/GetSessionCommand.js +16 -0
- package/dist-es/commands/GetSessionEndpointCommand.js +16 -0
- package/dist-es/commands/ListSessionsCommand.js +16 -0
- package/dist-es/commands/StartSessionCommand.js +16 -0
- package/dist-es/commands/TerminateSessionCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +10 -0
- package/dist-es/pagination/ListSessionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +171 -26
- package/dist-types/EMR.d.ts +42 -0
- package/dist-types/EMRClient.d.ts +7 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionCommand.d.ts +155 -0
- package/dist-types/commands/GetSessionEndpointCommand.d.ts +92 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +162 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -0
- package/dist-types/commands/RunJobFlowCommand.d.ts +1 -0
- package/dist-types/commands/StartSessionCommand.d.ts +141 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +86 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +473 -7
- package/dist-types/pagination/ListSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +21 -0
- package/dist-types/ts3.4/EMR.d.ts +92 -0
- package/dist-types/ts3.4/EMRClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +108 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -0
- package/package.json +5 -5
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.DescribeClusterOutput$ = exports.DescribeClusterInput$ = exports.DeleteStudioSessionMappingInput$ = exports.DeleteStudioInput$ = exports.DeleteSecurityConfigurationOutput$ = exports.DeleteSecurityConfigurationInput$ = exports.CreateStudioSessionMappingInput$ = exports.CreateStudioOutput$ = exports.CreateStudioInput$ = exports.CreateSecurityConfigurationOutput$ = exports.CreateSecurityConfigurationInput$ = exports.CreatePersistentAppUIOutput$ = exports.CreatePersistentAppUIInput$ = exports.Configuration$ = exports.ComputeLimits$ = exports.Command$ = exports.ClusterTimeline$ = exports.ClusterSummary$ = exports.ClusterStatus$ = exports.ClusterStateChangeReason$ = exports.Cluster$ = exports.CloudWatchLogConfiguration$ = exports.CloudWatchAlarmDefinition$ = exports.CertificateAuthority$ = exports.CancelStepsOutput$ = exports.CancelStepsInput$ = exports.CancelStepsInfo$ = exports.BootstrapActionDetail$ = exports.BootstrapActionConfig$ = exports.BlockPublicAccessConfigurationMetadata$ = exports.BlockPublicAccessConfiguration$ = exports.AutoTerminationPolicy$ = exports.AutoScalingPolicyStatus$ = exports.AutoScalingPolicyStateChangeReason$ = exports.AutoScalingPolicyDescription$ = exports.AutoScalingPolicy$ = exports.Application$ = exports.AddTagsOutput$ = exports.AddTagsInput$ = exports.AddJobFlowStepsOutput$ = exports.AddJobFlowStepsInput$ = exports.AddInstanceGroupsOutput$ = exports.AddInstanceGroupsInput$ = exports.AddInstanceFleetOutput$ = exports.AddInstanceFleetInput$ = exports.errorTypeRegistries = exports.InvalidRequestException$ = exports.InternalServerException$ = exports.InternalServerError$ = exports.EMRServiceException$ = void 0;
|
|
4
|
+
exports.InstanceFleetStateChangeReason$ = exports.InstanceFleetResizingSpecifications$ = exports.InstanceFleetProvisioningSpecifications$ = exports.InstanceFleetModifyConfig$ = exports.InstanceFleetConfig$ = exports.InstanceFleet$ = exports.Instance$ = exports.HadoopStepConfig$ = exports.HadoopJarStepConfig$ = exports.GetStudioSessionMappingOutput$ = exports.GetStudioSessionMappingInput$ = exports.GetSessionOutput$ = exports.GetSessionInput$ = exports.GetSessionEndpointOutput$ = exports.GetSessionEndpointInput$ = exports.GetPersistentAppUIPresignedURLOutput$ = exports.GetPersistentAppUIPresignedURLInput$ = exports.GetOnClusterAppUIPresignedURLOutput$ = exports.GetOnClusterAppUIPresignedURLInput$ = exports.GetManagedScalingPolicyOutput$ = exports.GetManagedScalingPolicyInput$ = exports.GetClusterSessionCredentialsOutput$ = exports.GetClusterSessionCredentialsInput$ = exports.GetBlockPublicAccessConfigurationOutput$ = exports.GetBlockPublicAccessConfigurationInput$ = exports.GetAutoTerminationPolicyOutput$ = exports.GetAutoTerminationPolicyInput$ = exports.FailureDetails$ = exports.ExecutionEngineConfig$ = exports.ErrorDetail$ = exports.EMRContainersConfig$ = exports.Ec2InstanceAttributes$ = exports.EbsVolume$ = exports.EbsConfiguration$ = exports.EbsBlockDeviceConfig$ = exports.EbsBlockDevice$ = exports.DescribeStudioOutput$ = exports.DescribeStudioInput$ = exports.DescribeStepOutput$ = exports.DescribeStepInput$ = exports.DescribeSecurityConfigurationOutput$ = exports.DescribeSecurityConfigurationInput$ = exports.DescribeReleaseLabelOutput$ = exports.DescribeReleaseLabelInput$ = exports.DescribePersistentAppUIOutput$ = exports.DescribePersistentAppUIInput$ = exports.DescribeNotebookExecutionOutput$ = exports.DescribeNotebookExecutionInput$ = exports.DescribeJobFlowsOutput$ = exports.DescribeJobFlowsInput$ = void 0;
|
|
5
|
+
exports.ModifyClusterInput$ = exports.MetricDimension$ = exports.ManagedScalingPolicy$ = exports.ListSupportedInstanceTypesOutput$ = exports.ListSupportedInstanceTypesInput$ = exports.ListStudiosOutput$ = exports.ListStudiosInput$ = exports.ListStudioSessionMappingsOutput$ = exports.ListStudioSessionMappingsInput$ = exports.ListStepsOutput$ = exports.ListStepsInput$ = exports.ListSessionsOutput$ = exports.ListSessionsInput$ = exports.ListSecurityConfigurationsOutput$ = exports.ListSecurityConfigurationsInput$ = exports.ListReleaseLabelsOutput$ = exports.ListReleaseLabelsInput$ = exports.ListNotebookExecutionsOutput$ = exports.ListNotebookExecutionsInput$ = exports.ListInstancesOutput$ = exports.ListInstancesInput$ = exports.ListInstanceGroupsOutput$ = exports.ListInstanceGroupsInput$ = exports.ListInstanceFleetsOutput$ = exports.ListInstanceFleetsInput$ = exports.ListClustersOutput$ = exports.ListClustersInput$ = exports.ListBootstrapActionsOutput$ = exports.ListBootstrapActionsInput$ = exports.KeyValue$ = exports.KerberosAttributes$ = exports.JobFlowInstancesDetail$ = exports.JobFlowInstancesConfig$ = exports.JobFlowExecutionStatusDetail$ = exports.JobFlowDetail$ = exports.InstanceTypeSpecification$ = exports.InstanceTypeConfig$ = exports.InstanceTimeline$ = exports.InstanceStatus$ = exports.InstanceStateChangeReason$ = exports.InstanceResizePolicy$ = exports.InstanceGroupTimeline$ = exports.InstanceGroupStatus$ = exports.InstanceGroupStateChangeReason$ = exports.InstanceGroupModifyConfig$ = exports.InstanceGroupDetail$ = exports.InstanceGroupConfig$ = exports.InstanceGroup$ = exports.InstanceFleetTimeline$ = exports.InstanceFleetStatus$ = void 0;
|
|
6
|
+
exports.SessionMappingSummary$ = exports.SessionMappingDetail$ = exports.SessionManagedLoggingConfiguration$ = exports.SessionCloudWatchLoggingConfiguration$ = exports.Session$ = exports.SecurityConfigurationSummary$ = exports.ScriptBootstrapActionConfig$ = exports.ScalingTrigger$ = exports.ScalingRule$ = exports.ScalingConstraints$ = exports.ScalingAction$ = exports.S3MonitoringConfiguration$ = exports.S3LoggingConfiguration$ = exports.RunJobFlowOutput$ = exports.RunJobFlowInput$ = exports.RemoveTagsOutput$ = exports.RemoveTagsInput$ = exports.RemoveManagedScalingPolicyOutput$ = exports.RemoveManagedScalingPolicyInput$ = exports.RemoveAutoTerminationPolicyOutput$ = exports.RemoveAutoTerminationPolicyInput$ = exports.RemoveAutoScalingPolicyOutput$ = exports.RemoveAutoScalingPolicyInput$ = exports.ReleaseLabelFilter$ = exports.PutManagedScalingPolicyOutput$ = exports.PutManagedScalingPolicyInput$ = exports.PutBlockPublicAccessConfigurationOutput$ = exports.PutBlockPublicAccessConfigurationInput$ = exports.PutAutoTerminationPolicyOutput$ = exports.PutAutoTerminationPolicyInput$ = exports.PutAutoScalingPolicyOutput$ = exports.PutAutoScalingPolicyInput$ = exports.PortRange$ = exports.PlacementType$ = exports.PlacementGroupConfig$ = exports.PersistentAppUI$ = exports.OutputNotebookS3LocationFromInput$ = exports.OutputNotebookS3LocationForOutput$ = exports.OSRelease$ = exports.OnDemandResizingSpecification$ = exports.OnDemandProvisioningSpecification$ = exports.OnDemandCapacityReservationOptions$ = exports.NotebookS3LocationFromInput$ = exports.NotebookS3LocationForOutput$ = exports.NotebookExecutionSummary$ = exports.NotebookExecution$ = exports.MonitoringConfiguration$ = exports.ModifyInstanceGroupsInput$ = exports.ModifyInstanceFleetInput$ = exports.ModifyClusterOutput$ = void 0;
|
|
7
|
+
exports.DeleteStudioSessionMapping$ = exports.DeleteStudio$ = exports.DeleteSecurityConfiguration$ = exports.CreateStudioSessionMapping$ = exports.CreateStudio$ = exports.CreateSecurityConfiguration$ = exports.CreatePersistentAppUI$ = exports.CancelSteps$ = exports.AddTags$ = exports.AddJobFlowSteps$ = exports.AddInstanceGroups$ = exports.AddInstanceFleet$ = exports.Credentials$ = exports.VolumeSpecification$ = exports.UsernamePassword$ = exports.UpdateStudioSessionMappingInput$ = exports.UpdateStudioInput$ = exports.TerminateSessionOutput$ = exports.TerminateSessionInput$ = exports.TerminateJobFlowsInput$ = exports.Tag$ = exports.SupportedProductConfig$ = exports.SupportedInstanceType$ = exports.StudioSummary$ = exports.Studio$ = exports.StopNotebookExecutionInput$ = exports.StepTimeline$ = exports.StepSummary$ = exports.StepStatus$ = exports.StepStateChangeReason$ = exports.StepMonitoringConfiguration$ = exports.StepExecutionStatusDetail$ = exports.StepDetail$ = exports.StepConfig$ = exports.Step$ = exports.StartSessionOutput$ = exports.StartSessionInput$ = exports.StartNotebookExecutionOutput$ = exports.StartNotebookExecutionInput$ = exports.SpotResizingSpecification$ = exports.SpotProvisioningSpecification$ = exports.SimplifiedApplication$ = exports.SimpleScalingPolicyConfiguration$ = exports.ShrinkPolicy$ = exports.SetVisibleToAllUsersInput$ = exports.SetUnhealthyNodeReplacementInput$ = exports.SetTerminationProtectionInput$ = exports.SetKeepJobFlowAliveWhenNoStepsInput$ = exports.SessionS3LoggingConfiguration$ = exports.SessionMonitoringConfiguration$ = void 0;
|
|
8
|
+
exports.TerminateJobFlows$ = exports.StopNotebookExecution$ = exports.StartSession$ = exports.StartNotebookExecution$ = exports.SetVisibleToAllUsers$ = exports.SetUnhealthyNodeReplacement$ = exports.SetTerminationProtection$ = exports.SetKeepJobFlowAliveWhenNoSteps$ = exports.RunJobFlow$ = exports.RemoveTags$ = exports.RemoveManagedScalingPolicy$ = exports.RemoveAutoTerminationPolicy$ = exports.RemoveAutoScalingPolicy$ = exports.PutManagedScalingPolicy$ = exports.PutBlockPublicAccessConfiguration$ = exports.PutAutoTerminationPolicy$ = exports.PutAutoScalingPolicy$ = exports.ModifyInstanceGroups$ = exports.ModifyInstanceFleet$ = exports.ModifyCluster$ = exports.ListSupportedInstanceTypes$ = exports.ListStudioSessionMappings$ = exports.ListStudios$ = exports.ListSteps$ = exports.ListSessions$ = exports.ListSecurityConfigurations$ = exports.ListReleaseLabels$ = exports.ListNotebookExecutions$ = exports.ListInstances$ = exports.ListInstanceGroups$ = exports.ListInstanceFleets$ = exports.ListClusters$ = exports.ListBootstrapActions$ = exports.GetStudioSessionMapping$ = exports.GetSessionEndpoint$ = exports.GetSession$ = exports.GetPersistentAppUIPresignedURL$ = exports.GetOnClusterAppUIPresignedURL$ = exports.GetManagedScalingPolicy$ = exports.GetClusterSessionCredentials$ = exports.GetBlockPublicAccessConfiguration$ = exports.GetAutoTerminationPolicy$ = exports.DescribeStudio$ = exports.DescribeStep$ = exports.DescribeSecurityConfiguration$ = exports.DescribeReleaseLabel$ = exports.DescribePersistentAppUI$ = exports.DescribeNotebookExecution$ = exports.DescribeJobFlows$ = exports.DescribeCluster$ = void 0;
|
|
9
|
+
exports.UpdateStudioSessionMapping$ = exports.UpdateStudio$ = exports.TerminateSession$ = void 0;
|
|
9
10
|
const _A = "Application";
|
|
10
11
|
const _ADDJP = "ADDomainJoinPassword";
|
|
11
12
|
const _ADDJU = "ADDomainJoinUser";
|
|
@@ -16,6 +17,7 @@ const _AIFO = "AddInstanceFleetOutput";
|
|
|
16
17
|
const _AIG = "AddInstanceGroups";
|
|
17
18
|
const _AIGI = "AddInstanceGroupsInput";
|
|
18
19
|
const _AIGO = "AddInstanceGroupsOutput";
|
|
20
|
+
const _AIc = "AccountId";
|
|
19
21
|
const _AIp = "ApplicationId";
|
|
20
22
|
const _AIu = "AuthorId";
|
|
21
23
|
const _AJFS = "AddJobFlowSteps";
|
|
@@ -35,11 +37,13 @@ const _ASPSCR = "AutoScalingPolicyStateChangeReason";
|
|
|
35
37
|
const _ASR = "AutoScalingRole";
|
|
36
38
|
const _ASSG = "AdditionalSlaveSecurityGroups";
|
|
37
39
|
const _AT = "AutoTerminate";
|
|
40
|
+
const _ATET = "AuthTokenExpirationTime";
|
|
38
41
|
const _ATI = "AddTagsInput";
|
|
39
42
|
const _ATO = "AddTagsOutput";
|
|
40
43
|
const _ATP = "AutoTerminationPolicy";
|
|
41
44
|
const _ATd = "AdjustmentType";
|
|
42
45
|
const _ATdd = "AddTags";
|
|
46
|
+
const _ATu = "AuthToken";
|
|
43
47
|
const _AV = "AmiVersion";
|
|
44
48
|
const _AZ = "AvailabilityZone";
|
|
45
49
|
const _AZv = "AvailabilityZones";
|
|
@@ -63,11 +67,15 @@ const _BPSGR = "BlockPublicSecurityGroupRules";
|
|
|
63
67
|
const _C = "Constraints";
|
|
64
68
|
const _CA = "ClusterArn";
|
|
65
69
|
const _CAI = "CustomAmiId";
|
|
70
|
+
const _CAe = "CertificateAuthority";
|
|
71
|
+
const _CAer = "CertificateArn";
|
|
66
72
|
const _CAr = "CreatedAfter";
|
|
73
|
+
const _CAre = "CreatedAt";
|
|
67
74
|
const _CB = "CreatedBefore";
|
|
68
75
|
const _CBA = "CreatedByArn";
|
|
69
|
-
const _CD = "
|
|
76
|
+
const _CD = "CertificateData";
|
|
70
77
|
const _CDT = "CreationDateTime";
|
|
78
|
+
const _CDo = "CoolDown";
|
|
71
79
|
const _CI = "ClusterId";
|
|
72
80
|
const _CL = "ComputeLimits";
|
|
73
81
|
const _CLo = "CommandList";
|
|
@@ -79,6 +87,7 @@ const _CPAUIO = "CreatePersistentAppUIOutput";
|
|
|
79
87
|
const _CRO = "CapacityReservationOptions";
|
|
80
88
|
const _CRP = "CapacityReservationPreference";
|
|
81
89
|
const _CRRGA = "CapacityReservationResourceGroupArn";
|
|
90
|
+
const _CRT = "ClientRequestToken";
|
|
82
91
|
const _CRTPP = "CrossRealmTrustPrincipalPassword";
|
|
83
92
|
const _CS = "ClusterStatus";
|
|
84
93
|
const _CSC = "CreateSecurityConfiguration";
|
|
@@ -103,6 +112,7 @@ const _CTr = "CreationTime";
|
|
|
103
112
|
const _CV = "ConfigurationsVersion";
|
|
104
113
|
const _CWAD = "CloudWatchAlarmDefinition";
|
|
105
114
|
const _CWLC = "CloudWatchLogConfiguration";
|
|
115
|
+
const _CWLCl = "CloudWatchLoggingConfiguration";
|
|
106
116
|
const _Cl = "Classification";
|
|
107
117
|
const _Clu = "Cluster";
|
|
108
118
|
const _Clus = "Clusters";
|
|
@@ -153,6 +163,7 @@ const _Dev = "Device";
|
|
|
153
163
|
const _E = "Enabled";
|
|
154
164
|
const _EA = "ExpiresAt";
|
|
155
165
|
const _EAZ = "Ec2AvailabilityZone";
|
|
166
|
+
const _EAn = "EndedAt";
|
|
156
167
|
const _EBD = "EbsBlockDevice";
|
|
157
168
|
const _EBDC = "EbsBlockDeviceConfig";
|
|
158
169
|
const _EBDCL = "EbsBlockDeviceConfigList";
|
|
@@ -162,6 +173,7 @@ const _EBDb = "EbsBlockDevices";
|
|
|
162
173
|
const _EC = "ErrorCode";
|
|
163
174
|
const _ECIITT = "EC2InstanceIdsToTerminate";
|
|
164
175
|
const _ECb = "EbsConfiguration";
|
|
176
|
+
const _ECn = "EngineConfigurations";
|
|
165
177
|
const _ED = "ErrorDetails";
|
|
166
178
|
const _EDL = "ErrorDetailList";
|
|
167
179
|
const _EDT = "EndDateTime";
|
|
@@ -198,6 +210,7 @@ const _EV = "EbsVolume";
|
|
|
198
210
|
const _EVL = "EbsVolumeList";
|
|
199
211
|
const _EVb = "EbsVolumes";
|
|
200
212
|
const _EVn = "EnvironmentVariables";
|
|
213
|
+
const _En = "Endpoint";
|
|
201
214
|
const _F = "From";
|
|
202
215
|
const _FD = "FailureDetails";
|
|
203
216
|
const _Fi = "Filters";
|
|
@@ -219,6 +232,12 @@ const _GOCAUIPURLO = "GetOnClusterAppUIPresignedURLOutput";
|
|
|
219
232
|
const _GPAUIPURL = "GetPersistentAppUIPresignedURL";
|
|
220
233
|
const _GPAUIPURLI = "GetPersistentAppUIPresignedURLInput";
|
|
221
234
|
const _GPAUIPURLO = "GetPersistentAppUIPresignedURLOutput";
|
|
235
|
+
const _GS = "GetSession";
|
|
236
|
+
const _GSE = "GetSessionEndpoint";
|
|
237
|
+
const _GSEI = "GetSessionEndpointInput";
|
|
238
|
+
const _GSEO = "GetSessionEndpointOutput";
|
|
239
|
+
const _GSI = "GetSessionInput";
|
|
240
|
+
const _GSO = "GetSessionOutput";
|
|
222
241
|
const _GSSM = "GetStudioSessionMapping";
|
|
223
242
|
const _GSSMI = "GetStudioSessionMappingInput";
|
|
224
243
|
const _GSSMO = "GetStudioSessionMappingOutput";
|
|
@@ -276,6 +295,7 @@ const _IS = "InstanceStatus";
|
|
|
276
295
|
const _ISCR = "InstanceStateChangeReason";
|
|
277
296
|
const _ISE = "InternalServerError";
|
|
278
297
|
const _ISEn = "InternalServerException";
|
|
298
|
+
const _ISd = "IdleSince";
|
|
279
299
|
const _ISn = "InstanceStates";
|
|
280
300
|
const _IT = "IdleTimeout";
|
|
281
301
|
const _ITC = "InstanceTypeConfigs";
|
|
@@ -321,6 +341,7 @@ const _LCI = "ListClustersInput";
|
|
|
321
341
|
const _LCO = "ListClustersOutput";
|
|
322
342
|
const _LEKKI = "LogEncryptionKmsKeyId";
|
|
323
343
|
const _LF = "LogFile";
|
|
344
|
+
const _LG = "LogGroup";
|
|
324
345
|
const _LGN = "LogGroupName";
|
|
325
346
|
const _LI = "ListInstances";
|
|
326
347
|
const _LIF = "ListInstanceFleets";
|
|
@@ -345,19 +366,22 @@ const _LSC = "ListSecurityConfigurations";
|
|
|
345
366
|
const _LSCI = "ListSecurityConfigurationsInput";
|
|
346
367
|
const _LSCO = "ListSecurityConfigurationsOutput";
|
|
347
368
|
const _LSCR = "LastStateChangeReason";
|
|
348
|
-
const _LSI = "
|
|
369
|
+
const _LSI = "ListSessionsInput";
|
|
349
370
|
const _LSIT = "ListSupportedInstanceTypes";
|
|
350
371
|
const _LSITI = "ListSupportedInstanceTypesInput";
|
|
351
372
|
const _LSITO = "ListSupportedInstanceTypesOutput";
|
|
352
|
-
const _LSIi = "
|
|
373
|
+
const _LSIi = "ListStepsInput";
|
|
374
|
+
const _LSIis = "ListStudiosInput";
|
|
353
375
|
const _LSNP = "LogStreamNamePrefix";
|
|
354
|
-
const _LSO = "
|
|
355
|
-
const _LSOi = "
|
|
376
|
+
const _LSO = "ListSessionsOutput";
|
|
377
|
+
const _LSOi = "ListStepsOutput";
|
|
378
|
+
const _LSOis = "ListStudiosOutput";
|
|
356
379
|
const _LSSM = "ListStudioSessionMappings";
|
|
357
380
|
const _LSSMI = "ListStudioSessionMappingsInput";
|
|
358
381
|
const _LSSMO = "ListStudioSessionMappingsOutput";
|
|
359
|
-
const _LSi = "
|
|
360
|
-
const _LSis = "
|
|
382
|
+
const _LSi = "ListSessions";
|
|
383
|
+
const _LSis = "ListSteps";
|
|
384
|
+
const _LSist = "ListStudios";
|
|
361
385
|
const _LT = "LogTypes";
|
|
362
386
|
const _LTM = "LogTypesMap";
|
|
363
387
|
const _LTUP = "LogTypeUploadPolicy";
|
|
@@ -383,6 +407,7 @@ const _MIGI = "ModifyInstanceGroupsInput";
|
|
|
383
407
|
const _MII = "MasterInstanceId";
|
|
384
408
|
const _MISGI = "MasterInstanceSecurityGroupId";
|
|
385
409
|
const _MIT = "MasterInstanceType";
|
|
410
|
+
const _MLC = "ManagedLoggingConfiguration";
|
|
386
411
|
const _MN = "MetricName";
|
|
387
412
|
const _MODCU = "MaximumOnDemandCapacityUnits";
|
|
388
413
|
const _MPDN = "MasterPublicDnsName";
|
|
@@ -507,7 +532,8 @@ const _SAL = "SimplifiedApplicationList";
|
|
|
507
532
|
const _SASG = "ServiceAccessSecurityGroup";
|
|
508
533
|
const _SAc = "ScalingAdjustment";
|
|
509
534
|
const _SAi = "SimplifiedApplication";
|
|
510
|
-
const _SAt = "
|
|
535
|
+
const _SAt = "StartedAt";
|
|
536
|
+
const _SAtu = "StudioArn";
|
|
511
537
|
const _SBA = "ScriptBootstrapAction";
|
|
512
538
|
const _SBAC = "ScriptBootstrapActionConfig";
|
|
513
539
|
const _SC = "SecurityConfiguration";
|
|
@@ -517,6 +543,7 @@ const _SCLt = "StepConfigList";
|
|
|
517
543
|
const _SCO = "StepCancellationOption";
|
|
518
544
|
const _SCR = "StateChangeReason";
|
|
519
545
|
const _SCS = "SecurityConfigurationSummary";
|
|
546
|
+
const _SCWLC = "SessionCloudWatchLoggingConfiguration";
|
|
520
547
|
const _SCc = "ScalingConstraints";
|
|
521
548
|
const _SCe = "SecurityConfigurations";
|
|
522
549
|
const _SCt = "StepConfig";
|
|
@@ -524,25 +551,31 @@ const _SD = "StepDetail";
|
|
|
524
551
|
const _SDB = "ScaleDownBehavior";
|
|
525
552
|
const _SDL = "StepDetailList";
|
|
526
553
|
const _SDT = "StartDateTime";
|
|
554
|
+
const _SE = "SessionEnabled";
|
|
527
555
|
const _SERA = "StepExecutionRoleArn";
|
|
528
556
|
const _SESD = "StepExecutionStatusDetail";
|
|
529
557
|
const _SGB = "StorageGB";
|
|
530
558
|
const _SI = "StepIds";
|
|
531
559
|
const _SIGB = "SizeInGB";
|
|
532
560
|
const _SIT = "SlaveInstanceType";
|
|
561
|
+
const _SITIM = "SessionIdleTimeoutInMinutes";
|
|
533
562
|
const _SITL = "SupportedInstanceTypesList";
|
|
534
563
|
const _SITu = "SupportedInstanceTypes";
|
|
535
564
|
const _SITup = "SupportedInstanceType";
|
|
565
|
+
const _SIe = "SessionId";
|
|
536
566
|
const _SIt = "StepId";
|
|
537
567
|
const _SItu = "StudioId";
|
|
538
568
|
const _SIu = "SubnetIds";
|
|
539
569
|
const _SKJFAWNS = "SetKeepJobFlowAliveWhenNoSteps";
|
|
540
570
|
const _SKJFAWNSI = "SetKeepJobFlowAliveWhenNoStepsInput";
|
|
571
|
+
const _SL = "SessionList";
|
|
541
572
|
const _SLC = "S3LoggingConfiguration";
|
|
542
573
|
const _SM = "SessionMapping";
|
|
543
574
|
const _SMC = "S3MonitoringConfiguration";
|
|
575
|
+
const _SMCe = "SessionMonitoringConfiguration";
|
|
544
576
|
const _SMCt = "StepMonitoringConfiguration";
|
|
545
577
|
const _SMD = "SessionMappingDetail";
|
|
578
|
+
const _SMLC = "SessionManagedLoggingConfiguration";
|
|
546
579
|
const _SMS = "SessionMappingSummary";
|
|
547
580
|
const _SMSL = "SessionMappingSummaryList";
|
|
548
581
|
const _SMe = "SessionMappings";
|
|
@@ -562,13 +595,19 @@ const _SRL = "ScalingRuleList";
|
|
|
562
595
|
const _SRS = "SpotResizeSpecification";
|
|
563
596
|
const _SRSp = "SpotResizingSpecification";
|
|
564
597
|
const _SRc = "ScalingRule";
|
|
565
|
-
const _SS = "
|
|
598
|
+
const _SS = "SensitiveString";
|
|
566
599
|
const _SSCR = "StepStateChangeReason";
|
|
600
|
+
const _SSI = "StartSessionInput";
|
|
567
601
|
const _SSL = "StepSummaryList";
|
|
602
|
+
const _SSLC = "SessionS3LoggingConfiguration";
|
|
568
603
|
const _SSLt = "StudioSummaryList";
|
|
604
|
+
const _SSO = "StartSessionOutput";
|
|
569
605
|
const _SSPC = "SimpleScalingPolicyConfiguration";
|
|
570
606
|
const _SSc = "ScalingStrategy";
|
|
607
|
+
const _SSe = "SessionStates";
|
|
608
|
+
const _SSp = "SpotSpecification";
|
|
571
609
|
const _SSt = "StepStates";
|
|
610
|
+
const _SSta = "StartSession";
|
|
572
611
|
const _SSte = "StepStatus";
|
|
573
612
|
const _SStep = "StepSummary";
|
|
574
613
|
const _SStu = "StudioSummary";
|
|
@@ -577,10 +616,13 @@ const _STP = "SetTerminationProtection";
|
|
|
577
616
|
const _STPI = "SetTerminationProtectionInput";
|
|
578
617
|
const _STc = "ScalingTrigger";
|
|
579
618
|
const _STt = "StepTimeline";
|
|
619
|
+
const _SU = "ServerUrl";
|
|
580
620
|
const _SUNR = "SetUnhealthyNodeReplacement";
|
|
581
621
|
const _SUNRI = "SetUnhealthyNodeReplacementInput";
|
|
582
622
|
const _SVTAU = "SetVisibleToAllUsers";
|
|
583
623
|
const _SVTAUI = "SetVisibleToAllUsersInput";
|
|
624
|
+
const _Se = "Session";
|
|
625
|
+
const _Ses = "Sessions";
|
|
584
626
|
const _St = "Status";
|
|
585
627
|
const _Sta = "State";
|
|
586
628
|
const _Stat = "Statistic";
|
|
@@ -598,7 +640,10 @@ const _TL = "TagList";
|
|
|
598
640
|
const _TODC = "TargetOnDemandCapacity";
|
|
599
641
|
const _TP = "TerminationProtected";
|
|
600
642
|
const _TRA = "TargetResourceArn";
|
|
643
|
+
const _TS = "TerminateSession";
|
|
601
644
|
const _TSC = "TargetSpotCapacity";
|
|
645
|
+
const _TSI = "TerminateSessionInput";
|
|
646
|
+
const _TSO = "TerminateSessionOutput";
|
|
602
647
|
const _Ta = "Tag";
|
|
603
648
|
const _Th = "Threshold";
|
|
604
649
|
const _Thr = "Throughput";
|
|
@@ -607,6 +652,7 @@ const _To = "To";
|
|
|
607
652
|
const _Tr = "Trigger";
|
|
608
653
|
const _Ty = "Type";
|
|
609
654
|
const _U = "Unit";
|
|
655
|
+
const _UA = "UpdatedAt";
|
|
610
656
|
const _UNR = "UnhealthyNodeReplacement";
|
|
611
657
|
const _UP = "UsernamePassword";
|
|
612
658
|
const _UPI = "UtilizationPerformanceIndex";
|
|
@@ -667,6 +713,7 @@ exports.errorTypeRegistries = [
|
|
|
667
713
|
_s_registry,
|
|
668
714
|
n0_registry,
|
|
669
715
|
];
|
|
716
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
670
717
|
exports.AddInstanceFleetInput$ = [3, n0, _AIFI,
|
|
671
718
|
0,
|
|
672
719
|
[_CI, _IF],
|
|
@@ -699,8 +746,8 @@ exports.AddJobFlowStepsOutput$ = [3, n0, _AJFSO,
|
|
|
699
746
|
];
|
|
700
747
|
exports.AddTagsInput$ = [3, n0, _ATI,
|
|
701
748
|
0,
|
|
702
|
-
[_RI, _T],
|
|
703
|
-
[0, () => TagList], 2
|
|
749
|
+
[_RI, _T, _CI],
|
|
750
|
+
[0, () => TagList, 0], 2
|
|
704
751
|
];
|
|
705
752
|
exports.AddTagsOutput$ = [3, n0, _ATO,
|
|
706
753
|
0,
|
|
@@ -772,6 +819,11 @@ exports.CancelStepsOutput$ = [3, n0, _CSO,
|
|
|
772
819
|
[_CSIL],
|
|
773
820
|
[() => CancelStepsInfoList]
|
|
774
821
|
];
|
|
822
|
+
exports.CertificateAuthority$ = [3, n0, _CAe,
|
|
823
|
+
0,
|
|
824
|
+
[_CAer, _CD],
|
|
825
|
+
[0, 0]
|
|
826
|
+
];
|
|
775
827
|
exports.CloudWatchAlarmDefinition$ = [3, n0, _CWAD,
|
|
776
828
|
0,
|
|
777
829
|
[_CO, _MN, _Pe, _Th, _EP, _Na, _Stat, _U, _D],
|
|
@@ -784,8 +836,8 @@ exports.CloudWatchLogConfiguration$ = [3, n0, _CWLC,
|
|
|
784
836
|
];
|
|
785
837
|
exports.Cluster$ = [3, n0, _Clu,
|
|
786
838
|
0,
|
|
787
|
-
[_I, _N, _St, _EIA, _ICT, _LU, _LEKKI, _RAV, _RAVu, _RL, _AT, _TP, _UNR, _VTAU, _Ap, _T, _SR, _NIH, _MPDN, _Con, _SC, _ASR, _SDB, _CAI, _ERVS, _RUOB, _KA, _CA, _OA, _SCL, _PG, _OSRL, _ERVI, _ERVT, _ES, _MC],
|
|
788
|
-
[0, 0, () => exports.ClusterStatus$, () => exports.Ec2InstanceAttributes$, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, () => ApplicationList, () => TagList, 0, 1, 0, () => ConfigurationList, 0, 0, 0, 0, 1, 0, () => exports.KerberosAttributes$, 0, 0, 1, () => PlacementGroupConfigList, 0, 1, 1, 2, () => exports.MonitoringConfiguration
|
|
839
|
+
[_I, _N, _St, _EIA, _ICT, _LU, _LEKKI, _RAV, _RAVu, _RL, _AT, _TP, _UNR, _VTAU, _Ap, _T, _SR, _NIH, _MPDN, _Con, _SC, _ASR, _SDB, _CAI, _ERVS, _RUOB, _KA, _CA, _OA, _SCL, _PG, _OSRL, _ERVI, _ERVT, _ES, _MC, _SE],
|
|
840
|
+
[0, 0, () => exports.ClusterStatus$, () => exports.Ec2InstanceAttributes$, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, () => ApplicationList, () => TagList, 0, 1, 0, () => ConfigurationList, 0, 0, 0, 0, 1, 0, () => exports.KerberosAttributes$, 0, 0, 1, () => PlacementGroupConfigList, 0, 1, 1, 2, () => exports.MonitoringConfiguration$, 2]
|
|
789
841
|
];
|
|
790
842
|
exports.ClusterStateChangeReason$ = [3, n0, _CSCR,
|
|
791
843
|
0,
|
|
@@ -1062,6 +1114,26 @@ exports.GetPersistentAppUIPresignedURLOutput$ = [3, n0, _GPAUIPURLO,
|
|
|
1062
1114
|
[_PURLR, _PURL],
|
|
1063
1115
|
[2, 0]
|
|
1064
1116
|
];
|
|
1117
|
+
exports.GetSessionEndpointInput$ = [3, n0, _GSEI,
|
|
1118
|
+
0,
|
|
1119
|
+
[_CI, _SIe],
|
|
1120
|
+
[0, 0], 2
|
|
1121
|
+
];
|
|
1122
|
+
exports.GetSessionEndpointOutput$ = [3, n0, _GSEO,
|
|
1123
|
+
0,
|
|
1124
|
+
[_En, _ATu, _ATET, _Cr],
|
|
1125
|
+
[0, [() => SensitiveString, 0], 4, [() => exports.Credentials$, 0]], 1
|
|
1126
|
+
];
|
|
1127
|
+
exports.GetSessionInput$ = [3, n0, _GSI,
|
|
1128
|
+
0,
|
|
1129
|
+
[_CI, _SIe],
|
|
1130
|
+
[0, 0], 2
|
|
1131
|
+
];
|
|
1132
|
+
exports.GetSessionOutput$ = [3, n0, _GSO,
|
|
1133
|
+
0,
|
|
1134
|
+
[_Se],
|
|
1135
|
+
[() => exports.Session$], 1
|
|
1136
|
+
];
|
|
1065
1137
|
exports.GetStudioSessionMappingInput$ = [3, n0, _GSSMI,
|
|
1066
1138
|
0,
|
|
1067
1139
|
[_SItu, _ITd, _II, _IN],
|
|
@@ -1104,7 +1176,7 @@ exports.InstanceFleetModifyConfig$ = [3, n0, _IFMC,
|
|
|
1104
1176
|
];
|
|
1105
1177
|
exports.InstanceFleetProvisioningSpecifications$ = [3, n0, _IFPS,
|
|
1106
1178
|
0,
|
|
1107
|
-
[
|
|
1179
|
+
[_SSp, _ODS],
|
|
1108
1180
|
[() => exports.SpotProvisioningSpecification$, () => exports.OnDemandProvisioningSpecification$]
|
|
1109
1181
|
];
|
|
1110
1182
|
exports.InstanceFleetResizingSpecifications$ = [3, n0, _IFRS,
|
|
@@ -1302,12 +1374,22 @@ exports.ListSecurityConfigurationsOutput$ = [3, n0, _LSCO,
|
|
|
1302
1374
|
[_SCe, _Mar],
|
|
1303
1375
|
[() => SecurityConfigurationList, 0]
|
|
1304
1376
|
];
|
|
1305
|
-
exports.
|
|
1377
|
+
exports.ListSessionsInput$ = [3, n0, _LSI,
|
|
1378
|
+
0,
|
|
1379
|
+
[_CI, _SSe, _NT, _MR],
|
|
1380
|
+
[0, 64 | 0, 0, 1], 1
|
|
1381
|
+
];
|
|
1382
|
+
exports.ListSessionsOutput$ = [3, n0, _LSO,
|
|
1383
|
+
0,
|
|
1384
|
+
[_Ses, _NT],
|
|
1385
|
+
[() => SessionList, 0]
|
|
1386
|
+
];
|
|
1387
|
+
exports.ListStepsInput$ = [3, n0, _LSIi,
|
|
1306
1388
|
0,
|
|
1307
1389
|
[_CI, _SSt, _SI, _Mar],
|
|
1308
1390
|
[0, 64 | 0, 64 | 0, 0], 1
|
|
1309
1391
|
];
|
|
1310
|
-
exports.ListStepsOutput$ = [3, n0,
|
|
1392
|
+
exports.ListStepsOutput$ = [3, n0, _LSOi,
|
|
1311
1393
|
0,
|
|
1312
1394
|
[_S, _Mar],
|
|
1313
1395
|
[() => StepSummaryList, 0]
|
|
@@ -1322,12 +1404,12 @@ exports.ListStudioSessionMappingsOutput$ = [3, n0, _LSSMO,
|
|
|
1322
1404
|
[_SMe, _Mar],
|
|
1323
1405
|
[() => SessionMappingSummaryList, 0]
|
|
1324
1406
|
];
|
|
1325
|
-
exports.ListStudiosInput$ = [3, n0,
|
|
1407
|
+
exports.ListStudiosInput$ = [3, n0, _LSIis,
|
|
1326
1408
|
0,
|
|
1327
1409
|
[_Mar],
|
|
1328
1410
|
[0]
|
|
1329
1411
|
];
|
|
1330
|
-
exports.ListStudiosOutput$ = [3, n0,
|
|
1412
|
+
exports.ListStudiosOutput$ = [3, n0, _LSOis,
|
|
1331
1413
|
0,
|
|
1332
1414
|
[_Stud, _Mar],
|
|
1333
1415
|
[() => StudioSummaryList, 0]
|
|
@@ -1524,8 +1606,8 @@ exports.RemoveManagedScalingPolicyOutput$ = [3, n0, _RMSPO,
|
|
|
1524
1606
|
];
|
|
1525
1607
|
exports.RemoveTagsInput$ = [3, n0, _RTI,
|
|
1526
1608
|
0,
|
|
1527
|
-
[_RI, _TK],
|
|
1528
|
-
[0, 64 | 0], 2
|
|
1609
|
+
[_RI, _TK, _CI],
|
|
1610
|
+
[0, 64 | 0, 0], 2
|
|
1529
1611
|
];
|
|
1530
1612
|
exports.RemoveTagsOutput$ = [3, n0, _RTO,
|
|
1531
1613
|
0,
|
|
@@ -1534,8 +1616,8 @@ exports.RemoveTagsOutput$ = [3, n0, _RTO,
|
|
|
1534
1616
|
];
|
|
1535
1617
|
exports.RunJobFlowInput$ = [3, n0, _RJFI,
|
|
1536
1618
|
0,
|
|
1537
|
-
[_N, _Ins, _LU, _LEKKI, _AI, _AV, _RL, _S, _SERA, _BA, _SPu, _NSP, _Ap, _Con, _VTAU, _JFR, _SR, _T, _SC, _ASR, _SDB, _CAI, _ERVS, _RUOB, _KA, _SCL, _MSP, _PGCl, _ATP, _OSRL, _ERVI, _ERVT, _ES, _MC],
|
|
1538
|
-
[0, () => exports.JobFlowInstancesConfig$, 0, 0, 0, 0, 0, () => StepConfigList, 0, () => BootstrapActionConfigList, 64 | 0, () => NewSupportedProductsList, () => ApplicationList, () => ConfigurationList, 2, 0, 0, () => TagList, 0, 0, 0, 0, 1, 0, () => exports.KerberosAttributes$, 1, () => exports.ManagedScalingPolicy$, () => PlacementGroupConfigList, () => exports.AutoTerminationPolicy$, 0, 1, 1, 2, () => exports.MonitoringConfiguration
|
|
1619
|
+
[_N, _Ins, _LU, _LEKKI, _AI, _AV, _RL, _S, _SERA, _BA, _SPu, _NSP, _Ap, _Con, _VTAU, _JFR, _SR, _T, _SC, _ASR, _SDB, _CAI, _ERVS, _RUOB, _KA, _SCL, _MSP, _PGCl, _ATP, _OSRL, _ERVI, _ERVT, _ES, _MC, _SE],
|
|
1620
|
+
[0, () => exports.JobFlowInstancesConfig$, 0, 0, 0, 0, 0, () => StepConfigList, 0, () => BootstrapActionConfigList, 64 | 0, () => NewSupportedProductsList, () => ApplicationList, () => ConfigurationList, 2, 0, 0, () => TagList, 0, 0, 0, 0, 1, 0, () => exports.KerberosAttributes$, 1, () => exports.ManagedScalingPolicy$, () => PlacementGroupConfigList, () => exports.AutoTerminationPolicy$, 0, 1, 1, 2, () => exports.MonitoringConfiguration$, 2], 2
|
|
1539
1621
|
];
|
|
1540
1622
|
exports.RunJobFlowOutput$ = [3, n0, _RJFO,
|
|
1541
1623
|
0,
|
|
@@ -1582,6 +1664,21 @@ exports.SecurityConfigurationSummary$ = [3, n0, _SCS,
|
|
|
1582
1664
|
[_N, _CDT],
|
|
1583
1665
|
[0, 4]
|
|
1584
1666
|
];
|
|
1667
|
+
exports.Session$ = [3, n0, _Se,
|
|
1668
|
+
0,
|
|
1669
|
+
[_I, _CI, _Arn, _Sta, _N, _SCR, _RL, _ERA, _AIc, _CAre, _UA, _SAt, _EAn, _ISd, _ECn, _MC, _SITIM, _CAe, _SU, _T],
|
|
1670
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, () => ConfigurationList, () => exports.SessionMonitoringConfiguration$, 1, () => exports.CertificateAuthority$, 0, () => TagList], 4
|
|
1671
|
+
];
|
|
1672
|
+
exports.SessionCloudWatchLoggingConfiguration$ = [3, n0, _SCWLC,
|
|
1673
|
+
0,
|
|
1674
|
+
[_E, _LG, _LSNP, _EKA, _LT],
|
|
1675
|
+
[2, 0, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]]
|
|
1676
|
+
];
|
|
1677
|
+
exports.SessionManagedLoggingConfiguration$ = [3, n0, _SMLC,
|
|
1678
|
+
0,
|
|
1679
|
+
[_E, _EKA],
|
|
1680
|
+
[2, 0]
|
|
1681
|
+
];
|
|
1585
1682
|
exports.SessionMappingDetail$ = [3, n0, _SMD,
|
|
1586
1683
|
0,
|
|
1587
1684
|
[_SItu, _II, _IN, _ITd, _SPA, _CTr, _LMT],
|
|
@@ -1592,6 +1689,16 @@ exports.SessionMappingSummary$ = [3, n0, _SMS,
|
|
|
1592
1689
|
[_SItu, _II, _IN, _ITd, _SPA, _CTr],
|
|
1593
1690
|
[0, 0, 0, 0, 0, 4]
|
|
1594
1691
|
];
|
|
1692
|
+
exports.SessionMonitoringConfiguration$ = [3, n0, _SMCe,
|
|
1693
|
+
0,
|
|
1694
|
+
[_CWLCl, _MLC, _SLC],
|
|
1695
|
+
[() => exports.SessionCloudWatchLoggingConfiguration$, () => exports.SessionManagedLoggingConfiguration$, () => exports.SessionS3LoggingConfiguration$]
|
|
1696
|
+
];
|
|
1697
|
+
exports.SessionS3LoggingConfiguration$ = [3, n0, _SSLC,
|
|
1698
|
+
0,
|
|
1699
|
+
[_E, _LU, _EKA, _LT],
|
|
1700
|
+
[2, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]]
|
|
1701
|
+
];
|
|
1595
1702
|
exports.SetKeepJobFlowAliveWhenNoStepsInput$ = [3, n0, _SKJFAWNSI,
|
|
1596
1703
|
0,
|
|
1597
1704
|
[_JFIo, _KJFAWNS],
|
|
@@ -1619,7 +1726,7 @@ exports.ShrinkPolicy$ = [3, n0, _SPh,
|
|
|
1619
1726
|
];
|
|
1620
1727
|
exports.SimpleScalingPolicyConfiguration$ = [3, n0, _SSPC,
|
|
1621
1728
|
0,
|
|
1622
|
-
[_SAc, _ATd,
|
|
1729
|
+
[_SAc, _ATd, _CDo],
|
|
1623
1730
|
[1, 0, 1], 1
|
|
1624
1731
|
];
|
|
1625
1732
|
exports.SimplifiedApplication$ = [3, n0, _SAi,
|
|
@@ -1647,6 +1754,16 @@ exports.StartNotebookExecutionOutput$ = [3, n0, _SNEO,
|
|
|
1647
1754
|
[_NEI],
|
|
1648
1755
|
[0]
|
|
1649
1756
|
];
|
|
1757
|
+
exports.StartSessionInput$ = [3, n0, _SSI,
|
|
1758
|
+
0,
|
|
1759
|
+
[_CI, _N, _ERA, _ECn, _MC, _SITIM, _CRT, _T],
|
|
1760
|
+
[0, 0, 0, () => ConfigurationList, () => exports.SessionMonitoringConfiguration$, 1, 0, () => TagList], 1
|
|
1761
|
+
];
|
|
1762
|
+
exports.StartSessionOutput$ = [3, n0, _SSO,
|
|
1763
|
+
0,
|
|
1764
|
+
[_I, _CI, _Arn, _AIc, _Sta],
|
|
1765
|
+
[0, 0, 0, 0, 0], 1
|
|
1766
|
+
];
|
|
1650
1767
|
exports.Step$ = [3, n0, _Ste,
|
|
1651
1768
|
0,
|
|
1652
1769
|
[_I, _N, _Confi, _AOF, _St, _ERA, _LU, _EKA],
|
|
@@ -1699,7 +1816,7 @@ exports.StopNotebookExecutionInput$ = [3, n0, _SNEIt,
|
|
|
1699
1816
|
];
|
|
1700
1817
|
exports.Studio$ = [3, n0, _Stu,
|
|
1701
1818
|
0,
|
|
1702
|
-
[_SItu,
|
|
1819
|
+
[_SItu, _SAtu, _N, _De, _AM, _VI, _SIu, _SR, _UR, _WSGI, _ESGI, _Ur, _CTr, _DSL, _IAU, _IRSPN, _T, _IIA, _TIPE, _IUA, _EKA],
|
|
1703
1820
|
[0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, () => TagList, 0, 2, 0, 0]
|
|
1704
1821
|
];
|
|
1705
1822
|
exports.StudioSummary$ = [3, n0, _SStu,
|
|
@@ -1727,6 +1844,16 @@ exports.TerminateJobFlowsInput$ = [3, n0, _TJFI,
|
|
|
1727
1844
|
[_JFIo],
|
|
1728
1845
|
[64 | 0], 1
|
|
1729
1846
|
];
|
|
1847
|
+
exports.TerminateSessionInput$ = [3, n0, _TSI,
|
|
1848
|
+
0,
|
|
1849
|
+
[_CI, _SIe],
|
|
1850
|
+
[0, 0], 2
|
|
1851
|
+
];
|
|
1852
|
+
exports.TerminateSessionOutput$ = [3, n0, _TSO,
|
|
1853
|
+
0,
|
|
1854
|
+
[_CI, _SIe, _Sta],
|
|
1855
|
+
[0, 0, 0], 3
|
|
1856
|
+
];
|
|
1730
1857
|
exports.UpdateStudioInput$ = [3, n0, _USI,
|
|
1731
1858
|
0,
|
|
1732
1859
|
[_SItu, _N, _De, _SIu, _DSL, _EKA],
|
|
@@ -1850,9 +1977,13 @@ var SecurityConfigurationList = [1, n0, _SCLe,
|
|
|
1850
1977
|
0, () => exports.SecurityConfigurationSummary$
|
|
1851
1978
|
];
|
|
1852
1979
|
var SecurityGroupsList = 64 | 0;
|
|
1980
|
+
var SessionList = [1, n0, _SL,
|
|
1981
|
+
0, () => exports.Session$
|
|
1982
|
+
];
|
|
1853
1983
|
var SessionMappingSummaryList = [1, n0, _SMSL,
|
|
1854
1984
|
0, () => exports.SessionMappingSummary$
|
|
1855
1985
|
];
|
|
1986
|
+
var SessionStateList = 64 | 0;
|
|
1856
1987
|
var SimplifiedApplicationList = [1, n0, _SAL,
|
|
1857
1988
|
0, () => exports.SimplifiedApplication$
|
|
1858
1989
|
];
|
|
@@ -1970,6 +2101,12 @@ exports.GetOnClusterAppUIPresignedURL$ = [9, n0, _GOCAUIPURL,
|
|
|
1970
2101
|
exports.GetPersistentAppUIPresignedURL$ = [9, n0, _GPAUIPURL,
|
|
1971
2102
|
0, () => exports.GetPersistentAppUIPresignedURLInput$, () => exports.GetPersistentAppUIPresignedURLOutput$
|
|
1972
2103
|
];
|
|
2104
|
+
exports.GetSession$ = [9, n0, _GS,
|
|
2105
|
+
0, () => exports.GetSessionInput$, () => exports.GetSessionOutput$
|
|
2106
|
+
];
|
|
2107
|
+
exports.GetSessionEndpoint$ = [9, n0, _GSE,
|
|
2108
|
+
0, () => exports.GetSessionEndpointInput$, () => exports.GetSessionEndpointOutput$
|
|
2109
|
+
];
|
|
1973
2110
|
exports.GetStudioSessionMapping$ = [9, n0, _GSSM,
|
|
1974
2111
|
0, () => exports.GetStudioSessionMappingInput$, () => exports.GetStudioSessionMappingOutput$
|
|
1975
2112
|
];
|
|
@@ -1997,10 +2134,13 @@ exports.ListReleaseLabels$ = [9, n0, _LRL,
|
|
|
1997
2134
|
exports.ListSecurityConfigurations$ = [9, n0, _LSC,
|
|
1998
2135
|
0, () => exports.ListSecurityConfigurationsInput$, () => exports.ListSecurityConfigurationsOutput$
|
|
1999
2136
|
];
|
|
2000
|
-
exports.
|
|
2137
|
+
exports.ListSessions$ = [9, n0, _LSi,
|
|
2138
|
+
0, () => exports.ListSessionsInput$, () => exports.ListSessionsOutput$
|
|
2139
|
+
];
|
|
2140
|
+
exports.ListSteps$ = [9, n0, _LSis,
|
|
2001
2141
|
0, () => exports.ListStepsInput$, () => exports.ListStepsOutput$
|
|
2002
2142
|
];
|
|
2003
|
-
exports.ListStudios$ = [9, n0,
|
|
2143
|
+
exports.ListStudios$ = [9, n0, _LSist,
|
|
2004
2144
|
0, () => exports.ListStudiosInput$, () => exports.ListStudiosOutput$
|
|
2005
2145
|
];
|
|
2006
2146
|
exports.ListStudioSessionMappings$ = [9, n0, _LSSM,
|
|
@@ -2060,12 +2200,18 @@ exports.SetVisibleToAllUsers$ = [9, n0, _SVTAU,
|
|
|
2060
2200
|
exports.StartNotebookExecution$ = [9, n0, _SNE,
|
|
2061
2201
|
0, () => exports.StartNotebookExecutionInput$, () => exports.StartNotebookExecutionOutput$
|
|
2062
2202
|
];
|
|
2203
|
+
exports.StartSession$ = [9, n0, _SSta,
|
|
2204
|
+
0, () => exports.StartSessionInput$, () => exports.StartSessionOutput$
|
|
2205
|
+
];
|
|
2063
2206
|
exports.StopNotebookExecution$ = [9, n0, _SNEt,
|
|
2064
2207
|
0, () => exports.StopNotebookExecutionInput$, () => __Unit
|
|
2065
2208
|
];
|
|
2066
2209
|
exports.TerminateJobFlows$ = [9, n0, _TJF,
|
|
2067
2210
|
0, () => exports.TerminateJobFlowsInput$, () => __Unit
|
|
2068
2211
|
];
|
|
2212
|
+
exports.TerminateSession$ = [9, n0, _TS,
|
|
2213
|
+
0, () => exports.TerminateSessionInput$, () => exports.TerminateSessionOutput$
|
|
2214
|
+
];
|
|
2069
2215
|
exports.UpdateStudio$ = [9, n0, _USp,
|
|
2070
2216
|
0, () => exports.UpdateStudioInput$, () => __Unit
|
|
2071
2217
|
];
|
package/dist-es/EMR.js
CHANGED
|
@@ -25,6 +25,8 @@ import { GetClusterSessionCredentialsCommand, } from "./commands/GetClusterSessi
|
|
|
25
25
|
import { GetManagedScalingPolicyCommand, } from "./commands/GetManagedScalingPolicyCommand";
|
|
26
26
|
import { GetOnClusterAppUIPresignedURLCommand, } from "./commands/GetOnClusterAppUIPresignedURLCommand";
|
|
27
27
|
import { GetPersistentAppUIPresignedURLCommand, } from "./commands/GetPersistentAppUIPresignedURLCommand";
|
|
28
|
+
import { GetSessionCommand, } from "./commands/GetSessionCommand";
|
|
29
|
+
import { GetSessionEndpointCommand, } from "./commands/GetSessionEndpointCommand";
|
|
28
30
|
import { GetStudioSessionMappingCommand, } from "./commands/GetStudioSessionMappingCommand";
|
|
29
31
|
import { ListBootstrapActionsCommand, } from "./commands/ListBootstrapActionsCommand";
|
|
30
32
|
import { ListClustersCommand, } from "./commands/ListClustersCommand";
|
|
@@ -34,6 +36,7 @@ import { ListInstancesCommand, } from "./commands/ListInstancesCommand";
|
|
|
34
36
|
import { ListNotebookExecutionsCommand, } from "./commands/ListNotebookExecutionsCommand";
|
|
35
37
|
import { ListReleaseLabelsCommand, } from "./commands/ListReleaseLabelsCommand";
|
|
36
38
|
import { ListSecurityConfigurationsCommand, } from "./commands/ListSecurityConfigurationsCommand";
|
|
39
|
+
import { ListSessionsCommand, } from "./commands/ListSessionsCommand";
|
|
37
40
|
import { ListStepsCommand } from "./commands/ListStepsCommand";
|
|
38
41
|
import { ListStudiosCommand, } from "./commands/ListStudiosCommand";
|
|
39
42
|
import { ListStudioSessionMappingsCommand, } from "./commands/ListStudioSessionMappingsCommand";
|
|
@@ -55,8 +58,10 @@ import { SetTerminationProtectionCommand, } from "./commands/SetTerminationProte
|
|
|
55
58
|
import { SetUnhealthyNodeReplacementCommand, } from "./commands/SetUnhealthyNodeReplacementCommand";
|
|
56
59
|
import { SetVisibleToAllUsersCommand, } from "./commands/SetVisibleToAllUsersCommand";
|
|
57
60
|
import { StartNotebookExecutionCommand, } from "./commands/StartNotebookExecutionCommand";
|
|
61
|
+
import { StartSessionCommand, } from "./commands/StartSessionCommand";
|
|
58
62
|
import { StopNotebookExecutionCommand, } from "./commands/StopNotebookExecutionCommand";
|
|
59
63
|
import { TerminateJobFlowsCommand, } from "./commands/TerminateJobFlowsCommand";
|
|
64
|
+
import { TerminateSessionCommand, } from "./commands/TerminateSessionCommand";
|
|
60
65
|
import { UpdateStudioCommand, } from "./commands/UpdateStudioCommand";
|
|
61
66
|
import { UpdateStudioSessionMappingCommand, } from "./commands/UpdateStudioSessionMappingCommand";
|
|
62
67
|
import { EMRClient } from "./EMRClient";
|
|
@@ -68,6 +73,7 @@ import { paginateListInstances } from "./pagination/ListInstancesPaginator";
|
|
|
68
73
|
import { paginateListNotebookExecutions } from "./pagination/ListNotebookExecutionsPaginator";
|
|
69
74
|
import { paginateListReleaseLabels } from "./pagination/ListReleaseLabelsPaginator";
|
|
70
75
|
import { paginateListSecurityConfigurations } from "./pagination/ListSecurityConfigurationsPaginator";
|
|
76
|
+
import { paginateListSessions } from "./pagination/ListSessionsPaginator";
|
|
71
77
|
import { paginateListSteps } from "./pagination/ListStepsPaginator";
|
|
72
78
|
import { paginateListStudioSessionMappings } from "./pagination/ListStudioSessionMappingsPaginator";
|
|
73
79
|
import { paginateListStudios } from "./pagination/ListStudiosPaginator";
|
|
@@ -102,6 +108,8 @@ const commands = {
|
|
|
102
108
|
GetManagedScalingPolicyCommand,
|
|
103
109
|
GetOnClusterAppUIPresignedURLCommand,
|
|
104
110
|
GetPersistentAppUIPresignedURLCommand,
|
|
111
|
+
GetSessionCommand,
|
|
112
|
+
GetSessionEndpointCommand,
|
|
105
113
|
GetStudioSessionMappingCommand,
|
|
106
114
|
ListBootstrapActionsCommand,
|
|
107
115
|
ListClustersCommand,
|
|
@@ -111,6 +119,7 @@ const commands = {
|
|
|
111
119
|
ListNotebookExecutionsCommand,
|
|
112
120
|
ListReleaseLabelsCommand,
|
|
113
121
|
ListSecurityConfigurationsCommand,
|
|
122
|
+
ListSessionsCommand,
|
|
114
123
|
ListStepsCommand,
|
|
115
124
|
ListStudiosCommand,
|
|
116
125
|
ListStudioSessionMappingsCommand,
|
|
@@ -132,8 +141,10 @@ const commands = {
|
|
|
132
141
|
SetUnhealthyNodeReplacementCommand,
|
|
133
142
|
SetVisibleToAllUsersCommand,
|
|
134
143
|
StartNotebookExecutionCommand,
|
|
144
|
+
StartSessionCommand,
|
|
135
145
|
StopNotebookExecutionCommand,
|
|
136
146
|
TerminateJobFlowsCommand,
|
|
147
|
+
TerminateSessionCommand,
|
|
137
148
|
UpdateStudioCommand,
|
|
138
149
|
UpdateStudioSessionMappingCommand,
|
|
139
150
|
};
|
|
@@ -146,6 +157,7 @@ const paginators = {
|
|
|
146
157
|
paginateListNotebookExecutions,
|
|
147
158
|
paginateListReleaseLabels,
|
|
148
159
|
paginateListSecurityConfigurations,
|
|
160
|
+
paginateListSessions,
|
|
149
161
|
paginateListSteps,
|
|
150
162
|
paginateListStudios,
|
|
151
163
|
paginateListStudioSessionMappings,
|