@aws-sdk/client-sso-admin 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SSOAdmin.d.ts +765 -190
- package/dist-types/ts3.4/SSOAdminClient.d.ts +326 -110
- package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SSOAdminServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +712 -852
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccountAssignmentCreationStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountAssignmentDeletionStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountAssignmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAccountsForProvisionedPermissionSetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedPoliciesInPermissionSetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionSetProvisioningStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionSetsProvisionedToAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,110 +1,326 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput,
|
|
47
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput,
|
|
48
|
+
} from "./commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand";
|
|
49
|
+
import {
|
|
50
|
+
AttachManagedPolicyToPermissionSetCommandInput,
|
|
51
|
+
AttachManagedPolicyToPermissionSetCommandOutput,
|
|
52
|
+
} from "./commands/AttachManagedPolicyToPermissionSetCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateAccountAssignmentCommandInput,
|
|
55
|
+
CreateAccountAssignmentCommandOutput,
|
|
56
|
+
} from "./commands/CreateAccountAssignmentCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
59
|
+
CreateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
60
|
+
} from "./commands/CreateInstanceAccessControlAttributeConfigurationCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreatePermissionSetCommandInput,
|
|
63
|
+
CreatePermissionSetCommandOutput,
|
|
64
|
+
} from "./commands/CreatePermissionSetCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteAccountAssignmentCommandInput,
|
|
67
|
+
DeleteAccountAssignmentCommandOutput,
|
|
68
|
+
} from "./commands/DeleteAccountAssignmentCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
71
|
+
DeleteInlinePolicyFromPermissionSetCommandOutput,
|
|
72
|
+
} from "./commands/DeleteInlinePolicyFromPermissionSetCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
75
|
+
DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
76
|
+
} from "./commands/DeleteInstanceAccessControlAttributeConfigurationCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeletePermissionsBoundaryFromPermissionSetCommandInput,
|
|
79
|
+
DeletePermissionsBoundaryFromPermissionSetCommandOutput,
|
|
80
|
+
} from "./commands/DeletePermissionsBoundaryFromPermissionSetCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeletePermissionSetCommandInput,
|
|
83
|
+
DeletePermissionSetCommandOutput,
|
|
84
|
+
} from "./commands/DeletePermissionSetCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
87
|
+
DescribeAccountAssignmentCreationStatusCommandOutput,
|
|
88
|
+
} from "./commands/DescribeAccountAssignmentCreationStatusCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
91
|
+
DescribeAccountAssignmentDeletionStatusCommandOutput,
|
|
92
|
+
} from "./commands/DescribeAccountAssignmentDeletionStatusCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
95
|
+
DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
96
|
+
} from "./commands/DescribeInstanceAccessControlAttributeConfigurationCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribePermissionSetCommandInput,
|
|
99
|
+
DescribePermissionSetCommandOutput,
|
|
100
|
+
} from "./commands/DescribePermissionSetCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribePermissionSetProvisioningStatusCommandInput,
|
|
103
|
+
DescribePermissionSetProvisioningStatusCommandOutput,
|
|
104
|
+
} from "./commands/DescribePermissionSetProvisioningStatusCommand";
|
|
105
|
+
import {
|
|
106
|
+
DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput,
|
|
107
|
+
DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput,
|
|
108
|
+
} from "./commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand";
|
|
109
|
+
import {
|
|
110
|
+
DetachManagedPolicyFromPermissionSetCommandInput,
|
|
111
|
+
DetachManagedPolicyFromPermissionSetCommandOutput,
|
|
112
|
+
} from "./commands/DetachManagedPolicyFromPermissionSetCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetInlinePolicyForPermissionSetCommandInput,
|
|
115
|
+
GetInlinePolicyForPermissionSetCommandOutput,
|
|
116
|
+
} from "./commands/GetInlinePolicyForPermissionSetCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetPermissionsBoundaryForPermissionSetCommandInput,
|
|
119
|
+
GetPermissionsBoundaryForPermissionSetCommandOutput,
|
|
120
|
+
} from "./commands/GetPermissionsBoundaryForPermissionSetCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListAccountAssignmentCreationStatusCommandInput,
|
|
123
|
+
ListAccountAssignmentCreationStatusCommandOutput,
|
|
124
|
+
} from "./commands/ListAccountAssignmentCreationStatusCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListAccountAssignmentDeletionStatusCommandInput,
|
|
127
|
+
ListAccountAssignmentDeletionStatusCommandOutput,
|
|
128
|
+
} from "./commands/ListAccountAssignmentDeletionStatusCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListAccountAssignmentsCommandInput,
|
|
131
|
+
ListAccountAssignmentsCommandOutput,
|
|
132
|
+
} from "./commands/ListAccountAssignmentsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListAccountsForProvisionedPermissionSetCommandInput,
|
|
135
|
+
ListAccountsForProvisionedPermissionSetCommandOutput,
|
|
136
|
+
} from "./commands/ListAccountsForProvisionedPermissionSetCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
|
|
139
|
+
ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput,
|
|
140
|
+
} from "./commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListInstancesCommandInput,
|
|
143
|
+
ListInstancesCommandOutput,
|
|
144
|
+
} from "./commands/ListInstancesCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListManagedPoliciesInPermissionSetCommandInput,
|
|
147
|
+
ListManagedPoliciesInPermissionSetCommandOutput,
|
|
148
|
+
} from "./commands/ListManagedPoliciesInPermissionSetCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListPermissionSetProvisioningStatusCommandInput,
|
|
151
|
+
ListPermissionSetProvisioningStatusCommandOutput,
|
|
152
|
+
} from "./commands/ListPermissionSetProvisioningStatusCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListPermissionSetsCommandInput,
|
|
155
|
+
ListPermissionSetsCommandOutput,
|
|
156
|
+
} from "./commands/ListPermissionSetsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListPermissionSetsProvisionedToAccountCommandInput,
|
|
159
|
+
ListPermissionSetsProvisionedToAccountCommandOutput,
|
|
160
|
+
} from "./commands/ListPermissionSetsProvisionedToAccountCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListTagsForResourceCommandInput,
|
|
163
|
+
ListTagsForResourceCommandOutput,
|
|
164
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
165
|
+
import {
|
|
166
|
+
ProvisionPermissionSetCommandInput,
|
|
167
|
+
ProvisionPermissionSetCommandOutput,
|
|
168
|
+
} from "./commands/ProvisionPermissionSetCommand";
|
|
169
|
+
import {
|
|
170
|
+
PutInlinePolicyToPermissionSetCommandInput,
|
|
171
|
+
PutInlinePolicyToPermissionSetCommandOutput,
|
|
172
|
+
} from "./commands/PutInlinePolicyToPermissionSetCommand";
|
|
173
|
+
import {
|
|
174
|
+
PutPermissionsBoundaryToPermissionSetCommandInput,
|
|
175
|
+
PutPermissionsBoundaryToPermissionSetCommandOutput,
|
|
176
|
+
} from "./commands/PutPermissionsBoundaryToPermissionSetCommand";
|
|
177
|
+
import {
|
|
178
|
+
TagResourceCommandInput,
|
|
179
|
+
TagResourceCommandOutput,
|
|
180
|
+
} from "./commands/TagResourceCommand";
|
|
181
|
+
import {
|
|
182
|
+
UntagResourceCommandInput,
|
|
183
|
+
UntagResourceCommandOutput,
|
|
184
|
+
} from "./commands/UntagResourceCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
187
|
+
UpdateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
188
|
+
} from "./commands/UpdateInstanceAccessControlAttributeConfigurationCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdatePermissionSetCommandInput,
|
|
191
|
+
UpdatePermissionSetCommandOutput,
|
|
192
|
+
} from "./commands/UpdatePermissionSetCommand";
|
|
193
|
+
export declare type ServiceInputTypes =
|
|
194
|
+
| AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput
|
|
195
|
+
| AttachManagedPolicyToPermissionSetCommandInput
|
|
196
|
+
| CreateAccountAssignmentCommandInput
|
|
197
|
+
| CreateInstanceAccessControlAttributeConfigurationCommandInput
|
|
198
|
+
| CreatePermissionSetCommandInput
|
|
199
|
+
| DeleteAccountAssignmentCommandInput
|
|
200
|
+
| DeleteInlinePolicyFromPermissionSetCommandInput
|
|
201
|
+
| DeleteInstanceAccessControlAttributeConfigurationCommandInput
|
|
202
|
+
| DeletePermissionSetCommandInput
|
|
203
|
+
| DeletePermissionsBoundaryFromPermissionSetCommandInput
|
|
204
|
+
| DescribeAccountAssignmentCreationStatusCommandInput
|
|
205
|
+
| DescribeAccountAssignmentDeletionStatusCommandInput
|
|
206
|
+
| DescribeInstanceAccessControlAttributeConfigurationCommandInput
|
|
207
|
+
| DescribePermissionSetCommandInput
|
|
208
|
+
| DescribePermissionSetProvisioningStatusCommandInput
|
|
209
|
+
| DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput
|
|
210
|
+
| DetachManagedPolicyFromPermissionSetCommandInput
|
|
211
|
+
| GetInlinePolicyForPermissionSetCommandInput
|
|
212
|
+
| GetPermissionsBoundaryForPermissionSetCommandInput
|
|
213
|
+
| ListAccountAssignmentCreationStatusCommandInput
|
|
214
|
+
| ListAccountAssignmentDeletionStatusCommandInput
|
|
215
|
+
| ListAccountAssignmentsCommandInput
|
|
216
|
+
| ListAccountsForProvisionedPermissionSetCommandInput
|
|
217
|
+
| ListCustomerManagedPolicyReferencesInPermissionSetCommandInput
|
|
218
|
+
| ListInstancesCommandInput
|
|
219
|
+
| ListManagedPoliciesInPermissionSetCommandInput
|
|
220
|
+
| ListPermissionSetProvisioningStatusCommandInput
|
|
221
|
+
| ListPermissionSetsCommandInput
|
|
222
|
+
| ListPermissionSetsProvisionedToAccountCommandInput
|
|
223
|
+
| ListTagsForResourceCommandInput
|
|
224
|
+
| ProvisionPermissionSetCommandInput
|
|
225
|
+
| PutInlinePolicyToPermissionSetCommandInput
|
|
226
|
+
| PutPermissionsBoundaryToPermissionSetCommandInput
|
|
227
|
+
| TagResourceCommandInput
|
|
228
|
+
| UntagResourceCommandInput
|
|
229
|
+
| UpdateInstanceAccessControlAttributeConfigurationCommandInput
|
|
230
|
+
| UpdatePermissionSetCommandInput;
|
|
231
|
+
export declare type ServiceOutputTypes =
|
|
232
|
+
| AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput
|
|
233
|
+
| AttachManagedPolicyToPermissionSetCommandOutput
|
|
234
|
+
| CreateAccountAssignmentCommandOutput
|
|
235
|
+
| CreateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
236
|
+
| CreatePermissionSetCommandOutput
|
|
237
|
+
| DeleteAccountAssignmentCommandOutput
|
|
238
|
+
| DeleteInlinePolicyFromPermissionSetCommandOutput
|
|
239
|
+
| DeleteInstanceAccessControlAttributeConfigurationCommandOutput
|
|
240
|
+
| DeletePermissionSetCommandOutput
|
|
241
|
+
| DeletePermissionsBoundaryFromPermissionSetCommandOutput
|
|
242
|
+
| DescribeAccountAssignmentCreationStatusCommandOutput
|
|
243
|
+
| DescribeAccountAssignmentDeletionStatusCommandOutput
|
|
244
|
+
| DescribeInstanceAccessControlAttributeConfigurationCommandOutput
|
|
245
|
+
| DescribePermissionSetCommandOutput
|
|
246
|
+
| DescribePermissionSetProvisioningStatusCommandOutput
|
|
247
|
+
| DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput
|
|
248
|
+
| DetachManagedPolicyFromPermissionSetCommandOutput
|
|
249
|
+
| GetInlinePolicyForPermissionSetCommandOutput
|
|
250
|
+
| GetPermissionsBoundaryForPermissionSetCommandOutput
|
|
251
|
+
| ListAccountAssignmentCreationStatusCommandOutput
|
|
252
|
+
| ListAccountAssignmentDeletionStatusCommandOutput
|
|
253
|
+
| ListAccountAssignmentsCommandOutput
|
|
254
|
+
| ListAccountsForProvisionedPermissionSetCommandOutput
|
|
255
|
+
| ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput
|
|
256
|
+
| ListInstancesCommandOutput
|
|
257
|
+
| ListManagedPoliciesInPermissionSetCommandOutput
|
|
258
|
+
| ListPermissionSetProvisioningStatusCommandOutput
|
|
259
|
+
| ListPermissionSetsCommandOutput
|
|
260
|
+
| ListPermissionSetsProvisionedToAccountCommandOutput
|
|
261
|
+
| ListTagsForResourceCommandOutput
|
|
262
|
+
| ProvisionPermissionSetCommandOutput
|
|
263
|
+
| PutInlinePolicyToPermissionSetCommandOutput
|
|
264
|
+
| PutPermissionsBoundaryToPermissionSetCommandOutput
|
|
265
|
+
| TagResourceCommandOutput
|
|
266
|
+
| UntagResourceCommandOutput
|
|
267
|
+
| UpdateInstanceAccessControlAttributeConfigurationCommandOutput
|
|
268
|
+
| UpdatePermissionSetCommandOutput;
|
|
269
|
+
export interface ClientDefaults
|
|
270
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
271
|
+
requestHandler?: __HttpHandler;
|
|
272
|
+
sha256?: __HashConstructor;
|
|
273
|
+
urlParser?: __UrlParser;
|
|
274
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
275
|
+
streamCollector?: __StreamCollector;
|
|
276
|
+
base64Decoder?: __Decoder;
|
|
277
|
+
base64Encoder?: __Encoder;
|
|
278
|
+
utf8Decoder?: __Decoder;
|
|
279
|
+
utf8Encoder?: __Encoder;
|
|
280
|
+
runtime?: string;
|
|
281
|
+
disableHostPrefix?: boolean;
|
|
282
|
+
maxAttempts?: number | __Provider<number>;
|
|
283
|
+
retryMode?: string | __Provider<string>;
|
|
284
|
+
logger?: __Logger;
|
|
285
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
286
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
287
|
+
serviceId?: string;
|
|
288
|
+
region?: string | __Provider<string>;
|
|
289
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
290
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
291
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
292
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
293
|
+
}
|
|
294
|
+
declare type SSOAdminClientConfigType = Partial<
|
|
295
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
296
|
+
> &
|
|
297
|
+
ClientDefaults &
|
|
298
|
+
RegionInputConfig &
|
|
299
|
+
EndpointsInputConfig &
|
|
300
|
+
RetryInputConfig &
|
|
301
|
+
HostHeaderInputConfig &
|
|
302
|
+
AwsAuthInputConfig &
|
|
303
|
+
UserAgentInputConfig;
|
|
304
|
+
export interface SSOAdminClientConfig extends SSOAdminClientConfigType {}
|
|
305
|
+
declare type SSOAdminClientResolvedConfigType =
|
|
306
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
307
|
+
Required<ClientDefaults> &
|
|
308
|
+
RegionResolvedConfig &
|
|
309
|
+
EndpointsResolvedConfig &
|
|
310
|
+
RetryResolvedConfig &
|
|
311
|
+
HostHeaderResolvedConfig &
|
|
312
|
+
AwsAuthResolvedConfig &
|
|
313
|
+
UserAgentResolvedConfig;
|
|
314
|
+
export interface SSOAdminClientResolvedConfig
|
|
315
|
+
extends SSOAdminClientResolvedConfigType {}
|
|
316
|
+
export declare class SSOAdminClient extends __Client<
|
|
317
|
+
__HttpHandlerOptions,
|
|
318
|
+
ServiceInputTypes,
|
|
319
|
+
ServiceOutputTypes,
|
|
320
|
+
SSOAdminClientResolvedConfig
|
|
321
|
+
> {
|
|
322
|
+
readonly config: SSOAdminClientResolvedConfig;
|
|
323
|
+
constructor(configuration: SSOAdminClientConfig);
|
|
324
|
+
destroy(): void;
|
|
325
|
+
}
|
|
326
|
+
export {};
|
package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts
CHANGED
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetRequest,
|
|
10
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput
|
|
18
|
+
extends AttachCustomerManagedPolicyReferenceToPermissionSetRequest {}
|
|
19
|
+
export interface AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput
|
|
20
|
+
extends AttachCustomerManagedPolicyReferenceToPermissionSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AttachCustomerManagedPolicyReferenceToPermissionSetCommand extends $Command<
|
|
23
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput,
|
|
24
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput,
|
|
25
|
+
SSOAdminClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput;
|
|
28
|
+
constructor(
|
|
29
|
+
input: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput
|
|
30
|
+
);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput,
|
|
37
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AttachManagedPolicyToPermissionSetRequest,
|
|
10
|
+
AttachManagedPolicyToPermissionSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface AttachManagedPolicyToPermissionSetCommandInput
|
|
18
|
+
extends AttachManagedPolicyToPermissionSetRequest {}
|
|
19
|
+
export interface AttachManagedPolicyToPermissionSetCommandOutput
|
|
20
|
+
extends AttachManagedPolicyToPermissionSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AttachManagedPolicyToPermissionSetCommand extends $Command<
|
|
23
|
+
AttachManagedPolicyToPermissionSetCommandInput,
|
|
24
|
+
AttachManagedPolicyToPermissionSetCommandOutput,
|
|
25
|
+
SSOAdminClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AttachManagedPolicyToPermissionSetCommandInput;
|
|
28
|
+
constructor(input: AttachManagedPolicyToPermissionSetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AttachManagedPolicyToPermissionSetCommandInput,
|
|
35
|
+
AttachManagedPolicyToPermissionSetCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateAccountAssignmentRequest,
|
|
10
|
+
CreateAccountAssignmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SSOAdminClientResolvedConfig,
|
|
16
|
+
} from "../SSOAdminClient";
|
|
17
|
+
export interface CreateAccountAssignmentCommandInput
|
|
18
|
+
extends CreateAccountAssignmentRequest {}
|
|
19
|
+
export interface CreateAccountAssignmentCommandOutput
|
|
20
|
+
extends CreateAccountAssignmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAccountAssignmentCommand extends $Command<
|
|
23
|
+
CreateAccountAssignmentCommandInput,
|
|
24
|
+
CreateAccountAssignmentCommandOutput,
|
|
25
|
+
SSOAdminClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAccountAssignmentCommandInput;
|
|
28
|
+
constructor(input: CreateAccountAssignmentCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SSOAdminClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAccountAssignmentCommandInput,
|
|
35
|
+
CreateAccountAssignmentCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|