@aws-sdk/client-cognito-identity-provider 3.927.0 → 3.928.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 (146) hide show
  1. package/dist-cjs/index.js +4672 -5155
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CognitoIdentityProviderClient.js +2 -0
  4. package/dist-es/commands/AddCustomAttributesCommand.js +3 -9
  5. package/dist-es/commands/AdminAddUserToGroupCommand.js +3 -10
  6. package/dist-es/commands/AdminConfirmSignUpCommand.js +3 -10
  7. package/dist-es/commands/AdminCreateUserCommand.js +3 -10
  8. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +3 -10
  9. package/dist-es/commands/AdminDeleteUserCommand.js +3 -10
  10. package/dist-es/commands/AdminDisableProviderForUserCommand.js +3 -9
  11. package/dist-es/commands/AdminDisableUserCommand.js +3 -10
  12. package/dist-es/commands/AdminEnableUserCommand.js +3 -10
  13. package/dist-es/commands/AdminForgetDeviceCommand.js +3 -10
  14. package/dist-es/commands/AdminGetDeviceCommand.js +3 -10
  15. package/dist-es/commands/AdminGetUserCommand.js +3 -10
  16. package/dist-es/commands/AdminInitiateAuthCommand.js +3 -10
  17. package/dist-es/commands/AdminLinkProviderForUserCommand.js +3 -9
  18. package/dist-es/commands/AdminListDevicesCommand.js +3 -10
  19. package/dist-es/commands/AdminListGroupsForUserCommand.js +3 -10
  20. package/dist-es/commands/AdminListUserAuthEventsCommand.js +3 -10
  21. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +3 -10
  22. package/dist-es/commands/AdminResetUserPasswordCommand.js +3 -10
  23. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +3 -10
  24. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +3 -10
  25. package/dist-es/commands/AdminSetUserPasswordCommand.js +3 -10
  26. package/dist-es/commands/AdminSetUserSettingsCommand.js +3 -10
  27. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +3 -10
  28. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +3 -10
  29. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +3 -10
  30. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +3 -10
  31. package/dist-es/commands/AssociateSoftwareTokenCommand.js +3 -10
  32. package/dist-es/commands/ChangePasswordCommand.js +3 -10
  33. package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +3 -10
  34. package/dist-es/commands/ConfirmDeviceCommand.js +3 -10
  35. package/dist-es/commands/ConfirmForgotPasswordCommand.js +3 -10
  36. package/dist-es/commands/ConfirmSignUpCommand.js +3 -10
  37. package/dist-es/commands/CreateGroupCommand.js +3 -9
  38. package/dist-es/commands/CreateIdentityProviderCommand.js +3 -9
  39. package/dist-es/commands/CreateManagedLoginBrandingCommand.js +3 -10
  40. package/dist-es/commands/CreateResourceServerCommand.js +3 -9
  41. package/dist-es/commands/CreateTermsCommand.js +3 -10
  42. package/dist-es/commands/CreateUserImportJobCommand.js +3 -9
  43. package/dist-es/commands/CreateUserPoolClientCommand.js +3 -10
  44. package/dist-es/commands/CreateUserPoolCommand.js +3 -9
  45. package/dist-es/commands/CreateUserPoolDomainCommand.js +3 -9
  46. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  47. package/dist-es/commands/DeleteIdentityProviderCommand.js +3 -9
  48. package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +3 -9
  49. package/dist-es/commands/DeleteResourceServerCommand.js +3 -9
  50. package/dist-es/commands/DeleteTermsCommand.js +3 -9
  51. package/dist-es/commands/DeleteUserAttributesCommand.js +3 -10
  52. package/dist-es/commands/DeleteUserCommand.js +3 -10
  53. package/dist-es/commands/DeleteUserPoolClientCommand.js +3 -10
  54. package/dist-es/commands/DeleteUserPoolCommand.js +3 -9
  55. package/dist-es/commands/DeleteUserPoolDomainCommand.js +3 -9
  56. package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +3 -10
  57. package/dist-es/commands/DescribeIdentityProviderCommand.js +3 -9
  58. package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +3 -10
  59. package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +3 -9
  60. package/dist-es/commands/DescribeResourceServerCommand.js +3 -9
  61. package/dist-es/commands/DescribeRiskConfigurationCommand.js +3 -10
  62. package/dist-es/commands/DescribeTermsCommand.js +3 -10
  63. package/dist-es/commands/DescribeUserImportJobCommand.js +3 -9
  64. package/dist-es/commands/DescribeUserPoolClientCommand.js +3 -10
  65. package/dist-es/commands/DescribeUserPoolCommand.js +3 -9
  66. package/dist-es/commands/DescribeUserPoolDomainCommand.js +3 -9
  67. package/dist-es/commands/ForgetDeviceCommand.js +3 -10
  68. package/dist-es/commands/ForgotPasswordCommand.js +3 -10
  69. package/dist-es/commands/GetCSVHeaderCommand.js +3 -9
  70. package/dist-es/commands/GetDeviceCommand.js +3 -10
  71. package/dist-es/commands/GetGroupCommand.js +3 -9
  72. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +3 -9
  73. package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +3 -9
  74. package/dist-es/commands/GetSigningCertificateCommand.js +3 -9
  75. package/dist-es/commands/GetTokensFromRefreshTokenCommand.js +3 -11
  76. package/dist-es/commands/GetUICustomizationCommand.js +3 -10
  77. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +3 -10
  78. package/dist-es/commands/GetUserAuthFactorsCommand.js +3 -10
  79. package/dist-es/commands/GetUserCommand.js +3 -10
  80. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +3 -9
  81. package/dist-es/commands/GlobalSignOutCommand.js +3 -10
  82. package/dist-es/commands/InitiateAuthCommand.js +3 -10
  83. package/dist-es/commands/ListDevicesCommand.js +3 -10
  84. package/dist-es/commands/ListGroupsCommand.js +3 -9
  85. package/dist-es/commands/ListIdentityProvidersCommand.js +3 -9
  86. package/dist-es/commands/ListResourceServersCommand.js +3 -9
  87. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  88. package/dist-es/commands/ListTermsCommand.js +3 -9
  89. package/dist-es/commands/ListUserImportJobsCommand.js +3 -9
  90. package/dist-es/commands/ListUserPoolClientsCommand.js +3 -10
  91. package/dist-es/commands/ListUserPoolsCommand.js +3 -9
  92. package/dist-es/commands/ListUsersCommand.js +3 -10
  93. package/dist-es/commands/ListUsersInGroupCommand.js +3 -10
  94. package/dist-es/commands/ListWebAuthnCredentialsCommand.js +3 -10
  95. package/dist-es/commands/ResendConfirmationCodeCommand.js +3 -10
  96. package/dist-es/commands/RespondToAuthChallengeCommand.js +3 -10
  97. package/dist-es/commands/RevokeTokenCommand.js +3 -10
  98. package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +3 -9
  99. package/dist-es/commands/SetRiskConfigurationCommand.js +3 -10
  100. package/dist-es/commands/SetUICustomizationCommand.js +3 -10
  101. package/dist-es/commands/SetUserMFAPreferenceCommand.js +3 -10
  102. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +3 -9
  103. package/dist-es/commands/SetUserSettingsCommand.js +3 -10
  104. package/dist-es/commands/SignUpCommand.js +3 -10
  105. package/dist-es/commands/StartUserImportJobCommand.js +3 -9
  106. package/dist-es/commands/StartWebAuthnRegistrationCommand.js +3 -10
  107. package/dist-es/commands/StopUserImportJobCommand.js +3 -9
  108. package/dist-es/commands/TagResourceCommand.js +3 -9
  109. package/dist-es/commands/UntagResourceCommand.js +3 -9
  110. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +3 -10
  111. package/dist-es/commands/UpdateDeviceStatusCommand.js +3 -10
  112. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  113. package/dist-es/commands/UpdateIdentityProviderCommand.js +3 -9
  114. package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +3 -9
  115. package/dist-es/commands/UpdateResourceServerCommand.js +3 -9
  116. package/dist-es/commands/UpdateTermsCommand.js +3 -10
  117. package/dist-es/commands/UpdateUserAttributesCommand.js +3 -10
  118. package/dist-es/commands/UpdateUserPoolClientCommand.js +3 -10
  119. package/dist-es/commands/UpdateUserPoolCommand.js +3 -9
  120. package/dist-es/commands/UpdateUserPoolDomainCommand.js +3 -9
  121. package/dist-es/commands/VerifySoftwareTokenCommand.js +3 -10
  122. package/dist-es/commands/VerifyUserAttributeCommand.js +3 -10
  123. package/dist-es/models/models_0.js +0 -306
  124. package/dist-es/models/models_1.js +0 -205
  125. package/dist-es/runtimeConfig.shared.js +7 -0
  126. package/dist-es/schemas/schemas_0.js +4298 -0
  127. package/dist-types/CognitoIdentityProviderClient.d.ts +10 -1
  128. package/dist-types/models/models_0.d.ts +0 -260
  129. package/dist-types/models/models_1.d.ts +0 -164
  130. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  131. package/dist-types/runtimeConfig.d.ts +1 -0
  132. package/dist-types/runtimeConfig.native.d.ts +1 -0
  133. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  134. package/dist-types/schemas/schemas_0.d.ts +549 -0
  135. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +4 -0
  136. package/dist-types/ts3.4/models/models_0.d.ts +0 -189
  137. package/dist-types/ts3.4/models/models_1.d.ts +0 -123
  138. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  139. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  140. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  141. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  142. package/dist-types/ts3.4/schemas/schemas_0.d.ts +556 -0
  143. package/package.json +5 -5
  144. package/dist-es/protocols/Aws_json1_1.js +0 -3548
  145. package/dist-types/protocols/Aws_json1_1.d.ts +0 -1073
  146. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1433
