AWS cognito documentation change
Summary
Modified Swift package dependencies and module name in MFA example
Security assessment
Changes involve renaming a Swift package target from 'cognito-scenario' to 'listusers' and updating dependencies. No security context or MFA-related changes were made to the actual authentication flow.
Diff
diff --git a/cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md b/cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md index 34a21c634..1046fa923 100644 --- a//cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md +++ b//cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md @@ -2616 +2616 @@ The `Package.swift` file. - name: "http-config", + name: "listusers", @@ -2637 +2637 @@ The `Package.swift` file. - name: "cognito-scenario", + name: "listusers", @@ -2639 +2639 @@ The `Package.swift` file. - .product(name: "AWSS3", package: "aws-sdk-swift"), + .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"), @@ -2683 +2682,0 @@ The Swift code file. - import AWSClientRuntime @@ -2685,0 +2685 @@ The Swift code file. + import AWSClientRuntime