client

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2022 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsymmetricDecryptRequest

type AsymmetricDecryptRequest struct {
	Algorithm      *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"`
	CiphertextBlob *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	KeyId          *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId   *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
}

func (AsymmetricDecryptRequest) GoString

func (s AsymmetricDecryptRequest) GoString() string

func (*AsymmetricDecryptRequest) SetAlgorithm

func (*AsymmetricDecryptRequest) SetCiphertextBlob

func (s *AsymmetricDecryptRequest) SetCiphertextBlob(v string) *AsymmetricDecryptRequest

func (*AsymmetricDecryptRequest) SetKeyId

func (*AsymmetricDecryptRequest) SetKeyVersionId

func (AsymmetricDecryptRequest) String

func (s AsymmetricDecryptRequest) String() string

type AsymmetricDecryptResponse

type AsymmetricDecryptResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AsymmetricDecryptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AsymmetricDecryptResponse) GoString

func (s AsymmetricDecryptResponse) GoString() string

func (*AsymmetricDecryptResponse) SetBody

func (*AsymmetricDecryptResponse) SetHeaders

func (*AsymmetricDecryptResponse) SetStatusCode

func (AsymmetricDecryptResponse) String

func (s AsymmetricDecryptResponse) String() string

type AsymmetricDecryptResponseBody

type AsymmetricDecryptResponseBody struct {
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	Plaintext    *string `json:"Plaintext,omitempty" xml:"Plaintext,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AsymmetricDecryptResponseBody) GoString

func (*AsymmetricDecryptResponseBody) SetKeyId

func (*AsymmetricDecryptResponseBody) SetKeyVersionId

func (*AsymmetricDecryptResponseBody) SetPlaintext

func (*AsymmetricDecryptResponseBody) SetRequestId

func (AsymmetricDecryptResponseBody) String

type AsymmetricEncryptRequest

type AsymmetricEncryptRequest struct {
	Algorithm    *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"`
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	Plaintext    *string `json:"Plaintext,omitempty" xml:"Plaintext,omitempty"`
}

func (AsymmetricEncryptRequest) GoString

func (s AsymmetricEncryptRequest) GoString() string

func (*AsymmetricEncryptRequest) SetAlgorithm

func (*AsymmetricEncryptRequest) SetKeyId

func (*AsymmetricEncryptRequest) SetKeyVersionId

func (*AsymmetricEncryptRequest) SetPlaintext

func (AsymmetricEncryptRequest) String

func (s AsymmetricEncryptRequest) String() string

type AsymmetricEncryptResponse

type AsymmetricEncryptResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AsymmetricEncryptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AsymmetricEncryptResponse) GoString

func (s AsymmetricEncryptResponse) GoString() string

func (*AsymmetricEncryptResponse) SetBody

func (*AsymmetricEncryptResponse) SetHeaders

func (*AsymmetricEncryptResponse) SetStatusCode

func (AsymmetricEncryptResponse) String

func (s AsymmetricEncryptResponse) String() string

type AsymmetricEncryptResponseBody

type AsymmetricEncryptResponseBody struct {
	CiphertextBlob *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	KeyId          *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId   *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (AsymmetricEncryptResponseBody) GoString

func (*AsymmetricEncryptResponseBody) SetCiphertextBlob

func (*AsymmetricEncryptResponseBody) SetKeyId

func (*AsymmetricEncryptResponseBody) SetKeyVersionId

func (*AsymmetricEncryptResponseBody) SetRequestId

func (AsymmetricEncryptResponseBody) String

type AsymmetricSignRequest

type AsymmetricSignRequest struct {
	Algorithm    *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"`
	Digest       *string `json:"Digest,omitempty" xml:"Digest,omitempty"`
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
}

func (AsymmetricSignRequest) GoString

func (s AsymmetricSignRequest) GoString() string

func (*AsymmetricSignRequest) SetAlgorithm

func (*AsymmetricSignRequest) SetDigest

func (*AsymmetricSignRequest) SetKeyId

func (*AsymmetricSignRequest) SetKeyVersionId

func (s *AsymmetricSignRequest) SetKeyVersionId(v string) *AsymmetricSignRequest

func (AsymmetricSignRequest) String

func (s AsymmetricSignRequest) String() string

type AsymmetricSignResponse

type AsymmetricSignResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AsymmetricSignResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AsymmetricSignResponse) GoString

func (s AsymmetricSignResponse) GoString() string

func (*AsymmetricSignResponse) SetBody

func (*AsymmetricSignResponse) SetHeaders

func (*AsymmetricSignResponse) SetStatusCode

func (AsymmetricSignResponse) String

func (s AsymmetricSignResponse) String() string

type AsymmetricSignResponseBody

type AsymmetricSignResponseBody struct {
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Value        *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (AsymmetricSignResponseBody) GoString

func (s AsymmetricSignResponseBody) GoString() string

func (*AsymmetricSignResponseBody) SetKeyId

func (*AsymmetricSignResponseBody) SetKeyVersionId

func (*AsymmetricSignResponseBody) SetRequestId

func (*AsymmetricSignResponseBody) SetValue

func (AsymmetricSignResponseBody) String

type AsymmetricVerifyRequest

type AsymmetricVerifyRequest struct {
	Algorithm    *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"`
	Digest       *string `json:"Digest,omitempty" xml:"Digest,omitempty"`
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	Value        *string `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (AsymmetricVerifyRequest) GoString

func (s AsymmetricVerifyRequest) GoString() string

func (*AsymmetricVerifyRequest) SetAlgorithm

func (*AsymmetricVerifyRequest) SetDigest

func (*AsymmetricVerifyRequest) SetKeyId

func (*AsymmetricVerifyRequest) SetKeyVersionId

func (*AsymmetricVerifyRequest) SetValue

func (AsymmetricVerifyRequest) String

func (s AsymmetricVerifyRequest) String() string

type AsymmetricVerifyResponse

type AsymmetricVerifyResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *AsymmetricVerifyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AsymmetricVerifyResponse) GoString

func (s AsymmetricVerifyResponse) GoString() string

func (*AsymmetricVerifyResponse) SetBody

func (*AsymmetricVerifyResponse) SetHeaders

func (*AsymmetricVerifyResponse) SetStatusCode

func (AsymmetricVerifyResponse) String

func (s AsymmetricVerifyResponse) String() string

type AsymmetricVerifyResponseBody

type AsymmetricVerifyResponseBody struct {
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Value        *bool   `json:"Value,omitempty" xml:"Value,omitempty"`
}

func (AsymmetricVerifyResponseBody) GoString

func (s AsymmetricVerifyResponseBody) GoString() string

func (*AsymmetricVerifyResponseBody) SetKeyId

func (*AsymmetricVerifyResponseBody) SetKeyVersionId

func (*AsymmetricVerifyResponseBody) SetRequestId

func (*AsymmetricVerifyResponseBody) SetValue

func (AsymmetricVerifyResponseBody) String

type CancelKeyDeletionRequest

type CancelKeyDeletionRequest struct {
	KeyId *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (CancelKeyDeletionRequest) GoString

func (s CancelKeyDeletionRequest) GoString() string

func (*CancelKeyDeletionRequest) SetKeyId

func (CancelKeyDeletionRequest) String

func (s CancelKeyDeletionRequest) String() string

type CancelKeyDeletionResponse

type CancelKeyDeletionResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CancelKeyDeletionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CancelKeyDeletionResponse) GoString

func (s CancelKeyDeletionResponse) GoString() string

func (*CancelKeyDeletionResponse) SetBody

func (*CancelKeyDeletionResponse) SetHeaders

func (*CancelKeyDeletionResponse) SetStatusCode

func (CancelKeyDeletionResponse) String

func (s CancelKeyDeletionResponse) String() string

type CancelKeyDeletionResponseBody

type CancelKeyDeletionResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CancelKeyDeletionResponseBody) GoString

func (*CancelKeyDeletionResponseBody) SetRequestId

func (CancelKeyDeletionResponseBody) String

type CertificatePrivateKeyDecryptRequest

type CertificatePrivateKeyDecryptRequest struct {
	Algorithm      *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"`
	CertificateId  *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	CiphertextBlob *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
}

func (CertificatePrivateKeyDecryptRequest) GoString

func (*CertificatePrivateKeyDecryptRequest) SetAlgorithm

func (*CertificatePrivateKeyDecryptRequest) SetCertificateId

func (*CertificatePrivateKeyDecryptRequest) SetCiphertextBlob

func (CertificatePrivateKeyDecryptRequest) String

type CertificatePrivateKeyDecryptResponse

type CertificatePrivateKeyDecryptResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CertificatePrivateKeyDecryptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CertificatePrivateKeyDecryptResponse) GoString

func (*CertificatePrivateKeyDecryptResponse) SetHeaders

func (*CertificatePrivateKeyDecryptResponse) SetStatusCode

func (CertificatePrivateKeyDecryptResponse) String

type CertificatePrivateKeyDecryptResponseBody

type CertificatePrivateKeyDecryptResponseBody struct {
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	Plaintext     *string `json:"Plaintext,omitempty" xml:"Plaintext,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CertificatePrivateKeyDecryptResponseBody) GoString

func (*CertificatePrivateKeyDecryptResponseBody) SetCertificateId

func (*CertificatePrivateKeyDecryptResponseBody) SetPlaintext

func (*CertificatePrivateKeyDecryptResponseBody) SetRequestId

func (CertificatePrivateKeyDecryptResponseBody) String

type CertificatePrivateKeySignRequest

type CertificatePrivateKeySignRequest struct {
	Algorithm     *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"`
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	Message       *string `json:"Message,omitempty" xml:"Message,omitempty"`
	MessageType   *string `json:"MessageType,omitempty" xml:"MessageType,omitempty"`
}

func (CertificatePrivateKeySignRequest) GoString

func (*CertificatePrivateKeySignRequest) SetAlgorithm

func (*CertificatePrivateKeySignRequest) SetCertificateId

func (*CertificatePrivateKeySignRequest) SetMessage

func (*CertificatePrivateKeySignRequest) SetMessageType

func (CertificatePrivateKeySignRequest) String

type CertificatePrivateKeySignResponse

type CertificatePrivateKeySignResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CertificatePrivateKeySignResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CertificatePrivateKeySignResponse) GoString

func (*CertificatePrivateKeySignResponse) SetHeaders

func (*CertificatePrivateKeySignResponse) SetStatusCode

func (CertificatePrivateKeySignResponse) String

type CertificatePrivateKeySignResponseBody

type CertificatePrivateKeySignResponseBody struct {
	CertificateId  *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SignatureValue *string `json:"SignatureValue,omitempty" xml:"SignatureValue,omitempty"`
}

func (CertificatePrivateKeySignResponseBody) GoString

func (*CertificatePrivateKeySignResponseBody) SetCertificateId

func (*CertificatePrivateKeySignResponseBody) SetRequestId

func (*CertificatePrivateKeySignResponseBody) SetSignatureValue

func (CertificatePrivateKeySignResponseBody) String

type CertificatePublicKeyEncryptRequest

type CertificatePublicKeyEncryptRequest struct {
	Algorithm     *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"`
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	Plaintext     *string `json:"Plaintext,omitempty" xml:"Plaintext,omitempty"`
}

func (CertificatePublicKeyEncryptRequest) GoString

func (*CertificatePublicKeyEncryptRequest) SetAlgorithm

func (*CertificatePublicKeyEncryptRequest) SetCertificateId

func (*CertificatePublicKeyEncryptRequest) SetPlaintext

func (CertificatePublicKeyEncryptRequest) String

type CertificatePublicKeyEncryptResponse

type CertificatePublicKeyEncryptResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CertificatePublicKeyEncryptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CertificatePublicKeyEncryptResponse) GoString

func (*CertificatePublicKeyEncryptResponse) SetHeaders

func (*CertificatePublicKeyEncryptResponse) SetStatusCode

func (CertificatePublicKeyEncryptResponse) String

type CertificatePublicKeyEncryptResponseBody

type CertificatePublicKeyEncryptResponseBody struct {
	CertificateId  *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	CiphertextBlob *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CertificatePublicKeyEncryptResponseBody) GoString

func (*CertificatePublicKeyEncryptResponseBody) SetCertificateId

func (*CertificatePublicKeyEncryptResponseBody) SetCiphertextBlob

func (*CertificatePublicKeyEncryptResponseBody) SetRequestId

func (CertificatePublicKeyEncryptResponseBody) String

type CertificatePublicKeyVerifyRequest

type CertificatePublicKeyVerifyRequest struct {
	Algorithm      *string `json:"Algorithm,omitempty" xml:"Algorithm,omitempty"`
	CertificateId  *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	Message        *string `json:"Message,omitempty" xml:"Message,omitempty"`
	MessageType    *string `json:"MessageType,omitempty" xml:"MessageType,omitempty"`
	SignatureValue *string `json:"SignatureValue,omitempty" xml:"SignatureValue,omitempty"`
}

func (CertificatePublicKeyVerifyRequest) GoString

func (*CertificatePublicKeyVerifyRequest) SetAlgorithm

func (*CertificatePublicKeyVerifyRequest) SetCertificateId

func (*CertificatePublicKeyVerifyRequest) SetMessage

func (*CertificatePublicKeyVerifyRequest) SetMessageType

func (*CertificatePublicKeyVerifyRequest) SetSignatureValue

func (CertificatePublicKeyVerifyRequest) String

type CertificatePublicKeyVerifyResponse

type CertificatePublicKeyVerifyResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CertificatePublicKeyVerifyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CertificatePublicKeyVerifyResponse) GoString

func (*CertificatePublicKeyVerifyResponse) SetHeaders

func (*CertificatePublicKeyVerifyResponse) SetStatusCode

func (CertificatePublicKeyVerifyResponse) String

type CertificatePublicKeyVerifyResponseBody

type CertificatePublicKeyVerifyResponseBody struct {
	CertificateId  *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SignatureValid *bool   `json:"SignatureValid,omitempty" xml:"SignatureValid,omitempty"`
}

func (CertificatePublicKeyVerifyResponseBody) GoString

func (*CertificatePublicKeyVerifyResponseBody) SetCertificateId

func (*CertificatePublicKeyVerifyResponseBody) SetRequestId

func (*CertificatePublicKeyVerifyResponseBody) SetSignatureValid

func (CertificatePublicKeyVerifyResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AsymmetricDecrypt

func (client *Client) AsymmetricDecrypt(request *AsymmetricDecryptRequest) (_result *AsymmetricDecryptResponse, _err error)

func (*Client) AsymmetricDecryptWithOptions

func (client *Client) AsymmetricDecryptWithOptions(request *AsymmetricDecryptRequest, runtime *util.RuntimeOptions) (_result *AsymmetricDecryptResponse, _err error)

func (*Client) AsymmetricEncrypt

func (client *Client) AsymmetricEncrypt(request *AsymmetricEncryptRequest) (_result *AsymmetricEncryptResponse, _err error)

func (*Client) AsymmetricEncryptWithOptions

func (client *Client) AsymmetricEncryptWithOptions(request *AsymmetricEncryptRequest, runtime *util.RuntimeOptions) (_result *AsymmetricEncryptResponse, _err error)

func (*Client) AsymmetricSign

func (client *Client) AsymmetricSign(request *AsymmetricSignRequest) (_result *AsymmetricSignResponse, _err error)

func (*Client) AsymmetricSignWithOptions

func (client *Client) AsymmetricSignWithOptions(request *AsymmetricSignRequest, runtime *util.RuntimeOptions) (_result *AsymmetricSignResponse, _err error)

func (*Client) AsymmetricVerify

func (client *Client) AsymmetricVerify(request *AsymmetricVerifyRequest) (_result *AsymmetricVerifyResponse, _err error)

func (*Client) AsymmetricVerifyWithOptions

func (client *Client) AsymmetricVerifyWithOptions(request *AsymmetricVerifyRequest, runtime *util.RuntimeOptions) (_result *AsymmetricVerifyResponse, _err error)

func (*Client) CancelKeyDeletion

func (client *Client) CancelKeyDeletion(request *CancelKeyDeletionRequest) (_result *CancelKeyDeletionResponse, _err error)

func (*Client) CancelKeyDeletionWithOptions

func (client *Client) CancelKeyDeletionWithOptions(request *CancelKeyDeletionRequest, runtime *util.RuntimeOptions) (_result *CancelKeyDeletionResponse, _err error)

func (*Client) CertificatePrivateKeyDecrypt

func (client *Client) CertificatePrivateKeyDecrypt(request *CertificatePrivateKeyDecryptRequest) (_result *CertificatePrivateKeyDecryptResponse, _err error)

func (*Client) CertificatePrivateKeyDecryptWithOptions

func (client *Client) CertificatePrivateKeyDecryptWithOptions(request *CertificatePrivateKeyDecryptRequest, runtime *util.RuntimeOptions) (_result *CertificatePrivateKeyDecryptResponse, _err error)

func (*Client) CertificatePrivateKeySign

func (client *Client) CertificatePrivateKeySign(request *CertificatePrivateKeySignRequest) (_result *CertificatePrivateKeySignResponse, _err error)

func (*Client) CertificatePrivateKeySignWithOptions

func (client *Client) CertificatePrivateKeySignWithOptions(request *CertificatePrivateKeySignRequest, runtime *util.RuntimeOptions) (_result *CertificatePrivateKeySignResponse, _err error)

func (*Client) CertificatePublicKeyEncrypt

func (client *Client) CertificatePublicKeyEncrypt(request *CertificatePublicKeyEncryptRequest) (_result *CertificatePublicKeyEncryptResponse, _err error)

func (*Client) CertificatePublicKeyEncryptWithOptions

func (client *Client) CertificatePublicKeyEncryptWithOptions(request *CertificatePublicKeyEncryptRequest, runtime *util.RuntimeOptions) (_result *CertificatePublicKeyEncryptResponse, _err error)

func (*Client) CertificatePublicKeyVerify

func (client *Client) CertificatePublicKeyVerify(request *CertificatePublicKeyVerifyRequest) (_result *CertificatePublicKeyVerifyResponse, _err error)

func (*Client) CertificatePublicKeyVerifyWithOptions

func (client *Client) CertificatePublicKeyVerifyWithOptions(request *CertificatePublicKeyVerifyRequest, runtime *util.RuntimeOptions) (_result *CertificatePublicKeyVerifyResponse, _err error)

func (*Client) CreateAlias

func (client *Client) CreateAlias(request *CreateAliasRequest) (_result *CreateAliasResponse, _err error)

func (*Client) CreateAliasWithOptions

func (client *Client) CreateAliasWithOptions(request *CreateAliasRequest, runtime *util.RuntimeOptions) (_result *CreateAliasResponse, _err error)

func (*Client) CreateCertificate

func (client *Client) CreateCertificate(request *CreateCertificateRequest) (_result *CreateCertificateResponse, _err error)

func (*Client) CreateCertificateWithOptions

func (client *Client) CreateCertificateWithOptions(tmpReq *CreateCertificateRequest, runtime *util.RuntimeOptions) (_result *CreateCertificateResponse, _err error)

func (*Client) CreateKey

func (client *Client) CreateKey(request *CreateKeyRequest) (_result *CreateKeyResponse, _err error)

func (*Client) CreateKeyVersion

func (client *Client) CreateKeyVersion(request *CreateKeyVersionRequest) (_result *CreateKeyVersionResponse, _err error)

func (*Client) CreateKeyVersionWithOptions

func (client *Client) CreateKeyVersionWithOptions(request *CreateKeyVersionRequest, runtime *util.RuntimeOptions) (_result *CreateKeyVersionResponse, _err error)

func (*Client) CreateKeyWithOptions

func (client *Client) CreateKeyWithOptions(request *CreateKeyRequest, runtime *util.RuntimeOptions) (_result *CreateKeyResponse, _err error)

func (*Client) CreateSecret

func (client *Client) CreateSecret(request *CreateSecretRequest) (_result *CreateSecretResponse, _err error)

func (*Client) CreateSecretWithOptions

func (client *Client) CreateSecretWithOptions(tmpReq *CreateSecretRequest, runtime *util.RuntimeOptions) (_result *CreateSecretResponse, _err error)

func (*Client) Decrypt

func (client *Client) Decrypt(request *DecryptRequest) (_result *DecryptResponse, _err error)

func (*Client) DecryptWithOptions

func (client *Client) DecryptWithOptions(tmpReq *DecryptRequest, runtime *util.RuntimeOptions) (_result *DecryptResponse, _err error)

func (*Client) DeleteAlias

func (client *Client) DeleteAlias(request *DeleteAliasRequest) (_result *DeleteAliasResponse, _err error)

func (*Client) DeleteAliasWithOptions

func (client *Client) DeleteAliasWithOptions(request *DeleteAliasRequest, runtime *util.RuntimeOptions) (_result *DeleteAliasResponse, _err error)

func (*Client) DeleteCertificate

func (client *Client) DeleteCertificate(request *DeleteCertificateRequest) (_result *DeleteCertificateResponse, _err error)

func (*Client) DeleteCertificateWithOptions

func (client *Client) DeleteCertificateWithOptions(request *DeleteCertificateRequest, runtime *util.RuntimeOptions) (_result *DeleteCertificateResponse, _err error)

func (*Client) DeleteKeyMaterial

func (client *Client) DeleteKeyMaterial(request *DeleteKeyMaterialRequest) (_result *DeleteKeyMaterialResponse, _err error)

func (*Client) DeleteKeyMaterialWithOptions

func (client *Client) DeleteKeyMaterialWithOptions(request *DeleteKeyMaterialRequest, runtime *util.RuntimeOptions) (_result *DeleteKeyMaterialResponse, _err error)

func (*Client) DeleteSecret

func (client *Client) DeleteSecret(request *DeleteSecretRequest) (_result *DeleteSecretResponse, _err error)

func (*Client) DeleteSecretWithOptions

func (client *Client) DeleteSecretWithOptions(request *DeleteSecretRequest, runtime *util.RuntimeOptions) (_result *DeleteSecretResponse, _err error)

func (*Client) DescribeAccountKmsStatus

func (client *Client) DescribeAccountKmsStatus() (_result *DescribeAccountKmsStatusResponse, _err error)

func (*Client) DescribeAccountKmsStatusWithOptions

func (client *Client) DescribeAccountKmsStatusWithOptions(runtime *util.RuntimeOptions) (_result *DescribeAccountKmsStatusResponse, _err error)

func (*Client) DescribeCertificate

func (client *Client) DescribeCertificate(request *DescribeCertificateRequest) (_result *DescribeCertificateResponse, _err error)

func (*Client) DescribeCertificateWithOptions

func (client *Client) DescribeCertificateWithOptions(request *DescribeCertificateRequest, runtime *util.RuntimeOptions) (_result *DescribeCertificateResponse, _err error)

func (*Client) DescribeKey

func (client *Client) DescribeKey(request *DescribeKeyRequest) (_result *DescribeKeyResponse, _err error)

func (*Client) DescribeKeyVersion

func (client *Client) DescribeKeyVersion(request *DescribeKeyVersionRequest) (_result *DescribeKeyVersionResponse, _err error)

func (*Client) DescribeKeyVersionWithOptions

func (client *Client) DescribeKeyVersionWithOptions(request *DescribeKeyVersionRequest, runtime *util.RuntimeOptions) (_result *DescribeKeyVersionResponse, _err error)

func (*Client) DescribeKeyWithOptions

func (client *Client) DescribeKeyWithOptions(request *DescribeKeyRequest, runtime *util.RuntimeOptions) (_result *DescribeKeyResponse, _err error)

func (*Client) DescribeRegions

func (client *Client) DescribeRegions() (_result *DescribeRegionsResponse, _err error)

func (*Client) DescribeRegionsWithOptions

func (client *Client) DescribeRegionsWithOptions(runtime *util.RuntimeOptions) (_result *DescribeRegionsResponse, _err error)

func (*Client) DescribeSecret

func (client *Client) DescribeSecret(request *DescribeSecretRequest) (_result *DescribeSecretResponse, _err error)

func (*Client) DescribeSecretWithOptions

func (client *Client) DescribeSecretWithOptions(request *DescribeSecretRequest, runtime *util.RuntimeOptions) (_result *DescribeSecretResponse, _err error)

func (*Client) DisableKey

func (client *Client) DisableKey(request *DisableKeyRequest) (_result *DisableKeyResponse, _err error)

func (*Client) DisableKeyWithOptions

func (client *Client) DisableKeyWithOptions(request *DisableKeyRequest, runtime *util.RuntimeOptions) (_result *DisableKeyResponse, _err error)

func (*Client) EnableKey

func (client *Client) EnableKey(request *EnableKeyRequest) (_result *EnableKeyResponse, _err error)

func (*Client) EnableKeyWithOptions

func (client *Client) EnableKeyWithOptions(request *EnableKeyRequest, runtime *util.RuntimeOptions) (_result *EnableKeyResponse, _err error)

func (*Client) Encrypt

func (client *Client) Encrypt(request *EncryptRequest) (_result *EncryptResponse, _err error)

func (*Client) EncryptWithOptions

func (client *Client) EncryptWithOptions(tmpReq *EncryptRequest, runtime *util.RuntimeOptions) (_result *EncryptResponse, _err error)

func (*Client) ExportDataKey

func (client *Client) ExportDataKey(request *ExportDataKeyRequest) (_result *ExportDataKeyResponse, _err error)

func (*Client) ExportDataKeyWithOptions

func (client *Client) ExportDataKeyWithOptions(tmpReq *ExportDataKeyRequest, runtime *util.RuntimeOptions) (_result *ExportDataKeyResponse, _err error)

func (*Client) GenerateAndExportDataKey

func (client *Client) GenerateAndExportDataKey(request *GenerateAndExportDataKeyRequest) (_result *GenerateAndExportDataKeyResponse, _err error)

func (*Client) GenerateAndExportDataKeyWithOptions

func (client *Client) GenerateAndExportDataKeyWithOptions(tmpReq *GenerateAndExportDataKeyRequest, runtime *util.RuntimeOptions) (_result *GenerateAndExportDataKeyResponse, _err error)

func (*Client) GenerateDataKey

func (client *Client) GenerateDataKey(request *GenerateDataKeyRequest) (_result *GenerateDataKeyResponse, _err error)

func (*Client) GenerateDataKeyWithOptions

func (client *Client) GenerateDataKeyWithOptions(tmpReq *GenerateDataKeyRequest, runtime *util.RuntimeOptions) (_result *GenerateDataKeyResponse, _err error)

func (*Client) GenerateDataKeyWithoutPlaintext

func (client *Client) GenerateDataKeyWithoutPlaintext(request *GenerateDataKeyWithoutPlaintextRequest) (_result *GenerateDataKeyWithoutPlaintextResponse, _err error)

func (*Client) GenerateDataKeyWithoutPlaintextWithOptions

func (client *Client) GenerateDataKeyWithoutPlaintextWithOptions(tmpReq *GenerateDataKeyWithoutPlaintextRequest, runtime *util.RuntimeOptions) (_result *GenerateDataKeyWithoutPlaintextResponse, _err error)

func (*Client) GetCertificate

func (client *Client) GetCertificate(request *GetCertificateRequest) (_result *GetCertificateResponse, _err error)

func (*Client) GetCertificateWithOptions

func (client *Client) GetCertificateWithOptions(request *GetCertificateRequest, runtime *util.RuntimeOptions) (_result *GetCertificateResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetParametersForImport

func (client *Client) GetParametersForImport(request *GetParametersForImportRequest) (_result *GetParametersForImportResponse, _err error)

func (*Client) GetParametersForImportWithOptions

func (client *Client) GetParametersForImportWithOptions(request *GetParametersForImportRequest, runtime *util.RuntimeOptions) (_result *GetParametersForImportResponse, _err error)

func (*Client) GetPublicKey

func (client *Client) GetPublicKey(request *GetPublicKeyRequest) (_result *GetPublicKeyResponse, _err error)

func (*Client) GetPublicKeyWithOptions

func (client *Client) GetPublicKeyWithOptions(request *GetPublicKeyRequest, runtime *util.RuntimeOptions) (_result *GetPublicKeyResponse, _err error)

func (*Client) GetRandomPassword

func (client *Client) GetRandomPassword(request *GetRandomPasswordRequest) (_result *GetRandomPasswordResponse, _err error)

func (*Client) GetRandomPasswordWithOptions

func (client *Client) GetRandomPasswordWithOptions(request *GetRandomPasswordRequest, runtime *util.RuntimeOptions) (_result *GetRandomPasswordResponse, _err error)

func (*Client) GetSecretValue

func (client *Client) GetSecretValue(request *GetSecretValueRequest) (_result *GetSecretValueResponse, _err error)

func (*Client) GetSecretValueWithOptions

func (client *Client) GetSecretValueWithOptions(request *GetSecretValueRequest, runtime *util.RuntimeOptions) (_result *GetSecretValueResponse, _err error)

func (*Client) ImportKeyMaterial

func (client *Client) ImportKeyMaterial(request *ImportKeyMaterialRequest) (_result *ImportKeyMaterialResponse, _err error)

func (*Client) ImportKeyMaterialWithOptions

func (client *Client) ImportKeyMaterialWithOptions(request *ImportKeyMaterialRequest, runtime *util.RuntimeOptions) (_result *ImportKeyMaterialResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListAliases

func (client *Client) ListAliases(request *ListAliasesRequest) (_result *ListAliasesResponse, _err error)

func (*Client) ListAliasesByKeyId

func (client *Client) ListAliasesByKeyId(request *ListAliasesByKeyIdRequest) (_result *ListAliasesByKeyIdResponse, _err error)

func (*Client) ListAliasesByKeyIdWithOptions

func (client *Client) ListAliasesByKeyIdWithOptions(request *ListAliasesByKeyIdRequest, runtime *util.RuntimeOptions) (_result *ListAliasesByKeyIdResponse, _err error)

func (*Client) ListAliasesWithOptions

func (client *Client) ListAliasesWithOptions(request *ListAliasesRequest, runtime *util.RuntimeOptions) (_result *ListAliasesResponse, _err error)

func (*Client) ListKeyVersions

func (client *Client) ListKeyVersions(request *ListKeyVersionsRequest) (_result *ListKeyVersionsResponse, _err error)

func (*Client) ListKeyVersionsWithOptions

func (client *Client) ListKeyVersionsWithOptions(request *ListKeyVersionsRequest, runtime *util.RuntimeOptions) (_result *ListKeyVersionsResponse, _err error)

func (*Client) ListKeys

func (client *Client) ListKeys(request *ListKeysRequest) (_result *ListKeysResponse, _err error)

func (*Client) ListKeysWithOptions

func (client *Client) ListKeysWithOptions(request *ListKeysRequest, runtime *util.RuntimeOptions) (_result *ListKeysResponse, _err error)

func (*Client) ListResourceTags

func (client *Client) ListResourceTags(request *ListResourceTagsRequest) (_result *ListResourceTagsResponse, _err error)

func (*Client) ListResourceTagsWithOptions

func (client *Client) ListResourceTagsWithOptions(request *ListResourceTagsRequest, runtime *util.RuntimeOptions) (_result *ListResourceTagsResponse, _err error)

func (*Client) ListSecretVersionIds

func (client *Client) ListSecretVersionIds(request *ListSecretVersionIdsRequest) (_result *ListSecretVersionIdsResponse, _err error)

func (*Client) ListSecretVersionIdsWithOptions

func (client *Client) ListSecretVersionIdsWithOptions(request *ListSecretVersionIdsRequest, runtime *util.RuntimeOptions) (_result *ListSecretVersionIdsResponse, _err error)

func (*Client) ListSecrets

func (client *Client) ListSecrets(request *ListSecretsRequest) (_result *ListSecretsResponse, _err error)

func (*Client) ListSecretsWithOptions

func (client *Client) ListSecretsWithOptions(request *ListSecretsRequest, runtime *util.RuntimeOptions) (_result *ListSecretsResponse, _err error)

func (*Client) OpenKmsService

func (client *Client) OpenKmsService() (_result *OpenKmsServiceResponse, _err error)

func (*Client) OpenKmsServiceWithOptions

func (client *Client) OpenKmsServiceWithOptions(runtime *util.RuntimeOptions) (_result *OpenKmsServiceResponse, _err error)

func (*Client) PutSecretValue

func (client *Client) PutSecretValue(request *PutSecretValueRequest) (_result *PutSecretValueResponse, _err error)

func (*Client) PutSecretValueWithOptions

func (client *Client) PutSecretValueWithOptions(request *PutSecretValueRequest, runtime *util.RuntimeOptions) (_result *PutSecretValueResponse, _err error)

func (*Client) ReEncrypt

func (client *Client) ReEncrypt(request *ReEncryptRequest) (_result *ReEncryptResponse, _err error)

func (*Client) ReEncryptWithOptions

func (client *Client) ReEncryptWithOptions(tmpReq *ReEncryptRequest, runtime *util.RuntimeOptions) (_result *ReEncryptResponse, _err error)

func (*Client) RestoreSecret

func (client *Client) RestoreSecret(request *RestoreSecretRequest) (_result *RestoreSecretResponse, _err error)

func (*Client) RestoreSecretWithOptions

func (client *Client) RestoreSecretWithOptions(request *RestoreSecretRequest, runtime *util.RuntimeOptions) (_result *RestoreSecretResponse, _err error)

func (*Client) RotateSecret

func (client *Client) RotateSecret(request *RotateSecretRequest) (_result *RotateSecretResponse, _err error)

func (*Client) RotateSecretWithOptions

func (client *Client) RotateSecretWithOptions(request *RotateSecretRequest, runtime *util.RuntimeOptions) (_result *RotateSecretResponse, _err error)

func (*Client) ScheduleKeyDeletion

func (client *Client) ScheduleKeyDeletion(request *ScheduleKeyDeletionRequest) (_result *ScheduleKeyDeletionResponse, _err error)

func (*Client) ScheduleKeyDeletionWithOptions

func (client *Client) ScheduleKeyDeletionWithOptions(request *ScheduleKeyDeletionRequest, runtime *util.RuntimeOptions) (_result *ScheduleKeyDeletionResponse, _err error)

func (*Client) SetDeletionProtection

func (client *Client) SetDeletionProtection(request *SetDeletionProtectionRequest) (_result *SetDeletionProtectionResponse, _err error)

func (*Client) SetDeletionProtectionWithOptions

func (client *Client) SetDeletionProtectionWithOptions(request *SetDeletionProtectionRequest, runtime *util.RuntimeOptions) (_result *SetDeletionProtectionResponse, _err error)

func (*Client) TagResource

func (client *Client) TagResource(request *TagResourceRequest) (_result *TagResourceResponse, _err error)

func (*Client) TagResourceWithOptions

func (client *Client) TagResourceWithOptions(request *TagResourceRequest, runtime *util.RuntimeOptions) (_result *TagResourceResponse, _err error)

func (*Client) UntagResource

func (client *Client) UntagResource(request *UntagResourceRequest) (_result *UntagResourceResponse, _err error)

func (*Client) UntagResourceWithOptions

func (client *Client) UntagResourceWithOptions(request *UntagResourceRequest, runtime *util.RuntimeOptions) (_result *UntagResourceResponse, _err error)

func (*Client) UpdateAlias

func (client *Client) UpdateAlias(request *UpdateAliasRequest) (_result *UpdateAliasResponse, _err error)

func (*Client) UpdateAliasWithOptions

func (client *Client) UpdateAliasWithOptions(request *UpdateAliasRequest, runtime *util.RuntimeOptions) (_result *UpdateAliasResponse, _err error)

func (*Client) UpdateCertificateStatus

func (client *Client) UpdateCertificateStatus(request *UpdateCertificateStatusRequest) (_result *UpdateCertificateStatusResponse, _err error)

func (*Client) UpdateCertificateStatusWithOptions

func (client *Client) UpdateCertificateStatusWithOptions(request *UpdateCertificateStatusRequest, runtime *util.RuntimeOptions) (_result *UpdateCertificateStatusResponse, _err error)

func (*Client) UpdateKeyDescription

func (client *Client) UpdateKeyDescription(request *UpdateKeyDescriptionRequest) (_result *UpdateKeyDescriptionResponse, _err error)

func (*Client) UpdateKeyDescriptionWithOptions

func (client *Client) UpdateKeyDescriptionWithOptions(request *UpdateKeyDescriptionRequest, runtime *util.RuntimeOptions) (_result *UpdateKeyDescriptionResponse, _err error)

func (*Client) UpdateRotationPolicy

func (client *Client) UpdateRotationPolicy(request *UpdateRotationPolicyRequest) (_result *UpdateRotationPolicyResponse, _err error)

func (*Client) UpdateRotationPolicyWithOptions

func (client *Client) UpdateRotationPolicyWithOptions(request *UpdateRotationPolicyRequest, runtime *util.RuntimeOptions) (_result *UpdateRotationPolicyResponse, _err error)

func (*Client) UpdateSecret

func (client *Client) UpdateSecret(request *UpdateSecretRequest) (_result *UpdateSecretResponse, _err error)

func (*Client) UpdateSecretRotationPolicy

func (client *Client) UpdateSecretRotationPolicy(request *UpdateSecretRotationPolicyRequest) (_result *UpdateSecretRotationPolicyResponse, _err error)

func (*Client) UpdateSecretRotationPolicyWithOptions

func (client *Client) UpdateSecretRotationPolicyWithOptions(request *UpdateSecretRotationPolicyRequest, runtime *util.RuntimeOptions) (_result *UpdateSecretRotationPolicyResponse, _err error)

func (*Client) UpdateSecretVersionStage

func (client *Client) UpdateSecretVersionStage(request *UpdateSecretVersionStageRequest) (_result *UpdateSecretVersionStageResponse, _err error)

func (*Client) UpdateSecretVersionStageWithOptions

func (client *Client) UpdateSecretVersionStageWithOptions(request *UpdateSecretVersionStageRequest, runtime *util.RuntimeOptions) (_result *UpdateSecretVersionStageResponse, _err error)

func (*Client) UpdateSecretWithOptions

func (client *Client) UpdateSecretWithOptions(request *UpdateSecretRequest, runtime *util.RuntimeOptions) (_result *UpdateSecretResponse, _err error)

func (*Client) UploadCertificate

func (client *Client) UploadCertificate(request *UploadCertificateRequest) (_result *UploadCertificateResponse, _err error)

func (*Client) UploadCertificateWithOptions

func (client *Client) UploadCertificateWithOptions(request *UploadCertificateRequest, runtime *util.RuntimeOptions) (_result *UploadCertificateResponse, _err error)

type CreateAliasRequest

type CreateAliasRequest struct {
	AliasName *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
	KeyId     *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (CreateAliasRequest) GoString

func (s CreateAliasRequest) GoString() string

func (*CreateAliasRequest) SetAliasName

func (s *CreateAliasRequest) SetAliasName(v string) *CreateAliasRequest

func (*CreateAliasRequest) SetKeyId

func (CreateAliasRequest) String

func (s CreateAliasRequest) String() string

type CreateAliasResponse

type CreateAliasResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateAliasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateAliasResponse) GoString

func (s CreateAliasResponse) GoString() string

func (*CreateAliasResponse) SetBody

func (*CreateAliasResponse) SetHeaders

func (s *CreateAliasResponse) SetHeaders(v map[string]*string) *CreateAliasResponse

func (*CreateAliasResponse) SetStatusCode

func (s *CreateAliasResponse) SetStatusCode(v int32) *CreateAliasResponse

func (CreateAliasResponse) String

func (s CreateAliasResponse) String() string

type CreateAliasResponseBody

type CreateAliasResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateAliasResponseBody) GoString

func (s CreateAliasResponseBody) GoString() string

func (*CreateAliasResponseBody) SetRequestId

func (CreateAliasResponseBody) String

func (s CreateAliasResponseBody) String() string

type CreateCertificateRequest

type CreateCertificateRequest struct {
	ExportablePrivateKey    *bool                  `json:"ExportablePrivateKey,omitempty" xml:"ExportablePrivateKey,omitempty"`
	KeySpec                 *string                `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	Subject                 *string                `json:"Subject,omitempty" xml:"Subject,omitempty"`
	SubjectAlternativeNames map[string]interface{} `json:"SubjectAlternativeNames,omitempty" xml:"SubjectAlternativeNames,omitempty"`
}

func (CreateCertificateRequest) GoString

func (s CreateCertificateRequest) GoString() string

func (*CreateCertificateRequest) SetExportablePrivateKey

func (s *CreateCertificateRequest) SetExportablePrivateKey(v bool) *CreateCertificateRequest

func (*CreateCertificateRequest) SetKeySpec

func (*CreateCertificateRequest) SetSubject

func (*CreateCertificateRequest) SetSubjectAlternativeNames

func (s *CreateCertificateRequest) SetSubjectAlternativeNames(v map[string]interface{}) *CreateCertificateRequest

func (CreateCertificateRequest) String

func (s CreateCertificateRequest) String() string

type CreateCertificateResponse

type CreateCertificateResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateCertificateResponse) GoString

func (s CreateCertificateResponse) GoString() string

func (*CreateCertificateResponse) SetBody

func (*CreateCertificateResponse) SetHeaders

func (*CreateCertificateResponse) SetStatusCode

func (CreateCertificateResponse) String

func (s CreateCertificateResponse) String() string

type CreateCertificateResponseBody

type CreateCertificateResponseBody struct {
	Arn           *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	Csr           *string `json:"Csr,omitempty" xml:"Csr,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateCertificateResponseBody) GoString

func (*CreateCertificateResponseBody) SetArn

func (*CreateCertificateResponseBody) SetCertificateId

func (*CreateCertificateResponseBody) SetCsr

func (*CreateCertificateResponseBody) SetRequestId

func (CreateCertificateResponseBody) String

type CreateCertificateShrinkRequest

type CreateCertificateShrinkRequest struct {
	ExportablePrivateKey          *bool   `json:"ExportablePrivateKey,omitempty" xml:"ExportablePrivateKey,omitempty"`
	KeySpec                       *string `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	Subject                       *string `json:"Subject,omitempty" xml:"Subject,omitempty"`
	SubjectAlternativeNamesShrink *string `json:"SubjectAlternativeNames,omitempty" xml:"SubjectAlternativeNames,omitempty"`
}

func (CreateCertificateShrinkRequest) GoString

func (*CreateCertificateShrinkRequest) SetExportablePrivateKey

func (*CreateCertificateShrinkRequest) SetKeySpec

func (*CreateCertificateShrinkRequest) SetSubject

func (*CreateCertificateShrinkRequest) SetSubjectAlternativeNamesShrink

func (s *CreateCertificateShrinkRequest) SetSubjectAlternativeNamesShrink(v string) *CreateCertificateShrinkRequest

func (CreateCertificateShrinkRequest) String

type CreateKeyRequest

type CreateKeyRequest struct {
	Description             *string `json:"Description,omitempty" xml:"Description,omitempty"`
	EnableAutomaticRotation *bool   `json:"EnableAutomaticRotation,omitempty" xml:"EnableAutomaticRotation,omitempty"`
	KeySpec                 *string `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	KeyUsage                *string `json:"KeyUsage,omitempty" xml:"KeyUsage,omitempty"`
	Origin                  *string `json:"Origin,omitempty" xml:"Origin,omitempty"`
	ProtectionLevel         *string `json:"ProtectionLevel,omitempty" xml:"ProtectionLevel,omitempty"`
	RotationInterval        *string `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
}

func (CreateKeyRequest) GoString

func (s CreateKeyRequest) GoString() string

func (*CreateKeyRequest) SetDescription

func (s *CreateKeyRequest) SetDescription(v string) *CreateKeyRequest

func (*CreateKeyRequest) SetEnableAutomaticRotation

func (s *CreateKeyRequest) SetEnableAutomaticRotation(v bool) *CreateKeyRequest

func (*CreateKeyRequest) SetKeySpec

func (s *CreateKeyRequest) SetKeySpec(v string) *CreateKeyRequest

func (*CreateKeyRequest) SetKeyUsage

func (s *CreateKeyRequest) SetKeyUsage(v string) *CreateKeyRequest

func (*CreateKeyRequest) SetOrigin

func (s *CreateKeyRequest) SetOrigin(v string) *CreateKeyRequest

func (*CreateKeyRequest) SetProtectionLevel

func (s *CreateKeyRequest) SetProtectionLevel(v string) *CreateKeyRequest

func (*CreateKeyRequest) SetRotationInterval

func (s *CreateKeyRequest) SetRotationInterval(v string) *CreateKeyRequest

func (CreateKeyRequest) String

func (s CreateKeyRequest) String() string

type CreateKeyResponse

type CreateKeyResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateKeyResponse) GoString

func (s CreateKeyResponse) GoString() string

func (*CreateKeyResponse) SetBody

func (*CreateKeyResponse) SetHeaders

func (s *CreateKeyResponse) SetHeaders(v map[string]*string) *CreateKeyResponse

func (*CreateKeyResponse) SetStatusCode

func (s *CreateKeyResponse) SetStatusCode(v int32) *CreateKeyResponse

func (CreateKeyResponse) String

func (s CreateKeyResponse) String() string

type CreateKeyResponseBody

type CreateKeyResponseBody struct {
	KeyMetadata *CreateKeyResponseBodyKeyMetadata `json:"KeyMetadata,omitempty" xml:"KeyMetadata,omitempty" type:"Struct"`
	RequestId   *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateKeyResponseBody) GoString

func (s CreateKeyResponseBody) GoString() string

func (*CreateKeyResponseBody) SetKeyMetadata

func (*CreateKeyResponseBody) SetRequestId

func (CreateKeyResponseBody) String

func (s CreateKeyResponseBody) String() string

type CreateKeyResponseBodyKeyMetadata

type CreateKeyResponseBodyKeyMetadata struct {
	Arn                *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	AutomaticRotation  *string `json:"AutomaticRotation,omitempty" xml:"AutomaticRotation,omitempty"`
	CreationDate       *string `json:"CreationDate,omitempty" xml:"CreationDate,omitempty"`
	Creator            *string `json:"Creator,omitempty" xml:"Creator,omitempty"`
	DeleteDate         *string `json:"DeleteDate,omitempty" xml:"DeleteDate,omitempty"`
	Description        *string `json:"Description,omitempty" xml:"Description,omitempty"`
	KeyId              *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeySpec            *string `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	KeyState           *string `json:"KeyState,omitempty" xml:"KeyState,omitempty"`
	KeyUsage           *string `json:"KeyUsage,omitempty" xml:"KeyUsage,omitempty"`
	LastRotationDate   *string `json:"LastRotationDate,omitempty" xml:"LastRotationDate,omitempty"`
	MaterialExpireTime *string `json:"MaterialExpireTime,omitempty" xml:"MaterialExpireTime,omitempty"`
	NextRotationDate   *string `json:"NextRotationDate,omitempty" xml:"NextRotationDate,omitempty"`
	Origin             *string `json:"Origin,omitempty" xml:"Origin,omitempty"`
	PrimaryKeyVersion  *string `json:"PrimaryKeyVersion,omitempty" xml:"PrimaryKeyVersion,omitempty"`
	ProtectionLevel    *string `json:"ProtectionLevel,omitempty" xml:"ProtectionLevel,omitempty"`
	RotationInterval   *string `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
}

func (CreateKeyResponseBodyKeyMetadata) GoString

func (*CreateKeyResponseBodyKeyMetadata) SetArn

func (*CreateKeyResponseBodyKeyMetadata) SetAutomaticRotation

func (*CreateKeyResponseBodyKeyMetadata) SetCreationDate

func (*CreateKeyResponseBodyKeyMetadata) SetCreator

func (*CreateKeyResponseBodyKeyMetadata) SetDeleteDate

func (*CreateKeyResponseBodyKeyMetadata) SetDescription

func (*CreateKeyResponseBodyKeyMetadata) SetKeyId

func (*CreateKeyResponseBodyKeyMetadata) SetKeySpec

func (*CreateKeyResponseBodyKeyMetadata) SetKeyState

func (*CreateKeyResponseBodyKeyMetadata) SetKeyUsage

func (*CreateKeyResponseBodyKeyMetadata) SetLastRotationDate

func (*CreateKeyResponseBodyKeyMetadata) SetMaterialExpireTime

func (*CreateKeyResponseBodyKeyMetadata) SetNextRotationDate

func (*CreateKeyResponseBodyKeyMetadata) SetOrigin

func (*CreateKeyResponseBodyKeyMetadata) SetPrimaryKeyVersion

func (*CreateKeyResponseBodyKeyMetadata) SetProtectionLevel

func (*CreateKeyResponseBodyKeyMetadata) SetRotationInterval

func (CreateKeyResponseBodyKeyMetadata) String

type CreateKeyVersionRequest

type CreateKeyVersionRequest struct {
	KeyId *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (CreateKeyVersionRequest) GoString

func (s CreateKeyVersionRequest) GoString() string

func (*CreateKeyVersionRequest) SetKeyId

func (CreateKeyVersionRequest) String

func (s CreateKeyVersionRequest) String() string

type CreateKeyVersionResponse

type CreateKeyVersionResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateKeyVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateKeyVersionResponse) GoString

func (s CreateKeyVersionResponse) GoString() string

func (*CreateKeyVersionResponse) SetBody

func (*CreateKeyVersionResponse) SetHeaders

func (*CreateKeyVersionResponse) SetStatusCode

func (CreateKeyVersionResponse) String

func (s CreateKeyVersionResponse) String() string

type CreateKeyVersionResponseBody

type CreateKeyVersionResponseBody struct {
	KeyVersion *CreateKeyVersionResponseBodyKeyVersion `json:"KeyVersion,omitempty" xml:"KeyVersion,omitempty" type:"Struct"`
	RequestId  *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateKeyVersionResponseBody) GoString

func (s CreateKeyVersionResponseBody) GoString() string

func (*CreateKeyVersionResponseBody) SetRequestId

func (CreateKeyVersionResponseBody) String

type CreateKeyVersionResponseBodyKeyVersion

type CreateKeyVersionResponseBodyKeyVersion struct {
	CreationDate *string `json:"CreationDate,omitempty" xml:"CreationDate,omitempty"`
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
}

func (CreateKeyVersionResponseBodyKeyVersion) GoString

func (*CreateKeyVersionResponseBodyKeyVersion) SetCreationDate

func (*CreateKeyVersionResponseBodyKeyVersion) SetKeyId

func (*CreateKeyVersionResponseBodyKeyVersion) SetKeyVersionId

func (CreateKeyVersionResponseBodyKeyVersion) String

type CreateSecretRequest

type CreateSecretRequest struct {
	Description             *string                `json:"Description,omitempty" xml:"Description,omitempty"`
	EnableAutomaticRotation *bool                  `json:"EnableAutomaticRotation,omitempty" xml:"EnableAutomaticRotation,omitempty"`
	EncryptionKeyId         *string                `json:"EncryptionKeyId,omitempty" xml:"EncryptionKeyId,omitempty"`
	ExtendedConfig          map[string]interface{} `json:"ExtendedConfig,omitempty" xml:"ExtendedConfig,omitempty"`
	RotationInterval        *string                `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
	SecretData              *string                `json:"SecretData,omitempty" xml:"SecretData,omitempty"`
	SecretDataType          *string                `json:"SecretDataType,omitempty" xml:"SecretDataType,omitempty"`
	SecretName              *string                `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	SecretType              *string                `json:"SecretType,omitempty" xml:"SecretType,omitempty"`
	Tags                    *string                `json:"Tags,omitempty" xml:"Tags,omitempty"`
	VersionId               *string                `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (CreateSecretRequest) GoString

func (s CreateSecretRequest) GoString() string

func (*CreateSecretRequest) SetDescription

func (s *CreateSecretRequest) SetDescription(v string) *CreateSecretRequest

func (*CreateSecretRequest) SetEnableAutomaticRotation

func (s *CreateSecretRequest) SetEnableAutomaticRotation(v bool) *CreateSecretRequest

func (*CreateSecretRequest) SetEncryptionKeyId

func (s *CreateSecretRequest) SetEncryptionKeyId(v string) *CreateSecretRequest

func (*CreateSecretRequest) SetExtendedConfig

func (s *CreateSecretRequest) SetExtendedConfig(v map[string]interface{}) *CreateSecretRequest

func (*CreateSecretRequest) SetRotationInterval

func (s *CreateSecretRequest) SetRotationInterval(v string) *CreateSecretRequest

func (*CreateSecretRequest) SetSecretData

func (s *CreateSecretRequest) SetSecretData(v string) *CreateSecretRequest

func (*CreateSecretRequest) SetSecretDataType

func (s *CreateSecretRequest) SetSecretDataType(v string) *CreateSecretRequest

func (*CreateSecretRequest) SetSecretName

func (s *CreateSecretRequest) SetSecretName(v string) *CreateSecretRequest

func (*CreateSecretRequest) SetSecretType

func (s *CreateSecretRequest) SetSecretType(v string) *CreateSecretRequest

func (*CreateSecretRequest) SetTags

func (*CreateSecretRequest) SetVersionId

func (s *CreateSecretRequest) SetVersionId(v string) *CreateSecretRequest

func (CreateSecretRequest) String

func (s CreateSecretRequest) String() string

type CreateSecretResponse

type CreateSecretResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *CreateSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateSecretResponse) GoString

func (s CreateSecretResponse) GoString() string

func (*CreateSecretResponse) SetBody

func (*CreateSecretResponse) SetHeaders

func (s *CreateSecretResponse) SetHeaders(v map[string]*string) *CreateSecretResponse

func (*CreateSecretResponse) SetStatusCode

func (s *CreateSecretResponse) SetStatusCode(v int32) *CreateSecretResponse

func (CreateSecretResponse) String

func (s CreateSecretResponse) String() string

type CreateSecretResponseBody

type CreateSecretResponseBody struct {
	Arn               *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	AutomaticRotation *string `json:"AutomaticRotation,omitempty" xml:"AutomaticRotation,omitempty"`
	ExtendedConfig    *string `json:"ExtendedConfig,omitempty" xml:"ExtendedConfig,omitempty"`
	NextRotationDate  *string `json:"NextRotationDate,omitempty" xml:"NextRotationDate,omitempty"`
	RequestId         *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RotationInterval  *string `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
	SecretName        *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	SecretType        *string `json:"SecretType,omitempty" xml:"SecretType,omitempty"`
	VersionId         *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (CreateSecretResponseBody) GoString

func (s CreateSecretResponseBody) GoString() string

func (*CreateSecretResponseBody) SetArn

func (*CreateSecretResponseBody) SetAutomaticRotation

func (s *CreateSecretResponseBody) SetAutomaticRotation(v string) *CreateSecretResponseBody

func (*CreateSecretResponseBody) SetExtendedConfig

func (s *CreateSecretResponseBody) SetExtendedConfig(v string) *CreateSecretResponseBody

func (*CreateSecretResponseBody) SetNextRotationDate

func (s *CreateSecretResponseBody) SetNextRotationDate(v string) *CreateSecretResponseBody

func (*CreateSecretResponseBody) SetRequestId

func (*CreateSecretResponseBody) SetRotationInterval

func (s *CreateSecretResponseBody) SetRotationInterval(v string) *CreateSecretResponseBody

func (*CreateSecretResponseBody) SetSecretName

func (*CreateSecretResponseBody) SetSecretType

func (*CreateSecretResponseBody) SetVersionId

func (CreateSecretResponseBody) String

func (s CreateSecretResponseBody) String() string

type CreateSecretShrinkRequest

type CreateSecretShrinkRequest struct {
	Description             *string `json:"Description,omitempty" xml:"Description,omitempty"`
	EnableAutomaticRotation *bool   `json:"EnableAutomaticRotation,omitempty" xml:"EnableAutomaticRotation,omitempty"`
	EncryptionKeyId         *string `json:"EncryptionKeyId,omitempty" xml:"EncryptionKeyId,omitempty"`
	ExtendedConfigShrink    *string `json:"ExtendedConfig,omitempty" xml:"ExtendedConfig,omitempty"`
	RotationInterval        *string `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
	SecretData              *string `json:"SecretData,omitempty" xml:"SecretData,omitempty"`
	SecretDataType          *string `json:"SecretDataType,omitempty" xml:"SecretDataType,omitempty"`
	SecretName              *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	SecretType              *string `json:"SecretType,omitempty" xml:"SecretType,omitempty"`
	Tags                    *string `json:"Tags,omitempty" xml:"Tags,omitempty"`
	VersionId               *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (CreateSecretShrinkRequest) GoString

func (s CreateSecretShrinkRequest) GoString() string

func (*CreateSecretShrinkRequest) SetDescription

func (*CreateSecretShrinkRequest) SetEnableAutomaticRotation

func (s *CreateSecretShrinkRequest) SetEnableAutomaticRotation(v bool) *CreateSecretShrinkRequest

func (*CreateSecretShrinkRequest) SetEncryptionKeyId

func (*CreateSecretShrinkRequest) SetExtendedConfigShrink

func (s *CreateSecretShrinkRequest) SetExtendedConfigShrink(v string) *CreateSecretShrinkRequest

func (*CreateSecretShrinkRequest) SetRotationInterval

func (s *CreateSecretShrinkRequest) SetRotationInterval(v string) *CreateSecretShrinkRequest

func (*CreateSecretShrinkRequest) SetSecretData

func (*CreateSecretShrinkRequest) SetSecretDataType

func (*CreateSecretShrinkRequest) SetSecretName

func (*CreateSecretShrinkRequest) SetSecretType

func (*CreateSecretShrinkRequest) SetTags

func (*CreateSecretShrinkRequest) SetVersionId

func (CreateSecretShrinkRequest) String

func (s CreateSecretShrinkRequest) String() string

type DecryptRequest

type DecryptRequest struct {
	CiphertextBlob    *string                `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	EncryptionContext map[string]interface{} `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
}

func (DecryptRequest) GoString

func (s DecryptRequest) GoString() string

func (*DecryptRequest) SetCiphertextBlob

func (s *DecryptRequest) SetCiphertextBlob(v string) *DecryptRequest

func (*DecryptRequest) SetEncryptionContext

func (s *DecryptRequest) SetEncryptionContext(v map[string]interface{}) *DecryptRequest

func (DecryptRequest) String

func (s DecryptRequest) String() string

type DecryptResponse

type DecryptResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DecryptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DecryptResponse) GoString

func (s DecryptResponse) GoString() string

func (*DecryptResponse) SetBody

func (*DecryptResponse) SetHeaders

func (s *DecryptResponse) SetHeaders(v map[string]*string) *DecryptResponse

func (*DecryptResponse) SetStatusCode

func (s *DecryptResponse) SetStatusCode(v int32) *DecryptResponse

func (DecryptResponse) String

func (s DecryptResponse) String() string

type DecryptResponseBody

type DecryptResponseBody struct {
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	Plaintext    *string `json:"Plaintext,omitempty" xml:"Plaintext,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DecryptResponseBody) GoString

func (s DecryptResponseBody) GoString() string

func (*DecryptResponseBody) SetKeyId

func (*DecryptResponseBody) SetKeyVersionId

func (s *DecryptResponseBody) SetKeyVersionId(v string) *DecryptResponseBody

func (*DecryptResponseBody) SetPlaintext

func (s *DecryptResponseBody) SetPlaintext(v string) *DecryptResponseBody

func (*DecryptResponseBody) SetRequestId

func (s *DecryptResponseBody) SetRequestId(v string) *DecryptResponseBody

func (DecryptResponseBody) String

func (s DecryptResponseBody) String() string

type DecryptShrinkRequest

type DecryptShrinkRequest struct {
	CiphertextBlob          *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	EncryptionContextShrink *string `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
}

func (DecryptShrinkRequest) GoString

func (s DecryptShrinkRequest) GoString() string

func (*DecryptShrinkRequest) SetCiphertextBlob

func (s *DecryptShrinkRequest) SetCiphertextBlob(v string) *DecryptShrinkRequest

func (*DecryptShrinkRequest) SetEncryptionContextShrink

func (s *DecryptShrinkRequest) SetEncryptionContextShrink(v string) *DecryptShrinkRequest

func (DecryptShrinkRequest) String

func (s DecryptShrinkRequest) String() string

type DeleteAliasRequest

type DeleteAliasRequest struct {
	AliasName *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
}

func (DeleteAliasRequest) GoString

func (s DeleteAliasRequest) GoString() string

func (*DeleteAliasRequest) SetAliasName

func (s *DeleteAliasRequest) SetAliasName(v string) *DeleteAliasRequest

func (DeleteAliasRequest) String

func (s DeleteAliasRequest) String() string

type DeleteAliasResponse

type DeleteAliasResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteAliasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteAliasResponse) GoString

func (s DeleteAliasResponse) GoString() string

func (*DeleteAliasResponse) SetBody

func (*DeleteAliasResponse) SetHeaders

func (s *DeleteAliasResponse) SetHeaders(v map[string]*string) *DeleteAliasResponse

func (*DeleteAliasResponse) SetStatusCode

func (s *DeleteAliasResponse) SetStatusCode(v int32) *DeleteAliasResponse

func (DeleteAliasResponse) String

func (s DeleteAliasResponse) String() string

type DeleteAliasResponseBody

type DeleteAliasResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteAliasResponseBody) GoString

func (s DeleteAliasResponseBody) GoString() string

func (*DeleteAliasResponseBody) SetRequestId

func (DeleteAliasResponseBody) String

func (s DeleteAliasResponseBody) String() string

type DeleteCertificateRequest

type DeleteCertificateRequest struct {
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
}

func (DeleteCertificateRequest) GoString

func (s DeleteCertificateRequest) GoString() string

func (*DeleteCertificateRequest) SetCertificateId

func (DeleteCertificateRequest) String

func (s DeleteCertificateRequest) String() string

type DeleteCertificateResponse

type DeleteCertificateResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteCertificateResponse) GoString

