{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Billing Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing Groups", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Management Add Thing to Billing Group", "type": "http" }, "http": { "method": "PUT", "url": "http://iot.{region}.amazonaws.com/billing-groups/addThingToBillingGroup", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Adds a thing to a billing group.

Requires permission to access the AddThingToBillingGroup action.

" }, { "info": { "name": "Amazon IoT Device Management Describe Billing Group", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/billing-groups/:billingGroupName", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "billingGroupName", "value": "", "type": "path", "description": "The name of the billing group." } ] }, "docs": "

Returns information about a billing group.

Requires permission to access the DescribeBillingGroup action.

" }, { "info": { "name": "Amazon IoT Device Management Create Billing Group", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/billing-groups/:billingGroupName", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "billingGroupName", "value": "", "type": "path", "description": "The name you wish to give to the billing group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Creates a billing group.

Requires permission to access the CreateBillingGroup action.

" }, { "info": { "name": "Amazon IoT Device Management Update Billing Group", "type": "http" }, "http": { "method": "PATCH", "url": "http://iot.{region}.amazonaws.com/billing-groups/:billingGroupName", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "billingGroupName", "value": "", "type": "path", "description": "The name of the billing group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Updates information about the billing group.

Requires permission to access the UpdateBillingGroup action.

" }, { "info": { "name": "Amazon IoT Device Management Delete Billing Group", "type": "http" }, "http": { "method": "DELETE", "url": "http://iot.{region}.amazonaws.com/billing-groups/:billingGroupName", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "billingGroupName", "value": "", "type": "path", "description": "The name of the billing group." }, { "name": "expectedVersion", "value": "", "type": "query", "description": "The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the DeleteBillingGroup request is rejected with a VersionConflictException." } ] }, "docs": "

Deletes the billing group.

Requires permission to access the DeleteBillingGroup action.

" }, { "info": { "name": "Amazon IoT Device Management List Billing Groups", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/billing-groups", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "nextToken", "value": "", "type": "query", "description": "To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of results to return per request." }, { "name": "namePrefixFilter", "value": "", "type": "query", "description": "Limit the results to billing groups whose names have the given prefix." } ] }, "docs": "

Lists the billing groups you have created.

Requires permission to access the ListBillingGroups action.

" }, { "info": { "name": "Amazon IoT Device Management List Things in Billing Group", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/billing-groups/:billingGroupName/things", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "billingGroupName", "value": "", "type": "path", "description": "The name of the billing group." }, { "name": "nextToken", "value": "", "type": "query", "description": "To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of results to return per request." } ] }, "docs": "

Lists the things you have added to the given billing group.

Requires permission to access the ListThingsInBillingGroup action.

" }, { "info": { "name": "Amazon IoT Device Management Remove Thing from Billing Group", "type": "http" }, "http": { "method": "PUT", "url": "http://iot.{region}.amazonaws.com/billing-groups/removeThingFromBillingGroup", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

Removes the given thing from the billing group.

Requires permission to access the RemoveThingFromBillingGroup action.

This call is asynchronous. It might take several seconds for the detachment to propagate.

" } ] } ], "bundled": true }