aws-sdk-iot 1.145.0 → 1.147.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iot/client.rb +6 -1
- data/lib/aws-sdk-iot/client_api.rb +34 -27
- data/lib/aws-sdk-iot/types.rb +7 -1
- data/lib/aws-sdk-iot.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +1 -0
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87f733e9352016425c07de83155521aaf98e4e240c36f7f0ee636089d7954dd2
|
4
|
+
data.tar.gz: a51705e1341dd8841c4bb21bd8bde10b9322e705f1ec730572c34aa7c85930ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b981bf045412810b2a9f91979fc957fb0cb7cc2eb1f3697a5e31d44e0c8f9627c13e8e056bdd847d86781535d94e5f4ab5ce1f96e083f0a3349c558360b8a62e
|
7
|
+
data.tar.gz: 9a24ffba4c57f4cbecd4ff1ee85735cdc73e0c7a610077e27c84b3020e7f5b22c8fcb6f649d310570e7543ab867bd4a0a38b3d553237e2ce8a70f10a21b9d8c0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.147.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.146.0 (2025-02-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.
|
13
|
+
|
4
14
|
1.145.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.147.0
|
data/lib/aws-sdk-iot/client.rb
CHANGED
@@ -5620,6 +5620,8 @@ module Aws::IoT
|
|
5620
5620
|
# resp.audit_notification_target_configurations["AuditNotificationType"].enabled #=> Boolean
|
5621
5621
|
# resp.audit_check_configurations #=> Hash
|
5622
5622
|
# resp.audit_check_configurations["AuditCheckName"].enabled #=> Boolean
|
5623
|
+
# resp.audit_check_configurations["AuditCheckName"].configuration #=> Hash
|
5624
|
+
# resp.audit_check_configurations["AuditCheckName"].configuration["ConfigName"] #=> String
|
5623
5625
|
#
|
5624
5626
|
# @overload describe_account_audit_configuration(params = {})
|
5625
5627
|
# @param [Hash] params ({})
|
@@ -14449,6 +14451,9 @@ module Aws::IoT
|
|
14449
14451
|
# audit_check_configurations: {
|
14450
14452
|
# "AuditCheckName" => {
|
14451
14453
|
# enabled: false,
|
14454
|
+
# configuration: {
|
14455
|
+
# "CERT_AGE_THRESHOLD_IN_DAYS" => "ConfigValue",
|
14456
|
+
# },
|
14452
14457
|
# },
|
14453
14458
|
# },
|
14454
14459
|
# })
|
@@ -16407,7 +16412,7 @@ module Aws::IoT
|
|
16407
16412
|
tracer: tracer
|
16408
16413
|
)
|
16409
16414
|
context[:gem_name] = 'aws-sdk-iot'
|
16410
|
-
context[:gem_version] = '1.
|
16415
|
+
context[:gem_version] = '1.147.0'
|
16411
16416
|
Seahorse::Client::Request.new(handlers, context)
|
16412
16417
|
end
|
16413
16418
|
|
@@ -221,6 +221,7 @@ module Aws::IoT
|
|
221
221
|
Certificates = Shapes::ListShape.new(name: 'Certificates')
|
222
222
|
ChannelName = Shapes::StringShape.new(name: 'ChannelName')
|
223
223
|
CheckCompliant = Shapes::BooleanShape.new(name: 'CheckCompliant')
|
224
|
+
CheckCustomConfiguration = Shapes::MapShape.new(name: 'CheckCustomConfiguration')
|
224
225
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
225
226
|
Cidrs = Shapes::ListShape.new(name: 'Cidrs')
|
226
227
|
ClearDefaultAuthorizerRequest = Shapes::StructureShape.new(name: 'ClearDefaultAuthorizerRequest')
|
@@ -266,6 +267,8 @@ module Aws::IoT
|
|
266
267
|
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
267
268
|
CompliantChecksCount = Shapes::IntegerShape.new(name: 'CompliantChecksCount')
|
268
269
|
ConfidenceLevel = Shapes::StringShape.new(name: 'ConfidenceLevel')
|
270
|
+
ConfigName = Shapes::StringShape.new(name: 'ConfigName')
|
271
|
+
ConfigValue = Shapes::StringShape.new(name: 'ConfigValue')
|
269
272
|
Configuration = Shapes::StructureShape.new(name: 'Configuration')
|
270
273
|
ConfirmTopicRuleDestinationRequest = Shapes::StructureShape.new(name: 'ConfirmTopicRuleDestinationRequest')
|
271
274
|
ConfirmTopicRuleDestinationResponse = Shapes::StructureShape.new(name: 'ConfirmTopicRuleDestinationResponse')
|
@@ -1597,7 +1600,7 @@ module Aws::IoT
|
|
1597
1600
|
AssociateSbomWithPackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
1598
1601
|
AssociateSbomWithPackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
1599
1602
|
AssociateSbomWithPackageVersionRequest.add_member(:sbom, Shapes::ShapeRef.new(shape: Sbom, required: true, location_name: "sbom"))
|
1600
|
-
AssociateSbomWithPackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1603
|
+
AssociateSbomWithPackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1601
1604
|
AssociateSbomWithPackageVersionRequest.struct_class = Types::AssociateSbomWithPackageVersionRequest
|
1602
1605
|
|
1603
1606
|
AssociateSbomWithPackageVersionResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
@@ -1649,6 +1652,7 @@ module Aws::IoT
|
|
1649
1652
|
AttributesMap.value = Shapes::ShapeRef.new(shape: Value)
|
1650
1653
|
|
1651
1654
|
AuditCheckConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "enabled"))
|
1655
|
+
AuditCheckConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: CheckCustomConfiguration, location_name: "configuration"))
|
1652
1656
|
AuditCheckConfiguration.struct_class = Types::AuditCheckConfiguration
|
1653
1657
|
|
1654
1658
|
AuditCheckConfigurations.key = Shapes::ShapeRef.new(shape: AuditCheckName)
|
@@ -1755,7 +1759,7 @@ module Aws::IoT
|
|
1755
1759
|
AuthResults.member = Shapes::ShapeRef.new(shape: AuthResult)
|
1756
1760
|
|
1757
1761
|
AuthorizerConfig.add_member(:default_authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "defaultAuthorizerName"))
|
1758
|
-
AuthorizerConfig.add_member(:allow_authorizer_override, Shapes::ShapeRef.new(shape: AllowAuthorizerOverride, location_name: "allowAuthorizerOverride", metadata: {"box"=>true}))
|
1762
|
+
AuthorizerConfig.add_member(:allow_authorizer_override, Shapes::ShapeRef.new(shape: AllowAuthorizerOverride, location_name: "allowAuthorizerOverride", metadata: {"box" => true}))
|
1759
1763
|
AuthorizerConfig.struct_class = Types::AuthorizerConfig
|
1760
1764
|
|
1761
1765
|
AuthorizerDescription.add_member(:authorizer_name, Shapes::ShapeRef.new(shape: AuthorizerName, location_name: "authorizerName"))
|
@@ -1956,6 +1960,9 @@ module Aws::IoT
|
|
1956
1960
|
|
1957
1961
|
Certificates.member = Shapes::ShapeRef.new(shape: Certificate)
|
1958
1962
|
|
1963
|
+
CheckCustomConfiguration.key = Shapes::ShapeRef.new(shape: ConfigName)
|
1964
|
+
CheckCustomConfiguration.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
1965
|
+
|
1959
1966
|
Cidrs.member = Shapes::ShapeRef.new(shape: Cidr)
|
1960
1967
|
|
1961
1968
|
ClearDefaultAuthorizerRequest.struct_class = Types::ClearDefaultAuthorizerRequest
|
@@ -2073,7 +2080,7 @@ module Aws::IoT
|
|
2073
2080
|
CreateAuditSuppressionRequest.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationDate"))
|
2074
2081
|
CreateAuditSuppressionRequest.add_member(:suppress_indefinitely, Shapes::ShapeRef.new(shape: SuppressIndefinitely, location_name: "suppressIndefinitely"))
|
2075
2082
|
CreateAuditSuppressionRequest.add_member(:description, Shapes::ShapeRef.new(shape: AuditDescription, location_name: "description"))
|
2076
|
-
CreateAuditSuppressionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2083
|
+
CreateAuditSuppressionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
2077
2084
|
CreateAuditSuppressionRequest.struct_class = Types::CreateAuditSuppressionRequest
|
2078
2085
|
|
2079
2086
|
CreateAuditSuppressionResponse.struct_class = Types::CreateAuditSuppressionResponse
|
@@ -2114,7 +2121,7 @@ module Aws::IoT
|
|
2114
2121
|
CreateCertificateProviderRequest.add_member(:certificate_provider_name, Shapes::ShapeRef.new(shape: CertificateProviderName, required: true, location: "uri", location_name: "certificateProviderName"))
|
2115
2122
|
CreateCertificateProviderRequest.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: CertificateProviderFunctionArn, required: true, location_name: "lambdaFunctionArn"))
|
2116
2123
|
CreateCertificateProviderRequest.add_member(:account_default_for_operations, Shapes::ShapeRef.new(shape: CertificateProviderAccountDefaultForOperations, required: true, location_name: "accountDefaultForOperations"))
|
2117
|
-
CreateCertificateProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2124
|
+
CreateCertificateProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2118
2125
|
CreateCertificateProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2119
2126
|
CreateCertificateProviderRequest.struct_class = Types::CreateCertificateProviderRequest
|
2120
2127
|
|
@@ -2140,7 +2147,7 @@ module Aws::IoT
|
|
2140
2147
|
CreateCustomMetricRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: CustomMetricDisplayName, location_name: "displayName"))
|
2141
2148
|
CreateCustomMetricRequest.add_member(:metric_type, Shapes::ShapeRef.new(shape: CustomMetricType, required: true, location_name: "metricType"))
|
2142
2149
|
CreateCustomMetricRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2143
|
-
CreateCustomMetricRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2150
|
+
CreateCustomMetricRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
2144
2151
|
CreateCustomMetricRequest.struct_class = Types::CreateCustomMetricRequest
|
2145
2152
|
|
2146
2153
|
CreateCustomMetricResponse.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "metricName"))
|
@@ -2151,7 +2158,7 @@ module Aws::IoT
|
|
2151
2158
|
CreateDimensionRequest.add_member(:type, Shapes::ShapeRef.new(shape: DimensionType, required: true, location_name: "type"))
|
2152
2159
|
CreateDimensionRequest.add_member(:string_values, Shapes::ShapeRef.new(shape: DimensionStringValues, required: true, location_name: "stringValues"))
|
2153
2160
|
CreateDimensionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2154
|
-
CreateDimensionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
2161
|
+
CreateDimensionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
2155
2162
|
CreateDimensionRequest.struct_class = Types::CreateDimensionRequest
|
2156
2163
|
|
2157
2164
|
CreateDimensionResponse.add_member(:name, Shapes::ShapeRef.new(shape: DimensionName, location_name: "name"))
|
@@ -2295,7 +2302,7 @@ module Aws::IoT
|
|
2295
2302
|
CreatePackageRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
2296
2303
|
CreatePackageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
2297
2304
|
CreatePackageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
2298
|
-
CreatePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2305
|
+
CreatePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2299
2306
|
CreatePackageRequest.struct_class = Types::CreatePackageRequest
|
2300
2307
|
|
2301
2308
|
CreatePackageResponse.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, location_name: "packageName"))
|
@@ -2310,7 +2317,7 @@ module Aws::IoT
|
|
2310
2317
|
CreatePackageVersionRequest.add_member(:artifact, Shapes::ShapeRef.new(shape: PackageVersionArtifact, location_name: "artifact"))
|
2311
2318
|
CreatePackageVersionRequest.add_member(:recipe, Shapes::ShapeRef.new(shape: PackageVersionRecipe, location_name: "recipe"))
|
2312
2319
|
CreatePackageVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
2313
|
-
CreatePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2320
|
+
CreatePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2314
2321
|
CreatePackageVersionRequest.struct_class = Types::CreatePackageVersionRequest
|
2315
2322
|
|
2316
2323
|
CreatePackageVersionResponse.add_member(:package_version_arn, Shapes::ShapeRef.new(shape: PackageVersionArn, location_name: "packageVersionArn"))
|
@@ -2404,7 +2411,7 @@ module Aws::IoT
|
|
2404
2411
|
CreateSecurityProfileRequest.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
|
2405
2412
|
CreateSecurityProfileRequest.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, location_name: "behaviors"))
|
2406
2413
|
CreateSecurityProfileRequest.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
|
2407
|
-
CreateSecurityProfileRequest.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage"=>"Use additionalMetricsToRetainV2."}))
|
2414
|
+
CreateSecurityProfileRequest.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage" => "Use additionalMetricsToRetainV2."}))
|
2408
2415
|
CreateSecurityProfileRequest.add_member(:additional_metrics_to_retain_v2, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainV2List, location_name: "additionalMetricsToRetainV2"))
|
2409
2416
|
CreateSecurityProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2410
2417
|
CreateSecurityProfileRequest.add_member(:metrics_export_config, Shapes::ShapeRef.new(shape: MetricsExportConfig, location_name: "metricsExportConfig"))
|
@@ -2582,14 +2589,14 @@ module Aws::IoT
|
|
2582
2589
|
DeleteOTAUpdateResponse.struct_class = Types::DeleteOTAUpdateResponse
|
2583
2590
|
|
2584
2591
|
DeletePackageRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
2585
|
-
DeletePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2592
|
+
DeletePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2586
2593
|
DeletePackageRequest.struct_class = Types::DeletePackageRequest
|
2587
2594
|
|
2588
2595
|
DeletePackageResponse.struct_class = Types::DeletePackageResponse
|
2589
2596
|
|
2590
2597
|
DeletePackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
2591
2598
|
DeletePackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
2592
|
-
DeletePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
2599
|
+
DeletePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
2593
2600
|
DeletePackageVersionRequest.struct_class = Types::DeletePackageVersionRequest
|
2594
2601
|
|
2595
2602
|
DeletePackageVersionResponse.struct_class = Types::DeletePackageVersionResponse
|
@@ -2966,7 +2973,7 @@ module Aws::IoT
|
|
2966
2973
|
DescribeSecurityProfileResponse.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
|
2967
2974
|
DescribeSecurityProfileResponse.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, location_name: "behaviors"))
|
2968
2975
|
DescribeSecurityProfileResponse.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
|
2969
|
-
DescribeSecurityProfileResponse.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage"=>"Use additionalMetricsToRetainV2."}))
|
2976
|
+
DescribeSecurityProfileResponse.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage" => "Use additionalMetricsToRetainV2."}))
|
2970
2977
|
DescribeSecurityProfileResponse.add_member(:additional_metrics_to_retain_v2, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainV2List, location_name: "additionalMetricsToRetainV2"))
|
2971
2978
|
DescribeSecurityProfileResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
|
2972
2979
|
DescribeSecurityProfileResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
@@ -3111,7 +3118,7 @@ module Aws::IoT
|
|
3111
3118
|
|
3112
3119
|
DisassociateSbomFromPackageVersionRequest.add_member(:package_name, Shapes::ShapeRef.new(shape: PackageName, required: true, location: "uri", location_name: "packageName"))
|
3113
3120
|
DisassociateSbomFromPackageVersionRequest.add_member(:version_name, Shapes::ShapeRef.new(shape: VersionName, required: true, location: "uri", location_name: "versionName"))
|
3114
|
-
DisassociateSbomFromPackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
3121
|
+
DisassociateSbomFromPackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
3115
3122
|
DisassociateSbomFromPackageVersionRequest.struct_class = Types::DisassociateSbomFromPackageVersionRequest
|
3116
3123
|
|
3117
3124
|
DisassociateSbomFromPackageVersionResponse.struct_class = Types::DisassociateSbomFromPackageVersionResponse
|
@@ -4910,7 +4917,7 @@ module Aws::IoT
|
|
4910
4917
|
StartAuditMitigationActionsTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: MitigationActionsTaskId, required: true, location: "uri", location_name: "taskId"))
|
4911
4918
|
StartAuditMitigationActionsTaskRequest.add_member(:target, Shapes::ShapeRef.new(shape: AuditMitigationActionsTaskTarget, required: true, location_name: "target"))
|
4912
4919
|
StartAuditMitigationActionsTaskRequest.add_member(:audit_check_to_actions_mapping, Shapes::ShapeRef.new(shape: AuditCheckToActionsMapping, required: true, location_name: "auditCheckToActionsMapping"))
|
4913
|
-
StartAuditMitigationActionsTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4920
|
+
StartAuditMitigationActionsTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
4914
4921
|
StartAuditMitigationActionsTaskRequest.struct_class = Types::StartAuditMitigationActionsTaskRequest
|
4915
4922
|
|
4916
4923
|
StartAuditMitigationActionsTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: MitigationActionsTaskId, location_name: "taskId"))
|
@@ -4922,7 +4929,7 @@ module Aws::IoT
|
|
4922
4929
|
StartDetectMitigationActionsTaskRequest.add_member(:violation_event_occurrence_range, Shapes::ShapeRef.new(shape: ViolationEventOccurrenceRange, location_name: "violationEventOccurrenceRange"))
|
4923
4930
|
StartDetectMitigationActionsTaskRequest.add_member(:include_only_active_violations, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "includeOnlyActiveViolations"))
|
4924
4931
|
StartDetectMitigationActionsTaskRequest.add_member(:include_suppressed_alerts, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "includeSuppressedAlerts"))
|
4925
|
-
StartDetectMitigationActionsTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4932
|
+
StartDetectMitigationActionsTaskRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
4926
4933
|
StartDetectMitigationActionsTaskRequest.struct_class = Types::StartDetectMitigationActionsTaskRequest
|
4927
4934
|
|
4928
4935
|
StartDetectMitigationActionsTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: MitigationActionsTaskId, location_name: "taskId"))
|
@@ -4952,13 +4959,13 @@ module Aws::IoT
|
|
4952
4959
|
StatisticalThreshold.struct_class = Types::StatisticalThreshold
|
4953
4960
|
|
4954
4961
|
Statistics.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "count"))
|
4955
|
-
Statistics.add_member(:average, Shapes::ShapeRef.new(shape: Average, location_name: "average", metadata: {"box"=>true}))
|
4956
|
-
Statistics.add_member(:sum, Shapes::ShapeRef.new(shape: Sum, location_name: "sum", metadata: {"box"=>true}))
|
4957
|
-
Statistics.add_member(:minimum, Shapes::ShapeRef.new(shape: Minimum, location_name: "minimum", metadata: {"box"=>true}))
|
4958
|
-
Statistics.add_member(:maximum, Shapes::ShapeRef.new(shape: Maximum, location_name: "maximum", metadata: {"box"=>true}))
|
4959
|
-
Statistics.add_member(:sum_of_squares, Shapes::ShapeRef.new(shape: SumOfSquares, location_name: "sumOfSquares", metadata: {"box"=>true}))
|
4960
|
-
Statistics.add_member(:variance, Shapes::ShapeRef.new(shape: Variance, location_name: "variance", metadata: {"box"=>true}))
|
4961
|
-
Statistics.add_member(:std_deviation, Shapes::ShapeRef.new(shape: StdDeviation, location_name: "stdDeviation", metadata: {"box"=>true}))
|
4962
|
+
Statistics.add_member(:average, Shapes::ShapeRef.new(shape: Average, location_name: "average", metadata: {"box" => true}))
|
4963
|
+
Statistics.add_member(:sum, Shapes::ShapeRef.new(shape: Sum, location_name: "sum", metadata: {"box" => true}))
|
4964
|
+
Statistics.add_member(:minimum, Shapes::ShapeRef.new(shape: Minimum, location_name: "minimum", metadata: {"box" => true}))
|
4965
|
+
Statistics.add_member(:maximum, Shapes::ShapeRef.new(shape: Maximum, location_name: "maximum", metadata: {"box" => true}))
|
4966
|
+
Statistics.add_member(:sum_of_squares, Shapes::ShapeRef.new(shape: SumOfSquares, location_name: "sumOfSquares", metadata: {"box" => true}))
|
4967
|
+
Statistics.add_member(:variance, Shapes::ShapeRef.new(shape: Variance, location_name: "variance", metadata: {"box" => true}))
|
4968
|
+
Statistics.add_member(:std_deviation, Shapes::ShapeRef.new(shape: StdDeviation, location_name: "stdDeviation", metadata: {"box" => true}))
|
4962
4969
|
Statistics.struct_class = Types::Statistics
|
4963
4970
|
|
4964
4971
|
StatusReason.add_member(:reason_code, Shapes::ShapeRef.new(shape: StatusReasonCode, required: true, location_name: "reasonCode"))
|
@@ -5457,7 +5464,7 @@ module Aws::IoT
|
|
5457
5464
|
UpdateMitigationActionResponse.struct_class = Types::UpdateMitigationActionResponse
|
5458
5465
|
|
5459
5466
|
UpdatePackageConfigurationRequest.add_member(:version_update_by_jobs_config, Shapes::ShapeRef.new(shape: VersionUpdateByJobsConfig, location_name: "versionUpdateByJobsConfig"))
|
5460
|
-
UpdatePackageConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
5467
|
+
UpdatePackageConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
5461
5468
|
UpdatePackageConfigurationRequest.struct_class = Types::UpdatePackageConfigurationRequest
|
5462
5469
|
|
5463
5470
|
UpdatePackageConfigurationResponse.struct_class = Types::UpdatePackageConfigurationResponse
|
@@ -5466,7 +5473,7 @@ module Aws::IoT
|
|
5466
5473
|
UpdatePackageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
5467
5474
|
UpdatePackageRequest.add_member(:default_version_name, Shapes::ShapeRef.new(shape: VersionName, location_name: "defaultVersionName"))
|
5468
5475
|
UpdatePackageRequest.add_member(:unset_default_version, Shapes::ShapeRef.new(shape: UnsetDefaultVersion, location_name: "unsetDefaultVersion"))
|
5469
|
-
UpdatePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
5476
|
+
UpdatePackageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
5470
5477
|
UpdatePackageRequest.struct_class = Types::UpdatePackageRequest
|
5471
5478
|
|
5472
5479
|
UpdatePackageResponse.struct_class = Types::UpdatePackageResponse
|
@@ -5478,7 +5485,7 @@ module Aws::IoT
|
|
5478
5485
|
UpdatePackageVersionRequest.add_member(:artifact, Shapes::ShapeRef.new(shape: PackageVersionArtifact, location_name: "artifact"))
|
5479
5486
|
UpdatePackageVersionRequest.add_member(:action, Shapes::ShapeRef.new(shape: PackageVersionAction, location_name: "action"))
|
5480
5487
|
UpdatePackageVersionRequest.add_member(:recipe, Shapes::ShapeRef.new(shape: PackageVersionRecipe, location_name: "recipe"))
|
5481
|
-
UpdatePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
5488
|
+
UpdatePackageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
5482
5489
|
UpdatePackageVersionRequest.struct_class = Types::UpdatePackageVersionRequest
|
5483
5490
|
|
5484
5491
|
UpdatePackageVersionResponse.struct_class = Types::UpdatePackageVersionResponse
|
@@ -5517,7 +5524,7 @@ module Aws::IoT
|
|
5517
5524
|
UpdateSecurityProfileRequest.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
|
5518
5525
|
UpdateSecurityProfileRequest.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, location_name: "behaviors"))
|
5519
5526
|
UpdateSecurityProfileRequest.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
|
5520
|
-
UpdateSecurityProfileRequest.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage"=>"Use additionalMetricsToRetainV2."}))
|
5527
|
+
UpdateSecurityProfileRequest.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage" => "Use additionalMetricsToRetainV2."}))
|
5521
5528
|
UpdateSecurityProfileRequest.add_member(:additional_metrics_to_retain_v2, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainV2List, location_name: "additionalMetricsToRetainV2"))
|
5522
5529
|
UpdateSecurityProfileRequest.add_member(:delete_behaviors, Shapes::ShapeRef.new(shape: DeleteBehaviors, location_name: "deleteBehaviors"))
|
5523
5530
|
UpdateSecurityProfileRequest.add_member(:delete_alert_targets, Shapes::ShapeRef.new(shape: DeleteAlertTargets, location_name: "deleteAlertTargets"))
|
@@ -5532,7 +5539,7 @@ module Aws::IoT
|
|
5532
5539
|
UpdateSecurityProfileResponse.add_member(:security_profile_description, Shapes::ShapeRef.new(shape: SecurityProfileDescription, location_name: "securityProfileDescription"))
|
5533
5540
|
UpdateSecurityProfileResponse.add_member(:behaviors, Shapes::ShapeRef.new(shape: Behaviors, location_name: "behaviors"))
|
5534
5541
|
UpdateSecurityProfileResponse.add_member(:alert_targets, Shapes::ShapeRef.new(shape: AlertTargets, location_name: "alertTargets"))
|
5535
|
-
UpdateSecurityProfileResponse.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage"=>"Use additionalMetricsToRetainV2."}))
|
5542
|
+
UpdateSecurityProfileResponse.add_member(:additional_metrics_to_retain, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainList, deprecated: true, location_name: "additionalMetricsToRetain", metadata: {"deprecatedMessage" => "Use additionalMetricsToRetainV2."}))
|
5536
5543
|
UpdateSecurityProfileResponse.add_member(:additional_metrics_to_retain_v2, Shapes::ShapeRef.new(shape: AdditionalMetricsToRetainV2List, location_name: "additionalMetricsToRetainV2"))
|
5537
5544
|
UpdateSecurityProfileResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
|
5538
5545
|
UpdateSecurityProfileResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDate"))
|
data/lib/aws-sdk-iot/types.rb
CHANGED
@@ -740,8 +740,14 @@ module Aws::IoT
|
|
740
740
|
# True if this audit check is enabled for this account.
|
741
741
|
# @return [Boolean]
|
742
742
|
#
|
743
|
+
# @!attribute [rw] configuration
|
744
|
+
# A structure containing the configName and corresponding configValue
|
745
|
+
# for configuring audit checks.
|
746
|
+
# @return [Hash<String,String>]
|
747
|
+
#
|
743
748
|
class AuditCheckConfiguration < Struct.new(
|
744
|
-
:enabled
|
749
|
+
:enabled,
|
750
|
+
:configuration)
|
745
751
|
SENSITIVE = []
|
746
752
|
include Aws::Structure
|
747
753
|
end
|
data/lib/aws-sdk-iot.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -4561,7 +4561,8 @@ module Aws
|
|
4561
4561
|
enabled: bool?
|
4562
4562
|
}],
|
4563
4563
|
?audit_check_configurations: Hash[::String, {
|
4564
|
-
enabled: bool
|
4564
|
+
enabled: bool?,
|
4565
|
+
configuration: Hash[("CERT_AGE_THRESHOLD_IN_DAYS" | "CERT_EXPIRATION_THRESHOLD_IN_DAYS"), ::String]?
|
4565
4566
|
}]
|
4566
4567
|
) -> _UpdateAccountAuditConfigurationResponseSuccess
|
4567
4568
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAccountAuditConfigurationResponseSuccess
|
data/sig/types.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.147.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWS IoT
|
99
96
|
test_files: []
|