@aws-sdk/client-emr 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/EMR.d.ts +952 -265
- package/dist-types/ts3.4/EMRClient.d.ts +440 -125
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EMRServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2634 -2461
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBootstrapActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotebookExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReleaseLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStudioSessionMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +13 -7
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-emr
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-emr
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-emr
|