aws-sdk-iotanalytics 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: 1b8e19daa2c91a950b7c531c7c4c2338acfd0590
4
- data.tar.gz: 37eb4fa6ef2b9c9dc347b656c1d1945e794a8787
3
+ metadata.gz: 4825843ebeddf80da3fc56f274fc3d2a89e391bb
4
+ data.tar.gz: 65941adda91cb5e99f067fc0e6ab77f0ae257f1e
5
5
  SHA512:
6
- metadata.gz: 20e7404bea27cc156b91ccc06b1c895ec39b6757b04daf70ab1e82a48b795ef56a80e606b620eacccdf4fb7e7d834428c328e9981cc4dede47084b435a89f5ee
7
- data.tar.gz: 430c86cc4c501f5cc50d0d306084dfe5fb7f738e758053b87e05be83b96d145d73bd967a9b77dc5cbd1437f6c421bd8cbd4e90e6acac5c9643124de3f04e849e
6
+ metadata.gz: 71f004877aae2c77c6348bde7a191bb6c17f41ca315833dd7fb1e7e11aa26c8c87bfd6e32fd0e5ac3e85c5e6080250e561441853f0fc7331e3db0217922ae474
7
+ data.tar.gz: 73cc0aa8f808093e8ca0b64b83dfd6c0affe200251d9a73817b8c69c96de38e68ad8fd5c5acef37e3d9bc0d19cdfd1496b6e66821ec97d62a8f5f31d8d8298d8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iotanalytics/customizations'
42
42
  # @service
43
43
  module Aws::IoTAnalytics
44
44
 
45
- GEM_VERSION = '1.19.0'
45
+ GEM_VERSION = '1.20.0'
46
46
 
47
47
  end
@@ -1888,7 +1888,7 @@ module Aws::IoTAnalytics
1888
1888
  params: params,
1889
1889
  config: config)
1890
1890
  context[:gem_name] = 'aws-sdk-iotanalytics'
1891
- context[:gem_version] = '1.19.0'
1891
+ context[:gem_version] = '1.20.0'
1892
1892
  Seahorse::Client::Request.new(handlers, context)
1893
1893
  end
1894
1894
 
@@ -509,6 +509,12 @@ module Aws::IoTAnalytics
509
509
  GlueConfiguration.add_member(:database_name, Shapes::ShapeRef.new(shape: GlueDatabaseName, required: true, location_name: "databaseName"))
510
510
  GlueConfiguration.struct_class = Types::GlueConfiguration
511
511
 
512
+ InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
513
+ InternalFailureException.struct_class = Types::InternalFailureException
514
+
515
+ InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
516
+ InvalidRequestException.struct_class = Types::InvalidRequestException
517
+
512
518
  IotEventsDestinationConfiguration.add_member(:input_name, Shapes::ShapeRef.new(shape: IotEventsInputName, required: true, location_name: "inputName"))
513
519
  IotEventsDestinationConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
514
520
  IotEventsDestinationConfiguration.struct_class = Types::IotEventsDestinationConfiguration
@@ -519,6 +525,9 @@ module Aws::IoTAnalytics
519
525
  LambdaActivity.add_member(:next, Shapes::ShapeRef.new(shape: ActivityName, location_name: "next"))
520
526
  LambdaActivity.struct_class = Types::LambdaActivity
521
527
 
528
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
529
+ LimitExceededException.struct_class = Types::LimitExceededException
530
+
522
531
  ListChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
523
532
  ListChannelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
524
533
  ListChannelsRequest.struct_class = Types::ListChannelsRequest
@@ -640,10 +649,18 @@ module Aws::IoTAnalytics
640
649
  ReprocessingSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
641
650
  ReprocessingSummary.struct_class = Types::ReprocessingSummary
642
651
 
652
+ ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
653
+ ResourceAlreadyExistsException.add_member(:resource_id, Shapes::ShapeRef.new(shape: resourceId, location_name: "resourceId"))
654
+ ResourceAlreadyExistsException.add_member(:resource_arn, Shapes::ShapeRef.new(shape: resourceArn, location_name: "resourceArn"))
655
+ ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
656
+
643
657
  ResourceConfiguration.add_member(:compute_type, Shapes::ShapeRef.new(shape: ComputeType, required: true, location_name: "computeType"))
