aws-sdk 2.810.0 → 2.814.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 (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -398,6 +398,12 @@ declare namespace IoTAnalytics {
398
398
  next?: ActivityName;
399
399
  }
400
400
  export type ChannelArn = string;
401
+ export interface ChannelMessages {
402
+ /**
403
+ * Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
404
+ */
405
+ s3Paths?: S3PathChannelMessages;
406
+ }
401
407
  export type ChannelName = string;
402
408
  export interface ChannelStatistics {
403
409
  /**
@@ -453,6 +459,19 @@ declare namespace IoTAnalytics {
453
459
  */
454
460
  lastMessageArrivalTime?: Timestamp;
455
461
  }
462
+ export interface Column {
463
+ /**
464
+ * The name of the column.
465
+ */
466
+ name: ColumnName;
467
+ /**
468
+ * The type of data. For more information about the supported data types, see Common data types in the AWS Glue Developer Guide.
469
+ */
470
+ type: ColumnDataType;
471
+ }
472
+ export type ColumnDataType = string;
473
+ export type ColumnName = string;
474
+ export type Columns = Column[];
456
475
  export type ComputeType = "ACU_1"|"ACU_2"|string;
457
476
  export interface ContainerDatasetAction {
458
477
  /**
@@ -585,6 +604,10 @@ declare namespace IoTAnalytics {
585
604
  * Metadata which can be used to manage the data store.
586
605
  */
587
606
  tags?: TagList;
607
+ /**
608
+ * Contains the configuration information of file formats. AWS IoT Analytics data stores support JSON and Parquet. The default file format is JSON. You can specify only one format. You can't change the file format after you create the data store.
609
+ */
610
+ fileFormatConfiguration?: FileFormatConfiguration;
588
611
  }
589
612
  export interface CreateDatastoreResponse {
590
613
  /**
@@ -901,6 +924,10 @@ declare namespace IoTAnalytics {
901
924
  * The last time when a new message arrived in the data store. AWS IoT Analytics updates this value at most once per minute for one data store. Hence, the lastMessageArrivalTime value is an approximation. This feature only applies to messages that arrived in the data store after October 23, 2020.
902
925
  */
903
926
  lastMessageArrivalTime?: Timestamp;
927
+ /**
928
+ * Contains the configuration information of file formats. AWS IoT Analytics data stores support JSON and Parquet. The default file format is JSON. You can specify only one format. You can't change the file format after you create the data store.
929
+ */
930
+ fileFormatConfiguration?: FileFormatConfiguration;
904
931
  }
905
932
  export interface DatastoreActivity {
906
933
  /**
@@ -967,6 +994,10 @@ declare namespace IoTAnalytics {
967
994
  * The last time when a new message arrived in the data store. AWS IoT Analytics updates this value at most once per minute for one data store. Hence, the lastMessageArrivalTime value is an approximation. This feature only applies to messages that arrived in the data store after October 23, 2020.
968
995
  */
969
996
  lastMessageArrivalTime?: Timestamp;
997
+ /**
998
+ * The file format of the data in the data store.
999
+ */
1000
+ fileFormatType?: FileFormatType;
970
1001
  }
971
1002
  export interface DeleteChannelRequest {
972
1003
  /**
@@ -1149,6 +1180,17 @@ declare namespace IoTAnalytics {
1149
1180
  */
1150
1181
  estimatedOn?: Timestamp;
1151
1182
  }
1183
+ export interface FileFormatConfiguration {
1184
+ /**
1185
+ * Contains the configuration information of the JSON format.
1186
+ */
1187
+ jsonConfiguration?: JsonConfiguration;
1188
+ /**
1189
+ * Contains the configuration information of the Parquet format.
1190
+ */
1191
+ parquetConfiguration?: ParquetConfiguration;
1192
+ }
1193
+ export type FileFormatType = "JSON"|"PARQUET"|string;
1152
1194
  export interface FilterActivity {
1153
1195
  /**
1154
1196
  * The name of the filter activity.
@@ -1213,6 +1255,8 @@ declare namespace IoTAnalytics {
1213
1255
  roleArn: RoleArn;
1214
1256
  }
1215
1257
  export type IotEventsInputName = string;
1258
+ export interface JsonConfiguration {
1259
+ }
1216
1260
  export interface LambdaActivity {
1217
1261
  /**
1218
1262
  * The name of the lambda activity.
@@ -1436,6 +1480,12 @@ declare namespace IoTAnalytics {
1436
1480
  */
1437
1481
  fileName: OutputFileName;
1438
1482
  }
1483
+ export interface ParquetConfiguration {
1484
+ /**
1485
+ * Information needed to define a schema.
1486
+ */
1487
+ schemaDefinition?: SchemaDefinition;
1488
+ }
1439
1489
  export interface Pipeline {
1440
1490
  /**
1441
1491
  * The name of the pipeline.
@@ -1634,6 +1684,8 @@ declare namespace IoTAnalytics {
1634
1684
  roleArn: RoleArn;
1635
1685
  }
1636
1686
  export type S3KeyPrefix = string;
1687
+ export type S3PathChannelMessage = string;
1688
+ export type S3PathChannelMessages = S3PathChannelMessage[];
1637
1689
  export interface SampleChannelDataRequest {
1638
1690
  /**
1639
1691
  * The name of the channel whose message samples are retrieved.
@@ -1665,6 +1717,12 @@ declare namespace IoTAnalytics {
1665
1717
  expression?: ScheduleExpression;
1666
1718
  }
1667
1719
  export type ScheduleExpression = string;
1720
+ export interface SchemaDefinition {
1721
+ /**
1722
+ * Specifies one or more columns that store your data. Each schema can have up to 100 columns. Each column can have up to 100 nested types
1723
+ */
1724
+ columns?: Columns;
1725
+ }
1668
1726
  export interface SelectAttributesActivity {
1669
1727
  /**
1670
1728
  * The name of the selectAttributes activity.
@@ -1706,13 +1764,17 @@ declare namespace IoTAnalytics {
1706
1764
  */
1707
1765
  pipelineName: PipelineName;
1708
1766
  /**
1709
- * The start time (inclusive) of raw message data that is reprocessed.
1767
+ * The start time (inclusive) of raw message data that is reprocessed. If you specify a value for the startTime parameter, you must not use the channelMessages object.
1710
1768
  */
1711
1769
  startTime?: StartTime;
1712
1770
  /**
1713
- * The end time (exclusive) of raw message data that is reprocessed.
1771
+ * The end time (exclusive) of raw message data that is reprocessed. If you specify a value for the endTime parameter, you must not use the channelMessages object.
1714
1772
  */
1715
1773
  endTime?: EndTime;
1774
+ /**
1775
+ * Specifies one or more sets of channel messages that you want to reprocess. If you use the channelMessages object, you must not specify a value for startTime and endTime.
1776
+ */
1777
+ channelMessages?: ChannelMessages;
1716
1778
  }
1717
1779
  export interface StartPipelineReprocessingResponse {
1718
1780
  /**
@@ -1827,6 +1889,10 @@ declare namespace IoTAnalytics {
1827
1889
  * Where data store data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default isserviceManagedS3. You cannot change this storage option after the data store is created.
1828
1890
  */
1829
1891
  datastoreStorage?: DatastoreStorage;
1892
+ /**
1893
+ * Contains the configuration information of file formats. AWS IoT Analytics data stores support JSON and Parquet. The default file format is JSON. You can specify only one format. You can't change the file format after you create the data store.
1894
+ */
1895
+ fileFormatConfiguration?: FileFormatConfiguration;
1830
1896
  }
1831
1897
  export interface UpdatePipelineRequest {
1832
1898
  /**