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/CHANGELOG.md +9 -1
- package/README.md +1 -1
- package/apis/iot-2015-05-28.min.json +274 -289
- package/clients/iot.d.ts +0 -19
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +2 -2
- package/dist/aws-sdk.js +277 -292
- package/dist/aws-sdk.min.js +19 -19
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        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 | 
             
                /**
         |