aws-sdk-apigateway 1.34.0 → 1.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9d2c20ff687da6ce701971e50b0f29dc9be2269
4
- data.tar.gz: e2c7e798d624c759ab70404aa8216f3941cbb755
3
+ metadata.gz: db6d71e8d68e6601cde54c5c56fe3552d783f8c8
4
+ data.tar.gz: f467700a2ea8a081d58b0c2d75c0f1d6460ff7e0
5
5
  SHA512:
6
- metadata.gz: c5dff9413dbedd1d7539d375a7f7b9cb54d0e3c6ae7a6f9bf750dd1ac4fa892e2598eaea7219e00d55276f222d5a1a2fc9f396821de699f62dafcc18a1a4b664
7
- data.tar.gz: dc196be9daa11a912aa1d97c5729fc600f1946f7baf8852441c5a809422b344200d11d050ab20d31cc0c53ea072986bdf92767f9783e8424d872604876f8f387
6
+ metadata.gz: 8f771d6507a71aee8d0ef40e103527e0373d3d631984bc883ef9298a8168a4d2aa3e1dc2a4eddbfdd41efc46214f0fa669c623f17932cea5bbabb245996fa7d6
7
+ data.tar.gz: 1c190d44304916f287c887cb49a4c429b52dbe6b0c283e909fd5186afb8c8f7ad49e19020691224660cfea724c131197988b30ca9343b1b4e384ece63dd628f6
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-apigateway/customizations'
42
42
  # @service
43
43
  module Aws::APIGateway
44
44
 
45
- GEM_VERSION = '1.34.0'
45
+ GEM_VERSION = '1.35.0'
46
46
 
47
47
  end
@@ -795,6 +795,7 @@ module Aws::APIGateway
795
795
  # regional_certificate_arn: "String",
796
796
  # endpoint_configuration: {
797
797
  # types: ["REGIONAL"], # accepts REGIONAL, EDGE, PRIVATE
798
+ # vpc_endpoint_ids: ["String"],
798
799
  # },
799
800
  # tags: {
800
801
  # "String" => "String",
@@ -816,6 +817,8 @@ module Aws::APIGateway
816
817
  # resp.distribution_hosted_zone_id #=> String
817
818
  # resp.endpoint_configuration.types #=> Array
818
819
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
820
+ # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
821
+ # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
819
822
  # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING"
820
823
  # resp.domain_name_status_message #=> String
821
824
  # resp.security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
@@ -1089,6 +1092,7 @@ module Aws::APIGateway
1089
1092
  # api_key_source: "HEADER", # accepts HEADER, AUTHORIZER
1090
1093
  # endpoint_configuration: {
1091
1094
  # types: ["REGIONAL"], # accepts REGIONAL, EDGE, PRIVATE
1095
+ # vpc_endpoint_ids: ["String"],
1092
1096
  # },
1093
1097
  # policy: "String",
1094
1098
  # tags: {
@@ -1111,6 +1115,8 @@ module Aws::APIGateway
1111
1115
  # resp.api_key_source #=> String, one of "HEADER", "AUTHORIZER"
1112
1116
  # resp.endpoint_configuration.types #=> Array
1113
1117
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
1118
+ # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
1119
+ # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
1114
1120
  # resp.policy #=> String
1115
1121
  # resp.tags #=> Hash
1116
1122
  # resp.tags["String"] #=> String
@@ -2810,6 +2816,8 @@ module Aws::APIGateway
2810
2816
  # resp.distribution_hosted_zone_id #=> String
2811
2817
  # resp.endpoint_configuration.types #=> Array
2812
2818
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
2819
+ # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
2820
+ # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
2813
2821
  # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING"
2814
2822
  # resp.domain_name_status_message #=> String
2815
2823
  # resp.security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
@@ -2860,6 +2868,8 @@ module Aws::APIGateway
2860
2868
  # resp.items[0].distribution_hosted_zone_id #=> String
2861
2869
  # resp.items[0].endpoint_configuration.types #=> Array
2862
2870
  # resp.items[0].endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
2871
+ # resp.items[0].endpoint_configuration.vpc_endpoint_ids #=> Array
2872
+ # resp.items[0].endpoint_configuration.vpc_endpoint_ids[0] #=> String
2863
2873
  # resp.items[0].domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING"
2864
2874
  # resp.items[0].domain_name_status_message #=> String
2865
2875
  # resp.items[0].security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
@@ -3714,6 +3724,8 @@ module Aws::APIGateway
3714
3724
  # resp.api_key_source #=> String, one of "HEADER", "AUTHORIZER"
3715
3725
  # resp.endpoint_configuration.types #=> Array
3716
3726
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
3727
+ # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
3728
+ # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
3717
3729
  # resp.policy #=> String
3718
3730
  # resp.tags #=> Hash
3719
3731
  # resp.tags["String"] #=> String
@@ -3763,6 +3775,8 @@ module Aws::APIGateway
3763
3775
  # resp.items[0].api_key_source #=> String, one of "HEADER", "AUTHORIZER"
3764
3776
  # resp.items[0].endpoint_configuration.types #=> Array
3765
3777
  # resp.items[0].endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
3778
+ # resp.items[0].endpoint_configuration.vpc_endpoint_ids #=> Array
3779
+ # resp.items[0].endpoint_configuration.vpc_endpoint_ids[0] #=> String
3766
3780
  # resp.items[0].policy #=> String
3767
3781
  # resp.items[0].tags #=> Hash
3768
3782
  # resp.items[0].tags["String"] #=> String
