Skip to content

Commit

Permalink
Merge pull request opencart#13956 from TheCartpenter/patch-105
Browse files Browse the repository at this point in the history
Upgraded aws/aws-sdk-php vendor to v3.307.2
  • Loading branch information
danielkerr authored May 21, 2024
2 parents 37c789a + f044386 commit aecc86a
Show file tree
Hide file tree
Showing 22 changed files with 154 additions and 29 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
* @method \GuzzleHttp\Promise\Promise getLandingZoneOperationAsync(array $args = [])
* @method \Aws\Result listBaselines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listBaselinesAsync(array $args = [])
* @method \Aws\Result listControlOperations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listControlOperationsAsync(array $args = [])
* @method \Aws\Result listEnabledBaselines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEnabledBaselinesAsync(array $args = [])
* @method \Aws\Result listEnabledControls(array $args = [])
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\MailManager\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **MailManager** service.
*/
class MailManagerException extends AwsException {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<?php
namespace Aws\MailManager;

use Aws\AwsClient;

/**
* This client is used to interact with the **MailManager** service.
* @method \Aws\Result createAddonInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAddonInstanceAsync(array $args = [])
* @method \Aws\Result createAddonSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAddonSubscriptionAsync(array $args = [])
* @method \Aws\Result createArchive(array $args = [])
* @method \GuzzleHttp\Promise\Promise createArchiveAsync(array $args = [])
* @method \Aws\Result createIngressPoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise createIngressPointAsync(array $args = [])
* @method \Aws\Result createRelay(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRelayAsync(array $args = [])
* @method \Aws\Result createRuleSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRuleSetAsync(array $args = [])
* @method \Aws\Result createTrafficPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTrafficPolicyAsync(array $args = [])
* @method \Aws\Result deleteAddonInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAddonInstanceAsync(array $args = [])
* @method \Aws\Result deleteAddonSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAddonSubscriptionAsync(array $args = [])
* @method \Aws\Result deleteArchive(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteArchiveAsync(array $args = [])
* @method \Aws\Result deleteIngressPoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteIngressPointAsync(array $args = [])
* @method \Aws\Result deleteRelay(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRelayAsync(array $args = [])
* @method \Aws\Result deleteRuleSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRuleSetAsync(array $args = [])
* @method \Aws\Result deleteTrafficPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTrafficPolicyAsync(array $args = [])
* @method \Aws\Result getAddonInstance(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAddonInstanceAsync(array $args = [])
* @method \Aws\Result getAddonSubscription(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAddonSubscriptionAsync(array $args = [])
* @method \Aws\Result getArchive(array $args = [])
* @method \GuzzleHttp\Promise\Promise getArchiveAsync(array $args = [])
* @method \Aws\Result getArchiveExport(array $args = [])
* @method \GuzzleHttp\Promise\Promise getArchiveExportAsync(array $args = [])
* @method \Aws\Result getArchiveMessage(array $args = [])
* @method \GuzzleHttp\Promise\Promise getArchiveMessageAsync(array $args = [])
* @method \Aws\Result getArchiveMessageContent(array $args = [])
* @method \GuzzleHttp\Promise\Promise getArchiveMessageContentAsync(array $args = [])
* @method \Aws\Result getArchiveSearch(array $args = [])
* @method \GuzzleHttp\Promise\Promise getArchiveSearchAsync(array $args = [])
* @method \Aws\Result getArchiveSearchResults(array $args = [])
* @method \GuzzleHttp\Promise\Promise getArchiveSearchResultsAsync(array $args = [])
* @method \Aws\Result getIngressPoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise getIngressPointAsync(array $args = [])
* @method \Aws\Result getRelay(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRelayAsync(array $args = [])
* @method \Aws\Result getRuleSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRuleSetAsync(array $args = [])
* @method \Aws\Result getTrafficPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTrafficPolicyAsync(array $args = [])
* @method \Aws\Result listAddonInstances(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAddonInstancesAsync(array $args = [])
* @method \Aws\Result listAddonSubscriptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listAddonSubscriptionsAsync(array $args = [])
* @method \Aws\Result listArchiveExports(array $args = [])
* @method \GuzzleHttp\Promise\Promise listArchiveExportsAsync(array $args = [])
* @method \Aws\Result listArchiveSearches(array $args = [])
* @method \GuzzleHttp\Promise\Promise listArchiveSearchesAsync(array $args = [])
* @method \Aws\Result listArchives(array $args = [])
* @method \GuzzleHttp\Promise\Promise listArchivesAsync(array $args = [])
* @method \Aws\Result listIngressPoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise listIngressPointsAsync(array $args = [])
* @method \Aws\Result listRelays(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRelaysAsync(array $args = [])
* @method \Aws\Result listRuleSets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRuleSetsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTrafficPolicies(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTrafficPoliciesAsync(array $args = [])
* @method \Aws\Result startArchiveExport(array $args = [])
* @method \GuzzleHttp\Promise\Promise startArchiveExportAsync(array $args = [])
* @method \Aws\Result startArchiveSearch(array $args = [])
* @method \GuzzleHttp\Promise\Promise startArchiveSearchAsync(array $args = [])
* @method \Aws\Result stopArchiveExport(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopArchiveExportAsync(array $args = [])
* @method \Aws\Result stopArchiveSearch(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopArchiveSearchAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateArchive(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateArchiveAsync(array $args = [])
* @method \Aws\Result updateIngressPoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateIngressPointAsync(array $args = [])
* @method \Aws\Result updateRelay(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRelayAsync(array $args = [])
* @method \Aws\Result updateRuleSet(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRuleSetAsync(array $args = [])
* @method \Aws\Result updateTrafficPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTrafficPolicyAsync(array $args = [])
*/
class MailManagerClient extends AwsClient {}
4 changes: 3 additions & 1 deletion upload/system/storage/vendor/aws/aws-sdk-php/src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@
* @method \Aws\MultiRegionClient createMultiRegionMachineLearning(array $args = [])
* @method \Aws\Macie2\Macie2Client createMacie2(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionMacie2(array $args = [])
* @method \Aws\MailManager\MailManagerClient createMailManager(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionMailManager(array $args = [])
* @method \Aws\MainframeModernization\MainframeModernizationClient createMainframeModernization(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionMainframeModernization(array $args = [])
* @method \Aws\ManagedBlockchain\ManagedBlockchainClient createManagedBlockchain(array $args = [])
Expand Down Expand Up @@ -767,7 +769,7 @@
*/
class Sdk
{
const VERSION = '3.307.1';
const VERSION = '3.308.0';

/** @var array Arguments for creating clients */
private $args;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
// This file was auto-generated from sdk-root/src/data/controltower/2018-05-10/paginators-1.json
return [ 'pagination' => [ 'ListBaselines' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'baselines', ], 'ListEnabledBaselines' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'enabledBaselines', ], 'ListEnabledControls' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'enabledControls', ], 'ListLandingZones' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'landingZones', ], ],];
return [ 'pagination' => [ 'ListBaselines' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'baselines', ], 'ListControlOperations' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'controlOperations', ], 'ListEnabledBaselines' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'enabledBaselines', ], 'ListEnabledControls' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'enabledControls', ], 'ListLandingZones' => [ 'input_token' => 'nextToken', 'output_token' => 'nextToken', 'limit_key' => 'maxResults', 'result_key' => 'landingZones', ], ],];

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
// This file was auto-generated from sdk-root/src/data/mailmanager/2023-10-17/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', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], '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', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'rules' => [ [ 'conditions' => [], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://mail-manager-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], true, ], ], ], 'rules' => [ [ 'conditions' => [], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://mail-manager-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'rules' => [ [ 'conditions' => [], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://mail-manager.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://mail-manager.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], ], 'type' => 'tree', ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ], 'type' => 'tree', ], ],];
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
// This file was auto-generated from sdk-root/src/data/mailmanager/2023-10-17/paginators-1.json
return [ 'pagination' => [ 'ListAddonInstances' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'AddonInstances', ], 'ListAddonSubscriptions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'AddonSubscriptions', ], 'ListArchiveExports' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'Exports', ], 'ListArchiveSearches' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'Searches', ], 'ListArchives' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'Archives', ], 'ListIngressPoints' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'IngressPoints', ], 'ListRelays' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'Relays', ], 'ListRuleSets' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'RuleSets', ], 'ListTrafficPolicies' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'PageSize', 'result_key' => 'TrafficPolicies', ], ],];

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions upload/system/storage/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.307.1",
"version_normalized": "3.307.1.0",
"version": "3.308.0",
"version_normalized": "3.308.0.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "cc79f16e1a1bd3feee421401ba2f21915abfdf91"
"reference": "806ad75dcb72b6e6569848159e7a350003526bc9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/cc79f16e1a1bd3feee421401ba2f21915abfdf91",
"reference": "cc79f16e1a1bd3feee421401ba2f21915abfdf91",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/806ad75dcb72b6e6569848159e7a350003526bc9",
"reference": "806ad75dcb72b6e6569848159e7a350003526bc9",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
},
"time": "2024-05-17T18:07:44+00:00",
"time": "2024-05-21T18:06:10+00:00",
"type": "library",
"extra": {
"branch-alias": {
Expand Down Expand Up @@ -151,7 +151,7 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.307.1"
"source": "https://github.com/aws/aws-sdk-php/tree/3.308.0"
},
"install-path": "../aws/aws-sdk-php"
},
Expand Down
6 changes: 3 additions & 3 deletions upload/system/storage/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
'dev_requirement' => false,
),
'aws/aws-sdk-php' => array(
'pretty_version' => '3.307.1',
'version' => '3.307.1.0',
'reference' => 'cc79f16e1a1bd3feee421401ba2f21915abfdf91',
'pretty_version' => '3.308.0',
'version' => '3.308.0.0',
'reference' => '806ad75dcb72b6e6569848159e7a350003526bc9',
'type' => 'library',
'install_path' => __DIR__ . '/../aws/aws-sdk-php',
'aliases' => array(),
Expand Down

0 comments on commit aecc86a

Please sign in to comment.