-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #357 from aws/merge-preview3
Merge changes for dotnetv4 preview4
- Loading branch information
Showing
1,153 changed files
with
36,225 additions
and
4,759 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
.doc_gen/metadata/ec2_Update-EC2SecurityGroupRuleIngressDescription_metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
ec2_UpdateSecurityGroupRuleDescriptionsIngress: | ||
title: Use Update-EC2SecurityGroupRuleIngressDescription | ||
title_abbrev: Update-EC2SecurityGroupRuleIngressDescription | ||
synopsis: use Update-EC2SecurityGroupRuleIngressDescription | ||
languages: | ||
PowerShell: | ||
versions: | ||
- sdk_version: 4 | ||
sdk_action: Update-EC2SecurityGroupRuleIngressDescription | ||
excerpts: | ||
- snippet_files: [] | ||
description: '<emphasis role="bold">Example 1: Updates the description of an existing ingress (inbound) security group rule.</emphasis>' | ||
- snippet_files: | ||
- .doc_gen/snippet_files/ec2_Update-EC2SecurityGroupRuleIngressDescription.1.1.ps1 | ||
description: | ||
- snippet_files: [] | ||
description: '<emphasis role="bold">Example 2: Removes the description of an existing ingress (inbound) security group rule (by omitting the parameter in the request).</emphasis>' | ||
- snippet_files: | ||
- .doc_gen/snippet_files/ec2_Update-EC2SecurityGroupRuleIngressDescription.2.1.ps1 | ||
description: | ||
services: | ||
ec2: | ||
UpdateSecurityGroupRuleDescriptionsIngress: | ||
|
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/cloudformation_Measure-CFNTemplateCost.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Measure-CFNTemplateCost -TemplateURL https://s3.amazonaws.com/mytemplates/templatefile.template ` | ||
Measure-CFNTemplateCost -TemplateURL https://s3.amazonaws.com/amzn-s3-demo-bucket/templatefile.template ` | ||
-Region us-west-1 ` | ||
-Parameter @{ ParameterKey="KeyName"; ParameterValue="myKeyPairName" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
New-CFNStack -StackName "myStack" ` | ||
-TemplateURL https://s3.amazonaws.com/mytemplates/templatefile.template ` | ||
-TemplateURL https://s3.amazonaws.com/amzn-s3-demo-bucket/templatefile.template ` | ||
-Parameter @{ ParameterKey="PK1"; ParameterValue="PV1" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
New-CFNStack -StackName "myStack" ` | ||
-TemplateURL https://s3.amazonaws.com/mytemplates/templatefile.template ` | ||
-TemplateURL https://s3.amazonaws.com/amzn-s3-demo-bucket/templatefile.template ` | ||
-Parameter @{ ParameterKey="PK1"; ParameterValue="PV1" } ` | ||
-NotificationARN @( "arn1", "arn2" ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Test-CFNTemplate -TemplateURL https://s3.amazonaws.com/mytemplates/templatefile.template | ||
Test-CFNTemplate -TemplateURL https://s3.amazonaws.com/amzn-s3-demo-bucket/templatefile.template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Update-CFNStack -StackName "myStack" ` | ||
-TemplateURL https://s3.amazonaws.com/mytemplates/templatefile.template ` | ||
-TemplateURL https://s3.amazonaws.com/amzn-s3-demo-bucket/templatefile.template ` | ||
-Parameter @( @{ ParameterKey="PK1"; ParameterValue="PV1" }, @{ ParameterKey="PK2"; ParameterValue="PV2" } ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Update-CFNStack -StackName "myStack" ` | ||
-TemplateURL https://s3.amazonaws.com/mytemplates/templatefile.template ` | ||
-TemplateURL https://s3.amazonaws.com/amzn-s3-demo-bucket/templatefile.template ` | ||
-Parameter @( @{ ParameterKey="PK1"; ParameterValue="PV1" }, @{ ParameterKey="PK2"; ParameterValue="PV2" } ) ` | ||
-Capabilities "CAPABILITY_IAM" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
New-CTTrail -Name="awscloudtrail-example" -S3BucketName="mycloudtrailbucket" | ||
New-CTTrail -Name "awscloudtrail-example" -S3BucketName "amzn-s3-demo-bucket" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/codedeploy_Get-CDApplicationRevision.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
$revision = Get-CDApplicationRevision -ApplicationName CodeDeployDemoApplication -S3Location_Bucket MyBucket -Revision_RevisionType S3 -S3Location_Key 5xd27EX.zip -S3Location_BundleType zip -S3Location_ETag 4565c1ac97187f190c1a90265EXAMPLE | ||
$revision = Get-CDApplicationRevision -ApplicationName CodeDeployDemoApplication -S3Location_Bucket amzn-s3-demo-bucket -Revision_RevisionType S3 -S3Location_Key 5xd27EX.zip -S3Location_BundleType zip -S3Location_ETag 4565c1ac97187f190c1a90265EXAMPLE | ||
Write-Output ("Description = " + $revision.RevisionInfo.Description + ", RegisterTime = " + $revision.RevisionInfo.RegisterTime) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
New-CDDeployment -ApplicationName MyNewApplication -S3Location_Bucket MyBucket -S3Location_BundleType zip -DeploymentConfigName CodeDeployDefault.OneAtATime -DeploymentGroupName MyNewDeploymentGroup -IgnoreApplicationStopFailures $True -S3Location_Key aws-codedeploy_linux-master.zip -RevisionType S3 | ||
New-CDDeployment -ApplicationName MyNewApplication -S3Location_Bucket amzn-s3-demo-bucket -S3Location_BundleType zip -DeploymentConfigName CodeDeployDefault.OneAtATime -DeploymentGroupName MyNewDeploymentGroup -IgnoreApplicationStopFailures $True -S3Location_Key aws-codedeploy_linux-master.zip -RevisionType S3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
New-CDDeployment -ApplicationName MyNewApplication -S3Location_Bucket MyBucket -S3Location_BundleType zip -DeploymentConfigName CodeDeployDefault.OneAtATime -DeploymentGroupName MyNewDeploymentGroup -IgnoreApplicationStopFailures $True -S3Location_Key aws-codedeploy_linux-master.zip -RevisionType S3 -Ec2TagSetList @(@{Key="key1";Type="KEY_ONLY"},@{Key="Key2";Type="KEY_AND_VALUE";Value="Value2"}),@(@{Key="Key3";Type="VALUE_ONLY";Value="Value3"}) | ||
New-CDDeployment -ApplicationName MyNewApplication -S3Location_Bucket amzn-s3-demo-bucket -S3Location_BundleType zip -DeploymentConfigName CodeDeployDefault.OneAtATime -DeploymentGroupName MyNewDeploymentGroup -IgnoreApplicationStopFailures $True -S3Location_Key aws-codedeploy_linux-master.zip -RevisionType S3 -Ec2TagSetList @(@{Key="key1";Type="KEY_ONLY"},@{Key="Key2";Type="KEY_AND_VALUE";Value="Value2"}),@(@{Key="Key3";Type="VALUE_ONLY";Value="Value3"}) |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/codedeploy_Register-CDApplicationRevision.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Register-CDApplicationRevision -ApplicationName MyNewApplication -S3Location_Bucket MyBucket -S3Location_BundleType zip -S3Location_Key aws-codedeploy_linux-master.zip -Revision_RevisionType S3 | ||
Register-CDApplicationRevision -ApplicationName MyNewApplication -S3Location_Bucket amzn-s3-demo-bucket -S3Location_BundleType zip -S3Location_Key aws-codedeploy_linux-master.zip -Revision_RevisionType S3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/config-service_Write-CFGConformancePack.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Write-CFGConformancePack -ConformancePackName dono -DeliveryS3Bucket kt-ps-examples -TemplateBody (Get-Content C:\windows\temp\template.yaml -Raw) | ||
Write-CFGConformancePack -ConformancePackName dono -DeliveryS3Bucket amzn-s3-demo-bucket -TemplateBody (Get-Content C:\windows\temp\template.yaml -Raw) |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/config-service_Write-CFGDeliveryChannel.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Write-CFGDeliveryChannel -ConfigSnapshotDeliveryProperties_DeliveryFrequency TwentyFour_Hours -DeliveryChannelName default -DeliveryChannel_S3BucketName config-bucket-NA -DeliveryChannel_S3KeyPrefix my | ||
Write-CFGDeliveryChannel -ConfigSnapshotDeliveryProperties_DeliveryFrequency TwentyFour_Hours -DeliveryChannelName default -DeliveryChannel_S3BucketName amzn-s3-demo-bucket -DeliveryChannel_S3KeyPrefix my |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
New-EC2InstanceExportTask -InstanceId i-0800b00a00EXAMPLE -ExportToS3Task_DiskImageFormat VHD -ExportToS3Task_S3Bucket "testbucket-export-instances-2019" -TargetEnvironment Microsoft -Region us-east-1 | ||
New-EC2InstanceExportTask -InstanceId i-0800b00a00EXAMPLE -ExportToS3Task_DiskImageFormat VHD -ExportToS3Task_S3Bucket "amzn-s3-demo-bucket" -TargetEnvironment Microsoft -Region us-east-1 |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/ec2_New-EC2SpotDatafeedSubscription.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
New-EC2SpotDatafeedSubscription -Bucket my-s3-bucket -Prefix spotdata | ||
New-EC2SpotDatafeedSubscription -Bucket amzn-s3-demo-bucket -Prefix spotdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Register-EC2Image -ImageLocation my-s3-bucket/my-web-server-ami/image.manifest.xml -Name my-web-server-ami | ||
Register-EC2Image -ImageLocation amzn-s3-demo-bucket/my-web-server-ami/image.manifest.xml -Name my-web-server-ami |
7 changes: 7 additions & 0 deletions
7
.doc_gen/snippet_files/ec2_Update-EC2SecurityGroupRuleIngressDescription.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
$existingInboundRule = Get-EC2SecurityGroupRule -SecurityGroupRuleId "sgr-1234567890" | ||
$ruleWithUpdatedDescription = [Amazon.EC2.Model.SecurityGroupRuleDescription]@{ | ||
"SecurityGroupRuleId" = $existingInboundRule.SecurityGroupRuleId | ||
"Description" = "Updated rule description" | ||
} | ||
|
||
Update-EC2SecurityGroupRuleIngressDescription -GroupId $existingInboundRule.GroupId -SecurityGroupRuleDescription $ruleWithUpdatedDescription |
6 changes: 6 additions & 0 deletions
6
.doc_gen/snippet_files/ec2_Update-EC2SecurityGroupRuleIngressDescription.2.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$existingInboundRule = Get-EC2SecurityGroupRule -SecurityGroupRuleId "sgr-1234567890" | ||
$ruleWithoutDescription = [Amazon.EC2.Model.SecurityGroupRuleDescription]@{ | ||
"SecurityGroupRuleId" = $existingInboundRule.SecurityGroupRuleId | ||
} | ||
|
||
Update-EC2SecurityGroupRuleIngressDescription -GroupId $existingInboundRule.GroupId -SecurityGroupRuleDescription $ruleWithoutDescription |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/elastic-load-balancing_Edit-ELBLoadBalancerAttribute.3.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Edit-ELBLoadBalancerAttribute -LoadBalancerName my-load-balancer ` | ||
>> -AccessLog_Enabled $true ` | ||
>> -AccessLog_S3BucketName my-logs-bucket ` | ||
>> -AccessLog_S3BucketName amzn-s3-demo-logging-bucket ` | ||
>> -AccessLog_S3BucketPrefix my-app/prod ` | ||
>> -AccessLog_EmitInterval 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Update-LMFunctionCode -FunctionName MyFunction -BucketName mybucket -Key UpdatedCode.zip | ||
Update-LMFunctionCode -FunctionName MyFunction -BucketName amzn-s3-demo-bucket -Key UpdatedCode.zip |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/resource-groups-tagging-api_Add-RGTResourceTag.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$arn1 = "arn:aws:s3:::mybucket" | ||
$arn1 = "arn:aws:s3:::amzn-s3-demo-bucket" | ||
$arn2 = "arn:aws:dynamodb:us-west-2:123456789012:table/mytable" | ||
|
||
Add-RGTResourceTag -ResourceARNList $arn1,$arn2 -Tag @{ "stage"="beta"; "version"="preprod_test" } |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/resource-groups-tagging-api_Add-RGTResourceTag.2.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$arn1 = "arn:aws:s3:::mybucket" | ||
$arn1 = "arn:aws:s3:::amzn-s3-demo-bucket" | ||
$arn2 = "arn:aws:dynamodb:us-west-2:123456789012:table/mytable" | ||
|
||
$arn1,$arn2 | Add-RGTResourceTag -Tag @{ "stage"="beta"; "version"="preprod_test" } |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/resource-groups-tagging-api_Remove-RGTResourceTag.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$arn1 = "arn:aws:s3:::mybucket" | ||
$arn1 = "arn:aws:s3:::amzn-s3-demo-bucket" | ||
$arn2 = "arn:aws:dynamodb:us-west-2:123456789012:table/mytable" | ||
|
||
Remove-RGTResourceTag -ResourceARNList $arn1,$arn2 -TagKey "stage","version" |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/resource-groups-tagging-api_Remove-RGTResourceTag.2.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$arn1 = "arn:aws:s3:::mybucket" | ||
$arn1 = "arn:aws:s3:::amzn-s3-demo-bucket" | ||
$arn2 = "arn:aws:dynamodb:us-west-2:123456789012:table/mytable" | ||
|
||
$arn1,$arn2 | Remove-RGTResourceTag -TagKey "stage","version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Copy-S3Object -BucketName test-files -Key sample.txt -DestinationKey sample-copy.txt | ||
Copy-S3Object -BucketName amzn-s3-demo-bucket -Key sample.txt -DestinationKey sample-copy.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Copy-S3Object -BucketName test-files -Key sample.txt -DestinationKey sample-copy.txt -DestinationBucket backup-files | ||
Copy-S3Object -BucketName amzn-s3-demo-source-bucket -Key sample.txt -DestinationKey sample-copy.txt -DestinationBucket amzn-s3-demo-destination-bucket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Copy-S3Object -BucketName test-files -Key sample.txt -LocalFile local-sample.txt | ||
Copy-S3Object -BucketName amzn-s3-demo-bucket -Key sample.txt -LocalFile local-sample.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Copy-S3Object -BucketName test-files -Key data/archive.zip -LocalFolder c:\downloads | ||
Copy-S3Object -BucketName amzn-s3-demo-bucket -Key data/archive.zip -LocalFolder c:\downloads |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Copy-S3Object -BucketName test-files -KeyPrefix data -LocalFolder c:\downloads | ||
Copy-S3Object -BucketName amzn-s3-demo-bucket -KeyPrefix data -LocalFolder c:\downloads |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3ACL -BucketName 's3casetestbucket' -key 'initialize.ps1' -Select AccessControlList.Owner | ||
Get-S3ACL -BucketName 'amzn-s3-demo-bucket' -key 'initialize.ps1' -Select AccessControlList.Owner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3Bucket -BucketName test-files | ||
Get-S3Bucket -BucketName amzn-s3-demo-bucket |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/s3_Get-S3BucketAccelerateConfiguration.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketAccelerateConfiguration -BucketName 's3testbucket' | ||
Get-S3BucketAccelerateConfiguration -BucketName 'amzn-s3-demo-bucket' |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/s3_Get-S3BucketAnalyticsConfiguration.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketAnalyticsConfiguration -BucketName 's3testbucket' -AnalyticsId 'testfilter' | ||
Get-S3BucketAnalyticsConfiguration -BucketName 'amzn-s3-demo-bucket' -AnalyticsId 'testfilter' |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/s3_Get-S3BucketAnalyticsConfigurationList.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketAnalyticsConfigurationList -BucketName 's3casetestbucket' | ||
Get-S3BucketAnalyticsConfigurationList -BucketName 'amzn-s3-demo-bucket' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketEncryption -BucketName 's3casetestbucket' | ||
Get-S3BucketEncryption -BucketName 'amzn-s3-demo-bucket' |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/s3_Get-S3BucketInventoryConfiguration.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketInventoryConfiguration -BucketName 's3testbucket' -InventoryId 'testinventory' | ||
Get-S3BucketInventoryConfiguration -BucketName 'amzn-s3-demo-bucket' -InventoryId 'testinventory' |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/s3_Get-S3BucketInventoryConfigurationList.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketInventoryConfigurationList -BucketName 's3testbucket' | ||
Get-S3BucketInventoryConfigurationList -BucketName 'amzn-s3-demo-bucket' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketLocation -BucketName 's3testbucket' | ||
Get-S3BucketLocation -BucketName 'amzn-s3-demo-bucket' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketLogging -BucketName 's3testbucket' | ||
Get-S3BucketLogging -BucketName 'amzn-s3-demo-bucket' |
2 changes: 1 addition & 1 deletion
2
.doc_gen/snippet_files/s3_Get-S3BucketMetricsConfiguration.1.1.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketMetricsConfiguration -BucketName 's3testbucket' -MetricsId 'testfilter' | ||
Get-S3BucketMetricsConfiguration -BucketName 'amzn-s3-demo-bucket' -MetricsId 'testfilter' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketNotification -BucketName kt-tools | select -ExpandProperty TopicConfigurations | ||
Get-S3BucketNotification -BucketName amzn-s3-demo-bucket | select -ExpandProperty TopicConfigurations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketPolicy -BucketName 's3testbucket' | ||
Get-S3BucketPolicy -BucketName 'amzn-s3-demo-bucket' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Get-S3BucketPolicyStatus -BucketName 's3casetestbucket' | ||
Get-S3BucketPolicyStatus -BucketName 'amzn-s3-demo-bucket' |
Oops, something went wrong.