@aws-sdk/client-sso-admin 3.54.1 → 3.55.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 (52) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/SSOAdminClient.js +13 -13
  3. package/dist-cjs/commands/AttachManagedPolicyToPermissionSetCommand.js +3 -3
  4. package/dist-cjs/commands/CreateAccountAssignmentCommand.js +3 -3
  5. package/dist-cjs/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +3 -3
  6. package/dist-cjs/commands/CreatePermissionSetCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteAccountAssignmentCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteInlinePolicyFromPermissionSetCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +3 -3
  10. package/dist-cjs/commands/DeletePermissionSetCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeAccountAssignmentCreationStatusCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeAccountAssignmentDeletionStatusCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +3 -3
  14. package/dist-cjs/commands/DescribePermissionSetCommand.js +3 -3
  15. package/dist-cjs/commands/DescribePermissionSetProvisioningStatusCommand.js +3 -3
  16. package/dist-cjs/commands/DetachManagedPolicyFromPermissionSetCommand.js +3 -3
  17. package/dist-cjs/commands/GetInlinePolicyForPermissionSetCommand.js +3 -3
  18. package/dist-cjs/commands/ListAccountAssignmentCreationStatusCommand.js +3 -3
  19. package/dist-cjs/commands/ListAccountAssignmentDeletionStatusCommand.js +3 -3
  20. package/dist-cjs/commands/ListAccountAssignmentsCommand.js +3 -3
  21. package/dist-cjs/commands/ListAccountsForProvisionedPermissionSetCommand.js +3 -3
  22. package/dist-cjs/commands/ListInstancesCommand.js +3 -3
  23. package/dist-cjs/commands/ListManagedPoliciesInPermissionSetCommand.js +3 -3
  24. package/dist-cjs/commands/ListPermissionSetProvisioningStatusCommand.js +3 -3
  25. package/dist-cjs/commands/ListPermissionSetsCommand.js +3 -3
  26. package/dist-cjs/commands/ListPermissionSetsProvisionedToAccountCommand.js +3 -3
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  28. package/dist-cjs/commands/ProvisionPermissionSetCommand.js +3 -3
  29. package/dist-cjs/commands/PutInlinePolicyToPermissionSetCommand.js +3 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  31. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  32. package/dist-cjs/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +3 -3
  33. package/dist-cjs/commands/UpdatePermissionSetCommand.js +3 -3
  34. package/dist-cjs/endpoints.js +1 -1
  35. package/dist-cjs/protocols/Aws_json1_1.js +99 -99
  36. package/dist-cjs/runtimeConfig.browser.js +4 -4
  37. package/dist-cjs/runtimeConfig.js +9 -9
  38. package/dist-cjs/runtimeConfig.native.js +1 -1
  39. package/dist-es/SSOAdmin.js +31 -31
  40. package/dist-es/pagination/ListAccountAssignmentCreationStatusPaginator.js +4 -4
  41. package/dist-es/pagination/ListAccountAssignmentDeletionStatusPaginator.js +4 -4
  42. package/dist-es/pagination/ListAccountAssignmentsPaginator.js +4 -4
  43. package/dist-es/pagination/ListAccountsForProvisionedPermissionSetPaginator.js +4 -4
  44. package/dist-es/pagination/ListInstancesPaginator.js +4 -4
  45. package/dist-es/pagination/ListManagedPoliciesInPermissionSetPaginator.js +4 -4
  46. package/dist-es/pagination/ListPermissionSetProvisioningStatusPaginator.js +4 -4
  47. package/dist-es/pagination/ListPermissionSetsPaginator.js +4 -4
  48. package/dist-es/pagination/ListPermissionSetsProvisionedToAccountPaginator.js +4 -4
  49. package/dist-es/pagination/ListTagsForResourcePaginator.js +4 -4
  50. package/dist-types/runtimeConfig.native.d.ts +2 -2
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  52. package/package.json +34 -34
@@ -367,7 +367,7 @@ const deserializeAws_json1_1AttachManagedPolicyToPermissionSetCommandError = asy
367
367
  $fault: "client",
368
368
  $metadata: deserializeMetadata(output),
369
369
  });
370
- throw smithy_client_1.decorateServiceException(response, parsedBody);
370
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
371
371
  }
372
372
  };
373
373
  const deserializeAws_json1_1CreateAccountAssignmentCommand = async (output, context) => {
@@ -421,7 +421,7 @@ const deserializeAws_json1_1CreateAccountAssignmentCommandError = async (output,
421
421
  $fault: "client",
422
422
  $metadata: deserializeMetadata(output),
423
423
  });
424
- throw smithy_client_1.decorateServiceException(response, parsedBody);
424
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
425
425
  }
426
426
  };
427
427
  const deserializeAws_json1_1CreateInstanceAccessControlAttributeConfigurationCommand = async (output, context) => {
@@ -472,7 +472,7 @@ const deserializeAws_json1_1CreateInstanceAccessControlAttributeConfigurationCom
472
472
  $fault: "client",
473
473
  $metadata: deserializeMetadata(output),
474
474
  });
475
- throw smithy_client_1.decorateServiceException(response, parsedBody);
475
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
476
476
  }
