openapi: 3.0.0 info: version: '2019-12-02' x-release: v4 title: AWS IoT SiteWise description: 'Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects Industrial Internet of Things (IIoT) devices to the power of the Amazon Web Services Cloud. For more information, see the IoT SiteWise User Guide. For information about IoT SiteWise quotas, see Quotas in the IoT SiteWise User Guide.' x-logo: url: 'https://twitter.com/awscloud/profile_image?size=original' backgroundColor: '#FFFFFF' termsOfService: 'https://aws.amazon.com/service-terms/' contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: 'https://github.com/mermade/aws2openapi' x-twitter: PermittedSoc license: name: Apache 2.0 License url: 'http://www.apache.org/licenses/' x-providerName: amazonaws.com x-serviceName: iotsitewise x-aws-signingName: iotsitewise x-origin: - contentType: application/json url: 'https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/iotsitewise-2019-12-02.normal.json' converter: url: 'https://github.com/mermade/aws2openapi' version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: 'https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct' x-apisguru-categories: - cloud x-preferred: true externalDocs: description: Amazon Web Services documentation url: 'https://docs.aws.amazon.com/iotsitewise/' servers: - url: 'http://iotsitewise.{region}.amazonaws.com' variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The AWS IoT SiteWise multi-region endpoint - url: 'https://iotsitewise.{region}.amazonaws.com' variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The AWS IoT SiteWise multi-region endpoint - url: 'http://iotsitewise.{region}.amazonaws.com.cn' variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS IoT SiteWise endpoint for China (Beijing) and China (Ningxia) - url: 'https://iotsitewise.{region}.amazonaws.com.cn' variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS IoT SiteWise endpoint for China (Beijing) and China (Ningxia) x-hasEquivalentPaths: true paths: '/assets/{assetId}/associate': post: operationId: AssociateAssets description: 'Associates a child asset with the given parent asset through a hierarchy defined in the parent asset''s model. For more information, see Associating assets in the IoT SiteWise User Guide.' responses: '200': description: Success '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ResourceAlreadyExistsException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '485': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '486': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: assetId in: path required: true description: The ID of the parent asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - hierarchyId - childAssetId properties: hierarchyId: description: 'The ID of a hierarchy in the parent asset''s model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.' type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 childAssetId: description: The ID of the child asset to be associated. type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Associate Assets x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /timeseries/associate/#alias&assetId&propertyId: post: operationId: AssociateTimeSeriesToAssetProperty description: Associates a time series (data stream) with an asset property. responses: '200': description: Success '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: alias in: query required: true description: The alias that identifies the time series. schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 - name: assetId in: query required: true description: The ID of the asset in which the asset property was created. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: query required: true description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object properties: clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Associate Time Series to Asset Property x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/projects/{projectId}/assets/associate': post: operationId: BatchAssociateProjectAssets description: Associates a group (batch) of assets with an IoT SiteWise Monitor project. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchAssociateProjectAssetsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' parameters: - name: projectId in: path required: true description: The ID of the project to which to associate the assets. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - assetIds properties: assetIds: description: The IDs of the assets to be associated to the project. type: array items: $ref: '#/components/schemas/ID' minItems: 1 maxItems: 100 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Batch Associate Project Assets x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/projects/{projectId}/assets/disassociate': post: operationId: BatchDisassociateProjectAssets description: Disassociates a group (batch) of assets from an IoT SiteWise Monitor project. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchDisassociateProjectAssetsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: projectId in: path required: true description: The ID of the project from which to disassociate the assets. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - assetIds properties: assetIds: description: The IDs of the assets to be disassociated from the project. type: array items: $ref: '#/components/schemas/ID' minItems: 1 maxItems: 100 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Batch Disassociate Project Assets x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /properties/batch/aggregates: post: operationId: BatchGetAssetPropertyAggregates description: 'Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties. For more information, see Querying aggregates in the IoT SiteWise User Guide.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' parameters: - name: maxResults in: query schema: type: string description: Pagination limit required: false - name: nextToken in: query schema: type: string description: Pagination token required: false requestBody: required: true content: application/json: schema: type: object required: - entries properties: entries: description: The list of asset property aggregate entries for the batch get request. You can specify up to 16 entries per request. type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesEntry' nextToken: description: The token to be used for the next set of paginated results. type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 maxResults: description: '

The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

' type: integer minimum: 1 summary: Amazon IoT SiteWise Batch Get Asset Property Aggregates x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /properties/batch/latest: post: operationId: BatchGetAssetPropertyValue description: 'Gets the current value for one or more asset properties. For more information, see Querying current values in the IoT SiteWise User Guide.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetAssetPropertyValueResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false requestBody: required: true content: application/json: schema: type: object required: - entries properties: entries: description: The list of asset property value entries for the batch get request. You can specify up to 128 entries per request. type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueEntry' nextToken: description: The token to be used for the next set of paginated results. type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 summary: Amazon IoT SiteWise Batch Get Asset Property Value x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /properties/batch/history: post: operationId: BatchGetAssetPropertyValueHistory description: 'Gets the historical values for one or more asset properties. For more information, see Querying historical values in the IoT SiteWise User Guide.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' parameters: - name: maxResults in: query schema: type: string description: Pagination limit required: false - name: nextToken in: query schema: type: string description: Pagination token required: false requestBody: required: true content: application/json: schema: type: object required: - entries properties: entries: description: The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request. type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryEntry' nextToken: description: The token to be used for the next set of paginated results. type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 maxResults: description: '

The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

' type: integer minimum: 1 summary: Amazon IoT SiteWise Batch Get Asset Property Value History x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /properties: post: operationId: BatchPutAssetPropertyValue description: '

Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting data using the API in the IoT SiteWise User Guide.

To identify an asset property, you must specify one of the following:

With respect to Unix epoch time, IoT SiteWise accepts only TQVs that have a timestamp of no more than 7 days in the past and no more than 10 minutes in the future. IoT SiteWise rejects timestamps outside of the inclusive range of [-7 days, +10 minutes] and returns a TimestampOutOfRangeException error.

For each asset property, IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer TQV has a different quality. For example, if you store a TQV {T1, GOOD, V1}, then storing {T1, GOOD, V2} replaces the existing TQV.

IoT SiteWise authorizes access to each BatchPutAssetPropertyValue entry individually. For more information, see BatchPutAssetPropertyValue authorization in the IoT SiteWise User Guide.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchPutAssetPropertyValueResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '485': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' '486': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - entries properties: entries: description: The list of asset property value entries for the batch put request. You can specify up to 10 entries per request. type: array items: $ref: '#/components/schemas/PutAssetPropertyValueEntry' summary: Amazon IoT SiteWise Batch Put Asset Property Value x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /access-policies: post: operationId: CreateAccessPolicy description: 'Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.' responses: '201': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateAccessPolicyResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - accessPolicyIdentity - accessPolicyResource - accessPolicyPermission properties: accessPolicyIdentity: description: '

Contains an identity that can access an IoT SiteWise Monitor resource.

Currently, you can''t use Amazon Web Services APIs to retrieve IAM Identity Center identity IDs. You can find the IAM Identity Center identity IDs in the URL of user and group pages in the IAM Identity Center console.

' type: object properties: user: allOf: - $ref: '#/components/schemas/UserIdentity' - description: An IAM Identity Center user identity. group: allOf: - $ref: '#/components/schemas/GroupIdentity' - description: An IAM Identity Center group identity. iamUser: allOf: - $ref: '#/components/schemas/IAMUserIdentity' - description: An IAM user identity. iamRole: allOf: - $ref: '#/components/schemas/IAMRoleIdentity' - description: An IAM role identity. accessPolicyResource: description: Contains an IoT SiteWise Monitor resource ID for a portal or project. type: object properties: portal: allOf: - $ref: '#/components/schemas/PortalResource' - description: A portal resource. project: allOf: - $ref: '#/components/schemas/ProjectResource' - description: A project resource. accessPolicyPermission: description: The permission level for this access policy. Note that a project ADMINISTRATOR is also known as a project owner. type: string enum: - ADMINISTRATOR - VIEWER clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 tags: description: 'A list of key-value pairs that contain metadata for the access policy. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' summary: Amazon IoT SiteWise Create Access Policy x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: ListAccessPolicies description: 'Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity Center group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListAccessPoliciesResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: identityType in: query required: false description: 'The type of identity (IAM Identity Center user, IAM Identity Center group, or IAM user). This parameter is required if you specify identityId.' schema: type: string enum: - USER - GROUP - IAM - name: identityId in: query required: false description: The ID of the identity. This parameter is required if you specify USER or GROUP for identityType. schema: type: string pattern: \S+ minLength: 1 maxLength: 256 - name: resourceType in: query required: false description: The type of resource (portal or project). This parameter is required if you specify resourceId. schema: type: string enum: - PORTAL - PROJECT - name: resourceId in: query required: false description: The ID of the resource. This parameter is required if you specify resourceType. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: iamArn in: query required: false description: 'The ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide. This parameter is required if you specify IAM for identityType.' schema: type: string pattern: .* minLength: 1 maxLength: 1600 - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Access Policies x-microcks-operation: delay: 0 dispatcher: FALLBACK /assets: post: operationId: CreateAsset description: 'Creates an asset from an existing asset model. For more information, see Creating assets in the IoT SiteWise User Guide.' responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateAssetResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ResourceAlreadyExistsException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '485': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '486': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - assetName - assetModelId properties: assetName: description: A friendly name for the asset. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 assetModelId: description: The ID of the asset model from which to create the asset. type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 tags: description: 'A list of key-value pairs that contain metadata for the asset. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' assetDescription: description: A description for the asset. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 summary: Amazon IoT SiteWise Create Asset x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: ListAssets description: '

Retrieves a paginated list of asset summaries.

You can use this operation to do the following:

You can''t use this operation to list all assets. To retrieve summaries for all of your assets, use ListAssetModels to get all of your asset model IDs. Then, use ListAssets to get all assets for each asset model.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListAssetsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 - name: assetModelId in: query required: false description: The ID of the asset model by which to filter the list of assets. This parameter is required if you choose ALL for filter. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: filter in: query required: false description: '

The filter for the requested list of assets. Choose one of the following options:

Default: ALL

' schema: type: string enum: - ALL - TOP_LEVEL summary: Amazon IoT SiteWise List Assets x-microcks-operation: delay: 0 dispatcher: FALLBACK /asset-models: post: operationId: CreateAssetModel description: 'Creates an asset model from specified property and hierarchy definitions. You create assets from asset models. With asset models, you can easily create assets of the same type that have standardized definitions. Each asset created from a model inherits the asset model''s property and hierarchy definitions. For more information, see Defining asset models in the IoT SiteWise User Guide.' responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateAssetModelResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ResourceAlreadyExistsException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '485': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '486': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - assetModelName properties: assetModelName: description: 'A unique, friendly name for the asset model.' type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 assetModelDescription: description: A description for the asset model. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 assetModelProperties: description: '

The property definitions of the asset model. For more information, see Asset properties in the IoT SiteWise User Guide.

You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

' type: array items: $ref: '#/components/schemas/AssetModelPropertyDefinition' assetModelHierarchies: description: '

The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.

You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

' type: array items: $ref: '#/components/schemas/AssetModelHierarchyDefinition' assetModelCompositeModels: description: The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model. type: array items: $ref: '#/components/schemas/AssetModelCompositeModelDefinition' clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 tags: description: 'A list of key-value pairs that contain metadata for the asset model. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' summary: Amazon IoT SiteWise Create Asset Model x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: ListAssetModels description: Retrieves a paginated list of summaries of all asset models. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListAssetModelsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Asset Models x-microcks-operation: delay: 0 dispatcher: FALLBACK /jobs: post: operationId: CreateBulkImportJob description: '

Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.

You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.

' responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateBulkImportJobResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ResourceAlreadyExistsException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '485': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '486': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - jobName - jobRoleArn - files - errorReportLocation - jobConfiguration properties: jobName: description: The unique name that helps identify the job request. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 jobRoleArn: description: 'The ARN of the IAM role that allows IoT SiteWise to read Amazon S3 data.' type: string pattern: .* minLength: 1 maxLength: 1600 files: description: The files in the specified Amazon S3 bucket that contain your data. type: array items: $ref: '#/components/schemas/File' errorReportLocation: description: The Amazon S3 destination where errors associated with the job creation request are saved. type: object properties: bucket: allOf: - $ref: '#/components/schemas/Bucket' - description: The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent. prefix: allOf: - $ref: '#/components/schemas/String' - description: 'Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.' jobConfiguration: description: 'Contains the configuration information of a job, such as the file format used to save data in Amazon S3.' type: object properties: fileFormat: allOf: - $ref: '#/components/schemas/FileFormat' - description: The file format of the data in Amazon S3. summary: Amazon IoT SiteWise Create Bulk Import Job x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: ListBulkImportJobs description: 'Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListBulkImportJobsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: The maximum number of results to return for each paginated request. schema: type: integer minimum: 1 maximum: 250 - name: filter in: query required: false description: You can use a filter to select the bulk import jobs that you want to retrieve. schema: type: string enum: - ALL - PENDING - RUNNING - CANCELLED - FAILED - COMPLETED_WITH_FAILURES - COMPLETED summary: Amazon IoT SiteWise List Bulk Import Jobs x-microcks-operation: delay: 0 dispatcher: FALLBACK /dashboards: post: operationId: CreateDashboard description: Creates a dashboard in an IoT SiteWise Monitor project. responses: '201': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateDashboardResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - projectId - dashboardName - dashboardDefinition properties: projectId: description: The ID of the project in which to create the dashboard. type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 dashboardName: description: A friendly name for the dashboard. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 dashboardDescription: description: A description for the dashboard. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 dashboardDefinition: description: 'The dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.' type: string pattern: .+ minLength: 0 maxLength: 204800 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 tags: description: 'A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' summary: Amazon IoT SiteWise Create Dashboard x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /20200301/gateways: post: operationId: CreateGateway description: 'Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.' responses: '201': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateGatewayResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ResourceAlreadyExistsException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - gatewayName - gatewayPlatform properties: gatewayName: description: 'A unique, friendly name for the gateway.' type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 gatewayPlatform: description: Contains a gateway's platform information. type: object properties: greengrass: allOf: - $ref: '#/components/schemas/Greengrass' - description: A gateway that runs on IoT Greengrass. greengrassV2: allOf: - $ref: '#/components/schemas/GreengrassV2' - description: A gateway that runs on IoT Greengrass V2. tags: description: 'A list of key-value pairs that contain metadata for the gateway. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' summary: Amazon IoT SiteWise Create Gateway x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: ListGateways description: Retrieves a paginated list of gateways. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListGatewaysResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Gateways x-microcks-operation: delay: 0 dispatcher: FALLBACK /portals: post: operationId: CreatePortal description: '

Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses IAM Identity Center or IAM to authenticate portal users and manage user permissions.

Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see Adding or removing portal administrators in the IoT SiteWise User Guide.

' responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/CreatePortalResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - portalName - portalContactEmail - roleArn properties: portalName: description: A friendly name for the portal. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 portalDescription: description: A description for the portal. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 portalContactEmail: description: The Amazon Web Services administrator's contact email address. type: string pattern: '[^@]+@[^@]+' minLength: 1 maxLength: 255 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 portalLogoImageFile: description: Contains an image file. type: object properties: data: allOf: - $ref: '#/components/schemas/ImageFileData' - description: 'The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.' type: allOf: - $ref: '#/components/schemas/ImageFileType' - description: The file type of the image. roleArn: description: 'The ARN of a service role that allows the portal''s users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.' type: string pattern: .* minLength: 1 maxLength: 1600 tags: description: 'A list of key-value pairs that contain metadata for the portal. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' portalAuthMode: description: '

The service to use to authenticate users to the portal. Choose from the following options:

You can''t change this value after you create a portal.

Default: SSO

' type: string enum: - IAM - SSO notificationSenderEmail: description: '

The email address that sends alarm notifications.

If you use the IoT Events managed Lambda function to manage your emails, you must verify the sender email address in Amazon SES.

' type: string pattern: '[^@]+@[^@]+' minLength: 1 maxLength: 255 alarms: description: 'Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.' type: object properties: alarmRoleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the IAM role that allows the alarm to perform actions and access Amazon Web Services resources and services, such as IoT Events.' notificationLambdaArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the IoT Events Developer Guide.' summary: Amazon IoT SiteWise Create Portal x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: ListPortals description: Retrieves a paginated list of IoT SiteWise Monitor portals. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListPortalsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Portals x-microcks-operation: delay: 0 dispatcher: FALLBACK /projects: post: operationId: CreateProject description:

Creates a project in the specified portal.

Make sure that the project name and description don't contain confidential information.

responses: '201': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateProjectResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - portalId - projectName properties: portalId: description: The ID of the portal in which to create the project. type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 projectName: description: A friendly name for the project. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 projectDescription: description: A description for the project. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 tags: description: 'A list of key-value pairs that contain metadata for the project. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' summary: Amazon IoT SiteWise Create Project x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/access-policies/{accessPolicyId}': delete: operationId: DeleteAccessPolicy description: Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor resource. You can use this operation to revoke access to an IoT SiteWise Monitor resource. responses: '204': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteAccessPolicyResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: accessPolicyId in: path required: true description: The ID of the access policy to be deleted. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: clientToken in: query required: false description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. schema: type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Delete Access Policy x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: DescribeAccessPolicy description: 'Describes an access policy, which specifies an identity''s access to an IoT SiteWise Monitor portal or project.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeAccessPolicyResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: accessPolicyId in: path required: true description: The ID of the access policy. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Describe Access Policy x-microcks-operation: delay: 0 dispatcher: FALLBACK put: operationId: UpdateAccessPolicy description: Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateAccessPolicyResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: accessPolicyId in: path required: true description: The ID of the access policy. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - accessPolicyIdentity - accessPolicyResource - accessPolicyPermission properties: accessPolicyIdentity: description: '

