aws-sdk 2.1383.0 → 2.1385.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/appsync-2017-07-25.min.json +484 -131
- package/apis/codepipeline-2015-07-09.min.json +3 -0
- package/apis/connect-2017-08-08.min.json +6 -3
- package/apis/gamelift-2015-10-01.min.json +213 -204
- package/apis/glue-2017-03-31.min.json +615 -557
- package/apis/migration-hub-refactor-spaces-2021-10-26.min.json +9 -0
- package/apis/sagemaker-2017-07-24.min.json +656 -595
- package/clients/applicationautoscaling.d.ts +6 -6
- package/clients/appsync.d.ts +398 -2
- package/clients/codepipeline.d.ts +69 -65
- package/clients/connect.d.ts +1 -1
- package/clients/cur.d.ts +2 -2
- package/clients/gamelift.d.ts +22 -10
- package/clients/glue.d.ts +57 -2
- package/clients/migrationhubrefactorspaces.d.ts +16 -4
- package/clients/sagemaker.d.ts +67 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +225 -210
- package/dist/aws-sdk.min.js +55 -55
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -1155,7 +1155,8 @@ | |
| 1155 1155 | 
             
                        "locationName": "EvaluationId"
         | 
| 1156 1156 | 
             
                      }
         | 
| 1157 1157 | 
             
                    }
         | 
| 1158 | 
            -
                  }
         | 
| 1158 | 
            +
                  },
         | 
| 1159 | 
            +
                  "idempotent": true
         | 
| 1159 1160 | 
             
                },
         | 
| 1160 1161 | 
             
                "DeleteContactFlow": {
         | 
| 1161 1162 | 
             
                  "http": {
         | 
| @@ -1237,7 +1238,8 @@ | |
| 1237 1238 | 
             
                        "type": "integer"
         | 
| 1238 1239 | 
             
                      }
         | 
| 1239 1240 | 
             
                    }
         | 
| 1240 | 
            -
                  }
         | 
| 1241 | 
            +
                  },
         | 
| 1242 | 
            +
                  "idempotent": true
         | 
| 1241 1243 | 
             
                },
         | 
| 1242 1244 | 
             
                "DeleteHoursOfOperation": {
         | 
| 1243 1245 | 
             
                  "http": {
         | 
| @@ -7496,7 +7498,8 @@ | |
| 7496 7498 | 
             
                        "type": "structure",
         | 
| 7497 7499 | 
             
                        "required": [
         | 
| 7498 7500 | 
             
                          "Title",
         | 
| 7499 | 
            -
                          "RefId"
         | 
| 7501 | 
            +
                          "RefId",
         | 
| 7502 | 
            +
                          "Items"
         | 
| 7500 7503 | 
             
                        ],
         | 
| 7501 7504 | 
             
                        "members": {
         | 
| 7502 7505 | 
             
                          "Title": {},
         |