aws-sdk-appmesh 1.46.0 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -149,6 +149,10 @@ module Aws::AppMesh
149
149
  HttpTimeout = Shapes::StructureShape.new(name: 'HttpTimeout')
150
150
  InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
151
151
  IpPreference = Shapes::StringShape.new(name: 'IpPreference')
152
+ JsonFormat = Shapes::ListShape.new(name: 'JsonFormat')
153
+ JsonFormatRef = Shapes::StructureShape.new(name: 'JsonFormatRef')
154
+ JsonKey = Shapes::StringShape.new(name: 'JsonKey')
155
+ JsonValue = Shapes::StringShape.new(name: 'JsonValue')
152
156
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
153
157
  ListGatewayRoutesInput = Shapes::StructureShape.new(name: 'ListGatewayRoutesInput')
154
158
  ListGatewayRoutesLimit = Shapes::IntegerShape.new(name: 'ListGatewayRoutesLimit')
@@ -174,6 +178,7 @@ module Aws::AppMesh
174
178
  ListVirtualServicesLimit = Shapes::IntegerShape.new(name: 'ListVirtualServicesLimit')
175
179
  ListVirtualServicesOutput = Shapes::StructureShape.new(name: 'ListVirtualServicesOutput')
176
180
  Listener = Shapes::StructureShape.new(name: 'Listener')
181
+ ListenerPort = Shapes::IntegerShape.new(name: 'ListenerPort')
177
182
  ListenerTimeout = Shapes::UnionShape.new(name: 'ListenerTimeout')
178
183
  ListenerTls = Shapes::StructureShape.new(name: 'ListenerTls')
179
184
  ListenerTlsAcmCertificate = Shapes::StructureShape.new(name: 'ListenerTlsAcmCertificate')
@@ -185,6 +190,7 @@ module Aws::AppMesh
185
190
  ListenerTlsValidationContextTrust = Shapes::UnionShape.new(name: 'ListenerTlsValidationContextTrust')
186
191
  Listeners = Shapes::ListShape.new(name: 'Listeners')
187
192
  Logging = Shapes::StructureShape.new(name: 'Logging')
193
+ LoggingFormat = Shapes::UnionShape.new(name: 'LoggingFormat')
188
194
  Long = Shapes::IntegerShape.new(name: 'Long')
189
195
  MatchRange = Shapes::StructureShape.new(name: 'MatchRange')
190
196
  MaxConnections = Shapes::IntegerShape.new(name: 'MaxConnections')
@@ -242,7 +248,9 @@ module Aws::AppMesh
242
248
  TcpRetryPolicyEvents = Shapes::ListShape.new(name: 'TcpRetryPolicyEvents')
243
249
  TcpRoute = Shapes::StructureShape.new(name: 'TcpRoute')
244
250
  TcpRouteAction = Shapes::StructureShape.new(name: 'TcpRouteAction')
251
+ TcpRouteMatch = Shapes::StructureShape.new(name: 'TcpRouteMatch')
245
252
  TcpTimeout = Shapes::StructureShape.new(name: 'TcpTimeout')
253
+ TextFormat = Shapes::StringShape.new(name: 'TextFormat')
246
254
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
247
255
  TlsValidationContext = Shapes::StructureShape.new(name: 'TlsValidationContext')
248
256
  TlsValidationContextAcmTrust = Shapes::StructureShape.new(name: 'TlsValidationContextAcmTrust')
@@ -637,6 +645,7 @@ module Aws::AppMesh
637
645
  EgressFilter.add_member(:type, Shapes::ShapeRef.new(shape: EgressFilterType, required: true, location_name: "type"))
638
646
  EgressFilter.struct_class = Types::EgressFilter
639
647
 
648
+ FileAccessLog.add_member(:format, Shapes::ShapeRef.new(shape: LoggingFormat, location_name: "format"))
640
649
  FileAccessLog.add_member(:path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "path"))
641
650
  FileAccessLog.struct_class = Types::FileAccessLog
642
651
 
@@ -680,6 +689,7 @@ module Aws::AppMesh
680
689
  GatewayRouteStatus.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRouteStatusCode, required: true, location_name: "status"))
681
690
  GatewayRouteStatus.struct_class = Types::GatewayRouteStatus
682
691
 
