diff --git a/aws-cpp-sdk-AWSMigrationHub/include/aws/AWSMigrationHub/MigrationHubErrors.h b/aws-cpp-sdk-AWSMigrationHub/include/aws/AWSMigrationHub/MigrationHubErrors.h index 40fe4b15f656..433a5c447d79 100644 --- a/aws-cpp-sdk-AWSMigrationHub/include/aws/AWSMigrationHub/MigrationHubErrors.h +++ b/aws-cpp-sdk-AWSMigrationHub/include/aws/AWSMigrationHub/MigrationHubErrors.h @@ -42,6 +42,7 @@ enum class MigrationHubErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-acm-pca/include/aws/acm-pca/ACMPCAErrors.h b/aws-cpp-sdk-acm-pca/include/aws/acm-pca/ACMPCAErrors.h index 5042ba4b8de7..7bac15a34873 100644 --- a/aws-cpp-sdk-acm-pca/include/aws/acm-pca/ACMPCAErrors.h +++ b/aws-cpp-sdk-acm-pca/include/aws/acm-pca/ACMPCAErrors.h @@ -42,6 +42,7 @@ enum class ACMPCAErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-acm/include/aws/acm/ACMErrors.h b/aws-cpp-sdk-acm/include/aws/acm/ACMErrors.h index 3bfa4dbaef9e..226b8c63c65a 100644 --- a/aws-cpp-sdk-acm/include/aws/acm/ACMErrors.h +++ b/aws-cpp-sdk-acm/include/aws/acm/ACMErrors.h @@ -42,6 +42,7 @@ enum class ACMErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/AlexaForBusinessErrors.h b/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/AlexaForBusinessErrors.h index adfa4855327e..26268b629c63 100644 --- a/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/AlexaForBusinessErrors.h +++ b/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/AlexaForBusinessErrors.h @@ -42,6 +42,7 @@ enum class AlexaForBusinessErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-amp/include/aws/amp/PrometheusServiceErrors.h b/aws-cpp-sdk-amp/include/aws/amp/PrometheusServiceErrors.h index 6dc35e0df5ee..da1911577e10 100644 --- a/aws-cpp-sdk-amp/include/aws/amp/PrometheusServiceErrors.h +++ b/aws-cpp-sdk-amp/include/aws/amp/PrometheusServiceErrors.h @@ -42,6 +42,7 @@ enum class PrometheusServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-amplify/include/aws/amplify/AmplifyErrors.h b/aws-cpp-sdk-amplify/include/aws/amplify/AmplifyErrors.h index c840a3b2eb54..314f53f0049b 100644 --- a/aws-cpp-sdk-amplify/include/aws/amplify/AmplifyErrors.h +++ b/aws-cpp-sdk-amplify/include/aws/amplify/AmplifyErrors.h @@ -42,13 +42,13 @@ enum class AmplifyErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - DEPENDENT_SERVICE_FAILURE, + DEPENDENT_SERVICE_FAILURE= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, LIMIT_EXCEEDED, NOT_FOUND, UNAUTHORIZED diff --git a/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/AmplifyBackendErrors.h b/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/AmplifyBackendErrors.h index 5dcfc8bb94d9..681618090934 100644 --- a/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/AmplifyBackendErrors.h +++ b/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/AmplifyBackendErrors.h @@ -42,13 +42,13 @@ enum class AmplifyBackendErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - GATEWAY_TIMEOUT, + GATEWAY_TIMEOUT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, NOT_FOUND, TOO_MANY_REQUESTS }; diff --git a/aws-cpp-sdk-apigateway/include/aws/apigateway/APIGatewayErrors.h b/aws-cpp-sdk-apigateway/include/aws/apigateway/APIGatewayErrors.h index 4ff9018fd36e..efcc54d1b33f 100644 --- a/aws-cpp-sdk-apigateway/include/aws/apigateway/APIGatewayErrors.h +++ b/aws-cpp-sdk-apigateway/include/aws/apigateway/APIGatewayErrors.h @@ -42,13 +42,13 @@ enum class APIGatewayErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, LIMIT_EXCEEDED, NOT_FOUND, TOO_MANY_REQUESTS, diff --git a/aws-cpp-sdk-apigatewaymanagementapi/include/aws/apigatewaymanagementapi/ApiGatewayManagementApiErrors.h b/aws-cpp-sdk-apigatewaymanagementapi/include/aws/apigatewaymanagementapi/ApiGatewayManagementApiErrors.h index 51caa0c4a142..3231f4b1581b 100644 --- a/aws-cpp-sdk-apigatewaymanagementapi/include/aws/apigatewaymanagementapi/ApiGatewayManagementApiErrors.h +++ b/aws-cpp-sdk-apigatewaymanagementapi/include/aws/apigatewaymanagementapi/ApiGatewayManagementApiErrors.h @@ -42,6 +42,7 @@ enum class ApiGatewayManagementApiErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/ApiGatewayV2Errors.h b/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/ApiGatewayV2Errors.h index ccc2e88136f1..11950961157a 100644 --- a/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/ApiGatewayV2Errors.h +++ b/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/ApiGatewayV2Errors.h @@ -42,13 +42,13 @@ enum class ApiGatewayV2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, NOT_FOUND, TOO_MANY_REQUESTS }; diff --git a/aws-cpp-sdk-appconfig/include/aws/appconfig/AppConfigErrors.h b/aws-cpp-sdk-appconfig/include/aws/appconfig/AppConfigErrors.h index a9788c321bf7..4b2d81b050d8 100644 --- a/aws-cpp-sdk-appconfig/include/aws/appconfig/AppConfigErrors.h +++ b/aws-cpp-sdk-appconfig/include/aws/appconfig/AppConfigErrors.h @@ -42,13 +42,13 @@ enum class AppConfigErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, INTERNAL_SERVER, PAYLOAD_TOO_LARGE, SERVICE_QUOTA_EXCEEDED diff --git a/aws-cpp-sdk-appflow/include/aws/appflow/AppflowErrors.h b/aws-cpp-sdk-appflow/include/aws/appflow/AppflowErrors.h index 07243d04fe33..66687edeb3e8 100644 --- a/aws-cpp-sdk-appflow/include/aws/appflow/AppflowErrors.h +++ b/aws-cpp-sdk-appflow/include/aws/appflow/AppflowErrors.h @@ -42,6 +42,7 @@ enum class AppflowErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-appintegrations/include/aws/appintegrations/AppIntegrationsServiceErrors.h b/aws-cpp-sdk-appintegrations/include/aws/appintegrations/AppIntegrationsServiceErrors.h index b1f9ae1bd1b5..574e0b9d151c 100644 --- a/aws-cpp-sdk-appintegrations/include/aws/appintegrations/AppIntegrationsServiceErrors.h +++ b/aws-cpp-sdk-appintegrations/include/aws/appintegrations/AppIntegrationsServiceErrors.h @@ -42,6 +42,7 @@ enum class AppIntegrationsServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/ApplicationAutoScalingErrors.h b/aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/ApplicationAutoScalingErrors.h index 394a7ddf267c..18a19a7fd606 100644 --- a/aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/ApplicationAutoScalingErrors.h +++ b/aws-cpp-sdk-application-autoscaling/include/aws/application-autoscaling/ApplicationAutoScalingErrors.h @@ -42,6 +42,7 @@ enum class ApplicationAutoScalingErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-application-insights/include/aws/application-insights/ApplicationInsightsErrors.h b/aws-cpp-sdk-application-insights/include/aws/application-insights/ApplicationInsightsErrors.h index 1f38f70db1ee..12d5103b5267 100644 --- a/aws-cpp-sdk-application-insights/include/aws/application-insights/ApplicationInsightsErrors.h +++ b/aws-cpp-sdk-application-insights/include/aws/application-insights/ApplicationInsightsErrors.h @@ -42,13 +42,13 @@ enum class ApplicationInsightsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - INTERNAL_SERVER, + INTERNAL_SERVER= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, RESOURCE_IN_USE, TAGS_ALREADY_EXIST, TOO_MANY_TAGS diff --git a/aws-cpp-sdk-appmesh/include/aws/appmesh/AppMeshErrors.h b/aws-cpp-sdk-appmesh/include/aws/appmesh/AppMeshErrors.h index f64028c0022c..5931c3287981 100644 --- a/aws-cpp-sdk-appmesh/include/aws/appmesh/AppMeshErrors.h +++ b/aws-cpp-sdk-appmesh/include/aws/appmesh/AppMeshErrors.h @@ -42,13 +42,13 @@ enum class AppMeshErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, FORBIDDEN, INTERNAL_SERVER_ERROR, LIMIT_EXCEEDED, diff --git a/aws-cpp-sdk-appstream/include/aws/appstream/AppStreamErrors.h b/aws-cpp-sdk-appstream/include/aws/appstream/AppStreamErrors.h index 26de1479c437..916aaa5e0654 100644 --- a/aws-cpp-sdk-appstream/include/aws/appstream/AppStreamErrors.h +++ b/aws-cpp-sdk-appstream/include/aws/appstream/AppStreamErrors.h @@ -42,6 +42,7 @@ enum class AppStreamErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-appsync/include/aws/appsync/AppSyncErrors.h b/aws-cpp-sdk-appsync/include/aws/appsync/AppSyncErrors.h index e40957642eb3..9cef2614a041 100644 --- a/aws-cpp-sdk-appsync/include/aws/appsync/AppSyncErrors.h +++ b/aws-cpp-sdk-appsync/include/aws/appsync/AppSyncErrors.h @@ -42,6 +42,7 @@ enum class AppSyncErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, @@ -50,7 +51,6 @@ enum class AppSyncErrors API_KEY_LIMIT_EXCEEDED= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, API_KEY_VALIDITY_OUT_OF_BOUNDS, API_LIMIT_EXCEEDED, - BAD_REQUEST, CONCURRENT_MODIFICATION, GRAPH_Q_L_SCHEMA, LIMIT_EXCEEDED, diff --git a/aws-cpp-sdk-athena/include/aws/athena/AthenaErrors.h b/aws-cpp-sdk-athena/include/aws/athena/AthenaErrors.h index 8bc15f7ec323..bea3e9b36e2a 100644 --- a/aws-cpp-sdk-athena/include/aws/athena/AthenaErrors.h +++ b/aws-cpp-sdk-athena/include/aws/athena/AthenaErrors.h @@ -42,6 +42,7 @@ enum class AthenaErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-auditmanager/include/aws/auditmanager/AuditManagerErrors.h b/aws-cpp-sdk-auditmanager/include/aws/auditmanager/AuditManagerErrors.h index 3be2a10a30d9..61459a17c368 100644 --- a/aws-cpp-sdk-auditmanager/include/aws/auditmanager/AuditManagerErrors.h +++ b/aws-cpp-sdk-auditmanager/include/aws/auditmanager/AuditManagerErrors.h @@ -42,6 +42,7 @@ enum class AuditManagerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-autoscaling-plans/include/aws/autoscaling-plans/AutoScalingPlansErrors.h b/aws-cpp-sdk-autoscaling-plans/include/aws/autoscaling-plans/AutoScalingPlansErrors.h index 9e8bd6108443..fc22428e43d4 100644 --- a/aws-cpp-sdk-autoscaling-plans/include/aws/autoscaling-plans/AutoScalingPlansErrors.h +++ b/aws-cpp-sdk-autoscaling-plans/include/aws/autoscaling-plans/AutoScalingPlansErrors.h @@ -42,6 +42,7 @@ enum class AutoScalingPlansErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-autoscaling/include/aws/autoscaling/AutoScalingErrors.h b/aws-cpp-sdk-autoscaling/include/aws/autoscaling/AutoScalingErrors.h index 2bc7ea6d7152..647c98ad63aa 100644 --- a/aws-cpp-sdk-autoscaling/include/aws/autoscaling/AutoScalingErrors.h +++ b/aws-cpp-sdk-autoscaling/include/aws/autoscaling/AutoScalingErrors.h @@ -42,6 +42,7 @@ enum class AutoScalingErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-awstransfer/include/aws/awstransfer/TransferErrors.h b/aws-cpp-sdk-awstransfer/include/aws/awstransfer/TransferErrors.h index 4a8878f208fc..417bcf2cdff8 100644 --- a/aws-cpp-sdk-awstransfer/include/aws/awstransfer/TransferErrors.h +++ b/aws-cpp-sdk-awstransfer/include/aws/awstransfer/TransferErrors.h @@ -42,6 +42,7 @@ enum class TransferErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-backup/include/aws/backup/BackupErrors.h b/aws-cpp-sdk-backup/include/aws/backup/BackupErrors.h index ba59092f3d3f..42adda862e84 100644 --- a/aws-cpp-sdk-backup/include/aws/backup/BackupErrors.h +++ b/aws-cpp-sdk-backup/include/aws/backup/BackupErrors.h @@ -42,6 +42,7 @@ enum class BackupErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-batch/include/aws/batch/BatchErrors.h b/aws-cpp-sdk-batch/include/aws/batch/BatchErrors.h index 2dc8d5fc36ac..9a2049134e48 100644 --- a/aws-cpp-sdk-batch/include/aws/batch/BatchErrors.h +++ b/aws-cpp-sdk-batch/include/aws/batch/BatchErrors.h @@ -42,6 +42,7 @@ enum class BatchErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-braket/include/aws/braket/BraketErrors.h b/aws-cpp-sdk-braket/include/aws/braket/BraketErrors.h index 969f6874a61f..b7fb8e41f260 100644 --- a/aws-cpp-sdk-braket/include/aws/braket/BraketErrors.h +++ b/aws-cpp-sdk-braket/include/aws/braket/BraketErrors.h @@ -42,6 +42,7 @@ enum class BraketErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-budgets/include/aws/budgets/BudgetsErrors.h b/aws-cpp-sdk-budgets/include/aws/budgets/BudgetsErrors.h index ed4073d7867e..24439fb93fad 100644 --- a/aws-cpp-sdk-budgets/include/aws/budgets/BudgetsErrors.h +++ b/aws-cpp-sdk-budgets/include/aws/budgets/BudgetsErrors.h @@ -42,6 +42,7 @@ enum class BudgetsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ce/include/aws/ce/CostExplorerErrors.h b/aws-cpp-sdk-ce/include/aws/ce/CostExplorerErrors.h index 102111fd169a..fbf7e6477370 100644 --- a/aws-cpp-sdk-ce/include/aws/ce/CostExplorerErrors.h +++ b/aws-cpp-sdk-ce/include/aws/ce/CostExplorerErrors.h @@ -42,6 +42,7 @@ enum class CostExplorerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-chime/include/aws/chime/ChimeErrors.h b/aws-cpp-sdk-chime/include/aws/chime/ChimeErrors.h index 34e00c24a97e..4f7f3e6b5c02 100644 --- a/aws-cpp-sdk-chime/include/aws/chime/ChimeErrors.h +++ b/aws-cpp-sdk-chime/include/aws/chime/ChimeErrors.h @@ -42,13 +42,13 @@ enum class ChimeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, FORBIDDEN, NOT_FOUND, RESOURCE_LIMIT_EXCEEDED, diff --git a/aws-cpp-sdk-cloud9/include/aws/cloud9/Cloud9Errors.h b/aws-cpp-sdk-cloud9/include/aws/cloud9/Cloud9Errors.h index e7ef6de01618..c18c04aace51 100644 --- a/aws-cpp-sdk-cloud9/include/aws/cloud9/Cloud9Errors.h +++ b/aws-cpp-sdk-cloud9/include/aws/cloud9/Cloud9Errors.h @@ -42,13 +42,13 @@ enum class Cloud9Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONCURRENT_ACCESS, + CONCURRENT_ACCESS= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, CONFLICT, FORBIDDEN, INTERNAL_SERVER_ERROR, diff --git a/aws-cpp-sdk-clouddirectory/include/aws/clouddirectory/CloudDirectoryErrors.h b/aws-cpp-sdk-clouddirectory/include/aws/clouddirectory/CloudDirectoryErrors.h index bcac8fd65d88..e46fbc1aa08b 100644 --- a/aws-cpp-sdk-clouddirectory/include/aws/clouddirectory/CloudDirectoryErrors.h +++ b/aws-cpp-sdk-clouddirectory/include/aws/clouddirectory/CloudDirectoryErrors.h @@ -42,6 +42,7 @@ enum class CloudDirectoryErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cloudformation/include/aws/cloudformation/CloudFormationErrors.h b/aws-cpp-sdk-cloudformation/include/aws/cloudformation/CloudFormationErrors.h index 2f656142d989..59f56f71a272 100644 --- a/aws-cpp-sdk-cloudformation/include/aws/cloudformation/CloudFormationErrors.h +++ b/aws-cpp-sdk-cloudformation/include/aws/cloudformation/CloudFormationErrors.h @@ -42,6 +42,7 @@ enum class CloudFormationErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cloudfront/include/aws/cloudfront/CloudFrontErrors.h b/aws-cpp-sdk-cloudfront/include/aws/cloudfront/CloudFrontErrors.h index cfd45b344ce2..07a4eb70766a 100644 --- a/aws-cpp-sdk-cloudfront/include/aws/cloudfront/CloudFrontErrors.h +++ b/aws-cpp-sdk-cloudfront/include/aws/cloudfront/CloudFrontErrors.h @@ -42,6 +42,7 @@ enum class CloudFrontErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cloudhsm/include/aws/cloudhsm/CloudHSMErrors.h b/aws-cpp-sdk-cloudhsm/include/aws/cloudhsm/CloudHSMErrors.h index bd86fc3edd56..cf8b6b619cd8 100644 --- a/aws-cpp-sdk-cloudhsm/include/aws/cloudhsm/CloudHSMErrors.h +++ b/aws-cpp-sdk-cloudhsm/include/aws/cloudhsm/CloudHSMErrors.h @@ -42,6 +42,7 @@ enum class CloudHSMErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cloudhsmv2/include/aws/cloudhsmv2/CloudHSMV2Errors.h b/aws-cpp-sdk-cloudhsmv2/include/aws/cloudhsmv2/CloudHSMV2Errors.h index dc47d46319c7..8e7b13894497 100644 --- a/aws-cpp-sdk-cloudhsmv2/include/aws/cloudhsmv2/CloudHSMV2Errors.h +++ b/aws-cpp-sdk-cloudhsmv2/include/aws/cloudhsmv2/CloudHSMV2Errors.h @@ -42,6 +42,7 @@ enum class CloudHSMV2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cloudsearch/include/aws/cloudsearch/CloudSearchErrors.h b/aws-cpp-sdk-cloudsearch/include/aws/cloudsearch/CloudSearchErrors.h index 32622ebfd8c3..98a39029e67c 100644 --- a/aws-cpp-sdk-cloudsearch/include/aws/cloudsearch/CloudSearchErrors.h +++ b/aws-cpp-sdk-cloudsearch/include/aws/cloudsearch/CloudSearchErrors.h @@ -42,6 +42,7 @@ enum class CloudSearchErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cloudsearchdomain/include/aws/cloudsearchdomain/CloudSearchDomainErrors.h b/aws-cpp-sdk-cloudsearchdomain/include/aws/cloudsearchdomain/CloudSearchDomainErrors.h index 7d76260dee73..4f2ea88a9f0a 100644 --- a/aws-cpp-sdk-cloudsearchdomain/include/aws/cloudsearchdomain/CloudSearchDomainErrors.h +++ b/aws-cpp-sdk-cloudsearchdomain/include/aws/cloudsearchdomain/CloudSearchDomainErrors.h @@ -42,6 +42,7 @@ enum class CloudSearchDomainErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/CloudTrailErrors.h b/aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/CloudTrailErrors.h index fe197c6c29e0..9309f3962a44 100644 --- a/aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/CloudTrailErrors.h +++ b/aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/CloudTrailErrors.h @@ -42,6 +42,7 @@ enum class CloudTrailErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codeartifact/include/aws/codeartifact/CodeArtifactErrors.h b/aws-cpp-sdk-codeartifact/include/aws/codeartifact/CodeArtifactErrors.h index 8fdf4c9a76f1..680ad5f6a53a 100644 --- a/aws-cpp-sdk-codeartifact/include/aws/codeartifact/CodeArtifactErrors.h +++ b/aws-cpp-sdk-codeartifact/include/aws/codeartifact/CodeArtifactErrors.h @@ -42,6 +42,7 @@ enum class CodeArtifactErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codebuild/include/aws/codebuild/CodeBuildErrors.h b/aws-cpp-sdk-codebuild/include/aws/codebuild/CodeBuildErrors.h index 0929f1e3c33b..b89e88dc769a 100644 --- a/aws-cpp-sdk-codebuild/include/aws/codebuild/CodeBuildErrors.h +++ b/aws-cpp-sdk-codebuild/include/aws/codebuild/CodeBuildErrors.h @@ -42,6 +42,7 @@ enum class CodeBuildErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codecommit/include/aws/codecommit/CodeCommitErrors.h b/aws-cpp-sdk-codecommit/include/aws/codecommit/CodeCommitErrors.h index ad12294c8408..2cdce93b64f9 100644 --- a/aws-cpp-sdk-codecommit/include/aws/codecommit/CodeCommitErrors.h +++ b/aws-cpp-sdk-codecommit/include/aws/codecommit/CodeCommitErrors.h @@ -42,6 +42,7 @@ enum class CodeCommitErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codedeploy/include/aws/codedeploy/CodeDeployErrors.h b/aws-cpp-sdk-codedeploy/include/aws/codedeploy/CodeDeployErrors.h index 2ce5d930f526..0ec8f885b3ed 100644 --- a/aws-cpp-sdk-codedeploy/include/aws/codedeploy/CodeDeployErrors.h +++ b/aws-cpp-sdk-codedeploy/include/aws/codedeploy/CodeDeployErrors.h @@ -42,6 +42,7 @@ enum class CodeDeployErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codeguru-reviewer/include/aws/codeguru-reviewer/CodeGuruReviewerErrors.h b/aws-cpp-sdk-codeguru-reviewer/include/aws/codeguru-reviewer/CodeGuruReviewerErrors.h index 52bd75d96d96..46881dd15a3c 100644 --- a/aws-cpp-sdk-codeguru-reviewer/include/aws/codeguru-reviewer/CodeGuruReviewerErrors.h +++ b/aws-cpp-sdk-codeguru-reviewer/include/aws/codeguru-reviewer/CodeGuruReviewerErrors.h @@ -42,6 +42,7 @@ enum class CodeGuruReviewerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codeguruprofiler/include/aws/codeguruprofiler/CodeGuruProfilerErrors.h b/aws-cpp-sdk-codeguruprofiler/include/aws/codeguruprofiler/CodeGuruProfilerErrors.h index 740ab954417b..8ae7dfc3931a 100644 --- a/aws-cpp-sdk-codeguruprofiler/include/aws/codeguruprofiler/CodeGuruProfilerErrors.h +++ b/aws-cpp-sdk-codeguruprofiler/include/aws/codeguruprofiler/CodeGuruProfilerErrors.h @@ -42,6 +42,7 @@ enum class CodeGuruProfilerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codepipeline/include/aws/codepipeline/CodePipelineErrors.h b/aws-cpp-sdk-codepipeline/include/aws/codepipeline/CodePipelineErrors.h index 64de087bdab5..af3caed11dce 100644 --- a/aws-cpp-sdk-codepipeline/include/aws/codepipeline/CodePipelineErrors.h +++ b/aws-cpp-sdk-codepipeline/include/aws/codepipeline/CodePipelineErrors.h @@ -42,6 +42,7 @@ enum class CodePipelineErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codestar-connections/include/aws/codestar-connections/CodeStarconnectionsErrors.h b/aws-cpp-sdk-codestar-connections/include/aws/codestar-connections/CodeStarconnectionsErrors.h index c213bb2ee71a..5b8c5cc3eae8 100644 --- a/aws-cpp-sdk-codestar-connections/include/aws/codestar-connections/CodeStarconnectionsErrors.h +++ b/aws-cpp-sdk-codestar-connections/include/aws/codestar-connections/CodeStarconnectionsErrors.h @@ -42,6 +42,7 @@ enum class CodeStarconnectionsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codestar-notifications/include/aws/codestar-notifications/CodeStarNotificationsErrors.h b/aws-cpp-sdk-codestar-notifications/include/aws/codestar-notifications/CodeStarNotificationsErrors.h index 2705eb6c4d70..a7415f1f841f 100644 --- a/aws-cpp-sdk-codestar-notifications/include/aws/codestar-notifications/CodeStarNotificationsErrors.h +++ b/aws-cpp-sdk-codestar-notifications/include/aws/codestar-notifications/CodeStarNotificationsErrors.h @@ -42,6 +42,7 @@ enum class CodeStarNotificationsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-codestar/include/aws/codestar/CodeStarErrors.h b/aws-cpp-sdk-codestar/include/aws/codestar/CodeStarErrors.h index fe469e105a45..25b21dc18436 100644 --- a/aws-cpp-sdk-codestar/include/aws/codestar/CodeStarErrors.h +++ b/aws-cpp-sdk-codestar/include/aws/codestar/CodeStarErrors.h @@ -42,6 +42,7 @@ enum class CodeStarErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cognito-identity/include/aws/cognito-identity/CognitoIdentityErrors.h b/aws-cpp-sdk-cognito-identity/include/aws/cognito-identity/CognitoIdentityErrors.h index 85bea94d7f2b..f4940638b936 100644 --- a/aws-cpp-sdk-cognito-identity/include/aws/cognito-identity/CognitoIdentityErrors.h +++ b/aws-cpp-sdk-cognito-identity/include/aws/cognito-identity/CognitoIdentityErrors.h @@ -42,6 +42,7 @@ enum class CognitoIdentityErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cognito-idp/include/aws/cognito-idp/CognitoIdentityProviderErrors.h b/aws-cpp-sdk-cognito-idp/include/aws/cognito-idp/CognitoIdentityProviderErrors.h index 3c0e14e04953..9a210e743d94 100644 --- a/aws-cpp-sdk-cognito-idp/include/aws/cognito-idp/CognitoIdentityProviderErrors.h +++ b/aws-cpp-sdk-cognito-idp/include/aws/cognito-idp/CognitoIdentityProviderErrors.h @@ -42,6 +42,7 @@ enum class CognitoIdentityProviderErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-cognito-sync/include/aws/cognito-sync/CognitoSyncErrors.h b/aws-cpp-sdk-cognito-sync/include/aws/cognito-sync/CognitoSyncErrors.h index 3a64f06d99e7..eb09e6aad514 100644 --- a/aws-cpp-sdk-cognito-sync/include/aws/cognito-sync/CognitoSyncErrors.h +++ b/aws-cpp-sdk-cognito-sync/include/aws/cognito-sync/CognitoSyncErrors.h @@ -42,6 +42,7 @@ enum class CognitoSyncErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-comprehend/include/aws/comprehend/ComprehendErrors.h b/aws-cpp-sdk-comprehend/include/aws/comprehend/ComprehendErrors.h index 69a9102bdde0..2b5e44939563 100644 --- a/aws-cpp-sdk-comprehend/include/aws/comprehend/ComprehendErrors.h +++ b/aws-cpp-sdk-comprehend/include/aws/comprehend/ComprehendErrors.h @@ -42,6 +42,7 @@ enum class ComprehendErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-comprehendmedical/include/aws/comprehendmedical/ComprehendMedicalErrors.h b/aws-cpp-sdk-comprehendmedical/include/aws/comprehendmedical/ComprehendMedicalErrors.h index 84b595a44791..db9be0991d84 100644 --- a/aws-cpp-sdk-comprehendmedical/include/aws/comprehendmedical/ComprehendMedicalErrors.h +++ b/aws-cpp-sdk-comprehendmedical/include/aws/comprehendmedical/ComprehendMedicalErrors.h @@ -42,6 +42,7 @@ enum class ComprehendMedicalErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-compute-optimizer/include/aws/compute-optimizer/ComputeOptimizerErrors.h b/aws-cpp-sdk-compute-optimizer/include/aws/compute-optimizer/ComputeOptimizerErrors.h index c595cb1594bc..be5e890bf392 100644 --- a/aws-cpp-sdk-compute-optimizer/include/aws/compute-optimizer/ComputeOptimizerErrors.h +++ b/aws-cpp-sdk-compute-optimizer/include/aws/compute-optimizer/ComputeOptimizerErrors.h @@ -42,6 +42,7 @@ enum class ComputeOptimizerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-config/include/aws/config/ConfigServiceErrors.h b/aws-cpp-sdk-config/include/aws/config/ConfigServiceErrors.h index 7bb72ef18ff9..09e6bb886c6c 100644 --- a/aws-cpp-sdk-config/include/aws/config/ConfigServiceErrors.h +++ b/aws-cpp-sdk-config/include/aws/config/ConfigServiceErrors.h @@ -42,6 +42,7 @@ enum class ConfigServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-connect-contact-lens/include/aws/connect-contact-lens/ConnectContactLensErrors.h b/aws-cpp-sdk-connect-contact-lens/include/aws/connect-contact-lens/ConnectContactLensErrors.h index 59a4dc080c72..426ce8e0d629 100644 --- a/aws-cpp-sdk-connect-contact-lens/include/aws/connect-contact-lens/ConnectContactLensErrors.h +++ b/aws-cpp-sdk-connect-contact-lens/include/aws/connect-contact-lens/ConnectContactLensErrors.h @@ -42,6 +42,7 @@ enum class ConnectContactLensErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-connect/include/aws/connect/ConnectErrors.h b/aws-cpp-sdk-connect/include/aws/connect/ConnectErrors.h index 42b4f0090d6d..2b8d08bdd484 100644 --- a/aws-cpp-sdk-connect/include/aws/connect/ConnectErrors.h +++ b/aws-cpp-sdk-connect/include/aws/connect/ConnectErrors.h @@ -42,6 +42,7 @@ enum class ConnectErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-connectparticipant/include/aws/connectparticipant/ConnectParticipantErrors.h b/aws-cpp-sdk-connectparticipant/include/aws/connectparticipant/ConnectParticipantErrors.h index 4cbc023e6d48..3f728ddfc6ce 100644 --- a/aws-cpp-sdk-connectparticipant/include/aws/connectparticipant/ConnectParticipantErrors.h +++ b/aws-cpp-sdk-connectparticipant/include/aws/connectparticipant/ConnectParticipantErrors.h @@ -42,6 +42,7 @@ enum class ConnectParticipantErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-core-tests/utils/OutcomeTest.cpp b/aws-cpp-sdk-core-tests/utils/OutcomeTest.cpp index 7c15cc829242..a9f22f435b67 100644 --- a/aws-cpp-sdk-core-tests/utils/OutcomeTest.cpp +++ b/aws-cpp-sdk-core-tests/utils/OutcomeTest.cpp @@ -88,6 +88,7 @@ enum class ServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-core/include/aws/core/client/CoreErrors.h b/aws-cpp-sdk-core/include/aws/core/client/CoreErrors.h index 52ebe51c82f5..197a3493b506 100644 --- a/aws-cpp-sdk-core/include/aws/core/client/CoreErrors.h +++ b/aws-cpp-sdk-core/include/aws/core/client/CoreErrors.h @@ -44,6 +44,7 @@ namespace Aws SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, // General failure to send message to service diff --git a/aws-cpp-sdk-core/source/client/AWSClient.cpp b/aws-cpp-sdk-core/source/client/AWSClient.cpp index 417f21501e60..c53694fa673d 100644 --- a/aws-cpp-sdk-core/source/client/AWSClient.cpp +++ b/aws-cpp-sdk-core/source/client/AWSClient.cpp @@ -73,6 +73,8 @@ static CoreErrors GuessBodylessErrorType(Aws::Http::HttpResponseCode responseCod return CoreErrors::ACCESS_DENIED; case HttpResponseCode::NOT_FOUND: return CoreErrors::RESOURCE_NOT_FOUND; + case HttpResponseCode::BAD_REQUEST: + return CoreErrors::BAD_REQUEST; default: return CoreErrors::UNKNOWN; } diff --git a/aws-cpp-sdk-cur/include/aws/cur/CostandUsageReportServiceErrors.h b/aws-cpp-sdk-cur/include/aws/cur/CostandUsageReportServiceErrors.h index d94722e540fc..4955b611e91d 100644 --- a/aws-cpp-sdk-cur/include/aws/cur/CostandUsageReportServiceErrors.h +++ b/aws-cpp-sdk-cur/include/aws/cur/CostandUsageReportServiceErrors.h @@ -42,6 +42,7 @@ enum class CostandUsageReportServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-customer-profiles/include/aws/customer-profiles/CustomerProfilesErrors.h b/aws-cpp-sdk-customer-profiles/include/aws/customer-profiles/CustomerProfilesErrors.h index a9792eba7c2b..ab133043040b 100644 --- a/aws-cpp-sdk-customer-profiles/include/aws/customer-profiles/CustomerProfilesErrors.h +++ b/aws-cpp-sdk-customer-profiles/include/aws/customer-profiles/CustomerProfilesErrors.h @@ -42,13 +42,13 @@ enum class CustomerProfilesErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - INTERNAL_SERVER + INTERNAL_SERVER= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, }; class AWS_CUSTOMERPROFILES_API CustomerProfilesError : public Aws::Client::AWSError diff --git a/aws-cpp-sdk-databrew/include/aws/databrew/GlueDataBrewErrors.h b/aws-cpp-sdk-databrew/include/aws/databrew/GlueDataBrewErrors.h index 3fa29fe5dbd6..808d4fc7b088 100644 --- a/aws-cpp-sdk-databrew/include/aws/databrew/GlueDataBrewErrors.h +++ b/aws-cpp-sdk-databrew/include/aws/databrew/GlueDataBrewErrors.h @@ -42,6 +42,7 @@ enum class GlueDataBrewErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-dataexchange/include/aws/dataexchange/DataExchangeErrors.h b/aws-cpp-sdk-dataexchange/include/aws/dataexchange/DataExchangeErrors.h index ee4d88f00640..5cbdde0c9506 100644 --- a/aws-cpp-sdk-dataexchange/include/aws/dataexchange/DataExchangeErrors.h +++ b/aws-cpp-sdk-dataexchange/include/aws/dataexchange/DataExchangeErrors.h @@ -42,6 +42,7 @@ enum class DataExchangeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-datapipeline/include/aws/datapipeline/DataPipelineErrors.h b/aws-cpp-sdk-datapipeline/include/aws/datapipeline/DataPipelineErrors.h index 7285b18a7462..b657c9bde5b7 100644 --- a/aws-cpp-sdk-datapipeline/include/aws/datapipeline/DataPipelineErrors.h +++ b/aws-cpp-sdk-datapipeline/include/aws/datapipeline/DataPipelineErrors.h @@ -42,6 +42,7 @@ enum class DataPipelineErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-datasync/include/aws/datasync/DataSyncErrors.h b/aws-cpp-sdk-datasync/include/aws/datasync/DataSyncErrors.h index 2e44e75488f0..1acdd69979a2 100644 --- a/aws-cpp-sdk-datasync/include/aws/datasync/DataSyncErrors.h +++ b/aws-cpp-sdk-datasync/include/aws/datasync/DataSyncErrors.h @@ -42,6 +42,7 @@ enum class DataSyncErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-dax/include/aws/dax/DAXErrors.h b/aws-cpp-sdk-dax/include/aws/dax/DAXErrors.h index 6eb712b800c6..e143bc955d1c 100644 --- a/aws-cpp-sdk-dax/include/aws/dax/DAXErrors.h +++ b/aws-cpp-sdk-dax/include/aws/dax/DAXErrors.h @@ -42,6 +42,7 @@ enum class DAXErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-detective/include/aws/detective/DetectiveErrors.h b/aws-cpp-sdk-detective/include/aws/detective/DetectiveErrors.h index 8c564488427c..c9d22262a47a 100644 --- a/aws-cpp-sdk-detective/include/aws/detective/DetectiveErrors.h +++ b/aws-cpp-sdk-detective/include/aws/detective/DetectiveErrors.h @@ -42,6 +42,7 @@ enum class DetectiveErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-devicefarm/include/aws/devicefarm/DeviceFarmErrors.h b/aws-cpp-sdk-devicefarm/include/aws/devicefarm/DeviceFarmErrors.h index 757f0a8548e4..16a7990ae618 100644 --- a/aws-cpp-sdk-devicefarm/include/aws/devicefarm/DeviceFarmErrors.h +++ b/aws-cpp-sdk-devicefarm/include/aws/devicefarm/DeviceFarmErrors.h @@ -42,6 +42,7 @@ enum class DeviceFarmErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-devops-guru/include/aws/devops-guru/DevOpsGuruErrors.h b/aws-cpp-sdk-devops-guru/include/aws/devops-guru/DevOpsGuruErrors.h index f6fb1c39b19b..15c8f6914790 100644 --- a/aws-cpp-sdk-devops-guru/include/aws/devops-guru/DevOpsGuruErrors.h +++ b/aws-cpp-sdk-devops-guru/include/aws/devops-guru/DevOpsGuruErrors.h @@ -42,6 +42,7 @@ enum class DevOpsGuruErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-directconnect/include/aws/directconnect/DirectConnectErrors.h b/aws-cpp-sdk-directconnect/include/aws/directconnect/DirectConnectErrors.h index 9740115beb2b..1935e3351ad9 100644 --- a/aws-cpp-sdk-directconnect/include/aws/directconnect/DirectConnectErrors.h +++ b/aws-cpp-sdk-directconnect/include/aws/directconnect/DirectConnectErrors.h @@ -42,6 +42,7 @@ enum class DirectConnectErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-discovery/include/aws/discovery/ApplicationDiscoveryServiceErrors.h b/aws-cpp-sdk-discovery/include/aws/discovery/ApplicationDiscoveryServiceErrors.h index 9c6953d7653b..96da33994cfb 100644 --- a/aws-cpp-sdk-discovery/include/aws/discovery/ApplicationDiscoveryServiceErrors.h +++ b/aws-cpp-sdk-discovery/include/aws/discovery/ApplicationDiscoveryServiceErrors.h @@ -42,6 +42,7 @@ enum class ApplicationDiscoveryServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-dlm/include/aws/dlm/DLMErrors.h b/aws-cpp-sdk-dlm/include/aws/dlm/DLMErrors.h index 35acf34e1f06..ee07cbabede6 100644 --- a/aws-cpp-sdk-dlm/include/aws/dlm/DLMErrors.h +++ b/aws-cpp-sdk-dlm/include/aws/dlm/DLMErrors.h @@ -42,6 +42,7 @@ enum class DLMErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-dms/include/aws/dms/DatabaseMigrationServiceErrors.h b/aws-cpp-sdk-dms/include/aws/dms/DatabaseMigrationServiceErrors.h index 35d644d31dc1..dc6b2da6658d 100644 --- a/aws-cpp-sdk-dms/include/aws/dms/DatabaseMigrationServiceErrors.h +++ b/aws-cpp-sdk-dms/include/aws/dms/DatabaseMigrationServiceErrors.h @@ -42,6 +42,7 @@ enum class DatabaseMigrationServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-docdb/include/aws/docdb/DocDBErrors.h b/aws-cpp-sdk-docdb/include/aws/docdb/DocDBErrors.h index c36384632adc..996a74c78e53 100644 --- a/aws-cpp-sdk-docdb/include/aws/docdb/DocDBErrors.h +++ b/aws-cpp-sdk-docdb/include/aws/docdb/DocDBErrors.h @@ -42,6 +42,7 @@ enum class DocDBErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ds/include/aws/ds/DirectoryServiceErrors.h b/aws-cpp-sdk-ds/include/aws/ds/DirectoryServiceErrors.h index 93c163aafc76..2a840ed9bd46 100644 --- a/aws-cpp-sdk-ds/include/aws/ds/DirectoryServiceErrors.h +++ b/aws-cpp-sdk-ds/include/aws/ds/DirectoryServiceErrors.h @@ -42,6 +42,7 @@ enum class DirectoryServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-dynamodb/include/aws/dynamodb/DynamoDBErrors.h b/aws-cpp-sdk-dynamodb/include/aws/dynamodb/DynamoDBErrors.h index bcbecddf2723..046ae5acf672 100644 --- a/aws-cpp-sdk-dynamodb/include/aws/dynamodb/DynamoDBErrors.h +++ b/aws-cpp-sdk-dynamodb/include/aws/dynamodb/DynamoDBErrors.h @@ -42,6 +42,7 @@ enum class DynamoDBErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-dynamodbstreams/include/aws/dynamodbstreams/DynamoDBStreamsErrors.h b/aws-cpp-sdk-dynamodbstreams/include/aws/dynamodbstreams/DynamoDBStreamsErrors.h index c813c03a16ae..2964f339cf49 100644 --- a/aws-cpp-sdk-dynamodbstreams/include/aws/dynamodbstreams/DynamoDBStreamsErrors.h +++ b/aws-cpp-sdk-dynamodbstreams/include/aws/dynamodbstreams/DynamoDBStreamsErrors.h @@ -42,6 +42,7 @@ enum class DynamoDBStreamsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ebs/include/aws/ebs/EBSErrors.h b/aws-cpp-sdk-ebs/include/aws/ebs/EBSErrors.h index 33b8b54972a0..266eb920639a 100644 --- a/aws-cpp-sdk-ebs/include/aws/ebs/EBSErrors.h +++ b/aws-cpp-sdk-ebs/include/aws/ebs/EBSErrors.h @@ -42,6 +42,7 @@ enum class EBSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ec2-instance-connect/include/aws/ec2-instance-connect/EC2InstanceConnectErrors.h b/aws-cpp-sdk-ec2-instance-connect/include/aws/ec2-instance-connect/EC2InstanceConnectErrors.h index 52f1525b8eac..72dd463f3bd0 100644 --- a/aws-cpp-sdk-ec2-instance-connect/include/aws/ec2-instance-connect/EC2InstanceConnectErrors.h +++ b/aws-cpp-sdk-ec2-instance-connect/include/aws/ec2-instance-connect/EC2InstanceConnectErrors.h @@ -42,6 +42,7 @@ enum class EC2InstanceConnectErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ec2/include/aws/ec2/EC2Errors.h b/aws-cpp-sdk-ec2/include/aws/ec2/EC2Errors.h index 0446f55dd974..5a95f16ae3bb 100644 --- a/aws-cpp-sdk-ec2/include/aws/ec2/EC2Errors.h +++ b/aws-cpp-sdk-ec2/include/aws/ec2/EC2Errors.h @@ -42,6 +42,7 @@ enum class EC2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ecr-public/include/aws/ecr-public/ECRPublicErrors.h b/aws-cpp-sdk-ecr-public/include/aws/ecr-public/ECRPublicErrors.h index 15131a4be3a6..da818050ef4f 100644 --- a/aws-cpp-sdk-ecr-public/include/aws/ecr-public/ECRPublicErrors.h +++ b/aws-cpp-sdk-ecr-public/include/aws/ecr-public/ECRPublicErrors.h @@ -42,6 +42,7 @@ enum class ECRPublicErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ecr/include/aws/ecr/ECRErrors.h b/aws-cpp-sdk-ecr/include/aws/ecr/ECRErrors.h index 9a53ac8b5add..dc43f28ab92e 100644 --- a/aws-cpp-sdk-ecr/include/aws/ecr/ECRErrors.h +++ b/aws-cpp-sdk-ecr/include/aws/ecr/ECRErrors.h @@ -42,6 +42,7 @@ enum class ECRErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ecs/include/aws/ecs/ECSErrors.h b/aws-cpp-sdk-ecs/include/aws/ecs/ECSErrors.h index 08355aa4545d..700ea7b2668b 100644 --- a/aws-cpp-sdk-ecs/include/aws/ecs/ECSErrors.h +++ b/aws-cpp-sdk-ecs/include/aws/ecs/ECSErrors.h @@ -42,6 +42,7 @@ enum class ECSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-eks/include/aws/eks/EKSErrors.h b/aws-cpp-sdk-eks/include/aws/eks/EKSErrors.h index 51205f4bb421..bf9e90340e11 100644 --- a/aws-cpp-sdk-eks/include/aws/eks/EKSErrors.h +++ b/aws-cpp-sdk-eks/include/aws/eks/EKSErrors.h @@ -42,13 +42,13 @@ enum class EKSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CLIENT, + CLIENT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, INVALID_PARAMETER, INVALID_REQUEST, NOT_FOUND, diff --git a/aws-cpp-sdk-elastic-inference/include/aws/elastic-inference/ElasticInferenceErrors.h b/aws-cpp-sdk-elastic-inference/include/aws/elastic-inference/ElasticInferenceErrors.h index c91b3289ebc4..3e71bb200855 100644 --- a/aws-cpp-sdk-elastic-inference/include/aws/elastic-inference/ElasticInferenceErrors.h +++ b/aws-cpp-sdk-elastic-inference/include/aws/elastic-inference/ElasticInferenceErrors.h @@ -42,13 +42,13 @@ enum class ElasticInferenceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - INTERNAL_SERVER + INTERNAL_SERVER= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, }; class AWS_ELASTICINFERENCE_API ElasticInferenceError : public Aws::Client::AWSError diff --git a/aws-cpp-sdk-elasticache/include/aws/elasticache/ElastiCacheErrors.h b/aws-cpp-sdk-elasticache/include/aws/elasticache/ElastiCacheErrors.h index 5c23aa838aec..ea27a2ea7580 100644 --- a/aws-cpp-sdk-elasticache/include/aws/elasticache/ElastiCacheErrors.h +++ b/aws-cpp-sdk-elasticache/include/aws/elasticache/ElastiCacheErrors.h @@ -42,6 +42,7 @@ enum class ElastiCacheErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-elasticbeanstalk/include/aws/elasticbeanstalk/ElasticBeanstalkErrors.h b/aws-cpp-sdk-elasticbeanstalk/include/aws/elasticbeanstalk/ElasticBeanstalkErrors.h index 0ff7aa2a5ccf..bc245d81e054 100644 --- a/aws-cpp-sdk-elasticbeanstalk/include/aws/elasticbeanstalk/ElasticBeanstalkErrors.h +++ b/aws-cpp-sdk-elasticbeanstalk/include/aws/elasticbeanstalk/ElasticBeanstalkErrors.h @@ -42,6 +42,7 @@ enum class ElasticBeanstalkErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/EFSErrors.h b/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/EFSErrors.h index 4f4cc3b0aed1..ceca4f4fa6c4 100644 --- a/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/EFSErrors.h +++ b/aws-cpp-sdk-elasticfilesystem/include/aws/elasticfilesystem/EFSErrors.h @@ -42,6 +42,7 @@ enum class EFSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, @@ -51,7 +52,6 @@ enum class EFSErrors ACCESS_POINT_LIMIT_EXCEEDED, ACCESS_POINT_NOT_FOUND, AVAILABILITY_ZONES_MISMATCH, - BAD_REQUEST, DEPENDENCY_TIMEOUT, FILE_SYSTEM_ALREADY_EXISTS, FILE_SYSTEM_IN_USE, diff --git a/aws-cpp-sdk-elasticloadbalancing/include/aws/elasticloadbalancing/ElasticLoadBalancingErrors.h b/aws-cpp-sdk-elasticloadbalancing/include/aws/elasticloadbalancing/ElasticLoadBalancingErrors.h index 052c1ccf0903..8c4375853da2 100644 --- a/aws-cpp-sdk-elasticloadbalancing/include/aws/elasticloadbalancing/ElasticLoadBalancingErrors.h +++ b/aws-cpp-sdk-elasticloadbalancing/include/aws/elasticloadbalancing/ElasticLoadBalancingErrors.h @@ -42,6 +42,7 @@ enum class ElasticLoadBalancingErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-elasticloadbalancingv2/include/aws/elasticloadbalancingv2/ElasticLoadBalancingv2Errors.h b/aws-cpp-sdk-elasticloadbalancingv2/include/aws/elasticloadbalancingv2/ElasticLoadBalancingv2Errors.h index 9ec9191c01fc..4f7faf05c890 100644 --- a/aws-cpp-sdk-elasticloadbalancingv2/include/aws/elasticloadbalancingv2/ElasticLoadBalancingv2Errors.h +++ b/aws-cpp-sdk-elasticloadbalancingv2/include/aws/elasticloadbalancingv2/ElasticLoadBalancingv2Errors.h @@ -42,6 +42,7 @@ enum class ElasticLoadBalancingv2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-elasticmapreduce/include/aws/elasticmapreduce/EMRErrors.h b/aws-cpp-sdk-elasticmapreduce/include/aws/elasticmapreduce/EMRErrors.h index 3b5475755882..06987d7e38ba 100644 --- a/aws-cpp-sdk-elasticmapreduce/include/aws/elasticmapreduce/EMRErrors.h +++ b/aws-cpp-sdk-elasticmapreduce/include/aws/elasticmapreduce/EMRErrors.h @@ -42,6 +42,7 @@ enum class EMRErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-elastictranscoder/include/aws/elastictranscoder/ElasticTranscoderErrors.h b/aws-cpp-sdk-elastictranscoder/include/aws/elastictranscoder/ElasticTranscoderErrors.h index be96e8966007..51497cc411bd 100644 --- a/aws-cpp-sdk-elastictranscoder/include/aws/elastictranscoder/ElasticTranscoderErrors.h +++ b/aws-cpp-sdk-elastictranscoder/include/aws/elastictranscoder/ElasticTranscoderErrors.h @@ -42,6 +42,7 @@ enum class ElasticTranscoderErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-email/include/aws/email/SESErrors.h b/aws-cpp-sdk-email/include/aws/email/SESErrors.h index e5c0c685d041..b6fa5bebbdad 100644 --- a/aws-cpp-sdk-email/include/aws/email/SESErrors.h +++ b/aws-cpp-sdk-email/include/aws/email/SESErrors.h @@ -42,6 +42,7 @@ enum class SESErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-emr-containers/include/aws/emr-containers/EMRContainersErrors.h b/aws-cpp-sdk-emr-containers/include/aws/emr-containers/EMRContainersErrors.h index 2036b9f2509b..145b07d3aaa5 100644 --- a/aws-cpp-sdk-emr-containers/include/aws/emr-containers/EMRContainersErrors.h +++ b/aws-cpp-sdk-emr-containers/include/aws/emr-containers/EMRContainersErrors.h @@ -42,6 +42,7 @@ enum class EMRContainersErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-es/include/aws/es/ElasticsearchServiceErrors.h b/aws-cpp-sdk-es/include/aws/es/ElasticsearchServiceErrors.h index 85418cb84de0..7ff0d90f6be6 100644 --- a/aws-cpp-sdk-es/include/aws/es/ElasticsearchServiceErrors.h +++ b/aws-cpp-sdk-es/include/aws/es/ElasticsearchServiceErrors.h @@ -42,6 +42,7 @@ enum class ElasticsearchServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-eventbridge/include/aws/eventbridge/EventBridgeErrors.h b/aws-cpp-sdk-eventbridge/include/aws/eventbridge/EventBridgeErrors.h index 116072f14dc0..eefa9932d0b5 100644 --- a/aws-cpp-sdk-eventbridge/include/aws/eventbridge/EventBridgeErrors.h +++ b/aws-cpp-sdk-eventbridge/include/aws/eventbridge/EventBridgeErrors.h @@ -42,6 +42,7 @@ enum class EventBridgeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-events/include/aws/events/CloudWatchEventsErrors.h b/aws-cpp-sdk-events/include/aws/events/CloudWatchEventsErrors.h index df9d298f64ca..3da223f5117d 100644 --- a/aws-cpp-sdk-events/include/aws/events/CloudWatchEventsErrors.h +++ b/aws-cpp-sdk-events/include/aws/events/CloudWatchEventsErrors.h @@ -42,6 +42,7 @@ enum class CloudWatchEventsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-firehose/include/aws/firehose/FirehoseErrors.h b/aws-cpp-sdk-firehose/include/aws/firehose/FirehoseErrors.h index 0c518b1a2bbe..af01509f02f8 100644 --- a/aws-cpp-sdk-firehose/include/aws/firehose/FirehoseErrors.h +++ b/aws-cpp-sdk-firehose/include/aws/firehose/FirehoseErrors.h @@ -42,6 +42,7 @@ enum class FirehoseErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-fis/include/aws/fis/FISErrors.h b/aws-cpp-sdk-fis/include/aws/fis/FISErrors.h index 6376dc19fae4..6e8a9f5c4efd 100644 --- a/aws-cpp-sdk-fis/include/aws/fis/FISErrors.h +++ b/aws-cpp-sdk-fis/include/aws/fis/FISErrors.h @@ -42,6 +42,7 @@ enum class FISErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-fms/include/aws/fms/FMSErrors.h b/aws-cpp-sdk-fms/include/aws/fms/FMSErrors.h index a5b915850fa7..8c490699c654 100644 --- a/aws-cpp-sdk-fms/include/aws/fms/FMSErrors.h +++ b/aws-cpp-sdk-fms/include/aws/fms/FMSErrors.h @@ -42,6 +42,7 @@ enum class FMSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-forecast/include/aws/forecast/ForecastServiceErrors.h b/aws-cpp-sdk-forecast/include/aws/forecast/ForecastServiceErrors.h index 53e66999963b..7aa678273121 100644 --- a/aws-cpp-sdk-forecast/include/aws/forecast/ForecastServiceErrors.h +++ b/aws-cpp-sdk-forecast/include/aws/forecast/ForecastServiceErrors.h @@ -42,6 +42,7 @@ enum class ForecastServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-forecastquery/include/aws/forecastquery/ForecastQueryServiceErrors.h b/aws-cpp-sdk-forecastquery/include/aws/forecastquery/ForecastQueryServiceErrors.h index faace87d8e23..aecf18f22f6b 100644 --- a/aws-cpp-sdk-forecastquery/include/aws/forecastquery/ForecastQueryServiceErrors.h +++ b/aws-cpp-sdk-forecastquery/include/aws/forecastquery/ForecastQueryServiceErrors.h @@ -42,6 +42,7 @@ enum class ForecastQueryServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-frauddetector/include/aws/frauddetector/FraudDetectorErrors.h b/aws-cpp-sdk-frauddetector/include/aws/frauddetector/FraudDetectorErrors.h index dc344b79d662..0d940361260c 100644 --- a/aws-cpp-sdk-frauddetector/include/aws/frauddetector/FraudDetectorErrors.h +++ b/aws-cpp-sdk-frauddetector/include/aws/frauddetector/FraudDetectorErrors.h @@ -42,6 +42,7 @@ enum class FraudDetectorErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-fsx/include/aws/fsx/FSxErrors.h b/aws-cpp-sdk-fsx/include/aws/fsx/FSxErrors.h index 0a1dc1dab79d..acc6a8526584 100644 --- a/aws-cpp-sdk-fsx/include/aws/fsx/FSxErrors.h +++ b/aws-cpp-sdk-fsx/include/aws/fsx/FSxErrors.h @@ -42,6 +42,7 @@ enum class FSxErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, @@ -52,7 +53,6 @@ enum class FSxErrors BACKUP_IN_PROGRESS, BACKUP_NOT_FOUND, BACKUP_RESTORING, - BAD_REQUEST, DATA_REPOSITORY_ASSOCIATION_NOT_FOUND, DATA_REPOSITORY_TASK_ENDED, DATA_REPOSITORY_TASK_EXECUTING, diff --git a/aws-cpp-sdk-gamelift/include/aws/gamelift/GameLiftErrors.h b/aws-cpp-sdk-gamelift/include/aws/gamelift/GameLiftErrors.h index 85e82883757b..235759dba4bb 100644 --- a/aws-cpp-sdk-gamelift/include/aws/gamelift/GameLiftErrors.h +++ b/aws-cpp-sdk-gamelift/include/aws/gamelift/GameLiftErrors.h @@ -42,6 +42,7 @@ enum class GameLiftErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-glacier/include/aws/glacier/GlacierErrors.h b/aws-cpp-sdk-glacier/include/aws/glacier/GlacierErrors.h index 6a54f21b8460..4505b7663bd9 100644 --- a/aws-cpp-sdk-glacier/include/aws/glacier/GlacierErrors.h +++ b/aws-cpp-sdk-glacier/include/aws/glacier/GlacierErrors.h @@ -42,6 +42,7 @@ enum class GlacierErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-globalaccelerator/include/aws/globalaccelerator/GlobalAcceleratorErrors.h b/aws-cpp-sdk-globalaccelerator/include/aws/globalaccelerator/GlobalAcceleratorErrors.h index 1e04b83f3c98..f49412ee5065 100644 --- a/aws-cpp-sdk-globalaccelerator/include/aws/globalaccelerator/GlobalAcceleratorErrors.h +++ b/aws-cpp-sdk-globalaccelerator/include/aws/globalaccelerator/GlobalAcceleratorErrors.h @@ -42,6 +42,7 @@ enum class GlobalAcceleratorErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-glue/include/aws/glue/GlueErrors.h b/aws-cpp-sdk-glue/include/aws/glue/GlueErrors.h index d5dabf7c6a6f..deb4a354b73c 100644 --- a/aws-cpp-sdk-glue/include/aws/glue/GlueErrors.h +++ b/aws-cpp-sdk-glue/include/aws/glue/GlueErrors.h @@ -42,6 +42,7 @@ enum class GlueErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-greengrass/include/aws/greengrass/GreengrassErrors.h b/aws-cpp-sdk-greengrass/include/aws/greengrass/GreengrassErrors.h index 9823a53b15c2..7d8096f97fea 100644 --- a/aws-cpp-sdk-greengrass/include/aws/greengrass/GreengrassErrors.h +++ b/aws-cpp-sdk-greengrass/include/aws/greengrass/GreengrassErrors.h @@ -42,13 +42,13 @@ enum class GreengrassErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - INTERNAL_SERVER_ERROR + INTERNAL_SERVER_ERROR= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, }; class AWS_GREENGRASS_API GreengrassError : public Aws::Client::AWSError diff --git a/aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/GreengrassV2Errors.h b/aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/GreengrassV2Errors.h index dec60919aab6..ecc5fa6a382f 100644 --- a/aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/GreengrassV2Errors.h +++ b/aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/GreengrassV2Errors.h @@ -42,6 +42,7 @@ enum class GreengrassV2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-groundstation/include/aws/groundstation/GroundStationErrors.h b/aws-cpp-sdk-groundstation/include/aws/groundstation/GroundStationErrors.h index 0f2d92be82a6..afad127d1c21 100644 --- a/aws-cpp-sdk-groundstation/include/aws/groundstation/GroundStationErrors.h +++ b/aws-cpp-sdk-groundstation/include/aws/groundstation/GroundStationErrors.h @@ -42,6 +42,7 @@ enum class GroundStationErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-guardduty/include/aws/guardduty/GuardDutyErrors.h b/aws-cpp-sdk-guardduty/include/aws/guardduty/GuardDutyErrors.h index 1b04a020e361..be3fff1f9539 100644 --- a/aws-cpp-sdk-guardduty/include/aws/guardduty/GuardDutyErrors.h +++ b/aws-cpp-sdk-guardduty/include/aws/guardduty/GuardDutyErrors.h @@ -42,13 +42,13 @@ enum class GuardDutyErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - INTERNAL_SERVER_ERROR + INTERNAL_SERVER_ERROR= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, }; class AWS_GUARDDUTY_API GuardDutyError : public Aws::Client::AWSError diff --git a/aws-cpp-sdk-health/include/aws/health/HealthErrors.h b/aws-cpp-sdk-health/include/aws/health/HealthErrors.h index fea359742b81..58c78e348d41 100644 --- a/aws-cpp-sdk-health/include/aws/health/HealthErrors.h +++ b/aws-cpp-sdk-health/include/aws/health/HealthErrors.h @@ -42,6 +42,7 @@ enum class HealthErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-healthlake/include/aws/healthlake/HealthLakeErrors.h b/aws-cpp-sdk-healthlake/include/aws/healthlake/HealthLakeErrors.h index caadb5287cd1..cce8ee1e1166 100644 --- a/aws-cpp-sdk-healthlake/include/aws/healthlake/HealthLakeErrors.h +++ b/aws-cpp-sdk-healthlake/include/aws/healthlake/HealthLakeErrors.h @@ -42,6 +42,7 @@ enum class HealthLakeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-honeycode/include/aws/honeycode/HoneycodeErrors.h b/aws-cpp-sdk-honeycode/include/aws/honeycode/HoneycodeErrors.h index 21863ac4f944..931e7aa7ebea 100644 --- a/aws-cpp-sdk-honeycode/include/aws/honeycode/HoneycodeErrors.h +++ b/aws-cpp-sdk-honeycode/include/aws/honeycode/HoneycodeErrors.h @@ -42,6 +42,7 @@ enum class HoneycodeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iam/include/aws/iam/IAMErrors.h b/aws-cpp-sdk-iam/include/aws/iam/IAMErrors.h index 3b422b0de887..b70af0f705f5 100644 --- a/aws-cpp-sdk-iam/include/aws/iam/IAMErrors.h +++ b/aws-cpp-sdk-iam/include/aws/iam/IAMErrors.h @@ -42,6 +42,7 @@ enum class IAMErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-identitystore/include/aws/identitystore/IdentityStoreErrors.h b/aws-cpp-sdk-identitystore/include/aws/identitystore/IdentityStoreErrors.h index 03510c60a6f2..5ebfa10946e9 100644 --- a/aws-cpp-sdk-identitystore/include/aws/identitystore/IdentityStoreErrors.h +++ b/aws-cpp-sdk-identitystore/include/aws/identitystore/IdentityStoreErrors.h @@ -42,6 +42,7 @@ enum class IdentityStoreErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-imagebuilder/include/aws/imagebuilder/ImagebuilderErrors.h b/aws-cpp-sdk-imagebuilder/include/aws/imagebuilder/ImagebuilderErrors.h index 2f0b41a72398..83b6e2ce8828 100644 --- a/aws-cpp-sdk-imagebuilder/include/aws/imagebuilder/ImagebuilderErrors.h +++ b/aws-cpp-sdk-imagebuilder/include/aws/imagebuilder/ImagebuilderErrors.h @@ -42,6 +42,7 @@ enum class ImagebuilderErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-importexport/include/aws/importexport/ImportExportErrors.h b/aws-cpp-sdk-importexport/include/aws/importexport/ImportExportErrors.h index c47282c28356..bb774f4b9240 100644 --- a/aws-cpp-sdk-importexport/include/aws/importexport/ImportExportErrors.h +++ b/aws-cpp-sdk-importexport/include/aws/importexport/ImportExportErrors.h @@ -42,6 +42,7 @@ enum class ImportExportErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-inspector/include/aws/inspector/InspectorErrors.h b/aws-cpp-sdk-inspector/include/aws/inspector/InspectorErrors.h index bbfd96d521a4..26c6c5e69b88 100644 --- a/aws-cpp-sdk-inspector/include/aws/inspector/InspectorErrors.h +++ b/aws-cpp-sdk-inspector/include/aws/inspector/InspectorErrors.h @@ -42,6 +42,7 @@ enum class InspectorErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iot-data/include/aws/iot-data/IoTDataPlaneErrors.h b/aws-cpp-sdk-iot-data/include/aws/iot-data/IoTDataPlaneErrors.h index cfacbed6d317..dbed6d6ff085 100644 --- a/aws-cpp-sdk-iot-data/include/aws/iot-data/IoTDataPlaneErrors.h +++ b/aws-cpp-sdk-iot-data/include/aws/iot-data/IoTDataPlaneErrors.h @@ -42,6 +42,7 @@ enum class IoTDataPlaneErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iot-jobs-data/include/aws/iot-jobs-data/IoTJobsDataPlaneErrors.h b/aws-cpp-sdk-iot-jobs-data/include/aws/iot-jobs-data/IoTJobsDataPlaneErrors.h index 00e7647d8605..4e68b32f095f 100644 --- a/aws-cpp-sdk-iot-jobs-data/include/aws/iot-jobs-data/IoTJobsDataPlaneErrors.h +++ b/aws-cpp-sdk-iot-jobs-data/include/aws/iot-jobs-data/IoTJobsDataPlaneErrors.h @@ -42,6 +42,7 @@ enum class IoTJobsDataPlaneErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iot/include/aws/iot/IoTErrors.h b/aws-cpp-sdk-iot/include/aws/iot/IoTErrors.h index 77e4b30fe54e..e72daf6ac3a2 100644 --- a/aws-cpp-sdk-iot/include/aws/iot/IoTErrors.h +++ b/aws-cpp-sdk-iot/include/aws/iot/IoTErrors.h @@ -42,6 +42,7 @@ enum class IoTErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iot1click-devices/include/aws/iot1click-devices/IoT1ClickDevicesServiceErrors.h b/aws-cpp-sdk-iot1click-devices/include/aws/iot1click-devices/IoT1ClickDevicesServiceErrors.h index 79c8c3821e5f..2e1a933abd63 100644 --- a/aws-cpp-sdk-iot1click-devices/include/aws/iot1click-devices/IoT1ClickDevicesServiceErrors.h +++ b/aws-cpp-sdk-iot1click-devices/include/aws/iot1click-devices/IoT1ClickDevicesServiceErrors.h @@ -42,6 +42,7 @@ enum class IoT1ClickDevicesServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iot1click-projects/include/aws/iot1click-projects/IoT1ClickProjectsErrors.h b/aws-cpp-sdk-iot1click-projects/include/aws/iot1click-projects/IoT1ClickProjectsErrors.h index 7c0b43a40d28..00e831dba38d 100644 --- a/aws-cpp-sdk-iot1click-projects/include/aws/iot1click-projects/IoT1ClickProjectsErrors.h +++ b/aws-cpp-sdk-iot1click-projects/include/aws/iot1click-projects/IoT1ClickProjectsErrors.h @@ -42,6 +42,7 @@ enum class IoT1ClickProjectsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotanalytics/include/aws/iotanalytics/IoTAnalyticsErrors.h b/aws-cpp-sdk-iotanalytics/include/aws/iotanalytics/IoTAnalyticsErrors.h index 0869d2ab7ef1..db4692346586 100644 --- a/aws-cpp-sdk-iotanalytics/include/aws/iotanalytics/IoTAnalyticsErrors.h +++ b/aws-cpp-sdk-iotanalytics/include/aws/iotanalytics/IoTAnalyticsErrors.h @@ -42,6 +42,7 @@ enum class IoTAnalyticsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotdeviceadvisor/include/aws/iotdeviceadvisor/IoTDeviceAdvisorErrors.h b/aws-cpp-sdk-iotdeviceadvisor/include/aws/iotdeviceadvisor/IoTDeviceAdvisorErrors.h index ab426a4fe927..1484bdb4eacf 100644 --- a/aws-cpp-sdk-iotdeviceadvisor/include/aws/iotdeviceadvisor/IoTDeviceAdvisorErrors.h +++ b/aws-cpp-sdk-iotdeviceadvisor/include/aws/iotdeviceadvisor/IoTDeviceAdvisorErrors.h @@ -42,6 +42,7 @@ enum class IoTDeviceAdvisorErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotevents-data/include/aws/iotevents-data/IoTEventsDataErrors.h b/aws-cpp-sdk-iotevents-data/include/aws/iotevents-data/IoTEventsDataErrors.h index d26b4b9ea1ac..f8b3ee5776f4 100644 --- a/aws-cpp-sdk-iotevents-data/include/aws/iotevents-data/IoTEventsDataErrors.h +++ b/aws-cpp-sdk-iotevents-data/include/aws/iotevents-data/IoTEventsDataErrors.h @@ -42,6 +42,7 @@ enum class IoTEventsDataErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotevents/include/aws/iotevents/IoTEventsErrors.h b/aws-cpp-sdk-iotevents/include/aws/iotevents/IoTEventsErrors.h index 35a22e7c1265..4c58c4f12f08 100644 --- a/aws-cpp-sdk-iotevents/include/aws/iotevents/IoTEventsErrors.h +++ b/aws-cpp-sdk-iotevents/include/aws/iotevents/IoTEventsErrors.h @@ -42,6 +42,7 @@ enum class IoTEventsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotfleethub/include/aws/iotfleethub/IoTFleetHubErrors.h b/aws-cpp-sdk-iotfleethub/include/aws/iotfleethub/IoTFleetHubErrors.h index 6e096939bb62..080d2fbb9a54 100644 --- a/aws-cpp-sdk-iotfleethub/include/aws/iotfleethub/IoTFleetHubErrors.h +++ b/aws-cpp-sdk-iotfleethub/include/aws/iotfleethub/IoTFleetHubErrors.h @@ -42,6 +42,7 @@ enum class IoTFleetHubErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotsecuretunneling/include/aws/iotsecuretunneling/IoTSecureTunnelingErrors.h b/aws-cpp-sdk-iotsecuretunneling/include/aws/iotsecuretunneling/IoTSecureTunnelingErrors.h index 212ecd97de9b..4f2b75f0b451 100644 --- a/aws-cpp-sdk-iotsecuretunneling/include/aws/iotsecuretunneling/IoTSecureTunnelingErrors.h +++ b/aws-cpp-sdk-iotsecuretunneling/include/aws/iotsecuretunneling/IoTSecureTunnelingErrors.h @@ -42,6 +42,7 @@ enum class IoTSecureTunnelingErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/IoTSiteWiseErrors.h b/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/IoTSiteWiseErrors.h index 39b1df2b8a6f..77a44c306fe4 100644 --- a/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/IoTSiteWiseErrors.h +++ b/aws-cpp-sdk-iotsitewise/include/aws/iotsitewise/IoTSiteWiseErrors.h @@ -42,6 +42,7 @@ enum class IoTSiteWiseErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotthingsgraph/include/aws/iotthingsgraph/IoTThingsGraphErrors.h b/aws-cpp-sdk-iotthingsgraph/include/aws/iotthingsgraph/IoTThingsGraphErrors.h index 82e97e56e5c0..f68a3026f3da 100644 --- a/aws-cpp-sdk-iotthingsgraph/include/aws/iotthingsgraph/IoTThingsGraphErrors.h +++ b/aws-cpp-sdk-iotthingsgraph/include/aws/iotthingsgraph/IoTThingsGraphErrors.h @@ -42,6 +42,7 @@ enum class IoTThingsGraphErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-iotwireless/include/aws/iotwireless/IoTWirelessErrors.h b/aws-cpp-sdk-iotwireless/include/aws/iotwireless/IoTWirelessErrors.h index d66b4296df0f..52f863d5ba39 100644 --- a/aws-cpp-sdk-iotwireless/include/aws/iotwireless/IoTWirelessErrors.h +++ b/aws-cpp-sdk-iotwireless/include/aws/iotwireless/IoTWirelessErrors.h @@ -42,6 +42,7 @@ enum class IoTWirelessErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ivs/include/aws/ivs/IVSErrors.h b/aws-cpp-sdk-ivs/include/aws/ivs/IVSErrors.h index 4babc7774de0..8d621d26965f 100644 --- a/aws-cpp-sdk-ivs/include/aws/ivs/IVSErrors.h +++ b/aws-cpp-sdk-ivs/include/aws/ivs/IVSErrors.h @@ -42,6 +42,7 @@ enum class IVSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kafka/include/aws/kafka/KafkaErrors.h b/aws-cpp-sdk-kafka/include/aws/kafka/KafkaErrors.h index 8d3f6d63ad1b..39b96161a98b 100644 --- a/aws-cpp-sdk-kafka/include/aws/kafka/KafkaErrors.h +++ b/aws-cpp-sdk-kafka/include/aws/kafka/KafkaErrors.h @@ -42,13 +42,13 @@ enum class KafkaErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, FORBIDDEN, INTERNAL_SERVER_ERROR, NOT_FOUND, diff --git a/aws-cpp-sdk-kendra/include/aws/kendra/KendraErrors.h b/aws-cpp-sdk-kendra/include/aws/kendra/KendraErrors.h index b134f4d2c2ef..48ac478b419b 100644 --- a/aws-cpp-sdk-kendra/include/aws/kendra/KendraErrors.h +++ b/aws-cpp-sdk-kendra/include/aws/kendra/KendraErrors.h @@ -42,6 +42,7 @@ enum class KendraErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/KinesisVideoArchivedMediaErrors.h b/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/KinesisVideoArchivedMediaErrors.h index 7c6781a5da16..d0a99e35fba7 100644 --- a/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/KinesisVideoArchivedMediaErrors.h +++ b/aws-cpp-sdk-kinesis-video-archived-media/include/aws/kinesis-video-archived-media/KinesisVideoArchivedMediaErrors.h @@ -42,6 +42,7 @@ enum class KinesisVideoArchivedMediaErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kinesis-video-media/include/aws/kinesis-video-media/KinesisVideoMediaErrors.h b/aws-cpp-sdk-kinesis-video-media/include/aws/kinesis-video-media/KinesisVideoMediaErrors.h index 0bf71a713e5c..a0b7a42a7627 100644 --- a/aws-cpp-sdk-kinesis-video-media/include/aws/kinesis-video-media/KinesisVideoMediaErrors.h +++ b/aws-cpp-sdk-kinesis-video-media/include/aws/kinesis-video-media/KinesisVideoMediaErrors.h @@ -42,6 +42,7 @@ enum class KinesisVideoMediaErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kinesis-video-signaling/include/aws/kinesis-video-signaling/KinesisVideoSignalingChannelsErrors.h b/aws-cpp-sdk-kinesis-video-signaling/include/aws/kinesis-video-signaling/KinesisVideoSignalingChannelsErrors.h index 5bffc2855532..ee07686c5e89 100644 --- a/aws-cpp-sdk-kinesis-video-signaling/include/aws/kinesis-video-signaling/KinesisVideoSignalingChannelsErrors.h +++ b/aws-cpp-sdk-kinesis-video-signaling/include/aws/kinesis-video-signaling/KinesisVideoSignalingChannelsErrors.h @@ -42,6 +42,7 @@ enum class KinesisVideoSignalingChannelsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kinesis/include/aws/kinesis/KinesisErrors.h b/aws-cpp-sdk-kinesis/include/aws/kinesis/KinesisErrors.h index db0c9e88ec16..e858cfbcd334 100644 --- a/aws-cpp-sdk-kinesis/include/aws/kinesis/KinesisErrors.h +++ b/aws-cpp-sdk-kinesis/include/aws/kinesis/KinesisErrors.h @@ -42,6 +42,7 @@ enum class KinesisErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kinesisanalytics/include/aws/kinesisanalytics/KinesisAnalyticsErrors.h b/aws-cpp-sdk-kinesisanalytics/include/aws/kinesisanalytics/KinesisAnalyticsErrors.h index 8eb40b955537..1ce436bff4b7 100644 --- a/aws-cpp-sdk-kinesisanalytics/include/aws/kinesisanalytics/KinesisAnalyticsErrors.h +++ b/aws-cpp-sdk-kinesisanalytics/include/aws/kinesisanalytics/KinesisAnalyticsErrors.h @@ -42,6 +42,7 @@ enum class KinesisAnalyticsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kinesisanalyticsv2/include/aws/kinesisanalyticsv2/KinesisAnalyticsV2Errors.h b/aws-cpp-sdk-kinesisanalyticsv2/include/aws/kinesisanalyticsv2/KinesisAnalyticsV2Errors.h index 3404d429a497..b6ab40af66e4 100644 --- a/aws-cpp-sdk-kinesisanalyticsv2/include/aws/kinesisanalyticsv2/KinesisAnalyticsV2Errors.h +++ b/aws-cpp-sdk-kinesisanalyticsv2/include/aws/kinesisanalyticsv2/KinesisAnalyticsV2Errors.h @@ -42,6 +42,7 @@ enum class KinesisAnalyticsV2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kinesisvideo/include/aws/kinesisvideo/KinesisVideoErrors.h b/aws-cpp-sdk-kinesisvideo/include/aws/kinesisvideo/KinesisVideoErrors.h index 02843834da9a..7220aed6df56 100644 --- a/aws-cpp-sdk-kinesisvideo/include/aws/kinesisvideo/KinesisVideoErrors.h +++ b/aws-cpp-sdk-kinesisvideo/include/aws/kinesisvideo/KinesisVideoErrors.h @@ -42,6 +42,7 @@ enum class KinesisVideoErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-kms/include/aws/kms/KMSErrors.h b/aws-cpp-sdk-kms/include/aws/kms/KMSErrors.h index 2f0c76aceb66..30bb3f8a3973 100644 --- a/aws-cpp-sdk-kms/include/aws/kms/KMSErrors.h +++ b/aws-cpp-sdk-kms/include/aws/kms/KMSErrors.h @@ -42,6 +42,7 @@ enum class KMSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-lakeformation/include/aws/lakeformation/LakeFormationErrors.h b/aws-cpp-sdk-lakeformation/include/aws/lakeformation/LakeFormationErrors.h index 4be448b5f05c..d84d8c8db2ec 100644 --- a/aws-cpp-sdk-lakeformation/include/aws/lakeformation/LakeFormationErrors.h +++ b/aws-cpp-sdk-lakeformation/include/aws/lakeformation/LakeFormationErrors.h @@ -42,6 +42,7 @@ enum class LakeFormationErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-lambda/include/aws/lambda/LambdaErrors.h b/aws-cpp-sdk-lambda/include/aws/lambda/LambdaErrors.h index a7d6783e091b..6974e83b9338 100644 --- a/aws-cpp-sdk-lambda/include/aws/lambda/LambdaErrors.h +++ b/aws-cpp-sdk-lambda/include/aws/lambda/LambdaErrors.h @@ -42,6 +42,7 @@ enum class LambdaErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-lex-models/include/aws/lex-models/LexModelBuildingServiceErrors.h b/aws-cpp-sdk-lex-models/include/aws/lex-models/LexModelBuildingServiceErrors.h index 86fb5ed853cb..0df112b26ec6 100644 --- a/aws-cpp-sdk-lex-models/include/aws/lex-models/LexModelBuildingServiceErrors.h +++ b/aws-cpp-sdk-lex-models/include/aws/lex-models/LexModelBuildingServiceErrors.h @@ -42,13 +42,13 @@ enum class LexModelBuildingServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, LIMIT_EXCEEDED, NOT_FOUND, PRECONDITION_FAILED, diff --git a/aws-cpp-sdk-lex/include/aws/lex/LexRuntimeServiceErrors.h b/aws-cpp-sdk-lex/include/aws/lex/LexRuntimeServiceErrors.h index 1949a7e81102..7d8d273597bd 100644 --- a/aws-cpp-sdk-lex/include/aws/lex/LexRuntimeServiceErrors.h +++ b/aws-cpp-sdk-lex/include/aws/lex/LexRuntimeServiceErrors.h @@ -42,13 +42,13 @@ enum class LexRuntimeServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// BAD_GATEWAY= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - BAD_REQUEST, CONFLICT, DEPENDENCY_FAILED, LIMIT_EXCEEDED, diff --git a/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/LexModelsV2Errors.h b/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/LexModelsV2Errors.h index 2db6b241d78d..f3c7df6b2b55 100644 --- a/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/LexModelsV2Errors.h +++ b/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/LexModelsV2Errors.h @@ -42,6 +42,7 @@ enum class LexModelsV2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-lexv2-runtime/include/aws/lexv2-runtime/LexRuntimeV2Errors.h b/aws-cpp-sdk-lexv2-runtime/include/aws/lexv2-runtime/LexRuntimeV2Errors.h index e3a433f3ba64..09cd0d1f085e 100644 --- a/aws-cpp-sdk-lexv2-runtime/include/aws/lexv2-runtime/LexRuntimeV2Errors.h +++ b/aws-cpp-sdk-lexv2-runtime/include/aws/lexv2-runtime/LexRuntimeV2Errors.h @@ -42,6 +42,7 @@ enum class LexRuntimeV2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-license-manager/include/aws/license-manager/LicenseManagerErrors.h b/aws-cpp-sdk-license-manager/include/aws/license-manager/LicenseManagerErrors.h index 37c568e01b69..405a3b419ee9 100644 --- a/aws-cpp-sdk-license-manager/include/aws/license-manager/LicenseManagerErrors.h +++ b/aws-cpp-sdk-license-manager/include/aws/license-manager/LicenseManagerErrors.h @@ -42,6 +42,7 @@ enum class LicenseManagerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-lightsail/include/aws/lightsail/LightsailErrors.h b/aws-cpp-sdk-lightsail/include/aws/lightsail/LightsailErrors.h index 9c7ea6a49d46..c157de0e3279 100644 --- a/aws-cpp-sdk-lightsail/include/aws/lightsail/LightsailErrors.h +++ b/aws-cpp-sdk-lightsail/include/aws/lightsail/LightsailErrors.h @@ -42,6 +42,7 @@ enum class LightsailErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-location/include/aws/location/LocationServiceErrors.h b/aws-cpp-sdk-location/include/aws/location/LocationServiceErrors.h index 229a5ca9247f..62cd3d47fcc8 100644 --- a/aws-cpp-sdk-location/include/aws/location/LocationServiceErrors.h +++ b/aws-cpp-sdk-location/include/aws/location/LocationServiceErrors.h @@ -42,6 +42,7 @@ enum class LocationServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-logs/include/aws/logs/CloudWatchLogsErrors.h b/aws-cpp-sdk-logs/include/aws/logs/CloudWatchLogsErrors.h index 3122acf18995..fb6d95d0cd80 100644 --- a/aws-cpp-sdk-logs/include/aws/logs/CloudWatchLogsErrors.h +++ b/aws-cpp-sdk-logs/include/aws/logs/CloudWatchLogsErrors.h @@ -42,6 +42,7 @@ enum class CloudWatchLogsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-lookoutequipment/include/aws/lookoutequipment/LookoutEquipmentErrors.h b/aws-cpp-sdk-lookoutequipment/include/aws/lookoutequipment/LookoutEquipmentErrors.h index 512f9bac12ec..219912a812d6 100644 --- a/aws-cpp-sdk-lookoutequipment/include/aws/lookoutequipment/LookoutEquipmentErrors.h +++ b/aws-cpp-sdk-lookoutequipment/include/aws/lookoutequipment/LookoutEquipmentErrors.h @@ -42,6 +42,7 @@ enum class LookoutEquipmentErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-lookoutmetrics/include/aws/lookoutmetrics/LookoutMetricsErrors.h b/aws-cpp-sdk-lookoutmetrics/include/aws/lookoutmetrics/LookoutMetricsErrors.h index 9f25514f5a49..c5eb52596bcf 100644 --- a/aws-cpp-sdk-lookoutmetrics/include/aws/lookoutmetrics/LookoutMetricsErrors.h +++ b/aws-cpp-sdk-lookoutmetrics/include/aws/lookoutmetrics/LookoutMetricsErrors.h @@ -42,6 +42,7 @@ enum class LookoutMetricsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-lookoutvision/include/aws/lookoutvision/LookoutforVisionErrors.h b/aws-cpp-sdk-lookoutvision/include/aws/lookoutvision/LookoutforVisionErrors.h index 86022b9c1f9b..e170f7b20a76 100644 --- a/aws-cpp-sdk-lookoutvision/include/aws/lookoutvision/LookoutforVisionErrors.h +++ b/aws-cpp-sdk-lookoutvision/include/aws/lookoutvision/LookoutforVisionErrors.h @@ -42,6 +42,7 @@ enum class LookoutforVisionErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-machinelearning/include/aws/machinelearning/MachineLearningErrors.h b/aws-cpp-sdk-machinelearning/include/aws/machinelearning/MachineLearningErrors.h index a4631356629b..57ece12fdb38 100644 --- a/aws-cpp-sdk-machinelearning/include/aws/machinelearning/MachineLearningErrors.h +++ b/aws-cpp-sdk-machinelearning/include/aws/machinelearning/MachineLearningErrors.h @@ -42,6 +42,7 @@ enum class MachineLearningErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-macie/include/aws/macie/MacieErrors.h b/aws-cpp-sdk-macie/include/aws/macie/MacieErrors.h index 5c15fadaae74..d9606b1e63bd 100644 --- a/aws-cpp-sdk-macie/include/aws/macie/MacieErrors.h +++ b/aws-cpp-sdk-macie/include/aws/macie/MacieErrors.h @@ -42,6 +42,7 @@ enum class MacieErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-macie2/include/aws/macie2/Macie2Errors.h b/aws-cpp-sdk-macie2/include/aws/macie2/Macie2Errors.h index 004bd3b47457..23c79d731787 100644 --- a/aws-cpp-sdk-macie2/include/aws/macie2/Macie2Errors.h +++ b/aws-cpp-sdk-macie2/include/aws/macie2/Macie2Errors.h @@ -42,6 +42,7 @@ enum class Macie2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-managedblockchain/include/aws/managedblockchain/ManagedBlockchainErrors.h b/aws-cpp-sdk-managedblockchain/include/aws/managedblockchain/ManagedBlockchainErrors.h index 7535d9b82b1f..aee45ad2dfbd 100644 --- a/aws-cpp-sdk-managedblockchain/include/aws/managedblockchain/ManagedBlockchainErrors.h +++ b/aws-cpp-sdk-managedblockchain/include/aws/managedblockchain/ManagedBlockchainErrors.h @@ -42,6 +42,7 @@ enum class ManagedBlockchainErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-marketplace-catalog/include/aws/marketplace-catalog/MarketplaceCatalogErrors.h b/aws-cpp-sdk-marketplace-catalog/include/aws/marketplace-catalog/MarketplaceCatalogErrors.h index 8d6bf59ffd0c..700aaace5283 100644 --- a/aws-cpp-sdk-marketplace-catalog/include/aws/marketplace-catalog/MarketplaceCatalogErrors.h +++ b/aws-cpp-sdk-marketplace-catalog/include/aws/marketplace-catalog/MarketplaceCatalogErrors.h @@ -42,6 +42,7 @@ enum class MarketplaceCatalogErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-marketplace-entitlement/include/aws/marketplace-entitlement/MarketplaceEntitlementServiceErrors.h b/aws-cpp-sdk-marketplace-entitlement/include/aws/marketplace-entitlement/MarketplaceEntitlementServiceErrors.h index 4faf39af11fb..88950b18f091 100644 --- a/aws-cpp-sdk-marketplace-entitlement/include/aws/marketplace-entitlement/MarketplaceEntitlementServiceErrors.h +++ b/aws-cpp-sdk-marketplace-entitlement/include/aws/marketplace-entitlement/MarketplaceEntitlementServiceErrors.h @@ -42,6 +42,7 @@ enum class MarketplaceEntitlementServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-marketplacecommerceanalytics/include/aws/marketplacecommerceanalytics/MarketplaceCommerceAnalyticsErrors.h b/aws-cpp-sdk-marketplacecommerceanalytics/include/aws/marketplacecommerceanalytics/MarketplaceCommerceAnalyticsErrors.h index ef4aee691d7e..110f89ddb2b6 100644 --- a/aws-cpp-sdk-marketplacecommerceanalytics/include/aws/marketplacecommerceanalytics/MarketplaceCommerceAnalyticsErrors.h +++ b/aws-cpp-sdk-marketplacecommerceanalytics/include/aws/marketplacecommerceanalytics/MarketplaceCommerceAnalyticsErrors.h @@ -42,6 +42,7 @@ enum class MarketplaceCommerceAnalyticsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mediaconnect/include/aws/mediaconnect/MediaConnectErrors.h b/aws-cpp-sdk-mediaconnect/include/aws/mediaconnect/MediaConnectErrors.h index 3f16516a9045..b69023780722 100644 --- a/aws-cpp-sdk-mediaconnect/include/aws/mediaconnect/MediaConnectErrors.h +++ b/aws-cpp-sdk-mediaconnect/include/aws/mediaconnect/MediaConnectErrors.h @@ -42,13 +42,13 @@ enum class MediaConnectErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// ADD_FLOW_OUTPUTS420= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - BAD_REQUEST, CREATE_FLOW420, FORBIDDEN, GRANT_FLOW_ENTITLEMENTS420, diff --git a/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/MediaConvertErrors.h b/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/MediaConvertErrors.h index 4ffbed32dd88..5f3a363ac989 100644 --- a/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/MediaConvertErrors.h +++ b/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/MediaConvertErrors.h @@ -42,13 +42,13 @@ enum class MediaConvertErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, FORBIDDEN, INTERNAL_SERVER_ERROR, NOT_FOUND, diff --git a/aws-cpp-sdk-medialive/include/aws/medialive/MediaLiveErrors.h b/aws-cpp-sdk-medialive/include/aws/medialive/MediaLiveErrors.h index 2065371684e2..9de16a20d823 100644 --- a/aws-cpp-sdk-medialive/include/aws/medialive/MediaLiveErrors.h +++ b/aws-cpp-sdk-medialive/include/aws/medialive/MediaLiveErrors.h @@ -42,13 +42,13 @@ enum class MediaLiveErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// BAD_GATEWAY= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - BAD_REQUEST, CONFLICT, FORBIDDEN, GATEWAY_TIMEOUT, diff --git a/aws-cpp-sdk-mediapackage-vod/include/aws/mediapackage-vod/MediaPackageVodErrors.h b/aws-cpp-sdk-mediapackage-vod/include/aws/mediapackage-vod/MediaPackageVodErrors.h index cf6a1a39cba2..2e9dffb804c7 100644 --- a/aws-cpp-sdk-mediapackage-vod/include/aws/mediapackage-vod/MediaPackageVodErrors.h +++ b/aws-cpp-sdk-mediapackage-vod/include/aws/mediapackage-vod/MediaPackageVodErrors.h @@ -42,6 +42,7 @@ enum class MediaPackageVodErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mediapackage/include/aws/mediapackage/MediaPackageErrors.h b/aws-cpp-sdk-mediapackage/include/aws/mediapackage/MediaPackageErrors.h index 8b80d124983e..02ab5b5b814f 100644 --- a/aws-cpp-sdk-mediapackage/include/aws/mediapackage/MediaPackageErrors.h +++ b/aws-cpp-sdk-mediapackage/include/aws/mediapackage/MediaPackageErrors.h @@ -42,6 +42,7 @@ enum class MediaPackageErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/MediaStoreDataErrors.h b/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/MediaStoreDataErrors.h index a2c0ba42c6a0..cd455b63698a 100644 --- a/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/MediaStoreDataErrors.h +++ b/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/MediaStoreDataErrors.h @@ -42,6 +42,7 @@ enum class MediaStoreDataErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mediastore/include/aws/mediastore/MediaStoreErrors.h b/aws-cpp-sdk-mediastore/include/aws/mediastore/MediaStoreErrors.h index 93f19149f1ec..4cfcf9c5d44f 100644 --- a/aws-cpp-sdk-mediastore/include/aws/mediastore/MediaStoreErrors.h +++ b/aws-cpp-sdk-mediastore/include/aws/mediastore/MediaStoreErrors.h @@ -42,6 +42,7 @@ enum class MediaStoreErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mediatailor/include/aws/mediatailor/MediaTailorErrors.h b/aws-cpp-sdk-mediatailor/include/aws/mediatailor/MediaTailorErrors.h index ebc3b0b24399..58ccd9e5e7d2 100644 --- a/aws-cpp-sdk-mediatailor/include/aws/mediatailor/MediaTailorErrors.h +++ b/aws-cpp-sdk-mediatailor/include/aws/mediatailor/MediaTailorErrors.h @@ -42,12 +42,11 @@ enum class MediaTailorErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 }; class AWS_MEDIATAILOR_API MediaTailorError : public Aws::Client::AWSError diff --git a/aws-cpp-sdk-meteringmarketplace/include/aws/meteringmarketplace/MarketplaceMeteringErrors.h b/aws-cpp-sdk-meteringmarketplace/include/aws/meteringmarketplace/MarketplaceMeteringErrors.h index 07094b136d77..4e9a63de4a95 100644 --- a/aws-cpp-sdk-meteringmarketplace/include/aws/meteringmarketplace/MarketplaceMeteringErrors.h +++ b/aws-cpp-sdk-meteringmarketplace/include/aws/meteringmarketplace/MarketplaceMeteringErrors.h @@ -42,6 +42,7 @@ enum class MarketplaceMeteringErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mgn/include/aws/mgn/MgnErrors.h b/aws-cpp-sdk-mgn/include/aws/mgn/MgnErrors.h index cfa1686781dc..5aa89a462099 100644 --- a/aws-cpp-sdk-mgn/include/aws/mgn/MgnErrors.h +++ b/aws-cpp-sdk-mgn/include/aws/mgn/MgnErrors.h @@ -42,6 +42,7 @@ enum class MgnErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-migrationhub-config/include/aws/migrationhub-config/MigrationHubConfigErrors.h b/aws-cpp-sdk-migrationhub-config/include/aws/migrationhub-config/MigrationHubConfigErrors.h index 84932cb564a0..abfa345d000e 100644 --- a/aws-cpp-sdk-migrationhub-config/include/aws/migrationhub-config/MigrationHubConfigErrors.h +++ b/aws-cpp-sdk-migrationhub-config/include/aws/migrationhub-config/MigrationHubConfigErrors.h @@ -42,6 +42,7 @@ enum class MigrationHubConfigErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mobile/include/aws/mobile/MobileErrors.h b/aws-cpp-sdk-mobile/include/aws/mobile/MobileErrors.h index c5de90e6d45b..6f9270678923 100644 --- a/aws-cpp-sdk-mobile/include/aws/mobile/MobileErrors.h +++ b/aws-cpp-sdk-mobile/include/aws/mobile/MobileErrors.h @@ -42,13 +42,13 @@ enum class MobileErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// ACCOUNT_ACTION_REQUIRED= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - BAD_REQUEST, LIMIT_EXCEEDED, NOT_FOUND, TOO_MANY_REQUESTS, diff --git a/aws-cpp-sdk-mobileanalytics/include/aws/mobileanalytics/MobileAnalyticsErrors.h b/aws-cpp-sdk-mobileanalytics/include/aws/mobileanalytics/MobileAnalyticsErrors.h index 4d64d8c71a8a..22751a3736e9 100644 --- a/aws-cpp-sdk-mobileanalytics/include/aws/mobileanalytics/MobileAnalyticsErrors.h +++ b/aws-cpp-sdk-mobileanalytics/include/aws/mobileanalytics/MobileAnalyticsErrors.h @@ -42,12 +42,11 @@ enum class MobileAnalyticsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 }; class AWS_MOBILEANALYTICS_API MobileAnalyticsError : public Aws::Client::AWSError diff --git a/aws-cpp-sdk-monitoring/include/aws/monitoring/CloudWatchErrors.h b/aws-cpp-sdk-monitoring/include/aws/monitoring/CloudWatchErrors.h index cd0d744a3712..cae219bdcf74 100644 --- a/aws-cpp-sdk-monitoring/include/aws/monitoring/CloudWatchErrors.h +++ b/aws-cpp-sdk-monitoring/include/aws/monitoring/CloudWatchErrors.h @@ -42,6 +42,7 @@ enum class CloudWatchErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mq/include/aws/mq/MQErrors.h b/aws-cpp-sdk-mq/include/aws/mq/MQErrors.h index e5063a9fdca2..b68b5bb95931 100644 --- a/aws-cpp-sdk-mq/include/aws/mq/MQErrors.h +++ b/aws-cpp-sdk-mq/include/aws/mq/MQErrors.h @@ -42,13 +42,13 @@ enum class MQErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, FORBIDDEN, INTERNAL_SERVER_ERROR, NOT_FOUND, diff --git a/aws-cpp-sdk-mturk-requester/include/aws/mturk-requester/MTurkErrors.h b/aws-cpp-sdk-mturk-requester/include/aws/mturk-requester/MTurkErrors.h index 828882c02ece..7f19378c6a40 100644 --- a/aws-cpp-sdk-mturk-requester/include/aws/mturk-requester/MTurkErrors.h +++ b/aws-cpp-sdk-mturk-requester/include/aws/mturk-requester/MTurkErrors.h @@ -42,6 +42,7 @@ enum class MTurkErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-mwaa/include/aws/mwaa/MWAAErrors.h b/aws-cpp-sdk-mwaa/include/aws/mwaa/MWAAErrors.h index 90a53c82b46a..9edaacd7b93b 100644 --- a/aws-cpp-sdk-mwaa/include/aws/mwaa/MWAAErrors.h +++ b/aws-cpp-sdk-mwaa/include/aws/mwaa/MWAAErrors.h @@ -42,6 +42,7 @@ enum class MWAAErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-neptune/include/aws/neptune/NeptuneErrors.h b/aws-cpp-sdk-neptune/include/aws/neptune/NeptuneErrors.h index bcf6fce76e99..ca4fc706633c 100644 --- a/aws-cpp-sdk-neptune/include/aws/neptune/NeptuneErrors.h +++ b/aws-cpp-sdk-neptune/include/aws/neptune/NeptuneErrors.h @@ -42,6 +42,7 @@ enum class NeptuneErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-network-firewall/include/aws/network-firewall/NetworkFirewallErrors.h b/aws-cpp-sdk-network-firewall/include/aws/network-firewall/NetworkFirewallErrors.h index 897ce245f5de..cfc9dd7ee9b7 100644 --- a/aws-cpp-sdk-network-firewall/include/aws/network-firewall/NetworkFirewallErrors.h +++ b/aws-cpp-sdk-network-firewall/include/aws/network-firewall/NetworkFirewallErrors.h @@ -42,6 +42,7 @@ enum class NetworkFirewallErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-networkmanager/include/aws/networkmanager/NetworkManagerErrors.h b/aws-cpp-sdk-networkmanager/include/aws/networkmanager/NetworkManagerErrors.h index 76347f38f911..5dde01677cea 100644 --- a/aws-cpp-sdk-networkmanager/include/aws/networkmanager/NetworkManagerErrors.h +++ b/aws-cpp-sdk-networkmanager/include/aws/networkmanager/NetworkManagerErrors.h @@ -42,6 +42,7 @@ enum class NetworkManagerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-opsworks/include/aws/opsworks/OpsWorksErrors.h b/aws-cpp-sdk-opsworks/include/aws/opsworks/OpsWorksErrors.h index ceb17da5ddc3..a94a3c6d2f90 100644 --- a/aws-cpp-sdk-opsworks/include/aws/opsworks/OpsWorksErrors.h +++ b/aws-cpp-sdk-opsworks/include/aws/opsworks/OpsWorksErrors.h @@ -42,6 +42,7 @@ enum class OpsWorksErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-opsworkscm/include/aws/opsworkscm/OpsWorksCMErrors.h b/aws-cpp-sdk-opsworkscm/include/aws/opsworkscm/OpsWorksCMErrors.h index e7737c7298a9..1bd3eaf335c0 100644 --- a/aws-cpp-sdk-opsworkscm/include/aws/opsworkscm/OpsWorksCMErrors.h +++ b/aws-cpp-sdk-opsworkscm/include/aws/opsworkscm/OpsWorksCMErrors.h @@ -42,6 +42,7 @@ enum class OpsWorksCMErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-organizations/include/aws/organizations/OrganizationsErrors.h b/aws-cpp-sdk-organizations/include/aws/organizations/OrganizationsErrors.h index cef043adff5b..c315b83fe213 100644 --- a/aws-cpp-sdk-organizations/include/aws/organizations/OrganizationsErrors.h +++ b/aws-cpp-sdk-organizations/include/aws/organizations/OrganizationsErrors.h @@ -42,6 +42,7 @@ enum class OrganizationsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-outposts/include/aws/outposts/OutpostsErrors.h b/aws-cpp-sdk-outposts/include/aws/outposts/OutpostsErrors.h index 1096588ff3ee..e1fbcc2963e8 100644 --- a/aws-cpp-sdk-outposts/include/aws/outposts/OutpostsErrors.h +++ b/aws-cpp-sdk-outposts/include/aws/outposts/OutpostsErrors.h @@ -42,6 +42,7 @@ enum class OutpostsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-personalize-events/include/aws/personalize-events/PersonalizeEventsErrors.h b/aws-cpp-sdk-personalize-events/include/aws/personalize-events/PersonalizeEventsErrors.h index e5495360b613..117d504b20e4 100644 --- a/aws-cpp-sdk-personalize-events/include/aws/personalize-events/PersonalizeEventsErrors.h +++ b/aws-cpp-sdk-personalize-events/include/aws/personalize-events/PersonalizeEventsErrors.h @@ -42,6 +42,7 @@ enum class PersonalizeEventsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-personalize-runtime/include/aws/personalize-runtime/PersonalizeRuntimeErrors.h b/aws-cpp-sdk-personalize-runtime/include/aws/personalize-runtime/PersonalizeRuntimeErrors.h index 7647e419da76..901b152e824f 100644 --- a/aws-cpp-sdk-personalize-runtime/include/aws/personalize-runtime/PersonalizeRuntimeErrors.h +++ b/aws-cpp-sdk-personalize-runtime/include/aws/personalize-runtime/PersonalizeRuntimeErrors.h @@ -42,6 +42,7 @@ enum class PersonalizeRuntimeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-personalize/include/aws/personalize/PersonalizeErrors.h b/aws-cpp-sdk-personalize/include/aws/personalize/PersonalizeErrors.h index 4678958a9b07..a8931dc84785 100644 --- a/aws-cpp-sdk-personalize/include/aws/personalize/PersonalizeErrors.h +++ b/aws-cpp-sdk-personalize/include/aws/personalize/PersonalizeErrors.h @@ -42,6 +42,7 @@ enum class PersonalizeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-pi/include/aws/pi/PIErrors.h b/aws-cpp-sdk-pi/include/aws/pi/PIErrors.h index 5517958c5260..f71b21abe623 100644 --- a/aws-cpp-sdk-pi/include/aws/pi/PIErrors.h +++ b/aws-cpp-sdk-pi/include/aws/pi/PIErrors.h @@ -42,6 +42,7 @@ enum class PIErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/PinpointEmailErrors.h b/aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/PinpointEmailErrors.h index 7a8433933e57..df922f6ac55b 100644 --- a/aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/PinpointEmailErrors.h +++ b/aws-cpp-sdk-pinpoint-email/include/aws/pinpoint-email/PinpointEmailErrors.h @@ -42,6 +42,7 @@ enum class PinpointEmailErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, @@ -49,7 +50,6 @@ enum class PinpointEmailErrors ACCOUNT_SUSPENDED= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, ALREADY_EXISTS, - BAD_REQUEST, CONCURRENT_MODIFICATION, LIMIT_EXCEEDED, MAIL_FROM_DOMAIN_NOT_VERIFIED, diff --git a/aws-cpp-sdk-pinpoint/include/aws/pinpoint/PinpointErrors.h b/aws-cpp-sdk-pinpoint/include/aws/pinpoint/PinpointErrors.h index d285dc472533..59eafce97363 100644 --- a/aws-cpp-sdk-pinpoint/include/aws/pinpoint/PinpointErrors.h +++ b/aws-cpp-sdk-pinpoint/include/aws/pinpoint/PinpointErrors.h @@ -42,13 +42,13 @@ enum class PinpointErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, FORBIDDEN, INTERNAL_SERVER_ERROR, METHOD_NOT_ALLOWED, diff --git a/aws-cpp-sdk-polly/include/aws/polly/PollyErrors.h b/aws-cpp-sdk-polly/include/aws/polly/PollyErrors.h index 13a0a6b45e68..287c4827b30b 100644 --- a/aws-cpp-sdk-polly/include/aws/polly/PollyErrors.h +++ b/aws-cpp-sdk-polly/include/aws/polly/PollyErrors.h @@ -42,6 +42,7 @@ enum class PollyErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-pricing/include/aws/pricing/PricingErrors.h b/aws-cpp-sdk-pricing/include/aws/pricing/PricingErrors.h index 6e9464a890a7..a7a1a1e727ce 100644 --- a/aws-cpp-sdk-pricing/include/aws/pricing/PricingErrors.h +++ b/aws-cpp-sdk-pricing/include/aws/pricing/PricingErrors.h @@ -42,6 +42,7 @@ enum class PricingErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-qldb-session/include/aws/qldb-session/QLDBSessionErrors.h b/aws-cpp-sdk-qldb-session/include/aws/qldb-session/QLDBSessionErrors.h index 45c549232387..c4a53dd5d362 100644 --- a/aws-cpp-sdk-qldb-session/include/aws/qldb-session/QLDBSessionErrors.h +++ b/aws-cpp-sdk-qldb-session/include/aws/qldb-session/QLDBSessionErrors.h @@ -42,13 +42,13 @@ enum class QLDBSessionErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CAPACITY_EXCEEDED, + CAPACITY_EXCEEDED= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, INVALID_SESSION, LIMIT_EXCEEDED, OCC_CONFLICT, diff --git a/aws-cpp-sdk-qldb/include/aws/qldb/QLDBErrors.h b/aws-cpp-sdk-qldb/include/aws/qldb/QLDBErrors.h index 4ea6f20f5fbd..1004affa4970 100644 --- a/aws-cpp-sdk-qldb/include/aws/qldb/QLDBErrors.h +++ b/aws-cpp-sdk-qldb/include/aws/qldb/QLDBErrors.h @@ -42,6 +42,7 @@ enum class QLDBErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-quicksight/include/aws/quicksight/QuickSightErrors.h b/aws-cpp-sdk-quicksight/include/aws/quicksight/QuickSightErrors.h index f3bfdd64dceb..c222e05d09fc 100644 --- a/aws-cpp-sdk-quicksight/include/aws/quicksight/QuickSightErrors.h +++ b/aws-cpp-sdk-quicksight/include/aws/quicksight/QuickSightErrors.h @@ -42,6 +42,7 @@ enum class QuickSightErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ram/include/aws/ram/RAMErrors.h b/aws-cpp-sdk-ram/include/aws/ram/RAMErrors.h index 9d8200318ea3..342666502b62 100644 --- a/aws-cpp-sdk-ram/include/aws/ram/RAMErrors.h +++ b/aws-cpp-sdk-ram/include/aws/ram/RAMErrors.h @@ -42,6 +42,7 @@ enum class RAMErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-rds-data/include/aws/rds-data/RDSDataServiceErrors.h b/aws-cpp-sdk-rds-data/include/aws/rds-data/RDSDataServiceErrors.h index efdf58cfb9b8..86b60509a097 100644 --- a/aws-cpp-sdk-rds-data/include/aws/rds-data/RDSDataServiceErrors.h +++ b/aws-cpp-sdk-rds-data/include/aws/rds-data/RDSDataServiceErrors.h @@ -42,13 +42,13 @@ enum class RDSDataServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - FORBIDDEN, + FORBIDDEN= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, INTERNAL_SERVER_ERROR, NOT_FOUND, STATEMENT_TIMEOUT diff --git a/aws-cpp-sdk-rds/include/aws/rds/RDSErrors.h b/aws-cpp-sdk-rds/include/aws/rds/RDSErrors.h index f8524d000720..65271f41482d 100644 --- a/aws-cpp-sdk-rds/include/aws/rds/RDSErrors.h +++ b/aws-cpp-sdk-rds/include/aws/rds/RDSErrors.h @@ -42,6 +42,7 @@ enum class RDSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-redshift-data/include/aws/redshift-data/RedshiftDataAPIServiceErrors.h b/aws-cpp-sdk-redshift-data/include/aws/redshift-data/RedshiftDataAPIServiceErrors.h index 6fe510ff0332..2da4222fc9a6 100644 --- a/aws-cpp-sdk-redshift-data/include/aws/redshift-data/RedshiftDataAPIServiceErrors.h +++ b/aws-cpp-sdk-redshift-data/include/aws/redshift-data/RedshiftDataAPIServiceErrors.h @@ -42,6 +42,7 @@ enum class RedshiftDataAPIServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-redshift/include/aws/redshift/RedshiftErrors.h b/aws-cpp-sdk-redshift/include/aws/redshift/RedshiftErrors.h index 86c58c71cfdb..219fe0dd648d 100644 --- a/aws-cpp-sdk-redshift/include/aws/redshift/RedshiftErrors.h +++ b/aws-cpp-sdk-redshift/include/aws/redshift/RedshiftErrors.h @@ -42,6 +42,7 @@ enum class RedshiftErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-rekognition/include/aws/rekognition/RekognitionErrors.h b/aws-cpp-sdk-rekognition/include/aws/rekognition/RekognitionErrors.h index c0aa203351eb..d8cde7b0e626 100644 --- a/aws-cpp-sdk-rekognition/include/aws/rekognition/RekognitionErrors.h +++ b/aws-cpp-sdk-rekognition/include/aws/rekognition/RekognitionErrors.h @@ -42,6 +42,7 @@ enum class RekognitionErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-resource-groups/include/aws/resource-groups/ResourceGroupsErrors.h b/aws-cpp-sdk-resource-groups/include/aws/resource-groups/ResourceGroupsErrors.h index bd85667b3dee..59908aaf5857 100644 --- a/aws-cpp-sdk-resource-groups/include/aws/resource-groups/ResourceGroupsErrors.h +++ b/aws-cpp-sdk-resource-groups/include/aws/resource-groups/ResourceGroupsErrors.h @@ -42,13 +42,13 @@ enum class ResourceGroupsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - FORBIDDEN, + FORBIDDEN= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, INTERNAL_SERVER_ERROR, METHOD_NOT_ALLOWED, NOT_FOUND, diff --git a/aws-cpp-sdk-resourcegroupstaggingapi/include/aws/resourcegroupstaggingapi/ResourceGroupsTaggingAPIErrors.h b/aws-cpp-sdk-resourcegroupstaggingapi/include/aws/resourcegroupstaggingapi/ResourceGroupsTaggingAPIErrors.h index 059c7d8c366c..a92cca6be21c 100644 --- a/aws-cpp-sdk-resourcegroupstaggingapi/include/aws/resourcegroupstaggingapi/ResourceGroupsTaggingAPIErrors.h +++ b/aws-cpp-sdk-resourcegroupstaggingapi/include/aws/resourcegroupstaggingapi/ResourceGroupsTaggingAPIErrors.h @@ -42,6 +42,7 @@ enum class ResourceGroupsTaggingAPIErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-robomaker/include/aws/robomaker/RoboMakerErrors.h b/aws-cpp-sdk-robomaker/include/aws/robomaker/RoboMakerErrors.h index 63c35cc60c3d..9500c2c56602 100644 --- a/aws-cpp-sdk-robomaker/include/aws/robomaker/RoboMakerErrors.h +++ b/aws-cpp-sdk-robomaker/include/aws/robomaker/RoboMakerErrors.h @@ -42,6 +42,7 @@ enum class RoboMakerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-route53/include/aws/route53/Route53Errors.h b/aws-cpp-sdk-route53/include/aws/route53/Route53Errors.h index fe9b874def01..06b7edb85d9e 100644 --- a/aws-cpp-sdk-route53/include/aws/route53/Route53Errors.h +++ b/aws-cpp-sdk-route53/include/aws/route53/Route53Errors.h @@ -42,6 +42,7 @@ enum class Route53Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-route53domains/include/aws/route53domains/Route53DomainsErrors.h b/aws-cpp-sdk-route53domains/include/aws/route53domains/Route53DomainsErrors.h index 22773453b5c7..cca681db4a2d 100644 --- a/aws-cpp-sdk-route53domains/include/aws/route53domains/Route53DomainsErrors.h +++ b/aws-cpp-sdk-route53domains/include/aws/route53domains/Route53DomainsErrors.h @@ -42,6 +42,7 @@ enum class Route53DomainsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-route53resolver/include/aws/route53resolver/Route53ResolverErrors.h b/aws-cpp-sdk-route53resolver/include/aws/route53resolver/Route53ResolverErrors.h index 88cc9597a958..8fb7d469a287 100644 --- a/aws-cpp-sdk-route53resolver/include/aws/route53resolver/Route53ResolverErrors.h +++ b/aws-cpp-sdk-route53resolver/include/aws/route53resolver/Route53ResolverErrors.h @@ -42,6 +42,7 @@ enum class Route53ResolverErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-s3/include/aws/s3/S3Errors.h b/aws-cpp-sdk-s3/include/aws/s3/S3Errors.h index d0af939092a7..9745bca52c88 100644 --- a/aws-cpp-sdk-s3/include/aws/s3/S3Errors.h +++ b/aws-cpp-sdk-s3/include/aws/s3/S3Errors.h @@ -42,6 +42,7 @@ enum class S3Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-s3control/include/aws/s3control/S3ControlErrors.h b/aws-cpp-sdk-s3control/include/aws/s3control/S3ControlErrors.h index abb07c79db2e..97bd96773cf6 100644 --- a/aws-cpp-sdk-s3control/include/aws/s3control/S3ControlErrors.h +++ b/aws-cpp-sdk-s3control/include/aws/s3control/S3ControlErrors.h @@ -42,13 +42,13 @@ enum class S3ControlErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - BUCKET_ALREADY_EXISTS, + BUCKET_ALREADY_EXISTS= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, BUCKET_ALREADY_OWNED_BY_YOU, IDEMPOTENCY, INTERNAL_SERVICE, diff --git a/aws-cpp-sdk-s3outposts/include/aws/s3outposts/S3OutpostsErrors.h b/aws-cpp-sdk-s3outposts/include/aws/s3outposts/S3OutpostsErrors.h index ec2495aee951..2be652abfb4b 100644 --- a/aws-cpp-sdk-s3outposts/include/aws/s3outposts/S3OutpostsErrors.h +++ b/aws-cpp-sdk-s3outposts/include/aws/s3outposts/S3OutpostsErrors.h @@ -42,6 +42,7 @@ enum class S3OutpostsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sagemaker-a2i-runtime/include/aws/sagemaker-a2i-runtime/AugmentedAIRuntimeErrors.h b/aws-cpp-sdk-sagemaker-a2i-runtime/include/aws/sagemaker-a2i-runtime/AugmentedAIRuntimeErrors.h index f7e89a4c9021..9aba3faa713d 100644 --- a/aws-cpp-sdk-sagemaker-a2i-runtime/include/aws/sagemaker-a2i-runtime/AugmentedAIRuntimeErrors.h +++ b/aws-cpp-sdk-sagemaker-a2i-runtime/include/aws/sagemaker-a2i-runtime/AugmentedAIRuntimeErrors.h @@ -42,6 +42,7 @@ enum class AugmentedAIRuntimeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sagemaker-edge/include/aws/sagemaker-edge/SagemakerEdgeManagerErrors.h b/aws-cpp-sdk-sagemaker-edge/include/aws/sagemaker-edge/SagemakerEdgeManagerErrors.h index c6e357105c13..5da080184748 100644 --- a/aws-cpp-sdk-sagemaker-edge/include/aws/sagemaker-edge/SagemakerEdgeManagerErrors.h +++ b/aws-cpp-sdk-sagemaker-edge/include/aws/sagemaker-edge/SagemakerEdgeManagerErrors.h @@ -42,6 +42,7 @@ enum class SagemakerEdgeManagerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sagemaker-featurestore-runtime/include/aws/sagemaker-featurestore-runtime/SageMakerFeatureStoreRuntimeErrors.h b/aws-cpp-sdk-sagemaker-featurestore-runtime/include/aws/sagemaker-featurestore-runtime/SageMakerFeatureStoreRuntimeErrors.h index 3b017ed11dae..0040c51f72b9 100644 --- a/aws-cpp-sdk-sagemaker-featurestore-runtime/include/aws/sagemaker-featurestore-runtime/SageMakerFeatureStoreRuntimeErrors.h +++ b/aws-cpp-sdk-sagemaker-featurestore-runtime/include/aws/sagemaker-featurestore-runtime/SageMakerFeatureStoreRuntimeErrors.h @@ -42,6 +42,7 @@ enum class SageMakerFeatureStoreRuntimeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sagemaker-runtime/include/aws/sagemaker-runtime/SageMakerRuntimeErrors.h b/aws-cpp-sdk-sagemaker-runtime/include/aws/sagemaker-runtime/SageMakerRuntimeErrors.h index 11f449da10bf..936ddcfc6464 100644 --- a/aws-cpp-sdk-sagemaker-runtime/include/aws/sagemaker-runtime/SageMakerRuntimeErrors.h +++ b/aws-cpp-sdk-sagemaker-runtime/include/aws/sagemaker-runtime/SageMakerRuntimeErrors.h @@ -42,6 +42,7 @@ enum class SageMakerRuntimeErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sagemaker/include/aws/sagemaker/SageMakerErrors.h b/aws-cpp-sdk-sagemaker/include/aws/sagemaker/SageMakerErrors.h index 4fa0ff35eb56..21e1442c0bf2 100644 --- a/aws-cpp-sdk-sagemaker/include/aws/sagemaker/SageMakerErrors.h +++ b/aws-cpp-sdk-sagemaker/include/aws/sagemaker/SageMakerErrors.h @@ -42,6 +42,7 @@ enum class SageMakerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-savingsplans/include/aws/savingsplans/SavingsPlansErrors.h b/aws-cpp-sdk-savingsplans/include/aws/savingsplans/SavingsPlansErrors.h index da9dbd9fe44c..ed1d8ea5a15c 100644 --- a/aws-cpp-sdk-savingsplans/include/aws/savingsplans/SavingsPlansErrors.h +++ b/aws-cpp-sdk-savingsplans/include/aws/savingsplans/SavingsPlansErrors.h @@ -42,6 +42,7 @@ enum class SavingsPlansErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-schemas/include/aws/schemas/SchemasErrors.h b/aws-cpp-sdk-schemas/include/aws/schemas/SchemasErrors.h index 89b6847affd8..441be2b1bf3f 100644 --- a/aws-cpp-sdk-schemas/include/aws/schemas/SchemasErrors.h +++ b/aws-cpp-sdk-schemas/include/aws/schemas/SchemasErrors.h @@ -42,13 +42,13 @@ enum class SchemasErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, FORBIDDEN, GONE, INTERNAL_SERVER_ERROR, diff --git a/aws-cpp-sdk-sdb/include/aws/sdb/SimpleDBErrors.h b/aws-cpp-sdk-sdb/include/aws/sdb/SimpleDBErrors.h index 7d21a8d67660..2867f7648073 100644 --- a/aws-cpp-sdk-sdb/include/aws/sdb/SimpleDBErrors.h +++ b/aws-cpp-sdk-sdb/include/aws/sdb/SimpleDBErrors.h @@ -42,6 +42,7 @@ enum class SimpleDBErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-secretsmanager/include/aws/secretsmanager/SecretsManagerErrors.h b/aws-cpp-sdk-secretsmanager/include/aws/secretsmanager/SecretsManagerErrors.h index 78f3a25a9798..2f9e557198ab 100644 --- a/aws-cpp-sdk-secretsmanager/include/aws/secretsmanager/SecretsManagerErrors.h +++ b/aws-cpp-sdk-secretsmanager/include/aws/secretsmanager/SecretsManagerErrors.h @@ -42,6 +42,7 @@ enum class SecretsManagerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-securityhub/include/aws/securityhub/SecurityHubErrors.h b/aws-cpp-sdk-securityhub/include/aws/securityhub/SecurityHubErrors.h index 94e33e21999a..f7665332b19c 100644 --- a/aws-cpp-sdk-securityhub/include/aws/securityhub/SecurityHubErrors.h +++ b/aws-cpp-sdk-securityhub/include/aws/securityhub/SecurityHubErrors.h @@ -42,6 +42,7 @@ enum class SecurityHubErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-serverlessrepo/include/aws/serverlessrepo/ServerlessApplicationRepositoryErrors.h b/aws-cpp-sdk-serverlessrepo/include/aws/serverlessrepo/ServerlessApplicationRepositoryErrors.h index 7eb593769ab6..3e2b1159b76a 100644 --- a/aws-cpp-sdk-serverlessrepo/include/aws/serverlessrepo/ServerlessApplicationRepositoryErrors.h +++ b/aws-cpp-sdk-serverlessrepo/include/aws/serverlessrepo/ServerlessApplicationRepositoryErrors.h @@ -42,13 +42,13 @@ enum class ServerlessApplicationRepositoryErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, FORBIDDEN, INTERNAL_SERVER_ERROR, NOT_FOUND, diff --git a/aws-cpp-sdk-service-quotas/include/aws/service-quotas/ServiceQuotasErrors.h b/aws-cpp-sdk-service-quotas/include/aws/service-quotas/ServiceQuotasErrors.h index 18fe7220e3af..e17d149c2229 100644 --- a/aws-cpp-sdk-service-quotas/include/aws/service-quotas/ServiceQuotasErrors.h +++ b/aws-cpp-sdk-service-quotas/include/aws/service-quotas/ServiceQuotasErrors.h @@ -42,6 +42,7 @@ enum class ServiceQuotasErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-servicecatalog-appregistry/include/aws/servicecatalog-appregistry/AppRegistryErrors.h b/aws-cpp-sdk-servicecatalog-appregistry/include/aws/servicecatalog-appregistry/AppRegistryErrors.h index 5294a9f6caec..1b50d088e184 100644 --- a/aws-cpp-sdk-servicecatalog-appregistry/include/aws/servicecatalog-appregistry/AppRegistryErrors.h +++ b/aws-cpp-sdk-servicecatalog-appregistry/include/aws/servicecatalog-appregistry/AppRegistryErrors.h @@ -42,6 +42,7 @@ enum class AppRegistryErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/ServiceCatalogErrors.h b/aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/ServiceCatalogErrors.h index e9a7dd0952e0..364ad266eb28 100644 --- a/aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/ServiceCatalogErrors.h +++ b/aws-cpp-sdk-servicecatalog/include/aws/servicecatalog/ServiceCatalogErrors.h @@ -42,6 +42,7 @@ enum class ServiceCatalogErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-servicediscovery/include/aws/servicediscovery/ServiceDiscoveryErrors.h b/aws-cpp-sdk-servicediscovery/include/aws/servicediscovery/ServiceDiscoveryErrors.h index a6c590975ae6..345884d6cabf 100644 --- a/aws-cpp-sdk-servicediscovery/include/aws/servicediscovery/ServiceDiscoveryErrors.h +++ b/aws-cpp-sdk-servicediscovery/include/aws/servicediscovery/ServiceDiscoveryErrors.h @@ -42,6 +42,7 @@ enum class ServiceDiscoveryErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sesv2/include/aws/sesv2/SESV2Errors.h b/aws-cpp-sdk-sesv2/include/aws/sesv2/SESV2Errors.h index 09345f9c4bef..f3239f825023 100644 --- a/aws-cpp-sdk-sesv2/include/aws/sesv2/SESV2Errors.h +++ b/aws-cpp-sdk-sesv2/include/aws/sesv2/SESV2Errors.h @@ -42,6 +42,7 @@ enum class SESV2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, @@ -49,7 +50,6 @@ enum class SESV2Errors ACCOUNT_SUSPENDED= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, ALREADY_EXISTS, - BAD_REQUEST, CONCURRENT_MODIFICATION, CONFLICT, INVALID_NEXT_TOKEN, diff --git a/aws-cpp-sdk-shield/include/aws/shield/ShieldErrors.h b/aws-cpp-sdk-shield/include/aws/shield/ShieldErrors.h index dedde7c79e48..77ed2ccb1116 100644 --- a/aws-cpp-sdk-shield/include/aws/shield/ShieldErrors.h +++ b/aws-cpp-sdk-shield/include/aws/shield/ShieldErrors.h @@ -42,6 +42,7 @@ enum class ShieldErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-signer/include/aws/signer/SignerErrors.h b/aws-cpp-sdk-signer/include/aws/signer/SignerErrors.h index 33d7e6f928af..3fbc808a8016 100644 --- a/aws-cpp-sdk-signer/include/aws/signer/SignerErrors.h +++ b/aws-cpp-sdk-signer/include/aws/signer/SignerErrors.h @@ -42,13 +42,13 @@ enum class SignerErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, INTERNAL_SERVICE_ERROR, NOT_FOUND, SERVICE_LIMIT_EXCEEDED, diff --git a/aws-cpp-sdk-sms-voice/include/aws/sms-voice/PinpointSMSVoiceErrors.h b/aws-cpp-sdk-sms-voice/include/aws/sms-voice/PinpointSMSVoiceErrors.h index 857787ed3328..47459a5dbe25 100644 --- a/aws-cpp-sdk-sms-voice/include/aws/sms-voice/PinpointSMSVoiceErrors.h +++ b/aws-cpp-sdk-sms-voice/include/aws/sms-voice/PinpointSMSVoiceErrors.h @@ -42,13 +42,13 @@ enum class PinpointSMSVoiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// ALREADY_EXISTS= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - BAD_REQUEST, INTERNAL_SERVICE_ERROR, LIMIT_EXCEEDED, NOT_FOUND, diff --git a/aws-cpp-sdk-sms/include/aws/sms/SMSErrors.h b/aws-cpp-sdk-sms/include/aws/sms/SMSErrors.h index ffe432454e31..23e1eb9e7a80 100644 --- a/aws-cpp-sdk-sms/include/aws/sms/SMSErrors.h +++ b/aws-cpp-sdk-sms/include/aws/sms/SMSErrors.h @@ -42,6 +42,7 @@ enum class SMSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-snowball/include/aws/snowball/SnowballErrors.h b/aws-cpp-sdk-snowball/include/aws/snowball/SnowballErrors.h index 96a5fdbdf644..181e4c173f26 100644 --- a/aws-cpp-sdk-snowball/include/aws/snowball/SnowballErrors.h +++ b/aws-cpp-sdk-snowball/include/aws/snowball/SnowballErrors.h @@ -42,6 +42,7 @@ enum class SnowballErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sns/include/aws/sns/SNSErrors.h b/aws-cpp-sdk-sns/include/aws/sns/SNSErrors.h index 28add38f653f..f63bb6abeb8d 100644 --- a/aws-cpp-sdk-sns/include/aws/sns/SNSErrors.h +++ b/aws-cpp-sdk-sns/include/aws/sns/SNSErrors.h @@ -42,6 +42,7 @@ enum class SNSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sqs/include/aws/sqs/SQSErrors.h b/aws-cpp-sdk-sqs/include/aws/sqs/SQSErrors.h index fca071000021..d916641e3488 100644 --- a/aws-cpp-sdk-sqs/include/aws/sqs/SQSErrors.h +++ b/aws-cpp-sdk-sqs/include/aws/sqs/SQSErrors.h @@ -42,6 +42,7 @@ enum class SQSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-ssm/include/aws/ssm/SSMErrors.h b/aws-cpp-sdk-ssm/include/aws/ssm/SSMErrors.h index 4cae27a801f9..6396152ec747 100644 --- a/aws-cpp-sdk-ssm/include/aws/ssm/SSMErrors.h +++ b/aws-cpp-sdk-ssm/include/aws/ssm/SSMErrors.h @@ -42,6 +42,7 @@ enum class SSMErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sso-admin/include/aws/sso-admin/SSOAdminErrors.h b/aws-cpp-sdk-sso-admin/include/aws/sso-admin/SSOAdminErrors.h index bd4c8c1f265b..280d5cbf5176 100644 --- a/aws-cpp-sdk-sso-admin/include/aws/sso-admin/SSOAdminErrors.h +++ b/aws-cpp-sdk-sso-admin/include/aws/sso-admin/SSOAdminErrors.h @@ -42,6 +42,7 @@ enum class SSOAdminErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sso-oidc/include/aws/sso-oidc/SSOOIDCErrors.h b/aws-cpp-sdk-sso-oidc/include/aws/sso-oidc/SSOOIDCErrors.h index 30976c59e390..29200712287a 100644 --- a/aws-cpp-sdk-sso-oidc/include/aws/sso-oidc/SSOOIDCErrors.h +++ b/aws-cpp-sdk-sso-oidc/include/aws/sso-oidc/SSOOIDCErrors.h @@ -42,6 +42,7 @@ enum class SSOOIDCErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sso/include/aws/sso/SSOErrors.h b/aws-cpp-sdk-sso/include/aws/sso/SSOErrors.h index 82c3434b9e49..aec297b9aed4 100644 --- a/aws-cpp-sdk-sso/include/aws/sso/SSOErrors.h +++ b/aws-cpp-sdk-sso/include/aws/sso/SSOErrors.h @@ -42,6 +42,7 @@ enum class SSOErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-states/include/aws/states/SFNErrors.h b/aws-cpp-sdk-states/include/aws/states/SFNErrors.h index 5abefd40735b..e4e1b90ad551 100644 --- a/aws-cpp-sdk-states/include/aws/states/SFNErrors.h +++ b/aws-cpp-sdk-states/include/aws/states/SFNErrors.h @@ -42,6 +42,7 @@ enum class SFNErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-storagegateway/include/aws/storagegateway/StorageGatewayErrors.h b/aws-cpp-sdk-storagegateway/include/aws/storagegateway/StorageGatewayErrors.h index 312b66f5ab40..f1b594bb3c12 100644 --- a/aws-cpp-sdk-storagegateway/include/aws/storagegateway/StorageGatewayErrors.h +++ b/aws-cpp-sdk-storagegateway/include/aws/storagegateway/StorageGatewayErrors.h @@ -42,6 +42,7 @@ enum class StorageGatewayErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-sts/include/aws/sts/STSErrors.h b/aws-cpp-sdk-sts/include/aws/sts/STSErrors.h index 0fc7731cfa24..7e3ea6af8428 100644 --- a/aws-cpp-sdk-sts/include/aws/sts/STSErrors.h +++ b/aws-cpp-sdk-sts/include/aws/sts/STSErrors.h @@ -42,6 +42,7 @@ enum class STSErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-support/include/aws/support/SupportErrors.h b/aws-cpp-sdk-support/include/aws/support/SupportErrors.h index 4193ce7c4a4a..626f1154dfd0 100644 --- a/aws-cpp-sdk-support/include/aws/support/SupportErrors.h +++ b/aws-cpp-sdk-support/include/aws/support/SupportErrors.h @@ -42,6 +42,7 @@ enum class SupportErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-swf/include/aws/swf/SWFErrors.h b/aws-cpp-sdk-swf/include/aws/swf/SWFErrors.h index c78430978485..72040634d307 100644 --- a/aws-cpp-sdk-swf/include/aws/swf/SWFErrors.h +++ b/aws-cpp-sdk-swf/include/aws/swf/SWFErrors.h @@ -42,6 +42,7 @@ enum class SWFErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-synthetics/include/aws/synthetics/SyntheticsErrors.h b/aws-cpp-sdk-synthetics/include/aws/synthetics/SyntheticsErrors.h index 1dbdfb8e010b..400f70d0950a 100644 --- a/aws-cpp-sdk-synthetics/include/aws/synthetics/SyntheticsErrors.h +++ b/aws-cpp-sdk-synthetics/include/aws/synthetics/SyntheticsErrors.h @@ -42,6 +42,7 @@ enum class SyntheticsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-textract/include/aws/textract/TextractErrors.h b/aws-cpp-sdk-textract/include/aws/textract/TextractErrors.h index 15f2af6b7b03..5be77efff881 100644 --- a/aws-cpp-sdk-textract/include/aws/textract/TextractErrors.h +++ b/aws-cpp-sdk-textract/include/aws/textract/TextractErrors.h @@ -42,6 +42,7 @@ enum class TextractErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-timestream-query/include/aws/timestream-query/TimestreamQueryErrors.h b/aws-cpp-sdk-timestream-query/include/aws/timestream-query/TimestreamQueryErrors.h index d4e4eab44f76..522eb7cc4ff5 100644 --- a/aws-cpp-sdk-timestream-query/include/aws/timestream-query/TimestreamQueryErrors.h +++ b/aws-cpp-sdk-timestream-query/include/aws/timestream-query/TimestreamQueryErrors.h @@ -42,6 +42,7 @@ enum class TimestreamQueryErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-timestream-write/include/aws/timestream-write/TimestreamWriteErrors.h b/aws-cpp-sdk-timestream-write/include/aws/timestream-write/TimestreamWriteErrors.h index c333911e0477..90971325ac74 100644 --- a/aws-cpp-sdk-timestream-write/include/aws/timestream-write/TimestreamWriteErrors.h +++ b/aws-cpp-sdk-timestream-write/include/aws/timestream-write/TimestreamWriteErrors.h @@ -42,6 +42,7 @@ enum class TimestreamWriteErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-transcribe/include/aws/transcribe/TranscribeServiceErrors.h b/aws-cpp-sdk-transcribe/include/aws/transcribe/TranscribeServiceErrors.h index 3c3b334251a9..1b43e7982031 100644 --- a/aws-cpp-sdk-transcribe/include/aws/transcribe/TranscribeServiceErrors.h +++ b/aws-cpp-sdk-transcribe/include/aws/transcribe/TranscribeServiceErrors.h @@ -42,13 +42,13 @@ enum class TranscribeServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, LIMIT_EXCEEDED, NOT_FOUND }; diff --git a/aws-cpp-sdk-transcribestreaming/include/aws/transcribestreaming/TranscribeStreamingServiceErrors.h b/aws-cpp-sdk-transcribestreaming/include/aws/transcribestreaming/TranscribeStreamingServiceErrors.h index dcd4cd154926..5b64c811542f 100644 --- a/aws-cpp-sdk-transcribestreaming/include/aws/transcribestreaming/TranscribeStreamingServiceErrors.h +++ b/aws-cpp-sdk-transcribestreaming/include/aws/transcribestreaming/TranscribeStreamingServiceErrors.h @@ -42,13 +42,13 @@ enum class TranscribeStreamingServiceErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, /////////////////////////////////////////////////////////////////////////////////////////// - BAD_REQUEST= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, - CONFLICT, + CONFLICT= static_cast(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, LIMIT_EXCEEDED }; diff --git a/aws-cpp-sdk-translate/include/aws/translate/TranslateErrors.h b/aws-cpp-sdk-translate/include/aws/translate/TranslateErrors.h index 4d6e88bdfc83..813396a97400 100644 --- a/aws-cpp-sdk-translate/include/aws/translate/TranslateErrors.h +++ b/aws-cpp-sdk-translate/include/aws/translate/TranslateErrors.h @@ -42,6 +42,7 @@ enum class TranslateErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-waf-regional/include/aws/waf-regional/WAFRegionalErrors.h b/aws-cpp-sdk-waf-regional/include/aws/waf-regional/WAFRegionalErrors.h index f09fd9ba7486..4043303e38eb 100644 --- a/aws-cpp-sdk-waf-regional/include/aws/waf-regional/WAFRegionalErrors.h +++ b/aws-cpp-sdk-waf-regional/include/aws/waf-regional/WAFRegionalErrors.h @@ -42,6 +42,7 @@ enum class WAFRegionalErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-waf/include/aws/waf/WAFErrors.h b/aws-cpp-sdk-waf/include/aws/waf/WAFErrors.h index 297c715fbcba..e6d67c2fcfbb 100644 --- a/aws-cpp-sdk-waf/include/aws/waf/WAFErrors.h +++ b/aws-cpp-sdk-waf/include/aws/waf/WAFErrors.h @@ -42,6 +42,7 @@ enum class WAFErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-wafv2/include/aws/wafv2/WAFV2Errors.h b/aws-cpp-sdk-wafv2/include/aws/wafv2/WAFV2Errors.h index f95dafc7b212..a6c9d3e97dbc 100644 --- a/aws-cpp-sdk-wafv2/include/aws/wafv2/WAFV2Errors.h +++ b/aws-cpp-sdk-wafv2/include/aws/wafv2/WAFV2Errors.h @@ -42,6 +42,7 @@ enum class WAFV2Errors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-wellarchitected/include/aws/wellarchitected/WellArchitectedErrors.h b/aws-cpp-sdk-wellarchitected/include/aws/wellarchitected/WellArchitectedErrors.h index 388a65ae5ce4..8210c0a2e1c4 100644 --- a/aws-cpp-sdk-wellarchitected/include/aws/wellarchitected/WellArchitectedErrors.h +++ b/aws-cpp-sdk-wellarchitected/include/aws/wellarchitected/WellArchitectedErrors.h @@ -42,6 +42,7 @@ enum class WellArchitectedErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-workdocs/include/aws/workdocs/WorkDocsErrors.h b/aws-cpp-sdk-workdocs/include/aws/workdocs/WorkDocsErrors.h index af1b956472c3..90000f6a6fae 100644 --- a/aws-cpp-sdk-workdocs/include/aws/workdocs/WorkDocsErrors.h +++ b/aws-cpp-sdk-workdocs/include/aws/workdocs/WorkDocsErrors.h @@ -42,6 +42,7 @@ enum class WorkDocsErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-worklink/include/aws/worklink/WorkLinkErrors.h b/aws-cpp-sdk-worklink/include/aws/worklink/WorkLinkErrors.h index b0f70fd4239e..0fe13e02ed72 100644 --- a/aws-cpp-sdk-worklink/include/aws/worklink/WorkLinkErrors.h +++ b/aws-cpp-sdk-worklink/include/aws/worklink/WorkLinkErrors.h @@ -42,6 +42,7 @@ enum class WorkLinkErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-workmail/include/aws/workmail/WorkMailErrors.h b/aws-cpp-sdk-workmail/include/aws/workmail/WorkMailErrors.h index 3f00bd276522..3a541b0efcb3 100644 --- a/aws-cpp-sdk-workmail/include/aws/workmail/WorkMailErrors.h +++ b/aws-cpp-sdk-workmail/include/aws/workmail/WorkMailErrors.h @@ -42,6 +42,7 @@ enum class WorkMailErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-workmailmessageflow/include/aws/workmailmessageflow/WorkMailMessageFlowErrors.h b/aws-cpp-sdk-workmailmessageflow/include/aws/workmailmessageflow/WorkMailMessageFlowErrors.h index 457f2c1f6f0f..72280755deb1 100644 --- a/aws-cpp-sdk-workmailmessageflow/include/aws/workmailmessageflow/WorkMailMessageFlowErrors.h +++ b/aws-cpp-sdk-workmailmessageflow/include/aws/workmailmessageflow/WorkMailMessageFlowErrors.h @@ -42,6 +42,7 @@ enum class WorkMailMessageFlowErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-workspaces/include/aws/workspaces/WorkSpacesErrors.h b/aws-cpp-sdk-workspaces/include/aws/workspaces/WorkSpacesErrors.h index 9965d587f00d..6581354bbd56 100644 --- a/aws-cpp-sdk-workspaces/include/aws/workspaces/WorkSpacesErrors.h +++ b/aws-cpp-sdk-workspaces/include/aws/workspaces/WorkSpacesErrors.h @@ -42,6 +42,7 @@ enum class WorkSpacesErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/aws-cpp-sdk-xray/include/aws/xray/XRayErrors.h b/aws-cpp-sdk-xray/include/aws/xray/XRayErrors.h index 9fb26638b3fb..40ac4ded8eb4 100644 --- a/aws-cpp-sdk-xray/include/aws/xray/XRayErrors.h +++ b/aws-cpp-sdk-xray/include/aws/xray/XRayErrors.h @@ -42,6 +42,7 @@ enum class XRayErrors SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100, diff --git a/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/ErrorsHeader.vm b/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/ErrorsHeader.vm index 789934c9b9c7..f21d30094059 100644 --- a/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/ErrorsHeader.vm +++ b/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/ErrorsHeader.vm @@ -43,6 +43,7 @@ enum class $enumClassName SIGNATURE_DOES_NOT_MATCH = 22, INVALID_ACCESS_KEY_ID = 23, REQUEST_TIMEOUT = 24, + BAD_REQUEST = 25, NETWORK_CONNECTION = 99, UNKNOWN = 100,