AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-22 · Documentation low

File: code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md

Summary

Updated Swift package name and dependencies to correctly reference AWSCognitoIdentityProvider

Security assessment

Routine correction of code examples without security implications

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 8f088b704..204f70c04 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
@@ -537 +537 @@ The `Package.swift` file.
-        name: "http-config",
+        name: "cognito-scenario",
@@ -560 +560 @@ The `Package.swift` file.
-                    .product(name: "AWSS3", package: "aws-sdk-swift"),
+                    .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"),