@aws-sdk/client-migrationhubstrategy 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/GetApplicationComponentDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetApplicationComponentStrategiesCommand.d.ts +11 -0
- package/dist-types/commands/GetAssessmentCommand.d.ts +11 -0
- package/dist-types/commands/GetImportFileTaskCommand.d.ts +11 -0
- package/dist-types/commands/GetLatestAssessmentIdCommand.d.ts +11 -0
- package/dist-types/commands/GetPortfolioPreferencesCommand.d.ts +11 -0
- package/dist-types/commands/GetPortfolioSummaryCommand.d.ts +11 -0
- package/dist-types/commands/GetRecommendationReportDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetServerDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetServerStrategiesCommand.d.ts +11 -0
- package/dist-types/commands/ListAnalyzableServersCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListCollectorsCommand.d.ts +11 -0
- package/dist-types/commands/ListImportFileTaskCommand.d.ts +11 -0
- package/dist-types/commands/ListServersCommand.d.ts +11 -0
- package/dist-types/commands/PutPortfolioPreferencesCommand.d.ts +11 -0
- package/dist-types/commands/StartAssessmentCommand.d.ts +11 -0
- package/dist-types/commands/StartImportFileTaskCommand.d.ts +11 -0
- package/dist-types/commands/StartRecommendationReportGenerationCommand.d.ts +11 -0
- package/dist-types/commands/StopAssessmentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateApplicationComponentConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServerConfigCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/GetApplicationComponentDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApplicationComponentStrategiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetImportFileTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLatestAssessmentIdCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPortfolioPreferencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPortfolioSummaryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecommendationReportDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetServerDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetServerStrategiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAnalyzableServersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationComponentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCollectorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImportFileTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPortfolioPreferencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAssessmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartImportFileTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartRecommendationReportGenerationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopAssessmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateApplicationComponentConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServerConfigCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -151,4 +151,15 @@ declare const GetApplicationComponentDetailsCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class GetApplicationComponentDetailsCommand extends GetApplicationComponentDetailsCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: GetApplicationComponentDetailsRequest;
|
|
158
|
+
output: GetApplicationComponentDetailsResponse;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: GetApplicationComponentDetailsCommandInput;
|
|
162
|
+
output: GetApplicationComponentDetailsCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetApplicationComponentStrategiesCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetApplicationComponentStrategiesCommand extends GetApplicationComponentStrategiesCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetApplicationComponentStrategiesRequest;
|
|
88
|
+
output: GetApplicationComponentStrategiesResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetApplicationComponentStrategiesCommandInput;
|
|
92
|
+
output: GetApplicationComponentStrategiesCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -89,4 +89,15 @@ declare const GetAssessmentCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class GetAssessmentCommand extends GetAssessmentCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: GetAssessmentRequest;
|
|
96
|
+
output: GetAssessmentResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: GetAssessmentCommandInput;
|
|
100
|
+
output: GetAssessmentCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetImportFileTaskCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetImportFileTaskCommand extends GetImportFileTaskCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetImportFileTaskRequest;
|
|
90
|
+
output: GetImportFileTaskResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetImportFileTaskCommandInput;
|
|
94
|
+
output: GetImportFileTaskCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -68,4 +68,15 @@ declare const GetLatestAssessmentIdCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class GetLatestAssessmentIdCommand extends GetLatestAssessmentIdCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: {};
|
|
75
|
+
output: GetLatestAssessmentIdResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: GetLatestAssessmentIdCommandInput;
|
|
79
|
+
output: GetLatestAssessmentIdCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -115,4 +115,15 @@ declare const GetPortfolioPreferencesCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class GetPortfolioPreferencesCommand extends GetPortfolioPreferencesCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: {};
|
|
122
|
+
output: GetPortfolioPreferencesResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: GetPortfolioPreferencesCommandInput;
|
|
126
|
+
output: GetPortfolioPreferencesCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -116,4 +116,15 @@ declare const GetPortfolioSummaryCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class GetPortfolioSummaryCommand extends GetPortfolioSummaryCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: {};
|
|
123
|
+
output: GetPortfolioSummaryResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: GetPortfolioSummaryCommandInput;
|
|
127
|
+
output: GetPortfolioSummaryCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetRecommendationReportDetailsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetRecommendationReportDetailsCommand extends GetRecommendationReportDetailsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetRecommendationReportDetailsRequest;
|
|
90
|
+
output: GetRecommendationReportDetailsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetRecommendationReportDetailsCommandInput;
|
|
94
|
+
output: GetRecommendationReportDetailsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -135,4 +135,15 @@ declare const GetServerDetailsCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class GetServerDetailsCommand extends GetServerDetailsCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: GetServerDetailsRequest;
|
|
142
|
+
output: GetServerDetailsResponse;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: GetServerDetailsCommandInput;
|
|
146
|
+
output: GetServerDetailsCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetServerStrategiesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetServerStrategiesCommand extends GetServerStrategiesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetServerStrategiesRequest;
|
|
95
|
+
output: GetServerStrategiesResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetServerStrategiesCommandInput;
|
|
99
|
+
output: GetServerStrategiesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListAnalyzableServersCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListAnalyzableServersCommand extends ListAnalyzableServersCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListAnalyzableServersRequest;
|
|
87
|
+
output: ListAnalyzableServersResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListAnalyzableServersCommandInput;
|
|
91
|
+
output: ListAnalyzableServersCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -158,4 +158,15 @@ declare const ListApplicationComponentsCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class ListApplicationComponentsCommand extends ListApplicationComponentsCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: ListApplicationComponentsRequest;
|
|
165
|
+
output: ListApplicationComponentsResponse;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: ListApplicationComponentsCommandInput;
|
|
169
|
+
output: ListApplicationComponentsCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -112,4 +112,15 @@ declare const ListCollectorsCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class ListCollectorsCommand extends ListCollectorsCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: ListCollectorsRequest;
|
|
119
|
+
output: ListCollectorsResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: ListCollectorsCommandInput;
|
|
123
|
+
output: ListCollectorsCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListImportFileTaskCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListImportFileTaskCommand extends ListImportFileTaskCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListImportFileTaskRequest;
|
|
93
|
+
output: ListImportFileTaskResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListImportFileTaskCommandInput;
|
|
97
|
+
output: ListImportFileTaskCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -136,4 +136,15 @@ declare const ListServersCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class ListServersCommand extends ListServersCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: ListServersRequest;
|
|
143
|
+
output: ListServersResponse;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: ListServersCommandInput;
|
|
147
|
+
output: ListServersCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -119,4 +119,15 @@ declare const PutPortfolioPreferencesCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class PutPortfolioPreferencesCommand extends PutPortfolioPreferencesCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: PutPortfolioPreferencesRequest;
|
|
126
|
+
output: {};
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: PutPortfolioPreferencesCommandInput;
|
|
130
|
+
output: PutPortfolioPreferencesCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -82,4 +82,15 @@ declare const StartAssessmentCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class StartAssessmentCommand extends StartAssessmentCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: StartAssessmentRequest;
|
|
89
|
+
output: StartAssessmentResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: StartAssessmentCommandInput;
|
|
93
|
+
output: StartAssessmentCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -84,4 +84,15 @@ declare const StartImportFileTaskCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class StartImportFileTaskCommand extends StartImportFileTaskCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: StartImportFileTaskRequest;
|
|
91
|
+
output: StartImportFileTaskResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: StartImportFileTaskCommandInput;
|
|
95
|
+
output: StartImportFileTaskCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -80,4 +80,15 @@ declare const StartRecommendationReportGenerationCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class StartRecommendationReportGenerationCommand extends StartRecommendationReportGenerationCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: StartRecommendationReportGenerationRequest;
|
|
87
|
+
output: StartRecommendationReportGenerationResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: StartRecommendationReportGenerationCommandInput;
|
|
91
|
+
output: StartRecommendationReportGenerationCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -68,4 +68,15 @@ declare const StopAssessmentCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class StopAssessmentCommand extends StopAssessmentCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: StopAssessmentRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: StopAssessmentCommandInput;
|
|
79
|
+
output: StopAssessmentCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateApplicationComponentConfigCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateApplicationComponentConfigCommand extends UpdateApplicationComponentConfigCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateApplicationComponentConfigRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateApplicationComponentConfigCommandInput;
|
|
96
|
+
output: UpdateApplicationComponentConfigCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -73,4 +73,15 @@ declare const UpdateServerConfigCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UpdateServerConfigCommand extends UpdateServerConfigCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UpdateServerConfigRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UpdateServerConfigCommandInput;
|
|
84
|
+
output: UpdateServerConfigCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -37,4 +37,15 @@ declare const GetApplicationComponentDetailsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetApplicationComponentDetailsCommand extends GetApplicationComponentDetailsCommand_base {
|
|
40
|
+
export declare class GetApplicationComponentDetailsCommand extends GetApplicationComponentDetailsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetApplicationComponentDetailsRequest;
|
|
44
|
+
output: GetApplicationComponentDetailsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetApplicationComponentDetailsCommandInput;
|
|
48
|
+
output: GetApplicationComponentDetailsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetApplicationComponentStrategiesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetApplicationComponentStrategiesCommand extends GetApplicationComponentStrategiesCommand_base {
|
|
40
|
+
export declare class GetApplicationComponentStrategiesCommand extends GetApplicationComponentStrategiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetApplicationComponentStrategiesRequest;
|
|
44
|
+
output: GetApplicationComponentStrategiesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetApplicationComponentStrategiesCommandInput;
|
|
48
|
+
output: GetApplicationComponentStrategiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetAssessmentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetAssessmentCommand extends GetAssessmentCommand_base {
|
|
39
|
+
export declare class GetAssessmentCommand extends GetAssessmentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetAssessmentRequest;
|
|
43
|
+
output: GetAssessmentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetAssessmentCommandInput;
|
|
47
|
+
output: GetAssessmentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetImportFileTaskCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetImportFileTaskCommand extends GetImportFileTaskCommand_base {
|
|
40
|
+
export declare class GetImportFileTaskCommand extends GetImportFileTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetImportFileTaskRequest;
|
|
44
|
+
output: GetImportFileTaskResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetImportFileTaskCommandInput;
|
|
48
|
+
output: GetImportFileTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetLatestAssessmentIdCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetLatestAssessmentIdCommand extends GetLatestAssessmentIdCommand_base {
|
|
40
|
+
export declare class GetLatestAssessmentIdCommand extends GetLatestAssessmentIdCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetLatestAssessmentIdResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetLatestAssessmentIdCommandInput;
|
|
48
|
+
output: GetLatestAssessmentIdCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPortfolioPreferencesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPortfolioPreferencesCommand extends GetPortfolioPreferencesCommand_base {
|
|
40
|
+
export declare class GetPortfolioPreferencesCommand extends GetPortfolioPreferencesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetPortfolioPreferencesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPortfolioPreferencesCommandInput;
|
|
48
|
+
output: GetPortfolioPreferencesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetPortfolioSummaryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetPortfolioSummaryCommand extends GetPortfolioSummaryCommand_base {
|
|
40
|
+
export declare class GetPortfolioSummaryCommand extends GetPortfolioSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetPortfolioSummaryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPortfolioSummaryCommandInput;
|
|
48
|
+
output: GetPortfolioSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRecommendationReportDetailsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRecommendationReportDetailsCommand extends GetRecommendationReportDetailsCommand_base {
|
|
40
|
+
export declare class GetRecommendationReportDetailsCommand extends GetRecommendationReportDetailsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRecommendationReportDetailsRequest;
|
|
44
|
+
output: GetRecommendationReportDetailsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRecommendationReportDetailsCommandInput;
|
|
48
|
+
output: GetRecommendationReportDetailsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetServerDetailsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetServerDetailsCommand extends GetServerDetailsCommand_base {
|
|
39
|
+
export declare class GetServerDetailsCommand extends GetServerDetailsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetServerDetailsRequest;
|
|
43
|
+
output: GetServerDetailsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetServerDetailsCommandInput;
|
|
47
|
+
output: GetServerDetailsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetServerStrategiesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetServerStrategiesCommand extends GetServerStrategiesCommand_base {
|
|
40
|
+
export declare class GetServerStrategiesCommand extends GetServerStrategiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetServerStrategiesRequest;
|
|
44
|
+
output: GetServerStrategiesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetServerStrategiesCommandInput;
|
|
48
|
+
output: GetServerStrategiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAnalyzableServersCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAnalyzableServersCommand extends ListAnalyzableServersCommand_base {
|
|
40
|
+
export declare class ListAnalyzableServersCommand extends ListAnalyzableServersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAnalyzableServersRequest;
|
|
44
|
+
output: ListAnalyzableServersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAnalyzableServersCommandInput;
|
|
48
|
+
output: ListAnalyzableServersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListApplicationComponentsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListApplicationComponentsCommand extends ListApplicationComponentsCommand_base {
|
|
40
|
+
export declare class ListApplicationComponentsCommand extends ListApplicationComponentsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListApplicationComponentsRequest;
|
|
44
|
+
output: ListApplicationComponentsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListApplicationComponentsCommandInput;
|
|
48
|
+
output: ListApplicationComponentsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListCollectorsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListCollectorsCommand extends ListCollectorsCommand_base {
|
|
39
|
+
export declare class ListCollectorsCommand extends ListCollectorsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListCollectorsRequest;
|
|
43
|
+
output: ListCollectorsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListCollectorsCommandInput;
|
|
47
|
+
output: ListCollectorsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListImportFileTaskCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListImportFileTaskCommand extends ListImportFileTaskCommand_base {
|
|
40
|
+
export declare class ListImportFileTaskCommand extends ListImportFileTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListImportFileTaskRequest;
|
|
44
|
+
output: ListImportFileTaskResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListImportFileTaskCommandInput;
|
|
48
|
+
output: ListImportFileTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListServersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListServersCommand extends ListServersCommand_base {
|
|
36
|
+
export declare class ListServersCommand extends ListServersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListServersRequest;
|
|
40
|
+
output: ListServersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListServersCommandInput;
|
|
44
|
+
output: ListServersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutPortfolioPreferencesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutPortfolioPreferencesCommand extends PutPortfolioPreferencesCommand_base {
|
|
40
|
+
export declare class PutPortfolioPreferencesCommand extends PutPortfolioPreferencesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutPortfolioPreferencesRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutPortfolioPreferencesCommandInput;
|
|
48
|
+
output: PutPortfolioPreferencesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const StartAssessmentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class StartAssessmentCommand extends StartAssessmentCommand_base {
|
|
39
|
+
export declare class StartAssessmentCommand extends StartAssessmentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartAssessmentRequest;
|
|
43
|
+
output: StartAssessmentResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartAssessmentCommandInput;
|
|
47
|
+
output: StartAssessmentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartImportFileTaskCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartImportFileTaskCommand extends StartImportFileTaskCommand_base {
|
|
40
|
+
export declare class StartImportFileTaskCommand extends StartImportFileTaskCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartImportFileTaskRequest;
|
|
44
|
+
output: StartImportFileTaskResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartImportFileTaskCommandInput;
|
|
48
|
+
output: StartImportFileTaskCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartRecommendationReportGenerationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartRecommendationReportGenerationCommand extends StartRecommendationReportGenerationCommand_base {
|
|
40
|
+
export declare class StartRecommendationReportGenerationCommand extends StartRecommendationReportGenerationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartRecommendationReportGenerationRequest;
|
|
44
|
+
output: StartRecommendationReportGenerationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartRecommendationReportGenerationCommandInput;
|
|
48
|
+
output: StartRecommendationReportGenerationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const StopAssessmentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class StopAssessmentCommand extends StopAssessmentCommand_base {
|
|
39
|
+
export declare class StopAssessmentCommand extends StopAssessmentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StopAssessmentRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StopAssessmentCommandInput;
|
|
47
|
+
output: StopAssessmentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateApplicationComponentConfigCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateApplicationComponentConfigCommand extends UpdateApplicationComponentConfigCommand_base {
|
|
40
|
+
export declare class UpdateApplicationComponentConfigCommand extends UpdateApplicationComponentConfigCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateApplicationComponentConfigRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateApplicationComponentConfigCommandInput;
|
|
48
|
+
output: UpdateApplicationComponentConfigCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateServerConfigCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateServerConfigCommand extends UpdateServerConfigCommand_base {
|
|
40
|
+
export declare class UpdateServerConfigCommand extends UpdateServerConfigCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateServerConfigRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateServerConfigCommandInput;
|
|
48
|
+
output: UpdateServerConfigCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migrationhubstrategy",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhubstrategy 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-migrationhubstrategy",
|
|
@@ -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
|
},
|