477
477
  };
478
478
  const deserializeAws_json1_1CreatePermissionSetCommand = async (output, context) => {
@@ -526,7 +526,7 @@ const deserializeAws_json1_1CreatePermissionSetCommandError = async (output, con
526
526
  $fault: "client",
527
527
  $metadata: deserializeMetadata(output),
528
528
  });
529
- throw smithy_client_1.decorateServiceException(response, parsedBody);
529
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
530
530
  }
531
531
  };
532
532
  const deserializeAws_json1_1DeleteAccountAssignmentCommand = async (output, context) => {
@@ -577,7 +577,7 @@ const deserializeAws_json1_1DeleteAccountAssignmentCommandError = async (output,
577
577
  $fault: "client",
578
578
  $metadata: deserializeMetadata(output),
579
579
  });
580
- throw smithy_client_1.decorateServiceException(response, parsedBody);
580
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
581
581
  }
582
582
  };
583
583
  const deserializeAws_json1_1DeleteInlinePolicyFromPermissionSetCommand = async (output, context) => {
@@ -628,7 +628,7 @@ const deserializeAws_json1_1DeleteInlinePolicyFromPermissionSetCommandError = as
628
628
  $fault: "client",
629
629
  $metadata: deserializeMetadata(output),
630
630
  });
631
- throw smithy_client_1.decorateServiceException(response, parsedBody);
631
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
632
632
  }
633
633
  };
634
634
  const deserializeAws_json1_1DeleteInstanceAccessControlAttributeConfigurationCommand = async (output, context) => {
@@ -679,7 +679,7 @@ const deserializeAws_json1_1DeleteInstanceAccessControlAttributeConfigurationCom
679
679
  $fault: "client",
680
680
  $metadata: deserializeMetadata(output),
681
681
  });
682
- throw smithy_client_1.decorateServiceException(response, parsedBody);
682
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
683
683
  }
684
684
  };
685
685
  const deserializeAws_json1_1DeletePermissionSetCommand = async (output, context) => {
@@ -730,7 +730,7 @@ const deserializeAws_json1_1DeletePermissionSetCommandError = async (output, con
730
730
  $fault: "client",
731
731
  $metadata: deserializeMetadata(output),
732
732
  });
733
- throw smithy_client_1.decorateServiceException(response, parsedBody);
733
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
734
734
  }
735
735
  };
736
736
  const deserializeAws_json1_1DescribeAccountAssignmentCreationStatusCommand = async (output, context) => {
@@ -778,7 +778,7 @@ const deserializeAws_json1_1DescribeAccountAssignmentCreationStatusCommandError
778
778
  $fault: "client",
779
779
  $metadata: deserializeMetadata(output),
780
780
  });
781
- throw smithy_client_1.decorateServiceException(response, parsedBody);
781
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
782
782
  }
783
783
  };
784
784
  const deserializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommand = async (output, context) => {
@@ -826,7 +826,7 @@ const deserializeAws_json1_1DescribeAccountAssignmentDeletionStatusCommandError
826
826
  $fault: "client",
827
827
  $metadata: deserializeMetadata(output),
828
828
  });
829
- throw smithy_client_1.decorateServiceException(response, parsedBody);
829
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
830
830
  }
831
831
  };
832
832
  const deserializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationCommand = async (output, context) => {
@@ -874,7 +874,7 @@ const deserializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationC
874
874
  $fault: "client",
875
875
  $metadata: deserializeMetadata(output),
876
876
  });
877
- throw smithy_client_1.decorateServiceException(response, parsedBody);
877
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
878
878
  }
879
879
  };
880
880
  const deserializeAws_json1_1DescribePermissionSetCommand = async (output, context) => {
@@ -922,7 +922,7 @@ const deserializeAws_json1_1DescribePermissionSetCommandError = async (output, c
922
922
  $fault: "client",
923
923
  $metadata: deserializeMetadata(output),
924
924
  });
925
- throw smithy_client_1.decorateServiceException(response, parsedBody);
925
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
926
926
  }
927
927
  };
928
928
  const deserializeAws_json1_1DescribePermissionSetProvisioningStatusCommand = async (output, context) => {
@@ -970,7 +970,7 @@ const deserializeAws_json1_1DescribePermissionSetProvisioningStatusCommandError
970
970
  $fault: "client",
971
971
  $metadata: deserializeMetadata(output),
972
972
  });
973
- throw smithy_client_1.decorateServiceException(response, parsedBody);
973
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
974
974
  }
975
975
  };
976
976
  const deserializeAws_json1_1DetachManagedPolicyFromPermissionSetCommand = async (output, context) => {
@@ -1021,7 +1021,7 @@ const deserializeAws_json1_1DetachManagedPolicyFromPermissionSetCommandError = a
1021
1021
  $fault: "client",
1022
1022
  $metadata: deserializeMetadata(output),
1023
1023
  });
1024
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1024
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1025
1025
  }
1026
1026
  };
