@aws-sdk/client-iam 3.687.0 → 3.692.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.
Files changed (63) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +510 -10
  3. package/dist-es/IAM.js +10 -0
  4. package/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +22 -0
  5. package/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +22 -0
  6. package/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +22 -0
  7. package/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +22 -0
  8. package/dist-es/commands/ListOrganizationsFeaturesCommand.js +22 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +70 -9
  11. package/dist-es/models/models_1.js +9 -0
  12. package/dist-es/protocols/Aws_query.js +310 -1
  13. package/dist-types/IAM.d.ts +43 -0
  14. package/dist-types/IAMClient.d.ts +7 -2
  15. package/dist-types/commands/CreateLoginProfileCommand.d.ts +3 -3
  16. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -2
  18. package/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +91 -0
  19. package/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +91 -0
  20. package/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +107 -0
  21. package/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +106 -0
  22. package/dist-types/commands/GetLoginProfileCommand.d.ts +2 -2
  23. package/dist-types/commands/ListAccountAliasesCommand.d.ts +3 -3
  24. package/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +89 -0
  25. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  29. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  30. package/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  31. package/dist-types/commands/TagRoleCommand.d.ts +1 -1
  32. package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  33. package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  34. package/dist-types/commands/TagUserCommand.d.ts +1 -1
  35. package/dist-types/commands/index.d.ts +5 -0
  36. package/dist-types/models/models_0.d.ts +616 -1028
  37. package/dist-types/models/models_1.d.ts +642 -32
  38. package/dist-types/protocols/Aws_query.d.ts +45 -0
  39. package/dist-types/ts3.4/IAM.d.ts +105 -0
  40. package/dist-types/ts3.4/IAMClient.d.ts +30 -0
  41. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/DisableOrganizationsRootSessionsCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +51 -0
  46. package/dist-types/ts3.4/commands/EnableOrganizationsRootSessionsCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListOrganizationsFeaturesCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +501 -511
  61. package/dist-types/ts3.4/models/models_1.d.ts +135 -31
  62. package/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
  63. package/package.json +36 -36
