Skip to content

Commit

Permalink
Run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiscigl authored and SergeyRyabinin committed Oct 11, 2023
1 parent 29cc066 commit 0e9ecf8
Show file tree
Hide file tree
Showing 6,910 changed files with 13,820 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case ApplicationStatus::NOT_SET:
return {};
case ApplicationStatus::NOT_STARTED:
return "NOT_STARTED";
case ApplicationStatus::IN_PROGRESS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ namespace Aws
{
switch(enumValue)
{
case ResourceAttributeType::NOT_SET:
return {};
case ResourceAttributeType::IPV4_ADDRESS:
return "IPV4_ADDRESS";
case ResourceAttributeType::IPV6_ADDRESS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case Status::NOT_SET:
return {};
case Status::NOT_STARTED:
return "NOT_STARTED";
case Status::IN_PROGRESS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case AccessPreviewStatus::NOT_SET:
return {};
case AccessPreviewStatus::COMPLETED:
return "COMPLETED";
case AccessPreviewStatus::CREATING:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case AccessPreviewStatusReasonCode::NOT_SET:
return {};
case AccessPreviewStatusReasonCode::INTERNAL_ERROR:
return "INTERNAL_ERROR";
case AccessPreviewStatusReasonCode::INVALID_CONFIGURATION:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ namespace Aws
{
switch(enumValue)
{
case AclPermission::NOT_SET:
return {};
case AclPermission::READ:
return "READ";
case AclPermission::WRITE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case AnalyzerStatus::NOT_SET:
return {};
case AnalyzerStatus::ACTIVE:
return "ACTIVE";
case AnalyzerStatus::CREATING:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case FindingChangeType::NOT_SET:
return {};
case FindingChangeType::CHANGED:
return "CHANGED";
case FindingChangeType::NEW_:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case FindingSourceType::NOT_SET:
return {};
case FindingSourceType::POLICY:
return "POLICY";
case FindingSourceType::BUCKET_ACL:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case FindingStatus::NOT_SET:
return {};
case FindingStatus::ACTIVE:
return "ACTIVE";
case FindingStatus::ARCHIVED:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case FindingStatusUpdate::NOT_SET:
return {};
case FindingStatusUpdate::ACTIVE:
return "ACTIVE";
case FindingStatusUpdate::ARCHIVED:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case JobErrorCode::NOT_SET:
return {};
case JobErrorCode::AUTHORIZATION_ERROR:
return "AUTHORIZATION_ERROR";
case JobErrorCode::RESOURCE_NOT_FOUND_ERROR:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case JobStatus::NOT_SET:
return {};
case JobStatus::IN_PROGRESS:
return "IN_PROGRESS";
case JobStatus::SUCCEEDED:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ namespace Aws
{
switch(enumValue)
{
case KmsGrantOperation::NOT_SET:
return {};
case KmsGrantOperation::CreateGrant:
return "CreateGrant";
case KmsGrantOperation::Decrypt:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ namespace Aws
{
switch(enumValue)
{
case Locale::NOT_SET:
return {};
case Locale::DE:
return "DE";
case Locale::EN:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case OrderBy::NOT_SET:
return {};
case OrderBy::ASC:
return "ASC";
case OrderBy::DESC:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case PolicyType::NOT_SET:
return {};
case PolicyType::IDENTITY_POLICY:
return "IDENTITY_POLICY";
case PolicyType::RESOURCE_POLICY:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case ReasonCode::NOT_SET:
return {};
case ReasonCode::AWS_SERVICE_ACCESS_DISABLED:
return "AWS_SERVICE_ACCESS_DISABLED";
case ReasonCode::DELEGATED_ADMINISTRATOR_DEREGISTERED:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ namespace Aws
{
switch(enumValue)
{
case ResourceType::NOT_SET:
return {};
case ResourceType::AWS_S3_Bucket:
return "AWS::S3::Bucket";
case ResourceType::AWS_IAM_Role:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case Type::NOT_SET:
return {};
case Type::ACCOUNT:
return "ACCOUNT";
case Type::ORGANIZATION:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case ValidatePolicyFindingType::NOT_SET:
return {};
case ValidatePolicyFindingType::ERROR_:
return "ERROR";
case ValidatePolicyFindingType::SECURITY_WARNING:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ namespace Aws
{
switch(enumValue)
{
case ValidatePolicyResourceType::NOT_SET:
return {};
case ValidatePolicyResourceType::AWS_S3_Bucket:
return "AWS::S3::Bucket";
case ValidatePolicyResourceType::AWS_S3_AccessPoint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case ValidationExceptionReason::NOT_SET:
return {};
case ValidationExceptionReason::unknownOperation:
return "unknownOperation";
case ValidationExceptionReason::cannotParse:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case AlternateContactType::NOT_SET:
return {};
case AlternateContactType::BILLING:
return "BILLING";
case AlternateContactType::OPERATIONS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ namespace Aws
{
switch(enumValue)
{
case RegionOptStatus::NOT_SET:
return {};
case RegionOptStatus::ENABLED:
return "ENABLED";
case RegionOptStatus::ENABLING:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case ValidationExceptionReason::NOT_SET:
return {};
case ValidationExceptionReason::invalidRegionOptTarget:
return "invalidRegionOptTarget";
case ValidationExceptionReason::fieldValidationFailed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case AccessMethodType::NOT_SET:
return {};
case AccessMethodType::CA_REPOSITORY:
return "CA_REPOSITORY";
case AccessMethodType::RESOURCE_PKI_MANIFEST:
Expand Down
2 changes: 2 additions & 0 deletions generated/src/aws-cpp-sdk-acm-pca/source/model/ActionType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case ActionType::NOT_SET:
return {};
case ActionType::IssueCertificate:
return "IssueCertificate";
case ActionType::GetCertificate:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case AuditReportResponseFormat::NOT_SET:
return {};
case AuditReportResponseFormat::JSON:
return "JSON";
case AuditReportResponseFormat::CSV:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case AuditReportStatus::NOT_SET:
return {};
case AuditReportStatus::CREATING:
return "CREATING";
case AuditReportStatus::SUCCESS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ namespace Aws
{
switch(enumValue)
{
case CertificateAuthorityStatus::NOT_SET:
return {};
case CertificateAuthorityStatus::CREATING:
return "CREATING";
case CertificateAuthorityStatus::PENDING_CERTIFICATE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case CertificateAuthorityType::NOT_SET:
return {};
case CertificateAuthorityType::ROOT:
return "ROOT";
case CertificateAuthorityType::SUBORDINATE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case CertificateAuthorityUsageMode::NOT_SET:
return {};
case CertificateAuthorityUsageMode::GENERAL_PURPOSE:
return "GENERAL_PURPOSE";
case CertificateAuthorityUsageMode::SHORT_LIVED_CERTIFICATE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ namespace Aws
{
switch(enumValue)
{
case ExtendedKeyUsageType::NOT_SET:
return {};
case ExtendedKeyUsageType::SERVER_AUTH:
return "SERVER_AUTH";
case ExtendedKeyUsageType::CLIENT_AUTH:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ namespace Aws
{
switch(enumValue)
{
case FailureReason::NOT_SET:
return {};
case FailureReason::REQUEST_TIMED_OUT:
return "REQUEST_TIMED_OUT";
case FailureReason::UNSUPPORTED_ALGORITHM:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ namespace Aws
{
switch(enumValue)
{
case KeyAlgorithm::NOT_SET:
return {};
case KeyAlgorithm::RSA_2048:
return "RSA_2048";
case KeyAlgorithm::RSA_4096:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case KeyStorageSecurityStandard::NOT_SET:
return {};
case KeyStorageSecurityStandard::FIPS_140_2_LEVEL_2_OR_HIGHER:
return "FIPS_140_2_LEVEL_2_OR_HIGHER";
case KeyStorageSecurityStandard::FIPS_140_2_LEVEL_3_OR_HIGHER:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ namespace Aws
{
switch(enumValue)
{
case PolicyQualifierId::NOT_SET:
return {};
case PolicyQualifierId::CPS:
return "CPS";
default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case ResourceOwner::NOT_SET:
return {};
case ResourceOwner::SELF:
return "SELF";
case ResourceOwner::OTHER_ACCOUNTS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ namespace Aws
{
switch(enumValue)
{
case RevocationReason::NOT_SET:
return {};
case RevocationReason::UNSPECIFIED:
return "UNSPECIFIED";
case RevocationReason::KEY_COMPROMISE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ namespace Aws
{
switch(enumValue)
{
case S3ObjectAcl::NOT_SET:
return {};
case S3ObjectAcl::PUBLIC_READ:
return "PUBLIC_READ";
case S3ObjectAcl::BUCKET_OWNER_FULL_CONTROL:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ namespace Aws
{
switch(enumValue)
{
case SigningAlgorithm::NOT_SET:
return {};
case SigningAlgorithm::SHA256WITHECDSA:
return "SHA256WITHECDSA";
case SigningAlgorithm::SHA384WITHECDSA:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ namespace Aws
{
switch(enumValue)
{
case ValidityPeriodType::NOT_SET:
return {};
case ValidityPeriodType::END_DATE:
return "END_DATE";
case ValidityPeriodType::ABSOLUTE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ namespace Aws
{
switch(enumValue)
{
case CertificateStatus::NOT_SET:
return {};
case CertificateStatus::PENDING_VALIDATION:
return "PENDING_VALIDATION";
case CertificateStatus::ISSUED:
Expand Down
Loading

0 comments on commit 0e9ecf8

Please sign in to comment.