File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
clients/client-s3outposts/src
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ export interface ListOutpostsWithS3CommandOutput extends ListOutpostsWithS3Resul
56
56
* // Outposts: [ // Outposts
57
57
* // { // Outpost
58
58
* // OutpostArn: "STRING_VALUE",
59
+ * // S3OutpostArn: "STRING_VALUE",
59
60
* // OutpostId: "STRING_VALUE",
60
61
* // OwnerId: "STRING_VALUE",
61
62
* // CapacityInBytes: Number("long"),
Original file line number Diff line number Diff line change @@ -439,6 +439,12 @@ export interface Outpost {
439
439
*/
440
440
OutpostArn ?: string ;
441
441
442
+ /**
443
+ * @public
444
+ * <p>Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).</p>
445
+ */
446
+ S3OutpostArn ?: string ;
447
+
442
448
/**
443
449
* @public
444
450
* <p>Specifies the unique identifier for the outpost.</p>
Original file line number Diff line number Diff line change 733
733
"smithy.api#documentation" : " <p>Specifies the unique Amazon Resource Name (ARN) for the outpost.</p>"
734
734
}
735
735
},
736
+ "S3OutpostArn" : {
737
+ "target" : " com.amazonaws.s3outposts#S3OutpostArn" ,
738
+ "traits" : {
739
+ "smithy.api#documentation" : " <p>Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).</p>"
740
+ }
741
+ },
736
742
"OutpostId" : {
737
743
"target" : " com.amazonaws.s3outposts#OutpostId" ,
738
744
"traits" : {
801
807
"smithy.api#httpError" : 404
802
808
}
803
809
},
810
+ "com.amazonaws.s3outposts#S3OutpostArn" : {
811
+ "type" : " string" ,
812
+ "traits" : {
813
+ "smithy.api#pattern" : " ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3-outposts:[a-z\\ -0-9]*:[0-9]{12}:outpost/(op-[a-f0-9]{17}|\\ d{12})/s3$"
814
+ }
815
+ },
804
816
"com.amazonaws.s3outposts#S3Outposts" : {
805
817
"type" : " service" ,
806
818
"version" : " 2017-07-25" ,
You can’t perform that action at this time.
0 commit comments