aws-sdk 2.1686.0 → 2.1688.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/README.md +1 -1
 - package/apis/backup-2018-11-15.min.json +10 -1
 - package/apis/connect-2017-08-08.min.json +268 -250
 - package/apis/datazone-2018-05-10.min.json +1478 -646
 - package/apis/datazone-2018-05-10.paginators.json +18 -0
 - package/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
 - package/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
 - package/apis/logs-2014-03-28.min.json +28 -4
 - package/apis/mediaconnect-2018-11-14.min.json +116 -42
 - package/apis/medialive-2017-10-14.min.json +349 -341
 - package/apis/redshift-data-2019-12-20.min.json +32 -9
 - package/apis/sagemaker-2017-07-24.min.json +814 -813
 - package/apis/timestream-influxdb-2023-01-27.min.json +3 -1
 - package/clients/backup.d.ts +280 -268
 - package/clients/cloudwatchlogs.d.ts +41 -10
 - package/clients/connect.d.ts +38 -2
 - package/clients/datazone.d.ts +848 -1
 - package/clients/elbv2.d.ts +59 -2
 - package/clients/mediaconnect.d.ts +49 -0
 - package/clients/medialive.d.ts +11 -0
 - package/clients/redshiftdata.d.ts +62 -20
 - package/clients/sagemaker.d.ts +7 -2
 - package/clients/timestreaminfluxdb.d.ts +9 -1
 - package/dist/aws-sdk-core-react-native.js +2 -1
 - package/dist/aws-sdk-react-native.js +14 -12
 - package/dist/aws-sdk.js +365 -268
 - package/dist/aws-sdk.min.js +85 -85
 - package/lib/core.js +1 -1
 - package/lib/region_config.js +1 -0
 - package/package.json +1 -1
 
| 
         @@ -5,6 +5,9 @@ 
     | 
|
| 
       5 
5 
     | 
    
         
             
                "endpointPrefix": "redshift-data",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "jsonVersion": "1.1",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "protocol": "json",
         
     | 
| 
      
 8 
     | 
    
         
            +
                "protocols": [
         
     | 
| 
      
 9 
     | 
    
         
            +
                  "json"
         
     | 
| 
      
 10 
     | 
    
         
            +
                ],
         
     | 
| 
       8 
11 
     | 
    
         
             
                "serviceFullName": "Redshift Data API Service",
         
     | 
| 
       9 
12 
     | 
    
         
             
                "serviceId": "Redshift Data",
         
     | 
| 
       10 
13 
     | 
    
         
             
                "signatureVersion": "v4",
         
     | 
| 
         @@ -17,7 +20,6 @@ 
     | 
|
| 
       17 
20 
     | 
    
         
             
                  "input": {
         
     | 
| 
       18 
21 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       19 
22 
     | 
    
         
             
                    "required": [
         
     | 
| 
       20 
     | 
    
         
            -
                      "Database",
         
     | 
| 
       21 
23 
     | 
    
         
             
                      "Sqls"
         
     | 
| 
       22 
24 
     | 
    
         
             
                    ],
         
     | 
| 
       23 
25 
     | 
    
         
             
                    "members": {
         
     | 
| 
         @@ -28,6 +30,10 @@ 
     | 
|
| 
       28 
30 
     | 
    
         
             
                      "Database": {},
         
     | 
| 
       29 
31 
     | 
    
         
             
                      "DbUser": {},
         
     | 
| 
       30 
32 
     | 
    
         
             
                      "SecretArn": {},
         
     | 
| 
      
 33 
     | 
    
         
            +
                      "SessionId": {},
         
     | 
| 
      
 34 
     | 
    
         
            +
                      "SessionKeepAliveSeconds": {
         
     | 
| 
      
 35 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 36 
     | 
    
         
            +
                      },
         
     | 
| 
       31 
37 
     | 
    
         
             
                      "Sqls": {
         
     | 
| 
       32 
38 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       33 
39 
     | 
    
         
             
                        "member": {}
         
     | 
| 
         @@ -47,9 +53,13 @@ 
     | 
|
| 
       47 
53 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
       48 
54 
     | 
    
         
             
                      },
         
     | 
| 
       49 
55 
     | 
    
         
             
                      "Database": {},
         
     | 
| 
      
 56 
     | 
    
         
            +
                      "DbGroups": {
         
     | 
| 
      
 57 
     | 
    
         
            +
                        "shape": "Sf"
         
     | 
| 
      
 58 
     | 
    
         
            +
                      },
         
     | 
| 
       50 
59 
     | 
    
         
             
                      "DbUser": {},
         
     | 
| 
       51 
60 
     | 
    
         
             
                      "Id": {},
         
     | 
| 
       52 
61 
     | 
    
         
             
                      "SecretArn": {},
         
     | 
| 
      
 62 
     | 
    
         
            +
                      "SessionId": {},
         
     | 
| 
       53 
63 
     | 
    
         
             
                      "WorkgroupName": {}
         
     | 
| 
       54 
64 
     | 
    
         
             
                    }
         
     | 
| 
       55 
65 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -104,7 +114,7 @@ 
     | 
|
| 
       104 
114 
     | 
    
         
             
                      },
         
     | 
