AWS code-library documentation change
Summary
Changed Swift package dependencies from AWSCognitoIdentityProvider to AWSS3 and renamed module from 'cognito-scenario' to 'http-config'
Security assessment
The changes appear to be a refactor of package dependencies and module naming without any security context or references to vulnerabilities. No security implications identified in the dependency swap.
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 36ea1db9f..e26e5595b 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: "cognito-scenario", + name: "http-config", @@ -2641 +2641 @@ The `Package.swift` file. - .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"), + .product(name: "AWSS3", package: "aws-sdk-swift"),