@aws-sdk/client-pca-connector-scep 3.927.0 → 3.929.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-cjs/index.js +492 -647
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/PcaConnectorScepClient.js +2 -0
- package/dist-es/commands/CreateChallengeCommand.js +3 -10
- package/dist-es/commands/CreateConnectorCommand.js +3 -9
- package/dist-es/commands/DeleteChallengeCommand.js +3 -9
- package/dist-es/commands/DeleteConnectorCommand.js +3 -9
- package/dist-es/commands/GetChallengeMetadataCommand.js +3 -9
- package/dist-es/commands/GetChallengePasswordCommand.js +3 -10
- package/dist-es/commands/GetConnectorCommand.js +3 -9
- package/dist-es/commands/ListChallengeMetadataCommand.js +3 -9
- package/dist-es/commands/ListConnectorsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -13
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +449 -0
- package/dist-types/PcaConnectorScepClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +56 -0
- package/dist-types/ts3.4/PcaConnectorScepClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -7
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +62 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -530
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateChallengeCommandInput, CreateChallengeCommandOutput } from "../commands/CreateChallengeCommand";
|
|
4
|
-
import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "../commands/CreateConnectorCommand";
|
|
5
|
-
import { DeleteChallengeCommandInput, DeleteChallengeCommandOutput } from "../commands/DeleteChallengeCommand";
|
|
6
|
-
import { DeleteConnectorCommandInput, DeleteConnectorCommandOutput } from "../commands/DeleteConnectorCommand";
|
|
7
|
-
import { GetChallengeMetadataCommandInput, GetChallengeMetadataCommandOutput } from "../commands/GetChallengeMetadataCommand";
|
|
8
|
-
import { GetChallengePasswordCommandInput, GetChallengePasswordCommandOutput } from "../commands/GetChallengePasswordCommand";
|
|
9
|
-
import { GetConnectorCommandInput, GetConnectorCommandOutput } from "../commands/GetConnectorCommand";
|
|
10
|
-
import { ListChallengeMetadataCommandInput, ListChallengeMetadataCommandOutput } from "../commands/ListChallengeMetadataCommand";
|
|
11
|
-
import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
|
|
12
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
13
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
14
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
15
|
-
/**
|
|
16
|
-
* serializeAws_restJson1CreateChallengeCommand
|
|
17
|
-
*/
|
|
18
|
-
export declare const se_CreateChallengeCommand: (input: CreateChallengeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
-
/**
|
|
20
|
-
* serializeAws_restJson1CreateConnectorCommand
|
|
21
|
-
*/
|
|
22
|
-
export declare const se_CreateConnectorCommand: (input: CreateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_restJson1DeleteChallengeCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_DeleteChallengeCommand: (input: DeleteChallengeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1DeleteConnectorCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1GetChallengeMetadataCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_GetChallengeMetadataCommand: (input: GetChallengeMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1GetChallengePasswordCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_GetChallengePasswordCommand: (input: GetChallengePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1GetConnectorCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_GetConnectorCommand: (input: GetConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1ListChallengeMetadataCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_ListChallengeMetadataCommand: (input: ListChallengeMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1ListConnectorsCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1TagResourceCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* deserializeAws_restJson1CreateChallengeCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const de_CreateChallengeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChallengeCommandOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* deserializeAws_restJson1CreateConnectorCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const de_CreateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorCommandOutput>;
|
|
71
|
-
/**
|
|
72
|
-
* deserializeAws_restJson1DeleteChallengeCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const de_DeleteChallengeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChallengeCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* deserializeAws_restJson1DeleteConnectorCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const de_DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* deserializeAws_restJson1GetChallengeMetadataCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const de_GetChallengeMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChallengeMetadataCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* deserializeAws_restJson1GetChallengePasswordCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const de_GetChallengePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChallengePasswordCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* deserializeAws_restJson1GetConnectorCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const de_GetConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectorCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* deserializeAws_restJson1ListChallengeMetadataCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const de_ListChallengeMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChallengeMetadataCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* deserializeAws_restJson1ListConnectorsCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const de_ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateChallengeCommandInput,
|
|
8
|
-
CreateChallengeCommandOutput,
|
|
9
|
-
} from "../commands/CreateChallengeCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateConnectorCommandInput,
|
|
12
|
-
CreateConnectorCommandOutput,
|
|
13
|
-
} from "../commands/CreateConnectorCommand";
|
|
14
|
-
import {
|
|
15
|
-
DeleteChallengeCommandInput,
|
|
16
|
-
DeleteChallengeCommandOutput,
|
|
17
|
-
} from "../commands/DeleteChallengeCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteConnectorCommandInput,
|
|
20
|
-
DeleteConnectorCommandOutput,
|
|
21
|
-
} from "../commands/DeleteConnectorCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetChallengeMetadataCommandInput,
|
|
24
|
-
GetChallengeMetadataCommandOutput,
|
|
25
|
-
} from "../commands/GetChallengeMetadataCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetChallengePasswordCommandInput,
|
|
28
|
-
GetChallengePasswordCommandOutput,
|
|
29
|
-
} from "../commands/GetChallengePasswordCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetConnectorCommandInput,
|
|
32
|
-
GetConnectorCommandOutput,
|
|
33
|
-
} from "../commands/GetConnectorCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListChallengeMetadataCommandInput,
|
|
36
|
-
ListChallengeMetadataCommandOutput,
|
|
37
|
-
} from "../commands/ListChallengeMetadataCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListConnectorsCommandInput,
|
|
40
|
-
ListConnectorsCommandOutput,
|
|
41
|
-
} from "../commands/ListConnectorsCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListTagsForResourceCommandInput,
|
|
44
|
-
ListTagsForResourceCommandOutput,
|
|
45
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
TagResourceCommandInput,
|
|
48
|
-
TagResourceCommandOutput,
|
|
49
|
-
} from "../commands/TagResourceCommand";
|
|
50
|
-
import {
|
|
51
|
-
UntagResourceCommandInput,
|
|
52
|
-
UntagResourceCommandOutput,
|
|
53
|
-
} from "../commands/UntagResourceCommand";
|
|
54
|
-
export declare const se_CreateChallengeCommand: (
|
|
55
|
-
input: CreateChallengeCommandInput,
|
|
56
|
-
context: __SerdeContext
|
|
57
|
-
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const se_CreateConnectorCommand: (
|
|
59
|
-
input: CreateConnectorCommandInput,
|
|
60
|
-
context: __SerdeContext
|
|
61
|
-
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const se_DeleteChallengeCommand: (
|
|
63
|
-
input: DeleteChallengeCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_DeleteConnectorCommand: (
|
|
67
|
-
input: DeleteConnectorCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_GetChallengeMetadataCommand: (
|
|
71
|
-
input: GetChallengeMetadataCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_GetChallengePasswordCommand: (
|
|
75
|
-
input: GetChallengePasswordCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_GetConnectorCommand: (
|
|
79
|
-
input: GetConnectorCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_ListChallengeMetadataCommand: (
|
|
83
|
-
input: ListChallengeMetadataCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_ListConnectorsCommand: (
|
|
87
|
-
input: ListConnectorsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
91
|
-
input: ListTagsForResourceCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_TagResourceCommand: (
|
|
95
|
-
input: TagResourceCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_UntagResourceCommand: (
|
|
99
|
-
input: UntagResourceCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const de_CreateChallengeCommand: (
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<CreateChallengeCommandOutput>;
|
|
106
|
-
export declare const de_CreateConnectorCommand: (
|
|
107
|
-
output: __HttpResponse,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<CreateConnectorCommandOutput>;
|
|
110
|
-
export declare const de_DeleteChallengeCommand: (
|
|
111
|
-
output: __HttpResponse,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<DeleteChallengeCommandOutput>;
|
|
114
|
-
export declare const de_DeleteConnectorCommand: (
|
|
115
|
-
output: __HttpResponse,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<DeleteConnectorCommandOutput>;
|
|
118
|
-
export declare const de_GetChallengeMetadataCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<GetChallengeMetadataCommandOutput>;
|
|
122
|
-
export declare const de_GetChallengePasswordCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<GetChallengePasswordCommandOutput>;
|
|
126
|
-
export declare const de_GetConnectorCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<GetConnectorCommandOutput>;
|
|
130
|
-
export declare const de_ListChallengeMetadataCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<ListChallengeMetadataCommandOutput>;
|
|
134
|
-
export declare const de_ListConnectorsCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<ListConnectorsCommandOutput>;
|
|
138
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
142
|
-
export declare const de_TagResourceCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<TagResourceCommandOutput>;
|
|
146
|
-
export declare const de_UntagResourceCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<UntagResourceCommandOutput>;
|