Skip to content

Commit 0488b03

Browse files
author
awstools
committed
feat(client-serverlessapplicationrepository): Remove incorrect endpoint tests
1 parent 7ec946d commit 0488b03

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

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

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,6 +1989,7 @@
19891989
"name": "serverlessrepo"
19901990
},
19911991
"aws.protocols#restJson1": {},
1992+
"smithy.api#auth": ["aws.auth#sigv4"],
19921993
"smithy.api#documentation": "<p>The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find\n and deploy serverless applications in the AWS Cloud. For more information about serverless applications,\n see Serverless Computing and Applications on the AWS website.</p><p>The AWS Serverless Application Repository is deeply integrated with the AWS Lambda console, so that developers of \n all levels can get started with serverless computing without needing to learn anything new. You can use category \n keywords to browse for applications such as web and mobile backends, data processing applications, or chatbots. \n You can also search for applications by name, publisher, or event source. To use an application, you simply choose it, \n configure any required fields, and deploy it with a few clicks. </p><p>You can also easily publish applications, sharing them publicly with the community at large, or privately\n within your team or across your organization. To publish a serverless application (or app), you can use the\n AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS SDKs to upload the code. Along with the\n code, you upload a simple manifest file, also known as the AWS Serverless Application Model (AWS SAM) template.\n For more information about AWS SAM, see AWS Serverless Application Model (AWS SAM) on the AWS Labs\n GitHub repository.</p><p>The AWS Serverless Application Repository Developer Guide contains more information about the two developer\n experiences available:</p><ul>\n <li>\n <p>Consuming Applications – Browse for applications and view information about them, including\n source code and readme files. Also install, configure, and deploy applications of your choosing. </p>\n <p>Publishing Applications – Configure and upload applications to make them available to other\n developers, and publish new versions of applications. </p>\n </li>\n </ul>",
19931994
"smithy.api#title": "AWSServerlessApplicationRepository",
19941995
"smithy.rules#endpointRuleSet": {
@@ -2748,17 +2749,6 @@
27482749
"UseDualStack": true
27492750
}
27502751
},
2751-
{
2752-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2753-
"expect": {
2754-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2755-
},
2756-
"params": {
2757-
"Region": "us-iso-east-1",
2758-
"UseFIPS": true,
2759-
"UseDualStack": true
2760-
}
2761-
},
27622752
{
27632753
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
27642754
"expect": {
@@ -2772,17 +2762,6 @@
27722762
"UseDualStack": false
27732763
}
27742764
},
2775-
{
2776-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2777-
"expect": {
2778-
"error": "DualStack is enabled but this partition does not support DualStack"
2779-
},
2780-
"params": {
2781-
"Region": "us-iso-east-1",
2782-
"UseFIPS": false,
2783-
"UseDualStack": true
2784-
}
2785-
},
27862765
{
27872766
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
27882767
"expect": {
@@ -2796,17 +2775,6 @@
27962775
"UseDualStack": false
27972776
}
27982777
},
2799-
{
2800-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2801-
"expect": {
2802-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2803-
},
2804-
"params": {
2805-
"Region": "us-isob-east-1",
2806-
"UseFIPS": true,
2807-
"UseDualStack": true
2808-
}
2809-
},
28102778
{
28112779
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
28122780
"expect": {
@@ -2820,17 +2788,6 @@
28202788
"UseDualStack": false
28212789
}
28222790
},
2823-
{
2824-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2825-
"expect": {
2826-
"error": "DualStack is enabled but this partition does not support DualStack"
2827-
},
2828-
"params": {
2829-
"Region": "us-isob-east-1",
2830-
"UseFIPS": false,
2831-
"UseDualStack": true
2832-
}
2833-
},
28342791
{
28352792
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
28362793
"expect": {

0 commit comments

Comments
 (0)