aws-sdk-vpclattice 1.36.0 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-vpclattice/client.rb +927 -868
- data/lib/aws-sdk-vpclattice/client_api.rb +409 -403
- data/lib/aws-sdk-vpclattice/errors.rb +15 -15
- data/lib/aws-sdk-vpclattice/types.rb +1690 -1599
- data/lib/aws-sdk-vpclattice/waiters.rb +15 -0
- data/lib/aws-sdk-vpclattice.rb +2 -1
- data/sig/client.rbs +354 -350
- data/sig/errors.rbs +3 -3
- data/sig/types.rbs +323 -318
- metadata +2 -1
@@ -144,6 +144,7 @@ module Aws::VPCLattice
|
|
144
144
|
IpAddress = Shapes::StringShape.new(name: 'IpAddress')
|
145
145
|
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
146
146
|
IpResource = Shapes::StructureShape.new(name: 'IpResource')
|
147
|
+
Ipv4AddressesPerEni = Shapes::IntegerShape.new(name: 'Ipv4AddressesPerEni')
|
147
148
|
LambdaEventStructureVersion = Shapes::StringShape.new(name: 'LambdaEventStructureVersion')
|
148
149
|
ListAccessLogSubscriptionsRequest = Shapes::StructureShape.new(name: 'ListAccessLogSubscriptionsRequest')
|
149
150
|
ListAccessLogSubscriptionsResponse = Shapes::StructureShape.new(name: 'ListAccessLogSubscriptionsResponse')
|
@@ -357,22 +358,22 @@ module Aws::VPCLattice
|
|
357
358
|
|
358
359
|
AccessLogSubscriptionList.member = Shapes::ShapeRef.new(shape: AccessLogSubscriptionSummary)
|
359
360
|
|
360
|
-
AccessLogSubscriptionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
|
361
|
-
AccessLogSubscriptionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
362
|
-
AccessLogSubscriptionSummary.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
363
361
|
AccessLogSubscriptionSummary.add_member(:id, Shapes::ShapeRef.new(shape: AccessLogSubscriptionId, required: true, location_name: "id"))
|
364
|
-
AccessLogSubscriptionSummary.add_member(:
|
365
|
-
AccessLogSubscriptionSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
362
|
+
AccessLogSubscriptionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
|
366
363
|
AccessLogSubscriptionSummary.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
|
364
|
+
AccessLogSubscriptionSummary.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
365
|
+
AccessLogSubscriptionSummary.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
367
366
|
AccessLogSubscriptionSummary.add_member(:service_network_log_type, Shapes::ShapeRef.new(shape: ServiceNetworkLogType, location_name: "serviceNetworkLogType"))
|
367
|
+
AccessLogSubscriptionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
368
|
+
AccessLogSubscriptionSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
|
368
369
|
AccessLogSubscriptionSummary.struct_class = Types::AccessLogSubscriptionSummary
|
369
370
|
|
370
371
|
ArnResource.add_member(:arn, Shapes::ShapeRef.new(shape: WildcardArn, location_name: "arn"))
|
371
372
|
ArnResource.struct_class = Types::ArnResource
|
372
373
|
|
374
|
+
BatchUpdateRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
373
375
|
BatchUpdateRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
374
376
|
BatchUpdateRuleRequest.add_member(:rules, Shapes::ShapeRef.new(shape: RuleUpdateList, required: true, location_name: "rules"))
|
375
|
-
BatchUpdateRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
376
377
|
BatchUpdateRuleRequest.struct_class = Types::BatchUpdateRuleRequest
|
377
378
|
|
378
379
|
BatchUpdateRuleResponse.add_member(:successful, Shapes::ShapeRef.new(shape: RuleUpdateSuccessList, location_name: "successful"))
|
@@ -385,110 +386,112 @@ module Aws::VPCLattice
|
|
385
386
|
ConflictException.struct_class = Types::ConflictException
|
386
387
|
|
387
388
|
CreateAccessLogSubscriptionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
388
|
-
CreateAccessLogSubscriptionRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
389
389
|
CreateAccessLogSubscriptionRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "resourceIdentifier"))
|
390
|
+
CreateAccessLogSubscriptionRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
390
391
|
CreateAccessLogSubscriptionRequest.add_member(:service_network_log_type, Shapes::ShapeRef.new(shape: ServiceNetworkLogType, location_name: "serviceNetworkLogType"))
|
391
392
|
CreateAccessLogSubscriptionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
392
393
|
CreateAccessLogSubscriptionRequest.struct_class = Types::CreateAccessLogSubscriptionRequest
|
393
394
|
|
394
|
-
CreateAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
|
395
|
-
CreateAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
396
395
|
CreateAccessLogSubscriptionResponse.add_member(:id, Shapes::ShapeRef.new(shape: AccessLogSubscriptionId, required: true, location_name: "id"))
|
397
|
-
CreateAccessLogSubscriptionResponse.add_member(:
|
396
|
+
CreateAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
|
398
397
|
CreateAccessLogSubscriptionResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
|
398
|
+
CreateAccessLogSubscriptionResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
399
399
|
CreateAccessLogSubscriptionResponse.add_member(:service_network_log_type, Shapes::ShapeRef.new(shape: ServiceNetworkLogType, location_name: "serviceNetworkLogType"))
|
400
|
+
CreateAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
400
401
|
CreateAccessLogSubscriptionResponse.struct_class = Types::CreateAccessLogSubscriptionResponse
|
401
402
|
|
402
|
-
CreateListenerRequest.add_member(:
|
403
|
-
CreateListenerRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "defaultAction"))
|
403
|
+
CreateListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
404
404
|
CreateListenerRequest.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, required: true, location_name: "name"))
|
405
|
-
CreateListenerRequest.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
406
405
|
CreateListenerRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, required: true, location_name: "protocol"))
|
407
|
-
CreateListenerRequest.add_member(:
|
406
|
+
CreateListenerRequest.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
407
|
+
CreateListenerRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "defaultAction"))
|
408
|
+
CreateListenerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
408
409
|
CreateListenerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
409
410
|
CreateListenerRequest.struct_class = Types::CreateListenerRequest
|
410
411
|
|
411
412
|
CreateListenerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "arn"))
|
412
|
-
CreateListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
|
413
413
|
CreateListenerResponse.add_member(:id, Shapes::ShapeRef.new(shape: ListenerId, location_name: "id"))
|
414
414
|
CreateListenerResponse.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, location_name: "name"))
|
415
|
-
CreateListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
416
415
|
CreateListenerResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, location_name: "protocol"))
|
416
|
+
CreateListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
417
417
|
CreateListenerResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
|
418
418
|
CreateListenerResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
|
419
|
+
CreateListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
|
419
420
|
CreateListenerResponse.struct_class = Types::CreateListenerResponse
|
420
421
|
|
421
|
-
CreateResourceConfigurationRequest.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
422
|
-
CreateResourceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
423
422
|
CreateResourceConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceConfigurationName, required: true, location_name: "name"))
|
423
|
+
CreateResourceConfigurationRequest.add_member(:type, Shapes::ShapeRef.new(shape: ResourceConfigurationType, required: true, location_name: "type"))
|
424
424
|
CreateResourceConfigurationRequest.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRangeList, location_name: "portRanges"))
|
425
425
|
CreateResourceConfigurationRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolType, location_name: "protocol"))
|
426
|
-
CreateResourceConfigurationRequest.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
427
|
-
CreateResourceConfigurationRequest.add_member(:resource_configuration_group_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, location_name: "resourceConfigurationGroupIdentifier"))
|
428
426
|
CreateResourceConfigurationRequest.add_member(:resource_gateway_identifier, Shapes::ShapeRef.new(shape: ResourceGatewayIdentifier, location_name: "resourceGatewayIdentifier"))
|
427
|
+
CreateResourceConfigurationRequest.add_member(:resource_configuration_group_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, location_name: "resourceConfigurationGroupIdentifier"))
|
428
|
+
CreateResourceConfigurationRequest.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
429
|
+
CreateResourceConfigurationRequest.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
430
|
+
CreateResourceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
429
431
|
CreateResourceConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
430
|
-
CreateResourceConfigurationRequest.add_member(:type, Shapes::ShapeRef.new(shape: ResourceConfigurationType, required: true, location_name: "type"))
|
431
432
|
CreateResourceConfigurationRequest.struct_class = Types::CreateResourceConfigurationRequest
|
432
433
|
|
433
|
-
CreateResourceConfigurationResponse.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
434
|
-
CreateResourceConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "arn"))
|
435
|
-
CreateResourceConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
436
|
-
CreateResourceConfigurationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
437
434
|
CreateResourceConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "id"))
|
438
435
|
CreateResourceConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceConfigurationName, location_name: "name"))
|
436
|
+
CreateResourceConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "arn"))
|
437
|
+
CreateResourceConfigurationResponse.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
438
|
+
CreateResourceConfigurationResponse.add_member(:resource_configuration_group_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationGroupId"))
|
439
|
+
CreateResourceConfigurationResponse.add_member(:type, Shapes::ShapeRef.new(shape: ResourceConfigurationType, location_name: "type"))
|
439
440
|
CreateResourceConfigurationResponse.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRangeList, location_name: "portRanges"))
|
440
441
|
CreateResourceConfigurationResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolType, location_name: "protocol"))
|
441
|
-
CreateResourceConfigurationResponse.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
442
|
-
CreateResourceConfigurationResponse.add_member(:resource_configuration_group_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationGroupId"))
|
443
|
-
CreateResourceConfigurationResponse.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
444
442
|
CreateResourceConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceConfigurationStatus, location_name: "status"))
|
445
|
-
CreateResourceConfigurationResponse.add_member(:
|
443
|
+
CreateResourceConfigurationResponse.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
444
|
+
CreateResourceConfigurationResponse.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
445
|
+
CreateResourceConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
446
|
+
CreateResourceConfigurationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
446
447
|
CreateResourceConfigurationResponse.struct_class = Types::CreateResourceConfigurationResponse
|
447
448
|
|
448
449
|
CreateResourceGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
449
|
-
CreateResourceGatewayRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceGatewayIpAddressType, location_name: "ipAddressType"))
|
450
450
|
CreateResourceGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceGatewayName, required: true, location_name: "name"))
|
451
|
+
CreateResourceGatewayRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcIdentifier"))
|
452
|
+
CreateResourceGatewayRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
451
453
|
CreateResourceGatewayRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CreateResourceGatewayRequestSecurityGroupIdsList, location_name: "securityGroupIds"))
|
452
|
-
CreateResourceGatewayRequest.add_member(:
|
454
|
+
CreateResourceGatewayRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceGatewayIpAddressType, location_name: "ipAddressType"))
|
455
|
+
CreateResourceGatewayRequest.add_member(:ipv4_addresses_per_eni, Shapes::ShapeRef.new(shape: Ipv4AddressesPerEni, location_name: "ipv4AddressesPerEni"))
|
453
456
|
CreateResourceGatewayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
454
|
-
CreateResourceGatewayRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcIdentifier"))
|
455
457
|
CreateResourceGatewayRequest.struct_class = Types::CreateResourceGatewayRequest
|
456
458
|
|
457
459
|
CreateResourceGatewayRequestSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
458
460
|
|
459
|
-
CreateResourceGatewayResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
460
|
-
CreateResourceGatewayResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
461
|
-
CreateResourceGatewayResponse.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceGatewayIpAddressType, location_name: "ipAddressType"))
|
462
461
|
CreateResourceGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceGatewayName, location_name: "name"))
|
463
|
-
CreateResourceGatewayResponse.add_member(:
|
462
|
+
CreateResourceGatewayResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
463
|
+
CreateResourceGatewayResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
464
464
|
CreateResourceGatewayResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceGatewayStatus, location_name: "status"))
|
465
|
-
CreateResourceGatewayResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
466
465
|
CreateResourceGatewayResponse.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcIdentifier"))
|
466
|
+
CreateResourceGatewayResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
467
|
+
CreateResourceGatewayResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
|
468
|
+
CreateResourceGatewayResponse.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceGatewayIpAddressType, location_name: "ipAddressType"))
|
469
|
+
CreateResourceGatewayResponse.add_member(:ipv4_addresses_per_eni, Shapes::ShapeRef.new(shape: Ipv4AddressesPerEni, location_name: "ipv4AddressesPerEni"))
|
467
470
|
CreateResourceGatewayResponse.struct_class = Types::CreateResourceGatewayResponse
|
468
471
|
|
469
|
-
CreateRuleRequest.add_member(:
|
470
|
-
CreateRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
472
|
+
CreateRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
471
473
|
CreateRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
472
|
-
CreateRuleRequest.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, required: true, location_name: "match"))
|
473
474
|
CreateRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "name"))
|
475
|
+
CreateRuleRequest.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, required: true, location_name: "match"))
|
474
476
|
CreateRuleRequest.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, required: true, location_name: "priority"))
|
475
|
-
CreateRuleRequest.add_member(:
|
477
|
+
CreateRuleRequest.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "action"))
|
478
|
+
CreateRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
476
479
|
CreateRuleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
477
480
|
CreateRuleRequest.struct_class = Types::CreateRuleRequest
|
478
481
|
|
479
|
-
CreateRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
480
482
|
CreateRuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
|
481
483
|
CreateRuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
|
482
|
-
CreateRuleResponse.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
|
483
484
|
CreateRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
|
485
|
+
CreateRuleResponse.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
|
484
486
|
CreateRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
|
487
|
+
CreateRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
485
488
|
CreateRuleResponse.struct_class = Types::CreateRuleResponse
|
486
489
|
|
487
|
-
CreateServiceNetworkRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
488
490
|
CreateServiceNetworkRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
489
491
|
CreateServiceNetworkRequest.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, required: true, location_name: "name"))
|
490
|
-
CreateServiceNetworkRequest.add_member(:
|
492
|
+
CreateServiceNetworkRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
491
493
|
CreateServiceNetworkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
494
|
+
CreateServiceNetworkRequest.add_member(:sharing_config, Shapes::ShapeRef.new(shape: SharingConfig, location_name: "sharingConfig"))
|
492
495
|
CreateServiceNetworkRequest.struct_class = Types::CreateServiceNetworkRequest
|
493
496
|
|
494
497
|
CreateServiceNetworkResourceAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
@@ -497,17 +500,17 @@ module Aws::VPCLattice
|
|
497
500
|
CreateServiceNetworkResourceAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
498
501
|
CreateServiceNetworkResourceAssociationRequest.struct_class = Types::CreateServiceNetworkResourceAssociationRequest
|
499
502
|
|
500
|
-
CreateServiceNetworkResourceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationArn, location_name: "arn"))
|
501
|
-
CreateServiceNetworkResourceAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
502
503
|
CreateServiceNetworkResourceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationId, location_name: "id"))
|
504
|
+
CreateServiceNetworkResourceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationArn, location_name: "arn"))
|
503
505
|
CreateServiceNetworkResourceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationStatus, location_name: "status"))
|
506
|
+
CreateServiceNetworkResourceAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
504
507
|
CreateServiceNetworkResourceAssociationResponse.struct_class = Types::CreateServiceNetworkResourceAssociationResponse
|
505
508
|
|
506
|
-
CreateServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
|
507
|
-
CreateServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
508
509
|
CreateServiceNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
|
509
510
|
CreateServiceNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
|
511
|
+
CreateServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
|
510
512
|
CreateServiceNetworkResponse.add_member(:sharing_config, Shapes::ShapeRef.new(shape: SharingConfig, location_name: "sharingConfig"))
|
513
|
+
CreateServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
511
514
|
CreateServiceNetworkResponse.struct_class = Types::CreateServiceNetworkResponse
|
512
515
|
|
513
516
|
CreateServiceNetworkServiceAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
@@ -516,61 +519,61 @@ module Aws::VPCLattice
|
|
516
519
|
CreateServiceNetworkServiceAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
517
520
|
CreateServiceNetworkServiceAssociationRequest.struct_class = Types::CreateServiceNetworkServiceAssociationRequest
|
518
521
|
|
522
|
+
CreateServiceNetworkServiceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
|
523
|
+
CreateServiceNetworkServiceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
|
519
524
|
CreateServiceNetworkServiceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
|
520
525
|
CreateServiceNetworkServiceAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
521
526
|
CreateServiceNetworkServiceAssociationResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
522
527
|
CreateServiceNetworkServiceAssociationResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
523
|
-
CreateServiceNetworkServiceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
|
524
|
-
CreateServiceNetworkServiceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
|
525
528
|
CreateServiceNetworkServiceAssociationResponse.struct_class = Types::CreateServiceNetworkServiceAssociationResponse
|
526
529
|
|
527
530
|
CreateServiceNetworkVpcAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
528
|
-
CreateServiceNetworkVpcAssociationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList, location_name: "securityGroupIds"))
|
529
531
|
CreateServiceNetworkVpcAssociationRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location_name: "serviceNetworkIdentifier"))
|
530
|
-
CreateServiceNetworkVpcAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
531
532
|
CreateServiceNetworkVpcAssociationRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcIdentifier"))
|
533
|
+
CreateServiceNetworkVpcAssociationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList, location_name: "securityGroupIds"))
|
534
|
+
CreateServiceNetworkVpcAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
532
535
|
CreateServiceNetworkVpcAssociationRequest.struct_class = Types::CreateServiceNetworkVpcAssociationRequest
|
533
536
|
|
534
537
|
CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
535
538
|
|
539
|
+
CreateServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
|
540
|
+
CreateServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
|
536
541
|
CreateServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
|
537
542
|
CreateServiceNetworkVpcAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
538
|
-
CreateServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
|
539
543
|
CreateServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
|
540
|
-
CreateServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
|
541
544
|
CreateServiceNetworkVpcAssociationResponse.struct_class = Types::CreateServiceNetworkVpcAssociationResponse
|
542
545
|
|
543
|
-
CreateServiceRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
544
|
-
CreateServiceRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
545
546
|
CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
546
|
-
CreateServiceRequest.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
547
547
|
CreateServiceRequest.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "name"))
|
548
548
|
CreateServiceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
549
|
+
CreateServiceRequest.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
550
|
+
CreateServiceRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
551
|
+
CreateServiceRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
549
552
|
CreateServiceRequest.struct_class = Types::CreateServiceRequest
|
550
553
|
|
551
|
-
CreateServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
|
552
|
-
CreateServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
553
|
-
CreateServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
554
|
-
CreateServiceResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
555
|
-
CreateServiceResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
556
554
|
CreateServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
|
555
|
+
CreateServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
|
557
556
|
CreateServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
557
|
+
CreateServiceResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
558
|
+
CreateServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
558
559
|
CreateServiceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
|
560
|
+
CreateServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
561
|
+
CreateServiceResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
559
562
|
CreateServiceResponse.struct_class = Types::CreateServiceResponse
|
560
563
|
|
561
|
-
CreateTargetGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
562
|
-
CreateTargetGroupRequest.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
|
563
564
|
CreateTargetGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, required: true, location_name: "name"))
|
564
|
-
CreateTargetGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
565
565
|
CreateTargetGroupRequest.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, required: true, location_name: "type"))
|
566
|
+
CreateTargetGroupRequest.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
|
567
|
+
CreateTargetGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
568
|
+
CreateTargetGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
566
569
|
CreateTargetGroupRequest.struct_class = Types::CreateTargetGroupRequest
|
567
570
|
|
568
|
-
CreateTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
569
|
-
CreateTargetGroupResponse.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
|
570
571
|
CreateTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
|
572
|
+
CreateTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
571
573
|
CreateTargetGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
|
572
|
-
CreateTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
|
573
574
|
CreateTargetGroupResponse.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
|
575
|
+
CreateTargetGroupResponse.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
|
576
|
+
CreateTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
|
574
577
|
CreateTargetGroupResponse.struct_class = Types::CreateTargetGroupResponse
|
575
578
|
|
576
579
|
DeleteAccessLogSubscriptionRequest.add_member(:access_log_subscription_identifier, Shapes::ShapeRef.new(shape: AccessLogSubscriptionIdentifier, required: true, location: "uri", location_name: "accessLogSubscriptionIdentifier"))
|
@@ -583,8 +586,8 @@ module Aws::VPCLattice
|
|
583
586
|
|
584
587
|
DeleteAuthPolicyResponse.struct_class = Types::DeleteAuthPolicyResponse
|
585
588
|
|
586
|
-
DeleteListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
587
589
|
DeleteListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
590
|
+
DeleteListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
588
591
|
DeleteListenerRequest.struct_class = Types::DeleteListenerRequest
|
589
592
|
|
590
593
|
DeleteListenerResponse.struct_class = Types::DeleteListenerResponse
|
@@ -597,18 +600,18 @@ module Aws::VPCLattice
|
|
597
600
|
DeleteResourceEndpointAssociationRequest.add_member(:resource_endpoint_association_identifier, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationIdentifier, required: true, location: "uri", location_name: "resourceEndpointAssociationIdentifier"))
|
598
601
|
DeleteResourceEndpointAssociationRequest.struct_class = Types::DeleteResourceEndpointAssociationRequest
|
599
602
|
|
600
|
-
DeleteResourceEndpointAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationArn, location_name: "arn"))
|
601
603
|
DeleteResourceEndpointAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationId, location_name: "id"))
|
602
|
-
DeleteResourceEndpointAssociationResponse.add_member(:
|
604
|
+
DeleteResourceEndpointAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationArn, location_name: "arn"))
|
603
605
|
DeleteResourceEndpointAssociationResponse.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
606
|
+
DeleteResourceEndpointAssociationResponse.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
604
607
|
DeleteResourceEndpointAssociationResponse.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "vpcEndpointId"))
|
605
608
|
DeleteResourceEndpointAssociationResponse.struct_class = Types::DeleteResourceEndpointAssociationResponse
|
606
609
|
|
607
610
|
DeleteResourceGatewayRequest.add_member(:resource_gateway_identifier, Shapes::ShapeRef.new(shape: ResourceGatewayIdentifier, required: true, location: "uri", location_name: "resourceGatewayIdentifier"))
|
608
611
|
DeleteResourceGatewayRequest.struct_class = Types::DeleteResourceGatewayRequest
|
609
612
|
|
610
|
-
DeleteResourceGatewayResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
611
613
|
DeleteResourceGatewayResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
614
|
+
DeleteResourceGatewayResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
612
615
|
DeleteResourceGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceGatewayName, location_name: "name"))
|
613
616
|
DeleteResourceGatewayResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceGatewayStatus, location_name: "status"))
|
614
617
|
DeleteResourceGatewayResponse.struct_class = Types::DeleteResourceGatewayResponse
|
@@ -618,9 +621,9 @@ module Aws::VPCLattice
|
|
618
621
|
|
619
622
|
DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
|
620
623
|
|
624
|
+
DeleteRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
621
625
|
DeleteRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
622
626
|
DeleteRuleRequest.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
|
623
|
-
DeleteRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
624
627
|
DeleteRuleRequest.struct_class = Types::DeleteRuleRequest
|
625
628
|
|
626
629
|
DeleteRuleResponse.struct_class = Types::DeleteRuleResponse
|
@@ -631,8 +634,8 @@ module Aws::VPCLattice
|
|
631
634
|
DeleteServiceNetworkResourceAssociationRequest.add_member(:service_network_resource_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkResourceAssociationIdentifier"))
|
632
635
|
DeleteServiceNetworkResourceAssociationRequest.struct_class = Types::DeleteServiceNetworkResourceAssociationRequest
|
633
636
|
|
634
|
-
DeleteServiceNetworkResourceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationArn, location_name: "arn"))
|
635
637
|
DeleteServiceNetworkResourceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationId, location_name: "id"))
|
638
|
+
DeleteServiceNetworkResourceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationArn, location_name: "arn"))
|
636
639
|
DeleteServiceNetworkResourceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationStatus, location_name: "status"))
|
637
640
|
DeleteServiceNetworkResourceAssociationResponse.struct_class = Types::DeleteServiceNetworkResourceAssociationResponse
|
638
641
|
|
@@ -641,24 +644,24 @@ module Aws::VPCLattice
|
|
641
644
|
DeleteServiceNetworkServiceAssociationRequest.add_member(:service_network_service_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkServiceAssociationIdentifier"))
|
642
645
|
DeleteServiceNetworkServiceAssociationRequest.struct_class = Types::DeleteServiceNetworkServiceAssociationRequest
|
643
646
|
|
644
|
-
DeleteServiceNetworkServiceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
|
645
647
|
DeleteServiceNetworkServiceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
|
646
648
|
DeleteServiceNetworkServiceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
|
649
|
+
DeleteServiceNetworkServiceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
|
647
650
|
DeleteServiceNetworkServiceAssociationResponse.struct_class = Types::DeleteServiceNetworkServiceAssociationResponse
|
648
651
|
|
649
652
|
DeleteServiceNetworkVpcAssociationRequest.add_member(:service_network_vpc_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkVpcAssociationIdentifier"))
|
650
653
|
DeleteServiceNetworkVpcAssociationRequest.struct_class = Types::DeleteServiceNetworkVpcAssociationRequest
|
651
654
|
|
652
|
-
DeleteServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
|
653
655
|
DeleteServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
|
654
656
|
DeleteServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
|
657
|
+
DeleteServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
|
655
658
|
DeleteServiceNetworkVpcAssociationResponse.struct_class = Types::DeleteServiceNetworkVpcAssociationResponse
|
656
659
|
|
657
660
|
DeleteServiceRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
658
661
|
DeleteServiceRequest.struct_class = Types::DeleteServiceRequest
|
659
662
|
|
660
|
-
DeleteServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
|
661
663
|
DeleteServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
|
664
|
+
DeleteServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
|
662
665
|
DeleteServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
663
666
|
DeleteServiceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
|
664
667
|
DeleteServiceResponse.struct_class = Types::DeleteServiceResponse
|
@@ -666,8 +669,8 @@ module Aws::VPCLattice
|
|
666
669
|
DeleteTargetGroupRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
|
667
670
|
DeleteTargetGroupRequest.struct_class = Types::DeleteTargetGroupRequest
|
668
671
|
|
669
|
-
DeleteTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
670
672
|
DeleteTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
|
673
|
+
DeleteTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
671
674
|
DeleteTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
|
672
675
|
DeleteTargetGroupResponse.struct_class = Types::DeleteTargetGroupResponse
|
673
676
|
|
@@ -698,75 +701,76 @@ module Aws::VPCLattice
|
|
698
701
|
GetAccessLogSubscriptionRequest.add_member(:access_log_subscription_identifier, Shapes::ShapeRef.new(shape: AccessLogSubscriptionIdentifier, required: true, location: "uri", location_name: "accessLogSubscriptionIdentifier"))
|
699
702
|
GetAccessLogSubscriptionRequest.struct_class = Types::GetAccessLogSubscriptionRequest
|
700
703
|
|
701
|
-
GetAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
|
702
|
-
GetAccessLogSubscriptionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
703
|
-
GetAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
704
704
|
GetAccessLogSubscriptionResponse.add_member(:id, Shapes::ShapeRef.new(shape: AccessLogSubscriptionId, required: true, location_name: "id"))
|
705
|
-
GetAccessLogSubscriptionResponse.add_member(:
|
706
|
-
GetAccessLogSubscriptionResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
705
|
+
GetAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
|
707
706
|
GetAccessLogSubscriptionResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
|
707
|
+
GetAccessLogSubscriptionResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
708
|
+
GetAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
708
709
|
GetAccessLogSubscriptionResponse.add_member(:service_network_log_type, Shapes::ShapeRef.new(shape: ServiceNetworkLogType, location_name: "serviceNetworkLogType"))
|
710
|
+
GetAccessLogSubscriptionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
711
|
+
GetAccessLogSubscriptionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
|
709
712
|
GetAccessLogSubscriptionResponse.struct_class = Types::GetAccessLogSubscriptionResponse
|
710
713
|
|
711
714
|
GetAuthPolicyRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "resourceIdentifier"))
|
712
715
|
GetAuthPolicyRequest.struct_class = Types::GetAuthPolicyRequest
|
713
716
|
|
714
|
-
GetAuthPolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
715
|
-
GetAuthPolicyResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
716
717
|
GetAuthPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: AuthPolicyString, location_name: "policy"))
|
717
718
|
GetAuthPolicyResponse.add_member(:state, Shapes::ShapeRef.new(shape: AuthPolicyState, location_name: "state"))
|
719
|
+
GetAuthPolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
720
|
+
GetAuthPolicyResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
718
721
|
GetAuthPolicyResponse.struct_class = Types::GetAuthPolicyResponse
|
719
722
|
|
720
|
-
GetListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
721
723
|
GetListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
724
|
+
GetListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
722
725
|
GetListenerRequest.struct_class = Types::GetListenerRequest
|
723
726
|
|
724
727
|
GetListenerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "arn"))
|
725
|
-
GetListenerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
726
|
-
GetListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
|
727
728
|
GetListenerResponse.add_member(:id, Shapes::ShapeRef.new(shape: ListenerId, location_name: "id"))
|
728
|
-
GetListenerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
729
729
|
GetListenerResponse.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, location_name: "name"))
|
730
|
-
GetListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
731
730
|
GetListenerResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, location_name: "protocol"))
|
731
|
+
GetListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
732
732
|
GetListenerResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
|
733
733
|
GetListenerResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
|
734
|
+
GetListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
|
735
|
+
GetListenerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
736
|
+
GetListenerResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
734
737
|
GetListenerResponse.struct_class = Types::GetListenerResponse
|
735
738
|
|
736
739
|
GetResourceConfigurationRequest.add_member(:resource_configuration_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, required: true, location: "uri", location_name: "resourceConfigurationIdentifier"))
|
737
740
|
GetResourceConfigurationRequest.struct_class = Types::GetResourceConfigurationRequest
|
738
741
|
|
739
|
-
GetResourceConfigurationResponse.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
740
|
-
GetResourceConfigurationResponse.add_member(:amazon_managed, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonManaged"))
|
741
|
-
GetResourceConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "arn"))
|
742
|
-
GetResourceConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
743
|
-
GetResourceConfigurationResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "customDomainName"))
|
744
|
-
GetResourceConfigurationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
745
742
|
GetResourceConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "id"))
|
746
|
-
GetResourceConfigurationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
747
743
|
GetResourceConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceConfigurationName, location_name: "name"))
|
744
|
+
GetResourceConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "arn"))
|
745
|
+
GetResourceConfigurationResponse.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
746
|
+
GetResourceConfigurationResponse.add_member(:resource_configuration_group_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationGroupId"))
|
747
|
+
GetResourceConfigurationResponse.add_member(:type, Shapes::ShapeRef.new(shape: ResourceConfigurationType, location_name: "type"))
|
748
|
+
GetResourceConfigurationResponse.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
748
749
|
GetResourceConfigurationResponse.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRangeList, location_name: "portRanges"))
|
749
750
|
GetResourceConfigurationResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolType, location_name: "protocol"))
|
750
|
-
GetResourceConfigurationResponse.add_member(:
|
751
|
-
GetResourceConfigurationResponse.add_member(:resource_configuration_group_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationGroupId"))
|
752
|
-
GetResourceConfigurationResponse.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
751
|
+
GetResourceConfigurationResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "customDomainName"))
|
753
752
|
GetResourceConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceConfigurationStatus, location_name: "status"))
|
754
|
-
GetResourceConfigurationResponse.add_member(:
|
753
|
+
GetResourceConfigurationResponse.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
754
|
+
GetResourceConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
755
|
+
GetResourceConfigurationResponse.add_member(:amazon_managed, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonManaged"))
|
756
|
+
GetResourceConfigurationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
757
|
+
GetResourceConfigurationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
755
758
|
GetResourceConfigurationResponse.struct_class = Types::GetResourceConfigurationResponse
|
756
759
|
|
757
760
|
GetResourceGatewayRequest.add_member(:resource_gateway_identifier, Shapes::ShapeRef.new(shape: ResourceGatewayIdentifier, required: true, location: "uri", location_name: "resourceGatewayIdentifier"))
|
758
761
|
GetResourceGatewayRequest.struct_class = Types::GetResourceGatewayRequest
|
759
762
|
|
760
|
-
GetResourceGatewayResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
761
|
-
GetResourceGatewayResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
762
|
-
GetResourceGatewayResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
763
|
-
GetResourceGatewayResponse.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceGatewayIpAddressType, location_name: "ipAddressType"))
|
764
|
-
GetResourceGatewayResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
765
763
|
GetResourceGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceGatewayName, location_name: "name"))
|
766
|
-
GetResourceGatewayResponse.add_member(:
|
764
|
+
GetResourceGatewayResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
765
|
+
GetResourceGatewayResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
767
766
|
GetResourceGatewayResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceGatewayStatus, location_name: "status"))
|
768
|
-
GetResourceGatewayResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
769
767
|
GetResourceGatewayResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
768
|
+
GetResourceGatewayResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
769
|
+
GetResourceGatewayResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
|
770
|
+
GetResourceGatewayResponse.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceGatewayIpAddressType, location_name: "ipAddressType"))
|
771
|
+
GetResourceGatewayResponse.add_member(:ipv4_addresses_per_eni, Shapes::ShapeRef.new(shape: Ipv4AddressesPerEni, location_name: "ipv4AddressesPerEni"))
|
772
|
+
GetResourceGatewayResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
773
|
+
GetResourceGatewayResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
770
774
|
GetResourceGatewayResponse.struct_class = Types::GetResourceGatewayResponse
|
771
775
|
|
772
776
|
GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -775,20 +779,20 @@ module Aws::VPCLattice
|
|
775
779
|
GetResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyString, location_name: "policy"))
|
776
780
|
GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
|
777
781
|
|
782
|
+
GetRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
778
783
|
GetRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
779
784
|
GetRuleRequest.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
|
780
|
-
GetRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
781
785
|
GetRuleRequest.struct_class = Types::GetRuleRequest
|
782
786
|
|
783
|
-
GetRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
784
787
|
GetRuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
|
785
|
-
GetRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
786
788
|
GetRuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
|
789
|
+
GetRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
|
787
790
|
GetRuleResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
788
|
-
GetRuleResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
789
791
|
GetRuleResponse.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
|
790
|
-
GetRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
|
791
792
|
GetRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
|
793
|
+
GetRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
794
|
+
GetRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
795
|
+
GetRuleResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
792
796
|
GetRuleResponse.struct_class = Types::GetRuleResponse
|
793
797
|
|
794
798
|
GetServiceNetworkRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location: "uri", location_name: "serviceNetworkIdentifier"))
|
@@ -797,139 +801,139 @@ module Aws::VPCLattice
|
|
797
801
|
GetServiceNetworkResourceAssociationRequest.add_member(:service_network_resource_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkResourceAssociationIdentifier"))
|
798
802
|
GetServiceNetworkResourceAssociationRequest.struct_class = Types::GetServiceNetworkResourceAssociationRequest
|
799
803
|
|
804
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationId, location_name: "id"))
|
800
805
|
GetServiceNetworkResourceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationArn, location_name: "arn"))
|
801
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:
|
806
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationStatus, location_name: "status"))
|
802
807
|
GetServiceNetworkResourceAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
803
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:
|
804
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
805
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
806
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationId, location_name: "id"))
|
807
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:is_managed_association, Shapes::ShapeRef.new(shape: Boolean, location_name: "isManagedAssociation"))
|
808
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
809
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:private_dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "privateDnsEntry"))
|
810
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
808
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
811
809
|
GetServiceNetworkResourceAssociationResponse.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
810
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
812
811
|
GetServiceNetworkResourceAssociationResponse.add_member(:resource_configuration_name, Shapes::ShapeRef.new(shape: ResourceConfigurationName, location_name: "resourceConfigurationName"))
|
813
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifierWithoutRegex, location_name: "serviceNetworkArn"))
|
814
812
|
GetServiceNetworkResourceAssociationResponse.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifierWithoutRegex, location_name: "serviceNetworkId"))
|
813
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifierWithoutRegex, location_name: "serviceNetworkArn"))
|
815
814
|
GetServiceNetworkResourceAssociationResponse.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkNameWithoutRegex, location_name: "serviceNetworkName"))
|
816
|
-
GetServiceNetworkResourceAssociationResponse.add_member(:
|
815
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
816
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
817
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
818
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:private_dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "privateDnsEntry"))
|
819
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
820
|
+
GetServiceNetworkResourceAssociationResponse.add_member(:is_managed_association, Shapes::ShapeRef.new(shape: Boolean, location_name: "isManagedAssociation"))
|
817
821
|
GetServiceNetworkResourceAssociationResponse.struct_class = Types::GetServiceNetworkResourceAssociationResponse
|
818
822
|
|
819
|
-
GetServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
|
820
|
-
GetServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
821
|
-
GetServiceNetworkResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
822
823
|
GetServiceNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
|
823
|
-
GetServiceNetworkResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
824
824
|
GetServiceNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
|
825
|
-
GetServiceNetworkResponse.add_member(:
|
826
|
-
GetServiceNetworkResponse.add_member(:
|
825
|
+
GetServiceNetworkResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
826
|
+
GetServiceNetworkResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
827
|
+
GetServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
|
828
|
+
GetServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
827
829
|
GetServiceNetworkResponse.add_member(:sharing_config, Shapes::ShapeRef.new(shape: SharingConfig, location_name: "sharingConfig"))
|
830
|
+
GetServiceNetworkResponse.add_member(:number_of_associated_vp_cs, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedVPCs"))
|
831
|
+
GetServiceNetworkResponse.add_member(:number_of_associated_services, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedServices"))
|
828
832
|
GetServiceNetworkResponse.struct_class = Types::GetServiceNetworkResponse
|
829
833
|
|
830
834
|
GetServiceNetworkServiceAssociationRequest.add_member(:service_network_service_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkServiceAssociationIdentifier"))
|
831
835
|
GetServiceNetworkServiceAssociationRequest.struct_class = Types::GetServiceNetworkServiceAssociationRequest
|
832
836
|
|
837
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
|
838
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
|
833
839
|
GetServiceNetworkServiceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
|
834
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
835
840
|
GetServiceNetworkServiceAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
836
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:
|
837
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
838
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
839
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
840
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
|
841
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
|
841
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
842
842
|
GetServiceNetworkServiceAssociationResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
|
843
843
|
GetServiceNetworkServiceAssociationResponse.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
|
844
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:
|
844
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
|
845
845
|
GetServiceNetworkServiceAssociationResponse.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
|
846
846
|
GetServiceNetworkServiceAssociationResponse.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
|
847
|
-
GetServiceNetworkServiceAssociationResponse.add_member(:
|
847
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
848
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
849
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
850
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
851
|
+
GetServiceNetworkServiceAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
848
852
|
GetServiceNetworkServiceAssociationResponse.struct_class = Types::GetServiceNetworkServiceAssociationResponse
|
849
853
|
|
850
854
|
GetServiceNetworkVpcAssociationRequest.add_member(:service_network_vpc_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkVpcAssociationIdentifier"))
|
851
855
|
GetServiceNetworkVpcAssociationRequest.struct_class = Types::GetServiceNetworkVpcAssociationRequest
|
852
856
|
|
857
|
+
GetServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
|
858
|
+
GetServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
|
853
859
|
GetServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
|
854
|
-
GetServiceNetworkVpcAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
855
860
|
GetServiceNetworkVpcAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
856
|
-
GetServiceNetworkVpcAssociationResponse.add_member(:
|
857
|
-
GetServiceNetworkVpcAssociationResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
858
|
-
GetServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
|
859
|
-
GetServiceNetworkVpcAssociationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
860
|
-
GetServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
|
861
|
-
GetServiceNetworkVpcAssociationResponse.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
861
|
+
GetServiceNetworkVpcAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
862
862
|
GetServiceNetworkVpcAssociationResponse.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
|
863
863
|
GetServiceNetworkVpcAssociationResponse.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
|
864
|
-
GetServiceNetworkVpcAssociationResponse.add_member(:
|
864
|
+
GetServiceNetworkVpcAssociationResponse.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
865
865
|
GetServiceNetworkVpcAssociationResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
866
|
+
GetServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
|
867
|
+
GetServiceNetworkVpcAssociationResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
868
|
+
GetServiceNetworkVpcAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
869
|
+
GetServiceNetworkVpcAssociationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
866
870
|
GetServiceNetworkVpcAssociationResponse.struct_class = Types::GetServiceNetworkVpcAssociationResponse
|
867
871
|
|
868
872
|
GetServiceRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
869
873
|
GetServiceRequest.struct_class = Types::GetServiceRequest
|
870
874
|
|
875
|
+
GetServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
|
876
|
+
GetServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
871
877
|
GetServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
|
872
|
-
GetServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
873
|
-
GetServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
874
878
|
GetServiceResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
875
|
-
GetServiceResponse.add_member(:
|
879
|
+
GetServiceResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
876
880
|
GetServiceResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
881
|
+
GetServiceResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
882
|
+
GetServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
883
|
+
GetServiceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
|
884
|
+
GetServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
877
885
|
GetServiceResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "failureCode"))
|
878
886
|
GetServiceResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
|
879
|
-
GetServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
|
880
|
-
GetServiceResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
881
|
-
GetServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
882
|
-
GetServiceResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
|
883
887
|
GetServiceResponse.struct_class = Types::GetServiceResponse
|
884
888
|
|
885
889
|
GetTargetGroupRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
|
886
890
|
GetTargetGroupRequest.struct_class = Types::GetTargetGroupRequest
|
887
891
|
|
892
|
+
GetTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
|
888
893
|
GetTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
894
|
+
GetTargetGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
|
895
|
+
GetTargetGroupResponse.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
|
889
896
|
GetTargetGroupResponse.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
|
890
897
|
GetTargetGroupResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
891
|
-
GetTargetGroupResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
892
|
-
GetTargetGroupResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
893
|
-
GetTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
|
894
898
|
GetTargetGroupResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
895
|
-
GetTargetGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
|
896
|
-
GetTargetGroupResponse.add_member(:service_arns, Shapes::ShapeRef.new(shape: ServiceArnList, location_name: "serviceArns"))
|
897
899
|
GetTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
|
898
|
-
GetTargetGroupResponse.add_member(:
|
900
|
+
GetTargetGroupResponse.add_member(:service_arns, Shapes::ShapeRef.new(shape: ServiceArnList, location_name: "serviceArns"))
|
901
|
+
GetTargetGroupResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
902
|
+
GetTargetGroupResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
899
903
|
GetTargetGroupResponse.struct_class = Types::GetTargetGroupResponse
|
900
904
|
|
901
|
-
HeaderMatch.add_member(:case_sensitive, Shapes::ShapeRef.new(shape: Boolean, location_name: "caseSensitive"))
|
902
|
-
HeaderMatch.add_member(:match, Shapes::ShapeRef.new(shape: HeaderMatchType, required: true, location_name: "match"))
|
903
905
|
HeaderMatch.add_member(:name, Shapes::ShapeRef.new(shape: HeaderMatchName, required: true, location_name: "name"))
|
906
|
+
HeaderMatch.add_member(:match, Shapes::ShapeRef.new(shape: HeaderMatchType, required: true, location_name: "match"))
|
907
|
+
HeaderMatch.add_member(:case_sensitive, Shapes::ShapeRef.new(shape: Boolean, location_name: "caseSensitive"))
|
904
908
|
HeaderMatch.struct_class = Types::HeaderMatch
|
905
909
|
|
906
910
|
HeaderMatchList.member = Shapes::ShapeRef.new(shape: HeaderMatch)
|
907
911
|
|
908
|
-
HeaderMatchType.add_member(:contains, Shapes::ShapeRef.new(shape: HeaderMatchContains, location_name: "contains"))
|
909
912
|
HeaderMatchType.add_member(:exact, Shapes::ShapeRef.new(shape: HeaderMatchExact, location_name: "exact"))
|
910
913
|
HeaderMatchType.add_member(:prefix, Shapes::ShapeRef.new(shape: HeaderMatchPrefix, location_name: "prefix"))
|
914
|
+
HeaderMatchType.add_member(:contains, Shapes::ShapeRef.new(shape: HeaderMatchContains, location_name: "contains"))
|
911
915
|
HeaderMatchType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
912
|
-
HeaderMatchType.add_member_subclass(:contains, Types::HeaderMatchType::Contains)
|
913
916
|
HeaderMatchType.add_member_subclass(:exact, Types::HeaderMatchType::Exact)
|
914
917
|
HeaderMatchType.add_member_subclass(:prefix, Types::HeaderMatchType::Prefix)
|
918
|
+
HeaderMatchType.add_member_subclass(:contains, Types::HeaderMatchType::Contains)
|
915
919
|
HeaderMatchType.add_member_subclass(:unknown, Types::HeaderMatchType::Unknown)
|
916
920
|
HeaderMatchType.struct_class = Types::HeaderMatchType
|
917
921
|
|
918
922
|
HealthCheckConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
923
|
+
HealthCheckConfig.add_member(:protocol, Shapes::ShapeRef.new(shape: TargetGroupProtocol, location_name: "protocol"))
|
924
|
+
HealthCheckConfig.add_member(:protocol_version, Shapes::ShapeRef.new(shape: HealthCheckProtocolVersion, location_name: "protocolVersion"))
|
925
|
+
HealthCheckConfig.add_member(:port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "port"))
|
926
|
+
HealthCheckConfig.add_member(:path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "path"))
|
919
927
|
HealthCheckConfig.add_member(:health_check_interval_seconds, Shapes::ShapeRef.new(shape: HealthCheckIntervalSeconds, location_name: "healthCheckIntervalSeconds"))
|
920
928
|
HealthCheckConfig.add_member(:health_check_timeout_seconds, Shapes::ShapeRef.new(shape: HealthCheckTimeoutSeconds, location_name: "healthCheckTimeoutSeconds"))
|
921
929
|
HealthCheckConfig.add_member(:healthy_threshold_count, Shapes::ShapeRef.new(shape: HealthyThresholdCount, location_name: "healthyThresholdCount"))
|
922
|
-
HealthCheckConfig.add_member(:matcher, Shapes::ShapeRef.new(shape: Matcher, location_name: "matcher"))
|
923
|
-
HealthCheckConfig.add_member(:path, Shapes::ShapeRef.new(shape: HealthCheckPath, location_name: "path"))
|
924
|
-
HealthCheckConfig.add_member(:port, Shapes::ShapeRef.new(shape: HealthCheckPort, location_name: "port"))
|
925
|
-
HealthCheckConfig.add_member(:protocol, Shapes::ShapeRef.new(shape: TargetGroupProtocol, location_name: "protocol"))
|
926
|
-
HealthCheckConfig.add_member(:protocol_version, Shapes::ShapeRef.new(shape: HealthCheckProtocolVersion, location_name: "protocolVersion"))
|
927
930
|
HealthCheckConfig.add_member(:unhealthy_threshold_count, Shapes::ShapeRef.new(shape: UnhealthyThresholdCount, location_name: "unhealthyThresholdCount"))
|
931
|
+
HealthCheckConfig.add_member(:matcher, Shapes::ShapeRef.new(shape: Matcher, location_name: "matcher"))
|
928
932
|
HealthCheckConfig.struct_class = Types::HealthCheckConfig
|
929
933
|
|
930
|
-
HttpMatch.add_member(:header_matches, Shapes::ShapeRef.new(shape: HeaderMatchList, location_name: "headerMatches"))
|
931
934
|
HttpMatch.add_member(:method, Shapes::ShapeRef.new(shape: HttpMethod, location_name: "method"))
|
932
935
|
HttpMatch.add_member(:path_match, Shapes::ShapeRef.new(shape: PathMatch, location_name: "pathMatch"))
|
936
|
+
HttpMatch.add_member(:header_matches, Shapes::ShapeRef.new(shape: HeaderMatchList, location_name: "headerMatches"))
|
933
937
|
HttpMatch.struct_class = Types::HttpMatch
|
934
938
|
|
935
939
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -939,40 +943,40 @@ module Aws::VPCLattice
|
|
939
943
|
IpResource.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "ipAddress"))
|
940
944
|
IpResource.struct_class = Types::IpResource
|
941
945
|
|
946
|
+
ListAccessLogSubscriptionsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "querystring", location_name: "resourceIdentifier"))
|
942
947
|
ListAccessLogSubscriptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
943
948
|
ListAccessLogSubscriptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
944
|
-
ListAccessLogSubscriptionsRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "querystring", location_name: "resourceIdentifier"))
|
945
949
|
ListAccessLogSubscriptionsRequest.struct_class = Types::ListAccessLogSubscriptionsRequest
|
946
950
|
|
947
951
|
ListAccessLogSubscriptionsResponse.add_member(:items, Shapes::ShapeRef.new(shape: AccessLogSubscriptionList, required: true, location_name: "items"))
|
948
952
|
ListAccessLogSubscriptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
949
953
|
ListAccessLogSubscriptionsResponse.struct_class = Types::ListAccessLogSubscriptionsResponse
|
950
954
|
|
955
|
+
ListListenersRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
951
956
|
ListListenersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
952
957
|
ListListenersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
953
|
-
ListListenersRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
954
958
|
ListListenersRequest.struct_class = Types::ListListenersRequest
|
955
959
|
|
956
960
|
ListListenersResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListenerSummaryList, required: true, location_name: "items"))
|
957
961
|
ListListenersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
958
962
|
ListListenersResponse.struct_class = Types::ListListenersResponse
|
959
963
|
|
964
|
+
ListResourceConfigurationsRequest.add_member(:resource_gateway_identifier, Shapes::ShapeRef.new(shape: ResourceGatewayIdentifier, location: "querystring", location_name: "resourceGatewayIdentifier"))
|
965
|
+
ListResourceConfigurationsRequest.add_member(:resource_configuration_group_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, location: "querystring", location_name: "resourceConfigurationGroupIdentifier"))
|
960
966
|
ListResourceConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
961
967
|
ListResourceConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
962
|
-
ListResourceConfigurationsRequest.add_member(:resource_configuration_group_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, location: "querystring", location_name: "resourceConfigurationGroupIdentifier"))
|
963
|
-
ListResourceConfigurationsRequest.add_member(:resource_gateway_identifier, Shapes::ShapeRef.new(shape: ResourceGatewayIdentifier, location: "querystring", location_name: "resourceGatewayIdentifier"))
|
964
968
|
ListResourceConfigurationsRequest.struct_class = Types::ListResourceConfigurationsRequest
|
965
969
|
|
966
970
|
ListResourceConfigurationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ResourceConfigurationSummaryList, location_name: "items"))
|
967
971
|
ListResourceConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
968
972
|
ListResourceConfigurationsResponse.struct_class = Types::ListResourceConfigurationsResponse
|
969
973
|
|
970
|
-
ListResourceEndpointAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
971
|
-
ListResourceEndpointAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
972
974
|
ListResourceEndpointAssociationsRequest.add_member(:resource_configuration_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, required: true, location: "querystring", location_name: "resourceConfigurationIdentifier"))
|
973
975
|
ListResourceEndpointAssociationsRequest.add_member(:resource_endpoint_association_identifier, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationIdentifier, location: "querystring", location_name: "resourceEndpointAssociationIdentifier"))
|
974
976
|
ListResourceEndpointAssociationsRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location: "querystring", location_name: "vpcEndpointId"))
|
975
977
|
ListResourceEndpointAssociationsRequest.add_member(:vpc_endpoint_owner, Shapes::ShapeRef.new(shape: VpcEndpointOwner, location: "querystring", location_name: "vpcEndpointOwner"))
|
978
|
+
ListResourceEndpointAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
979
|
+
ListResourceEndpointAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
976
980
|
ListResourceEndpointAssociationsRequest.struct_class = Types::ListResourceEndpointAssociationsRequest
|
977
981
|
|
978
982
|
ListResourceEndpointAssociationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationList, required: true, location_name: "items"))
|
@@ -987,49 +991,50 @@ module Aws::VPCLattice
|
|
987
991
|
ListResourceGatewaysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
988
992
|
ListResourceGatewaysResponse.struct_class = Types::ListResourceGatewaysResponse
|
989
993
|
|
994
|
+
ListRulesRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
990
995
|
ListRulesRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
991
996
|
ListRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
992
997
|
ListRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
993
|
-
ListRulesRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
994
998
|
ListRulesRequest.struct_class = Types::ListRulesRequest
|
995
999
|
|
996
1000
|
ListRulesResponse.add_member(:items, Shapes::ShapeRef.new(shape: RuleSummaryList, required: true, location_name: "items"))
|
997
1001
|
ListRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
998
1002
|
ListRulesResponse.struct_class = Types::ListRulesResponse
|
999
1003
|
|
1004
|
+
ListServiceNetworkResourceAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, location: "querystring", location_name: "serviceNetworkIdentifier"))
|
1005
|
+
ListServiceNetworkResourceAssociationsRequest.add_member(:resource_configuration_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, location: "querystring", location_name: "resourceConfigurationIdentifier"))
|
1000
1006
|
ListServiceNetworkResourceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1001
1007
|
ListServiceNetworkResourceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1002
|
-
ListServiceNetworkResourceAssociationsRequest.add_member(:
|
1003
|
-
ListServiceNetworkResourceAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, location: "querystring", location_name: "serviceNetworkIdentifier"))
|
1008
|
+
ListServiceNetworkResourceAssociationsRequest.add_member(:include_children, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "includeChildren"))
|
1004
1009
|
ListServiceNetworkResourceAssociationsRequest.struct_class = Types::ListServiceNetworkResourceAssociationsRequest
|
1005
1010
|
|
1006
1011
|
ListServiceNetworkResourceAssociationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationList, required: true, location_name: "items"))
|
1007
1012
|
ListServiceNetworkResourceAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1008
1013
|
ListServiceNetworkResourceAssociationsResponse.struct_class = Types::ListServiceNetworkResourceAssociationsResponse
|
1009
1014
|
|
1015
|
+
ListServiceNetworkServiceAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, location: "querystring", location_name: "serviceNetworkIdentifier"))
|
1016
|
+
ListServiceNetworkServiceAssociationsRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, location: "querystring", location_name: "serviceIdentifier"))
|
1010
1017
|
ListServiceNetworkServiceAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1011
1018
|
ListServiceNetworkServiceAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1012
|
-
ListServiceNetworkServiceAssociationsRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, location: "querystring", location_name: "serviceIdentifier"))
|
1013
|
-
ListServiceNetworkServiceAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, location: "querystring", location_name: "serviceNetworkIdentifier"))
|
1014
1019
|
ListServiceNetworkServiceAssociationsRequest.struct_class = Types::ListServiceNetworkServiceAssociationsRequest
|
1015
1020
|
|
1016
1021
|
ListServiceNetworkServiceAssociationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationList, required: true, location_name: "items"))
|
1017
1022
|
ListServiceNetworkServiceAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1018
1023
|
ListServiceNetworkServiceAssociationsResponse.struct_class = Types::ListServiceNetworkServiceAssociationsResponse
|
1019
1024
|
|
1020
|
-
ListServiceNetworkVpcAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1021
|
-
ListServiceNetworkVpcAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1022
1025
|
ListServiceNetworkVpcAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, location: "querystring", location_name: "serviceNetworkIdentifier"))
|
1023
1026
|
ListServiceNetworkVpcAssociationsRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location: "querystring", location_name: "vpcIdentifier"))
|
1027
|
+
ListServiceNetworkVpcAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1028
|
+
ListServiceNetworkVpcAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1024
1029
|
ListServiceNetworkVpcAssociationsRequest.struct_class = Types::ListServiceNetworkVpcAssociationsRequest
|
1025
1030
|
|
1026
1031
|
ListServiceNetworkVpcAssociationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationList, required: true, location_name: "items"))
|
1027
1032
|
ListServiceNetworkVpcAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1028
1033
|
ListServiceNetworkVpcAssociationsResponse.struct_class = Types::ListServiceNetworkVpcAssociationsResponse
|
1029
1034
|
|
1035
|
+
ListServiceNetworkVpcEndpointAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location: "querystring", location_name: "serviceNetworkIdentifier"))
|
1030
1036
|
ListServiceNetworkVpcEndpointAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1031
1037
|
ListServiceNetworkVpcEndpointAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1032
|
-
ListServiceNetworkVpcEndpointAssociationsRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location: "querystring", location_name: "serviceNetworkIdentifier"))
|
1033
1038
|
ListServiceNetworkVpcEndpointAssociationsRequest.struct_class = Types::ListServiceNetworkVpcEndpointAssociationsRequest
|
1034
1039
|
|
1035
1040
|
ListServiceNetworkVpcEndpointAssociationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ServiceNetworkVpcEndpointAssociationList, required: true, location_name: "items"))
|
@@ -1060,17 +1065,17 @@ module Aws::VPCLattice
|
|
1060
1065
|
|
1061
1066
|
ListTargetGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1062
1067
|
ListTargetGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1063
|
-
ListTargetGroupsRequest.add_member(:target_group_type, Shapes::ShapeRef.new(shape: TargetGroupType, location: "querystring", location_name: "targetGroupType"))
|
1064
1068
|
ListTargetGroupsRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location: "querystring", location_name: "vpcIdentifier"))
|
1069
|
+
ListTargetGroupsRequest.add_member(:target_group_type, Shapes::ShapeRef.new(shape: TargetGroupType, location: "querystring", location_name: "targetGroupType"))
|
1065
1070
|
ListTargetGroupsRequest.struct_class = Types::ListTargetGroupsRequest
|
1066
1071
|
|
1067
1072
|
ListTargetGroupsResponse.add_member(:items, Shapes::ShapeRef.new(shape: TargetGroupList, location_name: "items"))
|
1068
1073
|
ListTargetGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1069
1074
|
ListTargetGroupsResponse.struct_class = Types::ListTargetGroupsResponse
|
1070
1075
|
|
1076
|
+
ListTargetsRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
|
1071
1077
|
ListTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1072
1078
|
ListTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1073
|
-
ListTargetsRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
|
1074
1079
|
ListTargetsRequest.add_member(:targets, Shapes::ShapeRef.new(shape: ListTargetsRequestTargetsList, location_name: "targets"))
|
1075
1080
|
ListTargetsRequest.struct_class = Types::ListTargetsRequest
|
1076
1081
|
|
@@ -1081,12 +1086,12 @@ module Aws::VPCLattice
|
|
1081
1086
|
ListTargetsResponse.struct_class = Types::ListTargetsResponse
|
1082
1087
|
|
1083
1088
|
ListenerSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "arn"))
|
1084
|
-
ListenerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1085
1089
|
ListenerSummary.add_member(:id, Shapes::ShapeRef.new(shape: ListenerId, location_name: "id"))
|
1086
|
-
ListenerSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1087
1090
|
ListenerSummary.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, location_name: "name"))
|
1088
|
-
ListenerSummary.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1089
1091
|
ListenerSummary.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, location_name: "protocol"))
|
1092
|
+
ListenerSummary.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1093
|
+
ListenerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1094
|
+
ListenerSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1090
1095
|
ListenerSummary.struct_class = Types::ListenerSummary
|
1091
1096
|
|
1092
1097
|
ListenerSummaryList.member = Shapes::ShapeRef.new(shape: ListenerSummary)
|
@@ -1097,8 +1102,8 @@ module Aws::VPCLattice
|
|
1097
1102
|
Matcher.add_member_subclass(:unknown, Types::Matcher::Unknown)
|
1098
1103
|
Matcher.struct_class = Types::Matcher
|
1099
1104
|
|
1100
|
-
PathMatch.add_member(:case_sensitive, Shapes::ShapeRef.new(shape: Boolean, location_name: "caseSensitive"))
|
1101
1105
|
PathMatch.add_member(:match, Shapes::ShapeRef.new(shape: PathMatchType, required: true, location_name: "match"))
|
1106
|
+
PathMatch.add_member(:case_sensitive, Shapes::ShapeRef.new(shape: Boolean, location_name: "caseSensitive"))
|
1102
1107
|
PathMatch.struct_class = Types::PathMatch
|
1103
1108
|
|
1104
1109
|
PathMatchType.add_member(:exact, Shapes::ShapeRef.new(shape: PathMatchExact, location_name: "exact"))
|
@@ -1111,16 +1116,16 @@ module Aws::VPCLattice
|
|
1111
1116
|
|
1112
1117
|
PortRangeList.member = Shapes::ShapeRef.new(shape: PortRange)
|
1113
1118
|
|
1114
|
-
PutAuthPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: AuthPolicyString, required: true, location_name: "policy"))
|
1115
1119
|
PutAuthPolicyRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "resourceIdentifier"))
|
1120
|
+
PutAuthPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: AuthPolicyString, required: true, location_name: "policy"))
|
1116
1121
|
PutAuthPolicyRequest.struct_class = Types::PutAuthPolicyRequest
|
1117
1122
|
|
1118
1123
|
PutAuthPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: AuthPolicyString, location_name: "policy"))
|
1119
1124
|
PutAuthPolicyResponse.add_member(:state, Shapes::ShapeRef.new(shape: AuthPolicyState, location_name: "state"))
|
1120
1125
|
PutAuthPolicyResponse.struct_class = Types::PutAuthPolicyResponse
|
1121
1126
|
|
1122
|
-
PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyString, required: true, location_name: "policy"))
|
1123
1127
|
PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
1128
|
+
PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyString, required: true, location_name: "policy"))
|
1124
1129
|
PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
|
1125
1130
|
|
1126
1131
|
PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
|
@@ -1135,55 +1140,56 @@ module Aws::VPCLattice
|
|
1135
1140
|
RegisterTargetsResponse.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: TargetFailureList, location_name: "unsuccessful"))
|
1136
1141
|
RegisterTargetsResponse.struct_class = Types::RegisterTargetsResponse
|
1137
1142
|
|
1138
|
-
ResourceConfigurationDefinition.add_member(:arn_resource, Shapes::ShapeRef.new(shape: ArnResource, location_name: "arnResource"))
|
1139
1143
|
ResourceConfigurationDefinition.add_member(:dns_resource, Shapes::ShapeRef.new(shape: DnsResource, location_name: "dnsResource"))
|
1140
1144
|
ResourceConfigurationDefinition.add_member(:ip_resource, Shapes::ShapeRef.new(shape: IpResource, location_name: "ipResource"))
|
1145
|
+
ResourceConfigurationDefinition.add_member(:arn_resource, Shapes::ShapeRef.new(shape: ArnResource, location_name: "arnResource"))
|
1141
1146
|
ResourceConfigurationDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1142
|
-
ResourceConfigurationDefinition.add_member_subclass(:arn_resource, Types::ResourceConfigurationDefinition::ArnResource)
|
1143
1147
|
ResourceConfigurationDefinition.add_member_subclass(:dns_resource, Types::ResourceConfigurationDefinition::DnsResource)
|
1144
1148
|
ResourceConfigurationDefinition.add_member_subclass(:ip_resource, Types::ResourceConfigurationDefinition::IpResource)
|
1149
|
+
ResourceConfigurationDefinition.add_member_subclass(:arn_resource, Types::ResourceConfigurationDefinition::ArnResource)
|
1145
1150
|
ResourceConfigurationDefinition.add_member_subclass(:unknown, Types::ResourceConfigurationDefinition::Unknown)
|
1146
1151
|
ResourceConfigurationDefinition.struct_class = Types::ResourceConfigurationDefinition
|
1147
1152
|
|
1148
|
-
ResourceConfigurationSummary.add_member(:amazon_managed, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonManaged"))
|
1149
|
-
ResourceConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "arn"))
|
1150
|
-
ResourceConfigurationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1151
1153
|
ResourceConfigurationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "id"))
|
1152
|
-
ResourceConfigurationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1153
1154
|
ResourceConfigurationSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceConfigurationName, location_name: "name"))
|
1154
|
-
ResourceConfigurationSummary.add_member(:
|
1155
|
+
ResourceConfigurationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "arn"))
|
1155
1156
|
ResourceConfigurationSummary.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
1156
|
-
ResourceConfigurationSummary.add_member(:
|
1157
|
+
ResourceConfigurationSummary.add_member(:resource_configuration_group_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationGroupId"))
|
1157
1158
|
ResourceConfigurationSummary.add_member(:type, Shapes::ShapeRef.new(shape: ResourceConfigurationType, location_name: "type"))
|
1159
|
+
ResourceConfigurationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceConfigurationStatus, location_name: "status"))
|
1160
|
+
ResourceConfigurationSummary.add_member(:amazon_managed, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonManaged"))
|
1161
|
+
ResourceConfigurationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1162
|
+
ResourceConfigurationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1158
1163
|
ResourceConfigurationSummary.struct_class = Types::ResourceConfigurationSummary
|
1159
1164
|
|
1160
1165
|
ResourceConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: ResourceConfigurationSummary)
|
1161
1166
|
|
1162
1167
|
ResourceEndpointAssociationList.member = Shapes::ShapeRef.new(shape: ResourceEndpointAssociationSummary)
|
1163
1168
|
|
1164
|
-
ResourceEndpointAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationArn, location_name: "arn"))
|
1165
|
-
ResourceEndpointAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1166
|
-
ResourceEndpointAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
1167
1169
|
ResourceEndpointAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationId, location_name: "id"))
|
1168
|
-
ResourceEndpointAssociationSummary.add_member(:
|
1170
|
+
ResourceEndpointAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceEndpointAssociationArn, location_name: "arn"))
|
1169
1171
|
ResourceEndpointAssociationSummary.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
1172
|
+
ResourceEndpointAssociationSummary.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
1170
1173
|
ResourceEndpointAssociationSummary.add_member(:resource_configuration_name, Shapes::ShapeRef.new(shape: ResourceConfigurationName, location_name: "resourceConfigurationName"))
|
1171
1174
|
ResourceEndpointAssociationSummary.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "vpcEndpointId"))
|
1172
1175
|
ResourceEndpointAssociationSummary.add_member(:vpc_endpoint_owner, Shapes::ShapeRef.new(shape: VpcEndpointOwner, location_name: "vpcEndpointOwner"))
|
1176
|
+
ResourceEndpointAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
1177
|
+
ResourceEndpointAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1173
1178
|
ResourceEndpointAssociationSummary.struct_class = Types::ResourceEndpointAssociationSummary
|
1174
1179
|
|
1175
1180
|
ResourceGatewayList.member = Shapes::ShapeRef.new(shape: ResourceGatewaySummary)
|
1176
1181
|
|
1177
|
-
ResourceGatewaySummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
1178
|
-
ResourceGatewaySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1179
|
-
ResourceGatewaySummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
1180
|
-
ResourceGatewaySummary.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceGatewayIpAddressType, location_name: "ipAddressType"))
|
1181
|
-
ResourceGatewaySummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1182
1182
|
ResourceGatewaySummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceGatewayName, location_name: "name"))
|
1183
|
-
ResourceGatewaySummary.add_member(:
|
1183
|
+
ResourceGatewaySummary.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
1184
|
+
ResourceGatewaySummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
1184
1185
|
ResourceGatewaySummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceGatewayStatus, location_name: "status"))
|
1185
|
-
ResourceGatewaySummary.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
1186
1186
|
ResourceGatewaySummary.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcIdentifier"))
|
1187
|
+
ResourceGatewaySummary.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
1188
|
+
ResourceGatewaySummary.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
|
1189
|
+
ResourceGatewaySummary.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceGatewayIpAddressType, location_name: "ipAddressType"))
|
1190
|
+
ResourceGatewaySummary.add_member(:ipv4_addresses_per_eni, Shapes::ShapeRef.new(shape: Ipv4AddressesPerEni, location_name: "ipv4AddressesPerEni"))
|
1191
|
+
ResourceGatewaySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1192
|
+
ResourceGatewaySummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1187
1193
|
ResourceGatewaySummary.struct_class = Types::ResourceGatewaySummary
|
1188
1194
|
|
1189
1195
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -1191,11 +1197,11 @@ module Aws::VPCLattice
|
|
1191
1197
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
1192
1198
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1193
1199
|
|
1194
|
-
RuleAction.add_member(:fixed_response, Shapes::ShapeRef.new(shape: FixedResponseAction, location_name: "fixedResponse"))
|
1195
1200
|
RuleAction.add_member(:forward, Shapes::ShapeRef.new(shape: ForwardAction, location_name: "forward"))
|
1201
|
+
RuleAction.add_member(:fixed_response, Shapes::ShapeRef.new(shape: FixedResponseAction, location_name: "fixedResponse"))
|
1196
1202
|
RuleAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1197
|
-
RuleAction.add_member_subclass(:fixed_response, Types::RuleAction::FixedResponse)
|
1198
1203
|
RuleAction.add_member_subclass(:forward, Types::RuleAction::Forward)
|
1204
|
+
RuleAction.add_member_subclass(:fixed_response, Types::RuleAction::FixedResponse)
|
1199
1205
|
RuleAction.add_member_subclass(:unknown, Types::RuleAction::Unknown)
|
1200
1206
|
RuleAction.struct_class = Types::RuleAction
|
1201
1207
|
|
@@ -1206,38 +1212,38 @@ module Aws::VPCLattice
|
|
1206
1212
|
RuleMatch.struct_class = Types::RuleMatch
|
1207
1213
|
|
1208
1214
|
RuleSummary.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
|
1209
|
-
RuleSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1210
1215
|
RuleSummary.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
|
1211
|
-
RuleSummary.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
1212
|
-
RuleSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1213
1216
|
RuleSummary.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
|
1217
|
+
RuleSummary.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
1214
1218
|
RuleSummary.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
|
1219
|
+
RuleSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1220
|
+
RuleSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1215
1221
|
RuleSummary.struct_class = Types::RuleSummary
|
1216
1222
|
|
1217
1223
|
RuleSummaryList.member = Shapes::ShapeRef.new(shape: RuleSummary)
|
1218
1224
|
|
1219
|
-
RuleUpdate.add_member(:
|
1225
|
+
RuleUpdate.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location_name: "ruleIdentifier"))
|
1220
1226
|
RuleUpdate.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
|
1221
1227
|
RuleUpdate.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
|
1222
|
-
RuleUpdate.add_member(:
|
1228
|
+
RuleUpdate.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
1223
1229
|
RuleUpdate.struct_class = Types::RuleUpdate
|
1224
1230
|
|
1231
|
+
RuleUpdateFailure.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, location_name: "ruleIdentifier"))
|
1225
1232
|
RuleUpdateFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "failureCode"))
|
1226
1233
|
RuleUpdateFailure.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "failureMessage"))
|
1227
|
-
RuleUpdateFailure.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, location_name: "ruleIdentifier"))
|
1228
1234
|
RuleUpdateFailure.struct_class = Types::RuleUpdateFailure
|
1229
1235
|
|
1230
1236
|
RuleUpdateFailureList.member = Shapes::ShapeRef.new(shape: RuleUpdateFailure)
|
1231
1237
|
|
1232
1238
|
RuleUpdateList.member = Shapes::ShapeRef.new(shape: RuleUpdate)
|
1233
1239
|
|
1234
|
-
RuleUpdateSuccess.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
1235
1240
|
RuleUpdateSuccess.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
|
1236
1241
|
RuleUpdateSuccess.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
|
1242
|
+
RuleUpdateSuccess.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
|
1237
1243
|
RuleUpdateSuccess.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
1238
1244
|
RuleUpdateSuccess.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
|
1239
|
-
RuleUpdateSuccess.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
|
1240
1245
|
RuleUpdateSuccess.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
|
1246
|
+
RuleUpdateSuccess.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
1241
1247
|
RuleUpdateSuccess.struct_class = Types::RuleUpdateSuccess
|
1242
1248
|
|
1243
1249
|
RuleUpdateSuccessList.member = Shapes::ShapeRef.new(shape: RuleUpdateSuccess)
|
@@ -1248,93 +1254,93 @@ module Aws::VPCLattice
|
|
1248
1254
|
|
1249
1255
|
ServiceList.member = Shapes::ShapeRef.new(shape: ServiceSummary)
|
1250
1256
|
|
1251
|
-
ServiceNetworkEndpointAssociation.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1252
|
-
ServiceNetworkEndpointAssociation.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
1253
|
-
ServiceNetworkEndpointAssociation.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
1254
|
-
ServiceNetworkEndpointAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
1255
1257
|
ServiceNetworkEndpointAssociation.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
1256
|
-
ServiceNetworkEndpointAssociation.add_member(:vpc_endpoint_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointOwnerId"))
|
1257
1258
|
ServiceNetworkEndpointAssociation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
1259
|
+
ServiceNetworkEndpointAssociation.add_member(:vpc_endpoint_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointOwnerId"))
|
1260
|
+
ServiceNetworkEndpointAssociation.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
1261
|
+
ServiceNetworkEndpointAssociation.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
1262
|
+
ServiceNetworkEndpointAssociation.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
1263
|
+
ServiceNetworkEndpointAssociation.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1258
1264
|
ServiceNetworkEndpointAssociation.struct_class = Types::ServiceNetworkEndpointAssociation
|
1259
1265
|
|
1260
1266
|
ServiceNetworkList.member = Shapes::ShapeRef.new(shape: ServiceNetworkSummary)
|
1261
1267
|
|
1262
1268
|
ServiceNetworkResourceAssociationList.member = Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationSummary)
|
1263
1269
|
|
1270
|
+
ServiceNetworkResourceAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationId, location_name: "id"))
|
1264
1271
|
ServiceNetworkResourceAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationArn, location_name: "arn"))
|
1265
|
-
ServiceNetworkResourceAssociationSummary.add_member(:
|
1272
|
+
ServiceNetworkResourceAssociationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationStatus, location_name: "status"))
|
1266
1273
|
ServiceNetworkResourceAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
1267
|
-
ServiceNetworkResourceAssociationSummary.add_member(:
|
1268
|
-
ServiceNetworkResourceAssociationSummary.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
1269
|
-
ServiceNetworkResourceAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationId, location_name: "id"))
|
1270
|
-
ServiceNetworkResourceAssociationSummary.add_member(:is_managed_association, Shapes::ShapeRef.new(shape: Boolean, location_name: "isManagedAssociation"))
|
1271
|
-
ServiceNetworkResourceAssociationSummary.add_member(:private_dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "privateDnsEntry"))
|
1272
|
-
ServiceNetworkResourceAssociationSummary.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
1274
|
+
ServiceNetworkResourceAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1273
1275
|
ServiceNetworkResourceAssociationSummary.add_member(:resource_configuration_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationId"))
|
1276
|
+
ServiceNetworkResourceAssociationSummary.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
1274
1277
|
ServiceNetworkResourceAssociationSummary.add_member(:resource_configuration_name, Shapes::ShapeRef.new(shape: ResourceConfigurationName, location_name: "resourceConfigurationName"))
|
1275
|
-
ServiceNetworkResourceAssociationSummary.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArnWithoutRegex, location_name: "serviceNetworkArn"))
|
1276
1278
|
ServiceNetworkResourceAssociationSummary.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifierWithoutRegex, location_name: "serviceNetworkId"))
|
1279
|
+
ServiceNetworkResourceAssociationSummary.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArnWithoutRegex, location_name: "serviceNetworkArn"))
|
1277
1280
|
ServiceNetworkResourceAssociationSummary.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkNameWithoutRegex, location_name: "serviceNetworkName"))
|
1278
|
-
ServiceNetworkResourceAssociationSummary.add_member(:
|
1281
|
+
ServiceNetworkResourceAssociationSummary.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
1282
|
+
ServiceNetworkResourceAssociationSummary.add_member(:private_dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "privateDnsEntry"))
|
1283
|
+
ServiceNetworkResourceAssociationSummary.add_member(:is_managed_association, Shapes::ShapeRef.new(shape: Boolean, location_name: "isManagedAssociation"))
|
1284
|
+
ServiceNetworkResourceAssociationSummary.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
1279
1285
|
ServiceNetworkResourceAssociationSummary.struct_class = Types::ServiceNetworkResourceAssociationSummary
|
1280
1286
|
|
1281
1287
|
ServiceNetworkServiceAssociationList.member = Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationSummary)
|
1282
1288
|
|
1289
|
+
ServiceNetworkServiceAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
|
1290
|
+
ServiceNetworkServiceAssociationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationStatus, location_name: "status"))
|
1283
1291
|
ServiceNetworkServiceAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationArn, location_name: "arn"))
|
1284
|
-
ServiceNetworkServiceAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1285
1292
|
ServiceNetworkServiceAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
1286
|
-
ServiceNetworkServiceAssociationSummary.add_member(:
|
1287
|
-
ServiceNetworkServiceAssociationSummary.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
1288
|
-
ServiceNetworkServiceAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationIdentifier, location_name: "id"))
|
1289
|
-
ServiceNetworkServiceAssociationSummary.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
|
1293
|
+
ServiceNetworkServiceAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1290
1294
|
ServiceNetworkServiceAssociationSummary.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
|
1291
1295
|
ServiceNetworkServiceAssociationSummary.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "serviceName"))
|
1292
|
-
ServiceNetworkServiceAssociationSummary.add_member(:
|
1296
|
+
ServiceNetworkServiceAssociationSummary.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
|
1293
1297
|
ServiceNetworkServiceAssociationSummary.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
|
1294
1298
|
ServiceNetworkServiceAssociationSummary.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
|
1295
|
-
ServiceNetworkServiceAssociationSummary.add_member(:
|
1299
|
+
ServiceNetworkServiceAssociationSummary.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
1300
|
+
ServiceNetworkServiceAssociationSummary.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
1301
|
+
ServiceNetworkServiceAssociationSummary.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
1296
1302
|
ServiceNetworkServiceAssociationSummary.struct_class = Types::ServiceNetworkServiceAssociationSummary
|
1297
1303
|
|
1304
|
+
ServiceNetworkSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
|
1305
|
+
ServiceNetworkSummary.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
|
1298
1306
|
ServiceNetworkSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
|
1299
1307
|
ServiceNetworkSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1300
|
-
ServiceNetworkSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
|
1301
1308
|
ServiceNetworkSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1302
|
-
ServiceNetworkSummary.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
|
1303
|
-
ServiceNetworkSummary.add_member(:number_of_associated_resource_configurations, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedResourceConfigurations"))
|
1304
|
-
ServiceNetworkSummary.add_member(:number_of_associated_services, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedServices"))
|
1305
1309
|
ServiceNetworkSummary.add_member(:number_of_associated_vp_cs, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedVPCs"))
|
1310
|
+
ServiceNetworkSummary.add_member(:number_of_associated_services, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedServices"))
|
1311
|
+
ServiceNetworkSummary.add_member(:number_of_associated_resource_configurations, Shapes::ShapeRef.new(shape: Long, location_name: "numberOfAssociatedResourceConfigurations"))
|
1306
1312
|
ServiceNetworkSummary.struct_class = Types::ServiceNetworkSummary
|
1307
1313
|
|
1308
1314
|
ServiceNetworkVpcAssociationList.member = Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationSummary)
|
1309
1315
|
|
1316
|
+
ServiceNetworkVpcAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
|
1310
1317
|
ServiceNetworkVpcAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
|
1311
|
-
ServiceNetworkVpcAssociationSummary.add_member(:
|
1318
|
+
ServiceNetworkVpcAssociationSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
|
1312
1319
|
ServiceNetworkVpcAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
1313
|
-
ServiceNetworkVpcAssociationSummary.add_member(:
|
1314
|
-
ServiceNetworkVpcAssociationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1315
|
-
ServiceNetworkVpcAssociationSummary.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
1320
|
+
ServiceNetworkVpcAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1316
1321
|
ServiceNetworkVpcAssociationSummary.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
|
1317
1322
|
ServiceNetworkVpcAssociationSummary.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
|
1318
|
-
ServiceNetworkVpcAssociationSummary.add_member(:
|
1323
|
+
ServiceNetworkVpcAssociationSummary.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
1319
1324
|
ServiceNetworkVpcAssociationSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
1325
|
+
ServiceNetworkVpcAssociationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1320
1326
|
ServiceNetworkVpcAssociationSummary.struct_class = Types::ServiceNetworkVpcAssociationSummary
|
1321
1327
|
|
1322
1328
|
ServiceNetworkVpcEndpointAssociationList.member = Shapes::ShapeRef.new(shape: ServiceNetworkEndpointAssociation)
|
1323
1329
|
|
1324
1330
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1325
|
-
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
1326
1331
|
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
1327
1332
|
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
1328
1333
|
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceCode"))
|
1334
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
1329
1335
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1330
1336
|
|
1337
|
+
ServiceSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
|
1338
|
+
ServiceSummary.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
1331
1339
|
ServiceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
|
1332
1340
|
ServiceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1333
|
-
ServiceSummary.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
1334
|
-
ServiceSummary.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
1335
|
-
ServiceSummary.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
|
1336
1341
|
ServiceSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1337
|
-
ServiceSummary.add_member(:
|
1342
|
+
ServiceSummary.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
1343
|
+
ServiceSummary.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
1338
1344
|
ServiceSummary.add_member(:status, Shapes::ShapeRef.new(shape: ServiceStatus, location_name: "status"))
|
1339
1345
|
ServiceSummary.struct_class = Types::ServiceSummary
|
1340
1346
|
|
@@ -1358,54 +1364,54 @@ module Aws::VPCLattice
|
|
1358
1364
|
Target.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1359
1365
|
Target.struct_class = Types::Target
|
1360
1366
|
|
1361
|
-
TargetFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
1362
|
-
TargetFailure.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
1363
1367
|
TargetFailure.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
1364
1368
|
TargetFailure.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1369
|
+
TargetFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
1370
|
+
TargetFailure.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
1365
1371
|
TargetFailure.struct_class = Types::TargetFailure
|
1366
1372
|
|
1367
1373
|
TargetFailureList.member = Shapes::ShapeRef.new(shape: TargetFailure)
|
1368
1374
|
|
1369
|
-
TargetGroupConfig.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckConfig, location_name: "healthCheck"))
|
1370
|
-
TargetGroupConfig.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
1371
|
-
TargetGroupConfig.add_member(:lambda_event_structure_version, Shapes::ShapeRef.new(shape: LambdaEventStructureVersion, location_name: "lambdaEventStructureVersion"))
|
1372
1375
|
TargetGroupConfig.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1373
1376
|
TargetGroupConfig.add_member(:protocol, Shapes::ShapeRef.new(shape: TargetGroupProtocol, location_name: "protocol"))
|
1374
1377
|
TargetGroupConfig.add_member(:protocol_version, Shapes::ShapeRef.new(shape: TargetGroupProtocolVersion, location_name: "protocolVersion"))
|
1378
|
+
TargetGroupConfig.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
1375
1379
|
TargetGroupConfig.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcIdentifier"))
|
1380
|
+
TargetGroupConfig.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckConfig, location_name: "healthCheck"))
|
1381
|
+
TargetGroupConfig.add_member(:lambda_event_structure_version, Shapes::ShapeRef.new(shape: LambdaEventStructureVersion, location_name: "lambdaEventStructureVersion"))
|
1376
1382
|
TargetGroupConfig.struct_class = Types::TargetGroupConfig
|
1377
1383
|
|
1378
1384
|
TargetGroupList.member = Shapes::ShapeRef.new(shape: TargetGroupSummary)
|
1379
1385
|
|
1380
|
-
TargetGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
1381
|
-
TargetGroupSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1382
1386
|
TargetGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
|
1383
|
-
TargetGroupSummary.add_member(:
|
1384
|
-
TargetGroupSummary.add_member(:lambda_event_structure_version, Shapes::ShapeRef.new(shape: LambdaEventStructureVersion, location_name: "lambdaEventStructureVersion"))
|
1385
|
-
TargetGroupSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1387
|
+
TargetGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
1386
1388
|
TargetGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
|
1389
|
+
TargetGroupSummary.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
|
1390
|
+
TargetGroupSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
1387
1391
|
TargetGroupSummary.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1388
1392
|
TargetGroupSummary.add_member(:protocol, Shapes::ShapeRef.new(shape: TargetGroupProtocol, location_name: "protocol"))
|
1389
|
-
TargetGroupSummary.add_member(:
|
1390
|
-
TargetGroupSummary.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
|
1391
|
-
TargetGroupSummary.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
|
1393
|
+
TargetGroupSummary.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
1392
1394
|
TargetGroupSummary.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcIdentifier"))
|
1395
|
+
TargetGroupSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
|
1396
|
+
TargetGroupSummary.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
|
1397
|
+
TargetGroupSummary.add_member(:service_arns, Shapes::ShapeRef.new(shape: ServiceArnList, location_name: "serviceArns"))
|
1398
|
+
TargetGroupSummary.add_member(:lambda_event_structure_version, Shapes::ShapeRef.new(shape: LambdaEventStructureVersion, location_name: "lambdaEventStructureVersion"))
|
1393
1399
|
TargetGroupSummary.struct_class = Types::TargetGroupSummary
|
1394
1400
|
|
1395
1401
|
TargetList.member = Shapes::ShapeRef.new(shape: Target)
|
1396
1402
|
|
1397
1403
|
TargetSummary.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
1398
1404
|
TargetSummary.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1399
|
-
TargetSummary.add_member(:reason_code, Shapes::ShapeRef.new(shape: String, location_name: "reasonCode"))
|
1400
1405
|
TargetSummary.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, location_name: "status"))
|
1406
|
+
TargetSummary.add_member(:reason_code, Shapes::ShapeRef.new(shape: String, location_name: "reasonCode"))
|
1401
1407
|
TargetSummary.struct_class = Types::TargetSummary
|
1402
1408
|
|
1403
1409
|
TargetSummaryList.member = Shapes::ShapeRef.new(shape: TargetSummary)
|
1404
1410
|
|
1405
1411
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1412
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
1406
1413
|
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
1407
1414
|
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
1408
|
-
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
1409
1415
|
ThrottlingException.struct_class = Types::ThrottlingException
|
1410
1416
|
|
1411
1417
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -1418,45 +1424,45 @@ module Aws::VPCLattice
|
|
1418
1424
|
UpdateAccessLogSubscriptionRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
1419
1425
|
UpdateAccessLogSubscriptionRequest.struct_class = Types::UpdateAccessLogSubscriptionRequest
|
1420
1426
|
|
1421
|
-
UpdateAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
|
1422
|
-
UpdateAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
1423
1427
|
UpdateAccessLogSubscriptionResponse.add_member(:id, Shapes::ShapeRef.new(shape: AccessLogSubscriptionId, required: true, location_name: "id"))
|
1424
|
-
UpdateAccessLogSubscriptionResponse.add_member(:
|
1428
|
+
UpdateAccessLogSubscriptionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: AccessLogSubscriptionArn, required: true, location_name: "arn"))
|
1425
1429
|
UpdateAccessLogSubscriptionResponse.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "resourceId"))
|
1430
|
+
UpdateAccessLogSubscriptionResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
|
1431
|
+
UpdateAccessLogSubscriptionResponse.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AccessLogDestinationArn, required: true, location_name: "destinationArn"))
|
1426
1432
|
UpdateAccessLogSubscriptionResponse.struct_class = Types::UpdateAccessLogSubscriptionResponse
|
1427
1433
|
|
1428
|
-
UpdateListenerRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "defaultAction"))
|
1429
|
-
UpdateListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
1430
1434
|
UpdateListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
1435
|
+
UpdateListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
1436
|
+
UpdateListenerRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "defaultAction"))
|
1431
1437
|
UpdateListenerRequest.struct_class = Types::UpdateListenerRequest
|
1432
1438
|
|
1433
1439
|
UpdateListenerResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ListenerArn, location_name: "arn"))
|
1434
|
-
UpdateListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
|
1435
1440
|
UpdateListenerResponse.add_member(:id, Shapes::ShapeRef.new(shape: ListenerId, location_name: "id"))
|
1436
1441
|
UpdateListenerResponse.add_member(:name, Shapes::ShapeRef.new(shape: ListenerName, location_name: "name"))
|
1437
|
-
UpdateListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1438
1442
|
UpdateListenerResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ListenerProtocol, location_name: "protocol"))
|
1443
|
+
UpdateListenerResponse.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
1439
1444
|
UpdateListenerResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "serviceArn"))
|
1440
1445
|
UpdateListenerResponse.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "serviceId"))
|
1446
|
+
UpdateListenerResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "defaultAction"))
|
1441
1447
|
UpdateListenerResponse.struct_class = Types::UpdateListenerResponse
|
1442
1448
|
|
1449
|
+
UpdateResourceConfigurationRequest.add_member(:resource_configuration_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, required: true, location: "uri", location_name: "resourceConfigurationIdentifier"))
|
1450
|
+
UpdateResourceConfigurationRequest.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
1443
1451
|
UpdateResourceConfigurationRequest.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
1444
1452
|
UpdateResourceConfigurationRequest.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRangeList, location_name: "portRanges"))
|
1445
|
-
UpdateResourceConfigurationRequest.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
1446
|
-
UpdateResourceConfigurationRequest.add_member(:resource_configuration_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, required: true, location: "uri", location_name: "resourceConfigurationIdentifier"))
|
1447
1453
|
UpdateResourceConfigurationRequest.struct_class = Types::UpdateResourceConfigurationRequest
|
1448
1454
|
|
1449
|
-
UpdateResourceConfigurationResponse.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
1450
|
-
UpdateResourceConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "arn"))
|
1451
1455
|
UpdateResourceConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "id"))
|
1452
1456
|
UpdateResourceConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceConfigurationName, location_name: "name"))
|
1457
|
+
UpdateResourceConfigurationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "arn"))
|
1458
|
+
UpdateResourceConfigurationResponse.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
1459
|
+
UpdateResourceConfigurationResponse.add_member(:resource_configuration_group_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationGroupId"))
|
1460
|
+
UpdateResourceConfigurationResponse.add_member(:type, Shapes::ShapeRef.new(shape: ResourceConfigurationType, location_name: "type"))
|
1453
1461
|
UpdateResourceConfigurationResponse.add_member(:port_ranges, Shapes::ShapeRef.new(shape: PortRangeList, location_name: "portRanges"))
|
1462
|
+
UpdateResourceConfigurationResponse.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
|
1454
1463
|
UpdateResourceConfigurationResponse.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolType, location_name: "protocol"))
|
1455
|
-
UpdateResourceConfigurationResponse.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
1456
|
-
UpdateResourceConfigurationResponse.add_member(:resource_configuration_group_id, Shapes::ShapeRef.new(shape: ResourceConfigurationId, location_name: "resourceConfigurationGroupId"))
|
1457
|
-
UpdateResourceConfigurationResponse.add_member(:resource_gateway_id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "resourceGatewayId"))
|
1458
1464
|
UpdateResourceConfigurationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceConfigurationStatus, location_name: "status"))
|
1459
|
-
UpdateResourceConfigurationResponse.add_member(:
|
1465
|
+
UpdateResourceConfigurationResponse.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
|
1460
1466
|
UpdateResourceConfigurationResponse.struct_class = Types::UpdateResourceConfigurationResponse
|
1461
1467
|
|
1462
1468
|
UpdateResourceGatewayRequest.add_member(:resource_gateway_identifier, Shapes::ShapeRef.new(shape: ResourceGatewayIdentifier, required: true, location: "uri", location_name: "resourceGatewayIdentifier"))
|
@@ -1465,88 +1471,88 @@ module Aws::VPCLattice
|
|
1465
1471
|
|
1466
1472
|
UpdateResourceGatewayRequestSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
1467
1473
|
|
1468
|
-
UpdateResourceGatewayResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
1469
|
-
UpdateResourceGatewayResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
1470
|
-
UpdateResourceGatewayResponse.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
1471
1474
|
UpdateResourceGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: ResourceGatewayName, location_name: "name"))
|
1472
|
-
UpdateResourceGatewayResponse.add_member(:
|
1475
|
+
UpdateResourceGatewayResponse.add_member(:id, Shapes::ShapeRef.new(shape: ResourceGatewayId, location_name: "id"))
|
1476
|
+
UpdateResourceGatewayResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceGatewayArn, location_name: "arn"))
|
1473
1477
|
UpdateResourceGatewayResponse.add_member(:status, Shapes::ShapeRef.new(shape: ResourceGatewayStatus, location_name: "status"))
|
1474
|
-
UpdateResourceGatewayResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
1475
1478
|
UpdateResourceGatewayResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
1479
|
+
UpdateResourceGatewayResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetList, location_name: "subnetIds"))
|
1480
|
+
UpdateResourceGatewayResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
|
1481
|
+
UpdateResourceGatewayResponse.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
1476
1482
|
UpdateResourceGatewayResponse.struct_class = Types::UpdateResourceGatewayResponse
|
1477
1483
|
|
1478
|
-
UpdateRuleRequest.add_member(:
|
1484
|
+
UpdateRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
1479
1485
|
UpdateRuleRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
|
1486
|
+
UpdateRuleRequest.add_member(:rule_identifier, Shapes::ShapeRef.new(shape: RuleIdentifier, required: true, location: "uri", location_name: "ruleIdentifier"))
|
1480
1487
|
UpdateRuleRequest.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
|
1481
1488
|
UpdateRuleRequest.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
|
1482
|
-
UpdateRuleRequest.add_member(:
|
1483
|
-
UpdateRuleRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
1489
|
+
UpdateRuleRequest.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
1484
1490
|
UpdateRuleRequest.struct_class = Types::UpdateRuleRequest
|
1485
1491
|
|
1486
|
-
UpdateRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
1487
1492
|
UpdateRuleResponse.add_member(:arn, Shapes::ShapeRef.new(shape: RuleArn, location_name: "arn"))
|
1488
1493
|
UpdateRuleResponse.add_member(:id, Shapes::ShapeRef.new(shape: RuleId, location_name: "id"))
|
1494
|
+
UpdateRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
|
1489
1495
|
UpdateRuleResponse.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
1490
1496
|
UpdateRuleResponse.add_member(:match, Shapes::ShapeRef.new(shape: RuleMatch, location_name: "match"))
|
1491
|
-
UpdateRuleResponse.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
|
1492
1497
|
UpdateRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, location_name: "priority"))
|
1498
|
+
UpdateRuleResponse.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
|
1493
1499
|
UpdateRuleResponse.struct_class = Types::UpdateRuleResponse
|
1494
1500
|
|
1495
|
-
UpdateServiceNetworkRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, required: true, location_name: "authType"))
|
1496
1501
|
UpdateServiceNetworkRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location: "uri", location_name: "serviceNetworkIdentifier"))
|
1502
|
+
UpdateServiceNetworkRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, required: true, location_name: "authType"))
|
1497
1503
|
UpdateServiceNetworkRequest.struct_class = Types::UpdateServiceNetworkRequest
|
1498
1504
|
|
1499
|
-
UpdateServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
|
1500
|
-
UpdateServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
1501
1505
|
UpdateServiceNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
|
1502
1506
|
UpdateServiceNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "name"))
|
1507
|
+
UpdateServiceNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "arn"))
|
1508
|
+
UpdateServiceNetworkResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
1503
1509
|
UpdateServiceNetworkResponse.struct_class = Types::UpdateServiceNetworkResponse
|
1504
1510
|
|
1505
|
-
UpdateServiceNetworkVpcAssociationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList, required: true, location_name: "securityGroupIds"))
|
1506
1511
|
UpdateServiceNetworkVpcAssociationRequest.add_member(:service_network_vpc_association_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationIdentifier, required: true, location: "uri", location_name: "serviceNetworkVpcAssociationIdentifier"))
|
1512
|
+
UpdateServiceNetworkVpcAssociationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList, required: true, location_name: "securityGroupIds"))
|
1507
1513
|
UpdateServiceNetworkVpcAssociationRequest.struct_class = Types::UpdateServiceNetworkVpcAssociationRequest
|
1508
1514
|
|
1509
1515
|
UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
1510
1516
|
|
1517
|
+
UpdateServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
|
1511
1518
|
UpdateServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
|
1519
|
+
UpdateServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
|
1512
1520
|
UpdateServiceNetworkVpcAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
|
1513
|
-
UpdateServiceNetworkVpcAssociationResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationId, location_name: "id"))
|
1514
1521
|
UpdateServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
|
1515
|
-
UpdateServiceNetworkVpcAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationStatus, location_name: "status"))
|
1516
1522
|
UpdateServiceNetworkVpcAssociationResponse.struct_class = Types::UpdateServiceNetworkVpcAssociationResponse
|
1517
1523
|
|
1518
|
-
UpdateServiceRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
1519
|
-
UpdateServiceRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
1520
1524
|
UpdateServiceRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
|
1525
|
+
UpdateServiceRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
1526
|
+
UpdateServiceRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
1521
1527
|
UpdateServiceRequest.struct_class = Types::UpdateServiceRequest
|
1522
1528
|
|
1523
|
-
UpdateServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
|
1524
|
-
UpdateServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
1525
|
-
UpdateServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
1526
|
-
UpdateServiceResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
1527
1529
|
UpdateServiceResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceId, location_name: "id"))
|
1530
|
+
UpdateServiceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceArn, location_name: "arn"))
|
1528
1531
|
UpdateServiceResponse.add_member(:name, Shapes::ShapeRef.new(shape: ServiceName, location_name: "name"))
|
1532
|
+
UpdateServiceResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: ServiceCustomDomainName, location_name: "customDomainName"))
|
1533
|
+
UpdateServiceResponse.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "certificateArn"))
|
1534
|
+
UpdateServiceResponse.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthType, location_name: "authType"))
|
1529
1535
|
UpdateServiceResponse.struct_class = Types::UpdateServiceResponse
|
1530
1536
|
|
1531
|
-
UpdateTargetGroupRequest.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckConfig, required: true, location_name: "healthCheck"))
|
1532
1537
|
UpdateTargetGroupRequest.add_member(:target_group_identifier, Shapes::ShapeRef.new(shape: TargetGroupIdentifier, required: true, location: "uri", location_name: "targetGroupIdentifier"))
|
1538
|
+
UpdateTargetGroupRequest.add_member(:health_check, Shapes::ShapeRef.new(shape: HealthCheckConfig, required: true, location_name: "healthCheck"))
|
1533
1539
|
UpdateTargetGroupRequest.struct_class = Types::UpdateTargetGroupRequest
|
1534
1540
|
|
1535
|
-
UpdateTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
1536
|
-
UpdateTargetGroupResponse.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
|
1537
1541
|
UpdateTargetGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: TargetGroupId, location_name: "id"))
|
1542
|
+
UpdateTargetGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: TargetGroupArn, location_name: "arn"))
|
1538
1543
|
UpdateTargetGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: TargetGroupName, location_name: "name"))
|
1539
|
-
UpdateTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
|
1540
1544
|
UpdateTargetGroupResponse.add_member(:type, Shapes::ShapeRef.new(shape: TargetGroupType, location_name: "type"))
|
1545
|
+
UpdateTargetGroupResponse.add_member(:config, Shapes::ShapeRef.new(shape: TargetGroupConfig, location_name: "config"))
|
1546
|
+
UpdateTargetGroupResponse.add_member(:status, Shapes::ShapeRef.new(shape: TargetGroupStatus, location_name: "status"))
|
1541
1547
|
UpdateTargetGroupResponse.struct_class = Types::UpdateTargetGroupResponse
|
1542
1548
|
|
1543
|
-
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
1544
1549
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1545
1550
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
1551
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
1546
1552
|
ValidationException.struct_class = Types::ValidationException
|
1547
1553
|
|
1548
|
-
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1549
1554
|
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1555
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1550
1556
|
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
1551
1557
|
|
1552
1558
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
@@ -1567,7 +1573,6 @@ module Aws::VPCLattice
|
|
1567
1573
|
"apiVersion" => "2022-11-30",
|
1568
1574
|
"auth" => ["aws.auth#sigv4"],
|
1569
1575
|
"endpointPrefix" => "vpc-lattice",
|
1570
|
-
"jsonVersion" => "1.1",
|
1571
1576
|
"protocol" => "rest-json",
|
1572
1577
|
"protocols" => ["rest-json"],
|
1573
1578
|
"serviceFullName" => "Amazon VPC Lattice",
|
@@ -1585,9 +1590,9 @@ module Aws::VPCLattice
|
|
1585
1590
|
o.output = Shapes::ShapeRef.new(shape: BatchUpdateRuleResponse)
|
1586
1591
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1587
1592
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1588
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1589
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1590
1593
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1594
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1595
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1591
1596
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1592
1597
|
end)
|
1593
1598
|
|
@@ -1599,9 +1604,9 @@ module Aws::VPCLattice
|
|
1599
1604
|
o.output = Shapes::ShapeRef.new(shape: CreateAccessLogSubscriptionResponse)
|
1600
1605
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1601
1606
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1602
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1603
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1604
1607
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1608
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1609
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1605
1610
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1606
1611
|
end)
|
1607
1612
|
|
@@ -1613,9 +1618,9 @@ module Aws::VPCLattice
|
|
1613
1618
|
o.output = Shapes::ShapeRef.new(shape: CreateListenerResponse)
|
1614
1619
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1615
1620
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1616
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1617
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1618
1621
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1622
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1623
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1619
1624
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1620
1625
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1621
1626
|
end)
|
@@ -1628,9 +1633,9 @@ module Aws::VPCLattice
|
|
1628
1633
|
o.output = Shapes::ShapeRef.new(shape: CreateResourceConfigurationResponse)
|
1629
1634
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1630
1635
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1631
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1632
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1633
1636
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1637
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1634
1639
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1635
1640
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1636
1641
|
end)
|
@@ -1643,9 +1648,9 @@ module Aws::VPCLattice
|
|
1643
1648
|
o.output = Shapes::ShapeRef.new(shape: CreateResourceGatewayResponse)
|
1644
1649
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1645
1650
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1646
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1647
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1648
1651
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1652
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1653
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1649
1654
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1650
1655
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1651
1656
|
end)
|
@@ -1658,9 +1663,9 @@ module Aws::VPCLattice
|
|
1658
1663
|
o.output = Shapes::ShapeRef.new(shape: CreateRuleResponse)
|
1659
1664
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1660
1665
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1661
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1662
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1663
1666
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1667
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1668
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1664
1669
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1665
1670
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1666
1671
|
end)
|
@@ -1673,9 +1678,9 @@ module Aws::VPCLattice
|
|
1673
1678
|
o.output = Shapes::ShapeRef.new(shape: CreateServiceResponse)
|
1674
1679
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1675
1680
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1676
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1677
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1678
1681
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1682
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1683
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1679
1684
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1680
1685
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1681
1686
|
end)
|
@@ -1688,9 +1693,9 @@ module Aws::VPCLattice
|
|
1688
1693
|
o.output = Shapes::ShapeRef.new(shape: CreateServiceNetworkResponse)
|
1689
1694
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1690
1695
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1691
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1692
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1693
1696
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1697
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1698
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1694
1699
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1695
1700
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1696
1701
|
end)
|
@@ -1703,9 +1708,9 @@ module Aws::VPCLattice
|
|
1703
1708
|
o.output = Shapes::ShapeRef.new(shape: CreateServiceNetworkResourceAssociationResponse)
|
1704
1709
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1705
1710
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1706
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1707
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1708
1711
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1712
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1713
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1709
1714
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1710
1715
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1711
1716
|
end)
|
@@ -1718,9 +1723,9 @@ module Aws::VPCLattice
|
|
1718
1723
|
o.output = Shapes::ShapeRef.new(shape: CreateServiceNetworkServiceAssociationResponse)
|
1719
1724
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1720
1725
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1721
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1722
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1723
1726
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1727
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1724
1729
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1725
1730
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1726
1731
|
end)
|
@@ -1733,9 +1738,9 @@ module Aws::VPCLattice
|
|
1733
1738
|
o.output = Shapes::ShapeRef.new(shape: CreateServiceNetworkVpcAssociationResponse)
|
1734
1739
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1735
1740
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1736
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1737
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1738
1741
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1742
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1743
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1739
1744
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1740
1745
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1741
1746
|
end)
|
@@ -1748,9 +1753,9 @@ module Aws::VPCLattice
|
|
1748
1753
|
o.output = Shapes::ShapeRef.new(shape: CreateTargetGroupResponse)
|
1749
1754
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1750
1755
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1751
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1752
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1753
1756
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1757
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1758
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1754
1759
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1755
1760
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1756
1761
|
end)
|
@@ -1763,8 +1768,8 @@ module Aws::VPCLattice
|
|
1763
1768
|
o.output = Shapes::ShapeRef.new(shape: DeleteAccessLogSubscriptionResponse)
|
1764
1769
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1765
1770
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1766
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1767
1771
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1772
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1768
1773
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1769
1774
|
end)
|
1770
1775
|
|
@@ -1776,8 +1781,8 @@ module Aws::VPCLattice
|
|
1776
1781
|
o.output = Shapes::ShapeRef.new(shape: DeleteAuthPolicyResponse)
|
1777
1782
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1778
1783
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1779
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1780
1784
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1785
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1781
1786
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1782
1787
|
end)
|
1783
1788
|
|
@@ -1789,9 +1794,9 @@ module Aws::VPCLattice
|
|
1789
1794
|
o.output = Shapes::ShapeRef.new(shape: DeleteListenerResponse)
|
1790
1795
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1791
1796
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1792
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1793
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1794
1797
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1798
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1799
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1795
1800
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1796
1801
|
end)
|
1797
1802
|
|
@@ -1803,9 +1808,9 @@ module Aws::VPCLattice
|
|
1803
1808
|
o.output = Shapes::ShapeRef.new(shape: DeleteResourceConfigurationResponse)
|
1804
1809
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1805
1810
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1806
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1807
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1808
1811
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1809
1814
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1810
1815
|
end)
|
1811
1816
|
|
@@ -1817,8 +1822,8 @@ module Aws::VPCLattice
|
|
1817
1822
|
o.output = Shapes::ShapeRef.new(shape: DeleteResourceEndpointAssociationResponse)
|
1818
1823
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1819
1824
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1820
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1821
1825
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1826
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1822
1827
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1823
1828
|
end)
|
1824
1829
|
|
@@ -1830,9 +1835,9 @@ module Aws::VPCLattice
|
|
1830
1835
|
o.output = Shapes::ShapeRef.new(shape: DeleteResourceGatewayResponse)
|
1831
1836
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1832
1837
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1833
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1834
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1835
1838
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1839
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1840
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1836
1841
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1837
1842
|
end)
|
1838
1843
|
|
@@ -1844,8 +1849,8 @@ module Aws::VPCLattice
|
|
1844
1849
|
o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyResponse)
|
1845
1850
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1846
1851
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1847
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1848
1852
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1853
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1849
1854
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1850
1855
|
end)
|
1851
1856
|
|
@@ -1857,9 +1862,9 @@ module Aws::VPCLattice
|
|
1857
1862
|
o.output = Shapes::ShapeRef.new(shape: DeleteRuleResponse)
|
1858
1863
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1859
1864
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1860
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1861
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1862
1865
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1866
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1867
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1863
1868
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1864
1869
|
end)
|
1865
1870
|
|
@@ -1871,9 +1876,9 @@ module Aws::VPCLattice
|
|
1871
1876
|
o.output = Shapes::ShapeRef.new(shape: DeleteServiceResponse)
|
1872
1877
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1873
1878
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1874
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1875
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1876
1879
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1880
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1881
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1877
1882
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1878
1883
|
end)
|
1879
1884
|
|
@@ -1885,9 +1890,9 @@ module Aws::VPCLattice
|
|
1885
1890
|
o.output = Shapes::ShapeRef.new(shape: DeleteServiceNetworkResponse)
|
1886
1891
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1887
1892
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1888
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1889
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1890
1893
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1894
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1895
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1891
1896
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1892
1897
|
end)
|
1893
1898
|
|
@@ -1899,9 +1904,9 @@ module Aws::VPCLattice
|
|
1899
1904
|
o.output = Shapes::ShapeRef.new(shape: DeleteServiceNetworkResourceAssociationResponse)
|
1900
1905
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1901
1906
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1902
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1903
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1904
1907
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1908
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1909
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1905
1910
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1906
1911
|
end)
|
1907
1912
|
|
@@ -1913,9 +1918,9 @@ module Aws::VPCLattice
|
|
1913
1918
|
o.output = Shapes::ShapeRef.new(shape: DeleteServiceNetworkServiceAssociationResponse)
|
1914
1919
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1915
1920
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1916
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1917
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1918
1921
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1922
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1923
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1919
1924
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1920
1925
|
end)
|
1921
1926
|
|
@@ -1927,9 +1932,9 @@ module Aws::VPCLattice
|
|
1927
1932
|
o.output = Shapes::ShapeRef.new(shape: DeleteServiceNetworkVpcAssociationResponse)
|
1928
1933
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1929
1934
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1930
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1931
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1932
1935
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1936
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1933
1938
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1934
1939
|
end)
|
1935
1940
|
|
@@ -1940,9 +1945,9 @@ module Aws::VPCLattice
|
|
1940
1945
|
o.input = Shapes::ShapeRef.new(shape: DeleteTargetGroupRequest)
|
1941
1946
|
o.output = Shapes::ShapeRef.new(shape: DeleteTargetGroupResponse)
|
1942
1947
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1943
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1944
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1945
1948
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1949
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1950
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1946
1951
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1947
1952
|
end)
|
1948
1953
|
|
@@ -1954,9 +1959,9 @@ module Aws::VPCLattice
|
|
1954
1959
|
o.output = Shapes::ShapeRef.new(shape: DeregisterTargetsResponse)
|
1955
1960
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1956
1961
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1957
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1958
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1959
1962
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1963
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1964
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1960
1965
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1961
1966
|
end)
|
1962
1967
|
|
@@ -1968,8 +1973,8 @@ module Aws::VPCLattice
|
|
1968
1973
|
o.output = Shapes::ShapeRef.new(shape: GetAccessLogSubscriptionResponse)
|
1969
1974
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1970
1975
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1971
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1972
1976
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1977
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1973
1978
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1974
1979
|
end)
|
1975
1980
|
|
@@ -1981,8 +1986,8 @@ module Aws::VPCLattice
|
|
1981
1986
|
o.output = Shapes::ShapeRef.new(shape: GetAuthPolicyResponse)
|
1982
1987
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1983
1988
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1984
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1985
1989
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1990
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1986
1991
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1987
1992
|
end)
|
1988
1993
|
|
@@ -1994,8 +1999,8 @@ module Aws::VPCLattice
|
|
1994
1999
|
o.output = Shapes::ShapeRef.new(shape: GetListenerResponse)
|
1995
2000
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1996
2001
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1997
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1998
2002
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1999
2004
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2000
2005
|
end)
|
2001
2006
|
|
@@ -2007,8 +2012,8 @@ module Aws::VPCLattice
|
|
2007
2012
|
o.output = Shapes::ShapeRef.new(shape: GetResourceConfigurationResponse)
|
2008
2013
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2009
2014
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2010
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2011
2015
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2016
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2012
2017
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2013
2018
|
end)
|
2014
2019
|
|
@@ -2020,8 +2025,8 @@ module Aws::VPCLattice
|
|
2020
2025
|
o.output = Shapes::ShapeRef.new(shape: GetResourceGatewayResponse)
|
2021
2026
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2022
2027
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2023
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2024
2028
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2029
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2025
2030
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2026
2031
|
end)
|
2027
2032
|
|
@@ -2033,8 +2038,8 @@ module Aws::VPCLattice
|
|
2033
2038
|
o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResponse)
|
2034
2039
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2035
2040
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2036
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2037
2041
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2042
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2038
2043
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2039
2044
|
end)
|
2040
2045
|
|
@@ -2046,8 +2051,8 @@ module Aws::VPCLattice
|
|
2046
2051
|
o.output = Shapes::ShapeRef.new(shape: GetRuleResponse)
|
2047
2052
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2048
2053
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2049
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2050
2054
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2055
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2051
2056
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2052
2057
|
end)
|
2053
2058
|
|
@@ -2059,8 +2064,8 @@ module Aws::VPCLattice
|
|
2059
2064
|
o.output = Shapes::ShapeRef.new(shape: GetServiceResponse)
|
2060
2065
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2061
2066
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2062
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2063
2067
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2068
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2064
2069
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2065
2070
|
end)
|
2066
2071
|
|
@@ -2072,8 +2077,8 @@ module Aws::VPCLattice
|
|
2072
2077
|
o.output = Shapes::ShapeRef.new(shape: GetServiceNetworkResponse)
|
2073
2078
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2074
2079
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2075
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2076
2080
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2081
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2077
2082
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2078
2083
|
end)
|
2079
2084
|
|
@@ -2085,8 +2090,8 @@ module Aws::VPCLattice
|
|
2085
2090
|
o.output = Shapes::ShapeRef.new(shape: GetServiceNetworkResourceAssociationResponse)
|
2086
2091
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2087
2092
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2088
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2089
2093
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2094
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2090
2095
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2091
2096
|
end)
|
2092
2097
|
|
@@ -2098,8 +2103,8 @@ module Aws::VPCLattice
|
|
2098
2103
|
o.output = Shapes::ShapeRef.new(shape: GetServiceNetworkServiceAssociationResponse)
|
2099
2104
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2100
2105
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2101
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2102
2106
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2107
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2103
2108
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2104
2109
|
end)
|
2105
2110
|
|
@@ -2111,8 +2116,8 @@ module Aws::VPCLattice
|
|
2111
2116
|
o.output = Shapes::ShapeRef.new(shape: GetServiceNetworkVpcAssociationResponse)
|
2112
2117
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2113
2118
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2114
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2115
2119
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2120
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2116
2121
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2117
2122
|
end)
|
2118
2123
|
|
@@ -2124,8 +2129,8 @@ module Aws::VPCLattice
|
|
2124
2129
|
o.output = Shapes::ShapeRef.new(shape: GetTargetGroupResponse)
|
2125
2130
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2126
2131
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2127
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2128
2132
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2133
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2129
2134
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2130
2135
|
end)
|
2131
2136
|
|
@@ -2155,8 +2160,8 @@ module Aws::VPCLattice
|
|
2155
2160
|
o.output = Shapes::ShapeRef.new(shape: ListListenersResponse)
|
2156
2161
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2157
2162
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2158
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2159
2163
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2164
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2160
2165
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2161
2166
|
o[:pager] = Aws::Pager.new(
|
2162
2167
|
limit_key: "max_results",
|
@@ -2228,8 +2233,8 @@ module Aws::VPCLattice
|
|
2228
2233
|
o.output = Shapes::ShapeRef.new(shape: ListRulesResponse)
|
2229
2234
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2230
2235
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2231
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2232
2236
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2237
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2233
2238
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2234
2239
|
o[:pager] = Aws::Pager.new(
|
2235
2240
|
limit_key: "max_results",
|
@@ -2385,8 +2390,8 @@ module Aws::VPCLattice
|
|
2385
2390
|
o.output = Shapes::ShapeRef.new(shape: ListTargetsResponse)
|
2386
2391
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2387
2392
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2388
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2389
2393
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2394
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2390
2395
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2391
2396
|
o[:pager] = Aws::Pager.new(
|
2392
2397
|
limit_key: "max_results",
|
@@ -2404,8 +2409,8 @@ module Aws::VPCLattice
|
|
2404
2409
|
o.output = Shapes::ShapeRef.new(shape: PutAuthPolicyResponse)
|
2405
2410
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2406
2411
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2407
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2408
2412
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2413
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2409
2414
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2410
2415
|
end)
|
2411
2416
|
|
@@ -2417,8 +2422,8 @@ module Aws::VPCLattice
|
|
2417
2422
|
o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
|
2418
2423
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2419
2424
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2420
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2421
2425
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2426
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2422
2427
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2423
2428
|
end)
|
2424
2429
|
|
@@ -2430,9 +2435,9 @@ module Aws::VPCLattice
|
|
2430
2435
|
o.output = Shapes::ShapeRef.new(shape: RegisterTargetsResponse)
|
2431
2436
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2432
2437
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2433
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2434
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2435
2438
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2439
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2440
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2436
2441
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2437
2442
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2438
2443
|
end)
|
@@ -2445,8 +2450,8 @@ module Aws::VPCLattice
|
|
2445
2450
|
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
2446
2451
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2447
2452
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2448
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2449
2453
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2454
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2450
2455
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2451
2456
|
end)
|
2452
2457
|
|
@@ -2470,9 +2475,9 @@ module Aws::VPCLattice
|
|
2470
2475
|
o.output = Shapes::ShapeRef.new(shape: UpdateAccessLogSubscriptionResponse)
|
2471
2476
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2472
2477
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2473
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2474
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2475
2478
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2479
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2480
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2476
2481
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2477
2482
|
end)
|
2478
2483
|
|
@@ -2484,9 +2489,9 @@ module Aws::VPCLattice
|
|
2484
2489
|
o.output = Shapes::ShapeRef.new(shape: UpdateListenerResponse)
|
2485
2490
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2486
2491
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2487
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2488
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2489
2492
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2493
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2494
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2490
2495
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2491
2496
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2492
2497
|
end)
|
@@ -2499,8 +2504,8 @@ module Aws::VPCLattice
|
|
2499
2504
|
o.output = Shapes::ShapeRef.new(shape: UpdateResourceConfigurationResponse)
|
2500
2505
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2501
2506
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2502
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2503
2507
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2508
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2504
2509
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2505
2510
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2506
2511
|
end)
|
@@ -2513,8 +2518,9 @@ module Aws::VPCLattice
|
|
2513
2518
|
o.output = Shapes::ShapeRef.new(shape: UpdateResourceGatewayResponse)
|
2514
2519
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2515
2520
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2516
|
-
o.errors << Shapes::ShapeRef.new(shape:
|
2521
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2517
2522
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2523
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2518
2524
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2519
2525
|
end)
|
2520
2526
|
|
@@ -2526,9 +2532,9 @@ module Aws::VPCLattice
|
|
2526
2532
|
o.output = Shapes::ShapeRef.new(shape: UpdateRuleResponse)
|
2527
2533
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2528
2534
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2529
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2530
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2531
2535
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2536
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2537
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2532
2538
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2533
2539
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2534
2540
|
end)
|
@@ -2541,9 +2547,9 @@ module Aws::VPCLattice
|
|
2541
2547
|
o.output = Shapes::ShapeRef.new(shape: UpdateServiceResponse)
|
2542
2548
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2543
2549
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2544
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2545
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2546
2550
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2551
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2552
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2547
2553
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2548
2554
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2549
2555
|
end)
|
@@ -2556,9 +2562,9 @@ module Aws::VPCLattice
|
|
2556
2562
|
o.output = Shapes::ShapeRef.new(shape: UpdateServiceNetworkResponse)
|
2557
2563
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2558
2564
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2559
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2560
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2561
2565
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2566
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2567
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2562
2568
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2563
2569
|
end)
|
2564
2570
|
|
@@ -2570,9 +2576,9 @@ module Aws::VPCLattice
|
|
2570
2576
|
o.output = Shapes::ShapeRef.new(shape: UpdateServiceNetworkVpcAssociationResponse)
|
2571
2577
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2572
2578
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2573
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2574
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2575
2579
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2580
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2581
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2576
2582
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2577
2583
|
end)
|
2578
2584
|
|
@@ -2584,9 +2590,9 @@ module Aws::VPCLattice
|
|
2584
2590
|
o.output = Shapes::ShapeRef.new(shape: UpdateTargetGroupResponse)
|
2585
2591
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2586
2592
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2587
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2588
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2589
2593
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2594
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2595
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2590
2596
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2591
2597
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2592
2598
|
end)
|