aws-sdk-iotmanagedintegrations 1.19.0 → 1.20.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotmanagedintegrations/client.rb +18 -12
- data/lib/aws-sdk-iotmanagedintegrations/client_api.rb +8 -3
- data/lib/aws-sdk-iotmanagedintegrations/types.rb +35 -22
- data/lib/aws-sdk-iotmanagedintegrations.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f00f69b8e90bad1dfcae6cabcbdab2a84929a2f495d8ebf0470b63f77af7010e
|
|
4
|
+
data.tar.gz: '020519d84f3846fb0d391b63bc41936061d8abf20ef260bb9f34e519deab083c'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe4024914462137e6ec3b211fc74653f67bd29173f84af9689e35002c07e2eb9895da84b5b2acb7035e2ff01009d82437c7143482d7e0b110b2938682bcbf3e1
|
|
7
|
+
data.tar.gz: 91bfe41f6f5bd5bd9d8be5ab6a035151f5e3c02f60f09d8a1b0f0c19d6f5e9f2f353a683a4b63a103b56a47a425aa9ad2f0e03949e6183e2fd64fdb937c85699
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.20.0 (2026-04-23)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds "Status" field to provisioning profile operation response types, giving users visibility into the readiness of a provisioning profile to be used for device provisioning.
|
|
8
|
+
|
|
4
9
|
1.19.0 (2026-03-18)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.20.0
|
|
@@ -1261,23 +1261,25 @@ module Aws::IoTManagedIntegrations
|
|
|
1261
1261
|
req.send_request(options)
|
|
1262
1262
|
end
|
|
1263
1263
|
|
|
1264
|
-
# Create a provisioning profile for
|
|
1265
|
-
#
|
|
1266
|
-
#
|
|
1267
|
-
#
|
|
1264
|
+
# Create a provisioning profile for executing device provisioning flows.
|
|
1265
|
+
# The provisioning profile is a document that defines the set of
|
|
1266
|
+
# resources and policies applied to a device during the provisioning
|
|
1267
|
+
# process.
|
|
1268
1268
|
#
|
|
1269
1269
|
# @option params [required, String] :provisioning_type
|
|
1270
1270
|
# The type of provisioning workflow the device uses for onboarding to
|
|
1271
1271
|
# IoT managed integrations.
|
|
1272
1272
|
#
|
|
1273
1273
|
# @option params [String] :ca_certificate
|
|
1274
|
-
# The
|
|
1274
|
+
# The body of the PEM-encoded certificate authority (CA) certificate.
|
|
1275
1275
|
#
|
|
1276
1276
|
# @option params [String] :claim_certificate
|
|
1277
|
-
# The claim certificate.
|
|
1277
|
+
# The body of the PEM-encoded claim certificate. If a claim certificate
|
|
1278
|
+
# is provided, it will be used for the provisioning profile. Otherwise,
|
|
1279
|
+
# a claim certificate will be generated.
|
|
1278
1280
|
#
|
|
1279
1281
|
# @option params [String] :name
|
|
1280
|
-
# The name of the provisioning
|
|
1282
|
+
# The name of the provisioning profile.
|
|
1281
1283
|
#
|
|
1282
1284
|
# @option params [String] :client_token
|
|
1283
1285
|
# An idempotency token. If you retry a request that completed
|
|
@@ -1298,6 +1300,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1298
1300
|
# * {Types::CreateProvisioningProfileResponse#name #name} => String
|
|
1299
1301
|
# * {Types::CreateProvisioningProfileResponse#provisioning_type #provisioning_type} => String
|
|
1300
1302
|
# * {Types::CreateProvisioningProfileResponse#id #id} => String
|
|
1303
|
+
# * {Types::CreateProvisioningProfileResponse#status #status} => String
|
|
1301
1304
|
# * {Types::CreateProvisioningProfileResponse#claim_certificate #claim_certificate} => String
|
|
1302
1305
|
# * {Types::CreateProvisioningProfileResponse#claim_certificate_private_key #claim_certificate_private_key} => String
|
|
1303
1306
|
#
|
|
@@ -1320,6 +1323,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1320
1323
|
# resp.name #=> String
|
|
1321
1324
|
# resp.provisioning_type #=> String, one of "FLEET_PROVISIONING", "JITR"
|
|
1322
1325
|
# resp.id #=> String
|
|
1326
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATED", "DELETE_IN_PROGRESS", "DELETE_FAILED"
|
|
1323
1327
|
# resp.claim_certificate #=> String
|
|
1324
1328
|
# resp.claim_certificate_private_key #=> String
|
|
1325
1329
|
#
|
|
@@ -1560,7 +1564,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1560
1564
|
# Delete a provisioning profile.
|
|
1561
1565
|
#
|
|
1562
1566
|
# @option params [required, String] :identifier
|
|
1563
|
-
# The
|
|
1567
|
+
# The id of the provisioning profile.
|
|
1564
1568
|
#
|
|
1565
1569
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1566
1570
|
#
|
|
@@ -2421,11 +2425,10 @@ module Aws::IoTManagedIntegrations
|
|
|
2421
2425
|
req.send_request(options)
|
|
2422
2426
|
end
|
|
2423
2427
|
|
|
2424
|
-
# Get a provisioning profile
|
|
2428
|
+
# Get details of a provisioning profile.
|
|
2425
2429
|
#
|
|
2426
2430
|
# @option params [required, String] :identifier
|
|
2427
|
-
# The
|
|
2428
|
-
# process.
|
|
2431
|
+
# The id of a provisioning profile.
|
|
2429
2432
|
#
|
|
2430
2433
|
# @return [Types::GetProvisioningProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2431
2434
|
#
|
|
@@ -2433,6 +2436,7 @@ module Aws::IoTManagedIntegrations
|
|
|
2433
2436
|
# * {Types::GetProvisioningProfileResponse#name #name} => String
|
|
2434
2437
|
# * {Types::GetProvisioningProfileResponse#provisioning_type #provisioning_type} => String
|
|
2435
2438
|
# * {Types::GetProvisioningProfileResponse#id #id} => String
|
|
2439
|
+
# * {Types::GetProvisioningProfileResponse#status #status} => String
|
|
2436
2440
|
# * {Types::GetProvisioningProfileResponse#claim_certificate #claim_certificate} => String
|
|
2437
2441
|
# * {Types::GetProvisioningProfileResponse#tags #tags} => Hash<String,String>
|
|
2438
2442
|
#
|
|
@@ -2448,6 +2452,7 @@ module Aws::IoTManagedIntegrations
|
|
|
2448
2452
|
# resp.name #=> String
|
|
2449
2453
|
# resp.provisioning_type #=> String, one of "FLEET_PROVISIONING", "JITR"
|
|
2450
2454
|
# resp.id #=> String
|
|
2455
|
+
# resp.status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATED", "DELETE_IN_PROGRESS", "DELETE_FAILED"
|
|
2451
2456
|
# resp.claim_certificate #=> String
|
|
2452
2457
|
# resp.tags #=> Hash
|
|
2453
2458
|
# resp.tags["TagKey"] #=> String
|
|
@@ -3316,6 +3321,7 @@ module Aws::IoTManagedIntegrations
|
|
|
3316
3321
|
# resp.items[0].id #=> String
|
|
3317
3322
|
# resp.items[0].arn #=> String
|
|
3318
3323
|
# resp.items[0].provisioning_type #=> String, one of "FLEET_PROVISIONING", "JITR"
|
|
3324
|
+
# resp.items[0].status #=> String, one of "CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATED", "DELETE_IN_PROGRESS", "DELETE_FAILED"
|
|
3319
3325
|
# resp.next_token #=> String
|
|
3320
3326
|
#
|
|
3321
3327
|
# @overload list_provisioning_profiles(params = {})
|
|
@@ -4440,7 +4446,7 @@ module Aws::IoTManagedIntegrations
|
|
|
4440
4446
|
tracer: tracer
|
|
4441
4447
|
)
|
|
4442
4448
|
context[:gem_name] = 'aws-sdk-iotmanagedintegrations'
|
|
4443
|
-
context[:gem_version] = '1.
|
|
4449
|
+
context[:gem_version] = '1.20.0'
|
|
4444
4450
|
Seahorse::Client::Request.new(handlers, context)
|
|
4445
4451
|
end
|
|
4446
4452
|
|
|
@@ -393,6 +393,7 @@ module Aws::IoTManagedIntegrations
|
|
|
393
393
|
ProvisioningProfileId = Shapes::StringShape.new(name: 'ProvisioningProfileId')
|
|
394
394
|
ProvisioningProfileListDefinition = Shapes::ListShape.new(name: 'ProvisioningProfileListDefinition')
|
|
395
395
|
ProvisioningProfileName = Shapes::StringShape.new(name: 'ProvisioningProfileName')
|
|
396
|
+
ProvisioningProfileStatus = Shapes::StringShape.new(name: 'ProvisioningProfileStatus')
|
|
396
397
|
ProvisioningProfileSummary = Shapes::StructureShape.new(name: 'ProvisioningProfileSummary')
|
|
397
398
|
ProvisioningStatus = Shapes::StringShape.new(name: 'ProvisioningStatus')
|
|
398
399
|
ProvisioningType = Shapes::StringShape.new(name: 'ProvisioningType')
|
|
@@ -696,7 +697,7 @@ module Aws::IoTManagedIntegrations
|
|
|
696
697
|
CreateManagedThingRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
697
698
|
CreateManagedThingRequest.add_member(:capability_report, Shapes::ShapeRef.new(shape: CapabilityReport, location_name: "CapabilityReport"))
|
|
698
699
|
CreateManagedThingRequest.add_member(:capability_schemas, Shapes::ShapeRef.new(shape: CapabilitySchemas, location_name: "CapabilitySchemas"))
|
|
699
|
-
CreateManagedThingRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
|
700
|
+
CreateManagedThingRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, deprecated: true, location_name: "Capabilities", metadata: {"deprecatedMessage" => "Capabilities has been deprecated, use CapabilityReport instead", "deprecatedSince" => "06-25-2025"}))
|
|
700
701
|
CreateManagedThingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
701
702
|
CreateManagedThingRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, location_name: "Classification"))
|
|
702
703
|
CreateManagedThingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
|
@@ -757,6 +758,7 @@ module Aws::IoTManagedIntegrations
|
|
|
757
758
|
CreateProvisioningProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningProfileName, location_name: "Name"))
|
|
758
759
|
CreateProvisioningProfileResponse.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
|
759
760
|
CreateProvisioningProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: ProvisioningProfileId, location_name: "Id"))
|
|
761
|
+
CreateProvisioningProfileResponse.add_member(:status, Shapes::ShapeRef.new(shape: ProvisioningProfileStatus, location_name: "Status"))
|
|
760
762
|
CreateProvisioningProfileResponse.add_member(:claim_certificate, Shapes::ShapeRef.new(shape: ClaimCertificate, location_name: "ClaimCertificate"))
|
|
761
763
|
CreateProvisioningProfileResponse.add_member(:claim_certificate_private_key, Shapes::ShapeRef.new(shape: ClaimCertificatePrivateKey, location_name: "ClaimCertificatePrivateKey"))
|
|
762
764
|
CreateProvisioningProfileResponse.struct_class = Types::CreateProvisioningProfileResponse
|
|
@@ -983,7 +985,7 @@ module Aws::IoTManagedIntegrations
|
|
|
983
985
|
GetManagedThingCapabilitiesRequest.struct_class = Types::GetManagedThingCapabilitiesRequest
|
|
984
986
|
|
|
985
987
|
GetManagedThingCapabilitiesResponse.add_member(:managed_thing_id, Shapes::ShapeRef.new(shape: ManagedThingId, location_name: "ManagedThingId"))
|
|
986
|
-
GetManagedThingCapabilitiesResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
|
988
|
+
GetManagedThingCapabilitiesResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, deprecated: true, location_name: "Capabilities", metadata: {"deprecatedMessage" => "Capabilities has been deprecated, use CapabilityReport instead", "deprecatedSince" => "06-25-2025"}))
|
|
987
989
|
GetManagedThingCapabilitiesResponse.add_member(:capability_report, Shapes::ShapeRef.new(shape: CapabilityReport, location_name: "CapabilityReport"))
|
|
988
990
|
GetManagedThingCapabilitiesResponse.struct_class = Types::GetManagedThingCapabilitiesResponse
|
|
989
991
|
|
|
@@ -1097,6 +1099,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1097
1099
|
GetProvisioningProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningProfileName, location_name: "Name"))
|
|
1098
1100
|
GetProvisioningProfileResponse.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
|
1099
1101
|
GetProvisioningProfileResponse.add_member(:id, Shapes::ShapeRef.new(shape: ProvisioningProfileId, location_name: "Id"))
|
|
1102
|
+
GetProvisioningProfileResponse.add_member(:status, Shapes::ShapeRef.new(shape: ProvisioningProfileStatus, location_name: "Status"))
|
|
1100
1103
|
GetProvisioningProfileResponse.add_member(:claim_certificate, Shapes::ShapeRef.new(shape: ClaimCertificate, location_name: "ClaimCertificate"))
|
|
1101
1104
|
GetProvisioningProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
|
1102
1105
|
GetProvisioningProfileResponse.struct_class = Types::GetProvisioningProfileResponse
|
|
@@ -1491,6 +1494,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1491
1494
|
ProvisioningProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: ProvisioningProfileId, location_name: "Id"))
|
|
1492
1495
|
ProvisioningProfileSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ProvisioningProfileArn, location_name: "Arn"))
|
|
1493
1496
|
ProvisioningProfileSummary.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
|
1497
|
+
ProvisioningProfileSummary.add_member(:status, Shapes::ShapeRef.new(shape: ProvisioningProfileStatus, location_name: "Status"))
|
|
1494
1498
|
ProvisioningProfileSummary.struct_class = Types::ProvisioningProfileSummary
|
|
1495
1499
|
|
|
1496
1500
|
PushConfig.add_member(:abort_config, Shapes::ShapeRef.new(shape: OtaTaskAbortConfig, location_name: "AbortConfig"))
|
|
@@ -1724,7 +1728,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1724
1728
|
UpdateManagedThingRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
|
|
1725
1729
|
UpdateManagedThingRequest.add_member(:capability_report, Shapes::ShapeRef.new(shape: CapabilityReport, location_name: "CapabilityReport"))
|
|
1726
1730
|
UpdateManagedThingRequest.add_member(:capability_schemas, Shapes::ShapeRef.new(shape: CapabilitySchemas, location_name: "CapabilitySchemas"))
|
|
1727
|
-
UpdateManagedThingRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
|
1731
|
+
UpdateManagedThingRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, deprecated: true, location_name: "Capabilities", metadata: {"deprecatedMessage" => "Capabilities has been deprecated, use CapabilityReport instead", "deprecatedSince" => "06-25-2025"}))
|
|
1728
1732
|
UpdateManagedThingRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, location_name: "Classification"))
|
|
1729
1733
|
UpdateManagedThingRequest.add_member(:hub_network_mode, Shapes::ShapeRef.new(shape: HubNetworkMode, location_name: "HubNetworkMode"))
|
|
1730
1734
|
UpdateManagedThingRequest.add_member(:meta_data, Shapes::ShapeRef.new(shape: MetaData, location_name: "MetaData"))
|
|
@@ -2072,6 +2076,7 @@ module Aws::IoTManagedIntegrations
|
|
|
2072
2076
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2073
2077
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2074
2078
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
2079
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2075
2080
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
|
2076
2081
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2077
2082
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
@@ -125,7 +125,7 @@ module Aws::IoTManagedIntegrations
|
|
|
125
125
|
#
|
|
126
126
|
# @!attribute [rw] general_authorization_update
|
|
127
127
|
# The General Authorization update information containing
|
|
128
|
-
# authorization materials to add or update
|
|
128
|
+
# authorization materials to add or update.
|
|
129
129
|
# @return [Types::GeneralAuthorizationUpdate]
|
|
130
130
|
#
|
|
131
131
|
class AuthConfigUpdate < Struct.new(
|
|
@@ -1105,15 +1105,17 @@ module Aws::IoTManagedIntegrations
|
|
|
1105
1105
|
# @return [String]
|
|
1106
1106
|
#
|
|
1107
1107
|
# @!attribute [rw] ca_certificate
|
|
1108
|
-
# The
|
|
1108
|
+
# The body of the PEM-encoded certificate authority (CA) certificate.
|
|
1109
1109
|
# @return [String]
|
|
1110
1110
|
#
|
|
1111
1111
|
# @!attribute [rw] claim_certificate
|
|
1112
|
-
# The claim certificate.
|
|
1112
|
+
# The body of the PEM-encoded claim certificate. If a claim
|
|
1113
|
+
# certificate is provided, it will be used for the provisioning
|
|
1114
|
+
# profile. Otherwise, a claim certificate will be generated.
|
|
1113
1115
|
# @return [String]
|
|
1114
1116
|
#
|
|
1115
1117
|
# @!attribute [rw] name
|
|
1116
|
-
# The name of the provisioning
|
|
1118
|
+
# The name of the provisioning profile.
|
|
1117
1119
|
# @return [String]
|
|
1118
1120
|
#
|
|
1119
1121
|
# @!attribute [rw] client_token
|
|
@@ -1143,12 +1145,11 @@ module Aws::IoTManagedIntegrations
|
|
|
1143
1145
|
end
|
|
1144
1146
|
|
|
1145
1147
|
# @!attribute [rw] arn
|
|
1146
|
-
# The Amazon Resource Name (ARN) of the provisioning
|
|
1147
|
-
# the provisioning profile.
|
|
1148
|
+
# The Amazon Resource Name (ARN) of the provisioning profile.
|
|
1148
1149
|
# @return [String]
|
|
1149
1150
|
#
|
|
1150
1151
|
# @!attribute [rw] name
|
|
1151
|
-
# The name of the provisioning
|
|
1152
|
+
# The name of the provisioning profile.
|
|
1152
1153
|
# @return [String]
|
|
1153
1154
|
#
|
|
1154
1155
|
# @!attribute [rw] provisioning_type
|
|
@@ -1160,14 +1161,18 @@ module Aws::IoTManagedIntegrations
|
|
|
1160
1161
|
# The identifier of the provisioning profile.
|
|
1161
1162
|
# @return [String]
|
|
1162
1163
|
#
|
|
1164
|
+
# @!attribute [rw] status
|
|
1165
|
+
# The status of a provisioning profile.
|
|
1166
|
+
# @return [String]
|
|
1167
|
+
#
|
|
1163
1168
|
# @!attribute [rw] claim_certificate
|
|
1164
|
-
# The
|
|
1169
|
+
# The body of the PEM-encoded claim certificate.
|
|
1165
1170
|
# @return [String]
|
|
1166
1171
|
#
|
|
1167
1172
|
# @!attribute [rw] claim_certificate_private_key
|
|
1168
|
-
# The private key of the claim certificate. This
|
|
1169
|
-
# the device for validating the connection endpoint with
|
|
1170
|
-
# integrations using the public key.
|
|
1173
|
+
# The private key of the claim certificate. This may be stored
|
|
1174
|
+
# securely on the device for validating the connection endpoint with
|
|
1175
|
+
# IoT managed integrations using the public key.
|
|
1171
1176
|
# @return [String]
|
|
1172
1177
|
#
|
|
1173
1178
|
class CreateProvisioningProfileResponse < Struct.new(
|
|
@@ -1175,6 +1180,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1175
1180
|
:name,
|
|
1176
1181
|
:provisioning_type,
|
|
1177
1182
|
:id,
|
|
1183
|
+
:status,
|
|
1178
1184
|
:claim_certificate,
|
|
1179
1185
|
:claim_certificate_private_key)
|
|
1180
1186
|
SENSITIVE = [:claim_certificate, :claim_certificate_private_key]
|
|
@@ -1317,7 +1323,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1317
1323
|
end
|
|
1318
1324
|
|
|
1319
1325
|
# @!attribute [rw] identifier
|
|
1320
|
-
# The
|
|
1326
|
+
# The id of the provisioning profile.
|
|
1321
1327
|
# @return [String]
|
|
1322
1328
|
#
|
|
1323
1329
|
class DeleteProvisioningProfileRequest < Struct.new(
|
|
@@ -2542,8 +2548,7 @@ module Aws::IoTManagedIntegrations
|
|
|
2542
2548
|
end
|
|
2543
2549
|
|
|
2544
2550
|
# @!attribute [rw] identifier
|
|
2545
|
-
# The
|
|
2546
|
-
# process.
|
|
2551
|
+
# The id of a provisioning profile.
|
|
2547
2552
|
# @return [String]
|
|
2548
2553
|
#
|
|
2549
2554
|
class GetProvisioningProfileRequest < Struct.new(
|
|
@@ -2553,12 +2558,11 @@ module Aws::IoTManagedIntegrations
|
|
|
2553
2558
|
end
|
|
2554
2559
|
|
|
2555
2560
|
# @!attribute [rw] arn
|
|
2556
|
-
# The Amazon Resource Name (ARN) of the provisioning
|
|
2557
|
-
# the provisioning profile.
|
|
2561
|
+
# The Amazon Resource Name (ARN) of the provisioning profile.
|
|
2558
2562
|
# @return [String]
|
|
2559
2563
|
#
|
|
2560
2564
|
# @!attribute [rw] name
|
|
2561
|
-
# The name of the provisioning
|
|
2565
|
+
# The name of the provisioning profile.
|
|
2562
2566
|
# @return [String]
|
|
2563
2567
|
#
|
|
2564
2568
|
# @!attribute [rw] provisioning_type
|
|
@@ -2570,8 +2574,12 @@ module Aws::IoTManagedIntegrations
|
|
|
2570
2574
|
# The provisioning profile id.
|
|
2571
2575
|
# @return [String]
|
|
2572
2576
|
#
|
|
2577
|
+
# @!attribute [rw] status
|
|
2578
|
+
# The status of a provisioning profile.
|
|
2579
|
+
# @return [String]
|
|
2580
|
+
#
|
|
2573
2581
|
# @!attribute [rw] claim_certificate
|
|
2574
|
-
# The
|
|
2582
|
+
# The body of the PEM-encoded claim certificate.
|
|
2575
2583
|
# @return [String]
|
|
2576
2584
|
#
|
|
2577
2585
|
# @!attribute [rw] tags
|
|
@@ -2584,6 +2592,7 @@ module Aws::IoTManagedIntegrations
|
|
|
2584
2592
|
:name,
|
|
2585
2593
|
:provisioning_type,
|
|
2586
2594
|
:id,
|
|
2595
|
+
:status,
|
|
2587
2596
|
:claim_certificate,
|
|
2588
2597
|
:tags)
|
|
2589
2598
|
SENSITIVE = [:claim_certificate, :tags]
|
|
@@ -4113,7 +4122,7 @@ module Aws::IoTManagedIntegrations
|
|
|
4113
4122
|
# Structure describing a provisioning profile.
|
|
4114
4123
|
#
|
|
4115
4124
|
# @!attribute [rw] name
|
|
4116
|
-
# The name of the provisioning
|
|
4125
|
+
# The name of the provisioning profile.
|
|
4117
4126
|
# @return [String]
|
|
4118
4127
|
#
|
|
4119
4128
|
# @!attribute [rw] id
|
|
@@ -4121,8 +4130,7 @@ module Aws::IoTManagedIntegrations
|
|
|
4121
4130
|
# @return [String]
|
|
4122
4131
|
#
|
|
4123
4132
|
# @!attribute [rw] arn
|
|
4124
|
-
# The Amazon Resource Name (ARN) of the provisioning
|
|
4125
|
-
# the provisioning profile.
|
|
4133
|
+
# The Amazon Resource Name (ARN) of the provisioning profile.
|
|
4126
4134
|
# @return [String]
|
|
4127
4135
|
#
|
|
4128
4136
|
# @!attribute [rw] provisioning_type
|
|
@@ -4130,11 +4138,16 @@ module Aws::IoTManagedIntegrations
|
|
|
4130
4138
|
# IoT managed integrations.
|
|
4131
4139
|
# @return [String]
|
|
4132
4140
|
#
|
|
4141
|
+
# @!attribute [rw] status
|
|
4142
|
+
# The status of a provisioning profile.
|
|
4143
|
+
# @return [String]
|
|
4144
|
+
#
|
|
4133
4145
|
class ProvisioningProfileSummary < Struct.new(
|
|
4134
4146
|
:name,
|
|
4135
4147
|
:id,
|
|
4136
4148
|
:arn,
|
|
4137
|
-
:provisioning_type
|
|
4149
|
+
:provisioning_type,
|
|
4150
|
+
:status)
|
|
4138
4151
|
SENSITIVE = []
|
|
4139
4152
|
include Aws::Structure
|
|
4140
4153
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -356,6 +356,7 @@ module Aws
|
|
|
356
356
|
def name: () -> ::String
|
|
357
357
|
def provisioning_type: () -> ("FLEET_PROVISIONING" | "JITR")
|
|
358
358
|
def id: () -> ::String
|
|
359
|
+
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
359
360
|
def claim_certificate: () -> ::String
|
|
360
361
|
def claim_certificate_private_key: () -> ::String
|
|
361
362
|
end
|
|
@@ -741,6 +742,7 @@ module Aws
|
|
|
741
742
|
def name: () -> ::String
|
|
742
743
|
def provisioning_type: () -> ("FLEET_PROVISIONING" | "JITR")
|
|
743
744
|
def id: () -> ::String
|
|
745
|
+
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
744
746
|
def claim_certificate: () -> ::String
|
|
745
747
|
def tags: () -> ::Hash[::String, ::String]
|
|
746
748
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -323,6 +323,7 @@ module Aws::IoTManagedIntegrations
|
|
|
323
323
|
attr_accessor name: ::String
|
|
324
324
|
attr_accessor provisioning_type: ("FLEET_PROVISIONING" | "JITR")
|
|
325
325
|
attr_accessor id: ::String
|
|
326
|
+
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
326
327
|
attr_accessor claim_certificate: ::String
|
|
327
328
|
attr_accessor claim_certificate_private_key: ::String
|
|
328
329
|
SENSITIVE: [:claim_certificate, :claim_certificate_private_key]
|
|
@@ -765,6 +766,7 @@ module Aws::IoTManagedIntegrations
|
|
|
765
766
|
attr_accessor name: ::String
|
|
766
767
|
attr_accessor provisioning_type: ("FLEET_PROVISIONING" | "JITR")
|
|
767
768
|
attr_accessor id: ::String
|
|
769
|
+
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
768
770
|
attr_accessor claim_certificate: ::String
|
|
769
771
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
770
772
|
SENSITIVE: [:claim_certificate, :tags]
|
|
@@ -1250,6 +1252,7 @@ module Aws::IoTManagedIntegrations
|
|
|
1250
1252
|
attr_accessor id: ::String
|
|
1251
1253
|
attr_accessor arn: ::String
|
|
1252
1254
|
attr_accessor provisioning_type: ("FLEET_PROVISIONING" | "JITR")
|
|
1255
|
+
attr_accessor status: ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
|
1253
1256
|
SENSITIVE: []
|
|
1254
1257
|
end
|
|
1255
1258
|
|