Contains an identity that can access an IoT SiteWise Monitor resource.

Currently, you can''t use Amazon Web Services APIs to retrieve IAM Identity Center identity IDs. You can find the IAM Identity Center identity IDs in the URL of user and group pages in the IAM Identity Center console.

' type: object properties: user: allOf: - $ref: '#/components/schemas/UserIdentity' - description: An IAM Identity Center user identity. group: allOf: - $ref: '#/components/schemas/GroupIdentity' - description: An IAM Identity Center group identity. iamUser: allOf: - $ref: '#/components/schemas/IAMUserIdentity' - description: An IAM user identity. iamRole: allOf: - $ref: '#/components/schemas/IAMRoleIdentity' - description: An IAM role identity. accessPolicyResource: description: Contains an IoT SiteWise Monitor resource ID for a portal or project. type: object properties: portal: allOf: - $ref: '#/components/schemas/PortalResource' - description: A portal resource. project: allOf: - $ref: '#/components/schemas/ProjectResource' - description: A project resource. accessPolicyPermission: description: The permission level for this access policy. Note that a project ADMINISTRATOR is also known as a project owner. type: string enum: - ADMINISTRATOR - VIEWER clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Update Access Policy x-microcks-operation: delay: 0 dispatcher: FALLBACK '/assets/{assetId}': delete: operationId: DeleteAsset description: '

Deletes an asset. This action can''t be undone. For more information, see Deleting assets and models in the IoT SiteWise User Guide.

You can''t delete an asset that''s associated to another asset. For more information, see DisassociateAssets.

' responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteAssetResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: assetId in: path required: true description: The ID of the asset to delete. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: clientToken in: query required: false description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. schema: type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Delete Asset x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: DescribeAsset description: Retrieves information about an asset. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeAssetResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: assetId in: path required: true description: The ID of the asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: excludeProperties in: query required: false description: ' Whether or not to exclude asset properties from the response. ' schema: type: boolean summary: Amazon IoT SiteWise Describe Asset x-microcks-operation: delay: 0 dispatcher: FALLBACK put: operationId: UpdateAsset description: 'Updates an asset''s name. For more information, see Updating assets and models in the IoT SiteWise User Guide.' responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateAssetResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ResourceAlreadyExistsException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '485': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: assetId in: path required: true description: The ID of the asset to update. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - assetName properties: assetName: description: A friendly name for the asset. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 assetDescription: description: A description for the asset. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 summary: Amazon IoT SiteWise Update Asset x-microcks-operation: delay: 0 dispatcher: FALLBACK '/asset-models/{assetModelId}': delete: operationId: DeleteAssetModel description: 'Deletes an asset model. This action can''t be undone. You must delete all assets created from an asset model before you can delete the model. Also, you can''t delete an asset model if a parent asset model exists that contains a property formula expression that depends on the asset model that you want to delete. For more information, see Deleting assets and models in the IoT SiteWise User Guide.' responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteAssetModelResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: assetModelId in: path required: true description: The ID of the asset model to delete. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: clientToken in: query required: false description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. schema: type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Delete Asset Model x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: DescribeAssetModel description: Retrieves information about an asset model. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeAssetModelResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: assetModelId in: path required: true description: The ID of the asset model. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: excludeProperties in: query required: false description: ' Whether or not to exclude asset model properties from the response. ' schema: type: boolean summary: Amazon IoT SiteWise Describe Asset Model x-microcks-operation: delay: 0 dispatcher: FALLBACK put: operationId: UpdateAssetModel description: '

Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model''s property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide.

This operation overwrites the existing model with the provided model. To avoid deleting your asset model''s properties or hierarchies, you must include their IDs and definitions in the updated asset model payload. For more information, see DescribeAssetModel.

If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, IoT SiteWise disassociates every asset associated with that hierarchy. You can''t change the type or data type of an existing property.

' responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateAssetModelResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ResourceAlreadyExistsException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '485': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '486': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: assetModelId in: path required: true description: The ID of the asset model to update. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - assetModelName properties: assetModelName: description: 'A unique, friendly name for the asset model.' type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 assetModelDescription: description: A description for the asset model. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 assetModelProperties: description: '

The updated property definitions of the asset model. For more information, see Asset properties in the IoT SiteWise User Guide.

You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

' type: array items: $ref: '#/components/schemas/AssetModelProperty' assetModelHierarchies: description: '

The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.

You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

' type: array items: $ref: '#/components/schemas/AssetModelHierarchy' assetModelCompositeModels: description: The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model. type: array items: $ref: '#/components/schemas/AssetModelCompositeModel' clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Update Asset Model x-microcks-operation: delay: 0 dispatcher: FALLBACK '/dashboards/{dashboardId}': delete: operationId: DeleteDashboard description: Deletes a dashboard from IoT SiteWise Monitor. responses: '204': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteDashboardResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: dashboardId in: path required: true description: The ID of the dashboard to delete. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: clientToken in: query required: false description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. schema: type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Delete Dashboard x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: DescribeDashboard description: Retrieves information about a dashboard. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeDashboardResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: dashboardId in: path required: true description: The ID of the dashboard. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Describe Dashboard x-microcks-operation: delay: 0 dispatcher: FALLBACK put: operationId: UpdateDashboard description: Updates an IoT SiteWise Monitor dashboard. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateDashboardResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: dashboardId in: path required: true description: The ID of the dashboard to update. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - dashboardName - dashboardDefinition properties: dashboardName: description: A new friendly name for the dashboard. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 dashboardDescription: description: A new description for the dashboard. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 dashboardDefinition: description: 'The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.' type: string pattern: .+ minLength: 0 maxLength: 204800 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Update Dashboard x-microcks-operation: delay: 0 dispatcher: FALLBACK '/20200301/gateways/{gatewayId}': delete: operationId: DeleteGateway description: 'Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway''s files remain in your gateway''s file system.' responses: '200': description: Success '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: gatewayId in: path required: true description: The ID of the gateway to delete. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Delete Gateway x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: DescribeGateway description: Retrieves information about a gateway. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeGatewayResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: gatewayId in: path required: true description: The ID of the gateway device. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Describe Gateway x-microcks-operation: delay: 0 dispatcher: FALLBACK put: operationId: UpdateGateway description: Updates a gateway's name. responses: '200': description: Success '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: gatewayId in: path required: true description: The ID of the gateway to update. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - gatewayName properties: gatewayName: description: 'A unique, friendly name for the gateway.' type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 summary: Amazon IoT SiteWise Update Gateway x-microcks-operation: delay: 0 dispatcher: FALLBACK '/portals/{portalId}': delete: operationId: DeletePortal description: Deletes a portal from IoT SiteWise Monitor. responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/DeletePortalResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: portalId in: path required: true description: The ID of the portal to delete. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: clientToken in: query required: false description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. schema: type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Delete Portal x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: DescribePortal description: Retrieves information about a portal. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribePortalResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: portalId in: path required: true description: The ID of the portal. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Describe Portal x-microcks-operation: delay: 0 dispatcher: FALLBACK put: operationId: UpdatePortal description: Updates an IoT SiteWise Monitor portal. responses: '202': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdatePortalResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: portalId in: path required: true description: The ID of the portal to update. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - portalName - portalContactEmail - roleArn properties: portalName: description: A new friendly name for the portal. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 portalDescription: description: A new description for the portal. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 portalContactEmail: description: The Amazon Web Services administrator's contact email address. type: string pattern: '[^@]+@[^@]+' minLength: 1 maxLength: 255 portalLogoImage: description: '

Contains an image that is one of the following:

' type: object properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of an existing image. Specify this parameter to keep an existing image. file: $ref: '#/components/schemas/ImageFile' roleArn: description: 'The ARN of a service role that allows the portal''s users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.' type: string pattern: .* minLength: 1 maxLength: 1600 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 notificationSenderEmail: description: The email address that sends alarm notifications. type: string pattern: '[^@]+@[^@]+' minLength: 1 maxLength: 255 alarms: description: 'Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.' type: object properties: alarmRoleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the IAM role that allows the alarm to perform actions and access Amazon Web Services resources and services, such as IoT Events.' notificationLambdaArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the IoT Events Developer Guide.' summary: Amazon IoT SiteWise Update Portal x-microcks-operation: delay: 0 dispatcher: FALLBACK '/projects/{projectId}': delete: operationId: DeleteProject description: Deletes a project from IoT SiteWise Monitor. responses: '204': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteProjectResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: projectId in: path required: true description: The ID of the project. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: clientToken in: query required: false description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. schema: type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Delete Project x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' get: operationId: DescribeProject description: Retrieves information about a project. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeProjectResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: projectId in: path required: true description: The ID of the project. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Describe Project x-microcks-operation: delay: 0 dispatcher: FALLBACK put: operationId: UpdateProject description: Updates an IoT SiteWise Monitor project. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateProjectResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: projectId in: path required: true description: The ID of the project to update. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - projectName properties: projectName: description: A new friendly name for the project. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 projectDescription: description: A new description for the project. type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Update Project x-microcks-operation: delay: 0 dispatcher: FALLBACK /timeseries/delete/: post: operationId: DeleteTimeSeries description: '

Deletes a time series (data stream). If you delete a time series that''s associated with an asset property, the asset property still exists, but the time series will no longer be associated with this asset property.

To identify a time series, do one of the following:

' responses: '200': description: Success '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: alias in: query required: false description: The alias that identifies the time series. schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 - name: assetId in: query required: false description: The ID of the asset in which the asset property was created. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: query required: false description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object properties: clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Delete Time Series x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/assets/{assetId}/properties/{propertyId}': get: operationId: DescribeAssetProperty description: '

Retrieves information about an asset property.

When you call this operation for an attribute property, this response includes the default attribute value that you define in the asset model. If you update the default value in the model, this operation''s response includes the new default value.

This operation doesn''t return the value of the asset property. To get the value of an asset property, use GetAssetPropertyValue.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeAssetPropertyResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: assetId in: path required: true description: The ID of the asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: path required: true description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Describe Asset Property x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' put: operationId: UpdateAssetProperty description: '

Updates an asset property''s alias and notification state.

This operation overwrites the property''s existing alias and notification state. To keep your existing property''s alias or notification state, you must include the existing values in the UpdateAssetProperty request. For more information, see DescribeAssetProperty.

' responses: '200': description: Success '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: assetId in: path required: true description: The ID of the asset to be updated. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: path required: true description: The ID of the asset property to be updated. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object properties: propertyAlias: description: '

The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.

If you omit this parameter, the alias is removed from the property.

' type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 propertyNotificationState: description: '

The MQTT notification state (enabled or disabled) for this asset property. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.

If you omit this parameter, the notification state is set to DISABLED.

' type: string enum: - ENABLED - DISABLED clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 propertyUnit: description: 'The unit of measure (such as Newtons or RPM) of the asset property. If you don''t specify a value for this parameter, the service uses the value of the assetModelProperty in the asset model.' type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 summary: Amazon IoT SiteWise Update Asset Property x-microcks-operation: delay: 0 dispatcher: FALLBACK '/jobs/{jobId}': get: operationId: DescribeBulkImportJob description: 'Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeBulkImportJobResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: jobId in: path required: true description: The ID of the job. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Describe Bulk Import Job x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /configuration/account/encryption: get: operationId: DescribeDefaultEncryptionConfiguration description: 'Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region. For more information, see Key management in the IoT SiteWise User Guide.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeDefaultEncryptionConfigurationResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: [] summary: Amazon IoT SiteWise Describe Default Encryption Configuration x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: PutDefaultEncryptionConfiguration description: 'Sets the default encryption configuration for the Amazon Web Services account. For more information, see Key management in the IoT SiteWise User Guide.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/PutDefaultEncryptionConfigurationResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - encryptionType properties: encryptionType: description: The type of encryption used for the encryption configuration. type: string enum: - SITEWISE_DEFAULT_ENCRYPTION - KMS_BASED_ENCRYPTION kmsKeyId: description: The Key ID of the customer managed key used for KMS encryption. This is required if you use KMS_BASED_ENCRYPTION. type: string minLength: 1 maxLength: 2048 summary: Amazon IoT SiteWise Put Default Encryption Configuration x-microcks-operation: delay: 0 dispatcher: FALLBACK '/20200301/gateways/{gatewayId}/capability/{capabilityNamespace}': get: operationId: DescribeGatewayCapabilityConfiguration description: 'Retrieves information about a gateway capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeGatewayCapabilityConfigurationResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: gatewayId in: path required: true description: The ID of the gateway that defines the capability configuration. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: capabilityNamespace in: path required: true description: 'The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.' schema: type: string pattern: '^[a-zA-Z]+:[a-zA-Z]+:[0-9]+$' minLength: 1 maxLength: 512 summary: Amazon IoT SiteWise Describe Gateway Capability Configuration x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /logging: get: operationId: DescribeLoggingOptions description: Retrieves the current IoT SiteWise logging options. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeLoggingOptionsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' parameters: [] summary: Amazon IoT SiteWise Describe Logging Options x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' put: operationId: PutLoggingOptions description: Sets logging options for IoT SiteWise. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/PutLoggingOptionsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' '484': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - loggingOptions properties: loggingOptions: description: Contains logging options. type: object properties: level: allOf: - $ref: '#/components/schemas/LoggingLevel' - description: The IoT SiteWise logging verbosity level. summary: Amazon IoT SiteWise Put Logging Options x-microcks-operation: delay: 0 dispatcher: FALLBACK /configuration/account/storage: get: operationId: DescribeStorageConfiguration description: Retrieves information about the storage configuration for IoT SiteWise. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeStorageConfigurationResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '485': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: [] summary: Amazon IoT SiteWise Describe Storage Configuration x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: PutStorageConfiguration description: Configures storage settings for IoT SiteWise. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/PutStorageConfigurationResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ResourceAlreadyExistsException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '485': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '486': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: [] requestBody: required: true content: application/json: schema: type: object required: - storageType properties: storageType: description: '

The storage tier that you specified for your data. The storageType parameter can be one of the following values:

' type: string enum: - SITEWISE_DEFAULT_STORAGE - MULTI_LAYER_STORAGE multiLayerStorage: description: Contains information about the storage destination. type: object properties: customerManagedS3Storage: allOf: - $ref: '#/components/schemas/CustomerManagedS3Storage' - description: Contains information about a customer managed Amazon S3 bucket. disassociatedDataStorage: description: '

Contains the storage configuration for time series (data streams) that aren''t associated with asset properties. The disassociatedDataStorage can be one of the following values:

For more information, see Data streams in the IoT SiteWise User Guide.

' type: string enum: - ENABLED - DISABLED retentionPeriod: description: 'How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.' type: object properties: numberOfDays: allOf: - $ref: '#/components/schemas/NumberOfDays' - description: '

The number of days that your data is kept.

If you specified a value for this parameter, the unlimited parameter must be false.

' unlimited: allOf: - $ref: '#/components/schemas/Unlimited' - description: '

If true, your data is kept indefinitely.

If configured to true, you must not specify a value for the numberOfDays parameter.

' summary: Amazon IoT SiteWise Put Storage Configuration x-microcks-operation: delay: 0 dispatcher: FALLBACK /timeseries/describe/: get: operationId: DescribeTimeSeries description: '

Retrieves information about a time series (data stream).

To identify a time series, do one of the following:

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DescribeTimeSeriesResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: alias in: query required: false description: The alias that identifies the time series. schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 - name: assetId in: query required: false description: The ID of the asset in which the asset property was created. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: query required: false description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 summary: Amazon IoT SiteWise Describe Time Series x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/assets/{assetId}/disassociate': post: operationId: DisassociateAssets description: Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model. responses: '200': description: Success '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: assetId in: path required: true description: The ID of the parent asset from which to disassociate the child asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - hierarchyId - childAssetId properties: hierarchyId: description: 'The ID of a hierarchy in the parent asset''s model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset hierarchies in the IoT SiteWise User Guide.' type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 childAssetId: description: The ID of the child asset to disassociate. type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Disassociate Assets x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /timeseries/disassociate/#alias&assetId&propertyId: post: operationId: DisassociateTimeSeriesFromAssetProperty description: Disassociates a time series (data stream) from an asset property. responses: '200': description: Success '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' parameters: - name: alias in: query required: true description: The alias that identifies the time series. schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 - name: assetId in: query required: true description: The ID of the asset in which the asset property was created. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: query required: true description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object properties: clientToken: description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 summary: Amazon IoT SiteWise Disassociate Time Series from Asset Property x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /properties/aggregates#aggregateTypes&resolution&startDate&endDate: get: operationId: GetAssetPropertyAggregates description: '

Gets aggregated values for an asset property. For more information, see Querying aggregates in the IoT SiteWise User Guide.

To identify an asset property, you must specify one of the following:

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetAssetPropertyAggregatesResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' parameters: - name: assetId in: query required: false description: The ID of the asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: query required: false description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyAlias in: query required: false description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 - name: aggregateTypes in: query required: true description: The data aggregating function. schema: type: array items: $ref: '#/components/schemas/AggregateType' minItems: 1 - name: resolution in: query required: true description: The time interval over which to aggregate data. schema: type: string pattern: 1m|15m|1h|1d minLength: 2 maxLength: 3 - name: qualities in: query required: false description: The quality by which to filter asset data. schema: type: array items: $ref: '#/components/schemas/Quality' minItems: 1 maxItems: 1 - name: startDate in: query required: true description: 'The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.' schema: type: string format: date-time - name: endDate in: query required: true description: 'The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.' schema: type: string format: date-time - name: timeOrdering in: query required: false description: '

The chronological sorting order of the requested information.

Default: ASCENDING

' schema: type: string enum: - ASCENDING - DESCENDING - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

' schema: type: integer minimum: 1 summary: Amazon IoT SiteWise Get Asset Property Aggregates x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /properties/latest: get: operationId: GetAssetPropertyValue description: '

Gets an asset property''s current value. For more information, see Querying current values in the IoT SiteWise User Guide.

To identify an asset property, you must specify one of the following:

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetAssetPropertyValueResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' parameters: - name: assetId in: query required: false description: The ID of the asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: query required: false description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyAlias in: query required: false description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 summary: Amazon IoT SiteWise Get Asset Property Value x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /properties/history: get: operationId: GetAssetPropertyValueHistory description: '

Gets the history of an asset property''s values. For more information, see Querying historical values in the IoT SiteWise User Guide.

To identify an asset property, you must specify one of the following:

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetAssetPropertyValueHistoryResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' parameters: - name: assetId in: query required: false description: The ID of the asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: query required: false description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyAlias in: query required: false description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 - name: startDate in: query required: false description: 'The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.' schema: type: string format: date-time - name: endDate in: query required: false description: 'The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.' schema: type: string format: date-time - name: qualities in: query required: false description: The quality by which to filter asset data. schema: type: array items: $ref: '#/components/schemas/Quality' minItems: 1 maxItems: 1 - name: timeOrdering in: query required: false description: '

The chronological sorting order of the requested information.

Default: ASCENDING

' schema: type: string enum: - ASCENDING - DESCENDING - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

' schema: type: integer minimum: 1 summary: Amazon IoT SiteWise Get Asset Property Value History x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /properties/interpolated#startTimeInSeconds&endTimeInSeconds&quality&intervalInSeconds&type: get: operationId: GetInterpolatedAssetPropertyValues description: '

Get interpolated values for an asset property for a specified time interval, during a period of time. If your time series is missing data points during the specified time interval, you can use interpolation to estimate the missing data.

For example, you can use this operation to return the interpolated temperature values for a wind turbine every 24 hours over a duration of 7 days.

To identify an asset property, you must specify one of the following:

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetInterpolatedAssetPropertyValuesResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '484': description: ServiceUnavailableException content: application/json: schema: $ref: '#/components/schemas/ServiceUnavailableException' parameters: - name: assetId in: query required: false description: The ID of the asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyId in: query required: false description: The ID of the asset property. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: propertyAlias in: query required: false description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 - name: startTimeInSeconds in: query required: true description: 'The exclusive start of the range from which to interpolate data, expressed in seconds in Unix epoch time.' schema: type: integer minimum: 1 maximum: 9223372036854774 - name: startTimeOffsetInNanos in: query required: false description: The nanosecond offset converted from startTimeInSeconds. schema: type: integer minimum: 0 maximum: 999999999 - name: endTimeInSeconds in: query required: true description: 'The inclusive end of the range from which to interpolate data, expressed in seconds in Unix epoch time.' schema: type: integer minimum: 1 maximum: 9223372036854774 - name: endTimeOffsetInNanos in: query required: false description: The nanosecond offset converted from endTimeInSeconds. schema: type: integer minimum: 0 maximum: 999999999 - name: quality in: query required: true description: The quality of the asset property value. You can use this parameter as a filter to choose only the asset property values that have a specific quality. schema: type: string enum: - GOOD - BAD - UNCERTAIN - name: intervalInSeconds in: query required: true description: The time interval in seconds over which to interpolate data. Each interval starts when the previous one ends. schema: type: integer minimum: 1 maximum: 320000000 - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: 'The maximum number of results to return for each paginated request. If not specified, the default value is 10.' schema: type: integer minimum: 1 - name: type in: query required: true description: '

The interpolation type.

Valid values: LINEAR_INTERPOLATION | LOCF_INTERPOLATION

' schema: type: string minLength: 1 maxLength: 256 - name: intervalWindowInSeconds in: query required: false description: '

The query interval for the window, in seconds. IoT SiteWise computes each interpolated value by using data points from the timestamp of each interval, minus the window to the timestamp of each interval plus the window. If not specified, the window ranges between the start time minus the interval and the end time plus the interval.

For example, you can get the interpolated temperature values for a wind turbine every 24 hours over a duration of 7 days. If the interpolation starts on July 1, 2021, at 9 AM with a window of 2 hours, IoT SiteWise uses the data points from 7 AM (9 AM minus 2 hours) to 11 AM (9 AM plus 2 hours) on July 2, 2021 to compute the first interpolated value. Next, IoT SiteWise uses the data points from 7 AM (9 AM minus 2 hours) to 11 AM (9 AM plus 2 hours) on July 3, 2021 to compute the second interpolated value, and so on.

' schema: type: integer minimum: 1 maximum: 320000000 summary: Amazon IoT SiteWise Get Interpolated Asset Property Values x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/asset-models/{assetModelId}/properties': get: operationId: ListAssetModelProperties description: 'Retrieves a paginated list of properties associated with an asset model. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListAssetModelPropertiesResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: assetModelId in: path required: true description: The ID of the asset model. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: 'The maximum number of results to return for each paginated request. If not specified, the default value is 50.' schema: type: integer minimum: 1 maximum: 250 - name: filter in: query required: false description: '

Filters the requested list of asset model properties. You can choose one of the following options:

Default: BASE

' schema: type: string enum: - ALL - BASE summary: Amazon IoT SiteWise List Asset Model Properties x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/assets/{assetId}/properties': get: operationId: ListAssetProperties description: 'Retrieves a paginated list of properties associated with an asset. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListAssetPropertiesResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: assetId in: path required: true description: The ID of the asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: 'The maximum number of results to return for each paginated request. If not specified, the default value is 50.' schema: type: integer minimum: 1 maximum: 250 - name: filter in: query required: false description: '

Filters the requested list of asset properties. You can choose one of the following options:

Default: BASE

' schema: type: string enum: - ALL - BASE summary: Amazon IoT SiteWise List Asset Properties x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/assets/{assetId}/assetRelationships#traversalType': get: operationId: ListAssetRelationships description: Retrieves a paginated list of asset relationships for an asset. You can use this operation to identify an asset's root asset and all associated assets between that asset and its root. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListAssetRelationshipsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: assetId in: path required: true description: The ID of the asset. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: traversalType in: query required: true description: '

The type of traversal to use to identify asset relationships. Choose the following option:

' schema: type: string enum: - PATH_TO_ROOT - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: The maximum number of results to return for each paginated request. schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Asset Relationships x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/assets/{assetId}/hierarchies': get: operationId: ListAssociatedAssets description: '

Retrieves a paginated list of associated assets.

You can use this operation to do the following:

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListAssociatedAssetsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: assetId in: path required: true description: The ID of the asset to query. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: hierarchyId in: query required: false description: '

The ID of the hierarchy by which child assets are associated to the asset. To find a hierarchy ID, use the DescribeAsset or DescribeAssetModel operations. This parameter is required if you choose CHILD for traversalDirection.

For more information, see Asset hierarchies in the IoT SiteWise User Guide.

' schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: traversalDirection in: query required: false description: '

The direction to list associated assets. Choose one of the following options:

Default: CHILD

' schema: type: string enum: - PARENT - CHILD - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Associated Assets x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /dashboards#projectId: get: operationId: ListDashboards description: Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDashboardsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: projectId in: query required: true description: The ID of the project. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Dashboards x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/projects/{projectId}/assets': get: operationId: ListProjectAssets description: Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListProjectAssetsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: projectId in: path required: true description: The ID of the project. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Project Assets x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /projects#portalId: get: operationId: ListProjects description: Retrieves a paginated list of projects for an IoT SiteWise Monitor portal. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListProjectsResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: portalId in: query required: true description: The ID of the portal. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: '

The maximum number of results to return for each paginated request.

Default: 50

' schema: type: integer minimum: 1 maximum: 250 summary: Amazon IoT SiteWise List Projects x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /tags#resourceArn: get: operationId: ListTagsForResource description: Retrieves the list of tags for an IoT SiteWise resource. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListTagsForResourceResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' '485': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '486': description: UnauthorizedException content: application/json: schema: $ref: '#/components/schemas/UnauthorizedException' parameters: - name: resourceArn in: query required: true description: 'The ARN of the resource.' schema: type: string minLength: 1 maxLength: 1011 summary: Amazon IoT SiteWise List Tags for Resource x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' post: operationId: TagResource description: 'Adds tags to an IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag''s value.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/TagResourceResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' '485': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '486': description: UnauthorizedException content: application/json: schema: $ref: '#/components/schemas/UnauthorizedException' '487': description: TooManyTagsException content: application/json: schema: $ref: '#/components/schemas/TooManyTagsException' parameters: - name: resourceArn in: query required: true description: 'The ARN of the resource to tag.' schema: type: string minLength: 1 maxLength: 1011 requestBody: required: true content: application/json: schema: type: object required: - tags properties: tags: description: 'A list of key-value pairs that contain metadata for the resource. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' summary: Amazon IoT SiteWise Tag Resource x-microcks-operation: delay: 0 dispatcher: FALLBACK /timeseries/: get: operationId: ListTimeSeries description: Retrieves a paginated list of time series (data streams). responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListTimeSeriesResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '483': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' parameters: - name: nextToken in: query required: false description: The token to be used for the next set of paginated results. schema: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 - name: maxResults in: query required: false description: The maximum number of results to return for each paginated request. schema: type: integer minimum: 1 maximum: 250 - name: assetId in: query required: false description: The ID of the asset in which the asset property was created. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 - name: aliasPrefix in: query required: false description: The alias prefix of the time series. schema: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 - name: timeSeriesType in: query required: false description: '

The type of the time series. The time series type can be one of the following values:

' schema: type: string enum: - ASSOCIATED - DISASSOCIATED summary: Amazon IoT SiteWise List Time Series x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /tags#resourceArn&tagKeys: delete: operationId: UntagResource description: Removes a tag from an IoT SiteWise resource. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UntagResourceResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '482': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '483': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '484': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' '485': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' '486': description: UnauthorizedException content: application/json: schema: $ref: '#/components/schemas/UnauthorizedException' parameters: - name: resourceArn in: query required: true description: 'The ARN of the resource to untag.' schema: type: string minLength: 1 maxLength: 1011 - name: tagKeys in: query required: true description: A list of keys for tags to remove from the resource. schema: type: array items: $ref: '#/components/schemas/TagKey' minItems: 0 maxItems: 200 summary: Amazon IoT SiteWise Untag Resource x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' '/20200301/gateways/{gatewayId}/capability': post: operationId: UpdateGatewayCapabilityConfiguration description: 'Updates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.' responses: '201': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateGatewayCapabilityConfigurationResponse' '480': description: InvalidRequestException content: application/json: schema: $ref: '#/components/schemas/InvalidRequestException' '481': description: ResourceNotFoundException content: application/json: schema: $ref: '#/components/schemas/ResourceNotFoundException' '482': description: ConflictingOperationException content: application/json: schema: $ref: '#/components/schemas/ConflictingOperationException' '483': description: InternalFailureException content: application/json: schema: $ref: '#/components/schemas/InternalFailureException' '484': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' '485': description: LimitExceededException content: application/json: schema: $ref: '#/components/schemas/LimitExceededException' parameters: - name: gatewayId in: path required: true description: The ID of the gateway to be updated. schema: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 requestBody: required: true content: application/json: schema: type: object required: - capabilityNamespace - capabilityConfiguration properties: capabilityNamespace: description: 'The namespace of the gateway capability configuration to be updated. For example, if you configure OPC-UA sources from the IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.' type: string pattern: '^[a-zA-Z]+:[a-zA-Z]+:[0-9]+$' minLength: 1 maxLength: 512 capabilityConfiguration: description: 'The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.' type: string minLength: 1 maxLength: 104857600 summary: Amazon IoT SiteWise Update Gateway Capability Configuration x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' components: parameters: X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 schemas: InvalidRequestException: {} ResourceAlreadyExistsException: {} ResourceNotFoundException: {} InternalFailureException: {} LimitExceededException: {} ThrottlingException: {} ConflictingOperationException: {} BatchAssociateProjectAssetsResponse: type: object properties: errors: allOf: - $ref: '#/components/schemas/BatchAssociateProjectAssetsErrors' - description: 'A list of associated error information, if any.' ID: type: string pattern: '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' minLength: 36 maxLength: 36 BatchDisassociateProjectAssetsResponse: type: object properties: errors: allOf: - $ref: '#/components/schemas/BatchDisassociateProjectAssetsErrors' - description: 'A list of associated error information, if any.' BatchGetAssetPropertyAggregatesResponse: type: object required: - errorEntries - successEntries - skippedEntries properties: errorEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesErrorEntries' - description: A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed. successEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesSuccessEntries' - description: A list of entries that were processed successfully by this batch request. Each success entry contains the entryId of the entry that succeeded and the latest query result. skippedEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesSkippedEntries' - description: A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the entryId of the entry that skipped. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' BatchGetAssetPropertyAggregatesEntry: type: object required: - entryId - aggregateTypes - resolution - startDate - endDate properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset in which the asset property was created. propertyId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset property. propertyAlias: allOf: - $ref: '#/components/schemas/AssetPropertyAlias' - description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' aggregateTypes: allOf: - $ref: '#/components/schemas/AggregateTypes' - description: The data aggregating function. resolution: allOf: - $ref: '#/components/schemas/Resolution' - description: The time interval over which to aggregate data. startDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.' endDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.' qualities: allOf: - $ref: '#/components/schemas/Qualities' - description: The quality by which to filter asset data. timeOrdering: allOf: - $ref: '#/components/schemas/TimeOrdering' - description: '

The chronological sorting order of the requested information.

Default: ASCENDING

' description: '

Contains information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.

To identify an asset property, you must specify one of the following:

' ServiceUnavailableException: {} BatchGetAssetPropertyValueResponse: type: object required: - errorEntries - successEntries - skippedEntries properties: errorEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueErrorEntries' - description: A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed. successEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueSuccessEntries' - description: A list of entries that were processed successfully by this batch request. Each success entry contains the entryId of the entry that succeeded and the latest query result. skippedEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueSkippedEntries' - description: A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the entryId of the entry that skipped. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' BatchGetAssetPropertyValueEntry: type: object required: - entryId properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset in which the asset property was created. propertyId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset property. propertyAlias: allOf: - $ref: '#/components/schemas/AssetPropertyAlias' - description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' description: '

Contains information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.

To identify an asset property, you must specify one of the following:

' BatchGetAssetPropertyValueHistoryResponse: type: object required: - errorEntries - successEntries - skippedEntries properties: errorEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryErrorEntries' - description: A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed. successEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueHistorySuccessEntries' - description: A list of entries that were processed successfully by this batch request. Each success entry contains the entryId of the entry that succeeded and the latest query result. skippedEntries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueHistorySkippedEntries' - description: A list of entries that were not processed by this batch request. because these entries had been completely processed by previous paginated requests. Each skipped entry contains the entryId of the entry that skipped. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' BatchGetAssetPropertyValueHistoryEntry: type: object required: - entryId properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset in which the asset property was created. propertyId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset property. propertyAlias: allOf: - $ref: '#/components/schemas/AssetPropertyAlias' - description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' startDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.' endDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.' qualities: allOf: - $ref: '#/components/schemas/Qualities' - description: The quality by which to filter asset data. timeOrdering: allOf: - $ref: '#/components/schemas/TimeOrdering' - description: '

The chronological sorting order of the requested information.

Default: ASCENDING

' description: '

Contains information for an asset property historical value entry that is associated with the BatchGetAssetPropertyValueHistory API.

To identify an asset property, you must specify one of the following:

' BatchPutAssetPropertyValueResponse: type: object required: - errorEntries properties: errorEntries: allOf: - $ref: '#/components/schemas/BatchPutAssetPropertyErrorEntries' - description: A list of the errors (if any) associated with the batch put request. Each error entry contains the entryId of the entry that failed. PutAssetPropertyValueEntry: type: object required: - entryId - propertyValues properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The user specified ID for the entry. You can use this ID to identify which entries failed. assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset to update. propertyId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset property for this entry. propertyAlias: allOf: - $ref: '#/components/schemas/AssetPropertyAlias' - description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' propertyValues: allOf: - $ref: '#/components/schemas/AssetPropertyValues' - description: 'The list of property values to upload. You can specify up to 10 propertyValues array elements. ' description: 'Contains a list of value updates for an asset property in the list of asset entries consumed by the BatchPutAssetPropertyValue API operation.' CreateAccessPolicyResponse: type: object required: - accessPolicyId - accessPolicyArn properties: accessPolicyId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the access policy. accessPolicyArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the access policy, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}

' UserIdentity: type: object required: - id properties: id: allOf: - $ref: '#/components/schemas/IdentityId' - description: The IAM Identity Center ID of the user. description: Contains information for a user identity in an access policy. GroupIdentity: type: object required: - id properties: id: allOf: - $ref: '#/components/schemas/IdentityId' - description: The IAM Identity Center ID of the group. description: Contains information for a group identity in an access policy. IAMUserIdentity: type: object required: - arn properties: arn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide.

If you delete the IAM user, access policies that contain this identity include an empty arn. You can delete the access policy for the IAM user that no longer exists.

' description: Contains information about an Identity and Access Management user. IAMRoleIdentity: type: object required: - arn properties: arn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.' description: 'Contains information about an Identity and Access Management role. For more information, see IAM roles in the IAM User Guide.' PortalResource: type: object required: - id properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the portal. description: Identifies an IoT SiteWise Monitor portal. ProjectResource: type: object required: - id properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the project. description: Identifies a specific IoT SiteWise Monitor project. TagValue: type: string minLength: 0 maxLength: 256 CreateAssetResponse: type: object required: - assetId - assetArn - assetStatus properties: assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset. This ID uniquely identifies the asset within IoT SiteWise and can be used with other IoT SiteWise APIs. assetArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the asset, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