@@ -48,7 +48,11 @@ import { DeleteVirtualMFADeviceCommandInput, DeleteVirtualMFADeviceCommandOutput
48
48
  import { DetachGroupPolicyCommandInput, DetachGroupPolicyCommandOutput } from "../commands/DetachGroupPolicyCommand";
49
49
  import { DetachRolePolicyCommandInput, DetachRolePolicyCommandOutput } from "../commands/DetachRolePolicyCommand";
50
50
  import { DetachUserPolicyCommandInput, DetachUserPolicyCommandOutput } from "../commands/DetachUserPolicyCommand";
51
+ import { DisableOrganizationsRootCredentialsManagementCommandInput, DisableOrganizationsRootCredentialsManagementCommandOutput } from "../commands/DisableOrganizationsRootCredentialsManagementCommand";
52
+ import { DisableOrganizationsRootSessionsCommandInput, DisableOrganizationsRootSessionsCommandOutput } from "../commands/DisableOrganizationsRootSessionsCommand";
51
53
  import { EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput } from "../commands/EnableMFADeviceCommand";
54
+ import { EnableOrganizationsRootCredentialsManagementCommandInput, EnableOrganizationsRootCredentialsManagementCommandOutput } from "../commands/EnableOrganizationsRootCredentialsManagementCommand";
55
+ import { EnableOrganizationsRootSessionsCommandInput, EnableOrganizationsRootSessionsCommandOutput } from "../commands/EnableOrganizationsRootSessionsCommand";
52
56
  import { GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput } from "../commands/GenerateCredentialReportCommand";
53
57
  import { GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput } from "../commands/GenerateOrganizationsAccessReportCommand";
54
58
  import { GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput } from "../commands/GenerateServiceLastAccessedDetailsCommand";
@@ -94,6 +98,7 @@ import { ListMFADevicesCommandInput, ListMFADevicesCommandOutput } from "../comm
94
98
  import { ListMFADeviceTagsCommandInput, ListMFADeviceTagsCommandOutput } from "../commands/ListMFADeviceTagsCommand";
95
99
  import { ListOpenIDConnectProvidersCommandInput, ListOpenIDConnectProvidersCommandOutput } from "../commands/ListOpenIDConnectProvidersCommand";
96
100
  import { ListOpenIDConnectProviderTagsCommandInput, ListOpenIDConnectProviderTagsCommandOutput } from "../commands/ListOpenIDConnectProviderTagsCommand";
101
+ import { ListOrganizationsFeaturesCommandInput, ListOrganizationsFeaturesCommandOutput } from "../commands/ListOrganizationsFeaturesCommand";
97
102
  import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
98
103
  import { ListPoliciesGrantingServiceAccessCommandInput, ListPoliciesGrantingServiceAccessCommandOutput } from "../commands/ListPoliciesGrantingServiceAccessCommand";
99
104
  import { ListPolicyTagsCommandInput, ListPolicyTagsCommandOutput } from "../commands/ListPolicyTagsCommand";
@@ -351,10 +356,26 @@ export declare const se_DetachRolePolicyCommand: (input: DetachRolePolicyCommand
351
356
  * serializeAws_queryDetachUserPolicyCommand
352
357
  */
353
358
  export declare const se_DetachUserPolicyCommand: (input: DetachUserPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
359
+ /**
360
+ * serializeAws_queryDisableOrganizationsRootCredentialsManagementCommand
361
+ */
362
+ export declare const se_DisableOrganizationsRootCredentialsManagementCommand: (input: DisableOrganizationsRootCredentialsManagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
363
+ /**
364
+ * serializeAws_queryDisableOrganizationsRootSessionsCommand
365
+ */
366
+ export declare const se_DisableOrganizationsRootSessionsCommand: (input: DisableOrganizationsRootSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
367
  /**
355
368
  * serializeAws_queryEnableMFADeviceCommand
356
369
  */
357
370
  export declare const se_EnableMFADeviceCommand: (input: EnableMFADeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
+ /**
372
+ * serializeAws_queryEnableOrganizationsRootCredentialsManagementCommand
373
+ */
374
+ export declare const se_EnableOrganizationsRootCredentialsManagementCommand: (input: EnableOrganizationsRootCredentialsManagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
375
+ /**
376
+ * serializeAws_queryEnableOrganizationsRootSessionsCommand
377
+ */
378
+ export declare const se_EnableOrganizationsRootSessionsCommand: (input: EnableOrganizationsRootSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
379
  /**
359
380
  * serializeAws_queryGenerateCredentialReportCommand
360
381
  */
@@ -535,6 +556,10 @@ export declare const se_ListOpenIDConnectProvidersCommand: (input: ListOpenIDCon
535
556
  * serializeAws_queryListOpenIDConnectProviderTagsCommand
536
557
  */
537
558
  export declare const se_ListOpenIDConnectProviderTagsCommand: (input: ListOpenIDConnectProviderTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
559
+ /**
560
+ * serializeAws_queryListOrganizationsFeaturesCommand
561
+ */
562
+ export declare const se_ListOrganizationsFeaturesCommand: (input: ListOrganizationsFeaturesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
538
563
  /**
539
564
  * serializeAws_queryListPoliciesCommand
540
565
  */
@@ -987,10 +1012,26 @@ export declare const de_DetachRolePolicyCommand: (output: __HttpResponse, contex
987
1012
  * deserializeAws_queryDetachUserPolicyCommand
988
1013
  */
989
1014
  export declare const de_DetachUserPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachUserPolicyCommandOutput>;
1015
+ /**
1016
+ * deserializeAws_queryDisableOrganizationsRootCredentialsManagementCommand
1017
+ */
1018
+ export declare const de_DisableOrganizationsRootCredentialsManagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationsRootCredentialsManagementCommandOutput>;
1019
+ /**
1020
+ * deserializeAws_queryDisableOrganizationsRootSessionsCommand
1021
+ */
1022
+ export declare const de_DisableOrganizationsRootSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationsRootSessionsCommandOutput>;
990
1023
  /**
991
1024
  * deserializeAws_queryEnableMFADeviceCommand
992
1025
  */
993
1026
  export declare const de_EnableMFADeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableMFADeviceCommandOutput>;
1027
+ /**
1028
+ * deserializeAws_queryEnableOrganizationsRootCredentialsManagementCommand
1029
+ */
1030
+ export declare const de_EnableOrganizationsRootCredentialsManagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationsRootCredentialsManagementCommandOutput>;
1031
+ /**
1032
+ * deserializeAws_queryEnableOrganizationsRootSessionsCommand
1033
+ */
1034
+ export declare const de_EnableOrganizationsRootSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationsRootSessionsCommandOutput>;
994
1035
  /**
995
1036
  * deserializeAws_queryGenerateCredentialReportCommand
996
1037
  */
@@ -1171,6 +1212,10 @@ export declare const de_ListOpenIDConnectProvidersCommand: (output: __HttpRespon
1171
1212
  * deserializeAws_queryListOpenIDConnectProviderTagsCommand
1172
1213
  */
1173
1214
  export declare const de_ListOpenIDConnectProviderTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpenIDConnectProviderTagsCommandOutput>;
1215
+ /**
1216
+ * deserializeAws_queryListOrganizationsFeaturesCommand
1217
+ */
1218
+ export declare const de_ListOrganizationsFeaturesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationsFeaturesCommandOutput>;
1174
1219
  /**
1175
1220
  * deserializeAws_queryListPoliciesCommand
1176
1221
  */
@@ -191,10 +191,26 @@ import {
191
191
  DetachUserPolicyCommandInput,
192
192
  DetachUserPolicyCommandOutput,
193
193
  } from "./commands/DetachUserPolicyCommand";
194
+ import {
195
+ DisableOrganizationsRootCredentialsManagementCommandInput,
196
+ DisableOrganizationsRootCredentialsManagementCommandOutput,
197
+ } from "./commands/DisableOrganizationsRootCredentialsManagementCommand";
198
+ import {
199
+ DisableOrganizationsRootSessionsCommandInput,
200
+ DisableOrganizationsRootSessionsCommandOutput,
201
+ } from "./commands/DisableOrganizationsRootSessionsCommand";
194
202
  import {
195
203
  EnableMFADeviceCommandInput,
196
204
  EnableMFADeviceCommandOutput,
197
205
  } from "./commands/EnableMFADeviceCommand";
206
+ import {
207
+ EnableOrganizationsRootCredentialsManagementCommandInput,
208
+ EnableOrganizationsRootCredentialsManagementCommandOutput,
209
+ } from "./commands/EnableOrganizationsRootCredentialsManagementCommand";
210
+ import {
211
+ EnableOrganizationsRootSessionsCommandInput,
212
+ EnableOrganizationsRootSessionsCommandOutput,
213
+ } from "./commands/EnableOrganizationsRootSessionsCommand";
198
214
  import {
199
215
  GenerateCredentialReportCommandInput,
200
216
  GenerateCredentialReportCommandOutput,
@@ -375,6 +391,10 @@ import {
375
391
  ListOpenIDConnectProviderTagsCommandInput,
376
392
  ListOpenIDConnectProviderTagsCommandOutput,
377
393
  } from "./commands/ListOpenIDConnectProviderTagsCommand";
394
+ import {
395
+ ListOrganizationsFeaturesCommandInput,
396
+ ListOrganizationsFeaturesCommandOutput,
397
+ } from "./commands/ListOrganizationsFeaturesCommand";
378
398
  import {
379
399
  ListPoliciesCommandInput,
380
400
  ListPoliciesCommandOutput,
@@ -787,6 +807,7 @@ export interface IAM {
787
807
  options: __HttpHandlerOptions,
788
808
  cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
789
809
  ): void;
810
+ createLoginProfile(): Promise<CreateLoginProfileCommandOutput>;
790
811
  createLoginProfile(
791
812
  args: CreateLoginProfileCommandInput,
792
813
  options?: __HttpHandlerOptions
@@ -1009,6 +1030,7 @@ export interface IAM {
1009
1030
  options: __HttpHandlerOptions,
1010
1031
  cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
1011
1032
  ): void;
1033
+ deleteLoginProfile(): Promise<DeleteLoginProfileCommandOutput>;
1012
1034
  deleteLoginProfile(
1013
1035
  args: DeleteLoginProfileCommandInput,
1014
1036
  options?: __HttpHandlerOptions
@@ -1269,6 +1291,40 @@ export interface IAM {
1269
1291
  options: __HttpHandlerOptions,
1270
1292
  cb: (err: any, data?: DetachUserPolicyCommandOutput) => void
1271
1293
  ): void;
1294
+ disableOrganizationsRootCredentialsManagement(): Promise<DisableOrganizationsRootCredentialsManagementCommandOutput>;
1295
+ disableOrganizationsRootCredentialsManagement(
1296
+ args: DisableOrganizationsRootCredentialsManagementCommandInput,
1297
+ options?: __HttpHandlerOptions
1298
+ ): Promise<DisableOrganizationsRootCredentialsManagementCommandOutput>;
1299
+ disableOrganizationsRootCredentialsManagement(
1300
+ args: DisableOrganizationsRootCredentialsManagementCommandInput,
1301
+ cb: (
1302
+ err: any,
1303
+ data?: DisableOrganizationsRootCredentialsManagementCommandOutput
1304
+ ) => void
1305
+ ): void;
1306
+ disableOrganizationsRootCredentialsManagement(
1307
+ args: DisableOrganizationsRootCredentialsManagementCommandInput,
1308
+ options: __HttpHandlerOptions,
1309
+ cb: (
1310
+ err: any,
1311
+ data?: DisableOrganizationsRootCredentialsManagementCommandOutput
1312
+ ) => void
1313
+ ): void;
1314
+ disableOrganizationsRootSessions(): Promise<DisableOrganizationsRootSessionsCommandOutput>;
1315
+ disableOrganizationsRootSessions(
1316
+ args: DisableOrganizationsRootSessionsCommandInput,
1317
+ options?: __HttpHandlerOptions
1318
+ ): Promise<DisableOrganizationsRootSessionsCommandOutput>;
1319
+ disableOrganizationsRootSessions(
1320
+ args: DisableOrganizationsRootSessionsCommandInput,
1321
+ cb: (err: any, data?: DisableOrganizationsRootSessionsCommandOutput) => void
1322
+ ): void;
1323
+ disableOrganizationsRootSessions(
1324
+ args: DisableOrganizationsRootSessionsCommandInput,
1325
+ options: __HttpHandlerOptions,
1326
+ cb: (err: any, data?: DisableOrganizationsRootSessionsCommandOutput) => void
1327
+ ): void;
1272
1328
  enableMFADevice(
1273
1329
  args: EnableMFADeviceCommandInput,
1274
1330
  options?: __HttpHandlerOptions
@@ -1282,6 +1338,40 @@ export interface IAM {
1282
1338
  options: __HttpHandlerOptions,
1283
1339
  cb: (err: any, data?: EnableMFADeviceCommandOutput) => void
1284
1340
  ): void;
1341
+ enableOrganizationsRootCredentialsManagement(): Promise<EnableOrganizationsRootCredentialsManagementCommandOutput>;
1342
+ enableOrganizationsRootCredentialsManagement(
1343
+ args: EnableOrganizationsRootCredentialsManagementCommandInput,
1344
+ options?: __HttpHandlerOptions
1345
+ ): Promise<EnableOrganizationsRootCredentialsManagementCommandOutput>;
1346
+ enableOrganizationsRootCredentialsManagement(
1347
+ args: EnableOrganizationsRootCredentialsManagementCommandInput,
1348
+ cb: (
1349
+ err: any,
1350
+ data?: EnableOrganizationsRootCredentialsManagementCommandOutput
1351
+ ) => void
1352
+ ): void;
1353
+ enableOrganizationsRootCredentialsManagement(
1354
+ args: EnableOrganizationsRootCredentialsManagementCommandInput,
1355
+ options: __HttpHandlerOptions,
1356
+ cb: (
1357
+ err: any,
1358
+ data?: EnableOrganizationsRootCredentialsManagementCommandOutput
1359
+ ) => void
1360
+ ): void;
1361
+ enableOrganizationsRootSessions(): Promise<EnableOrganizationsRootSessionsCommandOutput>;
1362
+ enableOrganizationsRootSessions(
1363
+ args: EnableOrganizationsRootSessionsCommandInput,
1364
+ options?: __HttpHandlerOptions
1365
+ ): Promise<EnableOrganizationsRootSessionsCommandOutput>;
1366
+ enableOrganizationsRootSessions(
1367
+ args: EnableOrganizationsRootSessionsCommandInput,
1368
+ cb: (err: any, data?: EnableOrganizationsRootSessionsCommandOutput) => void
1369
+ ): void;
1370
+ enableOrganizationsRootSessions(
1371
+ args: EnableOrganizationsRootSessionsCommandInput,
1372
+ options: __HttpHandlerOptions,
1373
+ cb: (err: any, data?: EnableOrganizationsRootSessionsCommandOutput) => void
1374
+ ): void;
1285
1375
  generateCredentialReport(): Promise<GenerateCredentialReportCommandOutput>;
1286
1376
  generateCredentialReport(
1287
1377
  args: GenerateCredentialReportCommandInput,
@@ -1468,6 +1558,7 @@ export interface IAM {
1468
1558
  options: __HttpHandlerOptions,
1469
1559
  cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
1470
1560
  ): void;
1561
+ getLoginProfile(): Promise<GetLoginProfileCommandOutput>;
1471
1562
  getLoginProfile(
1472
1563
  args: GetLoginProfileCommandInput,
1473
1564
  options?: __HttpHandlerOptions
@@ -1903,6 +1994,20 @@ export interface IAM {
1903
1994
  options: __HttpHandlerOptions,
1904
1995
  cb: (err: any, data?: ListOpenIDConnectProviderTagsCommandOutput) => void
1905
1996
  ): void;
1997
+ listOrganizationsFeatures(): Promise<ListOrganizationsFeaturesCommandOutput>;
1998
+ listOrganizationsFeatures(
1999
+ args: ListOrganizationsFeaturesCommandInput,
2000
+ options?: __HttpHandlerOptions
2001
+ ): Promise<ListOrganizationsFeaturesCommandOutput>;
2002
+ listOrganizationsFeatures(
2003
+ args: ListOrganizationsFeaturesCommandInput,
2004
+ cb: (err: any, data?: ListOrganizationsFeaturesCommandOutput) => void
2005
+ ): void;
2006
+ listOrganizationsFeatures(
2007
+ args: ListOrganizationsFeaturesCommandInput,
2008
+ options: __HttpHandlerOptions,
2009
+ cb: (err: any, data?: ListOrganizationsFeaturesCommandOutput) => void
2010
+ ): void;
1906
2011
  listPolicies(): Promise<ListPoliciesCommandOutput>;
1907
2012
  listPolicies(
1908
2013
  args: ListPoliciesCommandInput,
@@ -237,10 +237,26 @@ import {
237
237
  DetachUserPolicyCommandInput,
238
238
  DetachUserPolicyCommandOutput,
239
239
  } from "./commands/DetachUserPolicyCommand";
240
+ import {
241
+ DisableOrganizationsRootCredentialsManagementCommandInput,
242
+ DisableOrganizationsRootCredentialsManagementCommandOutput,
243
+ } from "./commands/DisableOrganizationsRootCredentialsManagementCommand";
244
+ import {
245
+ DisableOrganizationsRootSessionsCommandInput,
246
+ DisableOrganizationsRootSessionsCommandOutput,
247
+ } from "./commands/DisableOrganizationsRootSessionsCommand";
240
248
  import {
241
249
  EnableMFADeviceCommandInput,
242
250
  EnableMFADeviceCommandOutput,
243
251
  } from "./commands/EnableMFADeviceCommand";
252
+ import {
253
+ EnableOrganizationsRootCredentialsManagementCommandInput,
254
+ EnableOrganizationsRootCredentialsManagementCommandOutput,
255
+ } from "./commands/EnableOrganizationsRootCredentialsManagementCommand";
256
+ import {
257
+ EnableOrganizationsRootSessionsCommandInput,
258
+ EnableOrganizationsRootSessionsCommandOutput,
259
+ } from "./commands/EnableOrganizationsRootSessionsCommand";
244
260
  import {
245
261
  GenerateCredentialReportCommandInput,
246
262
  GenerateCredentialReportCommandOutput,
@@ -421,6 +437,10 @@ import {
421
437
  ListOpenIDConnectProviderTagsCommandInput,
422
438
  ListOpenIDConnectProviderTagsCommandOutput,
423
439
  } from "./commands/ListOpenIDConnectProviderTagsCommand";
440
+ import {
441
+ ListOrganizationsFeaturesCommandInput,
442
+ ListOrganizationsFeaturesCommandOutput,
443
+ } from "./commands/ListOrganizationsFeaturesCommand";
424
444
  import {
425
445
  ListPoliciesCommandInput,
426
446
  ListPoliciesCommandOutput,
@@ -737,7 +757,11 @@ export type ServiceInputTypes =
737
757
  | DetachGroupPolicyCommandInput
738
758
  | DetachRolePolicyCommandInput
739
759
  | DetachUserPolicyCommandInput
760
+ | DisableOrganizationsRootCredentialsManagementCommandInput
761
+ | DisableOrganizationsRootSessionsCommandInput
740
762
  | EnableMFADeviceCommandInput
763
+ | EnableOrganizationsRootCredentialsManagementCommandInput
764
+ | EnableOrganizationsRootSessionsCommandInput
741
765
  | GenerateCredentialReportCommandInput
742
766
  | GenerateOrganizationsAccessReportCommandInput
743
767
  | GenerateServiceLastAccessedDetailsCommandInput
@@ -783,6 +807,7 @@ export type ServiceInputTypes =
783
807
  | ListMFADevicesCommandInput
784
808
  | ListOpenIDConnectProviderTagsCommandInput
785
809
  | ListOpenIDConnectProvidersCommandInput
810
+ | ListOrganizationsFeaturesCommandInput
786
811
  | ListPoliciesCommandInput
787
812
  | ListPoliciesGrantingServiceAccessCommandInput
788
813
  | ListPolicyTagsCommandInput
@@ -897,7 +922,11 @@ export type ServiceOutputTypes =
897
922
  | DetachGroupPolicyCommandOutput
898
923
  | DetachRolePolicyCommandOutput
899
924
  | DetachUserPolicyCommandOutput
925
+ | DisableOrganizationsRootCredentialsManagementCommandOutput
926
+ | DisableOrganizationsRootSessionsCommandOutput
900
927
  | EnableMFADeviceCommandOutput
928
+ | EnableOrganizationsRootCredentialsManagementCommandOutput
929
+ | EnableOrganizationsRootSessionsCommandOutput
901
930
  | GenerateCredentialReportCommandOutput
902
931
  | GenerateOrganizationsAccessReportCommandOutput
903
932
  | GenerateServiceLastAccessedDetailsCommandOutput
@@ -943,6 +972,7 @@ export type ServiceOutputTypes =
943
972
  | ListMFADevicesCommandOutput
944
973
  | ListOpenIDConnectProviderTagsCommandOutput
945
974
  | ListOpenIDConnectProvidersCommandOutput
975
+ | ListOrganizationsFeaturesCommandOutput
946
976
  | ListPoliciesCommandOutput
947
977
  | ListPoliciesGrantingServiceAccessCommandOutput
948
978
  | ListPolicyTagsCommandOutput
@@ -27,7 +27,7 @@ declare const CreateLoginProfileCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateLoginProfileCommandInput
30
+ ...[input]: [] | [CreateLoginProfileCommandInput]
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateLoginProfileCommandInput,
33
33
  CreateLoginProfileCommandOutput,
@@ -22,7 +22,7 @@ declare const DeleteLoginProfileCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: DeleteLoginProfileCommandInput
25
+ ...[input]: [] | [DeleteLoginProfileCommandInput]
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  DeleteLoginProfileCommandInput,
28
28
  DeleteLoginProfileCommandOutput,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import {
9
+ DisableOrganizationsRootCredentialsManagementRequest,
10
+ DisableOrganizationsRootCredentialsManagementResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DisableOrganizationsRootCredentialsManagementCommandInput
15
+ extends DisableOrganizationsRootCredentialsManagementRequest {}
16
+ export interface DisableOrganizationsRootCredentialsManagementCommandOutput
17
+ extends DisableOrganizationsRootCredentialsManagementResponse,
18
+ __MetadataBearer {}
19
+ declare const DisableOrganizationsRootCredentialsManagementCommand_base: {
20
+ new (
21
+ input: DisableOrganizationsRootCredentialsManagementCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DisableOrganizationsRootCredentialsManagementCommandInput,
24
+ DisableOrganizationsRootCredentialsManagementCommandOutput,
25
+ IAMClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DisableOrganizationsRootCredentialsManagementCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DisableOrganizationsRootCredentialsManagementCommandInput,
33
+ DisableOrganizationsRootCredentialsManagementCommandOutput,
34
+ IAMClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DisableOrganizationsRootCredentialsManagementCommand extends DisableOrganizationsRootCredentialsManagementCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: DisableOrganizationsRootCredentialsManagementResponse;
45
+ };
46
+ sdk: {
47
+ input: DisableOrganizationsRootCredentialsManagementCommandInput;
48
+ output: DisableOrganizationsRootCredentialsManagementCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import {
9
+ DisableOrganizationsRootSessionsRequest,
10
+ DisableOrganizationsRootSessionsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DisableOrganizationsRootSessionsCommandInput
15
+ extends DisableOrganizationsRootSessionsRequest {}
16
+ export interface DisableOrganizationsRootSessionsCommandOutput
17
+ extends DisableOrganizationsRootSessionsResponse,
18
+ __MetadataBearer {}
19
+ declare const DisableOrganizationsRootSessionsCommand_base: {
20
+ new (
21
+ input: DisableOrganizationsRootSessionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DisableOrganizationsRootSessionsCommandInput,
24
+ DisableOrganizationsRootSessionsCommandOutput,
25
+ IAMClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DisableOrganizationsRootSessionsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DisableOrganizationsRootSessionsCommandInput,
33
+ DisableOrganizationsRootSessionsCommandOutput,
34
+ IAMClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DisableOrganizationsRootSessionsCommand extends DisableOrganizationsRootSessionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: DisableOrganizationsRootSessionsResponse;
45
+ };
46
+ sdk: {
47
+ input: DisableOrganizationsRootSessionsCommandInput;
48
+ output: DisableOrganizationsRootSessionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import {
9
+ EnableOrganizationsRootCredentialsManagementRequest,
10
+ EnableOrganizationsRootCredentialsManagementResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface EnableOrganizationsRootCredentialsManagementCommandInput
15
+ extends EnableOrganizationsRootCredentialsManagementRequest {}
16
+ export interface EnableOrganizationsRootCredentialsManagementCommandOutput
17
+ extends EnableOrganizationsRootCredentialsManagementResponse,
18
+ __MetadataBearer {}
19
+ declare const EnableOrganizationsRootCredentialsManagementCommand_base: {
20
+ new (
21
+ input: EnableOrganizationsRootCredentialsManagementCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ EnableOrganizationsRootCredentialsManagementCommandInput,
24
+ EnableOrganizationsRootCredentialsManagementCommandOutput,
25
+ IAMClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [EnableOrganizationsRootCredentialsManagementCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ EnableOrganizationsRootCredentialsManagementCommandInput,
33
+ EnableOrganizationsRootCredentialsManagementCommandOutput,
34
+ IAMClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class EnableOrganizationsRootCredentialsManagementCommand extends EnableOrganizationsRootCredentialsManagementCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: EnableOrganizationsRootCredentialsManagementResponse;
45
+ };
46
+ sdk: {
47
+ input: EnableOrganizationsRootCredentialsManagementCommandInput;
48
+ output: EnableOrganizationsRootCredentialsManagementCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import {
9
+ EnableOrganizationsRootSessionsRequest,
10
+ EnableOrganizationsRootSessionsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface EnableOrganizationsRootSessionsCommandInput
15
+ extends EnableOrganizationsRootSessionsRequest {}
16
+ export interface EnableOrganizationsRootSessionsCommandOutput
17
+ extends EnableOrganizationsRootSessionsResponse,
18
+ __MetadataBearer {}
19
+ declare const EnableOrganizationsRootSessionsCommand_base: {
20
+ new (
21
+ input: EnableOrganizationsRootSessionsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ EnableOrganizationsRootSessionsCommandInput,
24
+ EnableOrganizationsRootSessionsCommandOutput,
25
+ IAMClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [EnableOrganizationsRootSessionsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ EnableOrganizationsRootSessionsCommandInput,
33
+ EnableOrganizationsRootSessionsCommandOutput,
34
+ IAMClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class EnableOrganizationsRootSessionsCommand extends EnableOrganizationsRootSessionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: EnableOrganizationsRootSessionsResponse;
45
+ };
46
+ sdk: {
47
+ input: EnableOrganizationsRootSessionsCommandInput;
48
+ output: EnableOrganizationsRootSessionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -26,7 +26,7 @@ declare const GetLoginProfileCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetLoginProfileCommandInput
29
+ ...[input]: [] | [GetLoginProfileCommandInput]
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetLoginProfileCommandInput,
32
32
  GetLoginProfileCommandOutput,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import {
9
+ ListOrganizationsFeaturesRequest,
10
+ ListOrganizationsFeaturesResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListOrganizationsFeaturesCommandInput
15
+ extends ListOrganizationsFeaturesRequest {}
16
+ export interface ListOrganizationsFeaturesCommandOutput
17
+ extends ListOrganizationsFeaturesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListOrganizationsFeaturesCommand_base: {
20
+ new (
21
+ input: ListOrganizationsFeaturesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListOrganizationsFeaturesCommandInput,
24
+ ListOrganizationsFeaturesCommandOutput,
25
+ IAMClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListOrganizationsFeaturesCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListOrganizationsFeaturesCommandInput,
33
+ ListOrganizationsFeaturesCommandOutput,
34
+ IAMClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListOrganizationsFeaturesCommand extends ListOrganizationsFeaturesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: ListOrganizationsFeaturesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListOrganizationsFeaturesCommandInput;
48
+ output: ListOrganizationsFeaturesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import {
9
- SimulateCustomPolicyRequest,
10
- SimulatePolicyResponse,
11
- } from "../models/models_0";
8
+ import { SimulateCustomPolicyRequest } from "../models/models_0";
9
+ import { SimulatePolicyResponse } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface SimulateCustomPolicyCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SimulatePolicyResponse,
10
10
  SimulatePrincipalPolicyRequest,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface SimulatePrincipalPolicyCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagInstanceProfileRequest } from "../models/models_0";
8
+ import { TagInstanceProfileRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagInstanceProfileCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagMFADeviceRequest } from "../models/models_0";
8
+ import { TagMFADeviceRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagMFADeviceCommandInput extends TagMFADeviceRequest {}