aws-sdk 2.1355.0 → 2.1356.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/clients/iot.d.ts CHANGED
@@ -3454,10 +3454,6 @@ 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;
3461
3457
  }
3462
3458
  export interface CreateDomainConfigurationResponse {
3463
3459
  /**
@@ -4922,10 +4918,6 @@ declare namespace Iot {
4922
4918
  * The date and time the domain configuration's status was last changed.
4923
4919
  */
4924
4920
  lastStatusChangeDate?: DateType;
4925
- /**
4926
- * An object that specifies the TLS configuration for a domain.
4927
- */
4928
- tlsConfig?: TlsConfig;
4929
4921
  }
4930
4922
  export interface DescribeEndpointRequest {
4931
4923
  /**
@@ -9656,7 +9648,6 @@ declare namespace Iot {
9656
9648
  export type Seconds = number;
9657
9649
  export type SecurityGroupId = string;
9658
9650
  export type SecurityGroupList = SecurityGroupId[];
9659
- export type SecurityPolicy = string;
9660
9651
  export type SecurityProfileArn = string;
9661
9652
  export type SecurityProfileDescription = string;
9662
9653
  export interface SecurityProfileIdentifier {
@@ -10566,12 +10557,6 @@ declare namespace Iot {
10566
10557
  export type TimestreamTimestampUnit = string;
10567
10558
  export type TimestreamTimestampValue = string;
10568
10559
  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
- }
10575
10560
  export interface TlsContext {
10576
10561
  /**
10577
10562
  * The value of the serverName key in a TLS authorization request.
@@ -11022,10 +11007,6 @@ declare namespace Iot {
11022
11007
  * Removes the authorization configuration from a domain.
11023
11008
  */
11024
11009
  removeAuthorizerConfig?: RemoveAuthorizerConfig;
11025
- /**
11026
- * An object that specifies the TLS configuration for a domain.
11027
- */
11028
- tlsConfig?: TlsConfig;
11029
11010
  }
11030
11011
  export interface UpdateDomainConfigurationResponse {
11031
11012
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1355.0',
86
+ VERSION: '2.1356.0',
87
87
 
88
88
  /**
89
89
  * @api private