Versions in this module Expand all Collapse all v0 v0.2.3 Jun 7, 2024 v0.2.2 Jun 1, 2024 Changes in this version + type CreateStackResponse struct + ContentType string + RawResponse *http.Response + StacksV1StacksPostResponse *shared.StacksV1StacksPostResponse + StatusCode int + func (o *CreateStackResponse) GetContentType() string + func (o *CreateStackResponse) GetRawResponse() *http.Response + func (o *CreateStackResponse) GetStacksV1StacksPostResponse() *shared.StacksV1StacksPostResponse + func (o *CreateStackResponse) GetStatusCode() int + type CreateSystemResponse struct + ContentType string + RawResponse *http.Response + StatusCode int + SystemsV1SystemsPostResponse *shared.SystemsV1SystemsPostResponse + func (o *CreateSystemResponse) GetContentType() string + func (o *CreateSystemResponse) GetRawResponse() *http.Response + func (o *CreateSystemResponse) GetStatusCode() int + func (o *CreateSystemResponse) GetSystemsV1SystemsPostResponse() *shared.SystemsV1SystemsPostResponse + type CreateUpdateSecretRequest struct + IfNoneMatch *string + SecretID string + SecretsV1SecretsPutRequest shared.SecretsV1SecretsPutRequest + func (o *CreateUpdateSecretRequest) GetIfNoneMatch() *string + func (o *CreateUpdateSecretRequest) GetSecretID() string + func (o *CreateUpdateSecretRequest) GetSecretsV1SecretsPutRequest() shared.SecretsV1SecretsPutRequest + type CreateUpdateSecretResponse struct + ContentType string + RawResponse *http.Response + SecretsV1SecretsPutResponse *shared.SecretsV1SecretsPutResponse + StatusCode int + func (o *CreateUpdateSecretResponse) GetContentType() string + func (o *CreateUpdateSecretResponse) GetRawResponse() *http.Response + func (o *CreateUpdateSecretResponse) GetSecretsV1SecretsPutResponse() *shared.SecretsV1SecretsPutResponse + func (o *CreateUpdateSecretResponse) GetStatusCode() int + type DeletePolicyRequest struct + Policy string + func (o *DeletePolicyRequest) GetPolicy() string + type DeletePolicyResponse struct + ContentType string + MetaV1ErrorResponse *shared.MetaV1ErrorResponse + PoliciesV1PolicyDeleteResponse *shared.PoliciesV1PolicyDeleteResponse + RawResponse *http.Response + StatusCode int + func (o *DeletePolicyResponse) GetContentType() string + func (o *DeletePolicyResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse + func (o *DeletePolicyResponse) GetPoliciesV1PolicyDeleteResponse() *shared.PoliciesV1PolicyDeleteResponse + func (o *DeletePolicyResponse) GetRawResponse() *http.Response + func (o *DeletePolicyResponse) GetStatusCode() int + type DeleteSecretRequest struct + SecretID string + func (o *DeleteSecretRequest) GetSecretID() string + type DeleteSecretResponse struct + ContentType string + RawResponse *http.Response + SecretsV1SecretsDeleteResponse *shared.SecretsV1SecretsDeleteResponse + StatusCode int + func (o *DeleteSecretResponse) GetContentType() string + func (o *DeleteSecretResponse) GetRawResponse() *http.Response + func (o *DeleteSecretResponse) GetSecretsV1SecretsDeleteResponse() *shared.SecretsV1SecretsDeleteResponse + func (o *DeleteSecretResponse) GetStatusCode() int + type DeleteStackRequest struct + Stack string + func (o *DeleteStackRequest) GetStack() string + type DeleteStackResponse struct + ContentType string + MetaV1ErrorResponse *shared.MetaV1ErrorResponse + RawResponse *http.Response + StacksV1StacksDeleteResponse *shared.StacksV1StacksDeleteResponse + StatusCode int + func (o *DeleteStackResponse) GetContentType() string + func (o *DeleteStackResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse + func (o *DeleteStackResponse) GetRawResponse() *http.Response + func (o *DeleteStackResponse) GetStacksV1StacksDeleteResponse() *shared.StacksV1StacksDeleteResponse + func (o *DeleteStackResponse) GetStatusCode() int + type DeleteSystemRequest struct + Recursive *string + System string + func (o *DeleteSystemRequest) GetRecursive() *string + func (o *DeleteSystemRequest) GetSystem() string + type DeleteSystemResponse struct + ContentType string + MetaV1ErrorResponse *shared.MetaV1ErrorResponse + RawResponse *http.Response + StatusCode int + SystemsV1SystemsDeleteResponse *shared.SystemsV1SystemsDeleteResponse + func (o *DeleteSystemResponse) GetContentType() string + func (o *DeleteSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse + func (o *DeleteSystemResponse) GetRawResponse() *http.Response + func (o *DeleteSystemResponse) GetStatusCode() int + func (o *DeleteSystemResponse) GetSystemsV1SystemsDeleteResponse() *shared.SystemsV1SystemsDeleteResponse + type GetPolicyRequest struct + Dependencies *bool + Policy string + func (o *GetPolicyRequest) GetDependencies() *bool + func (o *GetPolicyRequest) GetPolicy() string + type GetPolicyResponse struct + ContentType string + MetaV1ErrorResponse *shared.MetaV1ErrorResponse + PoliciesV1PolicyGetResponse *shared.PoliciesV1PolicyGetResponse + RawResponse *http.Response + StatusCode int + func (o *GetPolicyResponse) GetContentType() string + func (o *GetPolicyResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse + func (o *GetPolicyResponse) GetPoliciesV1PolicyGetResponse() *shared.PoliciesV1PolicyGetResponse + func (o *GetPolicyResponse) GetRawResponse() *http.Response + func (o *GetPolicyResponse) GetStatusCode() int + type GetSecretRequest struct + SecretID string + func (o *GetSecretRequest) GetSecretID() string + type GetSecretResponse struct + ContentType string + MetaV1ErrorResponse *shared.MetaV1ErrorResponse + RawResponse *http.Response + SecretsV1SecretsGetResponse *shared.SecretsV1SecretsGetResponse + StatusCode int + func (o *GetSecretResponse) GetContentType() string + func (o *GetSecretResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse + func (o *GetSecretResponse) GetRawResponse() *http.Response + func (o *GetSecretResponse) GetSecretsV1SecretsGetResponse() *shared.SecretsV1SecretsGetResponse + func (o *GetSecretResponse) GetStatusCode() int + type GetStackRequest struct + Stack string + func (o *GetStackRequest) GetStack() string + type GetStackResponse struct + ContentType string + RawResponse *http.Response + StacksV1StacksGetResponse *shared.StacksV1StacksGetResponse + StatusCode int + func (o *GetStackResponse) GetContentType() string + func (o *GetStackResponse) GetRawResponse() *http.Response + func (o *GetStackResponse) GetStacksV1StacksGetResponse() *shared.StacksV1StacksGetResponse + func (o *GetStackResponse) GetStatusCode() int + type GetSystemRequest struct + System string + func (o *GetSystemRequest) GetSystem() string + type GetSystemResponse struct + ContentType string + MetaV1ErrorResponse *shared.MetaV1ErrorResponse + RawResponse *http.Response + StatusCode int + SystemsV1SystemsGetResponse *shared.SystemsV1SystemsGetResponse + func (o *GetSystemResponse) GetContentType() string + func (o *GetSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse + func (o *GetSystemResponse) GetRawResponse() *http.Response + func (o *GetSystemResponse) GetStatusCode() int + func (o *GetSystemResponse) GetSystemsV1SystemsGetResponse() *shared.SystemsV1SystemsGetResponse + type LibrariesDeleteRequest struct + ID string + func (o *LibrariesDeleteRequest) GetID() string + type LibrariesDeleteResponse struct + ContentType string + RawResponse *http.Response + StatusCode int + func (o *LibrariesDeleteResponse) GetContentType() string + func (o *LibrariesDeleteResponse) GetRawResponse() *http.Response + func (o *LibrariesDeleteResponse) GetStatusCode() int + type LibrariesGetRequest struct + DependantBundles *string + ID string + func (o *LibrariesGetRequest) GetDependantBundles() *string + func (o *LibrariesGetRequest) GetID() string + type LibrariesGetResponse struct + ContentType string + LibrariesV1LibraryResponse *shared.LibrariesV1LibraryResponse + RawResponse *http.Response + StatusCode int + func (o *LibrariesGetResponse) GetContentType() string + func (o *LibrariesGetResponse) GetLibrariesV1LibraryResponse() *shared.LibrariesV1LibraryResponse + func (o *LibrariesGetResponse) GetRawResponse() *http.Response + func (o *LibrariesGetResponse) GetStatusCode() int + type LibrariesUpdateRequest struct + ID string + LibrariesV1CreateLibraryRequest shared.LibrariesV1CreateLibraryRequest + func (o *LibrariesUpdateRequest) GetID() string + func (o *LibrariesUpdateRequest) GetLibrariesV1CreateLibraryRequest() shared.LibrariesV1CreateLibraryRequest + type LibrariesUpdateResponse struct + ContentType string + LibrariesV1LibraryResponse *shared.LibrariesV1LibraryResponse + RawResponse *http.Response + StatusCode int + func (o *LibrariesUpdateResponse) GetContentType() string + func (o *LibrariesUpdateResponse) GetLibrariesV1LibraryResponse() *shared.LibrariesV1LibraryResponse + func (o *LibrariesUpdateResponse) GetRawResponse() *http.Response + func (o *LibrariesUpdateResponse) GetStatusCode() int + type UpdatePolicyRequest struct + IfNoneMatch *string + PoliciesV1PoliciesPutRequest shared.PoliciesV1PoliciesPutRequest + Policy string + func (o *UpdatePolicyRequest) GetIfNoneMatch() *string + func (o *UpdatePolicyRequest) GetPoliciesV1PoliciesPutRequest() shared.PoliciesV1PoliciesPutRequest + func (o *UpdatePolicyRequest) GetPolicy() string + type UpdatePolicyResponse struct + ContentType string + PoliciesV1PolicyPutResponse *shared.PoliciesV1PolicyPutResponse + RawResponse *http.Response + StatusCode int + func (o *UpdatePolicyResponse) GetContentType() string + func (o *UpdatePolicyResponse) GetPoliciesV1PolicyPutResponse() *shared.PoliciesV1PolicyPutResponse + func (o *UpdatePolicyResponse) GetRawResponse() *http.Response + func (o *UpdatePolicyResponse) GetStatusCode() int + type UpdateStackRequest struct + Stack string + StacksV1StacksPutRequest shared.StacksV1StacksPutRequest + func (o *UpdateStackRequest) GetStack() string + func (o *UpdateStackRequest) GetStacksV1StacksPutRequest() shared.StacksV1StacksPutRequest + type UpdateStackResponse struct + ContentType string + RawResponse *http.Response + StacksV1StacksPutResponse *shared.StacksV1StacksPutResponse + StatusCode int + func (o *UpdateStackResponse) GetContentType() string + func (o *UpdateStackResponse) GetRawResponse() *http.Response + func (o *UpdateStackResponse) GetStacksV1StacksPutResponse() *shared.StacksV1StacksPutResponse + func (o *UpdateStackResponse) GetStatusCode() int + type UpdateSystemRequest struct + IfNoneMatch *string + System string + SystemsV1SystemsPutRequest shared.SystemsV1SystemsPutRequest + func (o *UpdateSystemRequest) GetIfNoneMatch() *string + func (o *UpdateSystemRequest) GetSystem() string + func (o *UpdateSystemRequest) GetSystemsV1SystemsPutRequest() shared.SystemsV1SystemsPutRequest + type UpdateSystemResponse struct + ContentType string + MetaV1ErrorResponse *shared.MetaV1ErrorResponse + RawResponse *http.Response + StatusCode int + SystemsV1SystemsPutResponse *shared.SystemsV1SystemsPutResponse + func (o *UpdateSystemResponse) GetContentType() string + func (o *UpdateSystemResponse) GetMetaV1ErrorResponse() *shared.MetaV1ErrorResponse + func (o *UpdateSystemResponse) GetRawResponse() *http.Response + func (o *UpdateSystemResponse) GetStatusCode() int + func (o *UpdateSystemResponse) GetSystemsV1SystemsPutResponse() *shared.SystemsV1SystemsPutResponse