123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2023-01-25",
- "endpointPrefix": "deployment-marketplace",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "AWS Marketplace Deployment Service",
- "serviceId": "Marketplace Deployment",
- "signatureVersion": "v4",
- "signingName": "aws-marketplace",
- "uid": "marketplace-deployment-2023-01-25"
- },
- "operations": {
- "ListTagsForResource": {
- "http": {
- "method": "GET",
- "requestUri": "/tags/{resourceArn}",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "resourceArn"
- ],
- "members": {
- "resourceArn": {
- "location": "uri",
- "locationName": "resourceArn"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "tags": {
- "shape": "S4"
- }
- }
- }
- },
- "PutDeploymentParameter": {
- "http": {
- "requestUri": "/catalogs/{catalog}/products/{productId}/deployment-parameters",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "agreementId",
- "catalog",
- "deploymentParameter",
- "productId"
- ],
- "members": {
- "agreementId": {},
- "catalog": {
- "location": "uri",
- "locationName": "catalog"
- },
- "clientToken": {
- "idempotencyToken": true
- },
- "deploymentParameter": {
- "type": "structure",
- "required": [
- "name",
- "secretString"
- ],
- "members": {
- "name": {},
- "secretString": {
- "type": "string",
- "sensitive": true
- }
- }
- },
- "expirationDate": {
- "type": "timestamp",
- "timestampFormat": "iso8601"
- },
- "productId": {
- "location": "uri",
- "locationName": "productId"
- },
- "tags": {
- "shape": "Sd"
- }
- }
- },
- "output": {
- "type": "structure",
- "required": [
- "agreementId",
- "deploymentParameterId",
- "resourceArn"
- ],
- "members": {
- "agreementId": {},
- "deploymentParameterId": {},
- "resourceArn": {},
- "tags": {
- "shape": "Sd"
- }
- }
- },
- "idempotent": true
- },
- "TagResource": {
- "http": {
- "requestUri": "/tags/{resourceArn}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "resourceArn"
- ],
- "members": {
- "resourceArn": {
- "location": "uri",
- "locationName": "resourceArn"
- },
- "tags": {
- "shape": "S4"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- }
- },
- "UntagResource": {
- "http": {
- "method": "DELETE",
- "requestUri": "/tags/{resourceArn}",
- "responseCode": 204
- },
- "input": {
- "type": "structure",
- "required": [
- "resourceArn",
- "tagKeys"
- ],
- "members": {
- "resourceArn": {
- "location": "uri",
- "locationName": "resourceArn"
- },
- "tagKeys": {
- "location": "querystring",
- "locationName": "tagKeys",
- "type": "list",
- "member": {}
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {}
- },
- "idempotent": true
- }
- },
- "shapes": {
- "S4": {
- "type": "map",
- "key": {},
- "value": {}
- },
- "Sd": {
- "type": "map",
- "key": {},
- "value": {}
- }
- }
- }
|