aws-sdk 2.1355.0 → 2.1357.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 +7 -1
- package/README.md +1 -1
- package/apis/groundstation-2019-05-23.min.json +58 -48
- package/apis/iot-2015-05-28.min.json +274 -289
- package/clients/groundstation.d.ts +32 -17
- package/clients/iot.d.ts +0 -19
- package/clients/managedblockchain.d.ts +7 -7
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- 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/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,13 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1357.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1357.0
         | 
| 6 | 
            +
            * feature: GroundStation: AWS Ground Station Wideband DigIF GA Release
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            ## 2.1356.0
         | 
| 9 | 
            +
            * feature: Iot: Revert to remove unexpected API changes
         | 
| 10 | 
            +
             | 
| 5 11 | 
             
            ## 2.1355.0
         | 
| 6 12 | 
             
            * feature: ECRPUBLIC: This release will allow using registry alias as registryId in BatchDeleteImage request.
         | 
| 7 13 | 
             
            * feature: EMRServerless: This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified).
         | 
    
        package/README.md
    CHANGED
    
    | @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 70 70 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 71 71 | 
             
            HTML pages:
         | 
| 72 72 |  | 
| 73 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 73 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1357.0.min.js"></script>
         | 
| 74 74 |  | 
| 75 75 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 76 76 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -86,7 +86,7 @@ | |
| 86 86 | 
             
                    }
         | 
| 87 87 | 
             
                  },
         | 
| 88 88 | 
             
                  "output": {
         | 
| 89 | 
            -
                    "shape": " | 
| 89 | 
            +
                    "shape": "S1p"
         | 
| 90 90 | 
             
                  }
         | 
| 91 91 | 
             
                },
         | 
| 92 92 | 
             
                "CreateEphemeris": {
         | 
| @@ -112,7 +112,7 @@ | |
| 112 112 | 
             
                            "members": {
         | 
| 113 113 | 
             
                              "oemData": {},
         | 
| 114 114 | 
             
                              "s3Object": {
         | 
| 115 | 
            -
                                "shape": " | 
| 115 | 
            +
                                "shape": "S1u"
         | 
| 116 116 | 
             
                              }
         | 
| 117 117 | 
             
                            }
         | 
| 118 118 | 
             
                          },
         | 
| @@ -120,7 +120,7 @@ | |
| 120 120 | 
             
                            "type": "structure",
         | 
| 121 121 | 
             
                            "members": {
         | 
| 122 122 | 
             
                              "s3Object": {
         | 
| 123 | 
            -
                                "shape": " | 
| 123 | 
            +
                                "shape": "S1u"
         | 
| 124 124 | 
             
                              },
         | 
| 125 125 | 
             
                              "tleData": {
         | 
| 126 126 | 
             
                                "type": "list",
         | 
| @@ -172,7 +172,7 @@ | |
| 172 172 | 
             
                    }
         | 
| 173 173 | 
             
                  },
         | 
| 174 174 | 
             
                  "output": {
         | 
| 175 | 
            -
                    "shape": " | 
| 175 | 
            +
                    "shape": "S27"
         | 
| 176 176 | 
             
                  }
         | 
| 177 177 | 
             
                },
         | 
| 178 178 | 
             
                "CreateMissionProfile": {
         | 
| @@ -196,14 +196,14 @@ | |
| 196 196 | 
             
                        "type": "integer"
         | 
| 197 197 | 
             
                      },
         | 
| 198 198 | 
             
                      "dataflowEdges": {
         | 
| 199 | 
            -
                        "shape": " | 
| 199 | 
            +
                        "shape": "S2a"
         | 
| 200 200 | 
             
                      },
         | 
| 201 201 | 
             
                      "minimumViableContactDurationSeconds": {
         | 
| 202 202 | 
             
                        "type": "integer"
         | 
| 203 203 | 
             
                      },
         | 
| 204 204 | 
             
                      "name": {},
         | 
