@aws-sdk/client-emr-containers 3.1044.0 → 3.1046.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +62 -63
  5. package/dist-cjs/models/EMRContainersServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/EMRContainers.js +1 -1
  10. package/dist-es/EMRContainersClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelJobRunCommand.js +2 -2
  13. package/dist-es/commands/CreateJobTemplateCommand.js +2 -2
  14. package/dist-es/commands/CreateManagedEndpointCommand.js +2 -2
  15. package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -2
  16. package/dist-es/commands/CreateVirtualClusterCommand.js +2 -2
  17. package/dist-es/commands/DeleteJobTemplateCommand.js +2 -2
  18. package/dist-es/commands/DeleteManagedEndpointCommand.js +2 -2
  19. package/dist-es/commands/DeleteVirtualClusterCommand.js +2 -2
  20. package/dist-es/commands/DescribeJobRunCommand.js +2 -2
  21. package/dist-es/commands/DescribeJobTemplateCommand.js +2 -2
  22. package/dist-es/commands/DescribeManagedEndpointCommand.js +2 -2
  23. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +2 -2
  24. package/dist-es/commands/DescribeVirtualClusterCommand.js +2 -2
  25. package/dist-es/commands/GetManagedEndpointSessionCredentialsCommand.js +2 -2
  26. package/dist-es/commands/ListJobRunsCommand.js +2 -2
  27. package/dist-es/commands/ListJobTemplatesCommand.js +2 -2
  28. package/dist-es/commands/ListManagedEndpointsCommand.js +2 -2
  29. package/dist-es/commands/ListSecurityConfigurationsCommand.js +2 -2
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-es/commands/ListVirtualClustersCommand.js +2 -2
  32. package/dist-es/commands/StartJobRunCommand.js +2 -2
  33. package/dist-es/commands/TagResourceCommand.js +2 -2
  34. package/dist-es/commands/UntagResourceCommand.js +2 -2
  35. package/dist-es/endpoint/bdd.js +1 -1
  36. package/dist-es/endpoint/endpointResolver.js +1 -1
  37. package/dist-es/models/EMRContainersServiceException.js +1 -1
  38. package/dist-es/runtimeConfig.browser.js +4 -6
  39. package/dist-es/runtimeConfig.js +4 -8
  40. package/dist-es/runtimeConfig.shared.js +3 -4
  41. package/dist-es/runtimeExtensions.js +2 -2
  42. package/dist-types/EMRContainersClient.d.ts +5 -5
  43. package/dist-types/commands/CancelJobRunCommand.d.ts +6 -4
  44. package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -4
  45. package/dist-types/commands/CreateManagedEndpointCommand.d.ts +6 -4
  46. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -4
  47. package/dist-types/commands/CreateVirtualClusterCommand.d.ts +6 -4
  48. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -4
  49. package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +6 -4
  50. package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +6 -4
  51. package/dist-types/commands/DescribeJobRunCommand.d.ts +6 -4
  52. package/dist-types/commands/DescribeJobTemplateCommand.d.ts +6 -4
  53. package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +6 -4
  54. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +6 -4
  55. package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +6 -4
  56. package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +6 -4
  57. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -4
  58. package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -4
  59. package/dist-types/commands/ListManagedEndpointsCommand.d.ts +6 -4
  60. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +6 -4
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  62. package/dist-types/commands/ListVirtualClustersCommand.d.ts +6 -4
  63. package/dist-types/commands/StartJobRunCommand.d.ts +6 -4
  64. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  65. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  66. package/dist-types/endpoint/bdd.d.ts +1 -1
  67. package/dist-types/extensionConfiguration.d.ts +1 -1
  68. package/dist-types/models/EMRContainersServiceException.d.ts +1 -1
  69. package/dist-types/models/errors.d.ts +1 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  71. package/dist-types/runtimeConfig.d.ts +2 -2
  72. package/dist-types/runtimeConfig.native.d.ts +2 -2
  73. package/dist-types/ts3.4/EMRContainersClient.d.ts +8 -14
  74. package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  98. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  99. package/dist-types/ts3.4/models/EMRContainersServiceException.d.ts +1 -1
  100. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  104. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteManagedEndpointCommandOutput
19
19
  declare const DeleteManagedEndpointCommand_base: {
20
20
  new (
21
21
  input: DeleteManagedEndpointCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteManagedEndpointCommandInput,
24
24
  DeleteManagedEndpointCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteManagedEndpointCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteManagedEndpointCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteManagedEndpointCommandInput,
33
33
  DeleteManagedEndpointCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteManagedEndpointCommand extends DeleteManagedEndpointCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteVirtualClusterCommandOutput
19
19
  declare const DeleteVirtualClusterCommand_base: {
20
20
  new (
21
21
  input: DeleteVirtualClusterCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteVirtualClusterCommandInput,
24
24
  DeleteVirtualClusterCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteVirtualClusterCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteVirtualClusterCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteVirtualClusterCommandInput,
33
33
  DeleteVirtualClusterCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteVirtualClusterCommand extends DeleteVirtualClusterCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DescribeJobRunCommandOutput
18
18
  declare const DescribeJobRunCommand_base: {
19
19
  new (
20
20
  input: DescribeJobRunCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DescribeJobRunCommandInput,
23
23
  DescribeJobRunCommandOutput,
24
24
  EMRContainersClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DescribeJobRunCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DescribeJobRunCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DescribeJobRunCommandInput,
32
32
  DescribeJobRunCommandOutput,
33
33
  EMRContainersClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeJobTemplateCommandOutput
19
19
  declare const DescribeJobTemplateCommand_base: {
20
20
  new (
21
21
  input: DescribeJobTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeJobTemplateCommandInput,
24
24
  DescribeJobTemplateCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeJobTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeJobTemplateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeJobTemplateCommandInput,
33
33
  DescribeJobTemplateCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeJobTemplateCommand extends DescribeJobTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeManagedEndpointCommandOutput
19
19
  declare const DescribeManagedEndpointCommand_base: {
20
20
  new (
21
21
  input: DescribeManagedEndpointCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeManagedEndpointCommandInput,
24
24
  DescribeManagedEndpointCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeManagedEndpointCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeManagedEndpointCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeManagedEndpointCommandInput,
33
33
  DescribeManagedEndpointCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeManagedEndpointCommand extends DescribeManagedEndpointCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeSecurityConfigurationCommandOutput
19
19
  declare const DescribeSecurityConfigurationCommand_base: {
20
20
  new (
21
21
  input: DescribeSecurityConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeSecurityConfigurationCommandInput,
24
24
  DescribeSecurityConfigurationCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeSecurityConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeSecurityConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeSecurityConfigurationCommandInput,
33
33
  DescribeSecurityConfigurationCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeVirtualClusterCommandOutput
19
19
  declare const DescribeVirtualClusterCommand_base: {
20
20
  new (
21
21
  input: DescribeVirtualClusterCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeVirtualClusterCommandInput,
24
24
  DescribeVirtualClusterCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeVirtualClusterCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeVirtualClusterCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeVirtualClusterCommandInput,
33
33
  DescribeVirtualClusterCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeVirtualClusterCommand extends DescribeVirtualClusterCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetManagedEndpointSessionCredentialsCommandOutput
19
19
  declare const GetManagedEndpointSessionCredentialsCommand_base: {
20
20
  new (
21
21
  input: GetManagedEndpointSessionCredentialsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetManagedEndpointSessionCredentialsCommandInput,
24
24
  GetManagedEndpointSessionCredentialsCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetManagedEndpointSessionCredentialsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetManagedEndpointSessionCredentialsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetManagedEndpointSessionCredentialsCommandInput,
33
33
  GetManagedEndpointSessionCredentialsCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetManagedEndpointSessionCredentialsCommand extends GetManagedEndpointSessionCredentialsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListJobRunsCommandOutput
15
15
  declare const ListJobRunsCommand_base: {
16
16
  new (
17
17
  input: ListJobRunsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListJobRunsCommandInput,
20
20
  ListJobRunsCommandOutput,
21
21
  EMRContainersClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListJobRunsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: ListJobRunsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListJobRunsCommandInput,
29
29
  ListJobRunsCommandOutput,
30
30
  EMRContainersClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListJobTemplatesCommandOutput
18
18
  declare const ListJobTemplatesCommand_base: {
19
19
  new (
20
20
  input: ListJobTemplatesCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListJobTemplatesCommandInput,
23
23
  ListJobTemplatesCommandOutput,
24
24
  EMRContainersClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListJobTemplatesCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListJobTemplatesCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListJobTemplatesCommandInput,
32
32
  ListJobTemplatesCommandOutput,
33
33
  EMRContainersClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListManagedEndpointsCommandOutput
19
19
  declare const ListManagedEndpointsCommand_base: {
20
20
  new (
21
21
  input: ListManagedEndpointsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListManagedEndpointsCommandInput,
24
24
  ListManagedEndpointsCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListManagedEndpointsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListManagedEndpointsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListManagedEndpointsCommandInput,
33
33
  ListManagedEndpointsCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListManagedEndpointsCommand extends ListManagedEndpointsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListSecurityConfigurationsCommandOutput
19
19
  declare const ListSecurityConfigurationsCommand_base: {
20
20
  new (
21
21
  input: ListSecurityConfigurationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSecurityConfigurationsCommandInput,
24
24
  ListSecurityConfigurationsCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSecurityConfigurationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSecurityConfigurationsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSecurityConfigurationsCommandInput,
33
33
  ListSecurityConfigurationsCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListVirtualClustersCommandOutput
19
19
  declare const ListVirtualClustersCommand_base: {
20
20
  new (
21
21
  input: ListVirtualClustersCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListVirtualClustersCommandInput,
24
24
  ListVirtualClustersCommandOutput,
25
25
  EMRContainersClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListVirtualClustersCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListVirtualClustersCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListVirtualClustersCommandInput,
33
33
  ListVirtualClustersCommandOutput,
34
34
  EMRContainersClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListVirtualClustersCommand extends ListVirtualClustersCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface StartJobRunCommandOutput
15
15
  declare const StartJobRunCommand_base: {
16
16
  new (
17
17
  input: StartJobRunCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  StartJobRunCommandInput,
20
20
  StartJobRunCommandOutput,
21
21
  EMRContainersClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const StartJobRunCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: StartJobRunCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  StartJobRunCommandInput,
29
29
  StartJobRunCommandOutput,
30
30
  EMRContainersClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class StartJobRunCommand extends StartJobRunCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  EMRContainersClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  EMRContainersClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  EMRContainersClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
18
18
  declare const UntagResourceCommand_base: {
19
19
  new (
20
20
  input: UntagResourceCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UntagResourceCommandInput,
23
23
  UntagResourceCommandOutput,
24
24
  EMRContainersClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UntagResourceCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UntagResourceCommandInput,
32
32
  UntagResourceCommandOutput,
33
33
  EMRContainersClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
42
  protected static __types: {
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface EMRContainersExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class EMRContainersServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { EMRContainersServiceException as __BaseException } from "./EMRContainersServiceException";
3
3
  export declare class InternalServerException extends __BaseException {
4
4
  readonly name: "InternalServerException";
@@ -3,7 +3,7 @@ import { EMRContainersClientConfig } from "./EMRContainersClient";
3
3
  export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
17
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
18
  region: string | import("@smithy/types").Provider<any>;
19
19
  requestHandler:
20
- | import("@smithy/protocol-http").HttpHandler<any>
20
+ | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
23
  sha256: import("@smithy/types").HashConstructor;
@@ -3,7 +3,7 @@ import { EMRContainersClientConfig } from "./EMRContainersClient";
3
3
  export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: EMRContainersClientConfig) => {
19
19
  region: string | import("@smithy/types").Provider<string>;
20
20
  requestHandler:
21
21
  | RequestHandler
22
- | import("@smithy/protocol-http").HttpHandler<any>;
22
+ | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
24
  sha256: import("@smithy/types").HashConstructor;
25
25
  streamCollector: import("@smithy/types").StreamCollector;