PutSkillAuthorizationRequest
public struct PutSkillAuthorizationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The authorization result specific to OAUTH code grant output. “Code” must be populated in the AuthorizationResult map to establish the authorization.
Declaration
Swift
public let authorizationResult: [String : String] -
The room that the skill is authorized for.
Declaration
Swift
public let roomArn: String? -
The unique identifier of a skill.
Declaration
Swift
public let skillId: String -
Undocumented
Declaration
Swift
public init(authorizationResult: [String : String], roomArn: String? = nil, skillId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutSkillAuthorizationRequest Structure Reference