aws-sdk 2.1377.0 → 2.1378.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/athena-2017-05-18.min.json +3 -0
- package/apis/codecatalyst-2022-09-28.min.json +75 -12
- package/apis/codecatalyst-2022-09-28.paginators.json +6 -0
- package/apis/kafka-2018-11-14.min.json +6 -2
- package/apis/rekognition-2016-06-27.min.json +104 -90
- package/apis/rolesanywhere-2018-05-10.min.json +159 -43
- package/apis/transfer-2018-11-05.min.json +48 -47
- package/clients/athena.d.ts +4 -0
- package/clients/codecatalyst.d.ts +66 -0
- package/clients/kafka.d.ts +2 -2
- package/clients/rekognition.d.ts +19 -1
- package/clients/rolesanywhere.d.ts +154 -45
- package/clients/transfer.d.ts +52 -44
- package/dist/aws-sdk-core-react-native.js +98 -73
- package/dist/aws-sdk-react-native.js +1950 -1900
- package/dist/aws-sdk.js +111 -93
- package/dist/aws-sdk.min.js +30 -30
- package/lib/core.js +1 -1
- package/lib/region_config.js +1 -0
- package/package.json +1 -1
| @@ -161,17 +161,17 @@ | |
| 161 161 | 
             
                      "PostAuthenticationLoginBanner": {},
         | 
| 162 162 | 
             
                      "PreAuthenticationLoginBanner": {},
         | 
| 163 163 | 
             
                      "Protocols": {
         | 
| 164 | 
            -
                        "shape": " | 
| 164 | 
            +
                        "shape": "S1s"
         | 
| 165 165 | 
             
                      },
         | 
| 166 166 | 
             
                      "ProtocolDetails": {
         | 
| 167 | 
            -
                        "shape": " | 
| 167 | 
            +
                        "shape": "S1u"
         | 
| 168 168 | 
             
                      },
         | 
| 169 169 | 
             
                      "SecurityPolicyName": {},
         | 
| 170 170 | 
             
                      "Tags": {
         | 
| 171 171 | 
             
                        "shape": "Sk"
         | 
| 172 172 | 
             
                      },
         | 
| 173 173 | 
             
                      "WorkflowDetails": {
         | 
| 174 | 
            -
                        "shape": " | 
| 174 | 
            +
                        "shape": "S21"
         | 
| 175 175 | 
             
                      }
         | 
| 176 176 | 
             
                    }
         | 
| 177 177 | 
             
                  },
         | 