func (s DeleteCertificateResponse) GoString() string

func (*DeleteCertificateResponse) SetBody

func (*DeleteCertificateResponse) SetHeaders

func (*DeleteCertificateResponse) SetStatusCode

func (DeleteCertificateResponse) String

func (s DeleteCertificateResponse) String() string

type DeleteCertificateResponseBody

type DeleteCertificateResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteCertificateResponseBody) GoString

func (*DeleteCertificateResponseBody) SetRequestId

func (DeleteCertificateResponseBody) String

type DeleteKeyMaterialRequest

type DeleteKeyMaterialRequest struct {
	KeyId *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (DeleteKeyMaterialRequest) GoString

func (s DeleteKeyMaterialRequest) GoString() string

func (*DeleteKeyMaterialRequest) SetKeyId

func (DeleteKeyMaterialRequest) String

func (s DeleteKeyMaterialRequest) String() string

type DeleteKeyMaterialResponse

type DeleteKeyMaterialResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteKeyMaterialResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteKeyMaterialResponse) GoString

func (s DeleteKeyMaterialResponse) GoString() string

func (*DeleteKeyMaterialResponse) SetBody

func (*DeleteKeyMaterialResponse) SetHeaders

func (*DeleteKeyMaterialResponse) SetStatusCode

func (DeleteKeyMaterialResponse) String

func (s DeleteKeyMaterialResponse) String() string

type DeleteKeyMaterialResponseBody

type DeleteKeyMaterialResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteKeyMaterialResponseBody) GoString

func (*DeleteKeyMaterialResponseBody) SetRequestId

func (DeleteKeyMaterialResponseBody) String

type DeleteSecretRequest

