mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
1333 lines
28 KiB
JSON
1333 lines
28 KiB
JSON
{
|
|
"version": "2.0",
|
|
"metadata": {
|
|
"apiVersion": "2021-11-01",
|
|
"endpointPrefix": "aoss",
|
|
"jsonVersion": "1.0",
|
|
"protocol": "json",
|
|
"serviceFullName": "OpenSearch Service Serverless",
|
|
"serviceId": "OpenSearchServerless",
|
|
"signatureVersion": "v4",
|
|
"signingName": "aoss",
|
|
"targetPrefix": "OpenSearchServerless",
|
|
"uid": "opensearchserverless-2021-11-01"
|
|
},
|
|
"operations": {
|
|
"BatchGetCollection": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ids": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"names": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"collectionDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"arn": {},
|
|
"collectionEndpoint": {},
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"dashboardEndpoint": {},
|
|
"description": {},
|
|
"id": {},
|
|
"kmsKeyArn": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"status": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
},
|
|
"collectionErrorDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"errorCode": {},
|
|
"errorMessage": {},
|
|
"id": {},
|
|
"name": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BatchGetEffectiveLifecyclePolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"resourceIdentifiers"
|
|
],
|
|
"members": {
|
|
"resourceIdentifiers": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"resource",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"resource": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"effectiveLifecyclePolicyDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"noMinRetentionPeriod": {
|
|
"type": "boolean"
|
|
},
|
|
"policyName": {},
|
|
"resource": {},
|
|
"resourceType": {},
|
|
"retentionPeriod": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
},
|
|
"effectiveLifecyclePolicyErrorDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"errorCode": {},
|
|
"errorMessage": {},
|
|
"resource": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BatchGetLifecyclePolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"identifiers"
|
|
],
|
|
"members": {
|
|
"identifiers": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"name": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"lifecyclePolicyDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sy"
|
|
}
|
|
},
|
|
"lifecyclePolicyErrorDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"errorCode": {},
|
|
"errorMessage": {},
|
|
"name": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"BatchGetVpcEndpoint": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ids"
|
|
],
|
|
"members": {
|
|
"ids": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"vpcEndpointDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"id": {},
|
|
"name": {},
|
|
"securityGroupIds": {
|
|
"shape": "S1b"
|
|
},
|
|
"status": {},
|
|
"subnetIds": {
|
|
"shape": "S1e"
|
|
},
|
|
"vpcId": {}
|
|
}
|
|
}
|
|
},
|
|
"vpcEndpointErrorDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"errorCode": {},
|
|
"errorMessage": {},
|
|
"id": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateAccessPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"policy",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"name": {},
|
|
"policy": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"accessPolicyDetail": {
|
|
"shape": "S1o"
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"CreateCollection": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"name": {},
|
|
"tags": {
|
|
"shape": "S1r"
|
|
},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createCollectionDetail": {
|
|
"type": "structure",
|
|
"members": {
|
|
"arn": {},
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"id": {},
|
|
"kmsKeyArn": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"status": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"CreateLifecyclePolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"policy",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"name": {},
|
|
"policy": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"lifecyclePolicyDetail": {
|
|
"shape": "Sy"
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"CreateSecurityConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"name": {},
|
|
"samlOptions": {
|
|
"shape": "S22"
|
|
},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"securityConfigDetail": {
|
|
"shape": "S29"
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"CreateSecurityPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"policy",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"name": {},
|
|
"policy": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"securityPolicyDetail": {
|
|
"shape": "S2e"
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"CreateVpcEndpoint": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"subnetIds",
|
|
"vpcId"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"name": {},
|
|
"securityGroupIds": {
|
|
"shape": "S1b"
|
|
},
|
|
"subnetIds": {
|
|
"shape": "S1e"
|
|
},
|
|
"vpcId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createVpcEndpointDetail": {
|
|
"type": "structure",
|
|
"members": {
|
|
"id": {},
|
|
"name": {},
|
|
"status": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"DeleteAccessPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"name": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"DeleteCollection": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"id": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"deleteCollectionDetail": {
|
|
"type": "structure",
|
|
"members": {
|
|
"id": {},
|
|
"name": {},
|
|
"status": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"DeleteLifecyclePolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"name": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"DeleteSecurityConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"id": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"DeleteSecurityPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"name": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"DeleteVpcEndpoint": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"id": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"deleteVpcEndpointDetail": {
|
|
"type": "structure",
|
|
"members": {
|
|
"id": {},
|
|
"name": {},
|
|
"status": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"GetAccessPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"name": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"accessPolicyDetail": {
|
|
"shape": "S1o"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetAccountSettings": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"accountSettingsDetail": {
|
|
"shape": "S30"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetPoliciesStats": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AccessPolicyStats": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DataPolicyCount": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"LifecyclePolicyStats": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RetentionPolicyCount": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"SecurityConfigStats": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SamlConfigCount": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"SecurityPolicyStats": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EncryptionPolicyCount": {
|
|
"type": "long"
|
|
},
|
|
"NetworkPolicyCount": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"TotalPolicyCount": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetSecurityConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"members": {
|
|
"id": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"securityConfigDetail": {
|
|
"shape": "S29"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetSecurityPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"name": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"securityPolicyDetail": {
|
|
"shape": "S2e"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListAccessPolicies": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"type"
|
|
],
|
|
"members": {
|
|
"maxResults": {
|
|
"type": "integer"
|
|
},
|
|
"nextToken": {},
|
|
"resource": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"accessPolicySummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
},
|
|
"nextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListCollections": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"collectionFilters": {
|
|
"type": "structure",
|
|
"members": {
|
|
"name": {},
|
|
"status": {}
|
|
}
|
|
},
|
|
"maxResults": {
|
|
"type": "integer"
|
|
},
|
|
"nextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"collectionSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"arn": {},
|
|
"id": {},
|
|
"name": {},
|
|
"status": {}
|
|
}
|
|
}
|
|
},
|
|
"nextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListLifecyclePolicies": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"type"
|
|
],
|
|
"members": {
|
|
"maxResults": {
|
|
"type": "integer"
|
|
},
|
|
"nextToken": {},
|
|
"resources": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"lifecyclePolicySummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
},
|
|
"nextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListSecurityConfigs": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"type"
|
|
],
|
|
"members": {
|
|
"maxResults": {
|
|
"type": "integer"
|
|
},
|
|
"nextToken": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"nextToken": {},
|
|
"securityConfigSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"configVersion": {},
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"id": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"type": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListSecurityPolicies": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"type"
|
|
],
|
|
"members": {
|
|
"maxResults": {
|
|
"type": "integer"
|
|
},
|
|
"nextToken": {},
|
|
"resource": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"nextToken": {},
|
|
"securityPolicySummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListTagsForResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"resourceArn"
|
|
],
|
|
"members": {
|
|
"resourceArn": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"tags": {
|
|
"shape": "S1r"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListVpcEndpoints": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"maxResults": {
|
|
"type": "integer"
|
|
},
|
|
"nextToken": {},
|
|
"vpcEndpointFilters": {
|
|
"type": "structure",
|
|
"members": {
|
|
"status": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"nextToken": {},
|
|
"vpcEndpointSummaries": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"id": {},
|
|
"name": {},
|
|
"status": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"TagResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"resourceArn",
|
|
"tags"
|
|
],
|
|
"members": {
|
|
"resourceArn": {},
|
|
"tags": {
|
|
"shape": "S1r"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"UntagResource": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"resourceArn",
|
|
"tagKeys"
|
|
],
|
|
"members": {
|
|
"resourceArn": {},
|
|
"tagKeys": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"UpdateAccessPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"policyVersion",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"name": {},
|
|
"policy": {},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"accessPolicyDetail": {
|
|
"shape": "S1o"
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"UpdateAccountSettings": {
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"capacityLimits": {
|
|
"shape": "S31"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"accountSettingsDetail": {
|
|
"shape": "S30"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateCollection": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"id": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"updateCollectionDetail": {
|
|
"type": "structure",
|
|
"members": {
|
|
"arn": {},
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"id": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"status": {},
|
|
"type": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"UpdateLifecyclePolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"policyVersion",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"name": {},
|
|
"policy": {},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"lifecyclePolicyDetail": {
|
|
"shape": "Sy"
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"UpdateSecurityConfig": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"configVersion",
|
|
"id"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"configVersion": {},
|
|
"description": {},
|
|
"id": {},
|
|
"samlOptions": {
|
|
"shape": "S22"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"securityConfigDetail": {
|
|
"shape": "S29"
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"UpdateSecurityPolicy": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"name",
|
|
"policyVersion",
|
|
"type"
|
|
],
|
|
"members": {
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"description": {},
|
|
"name": {},
|
|
"policy": {},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"securityPolicyDetail": {
|
|
"shape": "S2e"
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
},
|
|
"UpdateVpcEndpoint": {
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"members": {
|
|
"addSecurityGroupIds": {
|
|
"shape": "S1b"
|
|
},
|
|
"addSubnetIds": {
|
|
"shape": "S1e"
|
|
},
|
|
"clientToken": {
|
|
"idempotencyToken": true
|
|
},
|
|
"id": {},
|
|
"removeSecurityGroupIds": {
|
|
"shape": "S1b"
|
|
},
|
|
"removeSubnetIds": {
|
|
"shape": "S1e"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UpdateVpcEndpointDetail": {
|
|
"type": "structure",
|
|
"members": {
|
|
"id": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"securityGroupIds": {
|
|
"shape": "S1b"
|
|
},
|
|
"status": {},
|
|
"subnetIds": {
|
|
"shape": "S1e"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"idempotent": true
|
|
}
|
|
},
|
|
"shapes": {
|
|
"Sy": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"policy": {
|
|
"shape": "S10"
|
|
},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"S10": {
|
|
"type": "structure",
|
|
"members": {},
|
|
"document": true
|
|
},
|
|
"S1b": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1e": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1o": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"policy": {
|
|
"shape": "S10"
|
|
},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"S1r": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"key",
|
|
"value"
|
|
],
|
|
"members": {
|
|
"key": {},
|
|
"value": {}
|
|
}
|
|
}
|
|
},
|
|
"S22": {
|
|
"type": "structure",
|
|
"required": [
|
|
"metadata"
|
|
],
|
|
"members": {
|
|
"groupAttribute": {},
|
|
"metadata": {},
|
|
"sessionTimeout": {
|
|
"type": "integer"
|
|
},
|
|
"userAttribute": {}
|
|
}
|
|
},
|
|
"S29": {
|
|
"type": "structure",
|
|
"members": {
|
|
"configVersion": {},
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"id": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"samlOptions": {
|
|
"shape": "S22"
|
|
},
|
|
"type": {}
|
|
}
|
|
},
|
|
"S2e": {
|
|
"type": "structure",
|
|
"members": {
|
|
"createdDate": {
|
|
"type": "long"
|
|
},
|
|
"description": {},
|
|
"lastModifiedDate": {
|
|
"type": "long"
|
|
},
|
|
"name": {},
|
|
"policy": {
|
|
"shape": "S10"
|
|
},
|
|
"policyVersion": {},
|
|
"type": {}
|
|
}
|
|
},
|
|
"S30": {
|
|
"type": "structure",
|
|
"members": {
|
|
"capacityLimits": {
|
|
"shape": "S31"
|
|
}
|
|
}
|
|
},
|
|
"S31": {
|
|
"type": "structure",
|
|
"members": {
|
|
"maxIndexingCapacityInOCU": {
|
|
"type": "integer"
|
|
},
|
|
"maxSearchCapacityInOCU": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |