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
@@ -489,15 +489,15 @@ module Aws::VPCLattice
|
|
489
489
|
#
|
490
490
|
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/security_iam_service-with-iam.html
|
491
491
|
#
|
492
|
+
# @option params [required, String] :service_identifier
|
493
|
+
# The ID or ARN of the service.
|
494
|
+
#
|
492
495
|
# @option params [required, String] :listener_identifier
|
493
496
|
# The ID or ARN of the listener.
|
494
497
|
#
|
495
498
|
# @option params [required, Array<Types::RuleUpdate>] :rules
|
496
499
|
# The rules for the specified listener.
|
497
500
|
#
|
498
|
-
# @option params [required, String] :service_identifier
|
499
|
-
# The ID or ARN of the service.
|
500
|
-
#
|
501
501
|
# @return [Types::BatchUpdateRuleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
502
502
|
#
|
503
503
|
# * {Types::BatchUpdateRuleResponse#successful #successful} => Array<Types::RuleUpdateSuccess>
|
@@ -506,78 +506,78 @@ module Aws::VPCLattice
|
|
506
506
|
# @example Request syntax with placeholder values
|
507
507
|
#
|
508
508
|
# resp = client.batch_update_rule({
|
509
|
+
# service_identifier: "ServiceIdentifier", # required
|
509
510
|
# listener_identifier: "ListenerIdentifier", # required
|
510
511
|
# rules: [ # required
|
511
512
|
# {
|
512
|
-
#
|
513
|
-
# fixed_response: {
|
514
|
-
# status_code: 1, # required
|
515
|
-
# },
|
516
|
-
# forward: {
|
517
|
-
# target_groups: [ # required
|
518
|
-
# {
|
519
|
-
# target_group_identifier: "TargetGroupIdentifier", # required
|
520
|
-
# weight: 1,
|
521
|
-
# },
|
522
|
-
# ],
|
523
|
-
# },
|
524
|
-
# },
|
513
|
+
# rule_identifier: "RuleIdentifier", # required
|
525
514
|
# match: {
|
526
515
|
# http_match: {
|
516
|
+
# method: "HttpMethod",
|
517
|
+
# path_match: {
|
518
|
+
# match: { # required
|
519
|
+
# exact: "PathMatchExact",
|
520
|
+
# prefix: "PathMatchPrefix",
|
521
|
+
# },
|
522
|
+
# case_sensitive: false,
|
523
|
+
# },
|
527
524
|
# header_matches: [
|
528
525
|
# {
|
529
|
-
#
|
526
|
+
# name: "HeaderMatchName", # required
|
530
527
|
# match: { # required
|
531
|
-
# contains: "HeaderMatchContains",
|
532
528
|
# exact: "HeaderMatchExact",
|
533
529
|
# prefix: "HeaderMatchPrefix",
|
530
|
+
# contains: "HeaderMatchContains",
|
534
531
|
# },
|
535
|
-
#
|
532
|
+
# case_sensitive: false,
|
536
533
|
# },
|
537
534
|
# ],
|
538
|
-
# method: "HttpMethod",
|
539
|
-
# path_match: {
|
540
|
-
# case_sensitive: false,
|
541
|
-
# match: { # required
|
542
|
-
# exact: "PathMatchExact",
|
543
|
-
# prefix: "PathMatchPrefix",
|
544
|
-
# },
|
545
|
-
# },
|
546
535
|
# },
|
547
536
|
# },
|
548
537
|
# priority: 1,
|
549
|
-
#
|
538
|
+
# action: {
|
539
|
+
# forward: {
|
540
|
+
# target_groups: [ # required
|
541
|
+
# {
|
542
|
+
# target_group_identifier: "TargetGroupIdentifier", # required
|
543
|
+
# weight: 1,
|
544
|
+
# },
|
545
|
+
# ],
|
546
|
+
# },
|
547
|
+
# fixed_response: {
|
548
|
+
# status_code: 1, # required
|
549
|
+
# },
|
550
|
+
# },
|
550
551
|
# },
|
551
552
|
# ],
|
552
|
-
# service_identifier: "ServiceIdentifier", # required
|
553
553
|
# })
|
554
554
|
#
|
555
555
|
# @example Response structure
|
556
556
|
#
|
557
557
|
# resp.successful #=> Array
|
558
|
-
# resp.successful[0].action.fixed_response.status_code #=> Integer
|
559
|
-
# resp.successful[0].action.forward.target_groups #=> Array
|
560
|
-
# resp.successful[0].action.forward.target_groups[0].target_group_identifier #=> String
|
561
|
-
# resp.successful[0].action.forward.target_groups[0].weight #=> Integer
|
562
558
|
# resp.successful[0].arn #=> String
|
563
559
|
# resp.successful[0].id #=> String
|
560
|
+
# resp.successful[0].name #=> String
|
564
561
|
# resp.successful[0].is_default #=> Boolean
|
565
|
-
# resp.successful[0].match.http_match.header_matches #=> Array
|
566
|
-
# resp.successful[0].match.http_match.header_matches[0].case_sensitive #=> Boolean
|
567
|
-
# resp.successful[0].match.http_match.header_matches[0].match.contains #=> String
|
568
|
-
# resp.successful[0].match.http_match.header_matches[0].match.exact #=> String
|
569
|
-
# resp.successful[0].match.http_match.header_matches[0].match.prefix #=> String
|
570
|
-
# resp.successful[0].match.http_match.header_matches[0].name #=> String
|
571
562
|
# resp.successful[0].match.http_match.method #=> String
|
572
|
-
# resp.successful[0].match.http_match.path_match.case_sensitive #=> Boolean
|
573
563
|
# resp.successful[0].match.http_match.path_match.match.exact #=> String
|
574
564
|
# resp.successful[0].match.http_match.path_match.match.prefix #=> String
|
575
|
-
# resp.successful[0].
|
565
|
+
# resp.successful[0].match.http_match.path_match.case_sensitive #=> Boolean
|
566
|
+
# resp.successful[0].match.http_match.header_matches #=> Array
|
567
|
+
# resp.successful[0].match.http_match.header_matches[0].name #=> String
|
568
|
+
# resp.successful[0].match.http_match.header_matches[0].match.exact #=> String
|
569
|
+
# resp.successful[0].match.http_match.header_matches[0].match.prefix #=> String
|
570
|
+
# resp.successful[0].match.http_match.header_matches[0].match.contains #=> String
|
571
|
+
# resp.successful[0].match.http_match.header_matches[0].case_sensitive #=> Boolean
|
576
572
|
# resp.successful[0].priority #=> Integer
|
573
|
+
# resp.successful[0].action.forward.target_groups #=> Array
|
574
|
+
# resp.successful[0].action.forward.target_groups[0].target_group_identifier #=> String
|
575
|
+
# resp.successful[0].action.forward.target_groups[0].weight #=> Integer
|
576
|
+
# resp.successful[0].action.fixed_response.status_code #=> Integer
|
577
577
|
# resp.unsuccessful #=> Array
|
578
|
+
# resp.unsuccessful[0].rule_identifier #=> String
|
578
579
|
# resp.unsuccessful[0].failure_code #=> String
|
579
580
|
# resp.unsuccessful[0].failure_message #=> String
|
580
|
-
# resp.unsuccessful[0].rule_identifier #=> String
|
581
581
|
#
|
582
582
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/BatchUpdateRule AWS API Documentation
|
583
583
|
#
|
@@ -611,14 +611,14 @@ module Aws::VPCLattice
|
|
611
611
|
# **A suitable default value is auto-generated.** You should normally
|
612
612
|
# not need to pass this option.**
|
613
613
|
#
|
614
|
+
# @option params [required, String] :resource_identifier
|
615
|
+
# The ID or ARN of the service network or service.
|
616
|
+
#
|
614
617
|
# @option params [required, String] :destination_arn
|
615
618
|
# The Amazon Resource Name (ARN) of the destination. The supported
|
616
619
|
# destination types are CloudWatch Log groups, Kinesis Data Firehose
|
617
620
|
# delivery streams, and Amazon S3 buckets.
|
618
621
|
#
|
619
|
-
# @option params [required, String] :resource_identifier
|
620
|
-
# The ID or ARN of the service network or service.
|
621
|
-
#
|
622
622
|
# @option params [String] :service_network_log_type
|
623
623
|
# The type of log that monitors your Amazon VPC Lattice service
|
624
624
|
# networks.
|
@@ -628,19 +628,19 @@ module Aws::VPCLattice
|
|
628
628
|
#
|
629
629
|
# @return [Types::CreateAccessLogSubscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
630
630
|
#
|
631
|
-
# * {Types::CreateAccessLogSubscriptionResponse#arn #arn} => String
|
632
|
-
# * {Types::CreateAccessLogSubscriptionResponse#destination_arn #destination_arn} => String
|
633
631
|
# * {Types::CreateAccessLogSubscriptionResponse#id #id} => String
|
634
|
-
# * {Types::CreateAccessLogSubscriptionResponse#
|
632
|
+
# * {Types::CreateAccessLogSubscriptionResponse#arn #arn} => String
|
635
633
|
# * {Types::CreateAccessLogSubscriptionResponse#resource_id #resource_id} => String
|
634
|
+
# * {Types::CreateAccessLogSubscriptionResponse#resource_arn #resource_arn} => String
|
636
635
|
# * {Types::CreateAccessLogSubscriptionResponse#service_network_log_type #service_network_log_type} => String
|
636
|
+
# * {Types::CreateAccessLogSubscriptionResponse#destination_arn #destination_arn} => String
|
637
637
|
#
|
638
638
|
# @example Request syntax with placeholder values
|
639
639
|
#
|
640
640
|
# resp = client.create_access_log_subscription({
|
641
641
|
# client_token: "ClientToken",
|
642
|
-
# destination_arn: "AccessLogDestinationArn", # required
|
643
642
|
# resource_identifier: "ResourceIdentifier", # required
|
643
|
+
# destination_arn: "AccessLogDestinationArn", # required
|
644
644
|
# service_network_log_type: "SERVICE", # accepts SERVICE, RESOURCE
|
645
645
|
# tags: {
|
646
646
|
# "TagKey" => "TagValue",
|
@@ -649,12 +649,12 @@ module Aws::VPCLattice
|
|
649
649
|
#
|
650
650
|
# @example Response structure
|
651
651
|
#
|
652
|
-
# resp.arn #=> String
|
653
|
-
# resp.destination_arn #=> String
|
654
652
|
# resp.id #=> String
|
655
|
-
# resp.
|
653
|
+
# resp.arn #=> String
|
656
654
|
# resp.resource_id #=> String
|
655
|
+
# resp.resource_arn #=> String
|
657
656
|
# resp.service_network_log_type #=> String, one of "SERVICE", "RESOURCE"
|
657
|
+
# resp.destination_arn #=> String
|
658
658
|
#
|
659
659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateAccessLogSubscription AWS API Documentation
|
660
660
|
#
|
@@ -675,19 +675,8 @@ module Aws::VPCLattice
|
|
675
675
|
#
|
676
676
|
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html
|
677
677
|
#
|
678
|
-
# @option params [String] :
|
679
|
-
#
|
680
|
-
# idempotency of the request. If you retry a request that completed
|
681
|
-
# successfully using the same client token and parameters, the retry
|
682
|
-
# succeeds without performing any actions. If the parameters aren't
|
683
|
-
# identical, the retry fails.
|
684
|
-
#
|
685
|
-
# **A suitable default value is auto-generated.** You should normally
|
686
|
-
# not need to pass this option.**
|
687
|
-
#
|
688
|
-
# @option params [required, Types::RuleAction] :default_action
|
689
|
-
# The action for the default rule. Each listener has a default rule. The
|
690
|
-
# default rule is used if no other rules match.
|
678
|
+
# @option params [required, String] :service_identifier
|
679
|
+
# The ID or ARN of the service.
|
691
680
|
#
|
692
681
|
# @option params [required, String] :name
|
693
682
|
# The name of the listener. A listener name must be unique within a
|
@@ -695,15 +684,26 @@ module Aws::VPCLattice
|
|
695
684
|
# can't use a hyphen as the first or last character, or immediately
|
696
685
|
# after another hyphen.
|
697
686
|
#
|
687
|
+
# @option params [required, String] :protocol
|
688
|
+
# The listener protocol.
|
689
|
+
#
|
698
690
|
# @option params [Integer] :port
|
699
691
|
# The listener port. You can specify a value from 1 to 65535. For HTTP,
|
700
692
|
# the default is 80. For HTTPS, the default is 443.
|
701
693
|
#
|
702
|
-
# @option params [required,
|
703
|
-
# The listener
|
694
|
+
# @option params [required, Types::RuleAction] :default_action
|
695
|
+
# The action for the default rule. Each listener has a default rule. The
|
696
|
+
# default rule is used if no other rules match.
|
704
697
|
#
|
705
|
-
# @option params [
|
706
|
-
#
|
698
|
+
# @option params [String] :client_token
|
699
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
700
|
+
# idempotency of the request. If you retry a request that completed
|
701
|
+
# successfully using the same client token and parameters, the retry
|
702
|
+
# succeeds without performing any actions. If the parameters aren't
|
703
|
+
# identical, the retry fails.
|
704
|
+
#
|
705
|
+
# **A suitable default value is auto-generated.** You should normally
|
706
|
+
# not need to pass this option.**
|
707
707
|
#
|
708
708
|
# @option params [Hash<String,String>] :tags
|
709
709
|
# The tags for the listener.
|
@@ -711,22 +711,22 @@ module Aws::VPCLattice
|
|
711
711
|
# @return [Types::CreateListenerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
712
712
|
#
|
713
713
|
# * {Types::CreateListenerResponse#arn #arn} => String
|
714
|
-
# * {Types::CreateListenerResponse#default_action #default_action} => Types::RuleAction
|
715
714
|
# * {Types::CreateListenerResponse#id #id} => String
|
716
715
|
# * {Types::CreateListenerResponse#name #name} => String
|
717
|
-
# * {Types::CreateListenerResponse#port #port} => Integer
|
718
716
|
# * {Types::CreateListenerResponse#protocol #protocol} => String
|
717
|
+
# * {Types::CreateListenerResponse#port #port} => Integer
|
719
718
|
# * {Types::CreateListenerResponse#service_arn #service_arn} => String
|
720
719
|
# * {Types::CreateListenerResponse#service_id #service_id} => String
|
720
|
+
# * {Types::CreateListenerResponse#default_action #default_action} => Types::RuleAction
|
721
721
|
#
|
722
722
|
# @example Request syntax with placeholder values
|
723
723
|
#
|
724
724
|
# resp = client.create_listener({
|
725
|
-
#
|
725
|
+
# service_identifier: "ServiceIdentifier", # required
|
726
|
+
# name: "ListenerName", # required
|
727
|
+
# protocol: "HTTP", # required, accepts HTTP, HTTPS, TLS_PASSTHROUGH
|
728
|
+
# port: 1,
|
726
729
|
# default_action: { # required
|
727
|
-
# fixed_response: {
|
728
|
-
# status_code: 1, # required
|
729
|
-
# },
|
730
730
|
# forward: {
|
731
731
|
# target_groups: [ # required
|
732
732
|
# {
|
@@ -735,11 +735,11 @@ module Aws::VPCLattice
|
|
735
735
|
# },
|
736
736
|
# ],
|
737
737
|
# },
|
738
|
+
# fixed_response: {
|
739
|
+
# status_code: 1, # required
|
740
|
+
# },
|
738
741
|
# },
|
739
|
-
#
|
740
|
-
# port: 1,
|
741
|
-
# protocol: "HTTP", # required, accepts HTTP, HTTPS, TLS_PASSTHROUGH
|
742
|
-
# service_identifier: "ServiceIdentifier", # required
|
742
|
+
# client_token: "ClientToken",
|
743
743
|
# tags: {
|
744
744
|
# "TagKey" => "TagValue",
|
745
745
|
# },
|
@@ -748,16 +748,16 @@ module Aws::VPCLattice
|
|
748
748
|
# @example Response structure
|
749
749
|
#
|
750
750
|
# resp.arn #=> String
|
751
|
-
# resp.default_action.fixed_response.status_code #=> Integer
|
752
|
-
# resp.default_action.forward.target_groups #=> Array
|
753
|
-
# resp.default_action.forward.target_groups[0].target_group_identifier #=> String
|
754
|
-
# resp.default_action.forward.target_groups[0].weight #=> Integer
|
755
751
|
# resp.id #=> String
|
756
752
|
# resp.name #=> String
|
757
|
-
# resp.port #=> Integer
|
758
753
|
# resp.protocol #=> String, one of "HTTP", "HTTPS", "TLS_PASSTHROUGH"
|
754
|
+
# resp.port #=> Integer
|
759
755
|
# resp.service_arn #=> String
|
760
756
|
# resp.service_id #=> String
|
757
|
+
# resp.default_action.forward.target_groups #=> Array
|
758
|
+
# resp.default_action.forward.target_groups[0].target_group_identifier #=> String
|
759
|
+
# resp.default_action.forward.target_groups[0].weight #=> Integer
|
760
|
+
# resp.default_action.fixed_response.status_code #=> Integer
|
761
761
|
#
|
762
762
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateListener AWS API Documentation
|
763
763
|
#
|
@@ -772,26 +772,26 @@ module Aws::VPCLattice
|
|
772
772
|
# specific resource. You can associate a resource configuration with a
|
773
773
|
# service network or a VPC endpoint.
|
774
774
|
#
|
775
|
-
# @option params [Boolean] :allow_association_to_shareable_service_network
|
776
|
-
# (SINGLE, GROUP, ARN) Specifies whether the resource configuration can
|
777
|
-
# be associated with a sharable service network. The default is false.
|
778
|
-
#
|
779
|
-
# @option params [String] :client_token
|
780
|
-
# A unique, case-sensitive identifier that you provide to ensure the
|
781
|
-
# idempotency of the request. If you retry a request that completed
|
782
|
-
# successfully using the same client token and parameters, the retry
|
783
|
-
# succeeds without performing any actions. If the parameters aren't
|
784
|
-
# identical, the retry fails.
|
785
|
-
#
|
786
|
-
# **A suitable default value is auto-generated.** You should normally
|
787
|
-
# not need to pass this option.**
|
788
|
-
#
|
789
775
|
# @option params [required, String] :name
|
790
776
|
# The name of the resource configuration. The name must be unique within
|
791
777
|
# the account. The valid characters are a-z, 0-9, and hyphens (-). You
|
792
778
|
# can't use a hyphen as the first or last character, or immediately
|
793
779
|
# after another hyphen.
|
794
780
|
#
|
781
|
+
# @option params [required, String] :type
|
782
|
+
# The type of resource configuration. A resource configuration can be
|
783
|
+
# one of the following types:
|
784
|
+
#
|
785
|
+
# * **SINGLE** - A single resource.
|
786
|
+
#
|
787
|
+
# * **GROUP** - A group of resources. You must create a group resource
|
788
|
+
# configuration before you create a child resource configuration.
|
789
|
+
#
|
790
|
+
# * **CHILD** - A single resource that is part of a group resource
|
791
|
+
# configuration.
|
792
|
+
#
|
793
|
+
# * **ARN** - An Amazon Web Services resource.
|
794
|
+
#
|
795
795
|
# @option params [Array<String>] :port_ranges
|
796
796
|
# (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to
|
797
797
|
# access a resource configuration (for example: 1-65535). You can
|
@@ -800,64 +800,72 @@ module Aws::VPCLattice
|
|
800
800
|
# @option params [String] :protocol
|
801
801
|
# (SINGLE, GROUP) The protocol accepted by the resource configuration.
|
802
802
|
#
|
803
|
-
# @option params [Types::ResourceConfigurationDefinition] :resource_configuration_definition
|
804
|
-
# (SINGLE, CHILD, ARN) The resource configuration.
|
805
|
-
#
|
806
|
-
# @option params [String] :resource_configuration_group_identifier
|
807
|
-
# (CHILD) The ID or ARN of the parent resource configuration (type is
|
808
|
-
# `GROUP`). This is used to associate a child resource configuration
|
809
|
-
# with a group resource configuration.
|
810
|
-
#
|
811
803
|
# @option params [String] :resource_gateway_identifier
|
812
804
|
# (SINGLE, GROUP, ARN) The ID or ARN of the resource gateway used to
|
813
805
|
# connect to the resource configuration. For a child resource
|
814
806
|
# configuration, this value is inherited from the parent resource
|
815
807
|
# configuration.
|
816
808
|
#
|
817
|
-
# @option params [
|
818
|
-
# The
|
809
|
+
# @option params [String] :resource_configuration_group_identifier
|
810
|
+
# (CHILD) The ID or ARN of the parent resource configuration of type
|
811
|
+
# `GROUP`. This is used to associate a child resource configuration with
|
812
|
+
# a group resource configuration.
|
819
813
|
#
|
820
|
-
# @option params [
|
821
|
-
#
|
814
|
+
# @option params [Types::ResourceConfigurationDefinition] :resource_configuration_definition
|
815
|
+
# Identifies the resource configuration in one of the following ways:
|
822
816
|
#
|
823
|
-
# *
|
817
|
+
# * **Amazon Resource Name (ARN)** - Supported resource-types that are
|
818
|
+
# provisioned by Amazon Web Services services, such as RDS databases,
|
819
|
+
# can be identified by their ARN.
|
824
820
|
#
|
825
|
-
# *
|
826
|
-
# configuration before you create a child resource configuration.
|
821
|
+
# * **Domain name** - Any domain name that is publicly resolvable.
|
827
822
|
#
|
828
|
-
# *
|
829
|
-
#
|
823
|
+
# * **IP address** - For IPv4 and IPv6, only IP addresses in the VPC are
|
824
|
+
# supported.
|
830
825
|
#
|
831
|
-
#
|
826
|
+
# @option params [Boolean] :allow_association_to_shareable_service_network
|
827
|
+
# (SINGLE, GROUP, ARN) Specifies whether the resource configuration can
|
828
|
+
# be associated with a sharable service network. The default is false.
|
829
|
+
#
|
830
|
+
# @option params [String] :client_token
|
831
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
832
|
+
# idempotency of the request. If you retry a request that completed
|
833
|
+
# successfully using the same client token and parameters, the retry
|
834
|
+
# succeeds without performing any actions. If the parameters aren't
|
835
|
+
# identical, the retry fails.
|
836
|
+
#
|
837
|
+
# **A suitable default value is auto-generated.** You should normally
|
838
|
+
# not need to pass this option.**
|
839
|
+
#
|
840
|
+
# @option params [Hash<String,String>] :tags
|
841
|
+
# The tags for the resource configuration.
|
832
842
|
#
|
833
843
|
# @return [Types::CreateResourceConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
834
844
|
#
|
835
|
-
# * {Types::CreateResourceConfigurationResponse#allow_association_to_shareable_service_network #allow_association_to_shareable_service_network} => Boolean
|
836
|
-
# * {Types::CreateResourceConfigurationResponse#arn #arn} => String
|
837
|
-
# * {Types::CreateResourceConfigurationResponse#created_at #created_at} => Time
|
838
|
-
# * {Types::CreateResourceConfigurationResponse#failure_reason #failure_reason} => String
|
839
845
|
# * {Types::CreateResourceConfigurationResponse#id #id} => String
|
840
846
|
# * {Types::CreateResourceConfigurationResponse#name #name} => String
|
847
|
+
# * {Types::CreateResourceConfigurationResponse#arn #arn} => String
|
848
|
+
# * {Types::CreateResourceConfigurationResponse#resource_gateway_id #resource_gateway_id} => String
|
849
|
+
# * {Types::CreateResourceConfigurationResponse#resource_configuration_group_id #resource_configuration_group_id} => String
|
850
|
+
# * {Types::CreateResourceConfigurationResponse#type #type} => String
|
841
851
|
# * {Types::CreateResourceConfigurationResponse#port_ranges #port_ranges} => Array<String>
|
842
852
|
# * {Types::CreateResourceConfigurationResponse#protocol #protocol} => String
|
843
|
-
# * {Types::CreateResourceConfigurationResponse#resource_configuration_definition #resource_configuration_definition} => Types::ResourceConfigurationDefinition
|
844
|
-
# * {Types::CreateResourceConfigurationResponse#resource_configuration_group_id #resource_configuration_group_id} => String
|
845
|
-
# * {Types::CreateResourceConfigurationResponse#resource_gateway_id #resource_gateway_id} => String
|
846
853
|
# * {Types::CreateResourceConfigurationResponse#status #status} => String
|
847
|
-
# * {Types::CreateResourceConfigurationResponse#
|
854
|
+
# * {Types::CreateResourceConfigurationResponse#resource_configuration_definition #resource_configuration_definition} => Types::ResourceConfigurationDefinition
|
855
|
+
# * {Types::CreateResourceConfigurationResponse#allow_association_to_shareable_service_network #allow_association_to_shareable_service_network} => Boolean
|
856
|
+
# * {Types::CreateResourceConfigurationResponse#created_at #created_at} => Time
|
857
|
+
# * {Types::CreateResourceConfigurationResponse#failure_reason #failure_reason} => String
|
848
858
|
#
|
849
859
|
# @example Request syntax with placeholder values
|
850
860
|
#
|
851
861
|
# resp = client.create_resource_configuration({
|
852
|
-
# allow_association_to_shareable_service_network: false,
|
853
|
-
# client_token: "ClientToken",
|
854
862
|
# name: "ResourceConfigurationName", # required
|
863
|
+
# type: "GROUP", # required, accepts GROUP, CHILD, SINGLE, ARN
|
855
864
|
# port_ranges: ["PortRange"],
|
856
865
|
# protocol: "TCP", # accepts TCP
|
866
|
+
# resource_gateway_identifier: "ResourceGatewayIdentifier",
|
867
|
+
# resource_configuration_group_identifier: "ResourceConfigurationIdentifier",
|
857
868
|
# resource_configuration_definition: {
|
858
|
-
# arn_resource: {
|
859
|
-
# arn: "WildcardArn",
|
860
|
-
# },
|
861
869
|
# dns_resource: {
|
862
870
|
# domain_name: "DomainName",
|
863
871
|
# ip_address_type: "IPV4", # accepts IPV4, IPV6, DUALSTACK
|
@@ -865,34 +873,36 @@ module Aws::VPCLattice
|
|
865
873
|
# ip_resource: {
|
866
874
|
# ip_address: "IpAddress",
|
867
875
|
# },
|
876
|
+
# arn_resource: {
|
877
|
+
# arn: "WildcardArn",
|
878
|
+
# },
|
868
879
|
# },
|
869
|
-
#
|
870
|
-
#
|
880
|
+
# allow_association_to_shareable_service_network: false,
|
881
|
+
# client_token: "ClientToken",
|
871
882
|
# tags: {
|
872
883
|
# "TagKey" => "TagValue",
|
873
884
|
# },
|
874
|
-
# type: "GROUP", # required, accepts GROUP, CHILD, SINGLE, ARN
|
875
885
|
# })
|
876
886
|
#
|
877
887
|
# @example Response structure
|
878
888
|
#
|
879
|
-
# resp.allow_association_to_shareable_service_network #=> Boolean
|
880
|
-
# resp.arn #=> String
|
881
|
-
# resp.created_at #=> Time
|
882
|
-
# resp.failure_reason #=> String
|
883
889
|
# resp.id #=> String
|
884
890
|
# resp.name #=> String
|
891
|
+
# resp.arn #=> String
|
892
|
+
# resp.resource_gateway_id #=> String
|
893
|
+
# resp.resource_configuration_group_id #=> String
|
894
|
+
# resp.type #=> String, one of "GROUP", "CHILD", "SINGLE", "ARN"
|
885
895
|
# resp.port_ranges #=> Array
|
886
896
|
# resp.port_ranges[0] #=> String
|
887
897
|
# resp.protocol #=> String, one of "TCP"
|
888
|
-
# resp.
|
898
|
+
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
889
899
|
# resp.resource_configuration_definition.dns_resource.domain_name #=> String
|
890
900
|
# resp.resource_configuration_definition.dns_resource.ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
891
901
|
# resp.resource_configuration_definition.ip_resource.ip_address #=> String
|
892
|
-
# resp.
|
893
|
-
# resp.
|
894
|
-
# resp.
|
895
|
-
# resp.
|
902
|
+
# resp.resource_configuration_definition.arn_resource.arn #=> String
|
903
|
+
# resp.allow_association_to_shareable_service_network #=> Boolean
|
904
|
+
# resp.created_at #=> Time
|
905
|
+
# resp.failure_reason #=> String
|
896
906
|
#
|
897
907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateResourceConfiguration AWS API Documentation
|
898
908
|
#
|
@@ -903,7 +913,11 @@ module Aws::VPCLattice
|
|
903
913
|
req.send_request(options)
|
904
914
|
end
|
905
915
|
|
906
|
-
#
|
916
|
+
# A resource gateway is a point of ingress into the VPC where a resource
|
917
|
+
# resides. It spans multiple Availability Zones. For your resource to be
|
918
|
+
# accessible from all Availability Zones, you should create your
|
919
|
+
# resource gateways to span as many Availability Zones as possible. A
|
920
|
+
# VPC can have multiple resource gateways.
|
907
921
|
#
|
908
922
|
# @option params [String] :client_token
|
909
923
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -915,62 +929,88 @@ module Aws::VPCLattice
|
|
915
929
|
# **A suitable default value is auto-generated.** You should normally
|
916
930
|
# not need to pass this option.**
|
917
931
|
#
|
918
|
-
# @option params [String] :ip_address_type
|
919
|
-
# The type of IP address used by the resource gateway.
|
920
|
-
#
|
921
932
|
# @option params [required, String] :name
|
922
933
|
# The name of the resource gateway.
|
923
934
|
#
|
935
|
+
# @option params [String] :vpc_identifier
|
936
|
+
# The ID of the VPC for the resource gateway.
|
937
|
+
#
|
938
|
+
# @option params [Array<String>] :subnet_ids
|
939
|
+
# The IDs of the VPC subnets in which to create the resource gateway.
|
940
|
+
#
|
924
941
|
# @option params [Array<String>] :security_group_ids
|
925
942
|
# The IDs of the security groups to apply to the resource gateway. The
|
926
943
|
# security groups must be in the same VPC.
|
927
944
|
#
|
928
|
-
# @option params [
|
929
|
-
#
|
945
|
+
# @option params [String] :ip_address_type
|
946
|
+
# A resource gateway can have IPv4, IPv6 or dualstack addresses. The IP
|
947
|
+
# address type of a resource gateway must be compatible with the subnets
|
948
|
+
# of the resource gateway and the IP address type of the resource, as
|
949
|
+
# described here:
|
950
|
+
#
|
951
|
+
# * **IPv4**Assign IPv4 addresses to your resource gateway network
|
952
|
+
# interfaces. This option is supported only if all selected subnets
|
953
|
+
# have IPv4 address ranges, and the resource also has an IPv4 address.
|
954
|
+
#
|
955
|
+
# * **IPv6**Assign IPv6 addresses to your resource gateway network
|
956
|
+
# interfaces. This option is supported only if all selected subnets
|
957
|
+
# are IPv6 only subnets, and the resource also has an IPv6 address.
|
958
|
+
#
|
959
|
+
# * **Dualstack**Assign both IPv4 and IPv6 addresses to your resource
|
960
|
+
# gateway network interfaces. This option is supported only if all
|
961
|
+
# selected subnets have both IPv4 and IPv6 address ranges, and the
|
962
|
+
# resource either has an IPv4 or IPv6 address.
|
963
|
+
#
|
964
|
+
# The IP address type of the resource gateway is independent of the IP
|
965
|
+
# address type of the client or the VPC endpoint through which the
|
966
|
+
# resource is accessed.
|
967
|
+
#
|
968
|
+
# @option params [Integer] :ipv4_addresses_per_eni
|
969
|
+
# The number of IPv4 addresses in each ENI for the resource gateway.
|
930
970
|
#
|
931
971
|
# @option params [Hash<String,String>] :tags
|
932
972
|
# The tags for the resource gateway.
|
933
973
|
#
|
934
|
-
# @option params [required, String] :vpc_identifier
|
935
|
-
# The ID of the VPC for the resource gateway.
|
936
|
-
#
|
937
974
|
# @return [Types::CreateResourceGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
938
975
|
#
|
939
|
-
# * {Types::CreateResourceGatewayResponse#arn #arn} => String
|
940
|
-
# * {Types::CreateResourceGatewayResponse#id #id} => String
|
941
|
-
# * {Types::CreateResourceGatewayResponse#ip_address_type #ip_address_type} => String
|
942
976
|
# * {Types::CreateResourceGatewayResponse#name #name} => String
|
943
|
-
# * {Types::CreateResourceGatewayResponse#
|
977
|
+
# * {Types::CreateResourceGatewayResponse#id #id} => String
|
978
|
+
# * {Types::CreateResourceGatewayResponse#arn #arn} => String
|
944
979
|
# * {Types::CreateResourceGatewayResponse#status #status} => String
|
945
|
-
# * {Types::CreateResourceGatewayResponse#subnet_ids #subnet_ids} => Array<String>
|
946
980
|
# * {Types::CreateResourceGatewayResponse#vpc_identifier #vpc_identifier} => String
|
981
|
+
# * {Types::CreateResourceGatewayResponse#subnet_ids #subnet_ids} => Array<String>
|
982
|
+
# * {Types::CreateResourceGatewayResponse#security_group_ids #security_group_ids} => Array<String>
|
983
|
+
# * {Types::CreateResourceGatewayResponse#ip_address_type #ip_address_type} => String
|
984
|
+
# * {Types::CreateResourceGatewayResponse#ipv4_addresses_per_eni #ipv4_addresses_per_eni} => Integer
|
947
985
|
#
|
948
986
|
# @example Request syntax with placeholder values
|
949
987
|
#
|
950
988
|
# resp = client.create_resource_gateway({
|
951
989
|
# client_token: "ClientToken",
|
952
|
-
# ip_address_type: "IPV4", # accepts IPV4, IPV6, DUALSTACK
|
953
990
|
# name: "ResourceGatewayName", # required
|
991
|
+
# vpc_identifier: "VpcId",
|
992
|
+
# subnet_ids: ["SubnetId"],
|
954
993
|
# security_group_ids: ["SecurityGroupId"],
|
955
|
-
#
|
994
|
+
# ip_address_type: "IPV4", # accepts IPV4, IPV6, DUALSTACK
|
995
|
+
# ipv4_addresses_per_eni: 1,
|
956
996
|
# tags: {
|
957
997
|
# "TagKey" => "TagValue",
|
958
998
|
# },
|
959
|
-
# vpc_identifier: "VpcId", # required
|
960
999
|
# })
|
961
1000
|
#
|
962
1001
|
# @example Response structure
|
963
1002
|
#
|
964
|
-
# resp.arn #=> String
|
965
|
-
# resp.id #=> String
|
966
|
-
# resp.ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
967
1003
|
# resp.name #=> String
|
968
|
-
# resp.
|
969
|
-
# resp.
|
1004
|
+
# resp.id #=> String
|
1005
|
+
# resp.arn #=> String
|
970
1006
|
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
1007
|
+
# resp.vpc_identifier #=> String
|
971
1008
|
# resp.subnet_ids #=> Array
|
972
1009
|
# resp.subnet_ids[0] #=> String
|
973
|
-
# resp.
|
1010
|
+
# resp.security_group_ids #=> Array
|
1011
|
+
# resp.security_group_ids[0] #=> String
|
1012
|
+
# resp.ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
1013
|
+
# resp.ipv4_addresses_per_eni #=> Integer
|
974
1014
|
#
|
975
1015
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateResourceGateway AWS API Documentation
|
976
1016
|
#
|
@@ -991,95 +1031,95 @@ module Aws::VPCLattice
|
|
991
1031
|
#
|
992
1032
|
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules
|
993
1033
|
#
|
994
|
-
# @option params [required,
|
995
|
-
# The
|
996
|
-
#
|
997
|
-
# @option params [String] :client_token
|
998
|
-
# A unique, case-sensitive identifier that you provide to ensure the
|
999
|
-
# idempotency of the request. If you retry a request that completed
|
1000
|
-
# successfully using the same client token and parameters, the retry
|
1001
|
-
# succeeds without performing any actions. If the parameters aren't
|
1002
|
-
# identical, the retry fails.
|
1003
|
-
#
|
1004
|
-
# **A suitable default value is auto-generated.** You should normally
|
1005
|
-
# not need to pass this option.**
|
1034
|
+
# @option params [required, String] :service_identifier
|
1035
|
+
# The ID or ARN of the service.
|
1006
1036
|
#
|
1007
1037
|
# @option params [required, String] :listener_identifier
|
1008
1038
|
# The ID or ARN of the listener.
|
1009
1039
|
#
|
1010
|
-
# @option params [required, Types::RuleMatch] :match
|
1011
|
-
# The rule match.
|
1012
|
-
#
|
1013
1040
|
# @option params [required, String] :name
|
1014
1041
|
# The name of the rule. The name must be unique within the listener. The
|
1015
1042
|
# valid characters are a-z, 0-9, and hyphens (-). You can't use a
|
1016
1043
|
# hyphen as the first or last character, or immediately after another
|
1017
1044
|
# hyphen.
|
1018
1045
|
#
|
1046
|
+
# @option params [required, Types::RuleMatch] :match
|
1047
|
+
# The rule match.
|
1048
|
+
#
|
1019
1049
|
# @option params [required, Integer] :priority
|
1020
1050
|
# The priority assigned to the rule. Each rule for a specific listener
|
1021
1051
|
# must have a unique priority. The lower the priority number the higher
|
1022
1052
|
# the priority.
|
1023
1053
|
#
|
1024
|
-
# @option params [required,
|
1025
|
-
# The
|
1054
|
+
# @option params [required, Types::RuleAction] :action
|
1055
|
+
# The action for the default rule.
|
1056
|
+
#
|
1057
|
+
# @option params [String] :client_token
|
1058
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
1059
|
+
# idempotency of the request. If you retry a request that completed
|
1060
|
+
# successfully using the same client token and parameters, the retry
|
1061
|
+
# succeeds without performing any actions. If the parameters aren't
|
1062
|
+
# identical, the retry fails.
|
1063
|
+
#
|
1064
|
+
# **A suitable default value is auto-generated.** You should normally
|
1065
|
+
# not need to pass this option.**
|
1026
1066
|
#
|
1027
1067
|
# @option params [Hash<String,String>] :tags
|
1028
1068
|
# The tags for the rule.
|
1029
1069
|
#
|
1030
1070
|
# @return [Types::CreateRuleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1031
1071
|
#
|
1032
|
-
# * {Types::CreateRuleResponse#action #action} => Types::RuleAction
|
1033
1072
|
# * {Types::CreateRuleResponse#arn #arn} => String
|
1034
1073
|
# * {Types::CreateRuleResponse#id #id} => String
|
1035
|
-
# * {Types::CreateRuleResponse#match #match} => Types::RuleMatch
|
1036
1074
|
# * {Types::CreateRuleResponse#name #name} => String
|
1075
|
+
# * {Types::CreateRuleResponse#match #match} => Types::RuleMatch
|
1037
1076
|
# * {Types::CreateRuleResponse#priority #priority} => Integer
|
1077
|
+
# * {Types::CreateRuleResponse#action #action} => Types::RuleAction
|
1038
1078
|
#
|
1039
1079
|
# @example Request syntax with placeholder values
|
1040
1080
|
#
|
1041
1081
|
# resp = client.create_rule({
|
1042
|
-
#
|
1043
|
-
# fixed_response: {
|
1044
|
-
# status_code: 1, # required
|
1045
|
-
# },
|
1046
|
-
# forward: {
|
1047
|
-
# target_groups: [ # required
|
1048
|
-
# {
|
1049
|
-
# target_group_identifier: "TargetGroupIdentifier", # required
|
1050
|
-
# weight: 1,
|
1051
|
-
# },
|
1052
|
-
# ],
|
1053
|
-
# },
|
1054
|
-
# },
|
1055
|
-
# client_token: "ClientToken",
|
1082
|
+
# service_identifier: "ServiceIdentifier", # required
|
1056
1083
|
# listener_identifier: "ListenerIdentifier", # required
|
1084
|
+
# name: "RuleName", # required
|
1057
1085
|
# match: { # required
|
1058
1086
|
# http_match: {
|
1087
|
+
# method: "HttpMethod",
|
1088
|
+
# path_match: {
|
1089
|
+
# match: { # required
|
1090
|
+
# exact: "PathMatchExact",
|
1091
|
+
# prefix: "PathMatchPrefix",
|
1092
|
+
# },
|
1093
|
+
# case_sensitive: false,
|
1094
|
+
# },
|
1059
1095
|
# header_matches: [
|
1060
1096
|
# {
|
1061
|
-
#
|
1097
|
+
# name: "HeaderMatchName", # required
|
1062
1098
|
# match: { # required
|
1063
|
-
# contains: "HeaderMatchContains",
|
1064
1099
|
# exact: "HeaderMatchExact",
|
1065
1100
|
# prefix: "HeaderMatchPrefix",
|
1101
|
+
# contains: "HeaderMatchContains",
|
1066
1102
|
# },
|
1067
|
-
#
|
1103
|
+
# case_sensitive: false,
|
1068
1104
|
# },
|
1069
1105
|
# ],
|
1070
|
-
# method: "HttpMethod",
|
1071
|
-
# path_match: {
|
1072
|
-
# case_sensitive: false,
|
1073
|
-
# match: { # required
|
1074
|
-
# exact: "PathMatchExact",
|
1075
|
-
# prefix: "PathMatchPrefix",
|
1076
|
-
# },
|
1077
|
-
# },
|
1078
1106
|
# },
|
1079
1107
|
# },
|
1080
|
-
# name: "RuleName", # required
|
1081
1108
|
# priority: 1, # required
|
1082
|
-
#
|
1109
|
+
# action: { # required
|
1110
|
+
# forward: {
|
1111
|
+
# target_groups: [ # required
|
1112
|
+
# {
|
1113
|
+
# target_group_identifier: "TargetGroupIdentifier", # required
|
1114
|
+
# weight: 1,
|
1115
|
+
# },
|
1116
|
+
# ],
|
1117
|
+
# },
|
1118
|
+
# fixed_response: {
|
1119
|
+
# status_code: 1, # required
|
1120
|
+
# },
|
1121
|
+
# },
|
1122
|
+
# client_token: "ClientToken",
|
1083
1123
|
# tags: {
|
1084
1124
|
# "TagKey" => "TagValue",
|
1085
1125
|
# },
|
@@ -1087,24 +1127,24 @@ module Aws::VPCLattice
|
|
1087
1127
|
#
|
1088
1128
|
# @example Response structure
|
1089
1129
|
#
|
1090
|
-
# resp.action.fixed_response.status_code #=> Integer
|
1091
|
-
# resp.action.forward.target_groups #=> Array
|
1092
|
-
# resp.action.forward.target_groups[0].target_group_identifier #=> String
|
1093
|
-
# resp.action.forward.target_groups[0].weight #=> Integer
|
1094
1130
|
# resp.arn #=> String
|
1095
1131
|
# resp.id #=> String
|
1096
|
-
# resp.
|
1097
|
-
# resp.match.http_match.header_matches[0].case_sensitive #=> Boolean
|
1098
|
-
# resp.match.http_match.header_matches[0].match.contains #=> String
|
1099
|
-
# resp.match.http_match.header_matches[0].match.exact #=> String
|
1100
|
-
# resp.match.http_match.header_matches[0].match.prefix #=> String
|
1101
|
-
# resp.match.http_match.header_matches[0].name #=> String
|
1132
|
+
# resp.name #=> String
|
1102
1133
|
# resp.match.http_match.method #=> String
|
1103
|
-
# resp.match.http_match.path_match.case_sensitive #=> Boolean
|
1104
1134
|
# resp.match.http_match.path_match.match.exact #=> String
|
1105
1135
|
# resp.match.http_match.path_match.match.prefix #=> String
|
1106
|
-
# resp.
|
1136
|
+
# resp.match.http_match.path_match.case_sensitive #=> Boolean
|
1137
|
+
# resp.match.http_match.header_matches #=> Array
|
1138
|
+
# resp.match.http_match.header_matches[0].name #=> String
|
1139
|
+
# resp.match.http_match.header_matches[0].match.exact #=> String
|
1140
|
+
# resp.match.http_match.header_matches[0].match.prefix #=> String
|
1141
|
+
# resp.match.http_match.header_matches[0].match.contains #=> String
|
1142
|
+
# resp.match.http_match.header_matches[0].case_sensitive #=> Boolean
|
1107
1143
|
# resp.priority #=> Integer
|
1144
|
+
# resp.action.forward.target_groups #=> Array
|
1145
|
+
# resp.action.forward.target_groups[0].target_group_identifier #=> String
|
1146
|
+
# resp.action.forward.target_groups[0].weight #=> Integer
|
1147
|
+
# resp.action.fixed_response.status_code #=> Integer
|
1108
1148
|
#
|
1109
1149
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateRule AWS API Documentation
|
1110
1150
|
#
|
@@ -1124,19 +1164,7 @@ module Aws::VPCLattice
|
|
1124
1164
|
#
|
1125
1165
|
#
|
1126
1166
|
#
|
1127
|
-
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html
|
1128
|
-
#
|
1129
|
-
# @option params [String] :auth_type
|
1130
|
-
# The type of IAM policy.
|
1131
|
-
#
|
1132
|
-
# * `NONE`: The resource does not use an IAM policy. This is the
|
1133
|
-
# default.
|
1134
|
-
#
|
1135
|
-
# * `AWS_IAM`: The resource uses an IAM policy. When this type is used,
|
1136
|
-
# auth is enabled and an auth policy is required.
|
1137
|
-
#
|
1138
|
-
# @option params [String] :certificate_arn
|
1139
|
-
# The Amazon Resource Name (ARN) of the certificate.
|
1167
|
+
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html
|
1140
1168
|
#
|
1141
1169
|
# @option params [String] :client_token
|
1142
1170
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -1148,9 +1176,6 @@ module Aws::VPCLattice
|
|
1148
1176
|
# **A suitable default value is auto-generated.** You should normally
|
1149
1177
|
# not need to pass this option.**
|
1150
1178
|
#
|
1151
|
-
# @option params [String] :custom_domain_name
|
1152
|
-
# The custom domain name of the service.
|
1153
|
-
#
|
1154
1179
|
# @option params [required, String] :name
|
1155
1180
|
# The name of the service. The name must be unique within the account.
|
1156
1181
|
# The valid characters are a-z, 0-9, and hyphens (-). You can't use a
|
@@ -1160,41 +1185,56 @@ module Aws::VPCLattice
|
|
1160
1185
|
# @option params [Hash<String,String>] :tags
|
1161
1186
|
# The tags for the service.
|
1162
1187
|
#
|
1188
|
+
# @option params [String] :custom_domain_name
|
1189
|
+
# The custom domain name of the service.
|
1190
|
+
#
|
1191
|
+
# @option params [String] :certificate_arn
|
1192
|
+
# The Amazon Resource Name (ARN) of the certificate.
|
1193
|
+
#
|
1194
|
+
# @option params [String] :auth_type
|
1195
|
+
# The type of IAM policy.
|
1196
|
+
#
|
1197
|
+
# * `NONE`: The resource does not use an IAM policy. This is the
|
1198
|
+
# default.
|
1199
|
+
#
|
1200
|
+
# * `AWS_IAM`: The resource uses an IAM policy. When this type is used,
|
1201
|
+
# auth is enabled and an auth policy is required.
|
1202
|
+
#
|
1163
1203
|
# @return [Types::CreateServiceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1164
1204
|
#
|
1165
|
-
# * {Types::CreateServiceResponse#arn #arn} => String
|
1166
|
-
# * {Types::CreateServiceResponse#auth_type #auth_type} => String
|
1167
|
-
# * {Types::CreateServiceResponse#certificate_arn #certificate_arn} => String
|
1168
|
-
# * {Types::CreateServiceResponse#custom_domain_name #custom_domain_name} => String
|
1169
|
-
# * {Types::CreateServiceResponse#dns_entry #dns_entry} => Types::DnsEntry
|
1170
1205
|
# * {Types::CreateServiceResponse#id #id} => String
|
1206
|
+
# * {Types::CreateServiceResponse#arn #arn} => String
|
1171
1207
|
# * {Types::CreateServiceResponse#name #name} => String
|
1208
|
+
# * {Types::CreateServiceResponse#custom_domain_name #custom_domain_name} => String
|
1209
|
+
# * {Types::CreateServiceResponse#certificate_arn #certificate_arn} => String
|
1172
1210
|
# * {Types::CreateServiceResponse#status #status} => String
|
1211
|
+
# * {Types::CreateServiceResponse#auth_type #auth_type} => String
|
1212
|
+
# * {Types::CreateServiceResponse#dns_entry #dns_entry} => Types::DnsEntry
|
1173
1213
|
#
|
1174
1214
|
# @example Request syntax with placeholder values
|
1175
1215
|
#
|
1176
1216
|
# resp = client.create_service({
|
1177
|
-
# auth_type: "NONE", # accepts NONE, AWS_IAM
|
1178
|
-
# certificate_arn: "CertificateArn",
|
1179
1217
|
# client_token: "ClientToken",
|
1180
|
-
# custom_domain_name: "ServiceCustomDomainName",
|
1181
1218
|
# name: "ServiceName", # required
|
1182
1219
|
# tags: {
|
1183
1220
|
# "TagKey" => "TagValue",
|
1184
1221
|
# },
|
1222
|
+
# custom_domain_name: "ServiceCustomDomainName",
|
1223
|
+
# certificate_arn: "CertificateArn",
|
1224
|
+
# auth_type: "NONE", # accepts NONE, AWS_IAM
|
1185
1225
|
# })
|
1186
1226
|
#
|
1187
1227
|
# @example Response structure
|
1188
1228
|
#
|
1229
|
+
# resp.id #=> String
|
1189
1230
|
# resp.arn #=> String
|
1190
|
-
# resp.
|
1191
|
-
# resp.certificate_arn #=> String
|
1231
|
+
# resp.name #=> String
|
1192
1232
|
# resp.custom_domain_name #=> String
|
1233
|
+
# resp.certificate_arn #=> String
|
1234
|
+
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
1235
|
+
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
1193
1236
|
# resp.dns_entry.domain_name #=> String
|
1194
1237
|
# resp.dns_entry.hosted_zone_id #=> String
|
1195
|
-
# resp.id #=> String
|
1196
|
-
# resp.name #=> String
|
1197
|
-
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
1198
1238
|
#
|
1199
1239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateService AWS API Documentation
|
1200
1240
|
#
|
@@ -1216,15 +1256,6 @@ module Aws::VPCLattice
|
|
1216
1256
|
#
|
1217
1257
|
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html
|
1218
1258
|
#
|
1219
|
-
# @option params [String] :auth_type
|
1220
|
-
# The type of IAM policy.
|
1221
|
-
#
|
1222
|
-
# * `NONE`: The resource does not use an IAM policy. This is the
|
1223
|
-
# default.
|
1224
|
-
#
|
1225
|
-
# * `AWS_IAM`: The resource uses an IAM policy. When this type is used,
|
1226
|
-
# auth is enabled and an auth policy is required.
|
1227
|
-
#
|
1228
1259
|
# @option params [String] :client_token
|
1229
1260
|
# A unique, case-sensitive identifier that you provide to ensure the
|
1230
1261
|
# idempotency of the request. If you retry a request that completed
|
@@ -1241,41 +1272,50 @@ module Aws::VPCLattice
|
|
1241
1272
|
# can't use a hyphen as the first or last character, or immediately
|
1242
1273
|
# after another hyphen.
|
1243
1274
|
#
|
1244
|
-
# @option params [
|
1245
|
-
#
|
1275
|
+
# @option params [String] :auth_type
|
1276
|
+
# The type of IAM policy.
|
1277
|
+
#
|
1278
|
+
# * `NONE`: The resource does not use an IAM policy. This is the
|
1279
|
+
# default.
|
1280
|
+
#
|
1281
|
+
# * `AWS_IAM`: The resource uses an IAM policy. When this type is used,
|
1282
|
+
# auth is enabled and an auth policy is required.
|
1246
1283
|
#
|
1247
1284
|
# @option params [Hash<String,String>] :tags
|
1248
1285
|
# The tags for the service network.
|
1249
1286
|
#
|
1287
|
+
# @option params [Types::SharingConfig] :sharing_config
|
1288
|
+
# Specify if the service network should be enabled for sharing.
|
1289
|
+
#
|
1250
1290
|
# @return [Types::CreateServiceNetworkResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1251
1291
|
#
|
1252
|
-
# * {Types::CreateServiceNetworkResponse#arn #arn} => String
|
1253
|
-
# * {Types::CreateServiceNetworkResponse#auth_type #auth_type} => String
|
1254
1292
|
# * {Types::CreateServiceNetworkResponse#id #id} => String
|
1255
1293
|
# * {Types::CreateServiceNetworkResponse#name #name} => String
|
1294
|
+
# * {Types::CreateServiceNetworkResponse#arn #arn} => String
|
1256
1295
|
# * {Types::CreateServiceNetworkResponse#sharing_config #sharing_config} => Types::SharingConfig
|
1296
|
+
# * {Types::CreateServiceNetworkResponse#auth_type #auth_type} => String
|
1257
1297
|
#
|
1258
1298
|
# @example Request syntax with placeholder values
|
1259
1299
|
#
|
1260
1300
|
# resp = client.create_service_network({
|
1261
|
-
# auth_type: "NONE", # accepts NONE, AWS_IAM
|
1262
1301
|
# client_token: "ClientToken",
|
1263
1302
|
# name: "ServiceNetworkName", # required
|
1264
|
-
#
|
1265
|
-
# enabled: false,
|
1266
|
-
# },
|
1303
|
+
# auth_type: "NONE", # accepts NONE, AWS_IAM
|
1267
1304
|
# tags: {
|
1268
1305
|
# "TagKey" => "TagValue",
|
1269
1306
|
# },
|
1307
|
+
# sharing_config: {
|
1308
|
+
# enabled: false,
|
1309
|
+
# },
|
1270
1310
|
# })
|
1271
1311
|
#
|
1272
1312
|
# @example Response structure
|
1273
1313
|
#
|
1274
|
-
# resp.arn #=> String
|
1275
|
-
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
1276
1314
|
# resp.id #=> String
|
1277
1315
|
# resp.name #=> String
|
1316
|
+
# resp.arn #=> String
|
1278
1317
|
# resp.sharing_config.enabled #=> Boolean
|
1318
|
+
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
1279
1319
|
#
|
1280
1320
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetwork AWS API Documentation
|
1281
1321
|
#
|
@@ -1310,14 +1350,14 @@ module Aws::VPCLattice
|
|
1310
1350
|
# configuration.
|
1311
1351
|
#
|
1312
1352
|
# @option params [Hash<String,String>] :tags
|
1313
|
-
#
|
1353
|
+
# A key-value pair to associate with a resource.
|
1314
1354
|
#
|
1315
1355
|
# @return [Types::CreateServiceNetworkResourceAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1316
1356
|
#
|
1317
|
-
# * {Types::CreateServiceNetworkResourceAssociationResponse#arn #arn} => String
|
1318
|
-
# * {Types::CreateServiceNetworkResourceAssociationResponse#created_by #created_by} => String
|
1319
1357
|
# * {Types::CreateServiceNetworkResourceAssociationResponse#id #id} => String
|
1358
|
+
# * {Types::CreateServiceNetworkResourceAssociationResponse#arn #arn} => String
|
1320
1359
|
# * {Types::CreateServiceNetworkResourceAssociationResponse#status #status} => String
|
1360
|
+
# * {Types::CreateServiceNetworkResourceAssociationResponse#created_by #created_by} => String
|
1321
1361
|
#
|
1322
1362
|
# @example Request syntax with placeholder values
|
1323
1363
|
#
|
@@ -1332,10 +1372,10 @@ module Aws::VPCLattice
|
|
1332
1372
|
#
|
1333
1373
|
# @example Response structure
|
1334
1374
|
#
|
1335
|
-
# resp.arn #=> String
|
1336
|
-
# resp.created_by #=> String
|
1337
1375
|
# resp.id #=> String
|
1376
|
+
# resp.arn #=> String
|
1338
1377
|
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "PARTIAL", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
1378
|
+
# resp.created_by #=> String
|
1339
1379
|
#
|
1340
1380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetworkResourceAssociation AWS API Documentation
|
1341
1381
|
#
|
@@ -1388,12 +1428,12 @@ module Aws::VPCLattice
|
|
1388
1428
|
#
|
1389
1429
|
# @return [Types::CreateServiceNetworkServiceAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1390
1430
|
#
|
1431
|
+
# * {Types::CreateServiceNetworkServiceAssociationResponse#id #id} => String
|
1432
|
+
# * {Types::CreateServiceNetworkServiceAssociationResponse#status #status} => String
|
1391
1433
|
# * {Types::CreateServiceNetworkServiceAssociationResponse#arn #arn} => String
|
1392
1434
|
# * {Types::CreateServiceNetworkServiceAssociationResponse#created_by #created_by} => String
|
1393
1435
|
# * {Types::CreateServiceNetworkServiceAssociationResponse#custom_domain_name #custom_domain_name} => String
|
1394
1436
|
# * {Types::CreateServiceNetworkServiceAssociationResponse#dns_entry #dns_entry} => Types::DnsEntry
|
1395
|
-
# * {Types::CreateServiceNetworkServiceAssociationResponse#id #id} => String
|
1396
|
-
# * {Types::CreateServiceNetworkServiceAssociationResponse#status #status} => String
|
1397
1437
|
#
|
1398
1438
|
# @example Request syntax with placeholder values
|
1399
1439
|
#
|
@@ -1408,13 +1448,13 @@ module Aws::VPCLattice
|
|
1408
1448
|
#
|
1409
1449
|
# @example Response structure
|
1410
1450
|
#
|
1451
|
+
# resp.id #=> String
|
1452
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
1411
1453
|
# resp.arn #=> String
|
1412
1454
|
# resp.created_by #=> String
|
1413
1455
|
# resp.custom_domain_name #=> String
|
1414
1456
|
# resp.dns_entry.domain_name #=> String
|
1415
1457
|
# resp.dns_entry.hosted_zone_id #=> String
|
1416
|
-
# resp.id #=> String
|
1417
|
-
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
1418
1458
|
#
|
1419
1459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetworkServiceAssociation AWS API Documentation
|
1420
1460
|
#
|
@@ -1458,6 +1498,13 @@ module Aws::VPCLattice
|
|
1458
1498
|
# **A suitable default value is auto-generated.** You should normally
|
1459
1499
|
# not need to pass this option.**
|
1460
1500
|
#
|
1501
|
+
# @option params [required, String] :service_network_identifier
|
1502
|
+
# The ID or ARN of the service network. You must use an ARN if the
|
1503
|
+
# resources are in different accounts.
|
1504
|
+
#
|
1505
|
+
# @option params [required, String] :vpc_identifier
|
1506
|
+
# The ID of the VPC.
|
1507
|
+
#
|
1461
1508
|
# @option params [Array<String>] :security_group_ids
|
1462
1509
|
# The IDs of the security groups. Security groups aren't added by
|
1463
1510
|
# default. You can add a security group to apply network level controls
|
@@ -1469,44 +1516,37 @@ module Aws::VPCLattice
|
|
1469
1516
|
#
|
1470
1517
|
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html
|
1471
1518
|
#
|
1472
|
-
# @option params [required, String] :service_network_identifier
|
1473
|
-
# The ID or ARN of the service network. You must use an ARN if the
|
1474
|
-
# resources are in different accounts.
|
1475
|
-
#
|
1476
1519
|
# @option params [Hash<String,String>] :tags
|
1477
1520
|
# The tags for the association.
|
1478
1521
|
#
|
1479
|
-
# @option params [required, String] :vpc_identifier
|
1480
|
-
# The ID of the VPC.
|
1481
|
-
#
|
1482
1522
|
# @return [Types::CreateServiceNetworkVpcAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1483
1523
|
#
|
1524
|
+
# * {Types::CreateServiceNetworkVpcAssociationResponse#id #id} => String
|
1525
|
+
# * {Types::CreateServiceNetworkVpcAssociationResponse#status #status} => String
|
1484
1526
|
# * {Types::CreateServiceNetworkVpcAssociationResponse#arn #arn} => String
|
1485
1527
|
# * {Types::CreateServiceNetworkVpcAssociationResponse#created_by #created_by} => String
|
1486
|
-
# * {Types::CreateServiceNetworkVpcAssociationResponse#id #id} => String
|
1487
1528
|
# * {Types::CreateServiceNetworkVpcAssociationResponse#security_group_ids #security_group_ids} => Array<String>
|
1488
|
-
# * {Types::CreateServiceNetworkVpcAssociationResponse#status #status} => String
|
1489
1529
|
#
|
1490
1530
|
# @example Request syntax with placeholder values
|
1491
1531
|
#
|
1492
1532
|
# resp = client.create_service_network_vpc_association({
|
1493
1533
|
# client_token: "ClientToken",
|
1494
|
-
# security_group_ids: ["SecurityGroupId"],
|
1495
1534
|
# service_network_identifier: "ServiceNetworkIdentifier", # required
|
1535
|
+
# vpc_identifier: "VpcId", # required
|
1536
|
+
# security_group_ids: ["SecurityGroupId"],
|
1496
1537
|
# tags: {
|
1497
1538
|
# "TagKey" => "TagValue",
|
1498
1539
|
# },
|
1499
|
-
# vpc_identifier: "VpcId", # required
|
1500
1540
|
# })
|
1501
1541
|
#
|
1502
1542
|
# @example Response structure
|
1503
1543
|
#
|
1544
|
+
# resp.id #=> String
|
1545
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
|
1504
1546
|
# resp.arn #=> String
|
1505
1547
|
# resp.created_by #=> String
|
1506
|
-
# resp.id #=> String
|
1507
1548
|
# resp.security_group_ids #=> Array
|
1508
1549
|
# resp.security_group_ids[0] #=> String
|
1509
|
-
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
|
1510
1550
|
#
|
1511
1551
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetworkVpcAssociation AWS API Documentation
|
1512
1552
|
#
|
@@ -1528,6 +1568,18 @@ module Aws::VPCLattice
|
|
1528
1568
|
#
|
1529
1569
|
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html
|
1530
1570
|
#
|
1571
|
+
# @option params [required, String] :name
|
1572
|
+
# The name of the target group. The name must be unique within the
|
1573
|
+
# account. The valid characters are a-z, 0-9, and hyphens (-). You
|
1574
|
+
# can't use a hyphen as the first or last character, or immediately
|
1575
|
+
# after another hyphen.
|
1576
|
+
#
|
1577
|
+
# @option params [required, String] :type
|
1578
|
+
# The type of target group.
|
1579
|
+
#
|
1580
|
+
# @option params [Types::TargetGroupConfig] :config
|
1581
|
+
# The target group configuration.
|
1582
|
+
#
|
1531
1583
|
# @option params [String] :client_token
|
1532
1584
|
# A unique, case-sensitive identifier that you provide to ensure the
|
1533
1585
|
# idempotency of the request. If you retry a request that completed
|
@@ -1538,86 +1590,74 @@ module Aws::VPCLattice
|
|
1538
1590
|
# **A suitable default value is auto-generated.** You should normally
|
1539
1591
|
# not need to pass this option.**
|
1540
1592
|
#
|
1541
|
-
# @option params [Types::TargetGroupConfig] :config
|
1542
|
-
# The target group configuration.
|
1543
|
-
#
|
1544
|
-
# @option params [required, String] :name
|
1545
|
-
# The name of the target group. The name must be unique within the
|
1546
|
-
# account. The valid characters are a-z, 0-9, and hyphens (-). You
|
1547
|
-
# can't use a hyphen as the first or last character, or immediately
|
1548
|
-
# after another hyphen.
|
1549
|
-
#
|
1550
1593
|
# @option params [Hash<String,String>] :tags
|
1551
1594
|
# The tags for the target group.
|
1552
1595
|
#
|
1553
|
-
# @option params [required, String] :type
|
1554
|
-
# The type of target group.
|
1555
|
-
#
|
1556
1596
|
# @return [Types::CreateTargetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1557
1597
|
#
|
1558
|
-
# * {Types::CreateTargetGroupResponse#arn #arn} => String
|
1559
|
-
# * {Types::CreateTargetGroupResponse#config #config} => Types::TargetGroupConfig
|
1560
1598
|
# * {Types::CreateTargetGroupResponse#id #id} => String
|
1599
|
+
# * {Types::CreateTargetGroupResponse#arn #arn} => String
|
1561
1600
|
# * {Types::CreateTargetGroupResponse#name #name} => String
|
1562
|
-
# * {Types::CreateTargetGroupResponse#status #status} => String
|
1563
1601
|
# * {Types::CreateTargetGroupResponse#type #type} => String
|
1602
|
+
# * {Types::CreateTargetGroupResponse#config #config} => Types::TargetGroupConfig
|
1603
|
+
# * {Types::CreateTargetGroupResponse#status #status} => String
|
1564
1604
|
#
|
1565
1605
|
# @example Request syntax with placeholder values
|
1566
1606
|
#
|
1567
1607
|
# resp = client.create_target_group({
|
1568
|
-
#
|
1608
|
+
# name: "TargetGroupName", # required
|
1609
|
+
# type: "IP", # required, accepts IP, LAMBDA, INSTANCE, ALB
|
1569
1610
|
# config: {
|
1611
|
+
# port: 1,
|
1612
|
+
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP
|
1613
|
+
# protocol_version: "HTTP1", # accepts HTTP1, HTTP2, GRPC
|
1614
|
+
# ip_address_type: "IPV4", # accepts IPV4, IPV6
|
1615
|
+
# vpc_identifier: "VpcId",
|
1570
1616
|
# health_check: {
|
1571
1617
|
# enabled: false,
|
1618
|
+
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP
|
1619
|
+
# protocol_version: "HTTP1", # accepts HTTP1, HTTP2
|
1620
|
+
# port: 1,
|
1621
|
+
# path: "HealthCheckPath",
|
1572
1622
|
# health_check_interval_seconds: 1,
|
1573
1623
|
# health_check_timeout_seconds: 1,
|
1574
1624
|
# healthy_threshold_count: 1,
|
1625
|
+
# unhealthy_threshold_count: 1,
|
1575
1626
|
# matcher: {
|
1576
1627
|
# http_code: "HttpCodeMatcher",
|
1577
1628
|
# },
|
1578
|
-
# path: "HealthCheckPath",
|
1579
|
-
# port: 1,
|
1580
|
-
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP
|
1581
|
-
# protocol_version: "HTTP1", # accepts HTTP1, HTTP2
|
1582
|
-
# unhealthy_threshold_count: 1,
|
1583
1629
|
# },
|
1584
|
-
# ip_address_type: "IPV4", # accepts IPV4, IPV6
|
1585
1630
|
# lambda_event_structure_version: "V1", # accepts V1, V2
|
1586
|
-
# port: 1,
|
1587
|
-
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP
|
1588
|
-
# protocol_version: "HTTP1", # accepts HTTP1, HTTP2, GRPC
|
1589
|
-
# vpc_identifier: "VpcId",
|
1590
1631
|
# },
|
1591
|
-
#
|
1632
|
+
# client_token: "ClientToken",
|
1592
1633
|
# tags: {
|
1593
1634
|
# "TagKey" => "TagValue",
|
1594
1635
|
# },
|
1595
|
-
# type: "IP", # required, accepts IP, LAMBDA, INSTANCE, ALB
|
1596
1636
|
# })
|
1597
1637
|
#
|
1598
1638
|
# @example Response structure
|
1599
1639
|
#
|
1640
|
+
# resp.id #=> String
|
1600
1641
|
# resp.arn #=> String
|
1642
|
+
# resp.name #=> String
|
1643
|
+
# resp.type #=> String, one of "IP", "LAMBDA", "INSTANCE", "ALB"
|
1644
|
+
# resp.config.port #=> Integer
|
1645
|
+
# resp.config.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
1646
|
+
# resp.config.protocol_version #=> String, one of "HTTP1", "HTTP2", "GRPC"
|
1647
|
+
# resp.config.ip_address_type #=> String, one of "IPV4", "IPV6"
|
1648
|
+
# resp.config.vpc_identifier #=> String
|
1601
1649
|
# resp.config.health_check.enabled #=> Boolean
|
1650
|
+
# resp.config.health_check.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
1651
|
+
# resp.config.health_check.protocol_version #=> String, one of "HTTP1", "HTTP2"
|
1652
|
+
# resp.config.health_check.port #=> Integer
|
1653
|
+
# resp.config.health_check.path #=> String
|
1602
1654
|
# resp.config.health_check.health_check_interval_seconds #=> Integer
|
1603
1655
|
# resp.config.health_check.health_check_timeout_seconds #=> Integer
|
1604
1656
|
# resp.config.health_check.healthy_threshold_count #=> Integer
|
1605
|
-
# resp.config.health_check.matcher.http_code #=> String
|
1606
|
-
# resp.config.health_check.path #=> String
|
1607
|
-
# resp.config.health_check.port #=> Integer
|
1608
|
-
# resp.config.health_check.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
1609
|
-
# resp.config.health_check.protocol_version #=> String, one of "HTTP1", "HTTP2"
|
1610
1657
|
# resp.config.health_check.unhealthy_threshold_count #=> Integer
|
1611
|
-
# resp.config.
|
1658
|
+
# resp.config.health_check.matcher.http_code #=> String
|
1612
1659
|
# resp.config.lambda_event_structure_version #=> String, one of "V1", "V2"
|
1613
|
-
# resp.config.port #=> Integer
|
1614
|
-
# resp.config.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
1615
|
-
# resp.config.protocol_version #=> String, one of "HTTP1", "HTTP2", "GRPC"
|
1616
|
-
# resp.config.vpc_identifier #=> String
|
1617
|
-
# resp.id #=> String
|
1618
|
-
# resp.name #=> String
|
1619
1660
|
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
1620
|
-
# resp.type #=> String, one of "IP", "LAMBDA", "INSTANCE", "ALB"
|
1621
1661
|
#
|
1622
1662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateTargetGroup AWS API Documentation
|
1623
1663
|
#
|
@@ -1678,19 +1718,19 @@ module Aws::VPCLattice
|
|
1678
1718
|
|
1679
1719
|
# Deletes the specified listener.
|
1680
1720
|
#
|
1681
|
-
# @option params [required, String] :listener_identifier
|
1682
|
-
# The ID or ARN of the listener.
|
1683
|
-
#
|
1684
1721
|
# @option params [required, String] :service_identifier
|
1685
1722
|
# The ID or ARN of the service.
|
1686
1723
|
#
|
1724
|
+
# @option params [required, String] :listener_identifier
|
1725
|
+
# The ID or ARN of the listener.
|
1726
|
+
#
|
1687
1727
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1688
1728
|
#
|
1689
1729
|
# @example Request syntax with placeholder values
|
1690
1730
|
#
|
1691
1731
|
# resp = client.delete_listener({
|
1692
|
-
# listener_identifier: "ListenerIdentifier", # required
|
1693
1732
|
# service_identifier: "ServiceIdentifier", # required
|
1733
|
+
# listener_identifier: "ListenerIdentifier", # required
|
1694
1734
|
# })
|
1695
1735
|
#
|
1696
1736
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteListener AWS API Documentation
|
@@ -1732,10 +1772,10 @@ module Aws::VPCLattice
|
|
1732
1772
|
#
|
1733
1773
|
# @return [Types::DeleteResourceEndpointAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1734
1774
|
#
|
1735
|
-
# * {Types::DeleteResourceEndpointAssociationResponse#arn #arn} => String
|
1736
1775
|
# * {Types::DeleteResourceEndpointAssociationResponse#id #id} => String
|
1737
|
-
# * {Types::DeleteResourceEndpointAssociationResponse#
|
1776
|
+
# * {Types::DeleteResourceEndpointAssociationResponse#arn #arn} => String
|
1738
1777
|
# * {Types::DeleteResourceEndpointAssociationResponse#resource_configuration_id #resource_configuration_id} => String
|
1778
|
+
# * {Types::DeleteResourceEndpointAssociationResponse#resource_configuration_arn #resource_configuration_arn} => String
|
1739
1779
|
# * {Types::DeleteResourceEndpointAssociationResponse#vpc_endpoint_id #vpc_endpoint_id} => String
|
1740
1780
|
#
|
1741
1781
|
# @example Request syntax with placeholder values
|
@@ -1746,10 +1786,10 @@ module Aws::VPCLattice
|
|
1746
1786
|
#
|
1747
1787
|
# @example Response structure
|
1748
1788
|
#
|
1749
|
-
# resp.arn #=> String
|
1750
1789
|
# resp.id #=> String
|
1751
|
-
# resp.
|
1790
|
+
# resp.arn #=> String
|
1752
1791
|
# resp.resource_configuration_id #=> String
|
1792
|
+
# resp.resource_configuration_arn #=> String
|
1753
1793
|
# resp.vpc_endpoint_id #=> String
|
1754
1794
|
#
|
1755
1795
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteResourceEndpointAssociation AWS API Documentation
|
@@ -1768,8 +1808,8 @@ module Aws::VPCLattice
|
|
1768
1808
|
#
|
1769
1809
|
# @return [Types::DeleteResourceGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1770
1810
|
#
|
1771
|
-
# * {Types::DeleteResourceGatewayResponse#arn #arn} => String
|
1772
1811
|
# * {Types::DeleteResourceGatewayResponse#id #id} => String
|
1812
|
+
# * {Types::DeleteResourceGatewayResponse#arn #arn} => String
|
1773
1813
|
# * {Types::DeleteResourceGatewayResponse#name #name} => String
|
1774
1814
|
# * {Types::DeleteResourceGatewayResponse#status #status} => String
|
1775
1815
|
#
|
@@ -1781,8 +1821,8 @@ module Aws::VPCLattice
|
|
1781
1821
|
#
|
1782
1822
|
# @example Response structure
|
1783
1823
|
#
|
1784
|
-
# resp.arn #=> String
|
1785
1824
|
# resp.id #=> String
|
1825
|
+
# resp.arn #=> String
|
1786
1826
|
# resp.name #=> String
|
1787
1827
|
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
1788
1828
|
#
|
@@ -1830,23 +1870,23 @@ module Aws::VPCLattice
|
|
1830
1870
|
#
|
1831
1871
|
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules
|
1832
1872
|
#
|
1873
|
+
# @option params [required, String] :service_identifier
|
1874
|
+
# The ID or ARN of the service.
|
1875
|
+
#
|
1833
1876
|
# @option params [required, String] :listener_identifier
|
1834
1877
|
# The ID or ARN of the listener.
|
1835
1878
|
#
|
1836
1879
|
# @option params [required, String] :rule_identifier
|
1837
1880
|
# The ID or ARN of the rule.
|
1838
1881
|
#
|
1839
|
-
# @option params [required, String] :service_identifier
|
1840
|
-
# The ID or ARN of the service.
|
1841
|
-
#
|
1842
1882
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1843
1883
|
#
|
1844
1884
|
# @example Request syntax with placeholder values
|
1845
1885
|
#
|
1846
1886
|
# resp = client.delete_rule({
|
1887
|
+
# service_identifier: "ServiceIdentifier", # required
|
1847
1888
|
# listener_identifier: "ListenerIdentifier", # required
|
1848
1889
|
# rule_identifier: "RuleIdentifier", # required
|
1849
|
-
# service_identifier: "ServiceIdentifier", # required
|
1850
1890
|
# })
|
1851
1891
|
#
|
1852
1892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteRule AWS API Documentation
|
@@ -1874,8 +1914,8 @@ module Aws::VPCLattice
|
|
1874
1914
|
#
|
1875
1915
|
# @return [Types::DeleteServiceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1876
1916
|
#
|
1877
|
-
# * {Types::DeleteServiceResponse#arn #arn} => String
|
1878
1917
|
# * {Types::DeleteServiceResponse#id #id} => String
|
1918
|
+
# * {Types::DeleteServiceResponse#arn #arn} => String
|
1879
1919
|
# * {Types::DeleteServiceResponse#name #name} => String
|
1880
1920
|
# * {Types::DeleteServiceResponse#status #status} => String
|
1881
1921
|
#
|
@@ -1887,8 +1927,8 @@ module Aws::VPCLattice
|
|
1887
1927
|
#
|
1888
1928
|
# @example Response structure
|
1889
1929
|
#
|
1890
|
-
# resp.arn #=> String
|
1891
1930
|
# resp.id #=> String
|
1931
|
+
# resp.arn #=> String
|
1892
1932
|
# resp.name #=> String
|
1893
1933
|
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
1894
1934
|
#
|
@@ -1940,8 +1980,8 @@ module Aws::VPCLattice
|
|
1940
1980
|
#
|
1941
1981
|
# @return [Types::DeleteServiceNetworkResourceAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1942
1982
|
#
|
1943
|
-
# * {Types::DeleteServiceNetworkResourceAssociationResponse#arn #arn} => String
|
1944
1983
|
# * {Types::DeleteServiceNetworkResourceAssociationResponse#id #id} => String
|
1984
|
+
# * {Types::DeleteServiceNetworkResourceAssociationResponse#arn #arn} => String
|
1945
1985
|
# * {Types::DeleteServiceNetworkResourceAssociationResponse#status #status} => String
|
1946
1986
|
#
|
1947
1987
|
# @example Request syntax with placeholder values
|
@@ -1952,8 +1992,8 @@ module Aws::VPCLattice
|
|
1952
1992
|
#
|
1953
1993
|
# @example Response structure
|
1954
1994
|
#
|
1955
|
-
# resp.arn #=> String
|
1956
1995
|
# resp.id #=> String
|
1996
|
+
# resp.arn #=> String
|
1957
1997
|
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "PARTIAL", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
1958
1998
|
#
|
1959
1999
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteServiceNetworkResourceAssociation AWS API Documentation
|
@@ -1973,9 +2013,9 @@ module Aws::VPCLattice
|
|
1973
2013
|
#
|
1974
2014
|
# @return [Types::DeleteServiceNetworkServiceAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1975
2015
|
#
|
1976
|
-
# * {Types::DeleteServiceNetworkServiceAssociationResponse#arn #arn} => String
|
1977
2016
|
# * {Types::DeleteServiceNetworkServiceAssociationResponse#id #id} => String
|
1978
2017
|
# * {Types::DeleteServiceNetworkServiceAssociationResponse#status #status} => String
|
2018
|
+
# * {Types::DeleteServiceNetworkServiceAssociationResponse#arn #arn} => String
|
1979
2019
|
#
|
1980
2020
|
# @example Request syntax with placeholder values
|
1981
2021
|
#
|
@@ -1985,9 +2025,9 @@ module Aws::VPCLattice
|
|
1985
2025
|
#
|
1986
2026
|
# @example Response structure
|
1987
2027
|
#
|
1988
|
-
# resp.arn #=> String
|
1989
2028
|
# resp.id #=> String
|
1990
2029
|
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
2030
|
+
# resp.arn #=> String
|
1991
2031
|
#
|
1992
2032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteServiceNetworkServiceAssociation AWS API Documentation
|
1993
2033
|
#
|
@@ -2007,9 +2047,9 @@ module Aws::VPCLattice
|
|
2007
2047
|
#
|
2008
2048
|
# @return [Types::DeleteServiceNetworkVpcAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2009
2049
|
#
|
2010
|
-
# * {Types::DeleteServiceNetworkVpcAssociationResponse#arn #arn} => String
|
2011
2050
|
# * {Types::DeleteServiceNetworkVpcAssociationResponse#id #id} => String
|
2012
2051
|
# * {Types::DeleteServiceNetworkVpcAssociationResponse#status #status} => String
|
2052
|
+
# * {Types::DeleteServiceNetworkVpcAssociationResponse#arn #arn} => String
|
2013
2053
|
#
|
2014
2054
|
# @example Request syntax with placeholder values
|
2015
2055
|
#
|
@@ -2019,9 +2059,9 @@ module Aws::VPCLattice
|
|
2019
2059
|
#
|
2020
2060
|
# @example Response structure
|
2021
2061
|
#
|
2022
|
-
# resp.arn #=> String
|
2023
2062
|
# resp.id #=> String
|
2024
2063
|
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
|
2064
|
+
# resp.arn #=> String
|
2025
2065
|
#
|
2026
2066
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteServiceNetworkVpcAssociation AWS API Documentation
|
2027
2067
|
#
|
@@ -2040,8 +2080,8 @@ module Aws::VPCLattice
|
|
2040
2080
|
#
|
2041
2081
|
# @return [Types::DeleteTargetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2042
2082
|
#
|
2043
|
-
# * {Types::DeleteTargetGroupResponse#arn #arn} => String
|
2044
2083
|
# * {Types::DeleteTargetGroupResponse#id #id} => String
|
2084
|
+
# * {Types::DeleteTargetGroupResponse#arn #arn} => String
|
2045
2085
|
# * {Types::DeleteTargetGroupResponse#status #status} => String
|
2046
2086
|
#
|
2047
2087
|
# @example Request syntax with placeholder values
|
@@ -2052,8 +2092,8 @@ module Aws::VPCLattice
|
|
2052
2092
|
#
|
2053
2093
|
# @example Response structure
|
2054
2094
|
#
|
2055
|
-
# resp.arn #=> String
|
2056
2095
|
# resp.id #=> String
|
2096
|
+
# resp.arn #=> String
|
2057
2097
|
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
2058
2098
|
#
|
2059
2099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteTargetGroup AWS API Documentation
|
@@ -2096,10 +2136,10 @@ module Aws::VPCLattice
|
|
2096
2136
|
# resp.successful[0].id #=> String
|
2097
2137
|
# resp.successful[0].port #=> Integer
|
2098
2138
|
# resp.unsuccessful #=> Array
|
2099
|
-
# resp.unsuccessful[0].failure_code #=> String
|
2100
|
-
# resp.unsuccessful[0].failure_message #=> String
|
2101
2139
|
# resp.unsuccessful[0].id #=> String
|
2102
2140
|
# resp.unsuccessful[0].port #=> Integer
|
2141
|
+
# resp.unsuccessful[0].failure_code #=> String
|
2142
|
+
# resp.unsuccessful[0].failure_message #=> String
|
2103
2143
|
#
|
2104
2144
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeregisterTargets AWS API Documentation
|
2105
2145
|
#
|
@@ -2117,14 +2157,14 @@ module Aws::VPCLattice
|
|
2117
2157
|
#
|
2118
2158
|
# @return [Types::GetAccessLogSubscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2119
2159
|
#
|
2120
|
-
# * {Types::GetAccessLogSubscriptionResponse#arn #arn} => String
|
2121
|
-
# * {Types::GetAccessLogSubscriptionResponse#created_at #created_at} => Time
|
2122
|
-
# * {Types::GetAccessLogSubscriptionResponse#destination_arn #destination_arn} => String
|
2123
2160
|
# * {Types::GetAccessLogSubscriptionResponse#id #id} => String
|
2124
|
-
# * {Types::GetAccessLogSubscriptionResponse#
|
2125
|
-
# * {Types::GetAccessLogSubscriptionResponse#resource_arn #resource_arn} => String
|
2161
|
+
# * {Types::GetAccessLogSubscriptionResponse#arn #arn} => String
|
2126
2162
|
# * {Types::GetAccessLogSubscriptionResponse#resource_id #resource_id} => String
|
2163
|
+
# * {Types::GetAccessLogSubscriptionResponse#resource_arn #resource_arn} => String
|
2164
|
+
# * {Types::GetAccessLogSubscriptionResponse#destination_arn #destination_arn} => String
|
2127
2165
|
# * {Types::GetAccessLogSubscriptionResponse#service_network_log_type #service_network_log_type} => String
|
2166
|
+
# * {Types::GetAccessLogSubscriptionResponse#created_at #created_at} => Time
|
2167
|
+
# * {Types::GetAccessLogSubscriptionResponse#last_updated_at #last_updated_at} => Time
|
2128
2168
|
#
|
2129
2169
|
# @example Request syntax with placeholder values
|
2130
2170
|
#
|
@@ -2134,14 +2174,14 @@ module Aws::VPCLattice
|
|
2134
2174
|
#
|
2135
2175
|
# @example Response structure
|
2136
2176
|
#
|
2137
|
-
# resp.arn #=> String
|
2138
|
-
# resp.created_at #=> Time
|
2139
|
-
# resp.destination_arn #=> String
|
2140
2177
|
# resp.id #=> String
|
2141
|
-
# resp.
|
2142
|
-
# resp.resource_arn #=> String
|
2178
|
+
# resp.arn #=> String
|
2143
2179
|
# resp.resource_id #=> String
|
2180
|
+
# resp.resource_arn #=> String
|
2181
|
+
# resp.destination_arn #=> String
|
2144
2182
|
# resp.service_network_log_type #=> String, one of "SERVICE", "RESOURCE"
|
2183
|
+
# resp.created_at #=> Time
|
2184
|
+
# resp.last_updated_at #=> Time
|
2145
2185
|
#
|
2146
2186
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetAccessLogSubscription AWS API Documentation
|
2147
2187
|
#
|
@@ -2160,10 +2200,10 @@ module Aws::VPCLattice
|
|
2160
2200
|
#
|
2161
2201
|
# @return [Types::GetAuthPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2162
2202
|
#
|
2163
|
-
# * {Types::GetAuthPolicyResponse#created_at #created_at} => Time
|
2164
|
-
# * {Types::GetAuthPolicyResponse#last_updated_at #last_updated_at} => Time
|
2165
2203
|
# * {Types::GetAuthPolicyResponse#policy #policy} => String
|
2166
2204
|
# * {Types::GetAuthPolicyResponse#state #state} => String
|
2205
|
+
# * {Types::GetAuthPolicyResponse#created_at #created_at} => Time
|
2206
|
+
# * {Types::GetAuthPolicyResponse#last_updated_at #last_updated_at} => Time
|
2167
2207
|
#
|
2168
2208
|
# @example Request syntax with placeholder values
|
2169
2209
|
#
|
@@ -2173,10 +2213,10 @@ module Aws::VPCLattice
|
|
2173
2213
|
#
|
2174
2214
|
# @example Response structure
|
2175
2215
|
#
|
2176
|
-
# resp.created_at #=> Time
|
2177
|
-
# resp.last_updated_at #=> Time
|
2178
2216
|
# resp.policy #=> String
|
2179
2217
|
# resp.state #=> String, one of "Active", "Inactive"
|
2218
|
+
# resp.created_at #=> Time
|
2219
|
+
# resp.last_updated_at #=> Time
|
2180
2220
|
#
|
2181
2221
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetAuthPolicy AWS API Documentation
|
2182
2222
|
#
|
@@ -2190,47 +2230,47 @@ module Aws::VPCLattice
|
|
2190
2230
|
# Retrieves information about the specified listener for the specified
|
2191
2231
|
# service.
|
2192
2232
|
#
|
2193
|
-
# @option params [required, String] :listener_identifier
|
2194
|
-
# The ID or ARN of the listener.
|
2195
|
-
#
|
2196
2233
|
# @option params [required, String] :service_identifier
|
2197
2234
|
# The ID or ARN of the service.
|
2198
2235
|
#
|
2236
|
+
# @option params [required, String] :listener_identifier
|
2237
|
+
# The ID or ARN of the listener.
|
2238
|
+
#
|
2199
2239
|
# @return [Types::GetListenerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2200
2240
|
#
|
2201
2241
|
# * {Types::GetListenerResponse#arn #arn} => String
|
2202
|
-
# * {Types::GetListenerResponse#created_at #created_at} => Time
|
2203
|
-
# * {Types::GetListenerResponse#default_action #default_action} => Types::RuleAction
|
2204
2242
|
# * {Types::GetListenerResponse#id #id} => String
|
2205
|
-
# * {Types::GetListenerResponse#last_updated_at #last_updated_at} => Time
|
2206
2243
|
# * {Types::GetListenerResponse#name #name} => String
|
2207
|
-
# * {Types::GetListenerResponse#port #port} => Integer
|
2208
2244
|
# * {Types::GetListenerResponse#protocol #protocol} => String
|
2245
|
+
# * {Types::GetListenerResponse#port #port} => Integer
|
2209
2246
|
# * {Types::GetListenerResponse#service_arn #service_arn} => String
|
2210
2247
|
# * {Types::GetListenerResponse#service_id #service_id} => String
|
2248
|
+
# * {Types::GetListenerResponse#default_action #default_action} => Types::RuleAction
|
2249
|
+
# * {Types::GetListenerResponse#created_at #created_at} => Time
|
2250
|
+
# * {Types::GetListenerResponse#last_updated_at #last_updated_at} => Time
|
2211
2251
|
#
|
2212
2252
|
# @example Request syntax with placeholder values
|
2213
2253
|
#
|
2214
2254
|
# resp = client.get_listener({
|
2215
|
-
# listener_identifier: "ListenerIdentifier", # required
|
2216
2255
|
# service_identifier: "ServiceIdentifier", # required
|
2256
|
+
# listener_identifier: "ListenerIdentifier", # required
|
2217
2257
|
# })
|
2218
2258
|
#
|
2219
2259
|
# @example Response structure
|
2220
2260
|
#
|
2221
2261
|
# resp.arn #=> String
|
2222
|
-
# resp.created_at #=> Time
|
2223
|
-
# resp.default_action.fixed_response.status_code #=> Integer
|
2224
|
-
# resp.default_action.forward.target_groups #=> Array
|
2225
|
-
# resp.default_action.forward.target_groups[0].target_group_identifier #=> String
|
2226
|
-
# resp.default_action.forward.target_groups[0].weight #=> Integer
|
2227
2262
|
# resp.id #=> String
|
2228
|
-
# resp.last_updated_at #=> Time
|
2229
2263
|
# resp.name #=> String
|
2230
|
-
# resp.port #=> Integer
|
2231
2264
|
# resp.protocol #=> String, one of "HTTP", "HTTPS", "TLS_PASSTHROUGH"
|
2265
|
+
# resp.port #=> Integer
|
2232
2266
|
# resp.service_arn #=> String
|
2233
2267
|
# resp.service_id #=> String
|
2268
|
+
# resp.default_action.forward.target_groups #=> Array
|
2269
|
+
# resp.default_action.forward.target_groups[0].target_group_identifier #=> String
|
2270
|
+
# resp.default_action.forward.target_groups[0].weight #=> Integer
|
2271
|
+
# resp.default_action.fixed_response.status_code #=> Integer
|
2272
|
+
# resp.created_at #=> Time
|
2273
|
+
# resp.last_updated_at #=> Time
|
2234
2274
|
#
|
2235
2275
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetListener AWS API Documentation
|
2236
2276
|
#
|
@@ -2248,22 +2288,22 @@ module Aws::VPCLattice
|
|
2248
2288
|
#
|
2249
2289
|
# @return [Types::GetResourceConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2250
2290
|
#
|
2251
|
-
# * {Types::GetResourceConfigurationResponse#allow_association_to_shareable_service_network #allow_association_to_shareable_service_network} => Boolean
|
2252
|
-
# * {Types::GetResourceConfigurationResponse#amazon_managed #amazon_managed} => Boolean
|
2253
|
-
# * {Types::GetResourceConfigurationResponse#arn #arn} => String
|
2254
|
-
# * {Types::GetResourceConfigurationResponse#created_at #created_at} => Time
|
2255
|
-
# * {Types::GetResourceConfigurationResponse#custom_domain_name #custom_domain_name} => String
|
2256
|
-
# * {Types::GetResourceConfigurationResponse#failure_reason #failure_reason} => String
|
2257
2291
|
# * {Types::GetResourceConfigurationResponse#id #id} => String
|
2258
|
-
# * {Types::GetResourceConfigurationResponse#last_updated_at #last_updated_at} => Time
|
2259
2292
|
# * {Types::GetResourceConfigurationResponse#name #name} => String
|
2293
|
+
# * {Types::GetResourceConfigurationResponse#arn #arn} => String
|
2294
|
+
# * {Types::GetResourceConfigurationResponse#resource_gateway_id #resource_gateway_id} => String
|
2295
|
+
# * {Types::GetResourceConfigurationResponse#resource_configuration_group_id #resource_configuration_group_id} => String
|
2296
|
+
# * {Types::GetResourceConfigurationResponse#type #type} => String
|
2297
|
+
# * {Types::GetResourceConfigurationResponse#allow_association_to_shareable_service_network #allow_association_to_shareable_service_network} => Boolean
|
2260
2298
|
# * {Types::GetResourceConfigurationResponse#port_ranges #port_ranges} => Array<String>
|
2261
2299
|
# * {Types::GetResourceConfigurationResponse#protocol #protocol} => String
|
2262
|
-
# * {Types::GetResourceConfigurationResponse#
|
2263
|
-
# * {Types::GetResourceConfigurationResponse#resource_configuration_group_id #resource_configuration_group_id} => String
|
2264
|
-
# * {Types::GetResourceConfigurationResponse#resource_gateway_id #resource_gateway_id} => String
|
2300
|
+
# * {Types::GetResourceConfigurationResponse#custom_domain_name #custom_domain_name} => String
|
2265
2301
|
# * {Types::GetResourceConfigurationResponse#status #status} => String
|
2266
|
-
# * {Types::GetResourceConfigurationResponse#
|
2302
|
+
# * {Types::GetResourceConfigurationResponse#resource_configuration_definition #resource_configuration_definition} => Types::ResourceConfigurationDefinition
|
2303
|
+
# * {Types::GetResourceConfigurationResponse#created_at #created_at} => Time
|
2304
|
+
# * {Types::GetResourceConfigurationResponse#amazon_managed #amazon_managed} => Boolean
|
2305
|
+
# * {Types::GetResourceConfigurationResponse#failure_reason #failure_reason} => String
|
2306
|
+
# * {Types::GetResourceConfigurationResponse#last_updated_at #last_updated_at} => Time
|
2267
2307
|
#
|
2268
2308
|
# @example Request syntax with placeholder values
|
2269
2309
|
#
|
@@ -2273,26 +2313,26 @@ module Aws::VPCLattice
|
|
2273
2313
|
#
|
2274
2314
|
# @example Response structure
|
2275
2315
|
#
|
2276
|
-
# resp.allow_association_to_shareable_service_network #=> Boolean
|
2277
|
-
# resp.amazon_managed #=> Boolean
|
2278
|
-
# resp.arn #=> String
|
2279
|
-
# resp.created_at #=> Time
|
2280
|
-
# resp.custom_domain_name #=> String
|
2281
|
-
# resp.failure_reason #=> String
|
2282
2316
|
# resp.id #=> String
|
2283
|
-
# resp.last_updated_at #=> Time
|
2284
2317
|
# resp.name #=> String
|
2318
|
+
# resp.arn #=> String
|
2319
|
+
# resp.resource_gateway_id #=> String
|
2320
|
+
# resp.resource_configuration_group_id #=> String
|
2321
|
+
# resp.type #=> String, one of "GROUP", "CHILD", "SINGLE", "ARN"
|
2322
|
+
# resp.allow_association_to_shareable_service_network #=> Boolean
|
2285
2323
|
# resp.port_ranges #=> Array
|
2286
2324
|
# resp.port_ranges[0] #=> String
|
2287
2325
|
# resp.protocol #=> String, one of "TCP"
|
2288
|
-
# resp.
|
2326
|
+
# resp.custom_domain_name #=> String
|
2327
|
+
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
2289
2328
|
# resp.resource_configuration_definition.dns_resource.domain_name #=> String
|
2290
2329
|
# resp.resource_configuration_definition.dns_resource.ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
2291
2330
|
# resp.resource_configuration_definition.ip_resource.ip_address #=> String
|
2292
|
-
# resp.
|
2293
|
-
# resp.
|
2294
|
-
# resp.
|
2295
|
-
# resp.
|
2331
|
+
# resp.resource_configuration_definition.arn_resource.arn #=> String
|
2332
|
+
# resp.created_at #=> Time
|
2333
|
+
# resp.amazon_managed #=> Boolean
|
2334
|
+
# resp.failure_reason #=> String
|
2335
|
+
# resp.last_updated_at #=> Time
|
2296
2336
|
#
|
2297
2337
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetResourceConfiguration AWS API Documentation
|
2298
2338
|
#
|
@@ -2310,16 +2350,17 @@ module Aws::VPCLattice
|
|
2310
2350
|
#
|
2311
2351
|
# @return [Types::GetResourceGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2312
2352
|
#
|
2313
|
-
# * {Types::GetResourceGatewayResponse#arn #arn} => String
|
2314
|
-
# * {Types::GetResourceGatewayResponse#created_at #created_at} => Time
|
2315
|
-
# * {Types::GetResourceGatewayResponse#id #id} => String
|
2316
|
-
# * {Types::GetResourceGatewayResponse#ip_address_type #ip_address_type} => String
|
2317
|
-
# * {Types::GetResourceGatewayResponse#last_updated_at #last_updated_at} => Time
|
2318
2353
|
# * {Types::GetResourceGatewayResponse#name #name} => String
|
2319
|
-
# * {Types::GetResourceGatewayResponse#
|
2354
|
+
# * {Types::GetResourceGatewayResponse#id #id} => String
|
2355
|
+
# * {Types::GetResourceGatewayResponse#arn #arn} => String
|
2320
2356
|
# * {Types::GetResourceGatewayResponse#status #status} => String
|
2321
|
-
# * {Types::GetResourceGatewayResponse#subnet_ids #subnet_ids} => Array<String>
|
2322
2357
|
# * {Types::GetResourceGatewayResponse#vpc_id #vpc_id} => String
|
2358
|
+
# * {Types::GetResourceGatewayResponse#subnet_ids #subnet_ids} => Array<String>
|
2359
|
+
# * {Types::GetResourceGatewayResponse#security_group_ids #security_group_ids} => Array<String>
|
2360
|
+
# * {Types::GetResourceGatewayResponse#ip_address_type #ip_address_type} => String
|
2361
|
+
# * {Types::GetResourceGatewayResponse#ipv4_addresses_per_eni #ipv4_addresses_per_eni} => Integer
|
2362
|
+
# * {Types::GetResourceGatewayResponse#created_at #created_at} => Time
|
2363
|
+
# * {Types::GetResourceGatewayResponse#last_updated_at #last_updated_at} => Time
|
2323
2364
|
#
|
2324
2365
|
# @example Request syntax with placeholder values
|
2325
2366
|
#
|
@@ -2329,18 +2370,19 @@ module Aws::VPCLattice
|
|
2329
2370
|
#
|
2330
2371
|
# @example Response structure
|
2331
2372
|
#
|
2332
|
-
# resp.arn #=> String
|
2333
|
-
# resp.created_at #=> Time
|
2334
|
-
# resp.id #=> String
|
2335
|
-
# resp.ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
2336
|
-
# resp.last_updated_at #=> Time
|
2337
2373
|
# resp.name #=> String
|
2338
|
-
# resp.
|
2339
|
-
# resp.
|
2374
|
+
# resp.id #=> String
|
2375
|
+
# resp.arn #=> String
|
2340
2376
|
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
2377
|
+
# resp.vpc_id #=> String
|
2341
2378
|
# resp.subnet_ids #=> Array
|
2342
2379
|
# resp.subnet_ids[0] #=> String
|
2343
|
-
# resp.
|
2380
|
+
# resp.security_group_ids #=> Array
|
2381
|
+
# resp.security_group_ids[0] #=> String
|
2382
|
+
# resp.ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
2383
|
+
# resp.ipv4_addresses_per_eni #=> Integer
|
2384
|
+
# resp.created_at #=> Time
|
2385
|
+
# resp.last_updated_at #=> Time
|
2344
2386
|
#
|
2345
2387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetResourceGateway AWS API Documentation
|
2346
2388
|
#
|
@@ -2390,58 +2432,58 @@ module Aws::VPCLattice
|
|
2390
2432
|
#
|
2391
2433
|
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules
|
2392
2434
|
#
|
2435
|
+
# @option params [required, String] :service_identifier
|
2436
|
+
# The ID or ARN of the service.
|
2437
|
+
#
|
2393
2438
|
# @option params [required, String] :listener_identifier
|
2394
2439
|
# The ID or ARN of the listener.
|
2395
2440
|
#
|
2396
2441
|
# @option params [required, String] :rule_identifier
|
2397
2442
|
# The ID or ARN of the listener rule.
|
2398
2443
|
#
|
2399
|
-
# @option params [required, String] :service_identifier
|
2400
|
-
# The ID or ARN of the service.
|
2401
|
-
#
|
2402
2444
|
# @return [Types::GetRuleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2403
2445
|
#
|
2404
|
-
# * {Types::GetRuleResponse#action #action} => Types::RuleAction
|
2405
2446
|
# * {Types::GetRuleResponse#arn #arn} => String
|
2406
|
-
# * {Types::GetRuleResponse#created_at #created_at} => Time
|
2407
2447
|
# * {Types::GetRuleResponse#id #id} => String
|
2448
|
+
# * {Types::GetRuleResponse#name #name} => String
|
2408
2449
|
# * {Types::GetRuleResponse#is_default #is_default} => Boolean
|
2409
|
-
# * {Types::GetRuleResponse#last_updated_at #last_updated_at} => Time
|
2410
2450
|
# * {Types::GetRuleResponse#match #match} => Types::RuleMatch
|
2411
|
-
# * {Types::GetRuleResponse#name #name} => String
|
2412
2451
|
# * {Types::GetRuleResponse#priority #priority} => Integer
|
2452
|
+
# * {Types::GetRuleResponse#action #action} => Types::RuleAction
|
2453
|
+
# * {Types::GetRuleResponse#created_at #created_at} => Time
|
2454
|
+
# * {Types::GetRuleResponse#last_updated_at #last_updated_at} => Time
|
2413
2455
|
#
|
2414
2456
|
# @example Request syntax with placeholder values
|
2415
2457
|
#
|
2416
2458
|
# resp = client.get_rule({
|
2459
|
+
# service_identifier: "ServiceIdentifier", # required
|
2417
2460
|
# listener_identifier: "ListenerIdentifier", # required
|
2418
2461
|
# rule_identifier: "RuleIdentifier", # required
|
2419
|
-
# service_identifier: "ServiceIdentifier", # required
|
2420
2462
|
# })
|
2421
2463
|
#
|
2422
2464
|
# @example Response structure
|
2423
2465
|
#
|
2424
|
-
# resp.action.fixed_response.status_code #=> Integer
|
2425
|
-
# resp.action.forward.target_groups #=> Array
|
2426
|
-
# resp.action.forward.target_groups[0].target_group_identifier #=> String
|
2427
|
-
# resp.action.forward.target_groups[0].weight #=> Integer
|
2428
2466
|
# resp.arn #=> String
|
2429
|
-
# resp.created_at #=> Time
|
2430
2467
|
# resp.id #=> String
|
2468
|
+
# resp.name #=> String
|
2431
2469
|
# resp.is_default #=> Boolean
|
2432
|
-
# resp.last_updated_at #=> Time
|
2433
|
-
# resp.match.http_match.header_matches #=> Array
|
2434
|
-
# resp.match.http_match.header_matches[0].case_sensitive #=> Boolean
|
2435
|
-
# resp.match.http_match.header_matches[0].match.contains #=> String
|
2436
|
-
# resp.match.http_match.header_matches[0].match.exact #=> String
|
2437
|
-
# resp.match.http_match.header_matches[0].match.prefix #=> String
|
2438
|
-
# resp.match.http_match.header_matches[0].name #=> String
|
2439
2470
|
# resp.match.http_match.method #=> String
|
2440
|
-
# resp.match.http_match.path_match.case_sensitive #=> Boolean
|
2441
2471
|
# resp.match.http_match.path_match.match.exact #=> String
|
2442
2472
|
# resp.match.http_match.path_match.match.prefix #=> String
|
2443
|
-
# resp.
|
2473
|
+
# resp.match.http_match.path_match.case_sensitive #=> Boolean
|
2474
|
+
# resp.match.http_match.header_matches #=> Array
|
2475
|
+
# resp.match.http_match.header_matches[0].name #=> String
|
2476
|
+
# resp.match.http_match.header_matches[0].match.exact #=> String
|
2477
|
+
# resp.match.http_match.header_matches[0].match.prefix #=> String
|
2478
|
+
# resp.match.http_match.header_matches[0].match.contains #=> String
|
2479
|
+
# resp.match.http_match.header_matches[0].case_sensitive #=> Boolean
|
2444
2480
|
# resp.priority #=> Integer
|
2481
|
+
# resp.action.forward.target_groups #=> Array
|
2482
|
+
# resp.action.forward.target_groups[0].target_group_identifier #=> String
|
2483
|
+
# resp.action.forward.target_groups[0].weight #=> Integer
|
2484
|
+
# resp.action.fixed_response.status_code #=> Integer
|
2485
|
+
# resp.created_at #=> Time
|
2486
|
+
# resp.last_updated_at #=> Time
|
2445
2487
|
#
|
2446
2488
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetRule AWS API Documentation
|
2447
2489
|
#
|
@@ -2459,18 +2501,18 @@ module Aws::VPCLattice
|
|
2459
2501
|
#
|
2460
2502
|
# @return [Types::GetServiceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2461
2503
|
#
|
2504
|
+
# * {Types::GetServiceResponse#id #id} => String
|
2505
|
+
# * {Types::GetServiceResponse#name #name} => String
|
2462
2506
|
# * {Types::GetServiceResponse#arn #arn} => String
|
2463
|
-
# * {Types::GetServiceResponse#auth_type #auth_type} => String
|
2464
|
-
# * {Types::GetServiceResponse#certificate_arn #certificate_arn} => String
|
2465
2507
|
# * {Types::GetServiceResponse#created_at #created_at} => Time
|
2466
|
-
# * {Types::GetServiceResponse#
|
2508
|
+
# * {Types::GetServiceResponse#last_updated_at #last_updated_at} => Time
|
2467
2509
|
# * {Types::GetServiceResponse#dns_entry #dns_entry} => Types::DnsEntry
|
2510
|
+
# * {Types::GetServiceResponse#custom_domain_name #custom_domain_name} => String
|
2511
|
+
# * {Types::GetServiceResponse#certificate_arn #certificate_arn} => String
|
2512
|
+
# * {Types::GetServiceResponse#status #status} => String
|
2513
|
+
# * {Types::GetServiceResponse#auth_type #auth_type} => String
|
2468
2514
|
# * {Types::GetServiceResponse#failure_code #failure_code} => String
|
2469
2515
|
# * {Types::GetServiceResponse#failure_message #failure_message} => String
|
2470
|
-
# * {Types::GetServiceResponse#id #id} => String
|
2471
|
-
# * {Types::GetServiceResponse#last_updated_at #last_updated_at} => Time
|
2472
|
-
# * {Types::GetServiceResponse#name #name} => String
|
2473
|
-
# * {Types::GetServiceResponse#status #status} => String
|
2474
2516
|
#
|
2475
2517
|
# @example Request syntax with placeholder values
|
2476
2518
|
#
|
@@ -2480,19 +2522,19 @@ module Aws::VPCLattice
|
|
2480
2522
|
#
|
2481
2523
|
# @example Response structure
|
2482
2524
|
#
|
2525
|
+
# resp.id #=> String
|
2526
|
+
# resp.name #=> String
|
2483
2527
|
# resp.arn #=> String
|
2484
|
-
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
2485
|
-
# resp.certificate_arn #=> String
|
2486
2528
|
# resp.created_at #=> Time
|
2487
|
-
# resp.
|
2529
|
+
# resp.last_updated_at #=> Time
|
2488
2530
|
# resp.dns_entry.domain_name #=> String
|
2489
2531
|
# resp.dns_entry.hosted_zone_id #=> String
|
2532
|
+
# resp.custom_domain_name #=> String
|
2533
|
+
# resp.certificate_arn #=> String
|
2534
|
+
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
2535
|
+
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
2490
2536
|
# resp.failure_code #=> String
|
2491
2537
|
# resp.failure_message #=> String
|
2492
|
-
# resp.id #=> String
|
2493
|
-
# resp.last_updated_at #=> Time
|
2494
|
-
# resp.name #=> String
|
2495
|
-
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
2496
2538
|
#
|
2497
2539
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetService AWS API Documentation
|
2498
2540
|
#
|
@@ -2510,15 +2552,15 @@ module Aws::VPCLattice
|
|
2510
2552
|
#
|
2511
2553
|
# @return [Types::GetServiceNetworkResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2512
2554
|
#
|
2513
|
-
# * {Types::GetServiceNetworkResponse#arn #arn} => String
|
2514
|
-
# * {Types::GetServiceNetworkResponse#auth_type #auth_type} => String
|
2515
|
-
# * {Types::GetServiceNetworkResponse#created_at #created_at} => Time
|
2516
2555
|
# * {Types::GetServiceNetworkResponse#id #id} => String
|
2517
|
-
# * {Types::GetServiceNetworkResponse#last_updated_at #last_updated_at} => Time
|
2518
2556
|
# * {Types::GetServiceNetworkResponse#name #name} => String
|
2519
|
-
# * {Types::GetServiceNetworkResponse#
|
2520
|
-
# * {Types::GetServiceNetworkResponse#
|
2557
|
+
# * {Types::GetServiceNetworkResponse#created_at #created_at} => Time
|
2558
|
+
# * {Types::GetServiceNetworkResponse#last_updated_at #last_updated_at} => Time
|
2559
|
+
# * {Types::GetServiceNetworkResponse#arn #arn} => String
|
2560
|
+
# * {Types::GetServiceNetworkResponse#auth_type #auth_type} => String
|
2521
2561
|
# * {Types::GetServiceNetworkResponse#sharing_config #sharing_config} => Types::SharingConfig
|
2562
|
+
# * {Types::GetServiceNetworkResponse#number_of_associated_vp_cs #number_of_associated_vp_cs} => Integer
|
2563
|
+
# * {Types::GetServiceNetworkResponse#number_of_associated_services #number_of_associated_services} => Integer
|
2522
2564
|
#
|
2523
2565
|
# @example Request syntax with placeholder values
|
2524
2566
|
#
|
@@ -2528,15 +2570,15 @@ module Aws::VPCLattice
|
|
2528
2570
|
#
|
2529
2571
|
# @example Response structure
|
2530
2572
|
#
|
2531
|
-
# resp.arn #=> String
|
2532
|
-
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
2533
|
-
# resp.created_at #=> Time
|
2534
2573
|
# resp.id #=> String
|
2535
|
-
# resp.last_updated_at #=> Time
|
2536
2574
|
# resp.name #=> String
|
2537
|
-
# resp.
|
2538
|
-
# resp.
|
2575
|
+
# resp.created_at #=> Time
|
2576
|
+
# resp.last_updated_at #=> Time
|
2577
|
+
# resp.arn #=> String
|
2578
|
+
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
2539
2579
|
# resp.sharing_config.enabled #=> Boolean
|
2580
|
+
# resp.number_of_associated_vp_cs #=> Integer
|
2581
|
+
# resp.number_of_associated_services #=> Integer
|
2540
2582
|
#
|
2541
2583
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetServiceNetwork AWS API Documentation
|
2542
2584
|
#
|
@@ -2555,23 +2597,23 @@ module Aws::VPCLattice
|
|
2555
2597
|
#
|
2556
2598
|
# @return [Types::GetServiceNetworkResourceAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2557
2599
|
#
|
2600
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#id #id} => String
|
2558
2601
|
# * {Types::GetServiceNetworkResourceAssociationResponse#arn #arn} => String
|
2559
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#
|
2602
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#status #status} => String
|
2560
2603
|
# * {Types::GetServiceNetworkResourceAssociationResponse#created_by #created_by} => String
|
2561
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#
|
2562
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#failure_code #failure_code} => String
|
2563
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#failure_reason #failure_reason} => String
|
2564
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#id #id} => String
|
2565
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#is_managed_association #is_managed_association} => Boolean
|
2566
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#last_updated_at #last_updated_at} => Time
|
2567
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#private_dns_entry #private_dns_entry} => Types::DnsEntry
|
2568
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#resource_configuration_arn #resource_configuration_arn} => String
|
2604
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#created_at #created_at} => Time
|
2569
2605
|
# * {Types::GetServiceNetworkResourceAssociationResponse#resource_configuration_id #resource_configuration_id} => String
|
2606
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#resource_configuration_arn #resource_configuration_arn} => String
|
2570
2607
|
# * {Types::GetServiceNetworkResourceAssociationResponse#resource_configuration_name #resource_configuration_name} => String
|
2571
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#service_network_arn #service_network_arn} => String
|
2572
2608
|
# * {Types::GetServiceNetworkResourceAssociationResponse#service_network_id #service_network_id} => String
|
2609
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#service_network_arn #service_network_arn} => String
|
2573
2610
|
# * {Types::GetServiceNetworkResourceAssociationResponse#service_network_name #service_network_name} => String
|
2574
|
-
# * {Types::GetServiceNetworkResourceAssociationResponse#
|
2611
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#failure_reason #failure_reason} => String
|
2612
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#failure_code #failure_code} => String
|
2613
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#last_updated_at #last_updated_at} => Time
|
2614
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#private_dns_entry #private_dns_entry} => Types::DnsEntry
|
2615
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#dns_entry #dns_entry} => Types::DnsEntry
|
2616
|
+
# * {Types::GetServiceNetworkResourceAssociationResponse#is_managed_association #is_managed_association} => Boolean
|
2575
2617
|
#
|
2576
2618
|
# @example Request syntax with placeholder values
|
2577
2619
|
#
|
@@ -2581,25 +2623,25 @@ module Aws::VPCLattice
|
|
2581
2623
|
#
|
2582
2624
|
# @example Response structure
|
2583
2625
|
#
|
2626
|
+
# resp.id #=> String
|
2584
2627
|
# resp.arn #=> String
|
2585
|
-
# resp.
|
2628
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "PARTIAL", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
2586
2629
|
# resp.created_by #=> String
|
2587
|
-
# resp.
|
2588
|
-
# resp.dns_entry.hosted_zone_id #=> String
|
2589
|
-
# resp.failure_code #=> String
|
2590
|
-
# resp.failure_reason #=> String
|
2591
|
-
# resp.id #=> String
|
2592
|
-
# resp.is_managed_association #=> Boolean
|
2593
|
-
# resp.last_updated_at #=> Time
|
2594
|
-
# resp.private_dns_entry.domain_name #=> String
|
2595
|
-
# resp.private_dns_entry.hosted_zone_id #=> String
|
2596
|
-
# resp.resource_configuration_arn #=> String
|
2630
|
+
# resp.created_at #=> Time
|
2597
2631
|
# resp.resource_configuration_id #=> String
|
2632
|
+
# resp.resource_configuration_arn #=> String
|
2598
2633
|
# resp.resource_configuration_name #=> String
|
2599
|
-
# resp.service_network_arn #=> String
|
2600
2634
|
# resp.service_network_id #=> String
|
2635
|
+
# resp.service_network_arn #=> String
|
2601
2636
|
# resp.service_network_name #=> String
|
2602
|
-
# resp.
|
2637
|
+
# resp.failure_reason #=> String
|
2638
|
+
# resp.failure_code #=> String
|
2639
|
+
# resp.last_updated_at #=> Time
|
2640
|
+
# resp.private_dns_entry.domain_name #=> String
|
2641
|
+
# resp.private_dns_entry.hosted_zone_id #=> String
|
2642
|
+
# resp.dns_entry.domain_name #=> String
|
2643
|
+
# resp.dns_entry.hosted_zone_id #=> String
|
2644
|
+
# resp.is_managed_association #=> Boolean
|
2603
2645
|
#
|
2604
2646
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetServiceNetworkResourceAssociation AWS API Documentation
|
2605
2647
|
#
|
@@ -2618,21 +2660,21 @@ module Aws::VPCLattice
|
|
2618
2660
|
#
|
2619
2661
|
# @return [Types::GetServiceNetworkServiceAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2620
2662
|
#
|
2663
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#id #id} => String
|
2664
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#status #status} => String
|
2621
2665
|
# * {Types::GetServiceNetworkServiceAssociationResponse#arn #arn} => String
|
2622
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#created_at #created_at} => Time
|
2623
2666
|
# * {Types::GetServiceNetworkServiceAssociationResponse#created_by #created_by} => String
|
2624
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#
|
2625
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#dns_entry #dns_entry} => Types::DnsEntry
|
2626
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#failure_code #failure_code} => String
|
2627
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#failure_message #failure_message} => String
|
2628
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#id #id} => String
|
2629
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#service_arn #service_arn} => String
|
2667
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#created_at #created_at} => Time
|
2630
2668
|
# * {Types::GetServiceNetworkServiceAssociationResponse#service_id #service_id} => String
|
2631
2669
|
# * {Types::GetServiceNetworkServiceAssociationResponse#service_name #service_name} => String
|
2632
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#
|
2670
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#service_arn #service_arn} => String
|
2633
2671
|
# * {Types::GetServiceNetworkServiceAssociationResponse#service_network_id #service_network_id} => String
|
2634
2672
|
# * {Types::GetServiceNetworkServiceAssociationResponse#service_network_name #service_network_name} => String
|
2635
|
-
# * {Types::GetServiceNetworkServiceAssociationResponse#
|
2673
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#service_network_arn #service_network_arn} => String
|
2674
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#dns_entry #dns_entry} => Types::DnsEntry
|
2675
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#custom_domain_name #custom_domain_name} => String
|
2676
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#failure_message #failure_message} => String
|
2677
|
+
# * {Types::GetServiceNetworkServiceAssociationResponse#failure_code #failure_code} => String
|
2636
2678
|
#
|
2637
2679
|
# @example Request syntax with placeholder values
|
2638
2680
|
#
|
@@ -2642,22 +2684,22 @@ module Aws::VPCLattice
|
|
2642
2684
|
#
|
2643
2685
|
# @example Response structure
|
2644
2686
|
#
|
2687
|
+
# resp.id #=> String
|
2688
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
2645
2689
|
# resp.arn #=> String
|
2646
|
-
# resp.created_at #=> Time
|
2647
2690
|
# resp.created_by #=> String
|
2648
|
-
# resp.
|
2649
|
-
# resp.dns_entry.domain_name #=> String
|
2650
|
-
# resp.dns_entry.hosted_zone_id #=> String
|
2651
|
-
# resp.failure_code #=> String
|
2652
|
-
# resp.failure_message #=> String
|
2653
|
-
# resp.id #=> String
|
2654
|
-
# resp.service_arn #=> String
|
2691
|
+
# resp.created_at #=> Time
|
2655
2692
|
# resp.service_id #=> String
|
2656
2693
|
# resp.service_name #=> String
|
2657
|
-
# resp.
|
2694
|
+
# resp.service_arn #=> String
|
2658
2695
|
# resp.service_network_id #=> String
|
2659
2696
|
# resp.service_network_name #=> String
|
2660
|
-
# resp.
|
2697
|
+
# resp.service_network_arn #=> String
|
2698
|
+
# resp.dns_entry.domain_name #=> String
|
2699
|
+
# resp.dns_entry.hosted_zone_id #=> String
|
2700
|
+
# resp.custom_domain_name #=> String
|
2701
|
+
# resp.failure_message #=> String
|
2702
|
+
# resp.failure_code #=> String
|
2661
2703
|
#
|
2662
2704
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetServiceNetworkServiceAssociation AWS API Documentation
|
2663
2705
|
#
|
@@ -2676,19 +2718,19 @@ module Aws::VPCLattice
|
|
2676
2718
|
#
|
2677
2719
|
# @return [Types::GetServiceNetworkVpcAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2678
2720
|
#
|
2721
|
+
# * {Types::GetServiceNetworkVpcAssociationResponse#id #id} => String
|
2722
|
+
# * {Types::GetServiceNetworkVpcAssociationResponse#status #status} => String
|
2679
2723
|
# * {Types::GetServiceNetworkVpcAssociationResponse#arn #arn} => String
|
2680
|
-
# * {Types::GetServiceNetworkVpcAssociationResponse#created_at #created_at} => Time
|
2681
2724
|
# * {Types::GetServiceNetworkVpcAssociationResponse#created_by #created_by} => String
|
2682
|
-
# * {Types::GetServiceNetworkVpcAssociationResponse#
|
2683
|
-
# * {Types::GetServiceNetworkVpcAssociationResponse#failure_message #failure_message} => String
|
2684
|
-
# * {Types::GetServiceNetworkVpcAssociationResponse#id #id} => String
|
2685
|
-
# * {Types::GetServiceNetworkVpcAssociationResponse#last_updated_at #last_updated_at} => Time
|
2686
|
-
# * {Types::GetServiceNetworkVpcAssociationResponse#security_group_ids #security_group_ids} => Array<String>
|
2687
|
-
# * {Types::GetServiceNetworkVpcAssociationResponse#service_network_arn #service_network_arn} => String
|
2725
|
+
# * {Types::GetServiceNetworkVpcAssociationResponse#created_at #created_at} => Time
|
2688
2726
|
# * {Types::GetServiceNetworkVpcAssociationResponse#service_network_id #service_network_id} => String
|
2689
2727
|
# * {Types::GetServiceNetworkVpcAssociationResponse#service_network_name #service_network_name} => String
|
2690
|
-
# * {Types::GetServiceNetworkVpcAssociationResponse#
|
2728
|
+
# * {Types::GetServiceNetworkVpcAssociationResponse#service_network_arn #service_network_arn} => String
|
2691
2729
|
# * {Types::GetServiceNetworkVpcAssociationResponse#vpc_id #vpc_id} => String
|
2730
|
+
# * {Types::GetServiceNetworkVpcAssociationResponse#security_group_ids #security_group_ids} => Array<String>
|
2731
|
+
# * {Types::GetServiceNetworkVpcAssociationResponse#failure_message #failure_message} => String
|
2732
|
+
# * {Types::GetServiceNetworkVpcAssociationResponse#failure_code #failure_code} => String
|
2733
|
+
# * {Types::GetServiceNetworkVpcAssociationResponse#last_updated_at #last_updated_at} => Time
|
2692
2734
|
#
|
2693
2735
|
# @example Request syntax with placeholder values
|
2694
2736
|
#
|
@@ -2698,20 +2740,20 @@ module Aws::VPCLattice
|
|
2698
2740
|
#
|
2699
2741
|
# @example Response structure
|
2700
2742
|
#
|
2743
|
+
# resp.id #=> String
|
2744
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
|
2701
2745
|
# resp.arn #=> String
|
2702
|
-
# resp.created_at #=> Time
|
2703
2746
|
# resp.created_by #=> String
|
2704
|
-
# resp.
|
2705
|
-
# resp.failure_message #=> String
|
2706
|
-
# resp.id #=> String
|
2707
|
-
# resp.last_updated_at #=> Time
|
2708
|
-
# resp.security_group_ids #=> Array
|
2709
|
-
# resp.security_group_ids[0] #=> String
|
2710
|
-
# resp.service_network_arn #=> String
|
2747
|
+
# resp.created_at #=> Time
|
2711
2748
|
# resp.service_network_id #=> String
|
2712
2749
|
# resp.service_network_name #=> String
|
2713
|
-
# resp.
|
2750
|
+
# resp.service_network_arn #=> String
|
2714
2751
|
# resp.vpc_id #=> String
|
2752
|
+
# resp.security_group_ids #=> Array
|
2753
|
+
# resp.security_group_ids[0] #=> String
|
2754
|
+
# resp.failure_message #=> String
|
2755
|
+
# resp.failure_code #=> String
|
2756
|
+
# resp.last_updated_at #=> Time
|
2715
2757
|
#
|
2716
2758
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetServiceNetworkVpcAssociation AWS API Documentation
|
2717
2759
|
#
|
@@ -2729,17 +2771,17 @@ module Aws::VPCLattice
|
|
2729
2771
|
#
|
2730
2772
|
# @return [Types::GetTargetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2731
2773
|
#
|
2774
|
+
# * {Types::GetTargetGroupResponse#id #id} => String
|
2732
2775
|
# * {Types::GetTargetGroupResponse#arn #arn} => String
|
2776
|
+
# * {Types::GetTargetGroupResponse#name #name} => String
|
2777
|
+
# * {Types::GetTargetGroupResponse#type #type} => String
|
2733
2778
|
# * {Types::GetTargetGroupResponse#config #config} => Types::TargetGroupConfig
|
2734
2779
|
# * {Types::GetTargetGroupResponse#created_at #created_at} => Time
|
2735
|
-
# * {Types::GetTargetGroupResponse#failure_code #failure_code} => String
|
2736
|
-
# * {Types::GetTargetGroupResponse#failure_message #failure_message} => String
|
2737
|
-
# * {Types::GetTargetGroupResponse#id #id} => String
|
2738
2780
|
# * {Types::GetTargetGroupResponse#last_updated_at #last_updated_at} => Time
|
2739
|
-
# * {Types::GetTargetGroupResponse#name #name} => String
|
2740
|
-
# * {Types::GetTargetGroupResponse#service_arns #service_arns} => Array<String>
|
2741
2781
|
# * {Types::GetTargetGroupResponse#status #status} => String
|
2742
|
-
# * {Types::GetTargetGroupResponse#
|
2782
|
+
# * {Types::GetTargetGroupResponse#service_arns #service_arns} => Array<String>
|
2783
|
+
# * {Types::GetTargetGroupResponse#failure_message #failure_message} => String
|
2784
|
+
# * {Types::GetTargetGroupResponse#failure_code #failure_code} => String
|
2743
2785
|
#
|
2744
2786
|
# @example Request syntax with placeholder values
|
2745
2787
|
#
|
@@ -2749,33 +2791,33 @@ module Aws::VPCLattice
|
|
2749
2791
|
#
|
2750
2792
|
# @example Response structure
|
2751
2793
|
#
|
2794
|
+
# resp.id #=> String
|
2752
2795
|
# resp.arn #=> String
|
2796
|
+
# resp.name #=> String
|
2797
|
+
# resp.type #=> String, one of "IP", "LAMBDA", "INSTANCE", "ALB"
|
2798
|
+
# resp.config.port #=> Integer
|
2799
|
+
# resp.config.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
2800
|
+
# resp.config.protocol_version #=> String, one of "HTTP1", "HTTP2", "GRPC"
|
2801
|
+
# resp.config.ip_address_type #=> String, one of "IPV4", "IPV6"
|
2802
|
+
# resp.config.vpc_identifier #=> String
|
2753
2803
|
# resp.config.health_check.enabled #=> Boolean
|
2804
|
+
# resp.config.health_check.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
2805
|
+
# resp.config.health_check.protocol_version #=> String, one of "HTTP1", "HTTP2"
|
2806
|
+
# resp.config.health_check.port #=> Integer
|
2807
|
+
# resp.config.health_check.path #=> String
|
2754
2808
|
# resp.config.health_check.health_check_interval_seconds #=> Integer
|
2755
2809
|
# resp.config.health_check.health_check_timeout_seconds #=> Integer
|
2756
2810
|
# resp.config.health_check.healthy_threshold_count #=> Integer
|
2757
|
-
# resp.config.health_check.matcher.http_code #=> String
|
2758
|
-
# resp.config.health_check.path #=> String
|
2759
|
-
# resp.config.health_check.port #=> Integer
|
2760
|
-
# resp.config.health_check.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
2761
|
-
# resp.config.health_check.protocol_version #=> String, one of "HTTP1", "HTTP2"
|
2762
2811
|
# resp.config.health_check.unhealthy_threshold_count #=> Integer
|
2763
|
-
# resp.config.
|
2812
|
+
# resp.config.health_check.matcher.http_code #=> String
|
2764
2813
|
# resp.config.lambda_event_structure_version #=> String, one of "V1", "V2"
|
2765
|
-
# resp.config.port #=> Integer
|
2766
|
-
# resp.config.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
2767
|
-
# resp.config.protocol_version #=> String, one of "HTTP1", "HTTP2", "GRPC"
|
2768
|
-
# resp.config.vpc_identifier #=> String
|
2769
2814
|
# resp.created_at #=> Time
|
2770
|
-
# resp.failure_code #=> String
|
2771
|
-
# resp.failure_message #=> String
|
2772
|
-
# resp.id #=> String
|
2773
2815
|
# resp.last_updated_at #=> Time
|
2774
|
-
# resp.
|
2816
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
2775
2817
|
# resp.service_arns #=> Array
|
2776
2818
|
# resp.service_arns[0] #=> String
|
2777
|
-
# resp.
|
2778
|
-
# resp.
|
2819
|
+
# resp.failure_message #=> String
|
2820
|
+
# resp.failure_code #=> String
|
2779
2821
|
#
|
2780
2822
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetTargetGroup AWS API Documentation
|
2781
2823
|
#
|
@@ -2789,15 +2831,15 @@ module Aws::VPCLattice
|
|
2789
2831
|
# Lists the access log subscriptions for the specified service network
|
2790
2832
|
# or service.
|
2791
2833
|
#
|
2834
|
+
# @option params [required, String] :resource_identifier
|
2835
|
+
# The ID or ARN of the service network or service.
|
2836
|
+
#
|
2792
2837
|
# @option params [Integer] :max_results
|
2793
2838
|
# The maximum number of results to return.
|
2794
2839
|
#
|
2795
2840
|
# @option params [String] :next_token
|
2796
2841
|
# A pagination token for the next page of results.
|
2797
2842
|
#
|
2798
|
-
# @option params [required, String] :resource_identifier
|
2799
|
-
# The ID or ARN of the service network or service.
|
2800
|
-
#
|
2801
2843
|
# @return [Types::ListAccessLogSubscriptionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2802
2844
|
#
|
2803
2845
|
# * {Types::ListAccessLogSubscriptionsResponse#items #items} => Array<Types::AccessLogSubscriptionSummary>
|
@@ -2808,22 +2850,22 @@ module Aws::VPCLattice
|
|
2808
2850
|
# @example Request syntax with placeholder values
|
2809
2851
|
#
|
2810
2852
|
# resp = client.list_access_log_subscriptions({
|
2853
|
+
# resource_identifier: "ResourceIdentifier", # required
|
2811
2854
|
# max_results: 1,
|
2812
2855
|
# next_token: "NextToken",
|
2813
|
-
# resource_identifier: "ResourceIdentifier", # required
|
2814
2856
|
# })
|
2815
2857
|
#
|
2816
2858
|
# @example Response structure
|
2817
2859
|
#
|
2818
2860
|
# resp.items #=> Array
|
2819
|
-
# resp.items[0].arn #=> String
|
2820
|
-
# resp.items[0].created_at #=> Time
|
2821
|
-
# resp.items[0].destination_arn #=> String
|
2822
2861
|
# resp.items[0].id #=> String
|
2823
|
-
# resp.items[0].
|
2824
|
-
# resp.items[0].resource_arn #=> String
|
2862
|
+
# resp.items[0].arn #=> String
|
2825
2863
|
# resp.items[0].resource_id #=> String
|
2864
|
+
# resp.items[0].resource_arn #=> String
|
2865
|
+
# resp.items[0].destination_arn #=> String
|
2826
2866
|
# resp.items[0].service_network_log_type #=> String, one of "SERVICE", "RESOURCE"
|
2867
|
+
# resp.items[0].created_at #=> Time
|
2868
|
+
# resp.items[0].last_updated_at #=> Time
|
2827
2869
|
# resp.next_token #=> String
|
2828
2870
|
#
|
2829
2871
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListAccessLogSubscriptions AWS API Documentation
|
@@ -2837,15 +2879,15 @@ module Aws::VPCLattice
|
|
2837
2879
|
|
2838
2880
|
# Lists the listeners for the specified service.
|
2839
2881
|
#
|
2882
|
+
# @option params [required, String] :service_identifier
|
2883
|
+
# The ID or ARN of the service.
|
2884
|
+
#
|
2840
2885
|
# @option params [Integer] :max_results
|
2841
2886
|
# The maximum number of results to return.
|
2842
2887
|
#
|
2843
2888
|
# @option params [String] :next_token
|
2844
2889
|
# A pagination token for the next page of results.
|
2845
2890
|
#
|
2846
|
-
# @option params [required, String] :service_identifier
|
2847
|
-
# The ID or ARN of the service.
|
2848
|
-
#
|
2849
2891
|
# @return [Types::ListListenersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2850
2892
|
#
|
2851
2893
|
# * {Types::ListListenersResponse#items #items} => Array<Types::ListenerSummary>
|
@@ -2856,21 +2898,21 @@ module Aws::VPCLattice
|
|
2856
2898
|
# @example Request syntax with placeholder values
|
2857
2899
|
#
|
2858
2900
|
# resp = client.list_listeners({
|
2901
|
+
# service_identifier: "ServiceIdentifier", # required
|
2859
2902
|
# max_results: 1,
|
2860
2903
|
# next_token: "NextToken",
|
2861
|
-
# service_identifier: "ServiceIdentifier", # required
|
2862
2904
|
# })
|
2863
2905
|
#
|
2864
2906
|
# @example Response structure
|
2865
2907
|
#
|
2866
2908
|
# resp.items #=> Array
|
2867
2909
|
# resp.items[0].arn #=> String
|
2868
|
-
# resp.items[0].created_at #=> Time
|
2869
2910
|
# resp.items[0].id #=> String
|
2870
|
-
# resp.items[0].last_updated_at #=> Time
|
2871
2911
|
# resp.items[0].name #=> String
|
2872
|
-
# resp.items[0].port #=> Integer
|
2873
2912
|
# resp.items[0].protocol #=> String, one of "HTTP", "HTTPS", "TLS_PASSTHROUGH"
|
2913
|
+
# resp.items[0].port #=> Integer
|
2914
|
+
# resp.items[0].created_at #=> Time
|
2915
|
+
# resp.items[0].last_updated_at #=> Time
|
2874
2916
|
# resp.next_token #=> String
|
2875
2917
|
#
|
2876
2918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListListeners AWS API Documentation
|
@@ -2885,18 +2927,18 @@ module Aws::VPCLattice
|
|
2885
2927
|
# Lists the resource configurations owned by or shared with this
|
2886
2928
|
# account.
|
2887
2929
|
#
|
2930
|
+
# @option params [String] :resource_gateway_identifier
|
2931
|
+
# The ID of the resource gateway for the resource configuration.
|
2932
|
+
#
|
2933
|
+
# @option params [String] :resource_configuration_group_identifier
|
2934
|
+
# The ID of the resource configuration of type `Group`.
|
2935
|
+
#
|
2888
2936
|
# @option params [Integer] :max_results
|
2889
2937
|
# The maximum page size.
|
2890
2938
|
#
|
2891
2939
|
# @option params [String] :next_token
|
2892
2940
|
# A pagination token for the next page of results.
|
2893
2941
|
#
|
2894
|
-
# @option params [String] :resource_configuration_group_identifier
|
2895
|
-
# The ID of the group resource configuration.
|
2896
|
-
#
|
2897
|
-
# @option params [String] :resource_gateway_identifier
|
2898
|
-
# The ID of the resource gateway for the resource configuration.
|
2899
|
-
#
|
2900
2942
|
# @return [Types::ListResourceConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2901
2943
|
#
|
2902
2944
|
# * {Types::ListResourceConfigurationsResponse#items #items} => Array<Types::ResourceConfigurationSummary>
|
@@ -2907,25 +2949,25 @@ module Aws::VPCLattice
|
|
2907
2949
|
# @example Request syntax with placeholder values
|
2908
2950
|
#
|
2909
2951
|
# resp = client.list_resource_configurations({
|
2952
|
+
# resource_gateway_identifier: "ResourceGatewayIdentifier",
|
2953
|
+
# resource_configuration_group_identifier: "ResourceConfigurationIdentifier",
|
2910
2954
|
# max_results: 1,
|
2911
2955
|
# next_token: "NextToken",
|
2912
|
-
# resource_configuration_group_identifier: "ResourceConfigurationIdentifier",
|
2913
|
-
# resource_gateway_identifier: "ResourceGatewayIdentifier",
|
2914
2956
|
# })
|
2915
2957
|
#
|
2916
2958
|
# @example Response structure
|
2917
2959
|
#
|
2918
2960
|
# resp.items #=> Array
|
2919
|
-
# resp.items[0].amazon_managed #=> Boolean
|
2920
|
-
# resp.items[0].arn #=> String
|
2921
|
-
# resp.items[0].created_at #=> Time
|
2922
2961
|
# resp.items[0].id #=> String
|
2923
|
-
# resp.items[0].last_updated_at #=> Time
|
2924
2962
|
# resp.items[0].name #=> String
|
2925
|
-
# resp.items[0].
|
2963
|
+
# resp.items[0].arn #=> String
|
2926
2964
|
# resp.items[0].resource_gateway_id #=> String
|
2927
|
-
# resp.items[0].
|
2965
|
+
# resp.items[0].resource_configuration_group_id #=> String
|
2928
2966
|
# resp.items[0].type #=> String, one of "GROUP", "CHILD", "SINGLE", "ARN"
|
2967
|
+
# resp.items[0].status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
2968
|
+
# resp.items[0].amazon_managed #=> Boolean
|
2969
|
+
# resp.items[0].created_at #=> Time
|
2970
|
+
# resp.items[0].last_updated_at #=> Time
|
2929
2971
|
# resp.next_token #=> String
|
2930
2972
|
#
|
2931
2973
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListResourceConfigurations AWS API Documentation
|
@@ -2939,12 +2981,6 @@ module Aws::VPCLattice
|
|
2939
2981
|
|
2940
2982
|
# Lists the associations for the specified VPC endpoint.
|
2941
2983
|
#
|
2942
|
-
# @option params [Integer] :max_results
|
2943
|
-
# The maximum page size.
|
2944
|
-
#
|
2945
|
-
# @option params [String] :next_token
|
2946
|
-
# A pagination token for the next page of results.
|
2947
|
-
#
|
2948
2984
|
# @option params [required, String] :resource_configuration_identifier
|
2949
2985
|
# The ID for the resource configuration associated with the VPC
|
2950
2986
|
# endpoint.
|
@@ -2958,6 +2994,12 @@ module Aws::VPCLattice
|
|
2958
2994
|
# @option params [String] :vpc_endpoint_owner
|
2959
2995
|
# The owner of the VPC endpoint in the association.
|
2960
2996
|
#
|
2997
|
+
# @option params [Integer] :max_results
|
2998
|
+
# The maximum page size.
|
2999
|
+
#
|
3000
|
+
# @option params [String] :next_token
|
3001
|
+
# A pagination token for the next page of results.
|
3002
|
+
#
|
2961
3003
|
# @return [Types::ListResourceEndpointAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2962
3004
|
#
|
2963
3005
|
# * {Types::ListResourceEndpointAssociationsResponse#items #items} => Array<Types::ResourceEndpointAssociationSummary>
|
@@ -2968,26 +3010,26 @@ module Aws::VPCLattice
|
|
2968
3010
|
# @example Request syntax with placeholder values
|
2969
3011
|
#
|
2970
3012
|
# resp = client.list_resource_endpoint_associations({
|
2971
|
-
# max_results: 1,
|
2972
|
-
# next_token: "NextToken",
|
2973
3013
|
# resource_configuration_identifier: "ResourceConfigurationIdentifier", # required
|
2974
3014
|
# resource_endpoint_association_identifier: "ResourceEndpointAssociationIdentifier",
|
2975
3015
|
# vpc_endpoint_id: "VpcEndpointId",
|
2976
3016
|
# vpc_endpoint_owner: "VpcEndpointOwner",
|
3017
|
+
# max_results: 1,
|
3018
|
+
# next_token: "NextToken",
|
2977
3019
|
# })
|
2978
3020
|
#
|
2979
3021
|
# @example Response structure
|
2980
3022
|
#
|
2981
3023
|
# resp.items #=> Array
|
2982
|
-
# resp.items[0].arn #=> String
|
2983
|
-
# resp.items[0].created_at #=> Time
|
2984
|
-
# resp.items[0].created_by #=> String
|
2985
3024
|
# resp.items[0].id #=> String
|
2986
|
-
# resp.items[0].
|
3025
|
+
# resp.items[0].arn #=> String
|
2987
3026
|
# resp.items[0].resource_configuration_id #=> String
|
3027
|
+
# resp.items[0].resource_configuration_arn #=> String
|
2988
3028
|
# resp.items[0].resource_configuration_name #=> String
|
2989
3029
|
# resp.items[0].vpc_endpoint_id #=> String
|
2990
3030
|
# resp.items[0].vpc_endpoint_owner #=> String
|
3031
|
+
# resp.items[0].created_by #=> String
|
3032
|
+
# resp.items[0].created_at #=> Time
|
2991
3033
|
# resp.next_token #=> String
|
2992
3034
|
#
|
2993
3035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListResourceEndpointAssociations AWS API Documentation
|
@@ -3025,18 +3067,19 @@ module Aws::VPCLattice
|
|
3025
3067
|
# @example Response structure
|
3026
3068
|
#
|
3027
3069
|
# resp.items #=> Array
|
3028
|
-
# resp.items[0].arn #=> String
|
3029
|
-
# resp.items[0].created_at #=> Time
|
3030
|
-
# resp.items[0].id #=> String
|
3031
|
-
# resp.items[0].ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
3032
|
-
# resp.items[0].last_updated_at #=> Time
|
3033
3070
|
# resp.items[0].name #=> String
|
3034
|
-
# resp.items[0].
|
3035
|
-
# resp.items[0].
|
3071
|
+
# resp.items[0].id #=> String
|
3072
|
+
# resp.items[0].arn #=> String
|
3036
3073
|
# resp.items[0].status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
3074
|
+
# resp.items[0].vpc_identifier #=> String
|
3037
3075
|
# resp.items[0].subnet_ids #=> Array
|
3038
3076
|
# resp.items[0].subnet_ids[0] #=> String
|
3039
|
-
# resp.items[0].
|
3077
|
+
# resp.items[0].security_group_ids #=> Array
|
3078
|
+
# resp.items[0].security_group_ids[0] #=> String
|
3079
|
+
# resp.items[0].ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
3080
|
+
# resp.items[0].ipv4_addresses_per_eni #=> Integer
|
3081
|
+
# resp.items[0].created_at #=> Time
|
3082
|
+
# resp.items[0].last_updated_at #=> Time
|
3040
3083
|
# resp.next_token #=> String
|
3041
3084
|
#
|
3042
3085
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListResourceGateways AWS API Documentation
|
@@ -3050,6 +3093,9 @@ module Aws::VPCLattice
|
|
3050
3093
|
|
3051
3094
|
# Lists the rules for the specified listener.
|
3052
3095
|
#
|
3096
|
+
# @option params [required, String] :service_identifier
|
3097
|
+
# The ID or ARN of the service.
|
3098
|
+
#
|
3053
3099
|
# @option params [required, String] :listener_identifier
|
3054
3100
|
# The ID or ARN of the listener.
|
3055
3101
|
#
|
@@ -3059,9 +3105,6 @@ module Aws::VPCLattice
|
|
3059
3105
|
# @option params [String] :next_token
|
3060
3106
|
# A pagination token for the next page of results.
|
3061
3107
|
#
|
3062
|
-
# @option params [required, String] :service_identifier
|
3063
|
-
# The ID or ARN of the service.
|
3064
|
-
#
|
3065
3108
|
# @return [Types::ListRulesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3066
3109
|
#
|
3067
3110
|
# * {Types::ListRulesResponse#items #items} => Array<Types::RuleSummary>
|
@@ -3072,22 +3115,22 @@ module Aws::VPCLattice
|
|
3072
3115
|
# @example Request syntax with placeholder values
|
3073
3116
|
#
|
3074
3117
|
# resp = client.list_rules({
|
3118
|
+
# service_identifier: "ServiceIdentifier", # required
|
3075
3119
|
# listener_identifier: "ListenerIdentifier", # required
|
3076
3120
|
# max_results: 1,
|
3077
3121
|
# next_token: "NextToken",
|
3078
|
-
# service_identifier: "ServiceIdentifier", # required
|
3079
3122
|
# })
|
3080
3123
|
#
|
3081
3124
|
# @example Response structure
|
3082
3125
|
#
|
3083
3126
|
# resp.items #=> Array
|
3084
3127
|
# resp.items[0].arn #=> String
|
3085
|
-
# resp.items[0].created_at #=> Time
|
3086
3128
|
# resp.items[0].id #=> String
|
3087
|
-
# resp.items[0].is_default #=> Boolean
|
3088
|
-
# resp.items[0].last_updated_at #=> Time
|
3089
3129
|
# resp.items[0].name #=> String
|
3130
|
+
# resp.items[0].is_default #=> Boolean
|
3090
3131
|
# resp.items[0].priority #=> Integer
|
3132
|
+
# resp.items[0].created_at #=> Time
|
3133
|
+
# resp.items[0].last_updated_at #=> Time
|
3091
3134
|
# resp.next_token #=> String
|
3092
3135
|
#
|
3093
3136
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListRules AWS API Documentation
|
@@ -3102,6 +3145,12 @@ module Aws::VPCLattice
|
|
3102
3145
|
# Lists the associations between a service network and a resource
|
3103
3146
|
# configuration.
|
3104
3147
|
#
|
3148
|
+
# @option params [String] :service_network_identifier
|
3149
|
+
# The ID of the service network.
|
3150
|
+
#
|
3151
|
+
# @option params [String] :resource_configuration_identifier
|
3152
|
+
# The ID of the resource configuration.
|
3153
|
+
#
|
3105
3154
|
# @option params [Integer] :max_results
|
3106
3155
|
# The maximum page size.
|
3107
3156
|
#
|
@@ -3109,11 +3158,11 @@ module Aws::VPCLattice
|
|
3109
3158
|
# If there are additional results, a pagination token for the next page
|
3110
3159
|
# of results.
|
3111
3160
|
#
|
3112
|
-
# @option params [
|
3113
|
-
#
|
3161
|
+
# @option params [Boolean] :include_children
|
3162
|
+
# Include service network resource associations of the child resource
|
3163
|
+
# configuration with the grouped resource configuration.
|
3114
3164
|
#
|
3115
|
-
#
|
3116
|
-
# The ID of the service network.
|
3165
|
+
# The type is boolean and the default value is false.
|
3117
3166
|
#
|
3118
3167
|
# @return [Types::ListServiceNetworkResourceAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3119
3168
|
#
|
@@ -3125,32 +3174,33 @@ module Aws::VPCLattice
|
|
3125
3174
|
# @example Request syntax with placeholder values
|
3126
3175
|
#
|
3127
3176
|
# resp = client.list_service_network_resource_associations({
|
3177
|
+
# service_network_identifier: "ServiceNetworkIdentifier",
|
3178
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier",
|
3128
3179
|
# max_results: 1,
|
3129
3180
|
# next_token: "NextToken",
|
3130
|
-
#
|
3131
|
-
# service_network_identifier: "ServiceNetworkIdentifier",
|
3181
|
+
# include_children: false,
|
3132
3182
|
# })
|
3133
3183
|
#
|
3134
3184
|
# @example Response structure
|
3135
3185
|
#
|
3136
3186
|
# resp.items #=> Array
|
3187
|
+
# resp.items[0].id #=> String
|
3137
3188
|
# resp.items[0].arn #=> String
|
3138
|
-
# resp.items[0].
|
3189
|
+
# resp.items[0].status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "PARTIAL", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
3139
3190
|
# resp.items[0].created_by #=> String
|
3140
|
-
# resp.items[0].
|
3141
|
-
# resp.items[0].dns_entry.hosted_zone_id #=> String
|
3142
|
-
# resp.items[0].failure_code #=> String
|
3143
|
-
# resp.items[0].id #=> String
|
3144
|
-
# resp.items[0].is_managed_association #=> Boolean
|
3145
|
-
# resp.items[0].private_dns_entry.domain_name #=> String
|
3146
|
-
# resp.items[0].private_dns_entry.hosted_zone_id #=> String
|
3147
|
-
# resp.items[0].resource_configuration_arn #=> String
|
3191
|
+
# resp.items[0].created_at #=> Time
|
3148
3192
|
# resp.items[0].resource_configuration_id #=> String
|
3193
|
+
# resp.items[0].resource_configuration_arn #=> String
|
3149
3194
|
# resp.items[0].resource_configuration_name #=> String
|
3150
|
-
# resp.items[0].service_network_arn #=> String
|
3151
3195
|
# resp.items[0].service_network_id #=> String
|
3196
|
+
# resp.items[0].service_network_arn #=> String
|
3152
3197
|
# resp.items[0].service_network_name #=> String
|
3153
|
-
# resp.items[0].
|
3198
|
+
# resp.items[0].dns_entry.domain_name #=> String
|
3199
|
+
# resp.items[0].dns_entry.hosted_zone_id #=> String
|
3200
|
+
# resp.items[0].private_dns_entry.domain_name #=> String
|
3201
|
+
# resp.items[0].private_dns_entry.hosted_zone_id #=> String
|
3202
|
+
# resp.items[0].is_managed_association #=> Boolean
|
3203
|
+
# resp.items[0].failure_code #=> String
|
3154
3204
|
# resp.next_token #=> String
|
3155
3205
|
#
|
3156
3206
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListServiceNetworkResourceAssociations AWS API Documentation
|
@@ -3173,18 +3223,18 @@ module Aws::VPCLattice
|
|
3173
3223
|
# association is for a resource is shared with another account, the
|
3174
3224
|
# association includes the local account ID as the prefix in the ARN.
|
3175
3225
|
#
|
3226
|
+
# @option params [String] :service_network_identifier
|
3227
|
+
# The ID or ARN of the service network.
|
3228
|
+
#
|
3229
|
+
# @option params [String] :service_identifier
|
3230
|
+
# The ID or ARN of the service.
|
3231
|
+
#
|
3176
3232
|
# @option params [Integer] :max_results
|
3177
3233
|
# The maximum number of results to return.
|
3178
3234
|
#
|
3179
3235
|
# @option params [String] :next_token
|
3180
3236
|
# A pagination token for the next page of results.
|
3181
3237
|
#
|
3182
|
-
# @option params [String] :service_identifier
|
3183
|
-
# The ID or ARN of the service.
|
3184
|
-
#
|
3185
|
-
# @option params [String] :service_network_identifier
|
3186
|
-
# The ID or ARN of the service network.
|
3187
|
-
#
|
3188
3238
|
# @return [Types::ListServiceNetworkServiceAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3189
3239
|
#
|
3190
3240
|
# * {Types::ListServiceNetworkServiceAssociationsResponse#items #items} => Array<Types::ServiceNetworkServiceAssociationSummary>
|
@@ -3195,29 +3245,29 @@ module Aws::VPCLattice
|
|
3195
3245
|
# @example Request syntax with placeholder values
|
3196
3246
|
#
|
3197
3247
|
# resp = client.list_service_network_service_associations({
|
3248
|
+
# service_network_identifier: "ServiceNetworkIdentifier",
|
3249
|
+
# service_identifier: "ServiceIdentifier",
|
3198
3250
|
# max_results: 1,
|
3199
3251
|
# next_token: "NextToken",
|
3200
|
-
# service_identifier: "ServiceIdentifier",
|
3201
|
-
# service_network_identifier: "ServiceNetworkIdentifier",
|
3202
3252
|
# })
|
3203
3253
|
#
|
3204
3254
|
# @example Response structure
|
3205
3255
|
#
|
3206
3256
|
# resp.items #=> Array
|
3257
|
+
# resp.items[0].id #=> String
|
3258
|
+
# resp.items[0].status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
3207
3259
|
# resp.items[0].arn #=> String
|
3208
|
-
# resp.items[0].created_at #=> Time
|
3209
3260
|
# resp.items[0].created_by #=> String
|
3210
|
-
# resp.items[0].
|
3211
|
-
# resp.items[0].dns_entry.domain_name #=> String
|
3212
|
-
# resp.items[0].dns_entry.hosted_zone_id #=> String
|
3213
|
-
# resp.items[0].id #=> String
|
3214
|
-
# resp.items[0].service_arn #=> String
|
3261
|
+
# resp.items[0].created_at #=> Time
|
3215
3262
|
# resp.items[0].service_id #=> String
|
3216
3263
|
# resp.items[0].service_name #=> String
|
3217
|
-
# resp.items[0].
|
3264
|
+
# resp.items[0].service_arn #=> String
|
3218
3265
|
# resp.items[0].service_network_id #=> String
|
3219
3266
|
# resp.items[0].service_network_name #=> String
|
3220
|
-
# resp.items[0].
|
3267
|
+
# resp.items[0].service_network_arn #=> String
|
3268
|
+
# resp.items[0].dns_entry.domain_name #=> String
|
3269
|
+
# resp.items[0].dns_entry.hosted_zone_id #=> String
|
3270
|
+
# resp.items[0].custom_domain_name #=> String
|
3221
3271
|
# resp.next_token #=> String
|
3222
3272
|
#
|
3223
3273
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListServiceNetworkServiceAssociations AWS API Documentation
|
@@ -3233,18 +3283,18 @@ module Aws::VPCLattice
|
|
3233
3283
|
# filter the list either by VPC or service network. You must provide
|
3234
3284
|
# either the ID of the service network identifier or the ID of the VPC.
|
3235
3285
|
#
|
3236
|
-
# @option params [Integer] :max_results
|
3237
|
-
# The maximum number of results to return.
|
3238
|
-
#
|
3239
|
-
# @option params [String] :next_token
|
3240
|
-
# A pagination token for the next page of results.
|
3241
|
-
#
|
3242
3286
|
# @option params [String] :service_network_identifier
|
3243
3287
|
# The ID or ARN of the service network.
|
3244
3288
|
#
|
3245
3289
|
# @option params [String] :vpc_identifier
|
3246
3290
|
# The ID or ARN of the VPC.
|
3247
3291
|
#
|
3292
|
+
# @option params [Integer] :max_results
|
3293
|
+
# The maximum number of results to return.
|
3294
|
+
#
|
3295
|
+
# @option params [String] :next_token
|
3296
|
+
# A pagination token for the next page of results.
|
3297
|
+
#
|
3248
3298
|
# @return [Types::ListServiceNetworkVpcAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3249
3299
|
#
|
3250
3300
|
# * {Types::ListServiceNetworkVpcAssociationsResponse#items #items} => Array<Types::ServiceNetworkVpcAssociationSummary>
|
@@ -3255,25 +3305,25 @@ module Aws::VPCLattice
|
|
3255
3305
|
# @example Request syntax with placeholder values
|
3256
3306
|
#
|
3257
3307
|
# resp = client.list_service_network_vpc_associations({
|
3258
|
-
# max_results: 1,
|
3259
|
-
# next_token: "NextToken",
|
3260
3308
|
# service_network_identifier: "ServiceNetworkIdentifier",
|
3261
3309
|
# vpc_identifier: "VpcId",
|
3310
|
+
# max_results: 1,
|
3311
|
+
# next_token: "NextToken",
|
3262
3312
|
# })
|
3263
3313
|
#
|
3264
3314
|
# @example Response structure
|
3265
3315
|
#
|
3266
3316
|
# resp.items #=> Array
|
3317
|
+
# resp.items[0].id #=> String
|
3267
3318
|
# resp.items[0].arn #=> String
|
3268
|
-
# resp.items[0].
|
3319
|
+
# resp.items[0].status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
|
3269
3320
|
# resp.items[0].created_by #=> String
|
3270
|
-
# resp.items[0].
|
3271
|
-
# resp.items[0].last_updated_at #=> Time
|
3272
|
-
# resp.items[0].service_network_arn #=> String
|
3321
|
+
# resp.items[0].created_at #=> Time
|
3273
3322
|
# resp.items[0].service_network_id #=> String
|
3274
3323
|
# resp.items[0].service_network_name #=> String
|
3275
|
-
# resp.items[0].
|
3324
|
+
# resp.items[0].service_network_arn #=> String
|
3276
3325
|
# resp.items[0].vpc_id #=> String
|
3326
|
+
# resp.items[0].last_updated_at #=> Time
|
3277
3327
|
# resp.next_token #=> String
|
3278
3328
|
#
|
3279
3329
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListServiceNetworkVpcAssociations AWS API Documentation
|
@@ -3287,6 +3337,9 @@ module Aws::VPCLattice
|
|
3287
3337
|
|
3288
3338
|
# Lists the associations between a service network and a VPC endpoint.
|
3289
3339
|
#
|
3340
|
+
# @option params [required, String] :service_network_identifier
|
3341
|
+
# The ID of the service network associated with the VPC endpoint.
|
3342
|
+
#
|
3290
3343
|
# @option params [Integer] :max_results
|
3291
3344
|
# The maximum page size.
|
3292
3345
|
#
|
@@ -3294,9 +3347,6 @@ module Aws::VPCLattice
|
|
3294
3347
|
# If there are additional results, a pagination token for the next page
|
3295
3348
|
# of results.
|
3296
3349
|
#
|
3297
|
-
# @option params [required, String] :service_network_identifier
|
3298
|
-
# The ID of the service network associated with the VPC endpoint.
|
3299
|
-
#
|
3300
3350
|
# @return [Types::ListServiceNetworkVpcEndpointAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3301
3351
|
#
|
3302
3352
|
# * {Types::ListServiceNetworkVpcEndpointAssociationsResponse#items #items} => Array<Types::ServiceNetworkEndpointAssociation>
|
@@ -3307,21 +3357,21 @@ module Aws::VPCLattice
|
|
3307
3357
|
# @example Request syntax with placeholder values
|
3308
3358
|
#
|
3309
3359
|
# resp = client.list_service_network_vpc_endpoint_associations({
|
3360
|
+
# service_network_identifier: "ServiceNetworkIdentifier", # required
|
3310
3361
|
# max_results: 1,
|
3311
3362
|
# next_token: "NextToken",
|
3312
|
-
# service_network_identifier: "ServiceNetworkIdentifier", # required
|
3313
3363
|
# })
|
3314
3364
|
#
|
3315
3365
|
# @example Response structure
|
3316
3366
|
#
|
3317
3367
|
# resp.items #=> Array
|
3318
|
-
# resp.items[0].created_at #=> Time
|
3319
|
-
# resp.items[0].id #=> String
|
3320
|
-
# resp.items[0].service_network_arn #=> String
|
3321
|
-
# resp.items[0].state #=> String
|
3322
3368
|
# resp.items[0].vpc_endpoint_id #=> String
|
3323
|
-
# resp.items[0].vpc_endpoint_owner_id #=> String
|
3324
3369
|
# resp.items[0].vpc_id #=> String
|
3370
|
+
# resp.items[0].vpc_endpoint_owner_id #=> String
|
3371
|
+
# resp.items[0].id #=> String
|
3372
|
+
# resp.items[0].state #=> String
|
3373
|
+
# resp.items[0].service_network_arn #=> String
|
3374
|
+
# resp.items[0].created_at #=> Time
|
3325
3375
|
# resp.next_token #=> String
|
3326
3376
|
#
|
3327
3377
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListServiceNetworkVpcEndpointAssociations AWS API Documentation
|
@@ -3359,14 +3409,14 @@ module Aws::VPCLattice
|
|
3359
3409
|
# @example Response structure
|
3360
3410
|
#
|
3361
3411
|
# resp.items #=> Array
|
3412
|
+
# resp.items[0].id #=> String
|
3413
|
+
# resp.items[0].name #=> String
|
3362
3414
|
# resp.items[0].arn #=> String
|
3363
3415
|
# resp.items[0].created_at #=> Time
|
3364
|
-
# resp.items[0].id #=> String
|
3365
3416
|
# resp.items[0].last_updated_at #=> Time
|
3366
|
-
# resp.items[0].name #=> String
|
3367
|
-
# resp.items[0].number_of_associated_resource_configurations #=> Integer
|
3368
|
-
# resp.items[0].number_of_associated_services #=> Integer
|
3369
3417
|
# resp.items[0].number_of_associated_vp_cs #=> Integer
|
3418
|
+
# resp.items[0].number_of_associated_services #=> Integer
|
3419
|
+
# resp.items[0].number_of_associated_resource_configurations #=> Integer
|
3370
3420
|
# resp.next_token #=> String
|
3371
3421
|
#
|
3372
3422
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListServiceNetworks AWS API Documentation
|
@@ -3404,14 +3454,14 @@ module Aws::VPCLattice
|
|
3404
3454
|
# @example Response structure
|
3405
3455
|
#
|
3406
3456
|
# resp.items #=> Array
|
3457
|
+
# resp.items[0].id #=> String
|
3458
|
+
# resp.items[0].name #=> String
|
3407
3459
|
# resp.items[0].arn #=> String
|
3408
3460
|
# resp.items[0].created_at #=> Time
|
3409
|
-
# resp.items[0].
|
3461
|
+
# resp.items[0].last_updated_at #=> Time
|
3410
3462
|
# resp.items[0].dns_entry.domain_name #=> String
|
3411
3463
|
# resp.items[0].dns_entry.hosted_zone_id #=> String
|
3412
|
-
# resp.items[0].
|
3413
|
-
# resp.items[0].last_updated_at #=> Time
|
3414
|
-
# resp.items[0].name #=> String
|
3464
|
+
# resp.items[0].custom_domain_name #=> String
|
3415
3465
|
# resp.items[0].status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
3416
3466
|
# resp.next_token #=> String
|
3417
3467
|
#
|
@@ -3462,12 +3512,12 @@ module Aws::VPCLattice
|
|
3462
3512
|
# @option params [String] :next_token
|
3463
3513
|
# A pagination token for the next page of results.
|
3464
3514
|
#
|
3465
|
-
# @option params [String] :target_group_type
|
3466
|
-
# The target group type.
|
3467
|
-
#
|
3468
3515
|
# @option params [String] :vpc_identifier
|
3469
3516
|
# The ID or ARN of the VPC.
|
3470
3517
|
#
|
3518
|
+
# @option params [String] :target_group_type
|
3519
|
+
# The target group type.
|
3520
|
+
#
|
3471
3521
|
# @return [Types::ListTargetGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3472
3522
|
#
|
3473
3523
|
# * {Types::ListTargetGroupsResponse#items #items} => Array<Types::TargetGroupSummary>
|
@@ -3480,27 +3530,27 @@ module Aws::VPCLattice
|
|
3480
3530
|
# resp = client.list_target_groups({
|
3481
3531
|
# max_results: 1,
|
3482
3532
|
# next_token: "NextToken",
|
3483
|
-
# target_group_type: "IP", # accepts IP, LAMBDA, INSTANCE, ALB
|
3484
3533
|
# vpc_identifier: "VpcId",
|
3534
|
+
# target_group_type: "IP", # accepts IP, LAMBDA, INSTANCE, ALB
|
3485
3535
|
# })
|
3486
3536
|
#
|
3487
3537
|
# @example Response structure
|
3488
3538
|
#
|
3489
3539
|
# resp.items #=> Array
|
3490
|
-
# resp.items[0].arn #=> String
|
3491
|
-
# resp.items[0].created_at #=> Time
|
3492
3540
|
# resp.items[0].id #=> String
|
3493
|
-
# resp.items[0].
|
3494
|
-
# resp.items[0].lambda_event_structure_version #=> String, one of "V1", "V2"
|
3495
|
-
# resp.items[0].last_updated_at #=> Time
|
3541
|
+
# resp.items[0].arn #=> String
|
3496
3542
|
# resp.items[0].name #=> String
|
3543
|
+
# resp.items[0].type #=> String, one of "IP", "LAMBDA", "INSTANCE", "ALB"
|
3544
|
+
# resp.items[0].created_at #=> Time
|
3497
3545
|
# resp.items[0].port #=> Integer
|
3498
3546
|
# resp.items[0].protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
3547
|
+
# resp.items[0].ip_address_type #=> String, one of "IPV4", "IPV6"
|
3548
|
+
# resp.items[0].vpc_identifier #=> String
|
3549
|
+
# resp.items[0].last_updated_at #=> Time
|
3550
|
+
# resp.items[0].status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
3499
3551
|
# resp.items[0].service_arns #=> Array
|
3500
3552
|
# resp.items[0].service_arns[0] #=> String
|
3501
|
-
# resp.items[0].
|
3502
|
-
# resp.items[0].type #=> String, one of "IP", "LAMBDA", "INSTANCE", "ALB"
|
3503
|
-
# resp.items[0].vpc_identifier #=> String
|
3553
|
+
# resp.items[0].lambda_event_structure_version #=> String, one of "V1", "V2"
|
3504
3554
|
# resp.next_token #=> String
|
3505
3555
|
#
|
3506
3556
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListTargetGroups AWS API Documentation
|
@@ -3516,15 +3566,15 @@ module Aws::VPCLattice
|
|
3516
3566
|
# included. You can use this API to check the health status of targets.
|
3517
3567
|
# You can also filter the results by target.
|
3518
3568
|
#
|
3569
|
+
# @option params [required, String] :target_group_identifier
|
3570
|
+
# The ID or ARN of the target group.
|
3571
|
+
#
|
3519
3572
|
# @option params [Integer] :max_results
|
3520
3573
|
# The maximum number of results to return.
|
3521
3574
|
#
|
3522
3575
|
# @option params [String] :next_token
|
3523
3576
|
# A pagination token for the next page of results.
|
3524
3577
|
#
|
3525
|
-
# @option params [required, String] :target_group_identifier
|
3526
|
-
# The ID or ARN of the target group.
|
3527
|
-
#
|
3528
3578
|
# @option params [Array<Types::Target>] :targets
|
3529
3579
|
# The targets.
|
3530
3580
|
#
|
@@ -3538,9 +3588,9 @@ module Aws::VPCLattice
|
|
3538
3588
|
# @example Request syntax with placeholder values
|
3539
3589
|
#
|
3540
3590
|
# resp = client.list_targets({
|
3591
|
+
# target_group_identifier: "TargetGroupIdentifier", # required
|
3541
3592
|
# max_results: 1,
|
3542
3593
|
# next_token: "NextToken",
|
3543
|
-
# target_group_identifier: "TargetGroupIdentifier", # required
|
3544
3594
|
# targets: [
|
3545
3595
|
# {
|
3546
3596
|
# id: "TargetIdString", # required
|
@@ -3554,8 +3604,8 @@ module Aws::VPCLattice
|
|
3554
3604
|
# resp.items #=> Array
|
3555
3605
|
# resp.items[0].id #=> String
|
3556
3606
|
# resp.items[0].port #=> Integer
|
3557
|
-
# resp.items[0].reason_code #=> String
|
3558
3607
|
# resp.items[0].status #=> String, one of "DRAINING", "UNAVAILABLE", "HEALTHY", "UNHEALTHY", "INITIAL", "UNUSED"
|
3608
|
+
# resp.items[0].reason_code #=> String
|
3559
3609
|
# resp.next_token #=> String
|
3560
3610
|
#
|
3561
3611
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListTargets AWS API Documentation
|
@@ -3577,14 +3627,14 @@ module Aws::VPCLattice
|
|
3577
3627
|
#
|
3578
3628
|
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/auth-policies.html
|
3579
3629
|
#
|
3580
|
-
# @option params [required, String] :policy
|
3581
|
-
# The auth policy. The policy string in JSON must not contain newlines
|
3582
|
-
# or blank lines.
|
3583
|
-
#
|
3584
3630
|
# @option params [required, String] :resource_identifier
|
3585
3631
|
# The ID or ARN of the service network or service for which the policy
|
3586
3632
|
# is created.
|
3587
3633
|
#
|
3634
|
+
# @option params [required, String] :policy
|
3635
|
+
# The auth policy. The policy string in JSON must not contain newlines
|
3636
|
+
# or blank lines.
|
3637
|
+
#
|
3588
3638
|
# @return [Types::PutAuthPolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3589
3639
|
#
|
3590
3640
|
# * {Types::PutAuthPolicyResponse#policy #policy} => String
|
@@ -3593,8 +3643,8 @@ module Aws::VPCLattice
|
|
3593
3643
|
# @example Request syntax with placeholder values
|
3594
3644
|
#
|
3595
3645
|
# resp = client.put_auth_policy({
|
3596
|
-
# policy: "AuthPolicyString", # required
|
3597
3646
|
# resource_identifier: "ResourceIdentifier", # required
|
3647
|
+
# policy: "AuthPolicyString", # required
|
3598
3648
|
# })
|
3599
3649
|
#
|
3600
3650
|
# @example Response structure
|
@@ -3616,21 +3666,21 @@ module Aws::VPCLattice
|
|
3616
3666
|
# statements as the Amazon Web Services Resource Access Manager
|
3617
3667
|
# permission for sharing services and service networks.
|
3618
3668
|
#
|
3619
|
-
# @option params [required, String] :policy
|
3620
|
-
# An IAM policy. The policy string in JSON must not contain newlines or
|
3621
|
-
# blank lines.
|
3622
|
-
#
|
3623
3669
|
# @option params [required, String] :resource_arn
|
3624
3670
|
# The ID or ARN of the service network or service for which the policy
|
3625
3671
|
# is created.
|
3626
3672
|
#
|
3673
|
+
# @option params [required, String] :policy
|
3674
|
+
# An IAM policy. The policy string in JSON must not contain newlines or
|
3675
|
+
# blank lines.
|
3676
|
+
#
|
3627
3677
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3628
3678
|
#
|
3629
3679
|
# @example Request syntax with placeholder values
|
3630
3680
|
#
|
3631
3681
|
# resp = client.put_resource_policy({
|
3632
|
-
# policy: "PolicyString", # required
|
3633
3682
|
# resource_arn: "ResourceArn", # required
|
3683
|
+
# policy: "PolicyString", # required
|
3634
3684
|
# })
|
3635
3685
|
#
|
3636
3686
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/PutResourcePolicy AWS API Documentation
|
@@ -3674,10 +3724,10 @@ module Aws::VPCLattice
|
|
3674
3724
|
# resp.successful[0].id #=> String
|
3675
3725
|
# resp.successful[0].port #=> Integer
|
3676
3726
|
# resp.unsuccessful #=> Array
|
3677
|
-
# resp.unsuccessful[0].failure_code #=> String
|
3678
|
-
# resp.unsuccessful[0].failure_message #=> String
|
3679
3727
|
# resp.unsuccessful[0].id #=> String
|
3680
3728
|
# resp.unsuccessful[0].port #=> Integer
|
3729
|
+
# resp.unsuccessful[0].failure_code #=> String
|
3730
|
+
# resp.unsuccessful[0].failure_message #=> String
|
3681
3731
|
#
|
3682
3732
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/RegisterTargets AWS API Documentation
|
3683
3733
|
#
|
@@ -3752,11 +3802,11 @@ module Aws::VPCLattice
|
|
3752
3802
|
#
|
3753
3803
|
# @return [Types::UpdateAccessLogSubscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3754
3804
|
#
|
3755
|
-
# * {Types::UpdateAccessLogSubscriptionResponse#arn #arn} => String
|
3756
|
-
# * {Types::UpdateAccessLogSubscriptionResponse#destination_arn #destination_arn} => String
|
3757
3805
|
# * {Types::UpdateAccessLogSubscriptionResponse#id #id} => String
|
3758
|
-
# * {Types::UpdateAccessLogSubscriptionResponse#
|
3806
|
+
# * {Types::UpdateAccessLogSubscriptionResponse#arn #arn} => String
|
3759
3807
|
# * {Types::UpdateAccessLogSubscriptionResponse#resource_id #resource_id} => String
|
3808
|
+
# * {Types::UpdateAccessLogSubscriptionResponse#resource_arn #resource_arn} => String
|
3809
|
+
# * {Types::UpdateAccessLogSubscriptionResponse#destination_arn #destination_arn} => String
|
3760
3810
|
#
|
3761
3811
|
# @example Request syntax with placeholder values
|
3762
3812
|
#
|
@@ -3767,11 +3817,11 @@ module Aws::VPCLattice
|
|
3767
3817
|
#
|
3768
3818
|
# @example Response structure
|
3769
3819
|
#
|
3770
|
-
# resp.arn #=> String
|
3771
|
-
# resp.destination_arn #=> String
|
3772
3820
|
# resp.id #=> String
|
3773
|
-
# resp.
|
3821
|
+
# resp.arn #=> String
|
3774
3822
|
# resp.resource_id #=> String
|
3823
|
+
# resp.resource_arn #=> String
|
3824
|
+
# resp.destination_arn #=> String
|
3775
3825
|
#
|
3776
3826
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateAccessLogSubscription AWS API Documentation
|
3777
3827
|
#
|
@@ -3784,33 +3834,32 @@ module Aws::VPCLattice
|
|
3784
3834
|
|
3785
3835
|
# Updates the specified listener for the specified service.
|
3786
3836
|
#
|
3787
|
-
# @option params [required,
|
3788
|
-
# The
|
3837
|
+
# @option params [required, String] :service_identifier
|
3838
|
+
# The ID or ARN of the service.
|
3789
3839
|
#
|
3790
3840
|
# @option params [required, String] :listener_identifier
|
3791
3841
|
# The ID or ARN of the listener.
|
3792
3842
|
#
|
3793
|
-
# @option params [required,
|
3794
|
-
# The
|
3843
|
+
# @option params [required, Types::RuleAction] :default_action
|
3844
|
+
# The action for the default rule.
|
3795
3845
|
#
|
3796
3846
|
# @return [Types::UpdateListenerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3797
3847
|
#
|
3798
3848
|
# * {Types::UpdateListenerResponse#arn #arn} => String
|
3799
|
-
# * {Types::UpdateListenerResponse#default_action #default_action} => Types::RuleAction
|
3800
3849
|
# * {Types::UpdateListenerResponse#id #id} => String
|
3801
3850
|
# * {Types::UpdateListenerResponse#name #name} => String
|
3802
|
-
# * {Types::UpdateListenerResponse#port #port} => Integer
|
3803
3851
|
# * {Types::UpdateListenerResponse#protocol #protocol} => String
|
3852
|
+
# * {Types::UpdateListenerResponse#port #port} => Integer
|
3804
3853
|
# * {Types::UpdateListenerResponse#service_arn #service_arn} => String
|
3805
3854
|
# * {Types::UpdateListenerResponse#service_id #service_id} => String
|
3855
|
+
# * {Types::UpdateListenerResponse#default_action #default_action} => Types::RuleAction
|
3806
3856
|
#
|
3807
3857
|
# @example Request syntax with placeholder values
|
3808
3858
|
#
|
3809
3859
|
# resp = client.update_listener({
|
3860
|
+
# service_identifier: "ServiceIdentifier", # required
|
3861
|
+
# listener_identifier: "ListenerIdentifier", # required
|
3810
3862
|
# default_action: { # required
|
3811
|
-
# fixed_response: {
|
3812
|
-
# status_code: 1, # required
|
3813
|
-
# },
|
3814
3863
|
# forward: {
|
3815
3864
|
# target_groups: [ # required
|
3816
3865
|
# {
|
@@ -3819,24 +3868,25 @@ module Aws::VPCLattice
|
|
3819
3868
|
# },
|
3820
3869
|
# ],
|
3821
3870
|
# },
|
3871
|
+
# fixed_response: {
|
3872
|
+
# status_code: 1, # required
|
3873
|
+
# },
|
3822
3874
|
# },
|
3823
|
-
# listener_identifier: "ListenerIdentifier", # required
|
3824
|
-
# service_identifier: "ServiceIdentifier", # required
|
3825
3875
|
# })
|
3826
3876
|
#
|
3827
3877
|
# @example Response structure
|
3828
3878
|
#
|
3829
3879
|
# resp.arn #=> String
|
3830
|
-
# resp.default_action.fixed_response.status_code #=> Integer
|
3831
|
-
# resp.default_action.forward.target_groups #=> Array
|
3832
|
-
# resp.default_action.forward.target_groups[0].target_group_identifier #=> String
|
3833
|
-
# resp.default_action.forward.target_groups[0].weight #=> Integer
|
3834
3880
|
# resp.id #=> String
|
3835
3881
|
# resp.name #=> String
|
3836
|
-
# resp.port #=> Integer
|
3837
3882
|
# resp.protocol #=> String, one of "HTTP", "HTTPS", "TLS_PASSTHROUGH"
|
3883
|
+
# resp.port #=> Integer
|
3838
3884
|
# resp.service_arn #=> String
|
3839
3885
|
# resp.service_id #=> String
|
3886
|
+
# resp.default_action.forward.target_groups #=> Array
|
3887
|
+
# resp.default_action.forward.target_groups[0].target_group_identifier #=> String
|
3888
|
+
# resp.default_action.forward.target_groups[0].weight #=> Integer
|
3889
|
+
# resp.default_action.fixed_response.status_code #=> Integer
|
3840
3890
|
#
|
3841
3891
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateListener AWS API Documentation
|
3842
3892
|
#
|
@@ -3849,6 +3899,21 @@ module Aws::VPCLattice
|
|
3849
3899
|
|
3850
3900
|
# Updates the specified resource configuration.
|
3851
3901
|
#
|
3902
|
+
# @option params [required, String] :resource_configuration_identifier
|
3903
|
+
# The ID of the resource configuration.
|
3904
|
+
#
|
3905
|
+
# @option params [Types::ResourceConfigurationDefinition] :resource_configuration_definition
|
3906
|
+
# Identifies the resource configuration in one of the following ways:
|
3907
|
+
#
|
3908
|
+
# * **Amazon Resource Name (ARN)** - Supported resource-types that are
|
3909
|
+
# provisioned by Amazon Web Services services, such as RDS databases,
|
3910
|
+
# can be identified by their ARN.
|
3911
|
+
#
|
3912
|
+
# * **Domain name** - Any domain name that is publicly resolvable.
|
3913
|
+
#
|
3914
|
+
# * **IP address** - For IPv4 and IPv6, only IP addresses in the VPC are
|
3915
|
+
# supported.
|
3916
|
+
#
|
3852
3917
|
# @option params [Boolean] :allow_association_to_shareable_service_network
|
3853
3918
|
# Indicates whether to add the resource configuration to service
|
3854
3919
|
# networks that are shared with other accounts.
|
@@ -3858,35 +3923,25 @@ module Aws::VPCLattice
|
|
3858
3923
|
# configuration. You can separate port ranges with a comma. Example:
|
3859
3924
|
# 1-65535 or 1,2,22-30
|
3860
3925
|
#
|
3861
|
-
# @option params [Types::ResourceConfigurationDefinition] :resource_configuration_definition
|
3862
|
-
# The resource configuration.
|
3863
|
-
#
|
3864
|
-
# @option params [required, String] :resource_configuration_identifier
|
3865
|
-
# The ID of the resource configuration.
|
3866
|
-
#
|
3867
3926
|
# @return [Types::UpdateResourceConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3868
3927
|
#
|
3869
|
-
# * {Types::UpdateResourceConfigurationResponse#allow_association_to_shareable_service_network #allow_association_to_shareable_service_network} => Boolean
|
3870
|
-
# * {Types::UpdateResourceConfigurationResponse#arn #arn} => String
|
3871
3928
|
# * {Types::UpdateResourceConfigurationResponse#id #id} => String
|
3872
3929
|
# * {Types::UpdateResourceConfigurationResponse#name #name} => String
|
3930
|
+
# * {Types::UpdateResourceConfigurationResponse#arn #arn} => String
|
3931
|
+
# * {Types::UpdateResourceConfigurationResponse#resource_gateway_id #resource_gateway_id} => String
|
3932
|
+
# * {Types::UpdateResourceConfigurationResponse#resource_configuration_group_id #resource_configuration_group_id} => String
|
3933
|
+
# * {Types::UpdateResourceConfigurationResponse#type #type} => String
|
3873
3934
|
# * {Types::UpdateResourceConfigurationResponse#port_ranges #port_ranges} => Array<String>
|
3935
|
+
# * {Types::UpdateResourceConfigurationResponse#allow_association_to_shareable_service_network #allow_association_to_shareable_service_network} => Boolean
|
3874
3936
|
# * {Types::UpdateResourceConfigurationResponse#protocol #protocol} => String
|
3875
|
-
# * {Types::UpdateResourceConfigurationResponse#resource_configuration_definition #resource_configuration_definition} => Types::ResourceConfigurationDefinition
|
3876
|
-
# * {Types::UpdateResourceConfigurationResponse#resource_configuration_group_id #resource_configuration_group_id} => String
|
3877
|
-
# * {Types::UpdateResourceConfigurationResponse#resource_gateway_id #resource_gateway_id} => String
|
3878
3937
|
# * {Types::UpdateResourceConfigurationResponse#status #status} => String
|
3879
|
-
# * {Types::UpdateResourceConfigurationResponse#
|
3938
|
+
# * {Types::UpdateResourceConfigurationResponse#resource_configuration_definition #resource_configuration_definition} => Types::ResourceConfigurationDefinition
|
3880
3939
|
#
|
3881
3940
|
# @example Request syntax with placeholder values
|
3882
3941
|
#
|
3883
3942
|
# resp = client.update_resource_configuration({
|
3884
|
-
#
|
3885
|
-
# port_ranges: ["PortRange"],
|
3943
|
+
# resource_configuration_identifier: "ResourceConfigurationIdentifier", # required
|
3886
3944
|
# resource_configuration_definition: {
|
3887
|
-
# arn_resource: {
|
3888
|
-
# arn: "WildcardArn",
|
3889
|
-
# },
|
3890
3945
|
# dns_resource: {
|
3891
3946
|
# domain_name: "DomainName",
|
3892
3947
|
# ip_address_type: "IPV4", # accepts IPV4, IPV6, DUALSTACK
|
@@ -3894,27 +3949,31 @@ module Aws::VPCLattice
|
|
3894
3949
|
# ip_resource: {
|
3895
3950
|
# ip_address: "IpAddress",
|
3896
3951
|
# },
|
3952
|
+
# arn_resource: {
|
3953
|
+
# arn: "WildcardArn",
|
3954
|
+
# },
|
3897
3955
|
# },
|
3898
|
-
#
|
3956
|
+
# allow_association_to_shareable_service_network: false,
|
3957
|
+
# port_ranges: ["PortRange"],
|
3899
3958
|
# })
|
3900
3959
|
#
|
3901
3960
|
# @example Response structure
|
3902
3961
|
#
|
3903
|
-
# resp.allow_association_to_shareable_service_network #=> Boolean
|
3904
|
-
# resp.arn #=> String
|
3905
3962
|
# resp.id #=> String
|
3906
3963
|
# resp.name #=> String
|
3964
|
+
# resp.arn #=> String
|
3965
|
+
# resp.resource_gateway_id #=> String
|
3966
|
+
# resp.resource_configuration_group_id #=> String
|
3967
|
+
# resp.type #=> String, one of "GROUP", "CHILD", "SINGLE", "ARN"
|
3907
3968
|
# resp.port_ranges #=> Array
|
3908
3969
|
# resp.port_ranges[0] #=> String
|
3970
|
+
# resp.allow_association_to_shareable_service_network #=> Boolean
|
3909
3971
|
# resp.protocol #=> String, one of "TCP"
|
3910
|
-
# resp.
|
3972
|
+
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
3911
3973
|
# resp.resource_configuration_definition.dns_resource.domain_name #=> String
|
3912
3974
|
# resp.resource_configuration_definition.dns_resource.ip_address_type #=> String, one of "IPV4", "IPV6", "DUALSTACK"
|
3913
3975
|
# resp.resource_configuration_definition.ip_resource.ip_address #=> String
|
3914
|
-
# resp.
|
3915
|
-
# resp.resource_gateway_id #=> String
|
3916
|
-
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
3917
|
-
# resp.type #=> String, one of "GROUP", "CHILD", "SINGLE", "ARN"
|
3976
|
+
# resp.resource_configuration_definition.arn_resource.arn #=> String
|
3918
3977
|
#
|
3919
3978
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateResourceConfiguration AWS API Documentation
|
3920
3979
|
#
|
@@ -3935,14 +3994,14 @@ module Aws::VPCLattice
|
|
3935
3994
|
#
|
3936
3995
|
# @return [Types::UpdateResourceGatewayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3937
3996
|
#
|
3938
|
-
# * {Types::UpdateResourceGatewayResponse#arn #arn} => String
|
3939
|
-
# * {Types::UpdateResourceGatewayResponse#id #id} => String
|
3940
|
-
# * {Types::UpdateResourceGatewayResponse#ip_address_type #ip_address_type} => String
|
3941
3997
|
# * {Types::UpdateResourceGatewayResponse#name #name} => String
|
3942
|
-
# * {Types::UpdateResourceGatewayResponse#
|
3998
|
+
# * {Types::UpdateResourceGatewayResponse#id #id} => String
|
3999
|
+
# * {Types::UpdateResourceGatewayResponse#arn #arn} => String
|
3943
4000
|
# * {Types::UpdateResourceGatewayResponse#status #status} => String
|
3944
|
-
# * {Types::UpdateResourceGatewayResponse#subnet_ids #subnet_ids} => Array<String>
|
3945
4001
|
# * {Types::UpdateResourceGatewayResponse#vpc_id #vpc_id} => String
|
4002
|
+
# * {Types::UpdateResourceGatewayResponse#subnet_ids #subnet_ids} => Array<String>
|
4003
|
+
# * {Types::UpdateResourceGatewayResponse#security_group_ids #security_group_ids} => Array<String>
|
4004
|
+
# * {Types::UpdateResourceGatewayResponse#ip_address_type #ip_address_type} => String
|
3946
4005
|
#
|
3947
4006
|
# @example Request syntax with placeholder values
|
3948
4007
|
#
|
@@ -3953,16 +4012,16 @@ module Aws::VPCLattice
|
|
3953
4012
|
#
|
3954
4013
|
# @example Response structure
|
3955
4014
|
#
|
3956
|
-
# resp.arn #=> String
|
3957
|
-
# resp.id #=> String
|
3958
|
-
# resp.ip_address_type #=> String, one of "IPV4", "IPV6"
|
3959
4015
|
# resp.name #=> String
|
3960
|
-
# resp.
|
3961
|
-
# resp.
|
4016
|
+
# resp.id #=> String
|
4017
|
+
# resp.arn #=> String
|
3962
4018
|
# resp.status #=> String, one of "ACTIVE", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED"
|
4019
|
+
# resp.vpc_id #=> String
|
3963
4020
|
# resp.subnet_ids #=> Array
|
3964
4021
|
# resp.subnet_ids[0] #=> String
|
3965
|
-
# resp.
|
4022
|
+
# resp.security_group_ids #=> Array
|
4023
|
+
# resp.security_group_ids[0] #=> String
|
4024
|
+
# resp.ip_address_type #=> String, one of "IPV4", "IPV6"
|
3966
4025
|
#
|
3967
4026
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateResourceGateway AWS API Documentation
|
3968
4027
|
#
|
@@ -3977,12 +4036,15 @@ module Aws::VPCLattice
|
|
3977
4036
|
# listener rule. To modify a default listener rule, use
|
3978
4037
|
# `UpdateListener`.
|
3979
4038
|
#
|
3980
|
-
# @option params [
|
3981
|
-
#
|
4039
|
+
# @option params [required, String] :service_identifier
|
4040
|
+
# The ID or ARN of the service.
|
3982
4041
|
#
|
3983
4042
|
# @option params [required, String] :listener_identifier
|
3984
4043
|
# The ID or ARN of the listener.
|
3985
4044
|
#
|
4045
|
+
# @option params [required, String] :rule_identifier
|
4046
|
+
# The ID or ARN of the rule.
|
4047
|
+
#
|
3986
4048
|
# @option params [Types::RuleMatch] :match
|
3987
4049
|
# The rule match.
|
3988
4050
|
#
|
@@ -3990,88 +4052,85 @@ module Aws::VPCLattice
|
|
3990
4052
|
# The rule priority. A listener can't have multiple rules with the same
|
3991
4053
|
# priority.
|
3992
4054
|
#
|
3993
|
-
# @option params [
|
3994
|
-
#
|
3995
|
-
#
|
3996
|
-
# @option params [required, String] :service_identifier
|
3997
|
-
# The ID or ARN of the service.
|
4055
|
+
# @option params [Types::RuleAction] :action
|
4056
|
+
# Information about the action for the specified listener rule.
|
3998
4057
|
#
|
3999
4058
|
# @return [Types::UpdateRuleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4000
4059
|
#
|
4001
|
-
# * {Types::UpdateRuleResponse#action #action} => Types::RuleAction
|
4002
4060
|
# * {Types::UpdateRuleResponse#arn #arn} => String
|
4003
4061
|
# * {Types::UpdateRuleResponse#id #id} => String
|
4062
|
+
# * {Types::UpdateRuleResponse#name #name} => String
|
4004
4063
|
# * {Types::UpdateRuleResponse#is_default #is_default} => Boolean
|
4005
4064
|
# * {Types::UpdateRuleResponse#match #match} => Types::RuleMatch
|
4006
|
-
# * {Types::UpdateRuleResponse#name #name} => String
|
4007
4065
|
# * {Types::UpdateRuleResponse#priority #priority} => Integer
|
4066
|
+
# * {Types::UpdateRuleResponse#action #action} => Types::RuleAction
|
4008
4067
|
#
|
4009
4068
|
# @example Request syntax with placeholder values
|
4010
4069
|
#
|
4011
4070
|
# resp = client.update_rule({
|
4012
|
-
#
|
4013
|
-
# fixed_response: {
|
4014
|
-
# status_code: 1, # required
|
4015
|
-
# },
|
4016
|
-
# forward: {
|
4017
|
-
# target_groups: [ # required
|
4018
|
-
# {
|
4019
|
-
# target_group_identifier: "TargetGroupIdentifier", # required
|
4020
|
-
# weight: 1,
|
4021
|
-
# },
|
4022
|
-
# ],
|
4023
|
-
# },
|
4024
|
-
# },
|
4071
|
+
# service_identifier: "ServiceIdentifier", # required
|
4025
4072
|
# listener_identifier: "ListenerIdentifier", # required
|
4073
|
+
# rule_identifier: "RuleIdentifier", # required
|
4026
4074
|
# match: {
|
4027
4075
|
# http_match: {
|
4076
|
+
# method: "HttpMethod",
|
4077
|
+
# path_match: {
|
4078
|
+
# match: { # required
|
4079
|
+
# exact: "PathMatchExact",
|
4080
|
+
# prefix: "PathMatchPrefix",
|
4081
|
+
# },
|
4082
|
+
# case_sensitive: false,
|
4083
|
+
# },
|
4028
4084
|
# header_matches: [
|
4029
4085
|
# {
|
4030
|
-
#
|
4086
|
+
# name: "HeaderMatchName", # required
|
4031
4087
|
# match: { # required
|
4032
|
-
# contains: "HeaderMatchContains",
|
4033
4088
|
# exact: "HeaderMatchExact",
|
4034
4089
|
# prefix: "HeaderMatchPrefix",
|
4090
|
+
# contains: "HeaderMatchContains",
|
4035
4091
|
# },
|
4036
|
-
#
|
4092
|
+
# case_sensitive: false,
|
4037
4093
|
# },
|
4038
4094
|
# ],
|
4039
|
-
# method: "HttpMethod",
|
4040
|
-
# path_match: {
|
4041
|
-
# case_sensitive: false,
|
4042
|
-
# match: { # required
|
4043
|
-
# exact: "PathMatchExact",
|
4044
|
-
# prefix: "PathMatchPrefix",
|
4045
|
-
# },
|
4046
|
-
# },
|
4047
4095
|
# },
|
4048
4096
|
# },
|
4049
4097
|
# priority: 1,
|
4050
|
-
#
|
4051
|
-
#
|
4098
|
+
# action: {
|
4099
|
+
# forward: {
|
4100
|
+
# target_groups: [ # required
|
4101
|
+
# {
|
4102
|
+
# target_group_identifier: "TargetGroupIdentifier", # required
|
4103
|
+
# weight: 1,
|
4104
|
+
# },
|
4105
|
+
# ],
|
4106
|
+
# },
|
4107
|
+
# fixed_response: {
|
4108
|
+
# status_code: 1, # required
|
4109
|
+
# },
|
4110
|
+
# },
|
4052
4111
|
# })
|
4053
4112
|
#
|
4054
4113
|
# @example Response structure
|
4055
4114
|
#
|
4056
|
-
# resp.action.fixed_response.status_code #=> Integer
|
4057
|
-
# resp.action.forward.target_groups #=> Array
|
4058
|
-
# resp.action.forward.target_groups[0].target_group_identifier #=> String
|
4059
|
-
# resp.action.forward.target_groups[0].weight #=> Integer
|
4060
4115
|
# resp.arn #=> String
|
4061
4116
|
# resp.id #=> String
|
4117
|
+
# resp.name #=> String
|
4062
4118
|
# resp.is_default #=> Boolean
|
4063
|
-
# resp.match.http_match.header_matches #=> Array
|
4064
|
-
# resp.match.http_match.header_matches[0].case_sensitive #=> Boolean
|
4065
|
-
# resp.match.http_match.header_matches[0].match.contains #=> String
|
4066
|
-
# resp.match.http_match.header_matches[0].match.exact #=> String
|
4067
|
-
# resp.match.http_match.header_matches[0].match.prefix #=> String
|
4068
|
-
# resp.match.http_match.header_matches[0].name #=> String
|
4069
4119
|
# resp.match.http_match.method #=> String
|
4070
|
-
# resp.match.http_match.path_match.case_sensitive #=> Boolean
|
4071
4120
|
# resp.match.http_match.path_match.match.exact #=> String
|
4072
4121
|
# resp.match.http_match.path_match.match.prefix #=> String
|
4073
|
-
# resp.
|
4122
|
+
# resp.match.http_match.path_match.case_sensitive #=> Boolean
|
4123
|
+
# resp.match.http_match.header_matches #=> Array
|
4124
|
+
# resp.match.http_match.header_matches[0].name #=> String
|
4125
|
+
# resp.match.http_match.header_matches[0].match.exact #=> String
|
4126
|
+
# resp.match.http_match.header_matches[0].match.prefix #=> String
|
4127
|
+
# resp.match.http_match.header_matches[0].match.contains #=> String
|
4128
|
+
# resp.match.http_match.header_matches[0].case_sensitive #=> Boolean
|
4074
4129
|
# resp.priority #=> Integer
|
4130
|
+
# resp.action.forward.target_groups #=> Array
|
4131
|
+
# resp.action.forward.target_groups[0].target_group_identifier #=> String
|
4132
|
+
# resp.action.forward.target_groups[0].weight #=> Integer
|
4133
|
+
# resp.action.fixed_response.status_code #=> Integer
|
4075
4134
|
#
|
4076
4135
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateRule AWS API Documentation
|
4077
4136
|
#
|
@@ -4084,6 +4143,12 @@ module Aws::VPCLattice
|
|
4084
4143
|
|
4085
4144
|
# Updates the specified service.
|
4086
4145
|
#
|
4146
|
+
# @option params [required, String] :service_identifier
|
4147
|
+
# The ID or ARN of the service.
|
4148
|
+
#
|
4149
|
+
# @option params [String] :certificate_arn
|
4150
|
+
# The Amazon Resource Name (ARN) of the certificate.
|
4151
|
+
#
|
4087
4152
|
# @option params [String] :auth_type
|
4088
4153
|
# The type of IAM policy.
|
4089
4154
|
#
|
@@ -4093,37 +4158,31 @@ module Aws::VPCLattice
|
|
4093
4158
|
# * `AWS_IAM`: The resource uses an IAM policy. When this type is used,
|
4094
4159
|
# auth is enabled and an auth policy is required.
|
4095
4160
|
#
|
4096
|
-
# @option params [String] :certificate_arn
|
4097
|
-
# The Amazon Resource Name (ARN) of the certificate.
|
4098
|
-
#
|
4099
|
-
# @option params [required, String] :service_identifier
|
4100
|
-
# The ID or ARN of the service.
|
4101
|
-
#
|
4102
4161
|
# @return [Types::UpdateServiceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4103
4162
|
#
|
4104
|
-
# * {Types::UpdateServiceResponse#arn #arn} => String
|
4105
|
-
# * {Types::UpdateServiceResponse#auth_type #auth_type} => String
|
4106
|
-
# * {Types::UpdateServiceResponse#certificate_arn #certificate_arn} => String
|
4107
|
-
# * {Types::UpdateServiceResponse#custom_domain_name #custom_domain_name} => String
|
4108
4163
|
# * {Types::UpdateServiceResponse#id #id} => String
|
4164
|
+
# * {Types::UpdateServiceResponse#arn #arn} => String
|
4109
4165
|
# * {Types::UpdateServiceResponse#name #name} => String
|
4166
|
+
# * {Types::UpdateServiceResponse#custom_domain_name #custom_domain_name} => String
|
4167
|
+
# * {Types::UpdateServiceResponse#certificate_arn #certificate_arn} => String
|
4168
|
+
# * {Types::UpdateServiceResponse#auth_type #auth_type} => String
|
4110
4169
|
#
|
4111
4170
|
# @example Request syntax with placeholder values
|
4112
4171
|
#
|
4113
4172
|
# resp = client.update_service({
|
4114
|
-
# auth_type: "NONE", # accepts NONE, AWS_IAM
|
4115
|
-
# certificate_arn: "CertificateArn",
|
4116
4173
|
# service_identifier: "ServiceIdentifier", # required
|
4174
|
+
# certificate_arn: "CertificateArn",
|
4175
|
+
# auth_type: "NONE", # accepts NONE, AWS_IAM
|
4117
4176
|
# })
|
4118
4177
|
#
|
4119
4178
|
# @example Response structure
|
4120
4179
|
#
|
4121
|
-
# resp.arn #=> String
|
4122
|
-
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
4123
|
-
# resp.certificate_arn #=> String
|
4124
|
-
# resp.custom_domain_name #=> String
|
4125
4180
|
# resp.id #=> String
|
4181
|
+
# resp.arn #=> String
|
4126
4182
|
# resp.name #=> String
|
4183
|
+
# resp.custom_domain_name #=> String
|
4184
|
+
# resp.certificate_arn #=> String
|
4185
|
+
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
4127
4186
|
#
|
4128
4187
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateService AWS API Documentation
|
4129
4188
|
#
|
@@ -4136,6 +4195,9 @@ module Aws::VPCLattice
|
|
4136
4195
|
|
4137
4196
|
# Updates the specified service network.
|
4138
4197
|
#
|
4198
|
+
# @option params [required, String] :service_network_identifier
|
4199
|
+
# The ID or ARN of the service network.
|
4200
|
+
#
|
4139
4201
|
# @option params [required, String] :auth_type
|
4140
4202
|
# The type of IAM policy.
|
4141
4203
|
#
|
@@ -4145,29 +4207,26 @@ module Aws::VPCLattice
|
|
4145
4207
|
# * `AWS_IAM`: The resource uses an IAM policy. When this type is used,
|
4146
4208
|
# auth is enabled and an auth policy is required.
|
4147
4209
|
#
|
4148
|
-
# @option params [required, String] :service_network_identifier
|
4149
|
-
# The ID or ARN of the service network.
|
4150
|
-
#
|
4151
4210
|
# @return [Types::UpdateServiceNetworkResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4152
4211
|
#
|
4153
|
-
# * {Types::UpdateServiceNetworkResponse#arn #arn} => String
|
4154
|
-
# * {Types::UpdateServiceNetworkResponse#auth_type #auth_type} => String
|
4155
4212
|
# * {Types::UpdateServiceNetworkResponse#id #id} => String
|
4156
4213
|
# * {Types::UpdateServiceNetworkResponse#name #name} => String
|
4214
|
+
# * {Types::UpdateServiceNetworkResponse#arn #arn} => String
|
4215
|
+
# * {Types::UpdateServiceNetworkResponse#auth_type #auth_type} => String
|
4157
4216
|
#
|
4158
4217
|
# @example Request syntax with placeholder values
|
4159
4218
|
#
|
4160
4219
|
# resp = client.update_service_network({
|
4161
|
-
# auth_type: "NONE", # required, accepts NONE, AWS_IAM
|
4162
4220
|
# service_network_identifier: "ServiceNetworkIdentifier", # required
|
4221
|
+
# auth_type: "NONE", # required, accepts NONE, AWS_IAM
|
4163
4222
|
# })
|
4164
4223
|
#
|
4165
4224
|
# @example Response structure
|
4166
4225
|
#
|
4167
|
-
# resp.arn #=> String
|
4168
|
-
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
4169
4226
|
# resp.id #=> String
|
4170
4227
|
# resp.name #=> String
|
4228
|
+
# resp.arn #=> String
|
4229
|
+
# resp.auth_type #=> String, one of "NONE", "AWS_IAM"
|
4171
4230
|
#
|
4172
4231
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateServiceNetwork AWS API Documentation
|
4173
4232
|
#
|
@@ -4185,35 +4244,35 @@ module Aws::VPCLattice
|
|
4185
4244
|
# you must first delete the association and then recreate it without
|
4186
4245
|
# security groups.
|
4187
4246
|
#
|
4188
|
-
# @option params [required, Array<String>] :security_group_ids
|
4189
|
-
# The IDs of the security groups.
|
4190
|
-
#
|
4191
4247
|
# @option params [required, String] :service_network_vpc_association_identifier
|
4192
4248
|
# The ID or ARN of the association.
|
4193
4249
|
#
|
4250
|
+
# @option params [required, Array<String>] :security_group_ids
|
4251
|
+
# The IDs of the security groups.
|
4252
|
+
#
|
4194
4253
|
# @return [Types::UpdateServiceNetworkVpcAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4195
4254
|
#
|
4255
|
+
# * {Types::UpdateServiceNetworkVpcAssociationResponse#id #id} => String
|
4196
4256
|
# * {Types::UpdateServiceNetworkVpcAssociationResponse#arn #arn} => String
|
4257
|
+
# * {Types::UpdateServiceNetworkVpcAssociationResponse#status #status} => String
|
4197
4258
|
# * {Types::UpdateServiceNetworkVpcAssociationResponse#created_by #created_by} => String
|
4198
|
-
# * {Types::UpdateServiceNetworkVpcAssociationResponse#id #id} => String
|
4199
4259
|
# * {Types::UpdateServiceNetworkVpcAssociationResponse#security_group_ids #security_group_ids} => Array<String>
|
4200
|
-
# * {Types::UpdateServiceNetworkVpcAssociationResponse#status #status} => String
|
4201
4260
|
#
|
4202
4261
|
# @example Request syntax with placeholder values
|
4203
4262
|
#
|
4204
4263
|
# resp = client.update_service_network_vpc_association({
|
4205
|
-
# security_group_ids: ["SecurityGroupId"], # required
|
4206
4264
|
# service_network_vpc_association_identifier: "ServiceNetworkVpcAssociationIdentifier", # required
|
4265
|
+
# security_group_ids: ["SecurityGroupId"], # required
|
4207
4266
|
# })
|
4208
4267
|
#
|
4209
4268
|
# @example Response structure
|
4210
4269
|
#
|
4270
|
+
# resp.id #=> String
|
4211
4271
|
# resp.arn #=> String
|
4272
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
|
4212
4273
|
# resp.created_by #=> String
|
4213
|
-
# resp.id #=> String
|
4214
4274
|
# resp.security_group_ids #=> Array
|
4215
4275
|
# resp.security_group_ids[0] #=> String
|
4216
|
-
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
|
4217
4276
|
#
|
4218
4277
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateServiceNetworkVpcAssociation AWS API Documentation
|
4219
4278
|
#
|
@@ -4226,64 +4285,64 @@ module Aws::VPCLattice
|
|
4226
4285
|
|
4227
4286
|
# Updates the specified target group.
|
4228
4287
|
#
|
4229
|
-
# @option params [required, Types::HealthCheckConfig] :health_check
|
4230
|
-
# The health check configuration.
|
4231
|
-
#
|
4232
4288
|
# @option params [required, String] :target_group_identifier
|
4233
4289
|
# The ID or ARN of the target group.
|
4234
4290
|
#
|
4291
|
+
# @option params [required, Types::HealthCheckConfig] :health_check
|
4292
|
+
# The health check configuration.
|
4293
|
+
#
|
4235
4294
|
# @return [Types::UpdateTargetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4236
4295
|
#
|
4237
|
-
# * {Types::UpdateTargetGroupResponse#arn #arn} => String
|
4238
|
-
# * {Types::UpdateTargetGroupResponse#config #config} => Types::TargetGroupConfig
|
4239
4296
|
# * {Types::UpdateTargetGroupResponse#id #id} => String
|
4297
|
+
# * {Types::UpdateTargetGroupResponse#arn #arn} => String
|
4240
4298
|
# * {Types::UpdateTargetGroupResponse#name #name} => String
|
4241
|
-
# * {Types::UpdateTargetGroupResponse#status #status} => String
|
4242
4299
|
# * {Types::UpdateTargetGroupResponse#type #type} => String
|
4300
|
+
# * {Types::UpdateTargetGroupResponse#config #config} => Types::TargetGroupConfig
|
4301
|
+
# * {Types::UpdateTargetGroupResponse#status #status} => String
|
4243
4302
|
#
|
4244
4303
|
# @example Request syntax with placeholder values
|
4245
4304
|
#
|
4246
4305
|
# resp = client.update_target_group({
|
4306
|
+
# target_group_identifier: "TargetGroupIdentifier", # required
|
4247
4307
|
# health_check: { # required
|
4248
4308
|
# enabled: false,
|
4309
|
+
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP
|
4310
|
+
# protocol_version: "HTTP1", # accepts HTTP1, HTTP2
|
4311
|
+
# port: 1,
|
4312
|
+
# path: "HealthCheckPath",
|
4249
4313
|
# health_check_interval_seconds: 1,
|
4250
4314
|
# health_check_timeout_seconds: 1,
|
4251
4315
|
# healthy_threshold_count: 1,
|
4316
|
+
# unhealthy_threshold_count: 1,
|
4252
4317
|
# matcher: {
|
4253
4318
|
# http_code: "HttpCodeMatcher",
|
4254
4319
|
# },
|
4255
|
-
# path: "HealthCheckPath",
|
4256
|
-
# port: 1,
|
4257
|
-
# protocol: "HTTP", # accepts HTTP, HTTPS, TCP
|
4258
|
-
# protocol_version: "HTTP1", # accepts HTTP1, HTTP2
|
4259
|
-
# unhealthy_threshold_count: 1,
|
4260
4320
|
# },
|
4261
|
-
# target_group_identifier: "TargetGroupIdentifier", # required
|
4262
4321
|
# })
|
4263
4322
|
#
|
4264
4323
|
# @example Response structure
|
4265
4324
|
#
|
4325
|
+
# resp.id #=> String
|
4266
4326
|
# resp.arn #=> String
|
4327
|
+
# resp.name #=> String
|
4328
|
+
# resp.type #=> String, one of "IP", "LAMBDA", "INSTANCE", "ALB"
|
4329
|
+
# resp.config.port #=> Integer
|
4330
|
+
# resp.config.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
4331
|
+
# resp.config.protocol_version #=> String, one of "HTTP1", "HTTP2", "GRPC"
|
4332
|
+
# resp.config.ip_address_type #=> String, one of "IPV4", "IPV6"
|
4333
|
+
# resp.config.vpc_identifier #=> String
|
4267
4334
|
# resp.config.health_check.enabled #=> Boolean
|
4335
|
+
# resp.config.health_check.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
4336
|
+
# resp.config.health_check.protocol_version #=> String, one of "HTTP1", "HTTP2"
|
4337
|
+
# resp.config.health_check.port #=> Integer
|
4338
|
+
# resp.config.health_check.path #=> String
|
4268
4339
|
# resp.config.health_check.health_check_interval_seconds #=> Integer
|
4269
4340
|
# resp.config.health_check.health_check_timeout_seconds #=> Integer
|
4270
4341
|
# resp.config.health_check.healthy_threshold_count #=> Integer
|
4271
|
-
# resp.config.health_check.matcher.http_code #=> String
|
4272
|
-
# resp.config.health_check.path #=> String
|
4273
|
-
# resp.config.health_check.port #=> Integer
|
4274
|
-
# resp.config.health_check.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
4275
|
-
# resp.config.health_check.protocol_version #=> String, one of "HTTP1", "HTTP2"
|
4276
4342
|
# resp.config.health_check.unhealthy_threshold_count #=> Integer
|
4277
|
-
# resp.config.
|
4343
|
+
# resp.config.health_check.matcher.http_code #=> String
|
4278
4344
|
# resp.config.lambda_event_structure_version #=> String, one of "V1", "V2"
|
4279
|
-
# resp.config.port #=> Integer
|
4280
|
-
# resp.config.protocol #=> String, one of "HTTP", "HTTPS", "TCP"
|
4281
|
-
# resp.config.protocol_version #=> String, one of "HTTP1", "HTTP2", "GRPC"
|
4282
|
-
# resp.config.vpc_identifier #=> String
|
4283
|
-
# resp.id #=> String
|
4284
|
-
# resp.name #=> String
|
4285
4345
|
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED"
|
4286
|
-
# resp.type #=> String, one of "IP", "LAMBDA", "INSTANCE", "ALB"
|
4287
4346
|
#
|
4288
4347
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/UpdateTargetGroup AWS API Documentation
|
4289
4348
|
#
|
@@ -4312,7 +4371,7 @@ module Aws::VPCLattice
|
|
4312
4371
|
tracer: tracer
|
4313
4372
|
)
|
4314
4373
|
context[:gem_name] = 'aws-sdk-vpclattice'
|
4315
|
-
context[:gem_version] = '1.
|
4374
|
+
context[:gem_version] = '1.37.0'
|
4316
4375
|
Seahorse::Client::Request.new(handlers, context)
|
4317
4376
|
end
|
4318
4377
|
|