cdk-comprehend-s3olap 2.0.57 → 2.0.60

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.
Files changed (33) hide show
  1. package/.gitattributes +1 -0
  2. package/.jsii +3 -3
  3. package/lib/cdk-comprehend-s3olap.js +2 -2
  4. package/lib/comprehend-lambdas.js +2 -2
  5. package/lib/iam-roles.js +4 -4
  6. package/node_modules/aws-sdk/CHANGELOG.md +6 -1
  7. package/node_modules/aws-sdk/README.md +1 -1
  8. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +100 -5
  9. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +190 -182
  10. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +87 -0
  11. package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
  12. package/node_modules/aws-sdk/clients/dms.d.ts +1 -1
  13. package/node_modules/aws-sdk/clients/iot.d.ts +86 -65
  14. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  15. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +3 -3
  16. package/node_modules/aws-sdk/dist/aws-sdk.js +193 -185
  17. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
  18. package/node_modules/aws-sdk/lib/core.js +1 -1
  19. package/node_modules/aws-sdk/package.json +1 -1
  20. package/node_modules/object.assign/.eslintrc +3 -1
  21. package/node_modules/object.assign/.nycrc +0 -5
  22. package/node_modules/object.assign/CHANGELOG.md +20 -0
  23. package/node_modules/object.assign/README.md +7 -6
  24. package/node_modules/object.assign/implementation.js +25 -21
  25. package/node_modules/object.assign/package.json +25 -13
  26. package/node_modules/object.assign/test/implementation.js +19 -0
  27. package/node_modules/object.assign/test/tests.js +2 -7
  28. package/node_modules/object.assign/test.html +18458 -0
  29. package/package.json +3 -3
  30. package/node_modules/object.assign/.eslintignore +0 -1
  31. package/node_modules/object.assign/.github/workflows/rebase.yml +0 -15
  32. package/node_modules/object.assign/.github/workflows/require-allow-edits.yml +0 -14
  33. package/node_modules/object.assign/dist/browser.js +0 -865
