SDK for PHP V3

IoTSiteWiseClient extends AwsClient
in package

This client is used to interact with the AWS IoT SiteWise 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.

Tags
phpstan-method

\Aws\Result associateAssets(array{assetId?: string, hierarchyId?: string, childAssetId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise associateAssetsAsync(array{assetId?: string, hierarchyId?: string, childAssetId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result associateTimeSeriesToAssetProperty(array{alias?: string, assetId?: string, propertyId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise associateTimeSeriesToAssetPropertyAsync(array{alias?: string, assetId?: string, propertyId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result batchAssociateDataSegmentsToDataset(array{ datasetId?: string, workspaceName?: string, associateDataSegmentEntries?: list<array{sourceDatasetId?: string, timeSeriesId?: string, startTimestamp?: array, endTimestamp?: array, ...}>, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchAssociateDataSegmentsToDatasetAsync(array{ datasetId?: string, workspaceName?: string, associateDataSegmentEntries?: list<array{sourceDatasetId?: string, timeSeriesId?: string, startTimestamp?: array, endTimestamp?: array, ...}>, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result batchAssociateProjectAssets(array{projectId?: string, assetIds?: list, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchAssociateProjectAssetsAsync(array{projectId?: string, assetIds?: list, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result batchDeleteDatasetDataSegments(array{ datasetId?: string, workspaceName?: string, deleteDataSegmentEntries?: list<array{timeSeriesId?: string, startTimestamp?: array, endTimestamp?: array, ...}>, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchDeleteDatasetDataSegmentsAsync(array{ datasetId?: string, workspaceName?: string, deleteDataSegmentEntries?: list<array{timeSeriesId?: string, startTimestamp?: array, endTimestamp?: array, ...}>, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result batchDisassociateDataSegmentsFromDataset(array{ datasetId?: string, workspaceName?: string, disassociateDataSegmentEntries?: list<array{sourceDatasetId?: string, timeSeriesId?: string, startTimestamp?: array, endTimestamp?: array, ...}>, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchDisassociateDataSegmentsFromDatasetAsync(array{ datasetId?: string, workspaceName?: string, disassociateDataSegmentEntries?: list<array{sourceDatasetId?: string, timeSeriesId?: string, startTimestamp?: array, endTimestamp?: array, ...}>, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result batchDisassociateProjectAssets(array{projectId?: string, assetIds?: list, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchDisassociateProjectAssetsAsync(array{projectId?: string, assetIds?: list, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result batchGetAssetPropertyAggregates(array{ entries?: list<array{ entryId?: string, assetId?: string, propertyId?: string, propertyAlias?: string, aggregateTypes?: list<'AVERAGE'|'COUNT'|'MAXIMUM'|'MINIMUM'|'STANDARD_DEVIATION'|'SUM'>, resolution?: string, startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, qualities?: list<'BAD'|'GOOD'|'UNCERTAIN'>, timeOrdering?: 'ASCENDING'|'DESCENDING', ..., }>, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchGetAssetPropertyAggregatesAsync(array{ entries?: list<array{ entryId?: string, assetId?: string, propertyId?: string, propertyAlias?: string, aggregateTypes?: list<'AVERAGE'|'COUNT'|'MAXIMUM'|'MINIMUM'|'STANDARD_DEVIATION'|'SUM'>, resolution?: string, startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, qualities?: list<'BAD'|'GOOD'|'UNCERTAIN'>, timeOrdering?: 'ASCENDING'|'DESCENDING', ..., }>, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result batchGetAssetPropertyValue(array{ entries?: list<array{entryId?: string, assetId?: string, propertyId?: string, propertyAlias?: string, ...}>, nextToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchGetAssetPropertyValueAsync(array{ entries?: list<array{entryId?: string, assetId?: string, propertyId?: string, propertyAlias?: string, ...}>, nextToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result batchGetAssetPropertyValueHistory(array{ entries?: list<array{ entryId?: string, assetId?: string, propertyId?: string, propertyAlias?: string, startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, qualities?: list<'BAD'|'GOOD'|'UNCERTAIN'>, timeOrdering?: 'ASCENDING'|'DESCENDING', ..., }>, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchGetAssetPropertyValueHistoryAsync(array{ entries?: list<array{ entryId?: string, assetId?: string, propertyId?: string, propertyAlias?: string, startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, qualities?: list<'BAD'|'GOOD'|'UNCERTAIN'>, timeOrdering?: 'ASCENDING'|'DESCENDING', ..., }>, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result batchPutAssetPropertyValue(array{ enablePartialEntryProcessing?: bool, entries?: list<array{ entryId?: string, assetId?: string, propertyId?: string, propertyAlias?: string, propertyValues?: list, ..., }>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise batchPutAssetPropertyValueAsync(array{ enablePartialEntryProcessing?: bool, entries?: list<array{ entryId?: string, assetId?: string, propertyId?: string, propertyAlias?: string, propertyValues?: list, ..., }>, ..., } $args = [])

phpstan-method

\Aws\Result cancelEnrichmentJob(array{workspaceName?: string, jobId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise cancelEnrichmentJobAsync(array{workspaceName?: string, jobId?: string, ...} $args = [])

phpstan-method

\Aws\Result cancelPipelineExecution(array{workspaceName?: string, pipelineName?: string, pipelineExecutionId?: string, reason?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise cancelPipelineExecutionAsync(array{workspaceName?: string, pipelineName?: string, pipelineExecutionId?: string, reason?: string, ...} $args = [])

phpstan-method

\Aws\Result cancelQuery(array{workspaceName?: string, queryId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise cancelQueryAsync(array{workspaceName?: string, queryId?: string, ...} $args = [])

phpstan-method

\Aws\Result createAccessPolicy(array{ accessPolicyIdentity?: array{ user?: array{id?: string, ...}, group?: array{id?: string, ...}, iamUser?: array{arn?: string, ...}, iamRole?: array{arn?: string, ...}, ..., }, accessPolicyResource?: array{portal?: array{id?: string, ...}, project?: array{id?: string, ...}, ...}, accessPolicyPermission?: 'ADMINISTRATOR'|'VIEWER', clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createAccessPolicyAsync(array{ accessPolicyIdentity?: array{ user?: array{id?: string, ...}, group?: array{id?: string, ...}, iamUser?: array{arn?: string, ...}, iamRole?: array{arn?: string, ...}, ..., }, accessPolicyResource?: array{portal?: array{id?: string, ...}, project?: array{id?: string, ...}, ...}, accessPolicyPermission?: 'ADMINISTRATOR'|'VIEWER', clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\Aws\Result createApplication(array{ clientToken?: string, idcInstanceArn?: string, workspaceName?: string, name?: string, description?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createApplicationAsync(array{ clientToken?: string, idcInstanceArn?: string, workspaceName?: string, name?: string, description?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\Aws\Result createAsset(array{ assetName?: string, assetModelId?: string, assetId?: string, assetExternalId?: string, clientToken?: string, tags?: array<string, string>, assetDescription?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createAssetAsync(array{ assetName?: string, assetModelId?: string, assetId?: string, assetExternalId?: string, clientToken?: string, tags?: array<string, string>, assetDescription?: string, ..., } $args = [])

phpstan-method

\Aws\Result createAssetModel(array{ assetModelName?: string, assetModelType?: 'ASSET_MODEL'|'COMPONENT_MODEL'|'INTERFACE', assetModelId?: string, assetModelExternalId?: string, assetModelDescription?: string, assetModelProperties?: list<array{ id?: string, externalId?: string, name?: string, dataType?: 'ANNOTATION'|'BOOLEAN'|'DOUBLE'|'INTEGER'|'JSON'|'STRING'|'STRUCT'|'VIDEO', dataTypeSpec?: string, unit?: string, type?: array, ..., }>, assetModelHierarchies?: list<array{id?: string, externalId?: string, name?: string, childAssetModelId?: string, ...}>, assetModelCompositeModels?: list<array{ id?: string, externalId?: string, name?: string, description?: string, type?: string, properties?: list, ..., }>, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createAssetModelAsync(array{ assetModelName?: string, assetModelType?: 'ASSET_MODEL'|'COMPONENT_MODEL'|'INTERFACE', assetModelId?: string, assetModelExternalId?: string, assetModelDescription?: string, assetModelProperties?: list<array{ id?: string, externalId?: string, name?: string, dataType?: 'ANNOTATION'|'BOOLEAN'|'DOUBLE'|'INTEGER'|'JSON'|'STRING'|'STRUCT'|'VIDEO', dataTypeSpec?: string, unit?: string, type?: array, ..., }>, assetModelHierarchies?: list<array{id?: string, externalId?: string, name?: string, childAssetModelId?: string, ...}>, assetModelCompositeModels?: list<array{ id?: string, externalId?: string, name?: string, description?: string, type?: string, properties?: list, ..., }>, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\Aws\Result createAssetModelCompositeModel(array{ assetModelId?: string, assetModelCompositeModelExternalId?: string, parentAssetModelCompositeModelId?: string, assetModelCompositeModelId?: string, assetModelCompositeModelDescription?: string, assetModelCompositeModelName?: string, assetModelCompositeModelType?: string, clientToken?: string, composedAssetModelId?: string, assetModelCompositeModelProperties?: list<array{ id?: string, externalId?: string, name?: string, dataType?: 'ANNOTATION'|'BOOLEAN'|'DOUBLE'|'INTEGER'|'JSON'|'STRING'|'STRUCT'|'VIDEO', dataTypeSpec?: string, unit?: string, type?: array, ..., }>, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createAssetModelCompositeModelAsync(array{ assetModelId?: string, assetModelCompositeModelExternalId?: string, parentAssetModelCompositeModelId?: string, assetModelCompositeModelId?: string, assetModelCompositeModelDescription?: string, assetModelCompositeModelName?: string, assetModelCompositeModelType?: string, clientToken?: string, composedAssetModelId?: string, assetModelCompositeModelProperties?: list<array{ id?: string, externalId?: string, name?: string, dataType?: 'ANNOTATION'|'BOOLEAN'|'DOUBLE'|'INTEGER'|'JSON'|'STRING'|'STRUCT'|'VIDEO', dataTypeSpec?: string, unit?: string, type?: array, ..., }>, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\Aws\Result createBulkImportJob(array{ jobName?: string, jobRoleArn?: string, files?: list<array{ bucket?: string, key?: string, versionId?: string, alias?: string, startTime?: array, fileFormat?: array, ..., }>, errorReportLocation?: array{bucket?: string, prefix?: string, ...}, jobConfiguration?: array{fileFormat?: array{csv?: array, parquet?: array, mp4?: array, annotation?: array, ...}, ...}, adaptiveIngestion?: bool, deleteFilesAfterImport?: bool, datasetId?: string, workspaceName?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createBulkImportJobAsync(array{ jobName?: string, jobRoleArn?: string, files?: list<array{ bucket?: string, key?: string, versionId?: string, alias?: string, startTime?: array, fileFormat?: array, ..., }>, errorReportLocation?: array{bucket?: string, prefix?: string, ...}, jobConfiguration?: array{fileFormat?: array{csv?: array, parquet?: array, mp4?: array, annotation?: array, ...}, ...}, adaptiveIngestion?: bool, deleteFilesAfterImport?: bool, datasetId?: string, workspaceName?: string, ..., } $args = [])

phpstan-method

\Aws\Result createComputationModel(array{ computationModelName?: string, computationModelDescription?: string, computationModelConfiguration?: array{anomalyDetection?: array{inputProperties?: string, resultProperty?: string, ...}, ...}, computationModelDataBinding?: array<string, array{assetModelProperty?: array, assetProperty?: array, list?: list, ...}>, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createComputationModelAsync(array{ computationModelName?: string, computationModelDescription?: string, computationModelConfiguration?: array{anomalyDetection?: array{inputProperties?: string, resultProperty?: string, ...}, ...}, computationModelDataBinding?: array<string, array{assetModelProperty?: array, assetProperty?: array, list?: list, ...}>, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\Aws\Result createDashboard(array{ projectId?: string, dashboardName?: string, dashboardDescription?: string, dashboardDefinition?: string, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createDashboardAsync(array{ projectId?: string, dashboardName?: string, dashboardDescription?: string, dashboardDefinition?: string, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\Aws\Result createDataset(array{ datasetId?: string, datasetName?: string, datasetDescription?: string, datasetType?: 'CURATED'|'EXTERNAL'|'SESSION', datasetConfig?: array{session?: array{sessionStartTimestamp?: array, sessionEndTimestamp?: array, ...}, ...}, workspaceName?: string, metadata?: array<string, string>, datasetSource?: array{ sourceType?: 'KENDRA'|'SITEWISE', sourceFormat?: 'KNOWLEDGE_BASE'|'TIMESERIES', sourceDetail?: array{kendra?: array, ...}, ..., }, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createDatasetAsync(array{ datasetId?: string, datasetName?: string, datasetDescription?: string, datasetType?: 'CURATED'|'EXTERNAL'|'SESSION', datasetConfig?: array{session?: array{sessionStartTimestamp?: array, sessionEndTimestamp?: array, ...}, ...}, workspaceName?: string, metadata?: array<string, string>, datasetSource?: array{ sourceType?: 'KENDRA'|'SITEWISE', sourceFormat?: 'KNOWLEDGE_BASE'|'TIMESERIES', sourceDetail?: array{kendra?: array, ...}, ..., }, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\Aws\Result createDatasetExportJob(array{ workspaceName?: string, clientToken?: string, destinationS3Uri?: string, input?: array{ timeseries?: list, dataset?: array{datasetId?: string, trimSettings?: array, exportDataTypes?: list<'ANNOTATION'|'TELEMETRY'|'VIDEO'>, ...}, ..., }, errorReportLocation?: array{s3Uri?: string, ...}, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createDatasetExportJobAsync(array{ workspaceName?: string, clientToken?: string, destinationS3Uri?: string, input?: array{ timeseries?: list, dataset?: array{datasetId?: string, trimSettings?: array, exportDataTypes?: list<'ANNOTATION'|'TELEMETRY'|'VIDEO'>, ...}, ..., }, errorReportLocation?: array{s3Uri?: string, ...}, ..., } $args = [])

phpstan-method

\Aws\Result createEnrichmentJob(array{ workspaceName?: string, jobConfiguration?: array{ eventDetection?: array{datasetId?: string, timeSeriesId?: string, propertyAlias?: string, trimSettings?: array, ...}, ..., }, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createEnrichmentJobAsync(array{ workspaceName?: string, jobConfiguration?: array{ eventDetection?: array{datasetId?: string, timeSeriesId?: string, propertyAlias?: string, trimSettings?: array, ...}, ..., }, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result createGateway(array{ gatewayName?: string, gatewayPlatform?: array{ greengrass?: array{groupArn?: string, ...}, greengrassV2?: array{ coreDeviceThingName?: string, coreDeviceOperatingSystem?: 'LINUX_AARCH64'|'LINUX_AMD64'|'WINDOWS_AMD64', ..., }, siemensIE?: array{iotCoreThingName?: string, ...}, ..., }, gatewayVersion?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createGatewayAsync(array{ gatewayName?: string, gatewayPlatform?: array{ greengrass?: array{groupArn?: string, ...}, greengrassV2?: array{ coreDeviceThingName?: string, coreDeviceOperatingSystem?: 'LINUX_AARCH64'|'LINUX_AMD64'|'WINDOWS_AMD64', ..., }, siemensIE?: array{iotCoreThingName?: string, ...}, ..., }, gatewayVersion?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\Aws\Result createPipeline(array{ workspaceName?: string, pipelineName?: string, description?: string, environmentVariables?: array<string, string>, computations?: list<array{ computeNodeName?: string, taskName?: string, environmentVariables?: array<string, string>, dependsOn?: list, ..., }>, tags?: array<string, string>, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createPipelineAsync(array{ workspaceName?: string, pipelineName?: string, description?: string, environmentVariables?: array<string, string>, computations?: list<array{ computeNodeName?: string, taskName?: string, environmentVariables?: array<string, string>, dependsOn?: list, ..., }>, tags?: array<string, string>, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result createPortal(array{ portalName?: string, portalDescription?: string, portalContactEmail?: string, clientToken?: string, portalLogoImageFile?: array{data?: string|resource|\Psr\Http\Message\StreamInterface, type?: 'PNG', ...}, roleArn?: string, tags?: array<string, string>, portalAuthMode?: 'IAM'|'SSO', notificationSenderEmail?: string, alarms?: array{alarmRoleArn?: string, notificationLambdaArn?: string, ...}, portalType?: 'SITEWISE_PORTAL_V1'|'SITEWISE_PORTAL_V2', portalTypeConfiguration?: array<string, array{portalTools?: list, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createPortalAsync(array{ portalName?: string, portalDescription?: string, portalContactEmail?: string, clientToken?: string, portalLogoImageFile?: array{data?: string|resource|\Psr\Http\Message\StreamInterface, type?: 'PNG', ...}, roleArn?: string, tags?: array<string, string>, portalAuthMode?: 'IAM'|'SSO', notificationSenderEmail?: string, alarms?: array{alarmRoleArn?: string, notificationLambdaArn?: string, ...}, portalType?: 'SITEWISE_PORTAL_V1'|'SITEWISE_PORTAL_V2', portalTypeConfiguration?: array<string, array{portalTools?: list, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result createProject(array{ portalId?: string, projectName?: string, projectDescription?: string, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createProjectAsync(array{ portalId?: string, projectName?: string, projectDescription?: string, clientToken?: string, tags?: array<string, string>, ..., } $args = [])

phpstan-method

\Aws\Result createTask(array{ workspaceName?: string, taskName?: string, description?: string, taskConfiguration?: array{ containerTaskConfiguration?: array{ ecrUri?: string, taskExecutionRole?: string, processingType?: 'GENERIC_COMPUTE_PROCESSING'|'HARDWARE_ACCELERATED_PROCESSING', processingUnit?: 'UNITS_12'|'UNITS_16'|'UNITS_2'|'UNITS_24'|'UNITS_32'|'UNITS_36'|'UNITS_4'|'UNITS_48'|'UNITS_60'|'UNITS_64'|'UNITS_72'|'UNITS_8'|'UNITS_84'|'UNITS_96', ephemeralStorageConfiguration?: array, command?: list, timeoutSeconds?: int, environmentVariables?: array<string, string>, mounts?: list, ..., }, ..., }, tags?: array<string, string>, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createTaskAsync(array{ workspaceName?: string, taskName?: string, description?: string, taskConfiguration?: array{ containerTaskConfiguration?: array{ ecrUri?: string, taskExecutionRole?: string, processingType?: 'GENERIC_COMPUTE_PROCESSING'|'HARDWARE_ACCELERATED_PROCESSING', processingUnit?: 'UNITS_12'|'UNITS_16'|'UNITS_2'|'UNITS_24'|'UNITS_32'|'UNITS_36'|'UNITS_4'|'UNITS_48'|'UNITS_60'|'UNITS_64'|'UNITS_72'|'UNITS_8'|'UNITS_84'|'UNITS_96', ephemeralStorageConfiguration?: array, command?: list, timeoutSeconds?: int, environmentVariables?: array<string, string>, mounts?: list, ..., }, ..., }, tags?: array<string, string>, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result createWorkspace(array{ workspaceName?: string, workspaceDescription?: string, encryptionConfiguration?: array{encryptionType?: 'KMS_BASED_ENCRYPTION'|'SITEWISE_DEFAULT_ENCRYPTION', kmsKeyId?: string, ...}, tags?: array<string, string>, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise createWorkspaceAsync(array{ workspaceName?: string, workspaceDescription?: string, encryptionConfiguration?: array{encryptionType?: 'KMS_BASED_ENCRYPTION'|'SITEWISE_DEFAULT_ENCRYPTION', kmsKeyId?: string, ...}, tags?: array<string, string>, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result deleteAccessPolicy(array{accessPolicyId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteAccessPolicyAsync(array{accessPolicyId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteApplication(array{workspaceName?: string, id?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteApplicationAsync(array{workspaceName?: string, id?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteAsset(array{assetId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteAssetAsync(array{assetId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteAssetModel(array{ assetModelId?: string, clientToken?: string, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteAssetModelAsync(array{ assetModelId?: string, clientToken?: string, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\Aws\Result deleteAssetModelCompositeModel(array{ assetModelId?: string, assetModelCompositeModelId?: string, clientToken?: string, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteAssetModelCompositeModelAsync(array{ assetModelId?: string, assetModelCompositeModelId?: string, clientToken?: string, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\Aws\Result deleteAssetModelInterfaceRelationship(array{assetModelId?: string, interfaceAssetModelId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteAssetModelInterfaceRelationshipAsync(array{assetModelId?: string, interfaceAssetModelId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteComputationModel(array{computationModelId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteComputationModelAsync(array{computationModelId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteDashboard(array{dashboardId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteDashboardAsync(array{dashboardId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteDataset(array{datasetId?: string, workspaceName?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteDatasetAsync(array{datasetId?: string, workspaceName?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteGateway(array{gatewayId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteGatewayAsync(array{gatewayId?: string, ...} $args = [])

phpstan-method

\Aws\Result deletePipeline(array{workspaceName?: string, pipelineName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deletePipelineAsync(array{workspaceName?: string, pipelineName?: string, ...} $args = [])

phpstan-method

\Aws\Result deletePortal(array{portalId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deletePortalAsync(array{portalId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteProject(array{projectId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteProjectAsync(array{projectId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteTask(array{workspaceName?: string, taskName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteTaskAsync(array{workspaceName?: string, taskName?: string, ...} $args = [])

phpstan-method

\Aws\Result deleteTimeSeries(array{ alias?: string, assetId?: string, propertyId?: string, clientToken?: string, workspaceName?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteTimeSeriesAsync(array{ alias?: string, assetId?: string, propertyId?: string, clientToken?: string, workspaceName?: string, ..., } $args = [])

phpstan-method

\Aws\Result deleteWorkspace(array{workspaceName?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise deleteWorkspaceAsync(array{workspaceName?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result describeAccessPolicy(array{accessPolicyId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeAccessPolicyAsync(array{accessPolicyId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeAction(array{actionId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeActionAsync(array{actionId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeApplication(array{workspaceName?: string, id?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeApplicationAsync(array{workspaceName?: string, id?: string, ...} $args = [])

phpstan-method

\Aws\Result describeAsset(array{assetId?: string, excludeProperties?: bool, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeAssetAsync(array{assetId?: string, excludeProperties?: bool, ...} $args = [])

phpstan-method

\Aws\Result describeAssetCompositeModel(array{assetId?: string, assetCompositeModelId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeAssetCompositeModelAsync(array{assetId?: string, assetCompositeModelId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeAssetModel(array{assetModelId?: string, excludeProperties?: bool, assetModelVersion?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeAssetModelAsync(array{assetModelId?: string, excludeProperties?: bool, assetModelVersion?: string, ...} $args = [])

phpstan-method

\Aws\Result describeAssetModelCompositeModel(array{assetModelId?: string, assetModelCompositeModelId?: string, assetModelVersion?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeAssetModelCompositeModelAsync(array{assetModelId?: string, assetModelCompositeModelId?: string, assetModelVersion?: string, ...} $args = [])

phpstan-method

\Aws\Result describeAssetModelInterfaceRelationship(array{assetModelId?: string, interfaceAssetModelId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeAssetModelInterfaceRelationshipAsync(array{assetModelId?: string, interfaceAssetModelId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeAssetProperty(array{assetId?: string, propertyId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeAssetPropertyAsync(array{assetId?: string, propertyId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeBulkImportJob(array{jobId?: string, workspaceName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeBulkImportJobAsync(array{jobId?: string, workspaceName?: string, ...} $args = [])

phpstan-method

\Aws\Result describeComputationModel(array{computationModelId?: string, computationModelVersion?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeComputationModelAsync(array{computationModelId?: string, computationModelVersion?: string, ...} $args = [])

phpstan-method

\Aws\Result describeComputationModelExecutionSummary(array{computationModelId?: string, resolveToResourceType?: 'ASSET', resolveToResourceId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeComputationModelExecutionSummaryAsync(array{computationModelId?: string, resolveToResourceType?: 'ASSET', resolveToResourceId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeDashboard(array{dashboardId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeDashboardAsync(array{dashboardId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeDataset(array{datasetId?: string, workspaceName?: string, datasetVersion?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeDatasetAsync(array{datasetId?: string, workspaceName?: string, datasetVersion?: string, ...} $args = [])

phpstan-method

\Aws\Result describeDatasetExportJob(array{workspaceName?: string, jobId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeDatasetExportJobAsync(array{workspaceName?: string, jobId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeDefaultEncryptionConfiguration(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeDefaultEncryptionConfigurationAsync(array{...} $args = [])

phpstan-method

\Aws\Result describeEnrichmentJob(array{workspaceName?: string, jobId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeEnrichmentJobAsync(array{workspaceName?: string, jobId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeExecution(array{executionId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeExecutionAsync(array{executionId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeGateway(array{gatewayId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeGatewayAsync(array{gatewayId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeGatewayCapabilityConfiguration(array{gatewayId?: string, capabilityNamespace?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeGatewayCapabilityConfigurationAsync(array{gatewayId?: string, capabilityNamespace?: string, ...} $args = [])

phpstan-method

\Aws\Result describeLoggingOptions(array{workspaceName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeLoggingOptionsAsync(array{workspaceName?: string, ...} $args = [])

phpstan-method

\Aws\Result describePipeline(array{workspaceName?: string, pipelineName?: string, pipelineVersion?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describePipelineAsync(array{workspaceName?: string, pipelineName?: string, pipelineVersion?: string, ...} $args = [])

phpstan-method

\Aws\Result describePipelineExecution(array{ workspaceName?: string, pipelineName?: string, pipelineExecutionId?: string, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describePipelineExecutionAsync(array{ workspaceName?: string, pipelineName?: string, pipelineExecutionId?: string, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result describePortal(array{portalId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describePortalAsync(array{portalId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeProject(array{projectId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeProjectAsync(array{projectId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeQuery(array{workspaceName?: string, queryId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeQueryAsync(array{workspaceName?: string, queryId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeSearch(array{workspaceName?: string, searchId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeSearchAsync(array{workspaceName?: string, searchId?: string, ...} $args = [])

phpstan-method

\Aws\Result describeStorageConfiguration(array{...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeStorageConfigurationAsync(array{...} $args = [])

phpstan-method

\Aws\Result describeTask(array{workspaceName?: string, taskName?: string, taskVersion?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeTaskAsync(array{workspaceName?: string, taskName?: string, taskVersion?: string, ...} $args = [])

phpstan-method

\Aws\Result describeTimeSeries(array{alias?: string, assetId?: string, propertyId?: string, workspaceName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeTimeSeriesAsync(array{alias?: string, assetId?: string, propertyId?: string, workspaceName?: string, ...} $args = [])

phpstan-method

\Aws\Result describeWorkspace(array{workspaceName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise describeWorkspaceAsync(array{workspaceName?: string, ...} $args = [])

phpstan-method

\Aws\Result disassociateAssets(array{assetId?: string, hierarchyId?: string, childAssetId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise disassociateAssetsAsync(array{assetId?: string, hierarchyId?: string, childAssetId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result disassociateTimeSeriesFromAssetProperty(array{alias?: string, assetId?: string, propertyId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise disassociateTimeSeriesFromAssetPropertyAsync(array{alias?: string, assetId?: string, propertyId?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result executeAction(array{ targetResource?: array{assetId?: string, computationModelId?: string, ...}, actionDefinitionId?: string, actionPayload?: array{stringValue?: string, ...}, clientToken?: string, resolveTo?: array{assetId?: string, ...}, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise executeActionAsync(array{ targetResource?: array{assetId?: string, computationModelId?: string, ...}, actionDefinitionId?: string, actionPayload?: array{stringValue?: string, ...}, clientToken?: string, resolveTo?: array{assetId?: string, ...}, ..., } $args = [])

phpstan-method

\Aws\Result executeQuery(array{queryStatement?: string, nextToken?: string, maxResults?: int, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise executeQueryAsync(array{queryStatement?: string, nextToken?: string, maxResults?: int, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result getAssetPropertyAggregates(array{ assetId?: string, propertyId?: string, propertyAlias?: string, aggregateTypes?: list<'AVERAGE'|'COUNT'|'MAXIMUM'|'MINIMUM'|'STANDARD_DEVIATION'|'SUM'>, resolution?: string, qualities?: list<'BAD'|'GOOD'|'UNCERTAIN'>, startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, timeOrdering?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getAssetPropertyAggregatesAsync(array{ assetId?: string, propertyId?: string, propertyAlias?: string, aggregateTypes?: list<'AVERAGE'|'COUNT'|'MAXIMUM'|'MINIMUM'|'STANDARD_DEVIATION'|'SUM'>, resolution?: string, qualities?: list<'BAD'|'GOOD'|'UNCERTAIN'>, startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, timeOrdering?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result getAssetPropertyValue(array{assetId?: string, propertyId?: string, propertyAlias?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getAssetPropertyValueAsync(array{assetId?: string, propertyId?: string, propertyAlias?: string, ...} $args = [])

phpstan-method

\Aws\Result getAssetPropertyValueHistory(array{ assetId?: string, propertyId?: string, propertyAlias?: string, startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, qualities?: list<'BAD'|'GOOD'|'UNCERTAIN'>, timeOrdering?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getAssetPropertyValueHistoryAsync(array{ assetId?: string, propertyId?: string, propertyAlias?: string, startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, qualities?: list<'BAD'|'GOOD'|'UNCERTAIN'>, timeOrdering?: 'ASCENDING'|'DESCENDING', nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result getCaptureData(array{ workspaceName?: string, startTime?: array{timeInSeconds?: int, offsetInNanos?: int, ...}, endTime?: array{timeInSeconds?: int, offsetInNanos?: int, ...}, timeSeriesId?: string, propertyAlias?: string, formatSettings?: array{framesPerSecond?: int, widthInPixels?: int, heightInPixels?: int, ...}, nextToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getCaptureDataAsync(array{ workspaceName?: string, startTime?: array{timeInSeconds?: int, offsetInNanos?: int, ...}, endTime?: array{timeInSeconds?: int, offsetInNanos?: int, ...}, timeSeriesId?: string, propertyAlias?: string, formatSettings?: array{framesPerSecond?: int, widthInPixels?: int, heightInPixels?: int, ...}, nextToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result getInterpolatedAssetPropertyValues(array{ assetId?: string, propertyId?: string, propertyAlias?: string, startTimeInSeconds?: int, startTimeOffsetInNanos?: int, endTimeInSeconds?: int, endTimeOffsetInNanos?: int, quality?: 'BAD'|'GOOD'|'UNCERTAIN', intervalInSeconds?: int, nextToken?: string, maxResults?: int, type?: string, intervalWindowInSeconds?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getInterpolatedAssetPropertyValuesAsync(array{ assetId?: string, propertyId?: string, propertyAlias?: string, startTimeInSeconds?: int, startTimeOffsetInNanos?: int, endTimeInSeconds?: int, endTimeOffsetInNanos?: int, quality?: 'BAD'|'GOOD'|'UNCERTAIN', intervalInSeconds?: int, nextToken?: string, maxResults?: int, type?: string, intervalWindowInSeconds?: int, ..., } $args = [])

phpstan-method

\Aws\Result getQueryResults(array{workspaceName?: string, queryId?: string, maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getQueryResultsAsync(array{workspaceName?: string, queryId?: string, maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\Aws\Result getSearchResults(array{searchId?: string, workspaceName?: string, maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise getSearchResultsAsync(array{searchId?: string, workspaceName?: string, maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\Aws\Result invokeAssistant(array{conversationId?: string, message?: string, enableTrace?: bool, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise invokeAssistantAsync(array{conversationId?: string, message?: string, enableTrace?: bool, ...} $args = [])

phpstan-method

\Aws\Result listAccessPolicies(array{ identityType?: 'GROUP'|'IAM'|'USER', identityId?: string, resourceType?: 'PORTAL'|'PROJECT', resourceId?: string, iamArn?: string, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAccessPoliciesAsync(array{ identityType?: 'GROUP'|'IAM'|'USER', identityId?: string, resourceType?: 'PORTAL'|'PROJECT', resourceId?: string, iamArn?: string, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result listActions(array{ targetResourceType?: 'ASSET'|'COMPUTATION_MODEL', targetResourceId?: string, nextToken?: string, maxResults?: int, resolveToResourceType?: 'ASSET', resolveToResourceId?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listActionsAsync(array{ targetResourceType?: 'ASSET'|'COMPUTATION_MODEL', targetResourceId?: string, nextToken?: string, maxResults?: int, resolveToResourceType?: 'ASSET', resolveToResourceId?: string, ..., } $args = [])

phpstan-method

\Aws\Result listApplications(array{maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listApplicationsAsync(array{maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\Aws\Result listAssetModelCompositeModels(array{assetModelId?: string, nextToken?: string, maxResults?: int, assetModelVersion?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAssetModelCompositeModelsAsync(array{assetModelId?: string, nextToken?: string, maxResults?: int, assetModelVersion?: string, ...} $args = [])

phpstan-method

\Aws\Result listAssetModelProperties(array{ assetModelId?: string, nextToken?: string, maxResults?: int, filter?: 'ALL'|'BASE', assetModelVersion?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAssetModelPropertiesAsync(array{ assetModelId?: string, nextToken?: string, maxResults?: int, filter?: 'ALL'|'BASE', assetModelVersion?: string, ..., } $args = [])

phpstan-method

\Aws\Result listAssetModels(array{ assetModelTypes?: list<'ASSET_MODEL'|'COMPONENT_MODEL'|'INTERFACE'>, nextToken?: string, maxResults?: int, assetModelVersion?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAssetModelsAsync(array{ assetModelTypes?: list<'ASSET_MODEL'|'COMPONENT_MODEL'|'INTERFACE'>, nextToken?: string, maxResults?: int, assetModelVersion?: string, ..., } $args = [])

phpstan-method

\Aws\Result listAssetProperties(array{assetId?: string, nextToken?: string, maxResults?: int, filter?: 'ALL'|'BASE', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAssetPropertiesAsync(array{assetId?: string, nextToken?: string, maxResults?: int, filter?: 'ALL'|'BASE', ...} $args = [])

phpstan-method

\Aws\Result listAssetRelationships(array{assetId?: string, traversalType?: 'PATH_TO_ROOT', nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAssetRelationshipsAsync(array{assetId?: string, traversalType?: 'PATH_TO_ROOT', nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listAssets(array{nextToken?: string, maxResults?: int, assetModelId?: string, filter?: 'ALL'|'TOP_LEVEL', ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAssetsAsync(array{nextToken?: string, maxResults?: int, assetModelId?: string, filter?: 'ALL'|'TOP_LEVEL', ...} $args = [])

phpstan-method

\Aws\Result listAssociatedAssets(array{ assetId?: string, hierarchyId?: string, traversalDirection?: 'CHILD'|'PARENT', nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listAssociatedAssetsAsync(array{ assetId?: string, hierarchyId?: string, traversalDirection?: 'CHILD'|'PARENT', nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result listBulkImportJobs(array{ nextToken?: string, maxResults?: int, filter?: 'ALL'|'CANCELLED'|'COMPLETED'|'COMPLETED_WITH_FAILURES'|'FAILED'|'PENDING'|'RUNNING', workspaceName?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listBulkImportJobsAsync(array{ nextToken?: string, maxResults?: int, filter?: 'ALL'|'CANCELLED'|'COMPLETED'|'COMPLETED_WITH_FAILURES'|'FAILED'|'PENDING'|'RUNNING', workspaceName?: string, ..., } $args = [])

phpstan-method

\Aws\Result listCompositionRelationships(array{assetModelId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listCompositionRelationshipsAsync(array{assetModelId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listComputationModelDataBindingUsages(array{ dataBindingValueFilter?: array{ asset?: array{assetId?: string, ...}, assetModel?: array{assetModelId?: string, ...}, assetProperty?: array{assetId?: string, propertyId?: string, ...}, assetModelProperty?: array{assetModelId?: string, propertyId?: string, ...}, ..., }, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listComputationModelDataBindingUsagesAsync(array{ dataBindingValueFilter?: array{ asset?: array{assetId?: string, ...}, assetModel?: array{assetModelId?: string, ...}, assetProperty?: array{assetId?: string, propertyId?: string, ...}, assetModelProperty?: array{assetModelId?: string, propertyId?: string, ...}, ..., }, nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result listComputationModelResolveToResources(array{computationModelId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listComputationModelResolveToResourcesAsync(array{computationModelId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listComputationModels(array{computationModelType?: 'ANOMALY_DETECTION', nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listComputationModelsAsync(array{computationModelType?: 'ANOMALY_DETECTION', nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listDashboards(array{projectId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listDashboardsAsync(array{projectId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listDatasetDataSegmentRelationships(array{datasetId?: string, workspaceName?: string, maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listDatasetDataSegmentRelationshipsAsync(array{datasetId?: string, workspaceName?: string, maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\Aws\Result listDatasetDataSegments(array{ datasetId?: string, workspaceName?: string, datasetVersion?: string, maxResults?: int, nextToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listDatasetDataSegmentsAsync(array{ datasetId?: string, workspaceName?: string, datasetVersion?: string, maxResults?: int, nextToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result listDatasetExportJobs(array{ workspaceName?: string, filter?: 'ALL'|'COMPLETED'|'COMPLETED_WITH_ERRORS'|'FAILED'|'RUNNING'|'SUBMITTED', maxResults?: int, nextToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listDatasetExportJobsAsync(array{ workspaceName?: string, filter?: 'ALL'|'COMPLETED'|'COMPLETED_WITH_ERRORS'|'FAILED'|'RUNNING'|'SUBMITTED', maxResults?: int, nextToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result listDatasets(array{ sourceType?: 'KENDRA'|'SITEWISE', workspaceName?: string, datasetType?: 'CURATED'|'EXTERNAL'|'SESSION', nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listDatasetsAsync(array{ sourceType?: 'KENDRA'|'SITEWISE', workspaceName?: string, datasetType?: 'CURATED'|'EXTERNAL'|'SESSION', nextToken?: string, maxResults?: int, ..., } $args = [])

phpstan-method

\Aws\Result listEnrichmentJobs(array{ workspaceName?: string, datasetId?: string, propertyAlias?: string, timeSeriesId?: string, status?: 'CANCELLED'|'COMPLETED'|'FAILED'|'PENDING'|'RUNNING'|'TIMED_OUT', jobType?: 'EVENT_DETECTION', startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, maxResults?: int, nextToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listEnrichmentJobsAsync(array{ workspaceName?: string, datasetId?: string, propertyAlias?: string, timeSeriesId?: string, status?: 'CANCELLED'|'COMPLETED'|'FAILED'|'PENDING'|'RUNNING'|'TIMED_OUT', jobType?: 'EVENT_DETECTION', startDate?: int|string|\DateTimeInterface, endDate?: int|string|\DateTimeInterface, maxResults?: int, nextToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result listExecutions(array{ targetResourceType?: 'ASSET'|'COMPUTATION_MODEL', targetResourceId?: string, resolveToResourceType?: 'ASSET', resolveToResourceId?: string, nextToken?: string, maxResults?: int, actionType?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listExecutionsAsync(array{ targetResourceType?: 'ASSET'|'COMPUTATION_MODEL', targetResourceId?: string, resolveToResourceType?: 'ASSET', resolveToResourceId?: string, nextToken?: string, maxResults?: int, actionType?: string, ..., } $args = [])

phpstan-method

\Aws\Result listGateways(array{nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listGatewaysAsync(array{nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listInterfaceRelationships(array{interfaceAssetModelId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listInterfaceRelationshipsAsync(array{interfaceAssetModelId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listPipelineExecutions(array{ workspaceName?: string, pipelineName?: string, nextToken?: string, maxResults?: int, state?: 'CANCELLED'|'CANCELLING'|'FAILED'|'NOT_STARTED'|'RUNNING'|'SUCCEEDED', startTimeAfter?: int|string|\DateTimeInterface, startTimeBefore?: int|string|\DateTimeInterface, endTimeAfter?: int|string|\DateTimeInterface, endTimeBefore?: int|string|\DateTimeInterface, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listPipelineExecutionsAsync(array{ workspaceName?: string, pipelineName?: string, nextToken?: string, maxResults?: int, state?: 'CANCELLED'|'CANCELLING'|'FAILED'|'NOT_STARTED'|'RUNNING'|'SUCCEEDED', startTimeAfter?: int|string|\DateTimeInterface, startTimeBefore?: int|string|\DateTimeInterface, endTimeAfter?: int|string|\DateTimeInterface, endTimeBefore?: int|string|\DateTimeInterface, ..., } $args = [])

phpstan-method

\Aws\Result listPipelines(array{workspaceName?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listPipelinesAsync(array{workspaceName?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listPortals(array{nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listPortalsAsync(array{nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listProjectAssets(array{projectId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listProjectAssetsAsync(array{projectId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listProjects(array{portalId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listProjectsAsync(array{portalId?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listQueries(array{workspaceName?: string, filter?: string, maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listQueriesAsync(array{workspaceName?: string, filter?: string, maxResults?: int, nextToken?: string, ...} $args = [])

phpstan-method

\Aws\Result listSearches(array{ workspaceName?: string, maxResults?: int, nextToken?: string, listSearchesFilters?: array{ statusFilter?: list<'FAILED'|'QUEUED'|'RUNNING'|'SUCCEEDED'>, startedAfter?: int|string|\DateTimeInterface, startedBefore?: int|string|\DateTimeInterface, groupIdFilter?: list, searchTypeFilter?: list<'DEEP'|'QUICK'>, ..., }, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listSearchesAsync(array{ workspaceName?: string, maxResults?: int, nextToken?: string, listSearchesFilters?: array{ statusFilter?: list<'FAILED'|'QUEUED'|'RUNNING'|'SUCCEEDED'>, startedAfter?: int|string|\DateTimeInterface, startedBefore?: int|string|\DateTimeInterface, groupIdFilter?: list, searchTypeFilter?: list<'DEEP'|'QUICK'>, ..., }, ..., } $args = [])

phpstan-method

\Aws\Result listTagsForResource(array{resourceArn?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listTagsForResourceAsync(array{resourceArn?: string, ...} $args = [])

phpstan-method

\Aws\Result listTasks(array{workspaceName?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listTasksAsync(array{workspaceName?: string, nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result listTimeSeries(array{ nextToken?: string, maxResults?: int, assetId?: string, aliasPrefix?: string, timeSeriesType?: 'ASSOCIATED'|'DISASSOCIATED', workspaceName?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listTimeSeriesAsync(array{ nextToken?: string, maxResults?: int, assetId?: string, aliasPrefix?: string, timeSeriesType?: 'ASSOCIATED'|'DISASSOCIATED', workspaceName?: string, ..., } $args = [])

phpstan-method

\Aws\Result listWorkspaces(array{nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise listWorkspacesAsync(array{nextToken?: string, maxResults?: int, ...} $args = [])

phpstan-method

\Aws\Result putAssetModelInterfaceRelationship(array{ assetModelId?: string, interfaceAssetModelId?: string, propertyMappingConfiguration?: array{matchByPropertyName?: bool, createMissingProperty?: bool, overrides?: list, ...}, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putAssetModelInterfaceRelationshipAsync(array{ assetModelId?: string, interfaceAssetModelId?: string, propertyMappingConfiguration?: array{matchByPropertyName?: bool, createMissingProperty?: bool, overrides?: list, ...}, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result putDefaultEncryptionConfiguration(array{encryptionType?: 'KMS_BASED_ENCRYPTION'|'SITEWISE_DEFAULT_ENCRYPTION', kmsKeyId?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putDefaultEncryptionConfigurationAsync(array{encryptionType?: 'KMS_BASED_ENCRYPTION'|'SITEWISE_DEFAULT_ENCRYPTION', kmsKeyId?: string, ...} $args = [])

phpstan-method

\Aws\Result putLoggingOptions(array{loggingOptions?: array{level?: 'ERROR'|'INFO'|'OFF', ...}, workspaceName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putLoggingOptionsAsync(array{loggingOptions?: array{level?: 'ERROR'|'INFO'|'OFF', ...}, workspaceName?: string, ...} $args = [])

phpstan-method

\Aws\Result putStorageConfiguration(array{ storageType?: 'MULTI_LAYER_STORAGE'|'SITEWISE_DEFAULT_STORAGE', multiLayerStorage?: array{customerManagedS3Storage?: array{s3ResourceArn?: string, roleArn?: string, ...}, ...}, disassociatedDataStorage?: 'DISABLED'|'ENABLED', retentionPeriod?: array{numberOfDays?: int, unlimited?: bool, ...}, warmTier?: 'DISABLED'|'ENABLED', warmTierRetentionPeriod?: array{numberOfDays?: int, unlimited?: bool, ...}, disallowIngestNullNaN?: bool, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise putStorageConfigurationAsync(array{ storageType?: 'MULTI_LAYER_STORAGE'|'SITEWISE_DEFAULT_STORAGE', multiLayerStorage?: array{customerManagedS3Storage?: array{s3ResourceArn?: string, roleArn?: string, ...}, ...}, disassociatedDataStorage?: 'DISABLED'|'ENABLED', retentionPeriod?: array{numberOfDays?: int, unlimited?: bool, ...}, warmTier?: 'DISABLED'|'ENABLED', warmTierRetentionPeriod?: array{numberOfDays?: int, unlimited?: bool, ...}, disallowIngestNullNaN?: bool, ..., } $args = [])

phpstan-method

\Aws\Result startPipelineExecution(array{ workspaceName?: string, pipelineName?: string, executionEnvironmentVariableOverrides?: array{global?: array<string, string>, computeNodes?: array<string, array<string, string>>, ...}, executionMountOverrides?: array{computeNodes?: array<string, list>, ...}, executionPriority?: int, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise startPipelineExecutionAsync(array{ workspaceName?: string, pipelineName?: string, executionEnvironmentVariableOverrides?: array{global?: array<string, string>, computeNodes?: array<string, array<string, string>>, ...}, executionMountOverrides?: array{computeNodes?: array<string, list>, ...}, executionPriority?: int, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result startQuery(array{clientToken?: string, workspaceName?: string, queryStatement?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise startQueryAsync(array{clientToken?: string, workspaceName?: string, queryStatement?: string, ...} $args = [])

phpstan-method

\Aws\Result startSearch(array{ workspaceName?: string, queryStatement?: string, clientToken?: string, searchType?: 'DEEP'|'QUICK', searchFilters?: array{timeSeriesIds?: list, datasetIds?: list, timeIntervals?: list, ...}, groupId?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise startSearchAsync(array{ workspaceName?: string, queryStatement?: string, clientToken?: string, searchType?: 'DEEP'|'QUICK', searchFilters?: array{timeSeriesIds?: list, datasetIds?: list, timeIntervals?: list, ...}, groupId?: 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 updateAccessPolicy(array{ accessPolicyId?: string, accessPolicyIdentity?: array{ user?: array{id?: string, ...}, group?: array{id?: string, ...}, iamUser?: array{arn?: string, ...}, iamRole?: array{arn?: string, ...}, ..., }, accessPolicyResource?: array{portal?: array{id?: string, ...}, project?: array{id?: string, ...}, ...}, accessPolicyPermission?: 'ADMINISTRATOR'|'VIEWER', clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateAccessPolicyAsync(array{ accessPolicyId?: string, accessPolicyIdentity?: array{ user?: array{id?: string, ...}, group?: array{id?: string, ...}, iamUser?: array{arn?: string, ...}, iamRole?: array{arn?: string, ...}, ..., }, accessPolicyResource?: array{portal?: array{id?: string, ...}, project?: array{id?: string, ...}, ...}, accessPolicyPermission?: 'ADMINISTRATOR'|'VIEWER', clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result updateAsset(array{ assetId?: string, assetExternalId?: string, assetName?: string, clientToken?: string, assetDescription?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateAssetAsync(array{ assetId?: string, assetExternalId?: string, assetName?: string, clientToken?: string, assetDescription?: string, ..., } $args = [])

phpstan-method

\Aws\Result updateAssetModel(array{ assetModelId?: string, assetModelExternalId?: string, assetModelName?: string, assetModelDescription?: string, assetModelProperties?: list<array{ id?: string, externalId?: string, name?: string, dataType?: 'ANNOTATION'|'BOOLEAN'|'DOUBLE'|'INTEGER'|'JSON'|'STRING'|'STRUCT'|'VIDEO', dataTypeSpec?: string, unit?: string, type?: array, path?: list, ..., }>, assetModelHierarchies?: list<array{id?: string, externalId?: string, name?: string, childAssetModelId?: string, ...}>, assetModelCompositeModels?: list<array{ name?: string, description?: string, type?: string, properties?: list, id?: string, externalId?: string, ..., }>, clientToken?: string, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateAssetModelAsync(array{ assetModelId?: string, assetModelExternalId?: string, assetModelName?: string, assetModelDescription?: string, assetModelProperties?: list<array{ id?: string, externalId?: string, name?: string, dataType?: 'ANNOTATION'|'BOOLEAN'|'DOUBLE'|'INTEGER'|'JSON'|'STRING'|'STRUCT'|'VIDEO', dataTypeSpec?: string, unit?: string, type?: array, path?: list, ..., }>, assetModelHierarchies?: list<array{id?: string, externalId?: string, name?: string, childAssetModelId?: string, ...}>, assetModelCompositeModels?: list<array{ name?: string, description?: string, type?: string, properties?: list, id?: string, externalId?: string, ..., }>, clientToken?: string, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\Aws\Result updateAssetModelCompositeModel(array{ assetModelId?: string, assetModelCompositeModelId?: string, assetModelCompositeModelExternalId?: string, assetModelCompositeModelDescription?: string, assetModelCompositeModelName?: string, clientToken?: string, assetModelCompositeModelProperties?: list<array{ id?: string, externalId?: string, name?: string, dataType?: 'ANNOTATION'|'BOOLEAN'|'DOUBLE'|'INTEGER'|'JSON'|'STRING'|'STRUCT'|'VIDEO', dataTypeSpec?: string, unit?: string, type?: array, path?: list, ..., }>, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateAssetModelCompositeModelAsync(array{ assetModelId?: string, assetModelCompositeModelId?: string, assetModelCompositeModelExternalId?: string, assetModelCompositeModelDescription?: string, assetModelCompositeModelName?: string, clientToken?: string, assetModelCompositeModelProperties?: list<array{ id?: string, externalId?: string, name?: string, dataType?: 'ANNOTATION'|'BOOLEAN'|'DOUBLE'|'INTEGER'|'JSON'|'STRING'|'STRUCT'|'VIDEO', dataTypeSpec?: string, unit?: string, type?: array, path?: list, ..., }>, ifMatch?: string, ifNoneMatch?: string, matchForVersionType?: 'ACTIVE'|'LATEST', ..., } $args = [])

phpstan-method

\Aws\Result updateAssetProperty(array{ assetId?: string, propertyId?: string, propertyAlias?: string, propertyNotificationState?: 'DISABLED'|'ENABLED', clientToken?: string, propertyUnit?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateAssetPropertyAsync(array{ assetId?: string, propertyId?: string, propertyAlias?: string, propertyNotificationState?: 'DISABLED'|'ENABLED', clientToken?: string, propertyUnit?: string, ..., } $args = [])

phpstan-method

\Aws\Result updateComputationModel(array{ computationModelId?: string, computationModelName?: string, computationModelDescription?: string, computationModelConfiguration?: array{anomalyDetection?: array{inputProperties?: string, resultProperty?: string, ...}, ...}, computationModelDataBinding?: array<string, array{assetModelProperty?: array, assetProperty?: array, list?: list, ...}>, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateComputationModelAsync(array{ computationModelId?: string, computationModelName?: string, computationModelDescription?: string, computationModelConfiguration?: array{anomalyDetection?: array{inputProperties?: string, resultProperty?: string, ...}, ...}, computationModelDataBinding?: array<string, array{assetModelProperty?: array, assetProperty?: array, list?: list, ...}>, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result updateDashboard(array{ dashboardId?: string, dashboardName?: string, dashboardDescription?: string, dashboardDefinition?: string, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateDashboardAsync(array{ dashboardId?: string, dashboardName?: string, dashboardDescription?: string, dashboardDefinition?: string, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result updateDataset(array{ datasetId?: string, workspaceName?: string, datasetName?: string, datasetDescription?: string, datasetConfig?: array{session?: array{sessionStartTimestamp?: array, sessionEndTimestamp?: array, ...}, ...}, metadata?: array<string, string>, datasetSource?: array{ sourceType?: 'KENDRA'|'SITEWISE', sourceFormat?: 'KNOWLEDGE_BASE'|'TIMESERIES', sourceDetail?: array{kendra?: array, ...}, ..., }, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateDatasetAsync(array{ datasetId?: string, workspaceName?: string, datasetName?: string, datasetDescription?: string, datasetConfig?: array{session?: array{sessionStartTimestamp?: array, sessionEndTimestamp?: array, ...}, ...}, metadata?: array<string, string>, datasetSource?: array{ sourceType?: 'KENDRA'|'SITEWISE', sourceFormat?: 'KNOWLEDGE_BASE'|'TIMESERIES', sourceDetail?: array{kendra?: array, ...}, ..., }, clientToken?: string, ..., } $args = [])

phpstan-method

\Aws\Result updateGateway(array{gatewayId?: string, gatewayName?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateGatewayAsync(array{gatewayId?: string, gatewayName?: string, ...} $args = [])

phpstan-method

\Aws\Result updateGatewayCapabilityConfiguration(array{gatewayId?: string, capabilityNamespace?: string, capabilityConfiguration?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateGatewayCapabilityConfigurationAsync(array{gatewayId?: string, capabilityNamespace?: string, capabilityConfiguration?: string, ...} $args = [])

phpstan-method

\Aws\Result updatePipeline(array{ workspaceName?: string, pipelineName?: string, description?: string, environmentVariables?: array<string, string>, computations?: list<array{ computeNodeName?: string, taskName?: string, environmentVariables?: array<string, string>, dependsOn?: list, ..., }>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updatePipelineAsync(array{ workspaceName?: string, pipelineName?: string, description?: string, environmentVariables?: array<string, string>, computations?: list<array{ computeNodeName?: string, taskName?: string, environmentVariables?: array<string, string>, dependsOn?: list, ..., }>, ..., } $args = [])

phpstan-method

\Aws\Result updatePortal(array{ portalId?: string, portalName?: string, portalDescription?: string, portalContactEmail?: string, portalLogoImage?: array{ id?: string, file?: array{data?: string|resource|\Psr\Http\Message\StreamInterface, type?: 'PNG', ...}, ..., }, roleArn?: string, clientToken?: string, notificationSenderEmail?: string, alarms?: array{alarmRoleArn?: string, notificationLambdaArn?: string, ...}, portalType?: 'SITEWISE_PORTAL_V1'|'SITEWISE_PORTAL_V2', portalTypeConfiguration?: array<string, array{portalTools?: list, ...}>, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updatePortalAsync(array{ portalId?: string, portalName?: string, portalDescription?: string, portalContactEmail?: string, portalLogoImage?: array{ id?: string, file?: array{data?: string|resource|\Psr\Http\Message\StreamInterface, type?: 'PNG', ...}, ..., }, roleArn?: string, clientToken?: string, notificationSenderEmail?: string, alarms?: array{alarmRoleArn?: string, notificationLambdaArn?: string, ...}, portalType?: 'SITEWISE_PORTAL_V1'|'SITEWISE_PORTAL_V2', portalTypeConfiguration?: array<string, array{portalTools?: list, ...}>, ..., } $args = [])

phpstan-method

\Aws\Result updateProject(array{projectId?: string, projectName?: string, projectDescription?: string, clientToken?: string, ...} $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateProjectAsync(array{projectId?: string, projectName?: string, projectDescription?: string, clientToken?: string, ...} $args = [])

phpstan-method

\Aws\Result updateTask(array{ workspaceName?: string, taskName?: string, description?: string, taskConfiguration?: array{ containerTaskConfiguration?: array{ ecrUri?: string, taskExecutionRole?: string, processingType?: 'GENERIC_COMPUTE_PROCESSING'|'HARDWARE_ACCELERATED_PROCESSING', processingUnit?: 'UNITS_12'|'UNITS_16'|'UNITS_2'|'UNITS_24'|'UNITS_32'|'UNITS_36'|'UNITS_4'|'UNITS_48'|'UNITS_60'|'UNITS_64'|'UNITS_72'|'UNITS_8'|'UNITS_84'|'UNITS_96', ephemeralStorageConfiguration?: array, command?: list, timeoutSeconds?: int, environmentVariables?: array<string, string>, mounts?: list, ..., }, ..., }, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateTaskAsync(array{ workspaceName?: string, taskName?: string, description?: string, taskConfiguration?: array{ containerTaskConfiguration?: array{ ecrUri?: string, taskExecutionRole?: string, processingType?: 'GENERIC_COMPUTE_PROCESSING'|'HARDWARE_ACCELERATED_PROCESSING', processingUnit?: 'UNITS_12'|'UNITS_16'|'UNITS_2'|'UNITS_24'|'UNITS_32'|'UNITS_36'|'UNITS_4'|'UNITS_48'|'UNITS_60'|'UNITS_64'|'UNITS_72'|'UNITS_8'|'UNITS_84'|'UNITS_96', ephemeralStorageConfiguration?: array, command?: list, timeoutSeconds?: int, environmentVariables?: array<string, string>, mounts?: list, ..., }, ..., }, ..., } $args = [])

phpstan-method

\Aws\Result updateWorkspace(array{ workspaceName?: string, workspaceDescription?: string, encryptionConfiguration?: array{encryptionType?: 'KMS_BASED_ENCRYPTION'|'SITEWISE_DEFAULT_ENCRYPTION', kmsKeyId?: string, ...}, clientToken?: string, ..., } $args = [])

phpstan-method

\GuzzleHttp\Promise\Promise updateWorkspaceAsync(array{ workspaceName?: string, workspaceDescription?: string, encryptionConfiguration?: array{encryptionType?: 'KMS_BASED_ENCRYPTION'|'SITEWISE_DEFAULT_ENCRYPTION', kmsKeyId?: string, ...}, clientToken?: 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, false to 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, false to 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, false to 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_receiver option 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 scheme to "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

factory()

public static factory([array<string|int, mixed> $config = [] ]) : static
Parameters
$config : array<string|int, mixed> = []
Tags
deprecated
Return values
static

getArguments()

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
CommandInterface

getConfig()

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|null

getCredentials()

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
PromiseInterface

getEndpoint()

Gets the default endpoint, or base URL, used by the client.

public getEndpoint() : UriInterface
Return values
UriInterface

getEndpointProvider()

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
HandlerList

getIterator()

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
string

getSignatureProvider()

Get the signature_provider function of the client.

public final getSignatureProvider() : callable
Return values
callable

getToken()

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> = []
<-- modeled_exceptions -->
On this page