692
+ GatewayRouteTarget.add_member(:port, Shapes::ShapeRef.new(shape: ListenerPort, location_name: "port"))
683
693
  GatewayRouteTarget.add_member(:virtual_service, Shapes::ShapeRef.new(shape: GatewayRouteVirtualService, required: true, location_name: "virtualService"))
684
694
  GatewayRouteTarget.struct_class = Types::GatewayRouteTarget
685
695
 
@@ -696,6 +706,7 @@ module Aws::AppMesh
696
706
 
697
707
  GrpcGatewayRouteMatch.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameMatch, location_name: "hostname"))
698
708
  GrpcGatewayRouteMatch.add_member(:metadata, Shapes::ShapeRef.new(shape: GrpcGatewayRouteMetadataList, location_name: "metadata"))
709
+ GrpcGatewayRouteMatch.add_member(:port, Shapes::ShapeRef.new(shape: ListenerPort, location_name: "port"))
699
710
  GrpcGatewayRouteMatch.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
700
711
  GrpcGatewayRouteMatch.struct_class = Types::GrpcGatewayRouteMatch
701
712
 
@@ -743,6 +754,7 @@ module Aws::AppMesh
743
754
 
744
755
  GrpcRouteMatch.add_member(:metadata, Shapes::ShapeRef.new(shape: GrpcRouteMetadataList, location_name: "metadata"))
745
756
  GrpcRouteMatch.add_member(:method_name, Shapes::ShapeRef.new(shape: MethodName, location_name: "methodName"))
757
+ GrpcRouteMatch.add_member(:port, Shapes::ShapeRef.new(shape: ListenerPort, location_name: "port"))
746
758
  GrpcRouteMatch.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
747
759
  GrpcRouteMatch.struct_class = Types::GrpcRouteMatch
748
760
 
@@ -813,6 +825,7 @@ module Aws::AppMesh
813
825
  HttpGatewayRouteMatch.add_member(:hostname, Shapes::ShapeRef.new(shape: GatewayRouteHostnameMatch, location_name: "hostname"))
814
826
  HttpGatewayRouteMatch.add_member(:method, Shapes::ShapeRef.new(shape: HttpMethod, location_name: "method"))
815
827
  HttpGatewayRouteMatch.add_member(:path, Shapes::ShapeRef.new(shape: HttpPathMatch, location_name: "path"))
828
+ HttpGatewayRouteMatch.add_member(:port, Shapes::ShapeRef.new(shape: ListenerPort, location_name: "port"))
816
829
  HttpGatewayRouteMatch.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location_name: "prefix"))
817
830
  HttpGatewayRouteMatch.add_member(:query_parameters, Shapes::ShapeRef.new(shape: HttpQueryParameters, location_name: "queryParameters"))
818
831
  HttpGatewayRouteMatch.struct_class = Types::HttpGatewayRouteMatch
@@ -866,6 +879,7 @@ module Aws::AppMesh
866
879
  HttpRouteMatch.add_member(:headers, Shapes::ShapeRef.new(shape: HttpRouteHeaders, location_name: "headers"))
867
880
  HttpRouteMatch.add_member(:method, Shapes::ShapeRef.new(shape: HttpMethod, location_name: "method"))
868
881
  HttpRouteMatch.add_member(:path, Shapes::ShapeRef.new(shape: HttpPathMatch, location_name: "path"))
882
+ HttpRouteMatch.add_member(:port, Shapes::ShapeRef.new(shape: ListenerPort, location_name: "port"))
869
883
  HttpRouteMatch.add_member(:prefix, Shapes::ShapeRef.new(shape: String, location_name: "prefix"))
870
884
  HttpRouteMatch.add_member(:query_parameters, Shapes::ShapeRef.new(shape: HttpQueryParameters, location_name: "queryParameters"))
871
885
  HttpRouteMatch.add_member(:scheme, Shapes::ShapeRef.new(shape: HttpScheme, location_name: "scheme"))
@@ -878,6 +892,12 @@ module Aws::AppMesh
878
892
  InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
879
893
  InternalServerErrorException.struct_class = Types::InternalServerErrorException
880
894
 
895
+ JsonFormat.member = Shapes::ShapeRef.new(shape: JsonFormatRef)
896
+
897
+ JsonFormatRef.add_member(:key, Shapes::ShapeRef.new(shape: JsonKey, required: true, location_name: "key"))
898
+ JsonFormatRef.add_member(:value, Shapes::ShapeRef.new(shape: JsonValue, required: true, location_name: "value"))
899
+ JsonFormatRef.struct_class = Types::JsonFormatRef
900
+
881
901
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
882
902
  LimitExceededException.struct_class = Types::LimitExceededException
