aws-sdk-apigateway 1.15.0 → 1.16.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: 3ea8631b8191d232e75b9f1f4658c6dd62f15cf8
4
- data.tar.gz: 36d2b15f6a6c468d4b96cd9f158714049df57214
3
+ metadata.gz: 9362ef13e8682cc24936d44d736af611de40576f
4
+ data.tar.gz: 56a428332da56a2d9d10cdab2a89785c9471b539
5
5
  SHA512:
6
- metadata.gz: 949812487ff508a8d6f086af0a8422e32245d8d31a2863efa3c00940abcf4343c6a64e369586277e4ef56c3aed352f4d57a2e8652035b3c03880139d57f72e38
7
- data.tar.gz: 6860557ce01da7f159b4734516b9dd74ea12fe11d966194e1d7ac60958325ddc956f00cede5d40a7dde5b3a821e48d33687144d0195a9acd1d710205d2893e19
6
+ metadata.gz: 2d657ecbfbc8a37c90917dd06a25153ea0881ba6b3ca4fde48c9041037ebbde05f62f0ca8ffdc61552266d84771b8fcea672567416cf67d41dbaa87b464df40d
7
+ data.tar.gz: 662f604d17a343397b8f8cbfdf8ad86c3a92d3e68f3a355c52404a5b446a5989440a8ca2e484c9462c6a7609769aa12e42993342cb92398cc0e90894c4be39b1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-apigateway/customizations'
42
42
  # @service
43
43
  module Aws::APIGateway
44
44
 
45
- GEM_VERSION = '1.15.0'
45
+ GEM_VERSION = '1.16.0'
46
46
 
47
47
  end
@@ -481,6 +481,9 @@ module Aws::APIGateway
481
481
  # The input configuration for the canary deployment when the deployment
482
482
  # is a canary release deployment.
483
483
  #
484
+ # @option params [Boolean] :tracing_enabled
485
+ # Specifies whether active tracing with X-ray is enabled for the Stage.
486
+ #
484
487
  # @return [Types::Deployment] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
485
488
  #
486
489
  # * {Types::Deployment#id #id} => String
@@ -507,6 +510,7 @@ module Aws::APIGateway
507
510
  # },
508
511
  # use_stage_cache: false,
509
512
  # },
513
+ # tracing_enabled: false,
510
514
  # })
511
515
  #
512
516
  # @example Response structure
@@ -1028,6 +1032,9 @@ module Aws::APIGateway
1028
1032
  # @option params [Types::CanarySettings] :canary_settings
1029
1033
  # The canary deployment settings of this stage.
1030
1034
  #
1035
+ # @option params [Boolean] :tracing_enabled
1036
+ # Specifies whether active tracing with X-ray is enabled for the Stage.
1037
+ #
1031
1038
  # @option params [Hash<String,String>] :tags
1032
1039
  # The key-value map of strings. The valid character set is
1033
1040
  # \[a-zA-Z+-=.\_:/\]. The tag key can be up to 128 characters and must
@@ -1047,6 +1054,7 @@ module Aws::APIGateway
1047
1054
  # * {Types::Stage#documentation_version #documentation_version} => String
1048
1055
  # * {Types::Stage#access_log_settings #access_log_settings} => Types::AccessLogSettings
1049
1056
  # * {Types::Stage#canary_settings #canary_settings} => Types::CanarySettings
1057
+ # * {Types::Stage#tracing_enabled #tracing_enabled} => Boolean
1050
1058
  # * {Types::Stage#tags #tags} => Hash&lt;String,String&gt;
1051
1059
  # * {Types::Stage#created_date #created_date} => Time
1052
1060
  # * {Types::Stage#last_updated_date #last_updated_date} => Time
@@ -1072,6 +1080,7 @@ module Aws::APIGateway
1072
1080
  # },
1073
1081
  # use_stage_cache: false,
1074
1082
  # },
1083
+ # tracing_enabled: false,
1075
1084
  # tags: {
1076
1085
  # "String" => "String",
1077
1086
  # },
@@ -1107,6 +1116,7 @@ module Aws::APIGateway
1107
1116
  # resp.canary_settings.stage_variable_overrides #=> Hash
1108
1117
  # resp.canary_settings.stage_variable_overrides["String"] #=> String
1109
1118
  # resp.canary_settings.use_stage_cache #=> Boolean
1119
+ # resp.tracing_enabled #=> Boolean
1110
1120
  # resp.tags #=> Hash
1111
1121
  # resp.tags["String"] #=> String
1112
1122
  # resp.created_date #=> Time
@@ -3722,6 +3732,7 @@ module Aws::APIGateway
3722
3732
  # * {Types::Stage#documentation_version #documentation_version} => String
3723
3733
  # * {Types::Stage#access_log_settings #access_log_settings} => Types::AccessLogSettings
3724
3734
  # * {Types::Stage#canary_settings #canary_settings} => Types::CanarySettings
