DataZoneClient
extends AwsClient
in package
This client is used to interact with the Amazon DataZone service.
Supported API Versions
This class uses a service description model that is associated at
runtime based on the version option given when constructing the
client. The version option will determine which API operations,
waiters, and paginators are available for a client. Creating a command or a
specific API operation can be done using magic methods (e.g.,
$client->commandName(/** parameters */), or using the
$client->getCommand method of the client.
- AcceptPredictions
- AcceptSubscriptionRequest
- AddEntityOwner
- AddPolicyGrant
- AssociateEnvironmentRole
- AssociateGovernedTerms
- BatchGetAttributesMetadata
- BatchPutAttributesMetadata
- CancelMetadataGenerationRun
- CancelSubscription
- CreateAccountPool
- CreateAsset
- CreateAssetFilter
- CreateAssetRevision
- CreateAssetType
- CreateConnection
- CreateDataProduct
- CreateDataProductRevision
- CreateDataSource
- CreateDomain
- CreateDomainUnit
- CreateEnvironment
- CreateEnvironmentAction
- CreateEnvironmentBlueprint
- CreateEnvironmentProfile
- CreateFormType
- CreateGlossary
- CreateGlossaryTerm
- CreateGroupProfile
- CreateListingChangeSet
- CreateNotebook
- CreateProject
- CreateProjectMembership
- CreateProjectProfile
- CreateRule
- CreateSubscriptionGrant
- CreateSubscriptionRequest
- CreateSubscriptionTarget
- CreateUserProfile
- DeleteAccountPool
- DeleteAsset
- DeleteAssetFilter
- DeleteAssetType
- DeleteConnection
- DeleteDataExportConfiguration
- DeleteDataProduct
- DeleteDataSource
- DeleteDomain
- DeleteDomainUnit
- DeleteEnvironment
- DeleteEnvironmentAction
- DeleteEnvironmentBlueprint
- DeleteEnvironmentBlueprintConfiguration
- DeleteEnvironmentProfile
- DeleteFormType
- DeleteGlossary
- DeleteGlossaryTerm
- DeleteLineageEvent
- DeleteListing
- DeleteNotebook
- DeleteProject
- DeleteProjectMembership
- DeleteProjectProfile
- DeleteRule
- DeleteSubscriptionGrant
- DeleteSubscriptionRequest
- DeleteSubscriptionTarget
- DeleteTimeSeriesDataPoints
- DisassociateEnvironmentRole
- DisassociateGovernedTerms
- GetAccountPool
- GetAsset
- GetAssetFilter
- GetAssetType
- GetConnection
- GetDataExportConfiguration
- GetDataProduct
- GetDataSource
- GetDataSourceRun
- GetDomain
- GetDomainUnit
- GetEnvironment
- GetEnvironmentAction
- GetEnvironmentBlueprint
- GetEnvironmentBlueprintConfiguration
- GetEnvironmentCredentials
- GetEnvironmentProfile
- GetFormType
- GetGlossary
- GetGlossaryTerm
- GetGroupProfile
- GetIamPortalLoginUrl
- GetJobRun
- GetLineageEvent
- GetLineageNode
- GetListing
- GetMetadataGenerationRun
- GetNotebook
- GetNotebookExport
- GetNotebookRun
- GetProject
- GetProjectProfile
- GetRule
- GetSubscription
- GetSubscriptionGrant
- GetSubscriptionRequestDetails
- GetSubscriptionTarget
- GetTimeSeriesDataPoint
- GetUserProfile
- ListAccountPools
- ListAccountsInAccountPool
- ListAssetFilters
- ListAssetRevisions
- ListConnections
- ListDataProductRevisions
- ListDataSourceRunActivities
- ListDataSourceRuns
- ListDataSources
- ListDomainUnitsForParent
- ListDomains
- ListEntityOwners
- ListEnvironmentActions
- ListEnvironmentBlueprintConfigurations
- ListEnvironmentBlueprints
- ListEnvironmentProfiles
- ListEnvironments
- ListJobRuns
- ListLineageEvents
- ListLineageNodeHistory
- ListMetadataGenerationRuns
- ListNotebookRuns
- ListNotebooks
- ListNotifications
- ListPolicyGrants
- ListProjectMemberships
- ListProjectProfiles
- ListProjects
- ListRules
- ListSubscriptionGrants
- ListSubscriptionRequests
- ListSubscriptionTargets
- ListSubscriptions
- ListTagsForResource
- ListTimeSeriesDataPoints
- PostLineageEvent
- PostTimeSeriesDataPoints
- PutDataExportConfiguration
- PutEnvironmentBlueprintConfiguration
- QueryGraph
- RejectPredictions
- RejectSubscriptionRequest
- RemoveEntityOwner
- RemovePolicyGrant
- RevokeSubscription
- Search
- SearchGroupProfiles
- SearchListings
- SearchTypes
- SearchUserProfiles
- StartDataSourceRun
- StartMetadataGenerationRun
- StartNotebookExport
- StartNotebookImport
- StartNotebookRun
- StartNotebookSync
- StopNotebookRun
- TagResource
- UntagResource
- UpdateAccountPool
- UpdateAssetFilter
- UpdateConnection
- UpdateDataSource
- UpdateDomain
- UpdateDomainUnit
- UpdateEnvironment
- UpdateEnvironmentAction
- UpdateEnvironmentBlueprint
- UpdateEnvironmentProfile
- UpdateGlossary
- UpdateGlossaryTerm
- UpdateGroupProfile
- UpdateNotebook
- UpdateProject
- UpdateProjectProfile
- UpdateRootDomainUnitOwner
- UpdateRule
- UpdateSubscriptionGrantStatus
- UpdateSubscriptionRequest
- UpdateSubscriptionTarget
- UpdateUserProfile
Tags
- phpstan-method
-
\Aws\Result acceptPredictions(array{ domainIdentifier?: string, identifier?: string, revision?: string, acceptRule?: array{rule?: 'ALL'|'NONE', threshold?: float, ...}, acceptChoices?: list<array{predictionTarget?: string, predictionChoice?: int, editedValue?: string, ...}>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise acceptPredictionsAsync(array{ domainIdentifier?: string, identifier?: string, revision?: string, acceptRule?: array{rule?: 'ALL'|'NONE', threshold?: float, ...}, acceptChoices?: list<array{predictionTarget?: string, predictionChoice?: int, editedValue?: string, ...}>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result acceptSubscriptionRequest(array{ domainIdentifier?: string, identifier?: string, decisionComment?: string, assetScopes?: list<array{assetId?: string, filterIds?: list
, ...}>, assetPermissions?: list<array{assetId?: string, permissions?: array, ...}>, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise acceptSubscriptionRequestAsync(array{ domainIdentifier?: string, identifier?: string, decisionComment?: string, assetScopes?: list<array{assetId?: string, filterIds?: list
, ...}>, assetPermissions?: list<array{assetId?: string, permissions?: array, ...}>, ..., } $args = []) - phpstan-method
-
\Aws\Result addEntityOwner(array{ domainIdentifier?: string, entityType?: 'DOMAIN_UNIT', entityIdentifier?: string, owner?: array{user?: array{userIdentifier?: string, ...}, group?: array{groupIdentifier?: string, ...}, ...}, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise addEntityOwnerAsync(array{ domainIdentifier?: string, entityType?: 'DOMAIN_UNIT', entityIdentifier?: string, owner?: array{user?: array{userIdentifier?: string, ...}, group?: array{groupIdentifier?: string, ...}, ...}, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result addPolicyGrant(array{ domainIdentifier?: string, entityType?: 'ASSET_TYPE'|'DOMAIN_UNIT'|'ENVIRONMENT_BLUEPRINT_CONFIGURATION'|'ENVIRONMENT_PROFILE', entityIdentifier?: string, policyType?: 'ADD_TO_PROJECT_MEMBER_POOL'|'CREATE_ASSET_TYPE'|'CREATE_DOMAIN_UNIT'|'CREATE_ENVIRONMENT'|'CREATE_ENVIRONMENT_FROM_BLUEPRINT'|'CREATE_ENVIRONMENT_PROFILE'|'CREATE_FORM_TYPE'|'CREATE_GLOSSARY'|'CREATE_PROJECT'|'CREATE_PROJECT_FROM_PROJECT_PROFILE'|'DELEGATE_CREATE_ENVIRONMENT_PROFILE'|'OVERRIDE_DOMAIN_UNIT_OWNERS'|'OVERRIDE_PROJECT_OWNERS'|'USE_ASSET_TYPE', principal?: array{ user?: array{userIdentifier?: string, allUsersGrantFilter?: array, ...}, group?: array{groupIdentifier?: string, ...}, project?: array{ projectDesignation?: 'CONTRIBUTOR'|'OWNER'|'PROJECT_CATALOG_STEWARD', projectIdentifier?: string, projectGrantFilter?: array, ..., }, domainUnit?: array{domainUnitDesignation?: 'OWNER', domainUnitIdentifier?: string, domainUnitGrantFilter?: array, ...}, ..., }, detail?: array{ createDomainUnit?: array{includeChildDomainUnits?: bool, ...}, overrideDomainUnitOwners?: array{includeChildDomainUnits?: bool, ...}, addToProjectMemberPool?: array{includeChildDomainUnits?: bool, ...}, overrideProjectOwners?: array{includeChildDomainUnits?: bool, ...}, createGlossary?: array{includeChildDomainUnits?: bool, ...}, createFormType?: array{includeChildDomainUnits?: bool, ...}, createAssetType?: array{includeChildDomainUnits?: bool, ...}, createProject?: array{includeChildDomainUnits?: bool, ...}, createEnvironmentProfile?: array{domainUnitId?: string, ...}, delegateCreateEnvironmentProfile?: array, createEnvironment?: array, createEnvironmentFromBlueprint?: array, createProjectFromProjectProfile?: array{includeChildDomainUnits?: bool, projectProfiles?: list
, ...}, useAssetType?: array{domainUnitId?: string, ...}, ..., }, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise addPolicyGrantAsync(array{ domainIdentifier?: string, entityType?: 'ASSET_TYPE'|'DOMAIN_UNIT'|'ENVIRONMENT_BLUEPRINT_CONFIGURATION'|'ENVIRONMENT_PROFILE', entityIdentifier?: string, policyType?: 'ADD_TO_PROJECT_MEMBER_POOL'|'CREATE_ASSET_TYPE'|'CREATE_DOMAIN_UNIT'|'CREATE_ENVIRONMENT'|'CREATE_ENVIRONMENT_FROM_BLUEPRINT'|'CREATE_ENVIRONMENT_PROFILE'|'CREATE_FORM_TYPE'|'CREATE_GLOSSARY'|'CREATE_PROJECT'|'CREATE_PROJECT_FROM_PROJECT_PROFILE'|'DELEGATE_CREATE_ENVIRONMENT_PROFILE'|'OVERRIDE_DOMAIN_UNIT_OWNERS'|'OVERRIDE_PROJECT_OWNERS'|'USE_ASSET_TYPE', principal?: array{ user?: array{userIdentifier?: string, allUsersGrantFilter?: array, ...}, group?: array{groupIdentifier?: string, ...}, project?: array{ projectDesignation?: 'CONTRIBUTOR'|'OWNER'|'PROJECT_CATALOG_STEWARD', projectIdentifier?: string, projectGrantFilter?: array, ..., }, domainUnit?: array{domainUnitDesignation?: 'OWNER', domainUnitIdentifier?: string, domainUnitGrantFilter?: array, ...}, ..., }, detail?: array{ createDomainUnit?: array{includeChildDomainUnits?: bool, ...}, overrideDomainUnitOwners?: array{includeChildDomainUnits?: bool, ...}, addToProjectMemberPool?: array{includeChildDomainUnits?: bool, ...}, overrideProjectOwners?: array{includeChildDomainUnits?: bool, ...}, createGlossary?: array{includeChildDomainUnits?: bool, ...}, createFormType?: array{includeChildDomainUnits?: bool, ...}, createAssetType?: array{includeChildDomainUnits?: bool, ...}, createProject?: array{includeChildDomainUnits?: bool, ...}, createEnvironmentProfile?: array{domainUnitId?: string, ...}, delegateCreateEnvironmentProfile?: array, createEnvironment?: array, createEnvironmentFromBlueprint?: array, createProjectFromProjectProfile?: array{includeChildDomainUnits?: bool, projectProfiles?: list
, ...}, useAssetType?: array{domainUnitId?: string, ...}, ..., }, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result associateEnvironmentRole(array{domainIdentifier?: string, environmentIdentifier?: string, environmentRoleArn?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise associateEnvironmentRoleAsync(array{domainIdentifier?: string, environmentIdentifier?: string, environmentRoleArn?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result associateGovernedTerms(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET', governedGlossaryTerms?: list
, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise associateGovernedTermsAsync(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET', governedGlossaryTerms?: list
, ..., } $args = []) - phpstan-method
-
\Aws\Result batchGetAttributesMetadata(array{ domainIdentifier?: string, entityType?: 'ASSET'|'LISTING', entityIdentifier?: string, entityRevision?: string, attributeIdentifiers?: list
, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise batchGetAttributesMetadataAsync(array{ domainIdentifier?: string, entityType?: 'ASSET'|'LISTING', entityIdentifier?: string, entityRevision?: string, attributeIdentifiers?: list
, ..., } $args = []) - phpstan-method
-
\Aws\Result batchPutAttributesMetadata(array{ domainIdentifier?: string, entityType?: 'ASSET'|'LISTING', entityIdentifier?: string, clientToken?: string, attributes?: list<array{attributeIdentifier?: string, forms?: list
, ...}>, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise batchPutAttributesMetadataAsync(array{ domainIdentifier?: string, entityType?: 'ASSET'|'LISTING', entityIdentifier?: string, clientToken?: string, attributes?: list<array{attributeIdentifier?: string, forms?: list
, ...}>, ..., } $args = []) - phpstan-method
-
\Aws\Result cancelMetadataGenerationRun(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise cancelMetadataGenerationRunAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result cancelSubscription(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise cancelSubscriptionAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result createAccountPool(array{ domainIdentifier?: string, name?: string, description?: string, resolutionStrategy?: 'MANUAL', accountSource?: array{ accounts?: list
, customAccountPoolHandler?: array{lambdaFunctionArn?: string, lambdaExecutionRoleArn?: string, ...}, ..., }, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createAccountPoolAsync(array{ domainIdentifier?: string, name?: string, description?: string, resolutionStrategy?: 'MANUAL', accountSource?: array{ accounts?: list
, customAccountPoolHandler?: array{lambdaFunctionArn?: string, lambdaExecutionRoleArn?: string, ...}, ..., }, ..., } $args = []) - phpstan-method
-
\Aws\Result createAsset(array{ name?: string, domainIdentifier?: string, externalIdentifier?: string, typeIdentifier?: string, typeRevision?: string, description?: string, glossaryTerms?: list
, formsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, owningProjectIdentifier?: string, predictionConfiguration?: array{businessNameGeneration?: array{enabled?: bool, ...}, ...}, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createAssetAsync(array{ name?: string, domainIdentifier?: string, externalIdentifier?: string, typeIdentifier?: string, typeRevision?: string, description?: string, glossaryTerms?: list
, formsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, owningProjectIdentifier?: string, predictionConfiguration?: array{businessNameGeneration?: array{enabled?: bool, ...}, ...}, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createAssetFilter(array{ domainIdentifier?: string, assetIdentifier?: string, name?: string, description?: string, configuration?: array{ columnConfiguration?: array{includedColumnNames?: list
, ...}, rowConfiguration?: array{rowFilter?: array, sensitive?: bool, ...}, ..., }, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createAssetFilterAsync(array{ domainIdentifier?: string, assetIdentifier?: string, name?: string, description?: string, configuration?: array{ columnConfiguration?: array{includedColumnNames?: list
, ...}, rowConfiguration?: array{rowFilter?: array, sensitive?: bool, ...}, ..., }, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createAssetRevision(array{ name?: string, domainIdentifier?: string, identifier?: string, typeRevision?: string, description?: string, glossaryTerms?: list
, formsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, predictionConfiguration?: array{businessNameGeneration?: array{enabled?: bool, ...}, ...}, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createAssetRevisionAsync(array{ name?: string, domainIdentifier?: string, identifier?: string, typeRevision?: string, description?: string, glossaryTerms?: list
, formsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, predictionConfiguration?: array{businessNameGeneration?: array{enabled?: bool, ...}, ...}, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createAssetType(array{ domainIdentifier?: string, name?: string, description?: string, formsInput?: array<string, array{typeIdentifier?: string, typeRevision?: string, required?: bool, ...}>, owningProjectIdentifier?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createAssetTypeAsync(array{ domainIdentifier?: string, name?: string, description?: string, formsInput?: array<string, array{typeIdentifier?: string, typeRevision?: string, required?: bool, ...}>, owningProjectIdentifier?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createConnection(array{ awsLocation?: array{accessRole?: string, awsAccountId?: string, awsRegion?: string, iamConnectionId?: string, ...}, clientToken?: string, configurations?: list<array{classification?: string, properties?: array<string, string>, ...}>, description?: string, domainIdentifier?: string, environmentIdentifier?: string, name?: string, props?: array{ athenaProperties?: array{workgroupName?: string, ...}, glueProperties?: array{glueConnectionInput?: array, ...}, hyperPodProperties?: array{clusterName?: string, ...}, iamProperties?: array{glueLineageSyncEnabled?: bool, ...}, redshiftProperties?: array{ storage?: array, databaseName?: string, host?: string, port?: int, credentials?: array, lineageSync?: array, ..., }, sparkEmrProperties?: array{ computeArn?: string, instanceProfileArn?: string, javaVirtualEnv?: string, logUri?: string, pythonVirtualEnv?: string, runtimeRole?: string, trustedCertificatesS3Uri?: string, managedEndpointArn?: string, ..., }, sparkGlueProperties?: array{ additionalArgs?: array, glueConnectionName?: string, glueConnectionNames?: list
, glueVersion?: string, idleTimeout?: int, javaVirtualEnv?: string, numberOfWorkers?: int, pythonVirtualEnv?: string, workerType?: string, ..., }, s3Properties?: array{s3Uri?: string, s3AccessGrantLocationId?: string, registerS3AccessGrantLocation?: bool, ...}, snowflakeProperties?: array{ connectivityProperties?: array, snowflakeRole?: string, identityMapping?: array, lineageSync?: array, ..., }, amazonQProperties?: array{isEnabled?: bool, profileArn?: string, authMode?: string, ...}, mlflowProperties?: array{trackingServerArn?: string, ...}, workflowsMwaaProperties?: array{mwaaEnvironmentName?: string, ...}, workflowsServerlessProperties?: array, lakehouseProperties?: array{glueLineageSyncEnabled?: bool, ...}, vpcProperties?: array{vpcId?: string, subnetIds?: list , securityGroupId?: string, ...}, gitProperties?: array{codeConnectionArn?: string, repositoryId?: string, defaultBranch?: string, ...}, ..., }, enableTrustedIdentityPropagation?: bool, scope?: 'DOMAIN'|'PROJECT', ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createConnectionAsync(array{ awsLocation?: array{accessRole?: string, awsAccountId?: string, awsRegion?: string, iamConnectionId?: string, ...}, clientToken?: string, configurations?: list<array{classification?: string, properties?: array<string, string>, ...}>, description?: string, domainIdentifier?: string, environmentIdentifier?: string, name?: string, props?: array{ athenaProperties?: array{workgroupName?: string, ...}, glueProperties?: array{glueConnectionInput?: array, ...}, hyperPodProperties?: array{clusterName?: string, ...}, iamProperties?: array{glueLineageSyncEnabled?: bool, ...}, redshiftProperties?: array{ storage?: array, databaseName?: string, host?: string, port?: int, credentials?: array, lineageSync?: array, ..., }, sparkEmrProperties?: array{ computeArn?: string, instanceProfileArn?: string, javaVirtualEnv?: string, logUri?: string, pythonVirtualEnv?: string, runtimeRole?: string, trustedCertificatesS3Uri?: string, managedEndpointArn?: string, ..., }, sparkGlueProperties?: array{ additionalArgs?: array, glueConnectionName?: string, glueConnectionNames?: list
, glueVersion?: string, idleTimeout?: int, javaVirtualEnv?: string, numberOfWorkers?: int, pythonVirtualEnv?: string, workerType?: string, ..., }, s3Properties?: array{s3Uri?: string, s3AccessGrantLocationId?: string, registerS3AccessGrantLocation?: bool, ...}, snowflakeProperties?: array{ connectivityProperties?: array, snowflakeRole?: string, identityMapping?: array, lineageSync?: array, ..., }, amazonQProperties?: array{isEnabled?: bool, profileArn?: string, authMode?: string, ...}, mlflowProperties?: array{trackingServerArn?: string, ...}, workflowsMwaaProperties?: array{mwaaEnvironmentName?: string, ...}, workflowsServerlessProperties?: array, lakehouseProperties?: array{glueLineageSyncEnabled?: bool, ...}, vpcProperties?: array{vpcId?: string, subnetIds?: list , securityGroupId?: string, ...}, gitProperties?: array{codeConnectionArn?: string, repositoryId?: string, defaultBranch?: string, ...}, ..., }, enableTrustedIdentityPropagation?: bool, scope?: 'DOMAIN'|'PROJECT', ..., } $args = []) - phpstan-method
-
\Aws\Result createDataProduct(array{ domainIdentifier?: string, name?: string, owningProjectIdentifier?: string, description?: string, glossaryTerms?: list
, formsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, items?: list<array{itemType?: 'ASSET', identifier?: string, revision?: string, glossaryTerms?: list , ...}>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createDataProductAsync(array{ domainIdentifier?: string, name?: string, owningProjectIdentifier?: string, description?: string, glossaryTerms?: list
, formsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, items?: list<array{itemType?: 'ASSET', identifier?: string, revision?: string, glossaryTerms?: list , ...}>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createDataProductRevision(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, glossaryTerms?: list
, items?: list<array{itemType?: 'ASSET', identifier?: string, revision?: string, glossaryTerms?: list , ...}>, formsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createDataProductRevisionAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, glossaryTerms?: list
, items?: list<array{itemType?: 'ASSET', identifier?: string, revision?: string, glossaryTerms?: list , ...}>, formsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createDataSource(array{ name?: string, description?: string, domainIdentifier?: string, projectIdentifier?: string, environmentIdentifier?: string, connectionIdentifier?: string, type?: string, configuration?: array{ glueRunConfiguration?: array{ dataAccessRole?: string, relationalFilterConfigurations?: list
, autoImportDataQualityResult?: bool, catalogName?: string, ..., }, redshiftRunConfiguration?: array{ dataAccessRole?: string, relationalFilterConfigurations?: list , redshiftCredentialConfiguration?: array, redshiftStorage?: array, ..., }, sageMakerRunConfiguration?: array{trackingAssets?: array<string, list >, ...}, ..., }, recommendation?: array{enableBusinessNameGeneration?: bool, ...}, enableSetting?: 'DISABLED'|'ENABLED', schedule?: array{ timezone?: 'AFRICA_JOHANNESBURG'|'AMERICA_MONTREAL'|'AMERICA_SAO_PAULO'|'ASIA_BAHRAIN'|'ASIA_BANGKOK'|'ASIA_CALCUTTA'|'ASIA_DUBAI'|'ASIA_HONG_KONG'|'ASIA_JAKARTA'|'ASIA_KUALA_LUMPUR'|'ASIA_SEOUL'|'ASIA_SHANGHAI'|'ASIA_SINGAPORE'|'ASIA_TAIPEI'|'ASIA_TOKYO'|'AUSTRALIA_MELBOURNE'|'AUSTRALIA_SYDNEY'|'CANADA_CENTRAL'|'CET'|'CST6CDT'|'ETC_GMT'|'ETC_GMT0'|'ETC_GMT_ADD_0'|'ETC_GMT_ADD_1'|'ETC_GMT_ADD_10'|'ETC_GMT_ADD_11'|'ETC_GMT_ADD_12'|'ETC_GMT_ADD_2'|'ETC_GMT_ADD_3'|'ETC_GMT_ADD_4'|'ETC_GMT_ADD_5'|'ETC_GMT_ADD_6'|'ETC_GMT_ADD_7'|'ETC_GMT_ADD_8'|'ETC_GMT_ADD_9'|'ETC_GMT_NEG_0'|'ETC_GMT_NEG_1'|'ETC_GMT_NEG_10'|'ETC_GMT_NEG_11'|'ETC_GMT_NEG_12'|'ETC_GMT_NEG_13'|'ETC_GMT_NEG_14'|'ETC_GMT_NEG_2'|'ETC_GMT_NEG_3'|'ETC_GMT_NEG_4'|'ETC_GMT_NEG_5'|'ETC_GMT_NEG_6'|'ETC_GMT_NEG_7'|'ETC_GMT_NEG_8'|'ETC_GMT_NEG_9'|'EUROPE_DUBLIN'|'EUROPE_LONDON'|'EUROPE_PARIS'|'EUROPE_STOCKHOLM'|'EUROPE_ZURICH'|'ISRAEL'|'MEXICO_GENERAL'|'MST7MDT'|'PACIFIC_AUCKLAND'|'US_CENTRAL'|'US_EASTERN'|'US_MOUNTAIN'|'US_PACIFIC'|'UTC', schedule?: string, ..., }, publishOnImport?: bool, assetFormsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createDataSourceAsync(array{ name?: string, description?: string, domainIdentifier?: string, projectIdentifier?: string, environmentIdentifier?: string, connectionIdentifier?: string, type?: string, configuration?: array{ glueRunConfiguration?: array{ dataAccessRole?: string, relationalFilterConfigurations?: list
, autoImportDataQualityResult?: bool, catalogName?: string, ..., }, redshiftRunConfiguration?: array{ dataAccessRole?: string, relationalFilterConfigurations?: list , redshiftCredentialConfiguration?: array, redshiftStorage?: array, ..., }, sageMakerRunConfiguration?: array{trackingAssets?: array<string, list >, ...}, ..., }, recommendation?: array{enableBusinessNameGeneration?: bool, ...}, enableSetting?: 'DISABLED'|'ENABLED', schedule?: array{ timezone?: 'AFRICA_JOHANNESBURG'|'AMERICA_MONTREAL'|'AMERICA_SAO_PAULO'|'ASIA_BAHRAIN'|'ASIA_BANGKOK'|'ASIA_CALCUTTA'|'ASIA_DUBAI'|'ASIA_HONG_KONG'|'ASIA_JAKARTA'|'ASIA_KUALA_LUMPUR'|'ASIA_SEOUL'|'ASIA_SHANGHAI'|'ASIA_SINGAPORE'|'ASIA_TAIPEI'|'ASIA_TOKYO'|'AUSTRALIA_MELBOURNE'|'AUSTRALIA_SYDNEY'|'CANADA_CENTRAL'|'CET'|'CST6CDT'|'ETC_GMT'|'ETC_GMT0'|'ETC_GMT_ADD_0'|'ETC_GMT_ADD_1'|'ETC_GMT_ADD_10'|'ETC_GMT_ADD_11'|'ETC_GMT_ADD_12'|'ETC_GMT_ADD_2'|'ETC_GMT_ADD_3'|'ETC_GMT_ADD_4'|'ETC_GMT_ADD_5'|'ETC_GMT_ADD_6'|'ETC_GMT_ADD_7'|'ETC_GMT_ADD_8'|'ETC_GMT_ADD_9'|'ETC_GMT_NEG_0'|'ETC_GMT_NEG_1'|'ETC_GMT_NEG_10'|'ETC_GMT_NEG_11'|'ETC_GMT_NEG_12'|'ETC_GMT_NEG_13'|'ETC_GMT_NEG_14'|'ETC_GMT_NEG_2'|'ETC_GMT_NEG_3'|'ETC_GMT_NEG_4'|'ETC_GMT_NEG_5'|'ETC_GMT_NEG_6'|'ETC_GMT_NEG_7'|'ETC_GMT_NEG_8'|'ETC_GMT_NEG_9'|'EUROPE_DUBLIN'|'EUROPE_LONDON'|'EUROPE_PARIS'|'EUROPE_STOCKHOLM'|'EUROPE_ZURICH'|'ISRAEL'|'MEXICO_GENERAL'|'MST7MDT'|'PACIFIC_AUCKLAND'|'US_CENTRAL'|'US_EASTERN'|'US_MOUNTAIN'|'US_PACIFIC'|'UTC', schedule?: string, ..., }, publishOnImport?: bool, assetFormsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createDomain(array{ name?: string, description?: string, singleSignOn?: array{type?: 'DISABLED'|'IAM_IDC', userAssignment?: 'AUTOMATIC'|'MANUAL', idcInstanceArn?: string, ...}, domainExecutionRole?: string, kmsKeyIdentifier?: string, tags?: array<string, string>, domainVersion?: 'V1'|'V2', serviceRole?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createDomainAsync(array{ name?: string, description?: string, singleSignOn?: array{type?: 'DISABLED'|'IAM_IDC', userAssignment?: 'AUTOMATIC'|'MANUAL', idcInstanceArn?: string, ...}, domainExecutionRole?: string, kmsKeyIdentifier?: string, tags?: array<string, string>, domainVersion?: 'V1'|'V2', serviceRole?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createDomainUnit(array{ domainIdentifier?: string, name?: string, parentDomainUnitIdentifier?: string, description?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createDomainUnitAsync(array{ domainIdentifier?: string, name?: string, parentDomainUnitIdentifier?: string, description?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createEnvironment(array{ projectIdentifier?: string, domainIdentifier?: string, description?: string, name?: string, environmentProfileIdentifier?: string, userParameters?: list<array{name?: string, value?: string, ...}>, glossaryTerms?: list
, environmentAccountIdentifier?: string, environmentAccountRegion?: string, environmentBlueprintIdentifier?: string, deploymentOrder?: int, environmentConfigurationId?: string, environmentConfigurationName?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createEnvironmentAsync(array{ projectIdentifier?: string, domainIdentifier?: string, description?: string, name?: string, environmentProfileIdentifier?: string, userParameters?: list<array{name?: string, value?: string, ...}>, glossaryTerms?: list
, environmentAccountIdentifier?: string, environmentAccountRegion?: string, environmentBlueprintIdentifier?: string, deploymentOrder?: int, environmentConfigurationId?: string, environmentConfigurationName?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createEnvironmentAction(array{ domainIdentifier?: string, environmentIdentifier?: string, name?: string, parameters?: array{awsConsoleLink?: array{uri?: string, ...}, ...}, description?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createEnvironmentActionAsync(array{ domainIdentifier?: string, environmentIdentifier?: string, name?: string, parameters?: array{awsConsoleLink?: array{uri?: string, ...}, ...}, description?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createEnvironmentBlueprint(array{ domainIdentifier?: string, name?: string, description?: string, provisioningProperties?: array{cloudFormation?: array{templateUrl?: string, ...}, ...}, userParameters?: list<array{ keyName?: string, description?: string, fieldType?: string, defaultValue?: string, isEditable?: bool, isOptional?: bool, isUpdateSupported?: bool, ..., }>, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createEnvironmentBlueprintAsync(array{ domainIdentifier?: string, name?: string, description?: string, provisioningProperties?: array{cloudFormation?: array{templateUrl?: string, ...}, ...}, userParameters?: list<array{ keyName?: string, description?: string, fieldType?: string, defaultValue?: string, isEditable?: bool, isOptional?: bool, isUpdateSupported?: bool, ..., }>, ..., } $args = [])
- phpstan-method
-
\Aws\Result createEnvironmentProfile(array{ domainIdentifier?: string, name?: string, description?: string, environmentBlueprintIdentifier?: string, projectIdentifier?: string, userParameters?: list<array{name?: string, value?: string, ...}>, awsAccountId?: string, awsAccountRegion?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createEnvironmentProfileAsync(array{ domainIdentifier?: string, name?: string, description?: string, environmentBlueprintIdentifier?: string, projectIdentifier?: string, userParameters?: list<array{name?: string, value?: string, ...}>, awsAccountId?: string, awsAccountRegion?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createFormType(array{ domainIdentifier?: string, name?: string, model?: array{smithy?: string, ...}, owningProjectIdentifier?: string, status?: 'DISABLED'|'ENABLED', description?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createFormTypeAsync(array{ domainIdentifier?: string, name?: string, model?: array{smithy?: string, ...}, owningProjectIdentifier?: string, status?: 'DISABLED'|'ENABLED', description?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createGlossary(array{ domainIdentifier?: string, name?: string, owningProjectIdentifier?: string, description?: string, status?: 'DISABLED'|'ENABLED', usageRestrictions?: list<'ASSET_GOVERNED_TERMS'>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createGlossaryAsync(array{ domainIdentifier?: string, name?: string, owningProjectIdentifier?: string, description?: string, status?: 'DISABLED'|'ENABLED', usageRestrictions?: list<'ASSET_GOVERNED_TERMS'>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createGlossaryTerm(array{ domainIdentifier?: string, glossaryIdentifier?: string, name?: string, status?: 'DISABLED'|'ENABLED', shortDescription?: string, longDescription?: string, termRelations?: array{isA?: list
, classifies?: list , ...}, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createGlossaryTermAsync(array{ domainIdentifier?: string, glossaryIdentifier?: string, name?: string, status?: 'DISABLED'|'ENABLED', shortDescription?: string, longDescription?: string, termRelations?: array{isA?: list
, classifies?: list , ...}, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createGroupProfile(array{ domainIdentifier?: string, groupIdentifier?: string, rolePrincipalArn?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createGroupProfileAsync(array{ domainIdentifier?: string, groupIdentifier?: string, rolePrincipalArn?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createListingChangeSet(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'DATA_PRODUCT', entityRevision?: string, action?: 'PUBLISH'|'UNPUBLISH', clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createListingChangeSetAsync(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'DATA_PRODUCT', entityRevision?: string, action?: 'PUBLISH'|'UNPUBLISH', clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createNotebook(array{ domainIdentifier?: string, owningProjectIdentifier?: string, name?: string, description?: string, type?: 'DATA'|'SQL', metadata?: array<string, string>, parameters?: array<string, string>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createNotebookAsync(array{ domainIdentifier?: string, owningProjectIdentifier?: string, name?: string, description?: string, type?: 'DATA'|'SQL', metadata?: array<string, string>, parameters?: array<string, string>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createProject(array{ domainIdentifier?: string, name?: string, description?: string, resourceTags?: array<string, string>, glossaryTerms?: list
, domainUnitId?: string, projectProfileId?: string, userParameters?: list<array{ environmentId?: string, environmentResolvedAccount?: array, environmentConfigurationName?: string, environmentParameters?: list , ..., }>, projectCategory?: string, projectExecutionRole?: string, membershipAssignments?: list<array{ member?: array, designation?: 'PROJECT_CATALOG_CONSUMER'|'PROJECT_CATALOG_STEWARD'|'PROJECT_CATALOG_VIEWER'|'PROJECT_CONTRIBUTOR'|'PROJECT_OWNER', ..., }>, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createProjectAsync(array{ domainIdentifier?: string, name?: string, description?: string, resourceTags?: array<string, string>, glossaryTerms?: list
, domainUnitId?: string, projectProfileId?: string, userParameters?: list<array{ environmentId?: string, environmentResolvedAccount?: array, environmentConfigurationName?: string, environmentParameters?: list , ..., }>, projectCategory?: string, projectExecutionRole?: string, membershipAssignments?: list<array{ member?: array, designation?: 'PROJECT_CATALOG_CONSUMER'|'PROJECT_CATALOG_STEWARD'|'PROJECT_CATALOG_VIEWER'|'PROJECT_CONTRIBUTOR'|'PROJECT_OWNER', ..., }>, ..., } $args = []) - phpstan-method
-
\Aws\Result createProjectMembership(array{ domainIdentifier?: string, projectIdentifier?: string, member?: array{userIdentifier?: string, groupIdentifier?: string, ...}, designation?: 'PROJECT_CATALOG_CONSUMER'|'PROJECT_CATALOG_STEWARD'|'PROJECT_CATALOG_VIEWER'|'PROJECT_CONTRIBUTOR'|'PROJECT_OWNER', ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createProjectMembershipAsync(array{ domainIdentifier?: string, projectIdentifier?: string, member?: array{userIdentifier?: string, groupIdentifier?: string, ...}, designation?: 'PROJECT_CATALOG_CONSUMER'|'PROJECT_CATALOG_STEWARD'|'PROJECT_CATALOG_VIEWER'|'PROJECT_CONTRIBUTOR'|'PROJECT_OWNER', ..., } $args = [])
- phpstan-method
-
\Aws\Result createProjectProfile(array{ domainIdentifier?: string, name?: string, description?: string, status?: 'DISABLED'|'ENABLED', projectResourceTags?: list<array{key?: string, value?: string, isValueEditable?: bool, ...}>, allowCustomProjectResourceTags?: bool, projectResourceTagsDescription?: string, environmentConfigurations?: list<array{ name?: string, id?: string, environmentBlueprintId?: string, description?: string, deploymentMode?: 'ON_CREATE'|'ON_DEMAND', configurationParameters?: array, awsAccount?: array, accountPools?: list
, awsRegion?: array, deploymentOrder?: int, ..., }>, domainUnitIdentifier?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createProjectProfileAsync(array{ domainIdentifier?: string, name?: string, description?: string, status?: 'DISABLED'|'ENABLED', projectResourceTags?: list<array{key?: string, value?: string, isValueEditable?: bool, ...}>, allowCustomProjectResourceTags?: bool, projectResourceTagsDescription?: string, environmentConfigurations?: list<array{ name?: string, id?: string, environmentBlueprintId?: string, description?: string, deploymentMode?: 'ON_CREATE'|'ON_DEMAND', configurationParameters?: array, awsAccount?: array, accountPools?: list
, awsRegion?: array, deploymentOrder?: int, ..., }>, domainUnitIdentifier?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createRule(array{ domainIdentifier?: string, name?: string, target?: array{domainUnitTarget?: array{domainUnitId?: string, includeChildDomainUnits?: bool, ...}, ...}, action?: 'CREATE_LISTING_CHANGE_SET'|'CREATE_SUBSCRIPTION_REQUEST', scope?: array{ assetType?: array{selectionMode?: 'ALL'|'SPECIFIC', specificAssetTypes?: list
, ...}, dataProduct?: bool, project?: array{selectionMode?: 'ALL'|'SPECIFIC', specificProjects?: list , ...}, ..., }, detail?: array{ metadataFormEnforcementDetail?: array{requiredMetadataForms?: list , ...}, glossaryTermEnforcementDetail?: array{requiredGlossaryTermIds?: list , ...}, ..., }, description?: string, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createRuleAsync(array{ domainIdentifier?: string, name?: string, target?: array{domainUnitTarget?: array{domainUnitId?: string, includeChildDomainUnits?: bool, ...}, ...}, action?: 'CREATE_LISTING_CHANGE_SET'|'CREATE_SUBSCRIPTION_REQUEST', scope?: array{ assetType?: array{selectionMode?: 'ALL'|'SPECIFIC', specificAssetTypes?: list
, ...}, dataProduct?: bool, project?: array{selectionMode?: 'ALL'|'SPECIFIC', specificProjects?: list , ...}, ..., }, detail?: array{ metadataFormEnforcementDetail?: array{requiredMetadataForms?: list , ...}, glossaryTermEnforcementDetail?: array{requiredGlossaryTermIds?: list , ...}, ..., }, description?: string, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result createSubscriptionGrant(array{ domainIdentifier?: string, environmentIdentifier?: string, subscriptionTargetIdentifier?: string, grantedEntity?: array{listing?: array{identifier?: string, revision?: string, ...}, ...}, assetTargetNames?: list<array{assetId?: string, targetName?: string, ...}>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createSubscriptionGrantAsync(array{ domainIdentifier?: string, environmentIdentifier?: string, subscriptionTargetIdentifier?: string, grantedEntity?: array{listing?: array{identifier?: string, revision?: string, ...}, ...}, assetTargetNames?: list<array{assetId?: string, targetName?: string, ...}>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result createSubscriptionRequest(array{ domainIdentifier?: string, subscribedPrincipals?: list<array{project?: array, user?: array, group?: array, iam?: array, ...}>, subscribedListings?: list<array{identifier?: string, ...}>, requestReason?: string, clientToken?: string, metadataForms?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, assetPermissions?: list<array{assetId?: string, permissions?: array, ...}>, assetScopes?: list<array{assetId?: string, filterIds?: list
, ...}>, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createSubscriptionRequestAsync(array{ domainIdentifier?: string, subscribedPrincipals?: list<array{project?: array, user?: array, group?: array, iam?: array, ...}>, subscribedListings?: list<array{identifier?: string, ...}>, requestReason?: string, clientToken?: string, metadataForms?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, assetPermissions?: list<array{assetId?: string, permissions?: array, ...}>, assetScopes?: list<array{assetId?: string, filterIds?: list
, ...}>, ..., } $args = []) - phpstan-method
-
\Aws\Result createSubscriptionTarget(array{ domainIdentifier?: string, environmentIdentifier?: string, name?: string, type?: string, subscriptionTargetConfig?: list<array{formName?: string, content?: string, ...}>, authorizedPrincipals?: list
, manageAccessRole?: string, applicableAssetTypes?: list , provider?: string, clientToken?: string, subscriptionGrantCreationMode?: 'AUTOMATIC'|'MANUAL', ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise createSubscriptionTargetAsync(array{ domainIdentifier?: string, environmentIdentifier?: string, name?: string, type?: string, subscriptionTargetConfig?: list<array{formName?: string, content?: string, ...}>, authorizedPrincipals?: list
, manageAccessRole?: string, applicableAssetTypes?: list , provider?: string, clientToken?: string, subscriptionGrantCreationMode?: 'AUTOMATIC'|'MANUAL', ..., } $args = []) - phpstan-method
-
\Aws\Result createUserProfile(array{ domainIdentifier?: string, userIdentifier?: string, userType?: 'IAM_ROLE'|'IAM_ROLE_SESSION'|'IAM_USER'|'SSO_USER', sessionName?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise createUserProfileAsync(array{ domainIdentifier?: string, userIdentifier?: string, userType?: 'IAM_ROLE'|'IAM_ROLE_SESSION'|'IAM_USER'|'SSO_USER', sessionName?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result deleteAccountPool(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteAccountPoolAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteAsset(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteAssetAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteAssetFilter(array{domainIdentifier?: string, assetIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteAssetFilterAsync(array{domainIdentifier?: string, assetIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteAssetType(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteAssetTypeAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteConnection(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteConnectionAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteDataExportConfiguration(array{domainIdentifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteDataExportConfigurationAsync(array{domainIdentifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteDataProduct(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteDataProductAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteDataSource(array{ domainIdentifier?: string, identifier?: string, clientToken?: string, retainPermissionsOnRevokeFailure?: bool, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteDataSourceAsync(array{ domainIdentifier?: string, identifier?: string, clientToken?: string, retainPermissionsOnRevokeFailure?: bool, ..., } $args = [])
- phpstan-method
-
\Aws\Result deleteDomain(array{identifier?: string, clientToken?: string, skipDeletionCheck?: bool, cascadeDelete?: bool, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteDomainAsync(array{identifier?: string, clientToken?: string, skipDeletionCheck?: bool, cascadeDelete?: bool, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteDomainUnit(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteDomainUnitAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteEnvironment(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteEnvironmentAction(array{domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteEnvironmentActionAsync(array{domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteEnvironmentBlueprint(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteEnvironmentBlueprintAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteEnvironmentBlueprintConfiguration(array{domainIdentifier?: string, environmentBlueprintIdentifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteEnvironmentBlueprintConfigurationAsync(array{domainIdentifier?: string, environmentBlueprintIdentifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteEnvironmentProfile(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteEnvironmentProfileAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteFormType(array{domainIdentifier?: string, formTypeIdentifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteFormTypeAsync(array{domainIdentifier?: string, formTypeIdentifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteGlossary(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteGlossaryAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteGlossaryTerm(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteGlossaryTermAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteLineageEvent(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteLineageEventAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteListing(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteListingAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteNotebook(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteNotebookAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteProject(array{domainIdentifier?: string, identifier?: string, skipDeletionCheck?: bool, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteProjectAsync(array{domainIdentifier?: string, identifier?: string, skipDeletionCheck?: bool, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteProjectMembership(array{ domainIdentifier?: string, projectIdentifier?: string, member?: array{userIdentifier?: string, groupIdentifier?: string, ...}, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteProjectMembershipAsync(array{ domainIdentifier?: string, projectIdentifier?: string, member?: array{userIdentifier?: string, groupIdentifier?: string, ...}, ..., } $args = [])
- phpstan-method
-
\Aws\Result deleteProjectProfile(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteProjectProfileAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteRule(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteRuleAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteSubscriptionGrant(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteSubscriptionGrantAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteSubscriptionRequest(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteSubscriptionRequestAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteSubscriptionTarget(array{domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteSubscriptionTargetAsync(array{domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result deleteTimeSeriesDataPoints(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'LISTING', formName?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise deleteTimeSeriesDataPointsAsync(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'LISTING', formName?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result disassociateEnvironmentRole(array{domainIdentifier?: string, environmentIdentifier?: string, environmentRoleArn?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise disassociateEnvironmentRoleAsync(array{domainIdentifier?: string, environmentIdentifier?: string, environmentRoleArn?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result disassociateGovernedTerms(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET', governedGlossaryTerms?: list
, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise disassociateGovernedTermsAsync(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET', governedGlossaryTerms?: list
, ..., } $args = []) - phpstan-method
-
\Aws\Result getAccountPool(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getAccountPoolAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getAsset(array{domainIdentifier?: string, identifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getAssetAsync(array{domainIdentifier?: string, identifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getAssetFilter(array{domainIdentifier?: string, assetIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getAssetFilterAsync(array{domainIdentifier?: string, assetIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getAssetType(array{domainIdentifier?: string, identifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getAssetTypeAsync(array{domainIdentifier?: string, identifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getConnection(array{domainIdentifier?: string, identifier?: string, withSecret?: bool, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getConnectionAsync(array{domainIdentifier?: string, identifier?: string, withSecret?: bool, ...} $args = [])
- phpstan-method
-
\Aws\Result getDataExportConfiguration(array{domainIdentifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getDataExportConfigurationAsync(array{domainIdentifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getDataProduct(array{domainIdentifier?: string, identifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getDataProductAsync(array{domainIdentifier?: string, identifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getDataSource(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getDataSourceAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getDataSourceRun(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getDataSourceRunAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getDomain(array{identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getDomainAsync(array{identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getDomainUnit(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getDomainUnitAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getEnvironment(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getEnvironmentAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getEnvironmentAction(array{domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getEnvironmentActionAsync(array{domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getEnvironmentBlueprint(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getEnvironmentBlueprintAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getEnvironmentBlueprintConfiguration(array{domainIdentifier?: string, environmentBlueprintIdentifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getEnvironmentBlueprintConfigurationAsync(array{domainIdentifier?: string, environmentBlueprintIdentifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getEnvironmentCredentials(array{domainIdentifier?: string, environmentIdentifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getEnvironmentCredentialsAsync(array{domainIdentifier?: string, environmentIdentifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getEnvironmentProfile(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getEnvironmentProfileAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getFormType(array{domainIdentifier?: string, formTypeIdentifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getFormTypeAsync(array{domainIdentifier?: string, formTypeIdentifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getGlossary(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getGlossaryAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getGlossaryTerm(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getGlossaryTermAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getGroupProfile(array{domainIdentifier?: string, groupIdentifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getGroupProfileAsync(array{domainIdentifier?: string, groupIdentifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getIamPortalLoginUrl(array{domainIdentifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getIamPortalLoginUrlAsync(array{domainIdentifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getJobRun(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getJobRunAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getLineageEvent(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getLineageEventAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getLineageNode(array{domainIdentifier?: string, identifier?: string, eventTimestamp?: int|string|\DateTimeInterface, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getLineageNodeAsync(array{domainIdentifier?: string, identifier?: string, eventTimestamp?: int|string|\DateTimeInterface, ...} $args = [])
- phpstan-method
-
\Aws\Result getListing(array{domainIdentifier?: string, identifier?: string, listingRevision?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getListingAsync(array{domainIdentifier?: string, identifier?: string, listingRevision?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getMetadataGenerationRun(array{ domainIdentifier?: string, identifier?: string, type?: 'BUSINESS_DESCRIPTIONS'|'BUSINESS_GLOSSARY_ASSOCIATIONS'|'BUSINESS_NAMES', ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getMetadataGenerationRunAsync(array{ domainIdentifier?: string, identifier?: string, type?: 'BUSINESS_DESCRIPTIONS'|'BUSINESS_GLOSSARY_ASSOCIATIONS'|'BUSINESS_NAMES', ..., } $args = [])
- phpstan-method
-
\Aws\Result getNotebook(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getNotebookAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getNotebookExport(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getNotebookExportAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getNotebookRun(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getNotebookRunAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getProject(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getProjectAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getProjectProfile(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getProjectProfileAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getRule(array{domainIdentifier?: string, identifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getRuleAsync(array{domainIdentifier?: string, identifier?: string, revision?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getSubscription(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getSubscriptionAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getSubscriptionGrant(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getSubscriptionGrantAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getSubscriptionRequestDetails(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getSubscriptionRequestDetailsAsync(array{domainIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getSubscriptionTarget(array{domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getSubscriptionTargetAsync(array{domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result getTimeSeriesDataPoint(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'LISTING', identifier?: string, formName?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getTimeSeriesDataPointAsync(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'LISTING', identifier?: string, formName?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result getUserProfile(array{domainIdentifier?: string, userIdentifier?: string, type?: 'IAM'|'SSO', sessionName?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise getUserProfileAsync(array{domainIdentifier?: string, userIdentifier?: string, type?: 'IAM'|'SSO', sessionName?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result listAccountPools(array{ domainIdentifier?: string, name?: string, sortBy?: 'NAME', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listAccountPoolsAsync(array{ domainIdentifier?: string, name?: string, sortBy?: 'NAME', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listAccountsInAccountPool(array{domainIdentifier?: string, identifier?: string, nextToken?: string, maxResults?: int, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listAccountsInAccountPoolAsync(array{domainIdentifier?: string, identifier?: string, nextToken?: string, maxResults?: int, ...} $args = [])
- phpstan-method
-
\Aws\Result listAssetFilters(array{ domainIdentifier?: string, assetIdentifier?: string, status?: 'INVALID'|'VALID', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listAssetFiltersAsync(array{ domainIdentifier?: string, assetIdentifier?: string, status?: 'INVALID'|'VALID', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listAssetRevisions(array{domainIdentifier?: string, identifier?: string, nextToken?: string, maxResults?: int, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listAssetRevisionsAsync(array{domainIdentifier?: string, identifier?: string, nextToken?: string, maxResults?: int, ...} $args = [])
- phpstan-method
-
\Aws\Result listConnections(array{ domainIdentifier?: string, maxResults?: int, nextToken?: string, sortBy?: 'NAME', sortOrder?: 'ASCENDING'|'DESCENDING', name?: string, environmentIdentifier?: string, projectIdentifier?: string, type?: 'AMAZON_Q'|'ATHENA'|'BIGQUERY'|'DATABRICKS'|'DOCUMENTDB'|'DYNAMODB'|'GIT'|'HYPERPOD'|'IAM'|'MLFLOW'|'MYSQL'|'OPENSEARCH'|'ORACLE'|'POSTGRESQL'|'REDSHIFT'|'S3'|'SAPHANA'|'SNOWFLAKE'|'SPARK'|'SQLSERVER'|'TERADATA'|'VERTICA'|'VPC'|'WORKFLOWS_MWAA', scope?: 'DOMAIN'|'PROJECT', ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listConnectionsAsync(array{ domainIdentifier?: string, maxResults?: int, nextToken?: string, sortBy?: 'NAME', sortOrder?: 'ASCENDING'|'DESCENDING', name?: string, environmentIdentifier?: string, projectIdentifier?: string, type?: 'AMAZON_Q'|'ATHENA'|'BIGQUERY'|'DATABRICKS'|'DOCUMENTDB'|'DYNAMODB'|'GIT'|'HYPERPOD'|'IAM'|'MLFLOW'|'MYSQL'|'OPENSEARCH'|'ORACLE'|'POSTGRESQL'|'REDSHIFT'|'S3'|'SAPHANA'|'SNOWFLAKE'|'SPARK'|'SQLSERVER'|'TERADATA'|'VERTICA'|'VPC'|'WORKFLOWS_MWAA', scope?: 'DOMAIN'|'PROJECT', ..., } $args = [])
- phpstan-method
-
\Aws\Result listDataProductRevisions(array{domainIdentifier?: string, identifier?: string, maxResults?: int, nextToken?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listDataProductRevisionsAsync(array{domainIdentifier?: string, identifier?: string, maxResults?: int, nextToken?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result listDataSourceRunActivities(array{ domainIdentifier?: string, identifier?: string, status?: 'FAILED'|'PUBLISHING_FAILED'|'SKIPPED_ALREADY_IMPORTED'|'SKIPPED_ARCHIVED'|'SKIPPED_NO_ACCESS'|'SUCCEEDED_CREATED'|'SUCCEEDED_UPDATED'|'UNCHANGED', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listDataSourceRunActivitiesAsync(array{ domainIdentifier?: string, identifier?: string, status?: 'FAILED'|'PUBLISHING_FAILED'|'SKIPPED_ALREADY_IMPORTED'|'SKIPPED_ARCHIVED'|'SKIPPED_NO_ACCESS'|'SUCCEEDED_CREATED'|'SUCCEEDED_UPDATED'|'UNCHANGED', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listDataSourceRuns(array{ domainIdentifier?: string, dataSourceIdentifier?: string, status?: 'FAILED'|'PARTIALLY_SUCCEEDED'|'REQUESTED'|'RUNNING'|'SUCCESS', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listDataSourceRunsAsync(array{ domainIdentifier?: string, dataSourceIdentifier?: string, status?: 'FAILED'|'PARTIALLY_SUCCEEDED'|'REQUESTED'|'RUNNING'|'SUCCESS', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listDataSources(array{ domainIdentifier?: string, projectIdentifier?: string, environmentIdentifier?: string, connectionIdentifier?: string, type?: string, status?: 'CREATING'|'DELETING'|'FAILED_CREATION'|'FAILED_DELETION'|'FAILED_UPDATE'|'READY'|'RUNNING'|'UPDATING', name?: string, nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listDataSourcesAsync(array{ domainIdentifier?: string, projectIdentifier?: string, environmentIdentifier?: string, connectionIdentifier?: string, type?: string, status?: 'CREATING'|'DELETING'|'FAILED_CREATION'|'FAILED_DELETION'|'FAILED_UPDATE'|'READY'|'RUNNING'|'UPDATING', name?: string, nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listDomainUnitsForParent(array{ domainIdentifier?: string, parentDomainUnitIdentifier?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listDomainUnitsForParentAsync(array{ domainIdentifier?: string, parentDomainUnitIdentifier?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listDomains(array{ status?: 'AVAILABLE'|'CREATING'|'CREATION_FAILED'|'DELETED'|'DELETING'|'DELETION_FAILED', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listDomainsAsync(array{ status?: 'AVAILABLE'|'CREATING'|'CREATION_FAILED'|'DELETED'|'DELETING'|'DELETION_FAILED', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listEntityOwners(array{ domainIdentifier?: string, entityType?: 'DOMAIN_UNIT', entityIdentifier?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listEntityOwnersAsync(array{ domainIdentifier?: string, entityType?: 'DOMAIN_UNIT', entityIdentifier?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listEnvironmentActions(array{domainIdentifier?: string, environmentIdentifier?: string, nextToken?: string, maxResults?: int, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listEnvironmentActionsAsync(array{domainIdentifier?: string, environmentIdentifier?: string, nextToken?: string, maxResults?: int, ...} $args = [])
- phpstan-method
-
\Aws\Result listEnvironmentBlueprintConfigurations(array{domainIdentifier?: string, maxResults?: int, nextToken?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listEnvironmentBlueprintConfigurationsAsync(array{domainIdentifier?: string, maxResults?: int, nextToken?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result listEnvironmentBlueprints(array{domainIdentifier?: string, maxResults?: int, nextToken?: string, name?: string, managed?: bool, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listEnvironmentBlueprintsAsync(array{domainIdentifier?: string, maxResults?: int, nextToken?: string, name?: string, managed?: bool, ...} $args = [])
- phpstan-method
-
\Aws\Result listEnvironmentProfiles(array{ domainIdentifier?: string, awsAccountId?: string, awsAccountRegion?: string, environmentBlueprintIdentifier?: string, projectIdentifier?: string, name?: string, nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listEnvironmentProfilesAsync(array{ domainIdentifier?: string, awsAccountId?: string, awsAccountRegion?: string, environmentBlueprintIdentifier?: string, projectIdentifier?: string, name?: string, nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listEnvironments(array{ domainIdentifier?: string, awsAccountId?: string, status?: 'ACTIVE'|'CREATE_FAILED'|'CREATING'|'DELETED'|'DELETE_FAILED'|'DELETING'|'DISABLED'|'EXPIRED'|'INACCESSIBLE'|'SUSPENDED'|'UPDATE_FAILED'|'UPDATING'|'VALIDATION_FAILED', awsAccountRegion?: string, projectIdentifier?: string, environmentProfileIdentifier?: string, environmentBlueprintIdentifier?: string, provider?: string, name?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listEnvironmentsAsync(array{ domainIdentifier?: string, awsAccountId?: string, status?: 'ACTIVE'|'CREATE_FAILED'|'CREATING'|'DELETED'|'DELETE_FAILED'|'DELETING'|'DISABLED'|'EXPIRED'|'INACCESSIBLE'|'SUSPENDED'|'UPDATE_FAILED'|'UPDATING'|'VALIDATION_FAILED', awsAccountRegion?: string, projectIdentifier?: string, environmentProfileIdentifier?: string, environmentBlueprintIdentifier?: string, provider?: string, name?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listJobRuns(array{ domainIdentifier?: string, jobIdentifier?: string, status?: 'ABORTED'|'CANCELED'|'FAILED'|'IN_PROGRESS'|'PARTIALLY_SUCCEEDED'|'SCHEDULED'|'SUCCESS'|'TIMED_OUT', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listJobRunsAsync(array{ domainIdentifier?: string, jobIdentifier?: string, status?: 'ABORTED'|'CANCELED'|'FAILED'|'IN_PROGRESS'|'PARTIALLY_SUCCEEDED'|'SCHEDULED'|'SUCCESS'|'TIMED_OUT', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listLineageEvents(array{ domainIdentifier?: string, maxResults?: int, timestampAfter?: int|string|\DateTimeInterface, timestampBefore?: int|string|\DateTimeInterface, processingStatus?: 'FAILED'|'PROCESSING'|'REQUESTED'|'SUCCESS', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listLineageEventsAsync(array{ domainIdentifier?: string, maxResults?: int, timestampAfter?: int|string|\DateTimeInterface, timestampBefore?: int|string|\DateTimeInterface, processingStatus?: 'FAILED'|'PROCESSING'|'REQUESTED'|'SUCCESS', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listLineageNodeHistory(array{ domainIdentifier?: string, maxResults?: int, nextToken?: string, identifier?: string, direction?: 'DOWNSTREAM'|'UPSTREAM', eventTimestampGTE?: int|string|\DateTimeInterface, eventTimestampLTE?: int|string|\DateTimeInterface, sortOrder?: 'ASCENDING'|'DESCENDING', ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listLineageNodeHistoryAsync(array{ domainIdentifier?: string, maxResults?: int, nextToken?: string, identifier?: string, direction?: 'DOWNSTREAM'|'UPSTREAM', eventTimestampGTE?: int|string|\DateTimeInterface, eventTimestampLTE?: int|string|\DateTimeInterface, sortOrder?: 'ASCENDING'|'DESCENDING', ..., } $args = [])
- phpstan-method
-
\Aws\Result listMetadataGenerationRuns(array{ domainIdentifier?: string, status?: 'CANCELED'|'FAILED'|'IN_PROGRESS'|'PARTIALLY_SUCCEEDED'|'SUBMITTED'|'SUCCEEDED', type?: 'BUSINESS_DESCRIPTIONS'|'BUSINESS_GLOSSARY_ASSOCIATIONS'|'BUSINESS_NAMES', nextToken?: string, maxResults?: int, targetIdentifier?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listMetadataGenerationRunsAsync(array{ domainIdentifier?: string, status?: 'CANCELED'|'FAILED'|'IN_PROGRESS'|'PARTIALLY_SUCCEEDED'|'SUBMITTED'|'SUCCEEDED', type?: 'BUSINESS_DESCRIPTIONS'|'BUSINESS_GLOSSARY_ASSOCIATIONS'|'BUSINESS_NAMES', nextToken?: string, maxResults?: int, targetIdentifier?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listNotebookRuns(array{ domainIdentifier?: string, owningProjectIdentifier?: string, notebookIdentifier?: string, status?: 'FAILED'|'QUEUED'|'RUNNING'|'STARTING'|'STOPPED'|'STOPPING'|'SUCCEEDED', scheduleIdentifier?: string, maxResults?: int, sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listNotebookRunsAsync(array{ domainIdentifier?: string, owningProjectIdentifier?: string, notebookIdentifier?: string, status?: 'FAILED'|'QUEUED'|'RUNNING'|'STARTING'|'STOPPED'|'STOPPING'|'SUCCEEDED', scheduleIdentifier?: string, maxResults?: int, sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listNotebooks(array{ domainIdentifier?: string, owningProjectIdentifier?: string, maxResults?: int, sortOrder?: 'ASCENDING'|'DESCENDING', sortBy?: 'CREATED_AT'|'UPDATED_AT', status?: 'ACTIVE'|'ARCHIVED'|'SYNC_FAILED'|'SYNC_IN_PROGRESS', type?: 'DATA'|'SQL', nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listNotebooksAsync(array{ domainIdentifier?: string, owningProjectIdentifier?: string, maxResults?: int, sortOrder?: 'ASCENDING'|'DESCENDING', sortBy?: 'CREATED_AT'|'UPDATED_AT', status?: 'ACTIVE'|'ARCHIVED'|'SYNC_FAILED'|'SYNC_IN_PROGRESS', type?: 'DATA'|'SQL', nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listNotifications(array{ domainIdentifier?: string, type?: 'EVENT'|'TASK', afterTimestamp?: int|string|\DateTimeInterface, beforeTimestamp?: int|string|\DateTimeInterface, subjects?: list
, taskStatus?: 'ACTIVE'|'INACTIVE', maxResults?: int, nextToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise listNotificationsAsync(array{ domainIdentifier?: string, type?: 'EVENT'|'TASK', afterTimestamp?: int|string|\DateTimeInterface, beforeTimestamp?: int|string|\DateTimeInterface, subjects?: list
, taskStatus?: 'ACTIVE'|'INACTIVE', maxResults?: int, nextToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result listPolicyGrants(array{ domainIdentifier?: string, entityType?: 'ASSET_TYPE'|'DOMAIN_UNIT'|'ENVIRONMENT_BLUEPRINT_CONFIGURATION'|'ENVIRONMENT_PROFILE', entityIdentifier?: string, policyType?: 'ADD_TO_PROJECT_MEMBER_POOL'|'CREATE_ASSET_TYPE'|'CREATE_DOMAIN_UNIT'|'CREATE_ENVIRONMENT'|'CREATE_ENVIRONMENT_FROM_BLUEPRINT'|'CREATE_ENVIRONMENT_PROFILE'|'CREATE_FORM_TYPE'|'CREATE_GLOSSARY'|'CREATE_PROJECT'|'CREATE_PROJECT_FROM_PROJECT_PROFILE'|'DELEGATE_CREATE_ENVIRONMENT_PROFILE'|'OVERRIDE_DOMAIN_UNIT_OWNERS'|'OVERRIDE_PROJECT_OWNERS'|'USE_ASSET_TYPE', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listPolicyGrantsAsync(array{ domainIdentifier?: string, entityType?: 'ASSET_TYPE'|'DOMAIN_UNIT'|'ENVIRONMENT_BLUEPRINT_CONFIGURATION'|'ENVIRONMENT_PROFILE', entityIdentifier?: string, policyType?: 'ADD_TO_PROJECT_MEMBER_POOL'|'CREATE_ASSET_TYPE'|'CREATE_DOMAIN_UNIT'|'CREATE_ENVIRONMENT'|'CREATE_ENVIRONMENT_FROM_BLUEPRINT'|'CREATE_ENVIRONMENT_PROFILE'|'CREATE_FORM_TYPE'|'CREATE_GLOSSARY'|'CREATE_PROJECT'|'CREATE_PROJECT_FROM_PROJECT_PROFILE'|'DELEGATE_CREATE_ENVIRONMENT_PROFILE'|'OVERRIDE_DOMAIN_UNIT_OWNERS'|'OVERRIDE_PROJECT_OWNERS'|'USE_ASSET_TYPE', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listProjectMemberships(array{ domainIdentifier?: string, projectIdentifier?: string, sortBy?: 'NAME', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listProjectMembershipsAsync(array{ domainIdentifier?: string, projectIdentifier?: string, sortBy?: 'NAME', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listProjectProfiles(array{ domainIdentifier?: string, name?: string, sortBy?: 'NAME', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listProjectProfilesAsync(array{ domainIdentifier?: string, name?: string, sortBy?: 'NAME', sortOrder?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listProjects(array{ domainIdentifier?: string, userIdentifier?: string, groupIdentifier?: string, name?: string, projectCategory?: string, nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listProjectsAsync(array{ domainIdentifier?: string, userIdentifier?: string, groupIdentifier?: string, name?: string, projectCategory?: string, nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result listRules(array{ domainIdentifier?: string, targetType?: 'DOMAIN_UNIT', targetIdentifier?: string, ruleType?: 'GLOSSARY_TERM_ENFORCEMENT'|'METADATA_FORM_ENFORCEMENT', action?: 'CREATE_LISTING_CHANGE_SET'|'CREATE_SUBSCRIPTION_REQUEST', projectIds?: list
, assetTypes?: list , dataProduct?: bool, includeCascaded?: bool, maxResults?: int, nextToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise listRulesAsync(array{ domainIdentifier?: string, targetType?: 'DOMAIN_UNIT', targetIdentifier?: string, ruleType?: 'GLOSSARY_TERM_ENFORCEMENT'|'METADATA_FORM_ENFORCEMENT', action?: 'CREATE_LISTING_CHANGE_SET'|'CREATE_SUBSCRIPTION_REQUEST', projectIds?: list
, assetTypes?: list , dataProduct?: bool, includeCascaded?: bool, maxResults?: int, nextToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result listSubscriptionGrants(array{ domainIdentifier?: string, environmentId?: string, subscriptionTargetId?: string, subscribedListingId?: string, subscriptionId?: string, owningProjectId?: string, owningIamPrincipalArn?: string, owningUserId?: string, owningGroupId?: string, sortBy?: 'CREATED_AT'|'UPDATED_AT', sortOrder?: 'ASCENDING'|'DESCENDING', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listSubscriptionGrantsAsync(array{ domainIdentifier?: string, environmentId?: string, subscriptionTargetId?: string, subscribedListingId?: string, subscriptionId?: string, owningProjectId?: string, owningIamPrincipalArn?: string, owningUserId?: string, owningGroupId?: string, sortBy?: 'CREATED_AT'|'UPDATED_AT', sortOrder?: 'ASCENDING'|'DESCENDING', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listSubscriptionRequests(array{ domainIdentifier?: string, status?: 'ACCEPTED'|'PENDING'|'REJECTED', subscribedListingId?: string, owningProjectId?: string, owningIamPrincipalArn?: string, approverProjectId?: string, owningUserId?: string, owningGroupId?: string, sortBy?: 'CREATED_AT'|'UPDATED_AT', sortOrder?: 'ASCENDING'|'DESCENDING', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listSubscriptionRequestsAsync(array{ domainIdentifier?: string, status?: 'ACCEPTED'|'PENDING'|'REJECTED', subscribedListingId?: string, owningProjectId?: string, owningIamPrincipalArn?: string, approverProjectId?: string, owningUserId?: string, owningGroupId?: string, sortBy?: 'CREATED_AT'|'UPDATED_AT', sortOrder?: 'ASCENDING'|'DESCENDING', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listSubscriptionTargets(array{ domainIdentifier?: string, environmentIdentifier?: string, sortBy?: 'CREATED_AT'|'UPDATED_AT', sortOrder?: 'ASCENDING'|'DESCENDING', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listSubscriptionTargetsAsync(array{ domainIdentifier?: string, environmentIdentifier?: string, sortBy?: 'CREATED_AT'|'UPDATED_AT', sortOrder?: 'ASCENDING'|'DESCENDING', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listSubscriptions(array{ domainIdentifier?: string, subscriptionRequestIdentifier?: string, status?: 'APPROVED'|'CANCELLED'|'REVOKED', subscribedListingId?: string, owningProjectId?: string, owningIamPrincipalArn?: string, owningUserId?: string, owningGroupId?: string, approverProjectId?: string, sortBy?: 'CREATED_AT'|'UPDATED_AT', sortOrder?: 'ASCENDING'|'DESCENDING', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listSubscriptionsAsync(array{ domainIdentifier?: string, subscriptionRequestIdentifier?: string, status?: 'APPROVED'|'CANCELLED'|'REVOKED', subscribedListingId?: string, owningProjectId?: string, owningIamPrincipalArn?: string, owningUserId?: string, owningGroupId?: string, approverProjectId?: string, sortBy?: 'CREATED_AT'|'UPDATED_AT', sortOrder?: 'ASCENDING'|'DESCENDING', maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result listTagsForResource(array{resourceArn?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listTagsForResourceAsync(array{resourceArn?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result listTimeSeriesDataPoints(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'LISTING', formName?: string, startedAt?: int|string|\DateTimeInterface, endedAt?: int|string|\DateTimeInterface, nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise listTimeSeriesDataPointsAsync(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'LISTING', formName?: string, startedAt?: int|string|\DateTimeInterface, endedAt?: int|string|\DateTimeInterface, nextToken?: string, maxResults?: int, ..., } $args = [])
- phpstan-method
-
\Aws\Result postLineageEvent(array{ domainIdentifier?: string, event?: string|resource|\Psr\Http\Message\StreamInterface, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise postLineageEventAsync(array{ domainIdentifier?: string, event?: string|resource|\Psr\Http\Message\StreamInterface, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result postTimeSeriesDataPoints(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'LISTING', forms?: list<array{ formName?: string, typeIdentifier?: string, typeRevision?: string, timestamp?: int|string|\DateTimeInterface, content?: string, ..., }>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise postTimeSeriesDataPointsAsync(array{ domainIdentifier?: string, entityIdentifier?: string, entityType?: 'ASSET'|'LISTING', forms?: list<array{ formName?: string, typeIdentifier?: string, typeRevision?: string, timestamp?: int|string|\DateTimeInterface, content?: string, ..., }>, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result putDataExportConfiguration(array{ domainIdentifier?: string, enableExport?: bool, encryptionConfiguration?: array{kmsKeyArn?: string, sseAlgorithm?: string, ...}, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise putDataExportConfigurationAsync(array{ domainIdentifier?: string, enableExport?: bool, encryptionConfiguration?: array{kmsKeyArn?: string, sseAlgorithm?: string, ...}, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result putEnvironmentBlueprintConfiguration(array{ domainIdentifier?: string, environmentBlueprintIdentifier?: string, provisioningRoleArn?: string, manageAccessRoleArn?: string, environmentRolePermissionBoundary?: string, enabledRegions?: list
, regionalParameters?: array<string, array<string, string>>, resourceConfigurations?: list<array{name?: string, description?: string, region?: string, parameters?: array<string, string>, ...}>, allowUserProvidedConfigurations?: bool, globalParameters?: array<string, string>, provisioningConfigurations?: list<array{lakeFormationConfiguration?: array, ...}>, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise putEnvironmentBlueprintConfigurationAsync(array{ domainIdentifier?: string, environmentBlueprintIdentifier?: string, provisioningRoleArn?: string, manageAccessRoleArn?: string, environmentRolePermissionBoundary?: string, enabledRegions?: list
, regionalParameters?: array<string, array<string, string>>, resourceConfigurations?: list<array{name?: string, description?: string, region?: string, parameters?: array<string, string>, ...}>, allowUserProvidedConfigurations?: bool, globalParameters?: array<string, string>, provisioningConfigurations?: list<array{lakeFormationConfiguration?: array, ...}>, ..., } $args = []) - phpstan-method
-
\Aws\Result queryGraph(array{ domainIdentifier?: string, match?: list<array{relationPattern?: array, entityPattern?: array, ...}>, maxResults?: int, nextToken?: string, additionalAttributes?: array{formNames?: list
, ...}, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise queryGraphAsync(array{ domainIdentifier?: string, match?: list<array{relationPattern?: array, entityPattern?: array, ...}>, maxResults?: int, nextToken?: string, additionalAttributes?: array{formNames?: list
, ...}, ..., } $args = []) - phpstan-method
-
\Aws\Result rejectPredictions(array{ domainIdentifier?: string, identifier?: string, revision?: string, rejectRule?: array{rule?: 'ALL'|'NONE', threshold?: float, ...}, rejectChoices?: list<array{predictionTarget?: string, predictionChoices?: list
, ...}>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise rejectPredictionsAsync(array{ domainIdentifier?: string, identifier?: string, revision?: string, rejectRule?: array{rule?: 'ALL'|'NONE', threshold?: float, ...}, rejectChoices?: list<array{predictionTarget?: string, predictionChoices?: list
, ...}>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result rejectSubscriptionRequest(array{domainIdentifier?: string, identifier?: string, decisionComment?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise rejectSubscriptionRequestAsync(array{domainIdentifier?: string, identifier?: string, decisionComment?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result removeEntityOwner(array{ domainIdentifier?: string, entityType?: 'DOMAIN_UNIT', entityIdentifier?: string, owner?: array{user?: array{userIdentifier?: string, ...}, group?: array{groupIdentifier?: string, ...}, ...}, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise removeEntityOwnerAsync(array{ domainIdentifier?: string, entityType?: 'DOMAIN_UNIT', entityIdentifier?: string, owner?: array{user?: array{userIdentifier?: string, ...}, group?: array{groupIdentifier?: string, ...}, ...}, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result removePolicyGrant(array{ domainIdentifier?: string, entityType?: 'ASSET_TYPE'|'DOMAIN_UNIT'|'ENVIRONMENT_BLUEPRINT_CONFIGURATION'|'ENVIRONMENT_PROFILE', entityIdentifier?: string, policyType?: 'ADD_TO_PROJECT_MEMBER_POOL'|'CREATE_ASSET_TYPE'|'CREATE_DOMAIN_UNIT'|'CREATE_ENVIRONMENT'|'CREATE_ENVIRONMENT_FROM_BLUEPRINT'|'CREATE_ENVIRONMENT_PROFILE'|'CREATE_FORM_TYPE'|'CREATE_GLOSSARY'|'CREATE_PROJECT'|'CREATE_PROJECT_FROM_PROJECT_PROFILE'|'DELEGATE_CREATE_ENVIRONMENT_PROFILE'|'OVERRIDE_DOMAIN_UNIT_OWNERS'|'OVERRIDE_PROJECT_OWNERS'|'USE_ASSET_TYPE', principal?: array{ user?: array{userIdentifier?: string, allUsersGrantFilter?: array, ...}, group?: array{groupIdentifier?: string, ...}, project?: array{ projectDesignation?: 'CONTRIBUTOR'|'OWNER'|'PROJECT_CATALOG_STEWARD', projectIdentifier?: string, projectGrantFilter?: array, ..., }, domainUnit?: array{domainUnitDesignation?: 'OWNER', domainUnitIdentifier?: string, domainUnitGrantFilter?: array, ...}, ..., }, grantIdentifier?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise removePolicyGrantAsync(array{ domainIdentifier?: string, entityType?: 'ASSET_TYPE'|'DOMAIN_UNIT'|'ENVIRONMENT_BLUEPRINT_CONFIGURATION'|'ENVIRONMENT_PROFILE', entityIdentifier?: string, policyType?: 'ADD_TO_PROJECT_MEMBER_POOL'|'CREATE_ASSET_TYPE'|'CREATE_DOMAIN_UNIT'|'CREATE_ENVIRONMENT'|'CREATE_ENVIRONMENT_FROM_BLUEPRINT'|'CREATE_ENVIRONMENT_PROFILE'|'CREATE_FORM_TYPE'|'CREATE_GLOSSARY'|'CREATE_PROJECT'|'CREATE_PROJECT_FROM_PROJECT_PROFILE'|'DELEGATE_CREATE_ENVIRONMENT_PROFILE'|'OVERRIDE_DOMAIN_UNIT_OWNERS'|'OVERRIDE_PROJECT_OWNERS'|'USE_ASSET_TYPE', principal?: array{ user?: array{userIdentifier?: string, allUsersGrantFilter?: array, ...}, group?: array{groupIdentifier?: string, ...}, project?: array{ projectDesignation?: 'CONTRIBUTOR'|'OWNER'|'PROJECT_CATALOG_STEWARD', projectIdentifier?: string, projectGrantFilter?: array, ..., }, domainUnit?: array{domainUnitDesignation?: 'OWNER', domainUnitIdentifier?: string, domainUnitGrantFilter?: array, ...}, ..., }, grantIdentifier?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result revokeSubscription(array{domainIdentifier?: string, identifier?: string, retainPermissions?: bool, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise revokeSubscriptionAsync(array{domainIdentifier?: string, identifier?: string, retainPermissions?: bool, ...} $args = [])
- phpstan-method
-
\Aws\Result search(array{ domainIdentifier?: string, owningProjectIdentifier?: string, maxResults?: int, nextToken?: string, searchScope?: 'ASSET'|'DATA_PRODUCT'|'GLOSSARY'|'GLOSSARY_TERM', searchText?: string, searchIn?: list<array{attribute?: string, ...}>, filters?: array{ filter?: array{ attribute?: string, value?: string, intValue?: int, operator?: 'EQ'|'GE'|'GT'|'LE'|'LT'|'TEXT_SEARCH', ..., }, and?: list
, or?: list , ..., }, sort?: array{attribute?: string, order?: 'ASCENDING'|'DESCENDING', ...}, additionalAttributes?: list<'FORMS'|'TEXT_MATCH_RATIONALE'|'TIME_SERIES_DATA_POINT_FORMS'>, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise searchAsync(array{ domainIdentifier?: string, owningProjectIdentifier?: string, maxResults?: int, nextToken?: string, searchScope?: 'ASSET'|'DATA_PRODUCT'|'GLOSSARY'|'GLOSSARY_TERM', searchText?: string, searchIn?: list<array{attribute?: string, ...}>, filters?: array{ filter?: array{ attribute?: string, value?: string, intValue?: int, operator?: 'EQ'|'GE'|'GT'|'LE'|'LT'|'TEXT_SEARCH', ..., }, and?: list
, or?: list , ..., }, sort?: array{attribute?: string, order?: 'ASCENDING'|'DESCENDING', ...}, additionalAttributes?: list<'FORMS'|'TEXT_MATCH_RATIONALE'|'TIME_SERIES_DATA_POINT_FORMS'>, ..., } $args = []) - phpstan-method
-
\Aws\Result searchGroupProfiles(array{ domainIdentifier?: string, groupType?: 'DATAZONE_SSO_GROUP'|'IAM_ROLE_SESSION_GROUP'|'SSO_GROUP', searchText?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise searchGroupProfilesAsync(array{ domainIdentifier?: string, groupType?: 'DATAZONE_SSO_GROUP'|'IAM_ROLE_SESSION_GROUP'|'SSO_GROUP', searchText?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result searchListings(array{ domainIdentifier?: string, searchText?: string, searchIn?: list<array{attribute?: string, ...}>, maxResults?: int, nextToken?: string, filters?: array{ filter?: array{ attribute?: string, value?: string, intValue?: int, operator?: 'EQ'|'GE'|'GT'|'LE'|'LT'|'TEXT_SEARCH', ..., }, and?: list
, or?: list , ..., }, aggregations?: list<array{attribute?: string, displayValue?: string, ...}>, sort?: array{attribute?: string, order?: 'ASCENDING'|'DESCENDING', ...}, additionalAttributes?: list<'FORMS'|'TEXT_MATCH_RATIONALE'|'TIME_SERIES_DATA_POINT_FORMS'>, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise searchListingsAsync(array{ domainIdentifier?: string, searchText?: string, searchIn?: list<array{attribute?: string, ...}>, maxResults?: int, nextToken?: string, filters?: array{ filter?: array{ attribute?: string, value?: string, intValue?: int, operator?: 'EQ'|'GE'|'GT'|'LE'|'LT'|'TEXT_SEARCH', ..., }, and?: list
, or?: list , ..., }, aggregations?: list<array{attribute?: string, displayValue?: string, ...}>, sort?: array{attribute?: string, order?: 'ASCENDING'|'DESCENDING', ...}, additionalAttributes?: list<'FORMS'|'TEXT_MATCH_RATIONALE'|'TIME_SERIES_DATA_POINT_FORMS'>, ..., } $args = []) - phpstan-method
-
\Aws\Result searchTypes(array{ domainIdentifier?: string, maxResults?: int, nextToken?: string, searchScope?: 'ASSET_TYPE'|'FORM_TYPE'|'LINEAGE_NODE_TYPE', searchText?: string, searchIn?: list<array{attribute?: string, ...}>, filters?: array{ filter?: array{ attribute?: string, value?: string, intValue?: int, operator?: 'EQ'|'GE'|'GT'|'LE'|'LT'|'TEXT_SEARCH', ..., }, and?: list
, or?: list , ..., }, sort?: array{attribute?: string, order?: 'ASCENDING'|'DESCENDING', ...}, managed?: bool, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise searchTypesAsync(array{ domainIdentifier?: string, maxResults?: int, nextToken?: string, searchScope?: 'ASSET_TYPE'|'FORM_TYPE'|'LINEAGE_NODE_TYPE', searchText?: string, searchIn?: list<array{attribute?: string, ...}>, filters?: array{ filter?: array{ attribute?: string, value?: string, intValue?: int, operator?: 'EQ'|'GE'|'GT'|'LE'|'LT'|'TEXT_SEARCH', ..., }, and?: list
, or?: list , ..., }, sort?: array{attribute?: string, order?: 'ASCENDING'|'DESCENDING', ...}, managed?: bool, ..., } $args = []) - phpstan-method
-
\Aws\Result searchUserProfiles(array{ domainIdentifier?: string, userType?: 'DATAZONE_IAM_USER'|'DATAZONE_SSO_USER'|'DATAZONE_USER'|'SSO_USER', searchText?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise searchUserProfilesAsync(array{ domainIdentifier?: string, userType?: 'DATAZONE_IAM_USER'|'DATAZONE_SSO_USER'|'DATAZONE_USER'|'SSO_USER', searchText?: string, maxResults?: int, nextToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result startDataSourceRun(array{domainIdentifier?: string, dataSourceIdentifier?: string, clientToken?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise startDataSourceRunAsync(array{domainIdentifier?: string, dataSourceIdentifier?: string, clientToken?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result startMetadataGenerationRun(array{ domainIdentifier?: string, type?: 'BUSINESS_DESCRIPTIONS'|'BUSINESS_GLOSSARY_ASSOCIATIONS'|'BUSINESS_NAMES', types?: list<'BUSINESS_DESCRIPTIONS'|'BUSINESS_GLOSSARY_ASSOCIATIONS'|'BUSINESS_NAMES'>, target?: array{type?: 'ASSET', identifier?: string, revision?: string, ...}, clientToken?: string, owningProjectIdentifier?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise startMetadataGenerationRunAsync(array{ domainIdentifier?: string, type?: 'BUSINESS_DESCRIPTIONS'|'BUSINESS_GLOSSARY_ASSOCIATIONS'|'BUSINESS_NAMES', types?: list<'BUSINESS_DESCRIPTIONS'|'BUSINESS_GLOSSARY_ASSOCIATIONS'|'BUSINESS_NAMES'>, target?: array{type?: 'ASSET', identifier?: string, revision?: string, ...}, clientToken?: string, owningProjectIdentifier?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result startNotebookExport(array{ domainIdentifier?: string, notebookIdentifier?: string, owningProjectIdentifier?: string, fileFormat?: 'IPYNB'|'PDF', clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise startNotebookExportAsync(array{ domainIdentifier?: string, notebookIdentifier?: string, owningProjectIdentifier?: string, fileFormat?: 'IPYNB'|'PDF', clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result startNotebookImport(array{ domainIdentifier?: string, owningProjectIdentifier?: string, sourceLocation?: array{s3?: string, ...}, name?: string, description?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise startNotebookImportAsync(array{ domainIdentifier?: string, owningProjectIdentifier?: string, sourceLocation?: array{s3?: string, ...}, name?: string, description?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result startNotebookRun(array{ domainIdentifier?: string, owningProjectIdentifier?: string, notebookIdentifier?: string, scheduleIdentifier?: string, computeConfiguration?: array{instanceType?: string, environmentVersion?: string, ...}, networkConfiguration?: array{ networkAccessType?: 'PUBLIC_INTERNET_ONLY'|'VPC_ONLY', vpcId?: string, subnetIds?: list
, securityGroupIds?: list , ..., }, timeoutConfiguration?: array{runTimeoutInMinutes?: int, ...}, triggerSource?: array{type?: 'MANUAL'|'SCHEDULED'|'WORKFLOW', name?: string, ...}, metadata?: array<string, string>, parameters?: array<string, string>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise startNotebookRunAsync(array{ domainIdentifier?: string, owningProjectIdentifier?: string, notebookIdentifier?: string, scheduleIdentifier?: string, computeConfiguration?: array{instanceType?: string, environmentVersion?: string, ...}, networkConfiguration?: array{ networkAccessType?: 'PUBLIC_INTERNET_ONLY'|'VPC_ONLY', vpcId?: string, subnetIds?: list
, securityGroupIds?: list , ..., }, timeoutConfiguration?: array{runTimeoutInMinutes?: int, ...}, triggerSource?: array{type?: 'MANUAL'|'SCHEDULED'|'WORKFLOW', name?: string, ...}, metadata?: array<string, string>, parameters?: array<string, string>, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result startNotebookSync(array{ domainIdentifier?: string, owningProjectIdentifier?: string, sourceLocation?: array{s3?: string, ...}, gitMetadata?: array{ connectionId?: string, repository?: string, branch?: string, commitHash?: string, fileName?: string, committedAt?: int|string|\DateTimeInterface, commitMessage?: string, ..., }, notebookId?: string, name?: string, description?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise startNotebookSyncAsync(array{ domainIdentifier?: string, owningProjectIdentifier?: string, sourceLocation?: array{s3?: string, ...}, gitMetadata?: array{ connectionId?: string, repository?: string, branch?: string, commitHash?: string, fileName?: string, committedAt?: int|string|\DateTimeInterface, commitMessage?: string, ..., }, notebookId?: string, name?: string, description?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result stopNotebookRun(array{domainIdentifier?: string, identifier?: string, clientToken?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise stopNotebookRunAsync(array{domainIdentifier?: string, identifier?: string, clientToken?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result tagResource(array{resourceArn?: string, tags?: array<string, string>, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise tagResourceAsync(array{resourceArn?: string, tags?: array<string, string>, ...} $args = [])
- phpstan-method
-
\Aws\Result untagResource(array{resourceArn?: string, tagKeys?: list
, ...} $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise untagResourceAsync(array{resourceArn?: string, tagKeys?: list
, ...} $args = []) - phpstan-method
-
\Aws\Result updateAccountPool(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, resolutionStrategy?: 'MANUAL', accountSource?: array{ accounts?: list
, customAccountPoolHandler?: array{lambdaFunctionArn?: string, lambdaExecutionRoleArn?: string, ...}, ..., }, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateAccountPoolAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, resolutionStrategy?: 'MANUAL', accountSource?: array{ accounts?: list
, customAccountPoolHandler?: array{lambdaFunctionArn?: string, lambdaExecutionRoleArn?: string, ...}, ..., }, ..., } $args = []) - phpstan-method
-
\Aws\Result updateAssetFilter(array{ domainIdentifier?: string, assetIdentifier?: string, identifier?: string, name?: string, description?: string, configuration?: array{ columnConfiguration?: array{includedColumnNames?: list
, ...}, rowConfiguration?: array{rowFilter?: array, sensitive?: bool, ...}, ..., }, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateAssetFilterAsync(array{ domainIdentifier?: string, assetIdentifier?: string, identifier?: string, name?: string, description?: string, configuration?: array{ columnConfiguration?: array{includedColumnNames?: list
, ...}, rowConfiguration?: array{rowFilter?: array, sensitive?: bool, ...}, ..., }, ..., } $args = []) - phpstan-method
-
\Aws\Result updateConnection(array{ configurations?: list<array{classification?: string, properties?: array<string, string>, ...}>, domainIdentifier?: string, identifier?: string, description?: string, awsLocation?: array{accessRole?: string, awsAccountId?: string, awsRegion?: string, iamConnectionId?: string, ...}, props?: array{ athenaProperties?: array{workgroupName?: string, ...}, glueProperties?: array{glueConnectionInput?: array, ...}, iamProperties?: array{glueLineageSyncEnabled?: bool, ...}, redshiftProperties?: array{ storage?: array, databaseName?: string, host?: string, port?: int, credentials?: array, lineageSync?: array, ..., }, sparkEmrProperties?: array{ computeArn?: string, instanceProfileArn?: string, javaVirtualEnv?: string, logUri?: string, pythonVirtualEnv?: string, runtimeRole?: string, trustedCertificatesS3Uri?: string, managedEndpointArn?: string, ..., }, s3Properties?: array{s3Uri?: string, s3AccessGrantLocationId?: string, registerS3AccessGrantLocation?: bool, ...}, snowflakeProperties?: array{connectivityPropertiesPatch?: array, snowflakeRole?: string, lineageSync?: array, ...}, amazonQProperties?: array{isEnabled?: bool, profileArn?: string, authMode?: string, ...}, mlflowProperties?: array{trackingServerArn?: string, ...}, lakehouseProperties?: array{glueLineageSyncEnabled?: bool, ...}, vpcProperties?: array{vpcId?: string, subnetIds?: list
, securityGroupId?: string, ...}, gitProperties?: array{codeConnectionArn?: string, defaultBranch?: string, ...}, ..., }, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateConnectionAsync(array{ configurations?: list<array{classification?: string, properties?: array<string, string>, ...}>, domainIdentifier?: string, identifier?: string, description?: string, awsLocation?: array{accessRole?: string, awsAccountId?: string, awsRegion?: string, iamConnectionId?: string, ...}, props?: array{ athenaProperties?: array{workgroupName?: string, ...}, glueProperties?: array{glueConnectionInput?: array, ...}, iamProperties?: array{glueLineageSyncEnabled?: bool, ...}, redshiftProperties?: array{ storage?: array, databaseName?: string, host?: string, port?: int, credentials?: array, lineageSync?: array, ..., }, sparkEmrProperties?: array{ computeArn?: string, instanceProfileArn?: string, javaVirtualEnv?: string, logUri?: string, pythonVirtualEnv?: string, runtimeRole?: string, trustedCertificatesS3Uri?: string, managedEndpointArn?: string, ..., }, s3Properties?: array{s3Uri?: string, s3AccessGrantLocationId?: string, registerS3AccessGrantLocation?: bool, ...}, snowflakeProperties?: array{connectivityPropertiesPatch?: array, snowflakeRole?: string, lineageSync?: array, ...}, amazonQProperties?: array{isEnabled?: bool, profileArn?: string, authMode?: string, ...}, mlflowProperties?: array{trackingServerArn?: string, ...}, lakehouseProperties?: array{glueLineageSyncEnabled?: bool, ...}, vpcProperties?: array{vpcId?: string, subnetIds?: list
, securityGroupId?: string, ...}, gitProperties?: array{codeConnectionArn?: string, defaultBranch?: string, ...}, ..., }, ..., } $args = []) - phpstan-method
-
\Aws\Result updateDataSource(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, enableSetting?: 'DISABLED'|'ENABLED', publishOnImport?: bool, assetFormsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, schedule?: array{ timezone?: 'AFRICA_JOHANNESBURG'|'AMERICA_MONTREAL'|'AMERICA_SAO_PAULO'|'ASIA_BAHRAIN'|'ASIA_BANGKOK'|'ASIA_CALCUTTA'|'ASIA_DUBAI'|'ASIA_HONG_KONG'|'ASIA_JAKARTA'|'ASIA_KUALA_LUMPUR'|'ASIA_SEOUL'|'ASIA_SHANGHAI'|'ASIA_SINGAPORE'|'ASIA_TAIPEI'|'ASIA_TOKYO'|'AUSTRALIA_MELBOURNE'|'AUSTRALIA_SYDNEY'|'CANADA_CENTRAL'|'CET'|'CST6CDT'|'ETC_GMT'|'ETC_GMT0'|'ETC_GMT_ADD_0'|'ETC_GMT_ADD_1'|'ETC_GMT_ADD_10'|'ETC_GMT_ADD_11'|'ETC_GMT_ADD_12'|'ETC_GMT_ADD_2'|'ETC_GMT_ADD_3'|'ETC_GMT_ADD_4'|'ETC_GMT_ADD_5'|'ETC_GMT_ADD_6'|'ETC_GMT_ADD_7'|'ETC_GMT_ADD_8'|'ETC_GMT_ADD_9'|'ETC_GMT_NEG_0'|'ETC_GMT_NEG_1'|'ETC_GMT_NEG_10'|'ETC_GMT_NEG_11'|'ETC_GMT_NEG_12'|'ETC_GMT_NEG_13'|'ETC_GMT_NEG_14'|'ETC_GMT_NEG_2'|'ETC_GMT_NEG_3'|'ETC_GMT_NEG_4'|'ETC_GMT_NEG_5'|'ETC_GMT_NEG_6'|'ETC_GMT_NEG_7'|'ETC_GMT_NEG_8'|'ETC_GMT_NEG_9'|'EUROPE_DUBLIN'|'EUROPE_LONDON'|'EUROPE_PARIS'|'EUROPE_STOCKHOLM'|'EUROPE_ZURICH'|'ISRAEL'|'MEXICO_GENERAL'|'MST7MDT'|'PACIFIC_AUCKLAND'|'US_CENTRAL'|'US_EASTERN'|'US_MOUNTAIN'|'US_PACIFIC'|'UTC', schedule?: string, ..., }, configuration?: array{ glueRunConfiguration?: array{ dataAccessRole?: string, relationalFilterConfigurations?: list
, autoImportDataQualityResult?: bool, catalogName?: string, ..., }, redshiftRunConfiguration?: array{ dataAccessRole?: string, relationalFilterConfigurations?: list , redshiftCredentialConfiguration?: array, redshiftStorage?: array, ..., }, sageMakerRunConfiguration?: array{trackingAssets?: array<string, list >, ...}, ..., }, recommendation?: array{enableBusinessNameGeneration?: bool, ...}, retainPermissionsOnRevokeFailure?: bool, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateDataSourceAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, enableSetting?: 'DISABLED'|'ENABLED', publishOnImport?: bool, assetFormsInput?: list<array{formName?: string, typeIdentifier?: string, typeRevision?: string, content?: string, ...}>, schedule?: array{ timezone?: 'AFRICA_JOHANNESBURG'|'AMERICA_MONTREAL'|'AMERICA_SAO_PAULO'|'ASIA_BAHRAIN'|'ASIA_BANGKOK'|'ASIA_CALCUTTA'|'ASIA_DUBAI'|'ASIA_HONG_KONG'|'ASIA_JAKARTA'|'ASIA_KUALA_LUMPUR'|'ASIA_SEOUL'|'ASIA_SHANGHAI'|'ASIA_SINGAPORE'|'ASIA_TAIPEI'|'ASIA_TOKYO'|'AUSTRALIA_MELBOURNE'|'AUSTRALIA_SYDNEY'|'CANADA_CENTRAL'|'CET'|'CST6CDT'|'ETC_GMT'|'ETC_GMT0'|'ETC_GMT_ADD_0'|'ETC_GMT_ADD_1'|'ETC_GMT_ADD_10'|'ETC_GMT_ADD_11'|'ETC_GMT_ADD_12'|'ETC_GMT_ADD_2'|'ETC_GMT_ADD_3'|'ETC_GMT_ADD_4'|'ETC_GMT_ADD_5'|'ETC_GMT_ADD_6'|'ETC_GMT_ADD_7'|'ETC_GMT_ADD_8'|'ETC_GMT_ADD_9'|'ETC_GMT_NEG_0'|'ETC_GMT_NEG_1'|'ETC_GMT_NEG_10'|'ETC_GMT_NEG_11'|'ETC_GMT_NEG_12'|'ETC_GMT_NEG_13'|'ETC_GMT_NEG_14'|'ETC_GMT_NEG_2'|'ETC_GMT_NEG_3'|'ETC_GMT_NEG_4'|'ETC_GMT_NEG_5'|'ETC_GMT_NEG_6'|'ETC_GMT_NEG_7'|'ETC_GMT_NEG_8'|'ETC_GMT_NEG_9'|'EUROPE_DUBLIN'|'EUROPE_LONDON'|'EUROPE_PARIS'|'EUROPE_STOCKHOLM'|'EUROPE_ZURICH'|'ISRAEL'|'MEXICO_GENERAL'|'MST7MDT'|'PACIFIC_AUCKLAND'|'US_CENTRAL'|'US_EASTERN'|'US_MOUNTAIN'|'US_PACIFIC'|'UTC', schedule?: string, ..., }, configuration?: array{ glueRunConfiguration?: array{ dataAccessRole?: string, relationalFilterConfigurations?: list
, autoImportDataQualityResult?: bool, catalogName?: string, ..., }, redshiftRunConfiguration?: array{ dataAccessRole?: string, relationalFilterConfigurations?: list , redshiftCredentialConfiguration?: array, redshiftStorage?: array, ..., }, sageMakerRunConfiguration?: array{trackingAssets?: array<string, list >, ...}, ..., }, recommendation?: array{enableBusinessNameGeneration?: bool, ...}, retainPermissionsOnRevokeFailure?: bool, ..., } $args = []) - phpstan-method
-
\Aws\Result updateDomain(array{ identifier?: string, description?: string, singleSignOn?: array{type?: 'DISABLED'|'IAM_IDC', userAssignment?: 'AUTOMATIC'|'MANUAL', idcInstanceArn?: string, ...}, domainExecutionRole?: string, serviceRole?: string, name?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateDomainAsync(array{ identifier?: string, description?: string, singleSignOn?: array{type?: 'DISABLED'|'IAM_IDC', userAssignment?: 'AUTOMATIC'|'MANUAL', idcInstanceArn?: string, ...}, domainExecutionRole?: string, serviceRole?: string, name?: string, clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result updateDomainUnit(array{domainIdentifier?: string, identifier?: string, description?: string, name?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateDomainUnitAsync(array{domainIdentifier?: string, identifier?: string, description?: string, name?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result updateEnvironment(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, glossaryTerms?: list
, blueprintVersion?: string, userParameters?: list<array{name?: string, value?: string, ...}>, environmentConfigurationName?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateEnvironmentAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, glossaryTerms?: list
, blueprintVersion?: string, userParameters?: list<array{name?: string, value?: string, ...}>, environmentConfigurationName?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result updateEnvironmentAction(array{ domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, parameters?: array{awsConsoleLink?: array{uri?: string, ...}, ...}, name?: string, description?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateEnvironmentActionAsync(array{ domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, parameters?: array{awsConsoleLink?: array{uri?: string, ...}, ...}, name?: string, description?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result updateEnvironmentBlueprint(array{ domainIdentifier?: string, identifier?: string, description?: string, provisioningProperties?: array{cloudFormation?: array{templateUrl?: string, ...}, ...}, userParameters?: list<array{ keyName?: string, description?: string, fieldType?: string, defaultValue?: string, isEditable?: bool, isOptional?: bool, isUpdateSupported?: bool, ..., }>, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateEnvironmentBlueprintAsync(array{ domainIdentifier?: string, identifier?: string, description?: string, provisioningProperties?: array{cloudFormation?: array{templateUrl?: string, ...}, ...}, userParameters?: list<array{ keyName?: string, description?: string, fieldType?: string, defaultValue?: string, isEditable?: bool, isOptional?: bool, isUpdateSupported?: bool, ..., }>, ..., } $args = [])
- phpstan-method
-
\Aws\Result updateEnvironmentProfile(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, userParameters?: list<array{name?: string, value?: string, ...}>, awsAccountId?: string, awsAccountRegion?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateEnvironmentProfileAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, userParameters?: list<array{name?: string, value?: string, ...}>, awsAccountId?: string, awsAccountRegion?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result updateGlossary(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, status?: 'DISABLED'|'ENABLED', clientToken?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateGlossaryAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, status?: 'DISABLED'|'ENABLED', clientToken?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result updateGlossaryTerm(array{ domainIdentifier?: string, glossaryIdentifier?: string, identifier?: string, name?: string, shortDescription?: string, longDescription?: string, termRelations?: array{isA?: list
, classifies?: list , ...}, status?: 'DISABLED'|'ENABLED', ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateGlossaryTermAsync(array{ domainIdentifier?: string, glossaryIdentifier?: string, identifier?: string, name?: string, shortDescription?: string, longDescription?: string, termRelations?: array{isA?: list
, classifies?: list , ...}, status?: 'DISABLED'|'ENABLED', ..., } $args = []) - phpstan-method
-
\Aws\Result updateGroupProfile(array{domainIdentifier?: string, groupIdentifier?: string, status?: 'ASSIGNED'|'NOT_ASSIGNED', ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateGroupProfileAsync(array{domainIdentifier?: string, groupIdentifier?: string, status?: 'ASSIGNED'|'NOT_ASSIGNED', ...} $args = [])
- phpstan-method
-
\Aws\Result updateNotebook(array{ domainIdentifier?: string, identifier?: string, description?: string, status?: 'ACTIVE'|'ARCHIVED'|'SYNC_FAILED'|'SYNC_IN_PROGRESS', name?: string, cellOrder?: list
, type?: 'DATA'|'SQL', metadata?: array<string, string>, parameters?: array<string, string>, environmentConfiguration?: array{ imageVersion?: string, packageConfig?: array{packageManager?: 'UV', packageSpecification?: string, ...}, ..., }, clientToken?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateNotebookAsync(array{ domainIdentifier?: string, identifier?: string, description?: string, status?: 'ACTIVE'|'ARCHIVED'|'SYNC_FAILED'|'SYNC_IN_PROGRESS', name?: string, cellOrder?: list
, type?: 'DATA'|'SQL', metadata?: array<string, string>, parameters?: array<string, string>, environmentConfiguration?: array{ imageVersion?: string, packageConfig?: array{packageManager?: 'UV', packageSpecification?: string, ...}, ..., }, clientToken?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result updateProject(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, resourceTags?: array<string, string>, glossaryTerms?: list
, domainUnitId?: string, environmentDeploymentDetails?: array{ overallDeploymentStatus?: 'FAILED_DEPLOYMENT'|'FAILED_VALIDATION'|'IN_PROGRESS'|'PENDING_DEPLOYMENT'|'SUCCESSFUL', environmentFailureReasons?: array<string, list >, ..., }, userParameters?: list<array{ environmentId?: string, environmentResolvedAccount?: array, environmentConfigurationName?: string, environmentParameters?: list , ..., }>, projectProfileVersion?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateProjectAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, resourceTags?: array<string, string>, glossaryTerms?: list
, domainUnitId?: string, environmentDeploymentDetails?: array{ overallDeploymentStatus?: 'FAILED_DEPLOYMENT'|'FAILED_VALIDATION'|'IN_PROGRESS'|'PENDING_DEPLOYMENT'|'SUCCESSFUL', environmentFailureReasons?: array<string, list >, ..., }, userParameters?: list<array{ environmentId?: string, environmentResolvedAccount?: array, environmentConfigurationName?: string, environmentParameters?: list , ..., }>, projectProfileVersion?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result updateProjectProfile(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, status?: 'DISABLED'|'ENABLED', projectResourceTags?: list<array{key?: string, value?: string, isValueEditable?: bool, ...}>, allowCustomProjectResourceTags?: bool, projectResourceTagsDescription?: string, environmentConfigurations?: list<array{ name?: string, id?: string, environmentBlueprintId?: string, description?: string, deploymentMode?: 'ON_CREATE'|'ON_DEMAND', configurationParameters?: array, awsAccount?: array, accountPools?: list
, awsRegion?: array, deploymentOrder?: int, ..., }>, domainUnitIdentifier?: string, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateProjectProfileAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, status?: 'DISABLED'|'ENABLED', projectResourceTags?: list<array{key?: string, value?: string, isValueEditable?: bool, ...}>, allowCustomProjectResourceTags?: bool, projectResourceTagsDescription?: string, environmentConfigurations?: list<array{ name?: string, id?: string, environmentBlueprintId?: string, description?: string, deploymentMode?: 'ON_CREATE'|'ON_DEMAND', configurationParameters?: array, awsAccount?: array, accountPools?: list
, awsRegion?: array, deploymentOrder?: int, ..., }>, domainUnitIdentifier?: string, ..., } $args = []) - phpstan-method
-
\Aws\Result updateRootDomainUnitOwner(array{domainIdentifier?: string, currentOwner?: string, newOwner?: string, clientToken?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateRootDomainUnitOwnerAsync(array{domainIdentifier?: string, currentOwner?: string, newOwner?: string, clientToken?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result updateRule(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, scope?: array{ assetType?: array{selectionMode?: 'ALL'|'SPECIFIC', specificAssetTypes?: list
, ...}, dataProduct?: bool, project?: array{selectionMode?: 'ALL'|'SPECIFIC', specificProjects?: list , ...}, ..., }, detail?: array{ metadataFormEnforcementDetail?: array{requiredMetadataForms?: list , ...}, glossaryTermEnforcementDetail?: array{requiredGlossaryTermIds?: list , ...}, ..., }, includeChildDomainUnits?: bool, ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateRuleAsync(array{ domainIdentifier?: string, identifier?: string, name?: string, description?: string, scope?: array{ assetType?: array{selectionMode?: 'ALL'|'SPECIFIC', specificAssetTypes?: list
, ...}, dataProduct?: bool, project?: array{selectionMode?: 'ALL'|'SPECIFIC', specificProjects?: list , ...}, ..., }, detail?: array{ metadataFormEnforcementDetail?: array{requiredMetadataForms?: list , ...}, glossaryTermEnforcementDetail?: array{requiredGlossaryTermIds?: list , ...}, ..., }, includeChildDomainUnits?: bool, ..., } $args = []) - phpstan-method
-
\Aws\Result updateSubscriptionGrantStatus(array{ domainIdentifier?: string, identifier?: string, assetIdentifier?: string, status?: 'GRANTED'|'GRANT_FAILED'|'GRANT_IN_PROGRESS'|'GRANT_PENDING'|'REVOKED'|'REVOKE_FAILED'|'REVOKE_IN_PROGRESS'|'REVOKE_PENDING', failureCause?: array{message?: string, ...}, targetName?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateSubscriptionGrantStatusAsync(array{ domainIdentifier?: string, identifier?: string, assetIdentifier?: string, status?: 'GRANTED'|'GRANT_FAILED'|'GRANT_IN_PROGRESS'|'GRANT_PENDING'|'REVOKED'|'REVOKE_FAILED'|'REVOKE_IN_PROGRESS'|'REVOKE_PENDING', failureCause?: array{message?: string, ...}, targetName?: string, ..., } $args = [])
- phpstan-method
-
\Aws\Result updateSubscriptionRequest(array{domainIdentifier?: string, identifier?: string, requestReason?: string, ...} $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateSubscriptionRequestAsync(array{domainIdentifier?: string, identifier?: string, requestReason?: string, ...} $args = [])
- phpstan-method
-
\Aws\Result updateSubscriptionTarget(array{ domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, name?: string, authorizedPrincipals?: list
, applicableAssetTypes?: list , subscriptionTargetConfig?: list<array{formName?: string, content?: string, ...}>, manageAccessRole?: string, provider?: string, subscriptionGrantCreationMode?: 'AUTOMATIC'|'MANUAL', ..., } $args = []) - phpstan-method
-
\GuzzleHttp\Promise\Promise updateSubscriptionTargetAsync(array{ domainIdentifier?: string, environmentIdentifier?: string, identifier?: string, name?: string, authorizedPrincipals?: list
, applicableAssetTypes?: list , subscriptionTargetConfig?: list<array{formName?: string, content?: string, ...}>, manageAccessRole?: string, provider?: string, subscriptionGrantCreationMode?: 'AUTOMATIC'|'MANUAL', ..., } $args = []) - phpstan-method
-
\Aws\Result updateUserProfile(array{ domainIdentifier?: string, userIdentifier?: string, type?: 'IAM'|'SSO', status?: 'ACTIVATED'|'ASSIGNED'|'DEACTIVATED'|'NOT_ASSIGNED', sessionName?: string, ..., } $args = [])
- phpstan-method
-
\GuzzleHttp\Promise\Promise updateUserProfileAsync(array{ domainIdentifier?: string, userIdentifier?: string, type?: 'IAM'|'SSO', status?: 'ACTIVATED'|'ASSIGNED'|'DEACTIVATED'|'NOT_ASSIGNED', sessionName?: string, ..., } $args = [])
Table of Contents
Methods
- __call() : mixed
- __construct() : mixed
- The client constructor accepts the following options:
- __sleep() : mixed
- execute() : mixed
- executeAsync() : mixed
- factory() : static
- getApi() : Service
- getArguments() : array<string|int, mixed>
- Get an array of client constructor arguments used by the client.
- getClientBuiltIns() : array<string|int, mixed>
- Provides the set of built-in keys and values used for endpoint resolution
- getClientContextParams() : array<string|int, mixed>
- Provides the set of service context parameter key-value pairs used for endpoint resolution.
- getCommand() : CommandInterface
- getConfig() : mixed|null
- Get a client configuration value.
- getCredentials() : PromiseInterface
- Returns a promise that is fulfilled with an {@see \Aws\Credentials\CredentialsInterface} object.
- getEndpoint() : UriInterface
- Gets the default endpoint, or base URL, used by the client.
- getEndpointProvider() : mixed
- getEndpointProviderArgs() : array<string|int, mixed>
- Retrieves arguments to be used in endpoint resolution.
- getHandlerList() : HandlerList
- Get the handler list used to transfer commands.
- getIterator() : mixed
- getPaginator() : mixed
- getRegion() : string
- Get the region to which the client is configured to send requests.
- getSignatureProvider() : callable
- Get the signature_provider function of the client.
- getToken() : mixed
- getWaiter() : mixed
- waitUntil() : mixed
Methods
__call()
public
__call(mixed $name, array<string|int, mixed> $args) : mixed
Parameters
- $name : mixed
- $args : array<string|int, mixed>
__construct()
The client constructor accepts the following options:
public
__construct(array<string|int, mixed> $args) : mixed
- api_provider: (callable) An optional PHP callable that accepts a type, service, and version argument, and returns an array of corresponding configuration data. The type value can be one of api, waiter, or paginator.
- credentials:
(Aws\Credentials\CredentialsInterface|array|bool|callable) Specifies
the credentials used to sign requests. Provide an
Aws\Credentials\CredentialsInterface object, an associative array of
"key", "secret", and an optional "token" key,
falseto use null credentials, or a callable credentials provider used to create credentials or return null. See Aws\Credentials\CredentialProvider for a list of built-in credentials providers. If no credentials are provided, the SDK will attempt to load them from the environment. - token:
(Aws\Token\TokenInterface|array|bool|callable) Specifies
the token used to authorize requests. Provide an
Aws\Token\TokenInterface object, an associative array of
"token" and an optional "expires" key,
falseto use no token, or a callable token provider used to create a token or return null. See Aws\Token\TokenProvider for a list of built-in token providers. If no token is provided, the SDK will attempt to load one from the environment. - csm:
(Aws\ClientSideMonitoring\ConfigurationInterface|array|callable) Specifies
the credentials used to sign requests. Provide an
Aws\ClientSideMonitoring\ConfigurationInterface object, a callable
configuration provider used to create client-side monitoring configuration,
falseto disable csm, or an associative array with the following keys: enabled: (bool) Set to true to enable client-side monitoring, defaults to false; host: (string) the host location to send monitoring events to, defaults to 127.0.0.1; port: (int) The port used for the host connection, defaults to 31000; client_id: (string) An identifier for this project - debug: (bool|array) Set to true to display debug information when sending requests. Alternatively, you can provide an associative array with the following keys: logfn: (callable) Function that is invoked with log messages; stream_size: (int) When the size of a stream is greater than this number, the stream data will not be logged (set to "0" to not log any stream data); scrub_auth: (bool) Set to false to disable the scrubbing of auth data from the logged messages; http: (bool) Set to false to disable the "debug" feature of lower level HTTP adapters (e.g., verbose curl output).
- stats: (bool|array) Set to true to gather transfer statistics on
requests sent. Alternatively, you can provide an associative array with
the following keys: retries: (bool) Set to false to disable reporting
on retries attempted; http: (bool) Set to true to enable collecting
statistics from lower level HTTP adapters (e.g., values returned in
GuzzleHttp\TransferStats). HTTP handlers must support an
http_stats_receiveroption for this to have an effect; timer: (bool) Set to true to enable a command timer that reports the total wall clock time spent on an operation in seconds. - disable_host_prefix_injection: (bool) Set to true to disable host prefix injection logic for services that use it. This disables the entire prefix injection, including the portions supplied by user-defined parameters. Setting this flag will have no effect on services that do not use host prefix injection.
- endpoint: (string) The full URI of the webservice. This is only required when connecting to a custom endpoint (e.g., a local version of S3).
- endpoint_discovery: (Aws\EndpointDiscovery\ConfigurationInterface, Aws\CacheInterface, array, callable) Settings for endpoint discovery. Provide an instance of Aws\EndpointDiscovery\ConfigurationInterface, an instance Aws\CacheInterface, a callable that provides a promise for a Configuration object, or an associative array with the following keys: enabled: (bool) Set to true to enable endpoint discovery, false to explicitly disable it, defaults to false; cache_limit: (int) The maximum number of keys in the endpoints cache, defaults to 1000.
- endpoint_provider: (callable) An optional PHP callable that accepts a hash of options including a "service" and "region" key and returns NULL or a hash of endpoint data, of which the "endpoint" key is required. See Aws\Endpoint\EndpointProvider for a list of built-in providers.
- handler: (callable) A handler that accepts a command object, request object and returns a promise that is fulfilled with an Aws\ResultInterface object or rejected with an Aws\Exception\AwsException. A handler does not accept a next handler as it is terminal and expected to fulfill a command. If no handler is provided, a default Guzzle handler will be utilized.
- http: (array, default=array(0)) Set to an array of SDK request options to apply to each request (e.g., proxy, verify, etc.).
- http_handler: (callable) An HTTP handler is a function that accepts a PSR-7 request object and returns a promise that is fulfilled with a PSR-7 response object or rejected with an array of exception data. NOTE: This option supersedes any provided "handler" option.
- idempotency_auto_fill: (bool|callable) Set to false to disable SDK to populate parameters that enabled 'idempotencyToken' trait with a random UUID v4 value on your behalf. Using default value 'true' still allows parameter value to be overwritten when provided. Note: auto-fill only works when cryptographically secure random bytes generator functions (random_bytes, openssl_random_pseudo_bytes or mcrypt_create_iv) can be found. You may also provide a callable source of random bytes.
- profile: (string) Allows you to specify which profile to use when credentials are created from the AWS credentials file in your HOME directory. This setting overrides the AWS_PROFILE environment variable. Note: Specifying "profile" will cause the "credentials" key to be ignored.
- region: (string, required) Region to connect to. See http://docs.aws.amazon.com/general/latest/gr/rande.html for a list of available regions.
- retries: (int, Aws\Retry\ConfigurationInterface, Aws\CacheInterface, array, callable) Configures the retry mode and maximum number of allowed retries for a client (pass 0 to disable retries). Provide an integer for 'legacy' mode with the specified number of retries. Otherwise provide an instance of Aws\Retry\ConfigurationInterface, an instance of Aws\CacheInterface, a callable function, or an array with the following keys: mode: (string) Set to 'legacy', 'standard' (uses retry quota management), or 'adapative' (an experimental mode that adds client-side rate limiting to standard mode); max_attempts (int) The maximum number of attempts for a given request.
- scheme: (string, default=string(5) "https") URI scheme to use when
connecting connect. The SDK will utilize "https" endpoints (i.e.,
utilize SSL/TLS connections) by default. You can attempt to connect to
a service over an unencrypted "http" endpoint by setting
schemeto "http". - signature_provider: (callable) A callable that accepts a signature version name (e.g., "v4"), a service name, and region, and returns a SignatureInterface object or null. This provider is used to create signers utilized by the client. See Aws\Signature\SignatureProvider for a list of built-in providers
- signature_version: (string) A string representing a custom signature version to use with a service (e.g., v4). Note that per/operation signature version MAY override this requested signature version.
- transport_sharing: (string) Set to a transport sharing mode ("none", "handler_prefer", "handler_require", "persistent_prefer", or "persistent_require") to enable connection sharing on the default HTTP handler. The "_prefer" modes degrade gracefully when the installed version of Guzzle or the runtime cannot honor them, and the "_require" modes throw. This option only applies when the SDK creates the default HTTP handler.
- use_aws_shared_config_files: (bool, default=bool(true)) Set to false to disable checking for shared config file in '~/.aws/config' and '~/.aws/credentials'. This will override the AWS_CONFIG_FILE environment variable.
- validate: (bool, default=bool(true)) Set to false to disable client-side parameter validation.
- version: (string, required) The version of the webservice to utilize (e.g., 2006-03-01).
- account_id_endpoint_mode: (string, default(preferred)) this option
decides whether credentials should resolve an accountId value,
which is going to be used as part of the endpoint resolution.
The valid values for this option are:
- preferred: when this value is set then, a warning is logged when accountId is empty in the resolved identity.
- required: when this value is set then, an exception is thrown when accountId is empty in the resolved identity.
- disabled: when this value is set then, the validation for if accountId was resolved or not, is ignored.
- ua_append: (string, array) To pass custom user agent parameters.
- app_id: (string) an optional application specific identifier that can be set. When set it will be appended to the User-Agent header of every request in the form of App/{AppId}. This variable is sourced from environment variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id. See https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html for more information on environment variables and shared config settings.
Parameters
- $args : array<string|int, mixed>
-
Client configuration arguments.
Tags
- throws
-
InvalidArgumentException
if any required options are missing or the service is not supported.
__sleep()
public
__sleep() : mixed
execute()
public
execute(CommandInterface $command) : mixed
Parameters
- $command : CommandInterface
executeAsync()
public
executeAsync(CommandInterface $command) : mixed
Parameters
- $command : CommandInterface
factory()
public
static factory([array<string|int, mixed> $config = [] ]) : static
Parameters
- $config : array<string|int, mixed> = []
Tags
- deprecated
Return values
staticgetApi()
public
abstract getApi() : Service
Return values
ServicegetArguments()
Get an array of client constructor arguments used by the client.
public
static getArguments() : array<string|int, mixed>
Return values
array<string|int, mixed>getClientBuiltIns()
Provides the set of built-in keys and values used for endpoint resolution
public
getClientBuiltIns() : array<string|int, mixed>
Return values
array<string|int, mixed>getClientContextParams()
Provides the set of service context parameter key-value pairs used for endpoint resolution.
public
getClientContextParams() : array<string|int, mixed>
Return values
array<string|int, mixed>getCommand()
public
abstract getCommand(string $name[, array<string|int, mixed> $args = [] ]) : CommandInterface
Parameters
- $name : string
- $args : array<string|int, mixed> = []
Return values
CommandInterfacegetConfig()
Get a client configuration value.
public
getConfig([mixed $option = null ]) : mixed|null
Parameters
- $option : mixed = null
-
The option to retrieve. Pass null to retrieve all options.
Return values
mixed|nullgetCredentials()
Returns a promise that is fulfilled with an {@see \Aws\Credentials\CredentialsInterface} object.
public
getCredentials() : PromiseInterface
If you need the credentials synchronously, then call the wait() method on the returned promise.
Return values
PromiseInterfacegetEndpoint()
Gets the default endpoint, or base URL, used by the client.
public
getEndpoint() : UriInterface
Return values
UriInterfacegetEndpointProvider()
public
getEndpointProvider() : mixed
getEndpointProviderArgs()
Retrieves arguments to be used in endpoint resolution.
public
getEndpointProviderArgs() : array<string|int, mixed>
Return values
array<string|int, mixed>getHandlerList()
Get the handler list used to transfer commands.
public
getHandlerList() : HandlerList
This list can be modified to add middleware or to change the underlying handler used to send HTTP requests.
Return values
HandlerListgetIterator()
public
getIterator(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
- $name : mixed
- $args : array<string|int, mixed> = []
getPaginator()
public
getPaginator(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
- $name : mixed
- $args : array<string|int, mixed> = []
getRegion()
Get the region to which the client is configured to send requests.
public
getRegion() : string
Return values
stringgetSignatureProvider()
Get the signature_provider function of the client.
public
final getSignatureProvider() : callable
Return values
callablegetToken()
public
getToken() : mixed
getWaiter()
public
getWaiter(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
- $name : mixed
- $args : array<string|int, mixed> = []
waitUntil()
public
waitUntil(mixed $name[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
- $name : mixed
- $args : array<string|int, mixed> = []