1027
1027
  const deserializeAws_json1_1GetInlinePolicyForPermissionSetCommand = async (output, context) => {
@@ -1069,7 +1069,7 @@ const deserializeAws_json1_1GetInlinePolicyForPermissionSetCommandError = async
1069
1069
  $fault: "client",
1070
1070
  $metadata: deserializeMetadata(output),
1071
1071
  });
1072
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1072
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1073
1073
  }
1074
1074
  };
1075
1075
  const deserializeAws_json1_1ListAccountAssignmentCreationStatusCommand = async (output, context) => {
@@ -1117,7 +1117,7 @@ const deserializeAws_json1_1ListAccountAssignmentCreationStatusCommandError = as
1117
1117
  $fault: "client",
1118
1118
  $metadata: deserializeMetadata(output),
1119
1119
  });
1120
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1120
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1121
1121
  }
1122
1122
  };
1123
1123
  const deserializeAws_json1_1ListAccountAssignmentDeletionStatusCommand = async (output, context) => {
@@ -1165,7 +1165,7 @@ const deserializeAws_json1_1ListAccountAssignmentDeletionStatusCommandError = as
1165
1165
  $fault: "client",
1166
1166
  $metadata: deserializeMetadata(output),
1167
1167
  });
1168
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1168
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1169
1169
  }
1170
1170
  };
1171
1171
  const deserializeAws_json1_1ListAccountAssignmentsCommand = async (output, context) => {
@@ -1213,7 +1213,7 @@ const deserializeAws_json1_1ListAccountAssignmentsCommandError = async (output,
1213
1213
  $fault: "client",
1214
1214
  $metadata: deserializeMetadata(output),
1215
1215
  });
1216
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1216
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1217
1217
  }
1218
1218
  };
1219
1219
  const deserializeAws_json1_1ListAccountsForProvisionedPermissionSetCommand = async (output, context) => {
@@ -1261,7 +1261,7 @@ const deserializeAws_json1_1ListAccountsForProvisionedPermissionSetCommandError
1261
1261
  $fault: "client",
1262
1262
  $metadata: deserializeMetadata(output),
1263
1263
  });
1264
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1264
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1265
1265
  }
1266
1266
  };
1267
1267
  const deserializeAws_json1_1ListInstancesCommand = async (output, context) => {
@@ -1306,7 +1306,7 @@ const deserializeAws_json1_1ListInstancesCommandError = async (output, context)
1306
1306
  $fault: "client",
1307
1307
  $metadata: deserializeMetadata(output),
1308
1308
  });
1309
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1309
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1310
1310
  }
1311
1311
  };
1312
1312
  const deserializeAws_json1_1ListManagedPoliciesInPermissionSetCommand = async (output, context) => {
@@ -1354,7 +1354,7 @@ const deserializeAws_json1_1ListManagedPoliciesInPermissionSetCommandError = asy
1354
1354
  $fault: "client",
1355
1355
  $metadata: deserializeMetadata(output),
1356
1356
  });
1357
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1357
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1358
1358
  }
1359
1359
  };
1360
1360
  const deserializeAws_json1_1ListPermissionSetProvisioningStatusCommand = async (output, context) => {
@@ -1402,7 +1402,7 @@ const deserializeAws_json1_1ListPermissionSetProvisioningStatusCommandError = as
1402
1402
  $fault: "client",
1403
1403
  $metadata: deserializeMetadata(output),
1404
1404
  });
1405
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1405
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1406
1406
  }
1407
1407
  };
1408
1408
  const deserializeAws_json1_1ListPermissionSetsCommand = async (output, context) => {
@@ -1450,7 +1450,7 @@ const deserializeAws_json1_1ListPermissionSetsCommandError = async (output, cont
1450
1450
  $fault: "client",
1451
1451
  $metadata: deserializeMetadata(output),
1452
1452
  });
1453
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1453
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1454
1454
  }
1455
1455
  };
1456
1456
  const deserializeAws_json1_1ListPermissionSetsProvisionedToAccountCommand = async (output, context) => {
@@ -1498,7 +1498,7 @@ const deserializeAws_json1_1ListPermissionSetsProvisionedToAccountCommandError =
1498
1498
  $fault: "client",
1499
1499
  $metadata: deserializeMetadata(output),
1500
1500
  });
1501
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1501
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1502
1502
  }
1503
1503
  };
1504
1504
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -1546,7 +1546,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
1546
1546
  $fault: "client",
1547
1547
  $metadata: deserializeMetadata(output),
1548
1548
  });
1549
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1549
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1550
1550
  }
1551
1551
  };
1552
1552
  const deserializeAws_json1_1ProvisionPermissionSetCommand = async (output, context) => {
@@ -1597,7 +1597,7 @@ const deserializeAws_json1_1ProvisionPermissionSetCommandError = async (output,
1597
1597
  $fault: "client",
1598
1598
  $metadata: deserializeMetadata(output),
1599
1599
  });
1600
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1600
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1601
1601
  }
1602
1602
  };
1603
1603
  const deserializeAws_json1_1PutInlinePolicyToPermissionSetCommand = async (output, context) => {
@@ -1651,7 +1651,7 @@ const deserializeAws_json1_1PutInlinePolicyToPermissionSetCommandError = async (
1651
1651
  $fault: "client",
1652
1652
  $metadata: deserializeMetadata(output),
1653
1653
  });