| 
       105 
115 
     | 
    
         
             
                      "Id": {},
         
     | 
| 
       106 
116 
     | 
    
         
             
                      "QueryParameters": {
         
     | 
| 
       107 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 117 
     | 
    
         
            +
                        "shape": "Sl"
         
     | 
| 
       108 
118 
     | 
    
         
             
                      },
         
     | 
| 
       109 
119 
     | 
    
         
             
                      "QueryString": {},
         
     | 
| 
       110 
120 
     | 
    
         
             
                      "RedshiftPid": {
         
     | 
| 
         @@ -120,6 +130,7 @@ 
     | 
|
| 
       120 
130 
     | 
    
         
             
                        "type": "long"
         
     | 
| 
       121 
131 
     | 
    
         
             
                      },
         
     | 
| 
       122 
132 
     | 
    
         
             
                      "SecretArn": {},
         
     | 
| 
      
 133 
     | 
    
         
            +
                      "SessionId": {},
         
     | 
| 
       123 
134 
     | 
    
         
             
                      "Status": {},
         
     | 
| 
       124 
135 
     | 
    
         
             
                      "SubStatements": {
         
     | 
| 
       125 
136 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
         @@ -191,7 +202,7 @@ 
     | 
|
| 
       191 
202 
     | 
    
         
             
                      "ColumnList": {
         
     | 
| 
       192 
203 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       193 
204 
     | 
    
         
             
                        "member": {
         
     | 
| 
       194 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 205 
     | 
    
         
            +
                          "shape": "Sx"
         
     | 
| 
       195 
206 
     | 
    
         
             
                        }
         
     | 
| 
       196 
207 
     | 
    
         
             
                      },
         
     | 
| 
       197 
208 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -203,7 +214,6 @@ 
     | 
|
| 
       203 
214 
     | 
    
         
             
                  "input": {
         
     | 
| 
       204 
215 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       205 
216 
     | 
    
         
             
                    "required": [
         
     | 
| 
       206 
     | 
    
         
            -
                      "Database",
         
     | 
| 
       207 
217 
     | 
    
         
             
                      "Sql"
         
     | 
| 
       208 
218 
     | 
    
         
             
                    ],
         
     | 
| 
       209 
219 
     | 
    
         
             
                    "members": {
         
     | 
| 
         @@ -214,9 +224,13 @@ 
     | 
|
| 
       214 
224 
     | 
    
         
             
                      "Database": {},
         
     | 
| 
       215 
225 
     | 
    
         
             
                      "DbUser": {},
         
     | 
| 
       216 
226 
     | 
    
         
             
                      "Parameters": {
         
     | 
| 
       217 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 227 
     | 
    
         
            +
                        "shape": "Sl"
         
     | 
| 
       218 
228 
     | 
    
         
             
                      },
         
     | 
| 
       219 
229 
     | 
    
         
             
                      "SecretArn": {},
         
     | 
| 
      
 230 
     | 
    
         
            +
                      "SessionId": {},
         
     | 
| 
      
 231 
     | 
    
         
            +
                      "SessionKeepAliveSeconds": {
         
     | 
| 
      
 232 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 233 
     | 
    
         
            +
                      },
         
     | 
| 
       220 
234 
     | 
    
         
             
                      "Sql": {},
         
     | 
| 
       221 
235 
     | 
    
         
             
                      "StatementName": {},
         
     | 
| 
       222 
236 
     | 
    
         
             
                      "WithEvent": {
         
     | 
| 
         @@ -233,9 +247,13 @@ 
     | 
|
| 
       233 
247 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
       234 
248 
     | 
    
         
             
                      },
         
     | 
| 
       235 
249 
     | 
    
         
             
                      "Database": {},
         
     | 
| 
      
 250 
     | 
    
         
            +
                      "DbGroups": {
         
     | 
| 
      
 251 
     | 
    
         
            +
                        "shape": "Sf"
         
     | 
| 
      
 252 
     | 
    
         
            +
                      },
         
     | 
| 
       236 
253 
     | 
    
         
             
                      "DbUser": {},
         
     | 
| 
       237 
254 
     | 
    
         
             
                      "Id": {},
         
     | 
| 
       238 
255 
     | 
    
         
             
                      "SecretArn": {},
         
     | 
| 
      
 256 
     | 
    
         
            +
                      "SessionId": {},
         
     | 
| 
       239 
257 
     | 
    
         
             
                      "WorkgroupName": {}
         
     | 
| 
       240 
258 
     | 
    
         
             
                    }
         
     | 
| 
       241 
259 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -260,7 +278,7 @@ 
     | 
|
| 
       260 
278 
     | 
    
         
             
                      "ColumnMetadata": {
         
     | 
| 
       261 
279 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       262 
280 
     | 
    
         
             
                        "member": {
         
     | 
| 
       263 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 281 
     | 
    
         
            +
                          "shape": "Sx"
         
     | 
| 
       264 
282 
     | 
    
         
             
                        }
         
     | 
| 
       265 
283 
     | 
    
         
             
                      },
         
     | 
| 
       266 
284 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -396,7 +414,7 @@ 
     | 
|
| 
       396 
414 
     | 
    
         
             
                              "type": "boolean"
         
     | 
| 
       397 
415 
     | 
    
         
             
                            },
         
     | 
| 
       398 
416 
     | 
    
         
             
                            "QueryParameters": {
         
     | 
| 
       399 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 417 
     | 
    
         
            +
                              "shape": "Sl"
         
     | 
| 
       400 
418 
     | 
    
         
             
                            },
         
     | 
| 
       401 
419 
     | 
    
         
             
                            "QueryString": {},
         
     | 
| 
       402 
420 
     | 
    
         
             
                            "QueryStrings": {
         
     | 
| 
         @@ -404,6 +422,7 @@ 
     | 
|
| 
       404 
422 
     | 
    
         
             
                              "member": {}
         
     | 
| 
       405 
423 
     | 
    
         
             
                            },
         
     | 
| 
       406 
424 
     | 
    
         
             
                            "SecretArn": {},
         
     | 
| 
      
 425 
     | 
    
         
            +
                            "SessionId": {},
         
     | 
| 
       407 
426 
     | 
    
         
             
                            "StatementName": {},
         
     | 
| 
       408 
427 
     | 
    
         
             
                            "Status": {},
         
     | 
| 
       409 
428 
     | 
    
         
             
                            "UpdatedAt": {
         
     | 
| 
         @@ -456,7 +475,11 @@ 
     | 
|
| 
       456 
475 
     | 
    
         
             
                }
         
     | 
| 
       457 
476 
     | 
    
         
             
              },
         
     | 
| 
       458 
477 
     | 
    
         
             
              "shapes": {
         
     | 
| 
       459 
     | 
    
         
            -
                " 
     | 
| 
      
 478 
     | 
    
         
            +
                "Sf": {
         
     | 
| 
      
 479 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 480 
     | 
    
         
            +
                  "member": {}
         
     | 
| 
      
 481 
     | 
    
         
            +
                },
         
     | 
| 
      
 482 
     | 
    
         
            +
                "Sl": {
         
     | 
| 
       460 
483 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       461 
484 
     | 
    
         
             
                  "member": {
         
     | 
| 
       462 
485 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -470,7 +493,7 @@ 
     | 
|
| 
       470 
493 
     | 
    
         
             
                    }
         
     | 
| 
       471 
494 
     | 
    
         
             
                  }
         
     | 
| 
       472 
495 
     | 
    
         
             
                },
         
     | 
| 
       473 
     | 
    
         
            -
                " 
     | 
| 
      
 496 
     | 
    
         
            +
                "Sx": {
         
     | 
| 
       474 
497 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       475 
498 
     | 
    
         
             
                  "members": {
         
     | 
| 
       476 
499 
     | 
    
         
             
                    "columnDefault": {},
         
     |