type DeleteSecretRequest struct {
	ForceDeleteWithoutRecovery *string `json:"ForceDeleteWithoutRecovery,omitempty" xml:"ForceDeleteWithoutRecovery,omitempty"`
	RecoveryWindowInDays       *string `json:"RecoveryWindowInDays,omitempty" xml:"RecoveryWindowInDays,omitempty"`
	SecretName                 *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (DeleteSecretRequest) GoString

func (s DeleteSecretRequest) GoString() string

func (*DeleteSecretRequest) SetForceDeleteWithoutRecovery

func (s *DeleteSecretRequest) SetForceDeleteWithoutRecovery(v string) *DeleteSecretRequest

func (*DeleteSecretRequest) SetRecoveryWindowInDays

func (s *DeleteSecretRequest) SetRecoveryWindowInDays(v string) *DeleteSecretRequest

func (*DeleteSecretRequest) SetSecretName

func (s *DeleteSecretRequest) SetSecretName(v string) *DeleteSecretRequest

func (DeleteSecretRequest) String

func (s DeleteSecretRequest) String() string

type DeleteSecretResponse

type DeleteSecretResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DeleteSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DeleteSecretResponse) GoString

func (s DeleteSecretResponse) GoString() string

func (*DeleteSecretResponse) SetBody

func (*DeleteSecretResponse) SetHeaders

func (s *DeleteSecretResponse) SetHeaders(v map[string]*string) *DeleteSecretResponse

func (*DeleteSecretResponse) SetStatusCode

func (s *DeleteSecretResponse) SetStatusCode(v int32) *DeleteSecretResponse

func (DeleteSecretResponse) String

func (s DeleteSecretResponse) String() string

type DeleteSecretResponseBody

type DeleteSecretResponseBody struct {
	PlannedDeleteTime *string `json:"PlannedDeleteTime,omitempty" xml:"PlannedDeleteTime,omitempty"`
	RequestId         *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretName        *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (DeleteSecretResponseBody) GoString

func (s DeleteSecretResponseBody) GoString() string

func (*DeleteSecretResponseBody) SetPlannedDeleteTime

func (s *DeleteSecretResponseBody) SetPlannedDeleteTime(v string) *DeleteSecretResponseBody

func (*DeleteSecretResponseBody) SetRequestId

func (*DeleteSecretResponseBody) SetSecretName

func (DeleteSecretResponseBody) String

func (s DeleteSecretResponseBody) String() string

type DescribeAccountKmsStatusResponse

type DescribeAccountKmsStatusResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeAccountKmsStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeAccountKmsStatusResponse) GoString

func (*DescribeAccountKmsStatusResponse) SetHeaders

func (*DescribeAccountKmsStatusResponse) SetStatusCode

func (DescribeAccountKmsStatusResponse) String

type DescribeAccountKmsStatusResponseBody

type DescribeAccountKmsStatusResponseBody struct {
	AccountStatus *string `json:"AccountStatus,omitempty" xml:"AccountStatus,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeAccountKmsStatusResponseBody) GoString

func (*DescribeAccountKmsStatusResponseBody) SetAccountStatus

func (*DescribeAccountKmsStatusResponseBody) SetRequestId

func (DescribeAccountKmsStatusResponseBody) String

type DescribeCertificateRequest

type DescribeCertificateRequest struct {
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
}

func (DescribeCertificateRequest) GoString

func (s DescribeCertificateRequest) GoString() string

func (*DescribeCertificateRequest) SetCertificateId

func (DescribeCertificateRequest) String

type DescribeCertificateResponse

type DescribeCertificateResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeCertificateResponse) GoString

func (s DescribeCertificateResponse) GoString() string

func (*DescribeCertificateResponse) SetBody

func (*DescribeCertificateResponse) SetHeaders

func (*DescribeCertificateResponse) SetStatusCode

func (DescribeCertificateResponse) String

type DescribeCertificateResponseBody

type DescribeCertificateResponseBody struct {
	Arn                     *string                `json:"Arn,omitempty" xml:"Arn,omitempty"`
	CertificateId           *string                `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	CreatedAt               *string                `json:"CreatedAt,omitempty" xml:"CreatedAt,omitempty"`
	ExportablePrivateKey    *bool                  `json:"ExportablePrivateKey,omitempty" xml:"ExportablePrivateKey,omitempty"`
	Issuer                  *string                `json:"Issuer,omitempty" xml:"Issuer,omitempty"`
	KeySpec                 *string                `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	NotAfter                *string                `json:"NotAfter,omitempty" xml:"NotAfter,omitempty"`
	NotBefore               *string                `json:"NotBefore,omitempty" xml:"NotBefore,omitempty"`
	RequestId               *string                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Serial                  *string                `json:"Serial,omitempty" xml:"Serial,omitempty"`
	SignatureAlgorithm      *string                `json:"SignatureAlgorithm,omitempty" xml:"SignatureAlgorithm,omitempty"`
	Status                  *string                `json:"Status,omitempty" xml:"Status,omitempty"`
	Subject                 *string                `json:"Subject,omitempty" xml:"Subject,omitempty"`
	SubjectAlternativeNames []*string              `json:"SubjectAlternativeNames,omitempty" xml:"SubjectAlternativeNames,omitempty" type:"Repeated"`
	SubjectKeyIdentifier    *string                `json:"SubjectKeyIdentifier,omitempty" xml:"SubjectKeyIdentifier,omitempty"`
	SubjectPublicKey        *string                `json:"SubjectPublicKey,omitempty" xml:"SubjectPublicKey,omitempty"`
	Tags                    map[string]interface{} `json:"Tags,omitempty" xml:"Tags,omitempty"`
	UpdatedAt               *string                `json:"UpdatedAt,omitempty" xml:"UpdatedAt,omitempty"`
}

func (DescribeCertificateResponseBody) GoString

func (*DescribeCertificateResponseBody) SetArn

func (*DescribeCertificateResponseBody) SetCertificateId

func (*DescribeCertificateResponseBody) SetCreatedAt

func (*DescribeCertificateResponseBody) SetExportablePrivateKey

func (*DescribeCertificateResponseBody) SetIssuer

func (*DescribeCertificateResponseBody) SetKeySpec

func (*DescribeCertificateResponseBody) SetNotAfter

func (*DescribeCertificateResponseBody) SetNotBefore

func (*DescribeCertificateResponseBody) SetRequestId

func (*DescribeCertificateResponseBody) SetSerial

func (*DescribeCertificateResponseBody) SetSignatureAlgorithm

func (*DescribeCertificateResponseBody) SetStatus

func (*DescribeCertificateResponseBody) SetSubject

func (*DescribeCertificateResponseBody) SetSubjectAlternativeNames

func (s *DescribeCertificateResponseBody) SetSubjectAlternativeNames(v []*string) *DescribeCertificateResponseBody

func (*DescribeCertificateResponseBody) SetSubjectKeyIdentifier

func (*DescribeCertificateResponseBody) SetSubjectPublicKey

func (*DescribeCertificateResponseBody) SetTags

func (*DescribeCertificateResponseBody) SetUpdatedAt

func (DescribeCertificateResponseBody) String

type DescribeKeyRequest

type DescribeKeyRequest struct {
	KeyId *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (DescribeKeyRequest) GoString

func (s DescribeKeyRequest) GoString() string

func (*DescribeKeyRequest) SetKeyId

func (DescribeKeyRequest) String

func (s DescribeKeyRequest) String() string

type DescribeKeyResponse

type DescribeKeyResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeKeyResponse) GoString

func (s DescribeKeyResponse) GoString() string

func (*DescribeKeyResponse) SetBody

func (*DescribeKeyResponse) SetHeaders

func (s *DescribeKeyResponse) SetHeaders(v map[string]*string) *DescribeKeyResponse

func (*DescribeKeyResponse) SetStatusCode

func (s *DescribeKeyResponse) SetStatusCode(v int32) *DescribeKeyResponse

func (DescribeKeyResponse) String

func (s DescribeKeyResponse) String() string

type DescribeKeyResponseBody

type DescribeKeyResponseBody struct {
	KeyMetadata *DescribeKeyResponseBodyKeyMetadata `json:"KeyMetadata,omitempty" xml:"KeyMetadata,omitempty" type:"Struct"`
	RequestId   *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeKeyResponseBody) GoString

func (s DescribeKeyResponseBody) GoString() string

func (*DescribeKeyResponseBody) SetKeyMetadata

func (*DescribeKeyResponseBody) SetRequestId

func (DescribeKeyResponseBody) String

func (s DescribeKeyResponseBody) String() string

type DescribeKeyResponseBodyKeyMetadata

type DescribeKeyResponseBodyKeyMetadata struct {
	Arn                           *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	AutomaticRotation             *string `json:"AutomaticRotation,omitempty" xml:"AutomaticRotation,omitempty"`
	CreationDate                  *string `json:"CreationDate,omitempty" xml:"CreationDate,omitempty"`
	Creator                       *string `json:"Creator,omitempty" xml:"Creator,omitempty"`
	DeleteDate                    *string `json:"DeleteDate,omitempty" xml:"DeleteDate,omitempty"`
	DeletionProtection            *string `json:"DeletionProtection,omitempty" xml:"DeletionProtection,omitempty"`
	DeletionProtectionDescription *string `json:"DeletionProtectionDescription,omitempty" xml:"DeletionProtectionDescription,omitempty"`
	Description                   *string `json:"Description,omitempty" xml:"Description,omitempty"`
	KeyId                         *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeySpec                       *string `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	KeyState                      *string `json:"KeyState,omitempty" xml:"KeyState,omitempty"`
	KeyUsage                      *string `json:"KeyUsage,omitempty" xml:"KeyUsage,omitempty"`
	LastRotationDate              *string `json:"LastRotationDate,omitempty" xml:"LastRotationDate,omitempty"`
	MaterialExpireTime            *string `json:"MaterialExpireTime,omitempty" xml:"MaterialExpireTime,omitempty"`
	NextRotationDate              *string `json:"NextRotationDate,omitempty" xml:"NextRotationDate,omitempty"`
	Origin                        *string `json:"Origin,omitempty" xml:"Origin,omitempty"`
	PrimaryKeyVersion             *string `json:"PrimaryKeyVersion,omitempty" xml:"PrimaryKeyVersion,omitempty"`
	ProtectionLevel               *string `json:"ProtectionLevel,omitempty" xml:"ProtectionLevel,omitempty"`
	RotationInterval              *string `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
}

func (DescribeKeyResponseBodyKeyMetadata) GoString

func (*DescribeKeyResponseBodyKeyMetadata) SetArn

func (*DescribeKeyResponseBodyKeyMetadata) SetAutomaticRotation

func (*DescribeKeyResponseBodyKeyMetadata) SetCreationDate

func (*DescribeKeyResponseBodyKeyMetadata) SetCreator

func (*DescribeKeyResponseBodyKeyMetadata) SetDeleteDate

func (*DescribeKeyResponseBodyKeyMetadata) SetDeletionProtection

func (*DescribeKeyResponseBodyKeyMetadata) SetDeletionProtectionDescription

func (s *DescribeKeyResponseBodyKeyMetadata) SetDeletionProtectionDescription(v string) *DescribeKeyResponseBodyKeyMetadata

func (*DescribeKeyResponseBodyKeyMetadata) SetDescription

func (*DescribeKeyResponseBodyKeyMetadata) SetKeyId

func (*DescribeKeyResponseBodyKeyMetadata) SetKeySpec

func (*DescribeKeyResponseBodyKeyMetadata) SetKeyState

func (*DescribeKeyResponseBodyKeyMetadata) SetKeyUsage

func (*DescribeKeyResponseBodyKeyMetadata) SetLastRotationDate

func (*DescribeKeyResponseBodyKeyMetadata) SetMaterialExpireTime

func (*DescribeKeyResponseBodyKeyMetadata) SetNextRotationDate

func (*DescribeKeyResponseBodyKeyMetadata) SetOrigin

func (*DescribeKeyResponseBodyKeyMetadata) SetPrimaryKeyVersion

func (*DescribeKeyResponseBodyKeyMetadata) SetProtectionLevel

func (*DescribeKeyResponseBodyKeyMetadata) SetRotationInterval

func (DescribeKeyResponseBodyKeyMetadata) String

type DescribeKeyVersionRequest

type DescribeKeyVersionRequest struct {
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
}

func (DescribeKeyVersionRequest) GoString

func (s DescribeKeyVersionRequest) GoString() string

func (*DescribeKeyVersionRequest) SetKeyId

func (*DescribeKeyVersionRequest) SetKeyVersionId

func (DescribeKeyVersionRequest) String

func (s DescribeKeyVersionRequest) String() string

type DescribeKeyVersionResponse

type DescribeKeyVersionResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeKeyVersionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeKeyVersionResponse) GoString

func (s DescribeKeyVersionResponse) GoString() string

func (*DescribeKeyVersionResponse) SetBody

func (*DescribeKeyVersionResponse) SetHeaders

func (*DescribeKeyVersionResponse) SetStatusCode

func (DescribeKeyVersionResponse) String

type DescribeKeyVersionResponseBody

type DescribeKeyVersionResponseBody struct {
	KeyVersion *DescribeKeyVersionResponseBodyKeyVersion `json:"KeyVersion,omitempty" xml:"KeyVersion,omitempty" type:"Struct"`
	RequestId  *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeKeyVersionResponseBody) GoString

func (*DescribeKeyVersionResponseBody) SetRequestId

func (DescribeKeyVersionResponseBody) String

type DescribeKeyVersionResponseBodyKeyVersion

type DescribeKeyVersionResponseBodyKeyVersion struct {
	CreationDate *string `json:"CreationDate,omitempty" xml:"CreationDate,omitempty"`
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
}

func (DescribeKeyVersionResponseBodyKeyVersion) GoString

func (*DescribeKeyVersionResponseBodyKeyVersion) SetCreationDate

func (*DescribeKeyVersionResponseBodyKeyVersion) SetKeyId

func (*DescribeKeyVersionResponseBodyKeyVersion) SetKeyVersionId

func (DescribeKeyVersionResponseBodyKeyVersion) String

type DescribeRegionsResponse

type DescribeRegionsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeRegionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeRegionsResponse) GoString

func (s DescribeRegionsResponse) GoString() string

func (*DescribeRegionsResponse) SetBody

func (*DescribeRegionsResponse) SetHeaders

func (*DescribeRegionsResponse) SetStatusCode

func (DescribeRegionsResponse) String

func (s DescribeRegionsResponse) String() string

type DescribeRegionsResponseBody

type DescribeRegionsResponseBody struct {
	Regions   *DescribeRegionsResponseBodyRegions `json:"Regions,omitempty" xml:"Regions,omitempty" type:"Struct"`
	RequestId *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DescribeRegionsResponseBody) GoString

func (s DescribeRegionsResponseBody) GoString() string

func (*DescribeRegionsResponseBody) SetRegions

func (*DescribeRegionsResponseBody) SetRequestId

func (DescribeRegionsResponseBody) String

type DescribeRegionsResponseBodyRegions

type DescribeRegionsResponseBodyRegions struct {
	Region []*DescribeRegionsResponseBodyRegionsRegion `json:"Region,omitempty" xml:"Region,omitempty" type:"Repeated"`
}

func (DescribeRegionsResponseBodyRegions) GoString

func (DescribeRegionsResponseBodyRegions) String

type DescribeRegionsResponseBodyRegionsRegion

type DescribeRegionsResponseBodyRegionsRegion struct {
	RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
}

func (DescribeRegionsResponseBodyRegionsRegion) GoString

func (*DescribeRegionsResponseBodyRegionsRegion) SetRegionId

func (DescribeRegionsResponseBodyRegionsRegion) String

type DescribeSecretRequest

type DescribeSecretRequest struct {
	FetchTags  *string `json:"FetchTags,omitempty" xml:"FetchTags,omitempty"`
	SecretName *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (DescribeSecretRequest) GoString

func (s DescribeSecretRequest) GoString() string

func (*DescribeSecretRequest) SetFetchTags

func (*DescribeSecretRequest) SetSecretName

func (s *DescribeSecretRequest) SetSecretName(v string) *DescribeSecretRequest

func (DescribeSecretRequest) String

func (s DescribeSecretRequest) String() string

type DescribeSecretResponse

type DescribeSecretResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DescribeSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DescribeSecretResponse) GoString

func (s DescribeSecretResponse) GoString() string

func (*DescribeSecretResponse) SetBody

func (*DescribeSecretResponse) SetHeaders

func (*DescribeSecretResponse) SetStatusCode

func (DescribeSecretResponse) String

func (s DescribeSecretResponse) String() string

type DescribeSecretResponseBody

type DescribeSecretResponseBody struct {
	Arn               *string                         `json:"Arn,omitempty" xml:"Arn,omitempty"`
	AutomaticRotation *string                         `json:"AutomaticRotation,omitempty" xml:"AutomaticRotation,omitempty"`
	CreateTime        *string                         `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	Description       *string                         `json:"Description,omitempty" xml:"Description,omitempty"`
	EncryptionKeyId   *string                         `json:"EncryptionKeyId,omitempty" xml:"EncryptionKeyId,omitempty"`
	ExtendedConfig    *string                         `json:"ExtendedConfig,omitempty" xml:"ExtendedConfig,omitempty"`
	LastRotationDate  *string                         `json:"LastRotationDate,omitempty" xml:"LastRotationDate,omitempty"`
	NextRotationDate  *string                         `json:"NextRotationDate,omitempty" xml:"NextRotationDate,omitempty"`
	PlannedDeleteTime *string                         `json:"PlannedDeleteTime,omitempty" xml:"PlannedDeleteTime,omitempty"`
	RequestId         *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RotationInterval  *string                         `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
	SecretName        *string                         `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	SecretType        *string                         `json:"SecretType,omitempty" xml:"SecretType,omitempty"`
	Tags              *DescribeSecretResponseBodyTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Struct"`
	UpdateTime        *string                         `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (DescribeSecretResponseBody) GoString

func (s DescribeSecretResponseBody) GoString() string

func (*DescribeSecretResponseBody) SetArn

func (*DescribeSecretResponseBody) SetAutomaticRotation

func (s *DescribeSecretResponseBody) SetAutomaticRotation(v string) *DescribeSecretResponseBody

func (*DescribeSecretResponseBody) SetCreateTime

func (*DescribeSecretResponseBody) SetDescription

func (*DescribeSecretResponseBody) SetEncryptionKeyId

func (*DescribeSecretResponseBody) SetExtendedConfig

func (*DescribeSecretResponseBody) SetLastRotationDate

func (*DescribeSecretResponseBody) SetNextRotationDate

func (*DescribeSecretResponseBody) SetPlannedDeleteTime

func (s *DescribeSecretResponseBody) SetPlannedDeleteTime(v string) *DescribeSecretResponseBody

func (*DescribeSecretResponseBody) SetRequestId

func (*DescribeSecretResponseBody) SetRotationInterval

func (*DescribeSecretResponseBody) SetSecretName

func (*DescribeSecretResponseBody) SetSecretType

func (*DescribeSecretResponseBody) SetTags

func (*DescribeSecretResponseBody) SetUpdateTime

func (DescribeSecretResponseBody) String

type DescribeSecretResponseBodyTags

type DescribeSecretResponseBodyTags struct {
	Tag []*DescribeSecretResponseBodyTagsTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (DescribeSecretResponseBodyTags) GoString

func (*DescribeSecretResponseBodyTags) SetTag

func (DescribeSecretResponseBodyTags) String

type DescribeSecretResponseBodyTagsTag

type DescribeSecretResponseBodyTagsTag struct {
	TagKey   *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
	TagValue *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"`
}

func (DescribeSecretResponseBodyTagsTag) GoString

func (*DescribeSecretResponseBodyTagsTag) SetTagKey

func (*DescribeSecretResponseBodyTagsTag) SetTagValue

func (DescribeSecretResponseBodyTagsTag) String

type DisableKeyRequest

type DisableKeyRequest struct {
	KeyId *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (DisableKeyRequest) GoString

func (s DisableKeyRequest) GoString() string

func (*DisableKeyRequest) SetKeyId

func (s *DisableKeyRequest) SetKeyId(v string) *DisableKeyRequest

func (DisableKeyRequest) String

func (s DisableKeyRequest) String() string

type DisableKeyResponse

type DisableKeyResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DisableKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (DisableKeyResponse) GoString

func (s DisableKeyResponse) GoString() string

func (*DisableKeyResponse) SetBody

func (*DisableKeyResponse) SetHeaders

func (s *DisableKeyResponse) SetHeaders(v map[string]*string) *DisableKeyResponse

func (*DisableKeyResponse) SetStatusCode

func (s *DisableKeyResponse) SetStatusCode(v int32) *DisableKeyResponse

func (DisableKeyResponse) String

func (s DisableKeyResponse) String() string

type DisableKeyResponseBody

type DisableKeyResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DisableKeyResponseBody) GoString

func (s DisableKeyResponseBody) GoString() string

func (*DisableKeyResponseBody) SetRequestId

func (DisableKeyResponseBody) String

func (s DisableKeyResponseBody) String() string

type EnableKeyRequest

type EnableKeyRequest struct {
	KeyId *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (EnableKeyRequest) GoString

func (s EnableKeyRequest) GoString() string

func (*EnableKeyRequest) SetKeyId

func (s *EnableKeyRequest) SetKeyId(v string) *EnableKeyRequest

func (EnableKeyRequest) String

func (s EnableKeyRequest) String() string

type EnableKeyResponse

type EnableKeyResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EnableKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EnableKeyResponse) GoString

func (s EnableKeyResponse) GoString() string

func (*EnableKeyResponse) SetBody

func (*EnableKeyResponse) SetHeaders

func (s *EnableKeyResponse) SetHeaders(v map[string]*string) *EnableKeyResponse

func (*EnableKeyResponse) SetStatusCode

func (s *EnableKeyResponse) SetStatusCode(v int32) *EnableKeyResponse