' assetStatus: allOf: - $ref: '#/components/schemas/AssetStatus' - description: 'The status of the asset, which contains a state (CREATING after successfully calling this operation) and any error message.' CreateAssetModelResponse: type: object required: - assetModelId - assetModelArn - assetModelStatus properties: assetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model. You can use this ID when you call other IoT SiteWise APIs. assetModelArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the asset model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

' assetModelStatus: allOf: - $ref: '#/components/schemas/AssetModelStatus' - description: 'The status of the asset model, which contains a state (CREATING after successfully calling this operation) and any error message.' AssetModelPropertyDefinition: type: object required: - name - dataType - type properties: name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the property definition. dataType: allOf: - $ref: '#/components/schemas/PropertyDataType' - description: '

The data type of the property definition.

If you specify STRUCT, you must also specify dataTypeSpec to identify the type of the structure for this property.

' dataTypeSpec: allOf: - $ref: '#/components/schemas/Name' - description:

The data type of the structure for this property. This parameter is required on properties that have the STRUCT data type.

The options for this parameter depend on the type of the composite model in which you define this property. Use AWS/ALARM_STATE for alarm state in alarm composite models.

unit: allOf: - $ref: '#/components/schemas/PropertyUnit' - description: 'The unit of the property definition, such as Newtons or RPM.' type: allOf: - $ref: '#/components/schemas/PropertyType' - description: The property definition type (see PropertyType). You can only specify one type in a property definition. description: Contains an asset model property definition. This property definition is applied to all assets created from the asset model. AssetModelHierarchyDefinition: type: object required: - name - childAssetModelId properties: name: allOf: - $ref: '#/components/schemas/Name' - description: 'The name of the asset model hierarchy definition (as specified in the CreateAssetModel or UpdateAssetModel API operation).' childAssetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of an asset model for this hierarchy. description: Contains an asset model hierarchy used in asset model creation. An asset model hierarchy determines the kind (or type) of asset that can belong to a hierarchy. AssetModelCompositeModelDefinition: type: object required: - name - type properties: name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the composite model. description: allOf: - $ref: '#/components/schemas/Description' - description: The description of the composite model. type: allOf: - $ref: '#/components/schemas/Name' - description: 'The type of the composite model. For alarm composite models, this type is AWS/ALARM.' properties: description: The asset property definitions for this composite model. description: Contains a composite model definition in an asset model. This composite model definition is applied to all assets created from the asset model. CreateBulkImportJobResponse: type: object required: - jobId - jobName - jobStatus properties: jobId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the job. jobName: allOf: - $ref: '#/components/schemas/Name' - description: The unique name that helps identify the job request. jobStatus: allOf: - $ref: '#/components/schemas/JobStatus' - description:

The status of the bulk import job can be one of following values.

File: type: object required: - bucket - key properties: bucket: allOf: - $ref: '#/components/schemas/Bucket' - description: The name of the Amazon S3 bucket from which data is imported. key: allOf: - $ref: '#/components/schemas/String' - description: The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key. versionId: allOf: - $ref: '#/components/schemas/String' - description: The version ID to identify a specific version of the Amazon S3 object that contains your data. description: 'The file in Amazon S3 where your data is saved. ' Bucket: type: string minLength: 3 maxLength: 63 String: type: string FileFormat: type: object properties: csv: allOf: - $ref: '#/components/schemas/Csv' - description: The .csv file format. description: The file format of the data. CreateDashboardResponse: type: object required: - dashboardId - dashboardArn properties: dashboardId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the dashboard. dashboardArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the dashboard, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

' CreateGatewayResponse: type: object required: - gatewayId - gatewayArn properties: gatewayId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the gateway device. You can use this ID when you call other IoT SiteWise APIs. gatewayArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the gateway, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}

' Greengrass: type: object required: - groupArn properties: groupArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the Greengrass group. For more information about how to find a group''s ARN, see ListGroups and GetGroup in the IoT Greengrass API Reference.' description: 'Contains details for a gateway that runs on IoT Greengrass. To create a gateway that runs on IoT Greengrass, you must add the IoT SiteWise connector to a Greengrass group and deploy it. Your Greengrass group must also have permissions to upload data to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.' GreengrassV2: type: object required: - coreDeviceThingName properties: coreDeviceThingName: allOf: - $ref: '#/components/schemas/CoreDeviceThingName' - description: The name of the IoT thing for your IoT Greengrass V2 core device. description: 'Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your Greengrass device role must use the AWSIoTSiteWiseEdgeAccess policy. For more information, see Using IoT SiteWise at the edge in the IoT SiteWise User Guide.' CreatePortalResponse: type: object required: - portalId - portalArn - portalStartUrl - portalStatus - ssoApplicationId properties: portalId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the created portal. portalArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the portal, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}

' portalStartUrl: allOf: - $ref: '#/components/schemas/Url' - description: 'The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.' portalStatus: allOf: - $ref: '#/components/schemas/PortalStatus' - description: 'The status of the portal, which contains a state (CREATING after successfully calling this operation) and any error message.' ssoApplicationId: allOf: - $ref: '#/components/schemas/SSOApplicationId' - description: 'The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.' ImageFileData: type: string minLength: 1 maxLength: 1500000 ImageFileType: type: string enum: - PNG ARN: type: string pattern: .* minLength: 1 maxLength: 1600 CreateProjectResponse: type: object required: - projectId - projectArn properties: projectId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the project. projectArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the project, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

' DeleteAccessPolicyResponse: type: object properties: {} DeleteAssetResponse: type: object required: - assetStatus properties: assetStatus: allOf: - $ref: '#/components/schemas/AssetStatus' - description: 'The status of the asset, which contains a state (DELETING after successfully calling this operation) and any error message.' DeleteAssetModelResponse: type: object required: - assetModelStatus properties: assetModelStatus: allOf: - $ref: '#/components/schemas/AssetModelStatus' - description: 'The status of the asset model, which contains a state (DELETING after successfully calling this operation) and any error message.' DeleteDashboardResponse: type: object properties: {} DeletePortalResponse: type: object required: - portalStatus properties: portalStatus: allOf: - $ref: '#/components/schemas/PortalStatus' - description: 'The status of the portal, which contains a state (DELETING after successfully calling this operation) and any error message.' DeleteProjectResponse: type: object properties: {} DescribeAccessPolicyResponse: type: object required: - accessPolicyId - accessPolicyArn - accessPolicyIdentity - accessPolicyResource - accessPolicyPermission - accessPolicyCreationDate - accessPolicyLastUpdateDate properties: accessPolicyId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the access policy. accessPolicyArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the access policy, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}

' accessPolicyIdentity: allOf: - $ref: '#/components/schemas/Identity' - description: 'The identity (IAM Identity Center user, IAM Identity Center group, or IAM user) to which this access policy applies.' accessPolicyResource: allOf: - $ref: '#/components/schemas/Resource' - description: The IoT SiteWise Monitor resource (portal or project) to which this access policy provides access. accessPolicyPermission: allOf: - $ref: '#/components/schemas/Permission' - description: The access policy permission. Note that a project ADMINISTRATOR is also known as a project owner. accessPolicyCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the access policy was created, in Unix epoch time.' accessPolicyLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the access policy was last updated, in Unix epoch time.' DescribeAssetResponse: type: object required: - assetId - assetArn - assetName - assetModelId - assetProperties - assetHierarchies - assetCreationDate - assetLastUpdateDate - assetStatus properties: assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset. assetArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the asset, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

' assetName: allOf: - $ref: '#/components/schemas/Name' - description: The name of the asset. assetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model that was used to create the asset. assetProperties: allOf: - $ref: '#/components/schemas/AssetProperties' - description:

The list of asset properties for the asset.

This object doesn't include properties that you define in composite models. You can find composite model properties in the assetCompositeModels object.

assetHierarchies: allOf: - $ref: '#/components/schemas/AssetHierarchies' - description: A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships. assetCompositeModels: allOf: - $ref: '#/components/schemas/AssetCompositeModels' - description: The composite models for the asset. assetCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset was created, in Unix epoch time.' assetLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset was last updated, in Unix epoch time.' assetStatus: allOf: - $ref: '#/components/schemas/AssetStatus' - description: 'The current status of the asset, which contains a state and any error message.' assetDescription: allOf: - $ref: '#/components/schemas/Description' - description: A description for the asset. DescribeAssetModelResponse: type: object required: - assetModelId - assetModelArn - assetModelName - assetModelDescription - assetModelProperties - assetModelHierarchies - assetModelCreationDate - assetModelLastUpdateDate - assetModelStatus properties: assetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model. assetModelArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the asset model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

' assetModelName: allOf: - $ref: '#/components/schemas/Name' - description: The name of the asset model. assetModelDescription: allOf: - $ref: '#/components/schemas/Description' - description: The asset model's description. assetModelProperties: allOf: - $ref: '#/components/schemas/AssetModelProperties' - description:

The list of asset properties for the asset model.

This object doesn't include properties that you define in composite models. You can find composite model properties in the assetModelCompositeModels object.

assetModelHierarchies: allOf: - $ref: '#/components/schemas/AssetModelHierarchies' - description: A list of asset model hierarchies that each contain a childAssetModelId and a hierarchyId (named id). A hierarchy specifies allowed parent/child asset relationships for an asset model. assetModelCompositeModels: allOf: - $ref: '#/components/schemas/AssetModelCompositeModels' - description: The list of composite asset models for the asset model. assetModelCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset model was created, in Unix epoch time.' assetModelLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset model was last updated, in Unix epoch time.' assetModelStatus: allOf: - $ref: '#/components/schemas/AssetModelStatus' - description: 'The current status of the asset model, which contains a state and any error message.' DescribeAssetPropertyResponse: type: object required: - assetId - assetName - assetModelId properties: assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset. assetName: allOf: - $ref: '#/components/schemas/Name' - description: The name of the asset. assetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model. assetProperty: allOf: - $ref: '#/components/schemas/Property' - description: '

The asset property''s definition, alias, and notification state.

This response includes this object for normal asset properties. If you describe an asset property in a composite model, this response includes the asset property information in compositeModel.

' compositeModel: allOf: - $ref: '#/components/schemas/CompositeModelProperty' - description: 'The composite asset model that declares this asset property, if this asset property exists in a composite model.' DescribeBulkImportJobResponse: type: object required: - jobId - jobName - jobStatus - jobRoleArn - files - errorReportLocation - jobConfiguration - jobCreationDate - jobLastUpdateDate properties: jobId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the job. jobName: allOf: - $ref: '#/components/schemas/Name' - description: The unique name that helps identify the job request. jobStatus: allOf: - $ref: '#/components/schemas/JobStatus' - description:

The status of the bulk import job can be one of following values.

jobRoleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the IAM role that allows IoT SiteWise to read Amazon S3 data.' files: allOf: - $ref: '#/components/schemas/Files' - description: The files in the specified Amazon S3 bucket that contain your data. errorReportLocation: allOf: - $ref: '#/components/schemas/ErrorReportLocation' - description: The Amazon S3 destination where errors associated with the job creation request are saved. jobConfiguration: allOf: - $ref: '#/components/schemas/JobConfiguration' - description: 'Contains the configuration information of a job, such as the file format used to save data in Amazon S3.' jobCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the job was created, in Unix epoch TIME.' jobLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the job was last updated, in Unix epoch time.' DescribeDashboardResponse: type: object required: - dashboardId - dashboardArn - dashboardName - projectId - dashboardDefinition - dashboardCreationDate - dashboardLastUpdateDate properties: dashboardId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the dashboard. dashboardArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the dashboard, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

' dashboardName: allOf: - $ref: '#/components/schemas/Name' - description: The name of the dashboard. projectId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the project that the dashboard is in. dashboardDescription: allOf: - $ref: '#/components/schemas/Description' - description: The dashboard's description. dashboardDefinition: allOf: - $ref: '#/components/schemas/DashboardDefinition' - description: 'The dashboard''s definition JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.' dashboardCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the dashboard was created, in Unix epoch time.' dashboardLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the dashboard was last updated, in Unix epoch time.' DescribeDefaultEncryptionConfigurationResponse: type: object required: - encryptionType - configurationStatus properties: encryptionType: allOf: - $ref: '#/components/schemas/EncryptionType' - description: The type of encryption used for the encryption configuration. kmsKeyArn: allOf: - $ref: '#/components/schemas/ARN' - description: The key ARN of the customer managed key used for KMS encryption if you use KMS_BASED_ENCRYPTION. configurationStatus: allOf: - $ref: '#/components/schemas/ConfigurationStatus' - description: 'The status of the account configuration. This contains the ConfigurationState. If there''s an error, it also contains the ErrorDetails.' DescribeGatewayResponse: type: object required: - gatewayId - gatewayName - gatewayArn - gatewayCapabilitySummaries - creationDate - lastUpdateDate properties: gatewayId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the gateway device. gatewayName: allOf: - $ref: '#/components/schemas/Name' - description: The name of the gateway. gatewayArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the gateway, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}

' gatewayPlatform: allOf: - $ref: '#/components/schemas/GatewayPlatform' - description: The gateway's platform. gatewayCapabilitySummaries: allOf: - $ref: '#/components/schemas/GatewayCapabilitySummaries' - description: 'A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration''s definition, use DescribeGatewayCapabilityConfiguration.' creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the gateway was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the gateway was last updated, in Unix epoch time.' DescribeGatewayCapabilityConfigurationResponse: type: object required: - gatewayId - capabilityNamespace - capabilityConfiguration - capabilitySyncStatus properties: gatewayId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the gateway that defines the capability configuration. capabilityNamespace: allOf: - $ref: '#/components/schemas/CapabilityNamespace' - description: The namespace of the gateway capability. capabilityConfiguration: allOf: - $ref: '#/components/schemas/CapabilityConfiguration' - description: 'The JSON document that defines the gateway capability''s configuration. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.' capabilitySyncStatus: allOf: - $ref: '#/components/schemas/CapabilitySyncStatus' - description: '

The synchronization status of the capability configuration. The sync status can be one of the following:

' DescribeLoggingOptionsResponse: type: object required: - loggingOptions properties: loggingOptions: allOf: - $ref: '#/components/schemas/LoggingOptions' - description: The current logging options. DescribePortalResponse: type: object required: - portalId - portalArn - portalName - portalClientId - portalStartUrl - portalContactEmail - portalStatus - portalCreationDate - portalLastUpdateDate properties: portalId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the portal. portalArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the portal, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}

' portalName: allOf: - $ref: '#/components/schemas/Name' - description: The name of the portal. portalDescription: allOf: - $ref: '#/components/schemas/Description' - description: The portal's description. portalClientId: allOf: - $ref: '#/components/schemas/PortalClientId' - description: The IAM Identity Center application generated client ID (used with IAM Identity Center APIs). IoT SiteWise includes portalClientId for only portals that use IAM Identity Center to authenticate users. portalStartUrl: allOf: - $ref: '#/components/schemas/Url' - description: 'The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.' portalContactEmail: allOf: - $ref: '#/components/schemas/Email' - description: The Amazon Web Services administrator's contact email address. portalStatus: allOf: - $ref: '#/components/schemas/PortalStatus' - description: 'The current status of the portal, which contains a state and any error message.' portalCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the portal was created, in Unix epoch time.' portalLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the portal was last updated, in Unix epoch time.' portalLogoImageLocation: allOf: - $ref: '#/components/schemas/ImageLocation' - description: 'The portal''s logo image, which is available at a URL.' roleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the service role that allows the portal''s users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.' portalAuthMode: allOf: - $ref: '#/components/schemas/AuthMode' - description: The service to use to authenticate users to the portal. notificationSenderEmail: allOf: - $ref: '#/components/schemas/Email' - description: The email address that sends alarm notifications. alarms: allOf: - $ref: '#/components/schemas/Alarms' - description: Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. DescribeProjectResponse: type: object required: - projectId - projectArn - projectName - portalId - projectCreationDate - projectLastUpdateDate properties: projectId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the project. projectArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the project, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

' projectName: allOf: - $ref: '#/components/schemas/Name' - description: The name of the project. portalId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the portal that the project is in. projectDescription: allOf: - $ref: '#/components/schemas/Description' - description: The project's description. projectCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the project was created, in Unix epoch time.' projectLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the project was last updated, in Unix epoch time.' DescribeStorageConfigurationResponse: type: object required: - storageType - configurationStatus properties: storageType: allOf: - $ref: '#/components/schemas/StorageType' - description: '

The storage tier that you specified for your data. The storageType parameter can be one of the following values:

' multiLayerStorage: allOf: - $ref: '#/components/schemas/MultiLayerStorage' - description: Contains information about the storage destination. disassociatedDataStorage: allOf: - $ref: '#/components/schemas/DisassociatedDataStorageState' - description: '

Contains the storage configuration for time series (data streams) that aren''t associated with asset properties. The disassociatedDataStorage can be one of the following values:

For more information, see Data streams in the IoT SiteWise User Guide.

' retentionPeriod: allOf: - $ref: '#/components/schemas/RetentionPeriod' - description: 'How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.' configurationStatus: $ref: '#/components/schemas/ConfigurationStatus' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the storage configuration was last updated, in Unix epoch time.' DescribeTimeSeriesResponse: type: object required: - timeSeriesId - dataType - timeSeriesCreationDate - timeSeriesLastUpdateDate - timeSeriesArn properties: assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset in which the asset property was created. propertyId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset property. alias: allOf: - $ref: '#/components/schemas/PropertyAlias' - description: The alias that identifies the time series. timeSeriesId: allOf: - $ref: '#/components/schemas/TimeSeriesId' - description: The ID of the time series. dataType: allOf: - $ref: '#/components/schemas/PropertyDataType' - description: '

The data type of the time series.

If you specify STRUCT, you must also specify dataTypeSpec to identify the type of the structure for this time series.

' dataTypeSpec: allOf: - $ref: '#/components/schemas/Name' - description:

The data type of the structure for this time series. This parameter is required for time series that have the STRUCT data type.

The options for this parameter depend on the type of the composite model in which you created the asset property that is associated with your time series. Use AWS/ALARM_STATE for alarm state in alarm composite models.

timeSeriesCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date that the time series was created, in Unix epoch time.' timeSeriesLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date that the time series was last updated, in Unix epoch time.' timeSeriesArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the time series, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}

' GetAssetPropertyAggregatesResponse: type: object required: - aggregatedValues properties: aggregatedValues: allOf: - $ref: '#/components/schemas/AggregatedValues' - description: The requested aggregated values. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' AggregateType: type: string enum: - AVERAGE - COUNT - MAXIMUM - MINIMUM - SUM - STANDARD_DEVIATION Quality: type: string enum: - GOOD - BAD - UNCERTAIN GetAssetPropertyValueResponse: type: object properties: propertyValue: allOf: - $ref: '#/components/schemas/AssetPropertyValue' - description: The current asset property value. GetAssetPropertyValueHistoryResponse: type: object required: - assetPropertyValueHistory properties: assetPropertyValueHistory: allOf: - $ref: '#/components/schemas/AssetPropertyValueHistory' - description: The asset property's value history. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' GetInterpolatedAssetPropertyValuesResponse: type: object required: - interpolatedAssetPropertyValues properties: interpolatedAssetPropertyValues: allOf: - $ref: '#/components/schemas/InterpolatedAssetPropertyValues' - description: The requested interpolated values. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListAccessPoliciesResponse: type: object required: - accessPolicySummaries properties: accessPolicySummaries: allOf: - $ref: '#/components/schemas/AccessPolicySummaries' - description: A list that summarizes each access policy. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListAssetModelPropertiesResponse: type: object required: - assetModelPropertySummaries properties: assetModelPropertySummaries: allOf: - $ref: '#/components/schemas/AssetModelPropertySummaries' - description: A list that summarizes the properties associated with the specified asset model. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListAssetModelsResponse: type: object required: - assetModelSummaries properties: assetModelSummaries: allOf: - $ref: '#/components/schemas/AssetModelSummaries' - description: A list that summarizes each asset model. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListAssetPropertiesResponse: type: object required: - assetPropertySummaries properties: assetPropertySummaries: allOf: - $ref: '#/components/schemas/AssetPropertySummaries' - description: A list that summarizes the properties associated with the specified asset. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListAssetRelationshipsResponse: type: object required: - assetRelationshipSummaries properties: assetRelationshipSummaries: allOf: - $ref: '#/components/schemas/AssetRelationshipSummaries' - description: A list that summarizes each asset relationship. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListAssetsResponse: type: object required: - assetSummaries properties: assetSummaries: allOf: - $ref: '#/components/schemas/AssetSummaries' - description: A list that summarizes each asset. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListAssociatedAssetsResponse: type: object required: - assetSummaries properties: assetSummaries: allOf: - $ref: '#/components/schemas/AssociatedAssetsSummaries' - description: A list that summarizes the associated assets. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListBulkImportJobsResponse: type: object required: - jobSummaries properties: jobSummaries: allOf: - $ref: '#/components/schemas/JobSummaries' - description: One or more job summaries to list. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListDashboardsResponse: type: object required: - dashboardSummaries properties: dashboardSummaries: allOf: - $ref: '#/components/schemas/DashboardSummaries' - description: A list that summarizes each dashboard in the project. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListGatewaysResponse: type: object required: - gatewaySummaries properties: gatewaySummaries: allOf: - $ref: '#/components/schemas/GatewaySummaries' - description: A list that summarizes each gateway. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListPortalsResponse: type: object properties: portalSummaries: allOf: - $ref: '#/components/schemas/PortalSummaries' - description: A list that summarizes each portal. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListProjectAssetsResponse: type: object required: - assetIds properties: assetIds: allOf: - $ref: '#/components/schemas/AssetIDs' - description: A list that contains the IDs of each asset associated with the project. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListProjectsResponse: type: object required: - projectSummaries properties: projectSummaries: allOf: - $ref: '#/components/schemas/ProjectSummaries' - description: A list that summarizes each project in the portal. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' ListTagsForResourceResponse: type: object properties: tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'The list of key-value pairs that contain metadata for the resource. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' UnauthorizedException: {} ListTimeSeriesResponse: type: object required: - TimeSeriesSummaries properties: TimeSeriesSummaries: allOf: - $ref: '#/components/schemas/TimeSeriesSummaries' - description: One or more time series summaries to list. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'The token for the next set of results, or null if there are no additional results.' PutDefaultEncryptionConfigurationResponse: type: object required: - encryptionType - configurationStatus properties: encryptionType: allOf: - $ref: '#/components/schemas/EncryptionType' - description: The type of encryption used for the encryption configuration. kmsKeyArn: allOf: - $ref: '#/components/schemas/ARN' - description: The Key ARN of the KMS key used for KMS encryption if you use KMS_BASED_ENCRYPTION. configurationStatus: allOf: - $ref: '#/components/schemas/ConfigurationStatus' - description: 'The status of the account configuration. This contains the ConfigurationState. If there is an error, it also contains the ErrorDetails.' PutLoggingOptionsResponse: type: object properties: {} LoggingLevel: type: string enum: - ERROR - INFO - 'OFF' PutStorageConfigurationResponse: type: object required: - storageType - configurationStatus properties: storageType: allOf: - $ref: '#/components/schemas/StorageType' - description: '

The storage tier that you specified for your data. The storageType parameter can be one of the following values:

' multiLayerStorage: allOf: - $ref: '#/components/schemas/MultiLayerStorage' - description: Contains information about the storage destination. disassociatedDataStorage: allOf: - $ref: '#/components/schemas/DisassociatedDataStorageState' - description: '

Contains the storage configuration for time series (data streams) that aren''t associated with asset properties. The disassociatedDataStorage can be one of the following values:

For more information, see Data streams in the IoT SiteWise User Guide.

' retentionPeriod: $ref: '#/components/schemas/RetentionPeriod' configurationStatus: $ref: '#/components/schemas/ConfigurationStatus' CustomerManagedS3Storage: type: object required: - s3ResourceArn - roleArn properties: s3ResourceArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the Amazon S3 object. For more information about how to find the ARN for an Amazon S3 object, see Amazon S3 resources in the Amazon Simple Storage Service User Guide.' roleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the Identity and Access Management role that allows IoT SiteWise to send data to Amazon S3.' description: Contains information about a customer managed Amazon S3 bucket. NumberOfDays: type: integer minimum: 30 Unlimited: type: boolean TagResourceResponse: type: object properties: {} TooManyTagsException: {} UntagResourceResponse: type: object properties: {} TagKey: type: string minLength: 1 maxLength: 128 UpdateAccessPolicyResponse: type: object properties: {} UpdateAssetResponse: type: object required: - assetStatus properties: assetStatus: allOf: - $ref: '#/components/schemas/AssetStatus' - description: 'The status of the asset, which contains a state (UPDATING after successfully calling this operation) and any error message.' UpdateAssetModelResponse: type: object required: - assetModelStatus properties: assetModelStatus: allOf: - $ref: '#/components/schemas/AssetModelStatus' - description: 'The status of the asset model, which contains a state (UPDATING after successfully calling this operation) and any error message.' AssetModelProperty: type: object required: - name - dataType - type properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model property. name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the asset model property. dataType: allOf: - $ref: '#/components/schemas/PropertyDataType' - description: The data type of the asset model property. dataTypeSpec: allOf: - $ref: '#/components/schemas/Name' - description: The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type. unit: allOf: - $ref: '#/components/schemas/PropertyUnit' - description: 'The unit of the asset model property, such as Newtons or RPM.' type: allOf: - $ref: '#/components/schemas/PropertyType' - description: The property type (see PropertyType). description: Contains information about an asset model property. AssetModelHierarchy: type: object required: - name - childAssetModelId properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model hierarchy. This ID is a hierarchyId. name: allOf: - $ref: '#/components/schemas/Name' - description: 'The name of the asset model hierarchy that you specify by using the CreateAssetModel or UpdateAssetModel API operation.' childAssetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model. All assets in this hierarchy must be instances of the childAssetModelId asset model. description: 'Describes an asset hierarchy that contains a hierarchy''s name, ID, and child asset model ID that specifies the type of asset that can be in this hierarchy.' AssetModelCompositeModel: type: object required: - name - type properties: name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the composite model. description: allOf: - $ref: '#/components/schemas/Description' - description: The description of the composite model. type: allOf: - $ref: '#/components/schemas/Name' - description: 'The type of the composite model. For alarm composite models, this type is AWS/ALARM.' properties: description: The asset property definitions for this composite model. id: allOf: - $ref: '#/components/schemas/ID' - description: ' The ID of the asset model composite model. ' description: Contains information about a composite model in an asset model. This object contains the asset property definitions that you define in the composite model. UpdateDashboardResponse: type: object properties: {} UpdateGatewayCapabilityConfigurationResponse: type: object required: - capabilityNamespace - capabilitySyncStatus properties: capabilityNamespace: allOf: - $ref: '#/components/schemas/CapabilityNamespace' - description: The namespace of the gateway capability. capabilitySyncStatus: allOf: - $ref: '#/components/schemas/CapabilitySyncStatus' - description: '

The synchronization status of the capability configuration. The sync status can be one of the following:

After you update a capability configuration, its sync status is OUT_OF_SYNC until the gateway receives and applies or rejects the updated configuration.

' UpdatePortalResponse: type: object required: - portalStatus properties: portalStatus: allOf: - $ref: '#/components/schemas/PortalStatus' - description: 'The status of the portal, which contains a state (UPDATING after successfully calling this operation) and any error message.' ImageFile: type: object required: - data - type properties: data: allOf: - $ref: '#/components/schemas/ImageFileData' - description: 'The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.' type: allOf: - $ref: '#/components/schemas/ImageFileType' - description: The file type of the image. description: Contains an image file. UpdateProjectResponse: type: object properties: {} AccessPolicySummary: type: object required: - id - identity - resource - permission properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the access policy. identity: allOf: - $ref: '#/components/schemas/Identity' - description: 'The identity (an IAM Identity Center user, an IAM Identity Center group, or an IAM user).' resource: allOf: - $ref: '#/components/schemas/Resource' - description: The IoT SiteWise Monitor resource (a portal or project). permission: allOf: - $ref: '#/components/schemas/Permission' - description: The permissions for the access policy. Note that a project ADMINISTRATOR is also known as a project owner. creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the access policy was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the access policy was last updated, in Unix epoch time.' description: Contains an access policy that defines an identity's access to an IoT SiteWise Monitor resource. AccessPolicySummaries: type: array items: $ref: '#/components/schemas/AccessPolicySummary' Identity: type: object properties: user: allOf: - $ref: '#/components/schemas/UserIdentity' - description: An IAM Identity Center user identity. group: allOf: - $ref: '#/components/schemas/GroupIdentity' - description: An IAM Identity Center group identity. iamUser: allOf: - $ref: '#/components/schemas/IAMUserIdentity' - description: An IAM user identity. iamRole: allOf: - $ref: '#/components/schemas/IAMRoleIdentity' - description: An IAM role identity. description: '

Contains an identity that can access an IoT SiteWise Monitor resource.

Currently, you can''t use Amazon Web Services APIs to retrieve IAM Identity Center identity IDs. You can find the IAM Identity Center identity IDs in the URL of user and group pages in the IAM Identity Center console.

' Resource: type: object properties: portal: allOf: - $ref: '#/components/schemas/PortalResource' - description: A portal resource. project: allOf: - $ref: '#/components/schemas/ProjectResource' - description: A project resource. description: Contains an IoT SiteWise Monitor resource ID for a portal or project. Permission: type: string enum: - ADMINISTRATOR - VIEWER Timestamp: type: string format: date-time AggregateTypes: type: array items: $ref: '#/components/schemas/AggregateType' minItems: 1 AggregatedDoubleValue: type: number format: double Aggregates: type: object properties: average: allOf: - $ref: '#/components/schemas/AggregatedDoubleValue' - description: The average (mean) value of the time series over a time interval window. count: allOf: - $ref: '#/components/schemas/AggregatedDoubleValue' - description: The count of data points in the time series over a time interval window. maximum: allOf: - $ref: '#/components/schemas/AggregatedDoubleValue' - description: The maximum value of the time series over a time interval window. minimum: allOf: - $ref: '#/components/schemas/AggregatedDoubleValue' - description: The minimum value of the time series over a time interval window. sum: allOf: - $ref: '#/components/schemas/AggregatedDoubleValue' - description: The sum of the time series over a time interval window. standardDeviation: allOf: - $ref: '#/components/schemas/AggregatedDoubleValue' - description: The standard deviation of the time series over a time interval window. description: Contains the (pre-calculated) aggregate values for an asset property. AggregatedValue: type: object required: - timestamp - value properties: timestamp: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the aggregating computations occurred, in Unix epoch time.' quality: allOf: - $ref: '#/components/schemas/Quality' - description: The quality of the aggregated data. value: allOf: - $ref: '#/components/schemas/Aggregates' - description: The value of the aggregates. description: 'Contains aggregated asset property values (for example, average, minimum, and maximum).' AggregatedValues: type: array items: $ref: '#/components/schemas/AggregatedValue' Alarms: type: object required: - alarmRoleArn properties: alarmRoleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the IAM role that allows the alarm to perform actions and access Amazon Web Services resources and services, such as IoT Events.' notificationLambdaArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the IoT Events Developer Guide.' description: 'Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.' AmazonResourceName: type: string minLength: 1 maxLength: 1011 Name: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 Description: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 AssetCompositeModel: type: object required: - name - type - properties properties: name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the composite model. description: allOf: - $ref: '#/components/schemas/Description' - description: The description of the composite model. type: allOf: - $ref: '#/components/schemas/Name' - description: 'The type of the composite model. For alarm composite models, this type is AWS/ALARM.' properties: description: The asset properties that this composite model defines. id: allOf: - $ref: '#/components/schemas/ID' - description: ' The ID of the asset composite model. ' description: Contains information about a composite model in an asset. This object contains the asset's properties that you define in the composite model. AssetCompositeModels: type: array items: $ref: '#/components/schemas/AssetCompositeModel' AssetErrorCode: type: string enum: - INTERNAL_FAILURE AssetErrorMessage: type: string AssetErrorDetails: type: object required: - assetId - code - message properties: assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset. code: allOf: - $ref: '#/components/schemas/AssetErrorCode' - description: The error code. message: allOf: - $ref: '#/components/schemas/AssetErrorMessage' - description: The error message. description: Contains error details for the requested associate project asset action. AssetHierarchy: type: object required: - name properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the hierarchy. This ID is a hierarchyId. name: allOf: - $ref: '#/components/schemas/Name' - description: 'The hierarchy name provided in the CreateAssetModel or UpdateAssetModel API operation.' description: Describes an asset hierarchy that contains a hierarchy's name and ID. AssetHierarchies: type: array items: $ref: '#/components/schemas/AssetHierarchy' AssetHierarchyInfo: type: object properties: parentAssetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the parent asset in this asset relationship. childAssetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the child asset in this asset relationship. description: Contains information about a parent asset and a child asset that are related through an asset hierarchy. AssetIDs: type: array items: $ref: '#/components/schemas/ID' AssetModelCompositeModelDefinitions: type: array items: $ref: '#/components/schemas/AssetModelCompositeModelDefinition' AssetModelCompositeModels: type: array items: $ref: '#/components/schemas/AssetModelCompositeModel' AssetModelHierarchies: type: array items: $ref: '#/components/schemas/AssetModelHierarchy' AssetModelHierarchyDefinitions: type: array items: $ref: '#/components/schemas/AssetModelHierarchyDefinition' AssetModelProperties: type: array items: $ref: '#/components/schemas/AssetModelProperty' PropertyDataType: type: string enum: - STRING - INTEGER - DOUBLE - BOOLEAN - STRUCT PropertyUnit: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 PropertyType: type: object properties: attribute: allOf: - $ref: '#/components/schemas/Attribute' - description: 'Specifies an asset attribute property. An attribute generally contains static information, such as the serial number of an IIoT wind turbine.' measurement: allOf: - $ref: '#/components/schemas/Measurement' - description: 'Specifies an asset measurement property. A measurement represents a device''s raw sensor data stream, such as timestamped temperature values or timestamped power values.' transform: allOf: - $ref: '#/components/schemas/Transform' - description: 'Specifies an asset transform property. A transform contains a mathematical expression that maps a property''s data points from one form to another, such as a unit conversion from Celsius to Fahrenheit.' metric: allOf: - $ref: '#/components/schemas/Metric' - description: 'Specifies an asset metric property. A metric contains a mathematical expression that uses aggregate functions to process all input data points over a time interval and output a single data point, such as to calculate the average hourly temperature.' description: 'Contains a property type, which can be one of attribute, measurement, metric, or transform.' AssetModelPropertyDefinitions: type: array items: $ref: '#/components/schemas/AssetModelPropertyDefinition' AssetModelPropertySummary: type: object required: - name - dataType - type properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the property. name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the property. dataType: allOf: - $ref: '#/components/schemas/PropertyDataType' - description: The data type of the property. dataTypeSpec: allOf: - $ref: '#/components/schemas/Name' - description: The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type. unit: allOf: - $ref: '#/components/schemas/PropertyUnit' - description: The unit (such as Newtons or RPM) of the property. type: $ref: '#/components/schemas/PropertyType' assetModelCompositeModelId: allOf: - $ref: '#/components/schemas/ID' - description: ' The ID of the composite model that contains the asset model property. ' description: Contains a summary of a property associated with a model. AssetModelPropertySummaries: type: array items: $ref: '#/components/schemas/AssetModelPropertySummary' AssetModelState: type: string enum: - CREATING - ACTIVE - UPDATING - PROPAGATING - DELETING - FAILED ErrorDetails: type: object required: - code - message properties: code: allOf: - $ref: '#/components/schemas/ErrorCode' - description: The error code. message: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: The error message. details: allOf: - $ref: '#/components/schemas/DetailedErrors' - description: ' A list of detailed errors. ' description: Contains the details of an IoT SiteWise error. AssetModelStatus: type: object required: - state properties: state: allOf: - $ref: '#/components/schemas/AssetModelState' - description: The current state of the asset model. error: allOf: - $ref: '#/components/schemas/ErrorDetails' - description: 'Contains associated error information, if any.' description: 'Contains current status information for an asset model. For more information, see Asset and model states in the IoT SiteWise User Guide.' AssetModelSummary: type: object required: - id - arn - name - description - creationDate - lastUpdateDate - status properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model (used with IoT SiteWise APIs). arn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the asset model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

