File tree Expand file tree Collapse file tree 4 files changed +179
-19
lines changed
services/dynamodb/src/main/resources/codegen-resources/dynamodb Expand file tree Collapse file tree 4 files changed +179
-19
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon DynamoDB" ,
4+ "contributor" : " " ,
5+ "description" : " Add AccountID based endpoint metric to endpoint rules."
6+ }
Original file line number Diff line number Diff line change 266266 "properties" : {
267267 "authSchemes" : [
268268 {
269- "signingRegion" : " us-east-1" ,
270269 "name" : " sigv4" ,
271- "signingName" : " dynamodb"
270+ "signingName" : " dynamodb" ,
271+ "signingRegion" : " us-east-1"
272272 }
273273 ]
274274 },
690690 ],
691691 "endpoint" : {
692692 "url" : " https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
693- "properties" : {},
693+ "properties" : {
694+ "metricValues" : [
695+ " O"
696+ ]
697+ },
694698 "headers" : {}
695699 },
696700 "type" : " endpoint"
838842 ],
839843 "endpoint" : {
840844 "url" : " https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
841- "properties" : {},
845+ "properties" : {
846+ "metricValues" : [
847+ " O"
848+ ]
849+ },
842850 "headers" : {}
843851 },
844852 "type" : " endpoint"
923931 "conditions" : [],
924932 "endpoint" : {
925933 "url" : " https://{AccountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
926- "properties" : {},
934+ "properties" : {
935+ "metricValues" : [
936+ " O"
937+ ]
938+ },
927939 "headers" : {}
928940 },
929941 "type" : " endpoint"
11741186 ],
11751187 "endpoint" : {
11761188 "url" : " https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dnsSuffix}" ,
1177- "properties" : {},
1189+ "properties" : {
1190+ "metricValues" : [
1191+ " O"
1192+ ]
1193+ },
11781194 "headers" : {}
11791195 },
11801196 "type" : " endpoint"
13221338 ],
13231339 "endpoint" : {
13241340 "url" : " https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dnsSuffix}" ,
1325- "properties" : {},
1341+ "properties" : {
1342+ "metricValues" : [
1343+ " O"
1344+ ]
1345+ },
13261346 "headers" : {}
13271347 },
13281348 "type" : " endpoint"
14071427 "conditions" : [],
14081428 "endpoint" : {
14091429 "url" : " https://{AccountId}.ddb.{Region}.{PartitionResult#dnsSuffix}" ,
1410- "properties" : {},
1430+ "properties" : {
1431+ "metricValues" : [
1432+ " O"
1433+ ]
1434+ },
14111435 "headers" : {}
14121436 },
14131437 "type" : " endpoint"
You can’t perform that action at this time.
0 commit comments