3735
+ # * {Types::Stage#tracing_enabled #tracing_enabled} => Boolean
3725
3736
  # * {Types::Stage#tags #tags} => Hash&lt;String,String&gt;
3726
3737
  # * {Types::Stage#created_date #created_date} => Time
3727
3738
  # * {Types::Stage#last_updated_date #last_updated_date} => Time
@@ -3763,6 +3774,7 @@ module Aws::APIGateway
3763
3774
  # resp.canary_settings.stage_variable_overrides #=> Hash
3764
3775
  # resp.canary_settings.stage_variable_overrides["String"] #=> String
3765
3776
  # resp.canary_settings.use_stage_cache #=> Boolean
3777
+ # resp.tracing_enabled #=> Boolean
3766
3778
  # resp.tags #=> Hash
3767
3779
  # resp.tags["String"] #=> String
3768
3780
  # resp.created_date #=> Time
@@ -3825,6 +3837,7 @@ module Aws::APIGateway
3825
3837
  # resp.item[0].canary_settings.stage_variable_overrides #=> Hash
3826
3838
  # resp.item[0].canary_settings.stage_variable_overrides["String"] #=> String
3827
3839
  # resp.item[0].canary_settings.use_stage_cache #=> Boolean
3840
+ # resp.item[0].tracing_enabled #=> Boolean
3828
3841
  # resp.item[0].tags #=> Hash
3829
3842
  # resp.item[0].tags["String"] #=> String
3830
3843
  # resp.item[0].created_date #=> Time
@@ -6389,6 +6402,7 @@ module Aws::APIGateway
6389
6402
  # * {Types::Stage#documentation_version #documentation_version} => String
6390
6403
  # * {Types::Stage#access_log_settings #access_log_settings} => Types::AccessLogSettings
6391
6404
  # * {Types::Stage#canary_settings #canary_settings} => Types::CanarySettings
6405
+ # * {Types::Stage#tracing_enabled #tracing_enabled} => Boolean
6392
6406
  # * {Types::Stage#tags #tags} => Hash&lt;String,String&gt;
6393
6407
  # * {Types::Stage#created_date #created_date} => Time
6394
6408
  # * {Types::Stage#last_updated_date #last_updated_date} => Time
@@ -6438,6 +6452,7 @@ module Aws::APIGateway
6438
6452
  # resp.canary_settings.stage_variable_overrides #=> Hash
6439
6453
  # resp.canary_settings.stage_variable_overrides["String"] #=> String
6440
6454
  # resp.canary_settings.use_stage_cache #=> Boolean
6455
+ # resp.tracing_enabled #=> Boolean
6441
6456
  # resp.tags #=> Hash
6442
6457
  # resp.tags["String"] #=> String
6443
6458
  # resp.created_date #=> Time
@@ -6626,7 +6641,7 @@ module Aws::APIGateway
6626
6641
  params: params,
6627
6642
  config: config)
6628
6643
  context[:gem_name] = 'aws-sdk-apigateway'
6629
- context[:gem_version] = '1.15.0'
6644
+ context[:gem_version] = '1.16.0'
6630
6645
  Seahorse::Client::Request.new(handlers, context)
6631
6646
  end
6632
6647
 
@@ -382,6 +382,7 @@ module Aws::APIGateway
382
382
  CreateDeploymentRequest.add_member(:cache_cluster_size, Shapes::ShapeRef.new(shape: CacheClusterSize, location_name: "cacheClusterSize"))
383
383
  CreateDeploymentRequest.add_member(:variables, Shapes::ShapeRef.new(shape: MapOfStringToString, location_name: "variables"))
384
384
  CreateDeploymentRequest.add_member(:canary_settings, Shapes::ShapeRef.new(shape: DeploymentCanarySettings, location_name: "canarySettings"))
385
+ CreateDeploymentRequest.add_member(:tracing_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "tracingEnabled"))
385
386
  CreateDeploymentRequest.struct_class = Types::CreateDeploymentRequest
386
387
 
387
388
  CreateDocumentationPartRequest.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "restapi_id"))
@@ -444,6 +445,7 @@ module Aws::APIGateway
444
445
  CreateStageRequest.add_member(:variables, Shapes::ShapeRef.new(shape: MapOfStringToString, location_name: "variables"))
445
446
  CreateStageRequest.add_member(:documentation_version, Shapes::ShapeRef.new(shape: String, location_name: "documentationVersion"))
446
447
  CreateStageRequest.add_member(:canary_settings, Shapes::ShapeRef.new(shape: CanarySettings, location_name: "canarySettings"))
448
+ CreateStageRequest.add_member(:tracing_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "tracingEnabled"))
447
449
  CreateStageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: MapOfStringToString, location_name: "tags"))
448
450
  CreateStageRequest.struct_class = Types::CreateStageRequest
449
451
 
@@ -1186,6 +1188,7 @@ module Aws::APIGateway
1186
1188
  Stage.add_member(:documentation_version, Shapes::ShapeRef.new(shape: String, location_name: "documentationVersion"))