@@ -276,19 +276,19 @@ declare class Iot extends Service {
276
276
  */
277
277
  createProvisioningClaim(callback?: (err: AWSError, data: Iot.Types.CreateProvisioningClaimResponse) => void): Request<Iot.Types.CreateProvisioningClaimResponse, AWSError>;
278
278
  /**
279
- * Creates a fleet provisioning template. Requires permission to access the CreateProvisioningTemplate action.
279
+ * Creates a provisioning template. Requires permission to access the CreateProvisioningTemplate action.
280
280
  */
281
281
  createProvisioningTemplate(params: Iot.Types.CreateProvisioningTemplateRequest, callback?: (err: AWSError, data: Iot.Types.CreateProvisioningTemplateResponse) => void): Request<Iot.Types.CreateProvisioningTemplateResponse, AWSError>;
282
282
  /**
283
- * Creates a fleet provisioning template. Requires permission to access the CreateProvisioningTemplate action.
283
+ * Creates a provisioning template. Requires permission to access the CreateProvisioningTemplate action.
284
284
  */
285
285
  createProvisioningTemplate(callback?: (err: AWSError, data: Iot.Types.CreateProvisioningTemplateResponse) => void): Request<Iot.Types.CreateProvisioningTemplateResponse, AWSError>;
286
286
  /**
287
- * Creates a new version of a fleet provisioning template. Requires permission to access the CreateProvisioningTemplateVersion action.
287
+ * Creates a new version of a provisioning template. Requires permission to access the CreateProvisioningTemplateVersion action.
288
288
  */
289
289
  createProvisioningTemplateVersion(params: Iot.Types.CreateProvisioningTemplateVersionRequest, callback?: (err: AWSError, data: Iot.Types.CreateProvisioningTemplateVersionResponse) => void): Request<Iot.Types.CreateProvisioningTemplateVersionResponse, AWSError>;
290
290
  /**
291
- * Creates a new version of a fleet provisioning template. Requires permission to access the CreateProvisioningTemplateVersion action.
291
+ * Creates a new version of a provisioning template. Requires permission to access the CreateProvisioningTemplateVersion action.
292
292
  */
293
293
  createProvisioningTemplateVersion(callback?: (err: AWSError, data: Iot.Types.CreateProvisioningTemplateVersionResponse) => void): Request<Iot.Types.CreateProvisioningTemplateVersionResponse, AWSError>;
294
294
  /**
@@ -508,19 +508,19 @@ declare class Iot extends Service {
508
508
  */
509
509
  deletePolicyVersion(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
510
510
  /**
511
- * Deletes a fleet provisioning template. Requires permission to access the DeleteProvisioningTemplate action.
511
+ * Deletes a provisioning template. Requires permission to access the DeleteProvisioningTemplate action.
512
512
  */
513
513
  deleteProvisioningTemplate(params: Iot.Types.DeleteProvisioningTemplateRequest, callback?: (err: AWSError, data: Iot.Types.DeleteProvisioningTemplateResponse) => void): Request<Iot.Types.DeleteProvisioningTemplateResponse, AWSError>;
514
514
  /**
515
- * Deletes a fleet provisioning template. Requires permission to access the DeleteProvisioningTemplate action.
515
+ * Deletes a provisioning template. Requires permission to access the DeleteProvisioningTemplate action.
516
516
  */
517
517
  deleteProvisioningTemplate(callback?: (err: AWSError, data: Iot.Types.DeleteProvisioningTemplateResponse) => void): Request<Iot.Types.DeleteProvisioningTemplateResponse, AWSError>;
518
518
  /**
519
- * Deletes a fleet provisioning template version. Requires permission to access the DeleteProvisioningTemplateVersion action.
519
+ * Deletes a provisioning template version. Requires permission to access the DeleteProvisioningTemplateVersion action.
520
520
  */
521
521
  deleteProvisioningTemplateVersion(params: Iot.Types.DeleteProvisioningTemplateVersionRequest, callback?: (err: AWSError, data: Iot.Types.DeleteProvisioningTemplateVersionResponse) => void): Request<Iot.Types.DeleteProvisioningTemplateVersionResponse, AWSError>;
522
522
  /**
523
- * Deletes a fleet provisioning template version. Requires permission to access the DeleteProvisioningTemplateVersion action.
523
+ * Deletes a provisioning template version. Requires permission to access the DeleteProvisioningTemplateVersion action.
524
524
  */
525
525
  deleteProvisioningTemplateVersion(callback?: (err: AWSError, data: Iot.Types.DeleteProvisioningTemplateVersionResponse) => void): Request<Iot.Types.DeleteProvisioningTemplateVersionResponse, AWSError>;
526
526
  /**
@@ -804,19 +804,19 @@ declare class Iot extends Service {
804
804
  */
805
805
  describeMitigationAction(callback?: (err: AWSError, data: Iot.Types.DescribeMitigationActionResponse) => void): Request<Iot.Types.DescribeMitigationActionResponse, AWSError>;
806
806
  /**
807
- * Returns information about a fleet provisioning template. Requires permission to access the DescribeProvisioningTemplate action.
807
+ * Returns information about a provisioning template. Requires permission to access the DescribeProvisioningTemplate action.
808
808
  */
809
809
  describeProvisioningTemplate(params: Iot.Types.DescribeProvisioningTemplateRequest, callback?: (err: AWSError, data: Iot.Types.DescribeProvisioningTemplateResponse) => void): Request<Iot.Types.DescribeProvisioningTemplateResponse, AWSError>;
810
810
  /**
811
- * Returns information about a fleet provisioning template. Requires permission to access the DescribeProvisioningTemplate action.
811
+ * Returns information about a provisioning template. Requires permission to access the DescribeProvisioningTemplate action.
812
812
  */
813
813
  describeProvisioningTemplate(callback?: (err: AWSError, data: Iot.Types.DescribeProvisioningTemplateResponse) => void): Request<Iot.Types.DescribeProvisioningTemplateResponse, AWSError>;
814
814
  /**
815
- * Returns information about a fleet provisioning template version. Requires permission to access the DescribeProvisioningTemplateVersion action.
815
+ * Returns information about a provisioning template version. Requires permission to access the DescribeProvisioningTemplateVersion action.
816
816
  */
817
817
  describeProvisioningTemplateVersion(params: Iot.Types.DescribeProvisioningTemplateVersionRequest, callback?: (err: AWSError, data: Iot.Types.DescribeProvisioningTemplateVersionResponse) => void): Request<Iot.Types.DescribeProvisioningTemplateVersionResponse, AWSError>;
818
818
  /**
819
- * Returns information about a fleet provisioning template version. Requires permission to access the DescribeProvisioningTemplateVersion action.
819
+ * Returns information about a provisioning template version. Requires permission to access the DescribeProvisioningTemplateVersion action.
820
820
  */
821
821
  describeProvisioningTemplateVersion(callback?: (err: AWSError, data: Iot.Types.DescribeProvisioningTemplateVersionResponse) => void): Request<Iot.Types.DescribeProvisioningTemplateVersionResponse, AWSError>;
822
822
  /**
@@ -892,11 +892,11 @@ declare class Iot extends Service {
892
892
  */
893
893
  detachPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
894
894
  /**
895
- * Removes the specified policy from the specified certificate. This action is deprecated. Please use DetachPolicy instead. Requires permission to access the DetachPrincipalPolicy action.
895
+ * Removes the specified policy from the specified certificate. Note: This action is deprecated and works as expected for backward compatibility, but we won't add enhancements. Use DetachPolicy instead. Requires permission to access the DetachPrincipalPolicy action.
896
896
  */
897
897
  detachPrincipalPolicy(params: Iot.Types.DetachPrincipalPolicyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
898
898
  /**
899
- * Removes the specified policy from the specified certificate. This action is deprecated. Please use DetachPolicy instead. Requires permission to access the DetachPrincipalPolicy action.
899
+ * Removes the specified policy from the specified certificate. Note: This action is deprecated and works as expected for backward compatibility, but we won't add enhancements. Use DetachPolicy instead. Requires permission to access the DetachPrincipalPolicy action.
900
900
  */
901
901
  detachPrincipalPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
902
902
  /**
@@ -1292,11 +1292,11 @@ declare class Iot extends Service {
1292
1292
  */
1293
1293
  listPolicies(callback?: (err: AWSError, data: Iot.Types.ListPoliciesResponse) => void): Request<Iot.Types.ListPoliciesResponse, AWSError>;
1294
1294
  /**
1295
- * Lists the principals associated with the specified policy. Note: This action is deprecated. Please use ListTargetsForPolicy instead. Requires permission to access the ListPolicyPrincipals action.
1295
+ * Lists the principals associated with the specified policy. Note: This action is deprecated and works as expected for backward compatibility, but we won't add enhancements. Use ListTargetsForPolicy instead. Requires permission to access the ListPolicyPrincipals action.
1296
1296
  */
1297
1297
  listPolicyPrincipals(params: Iot.Types.ListPolicyPrincipalsRequest, callback?: (err: AWSError, data: Iot.Types.ListPolicyPrincipalsResponse) => void): Request<Iot.Types.ListPolicyPrincipalsResponse, AWSError>;
1298
1298
  /**
1299
- * Lists the principals associated with the specified policy. Note: This action is deprecated. Please use ListTargetsForPolicy instead. Requires permission to access the ListPolicyPrincipals action.
1299
+ * Lists the principals associated with the specified policy. Note: This action is deprecated and works as expected for backward compatibility, but we won't add enhancements. Use ListTargetsForPolicy instead. Requires permission to access the ListPolicyPrincipals action.
1300
1300
  */
1301
1301
  listPolicyPrincipals(callback?: (err: AWSError, data: Iot.Types.ListPolicyPrincipalsResponse) => void): Request<Iot.Types.ListPolicyPrincipalsResponse, AWSError>;
1302
1302
  /**
@@ -1308,11 +1308,11 @@ declare class Iot extends Service {
1308
1308
  */
1309
1309
  listPolicyVersions(callback?: (err: AWSError, data: Iot.Types.ListPolicyVersionsResponse) => void): Request<Iot.Types.ListPolicyVersionsResponse, AWSError>;
1310
1310
  /**
1311
- * Lists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format. Note: This action is deprecated. Please use ListAttachedPolicies instead. Requires permission to access the ListPrincipalPolicies action.
1311
+ * Lists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format. Note: This action is deprecated and works as expected for backward compatibility, but we won't add enhancements. Use ListAttachedPolicies instead. Requires permission to access the ListPrincipalPolicies action.
1312
1312
  */
1313
1313
  listPrincipalPolicies(params: Iot.Types.ListPrincipalPoliciesRequest, callback?: (err: AWSError, data: Iot.Types.ListPrincipalPoliciesResponse) => void): Request<Iot.Types.ListPrincipalPoliciesResponse, AWSError>;
1314
1314
  /**
1315
- * Lists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format. Note: This action is deprecated. Please use ListAttachedPolicies instead. Requires permission to access the ListPrincipalPolicies action.
1315
+ * Lists the policies attached to the specified principal. If you use an Cognito identity, the ID must be in AmazonCognito Identity format. Note: This action is deprecated and works as expected for backward compatibility, but we won't add enhancements. Use ListAttachedPolicies instead. Requires permission to access the ListPrincipalPolicies action.
1316
1316
  */
1317
1317
  listPrincipalPolicies(callback?: (err: AWSError, data: Iot.Types.ListPrincipalPoliciesResponse) => void): Request<Iot.Types.ListPrincipalPoliciesResponse, AWSError>;
1318
1318
  /**
@@ -1324,19 +1324,19 @@ declare class Iot extends Service {
1324
1324
  */
1325
1325
  listPrincipalThings(callback?: (err: AWSError, data: Iot.Types.ListPrincipalThingsResponse) => void): Request<Iot.Types.ListPrincipalThingsResponse, AWSError>;
1326
1326
  /**
1327
- * A list of fleet provisioning template versions. Requires permission to access the ListProvisioningTemplateVersions action.
1327
+ * A list of provisioning template versions. Requires permission to access the ListProvisioningTemplateVersions action.
1328
1328
  */
1329
1329
  listProvisioningTemplateVersions(params: Iot.Types.ListProvisioningTemplateVersionsRequest, callback?: (err: AWSError, data: Iot.Types.ListProvisioningTemplateVersionsResponse) => void): Request<Iot.Types.ListProvisioningTemplateVersionsResponse, AWSError>;
1330
1330
  /**
1331
- * A list of fleet provisioning template versions. Requires permission to access the ListProvisioningTemplateVersions action.
1331
+ * A list of provisioning template versions. Requires permission to access the ListProvisioningTemplateVersions action.
1332
1332
  */
1333
1333
  listProvisioningTemplateVersions(callback?: (err: AWSError, data: Iot.Types.ListProvisioningTemplateVersionsResponse) => void): Request<Iot.Types.ListProvisioningTemplateVersionsResponse, AWSError>;
1334
1334
  /**
1335
- * Lists the fleet provisioning templates in your Amazon Web Services account. Requires permission to access the ListProvisioningTemplates action.
1335
+ * Lists the provisioning templates in your Amazon Web Services account. Requires permission to access the ListProvisioningTemplates action.
1336
1336
  */
1337
1337
  listProvisioningTemplates(params: Iot.Types.ListProvisioningTemplatesRequest, callback?: (err: AWSError, data: Iot.Types.ListProvisioningTemplatesResponse) => void): Request<Iot.Types.ListProvisioningTemplatesResponse, AWSError>;
1338
1338
  /**
1339
- * Lists the fleet provisioning templates in your Amazon Web Services account. Requires permission to access the ListProvisioningTemplates action.
1339
+ * Lists the provisioning templates in your Amazon Web Services account. Requires permission to access the ListProvisioningTemplates action.
1340
1340
  */
1341
1341
  listProvisioningTemplates(callback?: (err: AWSError, data: Iot.Types.ListProvisioningTemplatesResponse) => void): Request<Iot.Types.ListProvisioningTemplatesResponse, AWSError>;
1342
1342
  /**
@@ -1828,11 +1828,11 @@ declare class Iot extends Service {
1828
1828
  */
1829
1829
  updateMitigationAction(callback?: (err: AWSError, data: Iot.Types.UpdateMitigationActionResponse) => void): Request<Iot.Types.UpdateMitigationActionResponse, AWSError>;
1830
1830
  /**
1831
- * Updates a fleet provisioning template. Requires permission to access the UpdateProvisioningTemplate action.
1831
+ * Updates a provisioning template. Requires permission to access the UpdateProvisioningTemplate action.
1832
1832
  */
1833
1833
  updateProvisioningTemplate(params: Iot.Types.UpdateProvisioningTemplateRequest, callback?: (err: AWSError, data: Iot.Types.UpdateProvisioningTemplateResponse) => void): Request<Iot.Types.UpdateProvisioningTemplateResponse, AWSError>;
1834
1834
  /**
1835
- * Updates a fleet provisioning template. Requires permission to access the UpdateProvisioningTemplate action.
1835
+ * Updates a provisioning template. Requires permission to access the UpdateProvisioningTemplate action.
1836
1836
  */
1837
1837
  updateProvisioningTemplate(callback?: (err: AWSError, data: Iot.Types.UpdateProvisioningTemplateResponse) => void): Request<Iot.Types.UpdateProvisioningTemplateResponse, AWSError>;
1838
1838
  /**
@@ -3889,23 +3889,23 @@ declare namespace Iot {
3889
3889
  }
3890
3890
  export interface CreateProvisioningTemplateRequest {
3891
3891
  /**
3892
- * The name of the fleet provisioning template.
3892
+ * The name of the provisioning template.
3893
3893
  */
3894
3894
  templateName: TemplateName;
3895
3895
  /**
3896
- * The description of the fleet provisioning template.
3896
+ * The description of the provisioning template.
3897
3897
  */
3898
3898
  description?: TemplateDescription;
3899
3899
  /**
3900
- * The JSON formatted contents of the fleet provisioning template.
3900
+ * The JSON formatted contents of the provisioning template.
3901
3901
  */
3902
3902
  templateBody: TemplateBody;
3903
3903
  /**
3904
- * True to enable the fleet provisioning template, otherwise false.
3904
+ * True to enable the provisioning template, otherwise false.
3905
3905
  */
3906
3906
  enabled?: Enabled;
3907
3907
  /**
3908
- * The role ARN for the role associated with the fleet provisioning template. This IoT role grants permission to provision a device.
3908
+ * The role ARN for the role associated with the provisioning template. This IoT role grants permission to provision a device.
3909
3909
  */
3910
3910
  provisioningRoleArn: RoleArn;
3911
3911
  /**
@@ -3913,9 +3913,13 @@ declare namespace Iot {
3913
3913
  */
3914
3914
  preProvisioningHook?: ProvisioningHook;
3915
3915
  /**
3916
- * Metadata which can be used to manage the fleet provisioning template. For URI Request parameters use format: ...key1=value1&amp;key2=value2... For the CLI command-line parameter use format: &amp;&amp;tags "key1=value1&amp;key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&amp;key2=value2..."
3916
+ * Metadata which can be used to manage the provisioning template. For URI Request parameters use format: ...key1=value1&amp;key2=value2... For the CLI command-line parameter use format: &amp;&amp;tags "key1=value1&amp;key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&amp;key2=value2..."
3917
3917
  */
3918
3918
  tags?: TagList;
3919
+ /**
3920
+ * The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template.
3921
+ */
3922
+ type?: TemplateType;
3919
3923
  }
3920
3924
  export interface CreateProvisioningTemplateResponse {
3921
3925
  /**
@@ -3923,21 +3927,21 @@ declare namespace Iot {
3923
3927
  */
3924
3928
  templateArn?: TemplateArn;
3925
3929
  /**
3926
- * The name of the fleet provisioning template.
3930
+ * The name of the provisioning template.
3927
3931
  */
3928
3932
  templateName?: TemplateName;
3929
3933
  /**
3930
- * The default version of the fleet provisioning template.
3934
+ * The default version of the provisioning template.
3931
3935
  */
3932
3936
  defaultVersionId?: TemplateVersionId;
3933
3937
  }
3934
3938
  export interface CreateProvisioningTemplateVersionRequest {
3935
3939
  /**
3936
- * The name of the fleet provisioning template.
3940
+ * The name of the provisioning template.
3937
3941
  */
3938
3942
  templateName: TemplateName;
3939
3943
  /**
3940
- * The JSON formatted contents of the fleet provisioning template.
3944
+ * The JSON formatted contents of the provisioning template.
3941
3945
  */
3942
3946
  templateBody: TemplateBody;
3943
3947
  /**
@@ -3951,15 +3955,15 @@ declare namespace Iot {
3951
3955
  */
3952
3956
  templateArn?: TemplateArn;
3953
3957
  /**
3954
- * The name of the fleet provisioning template.
3958
+ * The name of the provisioning template.
3955
3959
  */
3956
3960
  templateName?: TemplateName;
3957
3961
  /**
3958
- * The version of the fleet provisioning template.
3962
+ * The version of the provisioning template.
3959
3963
  */
3960
3964
  versionId?: TemplateVersionId;
3961
3965
  /**
3962
- * True if the fleet provisioning template version is the default version, otherwise false.
3966
+ * True if the provisioning template version is the default version, otherwise false.
3963
3967
  */
3964
3968
  isDefaultVersion?: IsDefaultVersion;
3965
3969
  }
@@ -4443,11 +4447,11 @@ declare namespace Iot {
4443
4447
  }
4444
4448
  export interface DeleteProvisioningTemplateVersionRequest {
4445
4449
  /**
4446
- * The name of the fleet provisioning template version to delete.
4450
+ * The name of the provisioning template version to delete.
4447
4451
  */
4448
4452
  templateName: TemplateName;
4449
4453
  /**
4450
- * The fleet provisioning template version ID to delete.
4454
+ * The provisioning template version ID to delete.
4451
4455
  */
4452
4456
  versionId: TemplateVersionId;
4453
4457
  }
@@ -5154,29 +5158,29 @@ declare namespace Iot {
5154
5158
  }
5155
5159
  export interface DescribeProvisioningTemplateRequest {
5156
5160
  /**
5157
- * The name of the fleet provisioning template.
5161
+ * The name of the provisioning template.
5158
5162
  */
5159
5163
  templateName: TemplateName;
5160
5164
  }
5161
5165
  export interface DescribeProvisioningTemplateResponse {
5162
5166
  /**
5163
- * The ARN of the fleet provisioning template.
5167
+ * The ARN of the provisioning template.
5164
5168
  */
5165
5169
  templateArn?: TemplateArn;
5166
5170
  /**
5167
- * The name of the fleet provisioning template.
5171
+ * The name of the provisioning template.
5168
5172
  */
5169
5173
  templateName?: TemplateName;
5170
5174
  /**
5171
- * The description of the fleet provisioning template.
5175
+ * The description of the provisioning template.
5172
5176
  */
5173
5177
  description?: TemplateDescription;
5174
5178
  /**
5175
- * The date when the fleet provisioning template was created.
5179
+ * The date when the provisioning template was created.
5176
5180
  */
5177
5181
  creationDate?: DateType;
5178
5182
  /**
5179
- * The date when the fleet provisioning template was last modified.
5183
+ * The date when the provisioning template was last modified.
5180
5184
  */
5181
5185
  lastModifiedDate?: DateType;
5182
5186
  /**
@@ -5184,11 +5188,11 @@ declare namespace Iot {
5184
5188
  */
5185
5189
  defaultVersionId?: TemplateVersionId;
5186
5190
  /**
5187
- * The JSON formatted contents of the fleet provisioning template.
5191
+ * The JSON formatted contents of the provisioning template.
5188
5192
  */
5189
5193
  templateBody?: TemplateBody;
5190
5194
  /**
5191
- * True if the fleet provisioning template is enabled, otherwise false.
5195
+ * True if the provisioning template is enabled, otherwise false.
5192
5196
  */
5193
5197
  enabled?: Enabled;
5194
5198
  /**
@@ -5199,6 +5203,10 @@ declare namespace Iot {
5199
5203
  * Gets information about a pre-provisioned hook.
5200
5204
  */
5201
5205
  preProvisioningHook?: ProvisioningHook;
5206
+ /**
5207
+ * The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template.
5208
+ */
5209
+ type?: TemplateType;
5202
5210
  }
5203
5211
  export interface DescribeProvisioningTemplateVersionRequest {
5204
5212
  /**
@@ -5206,25 +5214,25 @@ declare namespace Iot {
5206
5214
  */
5207
5215
  templateName: TemplateName;
5208
5216
  /**
5209
- * The fleet provisioning template version ID.
5217
+ * The provisioning template version ID.
5210
5218
  */
5211
5219
  versionId: TemplateVersionId;
5212
5220
  }
5213
5221
  export interface DescribeProvisioningTemplateVersionResponse {
5214
5222
  /**
5215
- * The fleet provisioning template version ID.
5223
+ * The provisioning template version ID.
5216
5224
  */
5217
5225
  versionId?: TemplateVersionId;
5218
5226
  /**
5219
- * The date when the fleet provisioning template version was created.
5227
+ * The date when the provisioning template version was created.
5220
5228
  */
5221
5229
  creationDate?: DateType;
5222
5230
  /**
5223
- * The JSON formatted contents of the fleet provisioning template version.
5231
+ * The JSON formatted contents of the provisioning template version.
5224
5232
  */
5225
5233
  templateBody?: TemplateBody;
5226
5234
  /**
5227
- * True if the fleet provisioning template version is the default version.
5235
+ * True if the provisioning template version is the default version.
5228
5236
  */
5229
5237
  isDefaultVersion?: IsDefaultVersion;
5230
5238
  }
@@ -7136,6 +7144,10 @@ declare namespace Iot {
7136
7144
  * Determines the order of the results.
7137
7145
  */
7138
7146
  ascendingOrder?: AscendingOrder;
7147
+ /**
7148
+ * The name of the provisioning template.
7149
+ */
7150
+ templateName?: TemplateName;
7139
7151
  }
7140
7152
  export interface ListCACertificatesResponse {
7141
7153
  /**
@@ -7753,7 +7765,7 @@ declare namespace Iot {
7753
7765
  }
7754
7766
  export interface ListProvisioningTemplateVersionsRequest {
7755
7767
  /**
7756
- * The name of the fleet provisioning template.
7768
+ * The name of the provisioning template.
7757
7769
  */
7758
7770
  templateName: TemplateName;
7759
7771
  /**
@@ -7767,7 +7779,7 @@ declare namespace Iot {
7767
7779
  }
7768
7780
  export interface ListProvisioningTemplateVersionsResponse {
7769
7781
  /**
7770
- * The list of fleet provisioning template versions.
7782
+ * The list of provisioning template versions.
7771
7783
  */
7772
7784
  versions?: ProvisioningTemplateVersionListing;
7773
7785
  /**
@@ -7787,7 +7799,7 @@ declare namespace Iot {
7787
7799
  }
7788
7800
  export interface ListProvisioningTemplatesResponse {
7789
7801
  /**
7790
- * A list of fleet provisioning templates
7802
+ * A list of provisioning templates
7791
7803
  */
7792
7804
  templates?: ProvisioningTemplateListing;
7793
7805
  /**
@@ -8876,29 +8888,33 @@ declare namespace Iot {
8876
8888
  export type ProvisioningTemplateListing = ProvisioningTemplateSummary[];
8877
8889
  export interface ProvisioningTemplateSummary {
8878
8890
  /**
8879
- * The ARN of the fleet provisioning template.
8891
+ * The ARN of the provisioning template.
8880
8892
  */
8881
8893
  templateArn?: TemplateArn;
8882
8894
  /**
8883
- * The name of the fleet provisioning template.
8895
+ * The name of the provisioning template.
8884
8896
  */
8885
8897
  templateName?: TemplateName;
8886
8898
  /**
8887
- * The description of the fleet provisioning template.
8899
+ * The description of the provisioning template.
8888
8900
  */
8889
8901
  description?: TemplateDescription;
8890
8902
  /**
8891
- * The date when the fleet provisioning template summary was created.
8903
+ * The date when the provisioning template summary was created.
8892
8904
  */
8893
8905
  creationDate?: DateType;
8894
8906
  /**
8895
- * The date when the fleet provisioning template summary was last modified.
8907
+ * The date when the provisioning template summary was last modified.
8896
8908
  */
8897
8909
  lastModifiedDate?: DateType;
8898
8910
  /**
8899
8911
  * True if the fleet provision template is enabled, otherwise false.
8900
8912
  */
8901
8913
  enabled?: Enabled;
8914
+ /**
8915
+ * The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template.
8916
+ */
8917
+ type?: TemplateType;
8902
8918
  }
8903
8919
  export type ProvisioningTemplateVersionListing = ProvisioningTemplateVersionSummary[];
8904
8920
  export interface ProvisioningTemplateVersionSummary {
@@ -8907,11 +8923,11 @@ declare namespace Iot {
8907
8923
  */
8908
8924
  versionId?: TemplateVersionId;
8909
8925
  /**
8910
- * The date when the fleet provisioning template version was created
8926
+ * The date when the provisioning template version was created
8911
8927
  */
8912
8928
  creationDate?: DateType;
8913
8929
  /**
8914
- * True if the fleet provisioning template version is the default version, otherwise false.
8930
+ * True if the provisioning template version is the default version, otherwise false.
8915
8931
  */
8916
8932
  isDefaultVersion?: IsDefaultVersion;
8917
8933
  }
@@ -9111,6 +9127,10 @@ declare namespace Iot {
9111
9127
  * The ARN of the role.
9112
9128
  */
9113
9129
  roleArn?: RoleArn;
9130
+ /**
9131
+ * The name of the provisioning template.
9132
+ */
9133
+ templateName?: TemplateName;
9114
9134
  }
9115
9135
  export type RegistryMaxResults = number;
9116
9136
  export type RegistryS3BucketName = string;
@@ -9970,6 +9990,7 @@ declare namespace Iot {
9970
9990
  export type TemplateBody = string;
9971
9991
  export type TemplateDescription = string;
9972
9992
  export type TemplateName = string;
9993
+ export type TemplateType = "FLEET_PROVISIONING"|"JITP"|string;
9973
9994
  export type TemplateVersionId = number;
9974
9995
  export interface TermsAggregation {
9975
9996
  /**
@@ -10955,15 +10976,15 @@ declare namespace Iot {
10955
10976
  }
10956
10977
  export interface UpdateProvisioningTemplateRequest {
10957
10978
  /**
10958
- * The name of the fleet provisioning template.
10979
+ * The name of the provisioning template.
10959
10980
  */
10960
10981
  templateName: TemplateName;
10961
10982
  /**
10962
- * The description of the fleet provisioning template.
10983
+ * The description of the provisioning template.
10963
10984
  */
10964
10985
  description?: TemplateDescription;
10965
10986
  /**
10966
- * True to enable the fleet provisioning template, otherwise false.
10987
+ * True to enable the provisioning template, otherwise false.
10967
10988
  */
10968
10989
  enabled?: Enabled;
10969
10990
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1188.0',
86
+ VERSION: '2.1189.0',
87
87
 
88
88
  /**
89
89
  * @api private