aws-sdk 2.1391.0 → 2.1393.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.
Files changed (35) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +1 -1
  3. package/apis/customer-profiles-2020-08-15.min.json +252 -52
  4. package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
  5. package/apis/emr-containers-2020-10-01.min.json +31 -18
  6. package/apis/inspector2-2020-06-08.min.json +29 -12
  7. package/apis/iot-2015-05-28.min.json +714 -214
  8. package/apis/iot-2015-05-28.paginators.json +12 -0
  9. package/apis/logs-2014-03-28.min.json +99 -16
  10. package/apis/models.lex.v2-2020-08-07.min.json +1496 -286
  11. package/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
  12. package/apis/quicksight-2018-04-01.min.json +625 -594
  13. package/apis/signer-2017-08-25.min.json +105 -16
  14. package/apis/sqs-2012-11-05.min.json +120 -31
  15. package/clients/cloudformation.d.ts +24 -24
  16. package/clients/cloudwatchlogs.d.ts +132 -18
  17. package/clients/connect.d.ts +3 -3
  18. package/clients/customerprofiles.d.ts +201 -0
  19. package/clients/directconnect.d.ts +6 -6
  20. package/clients/emr.d.ts +2 -2
  21. package/clients/emrcontainers.d.ts +16 -0
  22. package/clients/iam.d.ts +7 -7
  23. package/clients/inspector2.d.ts +20 -1
  24. package/clients/iot.d.ts +500 -3
  25. package/clients/iotdeviceadvisor.d.ts +2 -2
  26. package/clients/lexmodelsv2.d.ts +1516 -127
  27. package/clients/quicksight.d.ts +50 -14
  28. package/clients/signer.d.ts +90 -5
  29. package/clients/sqs.d.ts +151 -39
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +13 -13
  32. package/dist/aws-sdk.js +948 -264
  33. package/dist/aws-sdk.min.js +48 -48
  34. package/lib/core.js +1 -1
  35. package/package.json +1 -1
@@ -475,7 +475,7 @@ declare namespace IotDeviceAdvisor {
475
475
  */
476
476
  isLongDurationTest?: IsLongDurationTestBoolean;
477
477
  /**
478
- * Gets the test suite root group. This is a required parameter.
478
+ * Gets the test suite root group. This is a required parameter. For updating or creating the latest qualification suite, if intendedForQualification is set to true, rootGroup can be an empty string. If intendedForQualification is false, rootGroup cannot be an empty string. If rootGroup is empty, and intendedForQualification is set to true, all the qualification tests are included, and the configuration is default. For a qualification suite, the minimum length is 0, and the maximum is 2048. For a non-qualification suite, the minimum length is 1, and the maximum is 2048.
479
479
  */
480
480
  rootGroup: RootGroup;
481
481
  /**
@@ -656,7 +656,7 @@ declare namespace IotDeviceAdvisor {
656
656
  */
657
657
  failure?: Failure;
658
658
  /**
659
- *
659
+ * Provides test case scenario system messages if any.
660
660
  */
661
661
  systemMessage?: SystemMessage;
662
662
  }