1654
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1654
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1655
1655
  }
1656
1656
  };
1657
1657
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -1705,7 +1705,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
1705
1705
  $fault: "client",
1706
1706
  $metadata: deserializeMetadata(output),
1707
1707
  });
1708
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1708
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1709
1709
  }
1710
1710
  };
1711
1711
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -1756,7 +1756,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
1756
1756
  $fault: "client",
1757
1757
  $metadata: deserializeMetadata(output),
1758
1758
  });
1759
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1759
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1760
1760
  }
1761
1761
  };
1762
1762
  const deserializeAws_json1_1UpdateInstanceAccessControlAttributeConfigurationCommand = async (output, context) => {
@@ -1807,7 +1807,7 @@ const deserializeAws_json1_1UpdateInstanceAccessControlAttributeConfigurationCom
1807
1807
  $fault: "client",
1808
1808
  $metadata: deserializeMetadata(output),
1809
1809
  });
1810
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1810
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1811
1811
  }
1812
1812
  };
1813
1813
  const deserializeAws_json1_1UpdatePermissionSetCommand = async (output, context) => {
@@ -1858,7 +1858,7 @@ const deserializeAws_json1_1UpdatePermissionSetCommandError = async (output, con
1858
1858
  $fault: "client",
1859
1859
  $metadata: deserializeMetadata(output),
1860
1860
  });
1861
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1861
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1862
1862
  }
1863
1863
  };
1864
1864
  const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput, context) => {
@@ -1868,7 +1868,7 @@ const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput,
1868
1868
  $metadata: deserializeMetadata(parsedOutput),
1869
1869
  ...deserialized,
1870
1870
  });
1871
- return smithy_client_1.decorateServiceException(exception, body);
1871
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1872
1872
  };
1873
1873
  const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, context) => {
1874
1874
  const body = parsedOutput.body;
@@ -1877,7 +1877,7 @@ const deserializeAws_json1_1ConflictExceptionResponse = async (parsedOutput, con
1877
1877
  $metadata: deserializeMetadata(parsedOutput),
1878
1878
  ...deserialized,
1879
1879
  });
1880
- return smithy_client_1.decorateServiceException(exception, body);
1880
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1881
1881
  };
1882
1882
  const deserializeAws_json1_1InternalServerExceptionResponse = async (parsedOutput, context) => {
1883
1883
  const body = parsedOutput.body;
@@ -1886,7 +1886,7 @@ const deserializeAws_json1_1InternalServerExceptionResponse = async (parsedOutpu
1886
1886
  $metadata: deserializeMetadata(parsedOutput),
1887
1887
  ...deserialized,
1888
1888
  });
1889
- return smithy_client_1.decorateServiceException(exception, body);
1889
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1890
1890
  };
1891
1891
  const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
1892
1892
  const body = parsedOutput.body;
@@ -1895,7 +1895,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
1895
1895
  $metadata: deserializeMetadata(parsedOutput),
1896
1896
  ...deserialized,
1897
1897
  });
1898
- return smithy_client_1.decorateServiceException(exception, body);
1898
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1899
1899
  };
1900
1900
  const deserializeAws_json1_1ServiceQuotaExceededExceptionResponse = async (parsedOutput, context) => {
1901
1901
  const body = parsedOutput.body;
@@ -1904,7 +1904,7 @@ const deserializeAws_json1_1ServiceQuotaExceededExceptionResponse = async (parse
1904
1904
  $metadata: deserializeMetadata(parsedOutput),
1905
1905
  ...deserialized,
1906
1906
  });
1907
- return smithy_client_1.decorateServiceException(exception, body);
1907
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1908
1908
  };
1909
1909
  const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, context) => {
1910
1910
  const body = parsedOutput.body;
@@ -1913,7 +1913,7 @@ const deserializeAws_json1_1ThrottlingExceptionResponse = async (parsedOutput, c
1913
1913
  $metadata: deserializeMetadata(parsedOutput),
1914
1914
  ...deserialized,
1915
1915
  });
1916
- return smithy_client_1.decorateServiceException(exception, body);
1916
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1917
1917
  };
1918
1918
  const deserializeAws_json1_1ValidationExceptionResponse = async (parsedOutput, context) => {
1919
1919
  const body = parsedOutput.body;
@@ -1922,7 +1922,7 @@ const deserializeAws_json1_1ValidationExceptionResponse = async (parsedOutput, c
1922
1922
  $metadata: deserializeMetadata(parsedOutput),
1923
1923
  ...deserialized,
1924
1924
  });
1925
- return smithy_client_1.decorateServiceException(exception, body);
1925
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1926
1926
  };
