aws-sdk-iot 1.58.0 → 1.59.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
  SHA256:
3
- metadata.gz: 850296b7409e4ff85c578ba17e6f2c4fc1dcf67b3611ce500243a8d03b595a76
4
- data.tar.gz: 2d93dd80a9e7dbdfba2b8109e4ff47917586c6f36c05c8e98b17a386629b7b9b
3
+ metadata.gz: ab7824aa7d6f7254404e0bfcb0bdb6f9f4016af28948086b81e3021442bb7d68
4
+ data.tar.gz: 2add98c241dda9ffb0eff5c68dd1c2a57ae604acae884c1dc3a1c0a99d50b914
5
5
  SHA512:
6
- metadata.gz: f8a4569f4f37626dc71f220ff8d44e9a2d89690feccb29e9d54df29277a5418cfe79136044dbf69a4ba6591d33a6105d1403fee44e9b0ab0b27a70c5638e1647
7
- data.tar.gz: 2fa346b63b92cecc0c3c90016251eece0636cf5071349463ba56d61d7c8e0472acdeedc997a775d379babc4e1e42ed9be65f15da01918b5c7d6f42bc7b8f534b
6
+ metadata.gz: 6c2c9c7f8901d548908431f29f76214e42a11edacd55e3d50ed16b296662ab7b9354e525da55ab19761bf6431ade9311e749a3fe0744c035ea630d8826e33376
7
+ data.tar.gz: c8dc7e1f90d1e7b80ef74f9b92858d724e5b3817b70afa89a5b1004949a1535805eb235f562cd6ab230a595a381776d0b325f9fa96bb024e956eda7e8ef018be
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iot/customizations'
48
48
  # @!group service
49
49
  module Aws::IoT
50
50
 
51
- GEM_VERSION = '1.58.0'
51
+ GEM_VERSION = '1.59.0'
52
52
 
53
53
  end
@@ -2101,13 +2101,13 @@ module Aws::IoT
2101
2101
  # (thing) violates a behavior.
2102
2102
  #
2103
2103
  # @option params [Array<String>] :additional_metrics_to_retain
2104
+ # *Please use CreateSecurityProfileRequest$additionalMetricsToRetainV2
2105
+ # instead.*
2106
+ #
2104
2107
  # A list of metrics whose data is retained (stored). By default, data is
2105
2108
  # retained for any metric used in the profile's `behaviors`, but it is
2106
2109
  # also retained for any metric specified here.
2107
2110
  #
2108
- # **Note:** This API field is deprecated. Please use
2109
- # CreateSecurityProfileRequest$additionalMetricsToRetainV2 instead.
2110
- #
2111
2111
  # @option params [Array<Types::MetricToRetain>] :additional_metrics_to_retain_v2
2112
2112
  # A list of metrics whose data is retained (stored). By default, data is
2113
2113
  # retained for any metric used in the profile's `behaviors`, but it is
@@ -4074,6 +4074,7 @@ module Aws::IoT
4074
4074
  # * {Types::DescribeDomainConfigurationResponse#domain_configuration_status #domain_configuration_status} => String
4075
4075
  # * {Types::DescribeDomainConfigurationResponse#service_type #service_type} => String
4076
4076
  # * {Types::DescribeDomainConfigurationResponse#domain_type #domain_type} => String
4077
+ # * {Types::DescribeDomainConfigurationResponse#last_status_change_date #last_status_change_date} => Time
4077
4078
  #
4078
4079
  # @example Request syntax with placeholder values
4079
4080
  #
@@ -4095,6 +4096,7 @@ module Aws::IoT
4095
4096
  # resp.domain_configuration_status #=> String, one of "ENABLED", "DISABLED"
4096
4097
  # resp.service_type #=> String, one of "DATA", "CREDENTIAL_PROVIDER", "JOBS"
4097
4098
  # resp.domain_type #=> String, one of "ENDPOINT", "AWS_MANAGED", "CUSTOMER_MANAGED"
4099
+ # resp.last_status_change_date #=> Time
4098
4100
  #
4099
4101
  # @overload describe_domain_configuration(params = {})
4100
4102
  # @param [Hash] params ({})
@@ -10039,13 +10041,13 @@ module Aws::IoT
10039
10041
  # Where the alerts are sent. (Alerts are always sent to the console.)
10040
10042
  #
