aws-sdk-apigateway 1.21.0 → 1.22.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3b1bcba486105d5c7f1ddb839198c7fb202c9b1
|
4
|
+
data.tar.gz: f0c53701ec5046e45f2c3128279af9e44d6e435b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 945e57ef9f4479c604401adc16d3512447dc706a858ea59d1535a7a0390827950132f639dde8ce3d898c8d01a0f4efd96ff370296b179b2abc8ab87d59b8b4f1
|
7
|
+
data.tar.gz: 21adfcc7779e4b45b249c9589abd7dc3a3a0ab7437ac568de1e61cac6b0600a1bda5135b0241ce4ea50ba560929918f7d2bab9253b1535faf7ebb7cc9983e17f
|
data/lib/aws-sdk-apigateway.rb
CHANGED
@@ -1057,6 +1057,7 @@ module Aws::APIGateway
|
|
1057
1057
|
# * {Types::Stage#access_log_settings #access_log_settings} => Types::AccessLogSettings
|
1058
1058
|
# * {Types::Stage#canary_settings #canary_settings} => Types::CanarySettings
|
1059
1059
|
# * {Types::Stage#tracing_enabled #tracing_enabled} => Boolean
|
1060
|
+
# * {Types::Stage#web_acl_arn #web_acl_arn} => String
|
1060
1061
|
# * {Types::Stage#tags #tags} => Hash<String,String>
|
1061
1062
|
# * {Types::Stage#created_date #created_date} => Time
|
1062
1063
|
# * {Types::Stage#last_updated_date #last_updated_date} => Time
|
@@ -1119,6 +1120,7 @@ module Aws::APIGateway
|
|
1119
1120
|
# resp.canary_settings.stage_variable_overrides["String"] #=> String
|
1120
1121
|
# resp.canary_settings.use_stage_cache #=> Boolean
|
1121
1122
|
# resp.tracing_enabled #=> Boolean
|
1123
|
+
# resp.web_acl_arn #=> String
|
1122
1124
|
# resp.tags #=> Hash
|
1123
1125
|
# resp.tags["String"] #=> String
|
1124
1126
|
# resp.created_date #=> Time
|
@@ -3735,6 +3737,7 @@ module Aws::APIGateway
|
|
3735
3737
|
# * {Types::Stage#access_log_settings #access_log_settings} => Types::AccessLogSettings
|
3736
3738
|
# * {Types::Stage#canary_settings #canary_settings} => Types::CanarySettings
|
3737
3739
|
# * {Types::Stage#tracing_enabled #tracing_enabled} => Boolean
|
3740
|
+
# * {Types::Stage#web_acl_arn #web_acl_arn} => String
|
3738
3741
|
# * {Types::Stage#tags #tags} => Hash<String,String>
|
3739
3742
|
# * {Types::Stage#created_date #created_date} => Time
|
3740
3743
|
# * {Types::Stage#last_updated_date #last_updated_date} => Time
|
@@ -3777,6 +3780,7 @@ module Aws::APIGateway
|
|
3777
3780
|
# resp.canary_settings.stage_variable_overrides["String"] #=> String
|
3778
3781
|
# resp.canary_settings.use_stage_cache #=> Boolean
|
3779
3782
|
# resp.tracing_enabled #=> Boolean
|
3783
|
+
# resp.web_acl_arn #=> String
|
3780
3784
|
# resp.tags #=> Hash
|
3781
3785
|
# resp.tags["String"] #=> String
|
3782
3786
|
# resp.created_date #=> Time
|
@@ -3840,6 +3844,7 @@ module Aws::APIGateway
|
|
3840
3844
|
# resp.item[0].canary_settings.stage_variable_overrides["String"] #=> String
|
3841
3845
|
# resp.item[0].canary_settings.use_stage_cache #=> Boolean
|
3842
3846
|
# resp.item[0].tracing_enabled #=> Boolean
|
3847
|
+
# resp.item[0].web_acl_arn #=> String
|
3843
3848
|
# resp.item[0].tags #=> Hash
|
3844
3849
|
# resp.item[0].tags["String"] #=> String
|
3845
3850
|
# resp.item[0].created_date #=> Time
|
@@ -6424,6 +6429,7 @@ module Aws::APIGateway
|
|
6424
6429
|
# * {Types::Stage#access_log_settings #access_log_settings} => Types::AccessLogSettings
|
6425
6430
|
# * {Types::Stage#canary_settings #canary_settings} => Types::CanarySettings
|
6426
6431
|
# * {Types::Stage#tracing_enabled #tracing_enabled} => Boolean
|
6432
|
+
# * {Types::Stage#web_acl_arn #web_acl_arn} => String
|
6427
6433
|
# * {Types::Stage#tags #tags} => Hash<String,String>
|
6428
6434
|
# * {Types::Stage#created_date #created_date} => Time
|
6429
6435
|
# * {Types::Stage#last_updated_date #last_updated_date} => Time
|
@@ -6474,6 +6480,7 @@ module Aws::APIGateway
|
|
6474
6480
|
# resp.canary_settings.stage_variable_overrides["String"] #=> String
|
6475
6481
|
# resp.canary_settings.use_stage_cache #=> Boolean
|
6476
6482
|
# resp.tracing_enabled #=> Boolean
|
6483
|
+
# resp.web_acl_arn #=> String
|
6477
6484
|
# resp.tags #=> Hash
|
6478
6485
|
# resp.tags["String"] #=> String
|
6479
6486
|
# resp.created_date #=> Time
|
@@ -6662,7 +6669,7 @@ module Aws::APIGateway
|
|
6662
6669
|
params: params,
|
6663
6670
|
config: config)
|
6664
6671
|
context[:gem_name] = 'aws-sdk-apigateway'
|
6665
|
-
context[:gem_version] = '1.
|
6672
|
+
context[:gem_version] = '1.22.0'
|
6666
6673
|
Seahorse::Client::Request.new(handlers, context)
|
6667
6674
|
end
|
6668
6675
|
|
@@ -1185,6 +1185,7 @@ module Aws::APIGateway
|
|
1185
1185
|
Stage.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
|
1186
1186
|
Stage.add_member(:canary_settings, Shapes::ShapeRef.new(shape: CanarySettings, location_name: "canarySettings"))
|
1187
1187
|
Stage.add_member(:tracing_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "tracingEnabled"))
|
1188
|
+
Stage.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: String, location_name: "webAclArn"))
|
1188
1189
|
Stage.add_member(:tags, Shapes::ShapeRef.new(shape: MapOfStringToString, location_name: "tags"))
|
1189
1190
|
Stage.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
|
1190
1191
|
Stage.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
|
@@ -6246,6 +6246,10 @@ module Aws::APIGateway
|
|
6246
6246
|
# Stage.
|
6247
6247
|
# @return [Boolean]
|
6248
6248
|
#
|
6249
|
+
# @!attribute [rw] web_acl_arn
|
6250
|
+
# The ARN of the WebAcl associated with the Stage.
|
6251
|
+
# @return [String]
|
6252
|
+
#
|
6249
6253
|
# @!attribute [rw] tags
|
6250
6254
|
# The collection of tags. Each tag element is associated with a given
|
6251
6255
|
# resource.
|
@@ -6273,6 +6277,7 @@ module Aws::APIGateway
|
|
6273
6277
|
:access_log_settings,
|
6274
6278
|
:canary_settings,
|
6275
6279
|
:tracing_enabled,
|
6280
|
+
:web_acl_arn,
|
6276
6281
|
:tags,
|
6277
6282
|
:created_date,
|
6278
6283
|
:last_updated_date)
|
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.
|
4
|
+
version: 1.22.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: 2018-
|
11
|
+
date: 2018-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|