1927
1927
  const serializeAws_json1_1AccessControlAttribute = (input, context) => {
1928
1928
  return {
@@ -2264,7 +2264,7 @@ const serializeAws_json1_1UpdatePermissionSetRequest = (input, context) => {
2264
2264
  };
2265
2265
  const deserializeAws_json1_1AccessControlAttribute = (output, context) => {
2266
2266
  return {
2267
- Key: smithy_client_1.expectString(output.Key),
2267
+ Key: (0, smithy_client_1.expectString)(output.Key),
2268
2268
  Value: output.Value !== undefined && output.Value !== null
2269
2269
  ? deserializeAws_json1_1AccessControlAttributeValue(output.Value, context)
2270
2270
  : undefined,
@@ -2295,21 +2295,21 @@ const deserializeAws_json1_1AccessControlAttributeValueSourceList = (output, con
2295
2295
  if (entry === null) {
2296
2296
  return null;
2297
2297
  }
2298
- return smithy_client_1.expectString(entry);
2298
+ return (0, smithy_client_1.expectString)(entry);
2299
2299
  });
2300
2300
  return retVal;
2301
2301
  };
2302
2302
  const deserializeAws_json1_1AccessDeniedException = (output, context) => {
2303
2303
  return {
2304
- Message: smithy_client_1.expectString(output.Message),
2304
+ Message: (0, smithy_client_1.expectString)(output.Message),
2305
2305
  };
2306
2306
  };
2307
2307
  const deserializeAws_json1_1AccountAssignment = (output, context) => {
2308
2308
  return {
2309
- AccountId: smithy_client_1.expectString(output.AccountId),
2310
- PermissionSetArn: smithy_client_1.expectString(output.PermissionSetArn),
2311
- PrincipalId: smithy_client_1.expectString(output.PrincipalId),
2312
- PrincipalType: smithy_client_1.expectString(output.PrincipalType),
2309
+ AccountId: (0, smithy_client_1.expectString)(output.AccountId),
2310
+ PermissionSetArn: (0, smithy_client_1.expectString)(output.PermissionSetArn),
2311
+ PrincipalId: (0, smithy_client_1.expectString)(output.PrincipalId),
2312
+ PrincipalType: (0, smithy_client_1.expectString)(output.PrincipalType),
2313
2313
  };
2314
2314
  };
2315
2315
  const deserializeAws_json1_1AccountAssignmentList = (output, context) => {
@@ -2326,16 +2326,16 @@ const deserializeAws_json1_1AccountAssignmentList = (output, context) => {
2326
2326
  const deserializeAws_json1_1AccountAssignmentOperationStatus = (output, context) => {
2327
2327
  return {
2328
2328
  CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
2329
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedDate)))
2329
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedDate)))
2330
2330
  : undefined,
2331
- FailureReason: smithy_client_1.expectString(output.FailureReason),
2332
- PermissionSetArn: smithy_client_1.expectString(output.PermissionSetArn),
2333
- PrincipalId: smithy_client_1.expectString(output.PrincipalId),
2334
- PrincipalType: smithy_client_1.expectString(output.PrincipalType),
2335
- RequestId: smithy_client_1.expectString(output.RequestId),
2336
- Status: smithy_client_1.expectString(output.Status),
2337
- TargetId: smithy_client_1.expectString(output.TargetId),
2338
- TargetType: smithy_client_1.expectString(output.TargetType),
2331
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
2332
+ PermissionSetArn: (0, smithy_client_1.expectString)(output.PermissionSetArn),
2333
+ PrincipalId: (0, smithy_client_1.expectString)(output.PrincipalId),
2334
+ PrincipalType: (0, smithy_client_1.expectString)(output.PrincipalType),
2335
+ RequestId: (0, smithy_client_1.expectString)(output.RequestId),
2336
+ Status: (0, smithy_client_1.expectString)(output.Status),
2337
+ TargetId: (0, smithy_client_1.expectString)(output.TargetId),
2338
+ TargetType: (0, smithy_client_1.expectString)(output.TargetType),
2339
2339
  };
2340
2340
  };
2341
2341
  const deserializeAws_json1_1AccountAssignmentOperationStatusList = (output, context) => {
@@ -2352,10 +2352,10 @@ const deserializeAws_json1_1AccountAssignmentOperationStatusList = (output, cont
2352
2352
  const deserializeAws_json1_1AccountAssignmentOperationStatusMetadata = (output, context) => {
2353
2353
  return {
2354
2354
  CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
2355
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedDate)))
2355
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedDate)))
2356
2356
  : undefined,
2357
- RequestId: smithy_client_1.expectString(output.RequestId),
2358
- Status: smithy_client_1.expectString(output.Status),
2357
+ RequestId: (0, smithy_client_1.expectString)(output.RequestId),
2358
+ Status: (0, smithy_client_1.expectString)(output.Status),
2359
2359
  };
2360
2360
  };
2361
2361
  const deserializeAws_json1_1AccountList = (output, context) => {
@@ -2365,14 +2365,14 @@ const deserializeAws_json1_1AccountList = (output, context) => {
2365
2365
  if (entry === null) {
2366
2366
  return null;
2367
2367
  }
2368
- return smithy_client_1.expectString(entry);
2368
+ return (0, smithy_client_1.expectString)(entry);
2369
2369
  });
2370
2370
  return retVal;
2371
2371
  };