| @@ -233,10 +233,10 @@ | |
| 233 233 | 
             
                    "members": {
         | 
| 234 234 | 
             
                      "Description": {},
         | 
| 235 235 | 
             
                      "Steps": {
         | 
| 236 | 
            -
                        "shape": " | 
| 236 | 
            +
                        "shape": "S2d"
         | 
| 237 237 | 
             
                      },
         | 
| 238 238 | 
             
                      "OnExceptionSteps": {
         | 
| 239 | 
            -
                        "shape": " | 
| 239 | 
            +
                        "shape": "S2d"
         | 
| 240 240 | 
             
                      },
         | 
| 241 241 | 
             
                      "Tags": {
         | 
| 242 242 | 
             
                        "shape": "Sk"
         | 
| @@ -482,10 +482,10 @@ | |
| 482 482 | 
             
                          "Usage": {},
         | 
| 483 483 | 
             
                          "Status": {},
         | 
| 484 484 | 
             
                          "Certificate": {
         | 
| 485 | 
            -
                            "shape": " | 
| 485 | 
            +
                            "shape": "S3r"
         | 
| 486 486 | 
             
                          },
         | 
| 487 487 | 
             
                          "CertificateChain": {
         | 
| 488 | 
            -
                            "shape": " | 
| 488 | 
            +
                            "shape": "S3s"
         | 
| 489 489 | 
             
                          },
         | 
| 490 490 | 
             
                          "ActiveDate": {
         | 
| 491 491 | 
             
                            "type": "timestamp"
         | 
| @@ -573,10 +573,10 @@ | |
| 573 573 | 
             
                        "members": {
         | 
| 574 574 | 
             
                          "ExecutionId": {},
         | 
| 575 575 | 
             
                          "InitialFileLocation": {
         | 
| 576 | 
            -
                            "shape": " | 
| 576 | 
            +
                            "shape": "S43"
         | 
| 577 577 | 
             
                          },
         | 
| 578 578 | 
             
                          "ServiceMetadata": {
         | 
| 579 | 
            -
                            "shape": " | 
| 579 | 
            +
                            "shape": "S47"
         | 
| 580 580 | 
             
                          },
         | 
| 581 581 | 
             
                          "ExecutionRole": {},
         | 
| 582 582 | 
             
                          "LoggingConfiguration": {
         | 
| @@ -594,10 +594,10 @@ | |
| 594 594 | 
             
                            "type": "structure",
         | 
| 595 595 | 
             
                            "members": {
         | 
| 596 596 | 
             
                              "Steps": {
         | 
| 597 | 
            -
                                "shape": " | 
| 597 | 
            +
                                "shape": "S4e"
         | 
| 598 598 | 
             
                              },
         | 
| 599 599 | 
             
                              "OnExceptionSteps": {
         | 
| 600 | 
            -
                                "shape": " | 
| 600 | 
            +
                                "shape": "S4e"
         | 
| 601 601 | 
             
                              }
         | 
| 602 602 | 
             
                            }
         | 
| 603 603 | 
             
                          }
         | 
| @@ -710,16 +710,16 @@ | |
| 710 710 | 
             
                          },
         | 
| 711 711 | 
             
                          "SecurityPolicyName": {},
         | 
| 712 712 | 
             
                          "SshCiphers": {
         | 
| 713 | 
            -
                            "shape": " | 
| 713 | 
            +
                            "shape": "S4y"
         | 
| 714 714 | 
             
                          },
         | 
| 715 715 | 
             
                          "SshKexs": {
         | 
| 716 | 
            -
                            "shape": " | 
| 716 | 
            +
                            "shape": "S4y"
         | 
| 717 717 | 
             
                          },
         | 
| 718 718 | 
             
                          "SshMacs": {
         | 
| 719 | 
            -
                            "shape": " | 
| 719 | 
            +
                            "shape": "S4y"
         | 
| 720 720 | 
             
                          },
         | 
| 721 721 | 
             
                          "TlsCiphers": {
         | 
| 722 | 
            -
                            "shape": " | 
| 722 | 
            +
                            "shape": "S4y"
         | 
| 723 723 | 
             
                          }
         | 
| 724 724 | 
             
                        }
         | 
| 725 725 | 
             
                      }
         | 
| @@ -751,7 +751,7 @@ | |
| 751 751 | 
             
                          "Arn": {},
         | 
| 752 752 | 
             
                          "Certificate": {},
         | 
| 753 753 | 
             
                          "ProtocolDetails": {
         | 
| 754 | 
            -
                            "shape": " | 
| 754 | 
            +
                            "shape": "S1u"
         | 
| 755 755 | 
             
                          },
         | 
| 756 756 | 
             
                          "Domain": {},
         | 
| 757 757 | 
             
                          "EndpointDetails": {
         | 
| @@ -767,7 +767,7 @@ | |
| 767 767 | 
             
                          "PostAuthenticationLoginBanner": {},
         | 
| 768 768 | 
             
                          "PreAuthenticationLoginBanner": {},
         | 
| 769 769 | 
             
                          "Protocols": {
         | 
| 770 | 
            -
                            "shape": " | 
| 770 | 
            +
                            "shape": "S1s"
         | 
| 771 771 | 
             
                          },
         | 
| 772 772 | 
             
                          "SecurityPolicyName": {},
         | 
| 773 773 | 
             
                          "ServerId": {},
         | 
| @@ -779,7 +779,7 @@ | |
| 779 779 | 
             
                            "type": "integer"
         | 
| 780 780 | 
             
                          },
         | 
| 781 781 | 
             
                          "WorkflowDetails": {
         | 
| 782 | 
            -
                            "shape": " | 
| 782 | 
            +
                            "shape": "S21"
         | 
| 783 783 | 
             
                          }
         | 
| 784 784 | 
             
                        }
         | 
| 785 785 | 
             
                      }
         | 
| @@ -875,10 +875,10 @@ | |
| 875 875 | 
             
                          "Arn": {},
         | 
| 876 876 | 
             
                          "Description": {},
         | 
| 877 877 | 
             
                          "Steps": {
         | 
| 878 | 
            -
                            "shape": " | 
| 878 | 
            +
                            "shape": "S2d"
         | 
| 879 879 | 
             
                          },
         | 
| 880 880 | 
             
                          "OnExceptionSteps": {
         | 
| 881 | 
            -
                            "shape": " | 
| 881 | 
            +
                            "shape": "S2d"
         | 
| 882 882 | 
             
                          },
         | 
| 883 883 | 
             
                          "WorkflowId": {},
         | 
| 884 884 | 
             
                          "Tags": {
         | 
| @@ -899,10 +899,10 @@ | |
| 899 899 | 
             
                    "members": {
         | 
| 900 900 | 
             
                      "Usage": {},
         | 
| 901 901 | 
             
                      "Certificate": {
         | 
| 902 | 
            -
                        "shape": " | 
| 902 | 
            +
                        "shape": "S3r"
         | 
| 903 903 | 
             
                      },
         | 
| 904 904 | 
             
                      "CertificateChain": {
         | 
| 905 | 
            -
                        "shape": " | 
| 905 | 
            +
                        "shape": "S3s"
         | 
| 906 906 | 
             
                      },
         | 
| 907 907 | 
             
                      "PrivateKey": {
         | 
| 908 908 | 
             
                        "type": "string",
         | 
| @@ -1166,10 +1166,10 @@ | |
| 1166 1166 | 
             
                          "members": {
         | 
| 1167 1167 | 
             
                            "ExecutionId": {},
         | 
| 1168 1168 | 
             
                            "InitialFileLocation": {
         | 
| 1169 | 
            -
                              "shape": " | 
| 1169 | 
            +
                              "shape": "S43"
         | 
| 1170 1170 | 
             
                            },
         | 
| 1171 1171 | 
             
                            "ServiceMetadata": {
         | 
| 1172 | 
            -
                              "shape": " | 
| 1172 | 
            +
                              "shape": "S47"
         | 
| 1173 1173 | 
             
                            },
         | 
| 1174 1174 | 
             
                            "Status": {}
         | 
| 1175 1175 | 
             
                          }
         | 
| @@ -1728,7 +1728,7 @@ | |
| 1728 1728 | 
             
                    "members": {
         | 
| 1729 1729 | 
             
                      "Certificate": {},
         | 
| 1730 1730 | 
             
                      "ProtocolDetails": {
         | 
| 1731 | 
            -
                        "shape": " | 
| 1731 | 
            +
                        "shape": "S1u"
         | 
| 1732 1732 | 
             
                      },
         | 
| 1733 1733 | 
             
                      "EndpointDetails": {
         | 
| 1734 1734 | 
             
                        "shape": "S1a"
         | 
| @@ -1744,12 +1744,12 @@ | |
| 1744 1744 | 
             
                      "PostAuthenticationLoginBanner": {},
         | 
| 1745 1745 | 
             
                      "PreAuthenticationLoginBanner": {},
         | 
| 1746 1746 | 
             
                      "Protocols": {
         | 
| 1747 | 
            -
                        "shape": " | 
| 1747 | 
            +
                        "shape": "S1s"
         | 
| 1748 1748 | 
             
                      },
         | 
| 1749 1749 | 
             
                      "SecurityPolicyName": {},
         | 
| 1750 1750 | 
             
                      "ServerId": {},
         | 
| 1751 1751 | 
             
                      "WorkflowDetails": {
         | 
| 1752 | 
            -
                        "shape": " | 
| 1752 | 
            +
                        "shape": "S21"
         | 
| 1753 1753 | 
             
                      }
         | 
| 1754 1754 | 
             
                    }
         | 
| 1755 1755 | 
             
                  },
         | 
| @@ -1894,14 +1894,15 @@ | |
| 1894 1894 | 
             
                    "Url": {},
         | 
| 1895 1895 | 
             
                    "InvocationRole": {},
         | 
| 1896 1896 | 
             
                    "DirectoryId": {},
         | 
| 1897 | 
            -
                    "Function": {}
         | 
| 1897 | 
            +
                    "Function": {},
         | 
| 1898 | 
            +
                    "SftpAuthenticationMethods": {}
         | 
| 1898 1899 | 
             
                  }
         | 
| 1899 1900 | 
             
                },
         | 
| 1900 | 
            -
                " | 
| 1901 | 
            +
                "S1s": {
         | 
| 1901 1902 | 
             
                  "type": "list",
         | 
| 1902 1903 | 
             
                  "member": {}
         | 
| 1903 1904 | 
             
                },
         | 
| 1904 | 
            -
                " | 
| 1905 | 
            +
                "S1u": {
         | 
| 1905 1906 | 
             
                  "type": "structure",
         | 
| 1906 1907 | 
             
                  "members": {
         | 
| 1907 1908 | 
             
                    "PassiveIp": {},
         | 
| @@ -1913,24 +1914,24 @@ | |
| 1913 1914 | 
             
                    }
         | 
| 1914 1915 | 
             
                  }
         | 
| 1915 1916 | 
             
                },
         | 
