AWS code-library documentation change
Summary
Updated Swift package dependencies for Cognito scenario example
Security assessment
The changes correct package names and dependencies in a Swift configuration file. This is a maintenance update with no security implications or security-related content added.
Diff
diff --git a/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md b/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md index e26e5595b..36ea1db9f 100644 --- a//code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md +++ b//code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md @@ -2618 +2618 @@ The `Package.swift` file. - name: "http-config", + name: "cognito-scenario", @@ -2641 +2641 @@ The `Package.swift` file. - .product(name: "AWSS3", package: "aws-sdk-swift"), + .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"),