2372
2372
  const deserializeAws_json1_1AttachedManagedPolicy = (output, context) => {
2373
2373
  return {
2374
- Arn: smithy_client_1.expectString(output.Arn),
2375
- Name: smithy_client_1.expectString(output.Name),
2374
+ Arn: (0, smithy_client_1.expectString)(output.Arn),
2375
+ Name: (0, smithy_client_1.expectString)(output.Name),
2376
2376
  };
2377
2377
  };
2378
2378
  const deserializeAws_json1_1AttachedManagedPolicyList = (output, context) => {
@@ -2391,7 +2391,7 @@ const deserializeAws_json1_1AttachManagedPolicyToPermissionSetResponse = (output
2391
2391
  };
2392
2392
  const deserializeAws_json1_1ConflictException = (output, context) => {
2393
2393
  return {
2394
- Message: smithy_client_1.expectString(output.Message),
2394
+ Message: (0, smithy_client_1.expectString)(output.Message),
2395
2395
  };
2396
2396
  };
2397
2397
  const deserializeAws_json1_1CreateAccountAssignmentResponse = (output, context) => {
@@ -2447,8 +2447,8 @@ const deserializeAws_json1_1DescribeInstanceAccessControlAttributeConfigurationR
2447
2447
  output.InstanceAccessControlAttributeConfiguration !== null
2448
2448
  ? deserializeAws_json1_1InstanceAccessControlAttributeConfiguration(output.InstanceAccessControlAttributeConfiguration, context)
2449
2449
  : undefined,
2450
- Status: smithy_client_1.expectString(output.Status),
2451
- StatusReason: smithy_client_1.expectString(output.StatusReason),
2450
+ Status: (0, smithy_client_1.expectString)(output.Status),
2451
+ StatusReason: (0, smithy_client_1.expectString)(output.StatusReason),
2452
2452
  };
2453
2453
  };
