{ "opencollection": "1.0.0", "info": { "name": "Managed Streaming for Kafka Clusters Configurations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Configurations", "type": "folder" }, "items": [ { "info": { "name": "Amazon MSK List Configurations", "type": "http" }, "http": { "method": "GET", "url": "http://kafka.{region}.amazonaws.com/v1/configurations", "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": "maxResults", "value": "", "type": "query", "description": "\n
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
" }, { "name": "nextToken", "value": "", "type": "query", "description": "\nThe paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. \n To get the next batch, provide this token in your next request.
" }, { "name": "MaxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "NextToken", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": "\nReturns a list of all the MSK configurations in this Region.
" }, { "info": { "name": "Amazon MSK Create Configuration", "type": "http" }, "http": { "method": "POST", "url": "http://kafka.{region}.amazonaws.com/v1/configurations", "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": "\nCreates a new MSK configuration.
" }, { "info": { "name": "Amazon MSK Describe Configuration", "type": "http" }, "http": { "method": "GET", "url": "http://kafka.{region}.amazonaws.com/v1/configurations/:arn", "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": "arn", "value": "", "type": "path", "description": "\nThe Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
" } ] }, "docs": "\nReturns a description of this MSK configuration.
" }, { "info": { "name": "Amazon MSK Update Configuration", "type": "http" }, "http": { "method": "PUT", "url": "http://kafka.{region}.amazonaws.com/v1/configurations/:arn", "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": "arn", "value": "", "type": "path", "description": "\nThe Amazon Resource Name (ARN) of the configuration.
" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\nUpdates an MSK configuration.
" }, { "info": { "name": "Amazon MSK Delete Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "http://kafka.{region}.amazonaws.com/v1/configurations/:arn", "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": "arn", "value": "", "type": "path", "description": "\nThe Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
" } ] }, "docs": "\nDeletes an MSK Configuration.
" }, { "info": { "name": "Amazon MSK Describe Configuration Revision", "type": "http" }, "http": { "method": "GET", "url": "http://kafka.{region}.amazonaws.com/v1/configurations/:arn/revisions/:revision", "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": "arn", "value": "", "type": "path", "description": "\nThe Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
" }, { "name": "revision", "value": "", "type": "path", "description": "\nA string that uniquely identifies a revision of an MSK configuration.
" } ] }, "docs": "\nReturns a description of this revision of the configuration.
" }, { "info": { "name": "Amazon MSK List Configuration Revisions", "type": "http" }, "http": { "method": "GET", "url": "http://kafka.{region}.amazonaws.com/v1/configurations/:arn/revisions", "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": "arn", "value": "", "type": "path", "description": "\nThe Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
" }, { "name": "maxResults", "value": "", "type": "query", "description": "\nThe maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
" }, { "name": "nextToken", "value": "", "type": "query", "description": "\nThe paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. \n To get the next batch, provide this token in your next request.
" }, { "name": "MaxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "NextToken", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": "\nReturns a list of all the MSK configurations in this Region.
" } ] } ], "bundled": true }