func (EnableKeyResponse) String

func (s EnableKeyResponse) String() string

type EnableKeyResponseBody

type EnableKeyResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EnableKeyResponseBody) GoString

func (s EnableKeyResponseBody) GoString() string

func (*EnableKeyResponseBody) SetRequestId

func (EnableKeyResponseBody) String

func (s EnableKeyResponseBody) String() string

type EncryptRequest

type EncryptRequest struct {
	EncryptionContext map[string]interface{} `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	KeyId             *string                `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	Plaintext         *string                `json:"Plaintext,omitempty" xml:"Plaintext,omitempty"`
}

func (EncryptRequest) GoString

func (s EncryptRequest) GoString() string

func (*EncryptRequest) SetEncryptionContext

func (s *EncryptRequest) SetEncryptionContext(v map[string]interface{}) *EncryptRequest

func (*EncryptRequest) SetKeyId

func (s *EncryptRequest) SetKeyId(v string) *EncryptRequest

func (*EncryptRequest) SetPlaintext

func (s *EncryptRequest) SetPlaintext(v string) *EncryptRequest

func (EncryptRequest) String

func (s EncryptRequest) String() string

type EncryptResponse

type EncryptResponse struct {
	Headers    map[string]*string   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *EncryptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (EncryptResponse) GoString

func (s EncryptResponse) GoString() string

func (*EncryptResponse) SetBody

func (*EncryptResponse) SetHeaders

func (s *EncryptResponse) SetHeaders(v map[string]*string) *EncryptResponse

func (*EncryptResponse) SetStatusCode

func (s *EncryptResponse) SetStatusCode(v int32) *EncryptResponse

func (EncryptResponse) String

func (s EncryptResponse) String() string

type EncryptResponseBody

type EncryptResponseBody struct {
	CiphertextBlob *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	KeyId          *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId   *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (EncryptResponseBody) GoString

func (s EncryptResponseBody) GoString() string

func (*EncryptResponseBody) SetCiphertextBlob

func (s *EncryptResponseBody) SetCiphertextBlob(v string) *EncryptResponseBody

func (*EncryptResponseBody) SetKeyId

func (*EncryptResponseBody) SetKeyVersionId

func (s *EncryptResponseBody) SetKeyVersionId(v string) *EncryptResponseBody

func (*EncryptResponseBody) SetRequestId

func (s *EncryptResponseBody) SetRequestId(v string) *EncryptResponseBody

func (EncryptResponseBody) String

func (s EncryptResponseBody) String() string

type EncryptShrinkRequest

type EncryptShrinkRequest struct {
	EncryptionContextShrink *string `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	KeyId                   *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	Plaintext               *string `json:"Plaintext,omitempty" xml:"Plaintext,omitempty"`
}

func (EncryptShrinkRequest) GoString

func (s EncryptShrinkRequest) GoString() string

func (*EncryptShrinkRequest) SetEncryptionContextShrink

func (s *EncryptShrinkRequest) SetEncryptionContextShrink(v string) *EncryptShrinkRequest

func (*EncryptShrinkRequest) SetKeyId

func (*EncryptShrinkRequest) SetPlaintext

func (s *EncryptShrinkRequest) SetPlaintext(v string) *EncryptShrinkRequest

func (EncryptShrinkRequest) String

func (s EncryptShrinkRequest) String() string

type ExportDataKeyRequest

type ExportDataKeyRequest struct {
	CiphertextBlob    *string                `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	EncryptionContext map[string]interface{} `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	PublicKeyBlob     *string                `json:"PublicKeyBlob,omitempty" xml:"PublicKeyBlob,omitempty"`
	WrappingAlgorithm *string                `json:"WrappingAlgorithm,omitempty" xml:"WrappingAlgorithm,omitempty"`
	WrappingKeySpec   *string                `json:"WrappingKeySpec,omitempty" xml:"WrappingKeySpec,omitempty"`
}

func (ExportDataKeyRequest) GoString

func (s ExportDataKeyRequest) GoString() string

func (*ExportDataKeyRequest) SetCiphertextBlob

func (s *ExportDataKeyRequest) SetCiphertextBlob(v string) *ExportDataKeyRequest

func (*ExportDataKeyRequest) SetEncryptionContext

func (s *ExportDataKeyRequest) SetEncryptionContext(v map[string]interface{}) *ExportDataKeyRequest

func (*ExportDataKeyRequest) SetPublicKeyBlob

func (s *ExportDataKeyRequest) SetPublicKeyBlob(v string) *ExportDataKeyRequest

func (*ExportDataKeyRequest) SetWrappingAlgorithm

func (s *ExportDataKeyRequest) SetWrappingAlgorithm(v string) *ExportDataKeyRequest

func (*ExportDataKeyRequest) SetWrappingKeySpec

func (s *ExportDataKeyRequest) SetWrappingKeySpec(v string) *ExportDataKeyRequest

func (ExportDataKeyRequest) String

func (s ExportDataKeyRequest) String() string

type ExportDataKeyResponse

type ExportDataKeyResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ExportDataKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ExportDataKeyResponse) GoString

func (s ExportDataKeyResponse) GoString() string

func (*ExportDataKeyResponse) SetBody

func (*ExportDataKeyResponse) SetHeaders

func (*ExportDataKeyResponse) SetStatusCode

func (s *ExportDataKeyResponse) SetStatusCode(v int32) *ExportDataKeyResponse

func (ExportDataKeyResponse) String

func (s ExportDataKeyResponse) String() string

type ExportDataKeyResponseBody

type ExportDataKeyResponseBody struct {
	ExportedDataKey *string `json:"ExportedDataKey,omitempty" xml:"ExportedDataKey,omitempty"`
	KeyId           *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId    *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ExportDataKeyResponseBody) GoString

func (s ExportDataKeyResponseBody) GoString() string

func (*ExportDataKeyResponseBody) SetExportedDataKey

func (*ExportDataKeyResponseBody) SetKeyId

func (*ExportDataKeyResponseBody) SetKeyVersionId

func (*ExportDataKeyResponseBody) SetRequestId

func (ExportDataKeyResponseBody) String

func (s ExportDataKeyResponseBody) String() string

type ExportDataKeyShrinkRequest

type ExportDataKeyShrinkRequest struct {
	CiphertextBlob          *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	EncryptionContextShrink *string `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	PublicKeyBlob           *string `json:"PublicKeyBlob,omitempty" xml:"PublicKeyBlob,omitempty"`
	WrappingAlgorithm       *string `json:"WrappingAlgorithm,omitempty" xml:"WrappingAlgorithm,omitempty"`
	WrappingKeySpec         *string `json:"WrappingKeySpec,omitempty" xml:"WrappingKeySpec,omitempty"`
}

func (ExportDataKeyShrinkRequest) GoString

func (s ExportDataKeyShrinkRequest) GoString() string

func (*ExportDataKeyShrinkRequest) SetCiphertextBlob

func (*ExportDataKeyShrinkRequest) SetEncryptionContextShrink

func (s *ExportDataKeyShrinkRequest) SetEncryptionContextShrink(v string) *ExportDataKeyShrinkRequest

func (*ExportDataKeyShrinkRequest) SetPublicKeyBlob

func (*ExportDataKeyShrinkRequest) SetWrappingAlgorithm

func (s *ExportDataKeyShrinkRequest) SetWrappingAlgorithm(v string) *ExportDataKeyShrinkRequest

func (*ExportDataKeyShrinkRequest) SetWrappingKeySpec

func (ExportDataKeyShrinkRequest) String

type GenerateAndExportDataKeyRequest

type GenerateAndExportDataKeyRequest struct {
	EncryptionContext map[string]interface{} `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	KeyId             *string                `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeySpec           *string                `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	NumberOfBytes     *int32                 `json:"NumberOfBytes,omitempty" xml:"NumberOfBytes,omitempty"`
	PublicKeyBlob     *string                `json:"PublicKeyBlob,omitempty" xml:"PublicKeyBlob,omitempty"`
	WrappingAlgorithm *string                `json:"WrappingAlgorithm,omitempty" xml:"WrappingAlgorithm,omitempty"`
	WrappingKeySpec   *string                `json:"WrappingKeySpec,omitempty" xml:"WrappingKeySpec,omitempty"`
}

func (GenerateAndExportDataKeyRequest) GoString

func (*GenerateAndExportDataKeyRequest) SetEncryptionContext

func (s *GenerateAndExportDataKeyRequest) SetEncryptionContext(v map[string]interface{}) *GenerateAndExportDataKeyRequest

func (*GenerateAndExportDataKeyRequest) SetKeyId

func (*GenerateAndExportDataKeyRequest) SetKeySpec

func (*GenerateAndExportDataKeyRequest) SetNumberOfBytes

func (*GenerateAndExportDataKeyRequest) SetPublicKeyBlob

func (*GenerateAndExportDataKeyRequest) SetWrappingAlgorithm

func (*GenerateAndExportDataKeyRequest) SetWrappingKeySpec

func (GenerateAndExportDataKeyRequest) String

type GenerateAndExportDataKeyResponse

type GenerateAndExportDataKeyResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GenerateAndExportDataKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GenerateAndExportDataKeyResponse) GoString

func (*GenerateAndExportDataKeyResponse) SetHeaders

func (*GenerateAndExportDataKeyResponse) SetStatusCode

func (GenerateAndExportDataKeyResponse) String

type GenerateAndExportDataKeyResponseBody

type GenerateAndExportDataKeyResponseBody struct {
	CiphertextBlob  *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	ExportedDataKey *string `json:"ExportedDataKey,omitempty" xml:"ExportedDataKey,omitempty"`
	KeyId           *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId    *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GenerateAndExportDataKeyResponseBody) GoString

func (*GenerateAndExportDataKeyResponseBody) SetCiphertextBlob

func (*GenerateAndExportDataKeyResponseBody) SetExportedDataKey

func (*GenerateAndExportDataKeyResponseBody) SetKeyId

func (*GenerateAndExportDataKeyResponseBody) SetKeyVersionId

func (*GenerateAndExportDataKeyResponseBody) SetRequestId

func (GenerateAndExportDataKeyResponseBody) String

type GenerateAndExportDataKeyShrinkRequest

type GenerateAndExportDataKeyShrinkRequest struct {
	EncryptionContextShrink *string `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	KeyId                   *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeySpec                 *string `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	NumberOfBytes           *int32  `json:"NumberOfBytes,omitempty" xml:"NumberOfBytes,omitempty"`
	PublicKeyBlob           *string `json:"PublicKeyBlob,omitempty" xml:"PublicKeyBlob,omitempty"`
	WrappingAlgorithm       *string `json:"WrappingAlgorithm,omitempty" xml:"WrappingAlgorithm,omitempty"`
	WrappingKeySpec         *string `json:"WrappingKeySpec,omitempty" xml:"WrappingKeySpec,omitempty"`
}

func (GenerateAndExportDataKeyShrinkRequest) GoString

func (*GenerateAndExportDataKeyShrinkRequest) SetEncryptionContextShrink

func (*GenerateAndExportDataKeyShrinkRequest) SetKeyId

func (*GenerateAndExportDataKeyShrinkRequest) SetKeySpec

func (*GenerateAndExportDataKeyShrinkRequest) SetNumberOfBytes

func (*GenerateAndExportDataKeyShrinkRequest) SetPublicKeyBlob

func (*GenerateAndExportDataKeyShrinkRequest) SetWrappingAlgorithm

func (*GenerateAndExportDataKeyShrinkRequest) SetWrappingKeySpec

func (GenerateAndExportDataKeyShrinkRequest) String

type GenerateDataKeyRequest

type GenerateDataKeyRequest struct {
	EncryptionContext map[string]interface{} `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	KeyId             *string                `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeySpec           *string                `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	NumberOfBytes     *int32                 `json:"NumberOfBytes,omitempty" xml:"NumberOfBytes,omitempty"`
}

func (GenerateDataKeyRequest) GoString

func (s GenerateDataKeyRequest) GoString() string

func (*GenerateDataKeyRequest) SetEncryptionContext

func (s *GenerateDataKeyRequest) SetEncryptionContext(v map[string]interface{}) *GenerateDataKeyRequest

func (*GenerateDataKeyRequest) SetKeyId

func (*GenerateDataKeyRequest) SetKeySpec

func (*GenerateDataKeyRequest) SetNumberOfBytes

func (s *GenerateDataKeyRequest) SetNumberOfBytes(v int32) *GenerateDataKeyRequest

func (GenerateDataKeyRequest) String

func (s GenerateDataKeyRequest) String() string

type GenerateDataKeyResponse

type GenerateDataKeyResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GenerateDataKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GenerateDataKeyResponse) GoString

func (s GenerateDataKeyResponse) GoString() string

func (*GenerateDataKeyResponse) SetBody

func (*GenerateDataKeyResponse) SetHeaders

func (*GenerateDataKeyResponse) SetStatusCode

func (GenerateDataKeyResponse) String

func (s GenerateDataKeyResponse) String() string

type GenerateDataKeyResponseBody

type GenerateDataKeyResponseBody struct {
	CiphertextBlob *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	KeyId          *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId   *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	Plaintext      *string `json:"Plaintext,omitempty" xml:"Plaintext,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GenerateDataKeyResponseBody) GoString

func (s GenerateDataKeyResponseBody) GoString() string

func (*GenerateDataKeyResponseBody) SetCiphertextBlob

func (*GenerateDataKeyResponseBody) SetKeyId

func (*GenerateDataKeyResponseBody) SetKeyVersionId

func (*GenerateDataKeyResponseBody) SetPlaintext

func (*GenerateDataKeyResponseBody) SetRequestId

func (GenerateDataKeyResponseBody) String

type GenerateDataKeyShrinkRequest

type GenerateDataKeyShrinkRequest struct {
	EncryptionContextShrink *string `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	KeyId                   *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeySpec                 *string `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	NumberOfBytes           *int32  `json:"NumberOfBytes,omitempty" xml:"NumberOfBytes,omitempty"`
}

func (GenerateDataKeyShrinkRequest) GoString

func (s GenerateDataKeyShrinkRequest) GoString() string

func (*GenerateDataKeyShrinkRequest) SetEncryptionContextShrink

func (s *GenerateDataKeyShrinkRequest) SetEncryptionContextShrink(v string) *GenerateDataKeyShrinkRequest

func (*GenerateDataKeyShrinkRequest) SetKeyId

func (*GenerateDataKeyShrinkRequest) SetKeySpec

func (*GenerateDataKeyShrinkRequest) SetNumberOfBytes

func (GenerateDataKeyShrinkRequest) String

type GenerateDataKeyWithoutPlaintextRequest

type GenerateDataKeyWithoutPlaintextRequest struct {
	EncryptionContext map[string]interface{} `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	KeyId             *string                `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeySpec           *string                `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	NumberOfBytes     *int32                 `json:"NumberOfBytes,omitempty" xml:"NumberOfBytes,omitempty"`
}

func (GenerateDataKeyWithoutPlaintextRequest) GoString

func (*GenerateDataKeyWithoutPlaintextRequest) SetEncryptionContext

func (s *GenerateDataKeyWithoutPlaintextRequest) SetEncryptionContext(v map[string]interface{}) *GenerateDataKeyWithoutPlaintextRequest

func (*GenerateDataKeyWithoutPlaintextRequest) SetKeyId

func (*GenerateDataKeyWithoutPlaintextRequest) SetKeySpec

func (*GenerateDataKeyWithoutPlaintextRequest) SetNumberOfBytes

func (GenerateDataKeyWithoutPlaintextRequest) String

type GenerateDataKeyWithoutPlaintextResponse

type GenerateDataKeyWithoutPlaintextResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GenerateDataKeyWithoutPlaintextResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GenerateDataKeyWithoutPlaintextResponse) GoString

func (*GenerateDataKeyWithoutPlaintextResponse) SetHeaders

func (*GenerateDataKeyWithoutPlaintextResponse) SetStatusCode

func (GenerateDataKeyWithoutPlaintextResponse) String

type GenerateDataKeyWithoutPlaintextResponseBody

type GenerateDataKeyWithoutPlaintextResponseBody struct {
	CiphertextBlob *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	KeyId          *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId   *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GenerateDataKeyWithoutPlaintextResponseBody) GoString

func (*GenerateDataKeyWithoutPlaintextResponseBody) SetCiphertextBlob

func (*GenerateDataKeyWithoutPlaintextResponseBody) SetKeyId

func (*GenerateDataKeyWithoutPlaintextResponseBody) SetKeyVersionId

func (*GenerateDataKeyWithoutPlaintextResponseBody) SetRequestId

func (GenerateDataKeyWithoutPlaintextResponseBody) String

type GenerateDataKeyWithoutPlaintextShrinkRequest

type GenerateDataKeyWithoutPlaintextShrinkRequest struct {
	EncryptionContextShrink *string `json:"EncryptionContext,omitempty" xml:"EncryptionContext,omitempty"`
	KeyId                   *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeySpec                 *string `json:"KeySpec,omitempty" xml:"KeySpec,omitempty"`
	NumberOfBytes           *int32  `json:"NumberOfBytes,omitempty" xml:"NumberOfBytes,omitempty"`
}

func (GenerateDataKeyWithoutPlaintextShrinkRequest) GoString

func (*GenerateDataKeyWithoutPlaintextShrinkRequest) SetEncryptionContextShrink

func (*GenerateDataKeyWithoutPlaintextShrinkRequest) SetKeyId

func (*GenerateDataKeyWithoutPlaintextShrinkRequest) SetKeySpec

func (*GenerateDataKeyWithoutPlaintextShrinkRequest) SetNumberOfBytes

func (GenerateDataKeyWithoutPlaintextShrinkRequest) String

type GetCertificateRequest

type GetCertificateRequest struct {
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
}

func (GetCertificateRequest) GoString

func (s GetCertificateRequest) GoString() string

func (*GetCertificateRequest) SetCertificateId

func (s *GetCertificateRequest) SetCertificateId(v string) *GetCertificateRequest

func (GetCertificateRequest) String

func (s GetCertificateRequest) String() string

type GetCertificateResponse

type GetCertificateResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetCertificateResponse) GoString

func (s GetCertificateResponse) GoString() string

func (*GetCertificateResponse) SetBody

func (*GetCertificateResponse) SetHeaders

func (*GetCertificateResponse) SetStatusCode

func (GetCertificateResponse) String

func (s GetCertificateResponse) String() string

type GetCertificateResponseBody

type GetCertificateResponseBody struct {
	Certificate      *string `json:"Certificate,omitempty" xml:"Certificate,omitempty"`
	CertificateChain *string `json:"CertificateChain,omitempty" xml:"CertificateChain,omitempty"`
	CertificateId    *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	Csr              *string `json:"Csr,omitempty" xml:"Csr,omitempty"`
	RequestId        *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetCertificateResponseBody) GoString

func (s GetCertificateResponseBody) GoString() string

func (*GetCertificateResponseBody) SetCertificate

func (*GetCertificateResponseBody) SetCertificateChain

func (*GetCertificateResponseBody) SetCertificateId

func (*GetCertificateResponseBody) SetCsr

func (*GetCertificateResponseBody) SetRequestId

func (GetCertificateResponseBody) String

type GetParametersForImportRequest

type GetParametersForImportRequest struct {
	KeyId             *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	WrappingAlgorithm *string `json:"WrappingAlgorithm,omitempty" xml:"WrappingAlgorithm,omitempty"`
	WrappingKeySpec   *string `json:"WrappingKeySpec,omitempty" xml:"WrappingKeySpec,omitempty"`
}

func (GetParametersForImportRequest) GoString

func (*GetParametersForImportRequest) SetKeyId

func (*GetParametersForImportRequest) SetWrappingAlgorithm

func (*GetParametersForImportRequest) SetWrappingKeySpec

func (GetParametersForImportRequest) String

type GetParametersForImportResponse

type GetParametersForImportResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetParametersForImportResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetParametersForImportResponse) GoString

func (*GetParametersForImportResponse) SetHeaders

func (*GetParametersForImportResponse) SetStatusCode

func (GetParametersForImportResponse) String

type GetParametersForImportResponseBody

type GetParametersForImportResponseBody struct {
	ImportToken     *string `json:"ImportToken,omitempty" xml:"ImportToken,omitempty"`
	KeyId           *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	PublicKey       *string `json:"PublicKey,omitempty" xml:"PublicKey,omitempty"`
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TokenExpireTime *string `json:"TokenExpireTime,omitempty" xml:"TokenExpireTime,omitempty"`
}

func (GetParametersForImportResponseBody) GoString

func (*GetParametersForImportResponseBody) SetImportToken

func (*GetParametersForImportResponseBody) SetKeyId

func (*GetParametersForImportResponseBody) SetPublicKey

func (*GetParametersForImportResponseBody) SetRequestId

func (*GetParametersForImportResponseBody) SetTokenExpireTime

func (GetParametersForImportResponseBody) String

type GetPublicKeyRequest

type GetPublicKeyRequest struct {
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
}

func (GetPublicKeyRequest) GoString

func (s GetPublicKeyRequest) GoString() string

func (*GetPublicKeyRequest) SetKeyId

func (*GetPublicKeyRequest) SetKeyVersionId

func (s *GetPublicKeyRequest) SetKeyVersionId(v string) *GetPublicKeyRequest

func (GetPublicKeyRequest) String

func (s GetPublicKeyRequest) String() string

type GetPublicKeyResponse

type GetPublicKeyResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetPublicKeyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPublicKeyResponse) GoString

