AWS code-library documentation change
Summary
Changed Swift package configuration details including target names and dependencies - replaced 'listusers' target with 'http-config'/'cognito-scenario' and changed dependency from AWSCognitoIdentityProvider to AWSS3
Security assessment
The changes appear to be structural/configuration updates to code examples rather than addressing security vulnerabilities. While switching from CognitoIdentityProvider to S3 client changes service dependencies, there's no explicit mention of security fixes, vulnerabilities, or security-related documentation additions in the diff context.
Diff
diff --git a/code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md b/code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md index 2e1dca582..8c4898992 100644 --- a//code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md +++ b//code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md @@ -589 +589 @@ The `Package.swift` file. - name: "listusers", + name: "http-config", @@ -610 +610 @@ The `Package.swift` file. - name: "listusers", + name: "cognito-scenario", @@ -612 +612 @@ The `Package.swift` file. - .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"), + .product(name: "AWSS3", package: "aws-sdk-swift"),