10041
10043
  # @option params [Array<String>] :additional_metrics_to_retain
10044
+ # *Please use UpdateSecurityProfileRequest$additionalMetricsToRetainV2
10045
+ # instead.*
10046
+ #
10042
10047
  # A list of metrics whose data is retained (stored). By default, data is
10043
10048
  # retained for any metric used in the profile's `behaviors`, but it is
10044
10049
  # also retained for any metric specified here.
10045
10050
  #
10046
- # **Note:** This API field is deprecated. Please use
10047
- # UpdateSecurityProfileRequest$additionalMetricsToRetainV2 instead.
10048
- #
10049
10051
  # @option params [Array<Types::MetricToRetain>] :additional_metrics_to_retain_v2
10050
10052
  # A list of metrics whose data is retained (stored). By default, data is
10051
10053
  # retained for any metric used in the profile's behaviors, but it is
@@ -10483,7 +10485,7 @@ module Aws::IoT
10483
10485
  params: params,
10484
10486
  config: config)
10485
10487
  context[:gem_name] = 'aws-sdk-iot'
10486
- context[:gem_version] = '1.58.0'
10488
+ context[:gem_version] = '1.59.0'
10487
10489
  Seahorse::Client::Request.new(handlers, context)
10488
10490
  end
10489
10491
 
@@ -2130,6 +2130,7 @@ module Aws::IoT
2130
2130
  DescribeDomainConfigurationResponse.add_member(:domain_configuration_status, Shapes::ShapeRef.new(shape: DomainConfigurationStatus, location_name: "domainConfigurationStatus"))
2131
2131
  DescribeDomainConfigurationResponse.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
2132
2132
  DescribeDomainConfigurationResponse.add_member(:domain_type, Shapes::ShapeRef.new(shape: DomainType, location_name: "domainType"))
2133
+ DescribeDomainConfigurationResponse.add_member(:last_status_change_date, Shapes::ShapeRef.new(shape: DateType, location_name: "lastStatusChangeDate"))
2133
2134
  DescribeDomainConfigurationResponse.struct_class = Types::DescribeDomainConfigurationResponse
2134
2135
 
2135
2136
  DescribeEndpointRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: EndpointType, location: "querystring", location_name: "endpointType"))
@@ -4962,6 +4963,7 @@ module Aws::IoT
4962
4963
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4963
4964
  o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
4964
4965
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4966
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
4965
4967
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4966
4968
  end)
4967
4969
 
@@ -4976,6 +4978,7 @@ module Aws::IoT
4976
4978
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4977
4979
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4978
4980
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4981
+ o.errors << Shapes::ShapeRef.new(shape: ConflictingResourceUpdateException)
4979
4982
  o.errors << Shapes::ShapeRef.new(shape: DeleteConflictException)
4980
4983
  end)
4981
4984
 
@@ -4061,12 +4061,12 @@ module Aws::IoT
4061
4061
  # @return [Hash<String,Types::AlertTarget>]
4062
4062
  #
4063
4063
  # @!attribute [rw] additional_metrics_to_retain
4064
+ # *Please use CreateSecurityProfileRequest$additionalMetricsToRetainV2
4065
+ # instead.*
4066
+ #
4064
4067
  # A list of metrics whose data is retained (stored). By default, data
4065
4068
  # is retained for any metric used in the profile's `behaviors`, but
4066
4069
  # it is also retained for any metric specified here.
4067
- #
4068
- # **Note:** This API field is deprecated. Please use
4069
- # CreateSecurityProfileRequest$additionalMetricsToRetainV2 instead.
4070
4070
  # @return [Array<String>]
4071
4071
  #
4072
4072
  # @!attribute [rw] additional_metrics_to_retain_v2
@@ -6087,6 +6087,11 @@ module Aws::IoT
6087
6087
  # The type of the domain.
6088
6088
  # @return [String]
6089
6089
  #
6090
+ # @!attribute [rw] last_status_change_date
6091
+ # The date and time the domain configuration's status was last
6092
+ # changed.
6093
+ # @return [Time]
6094
+ #
6090
6095
  class DescribeDomainConfigurationResponse < Struct.new(
6091
6096
  :domain_configuration_name,
6092
6097
  :domain_configuration_arn,
@@ -6095,7 +6100,8 @@ module Aws::IoT
6095
6100
  :authorizer_config,
6096
6101
  :domain_configuration_status,
6097
6102
  :service_type,
6098
- :domain_type)
6103
+ :domain_type,
6104
+ :last_status_change_date)
6099
6105
  SENSITIVE = []
6100
6106
  include Aws::Structure
6101
6107
  end
@@ -6620,12 +6626,13 @@ module Aws::IoT
6620
6626
  # @return [Hash<String,Types::AlertTarget>]
6621
6627
  #
6622
6628
  # @!attribute [rw] additional_metrics_to_retain
6629
+ # *Please use
6630
+ # DescribeSecurityProfileResponse$additionalMetricsToRetainV2
6631
+ # instead.*
6632
+ #
6623
6633
  # A list of metrics whose data is retained (stored). By default, data
6624
6634
  # is retained for any metric used in the profile's `behaviors`, but
6625
6635
  # it is also retained for any metric specified here.
6626
- #
6627
- # **Note:** This API field is deprecated. Please use
6628
- # DescribeSecurityProfileResponse$additionalMetricsToRetainV2 instead.
6629
6636
  # @return [Array<String>]
6630
6637
  #
6631
6638
  # @!attribute [rw] additional_metrics_to_retain_v2
@@ -7462,13 +7469,13 @@ module Aws::IoT
7462
7469
  #
7463
7470
  # @!attribute [rw] increment_factor
7464
7471
  # The exponential factor to increase the rate of rollout for a job.
7472
+ #
7473
+ # AWS IoT supports up to one digit after the decimal (for example,
7474
+ # 1.5, but not 1.55).
7465
7475
  # @return [Float]
7466
7476
  #
7467
7477
  # @!attribute [rw] rate_increase_criteria
7468
7478
  # The criteria to initiate the increase in rate of rollout for a job.
7469
- #
7470
- # AWS IoT supports up to one digit after the decimal (for example,
7471
- # 1.5, but not 1.55).
7472
7479
  # @return [Types::RateIncreaseCriteria]
7473
7480
  #
7474
7481
  class ExponentialRolloutRate < Struct.new(
@@ -15852,7 +15859,7 @@ module Aws::IoT
15852
15859
  #
15853
15860
  #
15854
15861
  #
15855
- # [1]: https://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html#aws-iot-sql-reference
15862
+ # [1]: https://docs.aws.amazon.com/iot/latest/developerguide/iot-sql-reference.html
15856
15863
  # @return [String]
15857
15864
  #
15858
15865
  # @!attribute [rw] description
@@ -17019,12 +17026,12 @@ module Aws::IoT
17019
17026
  # @return [Hash<String,Types::AlertTarget>]
17020
17027
  #
17021
17028
  # @!attribute [rw] additional_metrics_to_retain
17029
+ # *Please use UpdateSecurityProfileRequest$additionalMetricsToRetainV2
17030
+ # instead.*
17031
+ #
17022
17032
  # A list of metrics whose data is retained (stored). By default, data
17023
17033
  # is retained for any metric used in the profile's `behaviors`, but
17024
17034
  # it is also retained for any metric specified here.
17025
- #
17026
- # **Note:** This API field is deprecated. Please use
17027
- # UpdateSecurityProfileRequest$additionalMetricsToRetainV2 instead.
17028
17035
  # @return [Array<String>]
17029
17036
  #
17030
17037
  # @!attribute [rw] additional_metrics_to_retain_v2
@@ -17095,12 +17102,12 @@ module Aws::IoT
17095
17102
  # @return [Hash<String,Types::AlertTarget>]
17096
17103
  #
17097
17104
  # @!attribute [rw] additional_metrics_to_retain
17105
+ # *Please use
17106
+ # UpdateSecurityProfileResponse$additionalMetricsToRetainV2 instead.*
17107
+ #
17098
17108
  # A list of metrics whose data is retained (stored). By default, data
17099
17109
  # is retained for any metric used in the security profile's
17100
17110
  # `behaviors`, but it is also retained for any metric specified here.
17101
- #
17102
- # **Note:** This API field is deprecated. Please use
17103
- # UpdateSecurityProfileResponse$additionalMetricsToRetainV2 instead.
17104
17111
  # @return [Array<String>]
17105
17112
  #
17106
17113
  # @!attribute [rw] additional_metrics_to_retain_v2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core