@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
|
@@ -130,27 +130,27 @@
|
|
|
130
130
|
},
|
|
131
131
|
"EC2InstanceType": {},
|
|
132
132
|
"EC2InboundPermissions": {
|
|
133
|
-
"shape": "
|
|
133
|
+
"shape": "S1f"
|
|
134
134
|
},
|
|
135
135
|
"NewGameSessionProtectionPolicy": {},
|
|
136
136
|
"RuntimeConfiguration": {
|
|
137
|
-
"shape": "
|
|
137
|
+
"shape": "S1l"
|
|
138
138
|
},
|
|
139
139
|
"ResourceCreationLimitPolicy": {
|
|
140
|
-
"shape": "
|
|
140
|
+
"shape": "S1r"
|
|
141
141
|
},
|
|
142
142
|
"MetricGroups": {
|
|
143
|
-
"shape": "
|
|
143
|
+
"shape": "S1t"
|
|
144
144
|
},
|
|
145
145
|
"PeerVpcAwsAccountId": {},
|
|
146
146
|
"PeerVpcId": {},
|
|
147
147
|
"FleetType": {},
|
|
148
148
|
"InstanceRoleArn": {},
|
|
149
149
|
"CertificateConfiguration": {
|
|
150
|
-
"shape": "
|
|
150
|
+
"shape": "S1w"
|
|
151
151
|
},
|
|
152
152
|
"Locations": {
|
|
153
|
-
"shape": "
|
|
153
|
+
"shape": "S1y"
|
|
154
154
|
},
|
|
155
155
|
"Tags": {
|
|
156
156
|
"shape": "Sq"
|
|
@@ -161,10 +161,10 @@
|
|
|
161
161
|
"type": "structure",
|
|
162
162
|
"members": {
|
|
163
163
|
"FleetAttributes": {
|
|
164
|
-
"shape": "
|
|
164
|
+
"shape": "S22"
|
|
165
165
|
},
|
|
166
166
|
"LocationStates": {
|
|
167
|
-
"shape": "
|
|
167
|
+
"shape": "S29"
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
}
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"members": {
|
|
180
180
|
"FleetId": {},
|
|
181
181
|
"Locations": {
|
|
182
|
-
"shape": "
|
|
182
|
+
"shape": "S1y"
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
},
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"FleetId": {},
|
|
190
190
|
"FleetArn": {},
|
|
191
191
|
"LocationStates": {
|
|
192
|
-
"shape": "
|
|
192
|
+
"shape": "S29"
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
}
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
"InstanceDefinitions": {
|
|
226
|
-
"shape": "
|
|
226
|
+
"shape": "S2k"
|
|
227
227
|
},
|
|
228
228
|
"AutoScalingPolicy": {
|
|
229
229
|
"type": "structure",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"type": "structure",
|
|
263
263
|
"members": {
|
|
264
264
|
"GameServerGroup": {
|
|
265
|
-
"shape": "
|
|
265
|
+
"shape": "S2w"
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
}
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
},
|
|
282
282
|
"Name": {},
|
|
283
283
|
"GameProperties": {
|
|
284
|
-
"shape": "
|
|
284
|
+
"shape": "S33"
|
|
285
285
|
},
|
|
286
286
|
"CreatorId": {},
|
|
287
287
|
"GameSessionId": {},
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"type": "structure",
|
|
295
295
|
"members": {
|
|
296
296
|
"GameSession": {
|
|
297
|
-
"shape": "
|
|
297
|
+
"shape": "S3a"
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
300
|
}
|
|
@@ -311,16 +311,16 @@
|
|
|
311
311
|
"type": "integer"
|
|
312
312
|
},
|
|
313
313
|
"PlayerLatencyPolicies": {
|
|
314
|
-
"shape": "
|
|
314
|
+
"shape": "S3j"
|
|
315
315
|
},
|
|
316
316
|
"Destinations": {
|
|
317
|
-
"shape": "
|
|
317
|
+
"shape": "S3l"
|
|
318
318
|
},
|
|
319
319
|
"FilterConfiguration": {
|
|
320
|
-
"shape": "
|
|
320
|
+
"shape": "S3o"
|
|
321
321
|
},
|
|
322
322
|
"PriorityConfiguration": {
|
|
323
|
-
"shape": "
|
|
323
|
+
"shape": "S3q"
|
|
324
324
|
},
|
|
325
325
|
"CustomEventData": {},
|
|
326
326
|
"NotificationTarget": {},
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"type": "structure",
|
|
334
334
|
"members": {
|
|
335
335
|
"GameSessionQueue": {
|
|
336
|
-
"shape": "
|
|
336
|
+
"shape": "S3w"
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
}
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
"Name": {},
|
|
352
352
|
"Description": {},
|
|
353
353
|
"GameSessionQueueArns": {
|
|
354
|
-
"shape": "
|
|
354
|
+
"shape": "S3z"
|
|
355
355
|
},
|
|
356
356
|
"RequestTimeoutSeconds": {
|
|
357
357
|
"type": "integer"
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
},
|
|
370
370
|
"CustomEventData": {},
|
|
371
371
|
"GameProperties": {
|
|
372
|
-
"shape": "
|
|
372
|
+
"shape": "S33"
|
|
373
373
|
},
|
|
374
374
|
"GameSessionData": {},
|
|
375
375
|
"BackfillMode": {},
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
"type": "structure",
|
|
384
384
|
"members": {
|
|
385
385
|
"Configuration": {
|
|
386
|
-
"shape": "
|
|
386
|
+
"shape": "S4a"
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
}
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
],
|
|
411
411
|
"members": {
|
|
412
412
|
"RuleSet": {
|
|
413
|
-
"shape": "
|
|
413
|
+
"shape": "S4g"
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
}
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"type": "structure",
|
|
433
433
|
"members": {
|
|
434
434
|
"PlayerSession": {
|
|
435
|
-
"shape": "
|
|
435
|
+
"shape": "S4k"
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
438
|
}
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"type": "structure",
|
|
462
462
|
"members": {
|
|
463
463
|
"PlayerSessions": {
|
|
464
|
-
"shape": "
|
|
464
|
+
"shape": "S4r"
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
}
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
"type": "structure",
|
|
488
488
|
"members": {
|
|
489
489
|
"Script": {
|
|
490
|
-
"shape": "
|
|
490
|
+
"shape": "S4v"
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
493
|
}
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
"type": "structure",
|
|
509
509
|
"members": {
|
|
510
510
|
"VpcPeeringAuthorization": {
|
|
511
|
-
"shape": "
|
|
511
|
+
"shape": "S4y"
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
514
|
}
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
"members": {
|
|
576
576
|
"FleetId": {},
|
|
577
577
|
"Locations": {
|
|
578
|
-
"shape": "
|
|
578
|
+
"shape": "S3p"
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
581
|
},
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
"FleetId": {},
|
|
586
586
|
"FleetArn": {},
|
|
587
587
|
"LocationStates": {
|
|
588
|
-
"shape": "
|
|
588
|
+
"shape": "S29"
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
}
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"type": "structure",
|
|
606
606
|
"members": {
|
|
607
607
|
"GameServerGroup": {
|
|
608
|
-
"shape": "
|
|
608
|
+
"shape": "S2w"
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
611
|
}
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
"type": "structure",
|
|
800
800
|
"members": {
|
|
801
801
|
"FleetIds": {
|
|
802
|
-
"shape": "
|
|
802
|
+
"shape": "S5x"
|
|
803
803
|
},
|
|
804
804
|
"Limit": {
|
|
805
805
|
"type": "integer"
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
"FleetAttributes": {
|
|
814
814
|
"type": "list",
|
|
815
815
|
"member": {
|
|
816
|
-
"shape": "
|
|
816
|
+
"shape": "S22"
|
|
817
817
|
}
|
|
818
818
|
},
|
|
819
819
|
"NextToken": {}
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
"type": "structure",
|
|
826
826
|
"members": {
|
|
827
827
|
"FleetIds": {
|
|
828
|
-
"shape": "
|
|
828
|
+
"shape": "S5x"
|
|
829
829
|
},
|
|
830
830
|
"Limit": {
|
|
831
831
|
"type": "integer"
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"FleetCapacity": {
|
|
840
840
|
"type": "list",
|
|
841
841
|
"member": {
|
|
842
|
-
"shape": "
|
|
842
|
+
"shape": "S63"
|
|
843
843
|
}
|
|
844
844
|
},
|
|
845
845
|
"NextToken": {}
|
|
@@ -898,7 +898,7 @@
|
|
|
898
898
|
"members": {
|
|
899
899
|
"FleetId": {},
|
|
900
900
|
"Locations": {
|
|
901
|
-
"shape": "
|
|
901
|
+
"shape": "S3p"
|
|
902
902
|
},
|
|
903
903
|
"Limit": {
|
|
904
904
|
"type": "integer"
|
|
@@ -917,10 +917,10 @@
|
|
|
917
917
|
"type": "structure",
|
|
918
918
|
"members": {
|
|
919
919
|
"LocationState": {
|
|
920
|
-
"shape": "
|
|
920
|
+
"shape": "S2a"
|
|
921
921
|
},
|
|
922
922
|
"StoppedActions": {
|
|
923
|
-
"shape": "
|
|
923
|
+
"shape": "S27"
|
|
924
924
|
},
|
|
925
925
|
"UpdateStatus": {}
|
|
926
926
|
}
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
"type": "structure",
|
|
947
947
|
"members": {
|
|
948
948
|
"FleetCapacity": {
|
|
949
|
-
"shape": "
|
|
949
|
+
"shape": "S63"
|
|
950
950
|
}
|
|
951
951
|
}
|
|
952
952
|
}
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
"type": "structure",
|
|
968
968
|
"members": {
|
|
969
969
|
"FleetUtilization": {
|
|
970
|
-
"shape": "
|
|
970
|
+
"shape": "S6j"
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
973
|
}
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
"FleetId": {},
|
|
990
990
|
"FleetArn": {},
|
|
991
991
|
"InboundPermissions": {
|
|
992
|
-
"shape": "
|
|
992
|
+
"shape": "S1f"
|
|
993
993
|
},
|
|
994
994
|
"UpdateStatus": {},
|
|
995
995
|
"Location": {}
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
"type": "structure",
|
|
1002
1002
|
"members": {
|
|
1003
1003
|
"FleetIds": {
|
|
1004
|
-
"shape": "
|
|
1004
|
+
"shape": "S5x"
|
|
1005
1005
|
},
|
|
1006
1006
|
"Limit": {
|
|
1007
1007
|
"type": "integer"
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
"FleetUtilization": {
|
|
1016
1016
|
"type": "list",
|
|
1017
1017
|
"member": {
|
|
1018
|
-
"shape": "
|
|
1018
|
+
"shape": "S6j"
|
|
1019
1019
|
}
|
|
1020
1020
|
},
|
|
1021
1021
|
"NextToken": {}
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
"type": "structure",
|
|
1058
1058
|
"members": {
|
|
1059
1059
|
"GameServerGroup": {
|
|
1060
|
-
"shape": "
|
|
1060
|
+
"shape": "S2w"
|
|
1061
1061
|
}
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
"type": "structure",
|
|
1124
1124
|
"members": {
|
|
1125
1125
|
"GameSession": {
|
|
1126
|
-
"shape": "
|
|
1126
|
+
"shape": "S3a"
|
|
1127
1127
|
},
|
|
1128
1128
|
"ProtectionPolicy": {}
|
|
1129
1129
|
}
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
"type": "structure",
|
|
1148
1148
|
"members": {
|
|
1149
1149
|
"GameSessionPlacement": {
|
|
1150
|
-
"shape": "
|
|
1150
|
+
"shape": "S75"
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
}
|
|
@@ -1172,7 +1172,7 @@
|
|
|
1172
1172
|
"GameSessionQueues": {
|
|
1173
1173
|
"type": "list",
|
|
1174
1174
|
"member": {
|
|
1175
|
-
"shape": "
|
|
1175
|
+
"shape": "S3w"
|
|
1176
1176
|
}
|
|
1177
1177
|
},
|
|
1178
1178
|
"NextToken": {}
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
"type": "structure",
|
|
1199
1199
|
"members": {
|
|
1200
1200
|
"GameSessions": {
|
|
1201
|
-
"shape": "
|
|
1201
|
+
"shape": "S7i"
|
|
1202
1202
|
},
|
|
1203
1203
|
"NextToken": {}
|
|
1204
1204
|
}
|
|
@@ -1266,7 +1266,7 @@
|
|
|
1266
1266
|
"TicketList": {
|
|
1267
1267
|
"type": "list",
|
|
1268
1268
|
"member": {
|
|
1269
|
-
"shape": "
|
|
1269
|
+
"shape": "S7t"
|
|
1270
1270
|
}
|
|
1271
1271
|
}
|
|
1272
1272
|
}
|
|
@@ -1293,7 +1293,7 @@
|
|
|
1293
1293
|
"Configurations": {
|
|
1294
1294
|
"type": "list",
|
|
1295
1295
|
"member": {
|
|
1296
|
-
"shape": "
|
|
1296
|
+
"shape": "S4a"
|
|
1297
1297
|
}
|
|
1298
1298
|
},
|
|
1299
1299
|
"NextToken": {}
|
|
@@ -1323,7 +1323,7 @@
|
|
|
1323
1323
|
"RuleSets": {
|
|
1324
1324
|
"type": "list",
|
|
1325
1325
|
"member": {
|
|
1326
|
-
"shape": "
|
|
1326
|
+
"shape": "S4g"
|
|
1327
1327
|
}
|
|
1328
1328
|
},
|
|
1329
1329
|
"NextToken": {}
|
|
@@ -1348,7 +1348,7 @@
|
|
|
1348
1348
|
"type": "structure",
|
|
1349
1349
|
"members": {
|
|
1350
1350
|
"PlayerSessions": {
|
|
1351
|
-
"shape": "
|
|
1351
|
+
"shape": "S4r"
|
|
1352
1352
|
},
|
|
1353
1353
|
"NextToken": {}
|
|
1354
1354
|
}
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"type": "structure",
|
|
1369
1369
|
"members": {
|
|
1370
1370
|
"RuntimeConfiguration": {
|
|
1371
|
-
"shape": "
|
|
1371
|
+
"shape": "S1l"
|
|
1372
1372
|
}
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
@@ -1415,7 +1415,7 @@
|
|
|
1415
1415
|
"MetricName": {},
|
|
1416
1416
|
"PolicyType": {},
|
|
1417
1417
|
"TargetConfiguration": {
|
|
1418
|
-
"shape": "
|
|
1418
|
+
"shape": "S8u"
|
|
1419
1419
|
},
|
|
1420
1420
|
"UpdateStatus": {},
|
|
1421
1421
|
"Location": {}
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"type": "structure",
|
|
1441
1441
|
"members": {
|
|
1442
1442
|
"Script": {
|
|
1443
|
-
"shape": "
|
|
1443
|
+
"shape": "S4v"
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
1446
1446
|
}
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
"VpcPeeringAuthorizations": {
|
|
1457
1457
|
"type": "list",
|
|
1458
1458
|
"member": {
|
|
1459
|
-
"shape": "
|
|
1459
|
+
"shape": "S4y"
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
1462
1462
|
}
|
|
@@ -1636,7 +1636,7 @@
|
|
|
1636
1636
|
"GameServerGroups": {
|
|
1637
1637
|
"type": "list",
|
|
1638
1638
|
"member": {
|
|
1639
|
-
"shape": "
|
|
1639
|
+
"shape": "S2w"
|
|
1640
1640
|
}
|
|
1641
1641
|
},
|
|
1642
1642
|
"NextToken": {}
|
|
@@ -1687,7 +1687,7 @@
|
|
|
1687
1687
|
"Scripts": {
|
|
1688
1688
|
"type": "list",
|
|
1689
1689
|
"member": {
|
|
1690
|
-
"shape": "
|
|
1690
|
+
"shape": "S4v"
|
|
1691
1691
|
}
|
|
1692
1692
|
},
|
|
1693
1693
|
"NextToken": {}
|
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
"MetricName": {},
|
|
1739
1739
|
"PolicyType": {},
|
|
1740
1740
|
"TargetConfiguration": {
|
|
1741
|
-
"shape": "
|
|
1741
|
+
"shape": "S8u"
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
1744
1744
|
},
|
|
@@ -1824,7 +1824,7 @@
|
|
|
1824
1824
|
"members": {
|
|
1825
1825
|
"GameServerGroupName": {},
|
|
1826
1826
|
"ResumeActions": {
|
|
1827
|
-
"shape": "
|
|
1827
|
+
"shape": "S2z"
|
|
1828
1828
|
}
|
|
1829
1829
|
}
|
|
1830
1830
|
},
|
|
@@ -1832,7 +1832,7 @@
|
|
|
1832
1832
|
"type": "structure",
|
|
1833
1833
|
"members": {
|
|
1834
1834
|
"GameServerGroup": {
|
|
1835
|
-
"shape": "
|
|
1835
|
+
"shape": "S2w"
|
|
1836
1836
|
}
|
|
1837
1837
|
}
|
|
1838
1838
|
}
|
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
"type": "structure",
|
|
1857
1857
|
"members": {
|
|
1858
1858
|
"GameSessions": {
|
|
1859
|
-
"shape": "
|
|
1859
|
+
"shape": "S7i"
|
|
1860
1860
|
},
|
|
1861
1861
|
"NextToken": {}
|
|
1862
1862
|
}
|
|
@@ -1872,7 +1872,7 @@
|
|
|
1872
1872
|
"members": {
|
|
1873
1873
|
"FleetId": {},
|
|
1874
1874
|
"Actions": {
|
|
1875
|
-
"shape": "
|
|
1875
|
+
"shape": "S27"
|
|
1876
1876
|
},
|
|
1877
1877
|
"Location": {}
|
|
1878
1878
|
}
|
|
@@ -1897,14 +1897,14 @@
|
|
|
1897
1897
|
"PlacementId": {},
|
|
1898
1898
|
"GameSessionQueueName": {},
|
|
1899
1899
|
"GameProperties": {
|
|
1900
|
-
"shape": "
|
|
1900
|
+
"shape": "S33"
|
|
1901
1901
|
},
|
|
1902
1902
|
"MaximumPlayerSessionCount": {
|
|
1903
1903
|
"type": "integer"
|
|
1904
1904
|
},
|
|
1905
1905
|
"GameSessionName": {},
|
|
1906
1906
|
"PlayerLatencies": {
|
|
1907
|
-
"shape": "
|
|
1907
|
+
"shape": "S77"
|
|
1908
1908
|
},
|
|
1909
1909
|
"DesiredPlayerSessions": {
|
|
1910
1910
|
"type": "list",
|
|
@@ -1923,7 +1923,7 @@
|
|
|
1923
1923
|
"type": "structure",
|
|
1924
1924
|
"members": {
|
|
1925
1925
|
"GameSessionPlacement": {
|
|
1926
|
-
"shape": "
|
|
1926
|
+
"shape": "S75"
|
|
1927
1927
|
}
|
|
1928
1928
|
}
|
|
1929
1929
|
}
|
|
@@ -1940,7 +1940,7 @@
|
|
|
1940
1940
|
"ConfigurationName": {},
|
|
1941
1941
|
"GameSessionArn": {},
|
|
1942
1942
|
"Players": {
|
|
1943
|
-
"shape": "
|
|
1943
|
+
"shape": "S7w"
|
|
1944
1944
|
}
|
|
1945
1945
|
}
|
|
1946
1946
|
},
|
|
@@ -1948,7 +1948,7 @@
|
|
|
1948
1948
|
"type": "structure",
|
|
1949
1949
|
"members": {
|
|
1950
1950
|
"MatchmakingTicket": {
|
|
1951
|
-
"shape": "
|
|
1951
|
+
"shape": "S7t"
|
|
1952
1952
|
}
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
@@ -1964,7 +1964,7 @@
|
|
|
1964
1964
|
"TicketId": {},
|
|
1965
1965
|
"ConfigurationName": {},
|
|
1966
1966
|
"Players": {
|
|
1967
|
-
"shape": "
|
|
1967
|
+
"shape": "S7w"
|
|
1968
1968
|
}
|
|
1969
1969
|
}
|
|
1970
1970
|
},
|
|
@@ -1972,7 +1972,7 @@
|
|
|
1972
1972
|
"type": "structure",
|
|
1973
1973
|
"members": {
|
|
1974
1974
|
"MatchmakingTicket": {
|
|
1975
|
-
"shape": "
|
|
1975
|
+
"shape": "S7t"
|
|
1976
1976
|
}
|
|
1977
1977
|
}
|
|
1978
1978
|
}
|
|
@@ -1987,7 +1987,7 @@
|
|
|
1987
1987
|
"members": {
|
|
1988
1988
|
"FleetId": {},
|
|
1989
1989
|
"Actions": {
|
|
1990
|
-
"shape": "
|
|
1990
|
+
"shape": "S27"
|
|
1991
1991
|
},
|
|
1992
1992
|
"Location": {}
|
|
1993
1993
|
}
|
|
@@ -2014,7 +2014,7 @@
|
|
|
2014
2014
|
"type": "structure",
|
|
2015
2015
|
"members": {
|
|
2016
2016
|
"GameSessionPlacement": {
|
|
2017
|
-
"shape": "
|
|
2017
|
+
"shape": "S75"
|
|
2018
2018
|
}
|
|
2019
2019
|
}
|
|
2020
2020
|
}
|
|
@@ -2044,7 +2044,7 @@
|
|
|
2044
2044
|
"members": {
|
|
2045
2045
|
"GameServerGroupName": {},
|
|
2046
2046
|
"SuspendActions": {
|
|
2047
|
-
"shape": "
|
|
2047
|
+
"shape": "S2z"
|
|
2048
2048
|
}
|
|
2049
2049
|
}
|
|
2050
2050
|
},
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
"type": "structure",
|
|
2053
2053
|
"members": {
|
|
2054
2054
|
"GameServerGroup": {
|
|
2055
|
-
"shape": "
|
|
2055
|
+
"shape": "S2w"
|
|
2056
2056
|
}
|
|
2057
2057
|
}
|
|
2058
2058
|
}
|
|
@@ -2153,10 +2153,10 @@
|
|
|
2153
2153
|
"Description": {},
|
|
2154
2154
|
"NewGameSessionProtectionPolicy": {},
|
|
2155
2155
|
"ResourceCreationLimitPolicy": {
|
|
2156
|
-
"shape": "
|
|
2156
|
+
"shape": "S1r"
|
|
2157
2157
|
},
|
|
2158
2158
|
"MetricGroups": {
|
|
2159
|
-
"shape": "
|
|
2159
|
+
"shape": "S1t"
|
|
2160
2160
|
}
|
|
2161
2161
|
}
|
|
2162
2162
|
},
|
|
@@ -2205,10 +2205,10 @@
|
|
|
2205
2205
|
"members": {
|
|
2206
2206
|
"FleetId": {},
|
|
2207
2207
|
"InboundPermissionAuthorizations": {
|
|
2208
|
-
"shape": "
|
|
2208
|
+
"shape": "S1f"
|
|
2209
2209
|
},
|
|
2210
2210
|
"InboundPermissionRevocations": {
|
|
2211
|
-
"shape": "
|
|
2211
|
+
"shape": "S1f"
|
|
2212
2212
|
}
|
|
2213
2213
|
}
|
|
2214
2214
|
},
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
"GameServerGroupName": {},
|
|
2254
2254
|
"RoleArn": {},
|
|
2255
2255
|
"InstanceDefinitions": {
|
|
2256
|
-
"shape": "
|
|
2256
|
+
"shape": "S2k"
|
|
2257
2257
|
},
|
|
2258
2258
|
"GameServerProtectionPolicy": {},
|
|
2259
2259
|
"BalancingStrategy": {}
|
|
@@ -2263,7 +2263,7 @@
|
|
|
2263
2263
|
"type": "structure",
|
|
2264
2264
|
"members": {
|
|
2265
2265
|
"GameServerGroup": {
|
|
2266
|
-
"shape": "
|
|
2266
|
+
"shape": "S2w"
|
|
2267
2267
|
}
|
|
2268
2268
|
}
|
|
2269
2269
|
}
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
"type": "structure",
|
|
2289
2289
|
"members": {
|
|
2290
2290
|
"GameSession": {
|
|
2291
|
-
"shape": "
|
|
2291
|
+
"shape": "S3a"
|
|
2292
2292
|
}
|
|
2293
2293
|
}
|
|
2294
2294
|
}
|
|
@@ -2305,16 +2305,16 @@
|
|
|
2305
2305
|
"type": "integer"
|
|
2306
2306
|
},
|
|
2307
2307
|
"PlayerLatencyPolicies": {
|
|
2308
|
-
"shape": "
|
|
2308
|
+
"shape": "S3j"
|
|
2309
2309
|
},
|
|
2310
2310
|
"Destinations": {
|
|
2311
|
-
"shape": "
|
|
2311
|
+
"shape": "S3l"
|
|
2312
2312
|
},
|
|
2313
2313
|
"FilterConfiguration": {
|
|
2314
|
-
"shape": "
|
|
2314
|
+
"shape": "S3o"
|
|
2315
2315
|
},
|
|
2316
2316
|
"PriorityConfiguration": {
|
|
2317
|
-
"shape": "
|
|
2317
|
+
"shape": "S3q"
|
|
2318
2318
|
},
|
|
2319
2319
|
"CustomEventData": {},
|
|
2320
2320
|
"NotificationTarget": {}
|
|
@@ -2324,7 +2324,7 @@
|
|
|
2324
2324
|
"type": "structure",
|
|
2325
2325
|
"members": {
|
|
2326
2326
|
"GameSessionQueue": {
|
|
2327
|
-
"shape": "
|
|
2327
|
+
"shape": "S3w"
|
|
2328
2328
|
}
|
|
2329
2329
|
}
|
|
2330
2330
|
}
|
|
@@ -2339,7 +2339,7 @@
|
|
|
2339
2339
|
"Name": {},
|
|
2340
2340
|
"Description": {},
|
|
2341
2341
|
"GameSessionQueueArns": {
|
|
2342
|
-
"shape": "
|
|
2342
|
+
"shape": "S3z"
|
|
2343
2343
|
},
|
|
2344
2344
|
"RequestTimeoutSeconds": {
|
|
2345
2345
|
"type": "integer"
|
|
@@ -2357,7 +2357,7 @@
|
|
|
2357
2357
|
},
|
|
2358
2358
|
"CustomEventData": {},
|
|
2359
2359
|
"GameProperties": {
|
|
2360
|
-
"shape": "
|
|
2360
|
+
"shape": "S33"
|
|
2361
2361
|
},
|
|
2362
2362
|
"GameSessionData": {},
|
|
2363
2363
|
"BackfillMode": {},
|
|
@@ -2368,7 +2368,7 @@
|
|
|
2368
2368
|
"type": "structure",
|
|
2369
2369
|
"members": {
|
|
2370
2370
|
"Configuration": {
|
|
2371
|
-
"shape": "
|
|
2371
|
+
"shape": "S4a"
|
|
2372
2372
|
}
|
|
2373
2373
|
}
|
|
2374
2374
|
}
|
|
@@ -2383,7 +2383,7 @@
|
|
|
2383
2383
|
"members": {
|
|
2384
2384
|
"FleetId": {},
|
|
2385
2385
|
"RuntimeConfiguration": {
|
|
2386
|
-
"shape": "
|
|
2386
|
+
"shape": "S1l"
|
|
2387
2387
|
}
|
|
2388
2388
|
}
|
|
2389
2389
|
},
|
|
@@ -2391,7 +2391,7 @@
|
|
|
2391
2391
|
"type": "structure",
|
|
2392
2392
|
"members": {
|
|
2393
2393
|
"RuntimeConfiguration": {
|
|
2394
|
-
"shape": "
|
|
2394
|
+
"shape": "S1l"
|
|
2395
2395
|
}
|
|
2396
2396
|
}
|
|
2397
2397
|
}
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
"type": "structure",
|
|
2419
2419
|
"members": {
|
|
2420
2420
|
"Script": {
|
|
2421
|
-
"shape": "
|
|
2421
|
+
"shape": "S4v"
|
|
2422
2422
|
}
|
|
2423
2423
|
}
|
|
2424
2424
|
}
|
|
@@ -2545,7 +2545,7 @@
|
|
|
2545
2545
|
},
|
|
2546
2546
|
"sensitive": true
|
|
2547
2547
|
},
|
|
2548
|
-
"
|
|
2548
|
+
"S1f": {
|
|
2549
2549
|
"type": "list",
|
|
2550
2550
|
"member": {
|
|
2551
2551
|
"type": "structure",
|
|
@@ -2567,7 +2567,7 @@
|
|
|
2567
2567
|
}
|
|
2568
2568
|
}
|
|
2569
2569
|
},
|
|
2570
|
-
"
|
|
2570
|
+
"S1l": {
|
|
2571
2571
|
"type": "structure",
|
|
2572
2572
|
"members": {
|
|
2573
2573
|
"ServerProcesses": {
|
|
@@ -2595,7 +2595,7 @@
|
|
|
2595
2595
|
}
|
|
2596
2596
|
}
|
|
2597
2597
|
},
|
|
2598
|
-
"
|
|
2598
|
+
"S1r": {
|
|
2599
2599
|
"type": "structure",
|
|
2600
2600
|
"members": {
|
|
2601
2601
|
"NewGameSessionsPerCreator": {
|
|
@@ -2606,11 +2606,11 @@
|
|
|
2606
2606
|
}
|
|
2607
2607
|
}
|
|
2608
2608
|
},
|
|
2609
|
-
"
|
|
2609
|
+
"S1t": {
|
|
2610
2610
|
"type": "list",
|
|
2611
2611
|
"member": {}
|
|
2612
2612
|
},
|
|
2613
|
-
"
|
|
2613
|
+
"S1w": {
|
|
2614
2614
|
"type": "structure",
|
|
2615
2615
|
"required": [
|
|
2616
2616
|
"CertificateType"
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
"CertificateType": {}
|
|
2620
2620
|
}
|
|
2621
2621
|
},
|
|
2622
|
-
"
|
|
2622
|
+
"S1y": {
|
|
2623
2623
|
"type": "list",
|
|
2624
2624
|
"member": {
|
|
2625
2625
|
"type": "structure",
|
|
@@ -2628,7 +2628,7 @@
|
|
|
2628
2628
|
}
|
|
2629
2629
|
}
|
|
2630
2630
|
},
|
|
2631
|
-
"
|
|
2631
|
+
"S22": {
|
|
2632
2632
|
"type": "structure",
|
|
2633
2633
|
"members": {
|
|
2634
2634
|
"FleetId": {},
|
|
@@ -2656,38 +2656,38 @@
|
|
|
2656
2656
|
"NewGameSessionProtectionPolicy": {},
|
|
2657
2657
|
"OperatingSystem": {},
|
|
2658
2658
|
"ResourceCreationLimitPolicy": {
|
|
2659
|
-
"shape": "
|
|
2659
|
+
"shape": "S1r"
|
|
2660
2660
|
},
|
|
2661
2661
|
"MetricGroups": {
|
|
2662
|
-
"shape": "
|
|
2662
|
+
"shape": "S1t"
|
|
2663
2663
|
},
|
|
2664
2664
|
"StoppedActions": {
|
|
2665
|
-
"shape": "
|
|
2665
|
+
"shape": "S27"
|
|
2666
2666
|
},
|
|
2667
2667
|
"InstanceRoleArn": {},
|
|
2668
2668
|
"CertificateConfiguration": {
|
|
2669
|
-
"shape": "
|
|
2669
|
+
"shape": "S1w"
|
|
2670
2670
|
}
|
|
2671
2671
|
}
|
|
2672
2672
|
},
|
|
2673
|
-
"
|
|
2673
|
+
"S27": {
|
|
2674
2674
|
"type": "list",
|
|
2675
2675
|
"member": {}
|
|
2676
2676
|
},
|
|
2677
|
-
"
|
|
2677
|
+
"S29": {
|
|
2678
2678
|
"type": "list",
|
|
2679
2679
|
"member": {
|
|
2680
|
-
"shape": "
|
|
2680
|
+
"shape": "S2a"
|
|
2681
2681
|
}
|
|
2682
2682
|
},
|
|
2683
|
-
"
|
|
2683
|
+
"S2a": {
|
|
2684
2684
|
"type": "structure",
|
|
2685
2685
|
"members": {
|
|
2686
2686
|
"Location": {},
|
|
2687
2687
|
"Status": {}
|
|
2688
2688
|
}
|
|
2689
2689
|
},
|
|
2690
|
-
"
|
|
2690
|
+
"S2k": {
|
|
2691
2691
|
"type": "list",
|
|
2692
2692
|
"member": {
|
|
2693
2693
|
"type": "structure",
|
|
@@ -2700,14 +2700,14 @@
|
|
|
2700
2700
|
}
|
|
2701
2701
|
}
|
|
2702
2702
|
},
|
|
2703
|
-
"
|
|
2703
|
+
"S2w": {
|
|
2704
2704
|
"type": "structure",
|
|
2705
2705
|
"members": {
|
|
2706
2706
|
"GameServerGroupName": {},
|
|
2707
2707
|
"GameServerGroupArn": {},
|
|
2708
2708
|
"RoleArn": {},
|
|
2709
2709
|
"InstanceDefinitions": {
|
|
2710
|
-
"shape": "
|
|
2710
|
+
"shape": "S2k"
|
|
2711
2711
|
},
|
|
2712
2712
|
"BalancingStrategy": {},
|
|
2713
2713
|
"GameServerProtectionPolicy": {},
|
|
@@ -2715,7 +2715,7 @@
|
|
|
2715
2715
|
"Status": {},
|
|
2716
2716
|
"StatusReason": {},
|
|
2717
2717
|
"SuspendedActions": {
|
|
2718
|
-
"shape": "
|
|
2718
|
+
"shape": "S2z"
|
|
2719
2719
|
},
|
|
2720
2720
|
"CreationTime": {
|
|
2721
2721
|
"type": "timestamp"
|
|
@@ -2725,11 +2725,11 @@
|
|
|
2725
2725
|
}
|
|
2726
2726
|
}
|
|
2727
2727
|
},
|
|
2728
|
-
"
|
|
2728
|
+
"S2z": {
|
|
2729
2729
|
"type": "list",
|
|
2730
2730
|
"member": {}
|
|
2731
2731
|
},
|
|
2732
|
-
"
|
|
2732
|
+
"S33": {
|
|
2733
2733
|
"type": "list",
|
|
2734
2734
|
"member": {
|
|
2735
2735
|
"type": "structure",
|
|
@@ -2743,7 +2743,7 @@
|
|
|
2743
2743
|
}
|
|
2744
2744
|
}
|
|
2745
2745
|
},
|
|
2746
|
-
"
|
|
2746
|
+
"S3a": {
|
|
2747
2747
|
"type": "structure",
|
|
2748
2748
|
"members": {
|
|
2749
2749
|
"GameSessionId": {},
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
"Status": {},
|
|
2766
2766
|
"StatusReason": {},
|
|
2767
2767
|
"GameProperties": {
|
|
2768
|
-
"shape": "
|
|
2768
|
+
"shape": "S33"
|
|
2769
2769
|
},
|
|
2770
2770
|
"IpAddress": {},
|
|
2771
2771
|
"DnsName": {},
|
|
@@ -2779,7 +2779,7 @@
|
|
|
2779
2779
|
"Location": {}
|
|
2780
2780
|
}
|
|
2781
2781
|
},
|
|
2782
|
-
"
|
|
2782
|
+
"S3j": {
|
|
2783
2783
|
"type": "list",
|
|
2784
2784
|
"member": {
|
|
2785
2785
|
"type": "structure",
|
|
@@ -2793,7 +2793,7 @@
|
|
|
2793
2793
|
}
|
|
2794
2794
|
}
|
|
2795
2795
|
},
|
|
2796
|
-
"
|
|
2796
|
+
"S3l": {
|
|
2797
2797
|
"type": "list",
|
|
2798
2798
|
"member": {
|
|
2799
2799
|
"type": "structure",
|
|
@@ -2802,19 +2802,19 @@
|
|
|
2802
2802
|
}
|
|
2803
2803
|
}
|
|
2804
2804
|
},
|
|
2805
|
-
"
|
|
2805
|
+
"S3o": {
|
|
2806
2806
|
"type": "structure",
|
|
2807
2807
|
"members": {
|
|
2808
2808
|
"AllowedLocations": {
|
|
2809
|
-
"shape": "
|
|
2809
|
+
"shape": "S3p"
|
|
2810
2810
|
}
|
|
2811
2811
|
}
|
|
2812
2812
|
},
|
|
2813
|
-
"
|
|
2813
|
+
"S3p": {
|
|
2814
2814
|
"type": "list",
|
|
2815
2815
|
"member": {}
|
|
2816
2816
|
},
|
|
2817
|
-
"
|
|
2817
|
+
"S3q": {
|
|
2818
2818
|
"type": "structure",
|
|
2819
2819
|
"members": {
|
|
2820
2820
|
"PriorityOrder": {
|
|
@@ -2822,11 +2822,11 @@
|
|
|
2822
2822
|
"member": {}
|
|
2823
2823
|
},
|
|
2824
2824
|
"LocationOrder": {
|
|
2825
|
-
"shape": "
|
|
2825
|
+
"shape": "S3p"
|
|
2826
2826
|
}
|
|
2827
2827
|
}
|
|
2828
2828
|
},
|
|
2829
|
-
"
|
|
2829
|
+
"S3w": {
|
|
2830
2830
|
"type": "structure",
|
|
2831
2831
|
"members": {
|
|
2832
2832
|
"Name": {},
|
|
@@ -2835,33 +2835,33 @@
|
|
|
2835
2835
|
"type": "integer"
|
|
2836
2836
|
},
|
|
2837
2837
|
"PlayerLatencyPolicies": {
|
|
2838
|
-
"shape": "
|
|
2838
|
+
"shape": "S3j"
|
|
2839
2839
|
},
|
|
2840
2840
|
"Destinations": {
|
|
2841
|
-
"shape": "
|
|
2841
|
+
"shape": "S3l"
|
|
2842
2842
|
},
|
|
2843
2843
|
"FilterConfiguration": {
|
|
2844
|
-
"shape": "
|
|
2844
|
+
"shape": "S3o"
|
|
2845
2845
|
},
|
|
2846
2846
|
"PriorityConfiguration": {
|
|
2847
|
-
"shape": "
|
|
2847
|
+
"shape": "S3q"
|
|
2848
2848
|
},
|
|
2849
2849
|
"CustomEventData": {},
|
|
2850
2850
|
"NotificationTarget": {}
|
|
2851
2851
|
}
|
|
2852
2852
|
},
|
|
2853
|
-
"
|
|
2853
|
+
"S3z": {
|
|
2854
2854
|
"type": "list",
|
|
2855
2855
|
"member": {}
|
|
2856
2856
|
},
|
|
2857
|
-
"
|
|
2857
|
+
"S4a": {
|
|
2858
2858
|
"type": "structure",
|
|
2859
2859
|
"members": {
|
|
2860
2860
|
"Name": {},
|
|
2861
2861
|
"ConfigurationArn": {},
|
|
2862
2862
|
"Description": {},
|
|
2863
2863
|
"GameSessionQueueArns": {
|
|
2864
|
-
"shape": "
|
|
2864
|
+
"shape": "S3z"
|
|
2865
2865
|
},
|
|
2866
2866
|
"RequestTimeoutSeconds": {
|
|
2867
2867
|
"type": "integer"
|
|
@@ -2883,14 +2883,14 @@
|
|
|
2883
2883
|
"type": "timestamp"
|
|
2884
2884
|
},
|
|
2885
2885
|
"GameProperties": {
|
|
2886
|
-
"shape": "
|
|
2886
|
+
"shape": "S33"
|
|
2887
2887
|
},
|
|
2888
2888
|
"GameSessionData": {},
|
|
2889
2889
|
"BackfillMode": {},
|
|
2890
2890
|
"FlexMatchMode": {}
|
|
2891
2891
|
}
|
|
2892
2892
|
},
|
|
2893
|
-
"
|
|
2893
|
+
"S4g": {
|
|
2894
2894
|
"type": "structure",
|
|
2895
2895
|
"required": [
|
|
2896
2896
|
"RuleSetBody"
|
|
@@ -2904,7 +2904,7 @@
|
|
|
2904
2904
|
}
|
|
2905
2905
|
}
|
|
2906
2906
|
},
|
|
2907
|
-
"
|
|
2907
|
+
"S4k": {
|
|
2908
2908
|
"type": "structure",
|
|
2909
2909
|
"members": {
|
|
2910
2910
|
"PlayerSessionId": {},
|
|
@@ -2927,13 +2927,13 @@
|
|
|
2927
2927
|
"PlayerData": {}
|
|
2928
2928
|
}
|
|
2929
2929
|
},
|
|
2930
|
-
"
|
|
2930
|
+
"S4r": {
|
|
2931
2931
|
"type": "list",
|
|
2932
2932
|
"member": {
|
|
2933
|
-
"shape": "
|
|
2933
|
+
"shape": "S4k"
|
|
2934
2934
|
}
|
|
2935
2935
|
},
|
|
2936
|
-
"
|
|
2936
|
+
"S4v": {
|
|
2937
2937
|
"type": "structure",
|
|
2938
2938
|
"members": {
|
|
2939
2939
|
"ScriptId": {},
|
|
@@ -2951,7 +2951,7 @@
|
|
|
2951
2951
|
}
|
|
2952
2952
|
}
|
|
2953
2953
|
},
|
|
2954
|
-
"
|
|
2954
|
+
"S4y": {
|
|
2955
2955
|
"type": "structure",
|
|
2956
2956
|
"members": {
|
|
2957
2957
|
"GameLiftAwsAccountId": {},
|
|
@@ -2965,11 +2965,11 @@
|
|
|
2965
2965
|
}
|
|
2966
2966
|
}
|
|
2967
2967
|
},
|
|
2968
|
-
"
|
|
2968
|
+
"S5x": {
|
|
2969
2969
|
"type": "list",
|
|
2970
2970
|
"member": {}
|
|
2971
2971
|
},
|
|
2972
|
-
"
|
|
2972
|
+
"S63": {
|
|
2973
2973
|
"type": "structure",
|
|
2974
2974
|
"members": {
|
|
2975
2975
|
"FleetId": {},
|
|
@@ -3004,7 +3004,7 @@
|
|
|
3004
3004
|
"Location": {}
|
|
3005
3005
|
}
|
|
3006
3006
|
},
|
|
3007
|
-
"
|
|
3007
|
+
"S6j": {
|
|
3008
3008
|
"type": "structure",
|
|
3009
3009
|
"members": {
|
|
3010
3010
|
"FleetId": {},
|
|
@@ -3024,14 +3024,14 @@
|
|
|
3024
3024
|
"Location": {}
|
|
3025
3025
|
}
|
|
3026
3026
|
},
|
|
3027
|
-
"
|
|
3027
|
+
"S75": {
|
|
3028
3028
|
"type": "structure",
|
|
3029
3029
|
"members": {
|
|
3030
3030
|
"PlacementId": {},
|
|
3031
3031
|
"GameSessionQueueName": {},
|
|
3032
3032
|
"Status": {},
|
|
3033
3033
|
"GameProperties": {
|
|
3034
|
-
"shape": "
|
|
3034
|
+
"shape": "S33"
|
|
3035
3035
|
},
|
|
3036
3036
|
"MaximumPlayerSessionCount": {
|
|
3037
3037
|
"type": "integer"
|
|
@@ -3041,7 +3041,7 @@
|
|
|
3041
3041
|
"GameSessionArn": {},
|
|
3042
3042
|
"GameSessionRegion": {},
|
|
3043
3043
|
"PlayerLatencies": {
|
|
3044
|
-
"shape": "
|
|
3044
|
+
"shape": "S77"
|
|
3045
3045
|
},
|
|
3046
3046
|
"StartTime": {
|
|
3047
3047
|
"type": "timestamp"
|
|
@@ -3068,7 +3068,7 @@
|
|
|
3068
3068
|
"MatchmakerData": {}
|
|
3069
3069
|
}
|
|
3070
3070
|
},
|
|
3071
|
-
"
|
|
3071
|
+
"S77": {
|
|
3072
3072
|
"type": "list",
|
|
3073
3073
|
"member": {
|
|
3074
3074
|
"type": "structure",
|
|
@@ -3081,13 +3081,13 @@
|
|
|
3081
3081
|
}
|
|
3082
3082
|
}
|
|
3083
3083
|
},
|
|
3084
|
-
"
|
|
3084
|
+
"S7i": {
|
|
3085
3085
|
"type": "list",
|
|
3086
3086
|
"member": {
|
|
3087
|
-
"shape": "
|
|
3087
|
+
"shape": "S3a"
|
|
3088
3088
|
}
|
|
3089
3089
|
},
|
|
3090
|
-
"
|
|
3090
|
+
"S7t": {
|
|
3091
3091
|
"type": "structure",
|
|
3092
3092
|
"members": {
|
|
3093
3093
|
"TicketId": {},
|
|
@@ -3103,7 +3103,7 @@
|
|
|
3103
3103
|
"type": "timestamp"
|
|
3104
3104
|
},
|
|
3105
3105
|
"Players": {
|
|
3106
|
-
"shape": "
|
|
3106
|
+
"shape": "S7w"
|
|
3107
3107
|
},
|
|
3108
3108
|
"GameSessionConnectionInfo": {
|
|
3109
3109
|
"type": "structure",
|
|
@@ -3131,7 +3131,7 @@
|
|
|
3131
3131
|
}
|
|
3132
3132
|
}
|
|
3133
3133
|
},
|
|
3134
|
-
"
|
|
3134
|
+
"S7w": {
|
|
3135
3135
|
"type": "list",
|
|
3136
3136
|
"member": {
|
|
3137
3137
|
"type": "structure",
|
|
@@ -3171,7 +3171,7 @@
|
|
|
3171
3171
|
}
|
|
3172
3172
|
}
|
|
3173
3173
|
},
|
|
3174
|
-
"
|
|
3174
|
+
"S8u": {
|
|
3175
3175
|
"type": "structure",
|
|
3176
3176
|
"required": [
|
|
3177
3177
|
"TargetValue"
|