@aws-sdk/client-b2bi 3.651.1 → 3.658.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/CreateCapabilityCommand.d.ts +11 -0
- package/dist-types/commands/CreatePartnershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateTransformerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +11 -0
- package/dist-types/commands/DeletePartnershipCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTransformerCommand.d.ts +11 -0
- package/dist-types/commands/GetCapabilityCommand.d.ts +11 -0
- package/dist-types/commands/GetPartnershipCommand.d.ts +11 -0
- package/dist-types/commands/GetProfileCommand.d.ts +11 -0
- package/dist-types/commands/GetTransformerCommand.d.ts +11 -0
- package/dist-types/commands/GetTransformerJobCommand.d.ts +11 -0
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +11 -0
- package/dist-types/commands/ListPartnershipsCommand.d.ts +11 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTransformersCommand.d.ts +11 -0
- package/dist-types/commands/StartTransformerJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestMappingCommand.d.ts +11 -0
- package/dist-types/commands/TestParsingCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePartnershipCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTransformerCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePartnershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTransformerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePartnershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCapabilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPartnershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTransformerJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPartnershipsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTransformersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartTransformerJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestParsingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePartnershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTransformerCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -218,4 +218,15 @@ declare const CreateCapabilityCommand_base: {
|
|
|
218
218
|
*
|
|
219
219
|
*/
|
|
220
220
|
export declare class CreateCapabilityCommand extends CreateCapabilityCommand_base {
|
|
221
|
+
/** @internal type navigation helper, not in runtime. */
|
|
222
|
+
protected static __types: {
|
|
223
|
+
api: {
|
|
224
|
+
input: CreateCapabilityRequest;
|
|
225
|
+
output: CreateCapabilityResponse;
|
|
226
|
+
};
|
|
227
|
+
sdk: {
|
|
228
|
+
input: CreateCapabilityCommandInput;
|
|
229
|
+
output: CreateCapabilityCommandOutput;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
221
232
|
}
|
|
@@ -141,4 +141,15 @@ declare const CreatePartnershipCommand_base: {
|
|
|
141
141
|
*
|
|
142
142
|
*/
|
|
143
143
|
export declare class CreatePartnershipCommand extends CreatePartnershipCommand_base {
|
|
144
|
+
/** @internal type navigation helper, not in runtime. */
|
|
145
|
+
protected static __types: {
|
|
146
|
+
api: {
|
|
147
|
+
input: CreatePartnershipRequest;
|
|
148
|
+
output: CreatePartnershipResponse;
|
|
149
|
+
};
|
|
150
|
+
sdk: {
|
|
151
|
+
input: CreatePartnershipCommandInput;
|
|
152
|
+
output: CreatePartnershipCommandOutput;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
144
155
|
}
|
|
@@ -133,4 +133,15 @@ declare const CreateProfileCommand_base: {
|
|
|
133
133
|
*
|
|
134
134
|
*/
|
|
135
135
|
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: CreateProfileRequest;
|
|
140
|
+
output: CreateProfileResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: CreateProfileCommandInput;
|
|
144
|
+
output: CreateProfileCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
136
147
|
}
|
|
@@ -154,4 +154,15 @@ declare const CreateTransformerCommand_base: {
|
|
|
154
154
|
*
|
|
155
155
|
*/
|
|
156
156
|
export declare class CreateTransformerCommand extends CreateTransformerCommand_base {
|
|
157
|
+
/** @internal type navigation helper, not in runtime. */
|
|
158
|
+
protected static __types: {
|
|
159
|
+
api: {
|
|
160
|
+
input: CreateTransformerRequest;
|
|
161
|
+
output: CreateTransformerResponse;
|
|
162
|
+
};
|
|
163
|
+
sdk: {
|
|
164
|
+
input: CreateTransformerCommandInput;
|
|
165
|
+
output: CreateTransformerCommandOutput;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
157
168
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteCapabilityCommand_base: {
|
|
|
84
84
|
*
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteCapabilityCommand extends DeleteCapabilityCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteCapabilityRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteCapabilityCommandInput;
|
|
95
|
+
output: DeleteCapabilityCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeletePartnershipCommand_base: {
|
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeletePartnershipCommand extends DeletePartnershipCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeletePartnershipRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeletePartnershipCommandInput;
|
|
96
|
+
output: DeletePartnershipCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteProfileCommand_base: {
|
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteProfileRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteProfileCommandInput;
|
|
96
|
+
output: DeleteProfileCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteTransformerCommand_base: {
|
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteTransformerCommand extends DeleteTransformerCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteTransformerRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteTransformerCommandInput;
|
|
97
|
+
output: DeleteTransformerCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -148,4 +148,15 @@ declare const GetCapabilityCommand_base: {
|
|
|
148
148
|
*
|
|
149
149
|
*/
|
|
150
150
|
export declare class GetCapabilityCommand extends GetCapabilityCommand_base {
|
|
151
|
+
/** @internal type navigation helper, not in runtime. */
|
|
152
|
+
protected static __types: {
|
|
153
|
+
api: {
|
|
154
|
+
input: GetCapabilityRequest;
|
|
155
|
+
output: GetCapabilityResponse;
|
|
156
|
+
};
|
|
157
|
+
sdk: {
|
|
158
|
+
input: GetCapabilityCommandInput;
|
|
159
|
+
output: GetCapabilityCommandOutput;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
151
162
|
}
|
|
@@ -111,4 +111,15 @@ declare const GetPartnershipCommand_base: {
|
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
export declare class GetPartnershipCommand extends GetPartnershipCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: GetPartnershipRequest;
|
|
118
|
+
output: GetPartnershipResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: GetPartnershipCommandInput;
|
|
122
|
+
output: GetPartnershipCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -106,4 +106,15 @@ declare const GetProfileCommand_base: {
|
|
|
106
106
|
*
|
|
107
107
|
*/
|
|
108
108
|
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: GetProfileRequest;
|
|
113
|
+
output: GetProfileResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: GetProfileCommandInput;
|
|
117
|
+
output: GetProfileCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -118,4 +118,15 @@ declare const GetTransformerCommand_base: {
|
|
|
118
118
|
*
|
|
119
119
|
*/
|
|
120
120
|
export declare class GetTransformerCommand extends GetTransformerCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: GetTransformerRequest;
|
|
125
|
+
output: GetTransformerResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: GetTransformerCommandInput;
|
|
129
|
+
output: GetTransformerCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -104,4 +104,15 @@ declare const GetTransformerJobCommand_base: {
|
|
|
104
104
|
*
|
|
105
105
|
*/
|
|
106
106
|
export declare class GetTransformerJobCommand extends GetTransformerJobCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: GetTransformerJobRequest;
|
|
111
|
+
output: GetTransformerJobResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: GetTransformerJobCommandInput;
|
|
115
|
+
output: GetTransformerJobCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -105,4 +105,15 @@ declare const ListCapabilitiesCommand_base: {
|
|
|
105
105
|
*
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListCapabilitiesCommand extends ListCapabilitiesCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: ListCapabilitiesRequest;
|
|
112
|
+
output: ListCapabilitiesResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: ListCapabilitiesCommandInput;
|
|
116
|
+
output: ListCapabilitiesCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -119,4 +119,15 @@ declare const ListPartnershipsCommand_base: {
|
|
|
119
119
|
*
|
|
120
120
|
*/
|
|
121
121
|
export declare class ListPartnershipsCommand extends ListPartnershipsCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: ListPartnershipsRequest;
|
|
126
|
+
output: ListPartnershipsResponse;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: ListPartnershipsCommandInput;
|
|
130
|
+
output: ListPartnershipsCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -109,4 +109,15 @@ declare const ListProfilesCommand_base: {
|
|
|
109
109
|
*
|
|
110
110
|
*/
|
|
111
111
|
export declare class ListProfilesCommand extends ListProfilesCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: ListProfilesRequest;
|
|
116
|
+
output: ListProfilesResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: ListProfilesCommandInput;
|
|
120
|
+
output: ListProfilesCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
92
92
|
*
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListTagsForResourceRequest;
|
|
99
|
+
output: ListTagsForResourceResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListTagsForResourceCommandInput;
|
|
103
|
+
output: ListTagsForResourceCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -125,4 +125,15 @@ declare const ListTransformersCommand_base: {
|
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
export declare class ListTransformersCommand extends ListTransformersCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: ListTransformersRequest;
|
|
132
|
+
output: ListTransformersResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: ListTransformersCommandInput;
|
|
136
|
+
output: ListTransformersCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -111,4 +111,15 @@ declare const StartTransformerJobCommand_base: {
|
|
|
111
111
|
*
|
|
112
112
|
*/
|
|
113
113
|
export declare class StartTransformerJobCommand extends StartTransformerJobCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: StartTransformerJobRequest;
|
|
118
|
+
output: StartTransformerJobResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: StartTransformerJobCommandInput;
|
|
122
|
+
output: StartTransformerJobCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -91,4 +91,15 @@ declare const TagResourceCommand_base: {
|
|
|
91
91
|
*
|
|
92
92
|
*/
|
|
93
93
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: TagResourceRequest;
|
|
98
|
+
output: {};
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: TagResourceCommandInput;
|
|
102
|
+
output: TagResourceCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -92,4 +92,15 @@ declare const TestMappingCommand_base: {
|
|
|
92
92
|
*
|
|
93
93
|
*/
|
|
94
94
|
export declare class TestMappingCommand extends TestMappingCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: TestMappingRequest;
|
|
99
|
+
output: TestMappingResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: TestMappingCommandInput;
|
|
103
|
+
output: TestMappingCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -108,4 +108,15 @@ declare const TestParsingCommand_base: {
|
|
|
108
108
|
*
|
|
109
109
|
*/
|
|
110
110
|
export declare class TestParsingCommand extends TestParsingCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: TestParsingRequest;
|
|
115
|
+
output: TestParsingResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: TestParsingCommandInput;
|
|
119
|
+
output: TestParsingCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -81,4 +81,15 @@ declare const UntagResourceCommand_base: {
|
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: UntagResourceRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: UntagResourceCommandInput;
|
|
92
|
+
output: UntagResourceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -207,4 +207,15 @@ declare const UpdateCapabilityCommand_base: {
|
|
|
207
207
|
*
|
|
208
208
|
*/
|
|
209
209
|
export declare class UpdateCapabilityCommand extends UpdateCapabilityCommand_base {
|
|
210
|
+
/** @internal type navigation helper, not in runtime. */
|
|
211
|
+
protected static __types: {
|
|
212
|
+
api: {
|
|
213
|
+
input: UpdateCapabilityRequest;
|
|
214
|
+
output: UpdateCapabilityResponse;
|
|
215
|
+
};
|
|
216
|
+
sdk: {
|
|
217
|
+
input: UpdateCapabilityCommandInput;
|
|
218
|
+
output: UpdateCapabilityCommandOutput;
|
|
219
|
+
};
|
|
220
|
+
};
|
|
210
221
|
}
|
|
@@ -125,4 +125,15 @@ declare const UpdatePartnershipCommand_base: {
|
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
export declare class UpdatePartnershipCommand extends UpdatePartnershipCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: UpdatePartnershipRequest;
|
|
132
|
+
output: UpdatePartnershipResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: UpdatePartnershipCommandInput;
|
|
136
|
+
output: UpdatePartnershipCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -121,4 +121,15 @@ declare const UpdateProfileCommand_base: {
|
|
|
121
121
|
*
|
|
122
122
|
*/
|
|
123
123
|
export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
|
|
124
|
+
/** @internal type navigation helper, not in runtime. */
|
|
125
|
+
protected static __types: {
|
|
126
|
+
api: {
|
|
127
|
+
input: UpdateProfileRequest;
|
|
128
|
+
output: UpdateProfileResponse;
|
|
129
|
+
};
|
|
130
|
+
sdk: {
|
|
131
|
+
input: UpdateProfileCommandInput;
|
|
132
|
+
output: UpdateProfileCommandOutput;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
124
135
|
}
|
|
@@ -146,4 +146,15 @@ declare const UpdateTransformerCommand_base: {
|
|
|
146
146
|
*
|
|
147
147
|
*/
|
|
148
148
|
export declare class UpdateTransformerCommand extends UpdateTransformerCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: UpdateTransformerRequest;
|
|
153
|
+
output: UpdateTransformerResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: UpdateTransformerCommandInput;
|
|
157
|
+
output: UpdateTransformerCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -36,4 +36,15 @@ declare const CreateCapabilityCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateCapabilityCommand extends CreateCapabilityCommand_base {
|
|
39
|
+
export declare class CreateCapabilityCommand extends CreateCapabilityCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateCapabilityRequest;
|
|
43
|
+
output: CreateCapabilityResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateCapabilityCommandInput;
|
|
47
|
+
output: CreateCapabilityCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePartnershipCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePartnershipCommand extends CreatePartnershipCommand_base {
|
|
40
|
+
export declare class CreatePartnershipCommand extends CreatePartnershipCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePartnershipRequest;
|
|
44
|
+
output: CreatePartnershipResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePartnershipCommandInput;
|
|
48
|
+
output: CreatePartnershipCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateProfileCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
39
|
+
export declare class CreateProfileCommand extends CreateProfileCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateProfileRequest;
|
|
43
|
+
output: CreateProfileResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateProfileCommandInput;
|
|
47
|
+
output: CreateProfileCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateTransformerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateTransformerCommand extends CreateTransformerCommand_base {
|
|
40
|
+
export declare class CreateTransformerCommand extends CreateTransformerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTransformerRequest;
|
|
44
|
+
output: CreateTransformerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTransformerCommandInput;
|
|
48
|
+
output: CreateTransformerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteCapabilityCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteCapabilityCommand extends DeleteCapabilityCommand_base {
|
|
34
|
+
export declare class DeleteCapabilityCommand extends DeleteCapabilityCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteCapabilityRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteCapabilityCommandInput;
|
|
42
|
+
output: DeleteCapabilityCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeletePartnershipCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeletePartnershipCommand extends DeletePartnershipCommand_base {
|
|
35
|
+
export declare class DeletePartnershipCommand extends DeletePartnershipCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeletePartnershipRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeletePartnershipCommandInput;
|
|
43
|
+
output: DeletePartnershipCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteProfileCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
34
|
+
export declare class DeleteProfileCommand extends DeleteProfileCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteProfileRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteProfileCommandInput;
|
|
42
|
+
output: DeleteProfileCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteTransformerCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteTransformerCommand extends DeleteTransformerCommand_base {
|
|
35
|
+
export declare class DeleteTransformerCommand extends DeleteTransformerCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteTransformerRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteTransformerCommandInput;
|
|
43
|
+
output: DeleteTransformerCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetCapabilityCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetCapabilityCommand extends GetCapabilityCommand_base {
|
|
39
|
+
export declare class GetCapabilityCommand extends GetCapabilityCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetCapabilityRequest;
|
|
43
|
+
output: GetCapabilityResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetCapabilityCommandInput;
|
|
47
|
+
output: GetCapabilityCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetPartnershipCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetPartnershipCommand extends GetPartnershipCommand_base {
|
|
39
|
+
export declare class GetPartnershipCommand extends GetPartnershipCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetPartnershipRequest;
|
|
43
|
+
output: GetPartnershipResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetPartnershipCommandInput;
|
|
47
|
+
output: GetPartnershipCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetProfileCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
36
|
+
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetProfileRequest;
|
|
40
|
+
output: GetProfileResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetProfileCommandInput;
|
|
44
|
+
output: GetProfileCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetTransformerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetTransformerCommand extends GetTransformerCommand_base {
|
|
39
|
+
export declare class GetTransformerCommand extends GetTransformerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetTransformerRequest;
|
|
43
|
+
output: GetTransformerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetTransformerCommandInput;
|
|
47
|
+
output: GetTransformerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetTransformerJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetTransformerJobCommand extends GetTransformerJobCommand_base {
|
|
40
|
+
export declare class GetTransformerJobCommand extends GetTransformerJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetTransformerJobRequest;
|
|
44
|
+
output: GetTransformerJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetTransformerJobCommandInput;
|
|
48
|
+
output: GetTransformerJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListCapabilitiesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListCapabilitiesCommand extends ListCapabilitiesCommand_base {
|
|
39
|
+
export declare class ListCapabilitiesCommand extends ListCapabilitiesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListCapabilitiesRequest;
|
|
43
|
+
output: ListCapabilitiesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListCapabilitiesCommandInput;
|
|
47
|
+
output: ListCapabilitiesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListPartnershipsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListPartnershipsCommand extends ListPartnershipsCommand_base {
|
|
39
|
+
export declare class ListPartnershipsCommand extends ListPartnershipsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListPartnershipsRequest;
|
|
43
|
+
output: ListPartnershipsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListPartnershipsCommandInput;
|
|
47
|
+
output: ListPartnershipsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListProfilesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListProfilesCommand extends ListProfilesCommand_base {
|
|
36
|
+
export declare class ListProfilesCommand extends ListProfilesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListProfilesRequest;
|
|
40
|
+
output: ListProfilesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListProfilesCommandInput;
|
|
44
|
+
output: ListProfilesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListTransformersCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListTransformersCommand extends ListTransformersCommand_base {
|
|
39
|
+
export declare class ListTransformersCommand extends ListTransformersCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListTransformersRequest;
|
|
43
|
+
output: ListTransformersResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListTransformersCommandInput;
|
|
47
|
+
output: ListTransformersCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartTransformerJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartTransformerJobCommand extends StartTransformerJobCommand_base {
|
|
40
|
+
export declare class StartTransformerJobCommand extends StartTransformerJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartTransformerJobRequest;
|
|
44
|
+
output: StartTransformerJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartTransformerJobCommandInput;
|
|
48
|
+
output: StartTransformerJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
34
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: TagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: TagResourceCommandInput;
|
|
42
|
+
output: TagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TestMappingCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TestMappingCommand extends TestMappingCommand_base {
|
|
36
|
+
export declare class TestMappingCommand extends TestMappingCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TestMappingRequest;
|
|
40
|
+
output: TestMappingResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TestMappingCommandInput;
|
|
44
|
+
output: TestMappingCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TestParsingCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TestParsingCommand extends TestParsingCommand_base {
|
|
36
|
+
export declare class TestParsingCommand extends TestParsingCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TestParsingRequest;
|
|
40
|
+
output: TestParsingResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TestParsingCommandInput;
|
|
44
|
+
output: TestParsingCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
34
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagResourceCommandInput;
|
|
42
|
+
output: UntagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateCapabilityCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateCapabilityCommand extends UpdateCapabilityCommand_base {
|
|
39
|
+
export declare class UpdateCapabilityCommand extends UpdateCapabilityCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateCapabilityRequest;
|
|
43
|
+
output: UpdateCapabilityResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateCapabilityCommandInput;
|
|
47
|
+
output: UpdateCapabilityCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdatePartnershipCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdatePartnershipCommand extends UpdatePartnershipCommand_base {
|
|
40
|
+
export declare class UpdatePartnershipCommand extends UpdatePartnershipCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePartnershipRequest;
|
|
44
|
+
output: UpdatePartnershipResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePartnershipCommandInput;
|
|
48
|
+
output: UpdatePartnershipCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateProfileCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
|
|
39
|
+
export declare class UpdateProfileCommand extends UpdateProfileCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateProfileRequest;
|
|
43
|
+
output: UpdateProfileResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateProfileCommandInput;
|
|
47
|
+
output: UpdateProfileCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateTransformerCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateTransformerCommand extends UpdateTransformerCommand_base {
|
|
40
|
+
export declare class UpdateTransformerCommand extends UpdateTransformerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateTransformerRequest;
|
|
44
|
+
output: UpdateTransformerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateTransformerCommandInput;
|
|
48
|
+
output: UpdateTransformerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-b2bi",
|
|
3
3
|
"description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.658.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-b2bi",
|
|
@@ -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.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.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"
|