318 lines
14 KiB
C
318 lines
14 KiB
C
|
|
/**
|
|||
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|||
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
#pragma once
|
|||
|
|
#include <aws/lambda/Lambda_EXPORTS.h>
|
|||
|
|
#include <aws/lambda/LambdaRequest.h>
|
|||
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|||
|
|
#include <utility>
|
|||
|
|
|
|||
|
|
namespace Aws
|
|||
|
|
{
|
|||
|
|
namespace Http
|
|||
|
|
{
|
|||
|
|
class URI;
|
|||
|
|
} //namespace Http
|
|||
|
|
namespace Lambda
|
|||
|
|
{
|
|||
|
|
namespace Model
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
*/
|
|||
|
|
class AWS_LAMBDA_API RemovePermissionRequest : public LambdaRequest
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
RemovePermissionRequest();
|
|||
|
|
|
|||
|
|
// Service request name is the Operation name which will send this request out,
|
|||
|
|
// each operation should has unique request name, so that we can get operation's name from this request.
|
|||
|
|
// Note: this is not true for response, multiple operations may have the same response name,
|
|||
|
|
// so we can not get operation's name from response.
|
|||
|
|
inline virtual const char* GetServiceRequestName() const override { return "RemovePermission"; }
|
|||
|
|
|
|||
|
|
Aws::String SerializePayload() const override;
|
|||
|
|
|
|||
|
|
void AddQueryStringParameters(Aws::Http::URI& uri) const override;
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function, version, or alias.</p> <p class="title">
|
|||
|
|
* <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> -
|
|||
|
|
* <code>my-function</code> (name-only), <code>my-function:v1</code> (with
|
|||
|
|
* alias).</p> </li> <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can
|
|||
|
|
* append a version number or alias to any of the formats. The length constraint
|
|||
|
|
* applies only to the full ARN. If you specify only the function name, it is
|
|||
|
|
* limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetFunctionName() const{ return m_functionName; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function, version, or alias.</p> <p class="title">
|
|||
|
|
* <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> -
|
|||
|
|
* <code>my-function</code> (name-only), <code>my-function:v1</code> (with
|
|||
|
|
* alias).</p> </li> <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can
|
|||
|
|
* append a version number or alias to any of the formats. The length constraint
|
|||
|
|
* applies only to the full ARN. If you specify only the function name, it is
|
|||
|
|
* limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool FunctionNameHasBeenSet() const { return m_functionNameHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function, version, or alias.</p> <p class="title">
|
|||
|
|
* <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> -
|
|||
|
|
* <code>my-function</code> (name-only), <code>my-function:v1</code> (with
|
|||
|
|
* alias).</p> </li> <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can
|
|||
|
|
* append a version number or alias to any of the formats. The length constraint
|
|||
|
|
* applies only to the full ARN. If you specify only the function name, it is
|
|||
|
|
* limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetFunctionName(const Aws::String& value) { m_functionNameHasBeenSet = true; m_functionName = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function, version, or alias.</p> <p class="title">
|
|||
|
|
* <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> -
|
|||
|
|
* <code>my-function</code> (name-only), <code>my-function:v1</code> (with
|
|||
|
|
* alias).</p> </li> <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can
|
|||
|
|
* append a version number or alias to any of the formats. The length constraint
|
|||
|
|
* applies only to the full ARN. If you specify only the function name, it is
|
|||
|
|
* limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetFunctionName(Aws::String&& value) { m_functionNameHasBeenSet = true; m_functionName = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function, version, or alias.</p> <p class="title">
|
|||
|
|
* <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> -
|
|||
|
|
* <code>my-function</code> (name-only), <code>my-function:v1</code> (with
|
|||
|
|
* alias).</p> </li> <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can
|
|||
|
|
* append a version number or alias to any of the formats. The length constraint
|
|||
|
|
* applies only to the full ARN. If you specify only the function name, it is
|
|||
|
|
* limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetFunctionName(const char* value) { m_functionNameHasBeenSet = true; m_functionName.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function, version, or alias.</p> <p class="title">
|
|||
|
|
* <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> -
|
|||
|
|
* <code>my-function</code> (name-only), <code>my-function:v1</code> (with
|
|||
|
|
* alias).</p> </li> <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can
|
|||
|
|
* append a version number or alias to any of the formats. The length constraint
|
|||
|
|
* applies only to the full ARN. If you specify only the function name, it is
|
|||
|
|
* limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithFunctionName(const Aws::String& value) { SetFunctionName(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function, version, or alias.</p> <p class="title">
|
|||
|
|
* <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> -
|
|||
|
|
* <code>my-function</code> (name-only), <code>my-function:v1</code> (with
|
|||
|
|
* alias).</p> </li> <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can
|
|||
|
|
* append a version number or alias to any of the formats. The length constraint
|
|||
|
|
* applies only to the full ARN. If you specify only the function name, it is
|
|||
|
|
* limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithFunctionName(Aws::String&& value) { SetFunctionName(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>The name of the Lambda function, version, or alias.</p> <p class="title">
|
|||
|
|
* <b>Name formats</b> </p> <ul> <li> <p> <b>Function name</b> -
|
|||
|
|
* <code>my-function</code> (name-only), <code>my-function:v1</code> (with
|
|||
|
|
* alias).</p> </li> <li> <p> <b>Function ARN</b> -
|
|||
|
|
* <code>arn:aws:lambda:us-west-2:123456789012:function:my-function</code>.</p>
|
|||
|
|
* </li> <li> <p> <b>Partial ARN</b> -
|
|||
|
|
* <code>123456789012:function:my-function</code>.</p> </li> </ul> <p>You can
|
|||
|
|
* append a version number or alias to any of the formats. The length constraint
|
|||
|
|
* applies only to the full ARN. If you specify only the function name, it is
|
|||
|
|
* limited to 64 characters in length.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithFunctionName(const char* value) { SetFunctionName(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Statement ID of the permission to remove.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetStatementId() const{ return m_statementId; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Statement ID of the permission to remove.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool StatementIdHasBeenSet() const { return m_statementIdHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Statement ID of the permission to remove.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetStatementId(const Aws::String& value) { m_statementIdHasBeenSet = true; m_statementId = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Statement ID of the permission to remove.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetStatementId(Aws::String&& value) { m_statementIdHasBeenSet = true; m_statementId = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Statement ID of the permission to remove.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetStatementId(const char* value) { m_statementIdHasBeenSet = true; m_statementId.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Statement ID of the permission to remove.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithStatementId(const Aws::String& value) { SetStatementId(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Statement ID of the permission to remove.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithStatementId(Aws::String&& value) { SetStatementId(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Statement ID of the permission to remove.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithStatementId(const char* value) { SetStatementId(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Specify a version or alias to remove permissions from a published version of
|
|||
|
|
* the function.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetQualifier() const{ return m_qualifier; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Specify a version or alias to remove permissions from a published version of
|
|||
|
|
* the function.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool QualifierHasBeenSet() const { return m_qualifierHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Specify a version or alias to remove permissions from a published version of
|
|||
|
|
* the function.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetQualifier(const Aws::String& value) { m_qualifierHasBeenSet = true; m_qualifier = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Specify a version or alias to remove permissions from a published version of
|
|||
|
|
* the function.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetQualifier(Aws::String&& value) { m_qualifierHasBeenSet = true; m_qualifier = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Specify a version or alias to remove permissions from a published version of
|
|||
|
|
* the function.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetQualifier(const char* value) { m_qualifierHasBeenSet = true; m_qualifier.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Specify a version or alias to remove permissions from a published version of
|
|||
|
|
* the function.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithQualifier(const Aws::String& value) { SetQualifier(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Specify a version or alias to remove permissions from a published version of
|
|||
|
|
* the function.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithQualifier(Aws::String&& value) { SetQualifier(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Specify a version or alias to remove permissions from a published version of
|
|||
|
|
* the function.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithQualifier(const char* value) { SetQualifier(value); return *this;}
|
|||
|
|
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Only update the policy if the revision ID matches the ID that's specified.
|
|||
|
|
* Use this option to avoid modifying a policy that has changed since you last read
|
|||
|
|
* it.</p>
|
|||
|
|
*/
|
|||
|
|
inline const Aws::String& GetRevisionId() const{ return m_revisionId; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Only update the policy if the revision ID matches the ID that's specified.
|
|||
|
|
* Use this option to avoid modifying a policy that has changed since you last read
|
|||
|
|
* it.</p>
|
|||
|
|
*/
|
|||
|
|
inline bool RevisionIdHasBeenSet() const { return m_revisionIdHasBeenSet; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Only update the policy if the revision ID matches the ID that's specified.
|
|||
|
|
* Use this option to avoid modifying a policy that has changed since you last read
|
|||
|
|
* it.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRevisionId(const Aws::String& value) { m_revisionIdHasBeenSet = true; m_revisionId = value; }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Only update the policy if the revision ID matches the ID that's specified.
|
|||
|
|
* Use this option to avoid modifying a policy that has changed since you last read
|
|||
|
|
* it.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRevisionId(Aws::String&& value) { m_revisionIdHasBeenSet = true; m_revisionId = std::move(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Only update the policy if the revision ID matches the ID that's specified.
|
|||
|
|
* Use this option to avoid modifying a policy that has changed since you last read
|
|||
|
|
* it.</p>
|
|||
|
|
*/
|
|||
|
|
inline void SetRevisionId(const char* value) { m_revisionIdHasBeenSet = true; m_revisionId.assign(value); }
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Only update the policy if the revision ID matches the ID that's specified.
|
|||
|
|
* Use this option to avoid modifying a policy that has changed since you last read
|
|||
|
|
* it.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithRevisionId(const Aws::String& value) { SetRevisionId(value); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Only update the policy if the revision ID matches the ID that's specified.
|
|||
|
|
* Use this option to avoid modifying a policy that has changed since you last read
|
|||
|
|
* it.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithRevisionId(Aws::String&& value) { SetRevisionId(std::move(value)); return *this;}
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* <p>Only update the policy if the revision ID matches the ID that's specified.
|
|||
|
|
* Use this option to avoid modifying a policy that has changed since you last read
|
|||
|
|
* it.</p>
|
|||
|
|
*/
|
|||
|
|
inline RemovePermissionRequest& WithRevisionId(const char* value) { SetRevisionId(value); return *this;}
|
|||
|
|
|
|||
|
|
private:
|
|||
|
|
|
|||
|
|
Aws::String m_functionName;
|
|||
|
|
bool m_functionNameHasBeenSet;
|
|||
|
|
|
|||
|
|
Aws::String m_statementId;
|
|||
|
|
bool m_statementIdHasBeenSet;
|
|||
|
|
|
|||
|
|
Aws::String m_qualifier;
|
|||
|
|
bool m_qualifierHasBeenSet;
|
|||
|
|
|
|||
|
|
Aws::String m_revisionId;
|
|||
|
|
bool m_revisionIdHasBeenSet;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
} // namespace Model
|
|||
|
|
} // namespace Lambda
|
|||
|
|
} // namespace Aws
|