File tree 4 files changed +53
-12
lines changed
clients/client-opensearchserverless/src
codegen/sdk-codegen/aws-models 4 files changed +53
-12
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ export interface BatchGetCollectionCommandOutput extends BatchGetCollectionRespo
66
66
* // lastModifiedDate: Number("long"),
67
67
* // collectionEndpoint: "STRING_VALUE",
68
68
* // dashboardEndpoint: "STRING_VALUE",
69
+ * // failureCode: "STRING_VALUE",
70
+ * // failureMessage: "STRING_VALUE",
69
71
* // },
70
72
* // ],
71
73
* // collectionErrorDetails: [ // CollectionErrorDetails
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ export interface BatchGetVpcEndpointCommandOutput extends BatchGetVpcEndpointRes
62
62
* // ],
63
63
* // status: "STRING_VALUE",
64
64
* // createdDate: Number("long"),
65
+ * // failureCode: "STRING_VALUE",
66
+ * // failureMessage: "STRING_VALUE",
65
67
* // },
66
68
* // ],
67
69
* // vpcEndpointErrorDetails: [ // VpcEndpointErrorDetails
Original file line number Diff line number Diff line change @@ -666,6 +666,18 @@ export interface CollectionDetail {
666
666
* @public
667
667
*/
668
668
dashboardEndpoint ?: string ;
669
+
670
+ /**
671
+ * <p>A failure code associated with the request.</p>
672
+ * @public
673
+ */
674
+ failureCode ?: string ;
675
+
676
+ /**
677
+ * <p>A message associated with the failure code.</p>
678
+ * @public
679
+ */
680
+ failureMessage ?: string ;
669
681
}
670
682
671
683
/**
@@ -1080,6 +1092,18 @@ export interface VpcEndpointDetail {
1080
1092
* @public
1081
1093
*/
1082
1094
createdDate ?: number ;
1095
+
1096
+ /**
1097
+ * <p>A failure code associated with the request.</p>
1098
+ * @public
1099
+ */
1100
+ failureCode ?: string ;
1101
+
1102
+ /**
1103
+ * <p>A message associated with the failure code.</p>
1104
+ * @public
1105
+ */
1106
+ failureMessage ?: string ;
1083
1107
}
1084
1108
1085
1109
/**
Original file line number Diff line number Diff line change 526
526
"traits" : {
527
527
"smithy.api#documentation" : " <p>Collection-specific endpoint used to access OpenSearch Dashboards.</p>"
528
528
}
529
+ },
530
+ "failureCode" : {
531
+ "target" : " smithy.api#String" ,
532
+ "traits" : {
533
+ "smithy.api#documentation" : " <p>A failure code associated with the request.</p>"
534
+ }
535
+ },
536
+ "failureMessage" : {
537
+ "target" : " smithy.api#String" ,
538
+ "traits" : {
539
+ "smithy.api#documentation" : " <p>A message associated with the failure code.</p>"
540
+ }
529
541
}
530
542
},
531
543
"traits" : {
3622
3634
"expect" : {
3623
3635
"error" : " Invalid Configuration: Missing Region"
3624
3636
}
3625
- },
3626
- {
3627
- "documentation" : " Partition doesn't support DualStack" ,
3628
- "expect" : {
3629
- "error" : " DualStack is enabled but this partition does not support DualStack"
3630
- },
3631
- "params" : {
3632
- "Region" : " us-isob-east-1" ,
3633
- "UseFIPS" : false ,
3634
- "UseDualStack" : true
3635
- }
3636
3637
}
3637
3638
],
3638
3639
"version" : " 1.0"
3690
3691
"com.amazonaws.opensearchserverless#ResourceName" : {
3691
3692
"type" : " string" ,
3692
3693
"traits" : {
3693
- "smithy.api#pattern" : " ^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\ -_a-z;0-9&$%]*| \\ * )$"
3694
+ "smithy.api#pattern" : " ^index/[a-z][a-z0-9-]{3,32}/([a-z;0-9&$%][+.~=\\ -_a-z;0-9&$%]*)$"
3694
3695
}
3695
3696
},
3696
3697
"com.amazonaws.opensearchserverless#ResourceNotFoundException" : {
5061
5062
"traits" : {
5062
5063
"smithy.api#documentation" : " <p>The date the endpoint was created.</p>"
5063
5064
}
5065
+ },
5066
+ "failureCode" : {
5067
+ "target" : " smithy.api#String" ,
5068
+ "traits" : {
5069
+ "smithy.api#documentation" : " <p>A failure code associated with the request.</p>"
5070
+ }
5071
+ },
5072
+ "failureMessage" : {
5073
+ "target" : " smithy.api#String" ,
5074
+ "traits" : {
5075
+ "smithy.api#documentation" : " <p>A message associated with the failure code.</p>"
5076
+ }
5064
5077
}
5065
5078
},
5066
5079
"traits" : {
You can’t perform that action at this time.
0 commit comments