func (s GetPublicKeyResponse) GoString() string

func (*GetPublicKeyResponse) SetBody

func (*GetPublicKeyResponse) SetHeaders

func (s *GetPublicKeyResponse) SetHeaders(v map[string]*string) *GetPublicKeyResponse

func (*GetPublicKeyResponse) SetStatusCode

func (s *GetPublicKeyResponse) SetStatusCode(v int32) *GetPublicKeyResponse

func (GetPublicKeyResponse) String

func (s GetPublicKeyResponse) String() string

type GetPublicKeyResponseBody

type GetPublicKeyResponseBody struct {
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	PublicKey    *string `json:"PublicKey,omitempty" xml:"PublicKey,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetPublicKeyResponseBody) GoString

func (s GetPublicKeyResponseBody) GoString() string

func (*GetPublicKeyResponseBody) SetKeyId

func (*GetPublicKeyResponseBody) SetKeyVersionId

func (*GetPublicKeyResponseBody) SetPublicKey

func (*GetPublicKeyResponseBody) SetRequestId

func (GetPublicKeyResponseBody) String

func (s GetPublicKeyResponseBody) String() string

type GetRandomPasswordRequest

type GetRandomPasswordRequest struct {
	ExcludeCharacters       *string `json:"ExcludeCharacters,omitempty" xml:"ExcludeCharacters,omitempty"`
	ExcludeLowercase        *string `json:"ExcludeLowercase,omitempty" xml:"ExcludeLowercase,omitempty"`
	ExcludeNumbers          *string `json:"ExcludeNumbers,omitempty" xml:"ExcludeNumbers,omitempty"`
	ExcludePunctuation      *string `json:"ExcludePunctuation,omitempty" xml:"ExcludePunctuation,omitempty"`
	ExcludeUppercase        *string `json:"ExcludeUppercase,omitempty" xml:"ExcludeUppercase,omitempty"`
	PasswordLength          *string `json:"PasswordLength,omitempty" xml:"PasswordLength,omitempty"`
	RequireEachIncludedType *string `json:"RequireEachIncludedType,omitempty" xml:"RequireEachIncludedType,omitempty"`
}

func (GetRandomPasswordRequest) GoString

func (s GetRandomPasswordRequest) GoString() string

func (*GetRandomPasswordRequest) SetExcludeCharacters

func (s *GetRandomPasswordRequest) SetExcludeCharacters(v string) *GetRandomPasswordRequest

func (*GetRandomPasswordRequest) SetExcludeLowercase

func (s *GetRandomPasswordRequest) SetExcludeLowercase(v string) *GetRandomPasswordRequest

func (*GetRandomPasswordRequest) SetExcludeNumbers

func (s *GetRandomPasswordRequest) SetExcludeNumbers(v string) *GetRandomPasswordRequest

func (*GetRandomPasswordRequest) SetExcludePunctuation

func (s *GetRandomPasswordRequest) SetExcludePunctuation(v string) *GetRandomPasswordRequest

func (*GetRandomPasswordRequest) SetExcludeUppercase

func (s *GetRandomPasswordRequest) SetExcludeUppercase(v string) *GetRandomPasswordRequest

func (*GetRandomPasswordRequest) SetPasswordLength

func (s *GetRandomPasswordRequest) SetPasswordLength(v string) *GetRandomPasswordRequest

func (*GetRandomPasswordRequest) SetRequireEachIncludedType

func (s *GetRandomPasswordRequest) SetRequireEachIncludedType(v string) *GetRandomPasswordRequest

func (GetRandomPasswordRequest) String

func (s GetRandomPasswordRequest) String() string

type GetRandomPasswordResponse

type GetRandomPasswordResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetRandomPasswordResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetRandomPasswordResponse) GoString

func (s GetRandomPasswordResponse) GoString() string

func (*GetRandomPasswordResponse) SetBody

func (*GetRandomPasswordResponse) SetHeaders

func (*GetRandomPasswordResponse) SetStatusCode

func (GetRandomPasswordResponse) String

func (s GetRandomPasswordResponse) String() string

type GetRandomPasswordResponseBody

type GetRandomPasswordResponseBody struct {
	RandomPassword *string `json:"RandomPassword,omitempty" xml:"RandomPassword,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetRandomPasswordResponseBody) GoString

func (*GetRandomPasswordResponseBody) SetRandomPassword

func (*GetRandomPasswordResponseBody) SetRequestId

func (GetRandomPasswordResponseBody) String

type GetSecretValueRequest

type GetSecretValueRequest struct {
	FetchExtendedConfig *bool   `json:"FetchExtendedConfig,omitempty" xml:"FetchExtendedConfig,omitempty"`
	SecretName          *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	VersionId           *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
	VersionStage        *string `json:"VersionStage,omitempty" xml:"VersionStage,omitempty"`
}

func (GetSecretValueRequest) GoString

func (s GetSecretValueRequest) GoString() string

func (*GetSecretValueRequest) SetFetchExtendedConfig

func (s *GetSecretValueRequest) SetFetchExtendedConfig(v bool) *GetSecretValueRequest

func (*GetSecretValueRequest) SetSecretName

func (s *GetSecretValueRequest) SetSecretName(v string) *GetSecretValueRequest

func (*GetSecretValueRequest) SetVersionId

func (*GetSecretValueRequest) SetVersionStage

func (s *GetSecretValueRequest) SetVersionStage(v string) *GetSecretValueRequest

func (GetSecretValueRequest) String

func (s GetSecretValueRequest) String() string

type GetSecretValueResponse

type GetSecretValueResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GetSecretValueResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetSecretValueResponse) GoString

func (s GetSecretValueResponse) GoString() string

func (*GetSecretValueResponse) SetBody

func (*GetSecretValueResponse) SetHeaders

func (*GetSecretValueResponse) SetStatusCode

func (GetSecretValueResponse) String

func (s GetSecretValueResponse) String() string

type GetSecretValueResponseBody

type GetSecretValueResponseBody struct {
	AutomaticRotation *string                                  `json:"AutomaticRotation,omitempty" xml:"AutomaticRotation,omitempty"`
	CreateTime        *string                                  `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	ExtendedConfig    *string                                  `json:"ExtendedConfig,omitempty" xml:"ExtendedConfig,omitempty"`
	LastRotationDate  *string                                  `json:"LastRotationDate,omitempty" xml:"LastRotationDate,omitempty"`
	NextRotationDate  *string                                  `json:"NextRotationDate,omitempty" xml:"NextRotationDate,omitempty"`
	RequestId         *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RotationInterval  *string                                  `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
	SecretData        *string                                  `json:"SecretData,omitempty" xml:"SecretData,omitempty"`
	SecretDataType    *string                                  `json:"SecretDataType,omitempty" xml:"SecretDataType,omitempty"`
	SecretName        *string                                  `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	SecretType        *string                                  `json:"SecretType,omitempty" xml:"SecretType,omitempty"`
	VersionId         *string                                  `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
	VersionStages     *GetSecretValueResponseBodyVersionStages `json:"VersionStages,omitempty" xml:"VersionStages,omitempty" type:"Struct"`
}

func (GetSecretValueResponseBody) GoString

func (s GetSecretValueResponseBody) GoString() string

func (*GetSecretValueResponseBody) SetAutomaticRotation

func (s *GetSecretValueResponseBody) SetAutomaticRotation(v string) *GetSecretValueResponseBody

func (*GetSecretValueResponseBody) SetCreateTime

func (*GetSecretValueResponseBody) SetExtendedConfig

func (*GetSecretValueResponseBody) SetLastRotationDate

func (*GetSecretValueResponseBody) SetNextRotationDate

func (*GetSecretValueResponseBody) SetRequestId

func (*GetSecretValueResponseBody) SetRotationInterval

func (*GetSecretValueResponseBody) SetSecretData

func (*GetSecretValueResponseBody) SetSecretDataType

func (*GetSecretValueResponseBody) SetSecretName

func (*GetSecretValueResponseBody) SetSecretType

func (*GetSecretValueResponseBody) SetVersionId

func (*GetSecretValueResponseBody) SetVersionStages

func (GetSecretValueResponseBody) String

type GetSecretValueResponseBodyVersionStages

type GetSecretValueResponseBodyVersionStages struct {
	VersionStage []*string `json:"VersionStage,omitempty" xml:"VersionStage,omitempty" type:"Repeated"`
}

func (GetSecretValueResponseBodyVersionStages) GoString

func (*GetSecretValueResponseBodyVersionStages) SetVersionStage

func (GetSecretValueResponseBodyVersionStages) String

type ImportKeyMaterialRequest

type ImportKeyMaterialRequest struct {
	EncryptedKeyMaterial  *string `json:"EncryptedKeyMaterial,omitempty" xml:"EncryptedKeyMaterial,omitempty"`
	ImportToken           *string `json:"ImportToken,omitempty" xml:"ImportToken,omitempty"`
	KeyId                 *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyMaterialExpireUnix *int64  `json:"KeyMaterialExpireUnix,omitempty" xml:"KeyMaterialExpireUnix,omitempty"`
}

func (ImportKeyMaterialRequest) GoString

func (s ImportKeyMaterialRequest) GoString() string

func (*ImportKeyMaterialRequest) SetEncryptedKeyMaterial

func (s *ImportKeyMaterialRequest) SetEncryptedKeyMaterial(v string) *ImportKeyMaterialRequest

func (*ImportKeyMaterialRequest) SetImportToken

func (*ImportKeyMaterialRequest) SetKeyId

func (*ImportKeyMaterialRequest) SetKeyMaterialExpireUnix

func (s *ImportKeyMaterialRequest) SetKeyMaterialExpireUnix(v int64) *ImportKeyMaterialRequest

func (ImportKeyMaterialRequest) String

func (s ImportKeyMaterialRequest) String() string

type ImportKeyMaterialResponse

type ImportKeyMaterialResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ImportKeyMaterialResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ImportKeyMaterialResponse) GoString

func (s ImportKeyMaterialResponse) GoString() string

func (*ImportKeyMaterialResponse) SetBody

func (*ImportKeyMaterialResponse) SetHeaders

func (*ImportKeyMaterialResponse) SetStatusCode

func (ImportKeyMaterialResponse) String

func (s ImportKeyMaterialResponse) String() string

type ImportKeyMaterialResponseBody

type ImportKeyMaterialResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ImportKeyMaterialResponseBody) GoString

func (*ImportKeyMaterialResponseBody) SetRequestId

func (ImportKeyMaterialResponseBody) String

type ListAliasesByKeyIdRequest

type ListAliasesByKeyIdRequest struct {
	KeyId      *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListAliasesByKeyIdRequest) GoString

func (s ListAliasesByKeyIdRequest) GoString() string

func (*ListAliasesByKeyIdRequest) SetKeyId

func (*ListAliasesByKeyIdRequest) SetPageNumber

func (*ListAliasesByKeyIdRequest) SetPageSize

func (ListAliasesByKeyIdRequest) String

func (s ListAliasesByKeyIdRequest) String() string

type ListAliasesByKeyIdResponse

type ListAliasesByKeyIdResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAliasesByKeyIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAliasesByKeyIdResponse) GoString

func (s ListAliasesByKeyIdResponse) GoString() string

func (*ListAliasesByKeyIdResponse) SetBody

func (*ListAliasesByKeyIdResponse) SetHeaders

func (*ListAliasesByKeyIdResponse) SetStatusCode

func (ListAliasesByKeyIdResponse) String

type ListAliasesByKeyIdResponseBody

type ListAliasesByKeyIdResponseBody struct {
	Aliases    *ListAliasesByKeyIdResponseBodyAliases `json:"Aliases,omitempty" xml:"Aliases,omitempty" type:"Struct"`
	PageNumber *int32                                 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                                 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListAliasesByKeyIdResponseBody) GoString

func (*ListAliasesByKeyIdResponseBody) SetPageNumber

func (*ListAliasesByKeyIdResponseBody) SetPageSize

func (*ListAliasesByKeyIdResponseBody) SetRequestId

func (*ListAliasesByKeyIdResponseBody) SetTotalCount

func (ListAliasesByKeyIdResponseBody) String

type ListAliasesByKeyIdResponseBodyAliases

type ListAliasesByKeyIdResponseBodyAliases struct {
	Alias []*ListAliasesByKeyIdResponseBodyAliasesAlias `json:"Alias,omitempty" xml:"Alias,omitempty" type:"Repeated"`
}

func (ListAliasesByKeyIdResponseBodyAliases) GoString

func (ListAliasesByKeyIdResponseBodyAliases) String

type ListAliasesByKeyIdResponseBodyAliasesAlias

type ListAliasesByKeyIdResponseBodyAliasesAlias struct {
	AliasArn  *string `json:"AliasArn,omitempty" xml:"AliasArn,omitempty"`
	AliasName *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
	KeyId     *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (ListAliasesByKeyIdResponseBodyAliasesAlias) GoString

func (*ListAliasesByKeyIdResponseBodyAliasesAlias) SetAliasArn

func (*ListAliasesByKeyIdResponseBodyAliasesAlias) SetAliasName

func (*ListAliasesByKeyIdResponseBodyAliasesAlias) SetKeyId

func (ListAliasesByKeyIdResponseBodyAliasesAlias) String

type ListAliasesRequest

type ListAliasesRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListAliasesRequest) GoString

func (s ListAliasesRequest) GoString() string

func (*ListAliasesRequest) SetPageNumber

func (s *ListAliasesRequest) SetPageNumber(v int32) *ListAliasesRequest

func (*ListAliasesRequest) SetPageSize

func (s *ListAliasesRequest) SetPageSize(v int32) *ListAliasesRequest

func (ListAliasesRequest) String

func (s ListAliasesRequest) String() string

type ListAliasesResponse

type ListAliasesResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListAliasesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListAliasesResponse) GoString

func (s ListAliasesResponse) GoString() string

func (*ListAliasesResponse) SetBody

func (*ListAliasesResponse) SetHeaders

func (s *ListAliasesResponse) SetHeaders(v map[string]*string) *ListAliasesResponse

func (*ListAliasesResponse) SetStatusCode

func (s *ListAliasesResponse) SetStatusCode(v int32) *ListAliasesResponse

func (ListAliasesResponse) String

func (s ListAliasesResponse) String() string

type ListAliasesResponseBody

type ListAliasesResponseBody struct {
	Aliases    *ListAliasesResponseBodyAliases `json:"Aliases,omitempty" xml:"Aliases,omitempty" type:"Struct"`
	PageNumber *int32                          `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                          `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                         `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                          `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListAliasesResponseBody) GoString

func (s ListAliasesResponseBody) GoString() string

func (*ListAliasesResponseBody) SetAliases

func (*ListAliasesResponseBody) SetPageNumber

func (*ListAliasesResponseBody) SetPageSize

func (*ListAliasesResponseBody) SetRequestId

func (*ListAliasesResponseBody) SetTotalCount

func (ListAliasesResponseBody) String

func (s ListAliasesResponseBody) String() string

type ListAliasesResponseBodyAliases

type ListAliasesResponseBodyAliases struct {
	Alias []*ListAliasesResponseBodyAliasesAlias `json:"Alias,omitempty" xml:"Alias,omitempty" type:"Repeated"`
}

func (ListAliasesResponseBodyAliases) GoString

func (*ListAliasesResponseBodyAliases) SetAlias

func (ListAliasesResponseBodyAliases) String

type ListAliasesResponseBodyAliasesAlias

type ListAliasesResponseBodyAliasesAlias struct {
	AliasArn  *string `json:"AliasArn,omitempty" xml:"AliasArn,omitempty"`
	AliasName *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
	KeyId     *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (ListAliasesResponseBodyAliasesAlias) GoString

func (*ListAliasesResponseBodyAliasesAlias) SetAliasArn

func (*ListAliasesResponseBodyAliasesAlias) SetAliasName

func (*ListAliasesResponseBodyAliasesAlias) SetKeyId

func (ListAliasesResponseBodyAliasesAlias) String

type ListKeyVersionsRequest

type ListKeyVersionsRequest struct {
	KeyId      *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListKeyVersionsRequest) GoString

func (s ListKeyVersionsRequest) GoString() string

func (*ListKeyVersionsRequest) SetKeyId

func (*ListKeyVersionsRequest) SetPageNumber

func (*ListKeyVersionsRequest) SetPageSize

func (ListKeyVersionsRequest) String

func (s ListKeyVersionsRequest) String() string

type ListKeyVersionsResponse

type ListKeyVersionsResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListKeyVersionsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListKeyVersionsResponse) GoString

func (s ListKeyVersionsResponse) GoString() string

func (*ListKeyVersionsResponse) SetBody

func (*ListKeyVersionsResponse) SetHeaders

func (*ListKeyVersionsResponse) SetStatusCode

func (ListKeyVersionsResponse) String

func (s ListKeyVersionsResponse) String() string

type ListKeyVersionsResponseBody

