/external/aws-sdk-java-v2/core/regions/target/generated-sources/sdk/software/amazon/awssdk/regions/servicemetadata/ |
D | IamServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 … Region.of("aws-global-fips"), Region.of("aws-cn-global"), Region.of("aws-us-gov-global"), 41 … Region.of("aws-us-gov-global-fips"), Region.of("aws-iso-global"), Region.of("aws-iso-b-global"))); 44 …new DefaultServicePartitionMetadata("aws", Region.of("aws-global")), new DefaultServicePartitionMe… 45 Region.of("aws-cn-global")), 46 new DefaultServicePartitionMetadata("aws-us-gov", Region.of("aws-us-gov-global")), 47 …new DefaultServicePartitionMetadata("aws-iso", Region.of("aws-iso-global")), new DefaultServicePar… [all …]
|
D | Route53ServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 … Region.of("fips-aws-global"), Region.of("aws-cn-global"), Region.of("aws-us-gov-global"), 41 … Region.of("fips-aws-us-gov-global"), Region.of("aws-iso-global"), Region.of("aws-iso-b-global"))); 44 …new DefaultServicePartitionMetadata("aws", Region.of("aws-global")), new DefaultServicePartitionMe… 45 Region.of("aws-cn-global")), 46 new DefaultServicePartitionMetadata("aws-us-gov", Region.of("aws-us-gov-global")), 47 …new DefaultServicePartitionMetadata("aws-iso", Region.of("aws-iso-global")), new DefaultServicePar… [all …]
|
D | KendraRankingServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 37 private static final String ENDPOINT_PREFIX = "kendra-ranking"; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca… 43 …Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south-1"), Region.of("eu-south-2… 44 …Region.of("eu-west-1"), Region.of("eu-west-3"), Region.of("il-central-1"), Region.of("me-central-1… [all …]
|
D | DatazoneServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca… 43 …Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south… 44 … Region.of("eu-south-2"), Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), 45 …Region.of("il-central-1"), Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-… [all …]
|
D | EksAuthServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 37 private static final String ENDPOINT_PREFIX = "eks-auth"; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca… 43 …Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south… 44 … Region.of("eu-south-2"), Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), [all …]
|
D | QbusinessServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca… 43 …Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south… 44 … Region.of("eu-south-2"), Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), 45 …Region.of("il-central-1"), Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-… [all …]
|
D | InternetmonitorServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca… 43 …Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south… 44 … Region.of("eu-south-2"), Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), 45 …Region.of("il-central-1"), Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-… [all …]
|
D | OrganizationsServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 … Region.of("fips-aws-global"), Region.of("aws-cn-global"), Region.of("aws-us-gov-global"), 41 Region.of("fips-aws-us-gov-global"))); 44 …new DefaultServicePartitionMetadata("aws", Region.of("aws-global")), new DefaultServicePartitionMe… 45 Region.of("aws-cn-global")), 46 new DefaultServicePartitionMetadata("aws-us-gov", Region.of("aws-us-gov-global")))); 50 .put(ServiceEndpointKey.builder().region(Region.of("aws-global")).build(), "us-east-1") [all …]
|
D | ServicediscoveryServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca… 43 …Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south… 44 … Region.of("eu-south-2"), Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), 45 …Region.of("il-central-1"), Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-… [all …]
|
D | AthenaServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("eu… 43 …Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south-1"), Region.of("eu-south-2… 44 …Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), Region.of("fips-us-east-1"… 45 …Region.of("fips-us-east-2"), Region.of("fips-us-west-1"), Region.of("fips-us-west-2"), Region.of("… [all …]
|
D | LambdaServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca… 43 …Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south… 44 … Region.of("eu-south-2"), Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), 45 …Region.of("fips-us-east-1"), Region.of("fips-us-east-2"), Region.of("fips-us-west-1"), Region.of("… [all …]
|
D | EsServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-south-2"), Region.of("ap-southeast-1"), Region.of("ap-south… 42 …Region.of("ap-southeast-3"), Region.of("ap-southeast-4"), Region.of("ca-central-1"), Region.of("ca… 43 …Region.of("eu-central-1"), Region.of("eu-central-2"), Region.of("eu-north-1"), Region.of("eu-south… 44 … Region.of("eu-south-2"), Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), 45 …Region.of("il-central-1"), Region.of("me-central-1"), Region.of("me-south-1"), Region.of("sa-east-… [all …]
|
D | SupportServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 … Region.of("aws-cn-global"), Region.of("aws-us-gov-global"), Region.of("fips-us-gov-west-1"), 41 … Region.of("us-gov-west-1"), Region.of("aws-iso-global"), Region.of("aws-iso-b-global"))); 44 …new DefaultServicePartitionMetadata("aws", null), new DefaultServicePartitionMetadata("aws-cn", nu… 45 …new DefaultServicePartitionMetadata("aws-us-gov", null), new DefaultServicePartitionMetadata("aws-… 46 new DefaultServicePartitionMetadata("aws-iso-b", null))); 50 .put(ServiceEndpointKey.builder().region(Region.of("aws-global")).build(), "us-east-1") [all …]
|
D | NetworkmanagerServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("fips-aws-global"), Region.of("aws-us-gov-global"), Region.of("fips-aws-us-gov-global"))… 43 …new DefaultServicePartitionMetadata("aws", Region.of("aws-global")), new DefaultServicePartitionMe… 44 "aws-us-gov", Region.of("aws-us-gov-global")))); 48 .put(ServiceEndpointKey.builder().region(Region.of("aws-global")).build(), "us-west-2") 49 ….put(ServiceEndpointKey.builder().region(Region.of("aws-global")).tags(EndpointTag.of("fips")).bui… 50 … .put(ServiceEndpointKey.builder().region(Region.of("fips-aws-global")).build(), "us-west-2") [all …]
|
D | AppmeshServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 …private static final List<Region> REGIONS = Collections.unmodifiableList(Arrays.asList(Region.of("… 40 …Region.of("ap-east-1"), Region.of("ap-northeast-1"), Region.of("ap-northeast-2"), Region.of("ap-no… 41 …Region.of("ap-south-1"), Region.of("ap-southeast-1"), Region.of("ap-southeast-2"), Region.of("ap-s… 42 …Region.of("ca-central-1"), Region.of("ca-central-1-fips"), Region.of("eu-central-1"), Region.of("e… 43 … Region.of("eu-south-1"), Region.of("eu-west-1"), Region.of("eu-west-2"), Region.of("eu-west-3"), 44 …Region.of("il-central-1"), Region.of("me-south-1"), Region.of("sa-east-1"), Region.of("us-east-1"), 45 …Region.of("us-east-1-fips"), Region.of("us-east-2"), Region.of("us-east-2-fips"), Region.of("us-we… [all …]
|
D | HealthServiceMetadata.java | 2 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. 7 * http://aws.amazon.com/apache2.0 25 import software.amazon.awssdk.regions.Region; 39 private static final List<Region> REGIONS = Collections 40 ….unmodifiableList(Arrays.asList(Region.of("aws-global"), Region.of("fips-us-east-2"), Region.of("u… 41 … Region.of("aws-cn-global"), Region.of("aws-us-gov-global"), Region.of("fips-us-gov-west-1"), 42 … Region.of("us-gov-west-1"), Region.of("us-iso-east-1"), Region.of("us-isob-east-1"))); 45 …new DefaultServicePartitionMetadata("aws", Region.of("aws-global")), new DefaultServicePartitionMe… 46 … Region.of("aws-cn-global")), new DefaultServicePartitionMetadata("aws-us-gov", null), 47 …new DefaultServicePartitionMetadata("aws-iso", null), new DefaultServicePartitionMetadata("aws-iso… [all …]
|
/external/aws-sdk-java-v2/services/s3/src/main/resources/codegen-resources/ |
D | endpoint-tests.json | 4 "documentation": "region is not a valid DNS-suffix", 6 "error": "Invalid region: region was not a valid DNS name." 9 "Region": "a b", string 18 "error": "Invalid ARN: The ARN was not for the S3 service, found: not-s3" 23 "AWS::Region": "us-east-1" 27 "Bucket": "arn:aws:not-s3:us-west-2:123456789012:accesspoint:myendpoint", 33 "Region": "us-east-1", string 37 "Bucket": "arn:aws:not-s3:us-west-2:123456789012:accesspoint:myendpoint" 48 "AWS::Region": "us-east-1" 52 … "Bucket": "arn:aws:s3:us-west-2:123456789012:accesspoint:myendpoint:more-data", [all …]
|
/external/aws-sdk-java-v2/buildspecs/resources/ |
D | ci.cloudformation.yml | 4 Default: "aws" 9 Default: "aws-sdk-java-v2" 16 Default: "aws-sdk-for-java-v2-ci-role" 22 - !Ref OIDCProviderArn 23 - "" 27 Type: AWS::IAM::Role 32 - Effect: Allow 36 - CreateOIDCProvider 37 - !Ref GithubOidc 38 - !Ref OIDCProviderArn [all …]
|
/external/aws-sdk-java-v2/services/s3control/src/main/resources/codegen-resources/ |
D | endpoint-tests.json | 4 "documentation": "Vanilla outposts without ARN region + access point ARN@us-west-2", 8 "x-amz-account-id": [ 11 "x-amz-outpost-id": [ 12 "op-01234567890123456" 19 "signingName": "s3-outposts", 20 "signingRegion": "us-west-2", 25 "url": "https://s3-outposts.us-west-2.amazonaws.com" 31 "AWS::Region": "us-west-2" 35 …"Name": "arn:aws:s3-outposts:us-west-2:123456789012:outpost:op-01234567890123456:accesspoint:myacc… 41 "AWS::Region": "us-west-2" [all …]
|
/external/aws-sdk-java-v2/services/kinesis/src/main/resources/codegen-resources/ |
D | endpoint-tests.json | 4 "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", 7 "url": "https://kinesis.af-south-1.amazonaws.com" 11 "Region": "af-south-1", string 17 "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", 20 "url": "https://kinesis.ap-east-1.amazonaws.com" 24 "Region": "ap-east-1", string 30 "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", 33 "url": "https://kinesis.ap-northeast-1.amazonaws.com" 37 "Region": "ap-northeast-1", string 43 "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", [all …]
|
/external/aws-sdk-java-v2/services/codecatalyst/src/main/resources/codegen-resources/ |
D | endpoint-tests.json | 8 "url": "https://test.codecatalyst.global.api.aws" 12 "Endpoint": "https://test.codecatalyst.global.api.aws" 16 "documentation": "Default endpoint (region not set)", 19 "url": "https://codecatalyst.global.api.aws" 25 "documentation": "Default FIPS endpoint (region not set)", 28 "url": "https://codecatalyst-fips.global.api.aws" 36 "documentation": "Default endpoint (region: aws-global)", 39 "url": "https://codecatalyst.global.api.aws" 43 "Region": "aws-global" string 47 "documentation": "Default FIPS endpoint (region: aws-global)", [all …]
|
/external/aws-sdk-java-v2/services/sts/src/main/resources/codegen-resources/ |
D | endpoint-tests.json | 4 "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled", 7 "url": "https://sts.af-south-1.amazonaws.com" 11 "Region": "af-south-1", string 17 "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled", 20 "url": "https://sts.ap-east-1.amazonaws.com" 24 "Region": "ap-east-1", string 30 "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled", 33 "url": "https://sts.ap-northeast-1.amazonaws.com" 37 "Region": "ap-northeast-1", string 43 "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled", [all …]
|
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/resource/ |
D | S3ArnConverterTest.java | 8 * http://aws.amazon.com/apache2.0 38 .partition("aws") in parseArn_objectThroughAp_v2Arn() 40 .region("us-east-1") in parseArn_objectThroughAp_v2Arn() 42 … .resource("accesspoint:test-ap/object/test-key") in parseArn_objectThroughAp_v2Arn() 50 assertThat(s3AccessPointResource.accessPointName(), is("test-ap")); in parseArn_objectThroughAp_v2Arn() 51 assertThat(s3ObjectResource.key(), is("test-key")); in parseArn_objectThroughAp_v2Arn() 53 assertThat(s3ObjectResource.partition(), is(Optional.of("aws"))); in parseArn_objectThroughAp_v2Arn() 54 assertThat(s3ObjectResource.region(), is(Optional.of("us-east-1"))); in parseArn_objectThroughAp_v2Arn() 61 .partition("aws") in parseArn_object_v1Arn() 74 assertThat(s3ObjectResource.partition(), is(Optional.of("aws"))); in parseArn_object_v1Arn() [all …]
|
/external/aws-sdk-java-v2/services/route53/src/main/resources/codegen-resources/ |
D | endpoint-tests.json | 4 "documentation": "For region aws-global with FIPS disabled and DualStack disabled", 12 "signingRegion": "us-east-1" 20 "Region": "aws-global", string 26 "documentation": "For region aws-global with FIPS enabled and DualStack disabled", 34 "signingRegion": "us-east-1" 38 "url": "https://route53-fips.amazonaws.com" 42 "Region": "aws-global", string 48 "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", 51 "url": "https://route53-fips.us-east-1.api.aws" 55 "Region": "us-east-1", string [all …]
|
/external/aws-sdk-java-v2/.github/workflows/ |
D | codebuild-ci.yml | 1 name: AWS CodeBuild CI 4 paths-ignore: 5 - '**.md' 6 - '.all-contributorsrc' 7 - 'docs/**' 10 - master 11 paths-ignore: 12 - '**.md' 13 - '.all-contributorsrc' 14 - 'docs/**' [all …]
|