Skip to content

Commit 656faf7

Browse files
author
awstools
committed
feat(client-pinpoint): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 354b025 commit 656faf7

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

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

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8034,7 +8034,22 @@
80348034
"method": "GET",
80358035
"uri": "/v1/apps/{ApplicationId}",
80368036
"code": 200
8037-
}
8037+
},
8038+
"smithy.test#smokeTests": [
8039+
{
8040+
"id": "GetAppFailure",
8041+
"params": {
8042+
"ApplicationId": "InvalidApplicationId"
8043+
},
8044+
"vendorParams": {
8045+
"region": "us-west-2"
8046+
},
8047+
"vendorParamsShape": "aws.test#AwsVendorParams",
8048+
"expect": {
8049+
"failure": {}
8050+
}
8051+
}
8052+
]
80388053
}
80398054
},
80408055
"com.amazonaws.pinpoint#GetAppRequest": {
@@ -8286,7 +8301,20 @@
82868301
"method": "GET",
82878302
"uri": "/v1/apps",
82888303
"code": 200
8289-
}
8304+
},
8305+
"smithy.test#smokeTests": [
8306+
{
8307+
"id": "GetAppsSuccess",
8308+
"params": {},
8309+
"vendorParams": {
8310+
"region": "us-west-2"
8311+
},
8312+
"vendorParamsShape": "aws.test#AwsVendorParams",
8313+
"expect": {
8314+
"success": {}
8315+
}
8316+
}
8317+
]
82908318
}
82918319
},
82928320
"com.amazonaws.pinpoint#GetAppsRequest": {
@@ -15202,6 +15230,7 @@
1520215230
"name": "mobiletargeting"
1520315231
},
1520415232
"aws.protocols#restJson1": {},
15233+
"smithy.api#auth": ["aws.auth#sigv4"],
1520515234
"smithy.api#documentation": "<p>Doc Engage API - Amazon Pinpoint API</p>",
1520615235
"smithy.api#title": "Amazon Pinpoint",
1520715236
"smithy.rules#endpointRuleSet": {

0 commit comments

Comments
 (0)