@aws-sdk/client-acm 3.650.0 → 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/AddTagsToCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/ExportCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetAccountConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetCertificateCommand.d.ts +11 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForCertificateCommand.d.ts +11 -0
- package/dist-types/commands/PutAccountConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +11 -0
- package/dist-types/commands/RenewCertificateCommand.d.ts +11 -0
- package/dist-types/commands/RequestCertificateCommand.d.ts +11 -0
- package/dist-types/commands/ResendValidationEmailCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -97,4 +97,15 @@ declare const AddTagsToCertificateCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class AddTagsToCertificateCommand extends AddTagsToCertificateCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: AddTagsToCertificateRequest;
|
|
104
|
+
output: {};
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: AddTagsToCertificateCommandInput;
|
|
108
|
+
output: AddTagsToCertificateCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteCertificateCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteCertificateRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteCertificateCommandInput;
|
|
94
|
+
output: DeleteCertificateCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -143,4 +143,15 @@ declare const DescribeCertificateCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: DescribeCertificateRequest;
|
|
150
|
+
output: DescribeCertificateResponse;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: DescribeCertificateCommandInput;
|
|
154
|
+
output: DescribeCertificateCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|
|
@@ -77,4 +77,15 @@ declare const ExportCertificateCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ExportCertificateCommand extends ExportCertificateCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ExportCertificateRequest;
|
|
84
|
+
output: ExportCertificateResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ExportCertificateCommandInput;
|
|
88
|
+
output: ExportCertificateCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -63,4 +63,15 @@ declare const GetAccountConfigurationCommand_base: {
|
|
|
63
63
|
* @public
|
|
64
64
|
*/
|
|
65
65
|
export declare class GetAccountConfigurationCommand extends GetAccountConfigurationCommand_base {
|
|
66
|
+
/** @internal type navigation helper, not in runtime. */
|
|
67
|
+
protected static __types: {
|
|
68
|
+
api: {
|
|
69
|
+
input: {};
|
|
70
|
+
output: GetAccountConfigurationResponse;
|
|
71
|
+
};
|
|
72
|
+
sdk: {
|
|
73
|
+
input: GetAccountConfigurationCommandInput;
|
|
74
|
+
output: GetAccountConfigurationCommandOutput;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
66
77
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetCertificateCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetCertificateCommand extends GetCertificateCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: GetCertificateRequest;
|
|
81
|
+
output: GetCertificateResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetCertificateCommandInput;
|
|
85
|
+
output: GetCertificateCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -148,4 +148,15 @@ declare const ImportCertificateCommand_base: {
|
|
|
148
148
|
* @public
|
|
149
149
|
*/
|
|
150
150
|
export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
|
|
151
|
+
/** @internal type navigation helper, not in runtime. */
|
|
152
|
+
protected static __types: {
|
|
153
|
+
api: {
|
|
154
|
+
input: ImportCertificateRequest;
|
|
155
|
+
output: ImportCertificateResponse;
|
|
156
|
+
};
|
|
157
|
+
sdk: {
|
|
158
|
+
input: ImportCertificateCommandInput;
|
|
159
|
+
output: ImportCertificateCommandOutput;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
151
162
|
}
|
|
@@ -109,4 +109,15 @@ declare const ListCertificatesCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: ListCertificatesRequest;
|
|
116
|
+
output: ListCertificatesResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: ListCertificatesCommandInput;
|
|
120
|
+
output: ListCertificatesCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -71,4 +71,15 @@ declare const ListTagsForCertificateCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class ListTagsForCertificateCommand extends ListTagsForCertificateCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: ListTagsForCertificateRequest;
|
|
78
|
+
output: ListTagsForCertificateResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: ListTagsForCertificateCommandInput;
|
|
82
|
+
output: ListTagsForCertificateCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -76,4 +76,15 @@ declare const PutAccountConfigurationCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class PutAccountConfigurationCommand extends PutAccountConfigurationCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: PutAccountConfigurationRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: PutAccountConfigurationCommandInput;
|
|
87
|
+
output: PutAccountConfigurationCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -86,4 +86,15 @@ declare const RemoveTagsFromCertificateCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class RemoveTagsFromCertificateCommand extends RemoveTagsFromCertificateCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: RemoveTagsFromCertificateRequest;
|
|
93
|
+
output: {};
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: RemoveTagsFromCertificateCommandInput;
|
|
97
|
+
output: RemoveTagsFromCertificateCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -66,4 +66,15 @@ declare const RenewCertificateCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class RenewCertificateCommand extends RenewCertificateCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: RenewCertificateRequest;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: RenewCertificateCommandInput;
|
|
77
|
+
output: RenewCertificateCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -117,4 +117,15 @@ declare const RequestCertificateCommand_base: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export declare class RequestCertificateCommand extends RequestCertificateCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: RequestCertificateRequest;
|
|
124
|
+
output: RequestCertificateResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: RequestCertificateCommandInput;
|
|
128
|
+
output: RequestCertificateCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -79,4 +79,15 @@ declare const ResendValidationEmailCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ResendValidationEmailCommand extends ResendValidationEmailCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ResendValidationEmailRequest;
|
|
86
|
+
output: {};
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ResendValidationEmailCommandInput;
|
|
90
|
+
output: ResendValidationEmailCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -74,4 +74,15 @@ declare const UpdateCertificateOptionsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class UpdateCertificateOptionsCommand extends UpdateCertificateOptionsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: UpdateCertificateOptionsRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: UpdateCertificateOptionsCommandInput;
|
|
85
|
+
output: UpdateCertificateOptionsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -32,4 +32,15 @@ declare const AddTagsToCertificateCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class AddTagsToCertificateCommand extends AddTagsToCertificateCommand_base {
|
|
35
|
+
export declare class AddTagsToCertificateCommand extends AddTagsToCertificateCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: AddTagsToCertificateRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: AddTagsToCertificateCommandInput;
|
|
43
|
+
output: AddTagsToCertificateCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteCertificateCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
|
|
35
|
+
export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteCertificateRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteCertificateCommandInput;
|
|
43
|
+
output: DeleteCertificateCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
40
|
+
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCertificateRequest;
|
|
44
|
+
output: DescribeCertificateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCertificateCommandInput;
|
|
48
|
+
output: DescribeCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportCertificateCommand extends ExportCertificateCommand_base {
|
|
40
|
+
export declare class ExportCertificateCommand extends ExportCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportCertificateRequest;
|
|
44
|
+
output: ExportCertificateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportCertificateCommandInput;
|
|
48
|
+
output: ExportCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetAccountConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetAccountConfigurationCommand extends GetAccountConfigurationCommand_base {
|
|
36
|
+
export declare class GetAccountConfigurationCommand extends GetAccountConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: GetAccountConfigurationResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetAccountConfigurationCommandInput;
|
|
44
|
+
output: GetAccountConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ImportCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
|
|
40
|
+
export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ImportCertificateRequest;
|
|
44
|
+
output: ImportCertificateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ImportCertificateCommandInput;
|
|
48
|
+
output: ImportCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListCertificatesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
|
|
39
|
+
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListCertificatesRequest;
|
|
43
|
+
output: ListCertificatesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListCertificatesCommandInput;
|
|
47
|
+
output: ListCertificatesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForCertificateCommand extends ListTagsForCertificateCommand_base {
|
|
40
|
+
export declare class ListTagsForCertificateCommand extends ListTagsForCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForCertificateRequest;
|
|
44
|
+
output: ListTagsForCertificateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForCertificateCommandInput;
|
|
48
|
+
output: ListTagsForCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutAccountConfigurationCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutAccountConfigurationCommand extends PutAccountConfigurationCommand_base {
|
|
36
|
+
export declare class PutAccountConfigurationCommand extends PutAccountConfigurationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutAccountConfigurationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutAccountConfigurationCommandInput;
|
|
44
|
+
output: PutAccountConfigurationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const RemoveTagsFromCertificateCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class RemoveTagsFromCertificateCommand extends RemoveTagsFromCertificateCommand_base {
|
|
36
|
+
export declare class RemoveTagsFromCertificateCommand extends RemoveTagsFromCertificateCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: RemoveTagsFromCertificateRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: RemoveTagsFromCertificateCommandInput;
|
|
44
|
+
output: RemoveTagsFromCertificateCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const RenewCertificateCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class RenewCertificateCommand extends RenewCertificateCommand_base {
|
|
34
|
+
export declare class RenewCertificateCommand extends RenewCertificateCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: RenewCertificateRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: RenewCertificateCommandInput;
|
|
42
|
+
output: RenewCertificateCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RequestCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RequestCertificateCommand extends RequestCertificateCommand_base {
|
|
40
|
+
export declare class RequestCertificateCommand extends RequestCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RequestCertificateRequest;
|
|
44
|
+
output: RequestCertificateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RequestCertificateCommandInput;
|
|
48
|
+
output: RequestCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const ResendValidationEmailCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class ResendValidationEmailCommand extends ResendValidationEmailCommand_base {
|
|
35
|
+
export declare class ResendValidationEmailCommand extends ResendValidationEmailCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: ResendValidationEmailRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: ResendValidationEmailCommandInput;
|
|
43
|
+
output: ResendValidationEmailCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateCertificateOptionsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateCertificateOptionsCommand extends UpdateCertificateOptionsCommand_base {
|
|
36
|
+
export declare class UpdateCertificateOptionsCommand extends UpdateCertificateOptionsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateCertificateOptionsRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateCertificateOptionsCommandInput;
|
|
44
|
+
output: UpdateCertificateOptionsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm 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-acm",
|
|
@@ -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.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
|
-
"@smithy/util-waiter": "^3.1.
|
|
61
|
+
"@smithy/util-waiter": "^3.1.5",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|