installed plugin Infinite Uploads version 2.0.8

This commit is contained in:
2025-05-02 12:03:21 +00:00
committed by Gitium
parent 7ca941b591
commit 8fefb19ab4
1179 changed files with 99739 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2011-12-05/paginators-1.json
return ['pagination' => ['BatchGetItem' => ['input_token' => 'RequestItems', 'output_token' => 'UnprocessedKeys'], 'ListTables' => ['input_token' => 'ExclusiveStartTableName', 'limit_key' => 'Limit', 'output_token' => 'LastEvaluatedTableName', 'result_key' => 'TableNames'], 'Query' => ['input_token' => 'ExclusiveStartKey', 'limit_key' => 'Limit', 'output_token' => 'LastEvaluatedKey', 'result_key' => 'Items'], 'Scan' => ['input_token' => 'ExclusiveStartKey', 'limit_key' => 'Limit', 'output_token' => 'LastEvaluatedKey', 'result_key' => 'Items']]];

View File

@ -0,0 +1,4 @@
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2011-12-05/smoke.json
return ['version' => 1, 'defaultRegion' => 'us-west-2', 'testCases' => [['operationName' => 'ListTables', 'input' => ['Limit' => 1], 'errorExpectedFromService' => \false], ['operationName' => 'DescribeTable', 'input' => ['TableName' => 'fake-table'], 'errorExpectedFromService' => \true]]];

View File

@ -0,0 +1,4 @@
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2011-12-05/waiters-1.json
return ['waiters' => ['__default__' => ['interval' => 20, 'max_attempts' => 25], '__TableState' => ['operation' => 'DescribeTable'], 'TableExists' => ['extends' => '__TableState', 'description' => 'Wait until a table exists and can be accessed', 'ignore_errors' => ['ResourceNotFoundException'], 'success_type' => 'output', 'success_path' => 'Table.TableStatus', 'success_value' => 'ACTIVE'], 'TableNotExists' => ['extends' => '__TableState', 'description' => 'Wait until a table is deleted', 'success_type' => 'error', 'success_value' => 'ResourceNotFoundException']]];

View File

@ -0,0 +1,4 @@
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2011-12-05/waiters-2.json
return ['version' => 2, 'waiters' => ['TableExists' => ['delay' => 20, 'operation' => 'DescribeTable', 'maxAttempts' => 25, 'acceptors' => [['expected' => 'ACTIVE', 'matcher' => 'path', 'state' => 'success', 'argument' => 'Table.TableStatus'], ['expected' => 'ResourceNotFoundException', 'matcher' => 'error', 'state' => 'retry']]], 'TableNotExists' => ['delay' => 20, 'operation' => 'DescribeTable', 'maxAttempts' => 25, 'acceptors' => [['expected' => 'ResourceNotFoundException', 'matcher' => 'error', 'state' => 'success']]]]];

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2012-08-10/paginators-1.json
return ['pagination' => ['BatchGetItem' => ['input_token' => 'RequestItems', 'output_token' => 'UnprocessedKeys'], 'ListContributorInsights' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListExports' => ['input_token' => 'NextToken', 'limit_key' => 'MaxResults', 'output_token' => 'NextToken'], 'ListTables' => ['input_token' => 'ExclusiveStartTableName', 'limit_key' => 'Limit', 'output_token' => 'LastEvaluatedTableName', 'result_key' => 'TableNames'], 'Query' => ['input_token' => 'ExclusiveStartKey', 'limit_key' => 'Limit', 'output_token' => 'LastEvaluatedKey', 'result_key' => 'Items'], 'Scan' => ['input_token' => 'ExclusiveStartKey', 'limit_key' => 'Limit', 'output_token' => 'LastEvaluatedKey', 'result_key' => 'Items']]];

View File

@ -0,0 +1,4 @@
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2012-08-10/smoke.json
return ['version' => 1, 'defaultRegion' => 'us-west-2', 'testCases' => [['operationName' => 'ListTables', 'input' => ['Limit' => 1], 'errorExpectedFromService' => \false], ['operationName' => 'DescribeTable', 'input' => ['TableName' => 'fake-table'], 'errorExpectedFromService' => \true]]];

View File

@ -0,0 +1,4 @@
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2012-08-10/waiters-1.json
return ['waiters' => ['__default__' => ['interval' => 20, 'max_attempts' => 25], '__TableState' => ['operation' => 'DescribeTable'], 'TableExists' => ['extends' => '__TableState', 'ignore_errors' => ['ResourceNotFoundException'], 'success_type' => 'output', 'success_path' => 'Table.TableStatus', 'success_value' => 'ACTIVE'], 'TableNotExists' => ['extends' => '__TableState', 'success_type' => 'error', 'success_value' => 'ResourceNotFoundException']]];

View File

@ -0,0 +1,4 @@
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2012-08-10/waiters-2.json
return ['version' => 2, 'waiters' => ['TableExists' => ['delay' => 20, 'operation' => 'DescribeTable', 'maxAttempts' => 25, 'acceptors' => [['expected' => 'ACTIVE', 'matcher' => 'path', 'state' => 'success', 'argument' => 'Table.TableStatus'], ['expected' => 'ResourceNotFoundException', 'matcher' => 'error', 'state' => 'retry']]], 'TableNotExists' => ['delay' => 20, 'operation' => 'DescribeTable', 'maxAttempts' => 25, 'acceptors' => [['expected' => 'ResourceNotFoundException', 'matcher' => 'error', 'state' => 'success']]]]];