@aws-sdk/client-acm-pca 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/CreateCertificateAuthorityAuditReportCommand.d.ts +11 -0
- package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +11 -0
- package/dist-types/commands/CreatePermissionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +11 -0
- package/dist-types/commands/DeletePermissionCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +11 -0
- package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +11 -0
- package/dist-types/commands/GetCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
- package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +11 -0
- package/dist-types/commands/IssueCertificateCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +11 -0
- package/dist-types/commands/ListPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsCommand.d.ts +11 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +11 -0
- package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +11 -0
- package/dist-types/commands/RevokeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +11 -0
- package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -95,4 +95,15 @@ declare const CreateCertificateAuthorityAuditReportCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class CreateCertificateAuthorityAuditReportCommand extends CreateCertificateAuthorityAuditReportCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: CreateCertificateAuthorityAuditReportRequest;
|
|
102
|
+
output: CreateCertificateAuthorityAuditReportResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: CreateCertificateAuthorityAuditReportCommandInput;
|
|
106
|
+
output: CreateCertificateAuthorityAuditReportCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -201,4 +201,15 @@ declare const CreateCertificateAuthorityCommand_base: {
|
|
|
201
201
|
* @public
|
|
202
202
|
*/
|
|
203
203
|
export declare class CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_base {
|
|
204
|
+
/** @internal type navigation helper, not in runtime. */
|
|
205
|
+
protected static __types: {
|
|
206
|
+
api: {
|
|
207
|
+
input: CreateCertificateAuthorityRequest;
|
|
208
|
+
output: CreateCertificateAuthorityResponse;
|
|
209
|
+
};
|
|
210
|
+
sdk: {
|
|
211
|
+
input: CreateCertificateAuthorityCommandInput;
|
|
212
|
+
output: CreateCertificateAuthorityCommandOutput;
|
|
213
|
+
};
|
|
214
|
+
};
|
|
204
215
|
}
|
|
@@ -107,4 +107,15 @@ declare const CreatePermissionCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreatePermissionCommand extends CreatePermissionCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: CreatePermissionRequest;
|
|
114
|
+
output: {};
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: CreatePermissionCommandInput;
|
|
118
|
+
output: CreatePermissionCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -89,4 +89,15 @@ declare const DeleteCertificateAuthorityCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class DeleteCertificateAuthorityCommand extends DeleteCertificateAuthorityCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: DeleteCertificateAuthorityRequest;
|
|
96
|
+
output: {};
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: DeleteCertificateAuthorityCommandInput;
|
|
100
|
+
output: DeleteCertificateAuthorityCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -99,4 +99,15 @@ declare const DeletePermissionCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class DeletePermissionCommand extends DeletePermissionCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: DeletePermissionRequest;
|
|
106
|
+
output: {};
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: DeletePermissionCommandInput;
|
|
110
|
+
output: DeletePermissionCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -111,4 +111,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: DeletePolicyRequest;
|
|
118
|
+
output: {};
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: DeletePolicyCommandInput;
|
|
122
|
+
output: DeletePolicyCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeCertificateAuthorityAuditReportCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeCertificateAuthorityAuditReportCommand extends DescribeCertificateAuthorityAuditReportCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeCertificateAuthorityAuditReportRequest;
|
|
82
|
+
output: DescribeCertificateAuthorityAuditReportResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeCertificateAuthorityAuditReportCommandInput;
|
|
86
|
+
output: DescribeCertificateAuthorityAuditReportCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -219,4 +219,15 @@ declare const DescribeCertificateAuthorityCommand_base: {
|
|
|
219
219
|
* @public
|
|
220
220
|
*/
|
|
221
221
|
export declare class DescribeCertificateAuthorityCommand extends DescribeCertificateAuthorityCommand_base {
|
|
222
|
+
/** @internal type navigation helper, not in runtime. */
|
|
223
|
+
protected static __types: {
|
|
224
|
+
api: {
|
|
225
|
+
input: DescribeCertificateAuthorityRequest;
|
|
226
|
+
output: DescribeCertificateAuthorityResponse;
|
|
227
|
+
};
|
|
228
|
+
sdk: {
|
|
229
|
+
input: DescribeCertificateAuthorityCommandInput;
|
|
230
|
+
output: DescribeCertificateAuthorityCommandOutput;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
222
233
|
}
|
|
@@ -72,4 +72,15 @@ declare const GetCertificateAuthorityCertificateCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class GetCertificateAuthorityCertificateCommand extends GetCertificateAuthorityCertificateCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: GetCertificateAuthorityCertificateRequest;
|
|
79
|
+
output: GetCertificateAuthorityCertificateResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: GetCertificateAuthorityCertificateCommandInput;
|
|
83
|
+
output: GetCertificateAuthorityCertificateCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -78,4 +78,15 @@ declare const GetCertificateAuthorityCsrCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class GetCertificateAuthorityCsrCommand extends GetCertificateAuthorityCsrCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: GetCertificateAuthorityCsrRequest;
|
|
85
|
+
output: GetCertificateAuthorityCsrResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: GetCertificateAuthorityCsrCommandInput;
|
|
89
|
+
output: GetCertificateAuthorityCsrCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetCertificateCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetCertificateCommand extends GetCertificateCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetCertificateRequest;
|
|
90
|
+
output: GetCertificateResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetCertificateCommandInput;
|
|
94
|
+
output: GetCertificateCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -101,4 +101,15 @@ declare const GetPolicyCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GetPolicyRequest;
|
|
108
|
+
output: GetPolicyResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GetPolicyCommandInput;
|
|
112
|
+
output: GetPolicyCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -214,4 +214,15 @@ declare const ImportCertificateAuthorityCertificateCommand_base: {
|
|
|
214
214
|
* @public
|
|
215
215
|
*/
|
|
216
216
|
export declare class ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_base {
|
|
217
|
+
/** @internal type navigation helper, not in runtime. */
|
|
218
|
+
protected static __types: {
|
|
219
|
+
api: {
|
|
220
|
+
input: ImportCertificateAuthorityCertificateRequest;
|
|
221
|
+
output: {};
|
|
222
|
+
};
|
|
223
|
+
sdk: {
|
|
224
|
+
input: ImportCertificateAuthorityCertificateCommandInput;
|
|
225
|
+
output: ImportCertificateAuthorityCertificateCommandOutput;
|
|
226
|
+
};
|
|
227
|
+
};
|
|
217
228
|
}
|
|
@@ -199,4 +199,15 @@ declare const IssueCertificateCommand_base: {
|
|
|
199
199
|
* @public
|
|
200
200
|
*/
|
|
201
201
|
export declare class IssueCertificateCommand extends IssueCertificateCommand_base {
|
|
202
|
+
/** @internal type navigation helper, not in runtime. */
|
|
203
|
+
protected static __types: {
|
|
204
|
+
api: {
|
|
205
|
+
input: IssueCertificateRequest;
|
|
206
|
+
output: IssueCertificateResponse;
|
|
207
|
+
};
|
|
208
|
+
sdk: {
|
|
209
|
+
input: IssueCertificateCommandInput;
|
|
210
|
+
output: IssueCertificateCommandOutput;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
202
213
|
}
|
|
@@ -180,4 +180,15 @@ declare const ListCertificateAuthoritiesCommand_base: {
|
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
182
|
export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {
|
|
183
|
+
/** @internal type navigation helper, not in runtime. */
|
|
184
|
+
protected static __types: {
|
|
185
|
+
api: {
|
|
186
|
+
input: ListCertificateAuthoritiesRequest;
|
|
187
|
+
output: ListCertificateAuthoritiesResponse;
|
|
188
|
+
};
|
|
189
|
+
sdk: {
|
|
190
|
+
input: ListCertificateAuthoritiesCommandInput;
|
|
191
|
+
output: ListCertificateAuthoritiesCommandOutput;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
183
194
|
}
|
|
@@ -116,4 +116,15 @@ declare const ListPermissionsCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: ListPermissionsRequest;
|
|
123
|
+
output: ListPermissionsResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: ListPermissionsCommandInput;
|
|
127
|
+
output: ListPermissionsCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListTagsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListTagsRequest;
|
|
86
|
+
output: ListTagsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListTagsCommandInput;
|
|
90
|
+
output: ListTagsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -113,4 +113,15 @@ declare const PutPolicyCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: PutPolicyRequest;
|
|
120
|
+
output: {};
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: PutPolicyCommandInput;
|
|
124
|
+
output: PutPolicyCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -76,4 +76,15 @@ declare const RestoreCertificateAuthorityCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class RestoreCertificateAuthorityCommand extends RestoreCertificateAuthorityCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: RestoreCertificateAuthorityRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: RestoreCertificateAuthorityCommandInput;
|
|
87
|
+
output: RestoreCertificateAuthorityCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -106,4 +106,15 @@ declare const RevokeCertificateCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class RevokeCertificateCommand extends RevokeCertificateCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: RevokeCertificateRequest;
|
|
113
|
+
output: {};
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: RevokeCertificateCommandInput;
|
|
117
|
+
output: RevokeCertificateCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -94,4 +94,15 @@ declare const TagCertificateAuthorityCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class TagCertificateAuthorityCommand extends TagCertificateAuthorityCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: TagCertificateAuthorityRequest;
|
|
101
|
+
output: {};
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: TagCertificateAuthorityCommandInput;
|
|
105
|
+
output: TagCertificateAuthorityCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -80,4 +80,15 @@ declare const UntagCertificateAuthorityCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UntagCertificateAuthorityCommand extends UntagCertificateAuthorityCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UntagCertificateAuthorityRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UntagCertificateAuthorityCommandInput;
|
|
91
|
+
output: UntagCertificateAuthorityCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -103,4 +103,15 @@ declare const UpdateCertificateAuthorityCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class UpdateCertificateAuthorityCommand extends UpdateCertificateAuthorityCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: UpdateCertificateAuthorityRequest;
|
|
110
|
+
output: {};
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: UpdateCertificateAuthorityCommandInput;
|
|
114
|
+
output: UpdateCertificateAuthorityCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCertificateAuthorityAuditReportCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCertificateAuthorityAuditReportCommand extends CreateCertificateAuthorityAuditReportCommand_base {
|
|
40
|
+
export declare class CreateCertificateAuthorityAuditReportCommand extends CreateCertificateAuthorityAuditReportCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCertificateAuthorityAuditReportRequest;
|
|
44
|
+
output: CreateCertificateAuthorityAuditReportResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCertificateAuthorityAuditReportCommandInput;
|
|
48
|
+
output: CreateCertificateAuthorityAuditReportCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCertificateAuthorityCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_base {
|
|
40
|
+
export declare class CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCertificateAuthorityRequest;
|
|
44
|
+
output: CreateCertificateAuthorityResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCertificateAuthorityCommandInput;
|
|
48
|
+
output: CreateCertificateAuthorityCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const CreatePermissionCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class CreatePermissionCommand extends CreatePermissionCommand_base {
|
|
34
|
+
export declare class CreatePermissionCommand extends CreatePermissionCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: CreatePermissionRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: CreatePermissionCommandInput;
|
|
42
|
+
output: CreatePermissionCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteCertificateAuthorityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteCertificateAuthorityCommand extends DeleteCertificateAuthorityCommand_base {
|
|
36
|
+
export declare class DeleteCertificateAuthorityCommand extends DeleteCertificateAuthorityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteCertificateAuthorityRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteCertificateAuthorityCommandInput;
|
|
44
|
+
output: DeleteCertificateAuthorityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeletePermissionCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeletePermissionCommand extends DeletePermissionCommand_base {
|
|
34
|
+
export declare class DeletePermissionCommand extends DeletePermissionCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeletePermissionRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeletePermissionCommandInput;
|
|
42
|
+
output: DeletePermissionCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
34
|
+
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeletePolicyRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeletePolicyCommandInput;
|
|
42
|
+
output: DeletePolicyCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCertificateAuthorityAuditReportCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCertificateAuthorityAuditReportCommand extends DescribeCertificateAuthorityAuditReportCommand_base {
|
|
40
|
+
export declare class DescribeCertificateAuthorityAuditReportCommand extends DescribeCertificateAuthorityAuditReportCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCertificateAuthorityAuditReportRequest;
|
|
44
|
+
output: DescribeCertificateAuthorityAuditReportResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCertificateAuthorityAuditReportCommandInput;
|
|
48
|
+
output: DescribeCertificateAuthorityAuditReportCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCertificateAuthorityCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCertificateAuthorityCommand extends DescribeCertificateAuthorityCommand_base {
|
|
40
|
+
export declare class DescribeCertificateAuthorityCommand extends DescribeCertificateAuthorityCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCertificateAuthorityRequest;
|
|
44
|
+
output: DescribeCertificateAuthorityResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCertificateAuthorityCommandInput;
|
|
48
|
+
output: DescribeCertificateAuthorityCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetCertificateAuthorityCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetCertificateAuthorityCertificateCommand extends GetCertificateAuthorityCertificateCommand_base {
|
|
40
|
+
export declare class GetCertificateAuthorityCertificateCommand extends GetCertificateAuthorityCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCertificateAuthorityCertificateRequest;
|
|
44
|
+
output: GetCertificateAuthorityCertificateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCertificateAuthorityCertificateCommandInput;
|
|
48
|
+
output: GetCertificateAuthorityCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetCertificateAuthorityCsrCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetCertificateAuthorityCsrCommand extends GetCertificateAuthorityCsrCommand_base {
|
|
40
|
+
export declare class GetCertificateAuthorityCsrCommand extends GetCertificateAuthorityCsrCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCertificateAuthorityCsrRequest;
|
|
44
|
+
output: GetCertificateAuthorityCsrResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCertificateAuthorityCsrCommandInput;
|
|
48
|
+
output: GetCertificateAuthorityCsrCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetCertificateCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetCertificateCommand extends GetCertificateCommand_base {
|
|
39
|
+
export declare class GetCertificateCommand extends GetCertificateCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetCertificateRequest;
|
|
43
|
+
output: GetCertificateResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetCertificateCommandInput;
|
|
47
|
+
output: GetCertificateCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetPolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
36
|
+
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetPolicyRequest;
|
|
40
|
+
output: GetPolicyResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetPolicyCommandInput;
|
|
44
|
+
output: GetPolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ImportCertificateAuthorityCertificateCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_base {
|
|
36
|
+
export declare class ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ImportCertificateAuthorityCertificateRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ImportCertificateAuthorityCertificateCommandInput;
|
|
44
|
+
output: ImportCertificateAuthorityCertificateCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const IssueCertificateCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class IssueCertificateCommand extends IssueCertificateCommand_base {
|
|
39
|
+
export declare class IssueCertificateCommand extends IssueCertificateCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: IssueCertificateRequest;
|
|
43
|
+
output: IssueCertificateResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: IssueCertificateCommandInput;
|
|
47
|
+
output: IssueCertificateCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListCertificateAuthoritiesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {
|
|
40
|
+
export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListCertificateAuthoritiesRequest;
|
|
44
|
+
output: ListCertificateAuthoritiesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListCertificateAuthoritiesCommandInput;
|
|
48
|
+
output: ListCertificateAuthoritiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListPermissionsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
39
|
+
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListPermissionsRequest;
|
|
43
|
+
output: ListPermissionsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListPermissionsCommandInput;
|
|
47
|
+
output: ListPermissionsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListTagsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
36
|
+
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListTagsRequest;
|
|
40
|
+
output: ListTagsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListTagsCommandInput;
|
|
44
|
+
output: ListTagsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const PutPolicyCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
34
|
+
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: PutPolicyRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: PutPolicyCommandInput;
|
|
42
|
+
output: PutPolicyCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const RestoreCertificateAuthorityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class RestoreCertificateAuthorityCommand extends RestoreCertificateAuthorityCommand_base {
|
|
36
|
+
export declare class RestoreCertificateAuthorityCommand extends RestoreCertificateAuthorityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: RestoreCertificateAuthorityRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: RestoreCertificateAuthorityCommandInput;
|
|
44
|
+
output: RestoreCertificateAuthorityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const RevokeCertificateCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class RevokeCertificateCommand extends RevokeCertificateCommand_base {
|
|
35
|
+
export declare class RevokeCertificateCommand extends RevokeCertificateCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: RevokeCertificateRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: RevokeCertificateCommandInput;
|
|
43
|
+
output: RevokeCertificateCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagCertificateAuthorityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagCertificateAuthorityCommand extends TagCertificateAuthorityCommand_base {
|
|
36
|
+
export declare class TagCertificateAuthorityCommand extends TagCertificateAuthorityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagCertificateAuthorityRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagCertificateAuthorityCommandInput;
|
|
44
|
+
output: TagCertificateAuthorityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UntagCertificateAuthorityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UntagCertificateAuthorityCommand extends UntagCertificateAuthorityCommand_base {
|
|
36
|
+
export declare class UntagCertificateAuthorityCommand extends UntagCertificateAuthorityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UntagCertificateAuthorityRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UntagCertificateAuthorityCommandInput;
|
|
44
|
+
output: UntagCertificateAuthorityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateCertificateAuthorityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateCertificateAuthorityCommand extends UpdateCertificateAuthorityCommand_base {
|
|
36
|
+
export declare class UpdateCertificateAuthorityCommand extends UpdateCertificateAuthorityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateCertificateAuthorityRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateCertificateAuthorityCommandInput;
|
|
44
|
+
output: UpdateCertificateAuthorityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm-pca",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Pca 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-acm-pca",
|
|
@@ -20,45 +20,45 @@
|
|
|
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
|
-
"@smithy/util-waiter": "^3.1.
|
|
61
|
+
"@smithy/util-waiter": "^3.1.5",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|