github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/account/2021-02-01/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p>Operations for Amazon Web Services Account Management</p>",
     4    "operations": {
     5      "DeleteAlternateContact": "<p>Deletes the specified alternate contact from an Amazon Web Services account.</p> <p>For complete details about how to use the alternate contact operations, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact.html\">Access or updating the alternate contacts</a>.</p>",
     6      "GetAlternateContact": "<p>Retrieves the specified alternate contact attached to an Amazon Web Services account.</p> <p>For complete details about how to use the alternate contact operations, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact.html\">Access or updating the alternate contacts</a>.</p>",
     7      "PutAlternateContact": "<p>Modifies the specified alternate contact attached to an Amazon Web Services account.</p> <p>For complete details about how to use the alternate contact operations, see <a href=\"https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact.html\">Access or updating the alternate contacts</a>.</p>"
     8    },
     9    "shapes": {
    10      "AccessDeniedException": {
    11        "base": "<p>The operation failed because the calling identity doesn't have the minimum required permissions.</p>",
    12        "refs": {
    13        }
    14      },
    15      "AccountId": {
    16        "base": null,
    17        "refs": {
    18          "DeleteAlternateContactRequest$AccountId": "<p>Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.</p> <p>If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.</p> <p>To use this parameter, the caller must be an identity in the <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account\">organization's management account</a> or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html\">all features enabled</a>, and the organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-trusted-access.html\">trusted access</a> enabled for the Account Management service, and optionally a <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-delegated-admin.html\">delegated admin</a> account assigned.</p> <note> <p>The management account can't specify its own <code>AccountId</code>; it must call the operation in standalone context by not including the <code>AccountId</code> parameter.</p> </note> <p>To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.</p>",
    19          "GetAlternateContactRequest$AccountId": "<p>Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.</p> <p>If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.</p> <p>To use this parameter, the caller must be an identity in the <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account\">organization's management account</a> or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html\">all features enabled</a>, and the organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-trusted-access.html\">trusted access</a> enabled for the Account Management service, and optionally a <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-delegated-admin.html\">delegated admin</a> account assigned.</p> <note> <p>The management account can't specify its own <code>AccountId</code>; it must call the operation in standalone context by not including the <code>AccountId</code> parameter.</p> </note> <p>To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.</p>",
    20          "PutAlternateContactRequest$AccountId": "<p>Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.</p> <p>If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation.</p> <p>To use this parameter, the caller must be an identity in the <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account\">organization's management account</a> or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html\">all features enabled</a>, and the organization must have <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-trusted-access.html\">trusted access</a> enabled for the Account Management service, and optionally a <a href=\"https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-delegated-admin.html\">delegated admin</a> account assigned.</p> <note> <p>The management account can't specify its own <code>AccountId</code>; it must call the operation in standalone context by not including the <code>AccountId</code> parameter.</p> </note> <p>To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.</p>"
    21        }
    22      },
    23      "AlternateContact": {
    24        "base": "<p>A structure that contains the details of an alternate contact associated with an Amazon Web Services account</p>",
    25        "refs": {
    26          "GetAlternateContactResponse$AlternateContact": "<p>A structure that contains the details for the specified alternate contact.</p>"
    27        }
    28      },
    29      "AlternateContactType": {
    30        "base": null,
    31        "refs": {
    32          "AlternateContact$AlternateContactType": "<p>The type of alternate contact.</p>",
    33          "DeleteAlternateContactRequest$AlternateContactType": "<p>Specifies which of the alternate contacts to delete. </p>",
    34          "GetAlternateContactRequest$AlternateContactType": "<p>Specifies which alternate contact you want to retrieve.</p>",
    35          "PutAlternateContactRequest$AlternateContactType": "<p>Specifies which alternate contact you want to create or update.</p>"
    36        }
    37      },
    38      "DeleteAlternateContactRequest": {
    39        "base": null,
    40        "refs": {
    41        }
    42      },
    43      "EmailAddress": {
    44        "base": null,
    45        "refs": {
    46          "AlternateContact$EmailAddress": "<p>The email address associated with this alternate contact.</p>",
    47          "PutAlternateContactRequest$EmailAddress": "<p>Specifies an email address for the alternate contact. </p>"
    48        }
    49      },
    50      "GetAlternateContactRequest": {
    51        "base": null,
    52        "refs": {
    53        }
    54      },
    55      "GetAlternateContactResponse": {
    56        "base": null,
    57        "refs": {
    58        }
    59      },
    60      "InternalServerException": {
    61        "base": "<p>The operation failed because of an error internal to Amazon Web Services. Try your operation again later.</p>",
    62        "refs": {
    63        }
    64      },
    65      "Name": {
    66        "base": null,
    67        "refs": {
    68          "AlternateContact$Name": "<p>The name associated with this alternate contact.</p>",
    69          "PutAlternateContactRequest$Name": "<p>Specifies a name for the alternate contact.</p>"
    70        }
    71      },
    72      "PhoneNumber": {
    73        "base": null,
    74        "refs": {
    75          "AlternateContact$PhoneNumber": "<p>The phone number associated with this alternate contact.</p>",
    76          "PutAlternateContactRequest$PhoneNumber": "<p>Specifies a phone number for the alternate contact.</p>"
    77        }
    78      },
    79      "PutAlternateContactRequest": {
    80        "base": null,
    81        "refs": {
    82        }
    83      },
    84      "ResourceNotFoundException": {
    85        "base": "<p>The operation failed because it specified a resource that can't be found.</p>",
    86        "refs": {
    87        }
    88      },
    89      "String": {
    90        "base": null,
    91        "refs": {
    92          "AccessDeniedException$message": null,
    93          "InternalServerException$message": null,
    94          "ResourceNotFoundException$message": null,
    95          "TooManyRequestsException$message": null,
    96          "ValidationException$message": null
    97        }
    98      },
    99      "Title": {
   100        "base": null,
   101        "refs": {
   102          "AlternateContact$Title": "<p>The title associated with this alternate contact.</p>",
   103          "PutAlternateContactRequest$Title": "<p>Specifies a title for the alternate contact.</p>"
   104        }
   105      },
   106      "TooManyRequestsException": {
   107        "base": "<p>The operation failed because it was called too frequently and exceeded a throttle limit.</p>",
   108        "refs": {
   109        }
   110      },
   111      "ValidationException": {
   112        "base": "<p>The operation failed because one of the input parameters was invalid.</p>",
   113        "refs": {
   114        }
   115      }
   116    }
   117  }