Skip to content

Commit ffb8944

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent eeb99c7 commit ffb8944

File tree

8 files changed

+1088
-742
lines changed

8 files changed

+1088
-742
lines changed

codegen/sdk-codegen/aws-models/api-gateway.json

Lines changed: 694 additions & 600 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/apprunner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
"CodeConfiguration": {
550550
"target": "com.amazonaws.apprunner#CodeConfiguration",
551551
"traits": {
552-
"smithy.api#documentation": "<p>Configuration for building and running the service from a source code repository.</p>"
552+
"smithy.api#documentation": "<p>Configuration for building and running the service from a source code repository.</p>\n <note>\n <p>\n <code>CodeConfiguration</code> is required only for <code>CreateService</code> request.</p>\n </note>"
553553
}
554554
}
555555
},
@@ -1026,7 +1026,7 @@
10261026
"Subnets": {
10271027
"target": "com.amazonaws.apprunner#StringList",
10281028
"traits": {
1029-
"smithy.api#documentation": "<p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single\n Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>",
1029+
"smithy.api#documentation": "<p>A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single\n Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.</p>\n <note>\n <p>\n App Runner currently only provides support for IPv4.\n </p>\n </note>",
10301030
"smithy.api#required": {}
10311031
}
10321032
},

codegen/sdk-codegen/aws-models/cloudformation.json

Lines changed: 76 additions & 49 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/fsx.json

Lines changed: 76 additions & 4 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/lookoutmetrics.json

