@aws-sdk/client-emr 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/EMR.d.ts +218 -266
- package/dist-types/ts3.4/EMRClient.d.ts +20 -48
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +3 -9
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +2 -2
- package/package.json +38 -38