@aws-sdk/client-emr 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +874 -545
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AddInstanceFleetCommand.js +2 -2
- package/dist-es/commands/AddInstanceGroupsCommand.js +2 -2
- package/dist-es/commands/AddJobFlowStepsCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CancelStepsCommand.js +2 -2
- package/dist-es/commands/CreatePersistentAppUICommand.js +2 -2
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateStudioCommand.js +2 -2
- package/dist-es/commands/CreateStudioSessionMappingCommand.js +2 -2
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteStudioCommand.js +2 -2
- package/dist-es/commands/DeleteStudioSessionMappingCommand.js +2 -2
- package/dist-es/commands/DescribeClusterCommand.js +2 -2
- package/dist-es/commands/DescribeJobFlowsCommand.js +2 -2
- package/dist-es/commands/DescribeNotebookExecutionCommand.js +2 -2
- package/dist-es/commands/DescribePersistentAppUICommand.js +2 -2
- package/dist-es/commands/DescribeReleaseLabelCommand.js +2 -2
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeStepCommand.js +2 -2
- package/dist-es/commands/DescribeStudioCommand.js +2 -2
- package/dist-es/commands/GetAutoTerminationPolicyCommand.js +2 -2
- package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +2 -2
- package/dist-es/commands/GetClusterSessionCredentialsCommand.js +2 -2
- package/dist-es/commands/GetManagedScalingPolicyCommand.js +2 -2
- package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +2 -2
- package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +2 -2
- package/dist-es/commands/GetStudioSessionMappingCommand.js +2 -2
- package/dist-es/commands/ListBootstrapActionsCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListInstanceFleetsCommand.js +2 -2
- package/dist-es/commands/ListInstanceGroupsCommand.js +2 -2
- package/dist-es/commands/ListInstancesCommand.js +2 -2
- package/dist-es/commands/ListNotebookExecutionsCommand.js +2 -2
- package/dist-es/commands/ListReleaseLabelsCommand.js +2 -2
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListStepsCommand.js +2 -2
- package/dist-es/commands/ListStudioSessionMappingsCommand.js +2 -2
- package/dist-es/commands/ListStudiosCommand.js +2 -2
- package/dist-es/commands/ListSupportedInstanceTypesCommand.js +2 -2
- package/dist-es/commands/ModifyClusterCommand.js +2 -2
- package/dist-es/commands/ModifyInstanceFleetCommand.js +2 -2
- package/dist-es/commands/ModifyInstanceGroupsCommand.js +2 -2
- package/dist-es/commands/PutAutoScalingPolicyCommand.js +2 -2
- package/dist-es/commands/PutAutoTerminationPolicyCommand.js +2 -2
- package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +2 -2
- package/dist-es/commands/PutManagedScalingPolicyCommand.js +2 -2
- package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +2 -2
- package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +2 -2
- package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RunJobFlowCommand.js +2 -2
- package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +2 -2
- package/dist-es/commands/SetTerminationProtectionCommand.js +2 -2
- package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +2 -2
- package/dist-es/commands/SetVisibleToAllUsersCommand.js +2 -2
- package/dist-es/commands/StartNotebookExecutionCommand.js +2 -2
- package/dist-es/commands/StopNotebookExecutionCommand.js +2 -2
- package/dist-es/commands/TerminateJobFlowsCommand.js +2 -2
- package/dist-es/commands/UpdateStudioCommand.js +2 -2
- package/dist-es/commands/UpdateStudioSessionMappingCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +544 -495
- package/dist-types/EMRClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +281 -340
- package/dist-types/ts3.4/EMRClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +280 -341
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class EMRClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class EMRServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, EMRServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class InternalServerException extends EMRServiceException {
|
|
122
122
|
name = "InternalServerException";
|
|
123
123
|
$fault = "server";
|
|
124
124
|
Message;
|
|
@@ -131,8 +131,8 @@ let InternalServerException$1 = class InternalServerException extends EMRService
|
|
|
131
131
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
132
132
|
this.Message = opts.Message;
|
|
133
133
|
}
|
|
134
|
-
}
|
|
135
|
-
|
|
134
|
+
}
|
|
135
|
+
class InvalidRequestException extends EMRServiceException {
|
|
136
136
|
name = "InvalidRequestException";
|
|
137
137
|
$fault = "client";
|
|
138
138
|
ErrorCode;
|
|
@@ -147,8 +147,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends EMRService
|
|
|
147
147
|
this.ErrorCode = opts.ErrorCode;
|
|
148
148
|
this.Message = opts.Message;
|
|
149
149
|
}
|
|
150
|
-
}
|
|
151
|
-
|
|
150
|
+
}
|
|
151
|
+
class InternalServerError extends EMRServiceException {
|
|
152
152
|
name = "InternalServerError";
|
|
153
153
|
$fault = "server";
|
|
154
154
|
constructor(opts) {
|
|
@@ -159,7 +159,7 @@ let InternalServerError$1 = class InternalServerError extends EMRServiceExceptio
|
|
|
159
159
|
});
|
|
160
160
|
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
161
161
|
}
|
|
162
|
-
}
|
|
162
|
+
}
|
|
163
163
|
|
|
164
164
|
const _A = "Application";
|
|
165
165
|
const _ADDJP = "ADDomainJoinPassword";
|
|
@@ -790,9 +790,16 @@ const _hE = "httpError";
|
|
|
790
790
|
const _s = "server";
|
|
791
791
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.emr";
|
|
792
792
|
const n0 = "com.amazonaws.emr";
|
|
793
|
-
var AddInstanceFleetInput = [
|
|
794
|
-
|
|
795
|
-
|
|
793
|
+
var AddInstanceFleetInput$ = [
|
|
794
|
+
3,
|
|
795
|
+
n0,
|
|
796
|
+
_AIFI,
|
|
797
|
+
0,
|
|
798
|
+
[_CI, _IF],
|
|
799
|
+
[0, () => InstanceFleetConfig$],
|
|
800
|
+
];
|
|
801
|
+
var AddInstanceFleetOutput$ = [3, n0, _AIFO, 0, [_CI, _IFI, _CA], [0, 0, 0]];
|
|
802
|
+
var AddInstanceGroupsInput$ = [
|
|
796
803
|
3,
|
|
797
804
|
n0,
|
|
798
805
|
_AIGI,
|
|
@@ -800,8 +807,8 @@ var AddInstanceGroupsInput = [
|
|
|
800
807
|
[_IG, _JFI],
|
|
801
808
|
[() => InstanceGroupConfigList, 0],
|
|
802
809
|
];
|
|
803
|
-
var AddInstanceGroupsOutput = [3, n0, _AIGO, 0, [_JFI, _IGI, _CA], [0, 64 | 0, 0]];
|
|
804
|
-
var AddJobFlowStepsInput = [
|
|
810
|
+
var AddInstanceGroupsOutput$ = [3, n0, _AIGO, 0, [_JFI, _IGI, _CA], [0, 64 | 0, 0]];
|
|
811
|
+
var AddJobFlowStepsInput$ = [
|
|
805
812
|
3,
|
|
806
813
|
n0,
|
|
807
814
|
_AJFSI,
|
|
@@ -809,37 +816,37 @@ var AddJobFlowStepsInput = [
|
|
|
809
816
|
[_JFI, _S, _ERA],
|
|
810
817
|
[0, () => StepConfigList, 0],
|
|
811
818
|
];
|
|
812
|
-
var AddJobFlowStepsOutput = [3, n0, _AJFSO, 0, [_SI], [64 | 0]];
|
|
813
|
-
var AddTagsInput = [3, n0, _ATI, 0, [_RI, _T], [0, () => TagList]];
|
|
814
|
-
var AddTagsOutput = [3, n0, _ATO, 0, [], []];
|
|
815
|
-
var Application = [3, n0, _A, 0, [_N, _V, _Ar, _AI], [0, 0, 64 | 0, 128 | 0]];
|
|
816
|
-
var AutoScalingPolicy = [
|
|
819
|
+
var AddJobFlowStepsOutput$ = [3, n0, _AJFSO, 0, [_SI], [64 | 0]];
|
|
820
|
+
var AddTagsInput$ = [3, n0, _ATI, 0, [_RI, _T], [0, () => TagList]];
|
|
821
|
+
var AddTagsOutput$ = [3, n0, _ATO, 0, [], []];
|
|
822
|
+
var Application$ = [3, n0, _A, 0, [_N, _V, _Ar, _AI], [0, 0, 64 | 0, 128 | 0]];
|
|
823
|
+
var AutoScalingPolicy$ = [
|
|
817
824
|
3,
|
|
818
825
|
n0,
|
|
819
826
|
_ASP,
|
|
820
827
|
0,
|
|
821
828
|
[_C, _R],
|
|
822
|
-
[() => ScalingConstraints
|
|
829
|
+
[() => ScalingConstraints$, () => ScalingRuleList],
|
|
823
830
|
];
|
|
824
|
-
var AutoScalingPolicyDescription = [
|
|
831
|
+
var AutoScalingPolicyDescription$ = [
|
|
825
832
|
3,
|
|
826
833
|
n0,
|
|
827
834
|
_ASPD,
|
|
828
835
|
0,
|
|
829
836
|
[_St, _C, _R],
|
|
830
|
-
[() => AutoScalingPolicyStatus
|
|
837
|
+
[() => AutoScalingPolicyStatus$, () => ScalingConstraints$, () => ScalingRuleList],
|
|
831
838
|
];
|
|
832
|
-
var AutoScalingPolicyStateChangeReason = [3, n0, _ASPSCR, 0, [_Co, _M], [0, 0]];
|
|
833
|
-
var AutoScalingPolicyStatus = [
|
|
839
|
+
var AutoScalingPolicyStateChangeReason$ = [3, n0, _ASPSCR, 0, [_Co, _M], [0, 0]];
|
|
840
|
+
var AutoScalingPolicyStatus$ = [
|
|
834
841
|
3,
|
|
835
842
|
n0,
|
|
836
843
|
_ASPS,
|
|
837
844
|
0,
|
|
838
845
|
[_Sta, _SCR],
|
|
839
|
-
[0, () => AutoScalingPolicyStateChangeReason],
|
|
846
|
+
[0, () => AutoScalingPolicyStateChangeReason$],
|
|
840
847
|
];
|
|
841
|
-
var AutoTerminationPolicy = [3, n0, _ATP, 0, [_IT], [1]];
|
|
842
|
-
var BlockPublicAccessConfiguration = [
|
|
848
|
+
var AutoTerminationPolicy$ = [3, n0, _ATP, 0, [_IT], [1]];
|
|
849
|
+
var BlockPublicAccessConfiguration$ = [
|
|
843
850
|
3,
|
|
844
851
|
n0,
|
|
845
852
|
_BPAC,
|
|
@@ -847,20 +854,20 @@ var BlockPublicAccessConfiguration = [
|
|
|
847
854
|
[_BPSGR, _PPSGRR, _Cl, _Con, _P],
|
|
848
855
|
[2, () => PortRanges, 0, () => ConfigurationList, 128 | 0],
|
|
849
856
|
];
|
|
850
|
-
var BlockPublicAccessConfigurationMetadata = [3, n0, _BPACM, 0, [_CDT, _CBA], [4, 0]];
|
|
851
|
-
var BootstrapActionConfig = [
|
|
857
|
+
var BlockPublicAccessConfigurationMetadata$ = [3, n0, _BPACM, 0, [_CDT, _CBA], [4, 0]];
|
|
858
|
+
var BootstrapActionConfig$ = [
|
|
852
859
|
3,
|
|
853
860
|
n0,
|
|
854
861
|
_BAC,
|
|
855
862
|
0,
|
|
856
863
|
[_N, _SBA],
|
|
857
|
-
[0, () => ScriptBootstrapActionConfig],
|
|
864
|
+
[0, () => ScriptBootstrapActionConfig$],
|
|
858
865
|
];
|
|
859
|
-
var BootstrapActionDetail = [3, n0, _BAD, 0, [_BAC], [() => BootstrapActionConfig]];
|
|
860
|
-
var CancelStepsInfo = [3, n0, _CSI, 0, [_SIt, _St, _Re], [0, 0, 0]];
|
|
861
|
-
var CancelStepsInput = [3, n0, _CSIa, 0, [_CI, _SI, _SCO], [0, 64 | 0, 0]];
|
|
862
|
-
var CancelStepsOutput = [3, n0, _CSO, 0, [_CSIL], [() => CancelStepsInfoList]];
|
|
863
|
-
var CloudWatchAlarmDefinition = [
|
|
866
|
+
var BootstrapActionDetail$ = [3, n0, _BAD, 0, [_BAC], [() => BootstrapActionConfig$]];
|
|
867
|
+
var CancelStepsInfo$ = [3, n0, _CSI, 0, [_SIt, _St, _Re], [0, 0, 0]];
|
|
868
|
+
var CancelStepsInput$ = [3, n0, _CSIa, 0, [_CI, _SI, _SCO], [0, 64 | 0, 0]];
|
|
869
|
+
var CancelStepsOutput$ = [3, n0, _CSO, 0, [_CSIL], [() => CancelStepsInfoList]];
|
|
870
|
+
var CloudWatchAlarmDefinition$ = [
|
|
864
871
|
3,
|
|
865
872
|
n0,
|
|
866
873
|
_CWAD,
|
|
@@ -868,7 +875,7 @@ var CloudWatchAlarmDefinition = [
|
|
|
868
875
|
[_CO, _EP, _MN, _Na, _Pe, _Stat, _Th, _U, _D],
|
|
869
876
|
[0, 1, 0, 0, 1, 0, 1, 0, () => MetricDimensionList],
|
|
870
877
|
];
|
|
871
|
-
var CloudWatchLogConfiguration = [
|
|
878
|
+
var CloudWatchLogConfiguration$ = [
|
|
872
879
|
3,
|
|
873
880
|
n0,
|
|
874
881
|
_CWLC,
|
|
@@ -876,7 +883,7 @@ var CloudWatchLogConfiguration = [
|
|
|
876
883
|
[_E, _LGN, _LSNP, _EKA, _LT],
|
|
877
884
|
[2, 0, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]],
|
|
878
885
|
];
|
|
879
|
-
var Cluster = [
|
|
886
|
+
var Cluster$ = [
|
|
880
887
|
3,
|
|
881
888
|
n0,
|
|
882
889
|
_Clu,
|
|
@@ -922,8 +929,8 @@ var Cluster = [
|
|
|
922
929
|
[
|
|
923
930
|
0,
|
|
924
931
|
0,
|
|
925
|
-
() => ClusterStatus
|
|
926
|
-
() => Ec2InstanceAttributes
|
|
932
|
+
() => ClusterStatus$,
|
|
933
|
+
() => Ec2InstanceAttributes$,
|
|
927
934
|
0,
|
|
928
935
|
0,
|
|
929
936
|
0,
|
|
@@ -946,7 +953,7 @@ var Cluster = [
|
|
|
946
953
|
0,
|
|
947
954
|
1,
|
|
948
955
|
0,
|
|
949
|
-
() => KerberosAttributes
|
|
956
|
+
() => KerberosAttributes$,
|
|
950
957
|
0,
|
|
951
958
|
0,
|
|
952
959
|
1,
|
|
@@ -955,30 +962,30 @@ var Cluster = [
|
|
|
955
962
|
1,
|
|
956
963
|
1,
|
|
957
964
|
2,
|
|
958
|
-
() => MonitoringConfiguration
|
|
965
|
+
() => MonitoringConfiguration$,
|
|
959
966
|
],
|
|
960
967
|
];
|
|
961
|
-
var ClusterStateChangeReason = [3, n0, _CSCR, 0, [_Co, _M], [0, 0]];
|
|
962
|
-
var ClusterStatus = [
|
|
968
|
+
var ClusterStateChangeReason$ = [3, n0, _CSCR, 0, [_Co, _M], [0, 0]];
|
|
969
|
+
var ClusterStatus$ = [
|
|
963
970
|
3,
|
|
964
971
|
n0,
|
|
965
972
|
_CS,
|
|
966
973
|
0,
|
|
967
974
|
[_Sta, _SCR, _Ti, _ED],
|
|
968
|
-
[0, () => ClusterStateChangeReason
|
|
975
|
+
[0, () => ClusterStateChangeReason$, () => ClusterTimeline$, () => ErrorDetailList],
|
|
969
976
|
];
|
|
970
|
-
var ClusterSummary = [
|
|
977
|
+
var ClusterSummary$ = [
|
|
971
978
|
3,
|
|
972
979
|
n0,
|
|
973
980
|
_CSl,
|
|
974
981
|
0,
|
|
975
982
|
[_I, _N, _St, _NIH, _CA, _OA],
|
|
976
|
-
[0, 0, () => ClusterStatus
|
|
983
|
+
[0, 0, () => ClusterStatus$, 1, 0, 0],
|
|
977
984
|
];
|
|
978
|
-
var ClusterTimeline = [3, n0, _CT, 0, [_CDT, _RDT, _EDT], [4, 4, 4]];
|
|
979
|
-
var Command = [3, n0, _Com, 0, [_N, _SP, _Ar], [0, 0, 64 | 0]];
|
|
980
|
-
var ComputeLimits = [3, n0, _CL, 0, [_UT, _MCU, _MCUa, _MODCU, _MCCU], [0, 1, 1, 1, 1]];
|
|
981
|
-
var Configuration = [
|
|
985
|
+
var ClusterTimeline$ = [3, n0, _CT, 0, [_CDT, _RDT, _EDT], [4, 4, 4]];
|
|
986
|
+
var Command$ = [3, n0, _Com, 0, [_N, _SP, _Ar], [0, 0, 64 | 0]];
|
|
987
|
+
var ComputeLimits$ = [3, n0, _CL, 0, [_UT, _MCU, _MCUa, _MODCU, _MCCU], [0, 1, 1, 1, 1]];
|
|
988
|
+
var Configuration$ = [
|
|
982
989
|
3,
|
|
983
990
|
n0,
|
|
984
991
|
_Conf,
|
|
@@ -986,18 +993,18 @@ var Configuration = [
|
|
|
986
993
|
[_Cl, _Con, _P],
|
|
987
994
|
[0, () => ConfigurationList, 128 | 0],
|
|
988
995
|
];
|
|
989
|
-
var CreatePersistentAppUIInput = [
|
|
996
|
+
var CreatePersistentAppUIInput$ = [
|
|
990
997
|
3,
|
|
991
998
|
n0,
|
|
992
999
|
_CPAUII,
|
|
993
1000
|
0,
|
|
994
1001
|
[_TRA, _EMRCC, _T, _XR, _PT],
|
|
995
|
-
[0, () => EMRContainersConfig
|
|
1002
|
+
[0, () => EMRContainersConfig$, () => TagList, 0, 0],
|
|
996
1003
|
];
|
|
997
|
-
var CreatePersistentAppUIOutput = [3, n0, _CPAUIO, 0, [_PAUII, _RREC], [0, 2]];
|
|
998
|
-
var CreateSecurityConfigurationInput = [3, n0, _CSCI, 0, [_N, _SC], [0, 0]];
|
|
999
|
-
var CreateSecurityConfigurationOutput = [3, n0, _CSCO, 0, [_N, _CDT], [0, 4]];
|
|
1000
|
-
var CreateStudioInput = [
|
|
1004
|
+
var CreatePersistentAppUIOutput$ = [3, n0, _CPAUIO, 0, [_PAUII, _RREC], [0, 2]];
|
|
1005
|
+
var CreateSecurityConfigurationInput$ = [3, n0, _CSCI, 0, [_N, _SC], [0, 0]];
|
|
1006
|
+
var CreateSecurityConfigurationOutput$ = [3, n0, _CSCO, 0, [_N, _CDT], [0, 4]];
|
|
1007
|
+
var CreateStudioInput$ = [
|
|
1001
1008
|
3,
|
|
1002
1009
|
n0,
|
|
1003
1010
|
_CSIr,
|
|
@@ -1005,8 +1012,8 @@ var CreateStudioInput = [
|
|
|
1005
1012
|
[_N, _De, _AM, _VI, _SIu, _SR, _UR, _WSGI, _ESGI, _DSL, _IAU, _IRSPN, _T, _TIPE, _IUA, _IIA, _EKA],
|
|
1006
1013
|
[0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 0, 0, () => TagList, 2, 0, 0, 0],
|
|
1007
1014
|
];
|
|
1008
|
-
var CreateStudioOutput = [3, n0, _CSOr, 0, [_SItu, _Ur], [0, 0]];
|
|
1009
|
-
var CreateStudioSessionMappingInput = [
|
|
1015
|
+
var CreateStudioOutput$ = [3, n0, _CSOr, 0, [_SItu, _Ur], [0, 0]];
|
|
1016
|
+
var CreateStudioSessionMappingInput$ = [
|
|
1010
1017
|
3,
|
|
1011
1018
|
n0,
|
|
1012
1019
|
_CSSMI,
|
|
@@ -1014,10 +1021,10 @@ var CreateStudioSessionMappingInput = [
|
|
|
1014
1021
|
[_SItu, _II, _IN, _ITd, _SPA],
|
|
1015
1022
|
[0, 0, 0, 0, 0],
|
|
1016
1023
|
];
|
|
1017
|
-
var DeleteSecurityConfigurationInput = [3, n0, _DSCI, 0, [_N], [0]];
|
|
1018
|
-
var DeleteSecurityConfigurationOutput = [3, n0, _DSCO, 0, [], []];
|
|
1019
|
-
var DeleteStudioInput = [3, n0, _DSI, 0, [_SItu], [0]];
|
|
1020
|
-
var DeleteStudioSessionMappingInput = [
|
|
1024
|
+
var DeleteSecurityConfigurationInput$ = [3, n0, _DSCI, 0, [_N], [0]];
|
|
1025
|
+
var DeleteSecurityConfigurationOutput$ = [3, n0, _DSCO, 0, [], []];
|
|
1026
|
+
var DeleteStudioInput$ = [3, n0, _DSI, 0, [_SItu], [0]];
|
|
1027
|
+
var DeleteStudioSessionMappingInput$ = [
|
|
1021
1028
|
3,
|
|
1022
1029
|
n0,
|
|
1023
1030
|
_DSSMI,
|
|
@@ -1025,9 +1032,9 @@ var DeleteStudioSessionMappingInput = [
|
|
|
1025
1032
|
[_SItu, _II, _IN, _ITd],
|
|
1026
1033
|
[0, 0, 0, 0],
|
|
1027
1034
|
];
|
|
1028
|
-
var DescribeClusterInput = [3, n0, _DCI, 0, [_CI], [0]];
|
|
1029
|
-
var DescribeClusterOutput = [3, n0, _DCO, 0, [_Clu], [() => Cluster]];
|
|
1030
|
-
var DescribeJobFlowsInput = [
|
|
1035
|
+
var DescribeClusterInput$ = [3, n0, _DCI, 0, [_CI], [0]];
|
|
1036
|
+
var DescribeClusterOutput$ = [3, n0, _DCO, 0, [_Clu], [() => Cluster$]];
|
|
1037
|
+
var DescribeJobFlowsInput$ = [
|
|
1031
1038
|
3,
|
|
1032
1039
|
n0,
|
|
1033
1040
|
_DJFI,
|
|
@@ -1035,13 +1042,27 @@ var DescribeJobFlowsInput = [
|
|
|
1035
1042
|
[_CAr, _CB, _JFIo, _JFS],
|
|
1036
1043
|
[4, 4, 64 | 0, 64 | 0],
|
|
1037
1044
|
];
|
|
1038
|
-
var DescribeJobFlowsOutput = [3, n0, _DJFO, 0, [_JF], [() => JobFlowDetailList]];
|
|
1039
|
-
var DescribeNotebookExecutionInput = [3, n0, _DNEI, 0, [_NEI], [0]];
|
|
1040
|
-
var DescribeNotebookExecutionOutput = [
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
+
var DescribeJobFlowsOutput$ = [3, n0, _DJFO, 0, [_JF], [() => JobFlowDetailList]];
|
|
1046
|
+
var DescribeNotebookExecutionInput$ = [3, n0, _DNEI, 0, [_NEI], [0]];
|
|
1047
|
+
var DescribeNotebookExecutionOutput$ = [
|
|
1048
|
+
3,
|
|
1049
|
+
n0,
|
|
1050
|
+
_DNEO,
|
|
1051
|
+
0,
|
|
1052
|
+
[_NE],
|
|
1053
|
+
[() => NotebookExecution$],
|
|
1054
|
+
];
|
|
1055
|
+
var DescribePersistentAppUIInput$ = [3, n0, _DPAUII, 0, [_PAUII], [0]];
|
|
1056
|
+
var DescribePersistentAppUIOutput$ = [
|
|
1057
|
+
3,
|
|
1058
|
+
n0,
|
|
1059
|
+
_DPAUIO,
|
|
1060
|
+
0,
|
|
1061
|
+
[_PAUI],
|
|
1062
|
+
[() => PersistentAppUI$],
|
|
1063
|
+
];
|
|
1064
|
+
var DescribeReleaseLabelInput$ = [3, n0, _DRLI, 0, [_RL, _NT, _MR], [0, 0, 1]];
|
|
1065
|
+
var DescribeReleaseLabelOutput$ = [
|
|
1045
1066
|
3,
|
|
1046
1067
|
n0,
|
|
1047
1068
|
_DRLO,
|
|
@@ -1049,15 +1070,22 @@ var DescribeReleaseLabelOutput = [
|
|
|
1049
1070
|
[_RL, _Ap, _NT, _AOSR],
|
|
1050
1071
|
[0, () => SimplifiedApplicationList, 0, () => OSReleaseList],
|
|
1051
1072
|
];
|
|
1052
|
-
var DescribeSecurityConfigurationInput = [3, n0, _DSCIe, 0, [_N], [0]];
|
|
1053
|
-
var DescribeSecurityConfigurationOutput = [3, n0, _DSCOe, 0, [_N, _SC, _CDT], [0, 0, 4]];
|
|
1054
|
-
var DescribeStepInput = [3, n0, _DSIe, 0, [_CI, _SIt], [0, 0]];
|
|
1055
|
-
var DescribeStepOutput = [3, n0, _DSO, 0, [_Ste], [() => Step]];
|
|
1056
|
-
var DescribeStudioInput = [3, n0, _DSIes, 0, [_SItu], [0]];
|
|
1057
|
-
var DescribeStudioOutput = [3, n0, _DSOe, 0, [_Stu], [() => Studio]];
|
|
1058
|
-
var EbsBlockDevice = [3, n0, _EBD, 0, [_VS, _Dev], [() => VolumeSpecification
|
|
1059
|
-
var EbsBlockDeviceConfig = [
|
|
1060
|
-
|
|
1073
|
+
var DescribeSecurityConfigurationInput$ = [3, n0, _DSCIe, 0, [_N], [0]];
|
|
1074
|
+
var DescribeSecurityConfigurationOutput$ = [3, n0, _DSCOe, 0, [_N, _SC, _CDT], [0, 0, 4]];
|
|
1075
|
+
var DescribeStepInput$ = [3, n0, _DSIe, 0, [_CI, _SIt], [0, 0]];
|
|
1076
|
+
var DescribeStepOutput$ = [3, n0, _DSO, 0, [_Ste], [() => Step$]];
|
|
1077
|
+
var DescribeStudioInput$ = [3, n0, _DSIes, 0, [_SItu], [0]];
|
|
1078
|
+
var DescribeStudioOutput$ = [3, n0, _DSOe, 0, [_Stu], [() => Studio$]];
|
|
1079
|
+
var EbsBlockDevice$ = [3, n0, _EBD, 0, [_VS, _Dev], [() => VolumeSpecification$, 0]];
|
|
1080
|
+
var EbsBlockDeviceConfig$ = [
|
|
1081
|
+
3,
|
|
1082
|
+
n0,
|
|
1083
|
+
_EBDC,
|
|
1084
|
+
0,
|
|
1085
|
+
[_VS, _VPI],
|
|
1086
|
+
[() => VolumeSpecification$, 1],
|
|
1087
|
+
];
|
|
1088
|
+
var EbsConfiguration$ = [
|
|
1061
1089
|
3,
|
|
1062
1090
|
n0,
|
|
1063
1091
|
_EC,
|
|
@@ -1065,8 +1093,8 @@ var EbsConfiguration = [
|
|
|
1065
1093
|
[_EBDCb, _EO],
|
|
1066
1094
|
[() => EbsBlockDeviceConfigList, 2],
|
|
1067
1095
|
];
|
|
1068
|
-
var EbsVolume = [3, n0, _EV, 0, [_Dev, _VIo], [0, 0]];
|
|
1069
|
-
var Ec2InstanceAttributes = [
|
|
1096
|
+
var EbsVolume$ = [3, n0, _EV, 0, [_Dev, _VIo], [0, 0]];
|
|
1097
|
+
var Ec2InstanceAttributes$ = [
|
|
1070
1098
|
3,
|
|
1071
1099
|
n0,
|
|
1072
1100
|
_EIA,
|
|
@@ -1074,8 +1102,8 @@ var Ec2InstanceAttributes = [
|
|
|
1074
1102
|
[_EKN, _ESI, _RESI, _EAZ, _REAZ, _IIP, _EMMSG, _EMSSG, _SASG, _AMSG, _ASSG],
|
|
1075
1103
|
[0, 0, 64 | 0, 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 64 | 0],
|
|
1076
1104
|
];
|
|
1077
|
-
var EMRContainersConfig = [3, n0, _EMRCC, 0, [_JRI], [0]];
|
|
1078
|
-
var ErrorDetail = [
|
|
1105
|
+
var EMRContainersConfig$ = [3, n0, _EMRCC, 0, [_JRI], [0]];
|
|
1106
|
+
var ErrorDetail$ = [
|
|
1079
1107
|
3,
|
|
1080
1108
|
n0,
|
|
1081
1109
|
_EDr,
|
|
@@ -1083,45 +1111,45 @@ var ErrorDetail = [
|
|
|
1083
1111
|
[_ECr, _EDrr, _EM],
|
|
1084
1112
|
[0, [1, n0, _EDrr, 0, 128 | 0], 0],
|
|
1085
1113
|
];
|
|
1086
|
-
var ExecutionEngineConfig = [3, n0, _EEC, 0, [_I, _Ty, _MISGI, _ERA], [0, 0, 0, 0]];
|
|
1087
|
-
var FailureDetails = [3, n0, _FD, 0, [_Re, _M, _LF], [0, 0, 0]];
|
|
1088
|
-
var GetAutoTerminationPolicyInput = [3, n0, _GATPI, 0, [_CI], [0]];
|
|
1089
|
-
var GetAutoTerminationPolicyOutput = [
|
|
1114
|
+
var ExecutionEngineConfig$ = [3, n0, _EEC, 0, [_I, _Ty, _MISGI, _ERA], [0, 0, 0, 0]];
|
|
1115
|
+
var FailureDetails$ = [3, n0, _FD, 0, [_Re, _M, _LF], [0, 0, 0]];
|
|
1116
|
+
var GetAutoTerminationPolicyInput$ = [3, n0, _GATPI, 0, [_CI], [0]];
|
|
1117
|
+
var GetAutoTerminationPolicyOutput$ = [
|
|
1090
1118
|
3,
|
|
1091
1119
|
n0,
|
|
1092
1120
|
_GATPO,
|
|
1093
1121
|
0,
|
|
1094
1122
|
[_ATP],
|
|
1095
|
-
[() => AutoTerminationPolicy],
|
|
1123
|
+
[() => AutoTerminationPolicy$],
|
|
1096
1124
|
];
|
|
1097
|
-
var GetBlockPublicAccessConfigurationInput = [3, n0, _GBPACI, 0, [], []];
|
|
1098
|
-
var GetBlockPublicAccessConfigurationOutput = [
|
|
1125
|
+
var GetBlockPublicAccessConfigurationInput$ = [3, n0, _GBPACI, 0, [], []];
|
|
1126
|
+
var GetBlockPublicAccessConfigurationOutput$ = [
|
|
1099
1127
|
3,
|
|
1100
1128
|
n0,
|
|
1101
1129
|
_GBPACO,
|
|
1102
1130
|
0,
|
|
1103
1131
|
[_BPAC, _BPACM],
|
|
1104
|
-
[() => BlockPublicAccessConfiguration
|
|
1132
|
+
[() => BlockPublicAccessConfiguration$, () => BlockPublicAccessConfigurationMetadata$],
|
|
1105
1133
|
];
|
|
1106
|
-
var GetClusterSessionCredentialsInput = [3, n0, _GCSCI, 0, [_CI, _ERA], [0, 0]];
|
|
1107
|
-
var GetClusterSessionCredentialsOutput = [
|
|
1134
|
+
var GetClusterSessionCredentialsInput$ = [3, n0, _GCSCI, 0, [_CI, _ERA], [0, 0]];
|
|
1135
|
+
var GetClusterSessionCredentialsOutput$ = [
|
|
1108
1136
|
3,
|
|
1109
1137
|
n0,
|
|
1110
1138
|
_GCSCO,
|
|
1111
1139
|
0,
|
|
1112
1140
|
[_Cr, _EA],
|
|
1113
|
-
[[() => Credentials
|
|
1141
|
+
[[() => Credentials$, 0], 4],
|
|
1114
1142
|
];
|
|
1115
|
-
var GetManagedScalingPolicyInput = [3, n0, _GMSPI, 0, [_CI], [0]];
|
|
1116
|
-
var GetManagedScalingPolicyOutput = [
|
|
1143
|
+
var GetManagedScalingPolicyInput$ = [3, n0, _GMSPI, 0, [_CI], [0]];
|
|
1144
|
+
var GetManagedScalingPolicyOutput$ = [
|
|
1117
1145
|
3,
|
|
1118
1146
|
n0,
|
|
1119
1147
|
_GMSPO,
|
|
1120
1148
|
0,
|
|
1121
1149
|
[_MSP],
|
|
1122
|
-
[() => ManagedScalingPolicy],
|
|
1150
|
+
[() => ManagedScalingPolicy$],
|
|
1123
1151
|
];
|
|
1124
|
-
var GetOnClusterAppUIPresignedURLInput = [
|
|
1152
|
+
var GetOnClusterAppUIPresignedURLInput$ = [
|
|
1125
1153
|
3,
|
|
1126
1154
|
n0,
|
|
1127
1155
|
_GOCAUIPURLI,
|
|
@@ -1129,7 +1157,7 @@ var GetOnClusterAppUIPresignedURLInput = [
|
|
|
1129
1157
|
[_CI, _OCAUIT, _AIp, _DR, _ERA],
|
|
1130
1158
|
[0, 0, 0, 2, 0],
|
|
1131
1159
|
];
|
|
1132
|
-
var GetOnClusterAppUIPresignedURLOutput = [
|
|
1160
|
+
var GetOnClusterAppUIPresignedURLOutput$ = [
|
|
1133
1161
|
3,
|
|
1134
1162
|
n0,
|
|
1135
1163
|
_GOCAUIPURLO,
|
|
@@ -1137,7 +1165,7 @@ var GetOnClusterAppUIPresignedURLOutput = [
|
|
|
1137
1165
|
[_PURLR, _PURL],
|
|
1138
1166
|
[2, 0],
|
|
1139
1167
|
];
|
|
1140
|
-
var GetPersistentAppUIPresignedURLInput = [
|
|
1168
|
+
var GetPersistentAppUIPresignedURLInput$ = [
|
|
1141
1169
|
3,
|
|
1142
1170
|
n0,
|
|
1143
1171
|
_GPAUIPURLI,
|
|
@@ -1145,7 +1173,7 @@ var GetPersistentAppUIPresignedURLInput = [
|
|
|
1145
1173
|
[_PAUII, _PAUIT, _AIp, _APC, _ERA],
|
|
1146
1174
|
[0, 0, 0, 2, 0],
|
|
1147
1175
|
];
|
|
1148
|
-
var GetPersistentAppUIPresignedURLOutput = [
|
|
1176
|
+
var GetPersistentAppUIPresignedURLOutput$ = [
|
|
1149
1177
|
3,
|
|
1150
1178
|
n0,
|
|
1151
1179
|
_GPAUIPURLO,
|
|
@@ -1153,7 +1181,7 @@ var GetPersistentAppUIPresignedURLOutput = [
|
|
|
1153
1181
|
[_PURLR, _PURL],
|
|
1154
1182
|
[2, 0],
|
|
1155
1183
|
];
|
|
1156
|
-
var GetStudioSessionMappingInput = [
|
|
1184
|
+
var GetStudioSessionMappingInput$ = [
|
|
1157
1185
|
3,
|
|
1158
1186
|
n0,
|
|
1159
1187
|
_GSSMI,
|
|
@@ -1161,15 +1189,15 @@ var GetStudioSessionMappingInput = [
|
|
|
1161
1189
|
[_SItu, _II, _IN, _ITd],
|
|
1162
1190
|
[0, 0, 0, 0],
|
|
1163
1191
|
];
|
|
1164
|
-
var GetStudioSessionMappingOutput = [
|
|
1192
|
+
var GetStudioSessionMappingOutput$ = [
|
|
1165
1193
|
3,
|
|
1166
1194
|
n0,
|
|
1167
1195
|
_GSSMO,
|
|
1168
1196
|
0,
|
|
1169
1197
|
[_SM],
|
|
1170
|
-
[() => SessionMappingDetail],
|
|
1198
|
+
[() => SessionMappingDetail$],
|
|
1171
1199
|
];
|
|
1172
|
-
var HadoopJarStepConfig = [
|
|
1200
|
+
var HadoopJarStepConfig$ = [
|
|
1173
1201
|
3,
|
|
1174
1202
|
n0,
|
|
1175
1203
|
_HJSC,
|
|
@@ -1177,16 +1205,16 @@ var HadoopJarStepConfig = [
|
|
|
1177
1205
|
[_P, _J, _MCa, _Ar],
|
|
1178
1206
|
[() => KeyValueList, 0, 0, 64 | 0],
|
|
1179
1207
|
];
|
|
1180
|
-
var HadoopStepConfig = [3, n0, _HSC, 0, [_J, _P, _MCa, _Ar], [0, 128 | 0, 0, 64 | 0]];
|
|
1181
|
-
var Instance = [
|
|
1208
|
+
var HadoopStepConfig$ = [3, n0, _HSC, 0, [_J, _P, _MCa, _Ar], [0, 128 | 0, 0, 64 | 0]];
|
|
1209
|
+
var Instance$ = [
|
|
1182
1210
|
3,
|
|
1183
1211
|
n0,
|
|
1184
1212
|
_In,
|
|
1185
1213
|
0,
|
|
1186
1214
|
[_I, _EII, _PDN, _PIA, _PDNr, _PIAr, _St, _IGIn, _IFI, _Ma, _ITn, _EVb],
|
|
1187
|
-
[0, 0, 0, 0, 0, 0, () => InstanceStatus
|
|
1215
|
+
[0, 0, 0, 0, 0, 0, () => InstanceStatus$, 0, 0, 0, 0, () => EbsVolumeList],
|
|
1188
1216
|
];
|
|
1189
|
-
var InstanceFleet = [
|
|
1217
|
+
var InstanceFleet$ = [
|
|
1190
1218
|
3,
|
|
1191
1219
|
n0,
|
|
1192
1220
|
_IF,
|
|
@@ -1195,19 +1223,19 @@ var InstanceFleet = [
|
|
|
1195
1223
|
[
|
|
1196
1224
|
0,
|
|
1197
1225
|
0,
|
|
1198
|
-
() => InstanceFleetStatus
|
|
1226
|
+
() => InstanceFleetStatus$,
|
|
1199
1227
|
0,
|
|
1200
1228
|
1,
|
|
1201
1229
|
1,
|
|
1202
1230
|
1,
|
|
1203
1231
|
1,
|
|
1204
1232
|
() => InstanceTypeSpecificationList,
|
|
1205
|
-
() => InstanceFleetProvisioningSpecifications
|
|
1206
|
-
() => InstanceFleetResizingSpecifications
|
|
1233
|
+
() => InstanceFleetProvisioningSpecifications$,
|
|
1234
|
+
() => InstanceFleetResizingSpecifications$,
|
|
1207
1235
|
0,
|
|
1208
1236
|
],
|
|
1209
1237
|
];
|
|
1210
|
-
var InstanceFleetConfig = [
|
|
1238
|
+
var InstanceFleetConfig$ = [
|
|
1211
1239
|
3,
|
|
1212
1240
|
n0,
|
|
1213
1241
|
_IFC,
|
|
@@ -1219,46 +1247,46 @@ var InstanceFleetConfig = [
|
|
|
1219
1247
|
1,
|
|
1220
1248
|
1,
|
|
1221
1249
|
() => InstanceTypeConfigList,
|
|
1222
|
-
() => InstanceFleetProvisioningSpecifications
|
|
1223
|
-
() => InstanceFleetResizingSpecifications
|
|
1250
|
+
() => InstanceFleetProvisioningSpecifications$,
|
|
1251
|
+
() => InstanceFleetResizingSpecifications$,
|
|
1224
1252
|
0,
|
|
1225
1253
|
],
|
|
1226
1254
|
];
|
|
1227
|
-
var InstanceFleetModifyConfig = [
|
|
1255
|
+
var InstanceFleetModifyConfig$ = [
|
|
1228
1256
|
3,
|
|
1229
1257
|
n0,
|
|
1230
1258
|
_IFMC,
|
|
1231
1259
|
0,
|
|
1232
1260
|
[_IFI, _TODC, _TSC, _RS, _ITC, _Cont],
|
|
1233
|
-
[0, 1, 1, () => InstanceFleetResizingSpecifications
|
|
1261
|
+
[0, 1, 1, () => InstanceFleetResizingSpecifications$, () => InstanceTypeConfigList, 0],
|
|
1234
1262
|
];
|
|
1235
|
-
var InstanceFleetProvisioningSpecifications = [
|
|
1263
|
+
var InstanceFleetProvisioningSpecifications$ = [
|
|
1236
1264
|
3,
|
|
1237
1265
|
n0,
|
|
1238
1266
|
_IFPS,
|
|
1239
1267
|
0,
|
|
1240
1268
|
[_SS, _ODS],
|
|
1241
|
-
[() => SpotProvisioningSpecification
|
|
1269
|
+
[() => SpotProvisioningSpecification$, () => OnDemandProvisioningSpecification$],
|
|
1242
1270
|
];
|
|
1243
|
-
var InstanceFleetResizingSpecifications = [
|
|
1271
|
+
var InstanceFleetResizingSpecifications$ = [
|
|
1244
1272
|
3,
|
|
1245
1273
|
n0,
|
|
1246
1274
|
_IFRS,
|
|
1247
1275
|
0,
|
|
1248
1276
|
[_SRS, _ODRS],
|
|
1249
|
-
[() => SpotResizingSpecification
|
|
1277
|
+
[() => SpotResizingSpecification$, () => OnDemandResizingSpecification$],
|
|
1250
1278
|
];
|
|
1251
|
-
var InstanceFleetStateChangeReason = [3, n0, _IFSCR, 0, [_Co, _M], [0, 0]];
|
|
1252
|
-
var InstanceFleetStatus = [
|
|
1279
|
+
var InstanceFleetStateChangeReason$ = [3, n0, _IFSCR, 0, [_Co, _M], [0, 0]];
|
|
1280
|
+
var InstanceFleetStatus$ = [
|
|
1253
1281
|
3,
|
|
1254
1282
|
n0,
|
|
1255
1283
|
_IFS,
|
|
1256
1284
|
0,
|
|
1257
1285
|
[_Sta, _SCR, _Ti],
|
|
1258
|
-
[0, () => InstanceFleetStateChangeReason
|
|
1286
|
+
[0, () => InstanceFleetStateChangeReason$, () => InstanceFleetTimeline$],
|
|
1259
1287
|
];
|
|
1260
|
-
var InstanceFleetTimeline = [3, n0, _IFTn, 0, [_CDT, _RDT, _EDT], [4, 4, 4]];
|
|
1261
|
-
var InstanceGroup = [
|
|
1288
|
+
var InstanceFleetTimeline$ = [3, n0, _IFTn, 0, [_CDT, _RDT, _EDT], [4, 4, 4]];
|
|
1289
|
+
var InstanceGroup$ = [
|
|
1262
1290
|
3,
|
|
1263
1291
|
n0,
|
|
1264
1292
|
_IGn,
|
|
@@ -1273,27 +1301,27 @@ var InstanceGroup = [
|
|
|
1273
1301
|
0,
|
|
1274
1302
|
1,
|
|
1275
1303
|
1,
|
|
1276
|
-
() => InstanceGroupStatus
|
|
1304
|
+
() => InstanceGroupStatus$,
|
|
1277
1305
|
() => ConfigurationList,
|
|
1278
1306
|
1,
|
|
1279
1307
|
() => ConfigurationList,
|
|
1280
1308
|
1,
|
|
1281
1309
|
() => EbsBlockDeviceList,
|
|
1282
1310
|
2,
|
|
1283
|
-
() => ShrinkPolicy
|
|
1284
|
-
() => AutoScalingPolicyDescription
|
|
1311
|
+
() => ShrinkPolicy$,
|
|
1312
|
+
() => AutoScalingPolicyDescription$,
|
|
1285
1313
|
0,
|
|
1286
1314
|
],
|
|
1287
1315
|
];
|
|
1288
|
-
var InstanceGroupConfig = [
|
|
1316
|
+
var InstanceGroupConfig$ = [
|
|
1289
1317
|
3,
|
|
1290
1318
|
n0,
|
|
1291
1319
|
_IGC,
|
|
1292
1320
|
0,
|
|
1293
1321
|
[_N, _Ma, _IR, _BP, _ITn, _IC, _Con, _EC, _ASP, _CAI],
|
|
1294
|
-
[0, 0, 0, 0, 0, 1, () => ConfigurationList, () => EbsConfiguration
|
|
1322
|
+
[0, 0, 0, 0, 0, 1, () => ConfigurationList, () => EbsConfiguration$, () => AutoScalingPolicy$, 0],
|
|
1295
1323
|
];
|
|
1296
|
-
var InstanceGroupDetail = [
|
|
1324
|
+
var InstanceGroupDetail$ = [
|
|
1297
1325
|
3,
|
|
1298
1326
|
n0,
|
|
1299
1327
|
_IGD,
|
|
@@ -1301,44 +1329,44 @@ var InstanceGroupDetail = [
|
|
|
1301
1329
|
[_IGIn, _N, _Ma, _IR, _BP, _ITn, _IRC, _IRCn, _Sta, _LSCR, _CDT, _SDT, _RDT, _EDT, _CAI],
|
|
1302
1330
|
[0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 4, 4, 4, 4, 0],
|
|
1303
1331
|
];
|
|
1304
|
-
var InstanceGroupModifyConfig = [
|
|
1332
|
+
var InstanceGroupModifyConfig$ = [
|
|
1305
1333
|
3,
|
|
1306
1334
|
n0,
|
|
1307
1335
|
_IGMC,
|
|
1308
1336
|
0,
|
|
1309
1337
|
[_IGIn, _IC, _ECIITT, _SPh, _RT, _Con],
|
|
1310
|
-
[0, 1, 64 | 0, () => ShrinkPolicy
|
|
1338
|
+
[0, 1, 64 | 0, () => ShrinkPolicy$, 0, () => ConfigurationList],
|
|
1311
1339
|
];
|
|
1312
|
-
var InstanceGroupStateChangeReason = [3, n0, _IGSCR, 0, [_Co, _M], [0, 0]];
|
|
1313
|
-
var InstanceGroupStatus = [
|
|
1340
|
+
var InstanceGroupStateChangeReason$ = [3, n0, _IGSCR, 0, [_Co, _M], [0, 0]];
|
|
1341
|
+
var InstanceGroupStatus$ = [
|
|
1314
1342
|
3,
|
|
1315
1343
|
n0,
|
|
1316
1344
|
_IGS,
|
|
1317
1345
|
0,
|
|
1318
1346
|
[_Sta, _SCR, _Ti],
|
|
1319
|
-
[0, () => InstanceGroupStateChangeReason
|
|
1347
|
+
[0, () => InstanceGroupStateChangeReason$, () => InstanceGroupTimeline$],
|
|
1320
1348
|
];
|
|
1321
|
-
var InstanceGroupTimeline = [3, n0, _IGTn, 0, [_CDT, _RDT, _EDT], [4, 4, 4]];
|
|
1322
|
-
var InstanceResizePolicy = [3, n0, _IRP, 0, [_ITT, _ITP, _ITTn], [64 | 0, 64 | 0, 1]];
|
|
1323
|
-
var InstanceStateChangeReason = [3, n0, _ISCR, 0, [_Co, _M], [0, 0]];
|
|
1324
|
-
var InstanceStatus = [
|
|
1349
|
+
var InstanceGroupTimeline$ = [3, n0, _IGTn, 0, [_CDT, _RDT, _EDT], [4, 4, 4]];
|
|
1350
|
+
var InstanceResizePolicy$ = [3, n0, _IRP, 0, [_ITT, _ITP, _ITTn], [64 | 0, 64 | 0, 1]];
|
|
1351
|
+
var InstanceStateChangeReason$ = [3, n0, _ISCR, 0, [_Co, _M], [0, 0]];
|
|
1352
|
+
var InstanceStatus$ = [
|
|
1325
1353
|
3,
|
|
1326
1354
|
n0,
|
|
1327
1355
|
_IS,
|
|
1328
1356
|
0,
|
|
1329
1357
|
[_Sta, _SCR, _Ti],
|
|
1330
|
-
[0, () => InstanceStateChangeReason
|
|
1358
|
+
[0, () => InstanceStateChangeReason$, () => InstanceTimeline$],
|
|
1331
1359
|
];
|
|
1332
|
-
var InstanceTimeline = [3, n0, _ITns, 0, [_CDT, _RDT, _EDT], [4, 4, 4]];
|
|
1333
|
-
var InstanceTypeConfig = [
|
|
1360
|
+
var InstanceTimeline$ = [3, n0, _ITns, 0, [_CDT, _RDT, _EDT], [4, 4, 4]];
|
|
1361
|
+
var InstanceTypeConfig$ = [
|
|
1334
1362
|
3,
|
|
1335
1363
|
n0,
|
|
1336
1364
|
_ITCn,
|
|
1337
1365
|
0,
|
|
1338
1366
|
[_ITn, _WC, _BP, _BPAPOODP, _EC, _Con, _CAI, _Pr],
|
|
1339
|
-
[0, 1, 0, 1, () => EbsConfiguration
|
|
1367
|
+
[0, 1, 0, 1, () => EbsConfiguration$, () => ConfigurationList, 0, 1],
|
|
1340
1368
|
];
|
|
1341
|
-
var InstanceTypeSpecification = [
|
|
1369
|
+
var InstanceTypeSpecification$ = [
|
|
1342
1370
|
3,
|
|
1343
1371
|
n0,
|
|
1344
1372
|
_ITSn,
|
|
@@ -1346,7 +1374,7 @@ var InstanceTypeSpecification = [
|
|
|
1346
1374
|
[_ITn, _WC, _BP, _BPAPOODP, _Con, _EBDb, _EO, _CAI, _Pr],
|
|
1347
1375
|
[0, 1, 0, 1, () => ConfigurationList, () => EbsBlockDeviceList, 2, 0, 1],
|
|
1348
1376
|
];
|
|
1349
|
-
var InternalServerError = [
|
|
1377
|
+
var InternalServerError$ = [
|
|
1350
1378
|
-3,
|
|
1351
1379
|
n0,
|
|
1352
1380
|
_ISE,
|
|
@@ -1354,12 +1382,12 @@ var InternalServerError = [
|
|
|
1354
1382
|
[],
|
|
1355
1383
|
[],
|
|
1356
1384
|
];
|
|
1357
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerError
|
|
1358
|
-
var InternalServerException = [-3, n0, _ISEn, { [_e]: _s }, [_M], [0]];
|
|
1359
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
1360
|
-
var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_ECr, _M], [0, 0]];
|
|
1361
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
1362
|
-
var JobFlowDetail = [
|
|
1385
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
1386
|
+
var InternalServerException$ = [-3, n0, _ISEn, { [_e]: _s }, [_M], [0]];
|
|
1387
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1388
|
+
var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c }, [_ECr, _M], [0, 0]];
|
|
1389
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
1390
|
+
var JobFlowDetail$ = [
|
|
1363
1391
|
3,
|
|
1364
1392
|
n0,
|
|
1365
1393
|
_JFD,
|
|
@@ -1371,8 +1399,8 @@ var JobFlowDetail = [
|
|
|
1371
1399
|
0,
|
|
1372
1400
|
0,
|
|
1373
1401
|
0,
|
|
1374
|
-
() => JobFlowExecutionStatusDetail
|
|
1375
|
-
() => JobFlowInstancesDetail
|
|
1402
|
+
() => JobFlowExecutionStatusDetail$,
|
|
1403
|
+
() => JobFlowInstancesDetail$,
|
|
1376
1404
|
() => StepDetailList,
|
|
1377
1405
|
() => BootstrapActionDetailList,
|
|
1378
1406
|
64 | 0,
|
|
@@ -1383,7 +1411,7 @@ var JobFlowDetail = [
|
|
|
1383
1411
|
0,
|
|
1384
1412
|
],
|
|
1385
1413
|
];
|
|
1386
|
-
var JobFlowExecutionStatusDetail = [
|
|
1414
|
+
var JobFlowExecutionStatusDetail$ = [
|
|
1387
1415
|
3,
|
|
1388
1416
|
n0,
|
|
1389
1417
|
_JFESD,
|
|
@@ -1391,7 +1419,7 @@ var JobFlowExecutionStatusDetail = [
|
|
|
1391
1419
|
[_Sta, _CDT, _SDT, _RDT, _EDT, _LSCR],
|
|
1392
1420
|
[0, 4, 4, 4, 4, 0],
|
|
1393
1421
|
];
|
|
1394
|
-
var JobFlowInstancesConfig = [
|
|
1422
|
+
var JobFlowInstancesConfig$ = [
|
|
1395
1423
|
3,
|
|
1396
1424
|
n0,
|
|
1397
1425
|
_JFIC,
|
|
@@ -1404,7 +1432,7 @@ var JobFlowInstancesConfig = [
|
|
|
1404
1432
|
() => InstanceGroupConfigList,
|
|
1405
1433
|
() => InstanceFleetConfigList,
|
|
1406
1434
|
0,
|
|
1407
|
-
() => PlacementType
|
|
1435
|
+
() => PlacementType$,
|
|
1408
1436
|
2,
|
|
1409
1437
|
2,
|
|
1410
1438
|
2,
|
|
@@ -1418,15 +1446,15 @@ var JobFlowInstancesConfig = [
|
|
|
1418
1446
|
64 | 0,
|
|
1419
1447
|
],
|
|
1420
1448
|
];
|
|
1421
|
-
var JobFlowInstancesDetail = [
|
|
1449
|
+
var JobFlowInstancesDetail$ = [
|
|
1422
1450
|
3,
|
|
1423
1451
|
n0,
|
|
1424
1452
|
_JFID,
|
|
1425
1453
|
0,
|
|
1426
1454
|
[_MIT, _MPDN, _MII, _SIT, _IC, _IG, _NIH, _EKN, _ESI, _Pl, _KJFAWNS, _TP, _UNR, _HV],
|
|
1427
|
-
[0, 0, 0, 0, 1, () => InstanceGroupDetailList, 1, 0, 0, () => PlacementType
|
|
1455
|
+
[0, 0, 0, 0, 1, () => InstanceGroupDetailList, 1, 0, 0, () => PlacementType$, 2, 2, 2, 0],
|
|
1428
1456
|
];
|
|
1429
|
-
var KerberosAttributes = [
|
|
1457
|
+
var KerberosAttributes$ = [
|
|
1430
1458
|
3,
|
|
1431
1459
|
n0,
|
|
1432
1460
|
_KA,
|
|
@@ -1434,13 +1462,13 @@ var KerberosAttributes = [
|
|
|
1434
1462
|
[_Rea, _KAP, _CRTPP, _ADDJU, _ADDJP],
|
|
1435
1463
|
[0, 0, 0, 0, 0],
|
|
1436
1464
|
];
|
|
1437
|
-
var KeyValue = [3, n0, _KV, 0, [_K, _Va], [0, 0]];
|
|
1438
|
-
var ListBootstrapActionsInput = [3, n0, _LBAI, 0, [_CI, _Mar], [0, 0]];
|
|
1439
|
-
var ListBootstrapActionsOutput = [3, n0, _LBAO, 0, [_BA, _Mar], [() => CommandList, 0]];
|
|
1440
|
-
var ListClustersInput = [3, n0, _LCI, 0, [_CAr, _CB, _CSlu, _Mar], [4, 4, 64 | 0, 0]];
|
|
1441
|
-
var ListClustersOutput = [3, n0, _LCO, 0, [_Clus, _Mar], [() => ClusterSummaryList, 0]];
|
|
1442
|
-
var ListInstanceFleetsInput = [3, n0, _LIFI, 0, [_CI, _Mar], [0, 0]];
|
|
1443
|
-
var ListInstanceFleetsOutput = [
|
|
1465
|
+
var KeyValue$ = [3, n0, _KV, 0, [_K, _Va], [0, 0]];
|
|
1466
|
+
var ListBootstrapActionsInput$ = [3, n0, _LBAI, 0, [_CI, _Mar], [0, 0]];
|
|
1467
|
+
var ListBootstrapActionsOutput$ = [3, n0, _LBAO, 0, [_BA, _Mar], [() => CommandList, 0]];
|
|
1468
|
+
var ListClustersInput$ = [3, n0, _LCI, 0, [_CAr, _CB, _CSlu, _Mar], [4, 4, 64 | 0, 0]];
|
|
1469
|
+
var ListClustersOutput$ = [3, n0, _LCO, 0, [_Clus, _Mar], [() => ClusterSummaryList, 0]];
|
|
1470
|
+
var ListInstanceFleetsInput$ = [3, n0, _LIFI, 0, [_CI, _Mar], [0, 0]];
|
|
1471
|
+
var ListInstanceFleetsOutput$ = [
|
|
1444
1472
|
3,
|
|
1445
1473
|
n0,
|
|
1446
1474
|
_LIFO,
|
|
@@ -1448,8 +1476,8 @@ var ListInstanceFleetsOutput = [
|
|
|
1448
1476
|
[_IFn, _Mar],
|
|
1449
1477
|
[() => InstanceFleetList, 0],
|
|
1450
1478
|
];
|
|
1451
|
-
var ListInstanceGroupsInput = [3, n0, _LIGI, 0, [_CI, _Mar], [0, 0]];
|
|
1452
|
-
var ListInstanceGroupsOutput = [
|
|
1479
|
+
var ListInstanceGroupsInput$ = [3, n0, _LIGI, 0, [_CI, _Mar], [0, 0]];
|
|
1480
|
+
var ListInstanceGroupsOutput$ = [
|
|
1453
1481
|
3,
|
|
1454
1482
|
n0,
|
|
1455
1483
|
_LIGO,
|
|
@@ -1457,7 +1485,7 @@ var ListInstanceGroupsOutput = [
|
|
|
1457
1485
|
[_IG, _Mar],
|
|
1458
1486
|
[() => InstanceGroupList, 0],
|
|
1459
1487
|
];
|
|
1460
|
-
var ListInstancesInput = [
|
|
1488
|
+
var ListInstancesInput$ = [
|
|
1461
1489
|
3,
|
|
1462
1490
|
n0,
|
|
1463
1491
|
_LII,
|
|
@@ -1465,8 +1493,8 @@ var ListInstancesInput = [
|
|
|
1465
1493
|
[_CI, _IGIn, _IGTns, _IFI, _IFT, _ISn, _Mar],
|
|
1466
1494
|
[0, 0, 64 | 0, 0, 0, 64 | 0, 0],
|
|
1467
1495
|
];
|
|
1468
|
-
var ListInstancesOutput = [3, n0, _LIO, 0, [_Ins, _Mar], [() => InstanceList, 0]];
|
|
1469
|
-
var ListNotebookExecutionsInput = [
|
|
1496
|
+
var ListInstancesOutput$ = [3, n0, _LIO, 0, [_Ins, _Mar], [() => InstanceList, 0]];
|
|
1497
|
+
var ListNotebookExecutionsInput$ = [
|
|
1470
1498
|
3,
|
|
1471
1499
|
n0,
|
|
1472
1500
|
_LNEI,
|
|
@@ -1474,7 +1502,7 @@ var ListNotebookExecutionsInput = [
|
|
|
1474
1502
|
[_EI, _St, _F, _To, _Mar, _EEI],
|
|
1475
1503
|
[0, 0, 4, 4, 0, 0],
|
|
1476
1504
|
];
|
|
1477
|
-
var ListNotebookExecutionsOutput = [
|
|
1505
|
+
var ListNotebookExecutionsOutput$ = [
|
|
1478
1506
|
3,
|
|
1479
1507
|
n0,
|
|
1480
1508
|
_LNEO,
|
|
@@ -1482,17 +1510,17 @@ var ListNotebookExecutionsOutput = [
|
|
|
1482
1510
|
[_NEo, _Mar],
|
|
1483
1511
|
[() => NotebookExecutionSummaryList, 0],
|
|
1484
1512
|
];
|
|
1485
|
-
var ListReleaseLabelsInput = [
|
|
1513
|
+
var ListReleaseLabelsInput$ = [
|
|
1486
1514
|
3,
|
|
1487
1515
|
n0,
|
|
1488
1516
|
_LRLI,
|
|
1489
1517
|
0,
|
|
1490
1518
|
[_Fi, _NT, _MR],
|
|
1491
|
-
[() => ReleaseLabelFilter
|
|
1519
|
+
[() => ReleaseLabelFilter$, 0, 1],
|
|
1492
1520
|
];
|
|
1493
|
-
var ListReleaseLabelsOutput = [3, n0, _LRLO, 0, [_RLe, _NT], [64 | 0, 0]];
|
|
1494
|
-
var ListSecurityConfigurationsInput = [3, n0, _LSCI, 0, [_Mar], [0]];
|
|
1495
|
-
var ListSecurityConfigurationsOutput = [
|
|
1521
|
+
var ListReleaseLabelsOutput$ = [3, n0, _LRLO, 0, [_RLe, _NT], [64 | 0, 0]];
|
|
1522
|
+
var ListSecurityConfigurationsInput$ = [3, n0, _LSCI, 0, [_Mar], [0]];
|
|
1523
|
+
var ListSecurityConfigurationsOutput$ = [
|
|
1496
1524
|
3,
|
|
1497
1525
|
n0,
|
|
1498
1526
|
_LSCO,
|
|
@@ -1500,10 +1528,10 @@ var ListSecurityConfigurationsOutput = [
|
|
|
1500
1528
|
[_SCe, _Mar],
|
|
1501
1529
|
[() => SecurityConfigurationList, 0],
|
|
1502
1530
|
];
|
|
1503
|
-
var ListStepsInput = [3, n0, _LSI, 0, [_CI, _SSt, _SI, _Mar], [0, 64 | 0, 64 | 0, 0]];
|
|
1504
|
-
var ListStepsOutput = [3, n0, _LSO, 0, [_S, _Mar], [() => StepSummaryList, 0]];
|
|
1505
|
-
var ListStudioSessionMappingsInput = [3, n0, _LSSMI, 0, [_SItu, _ITd, _Mar], [0, 0, 0]];
|
|
1506
|
-
var ListStudioSessionMappingsOutput = [
|
|
1531
|
+
var ListStepsInput$ = [3, n0, _LSI, 0, [_CI, _SSt, _SI, _Mar], [0, 64 | 0, 64 | 0, 0]];
|
|
1532
|
+
var ListStepsOutput$ = [3, n0, _LSO, 0, [_S, _Mar], [() => StepSummaryList, 0]];
|
|
1533
|
+
var ListStudioSessionMappingsInput$ = [3, n0, _LSSMI, 0, [_SItu, _ITd, _Mar], [0, 0, 0]];
|
|
1534
|
+
var ListStudioSessionMappingsOutput$ = [
|
|
1507
1535
|
3,
|
|
1508
1536
|
n0,
|
|
1509
1537
|
_LSSMO,
|
|
@@ -1511,10 +1539,10 @@ var ListStudioSessionMappingsOutput = [
|
|
|
1511
1539
|
[_SMe, _Mar],
|
|
1512
1540
|
[() => SessionMappingSummaryList, 0],
|
|
1513
1541
|
];
|
|
1514
|
-
var ListStudiosInput = [3, n0, _LSIi, 0, [_Mar], [0]];
|
|
1515
|
-
var ListStudiosOutput = [3, n0, _LSOi, 0, [_Stud, _Mar], [() => StudioSummaryList, 0]];
|
|
1516
|
-
var ListSupportedInstanceTypesInput = [3, n0, _LSITI, 0, [_RL, _Mar], [0, 0]];
|
|
1517
|
-
var ListSupportedInstanceTypesOutput = [
|
|
1542
|
+
var ListStudiosInput$ = [3, n0, _LSIi, 0, [_Mar], [0]];
|
|
1543
|
+
var ListStudiosOutput$ = [3, n0, _LSOi, 0, [_Stud, _Mar], [() => StudioSummaryList, 0]];
|
|
1544
|
+
var ListSupportedInstanceTypesInput$ = [3, n0, _LSITI, 0, [_RL, _Mar], [0, 0]];
|
|
1545
|
+
var ListSupportedInstanceTypesOutput$ = [
|
|
1518
1546
|
3,
|
|
1519
1547
|
n0,
|
|
1520
1548
|
_LSITO,
|
|
@@ -1522,26 +1550,26 @@ var ListSupportedInstanceTypesOutput = [
|
|
|
1522
1550
|
[_SITu, _Mar],
|
|
1523
1551
|
[() => SupportedInstanceTypesList, 0],
|
|
1524
1552
|
];
|
|
1525
|
-
var ManagedScalingPolicy = [
|
|
1553
|
+
var ManagedScalingPolicy$ = [
|
|
1526
1554
|
3,
|
|
1527
1555
|
n0,
|
|
1528
1556
|
_MSP,
|
|
1529
1557
|
0,
|
|
1530
1558
|
[_CL, _UPI, _SSc],
|
|
1531
|
-
[() => ComputeLimits
|
|
1559
|
+
[() => ComputeLimits$, 1, 0],
|
|
1532
1560
|
];
|
|
1533
|
-
var MetricDimension = [3, n0, _MD, 0, [_K, _Va], [0, 0]];
|
|
1534
|
-
var ModifyClusterInput = [3, n0, _MCI, 0, [_CI, _SCL, _ES], [0, 1, 2]];
|
|
1535
|
-
var ModifyClusterOutput = [3, n0, _MCO, 0, [_SCL, _ES], [1, 2]];
|
|
1536
|
-
var ModifyInstanceFleetInput = [
|
|
1561
|
+
var MetricDimension$ = [3, n0, _MD, 0, [_K, _Va], [0, 0]];
|
|
1562
|
+
var ModifyClusterInput$ = [3, n0, _MCI, 0, [_CI, _SCL, _ES], [0, 1, 2]];
|
|
1563
|
+
var ModifyClusterOutput$ = [3, n0, _MCO, 0, [_SCL, _ES], [1, 2]];
|
|
1564
|
+
var ModifyInstanceFleetInput$ = [
|
|
1537
1565
|
3,
|
|
1538
1566
|
n0,
|
|
1539
1567
|
_MIFI,
|
|
1540
1568
|
0,
|
|
1541
1569
|
[_CI, _IF],
|
|
1542
|
-
[0, () => InstanceFleetModifyConfig],
|
|
1570
|
+
[0, () => InstanceFleetModifyConfig$],
|
|
1543
1571
|
];
|
|
1544
|
-
var ModifyInstanceGroupsInput = [
|
|
1572
|
+
var ModifyInstanceGroupsInput$ = [
|
|
1545
1573
|
3,
|
|
1546
1574
|
n0,
|
|
1547
1575
|
_MIGI,
|
|
@@ -1549,15 +1577,15 @@ var ModifyInstanceGroupsInput = [
|
|
|
1549
1577
|
[_CI, _IG],
|
|
1550
1578
|
[0, () => InstanceGroupModifyConfigList],
|
|
1551
1579
|
];
|
|
1552
|
-
var MonitoringConfiguration = [
|
|
1580
|
+
var MonitoringConfiguration$ = [
|
|
1553
1581
|
3,
|
|
1554
1582
|
n0,
|
|
1555
1583
|
_MC,
|
|
1556
1584
|
0,
|
|
1557
1585
|
[_CWLC],
|
|
1558
|
-
[() => CloudWatchLogConfiguration],
|
|
1586
|
+
[() => CloudWatchLogConfiguration$],
|
|
1559
1587
|
];
|
|
1560
|
-
var NotebookExecution = [
|
|
1588
|
+
var NotebookExecution$ = [
|
|
1561
1589
|
3,
|
|
1562
1590
|
n0,
|
|
1563
1591
|
_NE,
|
|
@@ -1566,7 +1594,7 @@ var NotebookExecution = [
|
|
|
1566
1594
|
[
|
|
1567
1595
|
0,
|
|
1568
1596
|
0,
|
|
1569
|
-
() => ExecutionEngineConfig
|
|
1597
|
+
() => ExecutionEngineConfig$,
|
|
1570
1598
|
0,
|
|
1571
1599
|
0,
|
|
1572
1600
|
0,
|
|
@@ -1577,23 +1605,23 @@ var NotebookExecution = [
|
|
|
1577
1605
|
0,
|
|
1578
1606
|
0,
|
|
1579
1607
|
() => TagList,
|
|
1580
|
-
() => NotebookS3LocationForOutput
|
|
1581
|
-
() => OutputNotebookS3LocationForOutput
|
|
1608
|
+
() => NotebookS3LocationForOutput$,
|
|
1609
|
+
() => OutputNotebookS3LocationForOutput$,
|
|
1582
1610
|
0,
|
|
1583
1611
|
128 | 0,
|
|
1584
1612
|
],
|
|
1585
1613
|
];
|
|
1586
|
-
var NotebookExecutionSummary = [
|
|
1614
|
+
var NotebookExecutionSummary$ = [
|
|
1587
1615
|
3,
|
|
1588
1616
|
n0,
|
|
1589
1617
|
_NES,
|
|
1590
1618
|
0,
|
|
1591
1619
|
[_NEI, _EI, _NEN, _St, _ST, _ET, _NSL, _EEI],
|
|
1592
|
-
[0, 0, 0, 0, 4, 4, () => NotebookS3LocationForOutput
|
|
1620
|
+
[0, 0, 0, 0, 4, 4, () => NotebookS3LocationForOutput$, 0],
|
|
1593
1621
|
];
|
|
1594
|
-
var NotebookS3LocationForOutput = [3, n0, _NSLFO, 0, [_B, _K], [0, 0]];
|
|
1595
|
-
var NotebookS3LocationFromInput = [3, n0, _NSLFI, 0, [_B, _K], [0, 0]];
|
|
1596
|
-
var OnDemandCapacityReservationOptions = [
|
|
1622
|
+
var NotebookS3LocationForOutput$ = [3, n0, _NSLFO, 0, [_B, _K], [0, 0]];
|
|
1623
|
+
var NotebookS3LocationFromInput$ = [3, n0, _NSLFI, 0, [_B, _K], [0, 0]];
|
|
1624
|
+
var OnDemandCapacityReservationOptions$ = [
|
|
1597
1625
|
3,
|
|
1598
1626
|
n0,
|
|
1599
1627
|
_ODCRO,
|
|
@@ -1601,26 +1629,26 @@ var OnDemandCapacityReservationOptions = [
|
|
|
1601
1629
|
[_US, _CRP, _CRRGA],
|
|
1602
1630
|
[0, 0, 0],
|
|
1603
1631
|
];
|
|
1604
|
-
var OnDemandProvisioningSpecification = [
|
|
1632
|
+
var OnDemandProvisioningSpecification$ = [
|
|
1605
1633
|
3,
|
|
1606
1634
|
n0,
|
|
1607
1635
|
_ODPS,
|
|
1608
1636
|
0,
|
|
1609
1637
|
[_AS, _CRO],
|
|
1610
|
-
[0, () => OnDemandCapacityReservationOptions],
|
|
1638
|
+
[0, () => OnDemandCapacityReservationOptions$],
|
|
1611
1639
|
];
|
|
1612
|
-
var OnDemandResizingSpecification = [
|
|
1640
|
+
var OnDemandResizingSpecification$ = [
|
|
1613
1641
|
3,
|
|
1614
1642
|
n0,
|
|
1615
1643
|
_ODRSn,
|
|
1616
1644
|
0,
|
|
1617
1645
|
[_TDM, _AS, _CRO],
|
|
1618
|
-
[1, 0, () => OnDemandCapacityReservationOptions],
|
|
1646
|
+
[1, 0, () => OnDemandCapacityReservationOptions$],
|
|
1619
1647
|
];
|
|
1620
|
-
var OSRelease = [3, n0, _OSR, 0, [_L], [0]];
|
|
1621
|
-
var OutputNotebookS3LocationForOutput = [3, n0, _ONSLFO, 0, [_B, _K], [0, 0]];
|
|
1622
|
-
var OutputNotebookS3LocationFromInput = [3, n0, _ONSLFI, 0, [_B, _K], [0, 0]];
|
|
1623
|
-
var PersistentAppUI = [
|
|
1648
|
+
var OSRelease$ = [3, n0, _OSR, 0, [_L], [0]];
|
|
1649
|
+
var OutputNotebookS3LocationForOutput$ = [3, n0, _ONSLFO, 0, [_B, _K], [0, 0]];
|
|
1650
|
+
var OutputNotebookS3LocationFromInput$ = [3, n0, _ONSLFI, 0, [_B, _K], [0, 0]];
|
|
1651
|
+
var PersistentAppUI$ = [
|
|
1624
1652
|
3,
|
|
1625
1653
|
n0,
|
|
1626
1654
|
_PAUI,
|
|
@@ -1628,62 +1656,62 @@ var PersistentAppUI = [
|
|
|
1628
1656
|
[_PAUII, _PAUITL, _PAUIS, _AIu, _CTr, _LMT, _LSCR, _T],
|
|
1629
1657
|
[0, 64 | 0, 0, 0, 4, 4, 0, () => TagList],
|
|
1630
1658
|
];
|
|
1631
|
-
var PlacementGroupConfig = [3, n0, _PGC, 0, [_IR, _PS], [0, 0]];
|
|
1632
|
-
var PlacementType = [3, n0, _PTl, 0, [_AZ, _AZv], [0, 64 | 0]];
|
|
1633
|
-
var PortRange = [3, n0, _PR, 0, [_MRi, _MRa], [1, 1]];
|
|
1634
|
-
var PutAutoScalingPolicyInput = [
|
|
1659
|
+
var PlacementGroupConfig$ = [3, n0, _PGC, 0, [_IR, _PS], [0, 0]];
|
|
1660
|
+
var PlacementType$ = [3, n0, _PTl, 0, [_AZ, _AZv], [0, 64 | 0]];
|
|
1661
|
+
var PortRange$ = [3, n0, _PR, 0, [_MRi, _MRa], [1, 1]];
|
|
1662
|
+
var PutAutoScalingPolicyInput$ = [
|
|
1635
1663
|
3,
|
|
1636
1664
|
n0,
|
|
1637
1665
|
_PASPI,
|
|
1638
1666
|
0,
|
|
1639
1667
|
[_CI, _IGIn, _ASP],
|
|
1640
|
-
[0, 0, () => AutoScalingPolicy],
|
|
1668
|
+
[0, 0, () => AutoScalingPolicy$],
|
|
1641
1669
|
];
|
|
1642
|
-
var PutAutoScalingPolicyOutput = [
|
|
1670
|
+
var PutAutoScalingPolicyOutput$ = [
|
|
1643
1671
|
3,
|
|
1644
1672
|
n0,
|
|
1645
1673
|
_PASPO,
|
|
1646
1674
|
0,
|
|
1647
1675
|
[_CI, _IGIn, _ASP, _CA],
|
|
1648
|
-
[0, 0, () => AutoScalingPolicyDescription
|
|
1676
|
+
[0, 0, () => AutoScalingPolicyDescription$, 0],
|
|
1649
1677
|
];
|
|
1650
|
-
var PutAutoTerminationPolicyInput = [
|
|
1678
|
+
var PutAutoTerminationPolicyInput$ = [
|
|
1651
1679
|
3,
|
|
1652
1680
|
n0,
|
|
1653
1681
|
_PATPI,
|
|
1654
1682
|
0,
|
|
1655
1683
|
[_CI, _ATP],
|
|
1656
|
-
[0, () => AutoTerminationPolicy],
|
|
1684
|
+
[0, () => AutoTerminationPolicy$],
|
|
1657
1685
|
];
|
|
1658
|
-
var PutAutoTerminationPolicyOutput = [3, n0, _PATPO, 0, [], []];
|
|
1659
|
-
var PutBlockPublicAccessConfigurationInput = [
|
|
1686
|
+
var PutAutoTerminationPolicyOutput$ = [3, n0, _PATPO, 0, [], []];
|
|
1687
|
+
var PutBlockPublicAccessConfigurationInput$ = [
|
|
1660
1688
|
3,
|
|
1661
1689
|
n0,
|
|
1662
1690
|
_PBPACI,
|
|
1663
1691
|
0,
|
|
1664
1692
|
[_BPAC],
|
|
1665
|
-
[() => BlockPublicAccessConfiguration],
|
|
1693
|
+
[() => BlockPublicAccessConfiguration$],
|
|
1666
1694
|
];
|
|
1667
|
-
var PutBlockPublicAccessConfigurationOutput = [3, n0, _PBPACO, 0, [], []];
|
|
1668
|
-
var PutManagedScalingPolicyInput = [
|
|
1695
|
+
var PutBlockPublicAccessConfigurationOutput$ = [3, n0, _PBPACO, 0, [], []];
|
|
1696
|
+
var PutManagedScalingPolicyInput$ = [
|
|
1669
1697
|
3,
|
|
1670
1698
|
n0,
|
|
1671
1699
|
_PMSPI,
|
|
1672
1700
|
0,
|
|
1673
1701
|
[_CI, _MSP],
|
|
1674
|
-
[0, () => ManagedScalingPolicy],
|
|
1675
|
-
];
|
|
1676
|
-
var PutManagedScalingPolicyOutput = [3, n0, _PMSPO, 0, [], []];
|
|
1677
|
-
var ReleaseLabelFilter = [3, n0, _RLF, 0, [_Pre, _A], [0, 0]];
|
|
1678
|
-
var RemoveAutoScalingPolicyInput = [3, n0, _RASPI, 0, [_CI, _IGIn], [0, 0]];
|
|
1679
|
-
var RemoveAutoScalingPolicyOutput = [3, n0, _RASPO, 0, [], []];
|
|
1680
|
-
var RemoveAutoTerminationPolicyInput = [3, n0, _RATPI, 0, [_CI], [0]];
|
|
1681
|
-
var RemoveAutoTerminationPolicyOutput = [3, n0, _RATPO, 0, [], []];
|
|
1682
|
-
var RemoveManagedScalingPolicyInput = [3, n0, _RMSPI, 0, [_CI], [0]];
|
|
1683
|
-
var RemoveManagedScalingPolicyOutput = [3, n0, _RMSPO, 0, [], []];
|
|
1684
|
-
var RemoveTagsInput = [3, n0, _RTI, 0, [_RI, _TK], [0, 64 | 0]];
|
|
1685
|
-
var RemoveTagsOutput = [3, n0, _RTO, 0, [], []];
|
|
1686
|
-
var RunJobFlowInput = [
|
|
1702
|
+
[0, () => ManagedScalingPolicy$],
|
|
1703
|
+
];
|
|
1704
|
+
var PutManagedScalingPolicyOutput$ = [3, n0, _PMSPO, 0, [], []];
|
|
1705
|
+
var ReleaseLabelFilter$ = [3, n0, _RLF, 0, [_Pre, _A], [0, 0]];
|
|
1706
|
+
var RemoveAutoScalingPolicyInput$ = [3, n0, _RASPI, 0, [_CI, _IGIn], [0, 0]];
|
|
1707
|
+
var RemoveAutoScalingPolicyOutput$ = [3, n0, _RASPO, 0, [], []];
|
|
1708
|
+
var RemoveAutoTerminationPolicyInput$ = [3, n0, _RATPI, 0, [_CI], [0]];
|
|
1709
|
+
var RemoveAutoTerminationPolicyOutput$ = [3, n0, _RATPO, 0, [], []];
|
|
1710
|
+
var RemoveManagedScalingPolicyInput$ = [3, n0, _RMSPI, 0, [_CI], [0]];
|
|
1711
|
+
var RemoveManagedScalingPolicyOutput$ = [3, n0, _RMSPO, 0, [], []];
|
|
1712
|
+
var RemoveTagsInput$ = [3, n0, _RTI, 0, [_RI, _TK], [0, 64 | 0]];
|
|
1713
|
+
var RemoveTagsOutput$ = [3, n0, _RTO, 0, [], []];
|
|
1714
|
+
var RunJobFlowInput$ = [
|
|
1687
1715
|
3,
|
|
1688
1716
|
n0,
|
|
1689
1717
|
_RJFI,
|
|
@@ -1730,7 +1758,7 @@ var RunJobFlowInput = [
|
|
|
1730
1758
|
0,
|
|
1731
1759
|
0,
|
|
1732
1760
|
0,
|
|
1733
|
-
() => JobFlowInstancesConfig
|
|
1761
|
+
() => JobFlowInstancesConfig$,
|
|
1734
1762
|
() => StepConfigList,
|
|
1735
1763
|
() => BootstrapActionConfigList,
|
|
1736
1764
|
64 | 0,
|
|
@@ -1747,41 +1775,41 @@ var RunJobFlowInput = [
|
|
|
1747
1775
|
0,
|
|
1748
1776
|
1,
|
|
1749
1777
|
0,
|
|
1750
|
-
() => KerberosAttributes
|
|
1778
|
+
() => KerberosAttributes$,
|
|
1751
1779
|
1,
|
|
1752
|
-
() => ManagedScalingPolicy
|
|
1780
|
+
() => ManagedScalingPolicy$,
|
|
1753
1781
|
() => PlacementGroupConfigList,
|
|
1754
|
-
() => AutoTerminationPolicy
|
|
1782
|
+
() => AutoTerminationPolicy$,
|
|
1755
1783
|
0,
|
|
1756
1784
|
1,
|
|
1757
1785
|
1,
|
|
1758
1786
|
2,
|
|
1759
|
-
() => MonitoringConfiguration
|
|
1787
|
+
() => MonitoringConfiguration$,
|
|
1760
1788
|
],
|
|
1761
1789
|
];
|
|
1762
|
-
var RunJobFlowOutput = [3, n0, _RJFO, 0, [_JFI, _CA], [0, 0]];
|
|
1763
|
-
var S3MonitoringConfiguration = [3, n0, _SMC, 0, [_LU, _EKA], [0, 0]];
|
|
1764
|
-
var ScalingAction = [
|
|
1790
|
+
var RunJobFlowOutput$ = [3, n0, _RJFO, 0, [_JFI, _CA], [0, 0]];
|
|
1791
|
+
var S3MonitoringConfiguration$ = [3, n0, _SMC, 0, [_LU, _EKA], [0, 0]];
|
|
1792
|
+
var ScalingAction$ = [
|
|
1765
1793
|
3,
|
|
1766
1794
|
n0,
|
|
1767
1795
|
_SA,
|
|
1768
1796
|
0,
|
|
1769
1797
|
[_Ma, _SSPC],
|
|
1770
|
-
[0, () => SimpleScalingPolicyConfiguration],
|
|
1798
|
+
[0, () => SimpleScalingPolicyConfiguration$],
|
|
1771
1799
|
];
|
|
1772
|
-
var ScalingConstraints = [3, n0, _SCc, 0, [_MCi, _MCax], [1, 1]];
|
|
1773
|
-
var ScalingRule = [
|
|
1800
|
+
var ScalingConstraints$ = [3, n0, _SCc, 0, [_MCi, _MCax], [1, 1]];
|
|
1801
|
+
var ScalingRule$ = [
|
|
1774
1802
|
3,
|
|
1775
1803
|
n0,
|
|
1776
1804
|
_SRc,
|
|
1777
1805
|
0,
|
|
1778
1806
|
[_N, _De, _Ac, _Tr],
|
|
1779
|
-
[0, 0, () => ScalingAction
|
|
1807
|
+
[0, 0, () => ScalingAction$, () => ScalingTrigger$],
|
|
1780
1808
|
];
|
|
1781
|
-
var ScalingTrigger = [3, n0, _STc, 0, [_CWAD], [() => CloudWatchAlarmDefinition]];
|
|
1782
|
-
var ScriptBootstrapActionConfig = [3, n0, _SBAC, 0, [_Pa, _Ar], [0, 64 | 0]];
|
|
1783
|
-
var SecurityConfigurationSummary = [3, n0, _SCS, 0, [_N, _CDT], [0, 4]];
|
|
1784
|
-
var SessionMappingDetail = [
|
|
1809
|
+
var ScalingTrigger$ = [3, n0, _STc, 0, [_CWAD], [() => CloudWatchAlarmDefinition$]];
|
|
1810
|
+
var ScriptBootstrapActionConfig$ = [3, n0, _SBAC, 0, [_Pa, _Ar], [0, 64 | 0]];
|
|
1811
|
+
var SecurityConfigurationSummary$ = [3, n0, _SCS, 0, [_N, _CDT], [0, 4]];
|
|
1812
|
+
var SessionMappingDetail$ = [
|
|
1785
1813
|
3,
|
|
1786
1814
|
n0,
|
|
1787
1815
|
_SMD,
|
|
@@ -1789,7 +1817,7 @@ var SessionMappingDetail = [
|
|
|
1789
1817
|
[_SItu, _II, _IN, _ITd, _SPA, _CTr, _LMT],
|
|
1790
1818
|
[0, 0, 0, 0, 0, 4, 4],
|
|
1791
1819
|
];
|
|
1792
|
-
var SessionMappingSummary = [
|
|
1820
|
+
var SessionMappingSummary$ = [
|
|
1793
1821
|
3,
|
|
1794
1822
|
n0,
|
|
1795
1823
|
_SMS,
|
|
@@ -1797,7 +1825,7 @@ var SessionMappingSummary = [
|
|
|
1797
1825
|
[_SItu, _II, _IN, _ITd, _SPA, _CTr],
|
|
1798
1826
|
[0, 0, 0, 0, 0, 4],
|
|
1799
1827
|
];
|
|
1800
|
-
var SetKeepJobFlowAliveWhenNoStepsInput = [
|
|
1828
|
+
var SetKeepJobFlowAliveWhenNoStepsInput$ = [
|
|
1801
1829
|
3,
|
|
1802
1830
|
n0,
|
|
1803
1831
|
_SKJFAWNSI,
|
|
@@ -1805,13 +1833,13 @@ var SetKeepJobFlowAliveWhenNoStepsInput = [
|
|
|
1805
1833
|
[_JFIo, _KJFAWNS],
|
|
1806
1834
|
[64 | 0, 2],
|
|
1807
1835
|
];
|
|
1808
|
-
var SetTerminationProtectionInput = [3, n0, _STPI, 0, [_JFIo, _TP], [64 | 0, 2]];
|
|
1809
|
-
var SetUnhealthyNodeReplacementInput = [3, n0, _SUNRI, 0, [_JFIo, _UNR], [64 | 0, 2]];
|
|
1810
|
-
var SetVisibleToAllUsersInput = [3, n0, _SVTAUI, 0, [_JFIo, _VTAU], [64 | 0, 2]];
|
|
1811
|
-
var ShrinkPolicy = [3, n0, _SPh, 0, [_DT, _IRP], [1, () => InstanceResizePolicy]];
|
|
1812
|
-
var SimpleScalingPolicyConfiguration = [3, n0, _SSPC, 0, [_ATd, _SAc, _CD], [0, 1, 1]];
|
|
1813
|
-
var SimplifiedApplication = [3, n0, _SAi, 0, [_N, _V], [0, 0]];
|
|
1814
|
-
var SpotProvisioningSpecification = [
|
|
1836
|
+
var SetTerminationProtectionInput$ = [3, n0, _STPI, 0, [_JFIo, _TP], [64 | 0, 2]];
|
|
1837
|
+
var SetUnhealthyNodeReplacementInput$ = [3, n0, _SUNRI, 0, [_JFIo, _UNR], [64 | 0, 2]];
|
|
1838
|
+
var SetVisibleToAllUsersInput$ = [3, n0, _SVTAUI, 0, [_JFIo, _VTAU], [64 | 0, 2]];
|
|
1839
|
+
var ShrinkPolicy$ = [3, n0, _SPh, 0, [_DT, _IRP], [1, () => InstanceResizePolicy$]];
|
|
1840
|
+
var SimpleScalingPolicyConfiguration$ = [3, n0, _SSPC, 0, [_ATd, _SAc, _CD], [0, 1, 1]];
|
|
1841
|
+
var SimplifiedApplication$ = [3, n0, _SAi, 0, [_N, _V], [0, 0]];
|
|
1842
|
+
var SpotProvisioningSpecification$ = [
|
|
1815
1843
|
3,
|
|
1816
1844
|
n0,
|
|
1817
1845
|
_SPS,
|
|
@@ -1819,8 +1847,8 @@ var SpotProvisioningSpecification = [
|
|
|
1819
1847
|
[_TDM, _TA, _BDM, _AS],
|
|
1820
1848
|
[1, 0, 1, 0],
|
|
1821
1849
|
];
|
|
1822
|
-
var SpotResizingSpecification = [3, n0, _SRSp, 0, [_TDM, _AS], [1, 0]];
|
|
1823
|
-
var StartNotebookExecutionInput = [
|
|
1850
|
+
var SpotResizingSpecification$ = [3, n0, _SRSp, 0, [_TDM, _AS], [1, 0]];
|
|
1851
|
+
var StartNotebookExecutionInput$ = [
|
|
1824
1852
|
3,
|
|
1825
1853
|
n0,
|
|
1826
1854
|
_SNEI,
|
|
@@ -1831,42 +1859,42 @@ var StartNotebookExecutionInput = [
|
|
|
1831
1859
|
0,
|
|
1832
1860
|
0,
|
|
1833
1861
|
0,
|
|
1834
|
-
() => ExecutionEngineConfig
|
|
1862
|
+
() => ExecutionEngineConfig$,
|
|
1835
1863
|
0,
|
|
1836
1864
|
0,
|
|
1837
1865
|
() => TagList,
|
|
1838
|
-
() => NotebookS3LocationFromInput
|
|
1839
|
-
() => OutputNotebookS3LocationFromInput
|
|
1866
|
+
() => NotebookS3LocationFromInput$,
|
|
1867
|
+
() => OutputNotebookS3LocationFromInput$,
|
|
1840
1868
|
0,
|
|
1841
1869
|
128 | 0,
|
|
1842
1870
|
],
|
|
1843
1871
|
];
|
|
1844
|
-
var StartNotebookExecutionOutput = [3, n0, _SNEO, 0, [_NEI], [0]];
|
|
1845
|
-
var Step = [
|
|
1872
|
+
var StartNotebookExecutionOutput$ = [3, n0, _SNEO, 0, [_NEI], [0]];
|
|
1873
|
+
var Step$ = [
|
|
1846
1874
|
3,
|
|
1847
1875
|
n0,
|
|
1848
1876
|
_Ste,
|
|
1849
1877
|
0,
|
|
1850
1878
|
[_I, _N, _Confi, _AOF, _St, _ERA, _LU, _EKA],
|
|
1851
|
-
[0, 0, () => HadoopStepConfig
|
|
1879
|
+
[0, 0, () => HadoopStepConfig$, 0, () => StepStatus$, 0, 0, 0],
|
|
1852
1880
|
];
|
|
1853
|
-
var StepConfig = [
|
|
1881
|
+
var StepConfig$ = [
|
|
1854
1882
|
3,
|
|
1855
1883
|
n0,
|
|
1856
1884
|
_SCt,
|
|
1857
1885
|
0,
|
|
1858
1886
|
[_N, _AOF, _HJS, _SMCt],
|
|
1859
|
-
[0, 0, () => HadoopJarStepConfig
|
|
1887
|
+
[0, 0, () => HadoopJarStepConfig$, () => StepMonitoringConfiguration$],
|
|
1860
1888
|
];
|
|
1861
|
-
var StepDetail = [
|
|
1889
|
+
var StepDetail$ = [
|
|
1862
1890
|
3,
|
|
1863
1891
|
n0,
|
|
1864
1892
|
_SD,
|
|
1865
1893
|
0,
|
|
1866
1894
|
[_SCt, _ESD],
|
|
1867
|
-
[() => StepConfig
|
|
1895
|
+
[() => StepConfig$, () => StepExecutionStatusDetail$],
|
|
1868
1896
|
];
|
|
1869
|
-
var StepExecutionStatusDetail = [
|
|
1897
|
+
var StepExecutionStatusDetail$ = [
|
|
1870
1898
|
3,
|
|
1871
1899
|
n0,
|
|
1872
1900
|
_SESD,
|
|
@@ -1874,34 +1902,34 @@ var StepExecutionStatusDetail = [
|
|
|
1874
1902
|
[_Sta, _CDT, _SDT, _EDT, _LSCR],
|
|
1875
1903
|
[0, 4, 4, 4, 0],
|
|
1876
1904
|
];
|
|
1877
|
-
var StepMonitoringConfiguration = [
|
|
1905
|
+
var StepMonitoringConfiguration$ = [
|
|
1878
1906
|
3,
|
|
1879
1907
|
n0,
|
|
1880
1908
|
_SMCt,
|
|
1881
1909
|
0,
|
|
1882
1910
|
[_SMC],
|
|
1883
|
-
[() => S3MonitoringConfiguration],
|
|
1911
|
+
[() => S3MonitoringConfiguration$],
|
|
1884
1912
|
];
|
|
1885
|
-
var StepStateChangeReason = [3, n0, _SSCR, 0, [_Co, _M], [0, 0]];
|
|
1886
|
-
var StepStatus = [
|
|
1913
|
+
var StepStateChangeReason$ = [3, n0, _SSCR, 0, [_Co, _M], [0, 0]];
|
|
1914
|
+
var StepStatus$ = [
|
|
1887
1915
|
3,
|
|
1888
1916
|
n0,
|
|
1889
1917
|
_SSte,
|
|
1890
1918
|
0,
|
|
1891
1919
|
[_Sta, _SCR, _FD, _Ti],
|
|
1892
|
-
[0, () => StepStateChangeReason
|
|
1920
|
+
[0, () => StepStateChangeReason$, () => FailureDetails$, () => StepTimeline$],
|
|
1893
1921
|
];
|
|
1894
|
-
var StepSummary = [
|
|
1922
|
+
var StepSummary$ = [
|
|
1895
1923
|
3,
|
|
1896
1924
|
n0,
|
|
1897
1925
|
_SStep,
|
|
1898
1926
|
0,
|
|
1899
1927
|
[_I, _N, _Confi, _AOF, _St, _LU, _EKA],
|
|
1900
|
-
[0, 0, () => HadoopStepConfig
|
|
1928
|
+
[0, 0, () => HadoopStepConfig$, 0, () => StepStatus$, 0, 0],
|
|
1901
1929
|
];
|
|
1902
|
-
var StepTimeline = [3, n0, _STt, 0, [_CDT, _SDT, _EDT], [4, 4, 4]];
|
|
1903
|
-
var StopNotebookExecutionInput = [3, n0, _SNEIt, 0, [_NEI], [0]];
|
|
1904
|
-
var Studio = [
|
|
1930
|
+
var StepTimeline$ = [3, n0, _STt, 0, [_CDT, _SDT, _EDT], [4, 4, 4]];
|
|
1931
|
+
var StopNotebookExecutionInput$ = [3, n0, _SNEIt, 0, [_NEI], [0]];
|
|
1932
|
+
var Studio$ = [
|
|
1905
1933
|
3,
|
|
1906
1934
|
n0,
|
|
1907
1935
|
_Stu,
|
|
@@ -1931,7 +1959,7 @@ var Studio = [
|
|
|
1931
1959
|
],
|
|
1932
1960
|
[0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, () => TagList, 0, 2, 0, 0],
|
|
1933
1961
|
];
|
|
1934
|
-
var StudioSummary = [
|
|
1962
|
+
var StudioSummary$ = [
|
|
1935
1963
|
3,
|
|
1936
1964
|
n0,
|
|
1937
1965
|
_SStu,
|
|
@@ -1939,7 +1967,7 @@ var StudioSummary = [
|
|
|
1939
1967
|
[_SItu, _N, _VI, _De, _Ur, _AM, _CTr],
|
|
1940
1968
|
[0, 0, 0, 0, 0, 0, 4],
|
|
1941
1969
|
];
|
|
1942
|
-
var SupportedInstanceType = [
|
|
1970
|
+
var SupportedInstanceType$ = [
|
|
1943
1971
|
3,
|
|
1944
1972
|
n0,
|
|
1945
1973
|
_SITup,
|
|
@@ -1947,10 +1975,10 @@ var SupportedInstanceType = [
|
|
|
1947
1975
|
[_Ty, _MGB, _SGB, _VCPU, _IBO, _IFIn, _EOA, _EOBD, _NOD, _ESO, _Arc],
|
|
1948
1976
|
[0, 1, 1, 1, 2, 0, 2, 2, 1, 2, 0],
|
|
1949
1977
|
];
|
|
1950
|
-
var SupportedProductConfig = [3, n0, _SPC, 0, [_N, _Ar], [0, 64 | 0]];
|
|
1951
|
-
var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1952
|
-
var TerminateJobFlowsInput = [3, n0, _TJFI, 0, [_JFIo], [64 | 0]];
|
|
1953
|
-
var UpdateStudioInput = [
|
|
1978
|
+
var SupportedProductConfig$ = [3, n0, _SPC, 0, [_N, _Ar], [0, 64 | 0]];
|
|
1979
|
+
var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1980
|
+
var TerminateJobFlowsInput$ = [3, n0, _TJFI, 0, [_JFIo], [64 | 0]];
|
|
1981
|
+
var UpdateStudioInput$ = [
|
|
1954
1982
|
3,
|
|
1955
1983
|
n0,
|
|
1956
1984
|
_USI,
|
|
@@ -1958,7 +1986,7 @@ var UpdateStudioInput = [
|
|
|
1958
1986
|
[_SItu, _N, _De, _SIu, _DSL, _EKA],
|
|
1959
1987
|
[0, 0, 0, 64 | 0, 0, 0],
|
|
1960
1988
|
];
|
|
1961
|
-
var UpdateStudioSessionMappingInput = [
|
|
1989
|
+
var UpdateStudioSessionMappingInput$ = [
|
|
1962
1990
|
3,
|
|
1963
1991
|
n0,
|
|
1964
1992
|
_USSMI,
|
|
@@ -1966,423 +1994,444 @@ var UpdateStudioSessionMappingInput = [
|
|
|
1966
1994
|
[_SItu, _II, _IN, _ITd, _SPA],
|
|
1967
1995
|
[0, 0, 0, 0, 0],
|
|
1968
1996
|
];
|
|
1969
|
-
var UsernamePassword = [3, n0, _UP, 8, [_Us, _Pas], [0, 0]];
|
|
1970
|
-
var VolumeSpecification = [3, n0, _VS, 0, [_VT, _Io, _SIGB, _Thr], [0, 1, 1, 1]];
|
|
1997
|
+
var UsernamePassword$ = [3, n0, _UP, 8, [_Us, _Pas], [0, 0]];
|
|
1998
|
+
var VolumeSpecification$ = [3, n0, _VS, 0, [_VT, _Io, _SIGB, _Thr], [0, 1, 1, 1]];
|
|
1971
1999
|
var __Unit = "unit";
|
|
1972
|
-
var EMRServiceException = [-3, _sm, "EMRServiceException", 0, [], []];
|
|
1973
|
-
schema.TypeRegistry.for(_sm).registerError(EMRServiceException
|
|
1974
|
-
var ApplicationList = [1, n0, _AL, 0, () => Application];
|
|
1975
|
-
var BootstrapActionConfigList = [1, n0, _BACL, 0, () => BootstrapActionConfig];
|
|
1976
|
-
var BootstrapActionDetailList = [1, n0, _BADL, 0, () => BootstrapActionDetail];
|
|
1977
|
-
var CancelStepsInfoList = [1, n0, _CSIL, 0, () => CancelStepsInfo];
|
|
1978
|
-
var ClusterSummaryList = [1, n0, _CSL, 0, () => ClusterSummary];
|
|
1979
|
-
var CommandList = [1, n0, _CLo, 0, () => Command];
|
|
1980
|
-
var ConfigurationList = [1, n0, _CLon, 0, () => Configuration];
|
|
1981
|
-
var EbsBlockDeviceConfigList = [1, n0, _EBDCL, 0, () => EbsBlockDeviceConfig];
|
|
1982
|
-
var EbsBlockDeviceList = [1, n0, _EBDL, 0, () => EbsBlockDevice];
|
|
1983
|
-
var EbsVolumeList = [1, n0, _EVL, 0, () => EbsVolume];
|
|
1984
|
-
var ErrorDetailList = [1, n0, _EDL, 0, () => ErrorDetail];
|
|
1985
|
-
var InstanceFleetConfigList = [1, n0, _IFCL, 0, () => InstanceFleetConfig];
|
|
1986
|
-
var InstanceFleetList = [1, n0, _IFL, 0, () => InstanceFleet];
|
|
1987
|
-
var InstanceGroupConfigList = [1, n0, _IGCL, 0, () => InstanceGroupConfig];
|
|
1988
|
-
var InstanceGroupDetailList = [1, n0, _IGDL, 0, () => InstanceGroupDetail];
|
|
1989
|
-
var InstanceGroupList = [1, n0, _IGL, 0, () => InstanceGroup];
|
|
1990
|
-
var InstanceGroupModifyConfigList = [1, n0, _IGMCL, 0, () => InstanceGroupModifyConfig];
|
|
1991
|
-
var InstanceList = [1, n0, _IL, 0, () => Instance];
|
|
1992
|
-
var InstanceTypeConfigList = [1, n0, _ITCL, 0, () => InstanceTypeConfig];
|
|
1993
|
-
var InstanceTypeSpecificationList = [1, n0, _ITSL, 0, () => InstanceTypeSpecification];
|
|
1994
|
-
var JobFlowDetailList = [1, n0, _JFDL, 0, () => JobFlowDetail];
|
|
1995
|
-
var KeyValueList = [1, n0, _KVL, 0, () => KeyValue];
|
|
1996
|
-
var MetricDimensionList = [1, n0, _MDL, 0, () => MetricDimension];
|
|
1997
|
-
var NewSupportedProductsList = [1, n0, _NSPL, 0, () => SupportedProductConfig];
|
|
1998
|
-
var NotebookExecutionSummaryList = [1, n0, _NESL, 0, () => NotebookExecutionSummary];
|
|
1999
|
-
var OSReleaseList = [1, n0, _OSRLe, 0, () => OSRelease];
|
|
2000
|
-
var PlacementGroupConfigList = [1, n0, _PGCL, 0, () => PlacementGroupConfig];
|
|
2001
|
-
var PortRanges = [1, n0, _PRo, 0, () => PortRange];
|
|
2002
|
-
var ScalingRuleList = [1, n0, _SRL, 0, () => ScalingRule];
|
|
2003
|
-
var SecurityConfigurationList = [1, n0, _SCLe, 0, () => SecurityConfigurationSummary];
|
|
2004
|
-
var SessionMappingSummaryList = [1, n0, _SMSL, 0, () => SessionMappingSummary];
|
|
2005
|
-
var SimplifiedApplicationList = [1, n0, _SAL, 0, () => SimplifiedApplication];
|
|
2006
|
-
var StepConfigList = [1, n0, _SCLt, 0, () => StepConfig];
|
|
2007
|
-
var StepDetailList = [1, n0, _SDL, 0, () => StepDetail];
|
|
2008
|
-
var StepSummaryList = [1, n0, _SSL, 0, () => StepSummary];
|
|
2009
|
-
var StudioSummaryList = [1, n0, _SSLt, 0, () => StudioSummary];
|
|
2010
|
-
var SupportedInstanceTypesList = [1, n0, _SITL, 0, () => SupportedInstanceType];
|
|
2011
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
2012
|
-
var Credentials = [3, n0, _Cr, 0, [_UP], [[() => UsernamePassword
|
|
2013
|
-
var AddInstanceFleet = [
|
|
2000
|
+
var EMRServiceException$ = [-3, _sm, "EMRServiceException", 0, [], []];
|
|
2001
|
+
schema.TypeRegistry.for(_sm).registerError(EMRServiceException$, EMRServiceException);
|
|
2002
|
+
var ApplicationList = [1, n0, _AL, 0, () => Application$];
|
|
2003
|
+
var BootstrapActionConfigList = [1, n0, _BACL, 0, () => BootstrapActionConfig$];
|
|
2004
|
+
var BootstrapActionDetailList = [1, n0, _BADL, 0, () => BootstrapActionDetail$];
|
|
2005
|
+
var CancelStepsInfoList = [1, n0, _CSIL, 0, () => CancelStepsInfo$];
|
|
2006
|
+
var ClusterSummaryList = [1, n0, _CSL, 0, () => ClusterSummary$];
|
|
2007
|
+
var CommandList = [1, n0, _CLo, 0, () => Command$];
|
|
2008
|
+
var ConfigurationList = [1, n0, _CLon, 0, () => Configuration$];
|
|
2009
|
+
var EbsBlockDeviceConfigList = [1, n0, _EBDCL, 0, () => EbsBlockDeviceConfig$];
|
|
2010
|
+
var EbsBlockDeviceList = [1, n0, _EBDL, 0, () => EbsBlockDevice$];
|
|
2011
|
+
var EbsVolumeList = [1, n0, _EVL, 0, () => EbsVolume$];
|
|
2012
|
+
var ErrorDetailList = [1, n0, _EDL, 0, () => ErrorDetail$];
|
|
2013
|
+
var InstanceFleetConfigList = [1, n0, _IFCL, 0, () => InstanceFleetConfig$];
|
|
2014
|
+
var InstanceFleetList = [1, n0, _IFL, 0, () => InstanceFleet$];
|
|
2015
|
+
var InstanceGroupConfigList = [1, n0, _IGCL, 0, () => InstanceGroupConfig$];
|
|
2016
|
+
var InstanceGroupDetailList = [1, n0, _IGDL, 0, () => InstanceGroupDetail$];
|
|
2017
|
+
var InstanceGroupList = [1, n0, _IGL, 0, () => InstanceGroup$];
|
|
2018
|
+
var InstanceGroupModifyConfigList = [1, n0, _IGMCL, 0, () => InstanceGroupModifyConfig$];
|
|
2019
|
+
var InstanceList = [1, n0, _IL, 0, () => Instance$];
|
|
2020
|
+
var InstanceTypeConfigList = [1, n0, _ITCL, 0, () => InstanceTypeConfig$];
|
|
2021
|
+
var InstanceTypeSpecificationList = [1, n0, _ITSL, 0, () => InstanceTypeSpecification$];
|
|
2022
|
+
var JobFlowDetailList = [1, n0, _JFDL, 0, () => JobFlowDetail$];
|
|
2023
|
+
var KeyValueList = [1, n0, _KVL, 0, () => KeyValue$];
|
|
2024
|
+
var MetricDimensionList = [1, n0, _MDL, 0, () => MetricDimension$];
|
|
2025
|
+
var NewSupportedProductsList = [1, n0, _NSPL, 0, () => SupportedProductConfig$];
|
|
2026
|
+
var NotebookExecutionSummaryList = [1, n0, _NESL, 0, () => NotebookExecutionSummary$];
|
|
2027
|
+
var OSReleaseList = [1, n0, _OSRLe, 0, () => OSRelease$];
|
|
2028
|
+
var PlacementGroupConfigList = [1, n0, _PGCL, 0, () => PlacementGroupConfig$];
|
|
2029
|
+
var PortRanges = [1, n0, _PRo, 0, () => PortRange$];
|
|
2030
|
+
var ScalingRuleList = [1, n0, _SRL, 0, () => ScalingRule$];
|
|
2031
|
+
var SecurityConfigurationList = [1, n0, _SCLe, 0, () => SecurityConfigurationSummary$];
|
|
2032
|
+
var SessionMappingSummaryList = [1, n0, _SMSL, 0, () => SessionMappingSummary$];
|
|
2033
|
+
var SimplifiedApplicationList = [1, n0, _SAL, 0, () => SimplifiedApplication$];
|
|
2034
|
+
var StepConfigList = [1, n0, _SCLt, 0, () => StepConfig$];
|
|
2035
|
+
var StepDetailList = [1, n0, _SDL, 0, () => StepDetail$];
|
|
2036
|
+
var StepSummaryList = [1, n0, _SSL, 0, () => StepSummary$];
|
|
2037
|
+
var StudioSummaryList = [1, n0, _SSLt, 0, () => StudioSummary$];
|
|
2038
|
+
var SupportedInstanceTypesList = [1, n0, _SITL, 0, () => SupportedInstanceType$];
|
|
2039
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
2040
|
+
var Credentials$ = [3, n0, _Cr, 0, [_UP], [[() => UsernamePassword$, 0]]];
|
|
2041
|
+
var AddInstanceFleet$ = [
|
|
2014
2042
|
9,
|
|
2015
2043
|
n0,
|
|
2016
2044
|
_AIF,
|
|
2017
2045
|
0,
|
|
2018
|
-
() => AddInstanceFleetInput
|
|
2019
|
-
() => AddInstanceFleetOutput
|
|
2046
|
+
() => AddInstanceFleetInput$,
|
|
2047
|
+
() => AddInstanceFleetOutput$,
|
|
2020
2048
|
];
|
|
2021
|
-
var AddInstanceGroups = [
|
|
2049
|
+
var AddInstanceGroups$ = [
|
|
2022
2050
|
9,
|
|
2023
2051
|
n0,
|
|
2024
2052
|
_AIG,
|
|
2025
2053
|
0,
|
|
2026
|
-
() => AddInstanceGroupsInput
|
|
2027
|
-
() => AddInstanceGroupsOutput
|
|
2054
|
+
() => AddInstanceGroupsInput$,
|
|
2055
|
+
() => AddInstanceGroupsOutput$,
|
|
2028
2056
|
];
|
|
2029
|
-
var AddJobFlowSteps = [
|
|
2057
|
+
var AddJobFlowSteps$ = [
|
|
2030
2058
|
9,
|
|
2031
2059
|
n0,
|
|
2032
2060
|
_AJFS,
|
|
2033
2061
|
0,
|
|
2034
|
-
() => AddJobFlowStepsInput
|
|
2035
|
-
() => AddJobFlowStepsOutput
|
|
2062
|
+
() => AddJobFlowStepsInput$,
|
|
2063
|
+
() => AddJobFlowStepsOutput$,
|
|
2036
2064
|
];
|
|
2037
|
-
var AddTags = [9, n0, _ATdd, 0, () => AddTagsInput
|
|
2038
|
-
var CancelSteps = [9, n0, _CSa, 0, () => CancelStepsInput
|
|
2039
|
-
var CreatePersistentAppUI = [
|
|
2065
|
+
var AddTags$ = [9, n0, _ATdd, 0, () => AddTagsInput$, () => AddTagsOutput$];
|
|
2066
|
+
var CancelSteps$ = [9, n0, _CSa, 0, () => CancelStepsInput$, () => CancelStepsOutput$];
|
|
2067
|
+
var CreatePersistentAppUI$ = [
|
|
2040
2068
|
9,
|
|
2041
2069
|
n0,
|
|
2042
2070
|
_CPAUI,
|
|
2043
2071
|
0,
|
|
2044
|
-
() => CreatePersistentAppUIInput
|
|
2045
|
-
() => CreatePersistentAppUIOutput
|
|
2072
|
+
() => CreatePersistentAppUIInput$,
|
|
2073
|
+
() => CreatePersistentAppUIOutput$,
|
|
2046
2074
|
];
|
|
2047
|
-
var CreateSecurityConfiguration = [
|
|
2075
|
+
var CreateSecurityConfiguration$ = [
|
|
2048
2076
|
9,
|
|
2049
2077
|
n0,
|
|
2050
2078
|
_CSC,
|
|
2051
2079
|
0,
|
|
2052
|
-
() => CreateSecurityConfigurationInput
|
|
2053
|
-
() => CreateSecurityConfigurationOutput
|
|
2080
|
+
() => CreateSecurityConfigurationInput$,
|
|
2081
|
+
() => CreateSecurityConfigurationOutput$,
|
|
2054
2082
|
];
|
|
2055
|
-
var CreateStudio = [9, n0, _CSr, 0, () => CreateStudioInput
|
|
2056
|
-
var CreateStudioSessionMapping = [
|
|
2083
|
+
var CreateStudio$ = [9, n0, _CSr, 0, () => CreateStudioInput$, () => CreateStudioOutput$];
|
|
2084
|
+
var CreateStudioSessionMapping$ = [
|
|
2057
2085
|
9,
|
|
2058
2086
|
n0,
|
|
2059
2087
|
_CSSM,
|
|
2060
2088
|
0,
|
|
2061
|
-
() => CreateStudioSessionMappingInput
|
|
2089
|
+
() => CreateStudioSessionMappingInput$,
|
|
2062
2090
|
() => __Unit,
|
|
2063
2091
|
];
|
|
2064
|
-
var DeleteSecurityConfiguration = [
|
|
2092
|
+
var DeleteSecurityConfiguration$ = [
|
|
2065
2093
|
9,
|
|
2066
2094
|
n0,
|
|
2067
2095
|
_DSC,
|
|
2068
2096
|
0,
|
|
2069
|
-
() => DeleteSecurityConfigurationInput
|
|
2070
|
-
() => DeleteSecurityConfigurationOutput
|
|
2097
|
+
() => DeleteSecurityConfigurationInput$,
|
|
2098
|
+
() => DeleteSecurityConfigurationOutput$,
|
|
2071
2099
|
];
|
|
2072
|
-
var DeleteStudio = [9, n0, _DS, 0, () => DeleteStudioInput
|
|
2073
|
-
var DeleteStudioSessionMapping = [
|
|
2100
|
+
var DeleteStudio$ = [9, n0, _DS, 0, () => DeleteStudioInput$, () => __Unit];
|
|
2101
|
+
var DeleteStudioSessionMapping$ = [
|
|
2074
2102
|
9,
|
|
2075
2103
|
n0,
|
|
2076
2104
|
_DSSM,
|
|
2077
2105
|
0,
|
|
2078
|
-
() => DeleteStudioSessionMappingInput
|
|
2106
|
+
() => DeleteStudioSessionMappingInput$,
|
|
2079
2107
|
() => __Unit,
|
|
2080
2108
|
];
|
|
2081
|
-
var DescribeCluster = [
|
|
2109
|
+
var DescribeCluster$ = [
|
|
2082
2110
|
9,
|
|
2083
2111
|
n0,
|
|
2084
2112
|
_DC,
|
|
2085
2113
|
0,
|
|
2086
|
-
() => DescribeClusterInput
|
|
2087
|
-
() => DescribeClusterOutput
|
|
2114
|
+
() => DescribeClusterInput$,
|
|
2115
|
+
() => DescribeClusterOutput$,
|
|
2088
2116
|
];
|
|
2089
|
-
var DescribeJobFlows = [
|
|
2117
|
+
var DescribeJobFlows$ = [
|
|
2090
2118
|
9,
|
|
2091
2119
|
n0,
|
|
2092
2120
|
_DJF,
|
|
2093
2121
|
0,
|
|
2094
|
-
() => DescribeJobFlowsInput
|
|
2095
|
-
() => DescribeJobFlowsOutput
|
|
2122
|
+
() => DescribeJobFlowsInput$,
|
|
2123
|
+
() => DescribeJobFlowsOutput$,
|
|
2096
2124
|
];
|
|
2097
|
-
var DescribeNotebookExecution = [
|
|
2125
|
+
var DescribeNotebookExecution$ = [
|
|
2098
2126
|
9,
|
|
2099
2127
|
n0,
|
|
2100
2128
|
_DNE,
|
|
2101
2129
|
0,
|
|
2102
|
-
() => DescribeNotebookExecutionInput
|
|
2103
|
-
() => DescribeNotebookExecutionOutput
|
|
2130
|
+
() => DescribeNotebookExecutionInput$,
|
|
2131
|
+
() => DescribeNotebookExecutionOutput$,
|
|
2104
2132
|
];
|
|
2105
|
-
var DescribePersistentAppUI = [
|
|
2133
|
+
var DescribePersistentAppUI$ = [
|
|
2106
2134
|
9,
|
|
2107
2135
|
n0,
|
|
2108
2136
|
_DPAUI,
|
|
2109
2137
|
0,
|
|
2110
|
-
() => DescribePersistentAppUIInput
|
|
2111
|
-
() => DescribePersistentAppUIOutput
|
|
2138
|
+
() => DescribePersistentAppUIInput$,
|
|
2139
|
+
() => DescribePersistentAppUIOutput$,
|
|
2112
2140
|
];
|
|
2113
|
-
var DescribeReleaseLabel = [
|
|
2141
|
+
var DescribeReleaseLabel$ = [
|
|
2114
2142
|
9,
|
|
2115
2143
|
n0,
|
|
2116
2144
|
_DRL,
|
|
2117
2145
|
0,
|
|
2118
|
-
() => DescribeReleaseLabelInput
|
|
2119
|
-
() => DescribeReleaseLabelOutput
|
|
2146
|
+
() => DescribeReleaseLabelInput$,
|
|
2147
|
+
() => DescribeReleaseLabelOutput$,
|
|
2120
2148
|
];
|
|
2121
|
-
var DescribeSecurityConfiguration = [
|
|
2149
|
+
var DescribeSecurityConfiguration$ = [
|
|
2122
2150
|
9,
|
|
2123
2151
|
n0,
|
|
2124
2152
|
_DSCe,
|
|
2125
2153
|
0,
|
|
2126
|
-
() => DescribeSecurityConfigurationInput
|
|
2127
|
-
() => DescribeSecurityConfigurationOutput
|
|
2154
|
+
() => DescribeSecurityConfigurationInput$,
|
|
2155
|
+
() => DescribeSecurityConfigurationOutput$,
|
|
2128
2156
|
];
|
|
2129
|
-
var DescribeStep = [9, n0, _DSe, 0, () => DescribeStepInput
|
|
2130
|
-
var DescribeStudio = [
|
|
2157
|
+
var DescribeStep$ = [9, n0, _DSe, 0, () => DescribeStepInput$, () => DescribeStepOutput$];
|
|
2158
|
+
var DescribeStudio$ = [
|
|
2131
2159
|
9,
|
|
2132
2160
|
n0,
|
|
2133
2161
|
_DSes,
|
|
2134
2162
|
0,
|
|
2135
|
-
() => DescribeStudioInput
|
|
2136
|
-
() => DescribeStudioOutput
|
|
2163
|
+
() => DescribeStudioInput$,
|
|
2164
|
+
() => DescribeStudioOutput$,
|
|
2137
2165
|
];
|
|
2138
|
-
var GetAutoTerminationPolicy = [
|
|
2166
|
+
var GetAutoTerminationPolicy$ = [
|
|
2139
2167
|
9,
|
|
2140
2168
|
n0,
|
|
2141
2169
|
_GATP,
|
|
2142
2170
|
0,
|
|
2143
|
-
() => GetAutoTerminationPolicyInput
|
|
2144
|
-
() => GetAutoTerminationPolicyOutput
|
|
2171
|
+
() => GetAutoTerminationPolicyInput$,
|
|
2172
|
+
() => GetAutoTerminationPolicyOutput$,
|
|
2145
2173
|
];
|
|
2146
|
-
var GetBlockPublicAccessConfiguration = [
|
|
2174
|
+
var GetBlockPublicAccessConfiguration$ = [
|
|
2147
2175
|
9,
|
|
2148
2176
|
n0,
|
|
2149
2177
|
_GBPAC,
|
|
2150
2178
|
0,
|
|
2151
|
-
() => GetBlockPublicAccessConfigurationInput
|
|
2152
|
-
() => GetBlockPublicAccessConfigurationOutput
|
|
2179
|
+
() => GetBlockPublicAccessConfigurationInput$,
|
|
2180
|
+
() => GetBlockPublicAccessConfigurationOutput$,
|
|
2153
2181
|
];
|
|
2154
|
-
var GetClusterSessionCredentials = [
|
|
2182
|
+
var GetClusterSessionCredentials$ = [
|
|
2155
2183
|
9,
|
|
2156
2184
|
n0,
|
|
2157
2185
|
_GCSC,
|
|
2158
2186
|
0,
|
|
2159
|
-
() => GetClusterSessionCredentialsInput
|
|
2160
|
-
() => GetClusterSessionCredentialsOutput
|
|
2187
|
+
() => GetClusterSessionCredentialsInput$,
|
|
2188
|
+
() => GetClusterSessionCredentialsOutput$,
|
|
2161
2189
|
];
|
|
2162
|
-
var GetManagedScalingPolicy = [
|
|
2190
|
+
var GetManagedScalingPolicy$ = [
|
|
2163
2191
|
9,
|
|
2164
2192
|
n0,
|
|
2165
2193
|
_GMSP,
|
|
2166
2194
|
0,
|
|
2167
|
-
() => GetManagedScalingPolicyInput
|
|
2168
|
-
() => GetManagedScalingPolicyOutput
|
|
2195
|
+
() => GetManagedScalingPolicyInput$,
|
|
2196
|
+
() => GetManagedScalingPolicyOutput$,
|
|
2169
2197
|
];
|
|
2170
|
-
var GetOnClusterAppUIPresignedURL = [
|
|
2198
|
+
var GetOnClusterAppUIPresignedURL$ = [
|
|
2171
2199
|
9,
|
|
2172
2200
|
n0,
|
|
2173
2201
|
_GOCAUIPURL,
|
|
2174
2202
|
0,
|
|
2175
|
-
() => GetOnClusterAppUIPresignedURLInput
|
|
2176
|
-
() => GetOnClusterAppUIPresignedURLOutput
|
|
2203
|
+
() => GetOnClusterAppUIPresignedURLInput$,
|
|
2204
|
+
() => GetOnClusterAppUIPresignedURLOutput$,
|
|
2177
2205
|
];
|
|
2178
|
-
var GetPersistentAppUIPresignedURL = [
|
|
2206
|
+
var GetPersistentAppUIPresignedURL$ = [
|
|
2179
2207
|
9,
|
|
2180
2208
|
n0,
|
|
2181
2209
|
_GPAUIPURL,
|
|
2182
2210
|
0,
|
|
2183
|
-
() => GetPersistentAppUIPresignedURLInput
|
|
2184
|
-
() => GetPersistentAppUIPresignedURLOutput
|
|
2211
|
+
() => GetPersistentAppUIPresignedURLInput$,
|
|
2212
|
+
() => GetPersistentAppUIPresignedURLOutput$,
|
|
2185
2213
|
];
|
|
2186
|
-
var GetStudioSessionMapping = [
|
|
2214
|
+
var GetStudioSessionMapping$ = [
|
|
2187
2215
|
9,
|
|
2188
2216
|
n0,
|
|
2189
2217
|
_GSSM,
|
|
2190
2218
|
0,
|
|
2191
|
-
() => GetStudioSessionMappingInput
|
|
2192
|
-
() => GetStudioSessionMappingOutput
|
|
2219
|
+
() => GetStudioSessionMappingInput$,
|
|
2220
|
+
() => GetStudioSessionMappingOutput$,
|
|
2193
2221
|
];
|
|
2194
|
-
var ListBootstrapActions = [
|
|
2222
|
+
var ListBootstrapActions$ = [
|
|
2195
2223
|
9,
|
|
2196
2224
|
n0,
|
|
2197
2225
|
_LBA,
|
|
2198
2226
|
0,
|
|
2199
|
-
() => ListBootstrapActionsInput
|
|
2200
|
-
() => ListBootstrapActionsOutput
|
|
2227
|
+
() => ListBootstrapActionsInput$,
|
|
2228
|
+
() => ListBootstrapActionsOutput$,
|
|
2201
2229
|
];
|
|
2202
|
-
var ListClusters = [9, n0, _LC, 0, () => ListClustersInput
|
|
2203
|
-
var ListInstanceFleets = [
|
|
2230
|
+
var ListClusters$ = [9, n0, _LC, 0, () => ListClustersInput$, () => ListClustersOutput$];
|
|
2231
|
+
var ListInstanceFleets$ = [
|
|
2204
2232
|
9,
|
|
2205
2233
|
n0,
|
|
2206
2234
|
_LIF,
|
|
2207
2235
|
0,
|
|
2208
|
-
() => ListInstanceFleetsInput
|
|
2209
|
-
() => ListInstanceFleetsOutput
|
|
2236
|
+
() => ListInstanceFleetsInput$,
|
|
2237
|
+
() => ListInstanceFleetsOutput$,
|
|
2210
2238
|
];
|
|
2211
|
-
var ListInstanceGroups = [
|
|
2239
|
+
var ListInstanceGroups$ = [
|
|
2212
2240
|
9,
|
|
2213
2241
|
n0,
|
|
2214
2242
|
_LIG,
|
|
2215
2243
|
0,
|
|
2216
|
-
() => ListInstanceGroupsInput
|
|
2217
|
-
() => ListInstanceGroupsOutput
|
|
2244
|
+
() => ListInstanceGroupsInput$,
|
|
2245
|
+
() => ListInstanceGroupsOutput$,
|
|
2246
|
+
];
|
|
2247
|
+
var ListInstances$ = [
|
|
2248
|
+
9,
|
|
2249
|
+
n0,
|
|
2250
|
+
_LI,
|
|
2251
|
+
0,
|
|
2252
|
+
() => ListInstancesInput$,
|
|
2253
|
+
() => ListInstancesOutput$,
|
|
2218
2254
|
];
|
|
2219
|
-
var
|
|
2220
|
-
var ListNotebookExecutions = [
|
|
2255
|
+
var ListNotebookExecutions$ = [
|
|
2221
2256
|
9,
|
|
2222
2257
|
n0,
|
|
2223
2258
|
_LNE,
|
|
2224
2259
|
0,
|
|
2225
|
-
() => ListNotebookExecutionsInput
|
|
2226
|
-
() => ListNotebookExecutionsOutput
|
|
2260
|
+
() => ListNotebookExecutionsInput$,
|
|
2261
|
+
() => ListNotebookExecutionsOutput$,
|
|
2227
2262
|
];
|
|
2228
|
-
var ListReleaseLabels = [
|
|
2263
|
+
var ListReleaseLabels$ = [
|
|
2229
2264
|
9,
|
|
2230
2265
|
n0,
|
|
2231
2266
|
_LRL,
|
|
2232
2267
|
0,
|
|
2233
|
-
() => ListReleaseLabelsInput
|
|
2234
|
-
() => ListReleaseLabelsOutput
|
|
2268
|
+
() => ListReleaseLabelsInput$,
|
|
2269
|
+
() => ListReleaseLabelsOutput$,
|
|
2235
2270
|
];
|
|
2236
|
-
var ListSecurityConfigurations = [
|
|
2271
|
+
var ListSecurityConfigurations$ = [
|
|
2237
2272
|
9,
|
|
2238
2273
|
n0,
|
|
2239
2274
|
_LSC,
|
|
2240
2275
|
0,
|
|
2241
|
-
() => ListSecurityConfigurationsInput
|
|
2242
|
-
() => ListSecurityConfigurationsOutput
|
|
2276
|
+
() => ListSecurityConfigurationsInput$,
|
|
2277
|
+
() => ListSecurityConfigurationsOutput$,
|
|
2243
2278
|
];
|
|
2244
|
-
var ListSteps = [9, n0, _LSi, 0, () => ListStepsInput
|
|
2245
|
-
var ListStudios = [9, n0, _LSis, 0, () => ListStudiosInput
|
|
2246
|
-
var ListStudioSessionMappings = [
|
|
2279
|
+
var ListSteps$ = [9, n0, _LSi, 0, () => ListStepsInput$, () => ListStepsOutput$];
|
|
2280
|
+
var ListStudios$ = [9, n0, _LSis, 0, () => ListStudiosInput$, () => ListStudiosOutput$];
|
|
2281
|
+
var ListStudioSessionMappings$ = [
|
|
2247
2282
|
9,
|
|
2248
2283
|
n0,
|
|
2249
2284
|
_LSSM,
|
|
2250
2285
|
0,
|
|
2251
|
-
() => ListStudioSessionMappingsInput
|
|
2252
|
-
() => ListStudioSessionMappingsOutput
|
|
2286
|
+
() => ListStudioSessionMappingsInput$,
|
|
2287
|
+
() => ListStudioSessionMappingsOutput$,
|
|
2253
2288
|
];
|
|
2254
|
-
var ListSupportedInstanceTypes = [
|
|
2289
|
+
var ListSupportedInstanceTypes$ = [
|
|
2255
2290
|
9,
|
|
2256
2291
|
n0,
|
|
2257
2292
|
_LSIT,
|
|
2258
2293
|
0,
|
|
2259
|
-
() => ListSupportedInstanceTypesInput
|
|
2260
|
-
() => ListSupportedInstanceTypesOutput
|
|
2294
|
+
() => ListSupportedInstanceTypesInput$,
|
|
2295
|
+
() => ListSupportedInstanceTypesOutput$,
|
|
2296
|
+
];
|
|
2297
|
+
var ModifyCluster$ = [
|
|
2298
|
+
9,
|
|
2299
|
+
n0,
|
|
2300
|
+
_MCo,
|
|
2301
|
+
0,
|
|
2302
|
+
() => ModifyClusterInput$,
|
|
2303
|
+
() => ModifyClusterOutput$,
|
|
2304
|
+
];
|
|
2305
|
+
var ModifyInstanceFleet$ = [
|
|
2306
|
+
9,
|
|
2307
|
+
n0,
|
|
2308
|
+
_MIF,
|
|
2309
|
+
0,
|
|
2310
|
+
() => ModifyInstanceFleetInput$,
|
|
2311
|
+
() => __Unit,
|
|
2261
2312
|
];
|
|
2262
|
-
var
|
|
2263
|
-
var ModifyInstanceFleet = [9, n0, _MIF, 0, () => ModifyInstanceFleetInput, () => __Unit];
|
|
2264
|
-
var ModifyInstanceGroups = [
|
|
2313
|
+
var ModifyInstanceGroups$ = [
|
|
2265
2314
|
9,
|
|
2266
2315
|
n0,
|
|
2267
2316
|
_MIG,
|
|
2268
2317
|
0,
|
|
2269
|
-
() => ModifyInstanceGroupsInput
|
|
2318
|
+
() => ModifyInstanceGroupsInput$,
|
|
2270
2319
|
() => __Unit,
|
|
2271
2320
|
];
|
|
2272
|
-
var PutAutoScalingPolicy = [
|
|
2321
|
+
var PutAutoScalingPolicy$ = [
|
|
2273
2322
|
9,
|
|
2274
2323
|
n0,
|
|
2275
2324
|
_PASP,
|
|
2276
2325
|
0,
|
|
2277
|
-
() => PutAutoScalingPolicyInput
|
|
2278
|
-
() => PutAutoScalingPolicyOutput
|
|
2326
|
+
() => PutAutoScalingPolicyInput$,
|
|
2327
|
+
() => PutAutoScalingPolicyOutput$,
|
|
2279
2328
|
];
|
|
2280
|
-
var PutAutoTerminationPolicy = [
|
|
2329
|
+
var PutAutoTerminationPolicy$ = [
|
|
2281
2330
|
9,
|
|
2282
2331
|
n0,
|
|
2283
2332
|
_PATP,
|
|
2284
2333
|
0,
|
|
2285
|
-
() => PutAutoTerminationPolicyInput
|
|
2286
|
-
() => PutAutoTerminationPolicyOutput
|
|
2334
|
+
() => PutAutoTerminationPolicyInput$,
|
|
2335
|
+
() => PutAutoTerminationPolicyOutput$,
|
|
2287
2336
|
];
|
|
2288
|
-
var PutBlockPublicAccessConfiguration = [
|
|
2337
|
+
var PutBlockPublicAccessConfiguration$ = [
|
|
2289
2338
|
9,
|
|
2290
2339
|
n0,
|
|
2291
2340
|
_PBPAC,
|
|
2292
2341
|
0,
|
|
2293
|
-
() => PutBlockPublicAccessConfigurationInput
|
|
2294
|
-
() => PutBlockPublicAccessConfigurationOutput
|
|
2342
|
+
() => PutBlockPublicAccessConfigurationInput$,
|
|
2343
|
+
() => PutBlockPublicAccessConfigurationOutput$,
|
|
2295
2344
|
];
|
|
2296
|
-
var PutManagedScalingPolicy = [
|
|
2345
|
+
var PutManagedScalingPolicy$ = [
|
|
2297
2346
|
9,
|
|
2298
2347
|
n0,
|
|
2299
2348
|
_PMSP,
|
|
2300
2349
|
0,
|
|
2301
|
-
() => PutManagedScalingPolicyInput
|
|
2302
|
-
() => PutManagedScalingPolicyOutput
|
|
2350
|
+
() => PutManagedScalingPolicyInput$,
|
|
2351
|
+
() => PutManagedScalingPolicyOutput$,
|
|
2303
2352
|
];
|
|
2304
|
-
var RemoveAutoScalingPolicy = [
|
|
2353
|
+
var RemoveAutoScalingPolicy$ = [
|
|
2305
2354
|
9,
|
|
2306
2355
|
n0,
|
|
2307
2356
|
_RASP,
|
|
2308
2357
|
0,
|
|
2309
|
-
() => RemoveAutoScalingPolicyInput
|
|
2310
|
-
() => RemoveAutoScalingPolicyOutput
|
|
2358
|
+
() => RemoveAutoScalingPolicyInput$,
|
|
2359
|
+
() => RemoveAutoScalingPolicyOutput$,
|
|
2311
2360
|
];
|
|
2312
|
-
var RemoveAutoTerminationPolicy = [
|
|
2361
|
+
var RemoveAutoTerminationPolicy$ = [
|
|
2313
2362
|
9,
|
|
2314
2363
|
n0,
|
|
2315
2364
|
_RATP,
|
|
2316
2365
|
0,
|
|
2317
|
-
() => RemoveAutoTerminationPolicyInput
|
|
2318
|
-
() => RemoveAutoTerminationPolicyOutput
|
|
2366
|
+
() => RemoveAutoTerminationPolicyInput$,
|
|
2367
|
+
() => RemoveAutoTerminationPolicyOutput$,
|
|
2319
2368
|
];
|
|
2320
|
-
var RemoveManagedScalingPolicy = [
|
|
2369
|
+
var RemoveManagedScalingPolicy$ = [
|
|
2321
2370
|
9,
|
|
2322
2371
|
n0,
|
|
2323
2372
|
_RMSP,
|
|
2324
2373
|
0,
|
|
2325
|
-
() => RemoveManagedScalingPolicyInput
|
|
2326
|
-
() => RemoveManagedScalingPolicyOutput
|
|
2374
|
+
() => RemoveManagedScalingPolicyInput$,
|
|
2375
|
+
() => RemoveManagedScalingPolicyOutput$,
|
|
2327
2376
|
];
|
|
2328
|
-
var RemoveTags = [9, n0, _RTe, 0, () => RemoveTagsInput
|
|
2329
|
-
var RunJobFlow = [9, n0, _RJF, 0, () => RunJobFlowInput
|
|
2330
|
-
var SetKeepJobFlowAliveWhenNoSteps = [
|
|
2377
|
+
var RemoveTags$ = [9, n0, _RTe, 0, () => RemoveTagsInput$, () => RemoveTagsOutput$];
|
|
2378
|
+
var RunJobFlow$ = [9, n0, _RJF, 0, () => RunJobFlowInput$, () => RunJobFlowOutput$];
|
|
2379
|
+
var SetKeepJobFlowAliveWhenNoSteps$ = [
|
|
2331
2380
|
9,
|
|
2332
2381
|
n0,
|
|
2333
2382
|
_SKJFAWNS,
|
|
2334
2383
|
0,
|
|
2335
|
-
() => SetKeepJobFlowAliveWhenNoStepsInput
|
|
2384
|
+
() => SetKeepJobFlowAliveWhenNoStepsInput$,
|
|
2336
2385
|
() => __Unit,
|
|
2337
2386
|
];
|
|
2338
|
-
var SetTerminationProtection = [
|
|
2387
|
+
var SetTerminationProtection$ = [
|
|
2339
2388
|
9,
|
|
2340
2389
|
n0,
|
|
2341
2390
|
_STP,
|
|
2342
2391
|
0,
|
|
2343
|
-
() => SetTerminationProtectionInput
|
|
2392
|
+
() => SetTerminationProtectionInput$,
|
|
2344
2393
|
() => __Unit,
|
|
2345
2394
|
];
|
|
2346
|
-
var SetUnhealthyNodeReplacement = [
|
|
2395
|
+
var SetUnhealthyNodeReplacement$ = [
|
|
2347
2396
|
9,
|
|
2348
2397
|
n0,
|
|
2349
2398
|
_SUNR,
|
|
2350
2399
|
0,
|
|
2351
|
-
() => SetUnhealthyNodeReplacementInput
|
|
2400
|
+
() => SetUnhealthyNodeReplacementInput$,
|
|
2352
2401
|
() => __Unit,
|
|
2353
2402
|
];
|
|
2354
|
-
var SetVisibleToAllUsers = [
|
|
2403
|
+
var SetVisibleToAllUsers$ = [
|
|
2355
2404
|
9,
|
|
2356
2405
|
n0,
|
|
2357
2406
|
_SVTAU,
|
|
2358
2407
|
0,
|
|
2359
|
-
() => SetVisibleToAllUsersInput
|
|
2408
|
+
() => SetVisibleToAllUsersInput$,
|
|
2360
2409
|
() => __Unit,
|
|
2361
2410
|
];
|
|
2362
|
-
var StartNotebookExecution = [
|
|
2411
|
+
var StartNotebookExecution$ = [
|
|
2363
2412
|
9,
|
|
2364
2413
|
n0,
|
|
2365
2414
|
_SNE,
|
|
2366
2415
|
0,
|
|
2367
|
-
() => StartNotebookExecutionInput
|
|
2368
|
-
() => StartNotebookExecutionOutput
|
|
2416
|
+
() => StartNotebookExecutionInput$,
|
|
2417
|
+
() => StartNotebookExecutionOutput$,
|
|
2369
2418
|
];
|
|
2370
|
-
var StopNotebookExecution = [
|
|
2419
|
+
var StopNotebookExecution$ = [
|
|
2371
2420
|
9,
|
|
2372
2421
|
n0,
|
|
2373
2422
|
_SNEt,
|
|
2374
2423
|
0,
|
|
2375
|
-
() => StopNotebookExecutionInput
|
|
2424
|
+
() => StopNotebookExecutionInput$,
|
|
2376
2425
|
() => __Unit,
|
|
2377
2426
|
];
|
|
2378
|
-
var TerminateJobFlows = [9, n0, _TJF, 0, () => TerminateJobFlowsInput
|
|
2379
|
-
var UpdateStudio = [9, n0, _USp, 0, () => UpdateStudioInput
|
|
2380
|
-
var UpdateStudioSessionMapping = [
|
|
2427
|
+
var TerminateJobFlows$ = [9, n0, _TJF, 0, () => TerminateJobFlowsInput$, () => __Unit];
|
|
2428
|
+
var UpdateStudio$ = [9, n0, _USp, 0, () => UpdateStudioInput$, () => __Unit];
|
|
2429
|
+
var UpdateStudioSessionMapping$ = [
|
|
2381
2430
|
9,
|
|
2382
2431
|
n0,
|
|
2383
2432
|
_USSM,
|
|
2384
2433
|
0,
|
|
2385
|
-
() => UpdateStudioSessionMappingInput
|
|
2434
|
+
() => UpdateStudioSessionMappingInput$,
|
|
2386
2435
|
() => __Unit,
|
|
2387
2436
|
];
|
|
2388
2437
|
|
|
@@ -2394,7 +2443,7 @@ class AddInstanceFleetCommand extends smithyClient.Command
|
|
|
2394
2443
|
})
|
|
2395
2444
|
.s("ElasticMapReduce", "AddInstanceFleet", {})
|
|
2396
2445
|
.n("EMRClient", "AddInstanceFleetCommand")
|
|
2397
|
-
.sc(AddInstanceFleet)
|
|
2446
|
+
.sc(AddInstanceFleet$)
|
|
2398
2447
|
.build() {
|
|
2399
2448
|
}
|
|
2400
2449
|
|
|
@@ -2406,7 +2455,7 @@ class AddInstanceGroupsCommand extends smithyClient.Command
|
|
|
2406
2455
|
})
|
|
2407
2456
|
.s("ElasticMapReduce", "AddInstanceGroups", {})
|
|
2408
2457
|
.n("EMRClient", "AddInstanceGroupsCommand")
|
|
2409
|
-
.sc(AddInstanceGroups)
|
|
2458
|
+
.sc(AddInstanceGroups$)
|
|
2410
2459
|
.build() {
|
|
2411
2460
|
}
|
|
2412
2461
|
|
|
@@ -2418,7 +2467,7 @@ class AddJobFlowStepsCommand extends smithyClient.Command
|
|
|
2418
2467
|
})
|
|
2419
2468
|
.s("ElasticMapReduce", "AddJobFlowSteps", {})
|
|
2420
2469
|
.n("EMRClient", "AddJobFlowStepsCommand")
|
|
2421
|
-
.sc(AddJobFlowSteps)
|
|
2470
|
+
.sc(AddJobFlowSteps$)
|
|
2422
2471
|
.build() {
|
|
2423
2472
|
}
|
|
2424
2473
|
|
|
@@ -2430,7 +2479,7 @@ class AddTagsCommand extends smithyClient.Command
|
|
|
2430
2479
|
})
|
|
2431
2480
|
.s("ElasticMapReduce", "AddTags", {})
|
|
2432
2481
|
.n("EMRClient", "AddTagsCommand")
|
|
2433
|
-
.sc(AddTags)
|
|
2482
|
+
.sc(AddTags$)
|
|
2434
2483
|
.build() {
|
|
2435
2484
|
}
|
|
2436
2485
|
|
|
@@ -2442,7 +2491,7 @@ class CancelStepsCommand extends smithyClient.Command
|
|
|
2442
2491
|
})
|
|
2443
2492
|
.s("ElasticMapReduce", "CancelSteps", {})
|
|
2444
2493
|
.n("EMRClient", "CancelStepsCommand")
|
|
2445
|
-
.sc(CancelSteps)
|
|
2494
|
+
.sc(CancelSteps$)
|
|
2446
2495
|
.build() {
|
|
2447
2496
|
}
|
|
2448
2497
|
|
|
@@ -2454,7 +2503,7 @@ class CreatePersistentAppUICommand extends smithyClient.Command
|
|
|
2454
2503
|
})
|
|
2455
2504
|
.s("ElasticMapReduce", "CreatePersistentAppUI", {})
|
|
2456
2505
|
.n("EMRClient", "CreatePersistentAppUICommand")
|
|
2457
|
-
.sc(CreatePersistentAppUI)
|
|
2506
|
+
.sc(CreatePersistentAppUI$)
|
|
2458
2507
|
.build() {
|
|
2459
2508
|
}
|
|
2460
2509
|
|
|
@@ -2466,7 +2515,7 @@ class CreateSecurityConfigurationCommand extends smithyClient.Command
|
|
|
2466
2515
|
})
|
|
2467
2516
|
.s("ElasticMapReduce", "CreateSecurityConfiguration", {})
|
|
2468
2517
|
.n("EMRClient", "CreateSecurityConfigurationCommand")
|
|
2469
|
-
.sc(CreateSecurityConfiguration)
|
|
2518
|
+
.sc(CreateSecurityConfiguration$)
|
|
2470
2519
|
.build() {
|
|
2471
2520
|
}
|
|
2472
2521
|
|
|
@@ -2478,7 +2527,7 @@ class CreateStudioCommand extends smithyClient.Command
|
|
|
2478
2527
|
})
|
|
2479
2528
|
.s("ElasticMapReduce", "CreateStudio", {})
|
|
2480
2529
|
.n("EMRClient", "CreateStudioCommand")
|
|
2481
|
-
.sc(CreateStudio)
|
|
2530
|
+
.sc(CreateStudio$)
|
|
2482
2531
|
.build() {
|
|
2483
2532
|
}
|
|
2484
2533
|
|
|
@@ -2490,7 +2539,7 @@ class CreateStudioSessionMappingCommand extends smithyClient.Command
|
|
|
2490
2539
|
})
|
|
2491
2540
|
.s("ElasticMapReduce", "CreateStudioSessionMapping", {})
|
|
2492
2541
|
.n("EMRClient", "CreateStudioSessionMappingCommand")
|
|
2493
|
-
.sc(CreateStudioSessionMapping)
|
|
2542
|
+
.sc(CreateStudioSessionMapping$)
|
|
2494
2543
|
.build() {
|
|
2495
2544
|
}
|
|
2496
2545
|
|
|
@@ -2502,7 +2551,7 @@ class DeleteSecurityConfigurationCommand extends smithyClient.Command
|
|
|
2502
2551
|
})
|
|
2503
2552
|
.s("ElasticMapReduce", "DeleteSecurityConfiguration", {})
|
|
2504
2553
|
.n("EMRClient", "DeleteSecurityConfigurationCommand")
|
|
2505
|
-
.sc(DeleteSecurityConfiguration)
|
|
2554
|
+
.sc(DeleteSecurityConfiguration$)
|
|
2506
2555
|
.build() {
|
|
2507
2556
|
}
|
|
2508
2557
|
|
|
@@ -2514,7 +2563,7 @@ class DeleteStudioCommand extends smithyClient.Command
|
|
|
2514
2563
|
})
|
|
2515
2564
|
.s("ElasticMapReduce", "DeleteStudio", {})
|
|
2516
2565
|
.n("EMRClient", "DeleteStudioCommand")
|
|
2517
|
-
.sc(DeleteStudio)
|
|
2566
|
+
.sc(DeleteStudio$)
|
|
2518
2567
|
.build() {
|
|
2519
2568
|
}
|
|
2520
2569
|
|
|
@@ -2526,7 +2575,7 @@ class DeleteStudioSessionMappingCommand extends smithyClient.Command
|
|
|
2526
2575
|
})
|
|
2527
2576
|
.s("ElasticMapReduce", "DeleteStudioSessionMapping", {})
|
|
2528
2577
|
.n("EMRClient", "DeleteStudioSessionMappingCommand")
|
|
2529
|
-
.sc(DeleteStudioSessionMapping)
|
|
2578
|
+
.sc(DeleteStudioSessionMapping$)
|
|
2530
2579
|
.build() {
|
|
2531
2580
|
}
|
|
2532
2581
|
|
|
@@ -2538,7 +2587,7 @@ class DescribeClusterCommand extends smithyClient.Command
|
|
|
2538
2587
|
})
|
|
2539
2588
|
.s("ElasticMapReduce", "DescribeCluster", {})
|
|
2540
2589
|
.n("EMRClient", "DescribeClusterCommand")
|
|
2541
|
-
.sc(DescribeCluster)
|
|
2590
|
+
.sc(DescribeCluster$)
|
|
2542
2591
|
.build() {
|
|
2543
2592
|
}
|
|
2544
2593
|
|
|
@@ -2550,7 +2599,7 @@ class DescribeJobFlowsCommand extends smithyClient.Command
|
|
|
2550
2599
|
})
|
|
2551
2600
|
.s("ElasticMapReduce", "DescribeJobFlows", {})
|
|
2552
2601
|
.n("EMRClient", "DescribeJobFlowsCommand")
|
|
2553
|
-
.sc(DescribeJobFlows)
|
|
2602
|
+
.sc(DescribeJobFlows$)
|
|
2554
2603
|
.build() {
|
|
2555
2604
|
}
|
|
2556
2605
|
|
|
@@ -2562,7 +2611,7 @@ class DescribeNotebookExecutionCommand extends smithyClient.Command
|
|
|
2562
2611
|
})
|
|
2563
2612
|
.s("ElasticMapReduce", "DescribeNotebookExecution", {})
|
|
2564
2613
|
.n("EMRClient", "DescribeNotebookExecutionCommand")
|
|
2565
|
-
.sc(DescribeNotebookExecution)
|
|
2614
|
+
.sc(DescribeNotebookExecution$)
|
|
2566
2615
|
.build() {
|
|
2567
2616
|
}
|
|
2568
2617
|
|
|
@@ -2574,7 +2623,7 @@ class DescribePersistentAppUICommand extends smithyClient.Command
|
|
|
2574
2623
|
})
|
|
2575
2624
|
.s("ElasticMapReduce", "DescribePersistentAppUI", {})
|
|
2576
2625
|
.n("EMRClient", "DescribePersistentAppUICommand")
|
|
2577
|
-
.sc(DescribePersistentAppUI)
|
|
2626
|
+
.sc(DescribePersistentAppUI$)
|
|
2578
2627
|
.build() {
|
|
2579
2628
|
}
|
|
2580
2629
|
|
|
@@ -2586,7 +2635,7 @@ class DescribeReleaseLabelCommand extends smithyClient.Command
|
|
|
2586
2635
|
})
|
|
2587
2636
|
.s("ElasticMapReduce", "DescribeReleaseLabel", {})
|
|
2588
2637
|
.n("EMRClient", "DescribeReleaseLabelCommand")
|
|
2589
|
-
.sc(DescribeReleaseLabel)
|
|
2638
|
+
.sc(DescribeReleaseLabel$)
|
|
2590
2639
|
.build() {
|
|
2591
2640
|
}
|
|
2592
2641
|
|
|
@@ -2598,7 +2647,7 @@ class DescribeSecurityConfigurationCommand extends smithyClient.Command
|
|
|
2598
2647
|
})
|
|
2599
2648
|
.s("ElasticMapReduce", "DescribeSecurityConfiguration", {})
|
|
2600
2649
|
.n("EMRClient", "DescribeSecurityConfigurationCommand")
|
|
2601
|
-
.sc(DescribeSecurityConfiguration)
|
|
2650
|
+
.sc(DescribeSecurityConfiguration$)
|
|
2602
2651
|
.build() {
|
|
2603
2652
|
}
|
|
2604
2653
|
|
|
@@ -2610,7 +2659,7 @@ class DescribeStepCommand extends smithyClient.Command
|
|
|
2610
2659
|
})
|
|
2611
2660
|
.s("ElasticMapReduce", "DescribeStep", {})
|
|
2612
2661
|
.n("EMRClient", "DescribeStepCommand")
|
|
2613
|
-
.sc(DescribeStep)
|
|
2662
|
+
.sc(DescribeStep$)
|
|
2614
2663
|
.build() {
|
|
2615
2664
|
}
|
|
2616
2665
|
|
|
@@ -2622,7 +2671,7 @@ class DescribeStudioCommand extends smithyClient.Command
|
|
|
2622
2671
|
})
|
|
2623
2672
|
.s("ElasticMapReduce", "DescribeStudio", {})
|
|
2624
2673
|
.n("EMRClient", "DescribeStudioCommand")
|
|
2625
|
-
.sc(DescribeStudio)
|
|
2674
|
+
.sc(DescribeStudio$)
|
|
2626
2675
|
.build() {
|
|
2627
2676
|
}
|
|
2628
2677
|
|
|
@@ -2634,7 +2683,7 @@ class GetAutoTerminationPolicyCommand extends smithyClient.Command
|
|
|
2634
2683
|
})
|
|
2635
2684
|
.s("ElasticMapReduce", "GetAutoTerminationPolicy", {})
|
|
2636
2685
|
.n("EMRClient", "GetAutoTerminationPolicyCommand")
|
|
2637
|
-
.sc(GetAutoTerminationPolicy)
|
|
2686
|
+
.sc(GetAutoTerminationPolicy$)
|
|
2638
2687
|
.build() {
|
|
2639
2688
|
}
|
|
2640
2689
|
|
|
@@ -2646,7 +2695,7 @@ class GetBlockPublicAccessConfigurationCommand extends smithyClient.Command
|
|
|
2646
2695
|
})
|
|
2647
2696
|
.s("ElasticMapReduce", "GetBlockPublicAccessConfiguration", {})
|
|
2648
2697
|
.n("EMRClient", "GetBlockPublicAccessConfigurationCommand")
|
|
2649
|
-
.sc(GetBlockPublicAccessConfiguration)
|
|
2698
|
+
.sc(GetBlockPublicAccessConfiguration$)
|
|
2650
2699
|
.build() {
|
|
2651
2700
|
}
|
|
2652
2701
|
|
|
@@ -2658,7 +2707,7 @@ class GetClusterSessionCredentialsCommand extends smithyClient.Command
|
|
|
2658
2707
|
})
|
|
2659
2708
|
.s("ElasticMapReduce", "GetClusterSessionCredentials", {})
|
|
2660
2709
|
.n("EMRClient", "GetClusterSessionCredentialsCommand")
|
|
2661
|
-
.sc(GetClusterSessionCredentials)
|
|
2710
|
+
.sc(GetClusterSessionCredentials$)
|
|
2662
2711
|
.build() {
|
|
2663
2712
|
}
|
|
2664
2713
|
|
|
@@ -2670,7 +2719,7 @@ class GetManagedScalingPolicyCommand extends smithyClient.Command
|
|
|
2670
2719
|
})
|
|
2671
2720
|
.s("ElasticMapReduce", "GetManagedScalingPolicy", {})
|
|
2672
2721
|
.n("EMRClient", "GetManagedScalingPolicyCommand")
|
|
2673
|
-
.sc(GetManagedScalingPolicy)
|
|
2722
|
+
.sc(GetManagedScalingPolicy$)
|
|
2674
2723
|
.build() {
|
|
2675
2724
|
}
|
|
2676
2725
|
|
|
@@ -2682,7 +2731,7 @@ class GetOnClusterAppUIPresignedURLCommand extends smithyClient.Command
|
|
|
2682
2731
|
})
|
|
2683
2732
|
.s("ElasticMapReduce", "GetOnClusterAppUIPresignedURL", {})
|
|
2684
2733
|
.n("EMRClient", "GetOnClusterAppUIPresignedURLCommand")
|
|
2685
|
-
.sc(GetOnClusterAppUIPresignedURL)
|
|
2734
|
+
.sc(GetOnClusterAppUIPresignedURL$)
|
|
2686
2735
|
.build() {
|
|
2687
2736
|
}
|
|
2688
2737
|
|
|
@@ -2694,7 +2743,7 @@ class GetPersistentAppUIPresignedURLCommand extends smithyClient.Command
|
|
|
2694
2743
|
})
|
|
2695
2744
|
.s("ElasticMapReduce", "GetPersistentAppUIPresignedURL", {})
|
|
2696
2745
|
.n("EMRClient", "GetPersistentAppUIPresignedURLCommand")
|
|
2697
|
-
.sc(GetPersistentAppUIPresignedURL)
|
|
2746
|
+
.sc(GetPersistentAppUIPresignedURL$)
|
|
2698
2747
|
.build() {
|
|
2699
2748
|
}
|
|
2700
2749
|
|
|
@@ -2706,7 +2755,7 @@ class GetStudioSessionMappingCommand extends smithyClient.Command
|
|
|
2706
2755
|
})
|
|
2707
2756
|
.s("ElasticMapReduce", "GetStudioSessionMapping", {})
|
|
2708
2757
|
.n("EMRClient", "GetStudioSessionMappingCommand")
|
|
2709
|
-
.sc(GetStudioSessionMapping)
|
|
2758
|
+
.sc(GetStudioSessionMapping$)
|
|
2710
2759
|
.build() {
|
|
2711
2760
|
}
|
|
2712
2761
|
|
|
@@ -2718,7 +2767,7 @@ class ListBootstrapActionsCommand extends smithyClient.Command
|
|
|
2718
2767
|
})
|
|
2719
2768
|
.s("ElasticMapReduce", "ListBootstrapActions", {})
|
|
2720
2769
|
.n("EMRClient", "ListBootstrapActionsCommand")
|
|
2721
|
-
.sc(ListBootstrapActions)
|
|
2770
|
+
.sc(ListBootstrapActions$)
|
|
2722
2771
|
.build() {
|
|
2723
2772
|
}
|
|
2724
2773
|
|
|
@@ -2730,7 +2779,7 @@ class ListClustersCommand extends smithyClient.Command
|
|
|
2730
2779
|
})
|
|
2731
2780
|
.s("ElasticMapReduce", "ListClusters", {})
|
|
2732
2781
|
.n("EMRClient", "ListClustersCommand")
|
|
2733
|
-
.sc(ListClusters)
|
|
2782
|
+
.sc(ListClusters$)
|
|
2734
2783
|
.build() {
|
|
2735
2784
|
}
|
|
2736
2785
|
|
|
@@ -2742,7 +2791,7 @@ class ListInstanceFleetsCommand extends smithyClient.Command
|
|
|
2742
2791
|
})
|
|
2743
2792
|
.s("ElasticMapReduce", "ListInstanceFleets", {})
|
|
2744
2793
|
.n("EMRClient", "ListInstanceFleetsCommand")
|
|
2745
|
-
.sc(ListInstanceFleets)
|
|
2794
|
+
.sc(ListInstanceFleets$)
|
|
2746
2795
|
.build() {
|
|
2747
2796
|
}
|
|
2748
2797
|
|
|
@@ -2754,7 +2803,7 @@ class ListInstanceGroupsCommand extends smithyClient.Command
|
|
|
2754
2803
|
})
|
|
2755
2804
|
.s("ElasticMapReduce", "ListInstanceGroups", {})
|
|
2756
2805
|
.n("EMRClient", "ListInstanceGroupsCommand")
|
|
2757
|
-
.sc(ListInstanceGroups)
|
|
2806
|
+
.sc(ListInstanceGroups$)
|
|
2758
2807
|
.build() {
|
|
2759
2808
|
}
|
|
2760
2809
|
|
|
@@ -2766,7 +2815,7 @@ class ListInstancesCommand extends smithyClient.Command
|
|
|
2766
2815
|
})
|
|
2767
2816
|
.s("ElasticMapReduce", "ListInstances", {})
|
|
2768
2817
|
.n("EMRClient", "ListInstancesCommand")
|
|
2769
|
-
.sc(ListInstances)
|
|
2818
|
+
.sc(ListInstances$)
|
|
2770
2819
|
.build() {
|
|
2771
2820
|
}
|
|
2772
2821
|
|
|
@@ -2778,7 +2827,7 @@ class ListNotebookExecutionsCommand extends smithyClient.Command
|
|
|
2778
2827
|
})
|
|
2779
2828
|
.s("ElasticMapReduce", "ListNotebookExecutions", {})
|
|
2780
2829
|
.n("EMRClient", "ListNotebookExecutionsCommand")
|
|
2781
|
-
.sc(ListNotebookExecutions)
|
|
2830
|
+
.sc(ListNotebookExecutions$)
|
|
2782
2831
|
.build() {
|
|
2783
2832
|
}
|
|
2784
2833
|
|
|
@@ -2790,7 +2839,7 @@ class ListReleaseLabelsCommand extends smithyClient.Command
|
|
|
2790
2839
|
})
|
|
2791
2840
|
.s("ElasticMapReduce", "ListReleaseLabels", {})
|
|
2792
2841
|
.n("EMRClient", "ListReleaseLabelsCommand")
|
|
2793
|
-
.sc(ListReleaseLabels)
|
|
2842
|
+
.sc(ListReleaseLabels$)
|
|
2794
2843
|
.build() {
|
|
2795
2844
|
}
|
|
2796
2845
|
|
|
@@ -2802,7 +2851,7 @@ class ListSecurityConfigurationsCommand extends smithyClient.Command
|
|
|
2802
2851
|
})
|
|
2803
2852
|
.s("ElasticMapReduce", "ListSecurityConfigurations", {})
|
|
2804
2853
|
.n("EMRClient", "ListSecurityConfigurationsCommand")
|
|
2805
|
-
.sc(ListSecurityConfigurations)
|
|
2854
|
+
.sc(ListSecurityConfigurations$)
|
|
2806
2855
|
.build() {
|
|
2807
2856
|
}
|
|
2808
2857
|
|
|
@@ -2814,7 +2863,7 @@ class ListStepsCommand extends smithyClient.Command
|
|
|
2814
2863
|
})
|
|
2815
2864
|
.s("ElasticMapReduce", "ListSteps", {})
|
|
2816
2865
|
.n("EMRClient", "ListStepsCommand")
|
|
2817
|
-
.sc(ListSteps)
|
|
2866
|
+
.sc(ListSteps$)
|
|
2818
2867
|
.build() {
|
|
2819
2868
|
}
|
|
2820
2869
|
|
|
@@ -2826,7 +2875,7 @@ class ListStudiosCommand extends smithyClient.Command
|
|
|
2826
2875
|
})
|
|
2827
2876
|
.s("ElasticMapReduce", "ListStudios", {})
|
|
2828
2877
|
.n("EMRClient", "ListStudiosCommand")
|
|
2829
|
-
.sc(ListStudios)
|
|
2878
|
+
.sc(ListStudios$)
|
|
2830
2879
|
.build() {
|
|
2831
2880
|
}
|
|
2832
2881
|
|
|
@@ -2838,7 +2887,7 @@ class ListStudioSessionMappingsCommand extends smithyClient.Command
|
|
|
2838
2887
|
})
|
|
2839
2888
|
.s("ElasticMapReduce", "ListStudioSessionMappings", {})
|
|
2840
2889
|
.n("EMRClient", "ListStudioSessionMappingsCommand")
|
|
2841
|
-
.sc(ListStudioSessionMappings)
|
|
2890
|
+
.sc(ListStudioSessionMappings$)
|
|
2842
2891
|
.build() {
|
|
2843
2892
|
}
|
|
2844
2893
|
|
|
@@ -2850,7 +2899,7 @@ class ListSupportedInstanceTypesCommand extends smithyClient.Command
|
|
|
2850
2899
|
})
|
|
2851
2900
|
.s("ElasticMapReduce", "ListSupportedInstanceTypes", {})
|
|
2852
2901
|
.n("EMRClient", "ListSupportedInstanceTypesCommand")
|
|
2853
|
-
.sc(ListSupportedInstanceTypes)
|
|
2902
|
+
.sc(ListSupportedInstanceTypes$)
|
|
2854
2903
|
.build() {
|
|
2855
2904
|
}
|
|
2856
2905
|
|
|
@@ -2862,7 +2911,7 @@ class ModifyClusterCommand extends smithyClient.Command
|
|
|
2862
2911
|
})
|
|
2863
2912
|
.s("ElasticMapReduce", "ModifyCluster", {})
|
|
2864
2913
|
.n("EMRClient", "ModifyClusterCommand")
|
|
2865
|
-
.sc(ModifyCluster)
|
|
2914
|
+
.sc(ModifyCluster$)
|
|
2866
2915
|
.build() {
|
|
2867
2916
|
}
|
|
2868
2917
|
|
|
@@ -2874,7 +2923,7 @@ class ModifyInstanceFleetCommand extends smithyClient.Command
|
|
|
2874
2923
|
})
|
|
2875
2924
|
.s("ElasticMapReduce", "ModifyInstanceFleet", {})
|
|
2876
2925
|
.n("EMRClient", "ModifyInstanceFleetCommand")
|
|
2877
|
-
.sc(ModifyInstanceFleet)
|
|
2926
|
+
.sc(ModifyInstanceFleet$)
|
|
2878
2927
|
.build() {
|
|
2879
2928
|
}
|
|
2880
2929
|
|
|
@@ -2886,7 +2935,7 @@ class ModifyInstanceGroupsCommand extends smithyClient.Command
|
|
|
2886
2935
|
})
|
|
2887
2936
|
.s("ElasticMapReduce", "ModifyInstanceGroups", {})
|
|
2888
2937
|
.n("EMRClient", "ModifyInstanceGroupsCommand")
|
|
2889
|
-
.sc(ModifyInstanceGroups)
|
|
2938
|
+
.sc(ModifyInstanceGroups$)
|
|
2890
2939
|
.build() {
|
|
2891
2940
|
}
|
|
2892
2941
|
|
|
@@ -2898,7 +2947,7 @@ class PutAutoScalingPolicyCommand extends smithyClient.Command
|
|
|
2898
2947
|
})
|
|
2899
2948
|
.s("ElasticMapReduce", "PutAutoScalingPolicy", {})
|
|
2900
2949
|
.n("EMRClient", "PutAutoScalingPolicyCommand")
|
|
2901
|
-
.sc(PutAutoScalingPolicy)
|
|
2950
|
+
.sc(PutAutoScalingPolicy$)
|
|
2902
2951
|
.build() {
|
|
2903
2952
|
}
|
|
2904
2953
|
|
|
@@ -2910,7 +2959,7 @@ class PutAutoTerminationPolicyCommand extends smithyClient.Command
|
|
|
2910
2959
|
})
|
|
2911
2960
|
.s("ElasticMapReduce", "PutAutoTerminationPolicy", {})
|
|
2912
2961
|
.n("EMRClient", "PutAutoTerminationPolicyCommand")
|
|
2913
|
-
.sc(PutAutoTerminationPolicy)
|
|
2962
|
+
.sc(PutAutoTerminationPolicy$)
|
|
2914
2963
|
.build() {
|
|
2915
2964
|
}
|
|
2916
2965
|
|
|
@@ -2922,7 +2971,7 @@ class PutBlockPublicAccessConfigurationCommand extends smithyClient.Command
|
|
|
2922
2971
|
})
|
|
2923
2972
|
.s("ElasticMapReduce", "PutBlockPublicAccessConfiguration", {})
|
|
2924
2973
|
.n("EMRClient", "PutBlockPublicAccessConfigurationCommand")
|
|
2925
|
-
.sc(PutBlockPublicAccessConfiguration)
|
|
2974
|
+
.sc(PutBlockPublicAccessConfiguration$)
|
|
2926
2975
|
.build() {
|
|
2927
2976
|
}
|
|
2928
2977
|
|
|
@@ -2934,7 +2983,7 @@ class PutManagedScalingPolicyCommand extends smithyClient.Command
|
|
|
2934
2983
|
})
|
|
2935
2984
|
.s("ElasticMapReduce", "PutManagedScalingPolicy", {})
|
|
2936
2985
|
.n("EMRClient", "PutManagedScalingPolicyCommand")
|
|
2937
|
-
.sc(PutManagedScalingPolicy)
|
|
2986
|
+
.sc(PutManagedScalingPolicy$)
|
|
2938
2987
|
.build() {
|
|
2939
2988
|
}
|
|
2940
2989
|
|
|
@@ -2946,7 +2995,7 @@ class RemoveAutoScalingPolicyCommand extends smithyClient.Command
|
|
|
2946
2995
|
})
|
|
2947
2996
|
.s("ElasticMapReduce", "RemoveAutoScalingPolicy", {})
|
|
2948
2997
|
.n("EMRClient", "RemoveAutoScalingPolicyCommand")
|
|
2949
|
-
.sc(RemoveAutoScalingPolicy)
|
|
2998
|
+
.sc(RemoveAutoScalingPolicy$)
|
|
2950
2999
|
.build() {
|
|
2951
3000
|
}
|
|
2952
3001
|
|
|
@@ -2958,7 +3007,7 @@ class RemoveAutoTerminationPolicyCommand extends smithyClient.Command
|
|
|
2958
3007
|
})
|
|
2959
3008
|
.s("ElasticMapReduce", "RemoveAutoTerminationPolicy", {})
|
|
2960
3009
|
.n("EMRClient", "RemoveAutoTerminationPolicyCommand")
|
|
2961
|
-
.sc(RemoveAutoTerminationPolicy)
|
|
3010
|
+
.sc(RemoveAutoTerminationPolicy$)
|
|
2962
3011
|
.build() {
|
|
2963
3012
|
}
|
|
2964
3013
|
|
|
@@ -2970,7 +3019,7 @@ class RemoveManagedScalingPolicyCommand extends smithyClient.Command
|
|
|
2970
3019
|
})
|
|
2971
3020
|
.s("ElasticMapReduce", "RemoveManagedScalingPolicy", {})
|
|
2972
3021
|
.n("EMRClient", "RemoveManagedScalingPolicyCommand")
|
|
2973
|
-
.sc(RemoveManagedScalingPolicy)
|
|
3022
|
+
.sc(RemoveManagedScalingPolicy$)
|
|
2974
3023
|
.build() {
|
|
2975
3024
|
}
|
|
2976
3025
|
|
|
@@ -2982,7 +3031,7 @@ class RemoveTagsCommand extends smithyClient.Command
|
|
|
2982
3031
|
})
|
|
2983
3032
|
.s("ElasticMapReduce", "RemoveTags", {})
|
|
2984
3033
|
.n("EMRClient", "RemoveTagsCommand")
|
|
2985
|
-
.sc(RemoveTags)
|
|
3034
|
+
.sc(RemoveTags$)
|
|
2986
3035
|
.build() {
|
|
2987
3036
|
}
|
|
2988
3037
|
|
|
@@ -2994,7 +3043,7 @@ class RunJobFlowCommand extends smithyClient.Command
|
|
|
2994
3043
|
})
|
|
2995
3044
|
.s("ElasticMapReduce", "RunJobFlow", {})
|
|
2996
3045
|
.n("EMRClient", "RunJobFlowCommand")
|
|
2997
|
-
.sc(RunJobFlow)
|
|
3046
|
+
.sc(RunJobFlow$)
|
|
2998
3047
|
.build() {
|
|
2999
3048
|
}
|
|
3000
3049
|
|
|
@@ -3006,7 +3055,7 @@ class SetKeepJobFlowAliveWhenNoStepsCommand extends smithyClient.Command
|
|
|
3006
3055
|
})
|
|
3007
3056
|
.s("ElasticMapReduce", "SetKeepJobFlowAliveWhenNoSteps", {})
|
|
3008
3057
|
.n("EMRClient", "SetKeepJobFlowAliveWhenNoStepsCommand")
|
|
3009
|
-
.sc(SetKeepJobFlowAliveWhenNoSteps)
|
|
3058
|
+
.sc(SetKeepJobFlowAliveWhenNoSteps$)
|
|
3010
3059
|
.build() {
|
|
3011
3060
|
}
|
|
3012
3061
|
|
|
@@ -3018,7 +3067,7 @@ class SetTerminationProtectionCommand extends smithyClient.Command
|
|
|
3018
3067
|
})
|
|
3019
3068
|
.s("ElasticMapReduce", "SetTerminationProtection", {})
|
|
3020
3069
|
.n("EMRClient", "SetTerminationProtectionCommand")
|
|
3021
|
-
.sc(SetTerminationProtection)
|
|
3070
|
+
.sc(SetTerminationProtection$)
|
|
3022
3071
|
.build() {
|
|
3023
3072
|
}
|
|
3024
3073
|
|
|
@@ -3030,7 +3079,7 @@ class SetUnhealthyNodeReplacementCommand extends smithyClient.Command
|
|
|
3030
3079
|
})
|
|
3031
3080
|
.s("ElasticMapReduce", "SetUnhealthyNodeReplacement", {})
|
|
3032
3081
|
.n("EMRClient", "SetUnhealthyNodeReplacementCommand")
|
|
3033
|
-
.sc(SetUnhealthyNodeReplacement)
|
|
3082
|
+
.sc(SetUnhealthyNodeReplacement$)
|
|
3034
3083
|
.build() {
|
|
3035
3084
|
}
|
|
3036
3085
|
|
|
@@ -3042,7 +3091,7 @@ class SetVisibleToAllUsersCommand extends smithyClient.Command
|
|
|
3042
3091
|
})
|
|
3043
3092
|
.s("ElasticMapReduce", "SetVisibleToAllUsers", {})
|
|
3044
3093
|
.n("EMRClient", "SetVisibleToAllUsersCommand")
|
|
3045
|
-
.sc(SetVisibleToAllUsers)
|
|
3094
|
+
.sc(SetVisibleToAllUsers$)
|
|
3046
3095
|
.build() {
|
|
3047
3096
|
}
|
|
3048
3097
|
|
|
@@ -3054,7 +3103,7 @@ class StartNotebookExecutionCommand extends smithyClient.Command
|
|
|
3054
3103
|
})
|
|
3055
3104
|
.s("ElasticMapReduce", "StartNotebookExecution", {})
|
|
3056
3105
|
.n("EMRClient", "StartNotebookExecutionCommand")
|
|
3057
|
-
.sc(StartNotebookExecution)
|
|
3106
|
+
.sc(StartNotebookExecution$)
|
|
3058
3107
|
.build() {
|
|
3059
3108
|
}
|
|
3060
3109
|
|
|
@@ -3066,7 +3115,7 @@ class StopNotebookExecutionCommand extends smithyClient.Command
|
|
|
3066
3115
|
})
|
|
3067
3116
|
.s("ElasticMapReduce", "StopNotebookExecution", {})
|
|
3068
3117
|
.n("EMRClient", "StopNotebookExecutionCommand")
|
|
3069
|
-
.sc(StopNotebookExecution)
|
|
3118
|
+
.sc(StopNotebookExecution$)
|
|
3070
3119
|
.build() {
|
|
3071
3120
|
}
|
|
3072
3121
|
|
|
@@ -3078,7 +3127,7 @@ class TerminateJobFlowsCommand extends smithyClient.Command
|
|
|
3078
3127
|
})
|
|
3079
3128
|
.s("ElasticMapReduce", "TerminateJobFlows", {})
|
|
3080
3129
|
.n("EMRClient", "TerminateJobFlowsCommand")
|
|
3081
|
-
.sc(TerminateJobFlows)
|
|
3130
|
+
.sc(TerminateJobFlows$)
|
|
3082
3131
|
.build() {
|
|
3083
3132
|
}
|
|
3084
3133
|
|
|
@@ -3090,7 +3139,7 @@ class UpdateStudioCommand extends smithyClient.Command
|
|
|
3090
3139
|
})
|
|
3091
3140
|
.s("ElasticMapReduce", "UpdateStudio", {})
|
|
3092
3141
|
.n("EMRClient", "UpdateStudioCommand")
|
|
3093
|
-
.sc(UpdateStudio)
|
|
3142
|
+
.sc(UpdateStudio$)
|
|
3094
3143
|
.build() {
|
|
3095
3144
|
}
|
|
3096
3145
|
|
|
@@ -3102,7 +3151,7 @@ class UpdateStudioSessionMappingCommand extends smithyClient.Command
|
|
|
3102
3151
|
})
|
|
3103
3152
|
.s("ElasticMapReduce", "UpdateStudioSessionMapping", {})
|
|
3104
3153
|
.n("EMRClient", "UpdateStudioSessionMappingCommand")
|
|
3105
|
-
.sc(UpdateStudioSessionMapping)
|
|
3154
|
+
.sc(UpdateStudioSessionMapping$)
|
|
3106
3155
|
.build() {
|
|
3107
3156
|
}
|
|
3108
3157
|
|
|
@@ -3652,117 +3701,397 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3652
3701
|
get: function () { return smithyClient.Client; }
|
|
3653
3702
|
});
|
|
3654
3703
|
exports.ActionOnFailure = ActionOnFailure;
|
|
3704
|
+
exports.AddInstanceFleet$ = AddInstanceFleet$;
|
|
3655
3705
|
exports.AddInstanceFleetCommand = AddInstanceFleetCommand;
|
|
3706
|
+
exports.AddInstanceFleetInput$ = AddInstanceFleetInput$;
|
|
3707
|
+
exports.AddInstanceFleetOutput$ = AddInstanceFleetOutput$;
|
|
3708
|
+
exports.AddInstanceGroups$ = AddInstanceGroups$;
|
|
3656
3709
|
exports.AddInstanceGroupsCommand = AddInstanceGroupsCommand;
|
|
3710
|
+
exports.AddInstanceGroupsInput$ = AddInstanceGroupsInput$;
|
|
3711
|
+
exports.AddInstanceGroupsOutput$ = AddInstanceGroupsOutput$;
|
|
3712
|
+
exports.AddJobFlowSteps$ = AddJobFlowSteps$;
|
|
3657
3713
|
exports.AddJobFlowStepsCommand = AddJobFlowStepsCommand;
|
|
3714
|
+
exports.AddJobFlowStepsInput$ = AddJobFlowStepsInput$;
|
|
3715
|
+
exports.AddJobFlowStepsOutput$ = AddJobFlowStepsOutput$;
|
|
3716
|
+
exports.AddTags$ = AddTags$;
|
|
3658
3717
|
exports.AddTagsCommand = AddTagsCommand;
|
|
3718
|
+
exports.AddTagsInput$ = AddTagsInput$;
|
|
3719
|
+
exports.AddTagsOutput$ = AddTagsOutput$;
|
|
3659
3720
|
exports.AdjustmentType = AdjustmentType;
|
|
3721
|
+
exports.Application$ = Application$;
|
|
3660
3722
|
exports.AuthMode = AuthMode;
|
|
3723
|
+
exports.AutoScalingPolicy$ = AutoScalingPolicy$;
|
|
3724
|
+
exports.AutoScalingPolicyDescription$ = AutoScalingPolicyDescription$;
|
|
3661
3725
|
exports.AutoScalingPolicyState = AutoScalingPolicyState;
|
|
3726
|
+
exports.AutoScalingPolicyStateChangeReason$ = AutoScalingPolicyStateChangeReason$;
|
|
3662
3727
|
exports.AutoScalingPolicyStateChangeReasonCode = AutoScalingPolicyStateChangeReasonCode;
|
|
3728
|
+
exports.AutoScalingPolicyStatus$ = AutoScalingPolicyStatus$;
|
|
3729
|
+
exports.AutoTerminationPolicy$ = AutoTerminationPolicy$;
|
|
3730
|
+
exports.BlockPublicAccessConfiguration$ = BlockPublicAccessConfiguration$;
|
|
3731
|
+
exports.BlockPublicAccessConfigurationMetadata$ = BlockPublicAccessConfigurationMetadata$;
|
|
3732
|
+
exports.BootstrapActionConfig$ = BootstrapActionConfig$;
|
|
3733
|
+
exports.BootstrapActionDetail$ = BootstrapActionDetail$;
|
|
3734
|
+
exports.CancelSteps$ = CancelSteps$;
|
|
3663
3735
|
exports.CancelStepsCommand = CancelStepsCommand;
|
|
3736
|
+
exports.CancelStepsInfo$ = CancelStepsInfo$;
|
|
3737
|
+
exports.CancelStepsInput$ = CancelStepsInput$;
|
|
3738
|
+
exports.CancelStepsOutput$ = CancelStepsOutput$;
|
|
3664
3739
|
exports.CancelStepsRequestStatus = CancelStepsRequestStatus;
|
|
3740
|
+
exports.CloudWatchAlarmDefinition$ = CloudWatchAlarmDefinition$;
|
|
3741
|
+
exports.CloudWatchLogConfiguration$ = CloudWatchLogConfiguration$;
|
|
3742
|
+
exports.Cluster$ = Cluster$;
|
|
3665
3743
|
exports.ClusterState = ClusterState;
|
|
3744
|
+
exports.ClusterStateChangeReason$ = ClusterStateChangeReason$;
|
|
3666
3745
|
exports.ClusterStateChangeReasonCode = ClusterStateChangeReasonCode;
|
|
3746
|
+
exports.ClusterStatus$ = ClusterStatus$;
|
|
3747
|
+
exports.ClusterSummary$ = ClusterSummary$;
|
|
3748
|
+
exports.ClusterTimeline$ = ClusterTimeline$;
|
|
3749
|
+
exports.Command$ = Command$;
|
|
3667
3750
|
exports.ComparisonOperator = ComparisonOperator;
|
|
3751
|
+
exports.ComputeLimits$ = ComputeLimits$;
|
|
3668
3752
|
exports.ComputeLimitsUnitType = ComputeLimitsUnitType;
|
|
3753
|
+
exports.Configuration$ = Configuration$;
|
|
3754
|
+
exports.CreatePersistentAppUI$ = CreatePersistentAppUI$;
|
|
3669
3755
|
exports.CreatePersistentAppUICommand = CreatePersistentAppUICommand;
|
|
3756
|
+
exports.CreatePersistentAppUIInput$ = CreatePersistentAppUIInput$;
|
|
3757
|
+
exports.CreatePersistentAppUIOutput$ = CreatePersistentAppUIOutput$;
|
|
3758
|
+
exports.CreateSecurityConfiguration$ = CreateSecurityConfiguration$;
|
|
3670
3759
|
exports.CreateSecurityConfigurationCommand = CreateSecurityConfigurationCommand;
|
|
3760
|
+
exports.CreateSecurityConfigurationInput$ = CreateSecurityConfigurationInput$;
|
|
3761
|
+
exports.CreateSecurityConfigurationOutput$ = CreateSecurityConfigurationOutput$;
|
|
3762
|
+
exports.CreateStudio$ = CreateStudio$;
|
|
3671
3763
|
exports.CreateStudioCommand = CreateStudioCommand;
|
|
3764
|
+
exports.CreateStudioInput$ = CreateStudioInput$;
|
|
3765
|
+
exports.CreateStudioOutput$ = CreateStudioOutput$;
|
|
3766
|
+
exports.CreateStudioSessionMapping$ = CreateStudioSessionMapping$;
|
|
3672
3767
|
exports.CreateStudioSessionMappingCommand = CreateStudioSessionMappingCommand;
|
|
3768
|
+
exports.CreateStudioSessionMappingInput$ = CreateStudioSessionMappingInput$;
|
|
3769
|
+
exports.Credentials$ = Credentials$;
|
|
3770
|
+
exports.DeleteSecurityConfiguration$ = DeleteSecurityConfiguration$;
|
|
3673
3771
|
exports.DeleteSecurityConfigurationCommand = DeleteSecurityConfigurationCommand;
|
|
3772
|
+
exports.DeleteSecurityConfigurationInput$ = DeleteSecurityConfigurationInput$;
|
|
3773
|
+
exports.DeleteSecurityConfigurationOutput$ = DeleteSecurityConfigurationOutput$;
|
|
3774
|
+
exports.DeleteStudio$ = DeleteStudio$;
|
|
3674
3775
|
exports.DeleteStudioCommand = DeleteStudioCommand;
|
|
3776
|
+
exports.DeleteStudioInput$ = DeleteStudioInput$;
|
|
3777
|
+
exports.DeleteStudioSessionMapping$ = DeleteStudioSessionMapping$;
|
|
3675
3778
|
exports.DeleteStudioSessionMappingCommand = DeleteStudioSessionMappingCommand;
|
|
3779
|
+
exports.DeleteStudioSessionMappingInput$ = DeleteStudioSessionMappingInput$;
|
|
3780
|
+
exports.DescribeCluster$ = DescribeCluster$;
|
|
3676
3781
|
exports.DescribeClusterCommand = DescribeClusterCommand;
|
|
3782
|
+
exports.DescribeClusterInput$ = DescribeClusterInput$;
|
|
3783
|
+
exports.DescribeClusterOutput$ = DescribeClusterOutput$;
|
|
3784
|
+
exports.DescribeJobFlows$ = DescribeJobFlows$;
|
|
3677
3785
|
exports.DescribeJobFlowsCommand = DescribeJobFlowsCommand;
|
|
3786
|
+
exports.DescribeJobFlowsInput$ = DescribeJobFlowsInput$;
|
|
3787
|
+
exports.DescribeJobFlowsOutput$ = DescribeJobFlowsOutput$;
|
|
3788
|
+
exports.DescribeNotebookExecution$ = DescribeNotebookExecution$;
|
|
3678
3789
|
exports.DescribeNotebookExecutionCommand = DescribeNotebookExecutionCommand;
|
|
3790
|
+
exports.DescribeNotebookExecutionInput$ = DescribeNotebookExecutionInput$;
|
|
3791
|
+
exports.DescribeNotebookExecutionOutput$ = DescribeNotebookExecutionOutput$;
|
|
3792
|
+
exports.DescribePersistentAppUI$ = DescribePersistentAppUI$;
|
|
3679
3793
|
exports.DescribePersistentAppUICommand = DescribePersistentAppUICommand;
|
|
3794
|
+
exports.DescribePersistentAppUIInput$ = DescribePersistentAppUIInput$;
|
|
3795
|
+
exports.DescribePersistentAppUIOutput$ = DescribePersistentAppUIOutput$;
|
|
3796
|
+
exports.DescribeReleaseLabel$ = DescribeReleaseLabel$;
|
|
3680
3797
|
exports.DescribeReleaseLabelCommand = DescribeReleaseLabelCommand;
|
|
3798
|
+
exports.DescribeReleaseLabelInput$ = DescribeReleaseLabelInput$;
|
|
3799
|
+
exports.DescribeReleaseLabelOutput$ = DescribeReleaseLabelOutput$;
|
|
3800
|
+
exports.DescribeSecurityConfiguration$ = DescribeSecurityConfiguration$;
|
|
3681
3801
|
exports.DescribeSecurityConfigurationCommand = DescribeSecurityConfigurationCommand;
|
|
3802
|
+
exports.DescribeSecurityConfigurationInput$ = DescribeSecurityConfigurationInput$;
|
|
3803
|
+
exports.DescribeSecurityConfigurationOutput$ = DescribeSecurityConfigurationOutput$;
|
|
3804
|
+
exports.DescribeStep$ = DescribeStep$;
|
|
3682
3805
|
exports.DescribeStepCommand = DescribeStepCommand;
|
|
3806
|
+
exports.DescribeStepInput$ = DescribeStepInput$;
|
|
3807
|
+
exports.DescribeStepOutput$ = DescribeStepOutput$;
|
|
3808
|
+
exports.DescribeStudio$ = DescribeStudio$;
|
|
3683
3809
|
exports.DescribeStudioCommand = DescribeStudioCommand;
|
|
3810
|
+
exports.DescribeStudioInput$ = DescribeStudioInput$;
|
|
3811
|
+
exports.DescribeStudioOutput$ = DescribeStudioOutput$;
|
|
3684
3812
|
exports.EMR = EMR;
|
|
3685
3813
|
exports.EMRClient = EMRClient;
|
|
3686
|
-
exports.
|
|
3814
|
+
exports.EMRContainersConfig$ = EMRContainersConfig$;
|
|
3815
|
+
exports.EMRServiceException = EMRServiceException;
|
|
3816
|
+
exports.EMRServiceException$ = EMRServiceException$;
|
|
3817
|
+
exports.EbsBlockDevice$ = EbsBlockDevice$;
|
|
3818
|
+
exports.EbsBlockDeviceConfig$ = EbsBlockDeviceConfig$;
|
|
3819
|
+
exports.EbsConfiguration$ = EbsConfiguration$;
|
|
3820
|
+
exports.EbsVolume$ = EbsVolume$;
|
|
3821
|
+
exports.Ec2InstanceAttributes$ = Ec2InstanceAttributes$;
|
|
3822
|
+
exports.ErrorDetail$ = ErrorDetail$;
|
|
3823
|
+
exports.ExecutionEngineConfig$ = ExecutionEngineConfig$;
|
|
3687
3824
|
exports.ExecutionEngineType = ExecutionEngineType;
|
|
3825
|
+
exports.FailureDetails$ = FailureDetails$;
|
|
3826
|
+
exports.GetAutoTerminationPolicy$ = GetAutoTerminationPolicy$;
|
|
3688
3827
|
exports.GetAutoTerminationPolicyCommand = GetAutoTerminationPolicyCommand;
|
|
3828
|
+
exports.GetAutoTerminationPolicyInput$ = GetAutoTerminationPolicyInput$;
|
|
3829
|
+
exports.GetAutoTerminationPolicyOutput$ = GetAutoTerminationPolicyOutput$;
|
|
3830
|
+
exports.GetBlockPublicAccessConfiguration$ = GetBlockPublicAccessConfiguration$;
|
|
3689
3831
|
exports.GetBlockPublicAccessConfigurationCommand = GetBlockPublicAccessConfigurationCommand;
|
|
3832
|
+
exports.GetBlockPublicAccessConfigurationInput$ = GetBlockPublicAccessConfigurationInput$;
|
|
3833
|
+
exports.GetBlockPublicAccessConfigurationOutput$ = GetBlockPublicAccessConfigurationOutput$;
|
|
3834
|
+
exports.GetClusterSessionCredentials$ = GetClusterSessionCredentials$;
|
|
3690
3835
|
exports.GetClusterSessionCredentialsCommand = GetClusterSessionCredentialsCommand;
|
|
3836
|
+
exports.GetClusterSessionCredentialsInput$ = GetClusterSessionCredentialsInput$;
|
|
3837
|
+
exports.GetClusterSessionCredentialsOutput$ = GetClusterSessionCredentialsOutput$;
|
|
3838
|
+
exports.GetManagedScalingPolicy$ = GetManagedScalingPolicy$;
|
|
3691
3839
|
exports.GetManagedScalingPolicyCommand = GetManagedScalingPolicyCommand;
|
|
3840
|
+
exports.GetManagedScalingPolicyInput$ = GetManagedScalingPolicyInput$;
|
|
3841
|
+
exports.GetManagedScalingPolicyOutput$ = GetManagedScalingPolicyOutput$;
|
|
3842
|
+
exports.GetOnClusterAppUIPresignedURL$ = GetOnClusterAppUIPresignedURL$;
|
|
3692
3843
|
exports.GetOnClusterAppUIPresignedURLCommand = GetOnClusterAppUIPresignedURLCommand;
|
|
3844
|
+
exports.GetOnClusterAppUIPresignedURLInput$ = GetOnClusterAppUIPresignedURLInput$;
|
|
3845
|
+
exports.GetOnClusterAppUIPresignedURLOutput$ = GetOnClusterAppUIPresignedURLOutput$;
|
|
3846
|
+
exports.GetPersistentAppUIPresignedURL$ = GetPersistentAppUIPresignedURL$;
|
|
3693
3847
|
exports.GetPersistentAppUIPresignedURLCommand = GetPersistentAppUIPresignedURLCommand;
|
|
3848
|
+
exports.GetPersistentAppUIPresignedURLInput$ = GetPersistentAppUIPresignedURLInput$;
|
|
3849
|
+
exports.GetPersistentAppUIPresignedURLOutput$ = GetPersistentAppUIPresignedURLOutput$;
|
|
3850
|
+
exports.GetStudioSessionMapping$ = GetStudioSessionMapping$;
|
|
3694
3851
|
exports.GetStudioSessionMappingCommand = GetStudioSessionMappingCommand;
|
|
3852
|
+
exports.GetStudioSessionMappingInput$ = GetStudioSessionMappingInput$;
|
|
3853
|
+
exports.GetStudioSessionMappingOutput$ = GetStudioSessionMappingOutput$;
|
|
3854
|
+
exports.HadoopJarStepConfig$ = HadoopJarStepConfig$;
|
|
3855
|
+
exports.HadoopStepConfig$ = HadoopStepConfig$;
|
|
3695
3856
|
exports.IdcUserAssignment = IdcUserAssignment;
|
|
3696
3857
|
exports.IdentityType = IdentityType;
|
|
3858
|
+
exports.Instance$ = Instance$;
|
|
3697
3859
|
exports.InstanceCollectionType = InstanceCollectionType;
|
|
3860
|
+
exports.InstanceFleet$ = InstanceFleet$;
|
|
3861
|
+
exports.InstanceFleetConfig$ = InstanceFleetConfig$;
|
|
3862
|
+
exports.InstanceFleetModifyConfig$ = InstanceFleetModifyConfig$;
|
|
3863
|
+
exports.InstanceFleetProvisioningSpecifications$ = InstanceFleetProvisioningSpecifications$;
|
|
3864
|
+
exports.InstanceFleetResizingSpecifications$ = InstanceFleetResizingSpecifications$;
|
|
3698
3865
|
exports.InstanceFleetState = InstanceFleetState;
|
|
3866
|
+
exports.InstanceFleetStateChangeReason$ = InstanceFleetStateChangeReason$;
|
|
3699
3867
|
exports.InstanceFleetStateChangeReasonCode = InstanceFleetStateChangeReasonCode;
|
|
3868
|
+
exports.InstanceFleetStatus$ = InstanceFleetStatus$;
|
|
3869
|
+
exports.InstanceFleetTimeline$ = InstanceFleetTimeline$;
|
|
3700
3870
|
exports.InstanceFleetType = InstanceFleetType;
|
|
3871
|
+
exports.InstanceGroup$ = InstanceGroup$;
|
|
3872
|
+
exports.InstanceGroupConfig$ = InstanceGroupConfig$;
|
|
3873
|
+
exports.InstanceGroupDetail$ = InstanceGroupDetail$;
|
|
3874
|
+
exports.InstanceGroupModifyConfig$ = InstanceGroupModifyConfig$;
|
|
3701
3875
|
exports.InstanceGroupState = InstanceGroupState;
|
|
3876
|
+
exports.InstanceGroupStateChangeReason$ = InstanceGroupStateChangeReason$;
|
|
3702
3877
|
exports.InstanceGroupStateChangeReasonCode = InstanceGroupStateChangeReasonCode;
|
|
3878
|
+
exports.InstanceGroupStatus$ = InstanceGroupStatus$;
|
|
3879
|
+
exports.InstanceGroupTimeline$ = InstanceGroupTimeline$;
|
|
3703
3880
|
exports.InstanceGroupType = InstanceGroupType;
|
|
3881
|
+
exports.InstanceResizePolicy$ = InstanceResizePolicy$;
|
|
3704
3882
|
exports.InstanceRoleType = InstanceRoleType;
|
|
3705
3883
|
exports.InstanceState = InstanceState;
|
|
3884
|
+
exports.InstanceStateChangeReason$ = InstanceStateChangeReason$;
|
|
3706
3885
|
exports.InstanceStateChangeReasonCode = InstanceStateChangeReasonCode;
|
|
3707
|
-
exports.
|
|
3708
|
-
exports.
|
|
3709
|
-
exports.
|
|
3886
|
+
exports.InstanceStatus$ = InstanceStatus$;
|
|
3887
|
+
exports.InstanceTimeline$ = InstanceTimeline$;
|
|
3888
|
+
exports.InstanceTypeConfig$ = InstanceTypeConfig$;
|
|
3889
|
+
exports.InstanceTypeSpecification$ = InstanceTypeSpecification$;
|
|
3890
|
+
exports.InternalServerError = InternalServerError;
|
|
3891
|
+
exports.InternalServerError$ = InternalServerError$;
|
|
3892
|
+
exports.InternalServerException = InternalServerException;
|
|
3893
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
3894
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
3895
|
+
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
3896
|
+
exports.JobFlowDetail$ = JobFlowDetail$;
|
|
3710
3897
|
exports.JobFlowExecutionState = JobFlowExecutionState;
|
|
3898
|
+
exports.JobFlowExecutionStatusDetail$ = JobFlowExecutionStatusDetail$;
|
|
3899
|
+
exports.JobFlowInstancesConfig$ = JobFlowInstancesConfig$;
|
|
3900
|
+
exports.JobFlowInstancesDetail$ = JobFlowInstancesDetail$;
|
|
3901
|
+
exports.KerberosAttributes$ = KerberosAttributes$;
|
|
3902
|
+
exports.KeyValue$ = KeyValue$;
|
|
3903
|
+
exports.ListBootstrapActions$ = ListBootstrapActions$;
|
|
3711
3904
|
exports.ListBootstrapActionsCommand = ListBootstrapActionsCommand;
|
|
3905
|
+
exports.ListBootstrapActionsInput$ = ListBootstrapActionsInput$;
|
|
3906
|
+
exports.ListBootstrapActionsOutput$ = ListBootstrapActionsOutput$;
|
|
3907
|
+
exports.ListClusters$ = ListClusters$;
|
|
3712
3908
|
exports.ListClustersCommand = ListClustersCommand;
|
|
3909
|
+
exports.ListClustersInput$ = ListClustersInput$;
|
|
3910
|
+
exports.ListClustersOutput$ = ListClustersOutput$;
|
|
3911
|
+
exports.ListInstanceFleets$ = ListInstanceFleets$;
|
|
3713
3912
|
exports.ListInstanceFleetsCommand = ListInstanceFleetsCommand;
|
|
3913
|
+
exports.ListInstanceFleetsInput$ = ListInstanceFleetsInput$;
|
|
3914
|
+
exports.ListInstanceFleetsOutput$ = ListInstanceFleetsOutput$;
|
|
3915
|
+
exports.ListInstanceGroups$ = ListInstanceGroups$;
|
|
3714
3916
|
exports.ListInstanceGroupsCommand = ListInstanceGroupsCommand;
|
|
3917
|
+
exports.ListInstanceGroupsInput$ = ListInstanceGroupsInput$;
|
|
3918
|
+
exports.ListInstanceGroupsOutput$ = ListInstanceGroupsOutput$;
|
|
3919
|
+
exports.ListInstances$ = ListInstances$;
|
|
3715
3920
|
exports.ListInstancesCommand = ListInstancesCommand;
|
|
3921
|
+
exports.ListInstancesInput$ = ListInstancesInput$;
|
|
3922
|
+
exports.ListInstancesOutput$ = ListInstancesOutput$;
|
|
3923
|
+
exports.ListNotebookExecutions$ = ListNotebookExecutions$;
|
|
3716
3924
|
exports.ListNotebookExecutionsCommand = ListNotebookExecutionsCommand;
|
|
3925
|
+
exports.ListNotebookExecutionsInput$ = ListNotebookExecutionsInput$;
|
|
3926
|
+
exports.ListNotebookExecutionsOutput$ = ListNotebookExecutionsOutput$;
|
|
3927
|
+
exports.ListReleaseLabels$ = ListReleaseLabels$;
|
|
3717
3928
|
exports.ListReleaseLabelsCommand = ListReleaseLabelsCommand;
|
|
3929
|
+
exports.ListReleaseLabelsInput$ = ListReleaseLabelsInput$;
|
|
3930
|
+
exports.ListReleaseLabelsOutput$ = ListReleaseLabelsOutput$;
|
|
3931
|
+
exports.ListSecurityConfigurations$ = ListSecurityConfigurations$;
|
|
3718
3932
|
exports.ListSecurityConfigurationsCommand = ListSecurityConfigurationsCommand;
|
|
3933
|
+
exports.ListSecurityConfigurationsInput$ = ListSecurityConfigurationsInput$;
|
|
3934
|
+
exports.ListSecurityConfigurationsOutput$ = ListSecurityConfigurationsOutput$;
|
|
3935
|
+
exports.ListSteps$ = ListSteps$;
|
|
3719
3936
|
exports.ListStepsCommand = ListStepsCommand;
|
|
3937
|
+
exports.ListStepsInput$ = ListStepsInput$;
|
|
3938
|
+
exports.ListStepsOutput$ = ListStepsOutput$;
|
|
3939
|
+
exports.ListStudioSessionMappings$ = ListStudioSessionMappings$;
|
|
3720
3940
|
exports.ListStudioSessionMappingsCommand = ListStudioSessionMappingsCommand;
|
|
3941
|
+
exports.ListStudioSessionMappingsInput$ = ListStudioSessionMappingsInput$;
|
|
3942
|
+
exports.ListStudioSessionMappingsOutput$ = ListStudioSessionMappingsOutput$;
|
|
3943
|
+
exports.ListStudios$ = ListStudios$;
|
|
3721
3944
|
exports.ListStudiosCommand = ListStudiosCommand;
|
|
3945
|
+
exports.ListStudiosInput$ = ListStudiosInput$;
|
|
3946
|
+
exports.ListStudiosOutput$ = ListStudiosOutput$;
|
|
3947
|
+
exports.ListSupportedInstanceTypes$ = ListSupportedInstanceTypes$;
|
|
3722
3948
|
exports.ListSupportedInstanceTypesCommand = ListSupportedInstanceTypesCommand;
|
|
3949
|
+
exports.ListSupportedInstanceTypesInput$ = ListSupportedInstanceTypesInput$;
|
|
3950
|
+
exports.ListSupportedInstanceTypesOutput$ = ListSupportedInstanceTypesOutput$;
|
|
3951
|
+
exports.ManagedScalingPolicy$ = ManagedScalingPolicy$;
|
|
3723
3952
|
exports.MarketType = MarketType;
|
|
3953
|
+
exports.MetricDimension$ = MetricDimension$;
|
|
3954
|
+
exports.ModifyCluster$ = ModifyCluster$;
|
|
3724
3955
|
exports.ModifyClusterCommand = ModifyClusterCommand;
|
|
3956
|
+
exports.ModifyClusterInput$ = ModifyClusterInput$;
|
|
3957
|
+
exports.ModifyClusterOutput$ = ModifyClusterOutput$;
|
|
3958
|
+
exports.ModifyInstanceFleet$ = ModifyInstanceFleet$;
|
|
3725
3959
|
exports.ModifyInstanceFleetCommand = ModifyInstanceFleetCommand;
|
|
3960
|
+
exports.ModifyInstanceFleetInput$ = ModifyInstanceFleetInput$;
|
|
3961
|
+
exports.ModifyInstanceGroups$ = ModifyInstanceGroups$;
|
|
3726
3962
|
exports.ModifyInstanceGroupsCommand = ModifyInstanceGroupsCommand;
|
|
3963
|
+
exports.ModifyInstanceGroupsInput$ = ModifyInstanceGroupsInput$;
|
|
3964
|
+
exports.MonitoringConfiguration$ = MonitoringConfiguration$;
|
|
3965
|
+
exports.NotebookExecution$ = NotebookExecution$;
|
|
3727
3966
|
exports.NotebookExecutionStatus = NotebookExecutionStatus;
|
|
3967
|
+
exports.NotebookExecutionSummary$ = NotebookExecutionSummary$;
|
|
3968
|
+
exports.NotebookS3LocationForOutput$ = NotebookS3LocationForOutput$;
|
|
3969
|
+
exports.NotebookS3LocationFromInput$ = NotebookS3LocationFromInput$;
|
|
3970
|
+
exports.OSRelease$ = OSRelease$;
|
|
3728
3971
|
exports.OnClusterAppUIType = OnClusterAppUIType;
|
|
3972
|
+
exports.OnDemandCapacityReservationOptions$ = OnDemandCapacityReservationOptions$;
|
|
3729
3973
|
exports.OnDemandCapacityReservationPreference = OnDemandCapacityReservationPreference;
|
|
3730
3974
|
exports.OnDemandCapacityReservationUsageStrategy = OnDemandCapacityReservationUsageStrategy;
|
|
3731
3975
|
exports.OnDemandProvisioningAllocationStrategy = OnDemandProvisioningAllocationStrategy;
|
|
3976
|
+
exports.OnDemandProvisioningSpecification$ = OnDemandProvisioningSpecification$;
|
|
3977
|
+
exports.OnDemandResizingSpecification$ = OnDemandResizingSpecification$;
|
|
3732
3978
|
exports.OutputNotebookFormat = OutputNotebookFormat;
|
|
3979
|
+
exports.OutputNotebookS3LocationForOutput$ = OutputNotebookS3LocationForOutput$;
|
|
3980
|
+
exports.OutputNotebookS3LocationFromInput$ = OutputNotebookS3LocationFromInput$;
|
|
3981
|
+
exports.PersistentAppUI$ = PersistentAppUI$;
|
|
3733
3982
|
exports.PersistentAppUIType = PersistentAppUIType;
|
|
3983
|
+
exports.PlacementGroupConfig$ = PlacementGroupConfig$;
|
|
3734
3984
|
exports.PlacementGroupStrategy = PlacementGroupStrategy;
|
|
3985
|
+
exports.PlacementType$ = PlacementType$;
|
|
3986
|
+
exports.PortRange$ = PortRange$;
|
|
3735
3987
|
exports.ProfilerType = ProfilerType;
|
|
3988
|
+
exports.PutAutoScalingPolicy$ = PutAutoScalingPolicy$;
|
|
3736
3989
|
exports.PutAutoScalingPolicyCommand = PutAutoScalingPolicyCommand;
|
|
3990
|
+
exports.PutAutoScalingPolicyInput$ = PutAutoScalingPolicyInput$;
|
|
3991
|
+
exports.PutAutoScalingPolicyOutput$ = PutAutoScalingPolicyOutput$;
|
|
3992
|
+
exports.PutAutoTerminationPolicy$ = PutAutoTerminationPolicy$;
|
|
3737
3993
|
exports.PutAutoTerminationPolicyCommand = PutAutoTerminationPolicyCommand;
|
|
3994
|
+
exports.PutAutoTerminationPolicyInput$ = PutAutoTerminationPolicyInput$;
|
|
3995
|
+
exports.PutAutoTerminationPolicyOutput$ = PutAutoTerminationPolicyOutput$;
|
|
3996
|
+
exports.PutBlockPublicAccessConfiguration$ = PutBlockPublicAccessConfiguration$;
|
|
3738
3997
|
exports.PutBlockPublicAccessConfigurationCommand = PutBlockPublicAccessConfigurationCommand;
|
|
3998
|
+
exports.PutBlockPublicAccessConfigurationInput$ = PutBlockPublicAccessConfigurationInput$;
|
|
3999
|
+
exports.PutBlockPublicAccessConfigurationOutput$ = PutBlockPublicAccessConfigurationOutput$;
|
|
4000
|
+
exports.PutManagedScalingPolicy$ = PutManagedScalingPolicy$;
|
|
3739
4001
|
exports.PutManagedScalingPolicyCommand = PutManagedScalingPolicyCommand;
|
|
4002
|
+
exports.PutManagedScalingPolicyInput$ = PutManagedScalingPolicyInput$;
|
|
4003
|
+
exports.PutManagedScalingPolicyOutput$ = PutManagedScalingPolicyOutput$;
|
|
3740
4004
|
exports.ReconfigurationType = ReconfigurationType;
|
|
4005
|
+
exports.ReleaseLabelFilter$ = ReleaseLabelFilter$;
|
|
4006
|
+
exports.RemoveAutoScalingPolicy$ = RemoveAutoScalingPolicy$;
|
|
3741
4007
|
exports.RemoveAutoScalingPolicyCommand = RemoveAutoScalingPolicyCommand;
|
|
4008
|
+
exports.RemoveAutoScalingPolicyInput$ = RemoveAutoScalingPolicyInput$;
|
|
4009
|
+
exports.RemoveAutoScalingPolicyOutput$ = RemoveAutoScalingPolicyOutput$;
|
|
4010
|
+
exports.RemoveAutoTerminationPolicy$ = RemoveAutoTerminationPolicy$;
|
|
3742
4011
|
exports.RemoveAutoTerminationPolicyCommand = RemoveAutoTerminationPolicyCommand;
|
|
4012
|
+
exports.RemoveAutoTerminationPolicyInput$ = RemoveAutoTerminationPolicyInput$;
|
|
4013
|
+
exports.RemoveAutoTerminationPolicyOutput$ = RemoveAutoTerminationPolicyOutput$;
|
|
4014
|
+
exports.RemoveManagedScalingPolicy$ = RemoveManagedScalingPolicy$;
|
|
3743
4015
|
exports.RemoveManagedScalingPolicyCommand = RemoveManagedScalingPolicyCommand;
|
|
4016
|
+
exports.RemoveManagedScalingPolicyInput$ = RemoveManagedScalingPolicyInput$;
|
|
4017
|
+
exports.RemoveManagedScalingPolicyOutput$ = RemoveManagedScalingPolicyOutput$;
|
|
4018
|
+
exports.RemoveTags$ = RemoveTags$;
|
|
3744
4019
|
exports.RemoveTagsCommand = RemoveTagsCommand;
|
|
4020
|
+
exports.RemoveTagsInput$ = RemoveTagsInput$;
|
|
4021
|
+
exports.RemoveTagsOutput$ = RemoveTagsOutput$;
|
|
3745
4022
|
exports.RepoUpgradeOnBoot = RepoUpgradeOnBoot;
|
|
4023
|
+
exports.RunJobFlow$ = RunJobFlow$;
|
|
3746
4024
|
exports.RunJobFlowCommand = RunJobFlowCommand;
|
|
4025
|
+
exports.RunJobFlowInput$ = RunJobFlowInput$;
|
|
4026
|
+
exports.RunJobFlowOutput$ = RunJobFlowOutput$;
|
|
4027
|
+
exports.S3MonitoringConfiguration$ = S3MonitoringConfiguration$;
|
|
3747
4028
|
exports.ScaleDownBehavior = ScaleDownBehavior;
|
|
4029
|
+
exports.ScalingAction$ = ScalingAction$;
|
|
4030
|
+
exports.ScalingConstraints$ = ScalingConstraints$;
|
|
4031
|
+
exports.ScalingRule$ = ScalingRule$;
|
|
3748
4032
|
exports.ScalingStrategy = ScalingStrategy;
|
|
4033
|
+
exports.ScalingTrigger$ = ScalingTrigger$;
|
|
4034
|
+
exports.ScriptBootstrapActionConfig$ = ScriptBootstrapActionConfig$;
|
|
4035
|
+
exports.SecurityConfigurationSummary$ = SecurityConfigurationSummary$;
|
|
4036
|
+
exports.SessionMappingDetail$ = SessionMappingDetail$;
|
|
4037
|
+
exports.SessionMappingSummary$ = SessionMappingSummary$;
|
|
4038
|
+
exports.SetKeepJobFlowAliveWhenNoSteps$ = SetKeepJobFlowAliveWhenNoSteps$;
|
|
3749
4039
|
exports.SetKeepJobFlowAliveWhenNoStepsCommand = SetKeepJobFlowAliveWhenNoStepsCommand;
|
|
4040
|
+
exports.SetKeepJobFlowAliveWhenNoStepsInput$ = SetKeepJobFlowAliveWhenNoStepsInput$;
|
|
4041
|
+
exports.SetTerminationProtection$ = SetTerminationProtection$;
|
|
3750
4042
|
exports.SetTerminationProtectionCommand = SetTerminationProtectionCommand;
|
|
4043
|
+
exports.SetTerminationProtectionInput$ = SetTerminationProtectionInput$;
|
|
4044
|
+
exports.SetUnhealthyNodeReplacement$ = SetUnhealthyNodeReplacement$;
|
|
3751
4045
|
exports.SetUnhealthyNodeReplacementCommand = SetUnhealthyNodeReplacementCommand;
|
|
4046
|
+
exports.SetUnhealthyNodeReplacementInput$ = SetUnhealthyNodeReplacementInput$;
|
|
4047
|
+
exports.SetVisibleToAllUsers$ = SetVisibleToAllUsers$;
|
|
3752
4048
|
exports.SetVisibleToAllUsersCommand = SetVisibleToAllUsersCommand;
|
|
4049
|
+
exports.SetVisibleToAllUsersInput$ = SetVisibleToAllUsersInput$;
|
|
4050
|
+
exports.ShrinkPolicy$ = ShrinkPolicy$;
|
|
4051
|
+
exports.SimpleScalingPolicyConfiguration$ = SimpleScalingPolicyConfiguration$;
|
|
4052
|
+
exports.SimplifiedApplication$ = SimplifiedApplication$;
|
|
3753
4053
|
exports.SpotProvisioningAllocationStrategy = SpotProvisioningAllocationStrategy;
|
|
4054
|
+
exports.SpotProvisioningSpecification$ = SpotProvisioningSpecification$;
|
|
3754
4055
|
exports.SpotProvisioningTimeoutAction = SpotProvisioningTimeoutAction;
|
|
4056
|
+
exports.SpotResizingSpecification$ = SpotResizingSpecification$;
|
|
4057
|
+
exports.StartNotebookExecution$ = StartNotebookExecution$;
|
|
3755
4058
|
exports.StartNotebookExecutionCommand = StartNotebookExecutionCommand;
|
|
4059
|
+
exports.StartNotebookExecutionInput$ = StartNotebookExecutionInput$;
|
|
4060
|
+
exports.StartNotebookExecutionOutput$ = StartNotebookExecutionOutput$;
|
|
3756
4061
|
exports.Statistic = Statistic;
|
|
4062
|
+
exports.Step$ = Step$;
|
|
3757
4063
|
exports.StepCancellationOption = StepCancellationOption;
|
|
4064
|
+
exports.StepConfig$ = StepConfig$;
|
|
4065
|
+
exports.StepDetail$ = StepDetail$;
|
|
3758
4066
|
exports.StepExecutionState = StepExecutionState;
|
|
4067
|
+
exports.StepExecutionStatusDetail$ = StepExecutionStatusDetail$;
|
|
4068
|
+
exports.StepMonitoringConfiguration$ = StepMonitoringConfiguration$;
|
|
3759
4069
|
exports.StepState = StepState;
|
|
4070
|
+
exports.StepStateChangeReason$ = StepStateChangeReason$;
|
|
3760
4071
|
exports.StepStateChangeReasonCode = StepStateChangeReasonCode;
|
|
4072
|
+
exports.StepStatus$ = StepStatus$;
|
|
4073
|
+
exports.StepSummary$ = StepSummary$;
|
|
4074
|
+
exports.StepTimeline$ = StepTimeline$;
|
|
4075
|
+
exports.StopNotebookExecution$ = StopNotebookExecution$;
|
|
3761
4076
|
exports.StopNotebookExecutionCommand = StopNotebookExecutionCommand;
|
|
4077
|
+
exports.StopNotebookExecutionInput$ = StopNotebookExecutionInput$;
|
|
4078
|
+
exports.Studio$ = Studio$;
|
|
4079
|
+
exports.StudioSummary$ = StudioSummary$;
|
|
4080
|
+
exports.SupportedInstanceType$ = SupportedInstanceType$;
|
|
4081
|
+
exports.SupportedProductConfig$ = SupportedProductConfig$;
|
|
4082
|
+
exports.Tag$ = Tag$;
|
|
4083
|
+
exports.TerminateJobFlows$ = TerminateJobFlows$;
|
|
3762
4084
|
exports.TerminateJobFlowsCommand = TerminateJobFlowsCommand;
|
|
4085
|
+
exports.TerminateJobFlowsInput$ = TerminateJobFlowsInput$;
|
|
3763
4086
|
exports.Unit = Unit;
|
|
4087
|
+
exports.UpdateStudio$ = UpdateStudio$;
|
|
3764
4088
|
exports.UpdateStudioCommand = UpdateStudioCommand;
|
|
4089
|
+
exports.UpdateStudioInput$ = UpdateStudioInput$;
|
|
4090
|
+
exports.UpdateStudioSessionMapping$ = UpdateStudioSessionMapping$;
|
|
3765
4091
|
exports.UpdateStudioSessionMappingCommand = UpdateStudioSessionMappingCommand;
|
|
4092
|
+
exports.UpdateStudioSessionMappingInput$ = UpdateStudioSessionMappingInput$;
|
|
4093
|
+
exports.UsernamePassword$ = UsernamePassword$;
|
|
4094
|
+
exports.VolumeSpecification$ = VolumeSpecification$;
|
|
3766
4095
|
exports.paginateListBootstrapActions = paginateListBootstrapActions;
|
|
3767
4096
|
exports.paginateListClusters = paginateListClusters;
|
|
3768
4097
|
exports.paginateListInstanceFleets = paginateListInstanceFleets;
|