Lines changed: 127 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,106 @@
728728
"smithy.api#pattern": "^arn:([a-z\\d-]+):.*:.*:.*:.+$"
729729
}
730730
},
731+
"com.amazonaws.lookoutmetrics#AthenaDataCatalog": {
732+
"type": "string",
733+
"traits": {
734+
"smithy.api#length": {
735+
"min": 1,
736+
"max": 256
737+
},
738+
"smithy.api#pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*$"
739+
}
740+
},
741+
"com.amazonaws.lookoutmetrics#AthenaDatabaseName": {
742+
"type": "string",
743+
"traits": {
744+
"smithy.api#length": {
745+
"min": 1,
746+
"max": 255
747+
},
748+
"smithy.api#pattern": "^[a-zA-Z0-9_]+$"
749+
}
750+
},
751+
"com.amazonaws.lookoutmetrics#AthenaS3ResultsPath": {
752+
"type": "string",
753+
"traits": {
754+
"smithy.api#length": {
755+
"min": 0,
756+
"max": 1024
757+
},
758+
"smithy.api#pattern": "^s3://[a-z0-9].+$"
759+
}
760+
},
761+
"com.amazonaws.lookoutmetrics#AthenaSourceConfig": {
762+
"type": "structure",
763+
"members": {
764+
"RoleArn": {
765+
"target": "com.amazonaws.lookoutmetrics#Arn",
766+
"traits": {
767+
"smithy.api#documentation": "<p>An IAM role that gives Amazon Lookout for Metrics permission to access the data.</p>"
768+
}
769+
},
770+
"DatabaseName": {
771+
"target": "com.amazonaws.lookoutmetrics#AthenaDatabaseName",
772+
"traits": {
773+
"smithy.api#documentation": "<p>The database's name.</p>"
774+
}
775+
},
776+
"DataCatalog": {
777+
"target": "com.amazonaws.lookoutmetrics#AthenaDataCatalog",
778+
"traits": {
779+
"smithy.api#documentation": "<p>The database's data catalog.</p>"
780+
}
781+
},
782+
"TableName": {
783+
"target": "com.amazonaws.lookoutmetrics#AthenaTableName",
784+
"traits": {
785+
"smithy.api#documentation": "<p>The database's table name.</p>"
786+
}
787+
},
788+
"WorkGroupName": {
789+
"target": "com.amazonaws.lookoutmetrics#AthenaWorkGroupName",
790+
"traits": {
791+
"smithy.api#documentation": "<p>The database's work group name.</p>"
792+
}
793+
},
794+
"S3ResultsPath": {
795+
"target": "com.amazonaws.lookoutmetrics#AthenaS3ResultsPath",
796+
"traits": {
797+
"smithy.api#documentation": "<p>The database's results path.</p>"
798+
}
799+
},
800+
"BackTestConfiguration": {
801+
"target": "com.amazonaws.lookoutmetrics#BackTestConfiguration",
802+
"traits": {
803+
"smithy.api#documentation": "<p>Settings for backtest mode.</p>"
804+
}
805+
}
806+
},
807+
"traits": {
808+
"smithy.api#documentation": "<p>Details about an Amazon Athena datasource.</p>"
809+
}
810+
},
811+
"com.amazonaws.lookoutmetrics#AthenaTableName": {
812+
"type": "string",
813+
"traits": {
814+
"smithy.api#length": {
815+
"min": 1,
816+
"max": 128
817+
},
818+
"smithy.api#pattern": "^[a-zA-Z0-9_]+$"
819+
}
820+
},
821+
"com.amazonaws.lookoutmetrics#AthenaWorkGroupName": {
822+
"type": "string",
823+
"traits": {
824+
"smithy.api#length": {
825+
"min": 1,
826+
"max": 128
827+
},
828+
"smithy.api#pattern": "^[a-zA-Z0-9._-]{1,128}$"
829+
}
830+
},
731831
"com.amazonaws.lookoutmetrics#AttributeValue": {
732832
"type": "structure",
733833
"members": {
@@ -856,6 +956,21 @@
856956
"type": "structure",
857957
"members": {}
858958
},
959+
"com.amazonaws.lookoutmetrics#BackTestConfiguration": {
960+
"type": "structure",
961+
"members": {
962+
"RunBackTestMode": {
963+
"target": "com.amazonaws.lookoutmetrics#Boolean",
964+
"traits": {
965+
"smithy.api#documentation": "<p>Run a backtest instead of monitoring new data.</p>",
966+
"smithy.api#required": {}
967+
}
968+
}
969+
},
970+
"traits": {
971+
"smithy.api#documentation": "<p>Settings for backtest mode.</p>"
972+
}
973+
},
859974
"com.amazonaws.lookoutmetrics#BinaryAttributeValue": {
860975
"type": "string"
861976
},
@@ -3618,30 +3733,36 @@
36183733
"AppFlowConfig": {
36193734
"target": "com.amazonaws.lookoutmetrics#AppFlowConfig",
36203735
"traits": {
3621-
"smithy.api#documentation": "<p>An object containing information about the AppFlow configuration.</p>"
3736+
"smithy.api#documentation": "<p>Details about an AppFlow datasource.</p>"
36223737
}
36233738
},
36243739
"CloudWatchConfig": {
36253740
"target": "com.amazonaws.lookoutmetrics#CloudWatchConfig",
36263741
"traits": {
3627-
"smithy.api#documentation": "<p>An object containing information about the Amazon CloudWatch monitoring configuration.</p>"
3742+
"smithy.api#documentation": "<p>Details about an Amazon CloudWatch monitoring datasource.</p>"
36283743
}
36293744
},
36303745
"RDSSourceConfig": {
36313746
"target": "com.amazonaws.lookoutmetrics#RDSSourceConfig",
36323747
"traits": {
3633-
"smithy.api#documentation": "<p>An object containing information about the Amazon Relational Database Service (RDS) configuration.</p>"
3748+
"smithy.api#documentation": "<p>Details about an Amazon Relational Database Service (RDS) datasource.</p>"
36343749
}
36353750
},
36363751
"RedshiftSourceConfig": {
36373752
"target": "com.amazonaws.lookoutmetrics#RedshiftSourceConfig",
36383753
"traits": {
3639-
"smithy.api#documentation": "<p>An object containing information about the Amazon Redshift database configuration.</p>"
3754+
"smithy.api#documentation": "<p>Details about an Amazon Redshift database datasource.</p>"
3755+
}
3756+
},
3757+
"AthenaSourceConfig": {
3758+
"target": "com.amazonaws.lookoutmetrics#AthenaSourceConfig",
3759+
"traits": {
3760+
"smithy.api#documentation": "<p>Details about an Amazon Athena datasource.</p>"
36403761
}
36413762
}
36423763
},
36433764
"traits": {
3644-
"smithy.api#documentation": "<p>Contains information about source data used to generate a metric.</p>"
3765+
"smithy.api#documentation": "<p>Contains information about source data used to generate metrics.</p>"
36453766
}
36463767
},
36473768
"com.amazonaws.lookoutmetrics#MetricValue": {
@@ -4029,7 +4150,7 @@
40294150
"SnsFormat": {
40304151
"target": "com.amazonaws.lookoutmetrics#SnsFormat",
40314152
"traits": {
4032-
"smithy.api#documentation": "<p>The text format for alerts.</p>"
4153+
"smithy.api#documentation": "<p>The format of the SNS topic.</p>"
40334154
}
40344155
}
40354156
},

0 commit comments

Comments
 (0)