@aws-sdk/client-emr-containers 3.300.0 → 3.303.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.
@@ -29,11 +29,10 @@ class ValidationException extends EMRContainersServiceException_1.EMRContainersS
29
29
  }
30
30
  }
31
31
  exports.ValidationException = ValidationException;
32
- var TemplateParameterDataType;
33
- (function (TemplateParameterDataType) {
34
- TemplateParameterDataType["NUMBER"] = "NUMBER";
35
- TemplateParameterDataType["STRING"] = "STRING";
36
- })(TemplateParameterDataType = exports.TemplateParameterDataType || (exports.TemplateParameterDataType = {}));
32
+ exports.TemplateParameterDataType = {
33
+ NUMBER: "NUMBER",
34
+ STRING: "STRING",
35
+ };
37
36
  class ResourceNotFoundException extends EMRContainersServiceException_1.EMRContainersServiceException {
38
37
  constructor(opts) {
39
38
  super({
@@ -47,11 +46,10 @@ class ResourceNotFoundException extends EMRContainersServiceException_1.EMRConta
47
46
  }
48
47
  }
49
48
  exports.ResourceNotFoundException = ResourceNotFoundException;
50
- var PersistentAppUI;
51
- (function (PersistentAppUI) {
52
- PersistentAppUI["DISABLED"] = "DISABLED";
53
- PersistentAppUI["ENABLED"] = "ENABLED";
54
- })(PersistentAppUI = exports.PersistentAppUI || (exports.PersistentAppUI = {}));
49
+ exports.PersistentAppUI = {
50
+ DISABLED: "DISABLED",
51
+ ENABLED: "ENABLED",
52
+ };
55
53
  var ContainerInfo;
56
54
  (function (ContainerInfo) {
57
55
  ContainerInfo.visit = (value, visitor) => {
@@ -60,42 +58,37 @@ var ContainerInfo;
60
58
  return visitor._(value.$unknown[0], value.$unknown[1]);
61
59
  };
62
60
  })(ContainerInfo = exports.ContainerInfo || (exports.ContainerInfo = {}));
63
- var ContainerProviderType;
64
- (function (ContainerProviderType) {
65
- ContainerProviderType["EKS"] = "EKS";
66
- })(ContainerProviderType = exports.ContainerProviderType || (exports.ContainerProviderType = {}));
67
- var FailureReason;
68
- (function (FailureReason) {
69
- FailureReason["CLUSTER_UNAVAILABLE"] = "CLUSTER_UNAVAILABLE";
70
- FailureReason["INTERNAL_ERROR"] = "INTERNAL_ERROR";
71
- FailureReason["USER_ERROR"] = "USER_ERROR";
72
- FailureReason["VALIDATION_ERROR"] = "VALIDATION_ERROR";
73
- })(FailureReason = exports.FailureReason || (exports.FailureReason = {}));
74
- var JobRunState;
75
- (function (JobRunState) {
76
- JobRunState["CANCELLED"] = "CANCELLED";
77
- JobRunState["CANCEL_PENDING"] = "CANCEL_PENDING";
78
- JobRunState["COMPLETED"] = "COMPLETED";
79
- JobRunState["FAILED"] = "FAILED";
80
- JobRunState["PENDING"] = "PENDING";
81
- JobRunState["RUNNING"] = "RUNNING";
82
- JobRunState["SUBMITTED"] = "SUBMITTED";
83
- })(JobRunState = exports.JobRunState || (exports.JobRunState = {}));
84
- var EndpointState;
85
- (function (EndpointState) {
86
- EndpointState["ACTIVE"] = "ACTIVE";
87
- EndpointState["CREATING"] = "CREATING";
88
- EndpointState["TERMINATED"] = "TERMINATED";
89
- EndpointState["TERMINATED_WITH_ERRORS"] = "TERMINATED_WITH_ERRORS";
90
- EndpointState["TERMINATING"] = "TERMINATING";
91
- })(EndpointState = exports.EndpointState || (exports.EndpointState = {}));
92
- var VirtualClusterState;
93
- (function (VirtualClusterState) {
94
- VirtualClusterState["ARRESTED"] = "ARRESTED";
95
- VirtualClusterState["RUNNING"] = "RUNNING";
96
- VirtualClusterState["TERMINATED"] = "TERMINATED";
97
- VirtualClusterState["TERMINATING"] = "TERMINATING";
98
- })(VirtualClusterState = exports.VirtualClusterState || (exports.VirtualClusterState = {}));
61
+ exports.ContainerProviderType = {
62
+ EKS: "EKS",
63
+ };
64
+ exports.FailureReason = {
65
+ CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE",
66
+ INTERNAL_ERROR: "INTERNAL_ERROR",
67
+ USER_ERROR: "USER_ERROR",
68
+ VALIDATION_ERROR: "VALIDATION_ERROR",
69
+ };
70
+ exports.JobRunState = {
71
+ CANCELLED: "CANCELLED",
72
+ CANCEL_PENDING: "CANCEL_PENDING",
73
+ COMPLETED: "COMPLETED",
74
+ FAILED: "FAILED",
75
+ PENDING: "PENDING",
76
+ RUNNING: "RUNNING",
77
+ SUBMITTED: "SUBMITTED",
78
+ };
79
+ exports.EndpointState = {
80
+ ACTIVE: "ACTIVE",
81
+ CREATING: "CREATING",
82
+ TERMINATED: "TERMINATED",
83
+ TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS",
84
+ TERMINATING: "TERMINATING",
85
+ };
86
+ exports.VirtualClusterState = {
87
+ ARRESTED: "ARRESTED",
88
+ RUNNING: "RUNNING",
89
+ TERMINATED: "TERMINATED",
90
+ TERMINATING: "TERMINATING",
91
+ };
99
92
  const SparkSqlJobDriverFilterSensitiveLog = (obj) => ({
100
93
  ...obj,
101
94
  ...(obj.entryPoint && { entryPoint: smithy_client_1.SENSITIVE_STRING }),
@@ -24,11 +24,10 @@ export class ValidationException extends __BaseException {
24
24
  Object.setPrototypeOf(this, ValidationException.prototype);
25
25
  }
26
26
  }
27
- export var TemplateParameterDataType;
28
- (function (TemplateParameterDataType) {
29
- TemplateParameterDataType["NUMBER"] = "NUMBER";
30
- TemplateParameterDataType["STRING"] = "STRING";
31
- })(TemplateParameterDataType || (TemplateParameterDataType = {}));
27
+ export const TemplateParameterDataType = {
28
+ NUMBER: "NUMBER",
29
+ STRING: "STRING",
30
+ };
32
31
  export class ResourceNotFoundException extends __BaseException {
33
32
  constructor(opts) {
34
33
  super({
@@ -41,11 +40,10 @@ export class ResourceNotFoundException extends __BaseException {
41
40
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
42
41
  }
43
42
  }
44
- export var PersistentAppUI;
45
- (function (PersistentAppUI) {
46
- PersistentAppUI["DISABLED"] = "DISABLED";
47
- PersistentAppUI["ENABLED"] = "ENABLED";
48
- })(PersistentAppUI || (PersistentAppUI = {}));
43
+ export const PersistentAppUI = {
44
+ DISABLED: "DISABLED",
45
+ ENABLED: "ENABLED",
46
+ };
49
47
  export var ContainerInfo;
50
48
  (function (ContainerInfo) {
51
49
  ContainerInfo.visit = (value, visitor) => {
@@ -54,42 +52,37 @@ export var ContainerInfo;
54
52
  return visitor._(value.$unknown[0], value.$unknown[1]);
55
53
  };
56
54
  })(ContainerInfo || (ContainerInfo = {}));
57
- export var ContainerProviderType;
58
- (function (ContainerProviderType) {
59
- ContainerProviderType["EKS"] = "EKS";
60
- })(ContainerProviderType || (ContainerProviderType = {}));
61
- export var FailureReason;
62
- (function (FailureReason) {
63
- FailureReason["CLUSTER_UNAVAILABLE"] = "CLUSTER_UNAVAILABLE";
64
- FailureReason["INTERNAL_ERROR"] = "INTERNAL_ERROR";
65
- FailureReason["USER_ERROR"] = "USER_ERROR";
66
- FailureReason["VALIDATION_ERROR"] = "VALIDATION_ERROR";
67
- })(FailureReason || (FailureReason = {}));
68
- export var JobRunState;
69
- (function (JobRunState) {
70
- JobRunState["CANCELLED"] = "CANCELLED";
71
- JobRunState["CANCEL_PENDING"] = "CANCEL_PENDING";
72
- JobRunState["COMPLETED"] = "COMPLETED";
73
- JobRunState["FAILED"] = "FAILED";
74
- JobRunState["PENDING"] = "PENDING";
75
- JobRunState["RUNNING"] = "RUNNING";
76
- JobRunState["SUBMITTED"] = "SUBMITTED";
77
- })(JobRunState || (JobRunState = {}));
78
- export var EndpointState;
79
- (function (EndpointState) {
80
- EndpointState["ACTIVE"] = "ACTIVE";
81
- EndpointState["CREATING"] = "CREATING";
82
- EndpointState["TERMINATED"] = "TERMINATED";
83
- EndpointState["TERMINATED_WITH_ERRORS"] = "TERMINATED_WITH_ERRORS";
84
- EndpointState["TERMINATING"] = "TERMINATING";
85
- })(EndpointState || (EndpointState = {}));
86
- export var VirtualClusterState;
87
- (function (VirtualClusterState) {
88
- VirtualClusterState["ARRESTED"] = "ARRESTED";
89
- VirtualClusterState["RUNNING"] = "RUNNING";
90
- VirtualClusterState["TERMINATED"] = "TERMINATED";
91
- VirtualClusterState["TERMINATING"] = "TERMINATING";
92
- })(VirtualClusterState || (VirtualClusterState = {}));
55
+ export const ContainerProviderType = {
56
+ EKS: "EKS",
57
+ };
58
+ export const FailureReason = {
59
+ CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE",
60
+ INTERNAL_ERROR: "INTERNAL_ERROR",
61
+ USER_ERROR: "USER_ERROR",
62
+ VALIDATION_ERROR: "VALIDATION_ERROR",
63
+ };
64
+ export const JobRunState = {
65
+ CANCELLED: "CANCELLED",
66
+ CANCEL_PENDING: "CANCEL_PENDING",
67
+ COMPLETED: "COMPLETED",
68
+ FAILED: "FAILED",
69
+ PENDING: "PENDING",
70
+ RUNNING: "RUNNING",
71
+ SUBMITTED: "SUBMITTED",
72
+ };
73
+ export const EndpointState = {
74
+ ACTIVE: "ACTIVE",
75
+ CREATING: "CREATING",
76
+ TERMINATED: "TERMINATED",
77
+ TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS",
78
+ TERMINATING: "TERMINATING",
79
+ };
80
+ export const VirtualClusterState = {
81
+ ARRESTED: "ARRESTED",
82
+ RUNNING: "RUNNING",
83
+ TERMINATED: "TERMINATED",
84
+ TERMINATING: "TERMINATING",
85
+ };
93
86
  export const SparkSqlJobDriverFilterSensitiveLog = (obj) => ({
94
87
  ...obj,
95
88
  ...(obj.entryPoint && { entryPoint: SENSITIVE_STRING }),
@@ -27,7 +27,7 @@ export interface CancelJobRunCommandOutput extends CancelJobRunResponse, __Metad
27
27
  * import { EMRContainersClient, CancelJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
28
28
  * // const { EMRContainersClient, CancelJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
29
29
  * const client = new EMRContainersClient(config);
30
- * const input = {
30
+ * const input = { // CancelJobRunRequest
31
31
  * id: "STRING_VALUE", // required
32
32
  * virtualClusterId: "STRING_VALUE", // required
33
33
  * };
@@ -29,17 +29,17 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
29
29
  * import { EMRContainersClient, CreateJobTemplateCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
30
30
  * // const { EMRContainersClient, CreateJobTemplateCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
31
31
  * const client = new EMRContainersClient(config);
32
- * const input = {
32
+ * const input = { // CreateJobTemplateRequest
33
33
  * name: "STRING_VALUE", // required
34
34
  * clientToken: "STRING_VALUE", // required
35
- * jobTemplateData: {
35
+ * jobTemplateData: { // JobTemplateData
36
36
  * executionRoleArn: "STRING_VALUE", // required
37
37
  * releaseLabel: "STRING_VALUE", // required
38
- * configurationOverrides: {
39
- * applicationConfiguration: [
40
- * {
38
+ * configurationOverrides: { // ParametricConfigurationOverrides
39
+ * applicationConfiguration: [ // ConfigurationList
40
+ * { // Configuration
41
41
  * classification: "STRING_VALUE", // required
42
- * properties: {
42
+ * properties: { // SensitivePropertiesMap
43
43
  * "<keys>": "STRING_VALUE",
44
44
  * },
45
45
  * configurations: [
@@ -48,44 +48,42 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
48
48
  * properties: {
49
49
  * "<keys>": "STRING_VALUE",
50
50
  * },
51
- * configurations: [
52
- * "<ConfigurationList>",
53
- * ],
51
+ * configurations: "<ConfigurationList>",
54
52
  * },
55
53
  * ],
56
54
  * },
57
55
  * ],
58
- * monitoringConfiguration: {
56
+ * monitoringConfiguration: { // ParametricMonitoringConfiguration
59
57
  * persistentAppUI: "STRING_VALUE",
60
- * cloudWatchMonitoringConfiguration: {
58
+ * cloudWatchMonitoringConfiguration: { // ParametricCloudWatchMonitoringConfiguration
61
59
  * logGroupName: "STRING_VALUE",
62
60
  * logStreamNamePrefix: "STRING_VALUE",
63
61
  * },
64
- * s3MonitoringConfiguration: {
62
+ * s3MonitoringConfiguration: { // ParametricS3MonitoringConfiguration
65
63
  * logUri: "STRING_VALUE",
66
64
  * },
67
65
  * },
68
66
  * },
69
- * jobDriver: {
70
- * sparkSubmitJobDriver: {
67
+ * jobDriver: { // JobDriver
68
+ * sparkSubmitJobDriver: { // SparkSubmitJobDriver
71
69
  * entryPoint: "STRING_VALUE", // required
72
- * entryPointArguments: [
70
+ * entryPointArguments: [ // EntryPointArguments
73
71
  * "STRING_VALUE",
74
72
  * ],
75
73
  * sparkSubmitParameters: "STRING_VALUE",
76
74
  * },
77
- * sparkSqlJobDriver: {
75
+ * sparkSqlJobDriver: { // SparkSqlJobDriver
78
76
  * entryPoint: "STRING_VALUE",
79
77
  * sparkSqlParameters: "STRING_VALUE",
80
78
  * },
81
79
  * },
82
- * parameterConfiguration: {
83
- * "<keys>": {
80
+ * parameterConfiguration: { // TemplateParameterConfigurationMap
81
+ * "<keys>": { // TemplateParameterConfiguration
84
82
  * type: "NUMBER" || "STRING",
85
83
  * defaultValue: "STRING_VALUE",
86
84
  * },
87
85
  * },
88
- * jobTags: {
86
+ * jobTags: { // TagMap
89
87
  * "<keys>": "STRING_VALUE",
90
88
  * },
91
89
  * },
@@ -28,18 +28,18 @@ export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpoin
28
28
  * import { EMRContainersClient, CreateManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
29
29
  * // const { EMRContainersClient, CreateManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
30
30
  * const client = new EMRContainersClient(config);
31
- * const input = {
31
+ * const input = { // CreateManagedEndpointRequest
32
32
  * name: "STRING_VALUE", // required
33
33
  * virtualClusterId: "STRING_VALUE", // required
34
34
  * type: "STRING_VALUE", // required
35
35
  * releaseLabel: "STRING_VALUE", // required
36
36
  * executionRoleArn: "STRING_VALUE", // required
37
37
  * certificateArn: "STRING_VALUE",
38
- * configurationOverrides: {
39
- * applicationConfiguration: [
40
- * {
38
+ * configurationOverrides: { // ConfigurationOverrides
39
+ * applicationConfiguration: [ // ConfigurationList
40
+ * { // Configuration
41
41
  * classification: "STRING_VALUE", // required
42
- * properties: {
42
+ * properties: { // SensitivePropertiesMap
43
43
  * "<keys>": "STRING_VALUE",
44
44
  * },
45
45
  * configurations: [
@@ -48,26 +48,24 @@ export interface CreateManagedEndpointCommandOutput extends CreateManagedEndpoin
48
48
  * properties: {
49
49
  * "<keys>": "STRING_VALUE",
50
50
  * },
51
- * configurations: [
52
- * "<ConfigurationList>",
53
- * ],
51
+ * configurations: "<ConfigurationList>",
54
52
  * },
55
53
  * ],
56
54
  * },
57
55
  * ],
58
- * monitoringConfiguration: {
56
+ * monitoringConfiguration: { // MonitoringConfiguration
59
57
  * persistentAppUI: "ENABLED" || "DISABLED",
60
- * cloudWatchMonitoringConfiguration: {
58
+ * cloudWatchMonitoringConfiguration: { // CloudWatchMonitoringConfiguration
61
59
  * logGroupName: "STRING_VALUE", // required
62
60
  * logStreamNamePrefix: "STRING_VALUE",
63
61
  * },
64
- * s3MonitoringConfiguration: {
62
+ * s3MonitoringConfiguration: { // S3MonitoringConfiguration
65
63
  * logUri: "STRING_VALUE", // required
66
64
  * },
67
65
  * },
68
66
  * },
69
67
  * clientToken: "STRING_VALUE", // required
70
- * tags: {
68
+ * tags: { // TagMap
71
69
  * "<keys>": "STRING_VALUE",
72
70
  * },
73
71
  * };
@@ -29,19 +29,19 @@ export interface CreateVirtualClusterCommandOutput extends CreateVirtualClusterR
29
29
  * import { EMRContainersClient, CreateVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
30
30
  * // const { EMRContainersClient, CreateVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
31
31
  * const client = new EMRContainersClient(config);
32
- * const input = {
32
+ * const input = { // CreateVirtualClusterRequest
33
33
  * name: "STRING_VALUE", // required
34
- * containerProvider: {
34
+ * containerProvider: { // ContainerProvider
35
35
  * type: "EKS", // required
36
36
  * id: "STRING_VALUE", // required
37
- * info: { // Union: only one key present
38
- * eksInfo: {
37
+ * info: { // ContainerInfo Union: only one key present
38
+ * eksInfo: { // EksInfo
39
39
  * namespace: "STRING_VALUE",
40
40
  * },
41
41
  * },
42
42
  * },
43
43
  * clientToken: "STRING_VALUE", // required
44
- * tags: {
44
+ * tags: { // TagMap
45
45
  * "<keys>": "STRING_VALUE",
46
46
  * },
47
47
  * };
@@ -29,7 +29,7 @@ export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateRespons
29
29
  * import { EMRContainersClient, DeleteJobTemplateCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
30
30
  * // const { EMRContainersClient, DeleteJobTemplateCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
31
31
  * const client = new EMRContainersClient(config);
32
- * const input = {
32
+ * const input = { // DeleteJobTemplateRequest
33
33
  * id: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteJobTemplateCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteManagedEndpointCommandOutput extends DeleteManagedEndpoin
28
28
  * import { EMRContainersClient, DeleteManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
29
29
  * // const { EMRContainersClient, DeleteManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
30
30
  * const client = new EMRContainersClient(config);
31
- * const input = {
31
+ * const input = { // DeleteManagedEndpointRequest
32
32
  * id: "STRING_VALUE", // required
33
33
  * virtualClusterId: "STRING_VALUE", // required
34
34
  * };
@@ -29,7 +29,7 @@ export interface DeleteVirtualClusterCommandOutput extends DeleteVirtualClusterR
29
29
  * import { EMRContainersClient, DeleteVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
30
30
  * // const { EMRContainersClient, DeleteVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
31
31
  * const client = new EMRContainersClient(config);
32
- * const input = {
32
+ * const input = { // DeleteVirtualClusterRequest
33
33
  * id: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteVirtualClusterCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
27
27
  * import { EMRContainersClient, DescribeJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
28
28
  * // const { EMRContainersClient, DescribeJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
29
29
  * const client = new EMRContainersClient(config);
30
- * const input = {
30
+ * const input = { // DescribeJobRunRequest
31
31
  * id: "STRING_VALUE", // required
32
32
  * virtualClusterId: "STRING_VALUE", // required
33
33
  * };
@@ -29,7 +29,7 @@ export interface DescribeJobTemplateCommandOutput extends DescribeJobTemplateRes
29
29
  * import { EMRContainersClient, DescribeJobTemplateCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
30
30
  * // const { EMRContainersClient, DescribeJobTemplateCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
31
31
  * const client = new EMRContainersClient(config);
32
- * const input = {
32
+ * const input = { // DescribeJobTemplateRequest
33
33
  * id: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DescribeJobTemplateCommand(input);
@@ -28,7 +28,7 @@ export interface DescribeManagedEndpointCommandOutput extends DescribeManagedEnd
28
28
  * import { EMRContainersClient, DescribeManagedEndpointCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
29
29
  * // const { EMRContainersClient, DescribeManagedEndpointCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
30
30
  * const client = new EMRContainersClient(config);
31
- * const input = {
31
+ * const input = { // DescribeManagedEndpointRequest
32
32
  * id: "STRING_VALUE", // required
33
33
  * virtualClusterId: "STRING_VALUE", // required
34
34
  * };
@@ -31,7 +31,7 @@ export interface DescribeVirtualClusterCommandOutput extends DescribeVirtualClus
31
31
  * import { EMRContainersClient, DescribeVirtualClusterCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
32
32
  * // const { EMRContainersClient, DescribeVirtualClusterCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
33
33
  * const client = new EMRContainersClient(config);
34
- * const input = {
34
+ * const input = { // DescribeVirtualClusterRequest
35
35
  * id: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new DescribeVirtualClusterCommand(input);
@@ -27,12 +27,12 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
27
27
  * import { EMRContainersClient, ListJobRunsCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
28
28
  * // const { EMRContainersClient, ListJobRunsCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
29
29
  * const client = new EMRContainersClient(config);
30
- * const input = {
30
+ * const input = { // ListJobRunsRequest
31
31
  * virtualClusterId: "STRING_VALUE", // required
32
32
  * createdBefore: new Date("TIMESTAMP"),
33
33
  * createdAfter: new Date("TIMESTAMP"),
34
34
  * name: "STRING_VALUE",
35
- * states: [
35
+ * states: [ // JobRunStates
36
36
  * "PENDING" || "SUBMITTED" || "RUNNING" || "FAILED" || "CANCELLED" || "CANCEL_PENDING" || "COMPLETED",
37
37
  * ],
38
38
  * maxResults: Number("int"),
@@ -29,7 +29,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
29
29
  * import { EMRContainersClient, ListJobTemplatesCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
30
30
  * // const { EMRContainersClient, ListJobTemplatesCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
31
31
  * const client = new EMRContainersClient(config);
32
- * const input = {
32
+ * const input = { // ListJobTemplatesRequest
33
33
  * createdAfter: new Date("TIMESTAMP"),
34
34
  * createdBefore: new Date("TIMESTAMP"),
35
35
  * maxResults: Number("int"),
@@ -28,14 +28,14 @@ export interface ListManagedEndpointsCommandOutput extends ListManagedEndpointsR
28
28
  * import { EMRContainersClient, ListManagedEndpointsCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
29
29
  * // const { EMRContainersClient, ListManagedEndpointsCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
30
30
  * const client = new EMRContainersClient(config);
31
- * const input = {
31
+ * const input = { // ListManagedEndpointsRequest
32
32
  * virtualClusterId: "STRING_VALUE", // required
33
33
  * createdBefore: new Date("TIMESTAMP"),
34
34
  * createdAfter: new Date("TIMESTAMP"),
35
- * types: [
35
+ * types: [ // EndpointTypes
36
36
  * "STRING_VALUE",
37
37
  * ],
38
- * states: [
38
+ * states: [ // EndpointStates
39
39
  * "CREATING" || "ACTIVE" || "TERMINATING" || "TERMINATED" || "TERMINATED_WITH_ERRORS",
40
40
  * ],
41
41
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { EMRContainersClient, ListTagsForResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
27
27
  * // const { EMRContainersClient, ListTagsForResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
28
28
  * const client = new EMRContainersClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -31,12 +31,12 @@ export interface ListVirtualClustersCommandOutput extends ListVirtualClustersRes
31
31
  * import { EMRContainersClient, ListVirtualClustersCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
32
32
  * // const { EMRContainersClient, ListVirtualClustersCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
33
33
  * const client = new EMRContainersClient(config);
34
- * const input = {
34
+ * const input = { // ListVirtualClustersRequest
35
35
  * containerProviderId: "STRING_VALUE",
36
36
  * containerProviderType: "EKS",
37
37
  * createdAfter: new Date("TIMESTAMP"),
38
38
  * createdBefore: new Date("TIMESTAMP"),
39
- * states: [
39
+ * states: [ // VirtualClusterStates
40
40
  * "RUNNING" || "TERMINATING" || "TERMINATED" || "ARRESTED",
41
41
  * ],
42
42
  * maxResults: Number("int"),
@@ -27,30 +27,30 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
27
27
  * import { EMRContainersClient, StartJobRunCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
28
28
  * // const { EMRContainersClient, StartJobRunCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
29
29
  * const client = new EMRContainersClient(config);
30
- * const input = {
30
+ * const input = { // StartJobRunRequest
31
31
  * name: "STRING_VALUE",
32
32
  * virtualClusterId: "STRING_VALUE", // required
33
33
  * clientToken: "STRING_VALUE", // required
34
34
  * executionRoleArn: "STRING_VALUE",
35
35
  * releaseLabel: "STRING_VALUE",
36
- * jobDriver: {
37
- * sparkSubmitJobDriver: {
36
+ * jobDriver: { // JobDriver
37
+ * sparkSubmitJobDriver: { // SparkSubmitJobDriver
38
38
  * entryPoint: "STRING_VALUE", // required
39
- * entryPointArguments: [
39
+ * entryPointArguments: [ // EntryPointArguments
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * sparkSubmitParameters: "STRING_VALUE",
43
43
  * },
44
- * sparkSqlJobDriver: {
44
+ * sparkSqlJobDriver: { // SparkSqlJobDriver
45
45
  * entryPoint: "STRING_VALUE",
46
46
  * sparkSqlParameters: "STRING_VALUE",
47
47
  * },
48
48
  * },
49
- * configurationOverrides: {
50
- * applicationConfiguration: [
51
- * {
49
+ * configurationOverrides: { // ConfigurationOverrides
50
+ * applicationConfiguration: [ // ConfigurationList
51
+ * { // Configuration
52
52
  * classification: "STRING_VALUE", // required
53
- * properties: {
53
+ * properties: { // SensitivePropertiesMap
54
54
  * "<keys>": "STRING_VALUE",
55
55
  * },
56
56
  * configurations: [
@@ -59,32 +59,30 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
59
59
  * properties: {
60
60
  * "<keys>": "STRING_VALUE",
61
61
  * },
62
- * configurations: [
63
- * "<ConfigurationList>",
64
- * ],
62
+ * configurations: "<ConfigurationList>",
65
63
  * },
66
64
  * ],
67
65
  * },
68
66
  * ],
69
- * monitoringConfiguration: {
67
+ * monitoringConfiguration: { // MonitoringConfiguration
70
68
  * persistentAppUI: "ENABLED" || "DISABLED",
71
- * cloudWatchMonitoringConfiguration: {
69
+ * cloudWatchMonitoringConfiguration: { // CloudWatchMonitoringConfiguration
72
70
  * logGroupName: "STRING_VALUE", // required
73
71
  * logStreamNamePrefix: "STRING_VALUE",
74
72
  * },
75
- * s3MonitoringConfiguration: {
73
+ * s3MonitoringConfiguration: { // S3MonitoringConfiguration
76
74
  * logUri: "STRING_VALUE", // required
77
75
  * },
78
76
  * },
79
77
  * },
80
- * tags: {
78
+ * tags: { // TagMap
81
79
  * "<keys>": "STRING_VALUE",
82
80
  * },
83
81
  * jobTemplateId: "STRING_VALUE",
84
- * jobTemplateParameters: {
85
- * "<keys>": "<String1024>",
82
+ * jobTemplateParameters: { // TemplateParameterInputMap
83
+ * "<keys>": "STRING_VALUE",
86
84
  * },
87
- * retryPolicyConfiguration: {
85
+ * retryPolicyConfiguration: { // RetryPolicyConfiguration
88
86
  * maxAttempts: Number("int"), // required
89
87
  * },
90
88
  * };
@@ -33,9 +33,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
33
33
  * import { EMRContainersClient, TagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
34
34
  * // const { EMRContainersClient, TagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
35
35
  * const client = new EMRContainersClient(config);
36
- * const input = {
36
+ * const input = { // TagResourceRequest
37
37
  * resourceArn: "STRING_VALUE", // required
38
- * tags: { // required
38
+ * tags: { // TagMap // required
39
39
  * "<keys>": "STRING_VALUE",
40
40
  * },
41
41
  * };
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { EMRContainersClient, UntagResourceCommand } from "@aws-sdk/client-emr-containers"; // ES Modules import
27
27
  * // const { EMRContainersClient, UntagResourceCommand } = require("@aws-sdk/client-emr-containers"); // CommonJS import
28
28
  * const client = new EMRContainersClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tagKeys: [ // required
31
+ * tagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -146,11 +146,16 @@ export interface JobDriver {
146
146
  }
147
147
  /**
148
148
  * @public
149
+ * @enum
149
150
  */
150
- export declare enum TemplateParameterDataType {
151
- NUMBER = "NUMBER",
152
- STRING = "STRING"
153
- }
151
+ export declare const TemplateParameterDataType: {
152
+ readonly NUMBER: "NUMBER";
153
+ readonly STRING: "STRING";
154
+ };
155
+ /**
156
+ * @public
157
+ */
158
+ export type TemplateParameterDataType = (typeof TemplateParameterDataType)[keyof typeof TemplateParameterDataType];
154
159
  /**
155
160
  * @public
156
161
  * <p>The configuration of a job template parameter.</p>
@@ -215,11 +220,16 @@ export interface CloudWatchMonitoringConfiguration {
215
220
  }
216
221
  /**
217
222
  * @public
223
+ * @enum
218
224
  */
219
- export declare enum PersistentAppUI {
220
- DISABLED = "DISABLED",
221
- ENABLED = "ENABLED"
222
- }
225
+ export declare const PersistentAppUI: {
226
+ readonly DISABLED: "DISABLED";
227
+ readonly ENABLED: "ENABLED";
228
+ };
229
+ /**
230
+ * @public
231
+ */
232
+ export type PersistentAppUI = (typeof PersistentAppUI)[keyof typeof PersistentAppUI];
223
233
  /**
224
234
  * @public
225
235
  * <p> Amazon S3 configuration for monitoring log publishing. You can configure your jobs to
@@ -308,10 +318,15 @@ export declare namespace ContainerInfo {
308
318
  }
309
319
  /**
310
320
  * @public
321
+ * @enum
311
322
  */
312
- export declare enum ContainerProviderType {
313
- EKS = "EKS"
314
- }
323
+ export declare const ContainerProviderType: {
324
+ readonly EKS: "EKS";
325
+ };
326
+ /**
327
+ * @public
328
+ */
329
+ export type ContainerProviderType = (typeof ContainerProviderType)[keyof typeof ContainerProviderType];
315
330
  /**
316
331
  * @public
317
332
  * <p>The information about the container provider.</p>
@@ -445,13 +460,18 @@ export interface DescribeJobRunRequest {
445
460
  }
446
461
  /**
447
462
  * @public
463
+ * @enum
448
464
  */
449
- export declare enum FailureReason {
450
- CLUSTER_UNAVAILABLE = "CLUSTER_UNAVAILABLE",
451
- INTERNAL_ERROR = "INTERNAL_ERROR",
452
- USER_ERROR = "USER_ERROR",
453
- VALIDATION_ERROR = "VALIDATION_ERROR"
454
- }
465
+ export declare const FailureReason: {
466
+ readonly CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE";
467
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
468
+ readonly USER_ERROR: "USER_ERROR";
469
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
470
+ };
471
+ /**
472
+ * @public
473
+ */
474
+ export type FailureReason = (typeof FailureReason)[keyof typeof FailureReason];
455
475
  /**
456
476
  * @public
457
477
  * <p>The configuration of the retry policy that the job runs on.</p>
@@ -474,16 +494,21 @@ export interface RetryPolicyExecution {
474
494
  }
475
495
  /**
476
496
  * @public
497
+ * @enum
477
498
  */
478
- export declare enum JobRunState {
479
- CANCELLED = "CANCELLED",
480
- CANCEL_PENDING = "CANCEL_PENDING",
481
- COMPLETED = "COMPLETED",
482
- FAILED = "FAILED",
483
- PENDING = "PENDING",
484
- RUNNING = "RUNNING",
485
- SUBMITTED = "SUBMITTED"
486
- }
499
+ export declare const JobRunState: {
500
+ readonly CANCELLED: "CANCELLED";
501
+ readonly CANCEL_PENDING: "CANCEL_PENDING";
502
+ readonly COMPLETED: "COMPLETED";
503
+ readonly FAILED: "FAILED";
504
+ readonly PENDING: "PENDING";
505
+ readonly RUNNING: "RUNNING";
506
+ readonly SUBMITTED: "SUBMITTED";
507
+ };
508
+ /**
509
+ * @public
510
+ */
511
+ export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
487
512
  /**
488
513
  * @public
489
514
  */
@@ -522,14 +547,19 @@ export interface Certificate {
522
547
  }
523
548
  /**
524
549
  * @public
550
+ * @enum
525
551
  */
526
- export declare enum EndpointState {
527
- ACTIVE = "ACTIVE",
528
- CREATING = "CREATING",
529
- TERMINATED = "TERMINATED",
530
- TERMINATED_WITH_ERRORS = "TERMINATED_WITH_ERRORS",
531
- TERMINATING = "TERMINATING"
532
- }
552
+ export declare const EndpointState: {
553
+ readonly ACTIVE: "ACTIVE";
554
+ readonly CREATING: "CREATING";
555
+ readonly TERMINATED: "TERMINATED";
556
+ readonly TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS";
557
+ readonly TERMINATING: "TERMINATING";
558
+ };
559
+ /**
560
+ * @public
561
+ */
562
+ export type EndpointState = (typeof EndpointState)[keyof typeof EndpointState];
533
563
  /**
534
564
  * @public
535
565
  */
@@ -541,13 +571,18 @@ export interface DescribeVirtualClusterRequest {
541
571
  }
542
572
  /**
543
573
  * @public
574
+ * @enum
544
575
  */
545
- export declare enum VirtualClusterState {
546
- ARRESTED = "ARRESTED",
547
- RUNNING = "RUNNING",
548
- TERMINATED = "TERMINATED",
549
- TERMINATING = "TERMINATING"
550
- }
576
+ export declare const VirtualClusterState: {
577
+ readonly ARRESTED: "ARRESTED";
578
+ readonly RUNNING: "RUNNING";
579
+ readonly TERMINATED: "TERMINATED";
580
+ readonly TERMINATING: "TERMINATING";
581
+ };
582
+ /**
583
+ * @public
584
+ */
585
+ export type VirtualClusterState = (typeof VirtualClusterState)[keyof typeof VirtualClusterState];
551
586
  /**
552
587
  * @public
553
588
  * <p>This entity describes a virtual cluster. A virtual cluster is a Kubernetes namespace
@@ -47,10 +47,12 @@ export interface JobDriver {
47
47
  sparkSubmitJobDriver?: SparkSubmitJobDriver;
48
48
  sparkSqlJobDriver?: SparkSqlJobDriver;
49
49
  }
50
- export declare enum TemplateParameterDataType {
51
- NUMBER = "NUMBER",
52
- STRING = "STRING",
53
- }
50
+ export declare const TemplateParameterDataType: {
51
+ readonly NUMBER: "NUMBER";
52
+ readonly STRING: "STRING";
53
+ };
54
+ export type TemplateParameterDataType =
55
+ (typeof TemplateParameterDataType)[keyof typeof TemplateParameterDataType];
54
56
  export interface TemplateParameterConfiguration {
55
57
  type?: TemplateParameterDataType | string;
56
58
  defaultValue?: string;
@@ -72,10 +74,12 @@ export interface CloudWatchMonitoringConfiguration {
72
74
  logGroupName: string | undefined;
73
75
  logStreamNamePrefix?: string;
74
76
  }
75
- export declare enum PersistentAppUI {
76
- DISABLED = "DISABLED",
77
- ENABLED = "ENABLED",
78
- }
77
+ export declare const PersistentAppUI: {
78
+ readonly DISABLED: "DISABLED";
79
+ readonly ENABLED: "ENABLED";
80
+ };
81
+ export type PersistentAppUI =
82
+ (typeof PersistentAppUI)[keyof typeof PersistentAppUI];
79
83
  export interface S3MonitoringConfiguration {
80
84
  logUri: string | undefined;
81
85
  }
@@ -111,9 +115,11 @@ export declare namespace ContainerInfo {
111
115
  }
112
116
  const visit: <T>(value: ContainerInfo, visitor: Visitor<T>) => T;
113
117
  }
114
- export declare enum ContainerProviderType {
115
- EKS = "EKS",
116
- }
118
+ export declare const ContainerProviderType: {
119
+ readonly EKS: "EKS";
120
+ };
121
+ export type ContainerProviderType =
122
+ (typeof ContainerProviderType)[keyof typeof ContainerProviderType];
117
123
  export interface ContainerProvider {
118
124
  type: ContainerProviderType | string | undefined;
119
125
  id: string | undefined;
@@ -154,27 +160,29 @@ export interface DescribeJobRunRequest {
154
160
  id: string | undefined;
155
161
  virtualClusterId: string | undefined;
156
162
  }
157
- export declare enum FailureReason {
158
- CLUSTER_UNAVAILABLE = "CLUSTER_UNAVAILABLE",
159
- INTERNAL_ERROR = "INTERNAL_ERROR",
160
- USER_ERROR = "USER_ERROR",
161
- VALIDATION_ERROR = "VALIDATION_ERROR",
162
- }
163
+ export declare const FailureReason: {
164
+ readonly CLUSTER_UNAVAILABLE: "CLUSTER_UNAVAILABLE";
165
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
166
+ readonly USER_ERROR: "USER_ERROR";
167
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
168
+ };
169
+ export type FailureReason = (typeof FailureReason)[keyof typeof FailureReason];
163
170
  export interface RetryPolicyConfiguration {
164
171
  maxAttempts: number | undefined;
165
172
  }
166
173
  export interface RetryPolicyExecution {
167
174
  currentAttemptCount: number | undefined;
168
175
  }
169
- export declare enum JobRunState {
170
- CANCELLED = "CANCELLED",
171
- CANCEL_PENDING = "CANCEL_PENDING",
172
- COMPLETED = "COMPLETED",
173
- FAILED = "FAILED",
174
- PENDING = "PENDING",
175
- RUNNING = "RUNNING",
176
- SUBMITTED = "SUBMITTED",
177
- }
176
+ export declare const JobRunState: {
177
+ readonly CANCELLED: "CANCELLED";
178
+ readonly CANCEL_PENDING: "CANCEL_PENDING";
179
+ readonly COMPLETED: "COMPLETED";
180
+ readonly FAILED: "FAILED";
181
+ readonly PENDING: "PENDING";
182
+ readonly RUNNING: "RUNNING";
183
+ readonly SUBMITTED: "SUBMITTED";
184
+ };
185
+ export type JobRunState = (typeof JobRunState)[keyof typeof JobRunState];
178
186
  export interface DescribeJobTemplateRequest {
179
187
  id: string | undefined;
180
188
  }
@@ -186,22 +194,25 @@ export interface Certificate {
186
194
  certificateArn?: string;
187
195
  certificateData?: string;
188
196
  }
189
- export declare enum EndpointState {
190
- ACTIVE = "ACTIVE",
191
- CREATING = "CREATING",
192
- TERMINATED = "TERMINATED",
193
- TERMINATED_WITH_ERRORS = "TERMINATED_WITH_ERRORS",
194
- TERMINATING = "TERMINATING",
195
- }
197
+ export declare const EndpointState: {
198
+ readonly ACTIVE: "ACTIVE";
199
+ readonly CREATING: "CREATING";
200
+ readonly TERMINATED: "TERMINATED";
201
+ readonly TERMINATED_WITH_ERRORS: "TERMINATED_WITH_ERRORS";
202
+ readonly TERMINATING: "TERMINATING";
203
+ };
204
+ export type EndpointState = (typeof EndpointState)[keyof typeof EndpointState];
196
205
  export interface DescribeVirtualClusterRequest {
197
206
  id: string | undefined;
198
207
  }
199
- export declare enum VirtualClusterState {
200
- ARRESTED = "ARRESTED",
201
- RUNNING = "RUNNING",
202
- TERMINATED = "TERMINATED",
203
- TERMINATING = "TERMINATING",
204
- }
208
+ export declare const VirtualClusterState: {
209
+ readonly ARRESTED: "ARRESTED";
210
+ readonly RUNNING: "RUNNING";
211
+ readonly TERMINATED: "TERMINATED";
212
+ readonly TERMINATING: "TERMINATING";
213
+ };
214
+ export type VirtualClusterState =
215
+ (typeof VirtualClusterState)[keyof typeof VirtualClusterState];
205
216
  export interface VirtualCluster {
206
217
  id?: string;
207
218
  name?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr-containers",
3
3
  "description": "AWS SDK for JavaScript Emr Containers Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.303.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,43 +21,43 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.299.0",
38
- "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.300.0",
41
- "@aws-sdk/node-http-handler": "3.296.0",
42
- "@aws-sdk/protocol-http": "3.296.0",
43
- "@aws-sdk/smithy-client": "3.296.0",
44
- "@aws-sdk/types": "3.296.0",
45
- "@aws-sdk/url-parser": "3.296.0",
46
- "@aws-sdk/util-base64": "3.295.0",
47
- "@aws-sdk/util-body-length-browser": "3.295.0",
48
- "@aws-sdk/util-body-length-node": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
- "@aws-sdk/util-endpoints": "3.296.0",
52
- "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.300.0",
55
- "@aws-sdk/util-utf8": "3.295.0",
24
+ "@aws-sdk/client-sts": "3.303.0",
25
+ "@aws-sdk/config-resolver": "3.303.0",
26
+ "@aws-sdk/credential-provider-node": "3.303.0",
27
+ "@aws-sdk/fetch-http-handler": "3.303.0",
28
+ "@aws-sdk/hash-node": "3.303.0",
29
+ "@aws-sdk/invalid-dependency": "3.303.0",
30
+ "@aws-sdk/middleware-content-length": "3.303.0",
31
+ "@aws-sdk/middleware-endpoint": "3.303.0",
32
+ "@aws-sdk/middleware-host-header": "3.303.0",
33
+ "@aws-sdk/middleware-logger": "3.303.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
+ "@aws-sdk/middleware-retry": "3.303.0",
36
+ "@aws-sdk/middleware-serde": "3.303.0",
37
+ "@aws-sdk/middleware-signing": "3.303.0",
38
+ "@aws-sdk/middleware-stack": "3.303.0",
39
+ "@aws-sdk/middleware-user-agent": "3.303.0",
40
+ "@aws-sdk/node-config-provider": "3.303.0",
41
+ "@aws-sdk/node-http-handler": "3.303.0",
42
+ "@aws-sdk/protocol-http": "3.303.0",
43
+ "@aws-sdk/smithy-client": "3.303.0",
44
+ "@aws-sdk/types": "3.303.0",
45
+ "@aws-sdk/url-parser": "3.303.0",
46
+ "@aws-sdk/util-base64": "3.303.0",
47
+ "@aws-sdk/util-body-length-browser": "3.303.0",
48
+ "@aws-sdk/util-body-length-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
+ "@aws-sdk/util-endpoints": "3.303.0",
52
+ "@aws-sdk/util-retry": "3.303.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.303.0",
54
+ "@aws-sdk/util-user-agent-node": "3.303.0",
55
+ "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",