@aws-sdk/client-emr-containers 3.651.1 → 3.654.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-types/commands/CancelJobRunCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/CreateManagedEndpointCommand.d.ts +11 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateVirtualClusterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteManagedEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVirtualClusterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobRunCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeManagedEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVirtualClusterCommand.d.ts +11 -0
- package/dist-types/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListManagedEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVirtualClustersCommand.d.ts +11 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateManagedEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVirtualClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteManagedEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVirtualClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeManagedEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVirtualClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetManagedEndpointSessionCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListManagedEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVirtualClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -66,4 +66,15 @@ declare const CancelJobRunCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class CancelJobRunCommand extends CancelJobRunCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: CancelJobRunRequest;
|
|
73
|
+
output: CancelJobRunResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: CancelJobRunCommandInput;
|
|
77
|
+
output: CancelJobRunCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -132,4 +132,15 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
132
132
|
* @public
|
|
133
133
|
*/
|
|
134
134
|
export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
|
|
135
|
+
/** @internal type navigation helper, not in runtime. */
|
|
136
|
+
protected static __types: {
|
|
137
|
+
api: {
|
|
138
|
+
input: CreateJobTemplateRequest;
|
|
139
|
+
output: CreateJobTemplateResponse;
|
|
140
|
+
};
|
|
141
|
+
sdk: {
|
|
142
|
+
input: CreateJobTemplateCommandInput;
|
|
143
|
+
output: CreateJobTemplateCommandOutput;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
135
146
|
}
|
|
@@ -112,4 +112,15 @@ declare const CreateManagedEndpointCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class CreateManagedEndpointCommand extends CreateManagedEndpointCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: CreateManagedEndpointRequest;
|
|
119
|
+
output: CreateManagedEndpointResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: CreateManagedEndpointCommandInput;
|
|
123
|
+
output: CreateManagedEndpointCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateSecurityConfigurationCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateSecurityConfigurationRequest;
|
|
100
|
+
output: CreateSecurityConfigurationResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateSecurityConfigurationCommandInput;
|
|
104
|
+
output: CreateSecurityConfigurationCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -88,4 +88,15 @@ declare const CreateVirtualClusterCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateVirtualClusterCommand extends CreateVirtualClusterCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateVirtualClusterRequest;
|
|
95
|
+
output: CreateVirtualClusterResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateVirtualClusterCommandInput;
|
|
99
|
+
output: CreateVirtualClusterCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteJobTemplateCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteJobTemplateRequest;
|
|
73
|
+
output: DeleteJobTemplateResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteJobTemplateCommandInput;
|
|
77
|
+
output: DeleteJobTemplateCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteManagedEndpointCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteManagedEndpointCommand extends DeleteManagedEndpointCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteManagedEndpointRequest;
|
|
73
|
+
output: DeleteManagedEndpointResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteManagedEndpointCommandInput;
|
|
77
|
+
output: DeleteManagedEndpointCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteVirtualClusterCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteVirtualClusterCommand extends DeleteVirtualClusterCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteVirtualClusterRequest;
|
|
73
|
+
output: DeleteVirtualClusterResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteVirtualClusterCommandInput;
|
|
77
|
+
output: DeleteVirtualClusterCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -137,4 +137,15 @@ declare const DescribeJobRunCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: DescribeJobRunRequest;
|
|
144
|
+
output: DescribeJobRunResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: DescribeJobRunCommandInput;
|
|
148
|
+
output: DescribeJobRunCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -135,4 +135,15 @@ declare const DescribeJobTemplateCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class DescribeJobTemplateCommand extends DescribeJobTemplateCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: DescribeJobTemplateRequest;
|
|
142
|
+
output: DescribeJobTemplateResponse;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: DescribeJobTemplateCommandInput;
|
|
146
|
+
output: DescribeJobTemplateCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -126,4 +126,15 @@ declare const DescribeManagedEndpointCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class DescribeManagedEndpointCommand extends DescribeManagedEndpointCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: DescribeManagedEndpointRequest;
|
|
133
|
+
output: DescribeManagedEndpointResponse;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: DescribeManagedEndpointCommandInput;
|
|
137
|
+
output: DescribeManagedEndpointCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|
|
@@ -100,4 +100,15 @@ declare const DescribeSecurityConfigurationCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: DescribeSecurityConfigurationRequest;
|
|
107
|
+
output: DescribeSecurityConfigurationResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: DescribeSecurityConfigurationCommandInput;
|
|
111
|
+
output: DescribeSecurityConfigurationCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -90,4 +90,15 @@ declare const DescribeVirtualClusterCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DescribeVirtualClusterCommand extends DescribeVirtualClusterCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DescribeVirtualClusterRequest;
|
|
97
|
+
output: DescribeVirtualClusterResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DescribeVirtualClusterCommandInput;
|
|
101
|
+
output: DescribeVirtualClusterCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetManagedEndpointSessionCredentialsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetManagedEndpointSessionCredentialsCommand extends GetManagedEndpointSessionCredentialsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetManagedEndpointSessionCredentialsRequest;
|
|
86
|
+
output: GetManagedEndpointSessionCredentialsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetManagedEndpointSessionCredentialsCommandInput;
|
|
90
|
+
output: GetManagedEndpointSessionCredentialsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -144,4 +144,15 @@ declare const ListJobRunsCommand_base: {
|
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
147
|
+
/** @internal type navigation helper, not in runtime. */
|
|
148
|
+
protected static __types: {
|
|
149
|
+
api: {
|
|
150
|
+
input: ListJobRunsRequest;
|
|
151
|
+
output: ListJobRunsResponse;
|
|
152
|
+
};
|
|
153
|
+
sdk: {
|
|
154
|
+
input: ListJobRunsCommandInput;
|
|
155
|
+
output: ListJobRunsCommandOutput;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
147
158
|
}
|
|
@@ -138,4 +138,15 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
140
140
|
export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
|
|
141
|
+
/** @internal type navigation helper, not in runtime. */
|
|
142
|
+
protected static __types: {
|
|
143
|
+
api: {
|
|
144
|
+
input: ListJobTemplatesRequest;
|
|
145
|
+
output: ListJobTemplatesResponse;
|
|
146
|
+
};
|
|
147
|
+
sdk: {
|
|
148
|
+
input: ListJobTemplatesCommandInput;
|
|
149
|
+
output: ListJobTemplatesCommandOutput;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
141
152
|
}
|
|
@@ -135,4 +135,15 @@ declare const ListManagedEndpointsCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class ListManagedEndpointsCommand extends ListManagedEndpointsCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: ListManagedEndpointsRequest;
|
|
142
|
+
output: ListManagedEndpointsResponse;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: ListManagedEndpointsCommandInput;
|
|
146
|
+
output: ListManagedEndpointsCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListSecurityConfigurationsCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListSecurityConfigurationsRequest;
|
|
110
|
+
output: ListSecurityConfigurationsResponse;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListSecurityConfigurationsCommandInput;
|
|
114
|
+
output: ListSecurityConfigurationsCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -99,4 +99,15 @@ declare const ListVirtualClustersCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class ListVirtualClustersCommand extends ListVirtualClustersCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: ListVirtualClustersRequest;
|
|
106
|
+
output: ListVirtualClustersResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: ListVirtualClustersCommandInput;
|
|
110
|
+
output: ListVirtualClustersCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -130,4 +130,15 @@ declare const StartJobRunCommand_base: {
|
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
export declare class StartJobRunCommand extends StartJobRunCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: StartJobRunRequest;
|
|
137
|
+
output: StartJobRunResponse;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: StartJobRunCommandInput;
|
|
141
|
+
output: StartJobRunCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
133
144
|
}
|
|
@@ -75,4 +75,15 @@ declare const TagResourceCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: TagResourceRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: TagResourceCommandInput;
|
|
86
|
+
output: TagResourceCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -33,4 +33,15 @@ declare const CancelJobRunCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CancelJobRunCommand extends CancelJobRunCommand_base {
|
|
36
|
+
export declare class CancelJobRunCommand extends CancelJobRunCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelJobRunRequest;
|
|
40
|
+
output: CancelJobRunResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelJobRunCommandInput;
|
|
44
|
+
output: CancelJobRunCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
|
|
40
|
+
export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateJobTemplateRequest;
|
|
44
|
+
output: CreateJobTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateJobTemplateCommandInput;
|
|
48
|
+
output: CreateJobTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateManagedEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateManagedEndpointCommand extends CreateManagedEndpointCommand_base {
|
|
40
|
+
export declare class CreateManagedEndpointCommand extends CreateManagedEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateManagedEndpointRequest;
|
|
44
|
+
output: CreateManagedEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateManagedEndpointCommandInput;
|
|
48
|
+
output: CreateManagedEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSecurityConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {
|
|
40
|
+
export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSecurityConfigurationRequest;
|
|
44
|
+
output: CreateSecurityConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSecurityConfigurationCommandInput;
|
|
48
|
+
output: CreateSecurityConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateVirtualClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateVirtualClusterCommand extends CreateVirtualClusterCommand_base {
|
|
40
|
+
export declare class CreateVirtualClusterCommand extends CreateVirtualClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateVirtualClusterRequest;
|
|
44
|
+
output: CreateVirtualClusterResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateVirtualClusterCommandInput;
|
|
48
|
+
output: CreateVirtualClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteJobTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
40
|
+
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteJobTemplateRequest;
|
|
44
|
+
output: DeleteJobTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteJobTemplateCommandInput;
|
|
48
|
+
output: DeleteJobTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteManagedEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteManagedEndpointCommand extends DeleteManagedEndpointCommand_base {
|
|
40
|
+
export declare class DeleteManagedEndpointCommand extends DeleteManagedEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteManagedEndpointRequest;
|
|
44
|
+
output: DeleteManagedEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteManagedEndpointCommandInput;
|
|
48
|
+
output: DeleteManagedEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteVirtualClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteVirtualClusterCommand extends DeleteVirtualClusterCommand_base {
|
|
40
|
+
export declare class DeleteVirtualClusterCommand extends DeleteVirtualClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteVirtualClusterRequest;
|
|
44
|
+
output: DeleteVirtualClusterResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteVirtualClusterCommandInput;
|
|
48
|
+
output: DeleteVirtualClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeJobRunCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
|
|
39
|
+
export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeJobRunRequest;
|
|
43
|
+
output: DescribeJobRunResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeJobRunCommandInput;
|
|
47
|
+
output: DescribeJobRunCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeJobTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeJobTemplateCommand extends DescribeJobTemplateCommand_base {
|
|
40
|
+
export declare class DescribeJobTemplateCommand extends DescribeJobTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeJobTemplateRequest;
|
|
44
|
+
output: DescribeJobTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeJobTemplateCommandInput;
|
|
48
|
+
output: DescribeJobTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeManagedEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeManagedEndpointCommand extends DescribeManagedEndpointCommand_base {
|
|
40
|
+
export declare class DescribeManagedEndpointCommand extends DescribeManagedEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeManagedEndpointRequest;
|
|
44
|
+
output: DescribeManagedEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeManagedEndpointCommandInput;
|
|
48
|
+
output: DescribeManagedEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSecurityConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
|
|
40
|
+
export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSecurityConfigurationRequest;
|
|
44
|
+
output: DescribeSecurityConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSecurityConfigurationCommandInput;
|
|
48
|
+
output: DescribeSecurityConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeVirtualClusterCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeVirtualClusterCommand extends DescribeVirtualClusterCommand_base {
|
|
40
|
+
export declare class DescribeVirtualClusterCommand extends DescribeVirtualClusterCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeVirtualClusterRequest;
|
|
44
|
+
output: DescribeVirtualClusterResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeVirtualClusterCommandInput;
|
|
48
|
+
output: DescribeVirtualClusterCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetManagedEndpointSessionCredentialsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetManagedEndpointSessionCredentialsCommand extends GetManagedEndpointSessionCredentialsCommand_base {
|
|
40
|
+
export declare class GetManagedEndpointSessionCredentialsCommand extends GetManagedEndpointSessionCredentialsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetManagedEndpointSessionCredentialsRequest;
|
|
44
|
+
output: GetManagedEndpointSessionCredentialsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetManagedEndpointSessionCredentialsCommandInput;
|
|
48
|
+
output: GetManagedEndpointSessionCredentialsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListJobRunsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
36
|
+
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListJobRunsRequest;
|
|
40
|
+
output: ListJobRunsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListJobRunsCommandInput;
|
|
44
|
+
output: ListJobRunsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
|
|
39
|
+
export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListJobTemplatesRequest;
|
|
43
|
+
output: ListJobTemplatesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListJobTemplatesCommandInput;
|
|
47
|
+
output: ListJobTemplatesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListManagedEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListManagedEndpointsCommand extends ListManagedEndpointsCommand_base {
|
|
40
|
+
export declare class ListManagedEndpointsCommand extends ListManagedEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListManagedEndpointsRequest;
|
|
44
|
+
output: ListManagedEndpointsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListManagedEndpointsCommandInput;
|
|
48
|
+
output: ListManagedEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSecurityConfigurationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {
|
|
40
|
+
export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSecurityConfigurationsRequest;
|
|
44
|
+
output: ListSecurityConfigurationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSecurityConfigurationsCommandInput;
|
|
48
|
+
output: ListSecurityConfigurationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListVirtualClustersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListVirtualClustersCommand extends ListVirtualClustersCommand_base {
|
|
40
|
+
export declare class ListVirtualClustersCommand extends ListVirtualClustersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListVirtualClustersRequest;
|
|
44
|
+
output: ListVirtualClustersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListVirtualClustersCommandInput;
|
|
48
|
+
output: ListVirtualClustersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const StartJobRunCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class StartJobRunCommand extends StartJobRunCommand_base {
|
|
36
|
+
export declare class StartJobRunCommand extends StartJobRunCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: StartJobRunRequest;
|
|
40
|
+
output: StartJobRunResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: StartJobRunCommandInput;
|
|
44
|
+
output: StartJobRunCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
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.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-emr-containers",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|