aws-sdk 2.1450.0 → 2.1452.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 +16 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +26 -24
- package/apis/billingconductor-2021-07-30.min.json +70 -42
- package/apis/compute-optimizer-2019-11-01.min.json +72 -40
- package/apis/medialive-2017-10-14.min.json +248 -225
- package/apis/rds-2014-10-31.min.json +11 -7
- package/apis/sagemaker-2017-07-24.min.json +187 -182
- package/apis/vpc-lattice-2022-11-30.min.json +49 -52
- package/apis/wafv2-2019-07-29.min.json +7 -4
- package/clients/appflow.d.ts +6 -2
- package/clients/billingconductor.d.ts +31 -0
- package/clients/cloud9.d.ts +1 -1
- package/clients/computeoptimizer.d.ts +48 -8
- package/clients/ec2.d.ts +2 -2
- package/clients/ecs.d.ts +2 -2
- package/clients/elbv2.d.ts +3 -3
- package/clients/medialive.d.ts +20 -0
- package/clients/rds.d.ts +16 -0
- package/clients/sagemaker.d.ts +12 -2
- package/clients/vpclattice.d.ts +30 -21
- package/clients/wafv2.d.ts +16 -12
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +14 -10
- package/dist/aws-sdk.min.js +25 -25
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -3227,7 +3227,8 @@
|
|
3227
3227
|
},
|
3228
3228
|
"EnableLocalWriteForwarding": {
|
3229
3229
|
"type": "boolean"
|
3230
|
-
}
|
3230
|
+
},
|
3231
|
+
"AwsBackupRecoveryPointArn": {}
|
3231
3232
|
}
|
3232
3233
|
},
|
3233
3234
|
"output": {
|
@@ -3277,7 +3278,7 @@
|
|
3277
3278
|
}
|
3278
3279
|
},
|
3279
3280
|
"output": {
|
3280
|
-
"shape": "
|
3281
|
+
"shape": "Sby",
|
3281
3282
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
3282
3283
|
}
|
3283
3284
|
},
|
@@ -3995,7 +3996,7 @@
|
|
3995
3996
|
}
|
3996
3997
|
},
|
3997
3998
|
"output": {
|
3998
|
-
"shape": "
|
3999
|
+
"shape": "Sby",
|
3999
4000
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
4000
4001
|
}
|
4001
4002
|
},
|
@@ -5738,7 +5739,8 @@
|
|
5738
5739
|
"IOOptimizedNextAllowedModificationTime": {
|
5739
5740
|
"type": "timestamp"
|
5740
5741
|
},
|
5741
|
-
"LocalWriteForwardingStatus": {}
|
5742
|
+
"LocalWriteForwardingStatus": {},
|
5743
|
+
"AwsBackupRecoveryPointArn": {}
|
5742
5744
|
},
|
5743
5745
|
"wrapper": true
|
5744
5746
|
},
|
@@ -6313,7 +6315,8 @@
|
|
6313
6315
|
"StorageType": {},
|
6314
6316
|
"Iops": {
|
6315
6317
|
"type": "integer"
|
6316
|
-
}
|
6318
|
+
},
|
6319
|
+
"AwsBackupRecoveryPointArn": {}
|
6317
6320
|
},
|
6318
6321
|
"wrapper": true
|
6319
6322
|
},
|
@@ -6378,7 +6381,8 @@
|
|
6378
6381
|
"BackupTarget": {},
|
6379
6382
|
"StorageThroughput": {
|
6380
6383
|
"type": "integer"
|
6381
|
-
}
|
6384
|
+
},
|
6385
|
+
"AwsBackupRecoveryPointArn": {}
|
6382
6386
|
},
|
6383
6387
|
"wrapper": true
|
6384
6388
|
},
|
@@ -6673,7 +6677,7 @@
|
|
6673
6677
|
}
|
6674
6678
|
}
|
6675
6679
|
},
|
6676
|
-
"
|
6680
|
+
"Sby": {
|
6677
6681
|
"type": "structure",
|
6678
6682
|
"members": {
|
6679
6683
|
"DBClusterParameterGroupName": {}
|