File tree 2 files changed +75
-5
lines changed
clients/client-iotsitewise/src
codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen
2 files changed +75
-5
lines changed Original file line number Diff line number Diff line change 1
1
import { getRegionInfo , PartitionHash , RegionHash } from "@aws-sdk/config-resolver" ;
2
2
import { RegionInfoProvider , RegionInfoProviderOptions } from "@aws-sdk/types" ;
3
3
4
- const regionHash : RegionHash = { } ;
4
+ const regionHash : RegionHash = {
5
+ "us-east-1" : {
6
+ variants : [
7
+ {
8
+ hostname : "iotsitewise-fips.us-east-1.amazonaws.com" ,
9
+ tags : [ "fips" ] ,
10
+ } ,
11
+ ] ,
12
+ } ,
13
+ "us-gov-west-1" : {
14
+ variants : [
15
+ {
16
+ hostname : "iotsitewise-fips.us-gov-west-1.amazonaws.com" ,
17
+ tags : [ "fips" ] ,
18
+ } ,
19
+ ] ,
20
+ } ,
21
+ "us-west-2" : {
22
+ variants : [
23
+ {
24
+ hostname : "iotsitewise-fips.us-west-2.amazonaws.com" ,
25
+ tags : [ "fips" ] ,
26
+ } ,
27
+ ] ,
28
+ } ,
29
+ } ;
5
30
6
31
const partitionHash : PartitionHash = {
7
32
aws : {
@@ -22,6 +47,8 @@ const partitionHash: PartitionHash = {
22
47
"eu-west-1" ,
23
48
"eu-west-2" ,
24
49
"eu-west-3" ,
50
+ "fips-us-east-1" ,
51
+ "fips-us-west-2" ,
25
52
"me-south-1" ,
26
53
"sa-east-1" ,
27
54
"us-east-1" ,
@@ -100,7 +127,7 @@ const partitionHash: PartitionHash = {
100
127
] ,
101
128
} ,
102
129
"aws-us-gov" : {
103
- regions : [ "us-gov-east-1" , "us-gov-west-1" ] ,
130
+ regions : [ "fips-us-gov-west-1" , " us-gov-east-1", "us-gov-west-1" ] ,
104
131
regionRegex : "^us\\-gov\\-\\w+\\-\\d+$" ,
105
132
variants : [
106
133
{
Original file line number Diff line number Diff line change 7131
7131
"ap-southeast-2": {},
7132
7132
"eu-central-1": {},
7133
7133
"eu-west-1": {},
7134
- "us-east-1": {},
7135
- "us-west-2": {}
7134
+ "fips-us-east-1": {
7135
+ "credentialScope": {
7136
+ "region": "us-east-1"
7137
+ },
7138
+ "deprecated": true,
7139
+ "hostname": "iotsitewise-fips.us-east-1.amazonaws.com"
7140
+ },
7141
+ "fips-us-west-2": {
7142
+ "credentialScope": {
7143
+ "region": "us-west-2"
7144
+ },
7145
+ "deprecated": true,
7146
+ "hostname": "iotsitewise-fips.us-west-2.amazonaws.com"
7147
+ },
7148
+ "us-east-1": {
7149
+ "variants": [
7150
+ {
7151
+ "hostname": "iotsitewise-fips.us-east-1.amazonaws.com",
7152
+ "tags": ["fips"]
7153
+ }
7154
+ ]
7155
+ },
7156
+ "us-west-2": {
7157
+ "variants": [
7158
+ {
7159
+ "hostname": "iotsitewise-fips.us-west-2.amazonaws.com",
7160
+ "tags": ["fips"]
7161
+ }
7162
+ ]
7163
+ }
7136
7164
}
7137
7165
},
7138
7166
"iotthingsgraph": {
9860
9888
"ap-south-1": {},
9861
9889
"ap-southeast-1": {},
9862
9890
"ap-southeast-2": {},
9891
+ "ap-southeast-3": {},
9863
9892
"ca-central-1": {
9864
9893
"variants": [
9865
9894
{
17497
17526
},
17498
17527
"iotsitewise": {
17499
17528
"endpoints": {
17500
- "us-gov-west-1": {}
17529
+ "fips-us-gov-west-1": {
17530
+ "credentialScope": {
17531
+ "region": "us-gov-west-1"
17532
+ },
17533
+ "deprecated": true,
17534
+ "hostname": "iotsitewise-fips.us-gov-west-1.amazonaws.com"
17535
+ },
17536
+ "us-gov-west-1": {
17537
+ "variants": [
17538
+ {
17539
+ "hostname": "iotsitewise-fips.us-gov-west-1.amazonaws.com",
17540
+ "tags": ["fips"]
17541
+ }
17542
+ ]
17543
+ }
17501
17544
}
17502
17545
},
17503
17546
"kafka": {
You can’t perform that action at this time.
0 commit comments