| 205 205 | 
             
                      "streamsKmsKey": {
         | 
| 206 | 
            -
                        "shape": " | 
| 206 | 
            +
                        "shape": "S2d"
         | 
| 207 207 | 
             
                      },
         | 
| 208 208 | 
             
                      "streamsKmsRole": {},
         | 
| 209 209 | 
             
                      "tags": {
         | 
| @@ -213,7 +213,7 @@ | |
| 213 213 | 
             
                    }
         | 
| 214 214 | 
             
                  },
         | 
| 215 215 | 
             
                  "output": {
         | 
| 216 | 
            -
                    "shape": " | 
| 216 | 
            +
                    "shape": "S2f"
         | 
| 217 217 | 
             
                  }
         | 
| 218 218 | 
             
                },
         | 
| 219 219 | 
             
                "DeleteConfig": {
         | 
| @@ -263,7 +263,7 @@ | |
| 263 263 | 
             
                    }
         | 
| 264 264 | 
             
                  },
         | 
| 265 265 | 
             
                  "output": {
         | 
| 266 | 
            -
                    "shape": " | 
| 266 | 
            +
                    "shape": "S1p"
         | 
| 267 267 | 
             
                  },
         | 
| 268 268 | 
             
                  "idempotent": true
         | 
| 269 269 | 
             
                },
         | 
| @@ -286,7 +286,7 @@ | |
| 286 286 | 
             
                    }
         | 
| 287 287 | 
             
                  },
         | 
| 288 288 | 
             
                  "output": {
         | 
| 289 | 
            -
                    "shape": " | 
| 289 | 
            +
                    "shape": "S27"
         | 
| 290 290 | 
             
                  },
         | 
| 291 291 | 
             
                  "idempotent": true
         | 
| 292 292 | 
             
                },
         | 
| @@ -309,7 +309,7 @@ | |
| 309 309 | 
             
                    }
         | 
| 310 310 | 
             
                  },
         | 
| 311 311 | 
             
                  "output": {
         | 
| 312 | 
            -
                    "shape": " | 
| 312 | 
            +
                    "shape": "S2f"
         | 
| 313 313 | 
             
                  },
         | 
| 314 314 | 
             
                  "idempotent": true
         | 
| 315 315 | 
             
                },
         | 
| @@ -345,7 +345,7 @@ | |
| 345 345 | 
             
                              "type": "structure",
         | 
| 346 346 | 
             
                              "members": {
         | 
| 347 347 | 
             
                                "configDetails": {
         | 
| 348 | 
            -
                                  "shape": " | 
| 348 | 
            +
                                  "shape": "S2q"
         | 
| 349 349 | 
             
                                },
         | 
| 350 350 | 
             
                                "configId": {},
         | 
| 351 351 | 
             
                                "configType": {},
         | 
| @@ -357,7 +357,7 @@ | |
| 357 357 | 
             
                              "type": "structure",
         | 
| 358 358 | 
             
                              "members": {
         | 
| 359 359 | 
             
                                "configDetails": {
         | 
| 360 | 
            -
                                  "shape": " | 
| 360 | 
            +
                                  "shape": "S2q"
         | 
| 361 361 | 
             
                                },
         | 
| 362 362 | 
             
                                "configId": {},
         | 
| 363 363 | 
             
                                "configType": {},
         | 
| @@ -373,7 +373,7 @@ | |
| 373 373 | 
             
                      "errorMessage": {},
         | 
| 374 374 | 
             
                      "groundStation": {},
         | 
| 375 375 | 
             
                      "maximumElevation": {
         | 
| 376 | 
            -
                        "shape": " | 
| 376 | 
            +
                        "shape": "S2u"
         | 
| 377 377 | 
             
                      },
         | 
| 378 378 | 
             
                      "missionProfileArn": {},
         | 
| 379 379 | 
             
                      "postPassEndTime": {
         | 
| @@ -432,10 +432,10 @@ | |
| 432 432 | 
             
                        "type": "structure",
         | 
| 433 433 | 
             
                        "members": {
         | 
| 434 434 | 
             
                          "oem": {
         | 
| 435 | 
            -
                            "shape": " | 
| 435 | 
            +
                            "shape": "S34"
         | 
| 436 436 | 
             
                          },
         | 
| 437 437 | 
             
                          "tle": {
         | 
| 438 | 
            -
                            "shape": " | 
| 438 | 
            +
                            "shape": "S34"
         | 
| 439 439 | 
             
                          }
         | 
| 440 440 | 
             
                        },
         | 
| 441 441 | 
             
                        "union": true
         | 
| @@ -624,7 +624,7 @@ | |
| 624 624 | 
             
                        "type": "integer"
         | 
| 625 625 | 
             
                      },
         | 
| 626 626 | 
             
                      "dataflowEdges": {
         | 
| 627 | 
            -
                        "shape": " | 
| 627 | 
            +
                        "shape": "S2a"
         | 
| 628 628 | 
             
                      },
         | 
| 629 629 | 
             
                      "minimumViableContactDurationSeconds": {
         | 
| 630 630 | 
             
                        "type": "integer"
         | 
| @@ -634,7 +634,7 @@ | |
| 634 634 | 
             
                      "name": {},
         | 
| 635 635 | 
             
                      "region": {},
         | 
| 636 636 | 
             
                      "streamsKmsKey": {
         | 
| 637 | 
            -
                        "shape": " | 
| 637 | 
            +
                        "shape": "S2d"
         | 
| 638 638 | 
             
                      },
         | 
| 639 639 | 
             
                      "streamsKmsRole": {},
         | 
| 640 640 | 
             
                      "tags": {
         | 
| @@ -666,10 +666,10 @@ | |
| 666 666 | 
             
                    "type": "structure",
         | 
| 667 667 | 
             
                    "members": {
         | 
| 668 668 | 
             
                      "currentEphemeris": {
         | 
| 669 | 
            -
                        "shape": " | 
| 669 | 
            +
                        "shape": "S3l"
         | 
| 670 670 | 
             
                      },
         | 
| 671 671 | 
             
                      "groundStations": {
         | 
| 672 | 
            -
                        "shape": " | 
| 672 | 
            +
                        "shape": "S3n"
         | 
| 673 673 | 
             
                      },
         | 
| 674 674 | 
             
                      "noradSatelliteID": {
         | 
| 675 675 | 
             
                        "type": "integer"
         | 
| @@ -766,7 +766,7 @@ | |
| 766 766 | 
             
                            "errorMessage": {},
         | 
| 767 767 | 
             
                            "groundStation": {},
         | 
| 768 768 | 
             
                            "maximumElevation": {
         | 
| 769 | 
            -
                              "shape": " | 
| 769 | 
            +
                              "shape": "S2u"
         | 
| 770 770 | 
             
                            },
         | 
| 771 771 | 
             
                            "missionProfileArn": {},
         | 
| 772 772 | 
             
                            "postPassEndTime": {
         | 
| @@ -882,7 +882,7 @@ | |
| 882 882 | 
             
                              "type": "integer"
         | 
| 883 883 | 
             
                            },
         | 
| 884 884 | 
             
                            "sourceS3Object": {
         | 
| 885 | 
            -
                              "shape": " | 
| 885 | 
            +
                              "shape": "S1u"
         | 
| 886 886 | 
             
                            },
         | 
| 887 887 | 
             
                            "status": {}
         | 
| 888 888 | 
             
                          }
         | 
| @@ -1003,10 +1003,10 @@ | |
| 1003 1003 | 
             
                          "type": "structure",
         | 
| 1004 1004 | 
             
                          "members": {
         | 
| 1005 1005 | 
             
                            "currentEphemeris": {
         | 
| 1006 | 
            -
                              "shape": " | 
| 1006 | 
            +
                              "shape": "S3l"
         | 
| 1007 1007 | 
             
                            },
         | 
| 1008 1008 | 
             
                            "groundStations": {
         | 
| 1009 | 
            -
                              "shape": " | 
| 1009 | 
            +
                              "shape": "S3n"
         | 
| 1010 1010 | 
             
                            },
         | 
| 1011 1011 | 
             
                            "noradSatelliteID": {
         | 
| 1012 1012 | 
             
                              "type": "integer"
         | 
| @@ -1064,10 +1064,12 @@ | |
| 1064 1064 | 
             
                          "agentVersion",
         | 
| 1065 1065 | 
             
                          "componentVersions",
         | 
| 1066 1066 | 
             
                          "instanceId",
         | 
| 1067 | 
            -
                          "instanceType" | 
| 1068 | 
            -
                          "reservedCpuCores"
         | 
| 1067 | 
            +
                          "instanceType"
         | 
| 1069 1068 | 
             
                        ],
         | 
| 1070 1069 | 
             
                        "members": {
         | 
| 1070 | 
            +
                          "agentCpuCores": {
         | 
| 1071 | 
            +
                            "shape": "S4r"
         | 
| 1072 | 
            +
                          },
         | 
| 1071 1073 | 
             
                          "agentVersion": {},
         | 
| 1072 1074 | 
             
                          "componentVersions": {
         | 
| 1073 1075 | 
             
                            "type": "list",
         | 
| @@ -1089,10 +1091,7 @@ | |
| 1089 1091 | 
             
                          "instanceId": {},
         | 
| 1090 1092 | 
             
                          "instanceType": {},
         | 
| 1091 1093 | 
             
                          "reservedCpuCores": {
         | 
| 1092 | 
            -
                            " | 
| 1093 | 
            -
                            "member": {
         | 
| 1094 | 
            -
                              "type": "integer"
         | 
| 1095 | 
            -
                            }
         | 
| 1094 | 
            +
                            "shape": "S4r"
         | 
| 1096 1095 | 
             
                          }
         | 
| 1097 1096 | 
             
                        }
         | 
| 1098 1097 | 
             
                      },
         | 
| @@ -1109,10 +1108,10 @@ | |
| 1109 1108 | 
             
                            "member": {}
         | 
| 1110 1109 | 
             
                          },
         | 
| 1111 1110 | 
             
                          "privateIpAddresses": {
         | 
| 1112 | 
            -
                            "shape": " | 
| 1111 | 
            +
                            "shape": "S52"
         | 
| 1113 1112 | 
             
                          },
         | 
| 1114 1113 | 
             
                          "publicIpAddresses": {
         | 
| 1115 | 
            -
                            "shape": " | 
| 1114 | 
            +
                            "shape": "S52"
         | 
| 1116 1115 | 
             
                          }
         | 
| 1117 1116 | 
             
                        }
         | 
| 1118 1117 | 
             
                      }
         | 
| @@ -1352,7 +1351,7 @@ | |
| 1352 1351 | 
             
                    }
         | 
| 1353 1352 | 
             
                  },
         | 
| 1354 1353 | 
             
                  "output": {
         | 
| 1355 | 
            -
                    "shape": " | 
| 1354 | 
            +
                    "shape": "S27"
         | 
| 1356 1355 | 
             
                  },
         | 
| 1357 1356 | 
             
                  "idempotent": true
         | 
| 1358 1357 | 
             
                },
         | 
| @@ -1375,7 +1374,7 @@ | |
| 1375 1374 | 
             
                        "type": "integer"
         | 
| 1376 1375 | 
             
                      },
         | 
| 1377 1376 | 
             
                      "dataflowEdges": {
         | 
| 1378 | 
            -
                        "shape": " | 
| 1377 | 
            +
                        "shape": "S2a"
         | 
| 1379 1378 | 
             
                      },
         | 
| 1380 1379 | 
             
                      "minimumViableContactDurationSeconds": {
         | 
| 1381 1380 | 
             
                        "type": "integer"
         | 
| @@ -1386,14 +1385,14 @@ | |
| 1386 1385 | 
             
                      },
         | 
| 1387 1386 | 
             
                      "name": {},
         | 
| 1388 1387 | 
             
                      "streamsKmsKey": {
         | 
| 1389 | 
            -
                        "shape": " | 
| 1388 | 
            +
                        "shape": "S2d"
         | 
| 1390 1389 | 
             
                      },
         | 
| 1391 1390 | 
             
                      "streamsKmsRole": {},
         | 
| 1392 1391 | 
             
                      "trackingConfigArn": {}
         | 
| 1393 1392 | 
             
                    }
         | 
| 1394 1393 | 
             
                  },
         | 
| 1395 1394 | 
             
                  "output": {
         | 
| 1396 | 
            -
                    "shape": " | 
| 1395 | 
            +
                    "shape": "S2f"
         | 
| 1397 1396 | 
             
                  },
         | 
| 1398 1397 | 
             
                  "idempotent": true
         | 
| 1399 1398 | 
             
                }
         | 
| @@ -1671,6 +1670,11 @@ | |
| 1671 1670 | 
             
                        "status": {}
         | 
| 1672 1671 | 
             
                      }
         | 
| 1673 1672 | 
             
                    },
         | 
| 1673 | 
            +
                    "healthReasons": {
         | 
| 1674 | 
            +
                      "type": "list",
         | 
| 1675 | 
            +
                      "member": {}
         | 
| 1676 | 
            +
                    },
         | 
| 1677 | 
            +
                    "healthStatus": {},
         | 
| 1674 1678 | 
             
                    "securityDetails": {
         | 
| 1675 1679 | 
             
                      "type": "structure",
         | 
| 1676 1680 | 
             
                      "required": [
         | 
| @@ -1705,13 +1709,13 @@ | |
| 1705 1709 | 
             
                    }
         | 
| 1706 1710 | 
             
                  }
         | 
| 1707 1711 | 
             
                },
         | 
| 1708 | 
            -
                " | 
| 1712 | 
            +
                "S1p": {
         | 
| 1709 1713 | 
             
                  "type": "structure",
         | 
| 1710 1714 | 
             
                  "members": {
         | 
| 1711 1715 | 
             
                    "dataflowEndpointGroupId": {}
         | 
| 1712 1716 | 
             
                  }
         | 
| 1713 1717 | 
             
                },
         | 
| 1714 | 
            -
                " | 
| 1718 | 
            +
                "S1u": {
         | 
| 1715 1719 | 
             
                  "type": "structure",
         | 
| 1716 1720 | 
             
                  "members": {
         | 
| 1717 1721 | 
             
                    "bucket": {},
         | 
| @@ -1719,20 +1723,20 @@ | |
| 1719 1723 | 
             
                    "version": {}
         | 
| 1720 1724 | 
             
                  }
         | 
| 1721 1725 | 
             
                },
         | 
| 1722 | 
            -
                " | 
| 1726 | 
            +
                "S27": {
         | 
| 1723 1727 | 
             
                  "type": "structure",
         | 
| 1724 1728 | 
             
                  "members": {
         | 
| 1725 1729 | 
             
                    "ephemerisId": {}
         | 
| 1726 1730 | 
             
                  }
         | 
| 1727 1731 | 
             
                },
         | 
| 1728 | 
            -
                " | 
| 1732 | 
            +
                "S2a": {
         | 
| 1729 1733 | 
             
                  "type": "list",
         | 
| 1730 1734 | 
             
                  "member": {
         | 
| 1731 1735 | 
             
                    "type": "list",
         | 
| 1732 1736 | 
             
                    "member": {}
         | 
| 1733 1737 | 
             
                  }
         | 
| 1734 1738 | 
             
                },
         | 
| 1735 | 
            -
                " | 
| 1739 | 
            +
                "S2d": {
         | 
| 1736 1740 | 
             
                  "type": "structure",
         | 
| 1737 1741 | 
             
                  "members": {
         | 
| 1738 1742 | 
             
                    "kmsAliasArn": {},
         | 
| @@ -1740,13 +1744,13 @@ | |
| 1740 1744 | 
             
                  },
         | 
| 1741 1745 | 
             
                  "union": true
         | 
| 1742 1746 | 
             
                },
         | 
| 1743 | 
            -
                " | 
| 1747 | 
            +
                "S2f": {
         | 
| 1744 1748 | 
             
                  "type": "structure",
         | 
| 1745 1749 | 
             
                  "members": {
         | 
| 1746 1750 | 
             
                    "missionProfileId": {}
         | 
| 1747 1751 | 
             
                  }
         | 
| 1748 1752 | 
             
                },
         | 
| 1749 | 
            -
                " | 
| 1753 | 
            +
                "S2q": {
         | 
| 1750 1754 | 
             
                  "type": "structure",
         | 
| 1751 1755 | 
             
                  "members": {
         | 
| 1752 1756 | 
             
                    "antennaDemodDecodeDetails": {
         | 
| @@ -1768,7 +1772,7 @@ | |
| 1768 1772 | 
             
                  },
         | 
| 1769 1773 | 
             
                  "union": true
         | 
| 1770 1774 | 
             
                },
         | 
| 1771 | 
            -
                " | 
| 1775 | 
            +
                "S2u": {
         | 
| 1772 1776 | 
             
                  "type": "structure",
         | 
| 1773 1777 | 
             
                  "required": [
         | 
| 1774 1778 | 
             
                    "unit",
         | 
| @@ -1781,16 +1785,16 @@ | |
| 1781 1785 | 
             
                    }
         | 
| 1782 1786 | 
             
                  }
         | 
| 1783 1787 | 
             
                },
         | 
| 1784 | 
            -
                " | 
| 1788 | 
            +
                "S34": {
         | 
| 1785 1789 | 
             
                  "type": "structure",
         | 
| 1786 1790 | 
             
                  "members": {
         | 
| 1787 1791 | 
             
                    "ephemerisData": {},
         | 
| 1788 1792 | 
             
                    "sourceS3Object": {
         | 
| 1789 | 
            -
                      "shape": " | 
| 1793 | 
            +
                      "shape": "S1u"
         | 
| 1790 1794 | 
             
                    }
         | 
| 1791 1795 | 
             
                  }
         | 
| 1792 1796 | 
             
                },
         | 
| 1793 | 
            -
                " | 
| 1797 | 
            +
                "S3l": {
         | 
| 1794 1798 | 
             
                  "type": "structure",
         | 
| 1795 1799 | 
             
                  "required": [
         | 
| 1796 1800 | 
             
                    "source"
         | 
| @@ -1804,11 +1808,17 @@ | |
| 1804 1808 | 
             
                    "source": {}
         | 
| 1805 1809 | 
             
                  }
         | 
| 1806 1810 | 
             
                },
         | 
| 1807 | 
            -
                " | 
| 1811 | 
            +
                "S3n": {
         | 
| 1808 1812 | 
             
                  "type": "list",
         | 
| 1809 1813 | 
             
                  "member": {}
         | 
| 1810 1814 | 
             
                },
         | 
| 1811 | 
            -
                " | 
| 1815 | 
            +
                "S4r": {
         | 
| 1816 | 
            +
                  "type": "list",
         | 
| 1817 | 
            +
                  "member": {
         | 
| 1818 | 
            +
                    "type": "integer"
         | 
| 1819 | 
            +
                  }
         | 
| 1820 | 
            +
                },
         | 
| 1821 | 
            +
                "S52": {
         | 
| 1812 1822 | 
             
                  "type": "list",
         | 
| 1813 1823 | 
             
                  "member": {}
         | 
| 1814 1824 | 
             
                }
         |