| 1916 | 
            -
                " | 
| 1917 | 
            +
                "S21": {
         | 
| 1917 1918 | 
             
                  "type": "structure",
         | 
| 1918 1919 | 
             
                  "members": {
         | 
| 1919 1920 | 
             
                    "OnUpload": {
         | 
| 1920 1921 | 
             
                      "type": "list",
         | 
| 1921 1922 | 
             
                      "member": {
         | 
| 1922 | 
            -
                        "shape": " | 
| 1923 | 
            +
                        "shape": "S23"
         | 
| 1923 1924 | 
             
                      }
         | 
| 1924 1925 | 
             
                    },
         | 
| 1925 1926 | 
             
                    "OnPartialUpload": {
         | 
| 1926 1927 | 
             
                      "type": "list",
         | 
| 1927 1928 | 
             
                      "member": {
         | 
| 1928 | 
            -
                        "shape": " | 
| 1929 | 
            +
                        "shape": "S23"
         | 
| 1929 1930 | 
             
                      }
         | 
| 1930 1931 | 
             
                    }
         | 
| 1931 1932 | 
             
                  }
         | 
| 1932 1933 | 
             
                },
         | 
| 1933 | 
            -
                " | 
| 1934 | 
            +
                "S23": {
         | 
| 1934 1935 | 
             
                  "type": "structure",
         | 
| 1935 1936 | 
             
                  "required": [
         | 
| 1936 1937 | 
             
                    "WorkflowId",
         | 
| @@ -1941,7 +1942,7 @@ | |
| 1941 1942 | 
             
                    "ExecutionRole": {}
         | 
| 1942 1943 | 
             
                  }
         | 
| 1943 1944 | 
             
                },
         | 
| 1944 | 
            -
                " | 
| 1945 | 
            +
                "S2d": {
         | 
| 1945 1946 | 
             
                  "type": "list",
         | 
| 1946 1947 | 
             
                  "member": {
         | 
| 1947 1948 | 
             
                    "type": "structure",
         | 
| @@ -1952,7 +1953,7 @@ | |
| 1952 1953 | 
             
                        "members": {
         | 
| 1953 1954 | 
             
                          "Name": {},
         | 
| 1954 1955 | 
             
                          "DestinationFileLocation": {
         | 
| 1955 | 
            -
                            "shape": " | 
| 1956 | 
            +
                            "shape": "S2i"
         | 
| 1956 1957 | 
             
                          },
         | 
| 1957 1958 | 
             
                          "OverwriteExisting": {},
         | 
| 1958 1959 | 
             
                          "SourceFileLocation": {}
         | 
| @@ -2009,14 +2010,14 @@ | |
| 2009 2010 | 
             
                          "SourceFileLocation": {},
         | 
| 2010 2011 | 
             
                          "OverwriteExisting": {},
         | 
| 2011 2012 | 
             
                          "DestinationFileLocation": {
         | 
| 2012 | 
            -
                            "shape": " | 
| 2013 | 
            +
                            "shape": "S2i"
         | 
| 2013 2014 | 
             
                          }
         | 
| 2014 2015 | 
             
                        }
         | 
| 2015 2016 | 
             
                      }
         | 
| 2016 2017 | 
             
                    }
         | 
