aws-sdk 2.1365.0 → 2.1367.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 +15 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +936 -921
- package/apis/emr-containers-2020-10-01.min.json +52 -0
- package/apis/guardduty-2017-11-28.min.json +100 -69
- package/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
- package/apis/kafka-2018-11-14.min.json +570 -89
- package/apis/kafka-2018-11-14.paginators.json +12 -0
- package/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
- package/apis/metadata.json +3 -0
- package/apis/osis-2022-01-01.examples.json +5 -0
- package/apis/osis-2022-01-01.min.json +555 -0
- package/apis/osis-2022-01-01.paginators.json +9 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/ec2.d.ts +75 -52
- package/clients/emrcontainers.d.ts +61 -0
- package/clients/guardduty.d.ts +32 -2
- package/clients/iotdeviceadvisor.d.ts +16 -3
- package/clients/kafka.d.ts +634 -0
- package/clients/lambda.d.ts +1 -1
- package/clients/osis.d.ts +574 -0
- package/clients/osis.js +18 -0
- package/clients/qldb.d.ts +27 -27
- package/clients/sagemaker.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +51 -13
- package/dist/aws-sdk.js +949 -928
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/services/sqs.js +3 -2
- package/package.json +1 -1
| @@ -80,6 +80,14 @@ | |
| 80 80 | 
             
                      "certificateArn": {
         | 
| 81 81 | 
             
                        "location": "querystring",
         | 
| 82 82 | 
             
                        "locationName": "certificateArn"
         | 
| 83 | 
            +
                      },
         | 
| 84 | 
            +
                      "deviceRoleArn": {
         | 
| 85 | 
            +
                        "location": "querystring",
         | 
| 86 | 
            +
                        "locationName": "deviceRoleArn"
         | 
| 87 | 
            +
                      },
         | 
| 88 | 
            +
                      "authenticationMethod": {
         | 
| 89 | 
            +
                        "location": "querystring",
         | 
| 90 | 
            +
                        "locationName": "authenticationMethod"
         | 
| 83 91 | 
             
                      }
         | 
| 84 92 | 
             
                    }
         | 
| 85 93 | 
             
                  },
         | 
| @@ -163,7 +171,7 @@ | |
| 163 171 | 
             
                      "suiteRunId": {},
         | 
| 164 172 | 
             
                      "suiteRunArn": {},
         | 
| 165 173 | 
             
                      "suiteRunConfiguration": {
         | 
| 166 | 
            -
                        "shape": " | 
| 174 | 
            +
                        "shape": "Ss"
         | 
| 167 175 | 
             
                      },
         | 
| 168 176 | 
             
                      "testResult": {
         | 
| 169 177 | 
             
                        "type": "structure",
         | 
| @@ -411,7 +419,7 @@ | |
| 411 419 | 
             
                      },
         | 
| 412 420 | 
             
                      "suiteDefinitionVersion": {},
         | 
| 413 421 | 
             
                      "suiteRunConfiguration": {
         | 
| 414 | 
            -
                        "shape": " | 
| 422 | 
            +
                        "shape": "Ss"
         | 
| 415 423 | 
             
                      },
         | 
| 416 424 | 
             
                      "tags": {
         | 
| 417 425 | 
             
                        "shape": "Sb"
         | 
| @@ -582,7 +590,8 @@ | |
| 582 590 | 
             
                  "type": "structure",
         | 
| 583 591 | 
             
                  "members": {
         | 
| 584 592 | 
             
                    "thingArn": {},
         | 
| 585 | 
            -
                    "certificateArn": {}
         | 
| 593 | 
            +
                    "certificateArn": {},
         | 
| 594 | 
            +
                    "deviceRoleArn": {}
         | 
| 586 595 | 
             
                  }
         | 
| 587 596 | 
             
                },
         | 
| 588 597 | 
             
                "Sb": {
         | 
| @@ -590,7 +599,7 @@ | |
| 590 599 | 
             
                  "key": {},
         | 
| 591 600 | 
             
                  "value": {}
         | 
| 592 601 | 
             
                },
         | 
| 593 | 
            -
                " | 
| 602 | 
            +
                "Ss": {
         | 
| 594 603 | 
             
                  "type": "structure",
         | 
| 595 604 | 
             
                  "required": [
         | 
| 596 605 | 
             
                    "primaryDevice"
         |