' name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the asset model. description: allOf: - $ref: '#/components/schemas/Description' - description: The asset model description. creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset model was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset model was last updated, in Unix epoch time.' status: allOf: - $ref: '#/components/schemas/AssetModelStatus' - description: The current status of the asset model. description: Contains a summary of an asset model. AssetModelSummaries: type: array items: $ref: '#/components/schemas/AssetModelSummary' AssetProperty: type: object required: - id - name - dataType properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset property. name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the property. alias: allOf: - $ref: '#/components/schemas/PropertyAlias' - description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' notification: allOf: - $ref: '#/components/schemas/PropertyNotification' - description: 'The asset property''s notification topic and state. For more information, see UpdateAssetProperty.' dataType: allOf: - $ref: '#/components/schemas/PropertyDataType' - description: The data type of the asset property. dataTypeSpec: allOf: - $ref: '#/components/schemas/Name' - description: The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type. unit: allOf: - $ref: '#/components/schemas/PropertyUnit' - description: The unit (such as Newtons or RPM) of the asset property. description: Contains asset property information. AssetProperties: type: array items: $ref: '#/components/schemas/AssetProperty' PropertyAlias: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 PropertyNotification: type: object required: - topic - state properties: topic: allOf: - $ref: '#/components/schemas/PropertyNotificationTopic' - description: The MQTT topic to which IoT SiteWise publishes property value update notifications. state: allOf: - $ref: '#/components/schemas/PropertyNotificationState' - description: The current notification state. description: 'Contains asset property value notification information. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.' AssetPropertyAlias: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 2048 AssetPropertySummary: type: object properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the property. alias: allOf: - $ref: '#/components/schemas/PropertyAlias' - description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' unit: allOf: - $ref: '#/components/schemas/PropertyUnit' - description: ' The unit of measure (such as Newtons or RPM) of the asset property. ' notification: $ref: '#/components/schemas/PropertyNotification' assetCompositeModelId: allOf: - $ref: '#/components/schemas/ID' - description: ' The ID of the composite model that contains the asset property. ' description: Contains a summary of a property associated with an asset. AssetPropertySummaries: type: array items: $ref: '#/components/schemas/AssetPropertySummary' Variant: type: object properties: stringValue: allOf: - $ref: '#/components/schemas/PropertyValueStringValue' - description: Asset property data of type string (sequence of characters). integerValue: allOf: - $ref: '#/components/schemas/PropertyValueIntegerValue' - description: Asset property data of type integer (whole number). doubleValue: allOf: - $ref: '#/components/schemas/PropertyValueDoubleValue' - description: Asset property data of type double (floating point number). booleanValue: allOf: - $ref: '#/components/schemas/PropertyValueBooleanValue' - description: Asset property data of type Boolean (true or false). description: Contains an asset property value (of a single type only). TimeInNanos: type: object required: - timeInSeconds properties: timeInSeconds: allOf: - $ref: '#/components/schemas/TimeInSeconds' - description: 'The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by offsetInNanos.' offsetInNanos: allOf: - $ref: '#/components/schemas/OffsetInNanos' - description: The nanosecond offset from timeInSeconds. description: Contains a timestamp with optional nanosecond granularity. AssetPropertyValue: type: object required: - value - timestamp properties: value: allOf: - $ref: '#/components/schemas/Variant' - description: The value of the asset property (see Variant). timestamp: allOf: - $ref: '#/components/schemas/TimeInNanos' - description: The timestamp of the asset property value. quality: allOf: - $ref: '#/components/schemas/Quality' - description: The quality of the asset property value. description: Contains asset property value information. AssetPropertyValueHistory: type: array items: $ref: '#/components/schemas/AssetPropertyValue' AssetPropertyValues: type: array items: $ref: '#/components/schemas/AssetPropertyValue' AssetRelationshipSummary: type: object required: - relationshipType properties: hierarchyInfo: allOf: - $ref: '#/components/schemas/AssetHierarchyInfo' - description:

The assets that are related through an asset hierarchy.

This object is present if the relationshipType is HIERARCHY.

relationshipType: allOf: - $ref: '#/components/schemas/AssetRelationshipType' - description: '

The relationship type of the assets in this relationship. This value is one of the following:

' description: Contains information about assets that are related to one another. AssetRelationshipSummaries: type: array items: $ref: '#/components/schemas/AssetRelationshipSummary' AssetRelationshipType: type: string enum: - HIERARCHY AssetState: type: string enum: - CREATING - ACTIVE - UPDATING - DELETING - FAILED AssetStatus: type: object required: - state properties: state: allOf: - $ref: '#/components/schemas/AssetState' - description: The current status of the asset. error: allOf: - $ref: '#/components/schemas/ErrorDetails' - description: 'Contains associated error information, if any.' description: 'Contains information about the current status of an asset. For more information, see Asset and model states in the IoT SiteWise User Guide.' AssetSummary: type: object required: - id - arn - name - assetModelId - creationDate - lastUpdateDate - status - hierarchies properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset. arn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the asset, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

' name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the asset. assetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model used to create this asset. creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset was last updated, in Unix epoch time.' status: allOf: - $ref: '#/components/schemas/AssetStatus' - description: The current status of the asset. hierarchies: allOf: - $ref: '#/components/schemas/AssetHierarchies' - description: A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships. description: allOf: - $ref: '#/components/schemas/Description' - description: A description for the asset. description: Contains a summary of an asset. AssetSummaries: type: array items: $ref: '#/components/schemas/AssetSummary' ClientToken: type: string pattern: '\S{36,64}' minLength: 36 maxLength: 64 AssociateAssetsRequest: type: object required: - hierarchyId - childAssetId title: AssociateAssetsRequest properties: hierarchyId: allOf: - $ref: '#/components/schemas/ID' - description: 'The ID of a hierarchy in the parent asset''s model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.' childAssetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the child asset to be associated. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. AssociateTimeSeriesToAssetPropertyRequest: type: object title: AssociateTimeSeriesToAssetPropertyRequest properties: clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. AssociatedAssetsSummary: type: object required: - id - arn - name - assetModelId - creationDate - lastUpdateDate - status - hierarchies properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset. arn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the asset, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

' name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the asset. assetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model used to create the asset. creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the asset was last updated, in Unix epoch time.' status: allOf: - $ref: '#/components/schemas/AssetStatus' - description: The current status of the asset. hierarchies: allOf: - $ref: '#/components/schemas/AssetHierarchies' - description: A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships. description: allOf: - $ref: '#/components/schemas/Description' - description: A description for the asset. description: Contains a summary of an associated asset. AssociatedAssetsSummaries: type: array items: $ref: '#/components/schemas/AssociatedAssetsSummary' DefaultValue: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 1024 Attribute: type: object properties: defaultValue: allOf: - $ref: '#/components/schemas/DefaultValue' - description: 'The default value of the asset model property attribute. All assets that you create from the asset model contain this attribute value. You can update an attribute''s value after you create an asset. For more information, see Updating attribute values in the IoT SiteWise User Guide.' description: 'Contains an asset attribute property. For more information, see Attributes in the IoT SiteWise User Guide.' AuthMode: type: string enum: - IAM - SSO BatchAssociateProjectAssetsErrors: type: array items: $ref: '#/components/schemas/AssetErrorDetails' IDs: type: array items: $ref: '#/components/schemas/ID' minItems: 1 maxItems: 100 BatchAssociateProjectAssetsRequest: type: object required: - assetIds title: BatchAssociateProjectAssetsRequest properties: assetIds: allOf: - $ref: '#/components/schemas/IDs' - description: The IDs of the assets to be associated to the project. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. BatchDisassociateProjectAssetsErrors: type: array items: $ref: '#/components/schemas/AssetErrorDetails' BatchDisassociateProjectAssetsRequest: type: object required: - assetIds title: BatchDisassociateProjectAssetsRequest properties: assetIds: allOf: - $ref: '#/components/schemas/IDs' - description: The IDs of the assets to be disassociated from the project. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. BatchEntryCompletionStatus: type: string enum: - SUCCESS - ERROR BatchGetAssetPropertyAggregatesEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesEntry' EntryId: type: string pattern: '^[a-zA-Z0-9_-]+$' minLength: 1 maxLength: 64 Resolution: type: string pattern: 1m|15m|1h|1d minLength: 2 maxLength: 3 Qualities: type: array items: $ref: '#/components/schemas/Quality' minItems: 1 maxItems: 1 TimeOrdering: type: string enum: - ASCENDING - DESCENDING BatchGetAssetPropertyAggregatesErrorCode: type: string enum: - ResourceNotFoundException - InvalidRequestException - AccessDeniedException BatchGetAssetPropertyAggregatesErrorEntry: type: object required: - errorCode - errorMessage - entryId properties: errorCode: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesErrorCode' - description: The error code. errorMessage: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: The associated error message. entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. description: 'Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.' BatchGetAssetPropertyAggregatesErrorEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesErrorEntry' ErrorMessage: type: string BatchGetAssetPropertyAggregatesErrorInfo: type: object required: - errorCode - errorTimestamp properties: errorCode: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesErrorCode' - description: The error code. errorTimestamp: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the error occurred, in Unix epoch time.' description: 'Contains the error code and the timestamp for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.' BatchGetAssetPropertyAggregatesMaxResults: type: integer minimum: 1 NextToken: type: string pattern: '[A-Za-z0-9+/=]+' minLength: 1 maxLength: 4096 BatchGetAssetPropertyAggregatesRequest: type: object required: - entries title: BatchGetAssetPropertyAggregatesRequest properties: entries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesEntries' - description: The list of asset property aggregate entries for the batch get request. You can specify up to 16 entries per request. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: The token to be used for the next set of paginated results. maxResults: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesMaxResults' - description: '

The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

' BatchGetAssetPropertyAggregatesSuccessEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesSuccessEntry' BatchGetAssetPropertyAggregatesSkippedEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesSkippedEntry' BatchGetAssetPropertyAggregatesSkippedEntry: type: object required: - entryId - completionStatus properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. completionStatus: allOf: - $ref: '#/components/schemas/BatchEntryCompletionStatus' - description: 'The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.' errorInfo: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyAggregatesErrorInfo' - description: 'The error information, such as the error code and the timestamp.' description: 'Contains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates request.' BatchGetAssetPropertyAggregatesSuccessEntry: type: object required: - entryId - aggregatedValues properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. aggregatedValues: allOf: - $ref: '#/components/schemas/AggregatedValues' - description: 'The requested aggregated asset property values (for example, average, minimum, and maximum).' description: 'Contains success information for an entry that is associated with the BatchGetAssetPropertyAggregates API.' BatchGetAssetPropertyValueEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueEntry' BatchGetAssetPropertyValueErrorCode: type: string enum: - ResourceNotFoundException - InvalidRequestException - AccessDeniedException BatchGetAssetPropertyValueErrorEntry: type: object required: - errorCode - errorMessage - entryId properties: errorCode: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueErrorCode' - description: The error code. errorMessage: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: The associated error message. entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. description: 'Contains error information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.' BatchGetAssetPropertyValueErrorEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueErrorEntry' BatchGetAssetPropertyValueErrorInfo: type: object required: - errorCode - errorTimestamp properties: errorCode: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueErrorCode' - description: The error code. errorTimestamp: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the error occurred, in Unix epoch time.' description: 'The error information, such as the error code and the timestamp.' BatchGetAssetPropertyValueHistoryEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryEntry' BatchGetAssetPropertyValueHistoryErrorCode: type: string enum: - ResourceNotFoundException - InvalidRequestException - AccessDeniedException BatchGetAssetPropertyValueHistoryErrorEntry: type: object required: - errorCode - errorMessage - entryId properties: errorCode: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryErrorCode' - description: The error code. errorMessage: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: The associated error message. entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. description: A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed. BatchGetAssetPropertyValueHistoryErrorEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryErrorEntry' BatchGetAssetPropertyValueHistoryErrorInfo: type: object required: - errorCode - errorTimestamp properties: errorCode: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryErrorCode' - description: The error code. errorTimestamp: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the error occurred, in Unix epoch time.' description: 'The error information, such as the error code and the timestamp.' BatchGetAssetPropertyValueHistoryMaxResults: type: integer minimum: 1 BatchGetAssetPropertyValueHistoryRequest: type: object required: - entries title: BatchGetAssetPropertyValueHistoryRequest properties: entries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryEntries' - description: The list of asset property historical value entries for the batch get request. You can specify up to 16 entries per request. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: The token to be used for the next set of paginated results. maxResults: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryMaxResults' - description: '

The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.

' BatchGetAssetPropertyValueHistorySuccessEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueHistorySuccessEntry' BatchGetAssetPropertyValueHistorySkippedEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueHistorySkippedEntry' BatchGetAssetPropertyValueHistorySkippedEntry: type: object required: - entryId - completionStatus properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. completionStatus: allOf: - $ref: '#/components/schemas/BatchEntryCompletionStatus' - description: 'The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.' errorInfo: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueHistoryErrorInfo' - description: 'The error information, such as the error code and the timestamp.' description: 'Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValueHistory request.' BatchGetAssetPropertyValueHistorySuccessEntry: type: object required: - entryId - assetPropertyValueHistory properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. assetPropertyValueHistory: allOf: - $ref: '#/components/schemas/AssetPropertyValueHistory' - description: The requested historical values for the specified asset property. description: 'Contains success information for an entry that is associated with the BatchGetAssetPropertyValueHistory API.' BatchGetAssetPropertyValueRequest: type: object required: - entries title: BatchGetAssetPropertyValueRequest properties: entries: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueEntries' - description: The list of asset property value entries for the batch get request. You can specify up to 128 entries per request. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: The token to be used for the next set of paginated results. BatchGetAssetPropertyValueSuccessEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueSuccessEntry' BatchGetAssetPropertyValueSkippedEntries: type: array items: $ref: '#/components/schemas/BatchGetAssetPropertyValueSkippedEntry' BatchGetAssetPropertyValueSkippedEntry: type: object required: - entryId - completionStatus properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. completionStatus: allOf: - $ref: '#/components/schemas/BatchEntryCompletionStatus' - description: 'The completion status of each entry that is associated with the BatchGetAssetPropertyValue request.' errorInfo: allOf: - $ref: '#/components/schemas/BatchGetAssetPropertyValueErrorInfo' - description: 'The error information, such as the error code and the timestamp.' description: 'Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValue request.' BatchGetAssetPropertyValueSuccessEntry: type: object required: - entryId properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the entry. assetPropertyValue: $ref: '#/components/schemas/AssetPropertyValue' description: 'Contains success information for an entry that is associated with the BatchGetAssetPropertyValue API.' BatchPutAssetPropertyValueErrorCode: type: string enum: - ResourceNotFoundException - InvalidRequestException - InternalFailureException - ServiceUnavailableException - ThrottlingException - LimitExceededException - ConflictingOperationException - TimestampOutOfRangeException - AccessDeniedException Timestamps: type: array items: $ref: '#/components/schemas/TimeInNanos' BatchPutAssetPropertyError: type: object required: - errorCode - errorMessage - timestamps properties: errorCode: allOf: - $ref: '#/components/schemas/BatchPutAssetPropertyValueErrorCode' - description: The error code. errorMessage: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: The associated error message. timestamps: allOf: - $ref: '#/components/schemas/Timestamps' - description: 'A list of timestamps for each error, if any.' description: Contains error information from updating a batch of asset property values. BatchPutAssetPropertyErrorEntry: type: object required: - entryId - errors properties: entryId: allOf: - $ref: '#/components/schemas/EntryId' - description: The ID of the failed entry. errors: allOf: - $ref: '#/components/schemas/BatchPutAssetPropertyErrors' - description: The list of update property value errors. description: 'Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.' BatchPutAssetPropertyErrorEntries: type: array items: $ref: '#/components/schemas/BatchPutAssetPropertyErrorEntry' BatchPutAssetPropertyErrors: type: array items: $ref: '#/components/schemas/BatchPutAssetPropertyError' PutAssetPropertyValueEntries: type: array items: $ref: '#/components/schemas/PutAssetPropertyValueEntry' BatchPutAssetPropertyValueRequest: type: object required: - entries title: BatchPutAssetPropertyValueRequest properties: entries: allOf: - $ref: '#/components/schemas/PutAssetPropertyValueEntries' - description: The list of asset property value entries for the batch put request. You can specify up to 10 entries per request. CapabilityConfiguration: type: string minLength: 1 maxLength: 104857600 CapabilityNamespace: type: string pattern: '^[a-zA-Z]+:[a-zA-Z]+:[0-9]+$' minLength: 1 maxLength: 512 CapabilitySyncStatus: type: string enum: - IN_SYNC - OUT_OF_SYNC - SYNC_FAILED - UNKNOWN ColumnName: type: string enum: - ALIAS - ASSET_ID - PROPERTY_ID - DATA_TYPE - TIMESTAMP_SECONDS - TIMESTAMP_NANO_OFFSET - QUALITY - VALUE ColumnNames: type: array items: $ref: '#/components/schemas/ColumnName' Property: type: object required: - id - name - dataType properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset property. name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the property. alias: allOf: - $ref: '#/components/schemas/PropertyAlias' - description: 'The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.' notification: allOf: - $ref: '#/components/schemas/PropertyNotification' - description: 'The asset property''s notification topic and state. For more information, see UpdateAssetProperty.' dataType: allOf: - $ref: '#/components/schemas/PropertyDataType' - description: The property data type. unit: allOf: - $ref: '#/components/schemas/PropertyUnit' - description: The unit (such as Newtons or RPM) of the asset property. type: allOf: - $ref: '#/components/schemas/PropertyType' - description: The property type (see PropertyType). A property contains one type. description: Contains asset property information. CompositeModelProperty: type: object required: - name - type - assetProperty properties: name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the property. type: allOf: - $ref: '#/components/schemas/Name' - description: The type of the composite model that defines this property. assetProperty: $ref: '#/components/schemas/Property' id: allOf: - $ref: '#/components/schemas/ID' - description: ' The ID of the composite model that contains the property. ' description: Contains information about a composite model property on an asset. ComputeLocation: type: string enum: - EDGE - CLOUD ErrorCode: type: string enum: - VALIDATION_ERROR - INTERNAL_FAILURE ConfigurationErrorDetails: type: object required: - code - message properties: code: allOf: - $ref: '#/components/schemas/ErrorCode' - description: The error code. message: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: The error message. description: Contains the details of an IoT SiteWise configuration error. ConfigurationState: type: string enum: - ACTIVE - UPDATE_IN_PROGRESS - UPDATE_FAILED ConfigurationStatus: type: object required: - state properties: state: allOf: - $ref: '#/components/schemas/ConfigurationState' - description: The current state of the configuration. error: allOf: - $ref: '#/components/schemas/ConfigurationErrorDetails' - description: 'Contains associated error information, if any.' description: Contains current status information for the configuration. CoreDeviceThingName: type: string minLength: 1 maxLength: 128 TagMap: type: object minProperties: 1 maxProperties: 50 additionalProperties: $ref: '#/components/schemas/TagValue' CreateAccessPolicyRequest: type: object required: - accessPolicyIdentity - accessPolicyResource - accessPolicyPermission title: CreateAccessPolicyRequest properties: accessPolicyIdentity: allOf: - $ref: '#/components/schemas/Identity' - description: 'The identity for this access policy. Choose an IAM Identity Center user, an IAM Identity Center group, or an IAM user.' accessPolicyResource: allOf: - $ref: '#/components/schemas/Resource' - description: The IoT SiteWise Monitor resource for this access policy. Choose either a portal or a project. accessPolicyPermission: allOf: - $ref: '#/components/schemas/Permission' - description: The permission level for this access policy. Note that a project ADMINISTRATOR is also known as a project owner. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'A list of key-value pairs that contain metadata for the access policy. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' CreateAssetModelRequest: type: object required: - assetModelName title: CreateAssetModelRequest properties: assetModelName: allOf: - $ref: '#/components/schemas/Name' - description: 'A unique, friendly name for the asset model.' assetModelDescription: allOf: - $ref: '#/components/schemas/Description' - description: A description for the asset model. assetModelProperties: allOf: - $ref: '#/components/schemas/AssetModelPropertyDefinitions' - description: '

