@aws-sdk/client-mpa 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 +1068 -1188
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/MPAClient.js +2 -0
- package/dist-es/commands/CancelSessionCommand.js +3 -9
- package/dist-es/commands/CreateApprovalTeamCommand.js +3 -10
- package/dist-es/commands/CreateIdentitySourceCommand.js +3 -10
- package/dist-es/commands/DeleteIdentitySourceCommand.js +3 -9
- package/dist-es/commands/DeleteInactiveApprovalTeamVersionCommand.js +3 -9
- package/dist-es/commands/GetApprovalTeamCommand.js +3 -10
- package/dist-es/commands/GetIdentitySourceCommand.js +3 -9
- package/dist-es/commands/GetPolicyVersionCommand.js +3 -10
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -10
- package/dist-es/commands/GetSessionCommand.js +3 -10
- package/dist-es/commands/ListApprovalTeamsCommand.js +3 -10
- package/dist-es/commands/ListIdentitySourcesCommand.js +3 -9
- package/dist-es/commands/ListPoliciesCommand.js +3 -9
- package/dist-es/commands/ListPolicyVersionsCommand.js +3 -9
- package/dist-es/commands/ListResourcePoliciesCommand.js +3 -9
- package/dist-es/commands/ListSessionsCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/StartActiveApprovalTeamDeletionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateApprovalTeamCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -72
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +999 -0
- package/dist-types/MPAClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -60
- 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 +117 -0
- package/dist-types/ts3.4/MPAClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -45
- 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 +124 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -931
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -191
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -257
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CancelSessionCommandInput, CancelSessionCommandOutput } from "../commands/CancelSessionCommand";
|
|
4
|
-
import { CreateApprovalTeamCommandInput, CreateApprovalTeamCommandOutput } from "../commands/CreateApprovalTeamCommand";
|
|
5
|
-
import { CreateIdentitySourceCommandInput, CreateIdentitySourceCommandOutput } from "../commands/CreateIdentitySourceCommand";
|
|
6
|
-
import { DeleteIdentitySourceCommandInput, DeleteIdentitySourceCommandOutput } from "../commands/DeleteIdentitySourceCommand";
|
|
7
|
-
import { DeleteInactiveApprovalTeamVersionCommandInput, DeleteInactiveApprovalTeamVersionCommandOutput } from "../commands/DeleteInactiveApprovalTeamVersionCommand";
|
|
8
|
-
import { GetApprovalTeamCommandInput, GetApprovalTeamCommandOutput } from "../commands/GetApprovalTeamCommand";
|
|
9
|
-
import { GetIdentitySourceCommandInput, GetIdentitySourceCommandOutput } from "../commands/GetIdentitySourceCommand";
|
|
10
|
-
import { GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput } from "../commands/GetPolicyVersionCommand";
|
|
11
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
12
|
-
import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
|
|
13
|
-
import { ListApprovalTeamsCommandInput, ListApprovalTeamsCommandOutput } from "../commands/ListApprovalTeamsCommand";
|
|
14
|
-
import { ListIdentitySourcesCommandInput, ListIdentitySourcesCommandOutput } from "../commands/ListIdentitySourcesCommand";
|
|
15
|
-
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
16
|
-
import { ListPolicyVersionsCommandInput, ListPolicyVersionsCommandOutput } from "../commands/ListPolicyVersionsCommand";
|
|
17
|
-
import { ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput } from "../commands/ListResourcePoliciesCommand";
|
|
18
|
-
import { ListSessionsCommandInput, ListSessionsCommandOutput } from "../commands/ListSessionsCommand";
|
|
19
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
20
|
-
import { StartActiveApprovalTeamDeletionCommandInput, StartActiveApprovalTeamDeletionCommandOutput } from "../commands/StartActiveApprovalTeamDeletionCommand";
|
|
21
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
22
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
23
|
-
import { UpdateApprovalTeamCommandInput, UpdateApprovalTeamCommandOutput } from "../commands/UpdateApprovalTeamCommand";
|
|
24
|
-
/**
|
|
25
|
-
* serializeAws_restJson1CancelSessionCommand
|
|
26
|
-
*/
|
|
27
|
-
export declare const se_CancelSessionCommand: (input: CancelSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
-
/**
|
|
29
|
-
* serializeAws_restJson1CreateApprovalTeamCommand
|
|
30
|
-
*/
|
|
31
|
-
export declare const se_CreateApprovalTeamCommand: (input: CreateApprovalTeamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_restJson1CreateIdentitySourceCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_CreateIdentitySourceCommand: (input: CreateIdentitySourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_restJson1DeleteIdentitySourceCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_DeleteIdentitySourceCommand: (input: DeleteIdentitySourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_restJson1DeleteInactiveApprovalTeamVersionCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_DeleteInactiveApprovalTeamVersionCommand: (input: DeleteInactiveApprovalTeamVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_restJson1GetApprovalTeamCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_GetApprovalTeamCommand: (input: GetApprovalTeamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_restJson1GetIdentitySourceCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_GetIdentitySourceCommand: (input: GetIdentitySourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_restJson1GetPolicyVersionCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_GetPolicyVersionCommand: (input: GetPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_restJson1GetResourcePolicyCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_restJson1GetSessionCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_restJson1ListApprovalTeamsCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_ListApprovalTeamsCommand: (input: ListApprovalTeamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_restJson1ListIdentitySourcesCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_ListIdentitySourcesCommand: (input: ListIdentitySourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_restJson1ListPoliciesCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_ListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_restJson1ListPolicyVersionsCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_ListPolicyVersionsCommand: (input: ListPolicyVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_restJson1ListResourcePoliciesCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_ListResourcePoliciesCommand: (input: ListResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_restJson1ListSessionsCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_restJson1StartActiveApprovalTeamDeletionCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_StartActiveApprovalTeamDeletionCommand: (input: StartActiveApprovalTeamDeletionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_restJson1TagResourceCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_restJson1UpdateApprovalTeamCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_UpdateApprovalTeamCommand: (input: UpdateApprovalTeamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* deserializeAws_restJson1CancelSessionCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const de_CancelSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSessionCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* deserializeAws_restJson1CreateApprovalTeamCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const de_CreateApprovalTeamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApprovalTeamCommandOutput>;
|
|
116
|
-
/**
|
|
117
|
-
* deserializeAws_restJson1CreateIdentitySourceCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const de_CreateIdentitySourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentitySourceCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* deserializeAws_restJson1DeleteIdentitySourceCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const de_DeleteIdentitySourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentitySourceCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* deserializeAws_restJson1DeleteInactiveApprovalTeamVersionCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const de_DeleteInactiveApprovalTeamVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInactiveApprovalTeamVersionCommandOutput>;
|
|
128
|
-
/**
|
|
129
|
-
* deserializeAws_restJson1GetApprovalTeamCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const de_GetApprovalTeamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApprovalTeamCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* deserializeAws_restJson1GetIdentitySourceCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const de_GetIdentitySourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentitySourceCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* deserializeAws_restJson1GetPolicyVersionCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const de_GetPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyVersionCommandOutput>;
|
|
140
|
-
/**
|
|
141
|
-
* deserializeAws_restJson1GetResourcePolicyCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
144
|
-
/**
|
|
145
|
-
* deserializeAws_restJson1GetSessionCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* deserializeAws_restJson1ListApprovalTeamsCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const de_ListApprovalTeamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApprovalTeamsCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* deserializeAws_restJson1ListIdentitySourcesCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const de_ListIdentitySourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentitySourcesCommandOutput>;
|
|
156
|
-
/**
|
|
157
|
-
* deserializeAws_restJson1ListPoliciesCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const de_ListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
|
|
160
|
-
/**
|
|
161
|
-
* deserializeAws_restJson1ListPolicyVersionsCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const de_ListPolicyVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPolicyVersionsCommandOutput>;
|
|
164
|
-
/**
|
|
165
|
-
* deserializeAws_restJson1ListResourcePoliciesCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const de_ListResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcePoliciesCommandOutput>;
|
|
168
|
-
/**
|
|
169
|
-
* deserializeAws_restJson1ListSessionsCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const de_ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
|
|
172
|
-
/**
|
|
173
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* deserializeAws_restJson1StartActiveApprovalTeamDeletionCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const de_StartActiveApprovalTeamDeletionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartActiveApprovalTeamDeletionCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* deserializeAws_restJson1UpdateApprovalTeamCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const de_UpdateApprovalTeamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApprovalTeamCommandOutput>;
|
|
@@ -1,257 +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
|
-
CancelSessionCommandInput,
|
|
8
|
-
CancelSessionCommandOutput,
|
|
9
|
-
} from "../commands/CancelSessionCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateApprovalTeamCommandInput,
|
|
12
|
-
CreateApprovalTeamCommandOutput,
|
|
13
|
-
} from "../commands/CreateApprovalTeamCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateIdentitySourceCommandInput,
|
|
16
|
-
CreateIdentitySourceCommandOutput,
|
|
17
|
-
} from "../commands/CreateIdentitySourceCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteIdentitySourceCommandInput,
|
|
20
|
-
DeleteIdentitySourceCommandOutput,
|
|
21
|
-
} from "../commands/DeleteIdentitySourceCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteInactiveApprovalTeamVersionCommandInput,
|
|
24
|
-
DeleteInactiveApprovalTeamVersionCommandOutput,
|
|
25
|
-
} from "../commands/DeleteInactiveApprovalTeamVersionCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetApprovalTeamCommandInput,
|
|
28
|
-
GetApprovalTeamCommandOutput,
|
|
29
|
-
} from "../commands/GetApprovalTeamCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetIdentitySourceCommandInput,
|
|
32
|
-
GetIdentitySourceCommandOutput,
|
|
33
|
-
} from "../commands/GetIdentitySourceCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetPolicyVersionCommandInput,
|
|
36
|
-
GetPolicyVersionCommandOutput,
|
|
37
|
-
} from "../commands/GetPolicyVersionCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetResourcePolicyCommandInput,
|
|
40
|
-
GetResourcePolicyCommandOutput,
|
|
41
|
-
} from "../commands/GetResourcePolicyCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetSessionCommandInput,
|
|
44
|
-
GetSessionCommandOutput,
|
|
45
|
-
} from "../commands/GetSessionCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListApprovalTeamsCommandInput,
|
|
48
|
-
ListApprovalTeamsCommandOutput,
|
|
49
|
-
} from "../commands/ListApprovalTeamsCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListIdentitySourcesCommandInput,
|
|
52
|
-
ListIdentitySourcesCommandOutput,
|
|
53
|
-
} from "../commands/ListIdentitySourcesCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListPoliciesCommandInput,
|
|
56
|
-
ListPoliciesCommandOutput,
|
|
57
|
-
} from "../commands/ListPoliciesCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListPolicyVersionsCommandInput,
|
|
60
|
-
ListPolicyVersionsCommandOutput,
|
|
61
|
-
} from "../commands/ListPolicyVersionsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListResourcePoliciesCommandInput,
|
|
64
|
-
ListResourcePoliciesCommandOutput,
|
|
65
|
-
} from "../commands/ListResourcePoliciesCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListSessionsCommandInput,
|
|
68
|
-
ListSessionsCommandOutput,
|
|
69
|
-
} from "../commands/ListSessionsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListTagsForResourceCommandInput,
|
|
72
|
-
ListTagsForResourceCommandOutput,
|
|
73
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
74
|
-
import {
|
|
75
|
-
StartActiveApprovalTeamDeletionCommandInput,
|
|
76
|
-
StartActiveApprovalTeamDeletionCommandOutput,
|
|
77
|
-
} from "../commands/StartActiveApprovalTeamDeletionCommand";
|
|
78
|
-
import {
|
|
79
|
-
TagResourceCommandInput,
|
|
80
|
-
TagResourceCommandOutput,
|
|
81
|
-
} from "../commands/TagResourceCommand";
|
|
82
|
-
import {
|
|
83
|
-
UntagResourceCommandInput,
|
|
84
|
-
UntagResourceCommandOutput,
|
|
85
|
-
} from "../commands/UntagResourceCommand";
|
|
86
|
-
import {
|
|
87
|
-
UpdateApprovalTeamCommandInput,
|
|
88
|
-
UpdateApprovalTeamCommandOutput,
|
|
89
|
-
} from "../commands/UpdateApprovalTeamCommand";
|
|
90
|
-
export declare const se_CancelSessionCommand: (
|
|
91
|
-
input: CancelSessionCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_CreateApprovalTeamCommand: (
|
|
95
|
-
input: CreateApprovalTeamCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_CreateIdentitySourceCommand: (
|
|
99
|
-
input: CreateIdentitySourceCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_DeleteIdentitySourceCommand: (
|
|
103
|
-
input: DeleteIdentitySourceCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_DeleteInactiveApprovalTeamVersionCommand: (
|
|
107
|
-
input: DeleteInactiveApprovalTeamVersionCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_GetApprovalTeamCommand: (
|
|
111
|
-
input: GetApprovalTeamCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_GetIdentitySourceCommand: (
|
|
115
|
-
input: GetIdentitySourceCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_GetPolicyVersionCommand: (
|
|
119
|
-
input: GetPolicyVersionCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_GetResourcePolicyCommand: (
|
|
123
|
-
input: GetResourcePolicyCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_GetSessionCommand: (
|
|
127
|
-
input: GetSessionCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_ListApprovalTeamsCommand: (
|
|
131
|
-
input: ListApprovalTeamsCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ListIdentitySourcesCommand: (
|
|
135
|
-
input: ListIdentitySourcesCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_ListPoliciesCommand: (
|
|
139
|
-
input: ListPoliciesCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_ListPolicyVersionsCommand: (
|
|
143
|
-
input: ListPolicyVersionsCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_ListResourcePoliciesCommand: (
|
|
147
|
-
input: ListResourcePoliciesCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_ListSessionsCommand: (
|
|
151
|
-
input: ListSessionsCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
155
|
-
input: ListTagsForResourceCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_StartActiveApprovalTeamDeletionCommand: (
|
|
159
|
-
input: StartActiveApprovalTeamDeletionCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_TagResourceCommand: (
|
|
163
|
-
input: TagResourceCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_UntagResourceCommand: (
|
|
167
|
-
input: UntagResourceCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_UpdateApprovalTeamCommand: (
|
|
171
|
-
input: UpdateApprovalTeamCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const de_CancelSessionCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<CancelSessionCommandOutput>;
|
|
178
|
-
export declare const de_CreateApprovalTeamCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<CreateApprovalTeamCommandOutput>;
|
|
182
|
-
export declare const de_CreateIdentitySourceCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<CreateIdentitySourceCommandOutput>;
|
|
186
|
-
export declare const de_DeleteIdentitySourceCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<DeleteIdentitySourceCommandOutput>;
|
|
190
|
-
export declare const de_DeleteInactiveApprovalTeamVersionCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<DeleteInactiveApprovalTeamVersionCommandOutput>;
|
|
194
|
-
export declare const de_GetApprovalTeamCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<GetApprovalTeamCommandOutput>;
|
|
198
|
-
export declare const de_GetIdentitySourceCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<GetIdentitySourceCommandOutput>;
|
|
202
|
-
export declare const de_GetPolicyVersionCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<GetPolicyVersionCommandOutput>;
|
|
206
|
-
export declare const de_GetResourcePolicyCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<GetResourcePolicyCommandOutput>;
|
|
210
|
-
export declare const de_GetSessionCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<GetSessionCommandOutput>;
|
|
214
|
-
export declare const de_ListApprovalTeamsCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<ListApprovalTeamsCommandOutput>;
|
|
218
|
-
export declare const de_ListIdentitySourcesCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<ListIdentitySourcesCommandOutput>;
|
|
222
|
-
export declare const de_ListPoliciesCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<ListPoliciesCommandOutput>;
|
|
226
|
-
export declare const de_ListPolicyVersionsCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<ListPolicyVersionsCommandOutput>;
|
|
230
|
-
export declare const de_ListResourcePoliciesCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<ListResourcePoliciesCommandOutput>;
|
|
234
|
-
export declare const de_ListSessionsCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<ListSessionsCommandOutput>;
|
|
238
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
242
|
-
export declare const de_StartActiveApprovalTeamDeletionCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<StartActiveApprovalTeamDeletionCommandOutput>;
|
|
246
|
-
export declare const de_TagResourceCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<TagResourceCommandOutput>;
|
|
250
|
-
export declare const de_UntagResourceCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
254
|
-
export declare const de_UpdateApprovalTeamCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<UpdateApprovalTeamCommandOutput>;
|