1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2022-11-30", 5 "endpointPrefix":"vpc-lattice", 6 "jsonVersion":"1.1", 7 "protocol":"rest-json", 8 "serviceFullName":"Amazon VPC Lattice", 9 "serviceId":"VPC Lattice", 10 "signatureVersion":"v4", 11 "signingName":"vpc-lattice", 12 "uid":"vpc-lattice-2022-11-30" 13 }, 14 "operations":{ 15 "BatchUpdateRule":{ 16 "name":"BatchUpdateRule", 17 "http":{ 18 "method":"PATCH", 19 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 20 "responseCode":200 21 }, 22 "input":{"shape":"BatchUpdateRuleRequest"}, 23 "output":{"shape":"BatchUpdateRuleResponse"}, 24 "errors":[ 25 {"shape":"ValidationException"}, 26 {"shape":"AccessDeniedException"}, 27 {"shape":"ThrottlingException"}, 28 {"shape":"ResourceNotFoundException"}, 29 {"shape":"ConflictException"}, 30 {"shape":"InternalServerException"} 31 ], 32 "documentation":"<p>Updates the listener rules in a batch. You can use this operation to change the priority of listener rules. This can be useful when bulk updating or swapping rule priority. </p>", 33 "idempotent":true 34 }, 35 "CreateAccessLogSubscription":{ 36 "name":"CreateAccessLogSubscription", 37 "http":{ 38 "method":"POST", 39 "requestUri":"/accesslogsubscriptions", 40 "responseCode":201 41 }, 42 "input":{"shape":"CreateAccessLogSubscriptionRequest"}, 43 "output":{"shape":"CreateAccessLogSubscriptionResponse"}, 44 "errors":[ 45 {"shape":"ValidationException"}, 46 {"shape":"AccessDeniedException"}, 47 {"shape":"ThrottlingException"}, 48 {"shape":"ResourceNotFoundException"}, 49 {"shape":"ConflictException"}, 50 {"shape":"InternalServerException"} 51 ], 52 "documentation":"<p>Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner can use the access logs to audit the services in the network. The service network owner will only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/monitoring-access-logs.html\">Access logs</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 53 "idempotent":true 54 }, 55 "CreateListener":{ 56 "name":"CreateListener", 57 "http":{ 58 "method":"POST", 59 "requestUri":"/services/{serviceIdentifier}/listeners", 60 "responseCode":201 61 }, 62 "input":{"shape":"CreateListenerRequest"}, 63 "output":{"shape":"CreateListenerResponse"}, 64 "errors":[ 65 {"shape":"ValidationException"}, 66 {"shape":"AccessDeniedException"}, 67 {"shape":"ThrottlingException"}, 68 {"shape":"ResourceNotFoundException"}, 69 {"shape":"ConflictException"}, 70 {"shape":"ServiceQuotaExceededException"}, 71 {"shape":"InternalServerException"} 72 ], 73 "documentation":"<p>Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html\">Listeners</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 74 "idempotent":true 75 }, 76 "CreateRule":{ 77 "name":"CreateRule", 78 "http":{ 79 "method":"POST", 80 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 81 "responseCode":201 82 }, 83 "input":{"shape":"CreateRuleRequest"}, 84 "output":{"shape":"CreateRuleResponse"}, 85 "errors":[ 86 {"shape":"ValidationException"}, 87 {"shape":"AccessDeniedException"}, 88 {"shape":"ThrottlingException"}, 89 {"shape":"ResourceNotFoundException"}, 90 {"shape":"ConflictException"}, 91 {"shape":"ServiceQuotaExceededException"}, 92 {"shape":"InternalServerException"} 93 ], 94 "documentation":"<p>Creates a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules\">Listener rules</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 95 "idempotent":true 96 }, 97 "CreateService":{ 98 "name":"CreateService", 99 "http":{ 100 "method":"POST", 101 "requestUri":"/services", 102 "responseCode":201 103 }, 104 "input":{"shape":"CreateServiceRequest"}, 105 "output":{"shape":"CreateServiceResponse"}, 106 "errors":[ 107 {"shape":"ValidationException"}, 108 {"shape":"AccessDeniedException"}, 109 {"shape":"ThrottlingException"}, 110 {"shape":"ResourceNotFoundException"}, 111 {"shape":"ConflictException"}, 112 {"shape":"ServiceQuotaExceededException"}, 113 {"shape":"InternalServerException"} 114 ], 115 "documentation":"<p>Creates a service. A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html\">Services</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 116 "idempotent":true 117 }, 118 "CreateServiceNetwork":{ 119 "name":"CreateServiceNetwork", 120 "http":{ 121 "method":"POST", 122 "requestUri":"/servicenetworks", 123 "responseCode":201 124 }, 125 "input":{"shape":"CreateServiceNetworkRequest"}, 126 "output":{"shape":"CreateServiceNetworkResponse"}, 127 "errors":[ 128 {"shape":"ValidationException"}, 129 {"shape":"AccessDeniedException"}, 130 {"shape":"ThrottlingException"}, 131 {"shape":"ResourceNotFoundException"}, 132 {"shape":"ConflictException"}, 133 {"shape":"ServiceQuotaExceededException"}, 134 {"shape":"InternalServerException"} 135 ], 136 "documentation":"<p>Creates a service network. A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html\">Service networks</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 137 "idempotent":true 138 }, 139 "CreateServiceNetworkServiceAssociation":{ 140 "name":"CreateServiceNetworkServiceAssociation", 141 "http":{ 142 "method":"POST", 143 "requestUri":"/servicenetworkserviceassociations", 144 "responseCode":200 145 }, 146 "input":{"shape":"CreateServiceNetworkServiceAssociationRequest"}, 147 "output":{"shape":"CreateServiceNetworkServiceAssociationResponse"}, 148 "errors":[ 149 {"shape":"ValidationException"}, 150 {"shape":"AccessDeniedException"}, 151 {"shape":"ThrottlingException"}, 152 {"shape":"ResourceNotFoundException"}, 153 {"shape":"ConflictException"}, 154 {"shape":"ServiceQuotaExceededException"}, 155 {"shape":"InternalServerException"} 156 ], 157 "documentation":"<p>Associates a service with a service network.</p> <p>You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.</p> <p>You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.</p> <p>As a result of this operation, the association is created in the service network account and the association owner account.</p>", 158 "idempotent":true 159 }, 160 "CreateServiceNetworkVpcAssociation":{ 161 "name":"CreateServiceNetworkVpcAssociation", 162 "http":{ 163 "method":"POST", 164 "requestUri":"/servicenetworkvpcassociations", 165 "responseCode":200 166 }, 167 "input":{"shape":"CreateServiceNetworkVpcAssociationRequest"}, 168 "output":{"shape":"CreateServiceNetworkVpcAssociationResponse"}, 169 "errors":[ 170 {"shape":"ValidationException"}, 171 {"shape":"AccessDeniedException"}, 172 {"shape":"ThrottlingException"}, 173 {"shape":"ResourceNotFoundException"}, 174 {"shape":"ConflictException"}, 175 {"shape":"ServiceQuotaExceededException"}, 176 {"shape":"InternalServerException"} 177 ], 178 "documentation":"<p>Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-vpc-associations\">Manage VPC associations</a> in the <i>Amazon VPC Lattice User Guide</i>.</p> <p>You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it.</p> <p>As a result of this operation, the association gets created in the service network account and the VPC owner account.</p> <p>Once a security group is added to the VPC association it cannot be removed. You can add or update the security groups being used for the VPC association once a security group is attached. To remove all security groups you must reassociate the VPC.</p>", 179 "idempotent":true 180 }, 181 "CreateTargetGroup":{ 182 "name":"CreateTargetGroup", 183 "http":{ 184 "method":"POST", 185 "requestUri":"/targetgroups", 186 "responseCode":201 187 }, 188 "input":{"shape":"CreateTargetGroupRequest"}, 189 "output":{"shape":"CreateTargetGroupResponse"}, 190 "errors":[ 191 {"shape":"ValidationException"}, 192 {"shape":"AccessDeniedException"}, 193 {"shape":"ThrottlingException"}, 194 {"shape":"ResourceNotFoundException"}, 195 {"shape":"ConflictException"}, 196 {"shape":"ServiceQuotaExceededException"}, 197 {"shape":"InternalServerException"} 198 ], 199 "documentation":"<p>Creates a target group. A target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html\">Target groups</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 200 "idempotent":true 201 }, 202 "DeleteAccessLogSubscription":{ 203 "name":"DeleteAccessLogSubscription", 204 "http":{ 205 "method":"DELETE", 206 "requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 207 "responseCode":204 208 }, 209 "input":{"shape":"DeleteAccessLogSubscriptionRequest"}, 210 "output":{"shape":"DeleteAccessLogSubscriptionResponse"}, 211 "errors":[ 212 {"shape":"ValidationException"}, 213 {"shape":"AccessDeniedException"}, 214 {"shape":"ThrottlingException"}, 215 {"shape":"ResourceNotFoundException"}, 216 {"shape":"InternalServerException"} 217 ], 218 "documentation":"<p>Deletes the specified access log subscription.</p>", 219 "idempotent":true 220 }, 221 "DeleteAuthPolicy":{ 222 "name":"DeleteAuthPolicy", 223 "http":{ 224 "method":"DELETE", 225 "requestUri":"/authpolicy/{resourceIdentifier}", 226 "responseCode":204 227 }, 228 "input":{"shape":"DeleteAuthPolicyRequest"}, 229 "output":{"shape":"DeleteAuthPolicyResponse"}, 230 "errors":[ 231 {"shape":"ValidationException"}, 232 {"shape":"AccessDeniedException"}, 233 {"shape":"ThrottlingException"}, 234 {"shape":"ResourceNotFoundException"}, 235 {"shape":"InternalServerException"} 236 ], 237 "documentation":"<p>Deletes the specified auth policy. If an auth is set to <code>Amazon Web Services_IAM</code> and the auth policy is deleted, all requests will be denied by default. If you are trying to remove the auth policy completely, you must set the auth_type to <code>NONE</code>. If auth is enabled on the resource, but no auth policy is set, all requests will be denied.</p>", 238 "idempotent":true 239 }, 240 "DeleteListener":{ 241 "name":"DeleteListener", 242 "http":{ 243 "method":"DELETE", 244 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 245 "responseCode":204 246 }, 247 "input":{"shape":"DeleteListenerRequest"}, 248 "output":{"shape":"DeleteListenerResponse"}, 249 "errors":[ 250 {"shape":"ValidationException"}, 251 {"shape":"AccessDeniedException"}, 252 {"shape":"ThrottlingException"}, 253 {"shape":"ResourceNotFoundException"}, 254 {"shape":"ConflictException"}, 255 {"shape":"InternalServerException"} 256 ], 257 "documentation":"<p>Deletes the specified listener.</p>", 258 "idempotent":true 259 }, 260 "DeleteResourcePolicy":{ 261 "name":"DeleteResourcePolicy", 262 "http":{ 263 "method":"DELETE", 264 "requestUri":"/resourcepolicy/{resourceArn}", 265 "responseCode":204 266 }, 267 "input":{"shape":"DeleteResourcePolicyRequest"}, 268 "output":{"shape":"DeleteResourcePolicyResponse"}, 269 "errors":[ 270 {"shape":"ValidationException"}, 271 {"shape":"AccessDeniedException"}, 272 {"shape":"ThrottlingException"}, 273 {"shape":"ResourceNotFoundException"}, 274 {"shape":"InternalServerException"} 275 ], 276 "documentation":"<p>Deletes the specified resource policy.</p>", 277 "idempotent":true 278 }, 279 "DeleteRule":{ 280 "name":"DeleteRule", 281 "http":{ 282 "method":"DELETE", 283 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 284 "responseCode":204 285 }, 286 "input":{"shape":"DeleteRuleRequest"}, 287 "output":{"shape":"DeleteRuleResponse"}, 288 "errors":[ 289 {"shape":"ValidationException"}, 290 {"shape":"AccessDeniedException"}, 291 {"shape":"ThrottlingException"}, 292 {"shape":"ResourceNotFoundException"}, 293 {"shape":"ConflictException"}, 294 {"shape":"InternalServerException"} 295 ], 296 "documentation":"<p>Deletes a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. You can delete additional listener rules, but you cannot delete the default rule.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules\">Listener rules</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 297 "idempotent":true 298 }, 299 "DeleteService":{ 300 "name":"DeleteService", 301 "http":{ 302 "method":"DELETE", 303 "requestUri":"/services/{serviceIdentifier}", 304 "responseCode":200 305 }, 306 "input":{"shape":"DeleteServiceRequest"}, 307 "output":{"shape":"DeleteServiceResponse"}, 308 "errors":[ 309 {"shape":"ValidationException"}, 310 {"shape":"AccessDeniedException"}, 311 {"shape":"ThrottlingException"}, 312 {"shape":"ResourceNotFoundException"}, 313 {"shape":"ConflictException"}, 314 {"shape":"InternalServerException"} 315 ], 316 "documentation":"<p>Deletes a service. A service can't be deleted if it's associated with a service network. If you delete a service, all resources related to the service, such as the resource policy, auth policy, listeners, listener rules, and access log subscriptions, are also deleted. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html#delete-service\">Delete a service</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 317 "idempotent":true 318 }, 319 "DeleteServiceNetwork":{ 320 "name":"DeleteServiceNetwork", 321 "http":{ 322 "method":"DELETE", 323 "requestUri":"/servicenetworks/{serviceNetworkIdentifier}", 324 "responseCode":204 325 }, 326 "input":{"shape":"DeleteServiceNetworkRequest"}, 327 "output":{"shape":"DeleteServiceNetworkResponse"}, 328 "errors":[ 329 {"shape":"ValidationException"}, 330 {"shape":"AccessDeniedException"}, 331 {"shape":"ThrottlingException"}, 332 {"shape":"ResourceNotFoundException"}, 333 {"shape":"ConflictException"}, 334 {"shape":"InternalServerException"} 335 ], 336 "documentation":"<p>Deletes a service network. You can only delete the service network if there is no service or VPC associated with it. If you delete a service network, all resources related to the service network, such as the resource policy, auth policy, and access log subscriptions, are also deleted. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#delete-service-network\">Delete a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>", 337 "idempotent":true 338 }, 339 "DeleteServiceNetworkServiceAssociation":{ 340 "name":"DeleteServiceNetworkServiceAssociation", 341 "http":{ 342 "method":"DELETE", 343 "requestUri":"/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}", 344 "responseCode":200 345 }, 346 "input":{"shape":"DeleteServiceNetworkServiceAssociationRequest"}, 347 "output":{"shape":"DeleteServiceNetworkServiceAssociationResponse"}, 348 "errors":[ 349 {"shape":"ValidationException"}, 350 {"shape":"AccessDeniedException"}, 351 {"shape":"ThrottlingException"}, 352 {"shape":"ResourceNotFoundException"}, 353 {"shape":"ConflictException"}, 354 {"shape":"InternalServerException"} 355 ], 356 "documentation":"<p>Deletes the association between a specified service and the specific service network. This request will fail if an association is still in progress.</p>", 357 "idempotent":true 358 }, 359 "DeleteServiceNetworkVpcAssociation":{ 360 "name":"DeleteServiceNetworkVpcAssociation", 361 "http":{ 362 "method":"DELETE", 363 "requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 364 "responseCode":200 365 }, 366 "input":{"shape":"DeleteServiceNetworkVpcAssociationRequest"}, 367 "output":{"shape":"DeleteServiceNetworkVpcAssociationResponse"}, 368 "errors":[ 369 {"shape":"ValidationException"}, 370 {"shape":"AccessDeniedException"}, 371 {"shape":"ThrottlingException"}, 372 {"shape":"ResourceNotFoundException"}, 373 {"shape":"ConflictException"}, 374 {"shape":"InternalServerException"} 375 ], 376 "documentation":"<p>Disassociates the VPC from the service network. You can't disassociate the VPC if there is a create or update association in progress.</p>", 377 "idempotent":true 378 }, 379 "DeleteTargetGroup":{ 380 "name":"DeleteTargetGroup", 381 "http":{ 382 "method":"DELETE", 383 "requestUri":"/targetgroups/{targetGroupIdentifier}", 384 "responseCode":200 385 }, 386 "input":{"shape":"DeleteTargetGroupRequest"}, 387 "output":{"shape":"DeleteTargetGroupResponse"}, 388 "errors":[ 389 {"shape":"ValidationException"}, 390 {"shape":"ThrottlingException"}, 391 {"shape":"ResourceNotFoundException"}, 392 {"shape":"ConflictException"}, 393 {"shape":"InternalServerException"} 394 ], 395 "documentation":"<p>Deletes a target group. You can't delete a target group if it is used in a listener rule or if the target group creation is in progress.</p>", 396 "idempotent":true 397 }, 398 "DeregisterTargets":{ 399 "name":"DeregisterTargets", 400 "http":{ 401 "method":"POST", 402 "requestUri":"/targetgroups/{targetGroupIdentifier}/deregistertargets", 403 "responseCode":200 404 }, 405 "input":{"shape":"DeregisterTargetsRequest"}, 406 "output":{"shape":"DeregisterTargetsResponse"}, 407 "errors":[ 408 {"shape":"ValidationException"}, 409 {"shape":"AccessDeniedException"}, 410 {"shape":"ThrottlingException"}, 411 {"shape":"ResourceNotFoundException"}, 412 {"shape":"ConflictException"}, 413 {"shape":"InternalServerException"} 414 ], 415 "documentation":"<p>Deregisters the specified targets from the specified target group.</p>", 416 "idempotent":true 417 }, 418 "GetAccessLogSubscription":{ 419 "name":"GetAccessLogSubscription", 420 "http":{ 421 "method":"GET", 422 "requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 423 "responseCode":200 424 }, 425 "input":{"shape":"GetAccessLogSubscriptionRequest"}, 426 "output":{"shape":"GetAccessLogSubscriptionResponse"}, 427 "errors":[ 428 {"shape":"ValidationException"}, 429 {"shape":"AccessDeniedException"}, 430 {"shape":"ThrottlingException"}, 431 {"shape":"ResourceNotFoundException"}, 432 {"shape":"InternalServerException"} 433 ], 434 "documentation":"<p>Retrieves information about the specified access log subscription.</p>" 435 }, 436 "GetAuthPolicy":{ 437 "name":"GetAuthPolicy", 438 "http":{ 439 "method":"GET", 440 "requestUri":"/authpolicy/{resourceIdentifier}", 441 "responseCode":200 442 }, 443 "input":{"shape":"GetAuthPolicyRequest"}, 444 "output":{"shape":"GetAuthPolicyResponse"}, 445 "errors":[ 446 {"shape":"ValidationException"}, 447 {"shape":"AccessDeniedException"}, 448 {"shape":"ThrottlingException"}, 449 {"shape":"ResourceNotFoundException"}, 450 {"shape":"InternalServerException"} 451 ], 452 "documentation":"<p>Retrieves information about the auth policy for the specified service or service network.</p>" 453 }, 454 "GetListener":{ 455 "name":"GetListener", 456 "http":{ 457 "method":"GET", 458 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 459 "responseCode":200 460 }, 461 "input":{"shape":"GetListenerRequest"}, 462 "output":{"shape":"GetListenerResponse"}, 463 "errors":[ 464 {"shape":"ValidationException"}, 465 {"shape":"AccessDeniedException"}, 466 {"shape":"ThrottlingException"}, 467 {"shape":"ResourceNotFoundException"}, 468 {"shape":"InternalServerException"} 469 ], 470 "documentation":"<p>Retrieves information about the specified listener for the specified service.</p>" 471 }, 472 "GetResourcePolicy":{ 473 "name":"GetResourcePolicy", 474 "http":{ 475 "method":"GET", 476 "requestUri":"/resourcepolicy/{resourceArn}", 477 "responseCode":200 478 }, 479 "input":{"shape":"GetResourcePolicyRequest"}, 480 "output":{"shape":"GetResourcePolicyResponse"}, 481 "errors":[ 482 {"shape":"ValidationException"}, 483 {"shape":"AccessDeniedException"}, 484 {"shape":"ThrottlingException"}, 485 {"shape":"ResourceNotFoundException"}, 486 {"shape":"InternalServerException"} 487 ], 488 "documentation":"<p>Retrieves information about the resource policy. The resource policy is an IAM policy created by AWS RAM on behalf of the resource owner when they share a resource.</p>" 489 }, 490 "GetRule":{ 491 "name":"GetRule", 492 "http":{ 493 "method":"GET", 494 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 495 "responseCode":200 496 }, 497 "input":{"shape":"GetRuleRequest"}, 498 "output":{"shape":"GetRuleResponse"}, 499 "errors":[ 500 {"shape":"ValidationException"}, 501 {"shape":"AccessDeniedException"}, 502 {"shape":"ThrottlingException"}, 503 {"shape":"ResourceNotFoundException"}, 504 {"shape":"InternalServerException"} 505 ], 506 "documentation":"<p>Retrieves information about listener rules. You can also retrieve information about the default listener rule. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules\">Listener rules</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>" 507 }, 508 "GetService":{ 509 "name":"GetService", 510 "http":{ 511 "method":"GET", 512 "requestUri":"/services/{serviceIdentifier}", 513 "responseCode":200 514 }, 515 "input":{"shape":"GetServiceRequest"}, 516 "output":{"shape":"GetServiceResponse"}, 517 "errors":[ 518 {"shape":"ValidationException"}, 519 {"shape":"AccessDeniedException"}, 520 {"shape":"ThrottlingException"}, 521 {"shape":"ResourceNotFoundException"}, 522 {"shape":"InternalServerException"} 523 ], 524 "documentation":"<p>Retrieves information about the specified service.</p>" 525 }, 526 "GetServiceNetwork":{ 527 "name":"GetServiceNetwork", 528 "http":{ 529 "method":"GET", 530 "requestUri":"/servicenetworks/{serviceNetworkIdentifier}", 531 "responseCode":200 532 }, 533 "input":{"shape":"GetServiceNetworkRequest"}, 534 "output":{"shape":"GetServiceNetworkResponse"}, 535 "errors":[ 536 {"shape":"ValidationException"}, 537 {"shape":"AccessDeniedException"}, 538 {"shape":"ThrottlingException"}, 539 {"shape":"ResourceNotFoundException"}, 540 {"shape":"InternalServerException"} 541 ], 542 "documentation":"<p>Retrieves information about the specified service network.</p>" 543 }, 544 "GetServiceNetworkServiceAssociation":{ 545 "name":"GetServiceNetworkServiceAssociation", 546 "http":{ 547 "method":"GET", 548 "requestUri":"/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}", 549 "responseCode":200 550 }, 551 "input":{"shape":"GetServiceNetworkServiceAssociationRequest"}, 552 "output":{"shape":"GetServiceNetworkServiceAssociationResponse"}, 553 "errors":[ 554 {"shape":"ValidationException"}, 555 {"shape":"AccessDeniedException"}, 556 {"shape":"ThrottlingException"}, 557 {"shape":"ResourceNotFoundException"}, 558 {"shape":"InternalServerException"} 559 ], 560 "documentation":"<p>Retrieves information about the specified association between a service network and a service.</p>" 561 }, 562 "GetServiceNetworkVpcAssociation":{ 563 "name":"GetServiceNetworkVpcAssociation", 564 "http":{ 565 "method":"GET", 566 "requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 567 "responseCode":200 568 }, 569 "input":{"shape":"GetServiceNetworkVpcAssociationRequest"}, 570 "output":{"shape":"GetServiceNetworkVpcAssociationResponse"}, 571 "errors":[ 572 {"shape":"ValidationException"}, 573 {"shape":"AccessDeniedException"}, 574 {"shape":"ThrottlingException"}, 575 {"shape":"ResourceNotFoundException"}, 576 {"shape":"InternalServerException"} 577 ], 578 "documentation":"<p>Retrieves information about the association between a service network and a VPC.</p>" 579 }, 580 "GetTargetGroup":{ 581 "name":"GetTargetGroup", 582 "http":{ 583 "method":"GET", 584 "requestUri":"/targetgroups/{targetGroupIdentifier}", 585 "responseCode":200 586 }, 587 "input":{"shape":"GetTargetGroupRequest"}, 588 "output":{"shape":"GetTargetGroupResponse"}, 589 "errors":[ 590 {"shape":"ValidationException"}, 591 {"shape":"AccessDeniedException"}, 592 {"shape":"ThrottlingException"}, 593 {"shape":"ResourceNotFoundException"}, 594 {"shape":"InternalServerException"} 595 ], 596 "documentation":"<p>Retrieves information about the specified target group.</p>" 597 }, 598 "ListAccessLogSubscriptions":{ 599 "name":"ListAccessLogSubscriptions", 600 "http":{ 601 "method":"GET", 602 "requestUri":"/accesslogsubscriptions", 603 "responseCode":200 604 }, 605 "input":{"shape":"ListAccessLogSubscriptionsRequest"}, 606 "output":{"shape":"ListAccessLogSubscriptionsResponse"}, 607 "errors":[ 608 {"shape":"ValidationException"}, 609 {"shape":"AccessDeniedException"}, 610 {"shape":"ThrottlingException"}, 611 {"shape":"InternalServerException"} 612 ], 613 "documentation":"<p>Lists all access log subscriptions for the specified service network or service.</p>" 614 }, 615 "ListListeners":{ 616 "name":"ListListeners", 617 "http":{ 618 "method":"GET", 619 "requestUri":"/services/{serviceIdentifier}/listeners", 620 "responseCode":200 621 }, 622 "input":{"shape":"ListListenersRequest"}, 623 "output":{"shape":"ListListenersResponse"}, 624 "errors":[ 625 {"shape":"ValidationException"}, 626 {"shape":"AccessDeniedException"}, 627 {"shape":"ThrottlingException"}, 628 {"shape":"ResourceNotFoundException"}, 629 {"shape":"InternalServerException"} 630 ], 631 "documentation":"<p>Lists the listeners for the specified service.</p>" 632 }, 633 "ListRules":{ 634 "name":"ListRules", 635 "http":{ 636 "method":"GET", 637 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules", 638 "responseCode":200 639 }, 640 "input":{"shape":"ListRulesRequest"}, 641 "output":{"shape":"ListRulesResponse"}, 642 "errors":[ 643 {"shape":"ValidationException"}, 644 {"shape":"AccessDeniedException"}, 645 {"shape":"ThrottlingException"}, 646 {"shape":"ResourceNotFoundException"}, 647 {"shape":"InternalServerException"} 648 ], 649 "documentation":"<p>Lists the rules for the listener.</p>" 650 }, 651 "ListServiceNetworkServiceAssociations":{ 652 "name":"ListServiceNetworkServiceAssociations", 653 "http":{ 654 "method":"GET", 655 "requestUri":"/servicenetworkserviceassociations", 656 "responseCode":200 657 }, 658 "input":{"shape":"ListServiceNetworkServiceAssociationsRequest"}, 659 "output":{"shape":"ListServiceNetworkServiceAssociationsResponse"}, 660 "errors":[ 661 {"shape":"ValidationException"}, 662 {"shape":"AccessDeniedException"}, 663 {"shape":"ThrottlingException"}, 664 {"shape":"InternalServerException"} 665 ], 666 "documentation":"<p>Lists the associations between the service network and the service. You can filter the list either by service or service network. You must provide either the service network identifier or the service identifier.</p> <p>Every association in Amazon VPC Lattice is given a unique Amazon Resource Name (ARN), such as when a service network is associated with a VPC or when a service is associated with a service network. If the association is for a resource that is shared with another account, the association will include the local account ID as the prefix in the ARN for each account the resource is shared with.</p>" 667 }, 668 "ListServiceNetworkVpcAssociations":{ 669 "name":"ListServiceNetworkVpcAssociations", 670 "http":{ 671 "method":"GET", 672 "requestUri":"/servicenetworkvpcassociations", 673 "responseCode":200 674 }, 675 "input":{"shape":"ListServiceNetworkVpcAssociationsRequest"}, 676 "output":{"shape":"ListServiceNetworkVpcAssociationsResponse"}, 677 "errors":[ 678 {"shape":"ValidationException"}, 679 {"shape":"AccessDeniedException"}, 680 {"shape":"ThrottlingException"}, 681 {"shape":"InternalServerException"} 682 ], 683 "documentation":"<p>Lists the service network and VPC associations. You can filter the list either by VPC or service network. You must provide either the service network identifier or the VPC identifier.</p>" 684 }, 685 "ListServiceNetworks":{ 686 "name":"ListServiceNetworks", 687 "http":{ 688 "method":"GET", 689 "requestUri":"/servicenetworks", 690 "responseCode":200 691 }, 692 "input":{"shape":"ListServiceNetworksRequest"}, 693 "output":{"shape":"ListServiceNetworksResponse"}, 694 "errors":[ 695 {"shape":"ValidationException"}, 696 {"shape":"AccessDeniedException"}, 697 {"shape":"ThrottlingException"}, 698 {"shape":"InternalServerException"} 699 ], 700 "documentation":"<p>Lists the service networks owned by the caller account or shared with the caller account. Also includes the account ID in the ARN to show which account owns the service network.</p>" 701 }, 702 "ListServices":{ 703 "name":"ListServices", 704 "http":{ 705 "method":"GET", 706 "requestUri":"/services", 707 "responseCode":200 708 }, 709 "input":{"shape":"ListServicesRequest"}, 710 "output":{"shape":"ListServicesResponse"}, 711 "errors":[ 712 {"shape":"ValidationException"}, 713 {"shape":"AccessDeniedException"}, 714 {"shape":"ThrottlingException"}, 715 {"shape":"InternalServerException"} 716 ], 717 "documentation":"<p>Lists the services owned by the caller account or shared with the caller account.</p>" 718 }, 719 "ListTagsForResource":{ 720 "name":"ListTagsForResource", 721 "http":{ 722 "method":"GET", 723 "requestUri":"/tags/{resourceArn}", 724 "responseCode":200 725 }, 726 "input":{"shape":"ListTagsForResourceRequest"}, 727 "output":{"shape":"ListTagsForResourceResponse"}, 728 "errors":[ 729 {"shape":"ValidationException"}, 730 {"shape":"AccessDeniedException"}, 731 {"shape":"ResourceNotFoundException"}, 732 {"shape":"InternalServerException"} 733 ], 734 "documentation":"<p>Lists the tags for the specified resource.</p>" 735 }, 736 "ListTargetGroups":{ 737 "name":"ListTargetGroups", 738 "http":{ 739 "method":"GET", 740 "requestUri":"/targetgroups", 741 "responseCode":200 742 }, 743 "input":{"shape":"ListTargetGroupsRequest"}, 744 "output":{"shape":"ListTargetGroupsResponse"}, 745 "errors":[ 746 {"shape":"ValidationException"}, 747 {"shape":"AccessDeniedException"}, 748 {"shape":"ThrottlingException"}, 749 {"shape":"InternalServerException"} 750 ], 751 "documentation":"<p>Lists your target groups. You can narrow your search by using the filters below in your request.</p>" 752 }, 753 "ListTargets":{ 754 "name":"ListTargets", 755 "http":{ 756 "method":"POST", 757 "requestUri":"/targetgroups/{targetGroupIdentifier}/listtargets", 758 "responseCode":200 759 }, 760 "input":{"shape":"ListTargetsRequest"}, 761 "output":{"shape":"ListTargetsResponse"}, 762 "errors":[ 763 {"shape":"ValidationException"}, 764 {"shape":"AccessDeniedException"}, 765 {"shape":"ThrottlingException"}, 766 {"shape":"ResourceNotFoundException"}, 767 {"shape":"InternalServerException"} 768 ], 769 "documentation":"<p>Lists the targets for the target group. By default, all targets are included. You can use this API to check the health status of targets. You can also filter the results by target. </p>" 770 }, 771 "PutAuthPolicy":{ 772 "name":"PutAuthPolicy", 773 "http":{ 774 "method":"PUT", 775 "requestUri":"/authpolicy/{resourceIdentifier}", 776 "responseCode":200 777 }, 778 "input":{"shape":"PutAuthPolicyRequest"}, 779 "output":{"shape":"PutAuthPolicyResponse"}, 780 "errors":[ 781 {"shape":"ValidationException"}, 782 {"shape":"AccessDeniedException"}, 783 {"shape":"ThrottlingException"}, 784 {"shape":"ResourceNotFoundException"}, 785 {"shape":"InternalServerException"} 786 ], 787 "documentation":"<p>Creates or updates the auth policy.</p>" 788 }, 789 "PutResourcePolicy":{ 790 "name":"PutResourcePolicy", 791 "http":{ 792 "method":"PUT", 793 "requestUri":"/resourcepolicy/{resourceArn}", 794 "responseCode":200 795 }, 796 "input":{"shape":"PutResourcePolicyRequest"}, 797 "output":{"shape":"PutResourcePolicyResponse"}, 798 "errors":[ 799 {"shape":"ValidationException"}, 800 {"shape":"AccessDeniedException"}, 801 {"shape":"ThrottlingException"}, 802 {"shape":"ResourceNotFoundException"}, 803 {"shape":"InternalServerException"} 804 ], 805 "documentation":"<p>Attaches a resource-based permission policy to a service or service network. The policy must contain the same actions and condition statements as the Amazon Web Services Resource Access Manager permission for sharing services and service networks.</p>", 806 "idempotent":true 807 }, 808 "RegisterTargets":{ 809 "name":"RegisterTargets", 810 "http":{ 811 "method":"POST", 812 "requestUri":"/targetgroups/{targetGroupIdentifier}/registertargets", 813 "responseCode":200 814 }, 815 "input":{"shape":"RegisterTargetsRequest"}, 816 "output":{"shape":"RegisterTargetsResponse"}, 817 "errors":[ 818 {"shape":"ValidationException"}, 819 {"shape":"AccessDeniedException"}, 820 {"shape":"ThrottlingException"}, 821 {"shape":"ResourceNotFoundException"}, 822 {"shape":"ConflictException"}, 823 {"shape":"ServiceQuotaExceededException"}, 824 {"shape":"InternalServerException"} 825 ], 826 "documentation":"<p>Registers the targets with the target group. If it's a Lambda target, you can only have one target in a target group.</p>" 827 }, 828 "TagResource":{ 829 "name":"TagResource", 830 "http":{ 831 "method":"POST", 832 "requestUri":"/tags/{resourceArn}", 833 "responseCode":200 834 }, 835 "input":{"shape":"TagResourceRequest"}, 836 "output":{"shape":"TagResourceResponse"}, 837 "errors":[ 838 {"shape":"ValidationException"}, 839 {"shape":"AccessDeniedException"}, 840 {"shape":"ThrottlingException"}, 841 {"shape":"ResourceNotFoundException"}, 842 {"shape":"InternalServerException"} 843 ], 844 "documentation":"<p>Adds the specified tags to the specified resource.</p>" 845 }, 846 "UntagResource":{ 847 "name":"UntagResource", 848 "http":{ 849 "method":"DELETE", 850 "requestUri":"/tags/{resourceArn}", 851 "responseCode":200 852 }, 853 "input":{"shape":"UntagResourceRequest"}, 854 "output":{"shape":"UntagResourceResponse"}, 855 "errors":[ 856 {"shape":"ValidationException"}, 857 {"shape":"AccessDeniedException"}, 858 {"shape":"ResourceNotFoundException"}, 859 {"shape":"InternalServerException"} 860 ], 861 "documentation":"<p>Removes the specified tags from the specified resource.</p>", 862 "idempotent":true 863 }, 864 "UpdateAccessLogSubscription":{ 865 "name":"UpdateAccessLogSubscription", 866 "http":{ 867 "method":"PATCH", 868 "requestUri":"/accesslogsubscriptions/{accessLogSubscriptionIdentifier}", 869 "responseCode":200 870 }, 871 "input":{"shape":"UpdateAccessLogSubscriptionRequest"}, 872 "output":{"shape":"UpdateAccessLogSubscriptionResponse"}, 873 "errors":[ 874 {"shape":"ValidationException"}, 875 {"shape":"AccessDeniedException"}, 876 {"shape":"ThrottlingException"}, 877 {"shape":"ResourceNotFoundException"}, 878 {"shape":"ConflictException"}, 879 {"shape":"InternalServerException"} 880 ], 881 "documentation":"<p>Updates the specified access log subscription.</p>", 882 "idempotent":true 883 }, 884 "UpdateListener":{ 885 "name":"UpdateListener", 886 "http":{ 887 "method":"PATCH", 888 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}", 889 "responseCode":200 890 }, 891 "input":{"shape":"UpdateListenerRequest"}, 892 "output":{"shape":"UpdateListenerResponse"}, 893 "errors":[ 894 {"shape":"ValidationException"}, 895 {"shape":"AccessDeniedException"}, 896 {"shape":"ThrottlingException"}, 897 {"shape":"ResourceNotFoundException"}, 898 {"shape":"ConflictException"}, 899 {"shape":"InternalServerException"} 900 ], 901 "documentation":"<p>Updates the specified listener for the specified service.</p>", 902 "idempotent":true 903 }, 904 "UpdateRule":{ 905 "name":"UpdateRule", 906 "http":{ 907 "method":"PATCH", 908 "requestUri":"/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}", 909 "responseCode":200 910 }, 911 "input":{"shape":"UpdateRuleRequest"}, 912 "output":{"shape":"UpdateRuleResponse"}, 913 "errors":[ 914 {"shape":"ValidationException"}, 915 {"shape":"AccessDeniedException"}, 916 {"shape":"ThrottlingException"}, 917 {"shape":"ResourceNotFoundException"}, 918 {"shape":"ConflictException"}, 919 {"shape":"InternalServerException"} 920 ], 921 "documentation":"<p>Updates a rule for the listener. You can't modify a default listener rule. To modify a default listener rule, use <code>UpdateListener</code>.</p>", 922 "idempotent":true 923 }, 924 "UpdateService":{ 925 "name":"UpdateService", 926 "http":{ 927 "method":"PATCH", 928 "requestUri":"/services/{serviceIdentifier}", 929 "responseCode":200 930 }, 931 "input":{"shape":"UpdateServiceRequest"}, 932 "output":{"shape":"UpdateServiceResponse"}, 933 "errors":[ 934 {"shape":"ValidationException"}, 935 {"shape":"AccessDeniedException"}, 936 {"shape":"ThrottlingException"}, 937 {"shape":"ResourceNotFoundException"}, 938 {"shape":"ConflictException"}, 939 {"shape":"InternalServerException"} 940 ], 941 "documentation":"<p>Updates the specified service.</p>" 942 }, 943 "UpdateServiceNetwork":{ 944 "name":"UpdateServiceNetwork", 945 "http":{ 946 "method":"PATCH", 947 "requestUri":"/servicenetworks/{serviceNetworkIdentifier}", 948 "responseCode":200 949 }, 950 "input":{"shape":"UpdateServiceNetworkRequest"}, 951 "output":{"shape":"UpdateServiceNetworkResponse"}, 952 "errors":[ 953 {"shape":"ValidationException"}, 954 {"shape":"AccessDeniedException"}, 955 {"shape":"ThrottlingException"}, 956 {"shape":"ResourceNotFoundException"}, 957 {"shape":"ConflictException"}, 958 {"shape":"InternalServerException"} 959 ], 960 "documentation":"<p>Updates the specified service network.</p>", 961 "idempotent":true 962 }, 963 "UpdateServiceNetworkVpcAssociation":{ 964 "name":"UpdateServiceNetworkVpcAssociation", 965 "http":{ 966 "method":"PATCH", 967 "requestUri":"/servicenetworkvpcassociations/{serviceNetworkVpcAssociationIdentifier}", 968 "responseCode":200 969 }, 970 "input":{"shape":"UpdateServiceNetworkVpcAssociationRequest"}, 971 "output":{"shape":"UpdateServiceNetworkVpcAssociationResponse"}, 972 "errors":[ 973 {"shape":"ValidationException"}, 974 {"shape":"AccessDeniedException"}, 975 {"shape":"ThrottlingException"}, 976 {"shape":"ResourceNotFoundException"}, 977 {"shape":"ConflictException"}, 978 {"shape":"InternalServerException"} 979 ], 980 "documentation":"<p>Updates the service network and VPC association. Once you add a security group, it cannot be removed.</p>", 981 "idempotent":true 982 }, 983 "UpdateTargetGroup":{ 984 "name":"UpdateTargetGroup", 985 "http":{ 986 "method":"PATCH", 987 "requestUri":"/targetgroups/{targetGroupIdentifier}", 988 "responseCode":200 989 }, 990 "input":{"shape":"UpdateTargetGroupRequest"}, 991 "output":{"shape":"UpdateTargetGroupResponse"}, 992 "errors":[ 993 {"shape":"ValidationException"}, 994 {"shape":"AccessDeniedException"}, 995 {"shape":"ThrottlingException"}, 996 {"shape":"ResourceNotFoundException"}, 997 {"shape":"ConflictException"}, 998 {"shape":"InternalServerException"} 999 ], 1000 "documentation":"<p>Updates the specified target group.</p>", 1001 "idempotent":true 1002 } 1003 }, 1004 "shapes":{ 1005 "AccessDeniedException":{ 1006 "type":"structure", 1007 "required":["message"], 1008 "members":{ 1009 "message":{"shape":"String"} 1010 }, 1011 "documentation":"<p>The user does not have sufficient access to perform this action.</p>", 1012 "error":{ 1013 "httpStatusCode":403, 1014 "senderFault":true 1015 }, 1016 "exception":true 1017 }, 1018 "AccessLogDestinationArn":{ 1019 "type":"string", 1020 "max":2048, 1021 "min":20, 1022 "pattern":"^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:([^/].*)?$" 1023 }, 1024 "AccessLogSubscriptionArn":{ 1025 "type":"string", 1026 "max":2048, 1027 "min":20, 1028 "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:accesslogsubscription/als-[0-9a-z]{17}$" 1029 }, 1030 "AccessLogSubscriptionId":{ 1031 "type":"string", 1032 "max":21, 1033 "min":21, 1034 "pattern":"^als-[0-9a-z]{17}$" 1035 }, 1036 "AccessLogSubscriptionIdentifier":{ 1037 "type":"string", 1038 "max":2048, 1039 "min":17, 1040 "pattern":"^((als-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:accesslogsubscription/als-[0-9a-z]{17}))$" 1041 }, 1042 "AccessLogSubscriptionList":{ 1043 "type":"list", 1044 "member":{"shape":"AccessLogSubscriptionSummary"} 1045 }, 1046 "AccessLogSubscriptionSummary":{ 1047 "type":"structure", 1048 "required":[ 1049 "arn", 1050 "createdAt", 1051 "destinationArn", 1052 "id", 1053 "lastUpdatedAt", 1054 "resourceArn", 1055 "resourceId" 1056 ], 1057 "members":{ 1058 "arn":{ 1059 "shape":"AccessLogSubscriptionArn", 1060 "documentation":"<p>The Amazon Resource Name (ARN) of the access log subscription</p>" 1061 }, 1062 "createdAt":{ 1063 "shape":"Timestamp", 1064 "documentation":"<p>The date and time that the access log subscription was created, specified in ISO-8601 format.</p>" 1065 }, 1066 "destinationArn":{ 1067 "shape":"AccessLogDestinationArn", 1068 "documentation":"<p>The Amazon Resource Name (ARN) of the destination.</p>" 1069 }, 1070 "id":{ 1071 "shape":"AccessLogSubscriptionId", 1072 "documentation":"<p>The ID of the access log subscription.</p>" 1073 }, 1074 "lastUpdatedAt":{ 1075 "shape":"Timestamp", 1076 "documentation":"<p>The date and time that the access log subscription was last updated, specified in ISO-8601 format.</p>" 1077 }, 1078 "resourceArn":{ 1079 "shape":"ResourceArn", 1080 "documentation":"<p>The Amazon Resource Name (ARN) of the service or service network.</p>" 1081 }, 1082 "resourceId":{ 1083 "shape":"ResourceId", 1084 "documentation":"<p>The ID of the service or service network.</p>" 1085 } 1086 }, 1087 "documentation":"<p>Summary information about an access log subscription.</p>" 1088 }, 1089 "AccountId":{ 1090 "type":"string", 1091 "max":12, 1092 "min":1, 1093 "pattern":"^[0-9]{12}$" 1094 }, 1095 "Arn":{ 1096 "type":"string", 1097 "max":1224, 1098 "min":0, 1099 "pattern":"^arn:[a-z0-9][-.a-z0-9]{0,62}:vpc-lattice:([a-z0-9][-.a-z0-9]{0,62})?:\\d{12}?:[^/].{0,1023}$" 1100 }, 1101 "AuthPolicyState":{ 1102 "type":"string", 1103 "enum":[ 1104 "Active", 1105 "Inactive" 1106 ] 1107 }, 1108 "AuthPolicyString":{ 1109 "type":"string", 1110 "max":10000, 1111 "min":0 1112 }, 1113 "AuthType":{ 1114 "type":"string", 1115 "enum":[ 1116 "NONE", 1117 "AWS_IAM" 1118 ] 1119 }, 1120 "BatchUpdateRuleRequest":{ 1121 "type":"structure", 1122 "required":[ 1123 "listenerIdentifier", 1124 "rules", 1125 "serviceIdentifier" 1126 ], 1127 "members":{ 1128 "listenerIdentifier":{ 1129 "shape":"ListenerIdentifier", 1130 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 1131 "location":"uri", 1132 "locationName":"listenerIdentifier" 1133 }, 1134 "rules":{ 1135 "shape":"RuleUpdateList", 1136 "documentation":"<p>The rules for the specified listener.</p>" 1137 }, 1138 "serviceIdentifier":{ 1139 "shape":"ServiceIdentifier", 1140 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 1141 "location":"uri", 1142 "locationName":"serviceIdentifier" 1143 } 1144 } 1145 }, 1146 "BatchUpdateRuleResponse":{ 1147 "type":"structure", 1148 "members":{ 1149 "successful":{ 1150 "shape":"RuleUpdateSuccessList", 1151 "documentation":"<p>The rules that were successfully updated.</p>" 1152 }, 1153 "unsuccessful":{ 1154 "shape":"RuleUpdateFailureList", 1155 "documentation":"<p>The rules that the operation couldn't update.</p>" 1156 } 1157 } 1158 }, 1159 "Boolean":{ 1160 "type":"boolean", 1161 "box":true 1162 }, 1163 "CertificateArn":{ 1164 "type":"string", 1165 "max":2048, 1166 "min":0, 1167 "pattern":"^(arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:certificate/[0-9a-z-]+)?$" 1168 }, 1169 "ClientToken":{ 1170 "type":"string", 1171 "max":64, 1172 "min":1, 1173 "pattern":"[!-~]+" 1174 }, 1175 "ConflictException":{ 1176 "type":"structure", 1177 "required":[ 1178 "message", 1179 "resourceId", 1180 "resourceType" 1181 ], 1182 "members":{ 1183 "message":{"shape":"String"}, 1184 "resourceId":{ 1185 "shape":"String", 1186 "documentation":"<p>The resource ID.</p>" 1187 }, 1188 "resourceType":{ 1189 "shape":"String", 1190 "documentation":"<p>The resource type.</p>" 1191 } 1192 }, 1193 "documentation":"<p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>", 1194 "error":{ 1195 "httpStatusCode":409, 1196 "senderFault":true 1197 }, 1198 "exception":true 1199 }, 1200 "CreateAccessLogSubscriptionRequest":{ 1201 "type":"structure", 1202 "required":[ 1203 "destinationArn", 1204 "resourceIdentifier" 1205 ], 1206 "members":{ 1207 "clientToken":{ 1208 "shape":"ClientToken", 1209 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>", 1210 "idempotencyToken":true 1211 }, 1212 "destinationArn":{ 1213 "shape":"AccessLogDestinationArn", 1214 "documentation":"<p>The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.</p>" 1215 }, 1216 "resourceIdentifier":{ 1217 "shape":"ResourceIdentifier", 1218 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>" 1219 }, 1220 "tags":{ 1221 "shape":"TagMap", 1222 "documentation":"<p>The tags for the access log subscription.</p>" 1223 } 1224 } 1225 }, 1226 "CreateAccessLogSubscriptionResponse":{ 1227 "type":"structure", 1228 "required":[ 1229 "arn", 1230 "destinationArn", 1231 "id", 1232 "resourceArn", 1233 "resourceId" 1234 ], 1235 "members":{ 1236 "arn":{ 1237 "shape":"AccessLogSubscriptionArn", 1238 "documentation":"<p>The Amazon Resource Name (ARN) of the access log subscription.</p>" 1239 }, 1240 "destinationArn":{ 1241 "shape":"AccessLogDestinationArn", 1242 "documentation":"<p>The Amazon Resource Name (ARN) of the log destination.</p>" 1243 }, 1244 "id":{ 1245 "shape":"AccessLogSubscriptionId", 1246 "documentation":"<p>The ID of the access log subscription.</p>" 1247 }, 1248 "resourceArn":{ 1249 "shape":"ResourceArn", 1250 "documentation":"<p>The Amazon Resource Name (ARN) of the service network or service.</p>" 1251 }, 1252 "resourceId":{ 1253 "shape":"ResourceId", 1254 "documentation":"<p>The ID of the service network or service.</p>" 1255 } 1256 } 1257 }, 1258 "CreateListenerRequest":{ 1259 "type":"structure", 1260 "required":[ 1261 "defaultAction", 1262 "name", 1263 "protocol", 1264 "serviceIdentifier" 1265 ], 1266 "members":{ 1267 "clientToken":{ 1268 "shape":"ClientToken", 1269 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>", 1270 "idempotencyToken":true 1271 }, 1272 "defaultAction":{ 1273 "shape":"RuleAction", 1274 "documentation":"<p>The action for the default rule. Each listener has a default rule. Each rule consists of a priority, one or more actions, and one or more conditions. The default rule is the rule that's used if no other rules match. Each rule must include exactly one of the following types of actions: <code>forward </code>or <code>fixed-response</code>, and it must be the last action to be performed. </p>" 1275 }, 1276 "name":{ 1277 "shape":"ListenerName", 1278 "documentation":"<p>The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>" 1279 }, 1280 "port":{ 1281 "shape":"Port", 1282 "documentation":"<p>The listener port. You can specify a value from <code>1</code> to <code>65535</code>. For HTTP, the default is <code>80</code>. For HTTPS, the default is <code>443</code>.</p>" 1283 }, 1284 "protocol":{ 1285 "shape":"ListenerProtocol", 1286 "documentation":"<p>The listener protocol HTTP or HTTPS.</p>" 1287 }, 1288 "serviceIdentifier":{ 1289 "shape":"ServiceIdentifier", 1290 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 1291 "location":"uri", 1292 "locationName":"serviceIdentifier" 1293 }, 1294 "tags":{ 1295 "shape":"TagMap", 1296 "documentation":"<p>The tags for the listener.</p>" 1297 } 1298 } 1299 }, 1300 "CreateListenerResponse":{ 1301 "type":"structure", 1302 "members":{ 1303 "arn":{ 1304 "shape":"ListenerArn", 1305 "documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>" 1306 }, 1307 "defaultAction":{ 1308 "shape":"RuleAction", 1309 "documentation":"<p>The action for the default rule.</p>" 1310 }, 1311 "id":{ 1312 "shape":"ListenerId", 1313 "documentation":"<p>The ID of the listener.</p>" 1314 }, 1315 "name":{ 1316 "shape":"ListenerName", 1317 "documentation":"<p>The name of the listener.</p>" 1318 }, 1319 "port":{ 1320 "shape":"Port", 1321 "documentation":"<p>The port number of the listener.</p>" 1322 }, 1323 "protocol":{ 1324 "shape":"ListenerProtocol", 1325 "documentation":"<p>The protocol of the listener.</p>" 1326 }, 1327 "serviceArn":{ 1328 "shape":"ServiceArn", 1329 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 1330 }, 1331 "serviceId":{ 1332 "shape":"ServiceId", 1333 "documentation":"<p>The ID of the service.</p>" 1334 } 1335 } 1336 }, 1337 "CreateRuleRequest":{ 1338 "type":"structure", 1339 "required":[ 1340 "action", 1341 "listenerIdentifier", 1342 "match", 1343 "name", 1344 "priority", 1345 "serviceIdentifier" 1346 ], 1347 "members":{ 1348 "action":{ 1349 "shape":"RuleAction", 1350 "documentation":"<p>The action for the default rule.</p>" 1351 }, 1352 "clientToken":{ 1353 "shape":"ClientToken", 1354 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>", 1355 "idempotencyToken":true 1356 }, 1357 "listenerIdentifier":{ 1358 "shape":"ListenerIdentifier", 1359 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 1360 "location":"uri", 1361 "locationName":"listenerIdentifier" 1362 }, 1363 "match":{ 1364 "shape":"RuleMatch", 1365 "documentation":"<p>The rule match.</p>" 1366 }, 1367 "name":{ 1368 "shape":"RuleName", 1369 "documentation":"<p>The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>" 1370 }, 1371 "priority":{ 1372 "shape":"RulePriority", 1373 "documentation":"<p>The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.</p>" 1374 }, 1375 "serviceIdentifier":{ 1376 "shape":"ServiceIdentifier", 1377 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 1378 "location":"uri", 1379 "locationName":"serviceIdentifier" 1380 }, 1381 "tags":{ 1382 "shape":"TagMap", 1383 "documentation":"<p>The tags for the rule.</p>" 1384 } 1385 } 1386 }, 1387 "CreateRuleResponse":{ 1388 "type":"structure", 1389 "members":{ 1390 "action":{ 1391 "shape":"RuleAction", 1392 "documentation":"<p>The rule action. Each rule must include exactly one of the following types of actions: <code>forward </code>or <code>fixed-response</code>, and it must be the last action to be performed.</p>" 1393 }, 1394 "arn":{ 1395 "shape":"RuleArn", 1396 "documentation":"<p>The Amazon Resource Name (ARN) of the rule.</p>" 1397 }, 1398 "id":{ 1399 "shape":"RuleId", 1400 "documentation":"<p>The ID of the rule.</p>" 1401 }, 1402 "match":{ 1403 "shape":"RuleMatch", 1404 "documentation":"<p>The rule match. The <code>RuleMatch</code> must be an <code>HttpMatch</code>. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.</p>" 1405 }, 1406 "name":{ 1407 "shape":"RuleName", 1408 "documentation":"<p>The name of the rule.</p>" 1409 }, 1410 "priority":{ 1411 "shape":"RulePriority", 1412 "documentation":"<p>The priority assigned to the rule. The lower the priority number the higher the priority.</p>" 1413 } 1414 } 1415 }, 1416 "CreateServiceNetworkRequest":{ 1417 "type":"structure", 1418 "required":["name"], 1419 "members":{ 1420 "authType":{ 1421 "shape":"AuthType", 1422 "documentation":"<p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>" 1423 }, 1424 "clientToken":{ 1425 "shape":"ClientToken", 1426 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>", 1427 "idempotencyToken":true 1428 }, 1429 "name":{ 1430 "shape":"ServiceNetworkName", 1431 "documentation":"<p>The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>" 1432 }, 1433 "tags":{ 1434 "shape":"TagMap", 1435 "documentation":"<p>The tags for the service network.</p>" 1436 } 1437 } 1438 }, 1439 "CreateServiceNetworkResponse":{ 1440 "type":"structure", 1441 "members":{ 1442 "arn":{ 1443 "shape":"ServiceNetworkArn", 1444 "documentation":"<p>The Amazon Resource Name (ARN) of the service network.</p>" 1445 }, 1446 "authType":{ 1447 "shape":"AuthType", 1448 "documentation":"<p>The type of IAM policy.</p>" 1449 }, 1450 "id":{ 1451 "shape":"ServiceNetworkId", 1452 "documentation":"<p>The ID of the service network.</p>" 1453 }, 1454 "name":{ 1455 "shape":"ServiceNetworkName", 1456 "documentation":"<p>The name of the service network.</p>" 1457 } 1458 } 1459 }, 1460 "CreateServiceNetworkServiceAssociationRequest":{ 1461 "type":"structure", 1462 "required":[ 1463 "serviceIdentifier", 1464 "serviceNetworkIdentifier" 1465 ], 1466 "members":{ 1467 "clientToken":{ 1468 "shape":"ClientToken", 1469 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>", 1470 "idempotencyToken":true 1471 }, 1472 "serviceIdentifier":{ 1473 "shape":"ServiceIdentifier", 1474 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>" 1475 }, 1476 "serviceNetworkIdentifier":{ 1477 "shape":"ServiceNetworkIdentifier", 1478 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.</p>" 1479 }, 1480 "tags":{ 1481 "shape":"TagMap", 1482 "documentation":"<p>The tags for the association.</p>" 1483 } 1484 } 1485 }, 1486 "CreateServiceNetworkServiceAssociationResponse":{ 1487 "type":"structure", 1488 "members":{ 1489 "arn":{ 1490 "shape":"ServiceNetworkServiceAssociationArn", 1491 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 1492 }, 1493 "createdBy":{ 1494 "shape":"AccountId", 1495 "documentation":"<p>The account that created the association.</p>" 1496 }, 1497 "customDomainName":{ 1498 "shape":"ServiceCustomDomainName", 1499 "documentation":"<p>The custom domain name of the service.</p>" 1500 }, 1501 "dnsEntry":{ 1502 "shape":"DnsEntry", 1503 "documentation":"<p>The DNS name of the service.</p>" 1504 }, 1505 "id":{ 1506 "shape":"ServiceNetworkServiceAssociationIdentifier", 1507 "documentation":"<p>The ID of the association.</p>" 1508 }, 1509 "status":{ 1510 "shape":"ServiceNetworkServiceAssociationStatus", 1511 "documentation":"<p>The operation's status.</p>" 1512 } 1513 } 1514 }, 1515 "CreateServiceNetworkVpcAssociationRequest":{ 1516 "type":"structure", 1517 "required":[ 1518 "serviceNetworkIdentifier", 1519 "vpcIdentifier" 1520 ], 1521 "members":{ 1522 "clientToken":{ 1523 "shape":"ClientToken", 1524 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>", 1525 "idempotencyToken":true 1526 }, 1527 "securityGroupIds":{ 1528 "shape":"CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList", 1529 "documentation":"<p>The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html\">Control traffic to resources using security groups</a> in the <i>Amazon VPC User Guide</i>.</p>" 1530 }, 1531 "serviceNetworkIdentifier":{ 1532 "shape":"ServiceNetworkIdentifier", 1533 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.</p>" 1534 }, 1535 "tags":{ 1536 "shape":"TagMap", 1537 "documentation":"<p>The tags for the association.</p>" 1538 }, 1539 "vpcIdentifier":{ 1540 "shape":"VpcId", 1541 "documentation":"<p>The ID of the VPC.</p>" 1542 } 1543 } 1544 }, 1545 "CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList":{ 1546 "type":"list", 1547 "member":{"shape":"SecurityGroupId"}, 1548 "max":5, 1549 "min":0 1550 }, 1551 "CreateServiceNetworkVpcAssociationResponse":{ 1552 "type":"structure", 1553 "members":{ 1554 "arn":{ 1555 "shape":"ServiceNetworkVpcAssociationArn", 1556 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 1557 }, 1558 "createdBy":{ 1559 "shape":"AccountId", 1560 "documentation":"<p>The account that created the association.</p>" 1561 }, 1562 "id":{ 1563 "shape":"ServiceNetworkVpcAssociationId", 1564 "documentation":"<p>The ID of the association.</p>" 1565 }, 1566 "securityGroupIds":{ 1567 "shape":"SecurityGroupList", 1568 "documentation":"<p>The IDs of the security groups.</p>" 1569 }, 1570 "status":{ 1571 "shape":"ServiceNetworkVpcAssociationStatus", 1572 "documentation":"<p>The operation's status.</p>" 1573 } 1574 } 1575 }, 1576 "CreateServiceRequest":{ 1577 "type":"structure", 1578 "required":["name"], 1579 "members":{ 1580 "authType":{ 1581 "shape":"AuthType", 1582 "documentation":"<p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>" 1583 }, 1584 "certificateArn":{ 1585 "shape":"CertificateArn", 1586 "documentation":"<p>The Amazon Resource Name (ARN) of the certificate.</p>" 1587 }, 1588 "clientToken":{ 1589 "shape":"ClientToken", 1590 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>", 1591 "idempotencyToken":true 1592 }, 1593 "customDomainName":{ 1594 "shape":"ServiceCustomDomainName", 1595 "documentation":"<p>The custom domain name of the service.</p>" 1596 }, 1597 "name":{ 1598 "shape":"ServiceName", 1599 "documentation":"<p>The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>" 1600 }, 1601 "tags":{ 1602 "shape":"TagMap", 1603 "documentation":"<p>The tags for the service.</p>" 1604 } 1605 } 1606 }, 1607 "CreateServiceResponse":{ 1608 "type":"structure", 1609 "members":{ 1610 "arn":{ 1611 "shape":"ServiceArn", 1612 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 1613 }, 1614 "authType":{ 1615 "shape":"AuthType", 1616 "documentation":"<p>The type of IAM policy.</p>" 1617 }, 1618 "certificateArn":{ 1619 "shape":"CertificateArn", 1620 "documentation":"<p>The Amazon Resource Name (ARN) of the certificate.</p>" 1621 }, 1622 "customDomainName":{ 1623 "shape":"ServiceCustomDomainName", 1624 "documentation":"<p>The custom domain name of the service.</p>" 1625 }, 1626 "dnsEntry":{ 1627 "shape":"DnsEntry", 1628 "documentation":"<p>The public DNS name of the service.</p>" 1629 }, 1630 "id":{ 1631 "shape":"ServiceId", 1632 "documentation":"<p>The ID of the service.</p>" 1633 }, 1634 "name":{ 1635 "shape":"ServiceName", 1636 "documentation":"<p>The name of the service.</p>" 1637 }, 1638 "status":{ 1639 "shape":"ServiceStatus", 1640 "documentation":"<p>The status. If the status is <code>CREATE_FAILED</code>, you will have to delete and recreate the service.</p>" 1641 } 1642 } 1643 }, 1644 "CreateTargetGroupRequest":{ 1645 "type":"structure", 1646 "required":[ 1647 "name", 1648 "type" 1649 ], 1650 "members":{ 1651 "clientToken":{ 1652 "shape":"ClientToken", 1653 "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>", 1654 "idempotencyToken":true 1655 }, 1656 "config":{ 1657 "shape":"TargetGroupConfig", 1658 "documentation":"<p>The target group configuration. If <code>type</code> is set to <code>LAMBDA</code>, this parameter doesn't apply.</p>" 1659 }, 1660 "name":{ 1661 "shape":"TargetGroupName", 1662 "documentation":"<p>The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>" 1663 }, 1664 "tags":{ 1665 "shape":"TagMap", 1666 "documentation":"<p>The tags for the target group.</p>" 1667 }, 1668 "type":{ 1669 "shape":"TargetGroupType", 1670 "documentation":"<p>The type of target group.</p>" 1671 } 1672 } 1673 }, 1674 "CreateTargetGroupResponse":{ 1675 "type":"structure", 1676 "members":{ 1677 "arn":{ 1678 "shape":"TargetGroupArn", 1679 "documentation":"<p>The Amazon Resource Name (ARN) of the target group.</p>" 1680 }, 1681 "config":{ 1682 "shape":"TargetGroupConfig", 1683 "documentation":"<p>The target group configuration. If <code>type</code> is set to <code>LAMBDA</code>, this parameter doesn't apply.</p>" 1684 }, 1685 "id":{ 1686 "shape":"TargetGroupId", 1687 "documentation":"<p>The ID of the target group.</p>" 1688 }, 1689 "name":{ 1690 "shape":"TargetGroupName", 1691 "documentation":"<p>The name of the target group.</p>" 1692 }, 1693 "status":{ 1694 "shape":"TargetGroupStatus", 1695 "documentation":"<p>The operation's status. You can retry the operation if the status is <code>CREATE_FAILED</code>. However, if you retry it while the status is <code>CREATE_IN_PROGRESS</code>, there is no change in the status. </p>" 1696 }, 1697 "type":{ 1698 "shape":"TargetGroupType", 1699 "documentation":"<p>The type of target group.</p>" 1700 } 1701 } 1702 }, 1703 "DeleteAccessLogSubscriptionRequest":{ 1704 "type":"structure", 1705 "required":["accessLogSubscriptionIdentifier"], 1706 "members":{ 1707 "accessLogSubscriptionIdentifier":{ 1708 "shape":"AccessLogSubscriptionIdentifier", 1709 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>", 1710 "location":"uri", 1711 "locationName":"accessLogSubscriptionIdentifier" 1712 } 1713 } 1714 }, 1715 "DeleteAccessLogSubscriptionResponse":{ 1716 "type":"structure", 1717 "members":{ 1718 } 1719 }, 1720 "DeleteAuthPolicyRequest":{ 1721 "type":"structure", 1722 "required":["resourceIdentifier"], 1723 "members":{ 1724 "resourceIdentifier":{ 1725 "shape":"ResourceIdentifier", 1726 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the resource.</p>", 1727 "location":"uri", 1728 "locationName":"resourceIdentifier" 1729 } 1730 } 1731 }, 1732 "DeleteAuthPolicyResponse":{ 1733 "type":"structure", 1734 "members":{ 1735 } 1736 }, 1737 "DeleteListenerRequest":{ 1738 "type":"structure", 1739 "required":[ 1740 "listenerIdentifier", 1741 "serviceIdentifier" 1742 ], 1743 "members":{ 1744 "listenerIdentifier":{ 1745 "shape":"ListenerIdentifier", 1746 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 1747 "location":"uri", 1748 "locationName":"listenerIdentifier" 1749 }, 1750 "serviceIdentifier":{ 1751 "shape":"ServiceIdentifier", 1752 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 1753 "location":"uri", 1754 "locationName":"serviceIdentifier" 1755 } 1756 } 1757 }, 1758 "DeleteListenerResponse":{ 1759 "type":"structure", 1760 "members":{ 1761 } 1762 }, 1763 "DeleteResourcePolicyRequest":{ 1764 "type":"structure", 1765 "required":["resourceArn"], 1766 "members":{ 1767 "resourceArn":{ 1768 "shape":"ResourceArn", 1769 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>", 1770 "location":"uri", 1771 "locationName":"resourceArn" 1772 } 1773 } 1774 }, 1775 "DeleteResourcePolicyResponse":{ 1776 "type":"structure", 1777 "members":{ 1778 } 1779 }, 1780 "DeleteRuleRequest":{ 1781 "type":"structure", 1782 "required":[ 1783 "listenerIdentifier", 1784 "ruleIdentifier", 1785 "serviceIdentifier" 1786 ], 1787 "members":{ 1788 "listenerIdentifier":{ 1789 "shape":"ListenerIdentifier", 1790 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 1791 "location":"uri", 1792 "locationName":"listenerIdentifier" 1793 }, 1794 "ruleIdentifier":{ 1795 "shape":"RuleIdentifier", 1796 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the rule.</p>", 1797 "location":"uri", 1798 "locationName":"ruleIdentifier" 1799 }, 1800 "serviceIdentifier":{ 1801 "shape":"ServiceIdentifier", 1802 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 1803 "location":"uri", 1804 "locationName":"serviceIdentifier" 1805 } 1806 } 1807 }, 1808 "DeleteRuleResponse":{ 1809 "type":"structure", 1810 "members":{ 1811 } 1812 }, 1813 "DeleteServiceNetworkRequest":{ 1814 "type":"structure", 1815 "required":["serviceNetworkIdentifier"], 1816 "members":{ 1817 "serviceNetworkIdentifier":{ 1818 "shape":"ServiceNetworkIdentifier", 1819 "documentation":"<p>The Amazon Resource Name (ARN) or ID of the service network.</p>", 1820 "location":"uri", 1821 "locationName":"serviceNetworkIdentifier" 1822 } 1823 } 1824 }, 1825 "DeleteServiceNetworkResponse":{ 1826 "type":"structure", 1827 "members":{ 1828 } 1829 }, 1830 "DeleteServiceNetworkServiceAssociationRequest":{ 1831 "type":"structure", 1832 "required":["serviceNetworkServiceAssociationIdentifier"], 1833 "members":{ 1834 "serviceNetworkServiceAssociationIdentifier":{ 1835 "shape":"ServiceNetworkServiceAssociationIdentifier", 1836 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the association.</p>", 1837 "location":"uri", 1838 "locationName":"serviceNetworkServiceAssociationIdentifier" 1839 } 1840 } 1841 }, 1842 "DeleteServiceNetworkServiceAssociationResponse":{ 1843 "type":"structure", 1844 "members":{ 1845 "arn":{ 1846 "shape":"ServiceNetworkServiceAssociationArn", 1847 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 1848 }, 1849 "id":{ 1850 "shape":"ServiceNetworkServiceAssociationIdentifier", 1851 "documentation":"<p>The ID of the association.</p>" 1852 }, 1853 "status":{ 1854 "shape":"ServiceNetworkServiceAssociationStatus", 1855 "documentation":"<p>The operation's status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it when the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>" 1856 } 1857 } 1858 }, 1859 "DeleteServiceNetworkVpcAssociationRequest":{ 1860 "type":"structure", 1861 "required":["serviceNetworkVpcAssociationIdentifier"], 1862 "members":{ 1863 "serviceNetworkVpcAssociationIdentifier":{ 1864 "shape":"ServiceNetworkVpcAssociationIdentifier", 1865 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the association.</p>", 1866 "location":"uri", 1867 "locationName":"serviceNetworkVpcAssociationIdentifier" 1868 } 1869 } 1870 }, 1871 "DeleteServiceNetworkVpcAssociationResponse":{ 1872 "type":"structure", 1873 "members":{ 1874 "arn":{ 1875 "shape":"ServiceNetworkVpcAssociationArn", 1876 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 1877 }, 1878 "id":{ 1879 "shape":"ServiceNetworkVpcAssociationId", 1880 "documentation":"<p>The ID of the association.</p>" 1881 }, 1882 "status":{ 1883 "shape":"ServiceNetworkVpcAssociationStatus", 1884 "documentation":"<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it when the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>" 1885 } 1886 } 1887 }, 1888 "DeleteServiceRequest":{ 1889 "type":"structure", 1890 "required":["serviceIdentifier"], 1891 "members":{ 1892 "serviceIdentifier":{ 1893 "shape":"ServiceIdentifier", 1894 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 1895 "location":"uri", 1896 "locationName":"serviceIdentifier" 1897 } 1898 } 1899 }, 1900 "DeleteServiceResponse":{ 1901 "type":"structure", 1902 "members":{ 1903 "arn":{ 1904 "shape":"ServiceArn", 1905 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 1906 }, 1907 "id":{ 1908 "shape":"ServiceId", 1909 "documentation":"<p>The ID of the service.</p>" 1910 }, 1911 "name":{ 1912 "shape":"ServiceName", 1913 "documentation":"<p>The name of the service.</p>" 1914 }, 1915 "status":{ 1916 "shape":"ServiceStatus", 1917 "documentation":"<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't change.</p>" 1918 } 1919 } 1920 }, 1921 "DeleteTargetGroupRequest":{ 1922 "type":"structure", 1923 "required":["targetGroupIdentifier"], 1924 "members":{ 1925 "targetGroupIdentifier":{ 1926 "shape":"TargetGroupIdentifier", 1927 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the target group.</p>", 1928 "location":"uri", 1929 "locationName":"targetGroupIdentifier" 1930 } 1931 } 1932 }, 1933 "DeleteTargetGroupResponse":{ 1934 "type":"structure", 1935 "members":{ 1936 "arn":{ 1937 "shape":"TargetGroupArn", 1938 "documentation":"<p>The Amazon Resource Name (ARN) of the target group.</p>" 1939 }, 1940 "id":{ 1941 "shape":"TargetGroupId", 1942 "documentation":"<p>The ID of the target group.</p>" 1943 }, 1944 "status":{ 1945 "shape":"TargetGroupStatus", 1946 "documentation":"<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't change.</p>" 1947 } 1948 } 1949 }, 1950 "DeregisterTargetsRequest":{ 1951 "type":"structure", 1952 "required":[ 1953 "targetGroupIdentifier", 1954 "targets" 1955 ], 1956 "members":{ 1957 "targetGroupIdentifier":{ 1958 "shape":"TargetGroupIdentifier", 1959 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the target group.</p>", 1960 "location":"uri", 1961 "locationName":"targetGroupIdentifier" 1962 }, 1963 "targets":{ 1964 "shape":"DeregisterTargetsRequestTargetsList", 1965 "documentation":"<p>The targets to deregister.</p>" 1966 } 1967 } 1968 }, 1969 "DeregisterTargetsRequestTargetsList":{ 1970 "type":"list", 1971 "member":{"shape":"Target"}, 1972 "max":100, 1973 "min":1 1974 }, 1975 "DeregisterTargetsResponse":{ 1976 "type":"structure", 1977 "members":{ 1978 "successful":{ 1979 "shape":"TargetList", 1980 "documentation":"<p>The targets that were successfully deregistered.</p>" 1981 }, 1982 "unsuccessful":{ 1983 "shape":"TargetFailureList", 1984 "documentation":"<p>The targets that the operation couldn't deregister.</p>" 1985 } 1986 } 1987 }, 1988 "DnsEntry":{ 1989 "type":"structure", 1990 "members":{ 1991 "domainName":{ 1992 "shape":"String", 1993 "documentation":"<p>The domain name of the service.</p>" 1994 }, 1995 "hostedZoneId":{ 1996 "shape":"String", 1997 "documentation":"<p>The ID of the hosted zone.</p>" 1998 } 1999 }, 2000 "documentation":"<p>Describes the DNS information of a service.</p>" 2001 }, 2002 "FailureCode":{"type":"string"}, 2003 "FailureMessage":{"type":"string"}, 2004 "FixedResponseAction":{ 2005 "type":"structure", 2006 "required":["statusCode"], 2007 "members":{ 2008 "statusCode":{ 2009 "shape":"HttpStatusCode", 2010 "documentation":"<p>The HTTP response code.</p>" 2011 } 2012 }, 2013 "documentation":"<p>Information about an action that returns a custom HTTP response. </p>" 2014 }, 2015 "ForwardAction":{ 2016 "type":"structure", 2017 "required":["targetGroups"], 2018 "members":{ 2019 "targetGroups":{ 2020 "shape":"WeightedTargetGroupList", 2021 "documentation":"<p>The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic.</p> <p>The default value is 1. This means that if only one target group is provided, there is no need to set the weight; 100% of traffic will go to that target group.</p>" 2022 } 2023 }, 2024 "documentation":"<p>Describes a forward action. You can use forward actions to route requests to one or more target groups. </p>" 2025 }, 2026 "GetAccessLogSubscriptionRequest":{ 2027 "type":"structure", 2028 "required":["accessLogSubscriptionIdentifier"], 2029 "members":{ 2030 "accessLogSubscriptionIdentifier":{ 2031 "shape":"AccessLogSubscriptionIdentifier", 2032 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>", 2033 "location":"uri", 2034 "locationName":"accessLogSubscriptionIdentifier" 2035 } 2036 } 2037 }, 2038 "GetAccessLogSubscriptionResponse":{ 2039 "type":"structure", 2040 "required":[ 2041 "arn", 2042 "createdAt", 2043 "destinationArn", 2044 "id", 2045 "lastUpdatedAt", 2046 "resourceArn", 2047 "resourceId" 2048 ], 2049 "members":{ 2050 "arn":{ 2051 "shape":"AccessLogSubscriptionArn", 2052 "documentation":"<p>The Amazon Resource Name (ARN) of the access log subscription.</p>" 2053 }, 2054 "createdAt":{ 2055 "shape":"Timestamp", 2056 "documentation":"<p>The date and time that the access log subscription was created, specified in ISO-8601 format.</p>" 2057 }, 2058 "destinationArn":{ 2059 "shape":"AccessLogDestinationArn", 2060 "documentation":"<p>The Amazon Resource Name (ARN) of the access log destination.</p>" 2061 }, 2062 "id":{ 2063 "shape":"AccessLogSubscriptionId", 2064 "documentation":"<p>The ID of the access log subscription.</p>" 2065 }, 2066 "lastUpdatedAt":{ 2067 "shape":"Timestamp", 2068 "documentation":"<p>The date and time that the access log subscription was last updated, specified in ISO-8601 format.</p>" 2069 }, 2070 "resourceArn":{ 2071 "shape":"ResourceArn", 2072 "documentation":"<p>The Amazon Resource Name (ARN) of the service network or service.</p>" 2073 }, 2074 "resourceId":{ 2075 "shape":"ResourceId", 2076 "documentation":"<p>The ID of the service network or service.</p>" 2077 } 2078 } 2079 }, 2080 "GetAuthPolicyRequest":{ 2081 "type":"structure", 2082 "required":["resourceIdentifier"], 2083 "members":{ 2084 "resourceIdentifier":{ 2085 "shape":"ResourceIdentifier", 2086 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>", 2087 "location":"uri", 2088 "locationName":"resourceIdentifier" 2089 } 2090 } 2091 }, 2092 "GetAuthPolicyResponse":{ 2093 "type":"structure", 2094 "members":{ 2095 "createdAt":{ 2096 "shape":"Timestamp", 2097 "documentation":"<p>The date and time that the auth policy was created, specified in ISO-8601 format.</p>" 2098 }, 2099 "lastUpdatedAt":{ 2100 "shape":"Timestamp", 2101 "documentation":"<p>The date and time that the auth policy was last updated, specified in ISO-8601 format.</p>" 2102 }, 2103 "policy":{ 2104 "shape":"AuthPolicyString", 2105 "documentation":"<p>The auth policy.</p>" 2106 }, 2107 "state":{ 2108 "shape":"AuthPolicyState", 2109 "documentation":"<p>The state of the auth policy. The auth policy is only active when the auth type is set to <code>Amazon Web Services_IAM</code>. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the auth type is <code>NONE</code>, then any auth policy you provide will remain inactive. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network\">Create a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>" 2110 } 2111 } 2112 }, 2113 "GetListenerRequest":{ 2114 "type":"structure", 2115 "required":[ 2116 "listenerIdentifier", 2117 "serviceIdentifier" 2118 ], 2119 "members":{ 2120 "listenerIdentifier":{ 2121 "shape":"ListenerIdentifier", 2122 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 2123 "location":"uri", 2124 "locationName":"listenerIdentifier" 2125 }, 2126 "serviceIdentifier":{ 2127 "shape":"ServiceIdentifier", 2128 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 2129 "location":"uri", 2130 "locationName":"serviceIdentifier" 2131 } 2132 } 2133 }, 2134 "GetListenerResponse":{ 2135 "type":"structure", 2136 "members":{ 2137 "arn":{ 2138 "shape":"ListenerArn", 2139 "documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>" 2140 }, 2141 "createdAt":{ 2142 "shape":"Timestamp", 2143 "documentation":"<p>The date and time that the listener was created, specified in ISO-8601 format.</p>" 2144 }, 2145 "defaultAction":{ 2146 "shape":"RuleAction", 2147 "documentation":"<p>The actions for the default listener rule.</p>" 2148 }, 2149 "id":{ 2150 "shape":"ListenerId", 2151 "documentation":"<p>The ID of the listener.</p>" 2152 }, 2153 "lastUpdatedAt":{ 2154 "shape":"Timestamp", 2155 "documentation":"<p>The date and time that the listener was last updated, specified in ISO-8601 format.</p>" 2156 }, 2157 "name":{ 2158 "shape":"ListenerName", 2159 "documentation":"<p>The name of the listener.</p>" 2160 }, 2161 "port":{ 2162 "shape":"Port", 2163 "documentation":"<p>The listener port.</p>" 2164 }, 2165 "protocol":{ 2166 "shape":"ListenerProtocol", 2167 "documentation":"<p>The listener protocol.</p>" 2168 }, 2169 "serviceArn":{ 2170 "shape":"ServiceArn", 2171 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 2172 }, 2173 "serviceId":{ 2174 "shape":"ServiceId", 2175 "documentation":"<p>The ID of the service.</p>" 2176 } 2177 } 2178 }, 2179 "GetResourcePolicyRequest":{ 2180 "type":"structure", 2181 "required":["resourceArn"], 2182 "members":{ 2183 "resourceArn":{ 2184 "shape":"ResourceArn", 2185 "documentation":"<p>An IAM policy.</p>", 2186 "location":"uri", 2187 "locationName":"resourceArn" 2188 } 2189 } 2190 }, 2191 "GetResourcePolicyResponse":{ 2192 "type":"structure", 2193 "members":{ 2194 "policy":{ 2195 "shape":"PolicyString", 2196 "documentation":"<p>The Amazon Resource Name (ARN) of the service network or service.</p>" 2197 } 2198 } 2199 }, 2200 "GetRuleRequest":{ 2201 "type":"structure", 2202 "required":[ 2203 "listenerIdentifier", 2204 "ruleIdentifier", 2205 "serviceIdentifier" 2206 ], 2207 "members":{ 2208 "listenerIdentifier":{ 2209 "shape":"ListenerIdentifier", 2210 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 2211 "location":"uri", 2212 "locationName":"listenerIdentifier" 2213 }, 2214 "ruleIdentifier":{ 2215 "shape":"RuleIdentifier", 2216 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener rule.</p>", 2217 "location":"uri", 2218 "locationName":"ruleIdentifier" 2219 }, 2220 "serviceIdentifier":{ 2221 "shape":"ServiceIdentifier", 2222 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 2223 "location":"uri", 2224 "locationName":"serviceIdentifier" 2225 } 2226 } 2227 }, 2228 "GetRuleResponse":{ 2229 "type":"structure", 2230 "members":{ 2231 "action":{ 2232 "shape":"RuleAction", 2233 "documentation":"<p>The action for the default rule.</p>" 2234 }, 2235 "arn":{ 2236 "shape":"RuleArn", 2237 "documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>" 2238 }, 2239 "createdAt":{ 2240 "shape":"Timestamp", 2241 "documentation":"<p>The date and time that the listener rule was created, specified in ISO-8601 format.</p>" 2242 }, 2243 "id":{ 2244 "shape":"RuleId", 2245 "documentation":"<p>The ID of the listener.</p>" 2246 }, 2247 "isDefault":{ 2248 "shape":"Boolean", 2249 "documentation":"<p>Indicates whether this is the default rule.</p>" 2250 }, 2251 "lastUpdatedAt":{ 2252 "shape":"Timestamp", 2253 "documentation":"<p>The date and time that the listener rule was last updated, specified in ISO-8601 format.</p>" 2254 }, 2255 "match":{ 2256 "shape":"RuleMatch", 2257 "documentation":"<p>The rule match.</p>" 2258 }, 2259 "name":{ 2260 "shape":"RuleName", 2261 "documentation":"<p>The name of the listener.</p>" 2262 }, 2263 "priority":{ 2264 "shape":"RulePriority", 2265 "documentation":"<p>The priority level for the specified rule.</p>" 2266 } 2267 } 2268 }, 2269 "GetServiceNetworkRequest":{ 2270 "type":"structure", 2271 "required":["serviceNetworkIdentifier"], 2272 "members":{ 2273 "serviceNetworkIdentifier":{ 2274 "shape":"ServiceNetworkIdentifier", 2275 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network.</p>", 2276 "location":"uri", 2277 "locationName":"serviceNetworkIdentifier" 2278 } 2279 } 2280 }, 2281 "GetServiceNetworkResponse":{ 2282 "type":"structure", 2283 "members":{ 2284 "arn":{ 2285 "shape":"ServiceNetworkArn", 2286 "documentation":"<p>The Amazon Resource Name (ARN) of the service network.</p>" 2287 }, 2288 "authType":{ 2289 "shape":"AuthType", 2290 "documentation":"<p>The type of IAM policy.</p>" 2291 }, 2292 "createdAt":{ 2293 "shape":"Timestamp", 2294 "documentation":"<p>The date and time that the service network was created, specified in ISO-8601 format.</p>" 2295 }, 2296 "id":{ 2297 "shape":"ServiceNetworkId", 2298 "documentation":"<p>The ID of the service network.</p>" 2299 }, 2300 "lastUpdatedAt":{ 2301 "shape":"Timestamp", 2302 "documentation":"<p>The date and time of the last update, specified in ISO-8601 format.</p>" 2303 }, 2304 "name":{ 2305 "shape":"ServiceNetworkName", 2306 "documentation":"<p>The name of the service network.</p>" 2307 }, 2308 "numberOfAssociatedServices":{ 2309 "shape":"Long", 2310 "documentation":"<p>The number of services associated with the service network.</p>" 2311 }, 2312 "numberOfAssociatedVPCs":{ 2313 "shape":"Long", 2314 "documentation":"<p>The number of VPCs associated with the service network.</p>" 2315 } 2316 } 2317 }, 2318 "GetServiceNetworkServiceAssociationRequest":{ 2319 "type":"structure", 2320 "required":["serviceNetworkServiceAssociationIdentifier"], 2321 "members":{ 2322 "serviceNetworkServiceAssociationIdentifier":{ 2323 "shape":"ServiceNetworkServiceAssociationIdentifier", 2324 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the association.</p>", 2325 "location":"uri", 2326 "locationName":"serviceNetworkServiceAssociationIdentifier" 2327 } 2328 } 2329 }, 2330 "GetServiceNetworkServiceAssociationResponse":{ 2331 "type":"structure", 2332 "members":{ 2333 "arn":{ 2334 "shape":"ServiceNetworkServiceAssociationArn", 2335 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 2336 }, 2337 "createdAt":{ 2338 "shape":"Timestamp", 2339 "documentation":"<p>The date and time that the association was created, specified in ISO-8601 format.</p>" 2340 }, 2341 "createdBy":{ 2342 "shape":"AccountId", 2343 "documentation":"<p>The account that created the association.</p>" 2344 }, 2345 "customDomainName":{ 2346 "shape":"ServiceCustomDomainName", 2347 "documentation":"<p>The custom domain name of the service. </p>" 2348 }, 2349 "dnsEntry":{ 2350 "shape":"DnsEntry", 2351 "documentation":"<p>The DNS name of the service.</p>" 2352 }, 2353 "failureCode":{ 2354 "shape":"String", 2355 "documentation":"<p>The failure code.</p>" 2356 }, 2357 "failureMessage":{ 2358 "shape":"String", 2359 "documentation":"<p>The failure message.</p>" 2360 }, 2361 "id":{ 2362 "shape":"ServiceNetworkServiceAssociationIdentifier", 2363 "documentation":"<p>The ID of the service network and service association.</p>" 2364 }, 2365 "serviceArn":{ 2366 "shape":"ServiceArn", 2367 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 2368 }, 2369 "serviceId":{ 2370 "shape":"ServiceId", 2371 "documentation":"<p>The ID of the service.</p>" 2372 }, 2373 "serviceName":{ 2374 "shape":"ServiceName", 2375 "documentation":"<p>The name of the service.</p>" 2376 }, 2377 "serviceNetworkArn":{ 2378 "shape":"ServiceNetworkArn", 2379 "documentation":"<p>The Amazon Resource Name (ARN) of the service network.</p>" 2380 }, 2381 "serviceNetworkId":{ 2382 "shape":"ServiceNetworkId", 2383 "documentation":"<p>The ID of the service network.</p>" 2384 }, 2385 "serviceNetworkName":{ 2386 "shape":"ServiceNetworkName", 2387 "documentation":"<p>The name of the service network.</p>" 2388 }, 2389 "status":{ 2390 "shape":"ServiceNetworkServiceAssociationStatus", 2391 "documentation":"<p>The status of the association.</p>" 2392 } 2393 } 2394 }, 2395 "GetServiceNetworkVpcAssociationRequest":{ 2396 "type":"structure", 2397 "required":["serviceNetworkVpcAssociationIdentifier"], 2398 "members":{ 2399 "serviceNetworkVpcAssociationIdentifier":{ 2400 "shape":"ServiceNetworkVpcAssociationIdentifier", 2401 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the association.</p>", 2402 "location":"uri", 2403 "locationName":"serviceNetworkVpcAssociationIdentifier" 2404 } 2405 } 2406 }, 2407 "GetServiceNetworkVpcAssociationResponse":{ 2408 "type":"structure", 2409 "members":{ 2410 "arn":{ 2411 "shape":"ServiceNetworkVpcAssociationArn", 2412 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 2413 }, 2414 "createdAt":{ 2415 "shape":"Timestamp", 2416 "documentation":"<p>The date and time that the association was created, specified in ISO-8601 format.</p>" 2417 }, 2418 "createdBy":{ 2419 "shape":"AccountId", 2420 "documentation":"<p>The account that created the association.</p>" 2421 }, 2422 "failureCode":{ 2423 "shape":"String", 2424 "documentation":"<p>The failure code.</p>" 2425 }, 2426 "failureMessage":{ 2427 "shape":"String", 2428 "documentation":"<p>The failure message.</p>" 2429 }, 2430 "id":{ 2431 "shape":"ServiceNetworkVpcAssociationId", 2432 "documentation":"<p>The ID of the specified association between the service network and the VPC.</p>" 2433 }, 2434 "lastUpdatedAt":{ 2435 "shape":"Timestamp", 2436 "documentation":"<p>The date and time that the association was last updated, specified in ISO-8601 format.</p>" 2437 }, 2438 "securityGroupIds":{ 2439 "shape":"SecurityGroupList", 2440 "documentation":"<p>The IDs of the security groups.</p>" 2441 }, 2442 "serviceNetworkArn":{ 2443 "shape":"ServiceNetworkArn", 2444 "documentation":"<p>The Amazon Resource Name (ARN) of the service network.</p>" 2445 }, 2446 "serviceNetworkId":{ 2447 "shape":"ServiceNetworkId", 2448 "documentation":"<p>The ID of the service network.</p>" 2449 }, 2450 "serviceNetworkName":{ 2451 "shape":"ServiceNetworkName", 2452 "documentation":"<p>The name of the service network.</p>" 2453 }, 2454 "status":{ 2455 "shape":"ServiceNetworkVpcAssociationStatus", 2456 "documentation":"<p>The status of the association.</p>" 2457 }, 2458 "vpcId":{ 2459 "shape":"VpcId", 2460 "documentation":"<p>The ID of the VPC.</p>" 2461 } 2462 } 2463 }, 2464 "GetServiceRequest":{ 2465 "type":"structure", 2466 "required":["serviceIdentifier"], 2467 "members":{ 2468 "serviceIdentifier":{ 2469 "shape":"ServiceIdentifier", 2470 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 2471 "location":"uri", 2472 "locationName":"serviceIdentifier" 2473 } 2474 } 2475 }, 2476 "GetServiceResponse":{ 2477 "type":"structure", 2478 "members":{ 2479 "arn":{ 2480 "shape":"ServiceArn", 2481 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 2482 }, 2483 "authType":{ 2484 "shape":"AuthType", 2485 "documentation":"<p>The type of IAM policy.</p>" 2486 }, 2487 "certificateArn":{ 2488 "shape":"CertificateArn", 2489 "documentation":"<p>The Amazon Resource Name (ARN) of the certificate.</p>" 2490 }, 2491 "createdAt":{ 2492 "shape":"Timestamp", 2493 "documentation":"<p>The date and time that the service was created, specified in ISO-8601 format.</p>" 2494 }, 2495 "customDomainName":{ 2496 "shape":"ServiceCustomDomainName", 2497 "documentation":"<p>The custom domain name of the service.</p>" 2498 }, 2499 "dnsEntry":{ 2500 "shape":"DnsEntry", 2501 "documentation":"<p>The DNS name of the service.</p>" 2502 }, 2503 "failureCode":{ 2504 "shape":"FailureCode", 2505 "documentation":"<p>The failure code.</p>" 2506 }, 2507 "failureMessage":{ 2508 "shape":"FailureMessage", 2509 "documentation":"<p>The failure message.</p>" 2510 }, 2511 "id":{ 2512 "shape":"ServiceId", 2513 "documentation":"<p>The ID of the service.</p>" 2514 }, 2515 "lastUpdatedAt":{ 2516 "shape":"Timestamp", 2517 "documentation":"<p>The date and time that the service was last updated, specified in ISO-8601 format.</p>" 2518 }, 2519 "name":{ 2520 "shape":"ServiceName", 2521 "documentation":"<p>The name of the service.</p>" 2522 }, 2523 "status":{ 2524 "shape":"ServiceStatus", 2525 "documentation":"<p>The status of the service.</p>" 2526 } 2527 } 2528 }, 2529 "GetTargetGroupRequest":{ 2530 "type":"structure", 2531 "required":["targetGroupIdentifier"], 2532 "members":{ 2533 "targetGroupIdentifier":{ 2534 "shape":"TargetGroupIdentifier", 2535 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the target group.</p>", 2536 "location":"uri", 2537 "locationName":"targetGroupIdentifier" 2538 } 2539 } 2540 }, 2541 "GetTargetGroupResponse":{ 2542 "type":"structure", 2543 "members":{ 2544 "arn":{ 2545 "shape":"TargetGroupArn", 2546 "documentation":"<p>The Amazon Resource Name (ARN) of the target group.</p>" 2547 }, 2548 "config":{ 2549 "shape":"TargetGroupConfig", 2550 "documentation":"<p>The target group configuration.</p>" 2551 }, 2552 "createdAt":{ 2553 "shape":"Timestamp", 2554 "documentation":"<p>The date and time that the target group was created, specified in ISO-8601 format.</p>" 2555 }, 2556 "failureCode":{ 2557 "shape":"String", 2558 "documentation":"<p>The failure code.</p>" 2559 }, 2560 "failureMessage":{ 2561 "shape":"String", 2562 "documentation":"<p>The failure message.</p>" 2563 }, 2564 "id":{ 2565 "shape":"TargetGroupId", 2566 "documentation":"<p>The ID of the target group.</p>" 2567 }, 2568 "lastUpdatedAt":{ 2569 "shape":"Timestamp", 2570 "documentation":"<p>The date and time that the target group was last updated, specified in ISO-8601 format.</p>" 2571 }, 2572 "name":{ 2573 "shape":"TargetGroupName", 2574 "documentation":"<p>The name of the target group.</p>" 2575 }, 2576 "serviceArns":{ 2577 "shape":"ServiceArnList", 2578 "documentation":"<p>The Amazon Resource Names (ARNs) of the service.</p>" 2579 }, 2580 "status":{ 2581 "shape":"TargetGroupStatus", 2582 "documentation":"<p>The status.</p>" 2583 }, 2584 "type":{ 2585 "shape":"TargetGroupType", 2586 "documentation":"<p>The target group type.</p>" 2587 } 2588 } 2589 }, 2590 "HeaderMatch":{ 2591 "type":"structure", 2592 "required":[ 2593 "match", 2594 "name" 2595 ], 2596 "members":{ 2597 "caseSensitive":{ 2598 "shape":"Boolean", 2599 "documentation":"<p>Indicates whether the match is case sensitive. Defaults to false.</p>" 2600 }, 2601 "match":{ 2602 "shape":"HeaderMatchType", 2603 "documentation":"<p>The header match type.</p>" 2604 }, 2605 "name":{ 2606 "shape":"HeaderMatchName", 2607 "documentation":"<p>The name of the header.</p>" 2608 } 2609 }, 2610 "documentation":"<p>Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.</p>" 2611 }, 2612 "HeaderMatchContains":{ 2613 "type":"string", 2614 "max":200, 2615 "min":1 2616 }, 2617 "HeaderMatchExact":{ 2618 "type":"string", 2619 "max":200, 2620 "min":1 2621 }, 2622 "HeaderMatchList":{ 2623 "type":"list", 2624 "member":{"shape":"HeaderMatch"}, 2625 "max":5, 2626 "min":1 2627 }, 2628 "HeaderMatchName":{ 2629 "type":"string", 2630 "max":100, 2631 "min":1 2632 }, 2633 "HeaderMatchPrefix":{ 2634 "type":"string", 2635 "max":200, 2636 "min":1 2637 }, 2638 "HeaderMatchType":{ 2639 "type":"structure", 2640 "members":{ 2641 "contains":{ 2642 "shape":"HeaderMatchContains", 2643 "documentation":"<p>Specifies a contains type match.</p>" 2644 }, 2645 "exact":{ 2646 "shape":"HeaderMatchExact", 2647 "documentation":"<p>Specifies an exact type match.</p>" 2648 }, 2649 "prefix":{ 2650 "shape":"HeaderMatchPrefix", 2651 "documentation":"<p>Specifies a prefix type match. Matches the value with the prefix.</p>" 2652 } 2653 }, 2654 "documentation":"<p>Describes a header match type. Only one can be provided.</p>", 2655 "union":true 2656 }, 2657 "HealthCheckConfig":{ 2658 "type":"structure", 2659 "members":{ 2660 "enabled":{ 2661 "shape":"Boolean", 2662 "documentation":"<p>Indicates whether health checking is enabled.</p>" 2663 }, 2664 "healthCheckIntervalSeconds":{ 2665 "shape":"HealthCheckIntervalSeconds", 2666 "documentation":"<p>The approximate amount of time, in seconds, between health checks of an individual target. The range is 5–300 seconds. The default is 30 seconds.</p>" 2667 }, 2668 "healthCheckTimeoutSeconds":{ 2669 "shape":"HealthCheckTimeoutSeconds", 2670 "documentation":"<p>The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is 1–120 seconds. The default is 5 seconds.</p>" 2671 }, 2672 "healthyThresholdCount":{ 2673 "shape":"HealthyThresholdCount", 2674 "documentation":"<p>The number of consecutive successful health checks required before considering an unhealthy target healthy. The range is 2–10. The default is 5.</p>" 2675 }, 2676 "matcher":{ 2677 "shape":"Matcher", 2678 "documentation":"<p>The codes to use when checking for a successful response from a target. These are called <i>Success codes</i> in the console.</p>" 2679 }, 2680 "path":{ 2681 "shape":"HealthCheckPath", 2682 "documentation":"<p>The destination for health checks on the targets. If the protocol version is <code>HTTP/1.1</code> or <code>HTTP/2</code>, specify a valid URI (for example, <code>/path?query</code>). The default path is <code>/</code>. Health checks are not supported if the protocol version is <code>gRPC</code>, however, you can choose <code>HTTP/1.1</code> or <code>HTTP/2</code> and specify a valid URI.</p>" 2683 }, 2684 "port":{ 2685 "shape":"HealthCheckPort", 2686 "documentation":"<p>The port used when performing health checks on targets. The default setting is the port that a target receives traffic on.</p>" 2687 }, 2688 "protocol":{ 2689 "shape":"TargetGroupProtocol", 2690 "documentation":"<p>The protocol used when performing health checks on targets. The possible protocols are <code>HTTP</code> and <code>HTTPS</code>. The default is <code>HTTP</code>.</p>" 2691 }, 2692 "protocolVersion":{ 2693 "shape":"HealthCheckProtocolVersion", 2694 "documentation":"<p>The protocol version used when performing health checks on targets. The possible protocol versions are <code>HTTP1</code> and <code>HTTP2</code>.</p>" 2695 }, 2696 "unhealthyThresholdCount":{ 2697 "shape":"UnhealthyThresholdCount", 2698 "documentation":"<p>The number of consecutive failed health checks required before considering a target unhealthy. The range is 2–10. The default is 2.</p>" 2699 } 2700 }, 2701 "documentation":"<p>The health check configuration of a target group. Health check configurations aren't used for <code>LAMBDA</code> and <code>ALB</code> target groups.</p>" 2702 }, 2703 "HealthCheckIntervalSeconds":{ 2704 "type":"integer", 2705 "box":true, 2706 "max":300, 2707 "min":0 2708 }, 2709 "HealthCheckPath":{ 2710 "type":"string", 2711 "max":2048, 2712 "min":0, 2713 "pattern":"(^/[a-zA-Z0-9@:%_+.~#?&/=-]*$|(^$))" 2714 }, 2715 "HealthCheckPort":{ 2716 "type":"integer", 2717 "box":true, 2718 "max":65535, 2719 "min":0 2720 }, 2721 "HealthCheckProtocolVersion":{ 2722 "type":"string", 2723 "enum":[ 2724 "HTTP1", 2725 "HTTP2" 2726 ] 2727 }, 2728 "HealthCheckTimeoutSeconds":{ 2729 "type":"integer", 2730 "box":true, 2731 "max":120, 2732 "min":0 2733 }, 2734 "HealthyThresholdCount":{ 2735 "type":"integer", 2736 "box":true, 2737 "max":10, 2738 "min":0 2739 }, 2740 "HttpCodeMatcher":{ 2741 "type":"string", 2742 "max":2000, 2743 "min":0, 2744 "pattern":"(^[0-9-,]+$|(^$))" 2745 }, 2746 "HttpMatch":{ 2747 "type":"structure", 2748 "members":{ 2749 "headerMatches":{ 2750 "shape":"HeaderMatchList", 2751 "documentation":"<p>The header matches. Matches incoming requests with rule based on request header value before applying rule action.</p>" 2752 }, 2753 "method":{ 2754 "shape":"HttpMethod", 2755 "documentation":"<p>The HTTP method type.</p>" 2756 }, 2757 "pathMatch":{ 2758 "shape":"PathMatch", 2759 "documentation":"<p>The path match.</p>" 2760 } 2761 }, 2762 "documentation":"<p>Describes criteria that can be applied to incoming requests.</p>" 2763 }, 2764 "HttpMethod":{ 2765 "type":"string", 2766 "max":16, 2767 "min":0 2768 }, 2769 "HttpStatusCode":{ 2770 "type":"integer", 2771 "box":true, 2772 "max":599, 2773 "min":100 2774 }, 2775 "Integer":{ 2776 "type":"integer", 2777 "box":true 2778 }, 2779 "InternalServerException":{ 2780 "type":"structure", 2781 "required":["message"], 2782 "members":{ 2783 "message":{"shape":"String"}, 2784 "retryAfterSeconds":{ 2785 "shape":"Integer", 2786 "documentation":"<p>The number of seconds to wait before retrying.</p>", 2787 "location":"header", 2788 "locationName":"Retry-After" 2789 } 2790 }, 2791 "documentation":"<p>An unexpected error occurred while processing the request.</p>", 2792 "error":{"httpStatusCode":500}, 2793 "exception":true, 2794 "fault":true, 2795 "retryable":{"throttling":false} 2796 }, 2797 "IpAddressType":{ 2798 "type":"string", 2799 "enum":[ 2800 "IPV4", 2801 "IPV6" 2802 ] 2803 }, 2804 "LambdaEventStructureVersion":{ 2805 "type":"string", 2806 "enum":[ 2807 "V1", 2808 "V2" 2809 ] 2810 }, 2811 "ListAccessLogSubscriptionsRequest":{ 2812 "type":"structure", 2813 "required":["resourceIdentifier"], 2814 "members":{ 2815 "maxResults":{ 2816 "shape":"MaxResults", 2817 "documentation":"<p>The maximum number of results to return.</p>", 2818 "location":"querystring", 2819 "locationName":"maxResults" 2820 }, 2821 "nextToken":{ 2822 "shape":"NextToken", 2823 "documentation":"<p>A pagination token for the next page of results.</p>", 2824 "location":"querystring", 2825 "locationName":"nextToken" 2826 }, 2827 "resourceIdentifier":{ 2828 "shape":"ResourceIdentifier", 2829 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>", 2830 "location":"querystring", 2831 "locationName":"resourceIdentifier" 2832 } 2833 } 2834 }, 2835 "ListAccessLogSubscriptionsResponse":{ 2836 "type":"structure", 2837 "required":["items"], 2838 "members":{ 2839 "items":{ 2840 "shape":"AccessLogSubscriptionList", 2841 "documentation":"<p>The access log subscriptions.</p>" 2842 }, 2843 "nextToken":{ 2844 "shape":"NextToken", 2845 "documentation":"<p>A pagination token for the next page of results.</p>" 2846 } 2847 } 2848 }, 2849 "ListListenersRequest":{ 2850 "type":"structure", 2851 "required":["serviceIdentifier"], 2852 "members":{ 2853 "maxResults":{ 2854 "shape":"MaxResults", 2855 "documentation":"<p>The maximum number of results to return.</p>", 2856 "location":"querystring", 2857 "locationName":"maxResults" 2858 }, 2859 "nextToken":{ 2860 "shape":"NextToken", 2861 "documentation":"<p>A pagination token for the next page of results.</p>", 2862 "location":"querystring", 2863 "locationName":"nextToken" 2864 }, 2865 "serviceIdentifier":{ 2866 "shape":"ServiceIdentifier", 2867 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 2868 "location":"uri", 2869 "locationName":"serviceIdentifier" 2870 } 2871 } 2872 }, 2873 "ListListenersResponse":{ 2874 "type":"structure", 2875 "required":["items"], 2876 "members":{ 2877 "items":{ 2878 "shape":"ListenerSummaryList", 2879 "documentation":"<p>Information about the listeners.</p>" 2880 }, 2881 "nextToken":{ 2882 "shape":"NextToken", 2883 "documentation":"<p>If there are additional results, a pagination token for the next page of results.</p>" 2884 } 2885 } 2886 }, 2887 "ListRulesRequest":{ 2888 "type":"structure", 2889 "required":[ 2890 "listenerIdentifier", 2891 "serviceIdentifier" 2892 ], 2893 "members":{ 2894 "listenerIdentifier":{ 2895 "shape":"ListenerIdentifier", 2896 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 2897 "location":"uri", 2898 "locationName":"listenerIdentifier" 2899 }, 2900 "maxResults":{ 2901 "shape":"MaxResults", 2902 "documentation":"<p>The maximum number of results to return.</p>", 2903 "location":"querystring", 2904 "locationName":"maxResults" 2905 }, 2906 "nextToken":{ 2907 "shape":"NextToken", 2908 "documentation":"<p>A pagination token for the next page of results.</p>", 2909 "location":"querystring", 2910 "locationName":"nextToken" 2911 }, 2912 "serviceIdentifier":{ 2913 "shape":"ServiceIdentifier", 2914 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 2915 "location":"uri", 2916 "locationName":"serviceIdentifier" 2917 } 2918 } 2919 }, 2920 "ListRulesResponse":{ 2921 "type":"structure", 2922 "required":["items"], 2923 "members":{ 2924 "items":{ 2925 "shape":"RuleSummaryList", 2926 "documentation":"<p>Information about the rules.</p>" 2927 }, 2928 "nextToken":{ 2929 "shape":"NextToken", 2930 "documentation":"<p>If there are additional results, a pagination token for the next page of results.</p>" 2931 } 2932 } 2933 }, 2934 "ListServiceNetworkServiceAssociationsRequest":{ 2935 "type":"structure", 2936 "members":{ 2937 "maxResults":{ 2938 "shape":"MaxResults", 2939 "documentation":"<p>The maximum number of results to return.</p>", 2940 "location":"querystring", 2941 "locationName":"maxResults" 2942 }, 2943 "nextToken":{ 2944 "shape":"NextToken", 2945 "documentation":"<p>A pagination token for the next page of results.</p>", 2946 "location":"querystring", 2947 "locationName":"nextToken" 2948 }, 2949 "serviceIdentifier":{ 2950 "shape":"ServiceIdentifier", 2951 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 2952 "location":"querystring", 2953 "locationName":"serviceIdentifier" 2954 }, 2955 "serviceNetworkIdentifier":{ 2956 "shape":"ServiceNetworkIdentifier", 2957 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network.</p>", 2958 "location":"querystring", 2959 "locationName":"serviceNetworkIdentifier" 2960 } 2961 } 2962 }, 2963 "ListServiceNetworkServiceAssociationsResponse":{ 2964 "type":"structure", 2965 "required":["items"], 2966 "members":{ 2967 "items":{ 2968 "shape":"ServiceNetworkServiceAssociationList", 2969 "documentation":"<p>Information about the associations.</p>" 2970 }, 2971 "nextToken":{ 2972 "shape":"NextToken", 2973 "documentation":"<p>If there are additional results, a pagination token for the next page of results.</p>" 2974 } 2975 } 2976 }, 2977 "ListServiceNetworkVpcAssociationsRequest":{ 2978 "type":"structure", 2979 "members":{ 2980 "maxResults":{ 2981 "shape":"MaxResults", 2982 "documentation":"<p>The maximum number of results to return.</p>", 2983 "location":"querystring", 2984 "locationName":"maxResults" 2985 }, 2986 "nextToken":{ 2987 "shape":"NextToken", 2988 "documentation":"<p>A pagination token for the next page of results.</p>", 2989 "location":"querystring", 2990 "locationName":"nextToken" 2991 }, 2992 "serviceNetworkIdentifier":{ 2993 "shape":"ServiceNetworkIdentifier", 2994 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network.</p>", 2995 "location":"querystring", 2996 "locationName":"serviceNetworkIdentifier" 2997 }, 2998 "vpcIdentifier":{ 2999 "shape":"VpcId", 3000 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the VPC.</p>", 3001 "location":"querystring", 3002 "locationName":"vpcIdentifier" 3003 } 3004 } 3005 }, 3006 "ListServiceNetworkVpcAssociationsResponse":{ 3007 "type":"structure", 3008 "required":["items"], 3009 "members":{ 3010 "items":{ 3011 "shape":"ServiceNetworkVpcAssociationList", 3012 "documentation":"<p>Information about the associations.</p>" 3013 }, 3014 "nextToken":{ 3015 "shape":"NextToken", 3016 "documentation":"<p>If there are additional results, a pagination token for the next page of results.</p>" 3017 } 3018 } 3019 }, 3020 "ListServiceNetworksRequest":{ 3021 "type":"structure", 3022 "members":{ 3023 "maxResults":{ 3024 "shape":"MaxResults", 3025 "documentation":"<p>The maximum number of results to return.</p>", 3026 "location":"querystring", 3027 "locationName":"maxResults" 3028 }, 3029 "nextToken":{ 3030 "shape":"NextToken", 3031 "documentation":"<p>A pagination token for the next page of results.</p>", 3032 "location":"querystring", 3033 "locationName":"nextToken" 3034 } 3035 } 3036 }, 3037 "ListServiceNetworksResponse":{ 3038 "type":"structure", 3039 "required":["items"], 3040 "members":{ 3041 "items":{ 3042 "shape":"ServiceNetworkList", 3043 "documentation":"<p>Information about the service networks.</p>" 3044 }, 3045 "nextToken":{ 3046 "shape":"NextToken", 3047 "documentation":"<p>If there are additional results, a pagination token for the next page of results.</p>" 3048 } 3049 } 3050 }, 3051 "ListServicesRequest":{ 3052 "type":"structure", 3053 "members":{ 3054 "maxResults":{ 3055 "shape":"MaxResults", 3056 "documentation":"<p>The maximum number of results to return.</p>", 3057 "location":"querystring", 3058 "locationName":"maxResults" 3059 }, 3060 "nextToken":{ 3061 "shape":"NextToken", 3062 "documentation":"<p>A pagination token for the next page of results.</p>", 3063 "location":"querystring", 3064 "locationName":"nextToken" 3065 } 3066 } 3067 }, 3068 "ListServicesResponse":{ 3069 "type":"structure", 3070 "members":{ 3071 "items":{ 3072 "shape":"ServiceList", 3073 "documentation":"<p>The services.</p>" 3074 }, 3075 "nextToken":{ 3076 "shape":"NextToken", 3077 "documentation":"<p>If there are additional results, a pagination token for the next page of results.</p>" 3078 } 3079 } 3080 }, 3081 "ListTagsForResourceRequest":{ 3082 "type":"structure", 3083 "required":["resourceArn"], 3084 "members":{ 3085 "resourceArn":{ 3086 "shape":"Arn", 3087 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>", 3088 "location":"uri", 3089 "locationName":"resourceArn" 3090 } 3091 } 3092 }, 3093 "ListTagsForResourceResponse":{ 3094 "type":"structure", 3095 "members":{ 3096 "tags":{ 3097 "shape":"TagMap", 3098 "documentation":"<p>The tags.</p>" 3099 } 3100 } 3101 }, 3102 "ListTargetGroupsRequest":{ 3103 "type":"structure", 3104 "members":{ 3105 "maxResults":{ 3106 "shape":"MaxResults", 3107 "documentation":"<p>The maximum number of results to return.</p>", 3108 "location":"querystring", 3109 "locationName":"maxResults" 3110 }, 3111 "nextToken":{ 3112 "shape":"NextToken", 3113 "documentation":"<p>A pagination token for the next page of results.</p>", 3114 "location":"querystring", 3115 "locationName":"nextToken" 3116 }, 3117 "targetGroupType":{ 3118 "shape":"TargetGroupType", 3119 "documentation":"<p>The target group type.</p>", 3120 "location":"querystring", 3121 "locationName":"targetGroupType" 3122 }, 3123 "vpcIdentifier":{ 3124 "shape":"VpcId", 3125 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 3126 "location":"querystring", 3127 "locationName":"vpcIdentifier" 3128 } 3129 } 3130 }, 3131 "ListTargetGroupsResponse":{ 3132 "type":"structure", 3133 "members":{ 3134 "items":{ 3135 "shape":"TargetGroupList", 3136 "documentation":"<p>Information about the target groups.</p>" 3137 }, 3138 "nextToken":{ 3139 "shape":"NextToken", 3140 "documentation":"<p>If there are additional results, a pagination token for the next page of results.</p>" 3141 } 3142 } 3143 }, 3144 "ListTargetsRequest":{ 3145 "type":"structure", 3146 "required":["targetGroupIdentifier"], 3147 "members":{ 3148 "maxResults":{ 3149 "shape":"MaxResults", 3150 "documentation":"<p>The maximum number of results to return.</p>", 3151 "location":"querystring", 3152 "locationName":"maxResults" 3153 }, 3154 "nextToken":{ 3155 "shape":"NextToken", 3156 "documentation":"<p>A pagination token for the next page of results.</p>", 3157 "location":"querystring", 3158 "locationName":"nextToken" 3159 }, 3160 "targetGroupIdentifier":{ 3161 "shape":"TargetGroupIdentifier", 3162 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the target group.</p>", 3163 "location":"uri", 3164 "locationName":"targetGroupIdentifier" 3165 }, 3166 "targets":{ 3167 "shape":"ListTargetsRequestTargetsList", 3168 "documentation":"<p>The targets to list.</p>" 3169 } 3170 } 3171 }, 3172 "ListTargetsRequestTargetsList":{ 3173 "type":"list", 3174 "member":{"shape":"Target"}, 3175 "max":20, 3176 "min":0 3177 }, 3178 "ListTargetsResponse":{ 3179 "type":"structure", 3180 "required":["items"], 3181 "members":{ 3182 "items":{ 3183 "shape":"TargetSummaryList", 3184 "documentation":"<p>Information about the targets.</p>" 3185 }, 3186 "nextToken":{ 3187 "shape":"NextToken", 3188 "documentation":"<p>If there are additional results, a pagination token for the next page of results.</p>" 3189 } 3190 } 3191 }, 3192 "ListenerArn":{ 3193 "type":"string", 3194 "max":2048, 3195 "min":20, 3196 "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}$" 3197 }, 3198 "ListenerId":{ 3199 "type":"string", 3200 "max":26, 3201 "min":26, 3202 "pattern":"^listener-[0-9a-z]{17}$" 3203 }, 3204 "ListenerIdentifier":{ 3205 "type":"string", 3206 "max":2048, 3207 "min":20, 3208 "pattern":"^((listener-[0-9a-z]{17})|(^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}$))$" 3209 }, 3210 "ListenerName":{ 3211 "type":"string", 3212 "max":63, 3213 "min":3, 3214 "pattern":"^(?!listener-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" 3215 }, 3216 "ListenerProtocol":{ 3217 "type":"string", 3218 "enum":[ 3219 "HTTP", 3220 "HTTPS" 3221 ] 3222 }, 3223 "ListenerSummary":{ 3224 "type":"structure", 3225 "members":{ 3226 "arn":{ 3227 "shape":"ListenerArn", 3228 "documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>" 3229 }, 3230 "createdAt":{ 3231 "shape":"Timestamp", 3232 "documentation":"<p>The date and time that the listener was created, specified in ISO-8601 format.</p>" 3233 }, 3234 "id":{ 3235 "shape":"ListenerId", 3236 "documentation":"<p>The ID of the listener.</p>" 3237 }, 3238 "lastUpdatedAt":{ 3239 "shape":"Timestamp", 3240 "documentation":"<p>The date and time that the listener was last updated, specified in ISO-8601 format.</p>" 3241 }, 3242 "name":{ 3243 "shape":"ListenerName", 3244 "documentation":"<p>The name of the listener.</p>" 3245 }, 3246 "port":{ 3247 "shape":"Port", 3248 "documentation":"<p>The listener port.</p>" 3249 }, 3250 "protocol":{ 3251 "shape":"ListenerProtocol", 3252 "documentation":"<p>The listener protocol.</p>" 3253 } 3254 }, 3255 "documentation":"<p>Summary information about a listener.</p>" 3256 }, 3257 "ListenerSummaryList":{ 3258 "type":"list", 3259 "member":{"shape":"ListenerSummary"} 3260 }, 3261 "Long":{ 3262 "type":"long", 3263 "box":true 3264 }, 3265 "Matcher":{ 3266 "type":"structure", 3267 "members":{ 3268 "httpCode":{ 3269 "shape":"HttpCodeMatcher", 3270 "documentation":"<p>The HTTP code to use when checking for a successful response from a target.</p>" 3271 } 3272 }, 3273 "documentation":"<p>The codes to use when checking for a successful response from a target for health checks.</p>", 3274 "union":true 3275 }, 3276 "MaxResults":{ 3277 "type":"integer", 3278 "box":true, 3279 "max":100, 3280 "min":1 3281 }, 3282 "NextToken":{ 3283 "type":"string", 3284 "max":2048, 3285 "min":1 3286 }, 3287 "PathMatch":{ 3288 "type":"structure", 3289 "required":["match"], 3290 "members":{ 3291 "caseSensitive":{ 3292 "shape":"Boolean", 3293 "documentation":"<p>Indicates whether the match is case sensitive. Defaults to false.</p>" 3294 }, 3295 "match":{ 3296 "shape":"PathMatchType", 3297 "documentation":"<p>The type of path match.</p>" 3298 } 3299 }, 3300 "documentation":"<p>Describes the conditions that can be applied when matching a path for incoming requests.</p>" 3301 }, 3302 "PathMatchExact":{ 3303 "type":"string", 3304 "max":200, 3305 "min":1, 3306 "pattern":"^/[a-zA-Z0-9@:%_+.~#?&/=-]*$" 3307 }, 3308 "PathMatchPrefix":{ 3309 "type":"string", 3310 "max":200, 3311 "min":1, 3312 "pattern":"^/[a-zA-Z0-9@:%_+.~#?&/=-]*$" 3313 }, 3314 "PathMatchType":{ 3315 "type":"structure", 3316 "members":{ 3317 "exact":{ 3318 "shape":"PathMatchExact", 3319 "documentation":"<p>An exact match of the path.</p>" 3320 }, 3321 "prefix":{ 3322 "shape":"PathMatchPrefix", 3323 "documentation":"<p>A prefix match of the path.</p>" 3324 } 3325 }, 3326 "documentation":"<p>Describes a path match type. Each rule can include only one of the following types of paths.</p>", 3327 "union":true 3328 }, 3329 "PolicyString":{ 3330 "type":"string", 3331 "max":10000, 3332 "min":1, 3333 "pattern":"^.*\\S.*$" 3334 }, 3335 "Port":{ 3336 "type":"integer", 3337 "box":true, 3338 "max":65535, 3339 "min":1 3340 }, 3341 "PutAuthPolicyRequest":{ 3342 "type":"structure", 3343 "required":[ 3344 "policy", 3345 "resourceIdentifier" 3346 ], 3347 "members":{ 3348 "policy":{ 3349 "shape":"AuthPolicyString", 3350 "documentation":"<p>The auth policy.</p>" 3351 }, 3352 "resourceIdentifier":{ 3353 "shape":"ResourceIdentifier", 3354 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.</p>", 3355 "location":"uri", 3356 "locationName":"resourceIdentifier" 3357 } 3358 } 3359 }, 3360 "PutAuthPolicyResponse":{ 3361 "type":"structure", 3362 "members":{ 3363 "policy":{ 3364 "shape":"AuthPolicyString", 3365 "documentation":"<p>The auth policy.</p>" 3366 }, 3367 "state":{ 3368 "shape":"AuthPolicyState", 3369 "documentation":"<p>The state of the auth policy. The auth policy is only active when the auth type is set to <code>Amazon Web Services_IAM</code>. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is <code>NONE</code>, then, any auth policy you provide will remain inactive. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network\">Create a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>" 3370 } 3371 } 3372 }, 3373 "PutResourcePolicyRequest":{ 3374 "type":"structure", 3375 "required":[ 3376 "policy", 3377 "resourceArn" 3378 ], 3379 "members":{ 3380 "policy":{ 3381 "shape":"PolicyString", 3382 "documentation":"<p>An IAM policy.</p>" 3383 }, 3384 "resourceArn":{ 3385 "shape":"ResourceArn", 3386 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.</p>", 3387 "location":"uri", 3388 "locationName":"resourceArn" 3389 } 3390 } 3391 }, 3392 "PutResourcePolicyResponse":{ 3393 "type":"structure", 3394 "members":{ 3395 } 3396 }, 3397 "RegisterTargetsRequest":{ 3398 "type":"structure", 3399 "required":[ 3400 "targetGroupIdentifier", 3401 "targets" 3402 ], 3403 "members":{ 3404 "targetGroupIdentifier":{ 3405 "shape":"TargetGroupIdentifier", 3406 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the target group.</p>", 3407 "location":"uri", 3408 "locationName":"targetGroupIdentifier" 3409 }, 3410 "targets":{ 3411 "shape":"RegisterTargetsRequestTargetsList", 3412 "documentation":"<p>The targets.</p>" 3413 } 3414 } 3415 }, 3416 "RegisterTargetsRequestTargetsList":{ 3417 "type":"list", 3418 "member":{"shape":"Target"}, 3419 "max":100, 3420 "min":1 3421 }, 3422 "RegisterTargetsResponse":{ 3423 "type":"structure", 3424 "members":{ 3425 "successful":{ 3426 "shape":"TargetList", 3427 "documentation":"<p>The targets that were successfully registered.</p>" 3428 }, 3429 "unsuccessful":{ 3430 "shape":"TargetFailureList", 3431 "documentation":"<p>The targets that were not registered.</p>" 3432 } 3433 } 3434 }, 3435 "ResourceArn":{ 3436 "type":"string", 3437 "max":200, 3438 "min":20, 3439 "pattern":"^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc))-[0-9a-z]{17}$" 3440 }, 3441 "ResourceId":{ 3442 "type":"string", 3443 "max":50, 3444 "min":20, 3445 "pattern":"^((sn)|(svc))-[0-9a-z]{17}$" 3446 }, 3447 "ResourceIdentifier":{ 3448 "type":"string", 3449 "max":200, 3450 "min":17, 3451 "pattern":"^((((sn)|(svc))-[0-9a-z]{17})|(arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc))-[0-9a-z]{17}))$" 3452 }, 3453 "ResourceNotFoundException":{ 3454 "type":"structure", 3455 "required":[ 3456 "message", 3457 "resourceId", 3458 "resourceType" 3459 ], 3460 "members":{ 3461 "message":{"shape":"String"}, 3462 "resourceId":{ 3463 "shape":"String", 3464 "documentation":"<p>The resource ID.</p>" 3465 }, 3466 "resourceType":{ 3467 "shape":"String", 3468 "documentation":"<p>The resource type.</p>" 3469 } 3470 }, 3471 "documentation":"<p>The request references a resource that does not exist.</p>", 3472 "error":{ 3473 "httpStatusCode":404, 3474 "senderFault":true 3475 }, 3476 "exception":true 3477 }, 3478 "RuleAction":{ 3479 "type":"structure", 3480 "members":{ 3481 "fixedResponse":{ 3482 "shape":"FixedResponseAction", 3483 "documentation":"<p> Describes the rule action that returns a custom HTTP response. </p>" 3484 }, 3485 "forward":{ 3486 "shape":"ForwardAction", 3487 "documentation":"<p>The forward action. Traffic that matches the rule is forwarded to the specified target groups.</p>" 3488 } 3489 }, 3490 "documentation":"<p>Describes the action for a rule. Each rule must include exactly one of the following types of actions: <code>forward </code>or <code>fixed-response</code>, and it must be the last action to be performed.</p>", 3491 "union":true 3492 }, 3493 "RuleArn":{ 3494 "type":"string", 3495 "max":2048, 3496 "min":20, 3497 "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}/rule/rule-[0-9a-z]{17}$" 3498 }, 3499 "RuleId":{ 3500 "type":"string", 3501 "max":22, 3502 "min":5, 3503 "pattern":"^rule-[0-9a-z]{17}$" 3504 }, 3505 "RuleIdentifier":{ 3506 "type":"string", 3507 "max":2048, 3508 "min":20, 3509 "pattern":"^((rule-[0-9a-z]{17})|(^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}/listener/listener-[0-9a-z]{17}/rule/rule-[0-9a-z]{17}$))$" 3510 }, 3511 "RuleMatch":{ 3512 "type":"structure", 3513 "members":{ 3514 "httpMatch":{ 3515 "shape":"HttpMatch", 3516 "documentation":"<p>The HTTP criteria that a rule must match.</p>" 3517 } 3518 }, 3519 "documentation":"<p>Describes a rule match.</p>", 3520 "union":true 3521 }, 3522 "RuleName":{ 3523 "type":"string", 3524 "max":63, 3525 "min":3, 3526 "pattern":"^(?!rule-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" 3527 }, 3528 "RulePriority":{ 3529 "type":"integer", 3530 "box":true, 3531 "max":100, 3532 "min":1 3533 }, 3534 "RuleSummary":{ 3535 "type":"structure", 3536 "members":{ 3537 "arn":{ 3538 "shape":"RuleArn", 3539 "documentation":"<p>The Amazon Resource Name (ARN) of the rule.</p>" 3540 }, 3541 "createdAt":{ 3542 "shape":"Timestamp", 3543 "documentation":"<p>The date and time that the listener rule was created, specified in ISO-8601 format.</p>" 3544 }, 3545 "id":{ 3546 "shape":"RuleId", 3547 "documentation":"<p>The ID of the rule.</p>" 3548 }, 3549 "isDefault":{ 3550 "shape":"Boolean", 3551 "documentation":"<p>Indicates whether this is the default rule. Listener rules are created when you create a listener. Each listener has a default rule for checking connection requests. </p>" 3552 }, 3553 "lastUpdatedAt":{ 3554 "shape":"Timestamp", 3555 "documentation":"<p>The date and time that the listener rule was last updated, specified in ISO-8601 format.</p>" 3556 }, 3557 "name":{ 3558 "shape":"RuleName", 3559 "documentation":"<p>The name of the rule.</p>" 3560 }, 3561 "priority":{ 3562 "shape":"RulePriority", 3563 "documentation":"<p> The priority of the rule. </p>" 3564 } 3565 }, 3566 "documentation":"<p>Summary information about the listener rule.</p>" 3567 }, 3568 "RuleSummaryList":{ 3569 "type":"list", 3570 "member":{"shape":"RuleSummary"} 3571 }, 3572 "RuleUpdate":{ 3573 "type":"structure", 3574 "required":["ruleIdentifier"], 3575 "members":{ 3576 "action":{ 3577 "shape":"RuleAction", 3578 "documentation":"<p>The rule action.</p>" 3579 }, 3580 "match":{ 3581 "shape":"RuleMatch", 3582 "documentation":"<p>The rule match.</p>" 3583 }, 3584 "priority":{ 3585 "shape":"RulePriority", 3586 "documentation":"<p>The rule priority. A listener can't have multiple rules with the same priority.</p>" 3587 }, 3588 "ruleIdentifier":{ 3589 "shape":"RuleIdentifier", 3590 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the rule.</p>" 3591 } 3592 }, 3593 "documentation":"<p>Represents an object when updating a rule.</p>" 3594 }, 3595 "RuleUpdateFailure":{ 3596 "type":"structure", 3597 "members":{ 3598 "failureCode":{ 3599 "shape":"FailureCode", 3600 "documentation":"<p>The failure code.</p>" 3601 }, 3602 "failureMessage":{ 3603 "shape":"FailureMessage", 3604 "documentation":"<p>The failure message.</p>" 3605 }, 3606 "ruleIdentifier":{ 3607 "shape":"RuleIdentifier", 3608 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the rule.</p>" 3609 } 3610 }, 3611 "documentation":"<p>Describes a rule update that failed.</p>" 3612 }, 3613 "RuleUpdateFailureList":{ 3614 "type":"list", 3615 "member":{"shape":"RuleUpdateFailure"} 3616 }, 3617 "RuleUpdateList":{ 3618 "type":"list", 3619 "member":{"shape":"RuleUpdate"}, 3620 "max":5, 3621 "min":1 3622 }, 3623 "RuleUpdateSuccess":{ 3624 "type":"structure", 3625 "members":{ 3626 "action":{ 3627 "shape":"RuleAction", 3628 "documentation":"<p>The action for the default rule.</p>" 3629 }, 3630 "arn":{ 3631 "shape":"RuleArn", 3632 "documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>" 3633 }, 3634 "id":{ 3635 "shape":"RuleId", 3636 "documentation":"<p>The ID of the listener.</p>" 3637 }, 3638 "isDefault":{ 3639 "shape":"Boolean", 3640 "documentation":"<p>Indicates whether this is the default rule.</p>" 3641 }, 3642 "match":{ 3643 "shape":"RuleMatch", 3644 "documentation":"<p>The rule match.</p>" 3645 }, 3646 "name":{ 3647 "shape":"RuleName", 3648 "documentation":"<p>The name of the listener.</p>" 3649 }, 3650 "priority":{ 3651 "shape":"RulePriority", 3652 "documentation":"<p>The rule priority.</p>" 3653 } 3654 }, 3655 "documentation":"<p>Describes a successful rule update.</p>" 3656 }, 3657 "RuleUpdateSuccessList":{ 3658 "type":"list", 3659 "member":{"shape":"RuleUpdateSuccess"} 3660 }, 3661 "SecurityGroupId":{ 3662 "type":"string", 3663 "max":200, 3664 "min":5, 3665 "pattern":"^sg-(([0-9a-z]{8})|([0-9a-z]{17}))$" 3666 }, 3667 "SecurityGroupList":{ 3668 "type":"list", 3669 "member":{"shape":"SecurityGroupId"} 3670 }, 3671 "ServiceArn":{ 3672 "type":"string", 3673 "max":2048, 3674 "min":20, 3675 "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}$" 3676 }, 3677 "ServiceArnList":{ 3678 "type":"list", 3679 "member":{"shape":"ServiceArn"} 3680 }, 3681 "ServiceCustomDomainName":{ 3682 "type":"string", 3683 "max":255, 3684 "min":3 3685 }, 3686 "ServiceId":{ 3687 "type":"string", 3688 "max":21, 3689 "min":21, 3690 "pattern":"^svc-[0-9a-z]{17}$" 3691 }, 3692 "ServiceIdentifier":{ 3693 "type":"string", 3694 "max":2048, 3695 "min":17, 3696 "pattern":"^((svc-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:service/svc-[0-9a-z]{17}))$" 3697 }, 3698 "ServiceList":{ 3699 "type":"list", 3700 "member":{"shape":"ServiceSummary"} 3701 }, 3702 "ServiceName":{ 3703 "type":"string", 3704 "max":40, 3705 "min":3, 3706 "pattern":"^(?!svc-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" 3707 }, 3708 "ServiceNetworkArn":{ 3709 "type":"string", 3710 "max":2048, 3711 "min":32, 3712 "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetwork/sn-[0-9a-z]{17}$" 3713 }, 3714 "ServiceNetworkId":{ 3715 "type":"string", 3716 "max":32, 3717 "min":32, 3718 "pattern":"^sn-[0-9a-z]{17}$" 3719 }, 3720 "ServiceNetworkIdentifier":{ 3721 "type":"string", 3722 "max":2048, 3723 "min":3, 3724 "pattern":"^((sn-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetwork/sn-[0-9a-z]{17}))$" 3725 }, 3726 "ServiceNetworkList":{ 3727 "type":"list", 3728 "member":{"shape":"ServiceNetworkSummary"} 3729 }, 3730 "ServiceNetworkName":{ 3731 "type":"string", 3732 "max":63, 3733 "min":3, 3734 "pattern":"^(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" 3735 }, 3736 "ServiceNetworkServiceAssociationArn":{ 3737 "type":"string", 3738 "max":2048, 3739 "min":20, 3740 "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetworkserviceassociation/snsa-[0-9a-z]{17}$" 3741 }, 3742 "ServiceNetworkServiceAssociationIdentifier":{ 3743 "type":"string", 3744 "max":2048, 3745 "min":17, 3746 "pattern":"^((snsa-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetworkserviceassociation/snsa-[0-9a-z]{17}))$" 3747 }, 3748 "ServiceNetworkServiceAssociationList":{ 3749 "type":"list", 3750 "member":{"shape":"ServiceNetworkServiceAssociationSummary"} 3751 }, 3752 "ServiceNetworkServiceAssociationStatus":{ 3753 "type":"string", 3754 "enum":[ 3755 "CREATE_IN_PROGRESS", 3756 "ACTIVE", 3757 "DELETE_IN_PROGRESS", 3758 "CREATE_FAILED", 3759 "DELETE_FAILED" 3760 ] 3761 }, 3762 "ServiceNetworkServiceAssociationSummary":{ 3763 "type":"structure", 3764 "members":{ 3765 "arn":{ 3766 "shape":"ServiceNetworkServiceAssociationArn", 3767 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 3768 }, 3769 "createdAt":{ 3770 "shape":"Timestamp", 3771 "documentation":"<p>The date and time that the association was created, specified in ISO-8601 format.</p>" 3772 }, 3773 "createdBy":{ 3774 "shape":"AccountId", 3775 "documentation":"<p>The account that created the association.</p>" 3776 }, 3777 "customDomainName":{ 3778 "shape":"ServiceCustomDomainName", 3779 "documentation":"<p> The custom domain name of the service. </p>" 3780 }, 3781 "dnsEntry":{ 3782 "shape":"DnsEntry", 3783 "documentation":"<p>DNS information about the service.</p>" 3784 }, 3785 "id":{ 3786 "shape":"ServiceNetworkServiceAssociationIdentifier", 3787 "documentation":"<p>The ID of the association.</p>" 3788 }, 3789 "serviceArn":{ 3790 "shape":"ServiceArn", 3791 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 3792 }, 3793 "serviceId":{ 3794 "shape":"ServiceId", 3795 "documentation":"<p>The ID of the service.</p>" 3796 }, 3797 "serviceName":{ 3798 "shape":"ServiceName", 3799 "documentation":"<p>The name of the service.</p>" 3800 }, 3801 "serviceNetworkArn":{ 3802 "shape":"ServiceNetworkArn", 3803 "documentation":"<p>The Amazon Resource Name (ARN) of the service network.</p>" 3804 }, 3805 "serviceNetworkId":{ 3806 "shape":"ServiceNetworkId", 3807 "documentation":"<p>The ID of the service network.</p>" 3808 }, 3809 "serviceNetworkName":{ 3810 "shape":"ServiceNetworkName", 3811 "documentation":"<p>The name of the service network.</p>" 3812 }, 3813 "status":{ 3814 "shape":"ServiceNetworkServiceAssociationStatus", 3815 "documentation":"<p>The status. If the deletion fails, try to delete again.</p>" 3816 } 3817 }, 3818 "documentation":"<p>Summary information about the association between a service network and a service.</p>" 3819 }, 3820 "ServiceNetworkSummary":{ 3821 "type":"structure", 3822 "members":{ 3823 "arn":{ 3824 "shape":"ServiceNetworkArn", 3825 "documentation":"<p>The Amazon Resource Name (ARN) of the service network.</p>" 3826 }, 3827 "createdAt":{ 3828 "shape":"Timestamp", 3829 "documentation":"<p>The date and time that the service network was created, specified in ISO-8601 format.</p>" 3830 }, 3831 "id":{ 3832 "shape":"ServiceNetworkId", 3833 "documentation":"<p>The ID of the service network.</p>" 3834 }, 3835 "lastUpdatedAt":{ 3836 "shape":"Timestamp", 3837 "documentation":"<p>The date and time that the service network was last updated, specified in ISO-8601 format.</p>" 3838 }, 3839 "name":{ 3840 "shape":"ServiceNetworkName", 3841 "documentation":"<p>The name of the service network.</p>" 3842 }, 3843 "numberOfAssociatedServices":{ 3844 "shape":"Long", 3845 "documentation":"<p>The number of services associated with the service network.</p>" 3846 }, 3847 "numberOfAssociatedVPCs":{ 3848 "shape":"Long", 3849 "documentation":"<p>The number of VPCs associated with the service network.</p>" 3850 } 3851 }, 3852 "documentation":"<p>Summary information about a service network.</p>" 3853 }, 3854 "ServiceNetworkVpcAssociationArn":{ 3855 "type":"string", 3856 "max":2048, 3857 "min":20, 3858 "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetworkvpcassociation/snva-[0-9a-z]{17}$" 3859 }, 3860 "ServiceNetworkVpcAssociationId":{ 3861 "type":"string", 3862 "max":22, 3863 "min":22, 3864 "pattern":"^snva-[0-9a-z]{17}$" 3865 }, 3866 "ServiceNetworkVpcAssociationIdentifier":{ 3867 "type":"string", 3868 "max":2048, 3869 "min":17, 3870 "pattern":"^((snva-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:servicenetworkvpcassociation/snva-[0-9a-z]{17}))$" 3871 }, 3872 "ServiceNetworkVpcAssociationList":{ 3873 "type":"list", 3874 "member":{"shape":"ServiceNetworkVpcAssociationSummary"} 3875 }, 3876 "ServiceNetworkVpcAssociationStatus":{ 3877 "type":"string", 3878 "enum":[ 3879 "CREATE_IN_PROGRESS", 3880 "ACTIVE", 3881 "UPDATE_IN_PROGRESS", 3882 "DELETE_IN_PROGRESS", 3883 "CREATE_FAILED", 3884 "DELETE_FAILED", 3885 "UPDATE_FAILED" 3886 ] 3887 }, 3888 "ServiceNetworkVpcAssociationSummary":{ 3889 "type":"structure", 3890 "members":{ 3891 "arn":{ 3892 "shape":"ServiceNetworkVpcAssociationArn", 3893 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 3894 }, 3895 "createdAt":{ 3896 "shape":"Timestamp", 3897 "documentation":"<p>The date and time that the association was created, specified in ISO-8601 format.</p>" 3898 }, 3899 "createdBy":{ 3900 "shape":"AccountId", 3901 "documentation":"<p>The account that created the association.</p>" 3902 }, 3903 "id":{ 3904 "shape":"ServiceNetworkVpcAssociationId", 3905 "documentation":"<p>The ID of the association.</p>" 3906 }, 3907 "lastUpdatedAt":{ 3908 "shape":"Timestamp", 3909 "documentation":"<p>The date and time that the association was last updated, specified in ISO-8601 format.</p>" 3910 }, 3911 "serviceNetworkArn":{ 3912 "shape":"ServiceNetworkArn", 3913 "documentation":"<p>The Amazon Resource Name (ARN) of the service network.</p>" 3914 }, 3915 "serviceNetworkId":{ 3916 "shape":"ServiceNetworkId", 3917 "documentation":"<p>The ID of the service network.</p>" 3918 }, 3919 "serviceNetworkName":{ 3920 "shape":"ServiceNetworkName", 3921 "documentation":"<p>The name of the service network.</p>" 3922 }, 3923 "status":{ 3924 "shape":"ServiceNetworkVpcAssociationStatus", 3925 "documentation":"<p>The status.</p>" 3926 }, 3927 "vpcId":{ 3928 "shape":"VpcId", 3929 "documentation":"<p>The ID of the VPC.</p>" 3930 } 3931 }, 3932 "documentation":"<p>Summary information about an association between a service network and a VPC.</p>" 3933 }, 3934 "ServiceQuotaExceededException":{ 3935 "type":"structure", 3936 "required":[ 3937 "message", 3938 "quotaCode", 3939 "resourceType", 3940 "serviceCode" 3941 ], 3942 "members":{ 3943 "message":{"shape":"String"}, 3944 "quotaCode":{ 3945 "shape":"String", 3946 "documentation":"<p>The ID of the service quota that was exceeded.</p>" 3947 }, 3948 "resourceId":{ 3949 "shape":"String", 3950 "documentation":"<p>The resource ID.</p>" 3951 }, 3952 "resourceType":{ 3953 "shape":"String", 3954 "documentation":"<p>The resource type.</p>" 3955 }, 3956 "serviceCode":{ 3957 "shape":"String", 3958 "documentation":"<p>The service code.</p>" 3959 } 3960 }, 3961 "documentation":"<p>The request would cause a service quota to be exceeded.</p>", 3962 "error":{ 3963 "httpStatusCode":402, 3964 "senderFault":true 3965 }, 3966 "exception":true 3967 }, 3968 "ServiceStatus":{ 3969 "type":"string", 3970 "enum":[ 3971 "ACTIVE", 3972 "CREATE_IN_PROGRESS", 3973 "DELETE_IN_PROGRESS", 3974 "CREATE_FAILED", 3975 "DELETE_FAILED" 3976 ] 3977 }, 3978 "ServiceSummary":{ 3979 "type":"structure", 3980 "members":{ 3981 "arn":{ 3982 "shape":"ServiceArn", 3983 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 3984 }, 3985 "createdAt":{ 3986 "shape":"Timestamp", 3987 "documentation":"<p>The date and time that the service was created, specified in ISO-8601 format.</p>" 3988 }, 3989 "customDomainName":{ 3990 "shape":"ServiceCustomDomainName", 3991 "documentation":"<p> The custom domain name of the service. </p>" 3992 }, 3993 "dnsEntry":{ 3994 "shape":"DnsEntry", 3995 "documentation":"<p>DNS information about the service.</p>" 3996 }, 3997 "id":{ 3998 "shape":"ServiceId", 3999 "documentation":"<p>The ID of the service.</p>" 4000 }, 4001 "lastUpdatedAt":{ 4002 "shape":"Timestamp", 4003 "documentation":"<p>The date and time that the service was last updated. The format is ISO-8601.</p>" 4004 }, 4005 "name":{ 4006 "shape":"ServiceName", 4007 "documentation":"<p>The name of the service.</p>" 4008 }, 4009 "status":{ 4010 "shape":"ServiceStatus", 4011 "documentation":"<p>The status.</p>" 4012 } 4013 }, 4014 "documentation":"<p>Summary information about a service.</p>" 4015 }, 4016 "String":{"type":"string"}, 4017 "TagKey":{ 4018 "type":"string", 4019 "max":128, 4020 "min":1 4021 }, 4022 "TagKeys":{ 4023 "type":"list", 4024 "member":{"shape":"TagKey"}, 4025 "max":200, 4026 "min":0 4027 }, 4028 "TagMap":{ 4029 "type":"map", 4030 "key":{ 4031 "shape":"TagKey", 4032 "documentation":"<p>The key of the tag.</p> <p>Constraints: Tag keys are case-sensitive and accept a maximum of 128 Unicode characters. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @ May not begin with <code>aws:</code>.</p>" 4033 }, 4034 "value":{ 4035 "shape":"TagValue", 4036 "documentation":"<p>The value of the tag.</p> <p>Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @</p>" 4037 }, 4038 "max":200, 4039 "min":0 4040 }, 4041 "TagResourceRequest":{ 4042 "type":"structure", 4043 "required":[ 4044 "resourceArn", 4045 "tags" 4046 ], 4047 "members":{ 4048 "resourceArn":{ 4049 "shape":"Arn", 4050 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>", 4051 "location":"uri", 4052 "locationName":"resourceArn" 4053 }, 4054 "tags":{ 4055 "shape":"TagMap", 4056 "documentation":"<p>The tags for the resource.</p>" 4057 } 4058 } 4059 }, 4060 "TagResourceResponse":{ 4061 "type":"structure", 4062 "members":{ 4063 } 4064 }, 4065 "TagValue":{ 4066 "type":"string", 4067 "max":256, 4068 "min":0 4069 }, 4070 "Target":{ 4071 "type":"structure", 4072 "required":["id"], 4073 "members":{ 4074 "id":{ 4075 "shape":"TargetIdString", 4076 "documentation":"<p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is <code>ALB</code>, this is the ARN of the Application Load Balancer.</p>" 4077 }, 4078 "port":{ 4079 "shape":"Port", 4080 "documentation":"<p>The port on which the target is listening. For HTTP, the default is <code>80</code>. For HTTPS, the default is <code>443</code>.</p>" 4081 } 4082 }, 4083 "documentation":"<p>Describes a target.</p>" 4084 }, 4085 "TargetFailure":{ 4086 "type":"structure", 4087 "members":{ 4088 "failureCode":{ 4089 "shape":"String", 4090 "documentation":"<p>The failure code.</p>" 4091 }, 4092 "failureMessage":{ 4093 "shape":"String", 4094 "documentation":"<p>The failure message.</p>" 4095 }, 4096 "id":{ 4097 "shape":"String", 4098 "documentation":"<p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is <code>ALB</code>, this is the ARN of the Application Load Balancer.</p>" 4099 }, 4100 "port":{ 4101 "shape":"Port", 4102 "documentation":"<p>The port on which the target is listening. This parameter doesn't apply if the target is a Lambda function.</p>" 4103 } 4104 }, 4105 "documentation":"<p>Describes a target failure.</p>" 4106 }, 4107 "TargetFailureList":{ 4108 "type":"list", 4109 "member":{"shape":"TargetFailure"} 4110 }, 4111 "TargetGroupArn":{ 4112 "type":"string", 4113 "max":2048, 4114 "min":20, 4115 "pattern":"^arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:targetgroup/tg-[0-9a-z]{17}$" 4116 }, 4117 "TargetGroupConfig":{ 4118 "type":"structure", 4119 "members":{ 4120 "healthCheck":{ 4121 "shape":"HealthCheckConfig", 4122 "documentation":"<p>The health check configuration.</p>" 4123 }, 4124 "ipAddressType":{ 4125 "shape":"IpAddressType", 4126 "documentation":"<p>The type of IP address used for the target group. The possible values are <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>" 4127 }, 4128 "lambdaEventStructureVersion":{ 4129 "shape":"LambdaEventStructureVersion", 4130 "documentation":"<p>Lambda event structure version</p>" 4131 }, 4132 "port":{ 4133 "shape":"Port", 4134 "documentation":"<p>The port on which the targets are listening. For HTTP, the default is <code>80</code>. For HTTPS, the default is <code>443</code> </p>" 4135 }, 4136 "protocol":{ 4137 "shape":"TargetGroupProtocol", 4138 "documentation":"<p>The protocol to use for routing traffic to the targets. Default is the protocol of a target group.</p>" 4139 }, 4140 "protocolVersion":{ 4141 "shape":"TargetGroupProtocolVersion", 4142 "documentation":"<p>The protocol version. Default value is <code>HTTP1</code>.</p>" 4143 }, 4144 "vpcIdentifier":{ 4145 "shape":"VpcId", 4146 "documentation":"<p>The ID of the VPC.</p>" 4147 } 4148 }, 4149 "documentation":"<p>Describes the configuration of a target group. Lambda functions don't support target group configuration.</p>" 4150 }, 4151 "TargetGroupId":{ 4152 "type":"string", 4153 "max":20, 4154 "min":20, 4155 "pattern":"^tg-[0-9a-z]{17}$" 4156 }, 4157 "TargetGroupIdentifier":{ 4158 "type":"string", 4159 "max":2048, 4160 "min":17, 4161 "pattern":"^((tg-[0-9a-z]{17})|(arn:[a-z0-9\\-]+:vpc-lattice:[a-zA-Z0-9\\-]+:\\d{12}:targetgroup/tg-[0-9a-z]{17}))$" 4162 }, 4163 "TargetGroupList":{ 4164 "type":"list", 4165 "member":{"shape":"TargetGroupSummary"} 4166 }, 4167 "TargetGroupName":{ 4168 "type":"string", 4169 "max":128, 4170 "min":3, 4171 "pattern":"^(?!tg-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$" 4172 }, 4173 "TargetGroupProtocol":{ 4174 "type":"string", 4175 "enum":[ 4176 "HTTP", 4177 "HTTPS" 4178 ] 4179 }, 4180 "TargetGroupProtocolVersion":{ 4181 "type":"string", 4182 "enum":[ 4183 "HTTP1", 4184 "HTTP2", 4185 "GRPC" 4186 ] 4187 }, 4188 "TargetGroupStatus":{ 4189 "type":"string", 4190 "enum":[ 4191 "CREATE_IN_PROGRESS", 4192 "ACTIVE", 4193 "DELETE_IN_PROGRESS", 4194 "CREATE_FAILED", 4195 "DELETE_FAILED" 4196 ] 4197 }, 4198 "TargetGroupSummary":{ 4199 "type":"structure", 4200 "members":{ 4201 "arn":{ 4202 "shape":"TargetGroupArn", 4203 "documentation":"<p>The ARN (Amazon Resource Name) of the target group.</p>" 4204 }, 4205 "createdAt":{ 4206 "shape":"Timestamp", 4207 "documentation":"<p>The date and time that the target group was created, specified in ISO-8601 format.</p>" 4208 }, 4209 "id":{ 4210 "shape":"TargetGroupId", 4211 "documentation":"<p>The ID of the target group.</p>" 4212 }, 4213 "ipAddressType":{ 4214 "shape":"IpAddressType", 4215 "documentation":"<p>The type of IP address used for the target group. The possible values are <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>" 4216 }, 4217 "lambdaEventStructureVersion":{ 4218 "shape":"LambdaEventStructureVersion", 4219 "documentation":"<p>Lambda event structure version</p>" 4220 }, 4221 "lastUpdatedAt":{ 4222 "shape":"Timestamp", 4223 "documentation":"<p>The date and time that the target group was last updated, specified in ISO-8601 format.</p>" 4224 }, 4225 "name":{ 4226 "shape":"TargetGroupName", 4227 "documentation":"<p>The name of the target group.</p>" 4228 }, 4229 "port":{ 4230 "shape":"Port", 4231 "documentation":"<p>The port of the target group.</p>" 4232 }, 4233 "protocol":{ 4234 "shape":"TargetGroupProtocol", 4235 "documentation":"<p>The protocol of the target group.</p>" 4236 }, 4237 "serviceArns":{ 4238 "shape":"ServiceArnList", 4239 "documentation":"<p>The list of Amazon Resource Names (ARNs) of the service.</p>" 4240 }, 4241 "status":{ 4242 "shape":"TargetGroupStatus", 4243 "documentation":"<p>The status.</p>" 4244 }, 4245 "type":{ 4246 "shape":"TargetGroupType", 4247 "documentation":"<p>The target group type.</p>" 4248 }, 4249 "vpcIdentifier":{ 4250 "shape":"VpcId", 4251 "documentation":"<p>The ID of the VPC of the target group.</p>" 4252 } 4253 }, 4254 "documentation":"<p>Summary information about a target group.</p>" 4255 }, 4256 "TargetGroupType":{ 4257 "type":"string", 4258 "enum":[ 4259 "IP", 4260 "LAMBDA", 4261 "INSTANCE", 4262 "ALB" 4263 ] 4264 }, 4265 "TargetGroupWeight":{ 4266 "type":"integer", 4267 "box":true, 4268 "max":999, 4269 "min":0 4270 }, 4271 "TargetIdString":{ 4272 "type":"string", 4273 "max":200, 4274 "min":1 4275 }, 4276 "TargetList":{ 4277 "type":"list", 4278 "member":{"shape":"Target"} 4279 }, 4280 "TargetStatus":{ 4281 "type":"string", 4282 "enum":[ 4283 "DRAINING", 4284 "UNAVAILABLE", 4285 "HEALTHY", 4286 "UNHEALTHY", 4287 "INITIAL", 4288 "UNUSED" 4289 ] 4290 }, 4291 "TargetSummary":{ 4292 "type":"structure", 4293 "members":{ 4294 "id":{ 4295 "shape":"String", 4296 "documentation":"<p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is <code>ALB</code>, this is the ARN of the Application Load Balancer.</p>" 4297 }, 4298 "port":{ 4299 "shape":"Port", 4300 "documentation":"<p>The port on which the target is listening.</p>" 4301 }, 4302 "reasonCode":{ 4303 "shape":"String", 4304 "documentation":"<p>The code for why the target status is what it is.</p>" 4305 }, 4306 "status":{ 4307 "shape":"TargetStatus", 4308 "documentation":"<p>The status of the target.</p> <ul> <li> <p> <code>Draining</code>: The target is being deregistered. No new connections will be sent to this target while current connections are being drained. Default draining time is 5 minutes.</p> </li> <li> <p> <code>Unavailable</code>: Health checks are unavailable for the target group.</p> </li> <li> <p> <code>Healthy</code>: The target is healthy. </p> </li> <li> <p> <code>Unhealthy</code>: The target is unhealthy.</p> </li> <li> <p> <code>Initial</code>: Initial health checks on the target are being performed.</p> </li> <li> <p> <code>Unused</code>: Target group is not used in a service.</p> </li> </ul>" 4309 } 4310 }, 4311 "documentation":"<p>Summary information about a target.</p>" 4312 }, 4313 "TargetSummaryList":{ 4314 "type":"list", 4315 "member":{"shape":"TargetSummary"} 4316 }, 4317 "ThrottlingException":{ 4318 "type":"structure", 4319 "required":["message"], 4320 "members":{ 4321 "message":{"shape":"String"}, 4322 "quotaCode":{ 4323 "shape":"String", 4324 "documentation":"<p>The ID of the service quota that was exceeded.</p>" 4325 }, 4326 "retryAfterSeconds":{ 4327 "shape":"Integer", 4328 "documentation":"<p>The number of seconds to wait before retrying.</p>", 4329 "location":"header", 4330 "locationName":"Retry-After" 4331 }, 4332 "serviceCode":{ 4333 "shape":"String", 4334 "documentation":"<p>The service code.</p>" 4335 } 4336 }, 4337 "documentation":"<p>The limit on the number of requests per second was exceeded.</p>", 4338 "error":{ 4339 "httpStatusCode":429, 4340 "senderFault":true 4341 }, 4342 "exception":true, 4343 "retryable":{"throttling":true} 4344 }, 4345 "Timestamp":{ 4346 "type":"timestamp", 4347 "timestampFormat":"iso8601" 4348 }, 4349 "UnhealthyThresholdCount":{ 4350 "type":"integer", 4351 "box":true, 4352 "max":10, 4353 "min":0 4354 }, 4355 "UntagResourceRequest":{ 4356 "type":"structure", 4357 "required":[ 4358 "resourceArn", 4359 "tagKeys" 4360 ], 4361 "members":{ 4362 "resourceArn":{ 4363 "shape":"Arn", 4364 "documentation":"<p>The Amazon Resource Name (ARN) of the resource.</p>", 4365 "location":"uri", 4366 "locationName":"resourceArn" 4367 }, 4368 "tagKeys":{ 4369 "shape":"TagKeys", 4370 "documentation":"<p>The tag keys of the tags to remove.</p>", 4371 "location":"querystring", 4372 "locationName":"tagKeys" 4373 } 4374 } 4375 }, 4376 "UntagResourceResponse":{ 4377 "type":"structure", 4378 "members":{ 4379 } 4380 }, 4381 "UpdateAccessLogSubscriptionRequest":{ 4382 "type":"structure", 4383 "required":[ 4384 "accessLogSubscriptionIdentifier", 4385 "destinationArn" 4386 ], 4387 "members":{ 4388 "accessLogSubscriptionIdentifier":{ 4389 "shape":"AccessLogSubscriptionIdentifier", 4390 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>", 4391 "location":"uri", 4392 "locationName":"accessLogSubscriptionIdentifier" 4393 }, 4394 "destinationArn":{ 4395 "shape":"AccessLogDestinationArn", 4396 "documentation":"<p>The Amazon Resource Name (ARN) of the access log destination.</p>" 4397 } 4398 } 4399 }, 4400 "UpdateAccessLogSubscriptionResponse":{ 4401 "type":"structure", 4402 "required":[ 4403 "arn", 4404 "destinationArn", 4405 "id", 4406 "resourceArn", 4407 "resourceId" 4408 ], 4409 "members":{ 4410 "arn":{ 4411 "shape":"AccessLogSubscriptionArn", 4412 "documentation":"<p>The Amazon Resource Name (ARN) of the access log subscription.</p>" 4413 }, 4414 "destinationArn":{ 4415 "shape":"AccessLogDestinationArn", 4416 "documentation":"<p>The Amazon Resource Name (ARN) of the access log destination.</p>" 4417 }, 4418 "id":{ 4419 "shape":"AccessLogSubscriptionId", 4420 "documentation":"<p>The ID of the access log subscription.</p>" 4421 }, 4422 "resourceArn":{ 4423 "shape":"ResourceArn", 4424 "documentation":"<p>The Amazon Resource Name (ARN) of the access log subscription.</p>" 4425 }, 4426 "resourceId":{ 4427 "shape":"ResourceId", 4428 "documentation":"<p>The ID of the resource.</p>" 4429 } 4430 } 4431 }, 4432 "UpdateListenerRequest":{ 4433 "type":"structure", 4434 "required":[ 4435 "defaultAction", 4436 "listenerIdentifier", 4437 "serviceIdentifier" 4438 ], 4439 "members":{ 4440 "defaultAction":{ 4441 "shape":"RuleAction", 4442 "documentation":"<p>The action for the default rule.</p>" 4443 }, 4444 "listenerIdentifier":{ 4445 "shape":"ListenerIdentifier", 4446 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 4447 "location":"uri", 4448 "locationName":"listenerIdentifier" 4449 }, 4450 "serviceIdentifier":{ 4451 "shape":"ServiceIdentifier", 4452 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 4453 "location":"uri", 4454 "locationName":"serviceIdentifier" 4455 } 4456 } 4457 }, 4458 "UpdateListenerResponse":{ 4459 "type":"structure", 4460 "members":{ 4461 "arn":{ 4462 "shape":"ListenerArn", 4463 "documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>" 4464 }, 4465 "defaultAction":{ 4466 "shape":"RuleAction", 4467 "documentation":"<p>The action for the default rule.</p>" 4468 }, 4469 "id":{ 4470 "shape":"ListenerId", 4471 "documentation":"<p>The ID of the listener.</p>" 4472 }, 4473 "name":{ 4474 "shape":"ListenerName", 4475 "documentation":"<p>The name of the listener.</p>" 4476 }, 4477 "port":{ 4478 "shape":"Port", 4479 "documentation":"<p>The listener port.</p>" 4480 }, 4481 "protocol":{ 4482 "shape":"ListenerProtocol", 4483 "documentation":"<p>The protocol of the listener.</p>" 4484 }, 4485 "serviceArn":{ 4486 "shape":"ServiceArn", 4487 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 4488 }, 4489 "serviceId":{ 4490 "shape":"ServiceId", 4491 "documentation":"<p>The ID of the service.</p>" 4492 } 4493 } 4494 }, 4495 "UpdateRuleRequest":{ 4496 "type":"structure", 4497 "required":[ 4498 "listenerIdentifier", 4499 "ruleIdentifier", 4500 "serviceIdentifier" 4501 ], 4502 "members":{ 4503 "action":{ 4504 "shape":"RuleAction", 4505 "documentation":"<p>Information about the action for the specified listener rule.</p>" 4506 }, 4507 "listenerIdentifier":{ 4508 "shape":"ListenerIdentifier", 4509 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the listener.</p>", 4510 "location":"uri", 4511 "locationName":"listenerIdentifier" 4512 }, 4513 "match":{ 4514 "shape":"RuleMatch", 4515 "documentation":"<p>The rule match.</p>" 4516 }, 4517 "priority":{ 4518 "shape":"RulePriority", 4519 "documentation":"<p>The rule priority. A listener can't have multiple rules with the same priority.</p>" 4520 }, 4521 "ruleIdentifier":{ 4522 "shape":"RuleIdentifier", 4523 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the rule.</p>", 4524 "location":"uri", 4525 "locationName":"ruleIdentifier" 4526 }, 4527 "serviceIdentifier":{ 4528 "shape":"ServiceIdentifier", 4529 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 4530 "location":"uri", 4531 "locationName":"serviceIdentifier" 4532 } 4533 } 4534 }, 4535 "UpdateRuleResponse":{ 4536 "type":"structure", 4537 "members":{ 4538 "action":{ 4539 "shape":"RuleAction", 4540 "documentation":"<p>Information about the action for the specified listener rule.</p>" 4541 }, 4542 "arn":{ 4543 "shape":"RuleArn", 4544 "documentation":"<p>The Amazon Resource Name (ARN) of the listener.</p>" 4545 }, 4546 "id":{ 4547 "shape":"RuleId", 4548 "documentation":"<p>The ID of the listener.</p>" 4549 }, 4550 "isDefault":{ 4551 "shape":"Boolean", 4552 "documentation":"<p>Indicates whether this is the default rule.</p>" 4553 }, 4554 "match":{ 4555 "shape":"RuleMatch", 4556 "documentation":"<p>The rule match.</p>" 4557 }, 4558 "name":{ 4559 "shape":"RuleName", 4560 "documentation":"<p>The name of the listener.</p>" 4561 }, 4562 "priority":{ 4563 "shape":"RulePriority", 4564 "documentation":"<p>The rule priority.</p>" 4565 } 4566 } 4567 }, 4568 "UpdateServiceNetworkRequest":{ 4569 "type":"structure", 4570 "required":[ 4571 "authType", 4572 "serviceNetworkIdentifier" 4573 ], 4574 "members":{ 4575 "authType":{ 4576 "shape":"AuthType", 4577 "documentation":"<p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>" 4578 }, 4579 "serviceNetworkIdentifier":{ 4580 "shape":"ServiceNetworkIdentifier", 4581 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service network.</p>", 4582 "location":"uri", 4583 "locationName":"serviceNetworkIdentifier" 4584 } 4585 } 4586 }, 4587 "UpdateServiceNetworkResponse":{ 4588 "type":"structure", 4589 "members":{ 4590 "arn":{ 4591 "shape":"ServiceNetworkArn", 4592 "documentation":"<p>The Amazon Resource Name (ARN) of the service network.</p>" 4593 }, 4594 "authType":{ 4595 "shape":"AuthType", 4596 "documentation":"<p>The type of IAM policy.</p>" 4597 }, 4598 "id":{ 4599 "shape":"ServiceNetworkId", 4600 "documentation":"<p>The ID of the service network.</p>" 4601 }, 4602 "name":{ 4603 "shape":"ServiceNetworkName", 4604 "documentation":"<p>The name of the service network.</p>" 4605 } 4606 } 4607 }, 4608 "UpdateServiceNetworkVpcAssociationRequest":{ 4609 "type":"structure", 4610 "required":[ 4611 "securityGroupIds", 4612 "serviceNetworkVpcAssociationIdentifier" 4613 ], 4614 "members":{ 4615 "securityGroupIds":{ 4616 "shape":"UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList", 4617 "documentation":"<p>The IDs of the security groups. Once you add a security group, it cannot be removed.</p>" 4618 }, 4619 "serviceNetworkVpcAssociationIdentifier":{ 4620 "shape":"ServiceNetworkVpcAssociationIdentifier", 4621 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the association.</p>", 4622 "location":"uri", 4623 "locationName":"serviceNetworkVpcAssociationIdentifier" 4624 } 4625 } 4626 }, 4627 "UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList":{ 4628 "type":"list", 4629 "member":{"shape":"SecurityGroupId"}, 4630 "max":5, 4631 "min":1 4632 }, 4633 "UpdateServiceNetworkVpcAssociationResponse":{ 4634 "type":"structure", 4635 "members":{ 4636 "arn":{ 4637 "shape":"ServiceNetworkVpcAssociationArn", 4638 "documentation":"<p>The Amazon Resource Name (ARN) of the association.</p>" 4639 }, 4640 "createdBy":{ 4641 "shape":"AccountId", 4642 "documentation":"<p>The account that created the association.</p>" 4643 }, 4644 "id":{ 4645 "shape":"ServiceNetworkVpcAssociationId", 4646 "documentation":"<p>The ID of the association.</p>" 4647 }, 4648 "securityGroupIds":{ 4649 "shape":"SecurityGroupList", 4650 "documentation":"<p>The IDs of the security groups.</p>" 4651 }, 4652 "status":{ 4653 "shape":"ServiceNetworkVpcAssociationStatus", 4654 "documentation":"<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>" 4655 } 4656 } 4657 }, 4658 "UpdateServiceRequest":{ 4659 "type":"structure", 4660 "required":["serviceIdentifier"], 4661 "members":{ 4662 "authType":{ 4663 "shape":"AuthType", 4664 "documentation":"<p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>" 4665 }, 4666 "certificateArn":{ 4667 "shape":"CertificateArn", 4668 "documentation":"<p>The Amazon Resource Name (ARN) of the certificate. </p>" 4669 }, 4670 "serviceIdentifier":{ 4671 "shape":"ServiceIdentifier", 4672 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the service.</p>", 4673 "location":"uri", 4674 "locationName":"serviceIdentifier" 4675 } 4676 } 4677 }, 4678 "UpdateServiceResponse":{ 4679 "type":"structure", 4680 "members":{ 4681 "arn":{ 4682 "shape":"ServiceArn", 4683 "documentation":"<p>The Amazon Resource Name (ARN) of the service.</p>" 4684 }, 4685 "authType":{ 4686 "shape":"AuthType", 4687 "documentation":"<p>The type of IAM policy.</p>" 4688 }, 4689 "certificateArn":{ 4690 "shape":"CertificateArn", 4691 "documentation":"<p>The Amazon Resource Name (ARN) of the certificate. </p>" 4692 }, 4693 "customDomainName":{ 4694 "shape":"ServiceCustomDomainName", 4695 "documentation":"<p>The custom domain name of the service.</p>" 4696 }, 4697 "id":{ 4698 "shape":"ServiceId", 4699 "documentation":"<p>The ID of the service.</p>" 4700 }, 4701 "name":{ 4702 "shape":"ServiceName", 4703 "documentation":"<p>The name of the service.</p>" 4704 } 4705 } 4706 }, 4707 "UpdateTargetGroupRequest":{ 4708 "type":"structure", 4709 "required":[ 4710 "healthCheck", 4711 "targetGroupIdentifier" 4712 ], 4713 "members":{ 4714 "healthCheck":{ 4715 "shape":"HealthCheckConfig", 4716 "documentation":"<p>The health check configuration.</p>" 4717 }, 4718 "targetGroupIdentifier":{ 4719 "shape":"TargetGroupIdentifier", 4720 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the target group.</p>", 4721 "location":"uri", 4722 "locationName":"targetGroupIdentifier" 4723 } 4724 } 4725 }, 4726 "UpdateTargetGroupResponse":{ 4727 "type":"structure", 4728 "members":{ 4729 "arn":{ 4730 "shape":"TargetGroupArn", 4731 "documentation":"<p>The Amazon Resource Name (ARN) of the target group.</p>" 4732 }, 4733 "config":{ 4734 "shape":"TargetGroupConfig", 4735 "documentation":"<p>The target group configuration.</p>" 4736 }, 4737 "id":{ 4738 "shape":"TargetGroupId", 4739 "documentation":"<p>The ID of the target group.</p>" 4740 }, 4741 "name":{ 4742 "shape":"TargetGroupName", 4743 "documentation":"<p>The name of the target group.</p>" 4744 }, 4745 "status":{ 4746 "shape":"TargetGroupStatus", 4747 "documentation":"<p>The status.</p>" 4748 }, 4749 "type":{ 4750 "shape":"TargetGroupType", 4751 "documentation":"<p>The target group type.</p>" 4752 } 4753 } 4754 }, 4755 "ValidationException":{ 4756 "type":"structure", 4757 "required":[ 4758 "message", 4759 "reason" 4760 ], 4761 "members":{ 4762 "fieldList":{ 4763 "shape":"ValidationExceptionFieldList", 4764 "documentation":"<p>The fields that failed validation.</p>" 4765 }, 4766 "message":{"shape":"String"}, 4767 "reason":{ 4768 "shape":"ValidationExceptionReason", 4769 "documentation":"<p>The reason.</p>" 4770 } 4771 }, 4772 "documentation":"<p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>", 4773 "error":{ 4774 "httpStatusCode":400, 4775 "senderFault":true 4776 }, 4777 "exception":true 4778 }, 4779 "ValidationExceptionField":{ 4780 "type":"structure", 4781 "required":[ 4782 "message", 4783 "name" 4784 ], 4785 "members":{ 4786 "message":{ 4787 "shape":"String", 4788 "documentation":"<p>Additional details about why the validation failed.</p>" 4789 }, 4790 "name":{ 4791 "shape":"String", 4792 "documentation":"<p>The name of the validation exception.</p>" 4793 } 4794 }, 4795 "documentation":"<p>Describes a validation failure.</p>" 4796 }, 4797 "ValidationExceptionFieldList":{ 4798 "type":"list", 4799 "member":{"shape":"ValidationExceptionField"} 4800 }, 4801 "ValidationExceptionReason":{ 4802 "type":"string", 4803 "enum":[ 4804 "unknownOperation", 4805 "cannotParse", 4806 "fieldValidationFailed", 4807 "other" 4808 ] 4809 }, 4810 "VpcId":{ 4811 "type":"string", 4812 "max":50, 4813 "min":5, 4814 "pattern":"^vpc-(([0-9a-z]{8})|([0-9a-z]{17}))$" 4815 }, 4816 "WeightedTargetGroup":{ 4817 "type":"structure", 4818 "required":["targetGroupIdentifier"], 4819 "members":{ 4820 "targetGroupIdentifier":{ 4821 "shape":"TargetGroupIdentifier", 4822 "documentation":"<p>The ID or Amazon Resource Name (ARN) of the target group.</p>" 4823 }, 4824 "weight":{ 4825 "shape":"TargetGroupWeight", 4826 "documentation":"<p>Only required if you specify multiple target groups for a forward action. The \"weight\" determines how requests are distributed to the target group. For example, if you specify two target groups, each with a weight of 10, each target group receives half the requests. If you specify two target groups, one with a weight of 10 and the other with a weight of 20, the target group with a weight of 20 receives twice as many requests as the other target group. If there's only one target group specified, then the default value is 100.</p>" 4827 } 4828 }, 4829 "documentation":"<p>Describes the weight of a target group.</p>" 4830 }, 4831 "WeightedTargetGroupList":{ 4832 "type":"list", 4833 "member":{"shape":"WeightedTargetGroup"}, 4834 "max":2, 4835 "min":1 4836 } 4837 }, 4838 "documentation":"<p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that you can discover and manage them more efficiently. For more information, see the <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/\">Amazon VPC Lattice User Guide</a> </p>" 4839} 4840