aws-sdk 2.1102.0 → 2.1105.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.
- package/CHANGELOG.md +18 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +863 -807
- package/apis/fms-2018-01-01.min.json +210 -83
- package/apis/fms-2018-01-01.paginators.json +6 -0
- package/apis/fsx-2018-03-01.min.json +3 -0
- package/apis/grafana-2020-08-18.min.json +117 -19
- package/apis/iot-data-2015-05-28.min.json +1 -1
- package/apis/metadata.json +4 -0
- package/apis/organizations-2016-11-28.min.json +77 -62
- package/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/apis/route53-recovery-cluster-2019-12-02.min.json +39 -4
- package/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/apis/workspaces-2015-04-08.min.json +195 -27
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/auditmanager.d.ts +4 -4
- package/clients/cloudcontrol.d.ts +22 -22
- package/clients/databrew.d.ts +3 -3
- package/clients/ec2.d.ts +77 -3
- package/clients/fms.d.ts +222 -8
- package/clients/fsx.d.ts +12 -8
- package/clients/grafana.d.ts +81 -5
- package/clients/iot.d.ts +13 -13
- package/clients/iotdata.d.ts +7 -7
- package/clients/organizations.d.ts +144 -129
- package/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/clients/pinpointsmsvoicev2.js +19 -0
- package/clients/route53recoverycluster.d.ts +75 -12
- package/clients/workspaces.d.ts +239 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +58 -14
- package/dist/aws-sdk.js +871 -811
- package/dist/aws-sdk.min.js +69 -69
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/grafana.d.ts
CHANGED
|
@@ -67,6 +67,14 @@ declare class Grafana extends Service {
|
|
|
67
67
|
* Lists the users and groups who have the Grafana Admin and Editor roles in this workspace. If you use this operation without specifying userId or groupId, the operation returns the roles of all users and groups. If you specify a userId or a groupId, only the roles for that user or group are returned. If you do this, you can specify only one userId or one groupId.
|
|
68
68
|
*/
|
|
69
69
|
listPermissions(callback?: (err: AWSError, data: Grafana.Types.ListPermissionsResponse) => void): Request<Grafana.Types.ListPermissionsResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* The ListTagsForResource operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the resourceArn. Currently, the only resource that can be tagged is a workspace.
|
|
72
|
+
*/
|
|
73
|
+
listTagsForResource(params: Grafana.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: Grafana.Types.ListTagsForResourceResponse) => void): Request<Grafana.Types.ListTagsForResourceResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* The ListTagsForResource operation returns the tags that are associated with the Amazon Managed Service for Grafana resource specified by the resourceArn. Currently, the only resource that can be tagged is a workspace.
|
|
76
|
+
*/
|
|
77
|
+
listTagsForResource(callback?: (err: AWSError, data: Grafana.Types.ListTagsForResourceResponse) => void): Request<Grafana.Types.ListTagsForResourceResponse, AWSError>;
|
|
70
78
|
/**
|
|
71
79
|
* Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use DescribeWorkspace.
|
|
72
80
|
*/
|
|
@@ -75,6 +83,22 @@ declare class Grafana extends Service {
|
|
|
75
83
|
* Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use DescribeWorkspace.
|
|
76
84
|
*/
|
|
77
85
|
listWorkspaces(callback?: (err: AWSError, data: Grafana.Types.ListWorkspacesResponse) => void): Request<Grafana.Types.ListWorkspacesResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* The TagResource operation associates tags with an Amazon Managed Grafana resource. Currently, the only resource that can be tagged is workspaces. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
|
|
88
|
+
*/
|
|
89
|
+
tagResource(params: Grafana.Types.TagResourceRequest, callback?: (err: AWSError, data: Grafana.Types.TagResourceResponse) => void): Request<Grafana.Types.TagResourceResponse, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
* The TagResource operation associates tags with an Amazon Managed Grafana resource. Currently, the only resource that can be tagged is workspaces. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.
|
|
92
|
+
*/
|
|
93
|
+
tagResource(callback?: (err: AWSError, data: Grafana.Types.TagResourceResponse) => void): Request<Grafana.Types.TagResourceResponse, AWSError>;
|
|
94
|
+
/**
|
|
95
|
+
* The UntagResource operation removes the association of the tag with the Amazon Managed Grafana resource.
|
|
96
|
+
*/
|
|
97
|
+
untagResource(params: Grafana.Types.UntagResourceRequest, callback?: (err: AWSError, data: Grafana.Types.UntagResourceResponse) => void): Request<Grafana.Types.UntagResourceResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
* The UntagResource operation removes the association of the tag with the Amazon Managed Grafana resource.
|
|
100
|
+
*/
|
|
101
|
+
untagResource(callback?: (err: AWSError, data: Grafana.Types.UntagResourceResponse) => void): Request<Grafana.Types.UntagResourceResponse, AWSError>;
|
|
78
102
|
/**
|
|
79
103
|
* Updates which users in a workspace have the Grafana Admin or Editor roles.
|
|
80
104
|
*/
|
|
@@ -199,19 +223,23 @@ declare namespace Grafana {
|
|
|
199
223
|
*/
|
|
200
224
|
organizationRoleName?: OrganizationRoleName;
|
|
201
225
|
/**
|
|
202
|
-
* If you specify
|
|
226
|
+
* If you specify SERVICE_MANAGED on AWS Grafana console, Amazon Managed Grafana automatically creates the IAM roles and provisions the permissions that the workspace needs to use Amazon Web Services data sources and notification channels. In CLI mode, the permissionType SERVICE_MANAGED will not create the IAM role for you. If you specify CUSTOMER_MANAGED, you will manage those roles and permissions yourself. If you are creating this workspace in a member account of an organization that is not a delegated administrator account, and you want the workspace to access data sources in other Amazon Web Services accounts in the organization, you must choose CUSTOMER_MANAGED. For more information, see Amazon Managed Grafana permissions and policies for Amazon Web Services data sources and notification channels.
|
|
203
227
|
*/
|
|
204
228
|
permissionType: PermissionType;
|
|
205
229
|
/**
|
|
206
230
|
* The name of the CloudFormation stack set to use to generate IAM roles to be used for this workspace.
|
|
207
231
|
*/
|
|
208
232
|
stackSetName?: StackSetName;
|
|
233
|
+
/**
|
|
234
|
+
* The list of tags associated with the workspace.
|
|
235
|
+
*/
|
|
236
|
+
tags?: TagMap;
|
|
209
237
|
/**
|
|
210
238
|
* Specify the Amazon Web Services data sources that you want to be queried in this workspace. Specifying these data sources here enables Amazon Managed Grafana to create IAM roles and permissions that allow Amazon Managed Grafana to read data from these sources. You must still add them as data sources in the Grafana console in the workspace. If you don't specify a data source here, you can still add it as a data source in the workspace console later. However, you will then have to manually configure permissions for it.
|
|
211
239
|
*/
|
|
212
240
|
workspaceDataSources?: DataSourceTypesList;
|
|
213
241
|
/**
|
|
214
|
-
* A description for the workspace. This is used only to help you identify this workspace.
|
|
242
|
+
* A description for the workspace. This is used only to help you identify this workspace. Pattern: ^[\\p{L}\\p{Z}\\p{N}\\p{P}]{0,2048}$
|
|
215
243
|
*/
|
|
216
244
|
workspaceDescription?: Description;
|
|
217
245
|
/**
|
|
@@ -227,7 +255,7 @@ declare namespace Grafana {
|
|
|
227
255
|
*/
|
|
228
256
|
workspaceOrganizationalUnits?: OrganizationalUnitList;
|
|
229
257
|
/**
|
|
230
|
-
* The workspace needs an IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. If you already have a role that you want to use, specify it here.
|
|
258
|
+
* The workspace needs an IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. If you already have a role that you want to use, specify it here. The permission type should be set to CUSTOMER_MANAGED.
|
|
231
259
|
*/
|
|
232
260
|
workspaceRoleArn?: IamRoleArn;
|
|
233
261
|
}
|
|
@@ -237,7 +265,7 @@ declare namespace Grafana {
|
|
|
237
265
|
*/
|
|
238
266
|
workspace: WorkspaceDescription;
|
|
239
267
|
}
|
|
240
|
-
export type DataSourceType = "AMAZON_OPENSEARCH_SERVICE"|"CLOUDWATCH"|"PROMETHEUS"|"XRAY"|"TIMESTREAM"|"SITEWISE"|string;
|
|
268
|
+
export type DataSourceType = "AMAZON_OPENSEARCH_SERVICE"|"CLOUDWATCH"|"PROMETHEUS"|"XRAY"|"TIMESTREAM"|"SITEWISE"|"ATHENA"|"REDSHIFT"|string;
|
|
241
269
|
export type DataSourceTypesList = DataSourceType[];
|
|
242
270
|
export interface DeleteWorkspaceRequest {
|
|
243
271
|
/**
|
|
@@ -344,6 +372,18 @@ declare namespace Grafana {
|
|
|
344
372
|
*/
|
|
345
373
|
permissions: PermissionEntryList;
|
|
346
374
|
}
|
|
375
|
+
export interface ListTagsForResourceRequest {
|
|
376
|
+
/**
|
|
377
|
+
* The ARN of the resource the list of tags are associated with.
|
|
378
|
+
*/
|
|
379
|
+
resourceArn: String;
|
|
380
|
+
}
|
|
381
|
+
export interface ListTagsForResourceResponse {
|
|
382
|
+
/**
|
|
383
|
+
* The list of tags that are associated with the resource.
|
|
384
|
+
*/
|
|
385
|
+
tags?: TagMap;
|
|
386
|
+
}
|
|
347
387
|
export interface ListWorkspacesRequest {
|
|
348
388
|
/**
|
|
349
389
|
* The maximum number of workspaces to include in the results.
|
|
@@ -434,7 +474,35 @@ declare namespace Grafana {
|
|
|
434
474
|
export type SsoId = string;
|
|
435
475
|
export type StackSetName = string;
|
|
436
476
|
export type String = string;
|
|
477
|
+
export type TagKey = string;
|
|
478
|
+
export type TagKeys = TagKey[];
|
|
479
|
+
export type TagMap = {[key: string]: TagValue};
|
|
480
|
+
export interface TagResourceRequest {
|
|
481
|
+
/**
|
|
482
|
+
* The ARN of the resource the tag is associated with.
|
|
483
|
+
*/
|
|
484
|
+
resourceArn: String;
|
|
485
|
+
/**
|
|
486
|
+
* The list of tag keys and values to associate with the resource. You can associate tag keys only, tags (key and values) only or a combination of tag keys and tags.
|
|
487
|
+
*/
|
|
488
|
+
tags: TagMap;
|
|
489
|
+
}
|
|
490
|
+
export interface TagResourceResponse {
|
|
491
|
+
}
|
|
492
|
+
export type TagValue = string;
|
|
437
493
|
export type Timestamp = Date;
|
|
494
|
+
export interface UntagResourceRequest {
|
|
495
|
+
/**
|
|
496
|
+
* The ARN of the resource the tag association is removed from.
|
|
497
|
+
*/
|
|
498
|
+
resourceArn: String;
|
|
499
|
+
/**
|
|
500
|
+
* The key values of the tag to be removed from the resource.
|
|
501
|
+
*/
|
|
502
|
+
tagKeys: TagKeys;
|
|
503
|
+
}
|
|
504
|
+
export interface UntagResourceResponse {
|
|
505
|
+
}
|
|
438
506
|
export type UpdateAction = "ADD"|"REVOKE"|string;
|
|
439
507
|
export interface UpdateError {
|
|
440
508
|
/**
|
|
@@ -557,7 +625,7 @@ declare namespace Grafana {
|
|
|
557
625
|
}
|
|
558
626
|
export interface User {
|
|
559
627
|
/**
|
|
560
|
-
* The ID of the user or group.
|
|
628
|
+
* The ID of the user or group. Pattern: ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
|
|
561
629
|
*/
|
|
562
630
|
id: SsoId;
|
|
563
631
|
/**
|
|
@@ -648,6 +716,10 @@ declare namespace Grafana {
|
|
|
648
716
|
* The current status of the workspace.
|
|
649
717
|
*/
|
|
650
718
|
status: WorkspaceStatus;
|
|
719
|
+
/**
|
|
720
|
+
* The list of tags associated with the workspace.
|
|
721
|
+
*/
|
|
722
|
+
tags?: TagMap;
|
|
651
723
|
/**
|
|
652
724
|
* The IAM role that grants permissions to the Amazon Web Services resources that the workspace will view data from. This role must already exist.
|
|
653
725
|
*/
|
|
@@ -698,6 +770,10 @@ declare namespace Grafana {
|
|
|
698
770
|
* The current status of the workspace.
|
|
699
771
|
*/
|
|
700
772
|
status: WorkspaceStatus;
|
|
773
|
+
/**
|
|
774
|
+
* The list of tags associated with the workspace.
|
|
775
|
+
*/
|
|
776
|
+
tags?: TagMap;
|
|
701
777
|
}
|
|
702
778
|
/**
|
|
703
779
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
package/clients/iot.d.ts
CHANGED
|
@@ -3332,15 +3332,15 @@ declare namespace Iot {
|
|
|
3332
3332
|
}
|
|
3333
3333
|
export interface CreateCustomMetricRequest {
|
|
3334
3334
|
/**
|
|
3335
|
-
* The name of the custom metric. This will be used in the metric report submitted from the device/thing.
|
|
3335
|
+
* The name of the custom metric. This will be used in the metric report submitted from the device/thing. The name can't begin with aws:. You can't change the name after you define it.
|
|
3336
3336
|
*/
|
|
3337
3337
|
metricName: MetricName;
|
|
3338
3338
|
/**
|
|
3339
|
-
*
|
|
3339
|
+
* The friendly name in the console for the custom metric. This name doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. You can update the friendly name after you define it.
|
|
3340
3340
|
*/
|
|
3341
3341
|
displayName?: CustomMetricDisplayName;
|
|
3342
3342
|
/**
|
|
3343
|
-
* The type of the custom metric.
|
|
3343
|
+
* The type of the custom metric. The type number only takes a single metric value as an input, but when you submit the metrics value in the DeviceMetrics report, you must pass it as an array with a single value.
|
|
3344
3344
|
*/
|
|
3345
3345
|
metricType: CustomMetricType;
|
|
3346
3346
|
/**
|
|
@@ -3358,7 +3358,7 @@ declare namespace Iot {
|
|
|
3358
3358
|
*/
|
|
3359
3359
|
metricName?: MetricName;
|
|
3360
3360
|
/**
|
|
3361
|
-
* The Amazon Resource Number (ARN) of the custom metric,
|
|
3361
|
+
* The Amazon Resource Number (ARN) of the custom metric. For example, arn:aws-partition:iot:region:accountId:custommetric/metricName
|
|
3362
3362
|
*/
|
|
3363
3363
|
metricArn?: CustomMetricArn;
|
|
3364
3364
|
}
|
|
@@ -3960,7 +3960,7 @@ declare namespace Iot {
|
|
|
3960
3960
|
*/
|
|
3961
3961
|
roleArn: RoleArn;
|
|
3962
3962
|
/**
|
|
3963
|
-
* How long (in seconds) the credentials will be valid. The default value is 3,600 seconds.
|
|
3963
|
+
* How long (in seconds) the credentials will be valid. The default value is 3,600 seconds. This value must be less than or equal to the maximum session duration of the IAM role that the role alias references.
|
|
3964
3964
|
*/
|
|
3965
3965
|
credentialDurationSeconds?: CredentialDurationSeconds;
|
|
3966
3966
|
/**
|
|
@@ -4221,11 +4221,11 @@ declare namespace Iot {
|
|
|
4221
4221
|
*/
|
|
4222
4222
|
certificateChain?: CodeSigningCertificateChain;
|
|
4223
4223
|
/**
|
|
4224
|
-
* The hash algorithm used to code sign the file.
|
|
4224
|
+
* The hash algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses SHA256 or SHA1, so you can pass either of them based on which was used for generating the signature.
|
|
4225
4225
|
*/
|
|
4226
4226
|
hashAlgorithm?: HashAlgorithm;
|
|
4227
4227
|
/**
|
|
4228
|
-
* The signature algorithm used to code sign the file.
|
|
4228
|
+
* The signature algorithm used to code sign the file. You can use a string as the algorithm name if the target over-the-air (OTA) update devices are able to verify the signature that was generated using the same signature algorithm. For example, FreeRTOS uses ECDSA or RSA, so you can pass either of them based on which was used for generating the signature.
|
|
4229
4229
|
*/
|
|
4230
4230
|
signatureAlgorithm?: SignatureAlgorithm;
|
|
4231
4231
|
}
|
|
@@ -4763,7 +4763,7 @@ declare namespace Iot {
|
|
|
4763
4763
|
*/
|
|
4764
4764
|
metricArn?: CustomMetricArn;
|
|
4765
4765
|
/**
|
|
4766
|
-
* The type of the custom metric.
|
|
4766
|
+
* The type of the custom metric. The type number only takes a single metric value as an input, but while submitting the metrics value in the DeviceMetrics report, it must be passed as an array with a single value.
|
|
4767
4767
|
*/
|
|
4768
4768
|
metricType?: CustomMetricType;
|
|
4769
4769
|
/**
|
|
@@ -8920,7 +8920,7 @@ declare namespace Iot {
|
|
|
8920
8920
|
*/
|
|
8921
8921
|
verificationCertificate: CertificatePem;
|
|
8922
8922
|
/**
|
|
8923
|
-
* A boolean value that specifies if the CA certificate is set to active.
|
|
8923
|
+
* A boolean value that specifies if the CA certificate is set to active. Valid values: ACTIVE | INACTIVE
|
|
8924
8924
|
*/
|
|
8925
8925
|
setAsActive?: SetAsActive;
|
|
8926
8926
|
/**
|
|
@@ -8956,11 +8956,11 @@ declare namespace Iot {
|
|
|
8956
8956
|
*/
|
|
8957
8957
|
caCertificatePem?: CertificatePem;
|
|
8958
8958
|
/**
|
|
8959
|
-
* A boolean value that specifies if the certificate is set to active.
|
|
8959
|
+
* A boolean value that specifies if the certificate is set to active. Valid values: ACTIVE | INACTIVE
|
|
8960
8960
|
*/
|
|
8961
8961
|
setAsActive?: SetAsActiveFlag;
|
|
8962
8962
|
/**
|
|
8963
|
-
* The status of the register certificate request.
|
|
8963
|
+
* The status of the register certificate request. Valid values that you can use include ACTIVE, INACTIVE, and REVOKED.
|
|
8964
8964
|
*/
|
|
8965
8965
|
status?: CertificateStatus;
|
|
8966
8966
|
}
|
|
@@ -10623,7 +10623,7 @@ declare namespace Iot {
|
|
|
10623
10623
|
*/
|
|
10624
10624
|
metricArn?: CustomMetricArn;
|
|
10625
10625
|
/**
|
|
10626
|
-
* The type of the custom metric.
|
|
10626
|
+
* The type of the custom metric. The type number only takes a single metric value as an input, but while submitting the metrics value in the DeviceMetrics report, it must be passed as an array with a single value.
|
|
10627
10627
|
*/
|
|
10628
10628
|
metricType?: CustomMetricType;
|
|
10629
10629
|
/**
|
|
@@ -10903,7 +10903,7 @@ declare namespace Iot {
|
|
|
10903
10903
|
*/
|
|
10904
10904
|
roleArn?: RoleArn;
|
|
10905
10905
|
/**
|
|
10906
|
-
* The number of seconds the credential will be valid.
|
|
10906
|
+
* The number of seconds the credential will be valid. This value must be less than or equal to the maximum session duration of the IAM role that the role alias references.
|
|
10907
10907
|
*/
|
|
10908
10908
|
credentialDurationSeconds?: CredentialDurationSeconds;
|
|
10909
10909
|
}
|
package/clients/iotdata.d.ts
CHANGED
|
@@ -20,11 +20,11 @@ declare class IotData extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
deleteThingShadow(callback?: (err: AWSError, data: IotData.Types.DeleteThingShadowResponse) => void): Request<IotData.Types.DeleteThingShadowResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Gets the details of a single retained message for the specified topic. This action returns the message payload of the retained message, which can incur messaging costs. To list only the topic names of the retained messages, call ListRetainedMessages. Requires permission to access the GetRetainedMessage action. For more information about messaging costs, see IoT Core pricing - Messaging.
|
|
23
|
+
* Gets the details of a single retained message for the specified topic. This action returns the message payload of the retained message, which can incur messaging costs. To list only the topic names of the retained messages, call ListRetainedMessages. Requires permission to access the GetRetainedMessage action. For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging.
|
|
24
24
|
*/
|
|
25
25
|
getRetainedMessage(params: IotData.Types.GetRetainedMessageRequest, callback?: (err: AWSError, data: IotData.Types.GetRetainedMessageResponse) => void): Request<IotData.Types.GetRetainedMessageResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Gets the details of a single retained message for the specified topic. This action returns the message payload of the retained message, which can incur messaging costs. To list only the topic names of the retained messages, call ListRetainedMessages. Requires permission to access the GetRetainedMessage action. For more information about messaging costs, see IoT Core pricing - Messaging.
|
|
27
|
+
* Gets the details of a single retained message for the specified topic. This action returns the message payload of the retained message, which can incur messaging costs. To list only the topic names of the retained messages, call ListRetainedMessages. Requires permission to access the GetRetainedMessage action. For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging.
|
|
28
28
|
*/
|
|
29
29
|
getRetainedMessage(callback?: (err: AWSError, data: IotData.Types.GetRetainedMessageResponse) => void): Request<IotData.Types.GetRetainedMessageResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -44,19 +44,19 @@ declare class IotData extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
listNamedShadowsForThing(callback?: (err: AWSError, data: IotData.Types.ListNamedShadowsForThingResponse) => void): Request<IotData.Types.ListNamedShadowsForThingResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Lists summary information about the retained messages stored for the account. This action returns only the topic names of the retained messages. It doesn't return any message payloads. Although this action doesn't return a message payload, it can still incur messaging costs. To get the message payload of a retained message, call GetRetainedMessage with the topic name of the retained message. Requires permission to access the ListRetainedMessages action. For more information about messaging costs, see IoT Core pricing - Messaging.
|
|
47
|
+
* Lists summary information about the retained messages stored for the account. This action returns only the topic names of the retained messages. It doesn't return any message payloads. Although this action doesn't return a message payload, it can still incur messaging costs. To get the message payload of a retained message, call GetRetainedMessage with the topic name of the retained message. Requires permission to access the ListRetainedMessages action. For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging.
|
|
48
48
|
*/
|
|
49
49
|
listRetainedMessages(params: IotData.Types.ListRetainedMessagesRequest, callback?: (err: AWSError, data: IotData.Types.ListRetainedMessagesResponse) => void): Request<IotData.Types.ListRetainedMessagesResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Lists summary information about the retained messages stored for the account. This action returns only the topic names of the retained messages. It doesn't return any message payloads. Although this action doesn't return a message payload, it can still incur messaging costs. To get the message payload of a retained message, call GetRetainedMessage with the topic name of the retained message. Requires permission to access the ListRetainedMessages action. For more information about messaging costs, see IoT Core pricing - Messaging.
|
|
51
|
+
* Lists summary information about the retained messages stored for the account. This action returns only the topic names of the retained messages. It doesn't return any message payloads. Although this action doesn't return a message payload, it can still incur messaging costs. To get the message payload of a retained message, call GetRetainedMessage with the topic name of the retained message. Requires permission to access the ListRetainedMessages action. For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging.
|
|
52
52
|
*/
|
|
53
53
|
listRetainedMessages(callback?: (err: AWSError, data: IotData.Types.ListRetainedMessagesResponse) => void): Request<IotData.Types.ListRetainedMessagesResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Publishes an MQTT message. Requires permission to access the Publish action. For more information about MQTT messages, see MQTT Protocol in the IoT Developer Guide. For more information about messaging costs, see IoT Core pricing - Messaging.
|
|
55
|
+
* Publishes an MQTT message. Requires permission to access the Publish action. For more information about MQTT messages, see MQTT Protocol in the IoT Developer Guide. For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging.
|
|
56
56
|
*/
|
|
57
57
|
publish(params: IotData.Types.PublishRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Publishes an MQTT message. Requires permission to access the Publish action. For more information about MQTT messages, see MQTT Protocol in the IoT Developer Guide. For more information about messaging costs, see IoT Core pricing - Messaging.
|
|
59
|
+
* Publishes an MQTT message. Requires permission to access the Publish action. For more information about MQTT messages, see MQTT Protocol in the IoT Developer Guide. For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging.
|
|
60
60
|
*/
|
|
61
61
|
publish(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
62
62
|
/**
|
|
@@ -194,7 +194,7 @@ declare namespace IotData {
|
|
|
194
194
|
*/
|
|
195
195
|
retain?: Retain;
|
|
196
196
|
/**
|
|
197
|
-
* The message body. MQTT accepts text, binary, and empty (null) message payloads. Publishing an empty (null) payload with retain = true deletes the retained message identified by topic from IoT Core.
|
|
197
|
+
* The message body. MQTT accepts text, binary, and empty (null) message payloads. Publishing an empty (null) payload with retain = true deletes the retained message identified by topic from Amazon Web Services IoT Core.
|
|
198
198
|
*/
|
|
199
199
|
payload?: Payload;
|
|
200
200
|
}
|