type ListKeyVersionsResponseBody struct {
	KeyVersions *ListKeyVersionsResponseBodyKeyVersions `json:"KeyVersions,omitempty" xml:"KeyVersions,omitempty" type:"Struct"`
	PageNumber  *int32                                  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *int32                                  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId   *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount  *int32                                  `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListKeyVersionsResponseBody) GoString

func (s ListKeyVersionsResponseBody) GoString() string

func (*ListKeyVersionsResponseBody) SetKeyVersions

func (*ListKeyVersionsResponseBody) SetPageNumber

func (*ListKeyVersionsResponseBody) SetPageSize

func (*ListKeyVersionsResponseBody) SetRequestId

func (*ListKeyVersionsResponseBody) SetTotalCount

func (ListKeyVersionsResponseBody) String

type ListKeyVersionsResponseBodyKeyVersions

type ListKeyVersionsResponseBodyKeyVersions struct {
	KeyVersion []*ListKeyVersionsResponseBodyKeyVersionsKeyVersion `json:"KeyVersion,omitempty" xml:"KeyVersion,omitempty" type:"Repeated"`
}

func (ListKeyVersionsResponseBodyKeyVersions) GoString

func (ListKeyVersionsResponseBodyKeyVersions) String

type ListKeyVersionsResponseBodyKeyVersionsKeyVersion

type ListKeyVersionsResponseBodyKeyVersionsKeyVersion struct {
	CreationDate *string `json:"CreationDate,omitempty" xml:"CreationDate,omitempty"`
	KeyId        *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
}

func (ListKeyVersionsResponseBodyKeyVersionsKeyVersion) GoString

func (*ListKeyVersionsResponseBodyKeyVersionsKeyVersion) SetCreationDate

func (*ListKeyVersionsResponseBodyKeyVersionsKeyVersion) SetKeyId

func (*ListKeyVersionsResponseBodyKeyVersionsKeyVersion) SetKeyVersionId

func (ListKeyVersionsResponseBodyKeyVersionsKeyVersion) String

type ListKeysRequest

type ListKeysRequest struct {
	Filters    *string `json:"Filters,omitempty" xml:"Filters,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListKeysRequest) GoString

func (s ListKeysRequest) GoString() string

func (*ListKeysRequest) SetFilters

func (s *ListKeysRequest) SetFilters(v string) *ListKeysRequest

func (*ListKeysRequest) SetPageNumber

func (s *ListKeysRequest) SetPageNumber(v int32) *ListKeysRequest

func (*ListKeysRequest) SetPageSize

func (s *ListKeysRequest) SetPageSize(v int32) *ListKeysRequest

func (ListKeysRequest) String

func (s ListKeysRequest) String() string

type ListKeysResponse

type ListKeysResponse struct {
	Headers    map[string]*string    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListKeysResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListKeysResponse) GoString

func (s ListKeysResponse) GoString() string

func (*ListKeysResponse) SetBody

func (*ListKeysResponse) SetHeaders

func (s *ListKeysResponse) SetHeaders(v map[string]*string) *ListKeysResponse

func (*ListKeysResponse) SetStatusCode

func (s *ListKeysResponse) SetStatusCode(v int32) *ListKeysResponse

func (ListKeysResponse) String

func (s ListKeysResponse) String() string

type ListKeysResponseBody

type ListKeysResponseBody struct {
	Keys       *ListKeysResponseBodyKeys `json:"Keys,omitempty" xml:"Keys,omitempty" type:"Struct"`
	PageNumber *int32                    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32                    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListKeysResponseBody) GoString

func (s ListKeysResponseBody) GoString() string

func (*ListKeysResponseBody) SetKeys

func (*ListKeysResponseBody) SetPageNumber

func (s *ListKeysResponseBody) SetPageNumber(v int32) *ListKeysResponseBody

func (*ListKeysResponseBody) SetPageSize

func (s *ListKeysResponseBody) SetPageSize(v int32) *ListKeysResponseBody

func (*ListKeysResponseBody) SetRequestId

func (s *ListKeysResponseBody) SetRequestId(v string) *ListKeysResponseBody

func (*ListKeysResponseBody) SetTotalCount

func (s *ListKeysResponseBody) SetTotalCount(v int32) *ListKeysResponseBody

func (ListKeysResponseBody) String

func (s ListKeysResponseBody) String() string

type ListKeysResponseBodyKeys

type ListKeysResponseBodyKeys struct {
	Key []*ListKeysResponseBodyKeysKey `json:"Key,omitempty" xml:"Key,omitempty" type:"Repeated"`
}

func (ListKeysResponseBodyKeys) GoString

func (s ListKeysResponseBodyKeys) GoString() string

func (*ListKeysResponseBodyKeys) SetKey

func (ListKeysResponseBodyKeys) String

func (s ListKeysResponseBodyKeys) String() string

type ListKeysResponseBodyKeysKey

type ListKeysResponseBodyKeysKey struct {
	KeyArn *string `json:"KeyArn,omitempty" xml:"KeyArn,omitempty"`
	KeyId  *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (ListKeysResponseBodyKeysKey) GoString

func (s ListKeysResponseBodyKeysKey) GoString() string

func (*ListKeysResponseBodyKeysKey) SetKeyArn

func (*ListKeysResponseBodyKeysKey) SetKeyId

func (ListKeysResponseBodyKeysKey) String

type ListResourceTagsRequest

type ListResourceTagsRequest struct {
	KeyId *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (ListResourceTagsRequest) GoString

func (s ListResourceTagsRequest) GoString() string

func (*ListResourceTagsRequest) SetKeyId

func (ListResourceTagsRequest) String

func (s ListResourceTagsRequest) String() string

type ListResourceTagsResponse

type ListResourceTagsResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListResourceTagsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListResourceTagsResponse) GoString

func (s ListResourceTagsResponse) GoString() string

func (*ListResourceTagsResponse) SetBody

func (*ListResourceTagsResponse) SetHeaders

func (*ListResourceTagsResponse) SetStatusCode

func (ListResourceTagsResponse) String

func (s ListResourceTagsResponse) String() string

type ListResourceTagsResponseBody

type ListResourceTagsResponseBody struct {
	RequestId *string                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Tags      *ListResourceTagsResponseBodyTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Struct"`
}

func (ListResourceTagsResponseBody) GoString

func (s ListResourceTagsResponseBody) GoString() string

func (*ListResourceTagsResponseBody) SetRequestId

func (*ListResourceTagsResponseBody) SetTags

func (ListResourceTagsResponseBody) String

type ListResourceTagsResponseBodyTags

type ListResourceTagsResponseBodyTags struct {
	Tag []*ListResourceTagsResponseBodyTagsTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (ListResourceTagsResponseBodyTags) GoString

func (ListResourceTagsResponseBodyTags) String

type ListResourceTagsResponseBodyTagsTag

type ListResourceTagsResponseBodyTagsTag struct {
	KeyId    *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	TagKey   *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
	TagValue *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"`
}

func (ListResourceTagsResponseBodyTagsTag) GoString

func (*ListResourceTagsResponseBodyTagsTag) SetKeyId

func (*ListResourceTagsResponseBodyTagsTag) SetTagKey

func (*ListResourceTagsResponseBodyTagsTag) SetTagValue

func (ListResourceTagsResponseBodyTagsTag) String

type ListSecretVersionIdsRequest

type ListSecretVersionIdsRequest struct {
	IncludeDeprecated *string `json:"IncludeDeprecated,omitempty" xml:"IncludeDeprecated,omitempty"`
	PageNumber        *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize          *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SecretName        *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (ListSecretVersionIdsRequest) GoString

func (s ListSecretVersionIdsRequest) GoString() string

func (*ListSecretVersionIdsRequest) SetIncludeDeprecated

func (*ListSecretVersionIdsRequest) SetPageNumber

func (*ListSecretVersionIdsRequest) SetPageSize

func (*ListSecretVersionIdsRequest) SetSecretName

func (ListSecretVersionIdsRequest) String

type ListSecretVersionIdsResponse

type ListSecretVersionIdsResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSecretVersionIdsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSecretVersionIdsResponse) GoString

func (s ListSecretVersionIdsResponse) GoString() string

func (*ListSecretVersionIdsResponse) SetBody

func (*ListSecretVersionIdsResponse) SetHeaders

func (*ListSecretVersionIdsResponse) SetStatusCode

func (ListSecretVersionIdsResponse) String

type ListSecretVersionIdsResponseBody

type ListSecretVersionIdsResponseBody struct {
	PageNumber *int32                                      `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                                      `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretName *string                                     `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	TotalCount *int32                                      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	VersionIds *ListSecretVersionIdsResponseBodyVersionIds `json:"VersionIds,omitempty" xml:"VersionIds,omitempty" type:"Struct"`
}

func (ListSecretVersionIdsResponseBody) GoString

func (*ListSecretVersionIdsResponseBody) SetPageNumber

func (*ListSecretVersionIdsResponseBody) SetPageSize

func (*ListSecretVersionIdsResponseBody) SetRequestId

func (*ListSecretVersionIdsResponseBody) SetSecretName

func (*ListSecretVersionIdsResponseBody) SetTotalCount

func (ListSecretVersionIdsResponseBody) String

type ListSecretVersionIdsResponseBodyVersionIds

type ListSecretVersionIdsResponseBodyVersionIds struct {
	VersionId []*ListSecretVersionIdsResponseBodyVersionIdsVersionId `json:"VersionId,omitempty" xml:"VersionId,omitempty" type:"Repeated"`
}

func (ListSecretVersionIdsResponseBodyVersionIds) GoString

func (ListSecretVersionIdsResponseBodyVersionIds) String

type ListSecretVersionIdsResponseBodyVersionIdsVersionId

type ListSecretVersionIdsResponseBodyVersionIdsVersionId struct {
	CreateTime    *string                                                           `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	VersionId     *string                                                           `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
	VersionStages *ListSecretVersionIdsResponseBodyVersionIdsVersionIdVersionStages `json:"VersionStages,omitempty" xml:"VersionStages,omitempty" type:"Struct"`
}

func (ListSecretVersionIdsResponseBodyVersionIdsVersionId) GoString

func (*ListSecretVersionIdsResponseBodyVersionIdsVersionId) SetCreateTime

func (*ListSecretVersionIdsResponseBodyVersionIdsVersionId) SetVersionId

func (ListSecretVersionIdsResponseBodyVersionIdsVersionId) String

type ListSecretVersionIdsResponseBodyVersionIdsVersionIdVersionStages

type ListSecretVersionIdsResponseBodyVersionIdsVersionIdVersionStages struct {
	VersionStage []*string `json:"VersionStage,omitempty" xml:"VersionStage,omitempty" type:"Repeated"`
}

func (ListSecretVersionIdsResponseBodyVersionIdsVersionIdVersionStages) GoString

func (*ListSecretVersionIdsResponseBodyVersionIdsVersionIdVersionStages) SetVersionStage

func (ListSecretVersionIdsResponseBodyVersionIdsVersionIdVersionStages) String

type ListSecretsRequest

type ListSecretsRequest struct {
	FetchTags  *string `json:"FetchTags,omitempty" xml:"FetchTags,omitempty"`
	Filters    *string `json:"Filters,omitempty" xml:"Filters,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
}

func (ListSecretsRequest) GoString

func (s ListSecretsRequest) GoString() string

func (*ListSecretsRequest) SetFetchTags

func (s *ListSecretsRequest) SetFetchTags(v string) *ListSecretsRequest

func (*ListSecretsRequest) SetFilters

func (s *ListSecretsRequest) SetFilters(v string) *ListSecretsRequest

func (*ListSecretsRequest) SetPageNumber

func (s *ListSecretsRequest) SetPageNumber(v int32) *ListSecretsRequest

func (*ListSecretsRequest) SetPageSize

func (s *ListSecretsRequest) SetPageSize(v int32) *ListSecretsRequest

func (ListSecretsRequest) String

func (s ListSecretsRequest) String() string

type ListSecretsResponse

type ListSecretsResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ListSecretsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSecretsResponse) GoString

func (s ListSecretsResponse) GoString() string

func (*ListSecretsResponse) SetBody

func (*ListSecretsResponse) SetHeaders

func (s *ListSecretsResponse) SetHeaders(v map[string]*string) *ListSecretsResponse

func (*ListSecretsResponse) SetStatusCode

func (s *ListSecretsResponse) SetStatusCode(v int32) *ListSecretsResponse

func (ListSecretsResponse) String

func (s ListSecretsResponse) String() string

type ListSecretsResponseBody

type ListSecretsResponseBody struct {
	PageNumber *int32                             `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32                             `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	RequestId  *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretList *ListSecretsResponseBodySecretList `json:"SecretList,omitempty" xml:"SecretList,omitempty" type:"Struct"`
	TotalCount *int32                             `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListSecretsResponseBody) GoString

func (s ListSecretsResponseBody) GoString() string

func (*ListSecretsResponseBody) SetPageNumber

func (*ListSecretsResponseBody) SetPageSize

func (*ListSecretsResponseBody) SetRequestId

func (*ListSecretsResponseBody) SetSecretList

func (*ListSecretsResponseBody) SetTotalCount

func (ListSecretsResponseBody) String

func (s ListSecretsResponseBody) String() string

type ListSecretsResponseBodySecretList

type ListSecretsResponseBodySecretList struct {
	Secret []*ListSecretsResponseBodySecretListSecret `json:"Secret,omitempty" xml:"Secret,omitempty" type:"Repeated"`
}

func (ListSecretsResponseBodySecretList) GoString

func (ListSecretsResponseBodySecretList) String

type ListSecretsResponseBodySecretListSecret

type ListSecretsResponseBodySecretListSecret struct {
	CreateTime        *string                                      `json:"CreateTime,omitempty" xml:"CreateTime,omitempty"`
	PlannedDeleteTime *string                                      `json:"PlannedDeleteTime,omitempty" xml:"PlannedDeleteTime,omitempty"`
	SecretName        *string                                      `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	SecretType        *string                                      `json:"SecretType,omitempty" xml:"SecretType,omitempty"`
	Tags              *ListSecretsResponseBodySecretListSecretTags `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Struct"`
	UpdateTime        *string                                      `json:"UpdateTime,omitempty" xml:"UpdateTime,omitempty"`
}

func (ListSecretsResponseBodySecretListSecret) GoString

func (*ListSecretsResponseBodySecretListSecret) SetCreateTime

func (*ListSecretsResponseBodySecretListSecret) SetPlannedDeleteTime

func (*ListSecretsResponseBodySecretListSecret) SetSecretName

func (*ListSecretsResponseBodySecretListSecret) SetSecretType

func (*ListSecretsResponseBodySecretListSecret) SetUpdateTime

func (ListSecretsResponseBodySecretListSecret) String

type ListSecretsResponseBodySecretListSecretTags

type ListSecretsResponseBodySecretListSecretTags struct {
	Tag []*ListSecretsResponseBodySecretListSecretTagsTag `json:"Tag,omitempty" xml:"Tag,omitempty" type:"Repeated"`
}

func (ListSecretsResponseBodySecretListSecretTags) GoString

func (ListSecretsResponseBodySecretListSecretTags) String

type ListSecretsResponseBodySecretListSecretTagsTag

type ListSecretsResponseBodySecretListSecretTagsTag struct {
	TagKey   *string `json:"TagKey,omitempty" xml:"TagKey,omitempty"`
	TagValue *string `json:"TagValue,omitempty" xml:"TagValue,omitempty"`
}

func (ListSecretsResponseBodySecretListSecretTagsTag) GoString

func (*ListSecretsResponseBodySecretListSecretTagsTag) SetTagKey

func (*ListSecretsResponseBodySecretListSecretTagsTag) SetTagValue

func (ListSecretsResponseBodySecretListSecretTagsTag) String

type OpenKmsServiceResponse

type OpenKmsServiceResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *OpenKmsServiceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (OpenKmsServiceResponse) GoString

func (s OpenKmsServiceResponse) GoString() string

func (*OpenKmsServiceResponse) SetBody

func (*OpenKmsServiceResponse) SetHeaders

func (*OpenKmsServiceResponse) SetStatusCode

func (OpenKmsServiceResponse) String

func (s OpenKmsServiceResponse) String() string

type OpenKmsServiceResponseBody

type OpenKmsServiceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (OpenKmsServiceResponseBody) GoString

func (s OpenKmsServiceResponseBody) GoString() string

func (*OpenKmsServiceResponseBody) SetRequestId

func (OpenKmsServiceResponseBody) String

type PutSecretValueRequest

type PutSecretValueRequest struct {
	SecretData     *string `json:"SecretData,omitempty" xml:"SecretData,omitempty"`
	SecretDataType *string `json:"SecretDataType,omitempty" xml:"SecretDataType,omitempty"`
	SecretName     *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	VersionId      *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
	VersionStages  *string `json:"VersionStages,omitempty" xml:"VersionStages,omitempty"`
}

func (PutSecretValueRequest) GoString

func (s PutSecretValueRequest) GoString() string

func (*PutSecretValueRequest) SetSecretData

func (s *PutSecretValueRequest) SetSecretData(v string) *PutSecretValueRequest

func (*PutSecretValueRequest) SetSecretDataType

func (s *PutSecretValueRequest) SetSecretDataType(v string) *PutSecretValueRequest

func (*PutSecretValueRequest) SetSecretName

func (s *PutSecretValueRequest) SetSecretName(v string) *PutSecretValueRequest

func (*PutSecretValueRequest) SetVersionId

func (*PutSecretValueRequest) SetVersionStages

func (s *PutSecretValueRequest) SetVersionStages(v string) *PutSecretValueRequest

func (PutSecretValueRequest) String

func (s PutSecretValueRequest) String() string

type PutSecretValueResponse

type PutSecretValueResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PutSecretValueResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (PutSecretValueResponse) GoString

func (s PutSecretValueResponse) GoString() string

func (*PutSecretValueResponse) SetBody

func (*PutSecretValueResponse) SetHeaders

func (*PutSecretValueResponse) SetStatusCode

func (PutSecretValueResponse) String

func (s PutSecretValueResponse) String() string

type PutSecretValueResponseBody

type PutSecretValueResponseBody struct {
	RequestId     *string                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretName    *string                                  `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	VersionId     *string                                  `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
	VersionStages *PutSecretValueResponseBodyVersionStages `json:"VersionStages,omitempty" xml:"VersionStages,omitempty" type:"Struct"`
}

func (PutSecretValueResponseBody) GoString

func (s PutSecretValueResponseBody) GoString() string

func (*PutSecretValueResponseBody) SetRequestId

func (*PutSecretValueResponseBody) SetSecretName

func (*PutSecretValueResponseBody) SetVersionId

func (*PutSecretValueResponseBody) SetVersionStages

func (PutSecretValueResponseBody) String

type PutSecretValueResponseBodyVersionStages

type PutSecretValueResponseBodyVersionStages struct {
	VersionStage []*string `json:"VersionStage,omitempty" xml:"VersionStage,omitempty" type:"Repeated"`
}

func (PutSecretValueResponseBodyVersionStages) GoString

func (*PutSecretValueResponseBodyVersionStages) SetVersionStage

func (PutSecretValueResponseBodyVersionStages) String

type ReEncryptRequest

type ReEncryptRequest struct {
	CiphertextBlob               *string                `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	DestinationEncryptionContext map[string]interface{} `json:"DestinationEncryptionContext,omitempty" xml:"DestinationEncryptionContext,omitempty"`
	DestinationKeyId             *string                `json:"DestinationKeyId,omitempty" xml:"DestinationKeyId,omitempty"`
	SourceEncryptionAlgorithm    *string                `json:"SourceEncryptionAlgorithm,omitempty" xml:"SourceEncryptionAlgorithm,omitempty"`
	SourceEncryptionContext      map[string]interface{} `json:"SourceEncryptionContext,omitempty" xml:"SourceEncryptionContext,omitempty"`
	SourceKeyId                  *string                `json:"SourceKeyId,omitempty" xml:"SourceKeyId,omitempty"`
	SourceKeyVersionId           *string                `json:"SourceKeyVersionId,omitempty" xml:"SourceKeyVersionId,omitempty"`
}

func (ReEncryptRequest) GoString

func (s ReEncryptRequest) GoString() string

func (*ReEncryptRequest) SetCiphertextBlob

func (s *ReEncryptRequest) SetCiphertextBlob(v string) *ReEncryptRequest

func (*ReEncryptRequest) SetDestinationEncryptionContext

func (s *ReEncryptRequest) SetDestinationEncryptionContext(v map[string]interface{}) *ReEncryptRequest

func (*ReEncryptRequest) SetDestinationKeyId

func (s *ReEncryptRequest) SetDestinationKeyId(v string) *ReEncryptRequest

func (*ReEncryptRequest) SetSourceEncryptionAlgorithm

func (s *ReEncryptRequest) SetSourceEncryptionAlgorithm(v string) *ReEncryptRequest

func (*ReEncryptRequest) SetSourceEncryptionContext

func (s *ReEncryptRequest) SetSourceEncryptionContext(v map[string]interface{}) *ReEncryptRequest

func (*ReEncryptRequest) SetSourceKeyId

func (s *ReEncryptRequest) SetSourceKeyId(v string) *ReEncryptRequest

func (*ReEncryptRequest) SetSourceKeyVersionId

func (s *ReEncryptRequest) SetSourceKeyVersionId(v string) *ReEncryptRequest

func (ReEncryptRequest) String

func (s ReEncryptRequest) String() string

type ReEncryptResponse

type ReEncryptResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ReEncryptResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ReEncryptResponse) GoString

func (s ReEncryptResponse) GoString() string

func (*ReEncryptResponse) SetBody

func (*ReEncryptResponse) SetHeaders

func (s *ReEncryptResponse) SetHeaders(v map[string]*string) *ReEncryptResponse

func (*ReEncryptResponse) SetStatusCode

func (s *ReEncryptResponse) SetStatusCode(v int32) *ReEncryptResponse

func (ReEncryptResponse) String

func (s ReEncryptResponse) String() string

type ReEncryptResponseBody

type ReEncryptResponseBody struct {
	CiphertextBlob *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	KeyId          *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	KeyVersionId   *string `json:"KeyVersionId,omitempty" xml:"KeyVersionId,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ReEncryptResponseBody) GoString

func (s ReEncryptResponseBody) GoString() string

func (*ReEncryptResponseBody) SetCiphertextBlob

func (s *ReEncryptResponseBody) SetCiphertextBlob(v string) *ReEncryptResponseBody

func (*ReEncryptResponseBody) SetKeyId

func (*ReEncryptResponseBody) SetKeyVersionId

func (s *ReEncryptResponseBody) SetKeyVersionId(v string) *ReEncryptResponseBody

func (*ReEncryptResponseBody) SetRequestId

func (ReEncryptResponseBody) String

func (s ReEncryptResponseBody) String() string

type ReEncryptShrinkRequest

type ReEncryptShrinkRequest struct {
	CiphertextBlob                     *string `json:"CiphertextBlob,omitempty" xml:"CiphertextBlob,omitempty"`
	DestinationEncryptionContextShrink *string `json:"DestinationEncryptionContext,omitempty" xml:"DestinationEncryptionContext,omitempty"`
	DestinationKeyId                   *string `json:"DestinationKeyId,omitempty" xml:"DestinationKeyId,omitempty"`
	SourceEncryptionAlgorithm          *string `json:"SourceEncryptionAlgorithm,omitempty" xml:"SourceEncryptionAlgorithm,omitempty"`
	SourceEncryptionContextShrink      *string `json:"SourceEncryptionContext,omitempty" xml:"SourceEncryptionContext,omitempty"`
	SourceKeyId                        *string `json:"SourceKeyId,omitempty" xml:"SourceKeyId,omitempty"`
	SourceKeyVersionId                 *string `json:"SourceKeyVersionId,omitempty" xml:"SourceKeyVersionId,omitempty"`
}

func (ReEncryptShrinkRequest) GoString

func (s ReEncryptShrinkRequest) GoString() string

func (*ReEncryptShrinkRequest) SetCiphertextBlob

func (s *ReEncryptShrinkRequest) SetCiphertextBlob(v string) *ReEncryptShrinkRequest

func (*ReEncryptShrinkRequest) SetDestinationEncryptionContextShrink

func (s *ReEncryptShrinkRequest) SetDestinationEncryptionContextShrink(v string) *ReEncryptShrinkRequest

func (*ReEncryptShrinkRequest) SetDestinationKeyId

func (s *ReEncryptShrinkRequest) SetDestinationKeyId(v string) *ReEncryptShrinkRequest

func (*ReEncryptShrinkRequest) SetSourceEncryptionAlgorithm

func (s *ReEncryptShrinkRequest) SetSourceEncryptionAlgorithm(v string) *ReEncryptShrinkRequest

func (*ReEncryptShrinkRequest) SetSourceEncryptionContextShrink

func (s *ReEncryptShrinkRequest) SetSourceEncryptionContextShrink(v string) *ReEncryptShrinkRequest

func (*ReEncryptShrinkRequest) SetSourceKeyId

func (*ReEncryptShrinkRequest) SetSourceKeyVersionId

func (s *ReEncryptShrinkRequest) SetSourceKeyVersionId(v string) *ReEncryptShrinkRequest

func (ReEncryptShrinkRequest) String

func (s ReEncryptShrinkRequest) String() string

type RestoreSecretRequest

type RestoreSecretRequest struct {
	SecretName *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (RestoreSecretRequest) GoString

func (s RestoreSecretRequest) GoString() string

func (*RestoreSecretRequest) SetSecretName

func (s *RestoreSecretRequest) SetSecretName(v string) *RestoreSecretRequest

func (RestoreSecretRequest) String

func (s RestoreSecretRequest) String() string

type RestoreSecretResponse

type RestoreSecretResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RestoreSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RestoreSecretResponse) GoString

func (s RestoreSecretResponse) GoString() string

func (*RestoreSecretResponse) SetBody

func (*RestoreSecretResponse) SetHeaders

func (*RestoreSecretResponse) SetStatusCode

func (s *RestoreSecretResponse) SetStatusCode(v int32) *RestoreSecretResponse

func (RestoreSecretResponse) String

func (s RestoreSecretResponse) String() string

type RestoreSecretResponseBody

type RestoreSecretResponseBody struct {
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretName *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (RestoreSecretResponseBody) GoString

func (s RestoreSecretResponseBody) GoString() string

func (*RestoreSecretResponseBody) SetRequestId

func (*RestoreSecretResponseBody) SetSecretName

func (RestoreSecretResponseBody) String

func (s RestoreSecretResponseBody) String() string

type RotateSecretRequest

type RotateSecretRequest struct {
	SecretName *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	VersionId  *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (RotateSecretRequest) GoString

func (s RotateSecretRequest) GoString() string

func (*RotateSecretRequest) SetSecretName

func (s *RotateSecretRequest) SetSecretName(v string) *RotateSecretRequest

func (*RotateSecretRequest) SetVersionId

func (s *RotateSecretRequest) SetVersionId(v string) *RotateSecretRequest

func (RotateSecretRequest) String

func (s RotateSecretRequest) String() string

type RotateSecretResponse

type RotateSecretResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RotateSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RotateSecretResponse) GoString

func (s RotateSecretResponse) GoString() string

func (*RotateSecretResponse) SetBody

func (*RotateSecretResponse) SetHeaders

func (s *RotateSecretResponse) SetHeaders(v map[string]*string) *RotateSecretResponse

func (*RotateSecretResponse) SetStatusCode

func (s *RotateSecretResponse) SetStatusCode(v int32) *RotateSecretResponse

func (RotateSecretResponse) String

func (s RotateSecretResponse) String() string

type RotateSecretResponseBody

type RotateSecretResponseBody struct {
	Arn        *string `json:"Arn,omitempty" xml:"Arn,omitempty"`
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretName *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	VersionId  *string `json:"VersionId,omitempty" xml:"VersionId,omitempty"`
}

func (RotateSecretResponseBody) GoString

func (s RotateSecretResponseBody) GoString() string

func (*RotateSecretResponseBody) SetArn

func (*RotateSecretResponseBody) SetRequestId

func (*RotateSecretResponseBody) SetSecretName

func (*RotateSecretResponseBody) SetVersionId

func (RotateSecretResponseBody) String

func (s RotateSecretResponseBody) String() string

type ScheduleKeyDeletionRequest

type ScheduleKeyDeletionRequest struct {
	KeyId               *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	PendingWindowInDays *int32  `json:"PendingWindowInDays,omitempty" xml:"PendingWindowInDays,omitempty"`
}

func (ScheduleKeyDeletionRequest) GoString

func (s ScheduleKeyDeletionRequest) GoString() string

func (*ScheduleKeyDeletionRequest) SetKeyId

func (*ScheduleKeyDeletionRequest) SetPendingWindowInDays

func (s *ScheduleKeyDeletionRequest) SetPendingWindowInDays(v int32) *ScheduleKeyDeletionRequest

func (ScheduleKeyDeletionRequest) String

type ScheduleKeyDeletionResponse

type ScheduleKeyDeletionResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ScheduleKeyDeletionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ScheduleKeyDeletionResponse) GoString

func (s ScheduleKeyDeletionResponse) GoString() string

func (*ScheduleKeyDeletionResponse) SetBody

func (*ScheduleKeyDeletionResponse) SetHeaders

func (*ScheduleKeyDeletionResponse) SetStatusCode

func (ScheduleKeyDeletionResponse) String

type ScheduleKeyDeletionResponseBody

type ScheduleKeyDeletionResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ScheduleKeyDeletionResponseBody) GoString

func (*ScheduleKeyDeletionResponseBody) SetRequestId

func (ScheduleKeyDeletionResponseBody) String

type SetDeletionProtectionRequest

type SetDeletionProtectionRequest struct {
	DeletionProtectionDescription *string `json:"DeletionProtectionDescription,omitempty" xml:"DeletionProtectionDescription,omitempty"`
	EnableDeletionProtection      *bool   `json:"EnableDeletionProtection,omitempty" xml:"EnableDeletionProtection,omitempty"`
	ProtectedResourceArn          *string `json:"ProtectedResourceArn,omitempty" xml:"ProtectedResourceArn,omitempty"`
}

func (SetDeletionProtectionRequest) GoString

func (s SetDeletionProtectionRequest) GoString() string

func (*SetDeletionProtectionRequest) SetDeletionProtectionDescription

func (s *SetDeletionProtectionRequest) SetDeletionProtectionDescription(v string) *SetDeletionProtectionRequest

func (*SetDeletionProtectionRequest) SetEnableDeletionProtection

func (s *SetDeletionProtectionRequest) SetEnableDeletionProtection(v bool) *SetDeletionProtectionRequest

func (*SetDeletionProtectionRequest) SetProtectedResourceArn

func (s *SetDeletionProtectionRequest) SetProtectedResourceArn(v string) *SetDeletionProtectionRequest

func (SetDeletionProtectionRequest) String

type SetDeletionProtectionResponse

type SetDeletionProtectionResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SetDeletionProtectionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SetDeletionProtectionResponse) GoString

func (*SetDeletionProtectionResponse) SetBody

func (*SetDeletionProtectionResponse) SetHeaders

func (*SetDeletionProtectionResponse) SetStatusCode

func (SetDeletionProtectionResponse) String

type SetDeletionProtectionResponseBody

type SetDeletionProtectionResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (SetDeletionProtectionResponseBody) GoString

func (*SetDeletionProtectionResponseBody) SetRequestId

func (SetDeletionProtectionResponseBody) String

type TagResourceRequest

type TagResourceRequest struct {
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	KeyId         *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	SecretName    *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	Tags          *string `json:"Tags,omitempty" xml:"Tags,omitempty"`
}

func (TagResourceRequest) GoString

func (s TagResourceRequest) GoString() string

func (*TagResourceRequest) SetCertificateId

func (s *TagResourceRequest) SetCertificateId(v string) *TagResourceRequest

func (*TagResourceRequest) SetKeyId

func (*TagResourceRequest) SetSecretName

func (s *TagResourceRequest) SetSecretName(v string) *TagResourceRequest

func (*TagResourceRequest) SetTags

func (TagResourceRequest) String

func (s TagResourceRequest) String() string

type TagResourceResponse

type TagResourceResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *TagResourceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (TagResourceResponse) GoString

func (s TagResourceResponse) GoString() string

func (*TagResourceResponse) SetBody

func (*TagResourceResponse) SetHeaders

func (s *TagResourceResponse) SetHeaders(v map[string]*string) *TagResourceResponse

func (*TagResourceResponse) SetStatusCode

func (s *TagResourceResponse) SetStatusCode(v int32) *TagResourceResponse

func (TagResourceResponse) String

func (s TagResourceResponse) String() string

type TagResourceResponseBody

type TagResourceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (TagResourceResponseBody) GoString

func (s TagResourceResponseBody) GoString() string

func (*TagResourceResponseBody) SetRequestId

func (TagResourceResponseBody) String

func (s TagResourceResponseBody) String() string

type UntagResourceRequest

type UntagResourceRequest struct {
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	KeyId         *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	SecretName    *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	TagKeys       *string `json:"TagKeys,omitempty" xml:"TagKeys,omitempty"`
}

func (UntagResourceRequest) GoString

func (s UntagResourceRequest) GoString() string

func (*UntagResourceRequest) SetCertificateId

func (s *UntagResourceRequest) SetCertificateId(v string) *UntagResourceRequest

func (*UntagResourceRequest) SetKeyId

func (*UntagResourceRequest) SetSecretName

func (s *UntagResourceRequest) SetSecretName(v string) *UntagResourceRequest

func (*UntagResourceRequest) SetTagKeys

func (UntagResourceRequest) String

func (s UntagResourceRequest) String() string

type UntagResourceResponse

type UntagResourceResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UntagResourceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UntagResourceResponse) GoString

