1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808
|
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
// Package mnq provides methods and message types of the mnq v1alpha1 API.
package mnq
import (
"bytes"
"encoding/json"
"fmt"
"net"
"net/http"
"net/url"
"strings"
"time"
"github.com/scaleway/scaleway-sdk-go/internal/errors"
"github.com/scaleway/scaleway-sdk-go/internal/marshaler"
"github.com/scaleway/scaleway-sdk-go/internal/parameter"
"github.com/scaleway/scaleway-sdk-go/namegenerator"
"github.com/scaleway/scaleway-sdk-go/scw"
)
// always import dependencies
var (
_ fmt.Stringer
_ json.Unmarshaler
_ url.URL
_ net.IP
_ http.Header
_ bytes.Reader
_ time.Time
_ = strings.Join
_ scw.ScalewayRequest
_ marshaler.Duration
_ scw.File
_ = parameter.AddToQuery
_ = namegenerator.GetRandomName
)
// API: this API allows you to manage Messaging or Queueing brokers
type API struct {
client *scw.Client
}
// NewAPI returns a API object from a Scaleway client.
func NewAPI(client *scw.Client) *API {
return &API{
client: client,
}
}
type ListCredentialsRequestOrderBy string
const (
// ListCredentialsRequestOrderByIDAsc is [insert doc].
ListCredentialsRequestOrderByIDAsc = ListCredentialsRequestOrderBy("id_asc")
// ListCredentialsRequestOrderByIDDesc is [insert doc].
ListCredentialsRequestOrderByIDDesc = ListCredentialsRequestOrderBy("id_desc")
// ListCredentialsRequestOrderByNameAsc is [insert doc].
ListCredentialsRequestOrderByNameAsc = ListCredentialsRequestOrderBy("name_asc")
// ListCredentialsRequestOrderByNameDesc is [insert doc].
ListCredentialsRequestOrderByNameDesc = ListCredentialsRequestOrderBy("name_desc")
)
func (enum ListCredentialsRequestOrderBy) String() string {
if enum == "" {
// return default value if empty
return "id_asc"
}
return string(enum)
}
func (enum ListCredentialsRequestOrderBy) MarshalJSON() ([]byte, error) {
return []byte(fmt.Sprintf(`"%s"`, enum)), nil
}
func (enum *ListCredentialsRequestOrderBy) UnmarshalJSON(data []byte) error {
tmp := ""
if err := json.Unmarshal(data, &tmp); err != nil {
return err
}
*enum = ListCredentialsRequestOrderBy(ListCredentialsRequestOrderBy(tmp).String())
return nil
}
type ListNamespacesRequestOrderBy string
const (
// ListNamespacesRequestOrderByCreatedAtAsc is [insert doc].
ListNamespacesRequestOrderByCreatedAtAsc = ListNamespacesRequestOrderBy("created_at_asc")
// ListNamespacesRequestOrderByCreatedAtDesc is [insert doc].
ListNamespacesRequestOrderByCreatedAtDesc = ListNamespacesRequestOrderBy("created_at_desc")
// ListNamespacesRequestOrderByUpdatedAtAsc is [insert doc].
ListNamespacesRequestOrderByUpdatedAtAsc = ListNamespacesRequestOrderBy("updated_at_asc")
// ListNamespacesRequestOrderByUpdatedAtDesc is [insert doc].
ListNamespacesRequestOrderByUpdatedAtDesc = ListNamespacesRequestOrderBy("updated_at_desc")
// ListNamespacesRequestOrderByIDAsc is [insert doc].
ListNamespacesRequestOrderByIDAsc = ListNamespacesRequestOrderBy("id_asc")
// ListNamespacesRequestOrderByIDDesc is [insert doc].
ListNamespacesRequestOrderByIDDesc = ListNamespacesRequestOrderBy("id_desc")
// ListNamespacesRequestOrderByNameAsc is [insert doc].
ListNamespacesRequestOrderByNameAsc = ListNamespacesRequestOrderBy("name_asc")
// ListNamespacesRequestOrderByNameDesc is [insert doc].
ListNamespacesRequestOrderByNameDesc = ListNamespacesRequestOrderBy("name_desc")
// ListNamespacesRequestOrderByProjectIDAsc is [insert doc].
ListNamespacesRequestOrderByProjectIDAsc = ListNamespacesRequestOrderBy("project_id_asc")
// ListNamespacesRequestOrderByProjectIDDesc is [insert doc].
ListNamespacesRequestOrderByProjectIDDesc = ListNamespacesRequestOrderBy("project_id_desc")
)
func (enum ListNamespacesRequestOrderBy) String() string {
if enum == "" {
// return default value if empty
return "created_at_asc"
}
return string(enum)
}
func (enum ListNamespacesRequestOrderBy) MarshalJSON() ([]byte, error) {
return []byte(fmt.Sprintf(`"%s"`, enum)), nil
}
func (enum *ListNamespacesRequestOrderBy) UnmarshalJSON(data []byte) error {
tmp := ""
if err := json.Unmarshal(data, &tmp); err != nil {
return err
}
*enum = ListNamespacesRequestOrderBy(ListNamespacesRequestOrderBy(tmp).String())
return nil
}
type NamespaceProtocol string
const (
// NamespaceProtocolUnknown is [insert doc].
NamespaceProtocolUnknown = NamespaceProtocol("unknown")
// NamespaceProtocolNats is [insert doc].
NamespaceProtocolNats = NamespaceProtocol("nats")
// NamespaceProtocolSqsSns is [insert doc].
NamespaceProtocolSqsSns = NamespaceProtocol("sqs_sns")
)
func (enum NamespaceProtocol) String() string {
if enum == "" {
// return default value if empty
return "unknown"
}
return string(enum)
}
func (enum NamespaceProtocol) MarshalJSON() ([]byte, error) {
return []byte(fmt.Sprintf(`"%s"`, enum)), nil
}
func (enum *NamespaceProtocol) UnmarshalJSON(data []byte) error {
tmp := ""
if err := json.Unmarshal(data, &tmp); err != nil {
return err
}
*enum = NamespaceProtocol(NamespaceProtocol(tmp).String())
return nil
}
// Credential: credential
type Credential struct {
// ID: credential ID
ID string `json:"id"`
// Name: credential name
Name string `json:"name"`
// NamespaceID: namespace containing the Credential
NamespaceID string `json:"namespace_id"`
// Protocol: protocol associated to the Credential
//
// Default value: unknown
Protocol NamespaceProtocol `json:"protocol"`
// NatsCredentials: credentials file used to connect to the NATS service
// Precisely one of NatsCredentials, SqsSnsCredentials must be set.
NatsCredentials *CredentialNATSCredsFile `json:"nats_credentials,omitempty"`
// SqsSnsCredentials: credential used to connect to the SQS/SNS service
// Precisely one of NatsCredentials, SqsSnsCredentials must be set.
SqsSnsCredentials *CredentialSQSSNSCreds `json:"sqs_sns_credentials,omitempty"`
}
// CredentialNATSCredsFile: credential.nats creds file
type CredentialNATSCredsFile struct {
// Content: raw content of the NATS credentials file
Content string `json:"content"`
}
// CredentialSQSSNSCreds: credential.sqssns creds
type CredentialSQSSNSCreds struct {
// AccessKey: ID of the key
AccessKey string `json:"access_key"`
// SecretKey: secret value of the key
SecretKey *string `json:"secret_key"`
// Permissions: list of permissions associated to this Credential
Permissions *Permissions `json:"permissions"`
}
// CredentialSummary: credential summary
type CredentialSummary struct {
// ID: credential ID
ID string `json:"id"`
// Name: credential name
Name string `json:"name"`
// NamespaceID: namespace containing the Credential
NamespaceID string `json:"namespace_id"`
// Protocol: protocol associated to the Credential
//
// Default value: unknown
Protocol NamespaceProtocol `json:"protocol"`
// SqsSnsCredentials: credential used to connect to the SQS/SNS service
// Precisely one of SqsSnsCredentials must be set.
SqsSnsCredentials *CredentialSummarySQSSNSCreds `json:"sqs_sns_credentials,omitempty"`
}
// CredentialSummarySQSSNSCreds: credential summary.sqssns creds
type CredentialSummarySQSSNSCreds struct {
// AccessKey: ID of the key
AccessKey string `json:"access_key"`
// Permissions: list of permissions associated to this Credential
Permissions *Permissions `json:"permissions"`
}
// ListCredentialsResponse: list credentials response
type ListCredentialsResponse struct {
// TotalCount: total number of existing Credentials
TotalCount uint32 `json:"total_count"`
// Credentials: a page of Credentials
Credentials []*CredentialSummary `json:"credentials"`
}
// ListNamespacesResponse: list namespaces response
type ListNamespacesResponse struct {
// TotalCount: total number of existing Namespaces
TotalCount uint32 `json:"total_count"`
// Namespaces: a page of Namespaces
Namespaces []*Namespace `json:"namespaces"`
}
// Namespace: namespace
type Namespace struct {
// ID: namespace ID
ID string `json:"id"`
// Name: namespace name
Name string `json:"name"`
// Endpoint: endpoint of the service matching the Namespace protocol
Endpoint string `json:"endpoint"`
// Protocol: namespace protocol
//
// Default value: unknown
Protocol NamespaceProtocol `json:"protocol"`
// ProjectID: project containing the Namespace
ProjectID string `json:"project_id"`
// Region: region where the Namespace is deployed
Region scw.Region `json:"region"`
// CreatedAt: namespace creation date
CreatedAt *time.Time `json:"created_at"`
// UpdatedAt: namespace last modification date
UpdatedAt *time.Time `json:"updated_at"`
}
// Permissions: permissions
type Permissions struct {
// CanPublish: defines if user can publish messages to the service
CanPublish *bool `json:"can_publish"`
// CanReceive: defines if user can receive messages from the service
CanReceive *bool `json:"can_receive"`
// CanManage: defines if user can manage the associated resource(s)
CanManage *bool `json:"can_manage"`
}
// Service API
// Regions list localities the api is available in
func (s *API) Regions() []scw.Region {
return []scw.Region{scw.RegionFrPar}
}
type ListNamespacesRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// OrganizationID: will list only the Namespaces owned by the specified organization
OrganizationID *string `json:"-"`
// ProjectID: will list only the Namespaces contained into the specified project
ProjectID *string `json:"-"`
// Page: indicate the page number of results to be returned
Page *int32 `json:"-"`
// PageSize: maximum number of results returned by page
PageSize *uint32 `json:"-"`
// OrderBy: field used for sorting results
//
// Default value: created_at_asc
OrderBy ListNamespacesRequestOrderBy `json:"-"`
}
// ListNamespaces: list namespaces
func (s *API) ListNamespaces(req *ListNamespacesRequest, opts ...scw.RequestOption) (*ListNamespacesResponse, error) {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
defaultPageSize, exist := s.client.GetDefaultPageSize()
if (req.PageSize == nil || *req.PageSize == 0) && exist {
req.PageSize = &defaultPageSize
}
query := url.Values{}
parameter.AddToQuery(query, "organization_id", req.OrganizationID)
parameter.AddToQuery(query, "project_id", req.ProjectID)
parameter.AddToQuery(query, "page", req.Page)
parameter.AddToQuery(query, "page_size", req.PageSize)
parameter.AddToQuery(query, "order_by", req.OrderBy)
if fmt.Sprint(req.Region) == "" {
return nil, errors.New("field Region cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "GET",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/namespaces",
Query: query,
Headers: http.Header{},
}
var resp ListNamespacesResponse
err = s.client.Do(scwReq, &resp, opts...)
if err != nil {
return nil, err
}
return &resp, nil
}
type CreateNamespaceRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// Name: namespace name
Name string `json:"name"`
// Protocol: namespace protocol
//
// Default value: unknown
Protocol NamespaceProtocol `json:"protocol"`
// ProjectID: project containing the Namespace
ProjectID string `json:"project_id"`
}
// CreateNamespace: create a namespace
func (s *API) CreateNamespace(req *CreateNamespaceRequest, opts ...scw.RequestOption) (*Namespace, error) {
var err error
if req.ProjectID == "" {
defaultProjectID, _ := s.client.GetDefaultProjectID()
req.ProjectID = defaultProjectID
}
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
if req.Name == "" {
req.Name = namegenerator.GetRandomName("mnq")
}
if fmt.Sprint(req.Region) == "" {
return nil, errors.New("field Region cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "POST",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/namespaces",
Headers: http.Header{},
}
err = scwReq.SetBody(req)
if err != nil {
return nil, err
}
var resp Namespace
err = s.client.Do(scwReq, &resp, opts...)
if err != nil {
return nil, err
}
return &resp, nil
}
type UpdateNamespaceRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// NamespaceID: ID of the Namespace to update
NamespaceID string `json:"namespace_id"`
// Name: namespace name
Name *string `json:"name"`
}
// UpdateNamespace: update the name of a namespace
func (s *API) UpdateNamespace(req *UpdateNamespaceRequest, opts ...scw.RequestOption) (*Namespace, error) {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
if fmt.Sprint(req.Region) == "" {
return nil, errors.New("field Region cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "PATCH",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/namespaces",
Headers: http.Header{},
}
err = scwReq.SetBody(req)
if err != nil {
return nil, err
}
var resp Namespace
err = s.client.Do(scwReq, &resp, opts...)
if err != nil {
return nil, err
}
return &resp, nil
}
type GetNamespaceRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// NamespaceID: ID of the Namespace to get
NamespaceID string `json:"-"`
}
// GetNamespace: get a namespace
func (s *API) GetNamespace(req *GetNamespaceRequest, opts ...scw.RequestOption) (*Namespace, error) {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
if fmt.Sprint(req.Region) == "" {
return nil, errors.New("field Region cannot be empty in request")
}
if fmt.Sprint(req.NamespaceID) == "" {
return nil, errors.New("field NamespaceID cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "GET",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/namespaces/" + fmt.Sprint(req.NamespaceID) + "",
Headers: http.Header{},
}
var resp Namespace
err = s.client.Do(scwReq, &resp, opts...)
if err != nil {
return nil, err
}
return &resp, nil
}
type DeleteNamespaceRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// NamespaceID: ID of the Namespace to delete
NamespaceID string `json:"-"`
}
// DeleteNamespace: delete a namespace
func (s *API) DeleteNamespace(req *DeleteNamespaceRequest, opts ...scw.RequestOption) error {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
if fmt.Sprint(req.Region) == "" {
return errors.New("field Region cannot be empty in request")
}
if fmt.Sprint(req.NamespaceID) == "" {
return errors.New("field NamespaceID cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "DELETE",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/namespaces/" + fmt.Sprint(req.NamespaceID) + "",
Headers: http.Header{},
}
err = s.client.Do(scwReq, nil, opts...)
if err != nil {
return err
}
return nil
}
type CreateCredentialRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// NamespaceID: namespace containing the Credential
NamespaceID string `json:"namespace_id"`
// Name: credential name
Name string `json:"name"`
// Permissions: list of permissions associated to this Credential
// Precisely one of Permissions must be set.
Permissions *Permissions `json:"permissions,omitempty"`
}
// CreateCredential: create a set of credentials
//
// Create a set of credentials for a specific namespace.
func (s *API) CreateCredential(req *CreateCredentialRequest, opts ...scw.RequestOption) (*Credential, error) {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
if req.Name == "" {
req.Name = namegenerator.GetRandomName("mnq")
}
if fmt.Sprint(req.Region) == "" {
return nil, errors.New("field Region cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "POST",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/credentials",
Headers: http.Header{},
}
err = scwReq.SetBody(req)
if err != nil {
return nil, err
}
var resp Credential
err = s.client.Do(scwReq, &resp, opts...)
if err != nil {
return nil, err
}
return &resp, nil
}
type DeleteCredentialRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// CredentialID: ID of the Credential to delete
CredentialID string `json:"-"`
}
// DeleteCredential: delete credentials
func (s *API) DeleteCredential(req *DeleteCredentialRequest, opts ...scw.RequestOption) error {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
if fmt.Sprint(req.Region) == "" {
return errors.New("field Region cannot be empty in request")
}
if fmt.Sprint(req.CredentialID) == "" {
return errors.New("field CredentialID cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "DELETE",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/credentials/" + fmt.Sprint(req.CredentialID) + "",
Headers: http.Header{},
}
err = s.client.Do(scwReq, nil, opts...)
if err != nil {
return err
}
return nil
}
type ListCredentialsRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// NamespaceID: namespace containing the Credential
NamespaceID *string `json:"-"`
// Page: indicate the page number of results to be returned
Page *int32 `json:"-"`
// PageSize: maximum number of results returned by page
PageSize *uint32 `json:"-"`
// OrderBy: field used for sorting results
//
// Default value: id_asc
OrderBy ListCredentialsRequestOrderBy `json:"-"`
}
// ListCredentials: list credentials
func (s *API) ListCredentials(req *ListCredentialsRequest, opts ...scw.RequestOption) (*ListCredentialsResponse, error) {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
defaultPageSize, exist := s.client.GetDefaultPageSize()
if (req.PageSize == nil || *req.PageSize == 0) && exist {
req.PageSize = &defaultPageSize
}
query := url.Values{}
parameter.AddToQuery(query, "namespace_id", req.NamespaceID)
parameter.AddToQuery(query, "page", req.Page)
parameter.AddToQuery(query, "page_size", req.PageSize)
parameter.AddToQuery(query, "order_by", req.OrderBy)
if fmt.Sprint(req.Region) == "" {
return nil, errors.New("field Region cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "GET",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/credentials",
Query: query,
Headers: http.Header{},
}
var resp ListCredentialsResponse
err = s.client.Do(scwReq, &resp, opts...)
if err != nil {
return nil, err
}
return &resp, nil
}
type UpdateCredentialRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// CredentialID: ID of the Credential to update
CredentialID string `json:"-"`
// Name: credential name
Name *string `json:"name"`
// Permissions: list of permissions associated to this Credential
// Precisely one of Permissions must be set.
Permissions *Permissions `json:"permissions,omitempty"`
}
// UpdateCredential: update a set of credentials
//
// Update a set of credentials.
func (s *API) UpdateCredential(req *UpdateCredentialRequest, opts ...scw.RequestOption) (*Credential, error) {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
if fmt.Sprint(req.Region) == "" {
return nil, errors.New("field Region cannot be empty in request")
}
if fmt.Sprint(req.CredentialID) == "" {
return nil, errors.New("field CredentialID cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "PATCH",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/credentials/" + fmt.Sprint(req.CredentialID) + "",
Headers: http.Header{},
}
err = scwReq.SetBody(req)
if err != nil {
return nil, err
}
var resp Credential
err = s.client.Do(scwReq, &resp, opts...)
if err != nil {
return nil, err
}
return &resp, nil
}
type GetCredentialRequest struct {
// Region:
//
// Region to target. If none is passed will use default region from the config
Region scw.Region `json:"-"`
// CredentialID: ID of the Credential to get
CredentialID string `json:"-"`
}
// GetCredential: get a set of credentials
func (s *API) GetCredential(req *GetCredentialRequest, opts ...scw.RequestOption) (*Credential, error) {
var err error
if req.Region == "" {
defaultRegion, _ := s.client.GetDefaultRegion()
req.Region = defaultRegion
}
if fmt.Sprint(req.Region) == "" {
return nil, errors.New("field Region cannot be empty in request")
}
if fmt.Sprint(req.CredentialID) == "" {
return nil, errors.New("field CredentialID cannot be empty in request")
}
scwReq := &scw.ScalewayRequest{
Method: "GET",
Path: "/mnq/v1alpha1/regions/" + fmt.Sprint(req.Region) + "/credentials/" + fmt.Sprint(req.CredentialID) + "",
Headers: http.Header{},
}
var resp Credential
err = s.client.Do(scwReq, &resp, opts...)
if err != nil {
return nil, err
}
return &resp, nil
}
// UnsafeGetTotalCount should not be used
// Internal usage only
func (r *ListNamespacesResponse) UnsafeGetTotalCount() uint32 {
return r.TotalCount
}
// UnsafeAppend should not be used
// Internal usage only
func (r *ListNamespacesResponse) UnsafeAppend(res interface{}) (uint32, error) {
results, ok := res.(*ListNamespacesResponse)
if !ok {
return 0, errors.New("%T type cannot be appended to type %T", res, r)
}
r.Namespaces = append(r.Namespaces, results.Namespaces...)
r.TotalCount += uint32(len(results.Namespaces))
return uint32(len(results.Namespaces)), nil
}
// UnsafeGetTotalCount should not be used
// Internal usage only
func (r *ListCredentialsResponse) UnsafeGetTotalCount() uint32 {
return r.TotalCount
}
// UnsafeAppend should not be used
// Internal usage only
func (r *ListCredentialsResponse) UnsafeAppend(res interface{}) (uint32, error) {
results, ok := res.(*ListCredentialsResponse)
if !ok {
return 0, errors.New("%T type cannot be appended to type %T", res, r)
}
r.Credentials = append(r.Credentials, results.Credentials...)
r.TotalCount += uint32(len(results.Credentials))
return uint32(len(results.Credentials)), nil
}
|