| 2017 2018 | 
             
                  }
         | 
| 2018 2019 | 
             
                },
         | 
| 2019 | 
            -
                " | 
| 2020 | 
            +
                "S2i": {
         | 
| 2020 2021 | 
             
                  "type": "structure",
         | 
| 2021 2022 | 
             
                  "members": {
         | 
| 2022 2023 | 
             
                    "S3FileLocation": {
         | 
| @@ -2027,26 +2028,26 @@ | |
| 2027 2028 | 
             
                      }
         | 
| 2028 2029 | 
             
                    },
         | 
| 2029 2030 | 
             
                    "EfsFileLocation": {
         | 
| 2030 | 
            -
                      "shape": " | 
| 2031 | 
            +
                      "shape": "S2m"
         | 
| 2031 2032 | 
             
                    }
         | 
| 2032 2033 | 
             
                  }
         | 
| 2033 2034 | 
             
                },
         | 
| 2034 | 
            -
                " | 
| 2035 | 
            +
                "S2m": {
         | 
| 2035 2036 | 
             
                  "type": "structure",
         | 
| 2036 2037 | 
             
                  "members": {
         | 
| 2037 2038 | 
             
                    "FileSystemId": {},
         | 
| 2038 2039 | 
             
                    "Path": {}
         | 
| 2039 2040 | 
             
                  }
         | 
| 2040 2041 | 
             
                },
         | 
| 2041 | 
            -
                " | 
| 2042 | 
            +
                "S3r": {
         | 
| 2042 2043 | 
             
                  "type": "string",
         | 
| 2043 2044 | 
             
                  "sensitive": true
         | 
| 2044 2045 | 
             
                },
         | 
| 2045 | 
            -
                " | 
| 2046 | 
            +
                "S3s": {
         | 
| 2046 2047 | 
             
                  "type": "string",
         | 
| 2047 2048 | 
             
                  "sensitive": true
         | 
| 2048 2049 | 
             
                },
         | 
| 2049 | 
            -
                " | 
| 2050 | 
            +
                "S43": {
         | 
| 2050 2051 | 
             
                  "type": "structure",
         | 
| 2051 2052 | 
             
                  "members": {
         | 
| 2052 2053 | 
             
                    "S3FileLocation": {
         | 
| @@ -2059,11 +2060,11 @@ | |
| 2059 2060 | 
             
                      }
         | 
| 2060 2061 | 
             
                    },
         | 
| 2061 2062 | 
             
                    "EfsFileLocation": {
         | 
| 2062 | 
            -
                      "shape": " | 
| 2063 | 
            +
                      "shape": "S2m"
         | 
| 2063 2064 | 
             
                    }
         | 
| 2064 2065 | 
             
                  }
         | 
| 2065 2066 | 
             
                },
         | 
| 2066 | 
            -
                " | 
| 2067 | 
            +
                "S47": {
         | 
| 2067 2068 | 
             
                  "type": "structure",
         | 
| 2068 2069 | 
             
                  "required": [
         | 
| 2069 2070 | 
             
                    "UserDetails"
         | 
| @@ -2083,7 +2084,7 @@ | |
| 2083 2084 | 
             
                    }
         | 
| 2084 2085 | 
             
                  }
         | 
| 2085 2086 | 
             
                },
         | 
| 2086 | 
            -
                " | 
| 2087 | 
            +
                "S4e": {
         | 
| 2087 2088 | 
             
                  "type": "list",
         | 
| 2088 2089 | 
             
                  "member": {
         | 
| 2089 2090 | 
             
                    "type": "structure",
         | 
| @@ -2104,7 +2105,7 @@ | |
| 2104 2105 | 
             
                    }
         | 
| 2105 2106 | 
             
                  }
         | 
| 2106 2107 | 
             
                },
         | 
| 2107 | 
            -
                " | 
