aws-sdk 2.1367.0 → 2.1369.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.
@@ -1074,7 +1074,7 @@ declare namespace DirectConnect {
1074
1074
  }
1075
1075
  export interface CreateLagRequest {
1076
1076
  /**
1077
- * The number of physical dedicated connections initially provisioned and bundled by the LAG.
1077
+ * The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.
1078
1078
  */
1079
1079
  numberOfConnections: Count;
1080
1080
  /**
@@ -2177,7 +2177,7 @@ declare namespace DirectConnect {
2177
2177
  */
2178
2178
  asn?: ASN;
2179
2179
  /**
2180
- * The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
2180
+ * The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.
2181
2181
  */
2182
2182
  mtu?: MTU;
2183
2183
  /**
package/clients/efs.d.ts CHANGED
@@ -1002,7 +1002,7 @@ declare namespace EFS {
1002
1002
  Destinations: Destinations;
1003
1003
  }
1004
1004
  export type ReplicationConfigurationDescriptions = ReplicationConfigurationDescription[];
1005
- export type ReplicationStatus = "ENABLED"|"ENABLING"|"DELETING"|"ERROR"|string;
1005
+ export type ReplicationStatus = "ENABLED"|"ENABLING"|"DELETING"|"ERROR"|"PAUSED"|"PAUSING"|string;
1006
1006
  export type Resource = "FILE_SYSTEM"|"MOUNT_TARGET"|string;
1007
1007
  export type ResourceId = string;
1008
1008
  export interface ResourceIdPreference {
@@ -289,6 +289,10 @@ declare namespace Grafana {
289
289
  * The configuration string for the workspace that you create. For more information about the format and configuration options available, see Working in your Grafana workspace.
290
290
  */
291
291
  configuration?: OverridableConfigurationJson;
292
+ /**
293
+ * Specifies the version of Grafana to support in the new workspace. Supported values are 8.4 and 9.4.
294
+ */
295
+ grafanaVersion?: GrafanaVersion;
292
296
  /**
293
297
  * Configuration for network access to your workspace. When this is configured, only listed IP addresses and VPC endpoints will be able to access your workspace. Standard Grafana authentication and authorization will still be required. If this is not configured, or is removed, then all IP addresses and VPC endpoints will be allowed. Standard Grafana authentication and authorization will still be required.
294
298
  */
package/clients/iot.d.ts CHANGED
@@ -3454,6 +3454,10 @@ declare namespace Iot {
3454
3454
  * Metadata which can be used to manage the domain configuration. For URI Request parameters use format: ...key1=value1&key2=value2... For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."
3455
3455
  */
3456
3456
  tags?: TagList;
3457
+ /**
3458
+ * An object that specifies the TLS configuration for a domain.
3459
+ */
3460
+ tlsConfig?: TlsConfig;
3457
3461
  }
3458
3462
  export interface CreateDomainConfigurationResponse {
3459
3463
  /**
@@ -3579,7 +3583,7 @@ declare namespace Iot {
3579
3583
  */
3580
3584
  targets: JobTargets;
3581
3585
  /**
3582
- * An S3 link to the job document. Required if you don't specify a value for document. If the job document resides in an S3 bucket, you must use a placeholder link when specifying the document. The placeholder link is of the following form: ${aws:iot:s3-presigned-url:https://s3.amazonaws.com/bucket/key} where bucket is your bucket name and key is the object in the bucket to which you are linking.
3586
+ * An S3 link, or S3 object URL, to the job document. The link is an Amazon S3 object URL and is required if you don't specify a value for document. For example, --document-source https://s3.region-code.amazonaws.com/example-firmware/device-firmware.1.0. For more information, see Methods for accessing a bucket.
3583
3587
  */
3584
3588
  documentSource?: JobDocumentSource;
3585
3589
  /**
@@ -4918,6 +4922,10 @@ declare namespace Iot {
4918
4922
  * The date and time the domain configuration's status was last changed.
4919
4923
  */
4920
4924
  lastStatusChangeDate?: DateType;
4925
+ /**
4926
+ * An object that specifies the TLS configuration for a domain.
4927
+ */
4928
+ tlsConfig?: TlsConfig;
4921
4929
  }
4922
4930
  export interface DescribeEndpointRequest {
4923
4931
  /**
@@ -9014,7 +9022,7 @@ declare namespace Iot {
9014
9022
  export type Prefix = string;
9015
9023
  export interface PresignedUrlConfig {
9016
9024
  /**
9017
- * The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job data/updates are stored. The role must also grant permission for IoT to download the files. For information about addressing the confused deputy problem, see cross-service confused deputy prevention in the Amazon Web Services IoT Core developer guide.
9025
+ * The ARN of an IAM role that grants permission to download files from the S3 bucket where the job data/updates are stored. The role must also grant permission for IoT to download the files. For information about addressing the confused deputy problem, see cross-service confused deputy prevention in the Amazon Web Services IoT Core developer guide.
9018
9026
  */
9019
9027
  roleArn?: RoleArn;
9020
9028
  /**
@@ -9648,6 +9656,7 @@ declare namespace Iot {
9648
9656
  export type Seconds = number;
9649
9657
  export type SecurityGroupId = string;
9650
9658
  export type SecurityGroupList = SecurityGroupId[];
9659
+ export type SecurityPolicy = string;
9651
9660
  export type SecurityProfileArn = string;
9652
9661
  export type SecurityProfileDescription = string;
9653
9662
  export interface SecurityProfileIdentifier {
@@ -10557,6 +10566,12 @@ declare namespace Iot {
10557
10566
  export type TimestreamTimestampUnit = string;
10558
10567
  export type TimestreamTimestampValue = string;
10559
10568
  export type TinyMaxResults = number;
10569
+ export interface TlsConfig {
10570
+ /**
10571
+ * The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.
10572
+ */
10573
+ securityPolicy?: SecurityPolicy;
10574
+ }
10560
10575
  export interface TlsContext {
10561
10576
  /**
10562
10577
  * The value of the serverName key in a TLS authorization request.
@@ -11007,6 +11022,10 @@ declare namespace Iot {
11007
11022
  * Removes the authorization configuration from a domain.
11008
11023
  */
11009
11024
  removeAuthorizerConfig?: RemoveAuthorizerConfig;
11025
+ /**
11026
+ * An object that specifies the TLS configuration for a domain.
11027
+ */
11028
+ tlsConfig?: TlsConfig;
11010
11029
  }
11011
11030
  export interface UpdateDomainConfigurationResponse {
11012
11031
  /**