The property definitions of the asset model. For more information, see Asset properties in the IoT SiteWise User Guide.

You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

' assetModelHierarchies: allOf: - $ref: '#/components/schemas/AssetModelHierarchyDefinitions' - description: '

The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.

You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

' assetModelCompositeModels: allOf: - $ref: '#/components/schemas/AssetModelCompositeModelDefinitions' - description: The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'A list of key-value pairs that contain metadata for the asset model. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' CreateAssetRequest: type: object required: - assetName - assetModelId title: CreateAssetRequest properties: assetName: allOf: - $ref: '#/components/schemas/Name' - description: A friendly name for the asset. assetModelId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset model from which to create the asset. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'A list of key-value pairs that contain metadata for the asset. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' assetDescription: allOf: - $ref: '#/components/schemas/Description' - description: A description for the asset. Files: type: array items: $ref: '#/components/schemas/File' ErrorReportLocation: type: object required: - bucket - prefix properties: bucket: allOf: - $ref: '#/components/schemas/Bucket' - description: The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent. prefix: allOf: - $ref: '#/components/schemas/String' - description: 'Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.' description: The Amazon S3 destination where errors associated with the job creation request are saved. JobConfiguration: type: object required: - fileFormat properties: fileFormat: allOf: - $ref: '#/components/schemas/FileFormat' - description: The file format of the data in Amazon S3. description: 'Contains the configuration information of a job, such as the file format used to save data in Amazon S3.' CreateBulkImportJobRequest: type: object required: - jobName - jobRoleArn - files - errorReportLocation - jobConfiguration title: CreateBulkImportJobRequest properties: jobName: allOf: - $ref: '#/components/schemas/Name' - description: The unique name that helps identify the job request. jobRoleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the IAM role that allows IoT SiteWise to read Amazon S3 data.' files: allOf: - $ref: '#/components/schemas/Files' - description: The files in the specified Amazon S3 bucket that contain your data. errorReportLocation: allOf: - $ref: '#/components/schemas/ErrorReportLocation' - description: The Amazon S3 destination where errors associated with the job creation request are saved. jobConfiguration: allOf: - $ref: '#/components/schemas/JobConfiguration' - description: 'Contains the configuration information of a job, such as the file format used to save data in Amazon S3.' JobStatus: type: string enum: - PENDING - CANCELLED - RUNNING - COMPLETED - FAILED - COMPLETED_WITH_FAILURES DashboardDefinition: type: string pattern: .+ minLength: 0 maxLength: 204800 CreateDashboardRequest: type: object required: - projectId - dashboardName - dashboardDefinition title: CreateDashboardRequest properties: projectId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the project in which to create the dashboard. dashboardName: allOf: - $ref: '#/components/schemas/Name' - description: A friendly name for the dashboard. dashboardDescription: allOf: - $ref: '#/components/schemas/Description' - description: A description for the dashboard. dashboardDefinition: allOf: - $ref: '#/components/schemas/DashboardDefinition' - description: 'The dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.' clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' GatewayPlatform: type: object properties: greengrass: allOf: - $ref: '#/components/schemas/Greengrass' - description: A gateway that runs on IoT Greengrass. greengrassV2: allOf: - $ref: '#/components/schemas/GreengrassV2' - description: A gateway that runs on IoT Greengrass V2. description: Contains a gateway's platform information. CreateGatewayRequest: type: object required: - gatewayName - gatewayPlatform title: CreateGatewayRequest properties: gatewayName: allOf: - $ref: '#/components/schemas/Name' - description: 'A unique, friendly name for the gateway.' gatewayPlatform: allOf: - $ref: '#/components/schemas/GatewayPlatform' - description: The gateway's platform. You can only specify one platform in a gateway. tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'A list of key-value pairs that contain metadata for the gateway. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' Email: type: string pattern: '[^@]+@[^@]+' minLength: 1 maxLength: 255 CreatePortalRequest: type: object required: - portalName - portalContactEmail - roleArn title: CreatePortalRequest properties: portalName: allOf: - $ref: '#/components/schemas/Name' - description: A friendly name for the portal. portalDescription: allOf: - $ref: '#/components/schemas/Description' - description: A description for the portal. portalContactEmail: allOf: - $ref: '#/components/schemas/Email' - description: The Amazon Web Services administrator's contact email address. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. portalLogoImageFile: allOf: - $ref: '#/components/schemas/ImageFile' - description: 'A logo image to display in the portal. Upload a square, high-resolution image. The image is displayed on a dark background.' roleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of a service role that allows the portal''s users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.' tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'A list of key-value pairs that contain metadata for the portal. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' portalAuthMode: allOf: - $ref: '#/components/schemas/AuthMode' - description: '

The service to use to authenticate users to the portal. Choose from the following options:

You can''t change this value after you create a portal.

Default: SSO

' notificationSenderEmail: allOf: - $ref: '#/components/schemas/Email' - description: '

The email address that sends alarm notifications.

If you use the IoT Events managed Lambda function to manage your emails, you must verify the sender email address in Amazon SES.

' alarms: allOf: - $ref: '#/components/schemas/Alarms' - description: 'Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.' Url: type: string pattern: '^(http|https)\://\S+' minLength: 1 maxLength: 256 PortalStatus: type: object required: - state properties: state: allOf: - $ref: '#/components/schemas/PortalState' - description: The current state of the portal. error: allOf: - $ref: '#/components/schemas/MonitorErrorDetails' - description: 'Contains associated error information, if any.' description: Contains information about the current status of a portal. SSOApplicationId: type: string pattern: '^[!-~]*' minLength: 1 maxLength: 64 CreateProjectRequest: type: object required: - portalId - projectName title: CreateProjectRequest properties: portalId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the portal in which to create the project. projectName: allOf: - $ref: '#/components/schemas/Name' - description: A friendly name for the project. projectDescription: allOf: - $ref: '#/components/schemas/Description' - description: A description for the project. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'A list of key-value pairs that contain metadata for the project. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' Csv: type: object properties: columnNames: allOf: - $ref: '#/components/schemas/ColumnNames' - description: The column names specified in the .csv file. description: A .csv file. DashboardSummary: type: object required: - id - name properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the dashboard. name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the dashboard description: allOf: - $ref: '#/components/schemas/Description' - description: The dashboard's description. creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the dashboard was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the dashboard was last updated, in Unix epoch time.' description: Contains a dashboard summary. DashboardSummaries: type: array items: $ref: '#/components/schemas/DashboardSummary' DeleteAccessPolicyRequest: type: object title: DeleteAccessPolicyRequest properties: {} DeleteAssetModelRequest: type: object title: DeleteAssetModelRequest properties: {} DeleteAssetRequest: type: object title: DeleteAssetRequest properties: {} DeleteDashboardRequest: type: object title: DeleteDashboardRequest properties: {} DeleteGatewayRequest: type: object title: DeleteGatewayRequest properties: {} DeletePortalRequest: type: object title: DeletePortalRequest properties: {} DeleteProjectRequest: type: object title: DeleteProjectRequest properties: {} DeleteTimeSeriesRequest: type: object title: DeleteTimeSeriesRequest properties: clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. DescribeAccessPolicyRequest: type: object title: DescribeAccessPolicyRequest properties: {} ExcludeProperties: type: boolean DescribeAssetModelRequest: type: object title: DescribeAssetModelRequest properties: {} DescribeAssetPropertyRequest: type: object title: DescribeAssetPropertyRequest properties: {} DescribeAssetRequest: type: object title: DescribeAssetRequest properties: {} DescribeBulkImportJobRequest: type: object title: DescribeBulkImportJobRequest properties: {} DescribeDashboardRequest: type: object title: DescribeDashboardRequest properties: {} DescribeDefaultEncryptionConfigurationRequest: type: object title: DescribeDefaultEncryptionConfigurationRequest properties: {} EncryptionType: type: string enum: - SITEWISE_DEFAULT_ENCRYPTION - KMS_BASED_ENCRYPTION DescribeGatewayCapabilityConfigurationRequest: type: object title: DescribeGatewayCapabilityConfigurationRequest properties: {} DescribeGatewayRequest: type: object title: DescribeGatewayRequest properties: {} GatewayCapabilitySummaries: type: array items: $ref: '#/components/schemas/GatewayCapabilitySummary' DescribeLoggingOptionsRequest: type: object title: DescribeLoggingOptionsRequest properties: {} LoggingOptions: type: object required: - level properties: level: allOf: - $ref: '#/components/schemas/LoggingLevel' - description: The IoT SiteWise logging verbosity level. description: Contains logging options. DescribePortalRequest: type: object title: DescribePortalRequest properties: {} PortalClientId: type: string pattern: '^[!-~]*' minLength: 1 maxLength: 256 ImageLocation: type: object required: - id - url properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the image. url: allOf: - $ref: '#/components/schemas/Url' - description: The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image description: Contains an image that is uploaded to IoT SiteWise and available at a URL. DescribeProjectRequest: type: object title: DescribeProjectRequest properties: {} DescribeStorageConfigurationRequest: type: object title: DescribeStorageConfigurationRequest properties: {} StorageType: type: string enum: - SITEWISE_DEFAULT_STORAGE - MULTI_LAYER_STORAGE MultiLayerStorage: type: object required: - customerManagedS3Storage properties: customerManagedS3Storage: allOf: - $ref: '#/components/schemas/CustomerManagedS3Storage' - description: Contains information about a customer managed Amazon S3 bucket. description: Contains information about the storage destination. DisassociatedDataStorageState: type: string enum: - ENABLED - DISABLED RetentionPeriod: type: object properties: numberOfDays: allOf: - $ref: '#/components/schemas/NumberOfDays' - description: '

The number of days that your data is kept.

If you specified a value for this parameter, the unlimited parameter must be false.

' unlimited: allOf: - $ref: '#/components/schemas/Unlimited' - description: '

If true, your data is kept indefinitely.

If configured to true, you must not specify a value for the numberOfDays parameter.

' description: 'How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.' DescribeTimeSeriesRequest: type: object title: DescribeTimeSeriesRequest properties: {} TimeSeriesId: type: string minLength: 36 maxLength: 73 DetailedErrorCode: type: string enum: - INCOMPATIBLE_COMPUTE_LOCATION - INCOMPATIBLE_FORWARDING_CONFIGURATION DetailedErrorMessage: type: string DetailedError: type: object required: - code - message properties: code: allOf: - $ref: '#/components/schemas/DetailedErrorCode' - description: 'The error code. ' message: allOf: - $ref: '#/components/schemas/DetailedErrorMessage' - description: 'The error message. ' description: 'Contains detailed error information. ' DetailedErrors: type: array items: $ref: '#/components/schemas/DetailedError' DisassociateAssetsRequest: type: object required: - hierarchyId - childAssetId title: DisassociateAssetsRequest properties: hierarchyId: allOf: - $ref: '#/components/schemas/ID' - description: 'The ID of a hierarchy in the parent asset''s model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset hierarchies in the IoT SiteWise User Guide.' childAssetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the child asset to disassociate. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. DisassociateTimeSeriesFromAssetPropertyRequest: type: object title: DisassociateTimeSeriesFromAssetPropertyRequest properties: clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. Expression: type: string minLength: 1 maxLength: 1024 VariableName: type: string pattern: '^[a-z][a-z0-9_]*$' minLength: 1 maxLength: 64 VariableValue: type: object required: - propertyId properties: propertyId: allOf: - $ref: '#/components/schemas/Macro' - description: The ID of the property to use as the variable. You can use the property name if it's from the same asset model. hierarchyId: allOf: - $ref: '#/components/schemas/Macro' - description: '

The ID of the hierarchy to query for the property ID. You can use the hierarchy''s name instead of the hierarchy''s ID.

You use a hierarchy ID instead of a model ID because you can have several hierarchies using the same model and therefore the same propertyId. For example, you might have separately grouped assets that come from the same asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.

' description: Identifies a property value used in an expression. ExpressionVariable: type: object required: - name - value properties: name: allOf: - $ref: '#/components/schemas/VariableName' - description: The friendly name of the variable to be used in the expression. value: allOf: - $ref: '#/components/schemas/VariableValue' - description: The variable that identifies an asset property from which to use values. description: Contains expression variable information. ExpressionVariables: type: array items: $ref: '#/components/schemas/ExpressionVariable' ForwardingConfigState: type: string enum: - DISABLED - ENABLED ForwardingConfig: type: object required: - state properties: state: allOf: - $ref: '#/components/schemas/ForwardingConfigState' - description: 'The forwarding state for the given property. ' description: The forwarding configuration for a given property. GatewayCapabilitySummary: type: object required: - capabilityNamespace - capabilitySyncStatus properties: capabilityNamespace: allOf: - $ref: '#/components/schemas/CapabilityNamespace' - description: 'The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.' capabilitySyncStatus: allOf: - $ref: '#/components/schemas/CapabilitySyncStatus' - description: '

The synchronization status of the capability configuration. The sync status can be one of the following:

' description: Contains a summary of a gateway capability configuration. GatewaySummary: type: object required: - gatewayId - gatewayName - creationDate - lastUpdateDate properties: gatewayId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the gateway device. gatewayName: allOf: - $ref: '#/components/schemas/Name' - description: The name of the asset. gatewayPlatform: $ref: '#/components/schemas/GatewayPlatform' gatewayCapabilitySummaries: allOf: - $ref: '#/components/schemas/GatewayCapabilitySummaries' - description: 'A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration''s definition, use DescribeGatewayCapabilityConfiguration.' creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the gateway was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the gateway was last updated, in Unix epoch time.' description: Contains a summary of a gateway. GatewaySummaries: type: array items: $ref: '#/components/schemas/GatewaySummary' GetAssetPropertyValueAggregatesMaxResults: type: integer minimum: 1 GetAssetPropertyAggregatesRequest: type: object title: GetAssetPropertyAggregatesRequest properties: {} GetAssetPropertyValueHistoryMaxResults: type: integer minimum: 1 GetAssetPropertyValueHistoryRequest: type: object title: GetAssetPropertyValueHistoryRequest properties: {} GetAssetPropertyValueRequest: type: object title: GetAssetPropertyValueRequest properties: {} TimeInSeconds: type: integer minimum: 1 maximum: 9223372036854774 OffsetInNanos: type: integer minimum: 0 maximum: 999999999 IntervalInSeconds: type: integer minimum: 1 maximum: 320000000 MaxInterpolatedResults: type: integer minimum: 1 InterpolationType: type: string minLength: 1 maxLength: 256 IntervalWindowInSeconds: type: integer minimum: 1 maximum: 320000000 GetInterpolatedAssetPropertyValuesRequest: type: object title: GetInterpolatedAssetPropertyValuesRequest properties: {} InterpolatedAssetPropertyValues: type: array items: $ref: '#/components/schemas/InterpolatedAssetPropertyValue' IdentityId: type: string pattern: \S+ minLength: 1 maxLength: 256 IdentityType: type: string enum: - USER - GROUP - IAM Image: type: object properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of an existing image. Specify this parameter to keep an existing image. file: $ref: '#/components/schemas/ImageFile' description: '

