@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -35,6 +35,18 @@ declare class Kafka extends Service {
|
|
|
35
35
|
|
|
36
36
|
*/
|
|
37
37
|
createCluster(callback?: (err: AWSError, data: Kafka.Types.CreateClusterResponse) => void): Request<Kafka.Types.CreateClusterResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
Creates a new MSK cluster.
|
|
41
|
+
|
|
42
|
+
*/
|
|
43
|
+
createClusterV2(params: Kafka.Types.CreateClusterV2Request, callback?: (err: AWSError, data: Kafka.Types.CreateClusterV2Response) => void): Request<Kafka.Types.CreateClusterV2Response, AWSError>;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
Creates a new MSK cluster.
|
|
47
|
+
|
|
48
|
+
*/
|
|
49
|
+
createClusterV2(callback?: (err: AWSError, data: Kafka.Types.CreateClusterV2Response) => void): Request<Kafka.Types.CreateClusterV2Response, AWSError>;
|
|
38
50
|
/**
|
|
39
51
|
*
|
|
40
52
|
Creates a new MSK configuration.
|
|
@@ -83,6 +95,18 @@ declare class Kafka extends Service {
|
|
|
83
95
|
|
|
84
96
|
*/
|
|
85
97
|
describeCluster(callback?: (err: AWSError, data: Kafka.Types.DescribeClusterResponse) => void): Request<Kafka.Types.DescribeClusterResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
|
|
101
|
+
|
|
102
|
+
*/
|
|
103
|
+
describeClusterV2(params: Kafka.Types.DescribeClusterV2Request, callback?: (err: AWSError, data: Kafka.Types.DescribeClusterV2Response) => void): Request<Kafka.Types.DescribeClusterV2Response, AWSError>;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
|
|
107
|
+
|
|
108
|
+
*/
|
|
109
|
+
describeClusterV2(callback?: (err: AWSError, data: Kafka.Types.DescribeClusterV2Response) => void): Request<Kafka.Types.DescribeClusterV2Response, AWSError>;
|
|
86
110
|
/**
|
|
87
111
|
*
|
|
88
112
|
Returns a description of the cluster operation specified by the ARN.
|
|
@@ -179,6 +203,18 @@ declare class Kafka extends Service {
|
|
|
179
203
|
|
|
180
204
|
*/
|
|
181
205
|
listClusters(callback?: (err: AWSError, data: Kafka.Types.ListClustersResponse) => void): Request<Kafka.Types.ListClustersResponse, AWSError>;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
Returns a list of all the MSK clusters in the current Region.
|
|
209
|
+
|
|
210
|
+
*/
|
|
211
|
+
listClustersV2(params: Kafka.Types.ListClustersV2Request, callback?: (err: AWSError, data: Kafka.Types.ListClustersV2Response) => void): Request<Kafka.Types.ListClustersV2Response, AWSError>;
|
|
212
|
+
/**
|
|
213
|
+
*
|
|
214
|
+
Returns a list of all the MSK clusters in the current Region.
|
|
215
|
+
|
|
216
|
+
*/
|
|
217
|
+
listClustersV2(callback?: (err: AWSError, data: Kafka.Types.ListClustersV2Response) => void): Request<Kafka.Types.ListClustersV2Response, AWSError>;
|
|
182
218
|
/**
|
|
183
219
|
*
|
|
184
220
|
Returns a list of all the MSK configurations in this Region.
|
|
@@ -205,13 +241,13 @@ declare class Kafka extends Service {
|
|
|
205
241
|
listConfigurations(callback?: (err: AWSError, data: Kafka.Types.ListConfigurationsResponse) => void): Request<Kafka.Types.ListConfigurationsResponse, AWSError>;
|
|
206
242
|
/**
|
|
207
243
|
*
|
|
208
|
-
Returns a list of Kafka versions.
|
|
244
|
+
Returns a list of Apache Kafka versions.
|
|
209
245
|
|
|
210
246
|
*/
|
|
211
247
|
listKafkaVersions(params: Kafka.Types.ListKafkaVersionsRequest, callback?: (err: AWSError, data: Kafka.Types.ListKafkaVersionsResponse) => void): Request<Kafka.Types.ListKafkaVersionsResponse, AWSError>;
|
|
212
248
|
/**
|
|
213
249
|
*
|
|
214
|
-
Returns a list of Kafka versions.
|
|
250
|
+
Returns a list of Apache Kafka versions.
|
|
215
251
|
|
|
216
252
|
*/
|
|
217
253
|
listKafkaVersions(callback?: (err: AWSError, data: Kafka.Types.ListKafkaVersionsResponse) => void): Request<Kafka.Types.ListKafkaVersionsResponse, AWSError>;
|
|
@@ -331,6 +367,18 @@ declare class Kafka extends Service {
|
|
|
331
367
|
|
|
332
368
|
*/
|
|
333
369
|
updateConfiguration(callback?: (err: AWSError, data: Kafka.Types.UpdateConfigurationResponse) => void): Request<Kafka.Types.UpdateConfigurationResponse, AWSError>;
|
|
370
|
+
/**
|
|
371
|
+
*
|
|
372
|
+
Updates the cluster's connectivity configuration.
|
|
373
|
+
|
|
374
|
+
*/
|
|
375
|
+
updateConnectivity(params: Kafka.Types.UpdateConnectivityRequest, callback?: (err: AWSError, data: Kafka.Types.UpdateConnectivityResponse) => void): Request<Kafka.Types.UpdateConnectivityResponse, AWSError>;
|
|
376
|
+
/**
|
|
377
|
+
*
|
|
378
|
+
Updates the cluster's connectivity configuration.
|
|
379
|
+
|
|
380
|
+
*/
|
|
381
|
+
updateConnectivity(callback?: (err: AWSError, data: Kafka.Types.UpdateConnectivityResponse) => void): Request<Kafka.Types.UpdateConnectivityResponse, AWSError>;
|
|
334
382
|
/**
|
|
335
383
|
*
|
|
336
384
|
Updates the cluster with the configuration that is specified in the request body.
|
|
@@ -445,7 +493,7 @@ declare namespace Kafka {
|
|
|
445
493
|
ClientSubnets: __listOf__string;
|
|
446
494
|
/**
|
|
447
495
|
*
|
|
448
|
-
The type of Amazon EC2 instances to use for Kafka brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge,
|
|
496
|
+
The type of Amazon EC2 instances to use for Apache Kafka brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge,
|
|
449
497
|
kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
450
498
|
|
|
451
499
|
*/
|
|
@@ -462,6 +510,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
462
510
|
|
|
463
511
|
*/
|
|
464
512
|
StorageInfo?: StorageInfo;
|
|
513
|
+
/**
|
|
514
|
+
*
|
|
515
|
+
Information about the broker access configuration.
|
|
516
|
+
|
|
517
|
+
*/
|
|
518
|
+
ConnectivityInfo?: ConnectivityInfo;
|
|
465
519
|
}
|
|
466
520
|
export interface BrokerNodeInfo {
|
|
467
521
|
/**
|
|
@@ -490,7 +544,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
490
544
|
ClientVpcIpAddress?: __string;
|
|
491
545
|
/**
|
|
492
546
|
*
|
|
493
|
-
Information about the version of software currently deployed on the Kafka brokers in the cluster.
|
|
547
|
+
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
|
494
548
|
|
|
495
549
|
*/
|
|
496
550
|
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
@@ -541,6 +595,14 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
541
595
|
*/
|
|
542
596
|
Unauthenticated?: Unauthenticated;
|
|
543
597
|
}
|
|
598
|
+
export interface ServerlessClientAuthentication {
|
|
599
|
+
/**
|
|
600
|
+
*
|
|
601
|
+
Details for ClientAuthentication using SASL.
|
|
602
|
+
|
|
603
|
+
*/
|
|
604
|
+
Sasl?: ServerlessSasl;
|
|
605
|
+
}
|
|
544
606
|
export type ClientBroker = "TLS"|"TLS_PLAINTEXT"|"PLAINTEXT"|string;
|
|
545
607
|
export interface CloudWatchLogs {
|
|
546
608
|
Enabled: __boolean;
|
|
@@ -585,7 +647,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
585
647
|
CreationTime?: __timestampIso8601;
|
|
586
648
|
/**
|
|
587
649
|
*
|
|
588
|
-
Information about the version of software currently deployed on the Kafka brokers in the cluster.
|
|
650
|
+
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
|
589
651
|
|
|
590
652
|
*/
|
|
591
653
|
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
@@ -646,6 +708,74 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
646
708
|
*/
|
|
647
709
|
ZookeeperConnectStringTls?: __string;
|
|
648
710
|
}
|
|
711
|
+
export interface Cluster {
|
|
712
|
+
/**
|
|
713
|
+
*
|
|
714
|
+
The Amazon Resource Name (ARN) that uniquely identifies a cluster operation.
|
|
715
|
+
|
|
716
|
+
*/
|
|
717
|
+
ActiveOperationArn?: __string;
|
|
718
|
+
/**
|
|
719
|
+
*
|
|
720
|
+
Cluster Type.
|
|
721
|
+
|
|
722
|
+
*/
|
|
723
|
+
ClusterType?: ClusterType;
|
|
724
|
+
/**
|
|
725
|
+
*
|
|
726
|
+
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
|
727
|
+
|
|
728
|
+
*/
|
|
729
|
+
ClusterArn?: __string;
|
|
730
|
+
/**
|
|
731
|
+
*
|
|
732
|
+
The name of the cluster.
|
|
733
|
+
|
|
734
|
+
*/
|
|
735
|
+
ClusterName?: __string;
|
|
736
|
+
/**
|
|
737
|
+
*
|
|
738
|
+
The time when the cluster was created.
|
|
739
|
+
|
|
740
|
+
*/
|
|
741
|
+
CreationTime?: __timestampIso8601;
|
|
742
|
+
/**
|
|
743
|
+
*
|
|
744
|
+
The current version of the MSK cluster.
|
|
745
|
+
|
|
746
|
+
*/
|
|
747
|
+
CurrentVersion?: __string;
|
|
748
|
+
/**
|
|
749
|
+
*
|
|
750
|
+
The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
|
|
751
|
+
|
|
752
|
+
*/
|
|
753
|
+
State?: ClusterState;
|
|
754
|
+
/**
|
|
755
|
+
*
|
|
756
|
+
State Info for the Amazon MSK cluster.
|
|
757
|
+
|
|
758
|
+
*/
|
|
759
|
+
StateInfo?: StateInfo;
|
|
760
|
+
/**
|
|
761
|
+
*
|
|
762
|
+
Tags attached to the cluster.
|
|
763
|
+
|
|
764
|
+
*/
|
|
765
|
+
Tags?: __mapOf__string;
|
|
766
|
+
/**
|
|
767
|
+
*
|
|
768
|
+
Information about the provisioned cluster.
|
|
769
|
+
|
|
770
|
+
*/
|
|
771
|
+
Provisioned?: Provisioned;
|
|
772
|
+
/**
|
|
773
|
+
*
|
|
774
|
+
Information about the serverless cluster.
|
|
775
|
+
|
|
776
|
+
*/
|
|
777
|
+
Serverless?: Serverless;
|
|
778
|
+
}
|
|
649
779
|
export interface ClusterOperationInfo {
|
|
650
780
|
/**
|
|
651
781
|
*
|
|
@@ -737,16 +867,177 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
737
867
|
StepStatus?: __string;
|
|
738
868
|
}
|
|
739
869
|
export type ClusterState = "ACTIVE"|"CREATING"|"DELETING"|"FAILED"|"HEALING"|"MAINTENANCE"|"REBOOTING_BROKER"|"UPDATING"|string;
|
|
870
|
+
export type ClusterType = "PROVISIONED"|"SERVERLESS"|string;
|
|
871
|
+
export interface ProvisionedRequest {
|
|
872
|
+
/**
|
|
873
|
+
*
|
|
874
|
+
Information about the brokers.
|
|
875
|
+
|
|
876
|
+
*/
|
|
877
|
+
BrokerNodeGroupInfo: BrokerNodeGroupInfo;
|
|
878
|
+
/**
|
|
879
|
+
*
|
|
880
|
+
Includes all client authentication information.
|
|
881
|
+
|
|
882
|
+
*/
|
|
883
|
+
ClientAuthentication?: ClientAuthentication;
|
|
884
|
+
/**
|
|
885
|
+
*
|
|
886
|
+
Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.
|
|
887
|
+
|
|
888
|
+
*/
|
|
889
|
+
ConfigurationInfo?: ConfigurationInfo;
|
|
890
|
+
/**
|
|
891
|
+
*
|
|
892
|
+
Includes all encryption-related information.
|
|
893
|
+
|
|
894
|
+
*/
|
|
895
|
+
EncryptionInfo?: EncryptionInfo;
|
|
896
|
+
/**
|
|
897
|
+
*
|
|
898
|
+
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
|
|
899
|
+
|
|
900
|
+
*/
|
|
901
|
+
EnhancedMonitoring?: EnhancedMonitoring;
|
|
902
|
+
/**
|
|
903
|
+
*
|
|
904
|
+
The settings for open monitoring.
|
|
905
|
+
|
|
906
|
+
*/
|
|
907
|
+
OpenMonitoring?: OpenMonitoringInfo;
|
|
908
|
+
/**
|
|
909
|
+
*
|
|
910
|
+
The Apache Kafka version that you want for the cluster.
|
|
911
|
+
|
|
912
|
+
*/
|
|
913
|
+
KafkaVersion: __stringMin1Max128;
|
|
914
|
+
/**
|
|
915
|
+
*
|
|
916
|
+
Log delivery information for the cluster.
|
|
917
|
+
|
|
918
|
+
*/
|
|
919
|
+
LoggingInfo?: LoggingInfo;
|
|
920
|
+
/**
|
|
921
|
+
*
|
|
922
|
+
The number of broker nodes in the cluster.
|
|
923
|
+
|
|
924
|
+
*/
|
|
925
|
+
NumberOfBrokerNodes: __integerMin1Max15;
|
|
926
|
+
}
|
|
927
|
+
export interface Provisioned {
|
|
928
|
+
/**
|
|
929
|
+
*
|
|
930
|
+
Information about the brokers.
|
|
931
|
+
|
|
932
|
+
*/
|
|
933
|
+
BrokerNodeGroupInfo: BrokerNodeGroupInfo;
|
|
934
|
+
/**
|
|
935
|
+
*
|
|
936
|
+
Information about the Apache Kafka version deployed on the brokers.
|
|
937
|
+
|
|
938
|
+
*/
|
|
939
|
+
CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
|
|
940
|
+
/**
|
|
941
|
+
*
|
|
942
|
+
Includes all client authentication information.
|
|
943
|
+
|
|
944
|
+
*/
|
|
945
|
+
ClientAuthentication?: ClientAuthentication;
|
|
946
|
+
/**
|
|
947
|
+
*
|
|
948
|
+
Includes all encryption-related information.
|
|
949
|
+
|
|
950
|
+
*/
|
|
951
|
+
EncryptionInfo?: EncryptionInfo;
|
|
952
|
+
/**
|
|
953
|
+
*
|
|
954
|
+
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
|
|
955
|
+
|
|
956
|
+
*/
|
|
957
|
+
EnhancedMonitoring?: EnhancedMonitoring;
|
|
958
|
+
/**
|
|
959
|
+
*
|
|
960
|
+
The settings for open monitoring.
|
|
961
|
+
|
|
962
|
+
*/
|
|
963
|
+
OpenMonitoring?: OpenMonitoringInfo;
|
|
964
|
+
/**
|
|
965
|
+
*
|
|
966
|
+
Log delivery information for the cluster.
|
|
967
|
+
|
|
968
|
+
*/
|
|
969
|
+
LoggingInfo?: LoggingInfo;
|
|
970
|
+
/**
|
|
971
|
+
*
|
|
972
|
+
The number of broker nodes in the cluster.
|
|
973
|
+
|
|
974
|
+
*/
|
|
975
|
+
NumberOfBrokerNodes: __integerMin1Max15;
|
|
976
|
+
/**
|
|
977
|
+
*
|
|
978
|
+
The connection string to use to connect to the Apache ZooKeeper cluster.
|
|
979
|
+
|
|
980
|
+
*/
|
|
981
|
+
ZookeeperConnectString?: __string;
|
|
982
|
+
/**
|
|
983
|
+
*
|
|
984
|
+
The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.
|
|
985
|
+
|
|
986
|
+
*/
|
|
987
|
+
ZookeeperConnectStringTls?: __string;
|
|
988
|
+
}
|
|
989
|
+
export interface VpcConfig {
|
|
990
|
+
/**
|
|
991
|
+
*
|
|
992
|
+
The IDs of the subnets associated with the cluster.
|
|
993
|
+
|
|
994
|
+
*/
|
|
995
|
+
SubnetIds: __listOf__string;
|
|
996
|
+
/**
|
|
997
|
+
*
|
|
998
|
+
The IDs of the security groups associated with the cluster.
|
|
999
|
+
|
|
1000
|
+
*/
|
|
1001
|
+
SecurityGroupIds?: __listOf__string;
|
|
1002
|
+
}
|
|
1003
|
+
export interface ServerlessRequest {
|
|
1004
|
+
/**
|
|
1005
|
+
*
|
|
1006
|
+
The configuration of the Amazon VPCs for the cluster.
|
|
1007
|
+
|
|
1008
|
+
*/
|
|
1009
|
+
VpcConfigs: __listOfVpcConfig;
|
|
1010
|
+
/**
|
|
1011
|
+
*
|
|
1012
|
+
Includes all client authentication information.
|
|
1013
|
+
|
|
1014
|
+
*/
|
|
1015
|
+
ClientAuthentication?: ServerlessClientAuthentication;
|
|
1016
|
+
}
|
|
1017
|
+
export interface Serverless {
|
|
1018
|
+
/**
|
|
1019
|
+
*
|
|
1020
|
+
The configuration of the Amazon VPCs for the cluster.
|
|
1021
|
+
|
|
1022
|
+
*/
|
|
1023
|
+
VpcConfigs: __listOfVpcConfig;
|
|
1024
|
+
/**
|
|
1025
|
+
*
|
|
1026
|
+
Includes all client authentication information.
|
|
1027
|
+
|
|
1028
|
+
*/
|
|
1029
|
+
ClientAuthentication?: ServerlessClientAuthentication;
|
|
1030
|
+
}
|
|
740
1031
|
export interface CompatibleKafkaVersion {
|
|
741
1032
|
/**
|
|
742
1033
|
*
|
|
743
|
-
|
|
1034
|
+
An Apache Kafka version.
|
|
744
1035
|
|
|
745
1036
|
*/
|
|
746
1037
|
SourceVersion?: __string;
|
|
747
1038
|
/**
|
|
748
1039
|
*
|
|
749
|
-
A list of Kafka versions.
|
|
1040
|
+
A list of Apache Kafka versions.
|
|
750
1041
|
|
|
751
1042
|
*/
|
|
752
1043
|
TargetVersions?: __listOf__string;
|
|
@@ -830,6 +1121,40 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
830
1121
|
Revision: __long;
|
|
831
1122
|
}
|
|
832
1123
|
export type ConfigurationState = "ACTIVE"|"DELETING"|"DELETE_FAILED"|string;
|
|
1124
|
+
export interface ConnectivityInfo {
|
|
1125
|
+
/**
|
|
1126
|
+
*
|
|
1127
|
+
Public access control for brokers.
|
|
1128
|
+
|
|
1129
|
+
*/
|
|
1130
|
+
PublicAccess?: PublicAccess;
|
|
1131
|
+
}
|
|
1132
|
+
export interface CreateClusterV2Request {
|
|
1133
|
+
/**
|
|
1134
|
+
*
|
|
1135
|
+
The name of the cluster.
|
|
1136
|
+
|
|
1137
|
+
*/
|
|
1138
|
+
ClusterName: __stringMin1Max64;
|
|
1139
|
+
/**
|
|
1140
|
+
*
|
|
1141
|
+
A map of tags that you want the cluster to have.
|
|
1142
|
+
|
|
1143
|
+
*/
|
|
1144
|
+
Tags?: __mapOf__string;
|
|
1145
|
+
/**
|
|
1146
|
+
*
|
|
1147
|
+
Information about the provisioned cluster.
|
|
1148
|
+
|
|
1149
|
+
*/
|
|
1150
|
+
Provisioned?: ProvisionedRequest;
|
|
1151
|
+
/**
|
|
1152
|
+
*
|
|
1153
|
+
Information about the serverless cluster.
|
|
1154
|
+
|
|
1155
|
+
*/
|
|
1156
|
+
Serverless?: ServerlessRequest;
|
|
1157
|
+
}
|
|
833
1158
|
export interface CreateClusterRequest {
|
|
834
1159
|
/**
|
|
835
1160
|
*
|
|
@@ -913,6 +1238,32 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
913
1238
|
*/
|
|
914
1239
|
State?: ClusterState;
|
|
915
1240
|
}
|
|
1241
|
+
export interface CreateClusterV2Response {
|
|
1242
|
+
/**
|
|
1243
|
+
*
|
|
1244
|
+
The Amazon Resource Name (ARN) of the cluster.
|
|
1245
|
+
|
|
1246
|
+
*/
|
|
1247
|
+
ClusterArn?: __string;
|
|
1248
|
+
/**
|
|
1249
|
+
*
|
|
1250
|
+
The name of the MSK cluster.
|
|
1251
|
+
|
|
1252
|
+
*/
|
|
1253
|
+
ClusterName?: __string;
|
|
1254
|
+
/**
|
|
1255
|
+
*
|
|
1256
|
+
The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
|
|
1257
|
+
|
|
1258
|
+
*/
|
|
1259
|
+
State?: ClusterState;
|
|
1260
|
+
/**
|
|
1261
|
+
*
|
|
1262
|
+
The type of the cluster. The possible states are PROVISIONED or SERVERLESS.
|
|
1263
|
+
|
|
1264
|
+
*/
|
|
1265
|
+
ClusterType?: ClusterType;
|
|
1266
|
+
}
|
|
916
1267
|
export interface CreateConfigurationRequest {
|
|
917
1268
|
/**
|
|
918
1269
|
*
|
|
@@ -1046,6 +1397,14 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1046
1397
|
*/
|
|
1047
1398
|
ClusterArn: __string;
|
|
1048
1399
|
}
|
|
1400
|
+
export interface DescribeClusterV2Request {
|
|
1401
|
+
/**
|
|
1402
|
+
*
|
|
1403
|
+
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
|
1404
|
+
|
|
1405
|
+
*/
|
|
1406
|
+
ClusterArn: __string;
|
|
1407
|
+
}
|
|
1049
1408
|
export interface DescribeClusterResponse {
|
|
1050
1409
|
/**
|
|
1051
1410
|
*
|
|
@@ -1054,6 +1413,14 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1054
1413
|
*/
|
|
1055
1414
|
ClusterInfo?: ClusterInfo;
|
|
1056
1415
|
}
|
|
1416
|
+
export interface DescribeClusterV2Response {
|
|
1417
|
+
/**
|
|
1418
|
+
*
|
|
1419
|
+
The cluster information.
|
|
1420
|
+
|
|
1421
|
+
*/
|
|
1422
|
+
ClusterInfo?: Cluster;
|
|
1423
|
+
}
|
|
1057
1424
|
export interface DescribeConfigurationRequest {
|
|
1058
1425
|
/**
|
|
1059
1426
|
*
|
|
@@ -1285,6 +1652,24 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1285
1652
|
|
|
1286
1653
|
*/
|
|
1287
1654
|
BootstrapBrokerStringSaslIam?: __string;
|
|
1655
|
+
/**
|
|
1656
|
+
*
|
|
1657
|
+
A string containing one or more DNS names (or IP) and TLS port pairs.
|
|
1658
|
+
|
|
1659
|
+
*/
|
|
1660
|
+
BootstrapBrokerStringPublicTls?: __string;
|
|
1661
|
+
/**
|
|
1662
|
+
*
|
|
1663
|
+
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
|
|
1664
|
+
|
|
1665
|
+
*/
|
|
1666
|
+
BootstrapBrokerStringPublicSaslScram?: __string;
|
|
1667
|
+
/**
|
|
1668
|
+
*
|
|
1669
|
+
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
|
|
1670
|
+
|
|
1671
|
+
*/
|
|
1672
|
+
BootstrapBrokerStringPublicSaslIam?: __string;
|
|
1288
1673
|
}
|
|
1289
1674
|
export interface GetCompatibleKafkaVersionsRequest {
|
|
1290
1675
|
/**
|
|
@@ -1363,6 +1748,33 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1363
1748
|
*/
|
|
1364
1749
|
NextToken?: __string;
|
|
1365
1750
|
}
|
|
1751
|
+
export interface ListClustersV2Request {
|
|
1752
|
+
/**
|
|
1753
|
+
*
|
|
1754
|
+
Specify a prefix of the names of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.
|
|
1755
|
+
|
|
1756
|
+
*/
|
|
1757
|
+
ClusterNameFilter?: __string;
|
|
1758
|
+
/**
|
|
1759
|
+
*
|
|
1760
|
+
Specify either PROVISIONED or SERVERLESS.
|
|
1761
|
+
|
|
1762
|
+
*/
|
|
1763
|
+
ClusterTypeFilter?: __string;
|
|
1764
|
+
/**
|
|
1765
|
+
*
|
|
1766
|
+
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
|
|
1767
|
+
|
|
1768
|
+
*/
|
|
1769
|
+
MaxResults?: MaxResults;
|
|
1770
|
+
/**
|
|
1771
|
+
*
|
|
1772
|
+
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
|
|
1773
|
+
To get the next batch, provide this token in your next request.
|
|
1774
|
+
|
|
1775
|
+
*/
|
|
1776
|
+
NextToken?: __string;
|
|
1777
|
+
}
|
|
1366
1778
|
export interface ListClustersResponse {
|
|
1367
1779
|
/**
|
|
1368
1780
|
*
|
|
@@ -1378,6 +1790,21 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1378
1790
|
*/
|
|
1379
1791
|
NextToken?: __string;
|
|
1380
1792
|
}
|
|
1793
|
+
export interface ListClustersV2Response {
|
|
1794
|
+
/**
|
|
1795
|
+
*
|
|
1796
|
+
Information on each of the MSK clusters in the response.
|
|
1797
|
+
|
|
1798
|
+
*/
|
|
1799
|
+
ClusterInfoList?: __listOfCluster;
|
|
1800
|
+
/**
|
|
1801
|
+
*
|
|
1802
|
+
The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response.
|
|
1803
|
+
To get another batch of clusters, provide this token in your next request.
|
|
1804
|
+
|
|
1805
|
+
*/
|
|
1806
|
+
NextToken?: __string;
|
|
1807
|
+
}
|
|
1381
1808
|
export interface ListConfigurationRevisionsRequest {
|
|
1382
1809
|
/**
|
|
1383
1810
|
*
|
|
@@ -1582,7 +2009,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1582
2009
|
OpenMonitoring?: OpenMonitoring;
|
|
1583
2010
|
/**
|
|
1584
2011
|
*
|
|
1585
|
-
The Kafka version.
|
|
2012
|
+
The Apache Kafka version.
|
|
1586
2013
|
|
|
1587
2014
|
*/
|
|
1588
2015
|
KafkaVersion?: __string;
|
|
@@ -1610,11 +2037,17 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1610
2037
|
|
|
1611
2038
|
*/
|
|
1612
2039
|
EncryptionInfo?: EncryptionInfo;
|
|
2040
|
+
/**
|
|
2041
|
+
*
|
|
2042
|
+
Information about the broker access configuration.
|
|
2043
|
+
|
|
2044
|
+
*/
|
|
2045
|
+
ConnectivityInfo?: ConnectivityInfo;
|
|
1613
2046
|
}
|
|
1614
2047
|
export interface NodeExporter {
|
|
1615
2048
|
/**
|
|
1616
2049
|
*
|
|
1617
|
-
Indicates whether you want to
|
|
2050
|
+
Indicates whether you want to turn on or turn off the Node Exporter.
|
|
1618
2051
|
|
|
1619
2052
|
*/
|
|
1620
2053
|
EnabledInBroker: __boolean;
|
|
@@ -1622,7 +2055,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1622
2055
|
export interface NodeExporterInfo {
|
|
1623
2056
|
/**
|
|
1624
2057
|
*
|
|
1625
|
-
Indicates whether you want to
|
|
2058
|
+
Indicates whether you want to turn on or turn off the Node Exporter.
|
|
1626
2059
|
|
|
1627
2060
|
*/
|
|
1628
2061
|
EnabledInBroker: __boolean;
|
|
@@ -1630,7 +2063,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1630
2063
|
export interface JmxExporter {
|
|
1631
2064
|
/**
|
|
1632
2065
|
*
|
|
1633
|
-
Indicates whether you want to
|
|
2066
|
+
Indicates whether you want to turn on or turn off the JMX Exporter.
|
|
1634
2067
|
|
|
1635
2068
|
*/
|
|
1636
2069
|
EnabledInBroker: __boolean;
|
|
@@ -1638,7 +2071,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1638
2071
|
export interface JmxExporterInfo {
|
|
1639
2072
|
/**
|
|
1640
2073
|
*
|
|
1641
|
-
Indicates whether you want to
|
|
2074
|
+
Indicates whether you want to turn on or turn off the JMX Exporter.
|
|
1642
2075
|
|
|
1643
2076
|
*/
|
|
1644
2077
|
EnabledInBroker: __boolean;
|
|
@@ -1662,13 +2095,13 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1662
2095
|
export interface Prometheus {
|
|
1663
2096
|
/**
|
|
1664
2097
|
*
|
|
1665
|
-
Indicates whether you want to
|
|
2098
|
+
Indicates whether you want to turn on or turn off the JMX Exporter.
|
|
1666
2099
|
|
|
1667
2100
|
*/
|
|
1668
2101
|
JmxExporter?: JmxExporter;
|
|
1669
2102
|
/**
|
|
1670
2103
|
*
|
|
1671
|
-
Indicates whether you want to
|
|
2104
|
+
Indicates whether you want to turn on or turn off the Node Exporter.
|
|
1672
2105
|
|
|
1673
2106
|
*/
|
|
1674
2107
|
NodeExporter?: NodeExporter;
|
|
@@ -1676,17 +2109,25 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1676
2109
|
export interface PrometheusInfo {
|
|
1677
2110
|
/**
|
|
1678
2111
|
*
|
|
1679
|
-
Indicates whether you want to
|
|
2112
|
+
Indicates whether you want to turn on or turn off the JMX Exporter.
|
|
1680
2113
|
|
|
1681
2114
|
*/
|
|
1682
2115
|
JmxExporter?: JmxExporterInfo;
|
|
1683
2116
|
/**
|
|
1684
2117
|
*
|
|
1685
|
-
Indicates whether you want to
|
|
2118
|
+
Indicates whether you want to turn on or turn off the Node Exporter.
|
|
1686
2119
|
|
|
1687
2120
|
*/
|
|
1688
2121
|
NodeExporter?: NodeExporterInfo;
|
|
1689
2122
|
}
|
|
2123
|
+
export interface PublicAccess {
|
|
2124
|
+
/**
|
|
2125
|
+
*
|
|
2126
|
+
The value DISABLED indicates that public access is turned off. SERVICE_PROVIDED_EIPS indicates that public access is turned on.
|
|
2127
|
+
|
|
2128
|
+
*/
|
|
2129
|
+
Type?: __string;
|
|
2130
|
+
}
|
|
1690
2131
|
export interface RebootBrokerRequest {
|
|
1691
2132
|
/**
|
|
1692
2133
|
*
|
|
@@ -1720,6 +2161,14 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1720
2161
|
Enabled: __boolean;
|
|
1721
2162
|
Prefix?: __string;
|
|
1722
2163
|
}
|
|
2164
|
+
export interface ServerlessSasl {
|
|
2165
|
+
/**
|
|
2166
|
+
*
|
|
2167
|
+
Indicates whether IAM access control is enabled.
|
|
2168
|
+
|
|
2169
|
+
*/
|
|
2170
|
+
Iam?: Iam;
|
|
2171
|
+
}
|
|
1723
2172
|
export interface Sasl {
|
|
1724
2173
|
/**
|
|
1725
2174
|
*
|
|
@@ -1824,7 +2273,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1824
2273
|
CertificateAuthorityArnList?: __listOf__string;
|
|
1825
2274
|
/**
|
|
1826
2275
|
*
|
|
1827
|
-
Specifies whether you want to
|
|
2276
|
+
Specifies whether you want to turn on or turn off TLS authentication.
|
|
1828
2277
|
|
|
1829
2278
|
*/
|
|
1830
2279
|
Enabled?: __boolean;
|
|
@@ -1832,7 +2281,7 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
1832
2281
|
export interface Unauthenticated {
|
|
1833
2282
|
/**
|
|
1834
2283
|
*
|
|
1835
|
-
Specifies whether you want to
|
|
2284
|
+
Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.
|
|
1836
2285
|
|
|
1837
2286
|
*/
|
|
1838
2287
|
Enabled?: __boolean;
|
|
@@ -2182,6 +2631,40 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
2182
2631
|
*/
|
|
2183
2632
|
LatestRevision?: ConfigurationRevision;
|
|
2184
2633
|
}
|
|
2634
|
+
export interface UpdateConnectivityRequest {
|
|
2635
|
+
/**
|
|
2636
|
+
*
|
|
2637
|
+
The Amazon Resource Name (ARN) of the configuration.
|
|
2638
|
+
|
|
2639
|
+
*/
|
|
2640
|
+
ClusterArn: __string;
|
|
2641
|
+
/**
|
|
2642
|
+
*
|
|
2643
|
+
Information about the broker access configuration.
|
|
2644
|
+
|
|
2645
|
+
*/
|
|
2646
|
+
ConnectivityInfo: ConnectivityInfo;
|
|
2647
|
+
/**
|
|
2648
|
+
*
|
|
2649
|
+
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
|
|
2650
|
+
|
|
2651
|
+
*/
|
|
2652
|
+
CurrentVersion: __string;
|
|
2653
|
+
}
|
|
2654
|
+
export interface UpdateConnectivityResponse {
|
|
2655
|
+
/**
|
|
2656
|
+
*
|
|
2657
|
+
The Amazon Resource Name (ARN) of the cluster.
|
|
2658
|
+
|
|
2659
|
+
*/
|
|
2660
|
+
ClusterArn?: __string;
|
|
2661
|
+
/**
|
|
2662
|
+
*
|
|
2663
|
+
The Amazon Resource Name (ARN) of the cluster operation.
|
|
2664
|
+
|
|
2665
|
+
*/
|
|
2666
|
+
ClusterOperationArn?: __string;
|
|
2667
|
+
}
|
|
2185
2668
|
export interface ZookeeperNodeInfo {
|
|
2186
2669
|
/**
|
|
2187
2670
|
*
|
|
@@ -2222,9 +2705,11 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
|
|
|
2222
2705
|
export type __integerMin1Max16384 = number;
|
|
2223
2706
|
export type __listOfBrokerEBSVolumeInfo = BrokerEBSVolumeInfo[];
|
|
2224
2707
|
export type __listOfClusterInfo = ClusterInfo[];
|
|
2708
|
+
export type __listOfCluster = Cluster[];
|
|
2225
2709
|
export type __listOfClusterOperationInfo = ClusterOperationInfo[];
|
|
2226
2710
|
export type __listOfClusterOperationStep = ClusterOperationStep[];
|
|
2227
2711
|
export type __listOfCompatibleKafkaVersion = CompatibleKafkaVersion[];
|
|
2712
|
+
export type __listOfVpcConfig = VpcConfig[];
|
|
2228
2713
|
export type __listOfConfiguration = Configuration[];
|
|
2229
2714
|
export type __listOfConfigurationRevision = ConfigurationRevision[];
|
|
2230
2715
|
export type __listOfKafkaVersion = KafkaVersion[];
|