@@ -1788,192 +1788,3 @@ export interface GetTokensFromRefreshTokenRequest {
1788
1788
  DeviceKey?: string | undefined;
1789
1789
  ClientMetadata?: Record<string, string> | undefined;
1790
1790
  }
1791
- export declare const AdminAddUserToGroupRequestFilterSensitiveLog: (
1792
- obj: AdminAddUserToGroupRequest
1793
- ) => any;
1794
- export declare const AdminConfirmSignUpRequestFilterSensitiveLog: (
1795
- obj: AdminConfirmSignUpRequest
1796
- ) => any;
1797
- export declare const AttributeTypeFilterSensitiveLog: (
1798
- obj: AttributeType
1799
- ) => any;
1800
- export declare const AdminCreateUserRequestFilterSensitiveLog: (
1801
- obj: AdminCreateUserRequest
1802
- ) => any;
1803
- export declare const UserTypeFilterSensitiveLog: (obj: UserType) => any;
1804
- export declare const AdminCreateUserResponseFilterSensitiveLog: (
1805
- obj: AdminCreateUserResponse
1806
- ) => any;
1807
- export declare const AdminDeleteUserRequestFilterSensitiveLog: (
1808
- obj: AdminDeleteUserRequest
1809
- ) => any;
1810
- export declare const AdminDeleteUserAttributesRequestFilterSensitiveLog: (
1811
- obj: AdminDeleteUserAttributesRequest
1812
- ) => any;
1813
- export declare const AdminDisableUserRequestFilterSensitiveLog: (
1814
- obj: AdminDisableUserRequest
1815
- ) => any;
1816
- export declare const AdminEnableUserRequestFilterSensitiveLog: (
1817
- obj: AdminEnableUserRequest
1818
- ) => any;
1819
- export declare const AdminForgetDeviceRequestFilterSensitiveLog: (
1820
- obj: AdminForgetDeviceRequest
1821
- ) => any;
1822
- export declare const AdminGetDeviceRequestFilterSensitiveLog: (
1823
- obj: AdminGetDeviceRequest
1824
- ) => any;
1825
- export declare const DeviceTypeFilterSensitiveLog: (obj: DeviceType) => any;
1826
- export declare const AdminGetDeviceResponseFilterSensitiveLog: (
1827
- obj: AdminGetDeviceResponse
1828
- ) => any;
1829
- export declare const AdminGetUserRequestFilterSensitiveLog: (
1830
- obj: AdminGetUserRequest
1831
- ) => any;
1832
- export declare const AdminGetUserResponseFilterSensitiveLog: (
1833
- obj: AdminGetUserResponse
1834
- ) => any;
1835
- export declare const AdminInitiateAuthRequestFilterSensitiveLog: (
1836
- obj: AdminInitiateAuthRequest
1837
- ) => any;
1838
- export declare const AuthenticationResultTypeFilterSensitiveLog: (
1839
- obj: AuthenticationResultType
1840
- ) => any;
1841
- export declare const AdminInitiateAuthResponseFilterSensitiveLog: (
1842
- obj: AdminInitiateAuthResponse
1843
- ) => any;
1844
- export declare const AdminListDevicesRequestFilterSensitiveLog: (
1845
- obj: AdminListDevicesRequest
1846
- ) => any;
1847
- export declare const AdminListDevicesResponseFilterSensitiveLog: (
1848
- obj: AdminListDevicesResponse
1849
- ) => any;
1850
- export declare const AdminListGroupsForUserRequestFilterSensitiveLog: (
1851
- obj: AdminListGroupsForUserRequest
1852
- ) => any;
1853
- export declare const AdminListUserAuthEventsRequestFilterSensitiveLog: (
1854
- obj: AdminListUserAuthEventsRequest
1855
- ) => any;
1856
- export declare const AdminRemoveUserFromGroupRequestFilterSensitiveLog: (
1857
- obj: AdminRemoveUserFromGroupRequest
1858
- ) => any;
1859
- export declare const AdminResetUserPasswordRequestFilterSensitiveLog: (
1860
- obj: AdminResetUserPasswordRequest
1861
- ) => any;
1862
- export declare const AdminRespondToAuthChallengeRequestFilterSensitiveLog: (
1863
- obj: AdminRespondToAuthChallengeRequest
1864
- ) => any;
1865
- export declare const AdminRespondToAuthChallengeResponseFilterSensitiveLog: (
1866
- obj: AdminRespondToAuthChallengeResponse
1867
- ) => any;
1868
- export declare const AdminSetUserMFAPreferenceRequestFilterSensitiveLog: (
1869
- obj: AdminSetUserMFAPreferenceRequest
1870
- ) => any;
1871
- export declare const AdminSetUserPasswordRequestFilterSensitiveLog: (
1872
- obj: AdminSetUserPasswordRequest
1873
- ) => any;
1874
- export declare const AdminSetUserSettingsRequestFilterSensitiveLog: (
1875
- obj: AdminSetUserSettingsRequest
1876
- ) => any;
1877
- export declare const AdminUpdateAuthEventFeedbackRequestFilterSensitiveLog: (
1878
- obj: AdminUpdateAuthEventFeedbackRequest
1879
- ) => any;
1880
- export declare const AdminUpdateDeviceStatusRequestFilterSensitiveLog: (
1881
- obj: AdminUpdateDeviceStatusRequest
1882
- ) => any;
1883
- export declare const AdminUpdateUserAttributesRequestFilterSensitiveLog: (
1884
- obj: AdminUpdateUserAttributesRequest
1885
- ) => any;
1886
- export declare const AdminUserGlobalSignOutRequestFilterSensitiveLog: (
1887
- obj: AdminUserGlobalSignOutRequest
1888
- ) => any;
1889
- export declare const AssociateSoftwareTokenRequestFilterSensitiveLog: (
1890
- obj: AssociateSoftwareTokenRequest
1891
- ) => any;
1892
- export declare const AssociateSoftwareTokenResponseFilterSensitiveLog: (
1893
- obj: AssociateSoftwareTokenResponse
1894
- ) => any;
1895
- export declare const ChangePasswordRequestFilterSensitiveLog: (
1896
- obj: ChangePasswordRequest
1897
- ) => any;
1898
- export declare const CompleteWebAuthnRegistrationRequestFilterSensitiveLog: (
1899
- obj: CompleteWebAuthnRegistrationRequest
1900
- ) => any;
1901
- export declare const ConfirmDeviceRequestFilterSensitiveLog: (
1902
- obj: ConfirmDeviceRequest
1903
- ) => any;
1904
- export declare const UserContextDataTypeFilterSensitiveLog: (
1905
- obj: UserContextDataType
1906
- ) => any;
1907
- export declare const ConfirmForgotPasswordRequestFilterSensitiveLog: (
1908
- obj: ConfirmForgotPasswordRequest
1909
- ) => any;
1910
- export declare const ConfirmSignUpRequestFilterSensitiveLog: (
1911
- obj: ConfirmSignUpRequest
1912
- ) => any;
1913
- export declare const ConfirmSignUpResponseFilterSensitiveLog: (
1914
- obj: ConfirmSignUpResponse
1915
- ) => any;
1916
- export declare const CreateManagedLoginBrandingRequestFilterSensitiveLog: (
1917
- obj: CreateManagedLoginBrandingRequest
1918
- ) => any;
1919
- export declare const CreateTermsRequestFilterSensitiveLog: (
1920
- obj: CreateTermsRequest
1921
- ) => any;
1922
- export declare const TermsTypeFilterSensitiveLog: (obj: TermsType) => any;
1923
- export declare const CreateTermsResponseFilterSensitiveLog: (
1924
- obj: CreateTermsResponse
1925
- ) => any;
1926
- export declare const UserPoolClientTypeFilterSensitiveLog: (
1927
- obj: UserPoolClientType
1928
- ) => any;
1929
- export declare const CreateUserPoolClientResponseFilterSensitiveLog: (
1930
- obj: CreateUserPoolClientResponse
1931
- ) => any;
1932
- export declare const DeleteUserRequestFilterSensitiveLog: (
1933
- obj: DeleteUserRequest
1934
- ) => any;
1935
- export declare const DeleteUserAttributesRequestFilterSensitiveLog: (
1936
- obj: DeleteUserAttributesRequest
1937
- ) => any;
1938
- export declare const DeleteUserPoolClientRequestFilterSensitiveLog: (
1939
- obj: DeleteUserPoolClientRequest
1940
- ) => any;
1941
- export declare const DeleteWebAuthnCredentialRequestFilterSensitiveLog: (
1942
- obj: DeleteWebAuthnCredentialRequest
1943
- ) => any;
1944
- export declare const DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog: (
1945
- obj: DescribeManagedLoginBrandingByClientRequest
1946
- ) => any;
1947
- export declare const DescribeRiskConfigurationRequestFilterSensitiveLog: (
1948
- obj: DescribeRiskConfigurationRequest
1949
- ) => any;
1950
- export declare const RiskConfigurationTypeFilterSensitiveLog: (
1951
- obj: RiskConfigurationType
1952
- ) => any;
1953
- export declare const DescribeRiskConfigurationResponseFilterSensitiveLog: (
1954
- obj: DescribeRiskConfigurationResponse
1955
- ) => any;
1956
- export declare const DescribeTermsResponseFilterSensitiveLog: (
1957
- obj: DescribeTermsResponse
1958
- ) => any;
1959
- export declare const DescribeUserPoolClientRequestFilterSensitiveLog: (
1960
- obj: DescribeUserPoolClientRequest
1961
- ) => any;
1962
- export declare const DescribeUserPoolClientResponseFilterSensitiveLog: (
1963
- obj: DescribeUserPoolClientResponse
1964
- ) => any;
1965
- export declare const ForgetDeviceRequestFilterSensitiveLog: (
1966
- obj: ForgetDeviceRequest
1967
- ) => any;
1968
- export declare const ForgotPasswordRequestFilterSensitiveLog: (
1969
- obj: ForgotPasswordRequest
1970
- ) => any;
1971
- export declare const GetDeviceRequestFilterSensitiveLog: (
1972
- obj: GetDeviceRequest
1973
- ) => any;
1974
- export declare const GetDeviceResponseFilterSensitiveLog: (
1975
- obj: GetDeviceResponse
1976
- ) => any;
1977
- export declare const GetTokensFromRefreshTokenRequestFilterSensitiveLog: (
1978
- obj: GetTokensFromRefreshTokenRequest
1979
- ) => any;
@@ -630,126 +630,3 @@ export interface VerifyUserAttributeRequest {
630
630
  Code: string | undefined;
631
631
  }