Contains an image that is one of the following:

' InterpolatedAssetPropertyValue: type: object required: - timestamp - value properties: timestamp: $ref: '#/components/schemas/TimeInNanos' value: $ref: '#/components/schemas/Variant' description: Contains information about an interpolated asset property value. Interval: type: string minLength: 2 maxLength: 23 JobSummary: type: object required: - id - name - status properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the job. name: allOf: - $ref: '#/components/schemas/Name' - description: The unique name that helps identify the job request. status: allOf: - $ref: '#/components/schemas/JobStatus' - description:

The status of the bulk import job can be one of following values.

description: Contains a job summary information. JobSummaries: type: array items: $ref: '#/components/schemas/JobSummary' KmsKeyId: type: string minLength: 1 maxLength: 2048 ResourceType: type: string enum: - PORTAL - PROJECT MaxResults: type: integer minimum: 1 maximum: 250 ListAccessPoliciesRequest: type: object title: ListAccessPoliciesRequest properties: {} ListAssetModelPropertiesFilter: type: string enum: - ALL - BASE ListAssetModelPropertiesRequest: type: object title: ListAssetModelPropertiesRequest properties: {} ListAssetModelsRequest: type: object title: ListAssetModelsRequest properties: {} ListAssetPropertiesFilter: type: string enum: - ALL - BASE ListAssetPropertiesRequest: type: object title: ListAssetPropertiesRequest properties: {} TraversalType: type: string enum: - PATH_TO_ROOT ListAssetRelationshipsRequest: type: object title: ListAssetRelationshipsRequest properties: {} ListAssetsFilter: type: string enum: - ALL - TOP_LEVEL ListAssetsRequest: type: object title: ListAssetsRequest properties: {} TraversalDirection: type: string enum: - PARENT - CHILD ListAssociatedAssetsRequest: type: object title: ListAssociatedAssetsRequest properties: {} ListBulkImportJobsFilter: type: string enum: - ALL - PENDING - RUNNING - CANCELLED - FAILED - COMPLETED_WITH_FAILURES - COMPLETED ListBulkImportJobsRequest: type: object title: ListBulkImportJobsRequest properties: {} ListDashboardsRequest: type: object title: ListDashboardsRequest properties: {} ListGatewaysRequest: type: object title: ListGatewaysRequest properties: {} ListPortalsRequest: type: object title: ListPortalsRequest properties: {} PortalSummaries: type: array items: $ref: '#/components/schemas/PortalSummary' ListProjectAssetsRequest: type: object title: ListProjectAssetsRequest properties: {} ListProjectsRequest: type: object title: ListProjectsRequest properties: {} ProjectSummaries: type: array items: $ref: '#/components/schemas/ProjectSummary' ListTagsForResourceRequest: type: object title: ListTagsForResourceRequest properties: {} ListTimeSeriesType: type: string enum: - ASSOCIATED - DISASSOCIATED ListTimeSeriesRequest: type: object title: ListTimeSeriesRequest properties: {} TimeSeriesSummaries: type: array items: $ref: '#/components/schemas/TimeSeriesSummary' Macro: type: string pattern: '[^\u0000-\u001F\u007F]+' minLength: 1 maxLength: 256 MeasurementProcessingConfig: type: object required: - forwardingConfig properties: forwardingConfig: allOf: - $ref: '#/components/schemas/ForwardingConfig' - description: 'The forwarding configuration for the given measurement property. ' description: 'The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.' Measurement: type: object properties: processingConfig: allOf: - $ref: '#/components/schemas/MeasurementProcessingConfig' - description: 'The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.' description: 'Contains an asset measurement property. For more information, see Measurements in the IoT SiteWise User Guide.' MetricWindow: type: object properties: tumbling: allOf: - $ref: '#/components/schemas/TumblingWindow' - description: The tumbling time interval window. description: 'Contains a time interval window used for data aggregate computations (for example, average, sum, count, and so on).' MetricProcessingConfig: type: object required: - computeLocation properties: computeLocation: allOf: - $ref: '#/components/schemas/ComputeLocation' - description: 'The compute location for the given metric property. ' description: 'The processing configuration for the given metric property. You can configure metrics to be computed at the edge or in the Amazon Web Services Cloud. By default, metrics are forwarded to the cloud.' Metric: type: object required: - expression - variables - window properties: expression: allOf: - $ref: '#/components/schemas/Expression' - description: '

The mathematical expression that defines the metric aggregation function. You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.

For more information, see Quotas in the IoT SiteWise User Guide.

' variables: allOf: - $ref: '#/components/schemas/ExpressionVariables' - description: The list of variables used in the expression. window: allOf: - $ref: '#/components/schemas/MetricWindow' - description: The window (time interval) over which IoT SiteWise computes the metric's aggregation expression. IoT SiteWise computes one data point per window. processingConfig: allOf: - $ref: '#/components/schemas/MetricProcessingConfig' - description: 'The processing configuration for the given metric property. You can configure metrics to be computed at the edge or in the Amazon Web Services Cloud. By default, metrics are forwarded to the cloud.' description: '

Contains an asset metric property. With metrics, you can calculate aggregate functions, such as an average, maximum, or minimum, as specified through an expression. A metric maps several values to a single value (such as a sum).

The maximum number of dependent/cascading variables used in any one metric calculation is 10. Therefore, a root metric can have up to 10 cascading metrics in its computational dependency tree. Additionally, a metric can only have a data type of DOUBLE and consume properties with data types of INTEGER or DOUBLE.

For more information, see Metrics in the IoT SiteWise User Guide.

' TumblingWindow: type: object required: - interval properties: interval: allOf: - $ref: '#/components/schemas/Interval' - description: '

The time interval for the tumbling window. The interval time must be between 1 minute and 1 week.

IoT SiteWise computes the 1w interval the end of Sunday at midnight each week (UTC), the 1d interval at the end of each day at midnight (UTC), the 1h interval at the end of each hour, and so on.

When IoT SiteWise aggregates data points for metric computations, the start of each interval is exclusive and the end of each interval is inclusive. IoT SiteWise places the computed data point at the end of the interval.

' offset: allOf: - $ref: '#/components/schemas/Offset' - description: '

The offset for the tumbling window. The offset parameter accepts the following:

' description: '

Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and contiguous time window. You can use this window in metrics to aggregate data from properties and other assets.

You can use m, h, d, and w when you specify an interval or offset. Note that m represents minutes, h represents hours, d represents days, and w represents weeks. You can also use s to represent seconds in offset.

The interval and offset parameters support the ISO 8601 format. For example, PT5S represents 5 seconds, PT5M represents 5 minutes, and PT5H represents 5 hours.

' MonitorErrorCode: type: string enum: - INTERNAL_FAILURE - VALIDATION_ERROR - LIMIT_EXCEEDED MonitorErrorMessage: type: string MonitorErrorDetails: type: object properties: code: allOf: - $ref: '#/components/schemas/MonitorErrorCode' - description: The error code. message: allOf: - $ref: '#/components/schemas/MonitorErrorMessage' - description: The error message. description: Contains IoT SiteWise Monitor error details. Offset: type: string minLength: 2 maxLength: 25 PortalState: type: string enum: - CREATING - UPDATING - DELETING - ACTIVE - FAILED PortalSummary: type: object required: - id - name - startUrl - status properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the portal. name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the portal. description: allOf: - $ref: '#/components/schemas/Description' - description: The portal's description. startUrl: allOf: - $ref: '#/components/schemas/Url' - description: 'The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.' creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the portal was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the portal was last updated, in Unix epoch time.' roleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of the service role that allows the portal''s users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.' status: $ref: '#/components/schemas/PortalStatus' description: Contains a portal summary. ProjectSummary: type: object required: - id - name properties: id: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the project. name: allOf: - $ref: '#/components/schemas/Name' - description: The name of the project. description: allOf: - $ref: '#/components/schemas/Description' - description: The project's description. creationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the project was created, in Unix epoch time.' lastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date the project was last updated, in Unix epoch time.' description: Contains project summary information. PropertyNotificationTopic: type: string PropertyNotificationState: type: string enum: - ENABLED - DISABLED Transform: type: object required: - expression - variables properties: expression: allOf: - $ref: '#/components/schemas/Expression' - description: '

The mathematical expression that defines the transformation function. You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.

For more information, see Quotas in the IoT SiteWise User Guide.

' variables: allOf: - $ref: '#/components/schemas/ExpressionVariables' - description: The list of variables used in the expression. processingConfig: allOf: - $ref: '#/components/schemas/TransformProcessingConfig' - description: The processing configuration for the given transform property. You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud. You can also configure transforms to be computed at the edge or in the cloud. description: '

Contains an asset transform property. A transform is a one-to-one mapping of a property''s data points from one form to another. For example, you can use a transform to convert a Celsius data stream to Fahrenheit by applying the transformation expression to each data point of the Celsius stream. A transform can only have a data type of DOUBLE and consume properties with data types of INTEGER or DOUBLE.

For more information, see Transforms in the IoT SiteWise User Guide.

' PropertyValueBooleanValue: type: boolean PropertyValueDoubleValue: type: number format: double PropertyValueIntegerValue: type: integer PropertyValueStringValue: type: string PutDefaultEncryptionConfigurationRequest: type: object required: - encryptionType title: PutDefaultEncryptionConfigurationRequest properties: encryptionType: allOf: - $ref: '#/components/schemas/EncryptionType' - description: The type of encryption used for the encryption configuration. kmsKeyId: allOf: - $ref: '#/components/schemas/KmsKeyId' - description: The Key ID of the customer managed key used for KMS encryption. This is required if you use KMS_BASED_ENCRYPTION. PutLoggingOptionsRequest: type: object required: - loggingOptions title: PutLoggingOptionsRequest properties: loggingOptions: allOf: - $ref: '#/components/schemas/LoggingOptions' - description: The logging options to set. PutStorageConfigurationRequest: type: object required: - storageType title: PutStorageConfigurationRequest properties: storageType: allOf: - $ref: '#/components/schemas/StorageType' - description: '

The storage tier that you specified for your data. The storageType parameter can be one of the following values:

' multiLayerStorage: allOf: - $ref: '#/components/schemas/MultiLayerStorage' - description: 'Identifies a storage destination. If you specified MULTI_LAYER_STORAGE for the storage type, you must specify a MultiLayerStorage object.' disassociatedDataStorage: allOf: - $ref: '#/components/schemas/DisassociatedDataStorageState' - description: '

Contains the storage configuration for time series (data streams) that aren''t associated with asset properties. The disassociatedDataStorage can be one of the following values:

For more information, see Data streams in the IoT SiteWise User Guide.

' retentionPeriod: $ref: '#/components/schemas/RetentionPeriod' TagKeyList: type: array items: $ref: '#/components/schemas/TagKey' minItems: 0 maxItems: 200 TagResourceRequest: type: object required: - tags title: TagResourceRequest properties: tags: allOf: - $ref: '#/components/schemas/TagMap' - description: 'A list of key-value pairs that contain metadata for the resource. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.' TimeSeriesSummary: type: object required: - timeSeriesId - dataType - timeSeriesCreationDate - timeSeriesLastUpdateDate - timeSeriesArn properties: assetId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset in which the asset property was created. propertyId: allOf: - $ref: '#/components/schemas/ID' - description: The ID of the asset property. alias: allOf: - $ref: '#/components/schemas/PropertyAlias' - description: The alias that identifies the time series. timeSeriesId: allOf: - $ref: '#/components/schemas/TimeSeriesId' - description: The ID of the time series. dataType: allOf: - $ref: '#/components/schemas/PropertyDataType' - description: '

The data type of the time series.

If you specify STRUCT, you must also specify dataTypeSpec to identify the type of the structure for this time series.

' dataTypeSpec: allOf: - $ref: '#/components/schemas/Name' - description:

The data type of the structure for this time series. This parameter is required for time series that have the STRUCT data type.

The options for this parameter depend on the type of the composite model in which you created the asset property that is associated with your time series. Use AWS/ALARM_STATE for alarm state in alarm composite models.

timeSeriesCreationDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date that the time series was created, in Unix epoch time.' timeSeriesLastUpdateDate: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'The date that the time series was last updated, in Unix epoch time.' timeSeriesArn: allOf: - $ref: '#/components/schemas/ARN' - description: '

The ARN of the time series, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}

' description: Contains a summary of a time series (data stream). TransformProcessingConfig: type: object required: - computeLocation properties: computeLocation: allOf: - $ref: '#/components/schemas/ComputeLocation' - description: 'The compute location for the given transform property. ' forwardingConfig: $ref: '#/components/schemas/ForwardingConfig' description: The processing configuration for the given transform property. You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud. You can also configure transforms to be computed at the edge or in the cloud. UntagResourceRequest: type: object title: UntagResourceRequest properties: {} UpdateAccessPolicyRequest: type: object required: - accessPolicyIdentity - accessPolicyResource - accessPolicyPermission title: UpdateAccessPolicyRequest properties: accessPolicyIdentity: allOf: - $ref: '#/components/schemas/Identity' - description: 'The identity for this access policy. Choose an IAM Identity Center user, an IAM Identity Center group, or an IAM user.' accessPolicyResource: allOf: - $ref: '#/components/schemas/Resource' - description: The IoT SiteWise Monitor resource for this access policy. Choose either a portal or a project. accessPolicyPermission: allOf: - $ref: '#/components/schemas/Permission' - description: The permission level for this access policy. Note that a project ADMINISTRATOR is also known as a project owner. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. UpdateAssetModelRequest: type: object required: - assetModelName title: UpdateAssetModelRequest properties: assetModelName: allOf: - $ref: '#/components/schemas/Name' - description: 'A unique, friendly name for the asset model.' assetModelDescription: allOf: - $ref: '#/components/schemas/Description' - description: A description for the asset model. assetModelProperties: allOf: - $ref: '#/components/schemas/AssetModelProperties' - description: '

The updated property definitions of the asset model. For more information, see Asset properties in the IoT SiteWise User Guide.

You can specify up to 200 properties per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

' assetModelHierarchies: allOf: - $ref: '#/components/schemas/AssetModelHierarchies' - description: '

The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset hierarchies in the IoT SiteWise User Guide.

You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the IoT SiteWise User Guide.

' assetModelCompositeModels: allOf: - $ref: '#/components/schemas/AssetModelCompositeModels' - description: The composite asset models that are part of this asset model. Composite asset models are asset models that contain specific properties. Each composite model has a type that defines the properties that the composite model supports. Use composite asset models to define alarms on this asset model. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. UpdateAssetPropertyRequest: type: object title: UpdateAssetPropertyRequest properties: propertyAlias: allOf: - $ref: '#/components/schemas/PropertyAlias' - description: '

The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.

If you omit this parameter, the alias is removed from the property.

' propertyNotificationState: allOf: - $ref: '#/components/schemas/PropertyNotificationState' - description: '

The MQTT notification state (enabled or disabled) for this asset property. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.

If you omit this parameter, the notification state is set to DISABLED.

' clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. propertyUnit: allOf: - $ref: '#/components/schemas/PropertyUnit' - description: 'The unit of measure (such as Newtons or RPM) of the asset property. If you don''t specify a value for this parameter, the service uses the value of the assetModelProperty in the asset model.' UpdateAssetRequest: type: object required: - assetName title: UpdateAssetRequest properties: assetName: allOf: - $ref: '#/components/schemas/Name' - description: A friendly name for the asset. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. assetDescription: allOf: - $ref: '#/components/schemas/Description' - description: A description for the asset. UpdateDashboardRequest: type: object required: - dashboardName - dashboardDefinition title: UpdateDashboardRequest properties: dashboardName: allOf: - $ref: '#/components/schemas/Name' - description: A new friendly name for the dashboard. dashboardDescription: allOf: - $ref: '#/components/schemas/Description' - description: A new description for the dashboard. dashboardDefinition: allOf: - $ref: '#/components/schemas/DashboardDefinition' - description: 'The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.' clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. UpdateGatewayCapabilityConfigurationRequest: type: object required: - capabilityNamespace - capabilityConfiguration title: UpdateGatewayCapabilityConfigurationRequest properties: capabilityNamespace: allOf: - $ref: '#/components/schemas/CapabilityNamespace' - description: 'The namespace of the gateway capability configuration to be updated. For example, if you configure OPC-UA sources from the IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.' capabilityConfiguration: allOf: - $ref: '#/components/schemas/CapabilityConfiguration' - description: 'The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the IoT SiteWise User Guide.' UpdateGatewayRequest: type: object required: - gatewayName title: UpdateGatewayRequest properties: gatewayName: allOf: - $ref: '#/components/schemas/Name' - description: 'A unique, friendly name for the gateway.' UpdatePortalRequest: type: object required: - portalName - portalContactEmail - roleArn title: UpdatePortalRequest properties: portalName: allOf: - $ref: '#/components/schemas/Name' - description: A new friendly name for the portal. portalDescription: allOf: - $ref: '#/components/schemas/Description' - description: A new description for the portal. portalContactEmail: allOf: - $ref: '#/components/schemas/Email' - description: The Amazon Web Services administrator's contact email address. portalLogoImage: $ref: '#/components/schemas/Image' roleArn: allOf: - $ref: '#/components/schemas/ARN' - description: 'The ARN of a service role that allows the portal''s users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.' clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. notificationSenderEmail: allOf: - $ref: '#/components/schemas/Email' - description: The email address that sends alarm notifications. alarms: allOf: - $ref: '#/components/schemas/Alarms' - description: 'Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.' UpdateProjectRequest: type: object required: - projectName title: UpdateProjectRequest properties: projectName: allOf: - $ref: '#/components/schemas/Name' - description: A new friendly name for the project. projectDescription: allOf: - $ref: '#/components/schemas/Description' - description: A new description for the project. clientToken: allOf: - $ref: '#/components/schemas/ClientToken' - description: A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. security: - hmac: []