| 2108 | 
            +
                "S4y": {
         | 
| 2108 2109 | 
             
                  "type": "list",
         | 
| 2109 2110 | 
             
                  "member": {}
         | 
| 2110 2111 | 
             
                }
         | 
    
        package/clients/athena.d.ts
    CHANGED
    
    | @@ -1141,6 +1141,10 @@ declare namespace Athena { | |
| 1141 1141 | 
             
                 * Contains additional notebook engine MAP<string, string> parameter mappings in the form of key-value pairs. To specify an Athena notebook that the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named NotebookId to AdditionalConfigs that has the value of the Athena notebook ID.
         | 
| 1142 1142 | 
             
                 */
         | 
| 1143 1143 | 
             
                AdditionalConfigs?: ParametersMap;
         | 
| 1144 | 
            +
                /**
         | 
| 1145 | 
            +
                 * Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.
         | 
| 1146 | 
            +
                 */
         | 
| 1147 | 
            +
                SparkProperties?: ParametersMap;
         | 
| 1144 1148 | 
             
              }
         | 
| 1145 1149 | 
             
              export interface EngineVersion {
         | 
| 1146 1150 | 
             
                /**
         | 
| @@ -115,6 +115,14 @@ declare class CodeCatalyst extends Service { | |
| 115 115 | 
             
               * Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID.
         | 
| 116 116 | 
             
               */
         | 
| 117 117 | 
             
              listAccessTokens(callback?: (err: AWSError, data: CodeCatalyst.Types.ListAccessTokensResponse) => void): Request<CodeCatalyst.Types.ListAccessTokensResponse, AWSError>;
         | 
| 118 | 
            +
              /**
         | 
| 119 | 
            +
               * Retrieves a list of active sessions for a Dev Environment in a project.
         | 
| 120 | 
            +
               */
         | 
| 121 | 
            +
              listDevEnvironmentSessions(params: CodeCatalyst.Types.ListDevEnvironmentSessionsRequest, callback?: (err: AWSError, data: CodeCatalyst.Types.ListDevEnvironmentSessionsResponse) => void): Request<CodeCatalyst.Types.ListDevEnvironmentSessionsResponse, AWSError>;
         | 
| 122 | 
            +
              /**
         | 
| 123 | 
            +
               * Retrieves a list of active sessions for a Dev Environment in a project.
         | 
| 124 | 
            +
               */
         | 
| 125 | 
            +
              listDevEnvironmentSessions(callback?: (err: AWSError, data: CodeCatalyst.Types.ListDevEnvironmentSessionsResponse) => void): Request<CodeCatalyst.Types.ListDevEnvironmentSessionsResponse, AWSError>;
         | 
| 118 126 | 
             
              /**
         | 
| 119 127 | 
             
               * Retrieves a list of Dev Environments in a project.
         | 
| 120 128 | 
             
               */
         | 
| @@ -450,7 +458,31 @@ declare namespace CodeCatalyst { | |
| 450 458 | 
             
                 */
         | 
| 451 459 | 
             
                executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration;
         | 
| 452 460 | 
             
              }
         | 
| 461 | 
            +
              export interface DevEnvironmentSessionSummary {
         | 
| 462 | 
            +
                /**
         | 
| 463 | 
            +
                 * The name of the space.
         | 
| 464 | 
            +
                 */
         | 
| 465 | 
            +
                spaceName: NameString;
         | 
| 466 | 
            +
                /**
         | 
| 467 | 
            +
                 * The name of the project in the space.
         | 
| 468 | 
            +
                 */
         | 
| 469 | 
            +
                projectName: NameString;
         | 
| 470 | 
            +
                /**
         | 
| 471 | 
            +
                 * The system-generated unique ID of the Dev Environment.
         | 
| 472 | 
            +
                 */
         | 
| 473 | 
            +
                devEnvironmentId: Uuid;
         | 
| 474 | 
            +
                /**
         | 
| 475 | 
            +
                 * The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 
         | 
| 476 | 
            +
                 */
         | 
| 477 | 
            +
                startedTime: SyntheticTimestamp_date_time;
         | 
| 478 | 
            +
                /**
         | 
| 479 | 
            +
                 * The system-generated unique ID of the Dev Environment session.
         | 
| 480 | 
            +
                 */
         | 
| 481 | 
            +
                id: DevEnvironmentSessionSummaryIdString;
         | 
| 482 | 
            +
              }
         | 
| 483 | 
            +
              export type DevEnvironmentSessionSummaryIdString = string;
         | 
| 453 484 | 
             
              export type DevEnvironmentSessionType = "SSM"|"SSH"|string;
         | 
| 485 | 
            +
              export type DevEnvironmentSessionsSummaryList = DevEnvironmentSessionSummary[];
         | 
| 454 486 | 
             
              export type DevEnvironmentStatus = "PENDING"|"RUNNING"|"STARTING"|"STOPPING"|"STOPPED"|"FAILED"|"DELETING"|"DELETED"|string;
         | 
| 455 487 | 
             
              export interface DevEnvironmentSummary {
         | 
| 456 488 | 
             
                /**
         | 
| @@ -863,6 +895,40 @@ declare namespace CodeCatalyst { | |
| 863 895 | 
             
                 */
         | 
| 864 896 | 
             
                nextToken?: String;
         | 
| 865 897 | 
             
              }
         | 
| 898 | 
            +
              export interface ListDevEnvironmentSessionsRequest {
         | 
| 899 | 
            +
                /**
         | 
| 900 | 
            +
                 * The name of the space.
         | 
| 901 | 
            +
                 */
         | 
| 902 | 
            +
                spaceName: NameString;
         | 
| 903 | 
            +
                /**
         | 
| 904 | 
            +
                 * The name of the project in the space.
         | 
| 905 | 
            +
                 */
         | 
| 906 | 
            +
                projectName: NameString;
         | 
| 907 | 
            +
                /**
         | 
| 908 | 
            +
                 * The system-generated unique ID of the Dev Environment.
         | 
| 909 | 
            +
                 */
         | 
| 910 | 
            +
                devEnvironmentId: Uuid;
         | 
| 911 | 
            +
                /**
         | 
| 912 | 
            +
                 * A token returned from a call to this API to indicate the next batch of results to return, if any.
         | 
| 913 | 
            +
                 */
         | 
| 914 | 
            +
                nextToken?: ListDevEnvironmentSessionsRequestNextTokenString;
         | 
| 915 | 
            +
                /**
         | 
| 916 | 
            +
                 * The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.
         | 
| 917 | 
            +
                 */
         | 
| 918 | 
            +
                maxResults?: ListDevEnvironmentSessionsRequestMaxResultsInteger;
         | 
| 919 | 
            +
              }
         | 
| 920 | 
            +
              export type ListDevEnvironmentSessionsRequestMaxResultsInteger = number;
         | 
| 921 | 
            +
              export type ListDevEnvironmentSessionsRequestNextTokenString = string;
         | 
| 922 | 
            +
              export interface ListDevEnvironmentSessionsResponse {
         | 
| 923 | 
            +
                /**
         | 
| 924 | 
            +
                 * Information about each session retrieved in the list.
         | 
| 925 | 
            +
                 */
         | 
| 926 | 
            +
                items: DevEnvironmentSessionsSummaryList;
         | 
| 927 | 
            +
                /**
         | 
| 928 | 
            +
                 * A token returned from a call to this API to indicate the next batch of results to return, if any.
         | 
| 929 | 
            +
                 */
         | 
| 930 | 
            +
                nextToken?: String;
         | 
| 931 | 
            +
              }
         | 
| 866 932 | 
             
              export interface ListDevEnvironmentsRequest {
         | 
| 867 933 | 
             
                /**
         | 
| 868 934 | 
             
                 * The name of the space.
         | 
    
        package/clients/kafka.d.ts
    CHANGED
    
    | @@ -2456,7 +2456,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge. | |
| 2456 2456 | 
             
                        The Amazon Resource Name (ARN) of the cluster.
         | 
| 2457 2457 |  | 
| 2458 2458 | 
             
                 */
         | 
| 2459 | 
            -
                ClusterArn | 
| 2459 | 
            +
                ClusterArn: __string;
         | 
| 2460 2460 | 
             
                /**
         | 
| 2461 2461 | 
             
                 * 
         | 
| 2462 2462 | 
             
                        The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
         | 
| @@ -2522,7 +2522,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge. | |
| 2522 2522 | 
             
                        The Amazon Resource Name (ARN) of the cluster.
         | 
| 2523 2523 |  | 
| 2524 2524 | 
             
                 */
         | 
| 2525 | 
            -
                ClusterArn | 
| 2525 | 
            +
                ClusterArn: __string;
         | 
| 2526 2526 | 
             
                /**
         | 
| 2527 2527 | 
             
                 * 
         | 
| 2528 2528 | 
             
                        The VPC connection ARN.
         | 
    
        package/clients/rekognition.d.ts
    CHANGED
    
    | @@ -564,7 +564,7 @@ declare namespace Rekognition { | |
| 564 564 | 
             
                GroundTruthManifest?: GroundTruthManifest;
         | 
| 565 565 | 
             
              }
         | 
| 566 566 | 
             
              export type Assets = Asset[];
         | 
| 567 | 
            -
              export type Attribute = "DEFAULT"|"ALL"|"AGE_RANGE"|"BEARD"|"EMOTIONS"|"EYEGLASSES"|"EYES_OPEN"|"GENDER"|"MOUTH_OPEN"|"MUSTACHE"|"FACE_OCCLUDED"|"SMILE"|"SUNGLASSES"|string;
         | 
| 567 | 
            +
              export type Attribute = "DEFAULT"|"ALL"|"AGE_RANGE"|"BEARD"|"EMOTIONS"|"EYE_DIRECTION"|"EYEGLASSES"|"EYES_OPEN"|"GENDER"|"MOUTH_OPEN"|"MUSTACHE"|"FACE_OCCLUDED"|"SMILE"|"SUNGLASSES"|string;
         | 
| 568 568 | 
             
              export type Attributes = Attribute[];
         | 
| 569 569 | 
             
              export interface AudioMetadata {
         | 
| 570 570 | 
             
                /**
         | 
| @@ -1759,6 +1759,20 @@ declare namespace Rekognition { | |
| 1759 1759 | 
             
              }
         | 
| 1760 1760 | 
             
              export type ExtendedPaginationToken = string;
         | 
| 1761 1761 | 
             
              export type ExternalImageId = string;
         | 
| 1762 | 
            +
              export interface EyeDirection {
         | 
| 1763 | 
            +
                /**
         | 
| 1764 | 
            +
                 * Value representing eye direction on the yaw axis.
         | 
| 1765 | 
            +
                 */
         | 
| 1766 | 
            +
                Yaw?: Degree;
         | 
| 1767 | 
            +
                /**
         | 
| 1768 | 
            +
                 * Value representing eye direction on the pitch axis.
         | 
| 1769 | 
            +
                 */
         | 
| 1770 | 
            +
                Pitch?: Degree;
         | 
| 1771 | 
            +
                /**
         | 
| 1772 | 
            +
                 * The confidence that the service has in its predicted eye direction.
         | 
| 1773 | 
            +
                 */
         | 
| 1774 | 
            +
                Confidence?: Percent;
         | 
| 1775 | 
            +
              }
         | 
| 1762 1776 | 
             
              export interface EyeOpen {
         | 
| 1763 1777 | 
             
                /**
         | 
| 1764 1778 | 
             
                 * Boolean value that indicates whether the eyes on the face are open.
         | 
| @@ -1871,6 +1885,10 @@ declare namespace Rekognition { | |
| 1871 1885 | 
             
                 *  FaceOccluded should return "true" with a high confidence score if a detected face’s eyes, nose, and mouth are partially captured or if they are covered by masks, dark sunglasses, cell phones, hands, or other objects. FaceOccluded should return "false" with a high confidence score if common occurrences that do not impact face verification are detected, such as eye glasses, lightly tinted sunglasses, strands of hair, and others. 
         | 
| 1872 1886 | 
             
                 */
         | 
| 1873 1887 | 
             
                FaceOccluded?: FaceOccluded;
         | 
| 1888 | 
            +
                /**
         | 
| 1889 | 
            +
                 * Indicates the direction the eyes are gazing in, as defined by pitch and yaw.
         | 
| 1890 | 
            +
                 */
         | 
| 1891 | 
            +
                EyeDirection?: EyeDirection;
         | 
| 1874 1892 | 
             
              }
         | 
| 1875 1893 | 
             
              export type FaceDetailList = FaceDetail[];
         | 
| 1876 1894 | 
             
              export interface FaceDetection {
         |