@@ -4586,6 +4600,8 @@ module Aws::APIGateway
4586
4600
  # resp.api_key_source #=> String, one of "HEADER", "AUTHORIZER"
4587
4601
  # resp.endpoint_configuration.types #=> Array
4588
4602
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
4603
+ # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
4604
+ # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
4589
4605
  # resp.policy #=> String
4590
4606
  # resp.tags #=> Hash
4591
4607
  # resp.tags["String"] #=> String
@@ -5265,6 +5281,8 @@ module Aws::APIGateway
5265
5281
  # resp.api_key_source #=> String, one of "HEADER", "AUTHORIZER"
5266
5282
  # resp.endpoint_configuration.types #=> Array
5267
5283
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
5284
+ # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
5285
+ # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
5268
5286
  # resp.policy #=> String
5269
5287
  # resp.tags #=> Hash
5270
5288
  # resp.tags["String"] #=> String
@@ -5979,6 +5997,8 @@ module Aws::APIGateway
5979
5997
  # resp.distribution_hosted_zone_id #=> String
5980
5998
  # resp.endpoint_configuration.types #=> Array
5981
5999
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
6000
+ # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
6001
+ # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
5982
6002
  # resp.domain_name_status #=> String, one of "AVAILABLE", "UPDATING", "PENDING"
5983
6003
  # resp.domain_name_status_message #=> String
5984
6004
  # resp.security_policy #=> String, one of "TLS_1_0", "TLS_1_2"
@@ -6608,6 +6628,8 @@ module Aws::APIGateway
6608
6628
  # resp.api_key_source #=> String, one of "HEADER", "AUTHORIZER"
6609
6629
  # resp.endpoint_configuration.types #=> Array
6610
6630
  # resp.endpoint_configuration.types[0] #=> String, one of "REGIONAL", "EDGE", "PRIVATE"
6631
+ # resp.endpoint_configuration.vpc_endpoint_ids #=> Array
6632
+ # resp.endpoint_configuration.vpc_endpoint_ids[0] #=> String
6611
6633
  # resp.policy #=> String
6612
6634
  # resp.tags #=> Hash
6613
6635
  # resp.tags["String"] #=> String
@@ -6893,7 +6915,7 @@ module Aws::APIGateway
6893
6915
  params: params,
6894
6916
  config: config)
6895
6917
  context[:gem_name] = 'aws-sdk-apigateway'
6896
- context[:gem_version] = '1.34.0'
6918
+ context[:gem_version] = '1.35.0'
6897
6919
  Seahorse::Client::Request.new(handlers, context)
6898
6920
  end
6899
6921
 
@@ -631,6 +631,7 @@ module Aws::APIGateway
631
631
  DomainNames.struct_class = Types::DomainNames
632
632
 
633
633
  EndpointConfiguration.add_member(:types, Shapes::ShapeRef.new(shape: ListOfEndpointType, location_name: "types"))
634
+ EndpointConfiguration.add_member(:vpc_endpoint_ids, Shapes::ShapeRef.new(shape: ListOfString, location_name: "vpcEndpointIds"))
634
635
  EndpointConfiguration.struct_class = Types::EndpointConfiguration
635
636
 
636
637
  ExportResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "Content-Type"))
@@ -1758,6 +1759,7 @@ module Aws::APIGateway
1758
1759
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1759
1760
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1760
1761
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1762
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1761
1763
  end)
1762
1764
 
1763
1765
  api.add_operation(:delete_gateway_response, Seahorse::Model::Operation.new.tap do |o|
@@ -1009,6 +1009,7 @@ module Aws::APIGateway
1009
1009
  # regional_certificate_arn: "String",
1010
1010
  # endpoint_configuration: {
1011
1011
  # types: ["REGIONAL"], # accepts REGIONAL, EDGE, PRIVATE
1012
+ # vpc_endpoint_ids: ["String"],
1012
1013
  # },
1013
1014
  # tags: {
1014
1015
  # "String" => "String",
@@ -1227,6 +1228,7 @@ module Aws::APIGateway
1227
1228
  # api_key_source: "HEADER", # accepts HEADER, AUTHORIZER
1228
1229
  # endpoint_configuration: {
1229
1230
  # types: ["REGIONAL"], # accepts REGIONAL, EDGE, PRIVATE
1231
+ # vpc_endpoint_ids: ["String"],
1230
1232
  # },
1231
1233
  # policy: "String",
1232
1234
  # tags: {
@@ -2643,6 +2645,7 @@ module Aws::APIGateway
2643
2645
  #
2644
2646
  # {
2645
2647
  # types: ["REGIONAL"], # accepts REGIONAL, EDGE, PRIVATE
2648
+ # vpc_endpoint_ids: ["String"],
2646
2649
  # }
2647
2650
  #
2648
2651
  # @!attribute [rw] types
@@ -2653,8 +2656,14 @@ module Aws::APIGateway
2653
2656
  # API, the endpoint type is `PRIVATE`.
2654
2657
  # @return [Array<String>]
2655
2658
  #
2659
+ # @!attribute [rw] vpc_endpoint_ids
2660
+ # A list of VpcEndpointIds of an API (RestApi) against which to create
2661
+ # Route53 ALIASes. It is only supported for `PRIVATE` endpoint type.
2662
+ # @return [Array<String>]
2663
+ #
2656
2664
  class EndpointConfiguration < Struct.new(
2657
- :types)
2665
+ :types,
2666
+ :vpc_endpoint_ids)
2658
2667
  include Aws::Structure
2659
2668
  end
2660
2669
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core