17 lines
301 B
Swift
17 lines
301 B
Swift
//
|
|
// Copyright Amazon.com Inc. or its affiliates.
|
|
// All Rights Reserved.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
import Foundation
|
|
import AWSCognitoIdentityProvider
|
|
|
|
extension GlobalSignOutOutputResponse {
|
|
|
|
static var testData: GlobalSignOutOutputResponse {
|
|
return .init()
|
|
}
|
|
}
|