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
| @@ -598,6 +598,9 @@ | |
| 598 598 | 
             
                  "output": {
         | 
| 599 599 | 
             
                    "type": "structure",
         | 
| 600 600 | 
             
                    "members": {
         | 
| 601 | 
            +
                      "AppendSourcePath": {
         | 
| 602 | 
            +
                        "type": "boolean"
         | 
| 603 | 
            +
                      },
         | 
| 601 604 | 
             
                      "ApplicationId": {},
         | 
| 602 605 | 
             
                      "Arn": {},
         | 
| 603 606 | 
             
                      "CreatedByAccountId": {},
         | 
| @@ -929,6 +932,9 @@ | |
| 929 932 | 
             
                        "member": {
         | 
| 930 933 | 
             
                          "type": "structure",
         | 
| 931 934 | 
             
                          "members": {
         | 
| 935 | 
            +
                            "AppendSourcePath": {
         | 
| 936 | 
            +
                              "type": "boolean"
         | 
| 937 | 
            +
                            },
         | 
| 932 938 | 
             
                            "ApplicationId": {},
         | 
| 933 939 | 
             
                            "Arn": {},
         | 
| 934 940 | 
             
                            "CreatedByAccountId": {},
         | 
| @@ -1224,6 +1230,9 @@ | |
| 1224 1230 | 
             
                  ],
         | 
| 1225 1231 | 
             
                  "members": {
         | 
| 1226 1232 | 
             
                    "ActivationState": {},
         | 
| 1233 | 
            +
                    "AppendSourcePath": {
         | 
| 1234 | 
            +
                      "type": "boolean"
         | 
| 1235 | 
            +
                    },
         | 
| 1227 1236 | 
             
                    "IncludeChildPaths": {
         | 
| 1228 1237 | 
             
                      "type": "boolean"
         | 
| 1229 1238 | 
             
                    },
         |