summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/data/cloudtrail-data
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/aws/aws-sdk-php/src/data/cloudtrail-data
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/data/cloudtrail-data')
-rw-r--r--vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/api-2.json.php3
-rw-r--r--vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json.php3
-rw-r--r--vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/paginators-1.json.php3
3 files changed, 9 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/api-2.json.php b/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/api-2.json.php
new file mode 100644
index 0000000..5a7f18c
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/api-2.json.php
@@ -0,0 +1,3 @@
+<?php
+// This file was auto-generated from sdk-root/src/data/cloudtrail-data/2021-08-11/api-2.json
+return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2021-08-11', 'endpointPrefix' => 'cloudtrail-data', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceFullName' => 'AWS CloudTrail Data Service', 'serviceId' => 'CloudTrail Data', 'signatureVersion' => 'v4', 'signingName' => 'cloudtrail-data', 'uid' => 'cloudtrail-data-2021-08-11', ], 'operations' => [ 'PutAuditEvents' => [ 'name' => 'PutAuditEvents', 'http' => [ 'method' => 'POST', 'requestUri' => '/PutAuditEvents', 'responseCode' => 200, ], 'input' => [ 'shape' => 'PutAuditEventsRequest', ], 'output' => [ 'shape' => 'PutAuditEventsResponse', ], 'errors' => [ [ 'shape' => 'ChannelInsufficientPermission', ], [ 'shape' => 'ChannelNotFound', ], [ 'shape' => 'InvalidChannelARN', ], [ 'shape' => 'ChannelUnsupportedSchema', ], [ 'shape' => 'DuplicatedAuditEventId', ], [ 'shape' => 'UnsupportedOperationException', ], ], ], ], 'shapes' => [ 'AuditEvent' => [ 'type' => 'structure', 'required' => [ 'eventData', 'id', ], 'members' => [ 'eventData' => [ 'shape' => 'String', ], 'eventDataChecksum' => [ 'shape' => 'String', ], 'id' => [ 'shape' => 'Uuid', ], ], ], 'AuditEventResultEntries' => [ 'type' => 'list', 'member' => [ 'shape' => 'AuditEventResultEntry', ], 'max' => 100, 'min' => 0, ], 'AuditEventResultEntry' => [ 'type' => 'structure', 'required' => [ 'eventID', 'id', ], 'members' => [ 'eventID' => [ 'shape' => 'Uuid', ], 'id' => [ 'shape' => 'Uuid', ], ], ], 'AuditEvents' => [ 'type' => 'list', 'member' => [ 'shape' => 'AuditEvent', ], 'max' => 100, 'min' => 1, ], 'ChannelArn' => [ 'type' => 'string', 'pattern' => '^arn:.*$', ], 'ChannelInsufficientPermission' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'exception' => true, ], 'ChannelNotFound' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'exception' => true, ], 'ChannelUnsupportedSchema' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'exception' => true, ], 'DuplicatedAuditEventId' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'exception' => true, ], 'ErrorCode' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'ErrorMessage' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'ExternalId' => [ 'type' => 'string', 'max' => 1224, 'min' => 2, 'pattern' => '^[\\w+=,.@:\\/-]*$', ], 'InvalidChannelARN' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'exception' => true, ], 'PutAuditEventsRequest' => [ 'type' => 'structure', 'required' => [ 'auditEvents', 'channelArn', ], 'members' => [ 'auditEvents' => [ 'shape' => 'AuditEvents', ], 'channelArn' => [ 'shape' => 'ChannelArn', 'location' => 'querystring', 'locationName' => 'channelArn', ], 'externalId' => [ 'shape' => 'ExternalId', 'location' => 'querystring', 'locationName' => 'externalId', ], ], ], 'PutAuditEventsResponse' => [ 'type' => 'structure', 'required' => [ 'failed', 'successful', ], 'members' => [ 'failed' => [ 'shape' => 'ResultErrorEntries', ], 'successful' => [ 'shape' => 'AuditEventResultEntries', ], ], ], 'ResultErrorEntries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResultErrorEntry', ], 'max' => 100, 'min' => 0, ], 'ResultErrorEntry' => [ 'type' => 'structure', 'required' => [ 'errorCode', 'errorMessage', 'id', ], 'members' => [ 'errorCode' => [ 'shape' => 'ErrorCode', ], 'errorMessage' => [ 'shape' => 'ErrorMessage', ], 'id' => [ 'shape' => 'Uuid', ], ], ], 'String' => [ 'type' => 'string', ], 'UnsupportedOperationException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'exception' => true, ], 'Uuid' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[-_A-Za-z0-9]+$', ], ],];
diff --git a/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json.php b/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json.php
new file mode 100644
index 0000000..6a493eb
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json.php
@@ -0,0 +1,3 @@
+<?php
+// This file was auto-generated from sdk-root/src/data/cloudtrail-data/2021-08-11/endpoint-rule-set-1.json
+return [ 'version' => '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://cloudtrail-data-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://cloudtrail-data-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://cloudtrail-data.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://cloudtrail-data.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], ], ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ], ], ],];
diff --git a/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/paginators-1.json.php b/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/paginators-1.json.php
new file mode 100644
index 0000000..e7514ce
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/data/cloudtrail-data/2021-08-11/paginators-1.json.php
@@ -0,0 +1,3 @@
+<?php
+// This file was auto-generated from sdk-root/src/data/cloudtrail-data/2021-08-11/paginators-1.json
+return [ 'pagination' => [],];