632
632
  export interface VerifyUserAttributeResponse {}
633
- export declare const GetTokensFromRefreshTokenResponseFilterSensitiveLog: (
634
- obj: GetTokensFromRefreshTokenResponse
635
- ) => any;
636
- export declare const GetUICustomizationRequestFilterSensitiveLog: (
637
- obj: GetUICustomizationRequest
638
- ) => any;
639
- export declare const UICustomizationTypeFilterSensitiveLog: (
640
- obj: UICustomizationType
641
- ) => any;
642
- export declare const GetUICustomizationResponseFilterSensitiveLog: (
643
- obj: GetUICustomizationResponse
644
- ) => any;
645
- export declare const GetUserRequestFilterSensitiveLog: (
646
- obj: GetUserRequest
647
- ) => any;
648
- export declare const GetUserResponseFilterSensitiveLog: (
649
- obj: GetUserResponse
650
- ) => any;
651
- export declare const GetUserAttributeVerificationCodeRequestFilterSensitiveLog: (
652
- obj: GetUserAttributeVerificationCodeRequest
653
- ) => any;
654
- export declare const GetUserAuthFactorsRequestFilterSensitiveLog: (
655
- obj: GetUserAuthFactorsRequest
656
- ) => any;
657
- export declare const GetUserAuthFactorsResponseFilterSensitiveLog: (
658
- obj: GetUserAuthFactorsResponse
659
- ) => any;
660
- export declare const GlobalSignOutRequestFilterSensitiveLog: (
661
- obj: GlobalSignOutRequest
662
- ) => any;
663
- export declare const InitiateAuthRequestFilterSensitiveLog: (
664
- obj: InitiateAuthRequest
665
- ) => any;
666
- export declare const InitiateAuthResponseFilterSensitiveLog: (
667
- obj: InitiateAuthResponse
668
- ) => any;
669
- export declare const ListDevicesRequestFilterSensitiveLog: (
670
- obj: ListDevicesRequest
671
- ) => any;
672
- export declare const ListDevicesResponseFilterSensitiveLog: (
673
- obj: ListDevicesResponse
674
- ) => any;
675
- export declare const UserPoolClientDescriptionFilterSensitiveLog: (
676
- obj: UserPoolClientDescription
677
- ) => any;
678
- export declare const ListUserPoolClientsResponseFilterSensitiveLog: (
679
- obj: ListUserPoolClientsResponse
680
- ) => any;
681
- export declare const ListUsersResponseFilterSensitiveLog: (
682
- obj: ListUsersResponse
683
- ) => any;
684
- export declare const ListUsersInGroupResponseFilterSensitiveLog: (
685
- obj: ListUsersInGroupResponse
686
- ) => any;
687
- export declare const ListWebAuthnCredentialsRequestFilterSensitiveLog: (
688
- obj: ListWebAuthnCredentialsRequest
689
- ) => any;
690
- export declare const ResendConfirmationCodeRequestFilterSensitiveLog: (
691
- obj: ResendConfirmationCodeRequest
692
- ) => any;
693
- export declare const RespondToAuthChallengeRequestFilterSensitiveLog: (
694
- obj: RespondToAuthChallengeRequest
695
- ) => any;
696
- export declare const RespondToAuthChallengeResponseFilterSensitiveLog: (
697
- obj: RespondToAuthChallengeResponse
698
- ) => any;
699
- export declare const RevokeTokenRequestFilterSensitiveLog: (
700
- obj: RevokeTokenRequest
701
- ) => any;
702
- export declare const SetRiskConfigurationRequestFilterSensitiveLog: (
703
- obj: SetRiskConfigurationRequest
704
- ) => any;
705
- export declare const SetRiskConfigurationResponseFilterSensitiveLog: (
706
- obj: SetRiskConfigurationResponse
707
- ) => any;
708
- export declare const SetUICustomizationRequestFilterSensitiveLog: (
709
- obj: SetUICustomizationRequest
710
- ) => any;
711
- export declare const SetUICustomizationResponseFilterSensitiveLog: (
712
- obj: SetUICustomizationResponse
713
- ) => any;
714
- export declare const SetUserMFAPreferenceRequestFilterSensitiveLog: (
715
- obj: SetUserMFAPreferenceRequest
716
- ) => any;
717
- export declare const SetUserSettingsRequestFilterSensitiveLog: (
718
- obj: SetUserSettingsRequest
719
- ) => any;
720
- export declare const SignUpRequestFilterSensitiveLog: (
721
- obj: SignUpRequest
722
- ) => any;
723
- export declare const SignUpResponseFilterSensitiveLog: (
724
- obj: SignUpResponse
725
- ) => any;
726
- export declare const StartWebAuthnRegistrationRequestFilterSensitiveLog: (
727
- obj: StartWebAuthnRegistrationRequest
728
- ) => any;
729
- export declare const UpdateAuthEventFeedbackRequestFilterSensitiveLog: (
730
- obj: UpdateAuthEventFeedbackRequest
731
- ) => any;
732
- export declare const UpdateDeviceStatusRequestFilterSensitiveLog: (
733
- obj: UpdateDeviceStatusRequest
734
- ) => any;
735
- export declare const UpdateTermsResponseFilterSensitiveLog: (
736
- obj: UpdateTermsResponse
737
- ) => any;
738
- export declare const UpdateUserAttributesRequestFilterSensitiveLog: (
739
- obj: UpdateUserAttributesRequest
740
- ) => any;
741
- export declare const UpdateUserPoolClientRequestFilterSensitiveLog: (
742
- obj: UpdateUserPoolClientRequest
743
- ) => any;
744
- export declare const UpdateUserPoolClientResponseFilterSensitiveLog: (
745
- obj: UpdateUserPoolClientResponse
746
- ) => any;
747
- export declare const VerifySoftwareTokenRequestFilterSensitiveLog: (
748
- obj: VerifySoftwareTokenRequest
749
- ) => any;
750
- export declare const VerifySoftwareTokenResponseFilterSensitiveLog: (
751
- obj: VerifySoftwareTokenResponse
752
- ) => any;
753
- export declare const VerifyUserAttributeRequestFilterSensitiveLog: (
754
- obj: VerifyUserAttributeRequest
755
- ) => any;
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
40
40
  profile?: string;
41
41
  logger: import("@smithy/types").Logger;
42
42
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
+ protocol: import("@smithy/types").ClientProtocol<
44
+ import("@smithy/types").HttpRequest,
45
+ import("@smithy/types").HttpResponse
46
+ >;
43
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
44
48
  userAgentAppId?:
45
49
  | string
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
40
40
  profile?: string;
41
41
  logger: import("@smithy/types").Logger;
42
42
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
+ protocol: import("@smithy/types").ClientProtocol<
44
+ import("@smithy/types").HttpRequest,
45
+ import("@smithy/types").HttpResponse
46
+ >;
43
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
44
48
  retryStrategy?:
45
49
  | import("@smithy/types").RetryStrategy
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
39
39
  retryMode: string | import("@smithy/types").Provider<string>;
40
40
  logger: import("@smithy/types").Logger;
41
41
  extensions: import("./runtimeExtensions").RuntimeExtension[];
42
+ protocol: import("@smithy/types").ClientProtocol<
43
+ import("@smithy/types").HttpRequest,
44
+ import("@smithy/types").HttpResponse
45
+ >;
42
46
  defaultsMode:
43
47
  | import("@smithy/smithy-client").DefaultsMode
44
48
  | import("@smithy/types").Provider<
@@ -44,6 +44,10 @@ export declare const getRuntimeConfig: (
44
44
  }
45
45
  )[];
46
46
  logger: import("@smithy/types").Logger;
47
+ protocol: import("@smithy/types").ClientProtocol<
48
+ import("@smithy/types").HttpRequest,
49
+ import("@smithy/types").HttpResponse
50
+ >;
47
51
  serviceId: string;
48
52
  urlParser: import("@smithy/types").UrlParser;
49
53
  utf8Decoder: import("@smithy/types").Decoder;