2454
2454
  const deserializeAws_json1_1DescribePermissionSetProvisioningStatusResponse = (output, context) => {
@@ -2470,7 +2470,7 @@ const deserializeAws_json1_1DetachManagedPolicyFromPermissionSetResponse = (outp
2470
2470
  };
2471
2471
  const deserializeAws_json1_1GetInlinePolicyForPermissionSetResponse = (output, context) => {
2472
2472
  return {
2473
- InlinePolicy: smithy_client_1.expectString(output.InlinePolicy),
2473
+ InlinePolicy: (0, smithy_client_1.expectString)(output.InlinePolicy),
2474
2474
  };
2475
2475
  };
2476
2476
  const deserializeAws_json1_1InstanceAccessControlAttributeConfiguration = (output, context) => {
@@ -2493,13 +2493,13 @@ const deserializeAws_json1_1InstanceList = (output, context) => {
2493
2493
  };
2494
2494
  const deserializeAws_json1_1InstanceMetadata = (output, context) => {
2495
2495
  return {
2496
- IdentityStoreId: smithy_client_1.expectString(output.IdentityStoreId),
2497
- InstanceArn: smithy_client_1.expectString(output.InstanceArn),
2496
+ IdentityStoreId: (0, smithy_client_1.expectString)(output.IdentityStoreId),
2497
+ InstanceArn: (0, smithy_client_1.expectString)(output.InstanceArn),
2498
2498
  };
2499
2499
  };
2500
2500
  const deserializeAws_json1_1InternalServerException = (output, context) => {
2501
2501
  return {
2502
- Message: smithy_client_1.expectString(output.Message),
2502
+ Message: (0, smithy_client_1.expectString)(output.Message),
2503
2503
  };
2504
2504
  };
2505
2505
  const deserializeAws_json1_1ListAccountAssignmentCreationStatusResponse = (output, context) => {
@@ -2507,7 +2507,7 @@ const deserializeAws_json1_1ListAccountAssignmentCreationStatusResponse = (outpu
2507
2507
  AccountAssignmentsCreationStatus: output.AccountAssignmentsCreationStatus !== undefined && output.AccountAssignmentsCreationStatus !== null
2508
2508
  ? deserializeAws_json1_1AccountAssignmentOperationStatusList(output.AccountAssignmentsCreationStatus, context)
2509
2509
  : undefined,
2510
- NextToken: smithy_client_1.expectString(output.NextToken),
2510
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2511
2511
  };
2512
2512
  };
2513
2513
  const deserializeAws_json1_1ListAccountAssignmentDeletionStatusResponse = (output, context) => {
@@ -2515,7 +2515,7 @@ const deserializeAws_json1_1ListAccountAssignmentDeletionStatusResponse = (outpu
2515
2515
  AccountAssignmentsDeletionStatus: output.AccountAssignmentsDeletionStatus !== undefined && output.AccountAssignmentsDeletionStatus !== null
2516
2516
  ? deserializeAws_json1_1AccountAssignmentOperationStatusList(output.AccountAssignmentsDeletionStatus, context)
2517
2517
  : undefined,
2518
- NextToken: smithy_client_1.expectString(output.NextToken),
2518
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2519
2519
  };
2520
2520
  };
2521
2521
  const deserializeAws_json1_1ListAccountAssignmentsResponse = (output, context) => {
@@ -2523,7 +2523,7 @@ const deserializeAws_json1_1ListAccountAssignmentsResponse = (output, context) =
2523
2523
  AccountAssignments: output.AccountAssignments !== undefined && output.AccountAssignments !== null
2524
2524
  ? deserializeAws_json1_1AccountAssignmentList(output.AccountAssignments, context)
2525
2525
  : undefined,
2526
- NextToken: smithy_client_1.expectString(output.NextToken),
2526
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2527
2527
  };
2528
2528
  };
2529
2529
  const deserializeAws_json1_1ListAccountsForProvisionedPermissionSetResponse = (output, context) => {
@@ -2531,7 +2531,7 @@ const deserializeAws_json1_1ListAccountsForProvisionedPermissionSetResponse = (o
2531
2531
  AccountIds: output.AccountIds !== undefined && output.AccountIds !== null
2532
2532
  ? deserializeAws_json1_1AccountList(output.AccountIds, context)
2533
2533
  : undefined,
2534
- NextToken: smithy_client_1.expectString(output.NextToken),
2534
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2535
2535
  };
2536
2536
  };
2537
2537
  const deserializeAws_json1_1ListInstancesResponse = (output, context) => {
@@ -2539,7 +2539,7 @@ const deserializeAws_json1_1ListInstancesResponse = (output, context) => {
2539
2539
  Instances: output.Instances !== undefined && output.Instances !== null
2540
2540
  ? deserializeAws_json1_1InstanceList(output.Instances, context)
2541
2541
  : undefined,
2542
- NextToken: smithy_client_1.expectString(output.NextToken),
2542
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2543
2543
  };
2544
2544
  };
2545
2545
  const deserializeAws_json1_1ListManagedPoliciesInPermissionSetResponse = (output, context) => {
@@ -2547,12 +2547,12 @@ const deserializeAws_json1_1ListManagedPoliciesInPermissionSetResponse = (output
2547
2547
  AttachedManagedPolicies: output.AttachedManagedPolicies !== undefined && output.AttachedManagedPolicies !== null
2548
2548
  ? deserializeAws_json1_1AttachedManagedPolicyList(output.AttachedManagedPolicies, context)
2549
2549
  : undefined,
2550
- NextToken: smithy_client_1.expectString(output.NextToken),
2550
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2551
2551
  };
2552
2552
  };
2553
2553
  const deserializeAws_json1_1ListPermissionSetProvisioningStatusResponse = (output, context) => {
2554
2554
  return {
2555
- NextToken: smithy_client_1.expectString(output.NextToken),
2555
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2556
2556
  PermissionSetsProvisioningStatus: output.PermissionSetsProvisioningStatus !== undefined && output.PermissionSetsProvisioningStatus !== null
2557
2557
  ? deserializeAws_json1_1PermissionSetProvisioningStatusList(output.PermissionSetsProvisioningStatus, context)
2558
2558
  : undefined,
@@ -2560,7 +2560,7 @@ const deserializeAws_json1_1ListPermissionSetProvisioningStatusResponse = (outpu
2560
2560
  };
2561
2561
  const deserializeAws_json1_1ListPermissionSetsProvisionedToAccountResponse = (output, context) => {
2562
2562
  return {
2563
- NextToken: smithy_client_1.expectString(output.NextToken),
2563
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2564
2564
  PermissionSets: output.PermissionSets !== undefined && output.PermissionSets !== null
2565
2565
  ? deserializeAws_json1_1PermissionSetList(output.PermissionSets, context)
2566
2566
  : undefined,
@@ -2568,7 +2568,7 @@ const deserializeAws_json1_1ListPermissionSetsProvisionedToAccountResponse = (ou
2568
2568
  };
2569
2569
  const deserializeAws_json1_1ListPermissionSetsResponse = (output, context) => {
2570
2570
  return {
2571
- NextToken: smithy_client_1.expectString(output.NextToken),
2571
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2572
2572
  PermissionSets: output.PermissionSets !== undefined && output.PermissionSets !== null
2573
2573
  ? deserializeAws_json1_1PermissionSetList(output.PermissionSets, context)
2574
2574
  : undefined,
@@ -2576,7 +2576,7 @@ const deserializeAws_json1_1ListPermissionSetsResponse = (output, context) => {
2576
2576
  };
2577
2577
  const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
2578
2578
  return {
2579
- NextToken: smithy_client_1.expectString(output.NextToken),
2579
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2580
2580
  Tags: output.Tags !== undefined && output.Tags !== null
2581
2581
  ? deserializeAws_json1_1TagList(output.Tags, context)
2582
2582
  : undefined,
@@ -2585,13 +2585,13 @@ const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => {
2585
2585
  const deserializeAws_json1_1PermissionSet = (output, context) => {
2586
2586
  return {
2587
2587
  CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
2588
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedDate)))
2588
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedDate)))
2589
2589
  : undefined,
2590
- Description: smithy_client_1.expectString(output.Description),
2591
- Name: smithy_client_1.expectString(output.Name),
2592
- PermissionSetArn: smithy_client_1.expectString(output.PermissionSetArn),
2593
- RelayState: smithy_client_1.expectString(output.RelayState),
2594
- SessionDuration: smithy_client_1.expectString(output.SessionDuration),
2590
+ Description: (0, smithy_client_1.expectString)(output.Description),
2591
+ Name: (0, smithy_client_1.expectString)(output.Name),
2592
+ PermissionSetArn: (0, smithy_client_1.expectString)(output.PermissionSetArn),
2593
+ RelayState: (0, smithy_client_1.expectString)(output.RelayState),
2594
+ SessionDuration: (0, smithy_client_1.expectString)(output.SessionDuration),
2595
2595
  };
2596
2596
  };
2597
2597
  const deserializeAws_json1_1PermissionSetList = (output, context) => {
@@ -2601,20 +2601,20 @@ const deserializeAws_json1_1PermissionSetList = (output, context) => {
2601
2601
  if (entry === null) {
2602
2602
  return null;
2603
2603
  }
2604
- return smithy_client_1.expectString(entry);
2604
+ return (0, smithy_client_1.expectString)(entry);
2605
2605
  });
2606
2606
  return retVal;
2607
2607
  };
2608
2608
  const deserializeAws_json1_1PermissionSetProvisioningStatus = (output, context) => {
2609
2609
  return {
2610
- AccountId: smithy_client_1.expectString(output.AccountId),
2610
+ AccountId: (0, smithy_client_1.expectString)(output.AccountId),
2611
2611
  CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
2612
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedDate)))
2612
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedDate)))
2613
2613
  : undefined,