644
658
  ResourceConfiguration.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "volumeSizeInGB"))
645
659
  ResourceConfiguration.struct_class = Types::ResourceConfiguration
646
660
 
661
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
662
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
663
+
647
664
  RetentionPeriod.add_member(:unlimited, Shapes::ShapeRef.new(shape: UnlimitedRetentionPeriod, location_name: "unlimited"))
648
665
  RetentionPeriod.add_member(:number_of_days, Shapes::ShapeRef.new(shape: RetentionPeriodInDays, location_name: "numberOfDays"))
649
666
  RetentionPeriod.struct_class = Types::RetentionPeriod
@@ -679,6 +696,9 @@ module Aws::IoTAnalytics
679
696
  SelectAttributesActivity.add_member(:next, Shapes::ShapeRef.new(shape: ActivityName, location_name: "next"))
680
697
  SelectAttributesActivity.struct_class = Types::SelectAttributesActivity
681
698
 
699
+ ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
700
+ ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
701
+
682
702
  SqlQueryDatasetAction.add_member(:sql_query, Shapes::ShapeRef.new(shape: SqlQuery, required: true, location_name: "sqlQuery"))
683
703
  SqlQueryDatasetAction.add_member(:filters, Shapes::ShapeRef.new(shape: QueryFilters, location_name: "filters"))
684
704
  SqlQueryDatasetAction.struct_class = Types::SqlQueryDatasetAction
@@ -705,6 +725,9 @@ module Aws::IoTAnalytics
705
725
 
706
726
  TagResourceResponse.struct_class = Types::TagResourceResponse
707
727
 
728
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
729
+ ThrottlingException.struct_class = Types::ThrottlingException
730
+
708
731
  TriggeringDataset.add_member(:name, Shapes::ShapeRef.new(shape: DatasetName, required: true, location_name: "name"))
709
732
  TriggeringDataset.struct_class = Types::TriggeringDataset
710
733
 
@@ -10,5 +10,127 @@ module Aws::IoTAnalytics
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class InternalFailureException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::IoTAnalytics::Types::InternalFailureException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class InvalidRequestException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::IoTAnalytics::Types::InvalidRequestException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class LimitExceededException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::IoTAnalytics::Types::LimitExceededException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class ResourceAlreadyExistsException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::IoTAnalytics::Types::ResourceAlreadyExistsException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ # @return [String]
76
+ def resource_id
77
+ @data[:resource_id]
78
+ end
79
+
80
+ # @return [String]
81
+ def resource_arn
82
+ @data[:resource_arn]
83
+ end
84
+
85
+ end
86
+
87
+ class ResourceNotFoundException < ServiceError
88
+
89
+ # @param [Seahorse::Client::RequestContext] context
90
+ # @param [String] message
91
+ # @param [Aws::IoTAnalytics::Types::ResourceNotFoundException] data
92
+ def initialize(context, message, data = Aws::EmptyStructure.new)
93
+ super(context, message, data)
94
+ end
95
+
96
+ # @return [String]
97
+ def message
98
+ @message || @data[:message]
99
+ end
100
+
101
+ end
102
+
103
+ class ServiceUnavailableException < ServiceError
104
+
105
+ # @param [Seahorse::Client::RequestContext] context
106
+ # @param [String] message
107
+ # @param [Aws::IoTAnalytics::Types::ServiceUnavailableException] data
108
+ def initialize(context, message, data = Aws::EmptyStructure.new)
109
+ super(context, message, data)
110
+ end
111
+
112
+ # @return [String]
113
+ def message
114
+ @message || @data[:message]
115
+ end
116
+
117
+ end
118
+
119
+ class ThrottlingException < ServiceError
120
+
121
+ # @param [Seahorse::Client::RequestContext] context
122
+ # @param [String] message
123
+ # @param [Aws::IoTAnalytics::Types::ThrottlingException] data
124
+ def initialize(context, message, data = Aws::EmptyStructure.new)
125
+ super(context, message, data)
126
+ end
127
+
128
+ # @return [String]
129
+ def message
130
+ @message || @data[:message]
131
+ end
132
+
133
+ end
134
+
13
135
  end
14
136
  end