883
903
 
@@ -1022,6 +1042,14 @@ module Aws::AppMesh
1022
1042
  Logging.add_member(:access_log, Shapes::ShapeRef.new(shape: AccessLog, location_name: "accessLog"))
1023
1043
  Logging.struct_class = Types::Logging
1024
1044
 
1045
+ LoggingFormat.add_member(:json, Shapes::ShapeRef.new(shape: JsonFormat, location_name: "json"))
1046
+ LoggingFormat.add_member(:text, Shapes::ShapeRef.new(shape: TextFormat, location_name: "text"))
1047
+ LoggingFormat.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1048
+ LoggingFormat.add_member_subclass(:json, Types::LoggingFormat::Json)
1049
+ LoggingFormat.add_member_subclass(:text, Types::LoggingFormat::Text)
1050
+ LoggingFormat.add_member_subclass(:unknown, Types::LoggingFormat::Unknown)
1051
+ LoggingFormat.struct_class = Types::LoggingFormat
1052
+
1025
1053
  MatchRange.add_member(:end, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "end"))
1026
1054
  MatchRange.add_member(:start, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "start"))
1027
1055
  MatchRange.struct_class = Types::MatchRange
@@ -1150,12 +1178,16 @@ module Aws::AppMesh
1150
1178
  TcpRetryPolicyEvents.member = Shapes::ShapeRef.new(shape: TcpRetryPolicyEvent)
1151
1179
 
1152
1180
  TcpRoute.add_member(:action, Shapes::ShapeRef.new(shape: TcpRouteAction, required: true, location_name: "action"))
1181
+ TcpRoute.add_member(:match, Shapes::ShapeRef.new(shape: TcpRouteMatch, location_name: "match"))
1153
1182
  TcpRoute.add_member(:timeout, Shapes::ShapeRef.new(shape: TcpTimeout, location_name: "timeout"))
1154
1183
  TcpRoute.struct_class = Types::TcpRoute
1155
1184
 
1156
1185
  TcpRouteAction.add_member(:weighted_targets, Shapes::ShapeRef.new(shape: WeightedTargets, required: true, location_name: "weightedTargets"))
1157
1186
  TcpRouteAction.struct_class = Types::TcpRouteAction
1158
1187
 
1188
+ TcpRouteMatch.add_member(:port, Shapes::ShapeRef.new(shape: ListenerPort, location_name: "port"))
1189
+ TcpRouteMatch.struct_class = Types::TcpRouteMatch
1190
+
1159
1191
  TcpTimeout.add_member(:idle, Shapes::ShapeRef.new(shape: Duration, location_name: "idle"))
1160
1192
  TcpTimeout.struct_class = Types::TcpTimeout
1161
1193
 
@@ -1323,6 +1355,7 @@ module Aws::AppMesh
1323
1355
  VirtualGatewayData.add_member(:virtual_gateway_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualGatewayName"))
1324
1356
  VirtualGatewayData.struct_class = Types::VirtualGatewayData
1325
1357
 
1358
+ VirtualGatewayFileAccessLog.add_member(:format, Shapes::ShapeRef.new(shape: LoggingFormat, location_name: "format"))
1326
1359
  VirtualGatewayFileAccessLog.add_member(:path, Shapes::ShapeRef.new(shape: FilePath, required: true, location_name: "path"))
1327
1360
  VirtualGatewayFileAccessLog.struct_class = Types::VirtualGatewayFileAccessLog
1328
1361
 
@@ -1567,6 +1600,7 @@ module Aws::AppMesh
1567
1600
  VirtualServiceStatus.add_member(:status, Shapes::ShapeRef.new(shape: VirtualServiceStatusCode, required: true, location_name: "status"))
1568
1601
  VirtualServiceStatus.struct_class = Types::VirtualServiceStatus
1569
1602
 
1603
+ WeightedTarget.add_member(:port, Shapes::ShapeRef.new(shape: ListenerPort, location_name: "port"))
1570
1604
  WeightedTarget.add_member(:virtual_node, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "virtualNode"))
1571
1605
  WeightedTarget.add_member(:weight, Shapes::ShapeRef.new(shape: PercentInt, required: true, location_name: "weight"))
1572
1606
  WeightedTarget.struct_class = Types::WeightedTarget