AWS Identity and Access Management

2025/11/10 - AWS Identity and Access Management - 1 new api methods

Changes  Added CreateDelegationRequest API, which is not available for general use at this time.

CreateDelegationRequest (new) Link ΒΆ

This API is currently unavailable for general use.

See also: AWS API Documentation

Request Syntax

client.create_delegation_request(
    OwnerAccountId='string',
    Description='string',
    Permissions={
        'PolicyTemplateArn': 'string',
        'Parameters': [
            {
                'Name': 'string',
                'Values': [
                    'string',
                ],
                'Type': 'string'|'stringList'
            },
        ]
    },
    RequestMessage='string',
    RequestorWorkflowId='string',
    RedirectUrl='string',
    NotificationChannel='string',
    SessionDuration=123,
    OnlySendByOwner=True|False
)
type OwnerAccountId:

string

param OwnerAccountId:

type Description:

string

param Description:

[REQUIRED]

type Permissions:

dict

param Permissions:

[REQUIRED]

  • PolicyTemplateArn (string) --

    The Amazon Resource Name (ARN). ARNs are unique identifiers for Amazon Web Services resources.

    For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

  • Parameters (list) --

    • (dict) --

      • Name (string) --

      • Values (list) --

        • (string) --

      • Type (string) --

type RequestMessage:

string

param RequestMessage:

type RequestorWorkflowId:

string

param RequestorWorkflowId:

[REQUIRED]

type RedirectUrl:

string

param RedirectUrl:

type NotificationChannel:

string

param NotificationChannel:

[REQUIRED]

type SessionDuration:

integer

param SessionDuration:

[REQUIRED]

type OnlySendByOwner:

boolean

param OnlySendByOwner:

rtype:

dict

returns:

Response Syntax

{
    'ConsoleDeepLink': 'string',
    'DelegationRequestId': 'string'
}

Response Structure

  • (dict) --

    • ConsoleDeepLink (string) --

    • DelegationRequestId (string) --