Home
last modified time | relevance | path

Searched refs:HashString (Results 1 – 25 of 3282) sorted by relevance

12345678910>>...132

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-config/source/model/
H A DResourceType.cpp24 static const int AWS_EC2_EIP_HASH = HashingUtils::HashString("AWS::EC2::EIP");
25 static const int AWS_EC2_Host_HASH = HashingUtils::HashString("AWS::EC2::Host");
32 static const int AWS_EC2_Subnet_HASH = HashingUtils::HashString("AWS::EC2::Subnet");
34 static const int AWS_EC2_Volume_HASH = HashingUtils::HashString("AWS::EC2::Volume");
35 static const int AWS_EC2_VPC_HASH = HashingUtils::HashString("AWS::EC2::VPC");
46 static const int AWS_IAM_Group_HASH = HashingUtils::HashString("AWS::IAM::Group");
48 static const int AWS_IAM_Role_HASH = HashingUtils::HashString("AWS::IAM::Role");
49 static const int AWS_IAM_User_HASH = HashingUtils::HashString("AWS::IAM::User");
78 static const int AWS_WAF_Rule_HASH = HashingUtils::HashString("AWS::WAF::Rule");
115 static const int AWS_KMS_Key_HASH = HashingUtils::HashString("AWS::KMS::Key");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opensearch/source/model/
H A DOpenSearchPartitionInstanceType.cpp23 static const int m3_medium_search_HASH = HashingUtils::HashString("m3.medium.search");
24 static const int m3_large_search_HASH = HashingUtils::HashString("m3.large.search");
25 static const int m3_xlarge_search_HASH = HashingUtils::HashString("m3.xlarge.search");
26 static const int m3_2xlarge_search_HASH = HashingUtils::HashString("m3.2xlarge.search");
27 static const int m4_large_search_HASH = HashingUtils::HashString("m4.large.search");
28 static const int m4_xlarge_search_HASH = HashingUtils::HashString("m4.xlarge.search");
32 static const int m5_large_search_HASH = HashingUtils::HashString("m5.large.search");
38 static const int r5_large_search_HASH = HashingUtils::HashString("r5.large.search");
44 static const int c5_large_search_HASH = HashingUtils::HashString("c5.large.search");
50 static const int t3_nano_search_HASH = HashingUtils::HashString("t3.nano.search");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DInstanceType.cpp23 static const int t1_micro_HASH = HashingUtils::HashString("t1.micro");
24 static const int t2_nano_HASH = HashingUtils::HashString("t2.nano");
25 static const int t2_micro_HASH = HashingUtils::HashString("t2.micro");
26 static const int t2_small_HASH = HashingUtils::HashString("t2.small");
27 static const int t2_medium_HASH = HashingUtils::HashString("t2.medium");
28 static const int t2_large_HASH = HashingUtils::HashString("t2.large");
31 static const int t3_nano_HASH = HashingUtils::HashString("t3.nano");
32 static const int t3_micro_HASH = HashingUtils::HashString("t3.micro");
33 static const int t3_small_HASH = HashingUtils::HashString("t3.small");
35 static const int t3_large_HASH = HashingUtils::HashString("t3.large");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-gamelift/source/model/
H A DEC2InstanceType.cpp23 static const int t2_micro_HASH = HashingUtils::HashString("t2.micro");
24 static const int t2_small_HASH = HashingUtils::HashString("t2.small");
25 static const int t2_medium_HASH = HashingUtils::HashString("t2.medium");
26 static const int t2_large_HASH = HashingUtils::HashString("t2.large");
27 static const int c3_large_HASH = HashingUtils::HashString("c3.large");
28 static const int c3_xlarge_HASH = HashingUtils::HashString("c3.xlarge");
32 static const int c4_large_HASH = HashingUtils::HashString("c4.large");
33 static const int c4_xlarge_HASH = HashingUtils::HashString("c4.xlarge");
37 static const int c5_large_HASH = HashingUtils::HashString("c5.large");
53 static const int r3_large_HASH = HashingUtils::HashString("r3.large");
[all …]
H A DGameServerGroupInstanceType.cpp23 static const int c4_large_HASH = HashingUtils::HashString("c4.large");
24 static const int c4_xlarge_HASH = HashingUtils::HashString("c4.xlarge");
25 static const int c4_2xlarge_HASH = HashingUtils::HashString("c4.2xlarge");
26 static const int c4_4xlarge_HASH = HashingUtils::HashString("c4.4xlarge");
27 static const int c4_8xlarge_HASH = HashingUtils::HashString("c4.8xlarge");
28 static const int c5_large_HASH = HashingUtils::HashString("c5.large");
29 static const int c5_xlarge_HASH = HashingUtils::HashString("c5.xlarge");
36 static const int c5a_large_HASH = HashingUtils::HashString("c5a.large");
44 static const int r4_large_HASH = HashingUtils::HashString("r4.large");
50 static const int r5_large_HASH = HashingUtils::HashString("r5.large");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/source/
H A DCloudFrontErrors.cpp21 static const int RESOURCE_IN_USE_HASH = HashingUtils::HashString("ResourceInUse");
22 static const int INVALID_ERROR_CODE_HASH = HashingUtils::HashString("InvalidErrorCode");
25 static const int NO_SUCH_ORIGIN_HASH = HashingUtils::HashString("NoSuchOrigin");
26 static const int NO_SUCH_RESOURCE_HASH = HashingUtils::HashString("NoSuchResource");
34 static const int INVALID_TAGGING_HASH = HashingUtils::HashString("InvalidTagging");
40 static const int PUBLIC_KEY_IN_USE_HASH = HashingUtils::HashString("PublicKeyInUse");
62 static const int ILLEGAL_DELETE_HASH = HashingUtils::HashString("IllegalDelete");
80 static const int INVALID_ORIGIN_HASH = HashingUtils::HashString("InvalidOrigin");
125 static const int ILLEGAL_UPDATE_HASH = HashingUtils::HashString("IllegalUpdate");
140 static const int MISSING_BODY_HASH = HashingUtils::HashString("MissingBody");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-opsworks/source/model/
H A DCloudWatchLogsEncoding.cpp23 static const int ascii_HASH = HashingUtils::HashString("ascii");
24 static const int big5_HASH = HashingUtils::HashString("big5");
26 static const int cp037_HASH = HashingUtils::HashString("cp037");
27 static const int cp424_HASH = HashingUtils::HashString("cp424");
28 static const int cp437_HASH = HashingUtils::HashString("cp437");
29 static const int cp500_HASH = HashingUtils::HashString("cp500");
30 static const int cp720_HASH = HashingUtils::HashString("cp720");
31 static const int cp737_HASH = HashingUtils::HashString("cp737");
69 static const int gbk_HASH = HashingUtils::HashString("gbk");
71 static const int hz_HASH = HashingUtils::HashString("hz");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connect/source/model/
H A DPhoneNumberCountryCode.cpp23 static const int AF_HASH = HashingUtils::HashString("AF");
24 static const int AL_HASH = HashingUtils::HashString("AL");
25 static const int DZ_HASH = HashingUtils::HashString("DZ");
26 static const int AS_HASH = HashingUtils::HashString("AS");
27 static const int AD_HASH = HashingUtils::HashString("AD");
28 static const int AO_HASH = HashingUtils::HashString("AO");
29 static const int AI_HASH = HashingUtils::HashString("AI");
30 static const int AQ_HASH = HashingUtils::HashString("AQ");
31 static const int AG_HASH = HashingUtils::HashString("AG");
32 static const int AR_HASH = HashingUtils::HashString("AR");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/source/
H A DRDSErrors.cpp28 static const int EXPORT_TASK_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("ExportTaskNotFound");
30 static const int D_B_INSTANCE_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("DBInstanceNotFound");
35 static const int INVALID_SUBNET_HASH = HashingUtils::HashString("InvalidSubnet");
46 static const int SUBNET_ALREADY_IN_USE_HASH = HashingUtils::HashString("SubnetAlreadyInUse");
64 static const int INVALID_S3_BUCKET_FAULT_HASH = HashingUtils::HashString("InvalidS3BucketFault");
74 static const int S_N_S_INVALID_TOPIC_FAULT_HASH = HashingUtils::HashString("SNSInvalidTopic");
95 static const int DOMAIN_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("DomainNotFoundFault");
112 static const int IAM_ROLE_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("IamRoleNotFound");
131 static const int INVALID_RESTORE_FAULT_HASH = HashingUtils::HashString("InvalidRestoreFault");
136 static const int SOURCE_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("SourceNotFound");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DLanguageCode.cpp23 static const int ENG_HASH = HashingUtils::HashString("ENG");
24 static const int SPA_HASH = HashingUtils::HashString("SPA");
25 static const int FRA_HASH = HashingUtils::HashString("FRA");
26 static const int DEU_HASH = HashingUtils::HashString("DEU");
27 static const int GER_HASH = HashingUtils::HashString("GER");
28 static const int ZHO_HASH = HashingUtils::HashString("ZHO");
29 static const int ARA_HASH = HashingUtils::HashString("ARA");
30 static const int HIN_HASH = HashingUtils::HashString("HIN");
31 static const int JPN_HASH = HashingUtils::HashString("JPN");
32 static const int RUS_HASH = HashingUtils::HashString("RUS");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codedeploy/source/
H A DCodeDeployErrors.cpp30 static const int TAG_LIMIT_EXCEEDED_HASH = HashingUtils::HashString("TagLimitExceededException");
31 static const int INVALID_REVISION_HASH = HashingUtils::HashString("InvalidRevisionException");
40 static const int ARN_NOT_SUPPORTED_HASH = HashingUtils::HashString("ArnNotSupportedException");
50 static const int INVALID_ROLE_HASH = HashingUtils::HashString("InvalidRoleException");
53 static const int INVALID_TAG_HASH = HashingUtils::HashString("InvalidTagException");
60 static const int INVALID_SORT_BY_HASH = HashingUtils::HashString("InvalidSortByException");
64 static const int TAG_REQUIRED_HASH = HashingUtils::HashString("TagRequiredException");
68 static const int INVALID_INPUT_HASH = HashingUtils::HashString("InvalidInputException");
121 static const int INVALID_ARN_HASH = HashingUtils::HashString("InvalidArnException");
124 static const int ROLE_REQUIRED_HASH = HashingUtils::HashString("RoleRequiredException");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/source/model/
H A DOperationType.cpp24 static const int DeleteInstance_HASH = HashingUtils::HashString("DeleteInstance");
26 static const int StopInstance_HASH = HashingUtils::HashString("StopInstance");
27 static const int StartInstance_HASH = HashingUtils::HashString("StartInstance");
51 static const int CreateDisk_HASH = HashingUtils::HashString("CreateDisk");
52 static const int DeleteDisk_HASH = HashingUtils::HashString("DeleteDisk");
53 static const int AttachDisk_HASH = HashingUtils::HashString("AttachDisk");
54 static const int DetachDisk_HASH = HashingUtils::HashString("DetachDisk");
70 static const int PutAlarm_HASH = HashingUtils::HashString("PutAlarm");
71 static const int GetAlarms_HASH = HashingUtils::HashString("GetAlarms");
73 static const int TestAlarm_HASH = HashingUtils::HashString("TestAlarm");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/source/
H A DRedshiftErrors.cpp28 static const int CLUSTER_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("ClusterNotFound");
29 static const int INVALID_TAG_FAULT_HASH = HashingUtils::HashString("InvalidTagFault");
34 static const int INVALID_SUBNET_HASH = HashingUtils::HashString("InvalidSubnet");
41 static const int SUBNET_ALREADY_IN_USE_HASH = HashingUtils::HashString("SubnetAlreadyInUse");
45 static const int INVALID_SCHEDULE_FAULT_HASH = HashingUtils::HashString("InvalidSchedule");
46 static const int ENDPOINT_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("EndpointNotFound");
85 static const int PARTNER_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("PartnerNotFound");
91 static const int RESIZE_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("ResizeNotFound");
129 static const int INVALID_RESTORE_FAULT_HASH = HashingUtils::HashString("InvalidRestore");
143 static const int SOURCE_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("SourceNotFound");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53domains/source/model/
H A DCountryCode.cpp23 static const int AD_HASH = HashingUtils::HashString("AD");
24 static const int AE_HASH = HashingUtils::HashString("AE");
25 static const int AF_HASH = HashingUtils::HashString("AF");
26 static const int AG_HASH = HashingUtils::HashString("AG");
27 static const int AI_HASH = HashingUtils::HashString("AI");
28 static const int AL_HASH = HashingUtils::HashString("AL");
29 static const int AM_HASH = HashingUtils::HashString("AM");
30 static const int AN_HASH = HashingUtils::HashString("AN");
31 static const int AO_HASH = HashingUtils::HashString("AO");
32 static const int AQ_HASH = HashingUtils::HashString("AQ");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf-regional/source/model/
H A DGeoMatchConstraintValue.cpp23 static const int AF_HASH = HashingUtils::HashString("AF");
24 static const int AX_HASH = HashingUtils::HashString("AX");
25 static const int AL_HASH = HashingUtils::HashString("AL");
26 static const int DZ_HASH = HashingUtils::HashString("DZ");
27 static const int AS_HASH = HashingUtils::HashString("AS");
28 static const int AD_HASH = HashingUtils::HashString("AD");
29 static const int AO_HASH = HashingUtils::HashString("AO");
30 static const int AI_HASH = HashingUtils::HashString("AI");
31 static const int AQ_HASH = HashingUtils::HashString("AQ");
32 static const int AG_HASH = HashingUtils::HashString("AG");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wafv2/source/model/
H A DCountryCode.cpp23 static const int AF_HASH = HashingUtils::HashString("AF");
24 static const int AX_HASH = HashingUtils::HashString("AX");
25 static const int AL_HASH = HashingUtils::HashString("AL");
26 static const int DZ_HASH = HashingUtils::HashString("DZ");
27 static const int AS_HASH = HashingUtils::HashString("AS");
28 static const int AD_HASH = HashingUtils::HashString("AD");
29 static const int AO_HASH = HashingUtils::HashString("AO");
30 static const int AI_HASH = HashingUtils::HashString("AI");
31 static const int AQ_HASH = HashingUtils::HashString("AQ");
32 static const int AG_HASH = HashingUtils::HashString("AG");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-waf/source/model/
H A DGeoMatchConstraintValue.cpp23 static const int AF_HASH = HashingUtils::HashString("AF");
24 static const int AX_HASH = HashingUtils::HashString("AX");
25 static const int AL_HASH = HashingUtils::HashString("AL");
26 static const int DZ_HASH = HashingUtils::HashString("DZ");
27 static const int AS_HASH = HashingUtils::HashString("AS");
28 static const int AD_HASH = HashingUtils::HashString("AD");
29 static const int AO_HASH = HashingUtils::HashString("AO");
30 static const int AI_HASH = HashingUtils::HashString("AI");
31 static const int AQ_HASH = HashingUtils::HashString("AQ");
32 static const int AG_HASH = HashingUtils::HashString("AG");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/source/
H A DCodeCommitErrors.cpp23 static const int BRANCH_NAME_EXISTS_HASH = HashingUtils::HashString("BranchNameExistsException");
54 static const int INVALID_BLOB_ID_HASH = HashingUtils::HashString("InvalidBlobIdException");
56 static const int TAG_POLICY_HASH = HashingUtils::HashString("TagPolicyException");
57 static const int INVALID_COMMIT_HASH = HashingUtils::HashString("InvalidCommitException");
128 static const int INVALID_EMAIL_HASH = HashingUtils::HashString("InvalidEmailException");
133 static const int INVALID_ORDER_HASH = HashingUtils::HashString("InvalidOrderException");
148 static const int INVALID_TITLE_HASH = HashingUtils::HashString("InvalidTitleException");
161 static const int TOO_MANY_TAGS_HASH = HashingUtils::HashString("TooManyTagsException");
178 static const int INVALID_PATH_HASH = HashingUtils::HashString("InvalidPathException");
180 static const int NO_CHANGE_HASH = HashingUtils::HashString("NoChangeException");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/
H A DEC2Errors.cpp21 static const int DRY_RUN_OPERATION_HASH = HashingUtils::HashString("DryRunOperation");
31 static const int NON_E_B_S_INSTANCE_HASH = HashingUtils::HashString("NonEBSInstance");
40 static const int UNSUPPORTED_HASH = HashingUtils::HashString("Unsupported");
50 static const int CANNOT_DELETE_HASH = HashingUtils::HashString("CannotDelete");
53 static const int INVALID_FORMAT_HASH = HashingUtils::HashString("InvalidFormat");
68 static const int VOLUME_IN_USE_HASH = HashingUtils::HashString("VolumeInUse");
78 static const int INVALID_I_D_HASH = HashingUtils::HashString("InvalidID");
121 static const int INVALID_INPUT_HASH = HashingUtils::HashString("InvalidInput");
148 static const int INVALID_STATE_HASH = HashingUtils::HashString("InvalidState");
153 static const int NOT_EXPORTABLE_HASH = HashingUtils::HashString("NotExportable");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/source/model/
H A DInstanceType.cpp23 static const int ml_t2_medium_HASH = HashingUtils::HashString("ml.t2.medium");
24 static const int ml_t2_large_HASH = HashingUtils::HashString("ml.t2.large");
25 static const int ml_t2_xlarge_HASH = HashingUtils::HashString("ml.t2.xlarge");
26 static const int ml_t2_2xlarge_HASH = HashingUtils::HashString("ml.t2.2xlarge");
27 static const int ml_t3_medium_HASH = HashingUtils::HashString("ml.t3.medium");
28 static const int ml_t3_large_HASH = HashingUtils::HashString("ml.t3.large");
29 static const int ml_t3_xlarge_HASH = HashingUtils::HashString("ml.t3.xlarge");
30 static const int ml_t3_2xlarge_HASH = HashingUtils::HashString("ml.t3.2xlarge");
31 static const int ml_m4_xlarge_HASH = HashingUtils::HashString("ml.m4.xlarge");
36 static const int ml_m5_xlarge_HASH = HashingUtils::HashString("ml.m5.xlarge");
[all …]
H A DProductionVariantInstanceType.cpp23 static const int ml_t2_medium_HASH = HashingUtils::HashString("ml.t2.medium");
24 static const int ml_t2_large_HASH = HashingUtils::HashString("ml.t2.large");
25 static const int ml_t2_xlarge_HASH = HashingUtils::HashString("ml.t2.xlarge");
26 static const int ml_t2_2xlarge_HASH = HashingUtils::HashString("ml.t2.2xlarge");
27 static const int ml_m4_xlarge_HASH = HashingUtils::HashString("ml.m4.xlarge");
28 static const int ml_m4_2xlarge_HASH = HashingUtils::HashString("ml.m4.2xlarge");
32 static const int ml_m5_large_HASH = HashingUtils::HashString("ml.m5.large");
33 static const int ml_m5_xlarge_HASH = HashingUtils::HashString("ml.m5.xlarge");
44 static const int ml_c4_large_HASH = HashingUtils::HashString("ml.c4.large");
55 static const int ml_c5_large_HASH = HashingUtils::HashString("ml.c5.large");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/source/
H A DSSMErrors.cpp124 static const int INVALID_DOCUMENT_HASH = HashingUtils::HashString("InvalidDocument");
136 static const int INVALID_KEY_ID_HASH = HashingUtils::HashString("InvalidKeyId");
149 static const int INVALID_TARGET_HASH = HashingUtils::HashString("InvalidTarget");
160 static const int STATUS_UNCHANGED_HASH = HashingUtils::HashString("StatusUnchanged");
165 static const int TOO_MANY_UPDATES_HASH = HashingUtils::HashString("TooManyUpdates");
178 static const int INVALID_ROLE_HASH = HashingUtils::HashString("InvalidRole");
180 static const int TOO_MANY_TAGS_HASH = HashingUtils::HashString("TooManyTagsError");
190 static const int INVALID_UPDATE_HASH = HashingUtils::HashString("InvalidUpdate");
198 static const int INVALID_SCHEDULE_HASH = HashingUtils::HashString("InvalidSchedule");
202 static const int INVALID_FILTER_HASH = HashingUtils::HashString("InvalidFilter");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-polly/source/model/
H A DVoiceId.cpp23 static const int Aditi_HASH = HashingUtils::HashString("Aditi");
24 static const int Amy_HASH = HashingUtils::HashString("Amy");
27 static const int Brian_HASH = HashingUtils::HashString("Brian");
35 static const int Dora_HASH = HashingUtils::HashString("Dora");
36 static const int Emma_HASH = HashingUtils::HashString("Emma");
38 static const int Ewa_HASH = HashingUtils::HashString("Ewa");
46 static const int Ivy_HASH = HashingUtils::HashString("Ivy");
48 static const int Jan_HASH = HashingUtils::HashString("Jan");
56 static const int Lea_HASH = HashingUtils::HashString("Lea");
57 static const int Liv_HASH = HashingUtils::HashString("Liv");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-neptune/source/
H A DNeptuneErrors.cpp21 static const int D_B_CLUSTER_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("DBClusterNotFoundFaul…
22 static const int SUBSCRIPTION_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("SubscriptionNotFound…
28 static const int D_B_INSTANCE_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("DBInstanceNotFound");
33 static const int INVALID_SUBNET_HASH = HashingUtils::HashString("InvalidSubnet");
35 static const int DOMAIN_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("DomainNotFoundFault");
43 static const int SUBNET_ALREADY_IN_USE_HASH = HashingUtils::HashString("SubnetAlreadyInUse");
60 static const int RESOURCE_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("ResourceNotFoundFault");
73 static const int INVALID_RESTORE_FAULT_HASH = HashingUtils::HashString("InvalidRestoreFault");
76 static const int S_N_S_INVALID_TOPIC_FAULT_HASH = HashingUtils::HashString("SNSInvalidTopic");
83 static const int SOURCE_NOT_FOUND_FAULT_HASH = HashingUtils::HashString("SourceNotFound");
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-es/source/model/
H A DESPartitionInstanceType.cpp23 …static const int m3_medium_elasticsearch_HASH = HashingUtils::HashString("m3.medium.elasticsearch"…
24 … static const int m3_large_elasticsearch_HASH = HashingUtils::HashString("m3.large.elasticsearch");
25 …static const int m3_xlarge_elasticsearch_HASH = HashingUtils::HashString("m3.xlarge.elasticsearch"…
26 …static const int m3_2xlarge_elasticsearch_HASH = HashingUtils::HashString("m3.2xlarge.elasticsearc…
27 … static const int m4_large_elasticsearch_HASH = HashingUtils::HashString("m4.large.elasticsearch");
28 …static const int m4_xlarge_elasticsearch_HASH = HashingUtils::HashString("m4.xlarge.elasticsearch"…
32 … static const int m5_large_elasticsearch_HASH = HashingUtils::HashString("m5.large.elasticsearch");
33 …static const int m5_xlarge_elasticsearch_HASH = HashingUtils::HashString("m5.xlarge.elasticsearch"…
37 … static const int r5_large_elasticsearch_HASH = HashingUtils::HashString("r5.large.elasticsearch");
42 … static const int c5_large_elasticsearch_HASH = HashingUtils::HashString("c5.large.elasticsearch");
[all …]

12345678910>>...132