@@ -1696,6 +1696,26 @@ module Aws::IoTAnalytics
1696
1696
  include Aws::Structure
1697
1697
  end
1698
1698
 
1699
+ # There was an internal failure.
1700
+ #
1701
+ # @!attribute [rw] message
1702
+ # @return [String]
1703
+ #
1704
+ class InternalFailureException < Struct.new(
1705
+ :message)
1706
+ include Aws::Structure
1707
+ end
1708
+
1709
+ # The request was not valid.
1710
+ #
1711
+ # @!attribute [rw] message
1712
+ # @return [String]
1713
+ #
1714
+ class InvalidRequestException < Struct.new(
1715
+ :message)
1716
+ include Aws::Structure
1717
+ end
1718
+
1699
1719
  # Configuration information for delivery of data set contents to AWS IoT
1700
1720
  # Events.
1701
1721
  #
@@ -1763,6 +1783,16 @@ module Aws::IoTAnalytics
1763
1783
  include Aws::Structure
1764
1784
  end
1765
1785
 
1786
+ # The command caused an internal limit to be exceeded.
1787
+ #
1788
+ # @!attribute [rw] message
1789
+ # @return [String]
1790
+ #
1791
+ class LimitExceededException < Struct.new(
1792
+ :message)
1793
+ include Aws::Structure
1794
+ end
1795
+
1766
1796
  # @note When making an API call, you may pass ListChannelsRequest
1767
1797
  # data as a hash:
1768
1798
  #
@@ -2399,6 +2429,26 @@ module Aws::IoTAnalytics
2399
2429
  include Aws::Structure
2400
2430
  end
2401
2431
 
2432
+ # A resource with the same name already exists.
2433
+ #
2434
+ # @!attribute [rw] message
2435
+ # @return [String]
2436
+ #
2437
+ # @!attribute [rw] resource_id
2438
+ # The ID of the resource.
2439
+ # @return [String]
2440
+ #
2441
+ # @!attribute [rw] resource_arn
2442
+ # The ARN of the resource.
2443
+ # @return [String]
2444
+ #
2445
+ class ResourceAlreadyExistsException < Struct.new(
2446
+ :message,
2447
+ :resource_id,
2448
+ :resource_arn)
2449
+ include Aws::Structure
2450
+ end
2451
+
2402
2452
  # The configuration of the resource used to execute the
2403
2453
  # "containerAction".
2404
2454
  #
@@ -2427,6 +2477,16 @@ module Aws::IoTAnalytics
2427
2477
  include Aws::Structure
2428
2478
  end
2429
2479
 
2480
+ # A resource with the specified name could not be found.
2481
+ #
2482
+ # @!attribute [rw] message
2483
+ # @return [String]
2484
+ #
2485
+ class ResourceNotFoundException < Struct.new(
2486
+ :message)
2487
+ include Aws::Structure
2488
+ end
2489
+
2430
2490
  # How long, in days, message data is kept.
2431
2491
  #
2432
2492
  # @note When making an API call, you may pass RetentionPeriod
@@ -2700,6 +2760,16 @@ module Aws::IoTAnalytics
2700
2760
  include Aws::Structure
2701
2761
  end
2702
2762
 
2763
+ # The service is temporarily unavailable.
2764
+ #
2765
+ # @!attribute [rw] message
2766
+ # @return [String]
2767
+ #
2768
+ class ServiceUnavailableException < Struct.new(
2769
+ :message)
2770
+ include Aws::Structure
2771
+ end
2772
+
2703
2773
  # The SQL query to modify the message.
2704
2774
  #
2705
2775
  # @note When making an API call, you may pass SqlQueryDatasetAction
@@ -2821,6 +2891,16 @@ module Aws::IoTAnalytics
2821
2891
 
2822
2892
  class TagResourceResponse < Aws::EmptyStructure; end
2823
2893
 
2894
+ # The request was denied due to request throttling.
2895
+ #
2896
+ # @!attribute [rw] message
2897
+ # @return [String]
2898
+ #
2899
+ class ThrottlingException < Struct.new(
2900
+ :message)
2901
+ include Aws::Structure
2902
+ end
2903
+
2824
2904
  # Information about the data set whose content generation triggers the
2825
2905
  # new data set content generation.
2826
2906
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotanalytics
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-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement