aws-sdk 2.1366.0 → 2.1368.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 +22 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +104 -93
- package/apis/athena-2017-05-18.min.json +259 -50
- package/apis/athena-2017-05-18.paginators.json +5 -0
- package/apis/ec2-2016-11-15.min.json +936 -921
- package/apis/emr-containers-2020-10-01.min.json +52 -0
- package/apis/grafana-2020-08-18.min.json +1 -0
- package/apis/guardduty-2017-11-28.min.json +100 -69
- package/apis/iot-2015-05-28.min.json +289 -274
- 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/rekognition-2016-06-27.min.json +112 -48
- package/apis/simspaceweaver-2022-10-28.min.json +52 -16
- package/clients/appflow.d.ts +14 -1
- package/clients/athena.d.ts +228 -10
- package/clients/directconnect.d.ts +2 -2
- package/clients/ec2.d.ts +75 -52
- package/clients/efs.d.ts +1 -1
- package/clients/emrcontainers.d.ts +61 -0
- package/clients/grafana.d.ts +4 -0
- package/clients/guardduty.d.ts +32 -2
- package/clients/iot.d.ts +21 -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 +26 -26
- package/clients/qldb.d.ts +27 -27
- package/clients/rekognition.d.ts +117 -0
- package/clients/sagemaker.d.ts +2 -2
- package/clients/simspaceweaver.d.ts +62 -21
- package/clients/wafv2.d.ts +57 -57
- package/clients/workspaces.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -17
- package/dist/aws-sdk.js +1611 -1300
- package/dist/aws-sdk.min.js +98 -98
- 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"
         |