2614
- FailureReason: smithy_client_1.expectString(output.FailureReason),
2615
- PermissionSetArn: smithy_client_1.expectString(output.PermissionSetArn),
2616
- RequestId: smithy_client_1.expectString(output.RequestId),
2617
- Status: smithy_client_1.expectString(output.Status),
2614
+ FailureReason: (0, smithy_client_1.expectString)(output.FailureReason),
2615
+ PermissionSetArn: (0, smithy_client_1.expectString)(output.PermissionSetArn),
2616
+ RequestId: (0, smithy_client_1.expectString)(output.RequestId),
2617
+ Status: (0, smithy_client_1.expectString)(output.Status),
2618
2618
  };
2619
2619
  };
2620
2620
  const deserializeAws_json1_1PermissionSetProvisioningStatusList = (output, context) => {
@@ -2631,10 +2631,10 @@ const deserializeAws_json1_1PermissionSetProvisioningStatusList = (output, conte
2631
2631
  const deserializeAws_json1_1PermissionSetProvisioningStatusMetadata = (output, context) => {
2632
2632
  return {
2633
2633
  CreatedDate: output.CreatedDate !== undefined && output.CreatedDate !== null
2634
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedDate)))
2634
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedDate)))
2635
2635
  : undefined,
2636
- RequestId: smithy_client_1.expectString(output.RequestId),
2637
- Status: smithy_client_1.expectString(output.Status),
2636
+ RequestId: (0, smithy_client_1.expectString)(output.RequestId),
2637
+ Status: (0, smithy_client_1.expectString)(output.Status),
2638
2638
  };
2639
2639
  };
2640
2640
  const deserializeAws_json1_1ProvisionPermissionSetResponse = (output, context) => {
@@ -2649,18 +2649,18 @@ const deserializeAws_json1_1PutInlinePolicyToPermissionSetResponse = (output, co
2649
2649
  };
2650
2650
  const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
2651
2651
  return {
2652
- Message: smithy_client_1.expectString(output.Message),
2652
+ Message: (0, smithy_client_1.expectString)(output.Message),
2653
2653
  };
2654
2654
  };
2655
2655
  const deserializeAws_json1_1ServiceQuotaExceededException = (output, context) => {
2656
2656
  return {
2657
- Message: smithy_client_1.expectString(output.Message),
2657
+ Message: (0, smithy_client_1.expectString)(output.Message),
2658
2658
  };
2659
2659
  };
2660
2660
  const deserializeAws_json1_1Tag = (output, context) => {
2661
2661
  return {
2662
- Key: smithy_client_1.expectString(output.Key),
2663
- Value: smithy_client_1.expectString(output.Value),
2662
+ Key: (0, smithy_client_1.expectString)(output.Key),
2663
+ Value: (0, smithy_client_1.expectString)(output.Value),
2664
2664
  };
2665
2665
  };
2666
2666
  const deserializeAws_json1_1TagList = (output, context) => {
@@ -2679,7 +2679,7 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
2679
2679
  };
2680
2680
  const deserializeAws_json1_1ThrottlingException = (output, context) => {
2681
2681
  return {
2682
- Message: smithy_client_1.expectString(output.Message),
2682
+ Message: (0, smithy_client_1.expectString)(output.Message),
2683
2683
  };
2684
2684
  };
2685
2685
  const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
@@ -2693,7 +2693,7 @@ const deserializeAws_json1_1UpdatePermissionSetResponse = (output, context) => {
2693
2693
  };
2694
2694
  const deserializeAws_json1_1ValidationException = (output, context) => {
2695
2695
  return {
2696
- Message: smithy_client_1.expectString(output.Message),
2696
+ Message: (0, smithy_client_1.expectString)(output.Message),
2697
2697
  };
2698
2698
  };
2699
2699
  const deserializeMetadata = (output) => {