aws-sdk-kinesisanalytics 1.19.0 → 1.20.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: 2f119a8fed89f157463035e46029c5f902870682
4
- data.tar.gz: 2ebc01aa87ee7311406433147292d5ebea88218e
3
+ metadata.gz: 1d5f27c01c983c23207076ddb3a4dee83602635e
4
+ data.tar.gz: bb7747cc08f4eeb2d83cf5e763772c10af1f5f91
5
5
  SHA512:
6
- metadata.gz: ef4d3af16a6c1007bc1a3316acc3653e5fbe8f42a508dc795cc2eabca391a20189b81a79d9980e492f682894e44284c180ebc694ec0d7e82be5ec0d92ee80386
7
- data.tar.gz: 6156374defefe91b3a65455c1a2e524695eba883a0102185fd1f8bca343f3eb1c3f8848e928c78353935659593899a3ce230005c4d1db8aafe388957a131b03c
6
+ metadata.gz: 2b2d903c6914e75f7774f2a62ee905cf8ccc9edec4cd66e7426d3d30607d23c0ed73cbb84eb2817ed89d04e0cdbb868d5c47031ed617ec9fcbfc2a5208d35dfe
7
+ data.tar.gz: 62d46288654a6878fb2191d9ca1add125d16670c4abb82b80b32afdb2485c8535e00cb209f05c530d601397bdf525d49704b6cc7cd6ec4bd67779708569bffcc
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalytics/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalytics
44
44
 
45
- GEM_VERSION = '1.19.0'
45
+ GEM_VERSION = '1.20.0'
46
46
 
47
47
  end
@@ -822,12 +822,11 @@ module Aws::KinesisAnalytics
822
822
  # key-value pair that identifies an application. Note that the maximum
823
823
  # number of application tags includes system tags. The maximum number of
824
824
  # user-defined application tags is 50. For more information, see [Using
825
- # Cost Allocation Tags][1] in the *AWS Billing and Cost Management
826
- # Guide*.
825
+ # Tagging][1].
827
826
  #
828
827
  #
829
828
  #
830
- # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html
829
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
831
830
  #
832
831
  # @return [Types::CreateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
833
832
  #
@@ -1475,7 +1474,12 @@ module Aws::KinesisAnalytics
1475
1474
  req.send_request(options)
1476
1475
  end
1477
1476
 
1478
- # Retrieves the list of key-value tags assigned to the application.
1477
+ # Retrieves the list of key-value tags assigned to the application. For
1478
+ # more information, see [Using Tagging][1].
1479
+ #
1480
+ #
1481
+ #
1482
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
1479
1483
  #
1480
1484
  # @option params [required, String] :resource_arn
1481
1485
  # The ARN of the application for which to retrieve tags.
@@ -1613,7 +1617,12 @@ module Aws::KinesisAnalytics
1613
1617
 
1614
1618
  # Adds one or more key-value tags to a Kinesis Analytics application.
1615
1619
  # Note that the maximum number of application tags includes system tags.
1616
- # The maximum number of user-defined application tags is 50.
1620
+ # The maximum number of user-defined application tags is 50. For more
1621
+ # information, see [Using Tagging][1].
1622
+ #
1623
+ #
1624
+ #
1625
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
1617
1626
  #
1618
1627
  # @option params [required, String] :resource_arn
1619
1628
  # The ARN of the application to assign the tags.
@@ -1644,7 +1653,12 @@ module Aws::KinesisAnalytics
1644
1653
  req.send_request(options)
1645
1654
  end
1646
1655
 
1647
- # Removes one or more tags from a Kinesis Analytics application.
1656
+ # Removes one or more tags from a Kinesis Analytics application. For
1657
+ # more information, see [Using Tagging][1].
1658
+ #
1659
+ #
1660
+ #
1661
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
1648
1662
  #
1649
1663
  # @option params [required, String] :resource_arn
1650
1664
  # The ARN of the Kinesis Analytics application from which to remove the
@@ -1843,7 +1857,7 @@ module Aws::KinesisAnalytics
1843
1857
  params: params,
1844
1858
  config: config)
1845
1859
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
1846
- context[:gem_version] = '1.19.0'
1860
+ context[:gem_version] = '1.20.0'
1847
1861
  Seahorse::Client::Request.new(handlers, context)
1848
1862
  end
1849
1863
 
@@ -946,12 +946,11 @@ module Aws::KinesisAnalytics
946
946
  # key-value pair that identifies an application. Note that the maximum
947
947
  # number of application tags includes system tags. The maximum number
948
948
  # of user-defined application tags is 50. For more information, see
949
- # [Using Cost Allocation Tags][1] in the *AWS Billing and Cost
950
- # Management Guide*.
949
+ # [Using Tagging][1].
951
950
  #
952
951
  #
953
952
  #
954
- # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html
953
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
955
954
  # @return [Array<Types::Tag>]
956
955
  #
957
956
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/CreateApplicationRequest AWS API Documentation
@@ -1683,7 +1682,7 @@ module Aws::KinesisAnalytics
1683
1682
  #
1684
1683
  #
1685
1684
  #
1686
- # [1]: https://docs.aws.amazon.com/ambda/
1685
+ # [1]: https://docs.aws.amazon.com/lambda/
1687
1686
  # @return [String]
1688
1687
  #
1689
1688
  # @!attribute [rw] role_arn_update
@@ -3112,9 +3111,12 @@ module Aws::KinesisAnalytics
3112
3111
 
3113
3112
  # Discovery failed to get a record from the streaming source because of
3114
3113
  # the Amazon Kinesis Streams ProvisionedThroughputExceededException. For
3115
- # more information, see
3116
- # [GetRecords](kinesis/latest/APIReference/API_GetRecords.html) in the
3117
- # Amazon Kinesis Streams API Reference.
3114
+ # more information, see [GetRecords][1] in the Amazon Kinesis Streams
3115
+ # API Reference.
3116
+ #
3117
+ #
3118
+ #
3119
+ # [1]: https://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html
3118
3120
  #
3119
3121
  # @!attribute [rw] message
3120
3122
  # @return [String]
@@ -3396,12 +3398,11 @@ module Aws::KinesisAnalytics
3396
3398
  # tag value is replaced with the value that you specify in the request.
3397
3399
  # Note that the maximum number of application tags includes system tags.
3398
3400
  # The maximum number of user-defined application tags is 50. For more
3399
- # information, see [Using Cost Allocation Tags][1] in the *AWS Billing
3400
- # and Cost Management Guide*.
3401
+ # information, see [Using Tagging][1].
3401
3402
  #
3402
3403
  #
3403
3404
  #
3404
- # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html
3405
+ # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html
3405
3406
  #
3406
3407
  # @note When making an API call, you may pass Tag
3407
3408
  # data as a hash:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core