1187
1189
  Stage.add_member(:access_log_settings, Shapes::ShapeRef.new(shape: AccessLogSettings, location_name: "accessLogSettings"))
1188
1190
  Stage.add_member(:canary_settings, Shapes::ShapeRef.new(shape: CanarySettings, location_name: "canarySettings"))
1191
+ Stage.add_member(:tracing_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "tracingEnabled"))
1189
1192
  Stage.add_member(:tags, Shapes::ShapeRef.new(shape: MapOfStringToString, location_name: "tags"))
1190
1193
  Stage.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdDate"))
1191
1194
  Stage.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDate"))
@@ -805,6 +805,7 @@ module Aws::APIGateway
805
805
  # },
806
806
  # use_stage_cache: false,
807
807
  # },
808
+ # tracing_enabled: false,
808
809
  # }
809
810
  #
810
811
  # @!attribute [rw] rest_api_id
@@ -847,6 +848,11 @@ module Aws::APIGateway
847
848
  # deployment is a canary release deployment.
848
849
  # @return [Types::DeploymentCanarySettings]
849
850
  #
851
+ # @!attribute [rw] tracing_enabled
852
+ # Specifies whether active tracing with X-ray is enabled for the
853
+ # Stage.
854
+ # @return [Boolean]
855
+ #
850
856
  class CreateDeploymentRequest < Struct.new(
851
857
  :rest_api_id,
852
858
  :stage_name,
@@ -855,7 +861,8 @@ module Aws::APIGateway
855
861
  :cache_cluster_enabled,
856
862
  :cache_cluster_size,
857
863
  :variables,
858
- :canary_settings)
864
+ :canary_settings,
865
+ :tracing_enabled)
859
866
  include Aws::Structure
860
867
  end
861
868
 
@@ -1241,6 +1248,7 @@ module Aws::APIGateway
1241
1248
  # },
1242
1249
  # use_stage_cache: false,
1243
1250
  # },
1251
+ # tracing_enabled: false,
1244
1252
  # tags: {
1245
1253
  # "String" => "String",
1246
1254
  # },
@@ -1285,6 +1293,11 @@ module Aws::APIGateway
1285
1293
  # The canary deployment settings of this stage.
1286
1294
  # @return [Types::CanarySettings]
1287
1295
  #
1296
+ # @!attribute [rw] tracing_enabled
1297
+ # Specifies whether active tracing with X-ray is enabled for the
1298
+ # Stage.
1299
+ # @return [Boolean]
1300
+ #
1288
1301
  # @!attribute [rw] tags
1289
1302
  # The key-value map of strings. The valid character set is
1290
1303
  # \[a-zA-Z+-=.\_:/\]. The tag key can be up to 128 characters and must
@@ -1301,6 +1314,7 @@ module Aws::APIGateway
1301
1314
  :variables,
1302
1315
  :documentation_version,
1303
1316
  :canary_settings,
1317
+ :tracing_enabled,
1304
1318
  :tags)
1305
1319
  include Aws::Structure
1306
1320
  end
@@ -4919,7 +4933,7 @@ module Aws::APIGateway
4919
4933
  # @return [Boolean]
4920
4934
  #
4921
4935
  # @!attribute [rw] logging_level
4922
- # Specifies the logging level for this method, which effects the log
4936
+ # Specifies the logging level for this method, which affects the log
4923
4937
  # entries pushed to Amazon CloudWatch Logs. The PATCH path for this
4924
4938
  # setting is `/\{method_setting_key\}/logging/loglevel`, and the
4925
4939
  # available levels are `OFF`, `ERROR`, and `INFO`.
@@ -4927,7 +4941,7 @@ module Aws::APIGateway
4927
4941
  #
4928
4942
  # @!attribute [rw] data_trace_enabled
4929
4943
  # Specifies whether data trace logging is enabled for this method,
4930
- # which effects the log entries pushed to Amazon CloudWatch Logs. The
4944
+ # which affects the log entries pushed to Amazon CloudWatch Logs. The
4931
4945
  # PATCH path for this setting is
4932
4946
  # `/\{method_setting_key\}/logging/dataTrace`, and the value is a
4933
4947
  # Boolean.
@@ -6227,6 +6241,11 @@ module Aws::APIGateway
6227
6241
  # Settings for the canary deployment in this stage.
6228
6242
  # @return [Types::CanarySettings]
6229
6243
  #
6244
+ # @!attribute [rw] tracing_enabled
6245
+ # Specifies whether active tracing with X-ray is enabled for the
6246
+ # Stage.
6247
+ # @return [Boolean]
6248
+ #
6230
6249
  # @!attribute [rw] tags
6231
6250
  # The collection of tags. Each tag element is associated with a given
6232
6251
  # resource.
@@ -6253,6 +6272,7 @@ module Aws::APIGateway
6253
6272
  :documentation_version,
6254
6273
  :access_log_settings,
6255
6274
  :canary_settings,
6275
+ :tracing_enabled,
6256
6276
  :tags,
6257
6277
  :created_date,
6258
6278
  :last_updated_date)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services