func (s UntagResourceResponse) GoString() string

func (*UntagResourceResponse) SetBody

func (*UntagResourceResponse) SetHeaders

func (*UntagResourceResponse) SetStatusCode

func (s *UntagResourceResponse) SetStatusCode(v int32) *UntagResourceResponse

func (UntagResourceResponse) String

func (s UntagResourceResponse) String() string

type UntagResourceResponseBody

type UntagResourceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UntagResourceResponseBody) GoString

func (s UntagResourceResponseBody) GoString() string

func (*UntagResourceResponseBody) SetRequestId

func (UntagResourceResponseBody) String

func (s UntagResourceResponseBody) String() string

type UpdateAliasRequest

type UpdateAliasRequest struct {
	AliasName *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
	KeyId     *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (UpdateAliasRequest) GoString

func (s UpdateAliasRequest) GoString() string

func (*UpdateAliasRequest) SetAliasName

func (s *UpdateAliasRequest) SetAliasName(v string) *UpdateAliasRequest

func (*UpdateAliasRequest) SetKeyId

func (UpdateAliasRequest) String

func (s UpdateAliasRequest) String() string

type UpdateAliasResponse

type UpdateAliasResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateAliasResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateAliasResponse) GoString

func (s UpdateAliasResponse) GoString() string

func (*UpdateAliasResponse) SetBody

func (*UpdateAliasResponse) SetHeaders

func (s *UpdateAliasResponse) SetHeaders(v map[string]*string) *UpdateAliasResponse

func (*UpdateAliasResponse) SetStatusCode

func (s *UpdateAliasResponse) SetStatusCode(v int32) *UpdateAliasResponse

func (UpdateAliasResponse) String

func (s UpdateAliasResponse) String() string

type UpdateAliasResponseBody

type UpdateAliasResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateAliasResponseBody) GoString

func (s UpdateAliasResponseBody) GoString() string

func (*UpdateAliasResponseBody) SetRequestId

func (UpdateAliasResponseBody) String

func (s UpdateAliasResponseBody) String() string

type UpdateCertificateStatusRequest

type UpdateCertificateStatusRequest struct {
	CertificateId *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (UpdateCertificateStatusRequest) GoString

func (*UpdateCertificateStatusRequest) SetCertificateId

func (*UpdateCertificateStatusRequest) SetStatus

func (UpdateCertificateStatusRequest) String

type UpdateCertificateStatusResponse

type UpdateCertificateStatusResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateCertificateStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateCertificateStatusResponse) GoString

func (*UpdateCertificateStatusResponse) SetHeaders

func (*UpdateCertificateStatusResponse) SetStatusCode

func (UpdateCertificateStatusResponse) String

type UpdateCertificateStatusResponseBody

type UpdateCertificateStatusResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateCertificateStatusResponseBody) GoString

func (*UpdateCertificateStatusResponseBody) SetRequestId

func (UpdateCertificateStatusResponseBody) String

type UpdateKeyDescriptionRequest

type UpdateKeyDescriptionRequest struct {
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	KeyId       *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
}

func (UpdateKeyDescriptionRequest) GoString

func (s UpdateKeyDescriptionRequest) GoString() string

func (*UpdateKeyDescriptionRequest) SetDescription

func (*UpdateKeyDescriptionRequest) SetKeyId

func (UpdateKeyDescriptionRequest) String

type UpdateKeyDescriptionResponse

type UpdateKeyDescriptionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateKeyDescriptionResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateKeyDescriptionResponse) GoString

func (s UpdateKeyDescriptionResponse) GoString() string

func (*UpdateKeyDescriptionResponse) SetBody

func (*UpdateKeyDescriptionResponse) SetHeaders

func (*UpdateKeyDescriptionResponse) SetStatusCode

func (UpdateKeyDescriptionResponse) String

type UpdateKeyDescriptionResponseBody

type UpdateKeyDescriptionResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateKeyDescriptionResponseBody) GoString

func (*UpdateKeyDescriptionResponseBody) SetRequestId

func (UpdateKeyDescriptionResponseBody) String

type UpdateRotationPolicyRequest

type UpdateRotationPolicyRequest struct {
	EnableAutomaticRotation *bool   `json:"EnableAutomaticRotation,omitempty" xml:"EnableAutomaticRotation,omitempty"`
	KeyId                   *string `json:"KeyId,omitempty" xml:"KeyId,omitempty"`
	RotationInterval        *string `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
}

func (UpdateRotationPolicyRequest) GoString

func (s UpdateRotationPolicyRequest) GoString() string

func (*UpdateRotationPolicyRequest) SetEnableAutomaticRotation

func (s *UpdateRotationPolicyRequest) SetEnableAutomaticRotation(v bool) *UpdateRotationPolicyRequest

func (*UpdateRotationPolicyRequest) SetKeyId

func (*UpdateRotationPolicyRequest) SetRotationInterval

func (UpdateRotationPolicyRequest) String

type UpdateRotationPolicyResponse

type UpdateRotationPolicyResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateRotationPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateRotationPolicyResponse) GoString

func (s UpdateRotationPolicyResponse) GoString() string

func (*UpdateRotationPolicyResponse) SetBody

func (*UpdateRotationPolicyResponse) SetHeaders

func (*UpdateRotationPolicyResponse) SetStatusCode

func (UpdateRotationPolicyResponse) String

type UpdateRotationPolicyResponseBody

type UpdateRotationPolicyResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateRotationPolicyResponseBody) GoString

func (*UpdateRotationPolicyResponseBody) SetRequestId

func (UpdateRotationPolicyResponseBody) String

type UpdateSecretRequest

type UpdateSecretRequest struct {
	ExtendedConfig *UpdateSecretRequestExtendedConfig `json:"ExtendedConfig,omitempty" xml:"ExtendedConfig,omitempty" type:"Struct"`
	Description    *string                            `json:"Description,omitempty" xml:"Description,omitempty"`
	SecretName     *string                            `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (UpdateSecretRequest) GoString

func (s UpdateSecretRequest) GoString() string

func (*UpdateSecretRequest) SetDescription

func (s *UpdateSecretRequest) SetDescription(v string) *UpdateSecretRequest

func (*UpdateSecretRequest) SetExtendedConfig

func (*UpdateSecretRequest) SetSecretName

func (s *UpdateSecretRequest) SetSecretName(v string) *UpdateSecretRequest

func (UpdateSecretRequest) String

func (s UpdateSecretRequest) String() string

type UpdateSecretRequestExtendedConfig

type UpdateSecretRequestExtendedConfig struct {
	CustomData map[string]interface{} `json:"CustomData,omitempty" xml:"CustomData,omitempty"`
}

func (UpdateSecretRequestExtendedConfig) GoString

func (*UpdateSecretRequestExtendedConfig) SetCustomData

func (s *UpdateSecretRequestExtendedConfig) SetCustomData(v map[string]interface{}) *UpdateSecretRequestExtendedConfig

func (UpdateSecretRequestExtendedConfig) String

type UpdateSecretResponse

type UpdateSecretResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateSecretResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateSecretResponse) GoString

func (s UpdateSecretResponse) GoString() string

func (*UpdateSecretResponse) SetBody

func (*UpdateSecretResponse) SetHeaders

func (s *UpdateSecretResponse) SetHeaders(v map[string]*string) *UpdateSecretResponse

func (*UpdateSecretResponse) SetStatusCode

func (s *UpdateSecretResponse) SetStatusCode(v int32) *UpdateSecretResponse

func (UpdateSecretResponse) String

func (s UpdateSecretResponse) String() string

type UpdateSecretResponseBody

type UpdateSecretResponseBody struct {
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretName *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (UpdateSecretResponseBody) GoString

func (s UpdateSecretResponseBody) GoString() string

func (*UpdateSecretResponseBody) SetRequestId

func (*UpdateSecretResponseBody) SetSecretName

func (UpdateSecretResponseBody) String

func (s UpdateSecretResponseBody) String() string

type UpdateSecretRotationPolicyRequest

type UpdateSecretRotationPolicyRequest struct {
	EnableAutomaticRotation *bool   `json:"EnableAutomaticRotation,omitempty" xml:"EnableAutomaticRotation,omitempty"`
	RotationInterval        *string `json:"RotationInterval,omitempty" xml:"RotationInterval,omitempty"`
	SecretName              *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (UpdateSecretRotationPolicyRequest) GoString

func (*UpdateSecretRotationPolicyRequest) SetEnableAutomaticRotation

func (*UpdateSecretRotationPolicyRequest) SetRotationInterval

func (*UpdateSecretRotationPolicyRequest) SetSecretName

func (UpdateSecretRotationPolicyRequest) String

type UpdateSecretRotationPolicyResponse

type UpdateSecretRotationPolicyResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateSecretRotationPolicyResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateSecretRotationPolicyResponse) GoString

func (*UpdateSecretRotationPolicyResponse) SetHeaders

func (*UpdateSecretRotationPolicyResponse) SetStatusCode

func (UpdateSecretRotationPolicyResponse) String

type UpdateSecretRotationPolicyResponseBody

type UpdateSecretRotationPolicyResponseBody struct {
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretName *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (UpdateSecretRotationPolicyResponseBody) GoString

func (*UpdateSecretRotationPolicyResponseBody) SetRequestId

func (*UpdateSecretRotationPolicyResponseBody) SetSecretName

func (UpdateSecretRotationPolicyResponseBody) String

type UpdateSecretShrinkRequest

type UpdateSecretShrinkRequest struct {
	ExtendedConfig *UpdateSecretShrinkRequestExtendedConfig `json:"ExtendedConfig,omitempty" xml:"ExtendedConfig,omitempty" type:"Struct"`
	Description    *string                                  `json:"Description,omitempty" xml:"Description,omitempty"`
	SecretName     *string                                  `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (UpdateSecretShrinkRequest) GoString

func (s UpdateSecretShrinkRequest) GoString() string

func (*UpdateSecretShrinkRequest) SetDescription

func (*UpdateSecretShrinkRequest) SetExtendedConfig

func (*UpdateSecretShrinkRequest) SetSecretName

func (UpdateSecretShrinkRequest) String

func (s UpdateSecretShrinkRequest) String() string

type UpdateSecretShrinkRequestExtendedConfig

type UpdateSecretShrinkRequestExtendedConfig struct {
	CustomData *string `json:"CustomData,omitempty" xml:"CustomData,omitempty"`
}

func (UpdateSecretShrinkRequestExtendedConfig) GoString

func (*UpdateSecretShrinkRequestExtendedConfig) SetCustomData

func (UpdateSecretShrinkRequestExtendedConfig) String

type UpdateSecretVersionStageRequest

type UpdateSecretVersionStageRequest struct {
	MoveToVersion     *string `json:"MoveToVersion,omitempty" xml:"MoveToVersion,omitempty"`
	RemoveFromVersion *string `json:"RemoveFromVersion,omitempty" xml:"RemoveFromVersion,omitempty"`
	SecretName        *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
	VersionStage      *string `json:"VersionStage,omitempty" xml:"VersionStage,omitempty"`
}

func (UpdateSecretVersionStageRequest) GoString

func (*UpdateSecretVersionStageRequest) SetMoveToVersion

func (*UpdateSecretVersionStageRequest) SetRemoveFromVersion

func (*UpdateSecretVersionStageRequest) SetSecretName

func (*UpdateSecretVersionStageRequest) SetVersionStage

func (UpdateSecretVersionStageRequest) String

type UpdateSecretVersionStageResponse

type UpdateSecretVersionStageResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UpdateSecretVersionStageResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateSecretVersionStageResponse) GoString

func (*UpdateSecretVersionStageResponse) SetHeaders

func (*UpdateSecretVersionStageResponse) SetStatusCode

func (UpdateSecretVersionStageResponse) String

type UpdateSecretVersionStageResponseBody

type UpdateSecretVersionStageResponseBody struct {
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SecretName *string `json:"SecretName,omitempty" xml:"SecretName,omitempty"`
}

func (UpdateSecretVersionStageResponseBody) GoString

func (*UpdateSecretVersionStageResponseBody) SetRequestId

func (*UpdateSecretVersionStageResponseBody) SetSecretName

func (UpdateSecretVersionStageResponseBody) String

type UploadCertificateRequest

type UploadCertificateRequest struct {
	Certificate      *string `json:"Certificate,omitempty" xml:"Certificate,omitempty"`
	CertificateChain *string `json:"CertificateChain,omitempty" xml:"CertificateChain,omitempty"`
	CertificateId    *string `json:"CertificateId,omitempty" xml:"CertificateId,omitempty"`
}

func (UploadCertificateRequest) GoString

func (s UploadCertificateRequest) GoString() string

func (*UploadCertificateRequest) SetCertificate

func (*UploadCertificateRequest) SetCertificateChain

func (s *UploadCertificateRequest) SetCertificateChain(v string) *UploadCertificateRequest

func (*UploadCertificateRequest) SetCertificateId

func (UploadCertificateRequest) String

func (s UploadCertificateRequest) String() string

type UploadCertificateResponse

type UploadCertificateResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *UploadCertificateResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UploadCertificateResponse) GoString

func (s UploadCertificateResponse) GoString() string

func (*UploadCertificateResponse) SetBody

func (*UploadCertificateResponse) SetHeaders

func (*UploadCertificateResponse) SetStatusCode

func (UploadCertificateResponse) String

func (s UploadCertificateResponse) String() string

type UploadCertificateResponseBody

type UploadCertificateResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UploadCertificateResponseBody) GoString

func (*UploadCertificateResponseBody) SetRequestId

func (UploadCertificateResponseBody) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL