aws-sdk 2.1502.0 → 2.1503.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 +41 -1
- package/README.md +1 -3
- package/apis/accessanalyzer-2019-11-01.min.json +423 -86
- package/apis/accessanalyzer-2019-11-01.paginators.json +12 -0
- package/apis/amp-2020-08-01.min.json +320 -3
- package/apis/amp-2020-08-01.paginators.json +6 -0
- package/apis/amp-2020-08-01.waiters2.json +33 -0
- package/apis/bcm-data-exports-2023-11-26.examples.json +5 -0
- package/apis/bcm-data-exports-2023-11-26.min.json +470 -0
- package/apis/bcm-data-exports-2023-11-26.paginators.json +22 -0
- package/apis/cloudtrail-2013-11-01.min.json +67 -24
- package/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/apis/compute-optimizer-2019-11-01.min.json +243 -39
- package/apis/config-2014-11-12.min.json +204 -169
- package/apis/controltower-2018-05-10.min.json +249 -13
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/cost-optimization-hub-2022-07-26.examples.json +5 -0
- package/apis/cost-optimization-hub-2022-07-26.min.json +757 -0
- package/apis/cost-optimization-hub-2022-07-26.paginators.json +22 -0
- package/apis/detective-2018-10-26.min.json +294 -0
- package/apis/ecs-2014-11-13.min.json +108 -107
- package/apis/eks-2017-11-01.min.json +211 -4
- package/apis/eks-2017-11-01.paginators.json +12 -0
- package/apis/eks-auth-2023-11-26.examples.json +5 -0
- package/apis/eks-auth-2023-11-26.min.json +104 -0
- package/apis/eks-auth-2023-11-26.paginators.json +4 -0
- package/apis/eks-auth-2023-11-26.waiters2.json +5 -0
- package/apis/elasticfilesystem-2015-02-01.min.json +5 -1
- package/apis/elasticfilesystem-2015-02-01.paginators.json +18 -3
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +403 -75
- package/apis/elasticloadbalancingv2-2015-12-01.paginators.json +15 -0
- package/apis/freetier-2023-09-07.examples.json +5 -0
- package/apis/freetier-2023-09-07.min.json +105 -0
- package/apis/freetier-2023-09-07.paginators.json +10 -0
- package/apis/fsx-2018-03-01.min.json +259 -135
- package/apis/guardduty-2017-11-28.min.json +64 -0
- package/apis/iotfleetwise-2021-06-17.min.json +159 -33
- package/apis/lakeformation-2017-03-31.min.json +126 -35
- package/apis/logs-2014-03-28.min.json +310 -36
- package/apis/logs-2014-03-28.paginators.json +12 -0
- package/apis/managedblockchain-2018-09-24.min.json +58 -50
- package/apis/metadata.json +22 -0
- package/apis/models.lex.v2-2020-08-07.min.json +633 -331
- package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/apis/personalize-2018-05-22.min.json +85 -52
- package/apis/personalize-events-2018-03-22.min.json +97 -5
- package/apis/personalize-runtime-2018-05-22.min.json +68 -11
- package/apis/quicksight-2018-04-01.min.json +398 -268
- package/apis/redshift-2012-12-01.min.json +14 -2
- package/apis/repostspace-2022-05-13.examples.json +5 -0
- package/apis/repostspace-2022-05-13.min.json +447 -0
- package/apis/repostspace-2022-05-13.paginators.json +10 -0
- package/apis/runtime.lex.v2-2020-08-07.min.json +25 -24
- package/apis/s3-2006-03-01.examples.json +142 -142
- package/apis/s3-2006-03-01.min.json +45 -0
- package/apis/s3control-2018-08-20.min.json +1330 -314
- package/apis/s3control-2018-08-20.paginators.json +15 -0
- package/apis/secretsmanager-2017-10-17.min.json +111 -50
- package/apis/secretsmanager-2017-10-17.paginators.json +5 -0
- package/apis/securityhub-2018-10-26.examples.json +93 -2
- package/apis/securityhub-2018-10-26.min.json +551 -300
- package/apis/states-2016-11-23.min.json +85 -0
- package/apis/transcribe-2017-10-26.min.json +49 -38
- package/apis/workspaces-2015-04-08.min.json +119 -96
- package/apis/workspaces-thin-client-2023-08-22.examples.json +5 -0
- package/apis/workspaces-thin-client-2023-08-22.min.json +777 -0
- package/apis/workspaces-thin-client-2023-08-22.paginators.json +22 -0
- package/clients/accessanalyzer.d.ts +374 -5
- package/clients/all.d.ts +6 -0
- package/clients/all.js +7 -1
- package/clients/amp.d.ts +322 -0
- package/clients/bcmdataexports.d.ts +589 -0
- package/clients/bcmdataexports.js +18 -0
- package/clients/cloudtrail.d.ts +76 -2
- package/clients/cloudwatchlogs.d.ts +413 -1
- package/clients/codestarconnections.d.ts +727 -0
- package/clients/computeoptimizer.d.ts +307 -6
- package/clients/configservice.d.ts +60 -11
- package/clients/controltower.d.ts +258 -20
- package/clients/costoptimizationhub.d.ts +1283 -0
- package/clients/costoptimizationhub.js +18 -0
- package/clients/detective.d.ts +469 -0
- package/clients/ecs.d.ts +10 -5
- package/clients/efs.d.ts +39 -30
- package/clients/eks.d.ts +237 -15
- package/clients/eksauth.d.ts +124 -0
- package/clients/eksauth.js +19 -0
- package/clients/elbv2.d.ts +433 -4
- package/clients/freetier.d.ts +149 -0
- package/clients/freetier.js +18 -0
- package/clients/fsx.d.ts +194 -21
- package/clients/guardduty.d.ts +82 -11
- package/clients/iotfleetwise.d.ts +198 -13
- package/clients/lakeformation.d.ts +118 -2
- package/clients/lexmodelsv2.d.ts +343 -2
- package/clients/lexruntimev2.d.ts +14 -9
- package/clients/managedblockchain.d.ts +26 -5
- package/clients/personalize.d.ts +65 -20
- package/clients/personalizeevents.d.ts +102 -12
- package/clients/personalizeruntime.d.ts +72 -2
- package/clients/quicksight.d.ts +124 -0
- package/clients/redshift.d.ts +16 -0
- package/clients/repostspace.d.ts +458 -0
- package/clients/repostspace.js +18 -0
- package/clients/s3.d.ts +2 -2
- package/clients/s3control.d.ts +841 -13
- package/clients/secretsmanager.d.ts +94 -5
- package/clients/securityhub.d.ts +305 -2
- package/clients/stepfunctions.d.ts +153 -8
- package/clients/transcribeservice.d.ts +11 -1
- package/clients/workspaces.d.ts +43 -1
- package/clients/workspacesthinclient.d.ts +895 -0
- package/clients/workspacesthinclient.js +18 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +277 -48
- package/dist/aws-sdk.js +1976 -565
- package/dist/aws-sdk.min.js +104 -104
- package/lib/config_service_placeholders.d.ts +12 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,18 @@
|
|
1
|
+
require('../lib/node_loader');
|
2
|
+
var AWS = require('../lib/core');
|
3
|
+
var Service = AWS.Service;
|
4
|
+
var apiLoader = AWS.apiLoader;
|
5
|
+
|
6
|
+
apiLoader.services['repostspace'] = {};
|
7
|
+
AWS.Repostspace = Service.defineService('repostspace', ['2022-05-13']);
|
8
|
+
Object.defineProperty(apiLoader.services['repostspace'], '2022-05-13', {
|
9
|
+
get: function get() {
|
10
|
+
var model = require('../apis/repostspace-2022-05-13.min.json');
|
11
|
+
model.paginators = require('../apis/repostspace-2022-05-13.paginators.json').pagination;
|
12
|
+
return model;
|
13
|
+
},
|
14
|
+
enumerable: true,
|
15
|
+
configurable: true
|
16
|
+
});
|
17
|
+
|
18
|
+
module.exports = AWS.Repostspace;
|
package/clients/s3.d.ts
CHANGED
@@ -718,11 +718,11 @@ declare class S3 extends S3Customizations {
|
|
718
718
|
*/
|
719
719
|
putObjectLegalHold(callback?: (err: AWSError, data: S3.Types.PutObjectLegalHoldOutput) => void): Request<S3.Types.PutObjectLegalHoldOutput, AWSError>;
|
720
720
|
/**
|
721
|
-
* Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects. The DefaultRetention settings require both a mode and a period. The DefaultRetention period can be either Days or Years but you must select one. You cannot specify Days and Years at the same time. You can
|
721
|
+
* Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects. The DefaultRetention settings require both a mode and a period. The DefaultRetention period can be either Days or Years but you must select one. You cannot specify Days and Years at the same time. You can enable Object Lock for new or existing buckets. For more information, see Configuring Object Lock.
|
722
722
|
*/
|
723
723
|
putObjectLockConfiguration(params: S3.Types.PutObjectLockConfigurationRequest, callback?: (err: AWSError, data: S3.Types.PutObjectLockConfigurationOutput) => void): Request<S3.Types.PutObjectLockConfigurationOutput, AWSError>;
|
724
724
|
/**
|
725
|
-
* Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects. The DefaultRetention settings require both a mode and a period. The DefaultRetention period can be either Days or Years but you must select one. You cannot specify Days and Years at the same time. You can
|
725
|
+
* Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see Locking Objects. The DefaultRetention settings require both a mode and a period. The DefaultRetention period can be either Days or Years but you must select one. You cannot specify Days and Years at the same time. You can enable Object Lock for new or existing buckets. For more information, see Configuring Object Lock.
|
726
726
|
*/
|
727
727
|
putObjectLockConfiguration(callback?: (err: AWSError, data: S3.Types.PutObjectLockConfigurationOutput) => void): Request<S3.Types.PutObjectLockConfigurationOutput, AWSError>;
|
728
728
|
/**
|